.display-none {
    display: none !important;
}

/* Filtre MàJ */

.titrenbrvo h2 {
    color: white;
    text-align: justify;
    font-size: 20px !important;
    margin: 25px 20% 40px 20%;
    font-family: 'AssistantLight', sans-serif;
    font-weight: lighter !important;
}

.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: #d02626 !important;
    font-family: 'AssistantRegular', sans-serif;
    font-size: 22px !important;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.titres-garage {
    font-size: 50px !important;
    font-family: 'AssistantBold', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 15px 0 15px;
    animation: animDecorationTitre 1s ease-in-out;
    z-index: 2;
    color: white;
}

.decoration-titres-garage {
    width: 100px;
    height: 4px;
    background-color: #d02626;
}

.block-occasion {
    position: relative;
    padding: 0;
    background-color: #fafafa;
}

.divFiltres {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    flex-wrap: wrap;
}

.header-filtres-occasions {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    margin-bottom: 10px;
}

.toggle-radio {
    padding: 10px;
}

.switch {
    position: relative;
    top: 50%;
    left: 50%;
    width: 130px;
    height: 50px;
    text-align: center;
    margin: -30px 0 0 -65px;
    transition: all 0.2s ease;
    border-radius: 25px;
    border: #3d4144 1.5px solid;
    transform: rotate(180deg);
}

.switch span {
    position: absolute;
    width: 20px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin: -2px 0 0 -10px;
    background: #3d4144;
    display: block;
    transform: rotate(-90deg);
    transition: all 0.2s ease;
}

input[type=radio] {
    display: none;
}

.switch label {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.2);
    width: 60px;
    line-height: 50px;
    transition: all 0.2s ease;
}

label:hover {
    text-shadow: #bbb 1px 0 20px;
}

label[for=affichage-liste] {
    position: absolute;
    left: 0;
    top: -1px;
}

label[for=affichage-carres] {
    position: absolute;
    right: 0;
    top: -1px;
}

#affichage-carres:checked ~ .switch {
    background: #fff;
}

#affichage-liste:checked ~ .switch label[for=affichage-liste] {
    color: #d02626;
    transform: scale(1.4);
}

#affichage-carres:checked ~ .switch label[for=affichage-carres] {
    color: #d02626;
    transform: scale(1.4);
}

.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: 20px !important;

}

.displayModeSquare .square-content {
    position: relative;
    background-color: white;
    border-radius: 10px;
    box-shadow: var(--briks-shadow-1,0 0 10px 0 var(--briks-color-translucid-dark-4,rgba(0,0,0,.1))) !important;
    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;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
}

.div-text-marque p{
    font-size: 20px !important;
    color: #3d4144;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'AssistantBold', sans-serif;
}

.square-text-modele {
    position: relative;
    width: fit-content;
    white-space: nowrap;
    overflow: hidden;
}

.div-text-modele p{
    font-size: 18px !important;
    color: #3d4144;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: left;
    font-family: 'AssistantRegular', sans-serif;
}

.div-pictogrammes-options-vo img{
    width: 20px !important;
    height: 20px !important;
    margin: 5px;
    z-index: 99;
}

.div-pictogrammes-options-vo a{
    z-index: 99;
}

.badge-info-supp{
    background-color: #e0e0e0;
    border-radius: 5px;
    color: #383838;
    font-size: 14px !important;
    font-family: 'AssistantRegular', sans-serif;
    padding: 0 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 90px;
    text-align: center;
}

.square-details-principaux{
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
}

.div-details-principaux p{
    color: #888;
    font-family: 'Assistant', sans-serif;
    margin-bottom: 0;
}

.square-text-prix{
    color: #d02626;
    font-size: 30px !important;
    font-family: 'AssistantBold', sans-serif;
}

.square-text-ancien-prix{
    margin-right: 10px;
    padding-top: 12px;
    text-decoration: line-through;
}

.displayModeNone {
    display: none !important;
}

.overlay-square {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1));
    opacity: 0;
    transition-duration: 0.3s;
    z-index: 5;
}

.a-canva-car-square,
.a-canva-car-square:hover {
    text-decoration: none;
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.img-vehicule-responsive-square {
    width: 100%;
    max-width: 100%;
    height: 280px;
    display: block;
    object-fit: cover;
    transition-duration: 0.3s;
}

.ttc {
    font-size: 28px !important;
    color: #d02626;
    margin-bottom: 0;
    margin-left: 10px;
    font-family: 'AssistantRegular', sans-serif;
}

.bar-text-marque {
    font-size: 30px !important;
    color: #3d4144;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'AssistantBold', sans-serif;
    padding-top: 10px;
}

.bar-text-modele {
    font-size: 25px !important;
    color: #d02626;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'AssistantRegular', sans-serif;
    position: relative;
    top: -15px;
}

.bar-text-version {
    font-size: 22px !important;
    color: black;
    font-family: 'AssistantRegular', sans-serif;
    position: relative;
    top: -20px;
    margin: 0;
    text-transform: uppercase;
}

.bar-text-prix {
    font-size: 40px !important;
    color: #d02626;
    margin-bottom: 0;
    font-family: 'AssistantRegular', sans-serif;
    font-weight: bold;
    padding-top: 10px;
}

/*MODE BARRE*/

.displayModeBar {
    min-width: 1150px;
    max-width: 1150px;
    margin: 0 auto;
    margin-bottom: 12px;
    display: none;
    box-shadow: 0 0 10px -2px #555;
    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;
}

.canva-car-bar {
    position: relative;
    transition-duration: 0.5s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    cursor: pointer;
}

.canva-car-bar:first-child {
    border-radius: 0 5px 0 0;
}

.canva-car-bar:last-child {
    border-radius: 0 0 5px 0;
}

.prix-vehicule-occasion-list-div {
    position: absolute;
    top: 0;
    right: 20px;
    font-weight: 200;
}

.canva-car-img-bar {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.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: #d02626 !important;
    font-size: 20px !important;
    margin-bottom: 40px;
    font-family: 'AssistantRegular', sans-serif;
    font-weight: lighter !important;
    position: relative;
    left: -10px;
}

.picto-occasions-bar {
    width: 20px;
    height: 20px;
    margin-bottom: 4px;
    margin-right: 4px;
}

.bar-equipements-titre {
    color: black;
    font-family: 'AssistantRegular', sans-serif;
    font-size: 18px !important;
    margin: 0 0 5px 0;
}

.bar-equipements {
    color: black;
    font-family: 'AssistantRegular', sans-serif;
    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;
}

.form-name {
    display: flex;
    flex-direction: row;
    width: 230px;
    margin: 20px;
}

.pastille:hover {
    cursor: pointer !important;
}

.form-name:hover .pastille {
    border-bottom: #d02626 solid 1.5px;
    color: white;
}

.pastille,
.pastille:focus {
    display: flex;
    flex-direction: row;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: rgba(255, 255, 255, 1) solid 1.5px;
    border-radius: 0;
    color: rgba(255, 255, 255, 1);
    font-family: 'AssistantRegular', sans-serif !important;
    font-size: 1.4rem !important;
    padding: 0.2em 0.5em;
    text-align: left;
    user-select: none;
    height: 40px;
    box-shadow: none !important;
}

option {
    color: #888 !important;
    font-family: 'AssistantLight', sans-serif !important;
    padding: 20px;
}

.pastille-option:hover {
    background-color: #eee;
    color: #d02626;
}

.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;
    font-family: 'AssistantBold', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 40px;
    z-index: 2;
    color: white;
}

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

@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 (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) {

    .form-name {
        display: flex;
        flex-direction: row;
    }

    .filtresSearch {
        flex-direction: column;
    }

    .filtresCriteres {
        flex-direction: column;
    }

    .buttonSearchfiltres {
        height: 60px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .buttonSearchfiltres {
        margin-left: 0;
    }

    .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;
    }
}

@media screen and (max-width: 705px) {
    .titres-footer-garage{
        font-size: 30px !important;
    }
}

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

    .filtresSearch {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .displayModeBar {
        min-width: inherit;
        max-width: inherit;
        display: none !important;
    }

    .displayModeSquare {
        display: flex !important;
    }
}

@media screen and (max-width: 490px) {
    .cadre-annonce {
        height: 250px;
    }
}
