#modalDemandeDevis .modal-content{
    float:left;
    width:800px;
    border-radius:0;
    margin-top:5vh;
    padding:35px;
}
@media all and (max-width:800px){
    #modalDemandeDevis .modal-content{
        width:90%;
    }
}
#modalDemandeDevis h2{
    margin-top:0;
}

#modalDemandeDevis h3{
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 35px;
}



#containerTypeSouscription{
    float:left;
    width:100%;
    margin-top: 25px;
}

#formCivilite{
    float:left;
    width:20%;
}
#formNom{
    float: left;
    width:40%;
    padding-left:15px;
}
#formPrenom{
    float: left;
    width:40%;
    padding-left:15px;
}

#formGenre{
    float:left;
    width:20%;
}
#formDateNaissance{
    float:left;
    width:40%;
    padding-left:15px;
}
#formSituation{
    float:left;
    width:40%;
    padding-left:15px;
}

#formPaysNationalite{
    float:left;
    width:100%;
}
#formSituationPro{
    width:50%;
}
#formSalaire{
    width:50%;
    padding-left:15px;
}
#formCFE{
    width:50%;
}
#formCFEEnvisage{
    width:50%;
    padding-left:15px;
}
#formCFEEnvisage{
    display:none;
}

.easy-autocomplete input,
.easy-autocomplete input:hover, 
.easy-autocomplete input:focus{
    border:1px solid #dedede;
    border-radius:0;
    box-shadow:none;
    width:100%;
}
.easy-autocomplete-container {
    float: left;
    margin-top: 31px;
}

#formTypeGarantie{
    width:25%;
    margin-bottom:15px;
}

#btnAjouterConjoint,
#btnAjouterEnfant{
    float: left;
    padding: 0 15px;
    margin-left:15px;
    border: 1px solid #36a9e0;
    color: #36a9e0;
    margin-top: 27px;
    line-height: 27px;
    border-radius:5px;
}
#btnAjouterConjoint:hover,
#btnAjouterEnfant:hover{
    color:white;
    background-color:#36a9e0;
    cursor:pointer;
}

#formConjoint{
    display:none;
}
.formAD{
    margin-top:15px;
}
.formAD h5{
    float:left;
    width: 100%;
    margin:0;
    font-size:1em;
    text-align:left;
    font-family:Open Sans Bold;
    color:#36a9e0;
}
.formGenreAD{
    width:20%;
}
#formConjoint .formGenreAD{
    width:20%;
}
.formNomAD{
    width:30%;
    padding-left:15px;
}
.formPrenomAD{
    width:25%;
    padding-left:15px;
}
#formConjoint .formPrenomAD{
    width:30%;
}
.formDateNaissanceAD{
    width:20%;
    padding-left:15px;
}
#formConjoint .formDateNaissanceAD{
    width:20%;
}
.formSituationProAD{
    width:50%;
}
.formSalaireAD{
    width:50%;
    padding-left:15px;
}
.colBtnSupprimerAD{
    float:left;
    width:5%;
    padding-left:15px;
}

.btnSupprimerAD{
    float:left;
    width:100%;
    border: 1px solid #dedede;
    margin-top:27px;
}
.btnSupprimerAD i{
    float:left;
    width:100%;
    text-align:center;
    line-height:31px;
    color:#dedede;
}
.btnSupprimerAD:hover{
    border: 1px solid #36a9e0;
}
.btnSupprimerAD:hover i{
    cursor:pointer;
    color:#36a9e0;
}


.containerBtnValider{
    float:left;
    width:100%;
    margin-top:35px;
}
.erreurBtnValider{
    float:right;
    padding:0 15px;
    width:auto;
    line-height:31px;
    font-family:Open Sans LightItalic;
    color:#36a9e0;
}
#btnValiderIdentitee,
#btnValiderDestination,
#btnValiderContact{
    float:right;
    padding:0 15px;
    width:auto;
}






#selectDureeSejour{
    float:left;
    width:100%;
    border:1px solid #dedede;
    height:31px;
}
#formDestination{
    float:left;
    width:100%;
}
#formDateEffetContrat{
    float:left;
    width:50%;
}
#formDureeSejour{
    float:left;
    width:50%;
    padding-left:15px;
}



#formNumTelephone{
    float:left;
    width:50%;
}
#formAdresseMail{
    float:left;
    width:50%;
    padding-left:15px;
}


#sectionDemande2,
#sectionDemande3{
    display:block;
}

input[type=checkbox]{
    opacity: 0;
    margin-top: -23px;
    height: 22px;
    width: 22px;
    margin-left: -4px;
}
.containerCheckbox{
    float:left;
    width:auto;
}
.customCheckbox{
    width:15px;
    height:15px;
    background-color:white;
    float:left;
    margin-top:7px;
    border:1px solid #dedede;
    border-radius:3px;
    margin-right:10px;
}
.customCheckbox i{
    float: left;
    font-size: 1.7em;
    opacity: 0;
    margin-top: -6px;
    margin-left: -4px;
    color: #36a9e0;
}
.containerCheckbox label{
    font: size 1.2em;
    color:#36a9e0;
    line-height:29px;
}

#formGarantieSouhaite{
    float:left;
    width:100%;
}
#itemGarantieSante .containerCheckbox{
    width:110px;
}
#selectGarantieSouhaitee{
    width:calc(100% - 110px);
}

#sectionDemande2,
#sectionDemande3,
#sectionDemande4{
    display: none;
}


.annuler_creation_devis,
.retour_section_1,
.retour_section_2{
    float:right;
    margin-right:15px;
    background-color:#dedede;
}
.annuler_creation_devis:hover,
.retour_section_1:hover,
.retour_section_2:hover{
    background-color:orangered;
}

#sectionDemande1,
#sectionDemande2,
#sectionDemande3{
    padding:35px;
    max-height:600px;
    overflow-y:auto;
}