.elementor-29070401 .elementor-element.elementor-element-baecf89 .elementor-image-carousel-caption{text-align:center;}.elementor-29070401 .elementor-element.elementor-element-e94864b{padding:025px 0px 050px 0px;}/* Start custom CSS for image-carousel, class: .elementor-element-baecf89 */.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 50px !important;
}
.swiper-container .swiper-slide figure img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9b3c041 */.text-container-fiche-product {
      max-width: 1116px;
      margin: 0 auto 60px;
      background: white;
      padding: 28px;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    }

    .content {
      overflow: hidden;
      transition: 
        max-height 0.55s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.4s ease 0.1s;
      opacity: 1;
    }

    .content.short-fiche-product {
      max-height: 5.2em;          /* ≈ 3 lignes – ajuste selon ta police */
      opacity: 1;
          text-align: center;
    }

    .content.full {
      max-height: 1500px;         /* assez grand pour la plupart des textes */
      opacity: 1;
    text-align: center;
    }

    /* Pour les très longs textes, on peut augmenter encore */
    .content.full.really-long-fiche-product {
      max-height: 3000px;
    }

    .read-more-fiche-product {
      color: #000;
      cursor: pointer;
      display: inline-block;
      margin-top: 8px;
      padding: 4px 0;
      transition: all 0.25s ease;
      user-select: none;
      width: 100%;
        text-align: center;
        font-weight: 700;
        font-size: 17px;
        margin-top: 20px;
    }

    .read-more-fiche-product:hover {
      color: #000;
      text-decoration: underline;
    }

    .read-more-fiche-product:active {
      transform: translateY(1px);
    }

    /* Petit gradient de fondu en bas quand tronqué */
    .content.short-fiche-product::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 36px;
      background: linear-gradient(to bottom, transparent, white 60%);
      pointer-events: none;
    }

    @media (max-width: 600px) {
      .text-container-fiche-product {
        padding: 20px;
      }
      .content.short-fiche-product {
        max-height: 4.2em;
      }
    }/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-e94864b */.avantage img {
    box-shadow: none !important;
    height: 100px;
    object-fit: contain;
    margin-bottom: 15px
}
.avantage .ce-caption-text{
    width: 70%;
    margin: 0 auto
}
.avt-sec {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 5px
}
.avt-sec img {
    width: 50px
}
.avt-sec span {
    font-size: 13px
}
@media (max-width: 769px) {
    .avt-sec {
        flex-direction: column;         /* un peu plus d'espace quand c'est en colonne */
        gap: 1px
    }
    .avantage img { 
        margin-bottom: 0;
    }

    /* Optionnel : agrandir un peu l'image sur tablette */
    .avt-sec img {
        width: 60px;        /* ou 70px selon ton design */
    }

    .avt-sec span {
        font-size: 14px;
        text-align: center;
    }
}/* End custom CSS */