.vehicle_box_loan {
    color: white;
    margin-bottom: 25px;
}

.message-header {
    background-color: #232628;
    padding: 15px;
    border: 1px solid #232628;
    border-radius: 5px 5px 0 0;
    font-family: 'Open Sans', "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;

}

.message-body {
    background-color: #D8312A;
    padding: 15px;
    font-family: 'Open Sans', "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    font-weight: bold;
}

.slider.slider-horizontal {
    width: 100% !important;
}

.link-footer {
    color: inherit;
}

.message-footer {
    background-color: #232628;
    padding: 15px;
    border: 1px solid #232628;
    border-radius: 0 0 5px 5px;
    font-family: 'Open Sans', "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
}

.box-result {
    background-color: white;
    padding: 15px;
    border: 1px solid white;
    border-radius: 5px;
    color: #232628;
}

.div_price {
    font-size: 10px;
}

.price-monthly {
    font-size: 16px;
}

.marketing {
    font-size: 12px;
    font-weight: bold;
    padding-top: 15px;
    margin-left: -20px;
}

.mentions {
    text-align: center;
    font-weight: normal;
    text-decoration: underline;
    font-size: 12px;
    color: white;

}

.slider-handle {
    background-color: #232628 !important;
    background-image: linear-gradient(to bottom, #232628 0, #232628 100%) !important;
}

.loader {
    text-align: center;
}

.loader .price-monthly {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: black;
    border-radius: 50px;
    -webkit-animation: loader 0.9s infinite alternate;
    -moz-animation: loader 0.9s infinite alternate;
}

.loader .price-monthly:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}

.loader .price-monthly:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

@-webkit-keyframes loader {
    0% {
        width: 5px;
        height: 5px;
        opacity: 0.9;
        -webkit-transform: translateY(0);
    }

    100% {
        width: 13px;
        height: 13px;
        opacity: 0.1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes loader {
    0% {
        width: 5px;
        height: 5px;
        opacity: 0.9;
        -moz-transform: translateY(0);
    }

    100% {
        width: 13px;
        height: 13px;
        opacity: 0.1;
        -moz-transform: translateY(0);
    }
}


/* BHCAR V2 */

#current-vehicle-price-tag {
    padding: 0.5rem 1rem;
    background-color: var(--bhcar-color-red);
    display: inline-flex;
    color: white;
    font-weight: 700;
    border-radius: 0.25rem;
    height: 100%;
    font-size: 2rem;
    font-family: var(--bs-font-sans-serif);
    justify-content: center;
    align-items: center;
}


.vrz-listing-car-gallery .vrz-gallery-actions {
    position: absolute;
    right: 7px;
    top: 16px;
    z-index: 20;
}

.vrz-gallery-action-unit {
    transition: all .1s ease-in;
    overflow: visible !important;
    cursor: pointer;
}

.vrz-listing-car-gallery .vrz-gallery-actions .vrz-gallery-action-unit {
    position: relative;
    float: left;
    width: 28px;
    height: 28px;
    margin-right: 9px;
    background: rgba(0, 0, 0, .3);
    text-align: center;
    line-height: 28px;
    overflow: hidden;
    border-radius: 2px;
}

.car-action-unit {
    position: relative;
    display: block;
    padding: 0 15px;
    padding-left: 15px;
    padding-left: 32px;
    font-size: 12px;
    text-transform: uppercase;
    color: #888;
    border: 1px solid #ddd;
    line-height: 27px;
    border-radius: 15px;
    text-decoration: none !important;
}

.vrz-listing-car-gallery .vrz-gallery-actions .vrz-gallery-action-unit a {
    border: 0;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}


.car-action-unit>i {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -1px;
    font-size: 17px;
    color: #6c98e1;
    transform: translateY(-50%);
}



.vrz-listing-car-gallery .vrz-gallery-actions .vrz-gallery-action-unit i {
    color: #fff;
}

.vrz-listing-car-gallery .vrz-gallery-actions .vrz-gallery-action-unit a i {
    margin-left: -2px;
}

.vrz-listing-car-gallery .vrz-gallery-actions .vrz-gallery-action-unit.active {
    background: linear-gradient(180deg, #D8312A 0, #0e4f64 100%);
}

.vrz-listing-car-gallery .vrz-car-medias {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 20;
}

.vrz-listing-car-gallery .vrz-car-medias>div {
    display: inline-block;
    margin-right: 9px;
    padding: 4px 15px 2px 10px;
    border-radius: 2px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 11px;
    line-height: 22px;
    font-weight: 600;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.vrz-listing-car-gallery .vrz-car-medias>div span {
    position: relative;
    top: -1px;
    text-transform: uppercase;
}

.vrz-thumbs-car-gallery .vrz-single-image img {
    aspect-ratio: 16/10;
    object-fit: cover;
    object-position: center bottom;
    border-radius: 0.25rem;
}

.vrz-thumbs-car-gallery .vrz-single-image {
    aspect-ratio: 16/10;
    background-size: cover;
    background-position: center bottom;
    border: 1px solid #e5e5e5;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    line-height: 1.2;
}

.vrz-big-car-gallery .vrz-single-image {
    aspect-ratio: 16/10;
    background-color: var(--bhcar-color-black);
    background-size: cover;
    background-position: center bottom;
    border: 1px solid #e5e5e5;
    border-radius: 0.5rem;
}

.vrz-big-car-gallery .vrz-single-image .vrz_fancybox img {
    aspect-ratio: 16/10;
    object-fit: contain;
    object-position: center bottom;
    border-radius: 0.5rem;
    width: 100%;
    /* Empeche les images d'être en plein écran lors du chargement de la page*/
}

.thumbnail-videos iframe {
    aspect-ratio: 16/10;
}

.vrz-single-listing-car-features ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
    row-gap: 0.5rem;
}

.vrz-single-listing-car-features ul li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.9rem;
    color: var(--bhcar-color-grey-light);
}

.vrz-single-listing-car-features ul li i {
    color: var(--bhcar-color-red);
    margin-right: 0.5rem;
}

#list-features-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

}

#list-features-container ul {
    border-left: 1px solid var(--bhcar-color-grey-light);
    padding-left: 1rem;
}

#list-features-container ul li img {
    width: 1.1em;
    height: 1.1em;
    margin-right: 0.5em;
    color: #878787;
}


#list-features-container ul li {
    font-size: 0.75rem;
    color: #5C6065;
}


#list-features-container ul li+li {
    margin-top: 0.5rem;
}


.vrz-big-car-gallery .owl-controls {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-content: center;
    align-items: center;
}

.vrz-big-car-gallery .owl-controls .owl-nav {
    width: 100%;
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
}

.vrz-big-car-gallery .owl-controls .owl-nav > div{
    width: 3rem;
    height: 3rem;
    background: var(--bhcar-color-black);
    color: white;
    box-shadow: 0 0 1rem #2929294d;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.25rem;
    /* font-size: 2em; */
}

.vrz-thumbs-car-gallery .owl-controls {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-content: center;
    align-items: center;
}

.vrz-thumbs-car-gallery .owl-controls .owl-nav {
    width: 100%;
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
}

.vrz-thumbs-car-gallery .owl-controls .owl-nav > div{
    width: 3rem;
    height: 3rem;
    color: var(--bhcar-color-grey-light);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.25rem;
    /* font-size: 2em; */
}

#fiche-vehicule {
    display: grid; 
    grid-template-columns: 100%; 
    grid-template-rows: auto; 
    row-gap: 1rem;
    grid-template-areas: 
    "A"
    "B"
    "C"; 
}

.fiche-vehicle-title { grid-area: A;}
.fiche-vehicle-content { grid-area: B; }
.fiche-vehicle-aside { grid-area: C; }





@media screen and (min-width: 768px) {
    .vrz-single-listing-car-features ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 1rem;
        row-gap: 0.5rem;
    }

    #list-features-container ul li {
        font-size: 1.25rem;
        color: #5C6065;
    }

    #fiche-vehicule {
        grid-template-columns: 65% 1fr; 
        grid-template-rows: max-content 1fr; 
        grid-template-areas: 
          "A ."
          "B C"; 
        column-gap: 1rem;
        row-gap: 1rem;
    }
}