<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.form-contact,
.form-contact h3,
.form-contact p {
    /*color: white;*/
}


.bord-offre {
    border-left: solid;
    border-width: 1px;
    border-color: #999999;
}

#divOffreVacances {
    height: 38rem;
}


#divOffreVacances #ConfirmerDemandeDemo {
    position: absolute;
    z-index: 1000;
    bottom: 0px;
    left: 2.5%;
    width: 95%;
    border-style: solid;
    border-width: 1px;
    padding: 1rem;
    border-color: green;
    background-color: white;
}

#divOffreVacances .gratuit {
    /*color: #02E1FE;*/
    color: #51ff53;
    text-shadow: 2px 2px #808080;
}

#divOffreVacances p {
    font-size: 1.2rem;
    line-height: 1;
}



#divIntroOffre {
    text-align: center;
}

.form-contact .form-group {
    position: relative;
    margin-bottom: .15rem;
}


.form-contact .form-control {
    height: 2em;
    padding: .25em;
}


.form-contact .validation {
    display: none;
    font-size: .8em;
    border: none;
}


.form-group .validation_msg {
    position: relative;
    top: -5px;
    left: 33.33%;
    width: 58%;
}


.form-contact h3 {
    font-size: 2rem;
    padding-top: .5em;
    padding-bottom: .5em;
}

/* largeur au maximum de 885px - ente 1 et 885 iPad vertical */
@media (max-width: 885px) {
    .form-contact h3 {
        font-size: 1.75rem;
    }
}

/* largeur au maximum de 576px - ente 1 et 576 iPhone vertical */
@media (max-width: 576px) {
    .form-contact h3 {
        font-size: 1.25rem;
    }
}



.form-contact label {
    /*color: white;*/
    font-size: 1rem;
}

.form-contact .chk-label {
    margin-right: 1em;
}


.form-group img {
    border-radius: 0.25rem;
}



.form-group .multi5 {
    height: 7em;
    line-height: 1.2rem;
}


.form-group .image-capcha {
    width: 6em; 
    height: 2.37rem;
    border-radius: 0.25rem;
    border: 1px solid #999999;
}

.form-group .reponse-capcha {
    width: 6em; 
    height: 2.37rem;
    padding-right: 1em; 
    display: inline-block
}

#divMessageConfirmation {
    
}

/* Vidéo de la démo */

.divContainer-video {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.divContainer-video .VideoDemo {
    width: 100%;
}





/*.divInfoDocument h3 {
    font-weight: 700;
}


.divPhotoAgent {
    width: 100%;
}

.divPhotoAgent img {
    width: 100%;
}*/
/*largeur au maximum de 1200px - ente 1 et 1200 iPad vertical offset de bootstrap marche pas? */
@media (max-width: 1200px) {
    .form-contact .divInfoDocument {
        /*margin-left: 8.33%;*/
        margin-left: 0px;
        padding-left: 15px;
    }
}

 /*largeur au maximum de 768px - ente 1 et 768 iPad vertical*/ 
@media (max-width: 768px) {
    .form-contact .divCritere {
        /*margin-left: 8.33%;*/
        margin-left: 0px;
    }
}




</pre></body></html>