main {
    display: block;
    overflow-y: hidden;
}

.progress-container {
    display: none;
}

input::placeholder {
    color: #000;
    font-weight: 700;
}

.checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #707070;
}

.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}

.checkcontainer .radiobtn:after {
    top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #9E854F;
}

.checkcontainer input:checked~.radiobtn {
    background-color: #fff;
}

.checkcontainer input:checked~.radiobtn:after {
    display: block;
}

span.feedback_email {
    font-size: 14px !important;
}

span.feedback_email.feedback_ville {
    position: absolute;
    top: 85px;
}

input[name=jour],
input[name=mois] {
    border-radius: 5px;
    padding-left: 15px;
    width: 60px;
    margin-right: 20px;
}

input[name=annee] {
    border-radius: 5px;
    width: 80px;
    padding-left: 15px;
}

input::placeholder {
    color: #ccc;
}

input,
input::placeholder {
    font-size: 16px !important;
}

input[type=range].custom-slider {
    -webkit-appearance: none;
    /*nécessaire pour Chrome */
    -moz-appearance: none;
    padding: 0;
    /* nécessaire pour IE */
    font: inherit;
    /* même rendu suivant font document */
    outline: none;
    color: #9E854F;
    /* sert pour couleur de référence, via currentColor, pour le curseur */
    opacity: .8;
    background: #CCC;
    /* sert pour couleur de fond de la zone de déplacement */
    box-sizing: border-box;
    /* même modèle de boîte pour tous */
    transition: opacity .2s;
    cursor: pointer;
    height: 2px;
}

input[type=range].custom-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* également nécessaire sur le curseur */
    height: 35px;
    width: 35px;
    color: #fff;
    /*background-color: #9E854F;*/
    background: url(../images/curseur.svg) no-repeat;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

input[type=range].custom-slider::-moz-range-thumb {
    -moz-appearance: none;
    /* également nécessaire sur le curseur */
    height: 35px;
    width: 35px;
    color: #fff;
    /*background-color: #9E854F;*/
    background: url(../images/curseur.svg) no-repeat;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.bulleRange {
    width: 58px;
    height: 58px;
    background: #fff;
    border-radius: 50%;
}

.box_formDevis img {
    max-height: 71px;
    background: var(--color-nc-orange-light);
}

.postulezEnLigne .menu_devis li::after {
    background: transparent !important;
    border-top: 2px solid #000;
}

@media (max-width: 991px) {    

    .checkcontainer {
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
    }

    .blocHeures .checkcontainer {       
        justify-content: flex-start;
        padding-left: 45px;
    }

    .radiobtn {
        left: 0;
    }
    span.fs10.font-chalet.trait.chiffre.checked {
        background-color: #9E854F;
        border: 1px solid #9E854F;
        color: #ffffff00;
    }
    span.separateur {
        display: block;
        width: 40px;
        height: 1px;
        background: black;
        margin-left: 10px;
        margin-right: 10px;
    }
    .menu_devis .etapes li .chiffre:after{display: none!important;}
}

@media (max-width:640px) {
    .radiobtn {
        left: 5%;
        top: 50%;
        transform: translateY(-50%);
    }


}

.box_formDevis {
    max-height: 200px;
}

.box_formDevis>span.text_center {
    min-height: 20%;
    margin-top: 10px;
}

.box_formDevis:has(.check.active) {
    background-color: var(--color-nc-orange-light);
    border: 1px solid #9E854F !important;
}

.check.active {
    background: #9E854F;
}

label.radioContainer input[type="radio"]:checked {
    background-color: #9E854F;
}

.menu_devis.menu_postulez ul.etapes li span.chiffre {
    /* background-color: #9E854F;
    border: 1px solid #9E854F; */
    color: #000;
}
.menu_devis.menu_postulez ul.etapes li.selected span.chiffre {
    background-color: #9E854F;
    border: 1px solid #9E854F;
    color: #fff;
}

.menu_devis.menu_postulez ul.etapes li span.chiffre {
    margin: 0;
}

.menu_devis.menu_postulez ul.etapes li span.chiffre.trait::after {
    border-bottom: 2px solid #000;
}

.menu_devis.menu_postulez ul.etapes li span.nomEtape {
    color: #000;
    transform: translateY(5px);
}

.menu_devis.menu_postulez ul.etapes {
    transform: translateY(4px);
}

.menu_devis.menu_postulez ul.etapes li:nth-child(1) span.nomEtape {
    color: #9E854F;
}

.menu_devis.menu_postulez ul.etapes.etape-1 li:nth-child(1) span.chiffre.trait {
    background-color: #9E854F;
    border: 1px solid #9E854F;
    color: #fff;
}

.menu_devis.menu_postulez ul.etapes.etape-2 li:nth-child(1) span.chiffre.trait {
    background-color: #9E854F;
    border: 1px solid #9E854F;
    color: #ffffff00;
}

.menu_devis.menu_postulez ul.etapes.etape-2 li:nth-child(1) span.chiffre.trait::before {
    content: "";
    width: 4px;
    height: 9px;
    transform: rotate(45deg) translate(-1px, -1px);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
}


.menu_devis.menu_postulez ul.etapes.etape-2 li span.nomEtape {
    color: #9E854F;
}

.menu_devis.menu_postulez ul.etapes.etape-2 li:nth-child(2) span.chiffre.trait {
    background-color: #9E854F;
    border: 1px solid #9E854F;
    color: #fff;
}

@media screen and (min-width: 992px) {
    .experience.g40 {
        gap: 30px;
    }
}

@media screen and (max-width: 991px) {

    ul.menu_devis {
        width: 90%;
        position: relative;
    }

    ul.menu_devis h1 {
        width: 50%;
        margin: 0;
        font-size: 18px;
    }

    ul.menu_devis ul.etapes {
        gap: 10vw;
        justify-content: center;
    }
    .postulezEnLigne ul.menu_devis ul.etapes{gap : 0}


    .menu_devis .etapes li:not(:last-of-type)::after {
        content: "";
        width: 10vw;
        height: 1px;
        background: #000;
        position: absolute;
        left: 85%;
        display: none;
    }
    .menu_devis.postulez .etapes li:last-of-type::after{display: none;}
    .stepsBoutons a:focus,
    .border-solid-bot{border: none;}
    .stepsBoutons a.precedent:focus{border-right: 1px solid #ccc;}
    .box_formDevis{max-height: 170px!important;}
    .stepsBoutons ~ p.fs12.mentions_devis {
        right: 0;
        position: relative;
        text-align: right;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .menu_devis .etapes li::after {
        width: 10vw;
    }
    .annesDExperience {
        min-height: 50vh;
    }
    select#ville {
        font-size: 12px;
        padding-left: 5px;
    }
    select#ville option:not(:first-of-type){
        font-size: 14px;
    }
}
@media (max-width:340px){
    select#ville {
        font-size: 11px;
        padding-left: 5px;
    }
}
@media (min-width:641px) and (max-width:991px) {
    .annesDExperience .checkcontainer {
        margin-bottom: 30px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 14px;
        width: 30%;
        transform: translateX(50%);
    }
}

main[data-type-page="edm"] .postulezEnLigne .box_formDevis:has(.check.active) {
    border: 1px solid #e38903!important;
}

main[data-type-page="edm"] .postulezEnLigne .check.active {
    background: #e38903!important;
}

main[data-type-page="edm"] .postulezEnLigne .checkcontainer .radiobtn:after {
    background: #e38903!important;
}

main[data-type-page="edm"] .postulezEnLigne label.radioContainer input[type="radio"]:checked {
    background: #e38903!important;
}

.menu_devis.menu_postulez ul.etapes li.selected span.chiffre, 
.menu_devis.menu_postulez ul.etapes.etape-2 li:nth-child(1) span.chiffre.trait,
.menu_devis.menu_postulez ul.etapes.etape-2 li:nth-child(2) span.chiffre.trait,
.menu_devis .etapes li.selected .chiffre {
    background-color: #e38903;
    border: 1px solid #e38903;
    color: #fff;
}

@media screen and (max-width: 991px) {
    span.fs10.font-chalet.trait.chiffre.checked, .menu_devis .etapes li.selected .chiffre {
        background-color: #e38903;
        border: 1px solid #e38903;
        color: #fff;
    }
}
.menu_devis.menu_postulez ul.etapes li:nth-child(1) span.nomEtape, .menu_devis.menu_postulez ul.etapes.etape-2 li span.nomEtape {
    color: #e38903;
}



.cta.cta-orange {
    background: #e38903;
    border: 1px solid #e38903;
    color: #fff;
}

.orange {
    color: #e38903;
}

.bg_orange {
    background-color: #e38903;
}

.border_orange {
    border: 1px solid #e38903
}