.lease-header {
    margin: 10px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.lease-header-back, .lease-header-back:focus, .lease-header-back:active {
    color: #000;
    text-decoration: none;
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media screen and (max-width: 786px) {
    .lease-header-title img {
        height: 28px;
    }
}

.lease-header-phone, .lease-header-phone:focus, .lease-header-phone:active {
    color: #000;
    text-decoration: none;
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.lease-body {
    font-size: 15px;
    margin-bottom: -15px;
    line-height: 23px;
}
@media screen and (max-width: 786px) {
    .lease-body {
        font-size: 14px;
        line-height: 18px;
    }    
}
.lease-body .hidden {
    margin: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    display: block;
}

@media screen and (max-width: 786px) {
    .lease-header {
        padding-left: 20px;
        padding-right: 20px;
    }
    .lease-body .content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.lease-body h4 {
    color: #000;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.lease-body h4 span {
    color: #1167FF;
}

@media screen and (max-width: 786px) {
    .lease-body h4 {
        font-size: 20px;
        line-height: 24px;
    }
}

.lease-body h5 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
@media screen and (max-width: 786px) {
    .lease-body h5 {
        font-size: 16px;
    }
}

.lease-body h6 {
    color: #1167FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}
@media screen and (max-width: 786px) {
    .lease-body h6 {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.lease-body ul {
    margin: 0;
    list-style: none;
}

.lease-body ul li::before {
    content: "•";
    display: inline-block; 
    width: 1em;
}

.lease-body ul.slick-dots li::before {
    content: "";
}
.lease-body ul.slick-dots {
    bottom: -40px;
}

.lease-body figure {
    margin: 0;
}


.lease-body-hero {
    background-image: url("/assets/img/lease/bg-hero.jpg");
    background-size: cover;
    background-repeat:   no-repeat;
    background-position: center center;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;  
}
@media screen and (max-width: 786px) {
    .lease-body-hero {
        min-height: 313px;
    }
}

.lease-body-hero-title {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.30);
    font-family: 'Hind', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.lease-body-hero-subtitle {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.30);
    font-family: 'Hind', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
}

@media screen and (max-width: 786px) {
    .lease-body-hero-title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 7px;
    }
    .lease-body-hero-subtitle {
        font-size: 18px;
        line-height: 20px;
    }
}

.lease-body-reinsurance-wrapper {
    padding: 10px 0 90px;
    position: relative;
}
@media screen and (max-width: 623px) {
    .lease-body-reinsurance-wrapper {
        padding: 0 0 280px;
    }
}

.lease-body-reinsurance-wrapper * {
    box-sizing: border-box;
}
  
.lease-body-reinsurance {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    position: absolute;
    top: 0;
    transform: translateY(-54%);
    width: 100%;
}

@media screen and (max-width: 623px) {
    .lease-body-reinsurance {
        transform: translateY(-15%);
        margin-left: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.lease-body-reinsurance-item {
    align-items: center;
    background-color: #e3ebfd;
    border-radius: 20px;
    box-shadow: 0 3px 20px #00000029;
    flex-basis: 23%;
    flex-grow: 1;
    padding: 25px;
    text-align: center;
}

.lease-body-reinsurance-item--text {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.lease-body-reinsurance-item--text-color {
    color: #1167FF;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

@media screen and (max-width: 786px) {
    .lease-body-reinsurance-item--text {
        font-size: 15px;
        line-height: 18px;
    }

    .lease-body-reinsurance-item--text-color {
        font-size: 18px;
        line-height: 18px;
    }
}

.lease-body-vision {
    margin-top: 32px;
}

.lease-body-vision-tabs-header ul {
    border-bottom: 1px solid #D4D4D4;
}
@media screen and (max-width: 1024px) {
    .lease-body-vision-tabs-header ul {
        display: flex;
    }
}
.lease-body-vision-tabs-header ul li::before {
    content: "";
    width: 0;
}
.lease-body-vision-tabs-header ul li {
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
    opacity: 1;
    height: auto;
}
@media screen and (max-width: 786px) {
    .lease-body-vision-tabs-header ul li {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.lease-body-vision-tabs-header ul li:first-child {
    margin-left: 0;
}
.lease-body-vision-tabs-header ul li:last-child {
    margin-right: 0;
}

.lease-body-vision-tabs-header ul li a {
    color: #CECECE;
    text-decoration: none;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.13px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-shrink: 0;
}
.lease-body-vision-tabs-header ul li a span {
    color: #D4D4D4;
    text-align: center;
    font-size: 53.524px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 12px;
}

@media screen and (max-width: 786px) {
    .lease-body-vision-tabs-header ul li a {
        font-size: 11px;
        line-height: 13.809px;
    }

    .lease-body-vision-tabs-header ul li a span {
        font-size: 43px;
        margin-right: 4px;
    }
}


.lease-body-vision-tabs-header ul li.active {
    border-bottom: 2px solid #1167FF;
}

.lease-body-vision-tabs-header ul li.active a {
    color: #000;
    font-style: normal;
    font-weight: 600;
}

.lease-body-vision-tabs-header ul li.active a span {
    color: #1167FF;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.lease-body-vision-tab {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    transition: opacity 0.5s ease-out;
}

.lease-body-vision-tab img {
    margin-right: 2rem;
}

.lease-body-vision-tab h5 {
    margin-top: 26px;
}
.lease-body-vision-tab h5:first-child {
    margin-top: 0;
}

.lease-body-vision-tab blockquote {
    border-left: none;
    border-radius: 10px;
    margin-top: 80px;
    padding: 67px 23%;
    background: #F5F8FD;
    color: #1167FF;
    text-align: center;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 40px;
}

@media screen and (max-width: 786px) {
    .lease-body-vision-tab blockquote {
        font-size: 21px;
        line-height: 25px;
        border-radius: 10px;
        background: #F5F8FD;
        padding: 25px 24px;
        margin: 24px auto;
    }
}

.lease-body-vision-tab-content {
    width: 100%;
}

.lease-body-vision-tab-solution .lease-body-vision-tab-solution-content-services-lld ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 20px;
}
.lease-body-vision-tab-solution .lease-body-vision-tab-solution-content-services-lld ul li::before {
    content: "";
    width: 0;
}
.lease-body-vision-tab-solution .lease-body-vision-tab-solution-content-services-lld ul li {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    min-width: 190px;
}
@media screen and (max-width: 786px) {
    .lease-body-vision-tab-solution .lease-body-vision-tab-solution-content-services-lld ul li {
        min-width: 100%;
    }
}
.lease-body-vision-tab-solution .lease-body-vision-tab-solution-content-services-lld figure {
    min-width: 60px;
    margin-right: 10px;
    padding: 0;
    text-align: center;
}
.lease-body-vision-tab-solution .lease-body-vision-tab-solution-content-services-lld figure img {
    margin: 0 auto;
}

.lease-body-vision-tab-fleet .lease-body-vision-tab-fleet-content-dedicated {
    display: flex;
    gap: 23px 55px;
}
@media screen and (max-width: 786px) {
    .lease-body-vision-tab-fleet .lease-body-vision-tab-fleet-content-dedicated {
        flex-direction: column;
    }
}
.lease-body-vision-tab-fleet .lease-body-vision-tab-fleet-content-dedicated h6 {
    display: flex;
    margin-bottom: 10px;
}
.lease-body-vision-tab-fleet .lease-body-vision-tab-fleet-content-dedicated h6 span {
    margin-top: 8px;
}

.lease-body-vision-lmd {
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 20px;
    border: 2px solid #1167FF;
    background: #F5F8FD;
    padding: 24px 28px;
}


.lease-body-vision-lmd .lease-body-vision-lmd-content-title {
    display: flex;
    justify-content: flex-start;
    gap: 10px 50px;
}
@media screen and (max-width: 786px) {
    .lease-body-vision-lmd .lease-body-vision-lmd-content-title {
        flex-direction: column;
        margin-top: 15px;
    }
}

.lease-body-vision-lmd-content-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 786px) {
    .lease-body-vision-lmd-content-wrapper {
        flex-direction: column;
    }
}

.lease-body-engagement {
    background-color: #F5F8FD;
    padding-top: 40px;
    padding-bottom: 40px;
}

.lease-body-engagement-content {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 33px 30px;
}
@media screen and (max-width: 786px) {
    .lease-body-engagement-content {
        margin-top: 0;
    }
}

.lease-body-engagement-content-card {
    padding: 15px 20px;
    max-width: 233px; 
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 786px) {
    .lease-body-engagement-content-card {
        margin: 25px 20px;
        min-height: 300px;
    }
}

.lease-body-engagement-content-card h5 {
    padding-bottom: 12px;
    margin-bottom: 24px;
    border-bottom: 1px solid #D4D4D4;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
}

.lease-body-engagement-content-card figure img {
    margin-left: auto;
    margin-right: auto;
}

.lease-body-service {
    padding-top: 40px;
    padding-bottom: 40px;
}

.lease-body-service-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 25px 29px;
}
.lease-body-service-content-card {
    display: block;
    position: relative;
    width: 215px;
    max-height: 215px;
    border-radius: 20px;
}
@media screen and (max-width: 786px) {
    .lease-body-service-content-card {
        margin: 25px 20px;
    }
}

.lease-body-service-content-card:hover {
    
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.25);
}
.lease-body-service-content-card img {
    border-radius: 20px;
}
.lease-body-service-content-card-content {
    position: absolute;
    bottom: 13px;
    padding-left: 16px;
    padding-right: 16px;
    color: #FFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.50);
    font-smooth: always;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.lease-body-tools {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #F5F8FD;
}

.lease-body-tools-title {
    margin-bottom: 33px;
}

.lease-body-tools-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 33px;
}

.lease-body-tools-content-card {
    max-width: 580px;
}

.lease-body-tools .video__container {
    margin-bottom: 0;
}
.lease-body-tools .video__img {
    border-radius: 20px;
}
.lease-body-tools .video__content-img::after {
    border-radius: 20px;
    opacity: 0.4;
}

.lease-body-tools-content-card figure figcaption {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
@media screen and (max-width: 786px) {
    .lease-body-tools-content-card figure figcaption {
        font-size: 16px;
    }
}


.lease-body-dealership {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.lease-body-dealership-map {
    margin-top: 33px;
    margin-bottom: 60px;
}

.lease-body-dealership-button, .lease-body-dealership-button:active, .lease-body-dealership-button:focus {
    text-decoration: none;
    display: inline-flex;
    padding: 9px 20px 11px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #1167FF;

    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 187.5% */
}
.lease-body-dealership-button:hover {
    background: #669DFF;
    color: #FFF;
}


.lease-body-contact-form {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #F5F8FD;
}
.lease-body-contact-form-success {
    text-align: center;
    margin-top: 33px;
    margin-bottom: 33px;
}
.lease-body-contact-form-content {
    max-width: 500px;
    margin: 0 auto;
}

.lease-body-contact-form label {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}
.lease-body-contact-form input[type="radio"] {
    margin: 0;
    margin-right: 2px;
    margin-top: -2px;
}
.lease-body-contact-form input[type="checkbox"] {
    margin: 0;
    margin-right: 2px;
    margin-top: -2px;
}
.lease-body-contact-form input[type="text"] {
    border-radius: 4px;
    border: 1px solid #D4D4D4;
    background: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    height: 26px;
    padding: 8px 12px;
    box-sizing: border-box;
}
.lease-body-contact-form input[type="text"]::placeholder {
    color: #D4D4D4;
}
.lease-body-contact-form .propo_principal {
    float: right;
    width: 95%;
}
.lease-body-contact-form .btn-submit-contact {
    background: #1167FF;
    border: none;
    width: 100%;

    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.lease-body-contact-form .more-info {
    text-align: justify;
}
.lease-body-contact-form .more-info-modals {
    color: #898989;
    font-size: 14px;
}
.lease-body-contact-form .more-info-modals a {
    color: #898989;
    text-decoration: underline;
}

.lease-body-contact-form-banner {
    text-align: center;
    margin-top: 30px;
}

.lease-contact-cta--block {
    position: fixed;
    padding: 28px 35px;
    top: 44%;
    right: 4.11%;
    border-radius: 18px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    z-index: 2;
}
.lease-contact-cta--cta-button, .lease-contact-cta--cta-button:visited, .lease-contact-cta--cta-button:focus {
    text-decoration: none;
    background: #1167FF;
    padding: 10px 20px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}
.lease-contact-cta--cta-button:hover {
    color: #FFF;
    background-color: #669DFF;
}
.lease-contact-cta--close-button {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(35%, -35%);
    cursor: pointer;
}
.lease-contact-cta--close-button img {
    width: 46px;
    height: 46px;
}
.lease-contact-cta--open-button {
    position: fixed;
    top: 44%;
    right: 4.11%;
    z-index: 1;
    cursor: pointer;
}
.lease-contact-cta--open-button img {
    width: 50px;
    height: 50px;
}

.lease-contact-cta-mobile--block {
    position: fixed;
    text-align: center;
    padding: 10px 20px;
    width: 100%;
    bottom: 0;
    left: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    background: #1167FF;
    z-index: 9;
}
.lease-contact-cta-mobile--cta-button, .lease-contact-cta-mobile--cta-button:visited, .lease-contact-cta-mobile--cta-button:focus {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}

.lease-modal {
    padding: 12px 19px;
}
.lease-modal h4 {
    margin: 0;
    margin-bottom: 16px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.lease-modal .btn--close {
    top: 16px;
}

/* CARROUSSEL*/
.section-carrousel {
    margin-top: -20px;
}

.lease-body-vehicles .vehicle-carousel {
    margin: 0 50px;
    display: flex;
}

.lease-body-vehicles .vehicle-carousel:not(.slick-slider) {
    overflow: hidden;
}

.lease-body-vehicles .slick-prev {
    left: -50px;
}

.lease-body-vehicles .slick-next {
    right: -50px;
}

.lease-body-vehicles {
    margin-bottom: 32px;
}

.lease-body-vehicles .vehicle-carousel_brand {
    font-weight: bold;
    color: black;
}

.lease-body-vehicles .vehicle-carousel_version {
    margin-top: 15px;
}

.lease-body-vehicles .vehicle-carousel_loyer span {
    color: #1167FF;
    font-weight: bold;
}

.lease-body-vehicles .aVehicule {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
}

.lease-body-vehicles .aVehicule:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lease-body-vehicles .vehicle-carousel_version {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.lease-body-vehicles .info-prix-icon {
    display: inline-block;
    margin-top: -10px;
    vertical-align: middle;
}



.lease-body-vehicles .info-prix-icon:hover img {
    opacity: 0.8;
}

.lease-modal .modal-body p {
    margin-bottom: 15px;
    line-height: 1.5;
    text-align: justify;
}

.lease-modal .modal-body p:last-child {
    margin-bottom: 0;
}

.lease-modal .modal-body em {
    font-style: italic;
    color: #666;
}

.lease-modal .modal-body strong {
    font-weight: bold;
    color: #1167FF;
}

.lease-modal .modal-body a {
    color: #1167FF;
    text-decoration: underline;
}

.lease-modal .modal-body a:hover {
    color: #0d4db3;
}

.lease-body-vehicles .aVehicule {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lease-body-vehicles .aVehicule:not(.slick-slide) {
    min-width: 208px;
    max-width: 208px;
    height: 202px;
}

.lease-body-vehicles .aVehicule:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 99, 223, 0.15);
}



/*Select du Form*/
.form-control {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #D4D4D4;
    background: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}

.lease-body-contact-form input[type="text"],
.lease-body-contact-form input[type="email"],
.lease-body-contact-form input[type="tel"],
.lease-body-contact-form input[type="password"],
.lease-body-contact-form select,
.lease-body-contact-form .form-control {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    height: 26px !important;
    border-radius: 4px !important;
    border: 1px solid #D4D4D4 !important;
    background: #FFF !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

.lease-body-contact-form select option[value=""],
.lease-body-contact-form .controls select option[value=""] {
    color: #999;
    font-style: italic;
    background-color: #f5f5f5;
}

.lease-body-contact-form select:invalid,
.lease-body-contact-form .controls select:invalid {
    color: #999;
}

.field-error {
    color: #dc3545 !important;
    font-size: 12px !important;
    margin-top: 5px !important;
    font-weight: 500;
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lease-body-contact-form input.error,
.lease-body-contact-form select.error,
.lease-body-contact-form .controls input.error,
.lease-body-contact-form .controls select.error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.lease-body-contact-form input.valid,
.lease-body-contact-form select.valid,
.lease-body-contact-form .controls input.valid,
.lease-body-contact-form .controls select.valid {
    border-color: #28a745 !important;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.vehicle-card {
    margin: 0 6px 0 6px;
    background: white;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 12px hsla(216, 86.60%, 46.90%, 0.18);
}

.vehicle-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.vehicle-card > div {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 8px 12px;
}

.vehicle-card--img {
    flex: 1;
    max-height: 100px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.vehicle-card--title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
}

.vehicle-card--price-wrapper {
    display: flex;
}

.vehicle-card--version {
    font-size: 14px;
    line-height: 18px;
    color: #4d4d4d;
    margin: 4px 0 8px;
}

.vehicle-card--price {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #003DA8;
    white-space: nowrap;
    margin: 0;
}

.vehicle-card--icon {
    width: 11px;
    height: 11px;
}

.co2-pyramid {
    overflow: hidden;
}

.img-emissions-petit {
    height: 27px;
    margin: 5px 0 5px;
}

.img-emissions-gros {
    height: 40px;
    display: flex;
    justify-content: left;
    align-items: center;
    width: inherit;
    padding-left: 35px;
    margin-left: -29px;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.img-emissions-petit.img-emissions-A {
    background: url("/assets/img/fiche/emission-petit-a.svg") no-repeat;
}

.img-emissions-petit.img-emissions-B {
    background: url("/assets/img/fiche/emission-petit-b.svg") no-repeat;
}

.img-emissions-petit.img-emissions-C {
    background: url("/assets/img/fiche/emission-petit-c.svg") no-repeat;
}

.img-emissions-petit.img-emissions-D {
    background: url("/assets/img/fiche/emission-petit-d.svg") no-repeat;
}

.img-emissions-petit.img-emissions-E {
    background: url("/assets/img/fiche/emission-petit-e.svg") no-repeat;
}

.img-emissions-petit.img-emissions-F {
    background: url("/assets/img/fiche/emission-petit-f.svg") no-repeat;
}

.img-emissions-petit.img-emissions-G {
    background: url("/assets/img/fiche/emission-petit-g.svg") no-repeat;
}

.img-emissions-gros.img-emissions-A {
    background: url("/assets/img/fiche/etiquette-gros-a-vide.svg") no-repeat;
}

.img-emissions-gros.img-emissions-B {
    background: url("/assets/img/fiche/etiquette-gros-b-vide.svg") no-repeat;
}

.img-emissions-gros.img-emissions-C {
    background: url("/assets/img/fiche/etiquette-gros-c-vide.svg") no-repeat;
}

.img-emissions-gros.img-emissions-D {
    background: url("/assets/img/fiche/etiquette-gros-d-vide.svg") no-repeat;
}

.img-emissions-gros.img-emissions-E {
    background: url("/assets/img/fiche/etiquette-gros-e-vide.svg") no-repeat;
}

.details-vehicle_emission-indice {
    padding-top: 3px;
}

/* CARROUSEL MOBILE*/
@media screen and (max-width: 767px) {
    .lease-body-vehicles .vehicle-carousel {
        margin: 0 20px;
        overflow: visible;
    }

    .lease-body-vehicles .aVehicule {
        width: 100%;
        margin: 0 5px;
        transition: transform 0.3s ease;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
    }

    .lease-body-vehicles .slick-slide.slick-center .aVehicule {
        transform: none;
        z-index: 10;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
        height: 195px !important;
    }

    .lease-body-vehicles .slick-slide:not(.slick-center) .aVehicule {
        transform: none;
        opacity: 0.75;
        height: 195px !important;
    }



    .vehicle-card--img {
        width: 100%;
        object-fit: contain;
        border-radius: 16px 16px 0 0;
    }

    .lease-body-vehicles .aVehicule .content-text {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .lease-body-vehicles .aVehicule h7 {
        font-size: 15px;
        display: block;
        margin: 4px 0;
        flex-shrink: 0;
    }

    .lease-body-vehicles .aVehicule small {
        font-size: 12px;
        line-height: 1.3;
        flex: 1;
        margin-bottom: 8px;
    }

    .lease-body-vehicles .aVehicule span[style*="font-size: 20px"],
    .lease-body-vehicles .aVehicule span[style*="color: #2e60b8"] {
        font-size: 14px;
        display: block;
        margin-bottom: 0 !important;
        flex-shrink: 0;
        margin-top: auto;
    }

    .lease-body-vehicles .slick-prev,
    .lease-body-vehicles .slick-next {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .lease-body-vehicles .info-prix-icon {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}