/* MAIN CONTAINER -------------------------------------------------------------- */
.main-container {
    /*margin-top: 1.5rem !important;*/
    margin-top: 180px;
    transition: all 0.4s ease;
}
/* NAVBAR ---------------------------------------------------------------------- */
#navbar-search-vehicule-button-container {
    width: 550px;
    height: 70px;
    background-color: #E5E5E5;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    color: #000;
    padding: 15px 20px;;
    font-size: 0.8em;
}
#search-navbar-nav-right-container {
    display: none !important;
}
.depart-libelle {
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.depart-date {
    font-weight: 400;
}
#search-edit-button {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    color: black;
    text-align: center;
    margin-top: -3px;
}
#search-edit-button:hover {
    background-color: #fbfbfb;
}
#search-edit-button i {
    font-size: 1.5em;
}
.search-depart-retour-separator {
    font-size: 2.4em;
    font-weight: 200;
}
#btn-navbar-toggler {
    width: 56px;
    height: 40px;
    color: #686868;
}
/* HEADER ---------------------------------------------------------------------- */
#header-container {
    height: 440px;
    box-shadow: -2px 1px 3px 0 rgba(0, 0, 0, 0.56);
    display: none;
    overflow: visible;
}
.header-image {
    width: 100%;
    height: 440px;
}
#header-inner-container .container {
    margin-top: 180px !important;
}
/* FORMULAIRE DE RECHERCHE DE VEHICULE HEADER ---------------------------------- */
#recherche-vehicules-form {
    
}
#recherche-vehicules-form {
    width: 100%;
    height: 220px;
    background-color: #fffffff2;
    border-radius: 0px;
    padding: 10px 30px;
    /*box-shadow: rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px, rgba(0, 0, 0, 0.2) 0px 2px 4px -1px;*/
}
#recherche-vehicules-form .form-select, .dropdown-input button, .search-date-input, #filtre-categorie-btn {
    border: 0px;
    border-bottom: 1px solid orangered;
    border-radius: 0px;
    background-color: #fff0;
    font-size: 1em;
    cursor: pointer;
    width: 100%;
    color: black;
}
.time-container {
    border: 0px;
    border-radius: 0px;
    background-color: #fff0;
    font-size: 0.85em;
    cursor: pointer;
    color: black;
    max-width: 90px;
}
#recherche-vehicules-form .dropdown-input, #recherche-vehicules-form .dropdown-input button, #filtre-categorie-btn {
    text-align: left;
    padding-left: 2px;
    font-weight: 600;
    color: rgba(25, 25, 25, 0.77);
    font-size: 0.9em;
/*    border-radius: 10px;
    padding-left: 10px;
    border: 1px solid rgba(201, 201, 207, 1);
    height: 45px;
    background-color: #fff;
    text-align: left;*/
}
#recherche-vehicules-form .dropdown-input button {
    /*text-align: left;
    padding-left: 2px;
    color: #5e5e5e;
    font-weight: 600;
    color: rgba(25, 25, 25, 0.77);*/
    
    border-radius: 10px;
    padding-left: 10px;
    border: 1px solid rgba(201, 201, 207, 1);
    height: 45px;
    background-color: #fff;
    text-align: left;
}
#recherche-vehicules-form .dropdown-toggle span, #filtres-form .dropdown-toggle span {
    width: 180px;
    display: block;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
}
#recherche-vehicules-form .search-date-input {
    text-align: left;
    padding-left: 2px;
    color: #5e5e5e;
    font-weight: 600;
    color: rgba(25, 25, 25, 0.77);
    width: 130px;
    font-size: 0.8em;
}
.time-container {
    font-size: 0.85em;
}
#recherche-vehicules-form .dropdown-input button:hover, #filtre-categorie-btn:hover {
    float: right;
    margin-top: 8px;
}
#recherche-vehicules-form .dropdown-input button:after, #filtre-categorie-btn:after {
    content: "\F282";
    font-family: "bootstrap-icons";
    float: right;
    /*margin-top: 8px;*/
    border: 0px;
    /*font-family: 'Glyphicons Halflings';*/
}
/*#recherche-vehicules-form .btn-dropdown-horaire:after {
    content: "\F293" !important;
    font-family: "bootstrap-icons";
    float: left !important;
    border: 0px;
    font-weight: 200;
    font-size: 16px;
    line-height: 1.6em;
    position: absolute;
    left: 0px;
    color: #DC4E28;
}*/
#recherche-vehicules-form .dropdown-input button:hover, #filtre-categorie-btn:hover {
    float: right;
    margin-top: 0px;
    background-color: #fff0;
    color: #212529;
    border-color: orangered;
}
#recherche-vehicules-form .dropdown-input button:active, #recherche-vehicules-form .dropdown-input button:focus {
    color: #212529;
    background-color: #fff0;
    border-color: #DC4E28;
    border: 3px solid orangered;
}
#recherche-vehicules-form .dropdown-menu.show, #filtres-form .dropdown-menu.show {
    border-radius: 0px;
    border: 0px;
    margin-top: -2px !important;
}
#recherche-vehicules-form .dropdown-menu, #recherche-vehicules-form .dropdown-item, #filtres-form .dropdown-menu, #filtres-form .dropdown-item  {
    font-size: 0.9em;
    font-weight: 500;
    line-height: 2.5em;
    transition: all 0.2s ease;
}
#recherche-vehicules-form .dropdown-item:focus, #recherche-vehicules-form .dropdown-item:hover, #filtres-form .dropdown-item:focus, #filtres-form .dropdown-item:hover{
    color: #131313;
    background-color: #ffc4aec7;
}
#recherche-vehicules-form label, #filtres-form label, #filtres-form .form-check-label{
    font-size: 0.75em;
    font-weight: 500;
    margin-left: 3px;
    color: #000;
}
#recherche-vehicules-form .form-select:focus {
    box-shadow: none !important;
}
.select-time {
    float: left;
    width: 40px;
    border: 0;
    background-color: #fff0;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.95em;
    font-weight: 600;
    color: rgba(25, 25, 25, 0.77);
}
.time-separator {
    line-height: 2.2em;
}
#search-button-container {
    width: 160px;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    position: relative;
    margin-top: -25%;
}
#search-button-inner-container {
    width: 100%;
    height: 100%;
    background-color: #fff0;
    border-radius: 50%;
    border: 8px solid transparent;
    background: linear-gradient(0deg, rgb(255, 72, 0) 0%, rgb(255, 72, 0) 25%, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 65%, rgb(255, 72, 0) 75%, rgb(255, 72, 0) 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
#search-vehicule-btn-container {
    position: absolute;
    width: 150px;
    text-align: center;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 52px;
    margin-left: -10px;
    /*background-color: white;*/
    border-radius: 25%;
}
#search-vehicule-btn {
    width: 100%;
    text-align: center;
    height: 34px;
    padding: 0px;
    /*background-color: #ff5122;*/
    border: 0px;
    border-radius: 4px !important;
    font-size: 1em;
    padding-top: 2px;
}
#search-btn-container {
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 50%;
    background-color: #fff0;
    border: 5px solid orangered;
    margin: auto;
    margin-top: -10%;
}
.btn-container {
    width: 100%;
}
.header-date-button {
    border-bottom: 1px solid #DC4E28;
    float: left;
    text-align: left;
    padding-left: 2px;
    font-weight: 600;
    color: rgba(25, 25, 25, 0.77);
    height: 33px;
    padding-top: 2px;
    min-width: 130px;
    margin-right: 5px;
}
#date-depart-input-text, #date-retour-input-text {
    margin-right: 4px;
}
#date-button-depart-icon, #date-button-retour-icon {
    font-size: 18px;
    /*color: #DC4E28;*/
    cursor: pointer;
}
#date-button-depart-icon:hover, #date-button-retour-icon:hover {
    /*color: #C64624;*/
}
.heure-input-button {
    text-align: right;
    padding-left: 2px;
    font-weight: 600;
    color: rgba(25, 25, 25, 0.77);
    font-size: 18px !important;
}
.btn-dropdown-horaire .horaire-text {
    max-width: 45px;
    float: right !important;
}
.btn.dropdown-toggle.btn-dropdown-horaire {
    line-height: 1.9em;
    padding-top: 1px;
    padding-bottom: 0px;
    width: 80px;
    height: 33px;
    text-align: right !important;
}
.dropdown-menu-horaire {
    padding: 0px;
    border-radius: 12px;
    border: 0px;
    box-shadow: 0px 6px 10px 0px #00000038;
    font-weight: 500;
    line-height: 2.5em;
    transition: all 0.2s ease;
    min-width: 100px !important;
    text-align: center;
    font-size: 16px !important;
    max-height: 300px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.dropdown-menu-horaire .dropdown-item {
    line-height: 1.6em !important;
}
.dropdown-item-heure.selected-item, .dropdown-item-heure.selected-item span {
    color: #DC4E28;
    font-weight: 600 !important;
}
.dropdown-item-heure.selected-item {
    color: #DC4E28;
    font-weight: 600 !important;
}
.mt-surplus-horaire {
    margin-left: 5px;
    font-weight: 500 !important;
    font-size: 12px;
}
.grey-opt a {
    /*opacity: 0.6;*/
    background-color: rgb(0,0,0,0.2);
}
.grey-opt a.selected-item {
    /*opacity: 1;*/
}

/* MODIFICATION/NOUVELLE VERSION DATE TIME INPUT */
.search-date-input-container {
    width: 220px;
    height: 45px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
}
.date-button-container {
    height: 100%;
    width: 110px;
    /*background-color: yellow;*/
    display: inline-block;
    float: left;
}
.time-button-container {
    height: 100%;
    width: 110px;
    /*background-color: green;*/
    display: inline-block;
    float: right;
}
.btn-group {
    width: 100%;
    height: 100%;
}



.date-button, .time-button {
    position: relative;
    background-color: #fff0;
    border: 0px;
    font-weight: 500;
    padding-left: 10px;
    text-align: left;
    width: 100% !important;
}
.date-button {
    width: 50%;
    height: 100%;
    float: left;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid rgba(201, 201, 207, 1);
}
.time-button {
    width: 50%;
    height: 100%;
    float: left;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid rgba(201, 201, 207, 1);
    border-left: 0px;
}
.date-button.onfocus {
    border: 0px;
}
.time-button.show {
    border: 3px solid orangered;
}
.date-button.onfocus::after {
    content: "";
    border: 3px solid orangered;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

/* FILTRE ---------------------------------------------------------------------- */
#widget-filtre {
    position: sticky;
    top: 180px !important;
    z-index: 10;
}
#filtres-container .filtre-reset-text {
    font-size: 0.85em;
    /*color: orangered;*/
    /*text-decoration: none;*/
}
#filtres-container .filtre-reset-text:hover {
    color: #C1340E;
}
.filtre-categories-container .form-check-label {
    font-size: 0.7em !important;
}
#filtres-container hr {
    background-color: #c1c1c1;
}
#filtres-container img {
    width: 100%;
    height: auto;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.filtre-sub-title {
    font-size: 0.9em;
}
#filtres-container .form-check-input:checked {
    background-color: orangered;
    border-color: orangered;
}
#filtres-container .form-check-label:hover {
    cursor: pointer;
}
/* CONFIGURATION SCROLL DU CONTAINER FILTRES */
.sticky {
    /*position: fixed;*/
    position: sticky;
    top: 0;
    max-width: 260px;
    top: 150px !important;
    z-index: 10;
}
#filtres-form {
    width: 100%;
}
#btn-filtrer {
    border-radius: 20px !important;
    float: right;
    width: 100px;
    font-size: 1em;
}
#btn-reset-filtrer {
    margin-top: 15px;
    background-color: black !important;
    border-radius: 2px !important;    
    box-shadow: 2px 2px 2px #00000030;
}
#filtre-tarif {
    margin-top: 6px;
}
#filtre-tarif-range {
    width: 180px;
    margin-left: 10px;
}
.ui-slider-range {
    background-color: #ff450052 !important;
}
.ui-state-active {
    border: 1px solid orangered !important;
    background: white !important;
    font-weight: normal !important;
    color: #454545 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    font-weight: normal;
    color: #454545;
    border-radius: 1px;
    width: 15px !important;
    height: 30px !important;
    margin-top: -5px;
    border: 1px solid #ff45007d;
    background: white !important;
}
#reset-filtre-link {
    float: left;
    display: block;
    margin-top: 10px;
}
#btn-show-filtre-widget {
    display: none;
}

/* WIDGET ---------------------------------------------------------------------- */
.widget {
    /*box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;*/
}
/* VEHICULES ROW/CARD ---------------------------------------------------------- */
#rappel-date-recherche {
    color: #6a6a6a;
    font-size: 0.8em;
}
.offre-vehicule-ligne {
    margin-bottom: 40px;
}
.vehicule-card {
    width: 100%;
    height: 410px;
    padding: 20px 20px;
    background-color: white;
    /*box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;*/
    z-index: 2;
    position: relative;
}
.card-vehicule-ruban {
    width: 200px;
    height: 32px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -20px;
    padding: 5px;
    padding-left: 20px;
    font-weight: 200;
    font-size: 16px;
    margin-top: 10px;
}
.ruban-meilleur-prix {
    /*background-color: #DC4E28;*/
    background: linear-gradient(135deg, #dc4e28 0%,#db380f 50%,#d31f00 100%);
    color: #FFF;
}
.ruban-populaire {
    /*background-color: #008038;*/
    background: linear-gradient(135deg, #008038 0%,#007530 50%,#006627 100%);
    color: #FFF;
}
.ruban-conseil {
    /*background-color: #006280;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006280+0,005d77+50,004e6b+100 */
    background: linear-gradient(135deg,  #006280 0%,#005d77 50%,#004e6b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #FFF;
}
.ruban-modele-garantie {
    background-color: #E5E5E5;
    color: #000;
}
.ruban-indisponible {
    background-color: #314388;
    color: #FFF;
}
.indisponible-text {
    color: #8D8D8D;
}
.vehicule-card.selectable {
    cursor: pointer;
}
/*.vehicule-img {
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}*/
.vehicule-img {
    width: 240px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 5px;
}
.options-container {
    color: #6a6a6a;
    position: relative;
}
.options-container {
    font-size: 0.75em;
    width: 100%;
}
.vehicule-option-img {
    width: 28px;
    display: block;
    margin: auto;
}
.vehicule-categorie {
    font-size: 12px;
    color: #8D8D8D;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vehicule-marque {
    font-weight: 600;
    font-size: 18px;
}
.vehicule-option-text {
    font-size: 10px;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 4px;
}
.btn-reserver-vehicule {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    border: 0px;
    font-size: 20px;
    padding: 0px;
    margin: auto;
    display: block;
}
.tarif-jour-container, .tarif-total-container {
    width: 50%;
    height: 38px;
    padding: 9px 5px;
    text-align: center;
    font-size: 14px;
    float: left;
}
.tarif-jour-container {
    color: #FFF;
    /*background-color: #DC4E28;*/
    background: linear-gradient(135deg, #dc4e28 0%,#db380f 50%,#d31f00 100%);
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.tarif-total-container {
    color: #000;
    /*background-color: #E5E5E5;*/
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%,rgb(242, 242, 242) 50%,rgb(234, 234, 234) 100%);
}
.tarif-jour {
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 600;
}
.tarif-total {
    font-size: 1.2em;
    font-weight: 600;
    color: black;
}
.pre-tarif-text {
    font-size: 1.2em;
}
.indisponible-vehicule-title {
    width: 140px;
    height: 35px;
    padding: 5px;
    padding-left: 20px;
    margin-left: -24px;
    background-color: #314388;
    color: white;
    position: relative;
    z-index: 3;
    font-size: 1.3em;
    font-weight: 300;
}
.indisponible-vehicule-title::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    right: -30px;
    top: 0px;
    border-right: 30px solid #d0cdcd00;
    border-top: 35px solid #314388;
    z-index: 3;
}

/* OFFRES CARD ----------------------------------------------------------------- */
.offre-card {
    height: 300px;
    padding: 12px 15px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    z-index: 2;
    position: relative;
}
.offre-card-title {
    font-size: 1.2em;
    color: black;
    font-weight: 500;
}
.offre-slogan {
    font-size: 0.9em;
    color: #6a6a6a;
    font-weight: 200;
    font-style: italic;
}
.offre-card-prestations-container {
    height: 110px;
    overflow-y: hidden;
    position: relative;
}
/* TITRE OFFRE SOUS FORME DE RUBAN */
.offre-card-title {
    width: 160px;
    height: 35px;
    padding: 4px;
    padding-left: 15px;
    margin-left: -20px;
    background-color: green;
    color: white;
    position: relative;
    z-index: 3;
}
.offre-card-title::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    right: -30px;
    top: 0px;
    border-right: 30px solid #d0cdcd00;
    border-top: 35px solid green;
    z-index: 3;
}
.offre-card-title-p1 {
    background-color: #316888;
}
.offre-card-title-p1::after {
    border-top: 35px solid #316888;
}
.offre-card-title-p2 {
    background-color: #314388;
}
.offre-card-title-p2::after {
    border-top: 35px solid #314388;
}
.offre-card-title-p3 {
    background-color: #0a2f3e;
}
.offre-card-title-p3::after {
    border-top: 35px solid #0a2f3e;
}
.offre-card-prestations-container::after {
    position: absolute;
    bottom: 0px;
    content: "";
    height: 40px;
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgb(255, 255, 255) 10%, rgba(253,187,45,0) 100%);
}


/* AUTRES ---------------------------------------------------------------------- */
.offre-card-option-line {
    line-height: 0.9em;
}
.ass-libelle-color {
    font-size: 0.8em;
    color: #009ccc;
}
.opt-libelle-color {
    font-size: 0.8em;
    color: orangered;
}
.prestation-libelle {
    font-size: 0.7em;
    /*line-height: 0.8em;*/
    font-weight: 200;
    color: #003653;
}
#cookies-consent-container {
    font-size: 12px !important;
}
#btn-scroll-top {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    color: white;
    z-index: 100;
    font-size: 1.1em;
}


/* ----------------------------------------------------------------------------- 
 * RESPONSIVE
 ------------------------------------------------------------------------------- */

@media screen and (max-width: 1920px) { 
    /* NAVBAR ------------------------------------------------------------------ */
/*    #navbar-nav-right-container {
        float: none !important;
        min-width: 200px;
        font-size: 14px;
        margin-top: 12px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
     NAVBAR ------------------------------------------------------------------ 
    #navbar-nav-right-container {
        float: none !important;
        width: 200px;
        font-size: 14px;
        margin-top: 12px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    #search-navbar-nav-right-container {
        display: none !important;
    }
    #navbar-nav-right-container {
        display: block !important;
    }*/
    
    /* HEADER ------------------------------------------------------------------ */
    #header-container {
        transition: none !important;
    }
    /* CARD VEHICULES ---------------------------------------------------------- */
    .vehicule-marque {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 250px;
        white-space: nowrap;
    }
    .vehicule-img {
        width: 240px;
    }
}

@media screen and (max-width: 1399px) {  /* 1400px */
    /* NAVBAR ------------------------------------------------------------------ */
/*    #navbar-nav-right-container {
        float: none !important;
        width: 200px;
        font-size: 14px;
        margin-top: 12px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    #search-navbar-nav-right-container {
        display: none !important;
    }
    #navbar-nav-right-container {
        display: block !important;
    }*/
    /* HEADER ------------------------------------------------------------------ */
    
    /* SEARCH FORM ------------------------------------------------------------- */
    .dropdown-input button {
        font-size: 0.75em !important;
    }
    .time-container {
        font-size: 0.8em !important;
    }
    .select-time {
        width: auto;
    }
    #date-depart-input, #date-retour-input {
        width: 120px !important;
        font-size: 0.75em !important;
    }
    .dropdown-input button {
        font-size: 0.9em !important;
    }
    
    /* MODIFICATION/NOUVELLE VERSION DATE TIME INPUT */
    .search-date-input-container {
        width: 200px;
        height: 45px;
        border-radius: 10px;
        background-color: #fff;
        position: relative;
        font-size: 14px;
    }
    .date-button-container {
        height: 100%;
        width: 100px;
        display: inline-block;
        float: left;
    }
    .time-button-container {
        height: 100%;
        width: 100px;
        display: inline-block;
        float: right;
    }
    .btn-group {
        width: 100%;
        height: 100%;
    }
    .date-button, .time-button {
        position: relative;
        background-color: #fff0;
        border: 0px;
        font-weight: 500;
        padding-left: 10px;
        text-align: left;
        width: 100% !important;
    }
    .date-button {
        width: 50%;
        height: 100%;
        float: left;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border: 1px solid rgba(201, 201, 207, 1);
    }
    .time-button {
        width: 50%;
        height: 100%;
        float: left;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border: 1px solid rgba(201, 201, 207, 1);
        border-left: 0px;
    }
    .date-button.onfocus {
        border: 0px;
    }
    .time-button.show {
        border: 3px solid orangered;
    }
    .date-button.onfocus::after {
        content: "";
        border: 3px solid orangered;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    
    /* CARD VEHICULES ---------------------------------------------------------- */
    .vehicule-marque {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 200px;
        white-space: nowrap;
    }
    .vehicule-img {
        width: 210px;
    }
    
}

@media screen and (max-width: 1398px) { 
    
}
    
@media screen and (max-width: 1366px) { 
    /* NAVBAR ------------------------------------------------------------------ */
    #navbar-nav-right-container {
        font-size: 12px !important;
        padding-left: 8px;
        padding-right: 8px;
        text-align: center;
    }
/*    #navbar-nav-right-container {
        float: none !important;
        width: 200px;
        font-size: 14px;
        margin-top: 12px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    #search-navbar-nav-right-container {
        display: none !important;
    }
    #navbar-nav-right-container {
        display: block !important;
    }*/
    /* HEADER ------------------------------------------------------------------ */
    
    /* SEARCH FORM ------------------------------------------------------------- */
    .dropdown-input button {
        font-size: 0.85em !important;
    }
    #date-depart-input, #date-retour-input {
        width: 120px !important;
    }
    #recherche-vehicules-form .dropdown-toggle span {
        width: 150px;
    }
    .select-time {
        width: auto;
    }
    .time-container {
        font-size: 0.8em !important;
    }
}

@media screen and (max-width: 1199px) { /* 1200px*/
    /* NAVBAR ------------------------------------------------------------------ */
    #navbar-nav-right-container {
        /*float: none !important;*/
        width: auto;
        font-size: 11px !important;
        margin-top: 12px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }/*
    #search-navbar-nav-right-container {
        display: none !important;
    }
    #navbar-nav-right-container {
        display: block !important;
    }*/
    
    /* HEADER ------------------------------------------------------------------ */
    #header-container {
        height: 600px;
    }
    .header-image {
        width: 100%;
        height: 100%;
    }
    #header-inner-container .container {
        margin-top: 200px !important;
    }
    
    
    /* SEARCH FORM ------------------------------------------------------------- */
    .dropdown-input button, .search-date-input {
        font-size: 0.7em;
    }
    .time-container {
        font-size: 0.8em !important;
    }
    #date-depart-input, #date-retour-input {
        width: 120px !important;
    }
    #recherche-vehicules-form .dropdown-toggle span {
        width: 150px;
    }
    #search-button-container {
        margin-top: auto;
    }
    #recherche-vehicules-form {
        height: auto;
    }
    #header-inner-container .container {
        margin-top: 240px;
    }
    .select-time {
        width: auto;
    }
    
    /* MODIFICATION/NOUVELLE VERSION DATE TIME INPUT */
    .search-date-input-container {
        width: 220px;
        height: 45px;
        border-radius: 10px;
        background-color: #fff;
        position: relative;
    }
    .date-button-container {
        height: 100%;
        width: 110px;
        display: inline-block;
        float: left;
    }
    .time-button-container {
        height: 100%;
        width: 110px;
        display: inline-block;
        float: right;
    }
    .btn-group {
        width: 100%;
        height: 100%;
    }
    .date-button, .time-button {
        position: relative;
        background-color: #fff0;
        border: 0px;
        font-weight: 500;
        padding-left: 10px;
        text-align: left;
        width: 100% !important;
    }
    .date-button {
        width: 50%;
        height: 100%;
        float: left;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border: 1px solid rgba(201, 201, 207, 1);
    }
    .time-button {
        width: 50%;
        height: 100%;
        float: left;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border: 1px solid rgba(201, 201, 207, 1);
        border-left: 0px;
    }
    .date-button.onfocus {
        border: 0px;
    }
    .time-button.show {
        border: 3px solid orangered;
    }
    .date-button.onfocus::after {
        content: "";
        border: 3px solid orangered;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    
    /* CARD VEHICULES ---------------------------------------------------------- */
    .vehicule-marque {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 240px;
        white-space: nowrap;
    }
    .vehicule-img {
        width: 215px;
    }
    
}


@media screen and (max-width: 1100px) {
    /* NAVBAR ------------------------------------------------------------------ */
/*    #search-navbar-nav-right-container {
        float: none !important;
        width: 90px;
        font-size: 12px;
        text-aligne: center;
        margin-top: 12px;
        margin-left: auto;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    #search-navbar-nav-right-container {
        display: block !important;
    }
    #navbar-nav-right-container {
        display: none !important;
    }
    #navbar-search-vehicule-button-container {
        width: 500px !important;
        margin-right: 20px;
        font-size: 0.75em;
    }*/
}

@media screen and (max-width: 1024px) { 
    /* NAVBAR ------------------------------------------------------------------ */
/*    #search-navbar-nav-right-container {
        float: none !important;
        width: 90px;
        font-size: 12px;
        text-aligne: center;
        margin-top: 12px;
        margin-left: auto;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    #search-navbar-nav-right-container {
        display: block !important;
    }
    #navbar-nav-right-container {
        display: none !important;
    }*/
    
    
    
    /* HEADER ------------------------------------------------------------------ */
    
    
    
    /* SEARCH FORM ------------------------------------------------------------- */
    .dropdown-input button, .search-date-input {
        font-size: 0.7em;
    }
    .time-container {
        font-size: 0.7em;
    }
    #date-depart-input, #date-retour-input {
        width: 120px !important;
    }
    #recherche-vehicules-form .dropdown-toggle span {
        width: 150px;
    }
    #search-button-container {
        margin-top: auto;
    }
    #recherche-vehicules-form {
        height: auto;
    }
    #header-inner-container .container {
        margin-top: 240px;
    }
    .select-time {
        width: auto;
    }
    
}


@media screen and (max-width: 991px) { 
    /* NAVBAR ------------------------------------------------------------------ */
/*    .search-navbar-nav-right-container {
        display: none !important;
    }
    #navbar-nav-right-container {
        display: block;
    }*/
    
    /* HEADER ------------------------------------------------------------------ */
    #header-container {
        transition: none !important;
    }
    #header-container {
        transition: none !important;
        height: 680px;
        background-image: url(./../../img/banniere/recherche-vehicules-header-img.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .header-image {
        display: none;
    }
    
    /* SEARCH FORM ------------------------------------------------------------- */
    #recherche-vehicule-navbar .navbar-nav {
        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        flex-direction: row !important;
    }
    #header-inner-container .container {
        margin-top: 200px;
    }
    #recherche-vehicules-form {
        height: auto !important;
    }
    #search-button-container {
        margin-top: auto;
    }
    #recherche-vehicules-form .dropdown-toggle span {
        width: 220px;
    }
    .select-time {
        width: 40px;
    }
    .time-container {
        font-size: 0.75em !important;
    }
    
    /* WIDGET FILTRES ---------------------------------------------------------- */
    #btn-show-filtre-widget {
        display: block;
    }
    #widget-filtre {
        display: none;
    }
    
    /* CARD VEHICULE ----------------------------------------------------------- */
    .vehicule-marque {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 270px;
        white-space: nowrap;
    }
    .vehicule-img {
        width: 240px;
    }
    
}

@media screen and (max-width: 900px) {
    /* HEADER ------------------------------------------------------------------ */    
    
    /* SEARCH FORM ------------------------------------------------------------- */
    .time-container {
        font-size: 0.75em !important;
    }
}

@media screen and (max-width: 768px) {
    /* NAVBAR ------------------------------------------------------------------ */
    
    /* HEADER ------------------------------------------------------------------ */
    #header-container {
        height: 750px;
    }
    #header-inner-container .container {
        margin-top: 180px !important;
    }
    
    /* SEARCH FORM ------------------------------------------------------------- */
    #recherche-vehicules-form .dropdown-toggle span {
        width: 240px;
    }
    .time-container {
        /*font-size: 0.8em !important;*/
    }
    #date-depart-input, #date-retour-input {
        width: 120px !important;
    }
    .drp-calendar {
        max-width: 300px !important;
        width: 270px !important;
    }
    
    
    /* MAIN CONTAINER ---------------------------------------------------------- */
    .main-container {
        margin-top: 165px;
    }
    
}

@media screen and (max-width: 767px) {
    /* CARD VEHICULE ----------------------------------------------------------- */
    .vehicule-marque {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 180px;
        white-space: nowrap;
    }
    .vehicule-img {
        width: 180px;
    }
    .vehicule-option-text {
        font-size: 8px;
    }
    .tarif-jour-container {
        font-size: 0.9em;
        padding: 12px 5px;
    }
    .tarif-total-container {
        font-size: 0.9em;
        padding: 12px 5px;
    }
    .vehicule-card {
        height: 380px;
    }
}

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

@media screen and (max-width: 575px) {
    
    
    /* CARD VEHICULE ----------------------------------------------------------- */
    .vehicule-marque {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 340px;
        white-space: nowrap;
    }
    .vehicule-img {
        width: 220px;
    }
    .vehicule-card {
        height: 400px;
    }
}
    
@media screen and (max-width: 480px) {
    
    
    
    /* HEADER ------------------------------------------------------------------ */
    
    
    /* SEARCH FORM ------------------------------------------------------------- */
    #recherche-vehicules-form .dropdown-toggle span {
        width: 220px;
    }
    .time-container {
        font-size: 0.8em !important;
    }
    /* CARD VEHICULE ----------------------------------------------------------- */
    .vehicule-marque {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 280px;
        white-space: nowrap;
    }
    
}

@media screen and (max-width: 411px) {
    /* NAVBAR ------------------------------------------------------------------ */
    
    /* HEADER ------------------------------------------------------------------ */
    
    
    /* SEARCH FORM ------------------------------------------------------------- */
    #recherche-vehicule-navbar {
        font-size: 12px;
    }
    .dropdown-input button  {
        font-size: 0.8em !important;
    }
    .time-container {
        font-size: 0.8em !important;
    }
    #date-depart-input, #date-retour-input {
        width: 120px !important;
    }
    #recherche-vehicules-form .dropdown-toggle span {
        width: 160px;
    }
    
    /* CARD VEHICULE ----------------------------------------------------------- */
    .vehicule-marque {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 260px;
        white-space: nowrap;
    }
    
    
}

@media screen and (max-width: 375px) {
    /* NAVBAR ------------------------------------------------------------------ */
    
    /* HEADER ------------------------------------------------------------------ */
    
    
    
    /* SEARCH FORM ------------------------------------------------------------- */
    #recherche-vehicule-navbar .navbar-nav .nav-item{
        display: inline !important;
        min-width: 100px !important;
        width: 100px;
    }
    #recherche-vehicules-form .dropdown-toggle span {
        width: 180px;
    }
    
    /* CARD VEHICULE ----------------------------------------------------------- */
    .vehicule-marque {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 240px;
        white-space: nowrap;
    }
    .vehicule-option-text {
        font-size: 8px;
    }
    
}

@media screen and (max-width: 360px) {
    /* NAVBAR ------------------------------------------------------------------ */
/*    #navbar-search-vehicule-button-container {
        display: none;
    }*/
    
    /* HEADER ------------------------------------------------------------------ */
    
    
    /* SEARCH FORM ------------------------------------------------------------- */
    #recherche-vehicules-form {
        margin-bottom: 0px;
    }
    #recherche-vehicules-form .dropdown-toggle span {
        width: 160px;
    }
    
    
}


