/*****************************************************************************/
/***************************    FONTS    ***************************************/
/*****************************************************************************/

@font-face {
    font-family: 'DIN';
    src: url('../../fonts/DINPro.woff2') format('woff2'),
        url('../../fonts/DINPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Integral';
    src: url('../fonts/IntegralCF-Bold.woff2') format('woff2'),
        url('../fonts/IntegralCF-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


header img{
    height: 55px;
    margin: 10px auto;
}

#box{
    padding-left: 0;
    padding-right: 0;
}
#box img{
    width: 100% !important;
}

#txt{
    position: relative;
    background: url('../images/bg.jpg') center center no-repeat #101010;
    color: #FFF;
    padding-top: 30px;
    padding-bottom: 30px;
}
#txt .arrow {
    position: absolute;
    top: -12px;
    height: 25px;
    left: 50%;
    margin-left: -12px;
}
#txt h1{
    font-family: 'Integral';
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px;
}
#txt p{
    font-family: 'DIN';
    font-size: 14px;
}
#txt p a{
    text-decoration: none;
    color: #fff;
}
#txt p a:hover{
    text-decoration: underline;
}

#txt .signature img{
    max-width: 45%;
    margin-top: 15px;
}



#form{
    padding-top: 30px;
    padding-bottom: 30px;
}

#form h2{
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
}
#form h3{
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
#form .form-floating{
    max-width: 300px;
    margin: auto;
}
#form .form-floating>.form-control{
    border-radius: 50px;
    height: 45px;
    line-height: 45px;
}
#form .form-floating>label {
    padding: 10px 0.75rem;
}
#form button{
    border-radius: 45px;
    border-color: #101010;
    color: #101010;
    font-family: 'Poppins';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
}
#form button:hover{
    color: #fff;
    background: #101010;
}
#form button.erreurmail,
#form button.erreurmail:hover,
#form button.erreur,
#form button.erreur:hover{
    color: #e45555 !important;
    border-color: #e45555;
    background: #FFF !important;
}
#form button.success,
#form button.success:hover{
    color: #40be78 !important;
    border-color: #40be78;
    background: #FFF !important;
}



#slider{
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
}
.carousel,
#slider .carousel-inner{
    padding-left: 0;
    padding-right: 0;
}


.maxlarge{
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1050px) {
    header img{
        height: 80px;
        margin: 10px auto;
    }
    #txt h1{
        font-size: 50px;
    }
    #form h2{
        font-size: 22px;
    }
    #form h3{
        font-size: 16px;
    }
    #form{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}




































