body {
    background-color: #fff;
}
/* HEADER ---------------------------------------------------------------------- */
header {
    background-color: var(--light-grey);
    height: 180px;
    padding: 30px;
}
header .navbar-brand img {
    height: 120px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* SELECTION ET FILTRES -------------------------------------------------------- */
#filtre-et-selection-container {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
}
#dp-filtres-rapide {
    width: fit-content;
}
#btn-filtres-rapides {
    width: 240px;
    height: 42px;
}
#btn-filtres-rapides span, #btn-filtres span {
    padding-left: 30px;
    font-size: 19px;
}
#btn-filtres-rapides::before {
    content: "\F479";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 12px;
    border: 0px;
    font-weight: var(--font-bold);
    font-size: 20px;
    color: #fff !important;
}
#btn-filtres-rapides::after {
    font-size: 20px;
    right: 12px;
    color: #fff !important;
}
#btn-filtres-rapides:focus {
    background-color: var(--main-color);
}
#btn-filtres {
    position: relative;
    width: 160px;
    height: 42px;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
#btn-filtres:hover {
    border: 1px solid var(--font-color);
    width: 170px;
    background-color: #FFF;
}
#btn-filtres::before {
    content: "\F479";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 12px;
    border: 0px;
    font-weight: var(--font-bold);
    font-size: 20px;
    color: #000 !important;
}
#btn-filtres::after {
    content: "\F282";
    font-family: "bootstrap-icons";
    position: absolute;
    right: 12px;
    border: 0px;
    color: #000 !important;
    font-size: 20px;
}
#btn-filtres:focus {
    background-color: var(--light-grey);
}

/* RESULTAT RECHERCHE ---------------------------------------------------------- */
#resultat-recherche-container {
    margin-top: 40px;
}

/* VEHICULE EN AVANT ----------------------------------------------------------- */
#en-avant-container {
    min-height: 500px;
    background-image: url('./../../../img/v2/recherche-vehicule/bg-en-avant.png');
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-left: 180px;
    padding-right: 180px;
    padding-bottom: 30px;
}
.veh-card {
    display: block;
    width: 410px;
    height: 500px;
    /*background-color: var(--light-grey);*/
    background: var(--light-grey-gradient);
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 18px;
    margin-bottom: 30px;
    cursor: not-allowed;
    position: relative;
    transition: ease-in all 0.1s;
}
.veh-card.selectable {
    cursor: pointer;
}
.vehicule-type {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}
.veh-card.veh-card-premium {
    box-shadow: 0px 0px 0px 4px #000;
}
.veh-card.veh-card-premium .veh-img-container {
    background-image: url('./../../../img/v2/vehicules/selected_bg.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.veh-card.selected .btn-select-veh {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 20;
    border: 2px solid var(--main-color);
    box-shadow: 0px 0px 6px 1px #0000002b;
    font-weight: var(--font-bold);
}
.btn-select-veh {
    font-size: 14px !important;
    min-width: 120px;
}
.btn-select-veh i {
    font-size: 16px;
    color: #000 !important;
}
.btn-ripple-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 20px;
    z-index: 10;
}
.veh-card:has(.not-allowed-layer) {
    background-color: var(--light-grey) !important;
    background: none !important;
}
.not-allowed-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 20px;
    z-index: 10;
    background-color: #e7e7e78a;
}
.vehicule-marque {
    font-size: 32px;
    font-weight: var(--font-bold);
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}
.vehicule-type .vehicule-marque {
    font-weight: var(--font-bold);
    text-transform: uppercase;
    color: var(--main-color);
    text-transform: capitalize;
}
.vehicule-type-marque {
    font-weight: var(--font-bold);
    text-transform: capitalize;
    color: var(--main-color);
}
.vehicule-carburant {
    text-transform: capitalize;
}
.vehicule-model-badge {
    width: 180px;
    padding: 5px 15px;
    height: 28px;
    border-radius: 15px;
    background-color: #fff;
    font-size: 12px;
    margin-top: 5px;
    z-index: 10;
    position: relative;
}
.model-garantie-badge {
    border: 1px solid #000;
}
.model-garantie-badge img {
    width: 16px !important;
    height: auto !important;
}
.caracteristiques-container {
    margin-top: 10px;
}
.caract-badge {
    margin-right: 4px;
    font-size: 12px;
    height: 20px;
    border-radius: 15px;
    border: 1px solid #000000a3;
    padding: 6px 8px;
}
.caract-badge img {
    height: 13px;
}

.caract-badge-text {
    font-size: 12px;
    vertical-align: bottom;
    text-transform: capitalize;
}
.ruban-container {
    position: relative;
    margin-top: 20px;
    height: 40px;
}
.card-vehicule-ruban {
    position: absolute;
    left: -36px;
    height: 40px;
    width: 200px;
    font-size: 20px;
    padding: 8px 10px 8px 40px;
    border-radius: 12px;
    border-bottom-left-radius: 0px;
    z-index: 10;
    line-height: 1.2em;
    transition: ease-in all 0.1s;
}
.card-vehicule-ruban::before {
    display: block;
    content: "";
    left: 0px;
    position: absolute;
    top: 40px;
    background: transparent;
    z-index: -1;
    border-top: 18px solid #626262;
    border-left: 18px solid transparent;
}
.veh-card.veh-card-premium .card-vehicule-ruban {
    left: -40px;
}
.ruban-new {
    /*background-color: var(--main-color);*/
    color: #fff;
    background: var(--linear-main-color-gradient);
}
.ruban-premium {
    /*background-color: #000;*/
    color: #fff;
    background: linear-gradient(45deg, #303030 0%,#141414 50%,#000 100%);
}
.ruban-indisponible {
    /*background-color: #005e97;*/
    color: #fff;
    background: linear-gradient(45deg, #005e97 0%,#00588e 50%,#005184 100%);
}
.ruban-populaire {
    /*background-color: #ABB912;*/
    color: #fff;
    background: linear-gradient(45deg, #abb912 0%,#a9b70e 50%,#a6b201 100%);
}
.ruban-conseil {
    /*background-color: #4AC0DD;*/
    color: #fff;
    background: linear-gradient(45deg, #4ac0dd 0%,#0fb5db 50%,#00b0d3 100%);
}
.veh-img-container {
    margin-top: 20px;
    transition: ease-in all 0.1s;
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 180px;
}
.veh-img-container img {
    width: 100%;
    height: auto;
    max-width: 400px;
    max-height: 180px;
}
.tarif-container {
    position: relative;
    height: 74px;
}
.tarif-container img {
    display: inline-block;
    width: 48px;
    height: 48px;
}
.estimation-carburant-text {
    font-size: 11px;
    line-height: 1.4em;
}
.indisponible-text {
    font-size: 12px;
    line-height: 1.4em;
}
.indisponible-text1 {
    line-height: 1.4em;
    z-index: 30;
    padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
    background: var(--linear-main-color-gradient);
    border-radius: 15px;
    color: #fff;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 30px;
}
.indisponible-text2 {
    line-height: 1.4em;
    z-index: 30;
    padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
    background: var(--linear-main-color-gradient);
    border-radius: 30px;
    color: #fff;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 30px;
    font-size: 14px;
    line-height: 1.5em;
}
.arrow {
    position: absolute;
    top: 0px;
    width: 30px !important;
    height: auto !important;
    left: 40px;
}
.tarif-jour {
    /*background-color: var(--main-color);*/
    background: var(--linear-main-color-gradient);
    color: #fff;
    padding: 8px 8px;
    border-radius: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 2em;
}
.tarif-jour span {
    font-weight: var(--font-bold);
    font-size: 22px;
}
.tarif-total {
    text-align: center;
    color: #000000b8;
    line-height: 1.2em;
    font-size: 16px;
    min-width: 80px;
}
.tarif-total span {
    font-size: 20px;
    font-weight: var(--font-bold);
}

/* RESULTAT RECHERCHE ---------------------------------------------------------- */
#resultat-container {
    margin-top: 50px;
}
#resultat-recherche-titre {
    text-align: center;
}
#rappel-date-recherche {
    text-align: center;
    color: var(--dark-grey);
}
.edit-searh-alias, .filtres-alias {
    color: var(--main-color);
    cursor: pointer;
    font-weight: var(--font-bold);
    
}

#modele-garanti-container {
    width: 200px;
    height: 100px;
    background-color: green;
    position: relative;
    z-index: 50;
}

/* SIDEBAR FILTRES ------------------------------------------------------------- */
.offcanvas-body {
    padding-top: 0px;
    padding-bottom: 5px;
}
#sidebar-filtres-title {
    
}
#gamme-vehicule-radio-group {
    background-color: var(--light-grey);
    border-radius: 25px !important;
}
.btn-check-gamme-slide {
    height: 40px !important;
    min-width: 140px;
    font-size: 16px !important;
    padding: 8px;
    font-weight: var(--font-thin);
    line-height: 1.4em;
}
.filtre-section-title {
    display: inline-block;
    color: var(--main-color);
    margin-right: 15px;
}
.filtre-section-title-line {
    display: inline-block;
    border-bottom: 1px solid var(--main-color);
    height: 18px;
}
.filtre-type-check-container {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    height: 30px;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 15px;
    box-shadow: inset -140px 0 0 0 var(--light-grey);
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
    background: var(--light-grey);
    border: 1px var(--light-grey);
}
.filtre-type-check-container:hover {
    box-shadow: inset 0px 0px 0px 0 var(--light-grey);
    color: #fff;
    background: var(--main-color);
}
.filtre-type-check-container label {
    font-size: 14px;
    width: 100%;
}
.filtre-type-check-container img {
    height: 12px !important;
    width: auto !important;
    margin-right: 5px;
}
.form-check-label {
    cursor: pointer;
}
.filtre-type-check-container .form-check-label {
    
}
.filtre-type-checkbox:checked + img {
    /*-webkit-filter: invert(100%);*/
    /*filter: invert(100%);*/
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.filtre-type-check-container:hover .filtre-type-checkbox:not(:checked) +  img {
    /*-webkit-filter: invert(100%);*/
    /*filter: invert(100%);*/
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.filtre-type-check-container:has(.filtre-type-checkbox:checked) {
    background-color: var(--main-color);
    box-shadow: inset 0px 0px 0px 0 var(--light-grey);
    color: #FFF;
}
.filtre-carburant-check-container {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    height: 30px;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.filtre-carburant-check-container:hover {
    box-shadow: inset 0px 0px 0px 0 var(--light-grey);
    color: #fff;
    background: var(--main-color);
}
.filtre-carburant-check-container img {
    height: 14px !important;
    width: auto !important;
    margin-right: 5px;
}
.filtre-carburant-check-container label {
    font-size: 14px;
    width: 100%;
}
.filtre-essence {
    background-color: #DDF3CF;
    background: #DDF3CF;
    box-shadow: inset -140px 0 0 0 #DDF3CF;
    border: 1px #DDF3CF;
}
.filtre-gasoil {
    background-color: #F9F7C0;
    background: #F9F7C0;
    box-shadow: inset -140px 0 0 0 #F9F7C0;
    border: 1px #F9F7C0;
}
.filtre-electrique {
    background-color: #D5F4F6;
    background: #D5F4F6;
    box-shadow: inset -140px 0 0 0 #D5F4F6;
    border: 1px #D5F4F6;
}
.filtre-hybride {
    background-color: #CCF5F2;
    background: #CCF5F2;
    box-shadow: inset -140px 0 0 0 #CCF5F2;
    border: 1px #CCF5F2;
}
.filtre-carburant-checkbox:checked + img {
    /*-webkit-filter: invert(100%);*/
    /*filter: invert(100%);*/
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.filtre-carburant-check-container:hover .filtre-carburant-checkbox:not(:checked) +  img {
    /*-webkit-filter: invert(100%);*/
    /*filter: invert(100%);*/
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.filtre-carburant-check-container:has(.filtre-carburant-checkbox:checked) {
    background-color: var(--main-color);
    box-shadow: inset 0px 0px 0px 0 var(--light-grey);
    color: #FFF;
}
.filtre-option-check-container {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    height: 30px;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    background-color: var(--light-grey);
    box-shadow: inset -140px 0 0 0 var(--light-grey);
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
    background: var(--light-grey);
    border: 1px var(--light-grey);
}
.filtre-option-check-container:hover {
    box-shadow: inset 0px 0px 0px 0 var(--light-grey);
    color: #fff;
    background: var(--main-color);
}
.filtre-option-check-container img {
    height: 14px !important;
    width: auto !important;
    margin-right: 5px;
}
.filtre-option-check-container label {
    font-size: 14px;
    width: 100%;
}
.filtre-option-checkbox:checked + img {
    /*-webkit-filter: invert(100%);*/
    /*filter: invert(100%);*/
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.filtre-option-check-container:hover .filtre-option-checkbox:not(:checked) +  img {
    /*-webkit-filter: invert(100%);*/
    /*filter: invert(100%);*/
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.filtre-option-check-container:has(.filtre-option-checkbox:checked) {
    background-color: var(--main-color);
    box-shadow: inset 0px 0px 0px 0 var(--light-grey);
    color: #FFF;
}
.filtre-usage-check-container {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    height: 30px;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    background-color: var(--light-grey);
    box-shadow: inset -140px 0 0 0 var(--light-grey);
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
    background: var(--light-grey);
    border: 1px var(--light-grey);
}
.filtre-usage-check-container:hover {
    box-shadow: inset 0px 0px 0px 0 var(--light-grey);
    color: #fff;
    background: var(--main-color);
}
.filtre-usage-check-container img {
    height: 14px !important;
    width: auto !important;
    margin-right: 5px;
}
.filtre-usage-check-container label {
    font-size: 14px;
    width: 100%;
}
.filtre-usage-checkbox:checked + img {
    /*-webkit-filter: invert(100%);*/
    /*filter: invert(100%);*/
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.filtre-usage-check-container:hover .filtre-usage-checkbox:not(:checked) +  img {
    /*-webkit-filter: invert(100%);*/
    /*filter: invert(100%);*/
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.filtre-usage-check-container:has(.filtre-usage-checkbox:checked) {
    background-color: var(--main-color);
    box-shadow: inset 0px 0px 0px 0 var(--light-grey);
    color: #FFF;
}

.filtre-place-container {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    height: 30px;
    width: 30px;
    padding: 4px;
/*    padding-left: 10px;
    padding-right: 10px;*/
    border-radius: 20px;
    background-color: var(--light-grey);
    margin-right: 12px;
    text-align: center;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.filtre-place-container:hover {
    background-color: var(--main-color);
    color: #FFF;
}
.filtre-place-container label {
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.filtre-place-container:has(.filtre-place-checkbox:checked) {
    background-color: var(--main-color);
    color: #FFF;
}

.filtre-valise-container {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    height: 30px;
    width: 30px;
    padding: 4px;
    border-radius: 20px;
    background-color: var(--light-grey);
    transition: all ease-in 0.1s;
    margin-right: 12px;
    text-align: center;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.filtre-valise-container:hover {
    background-color: var(--main-color);
    color: #FFF;
}
.filtre-valise-container label {
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.filtre-valise-container:has(.filtre-valise-checkbox:checked) {
    background-color: var(--main-color);
    color: #FFF;
}

#btn-apply-filtres {
    background-color: #FFF;
    box-shadow: inset -140px 0 0 0 #FFF;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
#btn-apply-filtres:hover {
    box-shadow: inset 0px 0px 0px 0 var(--light-grey);
    color: #fff;
    background: #FFF;
}
#reset-filtres-link {
    font-size: 12px;
    margin-top: 10px;
    display: block;
    text-align: center;
}

/* TOP SEARCH FORM ------------------------------------------------------------- */
.top-search-offcanvas-body {
    padding: 28px;
    overflow-y: inherit;
}




/* RESPONSIVE ------------------------------------------------------------------ */
@media screen and (max-width: 7680px) { 
    #footer-inner-top {
        background-size: cover !important;
    }
}
@media screen and (max-width: 1680px) { 
    
    /* FOOTER ------------------------------------------------------------------ */
    footer {
/*        min-height: 300px;*/
    }
    #footer-inner-top {
        background-size: cover !important;
        height: auto;
        width: 100% !important;
    }
    #footer-inner-top .container {
        padding-top: 50px;
        max-width: 900px;
    }
    #footer-inner-bottom .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
    .footer-line {
        min-width: 240px;
    }
}
@media screen and (max-width: 1440px) {
    #footer-inner-top {
        background-size: contain !important;
    }
}
@media screen and (max-width: 1399px) {  /* 1400px */
    .veh-img-container img {
        max-width: 320px;
        max-height: 180px;
    }
    #resultat-container .veh-card {
        width: auto !important;
    }
    /* VEHICULE EN AVANT */
    #en-avant-container {
        padding-bottom: 0px !important;
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    /* FOOTER ------------------------------------------------------------------ */
    footer {
        /*min-height: 300px;*/
    }
    #footer-inner-top {
        background-size: contain;
        height: auto;
        width: 100% !important;
    }
    #footer-inner-top .container {
        padding-top: 50px;
        max-width: 900px;
    }
    #footer-inner-bottom .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
    .footer-line {
        min-width: 140px;
    }
}

@media screen and (max-width: 1366px) { 
    /* VEHICULE EN AVANT */
    #en-avant-container {
        padding-bottom: 0px !important;
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    #resultat-container .veh-card {
        width: auto !important;
    }
    .veh-img-container img {
        max-width: 400px;
        max-height: 180px;
    }
    /* FOOTER ------------------------------------------------------------------ */
    footer {
        /*min-height: 300px;*/
    }
    #footer-inner-top {
/*        background-size: contain;
        min-height: 138px;
        height: 138px;*/
    }
    #footer-inner-top .container {
        padding-top: 50px;
        max-width: 900px;
    }
    #footer-inner-bottom .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
    .footer-line {
        min-width: 140px;
    }

}

@media screen and (max-width: 1199px) { /* 1200px*/
    /* VEHICULE EN AVANT */
    #en-avant-container {
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .veh-footer-col {
        justify-content: space-around !important;
    }
    .veh-card {
        width: 410px;
    }
    .veh-img-container img {
        max-width: 400px;
        max-height: 180px;
    }
    /* FOOTER ------------------------------------------------------------------ */
    footer {
        min-height: auto;
    }
    #footer-inner-top {
        background-size: 100%;
        margin-top: 100px;
        height: 40px;
        background-size: contain;
        min-height: 138px;
        height: 138px;
    
    }
    .btn-footer-icon-card {
        width: 80px;
        height: 80px;
        padding: 15px;
    }
    .btn-footer-icon-card img {
        width: 100%;
        height: 100%;
    }
    #footer-inner-top .container {
        padding-top: 40px;
    }
    .btn-footer-icon-card + label {
        font-size: 12px !important;
        width: auto;
        padding-left: 8px;
        padding-right: 8px;
        line-height: 2em;
    }
    #footer-inner-bottom {
        min-height: 210px;
        margin-top: -40px;
    }
    #footer-inner-bottom .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
        top: 80px;
    }
    .footer-line {
        display: none;
    }
    .footer-ext-container {
        width: 100%;
        line-height: 2em;
    }
    .footer-mentions, .footer-ext-container {
        width: 100%;
        font-size: 16px;
    }
    .d-flex.justify-content-center.w-100 {
        flex-direction: column !important;
    }
    .social-logo {
        width: 25px;
        height: 25px;
        margin-left:10px;
        margin-right:10px;
    }
    .footer-ext-container .d-flex.justify-content-evenly {
        justify-content: center !important;
    }
}

@media screen and (max-width: 1024px) { 
    /* VEHICULE EN AVANT */
    #en-avant-container {
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    /* FOOTER ------------------------------------------------------------------ */
    footer {
        min-height: auto;
    }
    #footer-inner-top {
        background-size: 100%;
        margin-top: 100px;
        height: 40px;
    }
    .btn-footer-icon-card {
        width: 80px;
        height: 80px;
        padding: 15px;
    }
    .btn-footer-icon-card img {
        width: 100%;
        height: 100%;
    }
    #footer-inner-top .container {
        padding-top: 40px;
    }
    .btn-footer-icon-card + label {
        font-size: 12px !important;
        width: auto;
        padding-left: 8px;
        padding-right: 8px;
        line-height: 2em;
    }
    #footer-inner-bottom {
        min-height: 210px;
        margin-top: -40px;
    }
    #footer-inner-bottom .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
        top: 80px;
    }
    .footer-line {
        display: none;
    }
    .footer-ext-container {
        width: 100%;
        line-height: 2em;
    }
    .footer-mentions, .footer-ext-container {
        width: 100%;
        font-size: 16px;
    }
    .d-flex.justify-content-center.w-100 {
        flex-direction: column !important;
    }
    .social-logo {
        width: 25px;
        height: 25px;
        margin-left:10px;
        margin-right:10px;
    }
    .footer-ext-container .d-flex.justify-content-evenly {
        justify-content: center !important;
    }
}

@media screen and (max-width: 991px) { 
    /* VEHICULE EN AVANT */
    #en-avant-container {
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        /*background-position-x: center;*/
    }
    .veh-card {
        width: 330px !important;
    }
    .veh-footer-col {
        justify-content: space-around !important;
    }
    /* FOOTER ------------------------------------------------------------------ */
    footer {
        min-height: auto;
    }
    #footer-inner-top {
        background-size: 100%;
        margin-top: 100px;
        height: 40px;
        background-size: contain !important;
    }
    .btn-footer-icon-card {
        width: 80px;
        height: 80px;
        padding: 15px;
    }
    .btn-footer-icon-card img {
        width: 100%;
        height: 100%;
    }
    #footer-inner-top .container {
        padding-top: 0px;
    }
    .btn-footer-icon-card + label {
        font-size: 12px !important;
        width: auto;
        padding-left: 8px;
        padding-right: 8px;
        line-height: 2em;
    }
    #footer-inner-bottom {
        min-height: 210px;
        margin-top: -80px;
    }
    #footer-inner-bottom .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
        top: 80px;
    }
    .footer-line {
        display: none;
    }
    .footer-ext-container {
        width: 100%;
        line-height: 2em;
    }
    .footer-mentions, .footer-ext-container {
        width: 100%;
        font-size: 16px;
    }
    .d-flex.justify-content-center.w-100 {
        flex-direction: column !important;
    }
    .social-logo {
        width: 25px;
        height: 25px;
        margin-left:10px;
        margin-right:10px;
    }
    .footer-ext-container .d-flex.justify-content-evenly {
        justify-content: center !important;
    }
}

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

@media screen and (max-width: 768px) {
    /* VEHICULE EN AVANT */
    .veh-footer-col {
        justify-content: space-around !important;
    }
    /* FOOTER ------------------------------------------------------------------ */
    footer {
        min-height: auto;
    }
    #footer-inner-top {
        background-size: 100%;
        margin-top: 100px;
        height: 40px;
    }
    .btn-footer-icon-card {
        width: 80px;
        height: 80px;
        padding: 15px;
    }
    .btn-footer-icon-card img {
        width: 100%;
        height: 100%;
    }
    #footer-inner-top .container {
        padding-top: 0px;
    }
    .btn-footer-icon-card + label {
        font-size: 12px !important;
        width: auto;
        padding-left: 8px;
        padding-right: 8px;
        line-height: 2em;
    }
    #footer-inner-bottom {
        min-height: 210px;
    }
    #footer-inner-bottom .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
        top: 80px;
    }
    .footer-line {
        display: none;
    }
    .footer-ext-container {
        width: 100%;
        line-height: 2em;
    }
    .footer-mentions, .footer-ext-container {
        width: 100%;
        font-size: 16px;
    }
    .d-flex.justify-content-center.w-100 {
        flex-direction: column !important;
    }
    .social-logo {
        width: 25px;
        height: 25px;
        margin-left:10px;
        margin-right:10px;
    }
    .footer-ext-container .d-flex.justify-content-evenly {
        justify-content: center !important;
    }
}
@media screen and (max-width: 767px) {
    .veh-card {
        width: 330px !important;
    }
}
@media screen and (max-width: 576px) {
    /* VEHICULE EN AVANT */
    #en-avant-container {
        padding-bottom: 0px;
        background-position-x: center;
    }
    
    /* FOOTER ------------------------------------------------------------------ */
    footer {
        min-height: auto;
    }
    #footer-inner-top {
        background-size: 100%;
        margin-top: 100px;
        height: 40px;
    }
    .btn-footer-icon-card {
        width: 60px;
        height: 60px;
        padding: 10px;
    }
    .btn-footer-icon-card img {
        width: 100%;
        height: 100%;
    }
    #footer-inner-top .container {
        padding-top: 0px;
    }
    .btn-footer-icon-card + label {
        font-size: 10px !important;
        width: auto;
        padding-left: 8px;
        padding-right: 8px;
    }
    #footer-inner-bottom {
        min-height: 240px;
        margin-top: -80px;
    }
    #footer-inner-bottom .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
        top: 80px;
    }
    .footer-line {
        display: none;
    }
    .footer-ext-container {
        width: 100%;
    }
    .footer-mentions, .footer-ext-container {
        width: 100%;
        font-size: 14px;
    }
    .d-flex.justify-content-center.w-100 {
        flex-direction: column !important;
    }
    .social-logo {
        width: 25px;
        height: 25px;
        margin-left:10px;
        margin-right:10px;
    }
    .footer-ext-container .d-flex.justify-content-evenly {
        justify-content: center !important;
    }
}
@media screen and (max-width: 575px) {
    .veh-card {
        height: auto !important;
        max-height: 500px !important;
    }
}
@media screen and (max-width: 500px) {
    #footer-inner-bottom {
        margin-top: -100px;
    }
}
@media screen and (max-width: 480px) {
    
    
    
}

@media screen and (max-width: 411px) {
    
    
    
    
    
    /* FOOTER ------------------------------------------------------------------ */
    .footer-mentions, .footer-ext-container {
        width: 100%;
        font-size: 12px;
    }
    
    
}

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

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