.display-none {
    display: none !important;
}

/* Filtre MàJ */

.display-none-important
{
    display: none !important;
}

.titrenbrvo h2 {
    color: white;
    text-align: justify;
    font-size: 20px !important;
    margin: 25px 20% 20px 20%;
}

.titrenbrvo h3 {
    font-weight: lighter !important;
}

.occasion-loader-vehicules {
    position: fixed;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 999;

    padding: 10px;


}
.displayModeSquare {
    opacity: 0
}
.parent-div-spinner{
    background: white;
    padding: 10px 10px 10px 10px;
    justify-content:center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 20px 20px 0px #464646;
}

.boutton-afficher-filtres{
    display: none;
    font-size: 14px;
    color: #c1d72e;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    position: relative;
    top: 10px;
    margin: 0px 10px 10px 10px;
}

.ui-selectmenu-open{
    position: fixed;
}

.occasion-fa-spinner {

    font-size: 40px;
    align-self: center;

    color: #c1d72e;
    animation: rotateLoadVehicules 1s infinite;
}

@keyframes rotateLoadVehicules{
    0%{transform: rotate(0deg)}
    100%{transform: rotate(360deg)}
}
.bandeau-header {
    width: 100%;
    background-image: url(/assets/img/mosaique-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

.bandeau-header-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.nbr-vo-stock {
    color: #c1d72e !important;
    font-size: 22px !important;
    text-transform: uppercase;
    margin: 0px 20px;
}

.div-vo-suggestions{
    margin: 0 20px;
}

.div-vo-suggestions .filtres-predefinis{
    color: black;
    background: #efefef;
    font-weight: 400;
    margin: 2px;
    font-size: 12px;
    border-radius: 50px;
    padding: 0 10px;
    user-select: none;
    cursor: pointer;
}

.div-vo-suggestions .filtres-predefinis-active{
    background: #c1d72e !important;
    color: white !important;
}

.div-vo-suggestions .filtres-predefinis:hover{
    background: #c1d72e85;
    color: white;
}

.titres-garage {
    font-size: 50px !important;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 15px 0px 15px;
    animation: animDecorationTitre 1s ease-in-out;
    z-index: 2;
    color: white;
}

.decoration-titres-garage {
    width: 100px;
    height: 4px;
    background-color: #c1d72e;
}

.block-occasion {
    position: relative;
    padding: 0;
    background-color: #fafafa;
}

.divFiltres {
    height: 100%;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.divFiltres .ui-selectmenu-button{
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 15px !important;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    flex-direction: row;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0px;
    color: #5a6771;
    padding: 0.2em 0.5em;
    text-align: left;
    user-select: none;
    height: 40px;
    box-shadow: none !important;
    transition-duration: 0.1s;
}

.divFiltres .ui-selectmenu-button:hover{
    background-color: #f8f8f8;
    color: #c1d72e;
}

.divFiltres .ui-selectmenu-button:hover .ui-selectmenu-text{
    color: #c1d72e;
}

#div_tri_vo .ui-selectmenu-icon{
    top: 8px;
}

.divFiltres .ui-selectmenu-icon{
    display: none;
}

#gg_col_vehicules{
    padding-top: 15px !important;
}

#tri_vo-button{
    margin: 0px 10px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: white;
    border-radius: 50px;
    font-family: 'Montserrat';
    font-size: 14px;
}

#tri_vo-button.ui-button:active{
    border: 1px solid #c1d72e !important;
    background: #c1d72e !important;
}

.searchbar {
    height: 40px;
    background-color: #fff;
    border-radius: 30px;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}

.vo-barre-recherche{
    color: black;
    border: 0;
    top: -11px;
    height: 40px;
    position: relative;
    outline: none;
    background: none;
    padding: 0 10px;
    width: 450px;
    font-size: 15px !important;
    caret-color: #c1d72e;
    transition: width 0.4s linear;
    max-width: 70vw;
}

.search_icon {
    height: 30px;
    width: 30px;
    position: relative;
    top: -6px;
    right: -4px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #c1d72e;
    color: #fff !important;
    text-decoration: none;
}

.separation-filtres-trait{
    width: 100%;
    height: 0.05rem;
    background: #d9d9d9;
}

.ui-menu{
    max-height: 400px;
}

.ui-menu::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

.ui-menu::-webkit-scrollbar-thumb {
    background: #c1d72e;
    border-radius: 50px;
}

.ui-state-active{
    border: 1px solid #c1d72e !important;
    background: #c1d72e !important;
    border-radius: 10px !important;
}

.ui-selectmenu-text {
    margin: 0 !important;
    line-height: 2.2 !important;
    color: #232616;
}

.divFiltresFixed{
    position: fixed;
    width: 100%;
    max-width: 16.666667%;
    top: 90px;
    z-index: 99;
}

.divFiltresFixedFinalFooter{
    position: relative;
    width: 95%;
    bottom: 10px;
}

.filtresCriteresReponsive{
    overflow: hidden;
    overflow-y: scroll;
}

.filtresCriteresReponsiveBas{
    height: auto !important;
    position: absolute;
    bottom: 10px;
}

.filtresCriteres {
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #ffffff;
    padding: 20px 10px;
    border-radius: 8px;
    box-shadow: #727272 0px 0px 9px 1px;
}

.filtresCriteres::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}

.filtresCriteres::-webkit-scrollbar-thumb {
    background: #c1d72e;
    border-radius: 50px;
}

.filtresSearch {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.filtresSearch select {
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: white;
    font-size: 15px !important;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 5px;
    border-bottom: solid 1px;
}

.buttonSearchfiltres p {
    color: #c1d72e !important;
    font-size: 15px !important;
}

.buttonSearchfiltres {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 15px 10px 0px 10px;
}

.header-filtres-occasions {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.vehicule-list {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.add {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: left;
}

.displayModeSquare {
    position: relative;
    overflow: hidden;
    padding: 8px !important;
    display: flex;
    flex-direction: column;
}

#end_recherche_vo{
    color: #a2a2a2;
    width: 100%;
    font-weight: 100;
    text-align: center;
    font-size: 16px !important;
}

.stock-emplacement{
    position: absolute;
    bottom: 0;
    right: 0;
    color: white;
    background: #c1d72e;
    padding: 2px 10px;
    border-top-left-radius: 5px;
    z-index: 9;
}

.anim-vehicules{
    animation: fadeFromBottom 1s ease-in-out forwards;
}

.displayModeSquare .square-content {
    position: relative;
    background-color: white;
    box-shadow: var(--briks-shadow-1,0 0 10px 0 var(--briks-color-translucid-dark-4,rgba(0,0,0,.1))) !important;
    border-radius: 8px;
    overflow: hidden;
    transition-duration: 0.3s;
}

.square-content:hover .img-vehicule-responsive-square{
    transform: scale(1.05);
    transition-duration: 0.3s;
}

.div-img-square{
    overflow: hidden;
    position: relative;
}

.square-text-marque {
    position: relative;
    width: fit-content;
    white-space: nowrap;
}

.div-text-marque p{
    font-size: 18px !important;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;
}

.square-text-modele {
    position: relative;
    width: fit-content;
    white-space: nowrap;
    overflow: hidden;
}

.div-text-modele p{
    font-size: 12px !important;
    color: #5a6771;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: left;
    text-overflow: ellipsis;
}

.div-pictogrammes-options-vo{
    padding: 5px;
}

.div-pictogrammes-options-vo img{
    width: 30px !important;
    height: 30px !important;
    margin: 0px 15px;
    z-index: 99;
}

.div-pictogrammes-options-vo a{
    z-index: 99;
}

.square-details-principaux{
    margin-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px !important;
    font-weight: 600;
}

.div-details-principaux p{
    color: #5a6771;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
}

.separateur-details-principaux{
    color: #c1d72e;
    margin: 0px 8px;
}

.tuile-affichage-garantie{
    font-size: 10px;
    color: black;
}

.div-prix-complet{
    margin: 25px 10px;
}

.tuile-prix-affiche{
    color: #000;
    font-weight: 700;
    font-size: 25px;
    white-space: nowrap;
}

.bandeau-reserve{
    background: #c1d72e;
    width: 300px;
    text-align: center;
    padding: 2px 20px;
    color: white;
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    z-index: 9;
    top: 35px;
    left: -92px;
    transform: rotate(-45deg);
    box-shadow: 0px 0px 10px -2px black;
}

.displayModeNone {
    display: none !important;
}

.img-vehicule-responsive-square {
    width: 100%;
    max-width: 100%;
    height: 220px;
    display: block;
    object-fit: cover;
    transition-duration: 0.3s;
}

.ttc {
    font-size: 28px !important;
    color: #c1d72e;
    margin-bottom: 0;
    margin-left: 10px;
}

.bar-text-marque {
    font-size: 30px !important;
    color: #3d4144;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 10px;
}

.bar-text-modele {
    font-size: 25px !important;
    color: #c1d72e;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    top: -15px;
}

.bar-text-version {
    font-size: 22px !important;
    color: black;
    position: relative;
    top: -20px;
    margin: 0;
    text-transform: uppercase;
}

.bar-text-prix {
    font-size: 40px !important;
    color: #c1d72e;
    margin-bottom: 0;
    padding-top: 10px;
}

/*MODE BARRE*/

.displayModeBar {
    min-width: 1150px;
    max-width: 1150px;
    margin: 0 auto;
    margin-bottom: 12px;
    display: none;
    box-shadow: 0px 0px 10px -2px #5a6771;
    background-color: #fff;
    transition: 0.5s;
}

.displayModeBar:hover {
    background-color: #eee;
    -webkit-box-shadow: 1px 1px 8px 1px #d5d5d5;
    box-shadow: 1px 1px 8px 1px #d5d5d5;
}

.img-vehicule-bar {
    text-align: center;
    max-height: 400px;
    max-width: 450px;
    transform: scale(0.99);
}

.img-vehicule-responsive-bar {
    max-height: 300px;
    width: 450px;
    height: 400px;
    object-fit: cover;
    max-width: 450px;
    min-width: 450px;
}

.div-txt-annonce-bar {
    padding: 10px;
    width: 700px;
}

.pictos-img-occasions {
    color: #3d4144;
    margin-right: 5px;
    margin-left: 10px;
}

.kilometrage-energie-vehicule-bar {
    color: #c1d72e !important;
    font-size: 20px !important;
    margin-bottom: 40px;
    position: relative;
    left: -10px;
}

.picto-occasions-bar {
    width: 20px;
    height: 20px;
    margin-bottom: 4px;
    margin-right: 4px;
}

.bar-equipements-titre {
    color: black;
    font-size: 18px !important;
    margin: 0 0 5px 0;
}

.bar-equipements {
    color: black;
    font-size: 16px !important;
    margin: 0;
}

.prix-vehicule-occasion-list-div {
    position: absolute;
    top: 0;
    right: 20px;
    font-weight: 200;
}

.cadre-annonce {
    width: 100%;
    height: 100%;
}

.img-co2 {
    width: 150px;
}

.field-slim {
    min-width: 400px;
}

.label-filtres{
    color: #c1d72e;
    text-transform: uppercase;
    font-weight: 700;
    display: none;
}

.form-name {
    display: flex;
    flex-direction: row;
}

.pastille:hover {
    cursor: pointer !important;
}

.form-name:hover .pastille {
    color: white;
}

.pastille,
.pastille:focus {
    display: flex;
    flex-direction: row;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0px;
    color: white;
    padding: 0.2em 0.5em;
    text-align: left;
    user-select: none;
    height: 40px;
    box-shadow: none !important;
}

option {
    color: #5a6771 !important;
    padding: 20px;
}

.pastille-option:hover {
    background-color: #eee;
    color: #c1d72e;
}

.select-option-not-all {
    color: #ffffff !important;
    background: #c1d72e !important;
    font-weight: 800 !important;
}

.select-option-not-all .ui-selectmenu-text {
    color: #ffffff !important;
}

.div-partie-droite-picto {
    display: flex;
}

.div-partie-droite-picto p {
    margin: 4px 0 8px 0;
}

.div-partie-droite {
    margin-bottom: auto;
    padding-left: 5px;
    height: 100px;
}

.img-vignette-critair{
    width: 60px;
}

.titres-footer-garage {
    font-size: 40px !important;
    text-transform: uppercase;
    text-align: center;
    padding: 40px;
    z-index: 2;
    color: white;
}

/*-----------------------------------------*/
/*               RESPONSIVE                */
/*-----------------------------------------*/

@media screen and (max-width: 1570px) {
    .filtresSearch select, .buttonSearchfiltres p{
        font-size: 12px !important;
    }
}

@media screen and (min-width: 1365px) and (max-width: 1550px) {
    .div-bloc-superieur {
        margin-top: -10px;
    }

    .img-vehicule-responsive-square{
        height: 200px;
    }
}

@media screen and (max-width: 1400px) {

    .form-name {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 1250px) {
    .filtresSearch select, .buttonSearchfiltres p{
        font-size: 10px !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1365px) {

    .div-partie-droite {
        margin-bottom: auto;
        height: 70px;
    }

    .div-partie-droite-picto p {
        margin-bottom: 5px;
    }

    .ttc {
        font-size: 15px !important;
    }

    .displayModeBar {
        min-width: inherit;
        max-width: inherit;
        width: 95%;
    }

}

@media screen and (max-width: 1200px) {

    .displayModeBar {
        min-width: inherit;
        max-width: inherit;
    }

    .prix-vehicule-occasion-list-div {
        top: 230px;
    }
}

@media screen and (min-width: 1085px) and (max-width: 1199px) {
    .ttc {
        font-size: 18px !important;
    }

    .displayModeBar {
        min-width: inherit;
        max-width: inherit;
        width: 95%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1085px) {
    .ttc {
        font-size: 18px !important;
    }

    .div-partie-droite {
        height: 80px;
    }

    .div-partie-droite-picto p {
        margin-bottom: 8px;
    }

    .displayModeBar {
        min-width: inherit;
        max-width: inherit;
        width: 90%;
    }

}

@media screen and (max-width: 991px) {
    .filtresSearch select, .buttonSearchfiltres p{
        font-size: 15px !important;
    }

    .form-name {
        display: flex;
        flex-direction: row;
    }

    .filtresCriteres {
        flex-direction: column !important;
        width: 100% !important;
        overflow: hidden !important;
        overflow-y: scroll !important;
        display: none;
    }

    .divFiltres{
        max-width: inherit !important;
        position: relative !important;
        top: 10px !important;
    }

    .boutton-afficher-filtres{
        display: block;
    }

    .buttonSearchfiltres {
        height: 60px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .buttonSearchfiltres {
        margin-left: 0;
    }

    .chemin-site{
        text-align: center
    }

    .displayModeBar {
        min-width: inherit;
        max-width: inherit;
        width: 90%;
    }

    .bar-equipements-titre,
    .bar-equipements {
        display: none !important;
    }

    .img-vehicule-responsive-bar {
        width: 100%;
    }

    .prix-vehicule-occasion-list-div {
        top: 120px;
    }

    .bar-text-prix {
        font-size: 30px !important;
    }

    .img-vehicule-responsive-bar {
        width: 100% !important;
        height: 200px;
        max-width: auto;
        min-width: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 780px) {
    .displayModeBar {
        min-width: inherit;
        max-width: inherit;
    }

    .bar-equipements-titre,
    .bar-equipements {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {

    .displayModeBar {
        min-width: inherit;
        max-width: inherit;
        display: none !important;
    }

    .displayModeSquare {
        display: flex !important;
        height: auto;
    }

    .header-filtres-occasions {
        display: none;
    }

    .cadre-annonce {
        height: 400px;
    }

    .titrenbrvo h2 {
        margin: 25px 20px 40px 20px;
    }

    .nbr-vo-stock{
        text-align: center;
        margin: 5px;
    }

    .div-vo-suggestions{
        justify-content: center;
        margin: 10px;
    }

    #div_tri_vo{
        display: flex;
        justify-content: space-between;
        margin: 5px;
    }
}

@media screen and (max-width: 705px) {
    .titres-footer-garage{
        font-size: 30px !important;
    }
}

@media screen and (max-width: 690px) {

    .displayModeBar {
        min-width: inherit;
        max-width: inherit;
        display: none !important;
    }

    .displayModeSquare {
        display: flex !important;
    }
}

@media screen and (max-width: 490px) {
    .cadre-annonce {
        height: 250px;
    }
}
