body{background:#fff url("../images/background.jpg") fixed no-repeat center top}
/*# sourceMappingURL=styles.min.css.map */

.mapMobile{display: none;}

#mainHeader{
    max-height: 85vh!important;
}

#mainHeader .main-title h1{
    font-size: 2rem;
    
}

#mainHeader .main-title #bgTitle {
    background-color: rgba(255, 255, 255, 0.9);
    width: 50%;
}

#formContent .formheader{
    padding: 20px 0px 8px 0px;
    background-color: #FB7753;
}

#formContent .formheader h2{
    font-size: 1.1rem!important;
    text-align: left!important;
    color: #fff!important;
    padding: 0px 20px 0px!important;
    font-weight: 400;
    
}

#formContent .formheader h2 span{
    font-weight: bold!important;
    font-size: 1.4rem!important;
    
}

#formContent .formheader h2 ol{
    margin-top: 5px;
}

#formContent .formheader::before{
    background: none;
}


#formContent{
    margin-top: -187px!important;
}

.img-tournee img{width: 100%;}
.img-tournee span{font-size: 11px;}

#mainContent h4{
    color: #FB7753;
    font-weight: bold;
    text-transform: uppercase;
}

#mainContent h2{
   font-size: 2rem;
}

@media (max-width: 1199px) {
    #mainHeader .main-title #bgTitle {
    width: 65%;
    }
}

@media (max-width: 991px) {
    #mainHeader .main-title #bgTitle {
    width: 100%;
    
    }
}

@media (max-width: 765px) {
    #mainHeader .main-title {
    padding-top: 0;
    }

    #mainHeader .main-title #bgTitle {
        padding-top: 0;
    }
    #mainHeader .main-title #bgTitle .logosDomF{
        width: 300px;
    }
    #mainHeader{
        background-color: #bbd5de;
    }
    #formContent .formheader h2{
        font-size: 0.8rem!important;   
    }
    #formContent .formheader h2 span{
        font-size: 1rem!important;   
    }
    #formContent .formheader{
        padding: 2px 0 0 0;  
    }

    /* .mapMobile{display: block;}
    .mapDesktop{display: none;} */
}