.homeSlider {
  overflow : hidden;
  padding: 0;
}

.featuredProducts__container {
  padding : 5vh 0;
}

.section_complement_sante {
  padding : 65px 0;
}

article.product-miniature {
  max-width : 380px;
  margin: 0 auto;
}

.section_featuredproducts {
  padding    : 80px 0;
  background : #ffffff;
}

.featuredproducts {
  display               : grid;
  /*grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));*/
  grid-template-columns : repeat(4, 1fr);
  grid-column-gap       : 10px;
  grid-row-gap          : 30px;
}

.section_featuredproducts .featured-products-containner {
  display         : flex;
  justify-content : center;
  gap             : 10px;
}

.section_featuredproducts .btn-card {
  max-width : 280px;
  margin    : 50px auto 0;
}

.section_contents {
  padding        : 100px 0;
  display        : flex;
  flex-direction : column;
  gap            : 60px;
  max-width      : 1250px;
  margin         : 0 auto;
}

.block_content h3 {
  color          : #000;
  font-size      : 20px;
  font-style     : normal;
  font-weight    : 600;
  line-height    : 120%;
  text-transform : uppercase;
  margin         : 0 0 20px;
}

.block_content p {
  color       : #777;
  font-size   : 15px;
  font-style  : normal;
  font-weight : 400;
  line-height : 140%;
}

.actions a {
  color                     : #000;
  font-size                 : 15px;
  font-style                : normal;
  font-weight               : 500;
  line-height               : 140%;
  text-decoration-line      : underline;
  text-decoration-style     : solid;
  text-decoration-skip-ink  : none;
  text-decoration-thickness : auto;
  text-underline-offset     : auto;
  text-underline-position   : from-font;
}

/* bloc qui coulisse */
.collapsible {
  overflow   : hidden;
  max-height : 0;
  transition : max-height .45s ease;
}

/* Défilement continu linéaire pour le slider homepage */
.swiper-sliderHomepage .swiper-wrapper {
  transition-timing-function : linear !important;
}

.last-posts__container article,.section_contents .block_content  {
  opacity: 0;
}

 .sag-reviews {
   padding: 2rem 0 50px;
   max-width: 1600px;
   margin: 50px auto 0;
   border-radius: 20px;
   background: #E2EBF3;
   position: relative;
   overflow: hidden;
 }

/* Header / score global */
.sag-reviews__header {
  text-align: center;
  /*margin-bottom: 2.5rem;*/
}
.sag-reviews__global {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.25rem 2rem;
  position: relative;
  z-index: 2;
}
.sag-reviews__rate-content {
  display: flex;
  align-items: end;
  gap: 10px;
}

.text-pre {
  color: #20254A;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 55px */
 }

.sag-reviews__rate-number {
  color: #20254A;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
}
.sag-reviews__stars {
  display: flex;
  gap: 2px;
}
.sag-reviews__stars .star {
  width: 22px;
  height: 22px;
  position: relative;
  overflow: hidden;
}
.sag-reviews__stars .star svg {
  width: 22px;
  height: 22px;
}
.sag-reviews__count {
  color: #20254A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.sag-reviews__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-primary, #E03066);
  text-decoration: none;
  border: 1px solid var(--color-primary, #E03066);
  border-radius: 20px;
  padding: 4px 12px;
}
.sag-reviews__badge:hover {
  background: var(--color-primary, #E03066);
  color: #fff;
}

/* Loading */
.sag-reviews__loading {
  display: flex;
  justify-content: center;
  padding: 3rem 0;
}
.sag-reviews__spinner {
  width: 36px;
  height: 36px;
  border: 3px solid #e8e8e8;
  border-top-color: var(--color-primary, #E03066);
  border-radius: 50%;
  animation: sag-spin .7s linear infinite;
}

.sag-review-card {
  overflow: hidden;
}

.sag-review-card__comment {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.sag-review-card__comment-wrap {
  grid-column: 1/-1;
}

@keyframes sag-spin { to { transform: rotate(360deg); } }

/* Error */
.sag-reviews__error {
  text-align: center;
  padding: 2rem;
  color: #888;
  font-size: 0.9rem;
}

/* Grid */
.sag-reviews__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.25rem;
}

/* Card */
.sag-review-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 1.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 50px auto;
  gap: 0.75rem;
  transition: box-shadow .2s;
  height: 240px;
}
.sag-review-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,.08);
}
.sag-review-card__top {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 0.5rem;
}
.sag-review-card__author {
  color: #003263;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.17px;
}
.sag-review-card__date {
  color:  #003263;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.13px;
}
.sag-review-card__stars {
  display: flex;
  gap: 2px;
}
.sag-review-card__stars .star svg {
  width: 16px;
  height: 16px;
}
.sag-review-card__comment {
  grid-column: 1/-1;
  color:  #003263;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  opacity: 0.7;
}
.sag-review-card__reply {
  background: #f7f7f7;
  border-left: 3px solid var(--color-primary, #E03066);
  border-radius: 0 6px 6px 0;
  padding: 0.6rem 0.8rem;
  font-size: 0.8rem;
  color: #516765;
}
.sag-review-card__reply strong {
  display: block;
  font-size: 0.75rem;
  color: var(--color-primary, #E03066);
  margin-bottom: 2px;
}

.sag-review-card__rating {
  grid-column: 2;
  display: flex;
  justify-content: start;
  flex-direction: column-reverse;
  gap: 6px;
}
.sag-review-card__stars {
  display: flex;
  gap: 2px;
}
.sag-review-card__score {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-secondary, #003263);
}

/* Pagination */
.sag-reviews__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}
.sag-reviews__pagination button {
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #fff;
  color: var(--color-secondary, #003263);
  font-family: var(--typo-primary, 'Montserrat', sans-serif);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all .2s;
}
.sag-reviews__pagination button:hover {
  border-color: var(--color-primary, #E03066);
  color: var(--color-primary, #E03066);
}
.sag-reviews__pagination button.active {
  background: var(--color-primary, #E03066);
  border-color: var(--color-primary, #E03066);
  color: #fff;
}
.sag-reviews__pagination button:disabled {
  opacity: .4;
  cursor: default;
}

.sag-reviews__swiper-wrap {
  position: relative;
  padding: 0 40px;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 2;
}

/* Boutons nav */
.sag-swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  cursor: pointer;
  color: var(--color-secondary, #003263);
  transition: all .2s;
}
.sag-swiper-btn:hover {
  background: var(--color-primary, #E03066);
  border-color: var(--color-primary, #E03066);
  color: #fff;
}
.sag-swiper-prev { left: 0; }
.sag-swiper-next { right: 0; }

/* Pagination dots */
.sag-swiper-pagination {
  margin-top: 1.25rem;
  text-align: center;
}
.sag-swiper-pagination .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}
.sag-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-primary, #E03066);
}

.picto-deco-right {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}

.picto-deco-left {
  position: absolute;
  right: 0;
  bottom: 0;
}


.title-block-on-sale {
  color: #003263;
  text-align: center;
  font-family: Urbanist,system-ui;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.subtitle-block-on-sale {
  color: #003263;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.promo-products__blog-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.promo-products__slider {
  margin-top: 40px;
}


/* ────────────────────────────────────────────────────────── */

.title-block-on-sale::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cline x1='2.5' y1='-2.5' x2='16.5' y2='-2.5' transform='matrix(-0.691785 -0.722104 -0.722104 0.691785 16.5376 20.1383)' stroke='%2320254A' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='2.5' y1='-2.5' x2='9.46059' y2='-2.5' transform='matrix(-0.216889 -0.976196 -0.976196 0.216889 26.6626 12.4787)' stroke='%2320254A' stroke-width='5' stroke-linecap='round'/%3E%3Cline x1='2.5' y1='-2.5' x2='9.40886' y2='-2.5' transform='matrix(-0.960101 -0.279654 -0.279654 0.960101 11.5376 31.3131)' stroke='%2320254A' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
  position: absolute;
  left: -20px;
}
