.offers{
    display: flex;
    gap: 20px;
    overflow: hidden;
}
.nissan-adventure{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nissan-adventure img{
    height: auto;
    max-width: 100%;
}
.offers .item{
    display: flex;
    align-items: stretch;
    align-content: stretch;
    width: 500px;
    position: relative;
}

.offers .owl img{
    height: auto;
}
.offers .item a.link-slider{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top:0;
    display: block;
}
#offre  #offre-container .offre picture{
    max-width: 62%;
}

.offers .item img{
    width: 100%;
    height: 557px;
    object-fit: cover;
}
.offers .info{
    width: 37.6%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column;
    padding: 20px 50px;
}

.offers .info h2{
    font-family: "NissanBrand-Regular";
    font-size: 62px;
    line-height: 100%;
    text-align: left;
    color: var(--textButton);
    margin-bottom: 27px;

}

.offers .info h2 b{
    color: var(--yellow);
}
.offers .info .subtitle{
    font-family: "NissanBrand-Regular";
    font-size: 22px;
    line-height: 100%;
    text-align: left;
    color: var(--textButton);


}
.offers .info .subtitle2{
    font-family: "NissanBrand-Regular";
    font-size: 19px;
    line-height: 100%;
    text-align: left;
    color: var(--textButton);
    margin-top: 10px;
}
.offers .info a.btn{
    font-family: "NissanBrand-Bold";
    margin-top: 20px;
    width: 254px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}


.offers  .owl-nav{
    display: none;
}
.offers .carousel-nav{
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    border-radius: 6px;
    background-color: var(--textButton);
}

.offers .carousel-nav.carousel-nav-prev{
    left: 10px;
}

.offers  .carousel-nav.carousel-nav-next{
    right: 10px;
}

.home-description{
    padding: 40px 0px;
    margin: 0 auto;
    margin-top: 32px;
}
.home-description h2{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


.home-description .btgrid .row{
    align-items: stretch;
    align-content: stretch;
}
.home-description .btgrid .row .col-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;

    font-size: 16px;
    line-height: 23px;
    color: #000;
}
.home-description .btgrid .row .col-content img{
    max-width: 100%;
    height: auto !important;
}

.home-content{
    max-width: var(--max-width-sub);
    margin: 0 auto;
}

.home-offres{
    position: relative;
    display: grid;
    gap: 25px 47px;
    grid-template-columns: 1fr 1fr 1fr;
}

#reserver{
    max-width: 800px;
    margin: 0 auto;
}

#reserver .formulaire-subtitle{
    font-size: 16px;
    line-height: 100%;
    text-align: left;
    color: #000;
    margin-bottom: 38px;
}
#reserver .form-group{
    margin-bottom: 25px;
}

.modal iframe{
    max-width: 100%;
}
#catalogueModal{
    max-width: 100vw;
}
.home-welcome{
    font-size: 22px;
    font-family: "NissanBrand-Regular";
    line-height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
@media (max-width: 810px) {
    #offre-container{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 480px) {
    h2 {
        padding: 0;
    }
}
@media (max-width: 1600px) {


    .home-description{
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-offres{
        gap: 20px;
        margin: 0 auto;
        grid-template-columns: 1fr 1fr;
    }
    .home-offres .car .car-links a:last-of-type{
        padding-left: 10px;
    }
    .offers .info h2{
        padding: 0;
    }
}


@media (max-width: 1350px) {
    .promo img{
        height: 460px;
    }

    .offers .info{
        position: absolute;
        height: 100%;
        top:0;
        right:0;
        width: 400px;
    }
    .offers .item img{
        max-width: 100%;
    }
}
@media (max-width: 1200px) {
    .promo img {
        height: 360px;
    }
    .home-welcome{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 900px) {
    .promo img {
        height: 260px;
    }
    #reserver{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 670px) {

    .home-offres{
        grid-template-columns: 1fr;
    }
}
@media (max-width: 600px) {
    .promo img {
        height: auto;
        object-fit: contain;
    }
}
@media (max-width: 500px) {

    .home-offres .car .car-links{
        flex-direction: column;
    }
    .home-offres .car .car-links a:last-of-type{
        padding-left: 0;
    }

    .link span{
        width: 100%;
    }

    .offers .item{
        flex-direction: column;
    }
    .offers .item img{
        max-width: 100%;
        height: auto;
    }
    .offers .info{
        position: relative;
        height: auto;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-description{
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .home-welcome{
        font-size: 16px;
    }
    #catalogueModal iframe{
        height: 450px;
    }
    .offers .owl-item{
        width: 100vw;
        height: auto;
    }
    .offers .owl-item img{
        height: auto;
    }
    .home-description .btgrid .row-1{
        flex-direction: column;
    }
    .home-description .btgrid .row-2{
        flex-direction: column;
    }
    .home-offres .car{
        border-radius: 0;
    }
    .home-offres .car .car-price,
    .home-offres .car .car-title{
        font-size: 18px;
    }
    .home-offres .car .car-conditions{
        font-size: 16px;
    }


    .offers .info .subtitle{
        font-size: 20px;
    }
    .offers .info .subtitle2{
        font-size: 16px;
    }
}
