.elementor-kit-12{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2ebbdb7:#CC3333;--e-global-color-c99883e:#FF9B00;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-weight:500;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:22px;}.elementor-element{--widgets-spacing:22px 22px;--widgets-spacing-row:22px;--widgets-spacing-column:22px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Styles pour l'onglet Don Unique */
#onglet-don {
    background-color: #CC3333; /* Couleur de fond sélectionnée */
    color: #ffffff; /* Couleur du texte sélectionné */
    border: none; /* Pas de bordure */
}

#onglet-don.inactive {
    background-color: transparent; /* Fond transparent */
    color: #CC3333; /* Couleur du texte */
    border: 2px solid #CC3333; /* Bordure de la même couleur */
}

/* Styles pour l'onglet Abonnement */
#onglet-abonnement {
    background-color: #FF9B00; /* Couleur de fond sélectionnée */
    color: #ffffff; /* Couleur du texte sélectionné */
    border: none; /* Pas de bordure */
}

#onglet-abonnement.inactive {
    background-color: transparent; /* Fond transparent */
    color: #FF9B00; /* Couleur du texte */
    border: 2px solid #FF9B00; /* Bordure de la même couleur */
}




/* === Loop Carousel : layout des fiches produit === */
.elementor-widget-loop-carousel .elementor-loop-item,
.elementor-widget-loop-carousel .slick-slide > div,
.elementor-widget-loop-carousel .swiper-slide > div {
  height: 100%;
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.elementor-widget-loop-carousel .elementor-column .elementor-widget-wrap,
.elementor-loop-item .elementor-widget-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Image : recadrage et taille visuelle */
.product-card .image-wrap img {
  width: 100%;
  height: 260px;       /* <-- ajuste si tu veux images plus grandes */
  object-fit: cover;
  display: block;
  border-radius: 8px;  /* retire si tu veux angles carrés */
}

/* Contenu : occupe l'espace entre image et bas */
.product-card .elementor-widget-wrap,
.product-card .content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

/* Titre : hauteur uniforme et centrage */
.product-card .product-title {
  min-height: 48px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin: 10px 0 6px;
  padding: 0 10px;
}

/* Extrait : prend l'espace disponible */
.product-card .product-excerpt {
  flex: 1 1 auto;
  margin-bottom: 12px;
  text-align: center;
  color: #666;
  overflow: hidden;
}

/* Prix + bouton collés en bas */
.product-card .price-and-button {
  margin-top: auto;
  text-align: center;
  padding-top: 6px;
}

/* Mobile */
@media (max-width: 767px) {
  .product-card .image-wrap img { height: 160px; }
  .product-card .product-title { min-height: 40px; }
}/* End custom CSS */