.cont-produits-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 30px;
}

.swiper-produits .swiper-wrapper {
    align-items: stretch;
}

.swiper-slide.item-produits {
    display: flex;
    flex-direction: column;
    height: auto !important;
}

.produits-bg {
    position: relative;
    height: 320px;
    flex-shrink: 0;
}

.produits-bg .bg {
    height: 320px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75%;
    background-color: white;
    border-bottom: 1px solid #e7edf2;
}

/* Carrousel d'images par produit */
.swiper-produit-images {
    width: 100%;
    height: 320px;
    border-bottom: 1px solid #e7edf2;
}

.swiper-produit-images .swiper-slide {
    height: 320px;
}

.swiper-produit-images .bg {
    border-bottom: none;
}
.swiper {
    width: 100%;
    margin-left: unset !important;
    margin-right: unset !important;

}

.swiper-produits{
    padding: 0 20px;
}

/* Centrage quand il y a 5 items ou moins */
.cont-produits-slide.few-items .swiper-produits {
    display: flex !important;
    justify-content: center;
}

.cont-produits-slide.few-items .swiper-wrapper {
    width: auto !important;
}

/* Masquer les flèches quand il y a 5 items ou moins */
.cont-produits-slide.few-items .swiper-produits-arrows {
    display: none;
}


.swiper-produits-arrows {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 96%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    pointer-events: none;
}
.swiper-produits-arrows div {
    cursor: pointer;
    pointer-events: all;
}

.produits-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 45px;
    background-color: white;
}
.produits-logo {
    height: 27px !important;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.produits-titre {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.5px;
    font-family: "SuperMolot", sans-serif;
}
.produits-texte {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.produits-info a {
    color: black;
}
@media (min-width: 1024px) and (max-width: 1480px) {
    .swiper {
        width: 100%;
    }

    .swiper-produits-arrows {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 764px) {
    .swiper-slide.item-produits {
        width: 100% !important;
    }
    .swiper {
        width: 100%;
    }


    .swiper-produits-arrows img {
        width: 30px;
        height: 30px;
    }
}
