.devis-step .row-devis .step-devis {
    background-color: #f9f9f9;
    box-shadow: none;
    padding-bottom: 0;
}

.form-custom .fs-dropdown {
    max-width: 100%;
    margin-bottom: 15px;
}
.btn-next .btn-white {
    width: 100%;
    height: 50px;
    background-color: #416A7B;
}
.btn-next .btn-white:hover{
    color: white;
    background-color: #117c91!important;
}
.devis-step .row-devis .step-devis .step-indicator{
    margin: -20px -20px 50px;
}
.nav-pills .nav-link.indicator.active:hover {
    background-color: #117c91!important;
    color: #fff;
}
.nav-pills .nav-link.indicator:hover {
    background-color: #8DB6C0!important;
    color: #fff;
}
.nav-pills .nav-link .big{
    text-transform: uppercase;
}
.devis-step .btn-zone .btn:hover {
    border-color: #416A7B!important;
    color: white!important;
}
.devis-step .btn-zone .btn-next {
    float: none;
}
.fs-dropdown.fs-light:hover{
    background-color: white;
}
.form-custom .fs-dropdown .fs-dropdown-selected {
    border: 1px solid rgba(0,0,0,.1) !important;
    border-radius: 5px!important;
}
.input-zone.col-md-4{
    gap: 10px;
}
#demande-voyage input[type="text"], #demande-voyage input[type="email"], .row-form textarea{
    background-color: #F9F9F9;
    border-radius: 5px;
    border: 1px solid #ced4da;
}
.btn-white:disabled {
    color: #fff;
    background-color: #416A7B;
    border-color: #416A7B;
}
.btn-white:not(:disabled):not(.disabled).active{
    color: #FFF;
    background-color: #416A7B;
    border-color: #416A7B;
}
.btn-white {
    padding: 12px 22px;
    border: 1px solid #416A7B;
}
.btn-prev .btn-white {
    width: 95%;
    background-color: #f9f9f9;
    height: 50px;
}
.btn.btn-white.btn-envoyer-demande{
    width: 100%;
    height: 50px;
}

.form-custom .input-text, .form-custom textarea {
    width: 100%!important;
    border: 1px solid #ced4da;
    padding: 10px 15px;
    font-weight: 300;
    font-size: 14px;
    border-radius: 5px;
    background-color: #F9F9F9;
}
.form-custom .fs-dropdown .fs-dropdown-selected{
    height: 45px;
}
.form-custom .input-text{
    max-width: 100%;
}
.devis-step .btn-zone .btn.active {
    background-color: #416A7B;
    border-color: #416A7B;
    color: #fff;
}
.form-custom .row-form{
    margin: 0 -4px 30px;
}
.form-custom .row-form.title-agence {
    margin: 0 -4px 0!important;
}
/**
Contact css / list agency by agent
 */
.agent-name, .agent-phone{
    color: #416A7B!important;
    font-family: "Open Sans", serif;
    line-height: 30px;
    font-size: 16px!important;
    font-weight: 600!important;
}
.agent-chevron-down {
    position: absolute;
    right: 9px;
    padding-top: 5px;
}
.phone-agent{
    align-items: end;
}

@media (min-width: 970px){
    .devis-step .row-devis .side-devis{
        max-width: 380px;
    }
    .devis-step .row-devis .step-devis{
        width: 62%;
    }
}
.devis-step .row-devis .side-devis{
    padding: 30px 30px;
}

.dropdown {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    padding: 8px;
    width: 150px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
}

.dropdown.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.hidden {
    display: none;
}
.bloc-agence{
    padding-top: 25px;
}
