/**
 * Folies Secrètes — Homepage premium (v2.3 + univers — thème enfant foliessecretes)
 * Chargé uniquement sur index via themes/foliessecretes/config/theme.yml
 *
 * Scope : body#index (hero, bandeau haut) + #content.page-home (blocs EC)
 * Pas d'orange — palette crème / nude / encre / or doux.
 */

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Manrope:wght@300;400;500;600&display=swap");

/* --- Design tokens (homepage) --- */
body#index {
  --fs-cream: #f5f0ea;
  --fs-ivory: #fdfcfa;
  --fs-blush: #e8d5d0;
  --fs-nude: #c4a99a;
  --fs-gold: #b8956b;
  --fs-ink: #1a1716;
  --fs-ink-soft: #4a4543;
  --fs-line: rgba(26, 23, 22, 0.08);
  --fs-line-strong: rgba(26, 23, 22, 0.14);
  --fs-radius: 3px;
  --fs-radius-lg: 8px;
  --fs-radius-pill: 999px;
  --fs-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --fs-section-y: clamp(3rem, 6.5vw, 5.5rem);
  --fs-gutter-x: clamp(1.15rem, 4vw, 2.5rem);
  --fs-shadow-soft: 0 24px 56px rgba(26, 23, 22, 0.07);
  --fs-shadow-lift: 0 20px 48px rgba(26, 23, 22, 0.06);
  --fs-focus-ring: 0 0 0 2px var(--fs-ivory), 0 0 0 4px rgba(184, 149, 107, 0.55);
  --fs-font-serif: "Cormorant Garamond", Georgia, serif;
  --fs-font-sans: "Manrope", system-ui, sans-serif;
  --fs-home-inner-max: 88rem;
  /* Homepage wide — maquette ~1440–1520px (index uniquement via ce fichier) */
  --fs-premium-content: min(68.75rem, calc(100vw - 2 * var(--fs-gutter-x)));
  --fs-premium-wide: min(90rem, calc(100vw - 2 * var(--fs-gutter-x)));
  --fs-premium-xl: min(95rem, calc(100vw - 2 * var(--fs-gutter-x)));
  --fs-premium-max: var(--fs-premium-xl);
  --fs-premium-readable: var(--fs-premium-content);
  --fs-hero-inset: max(var(--fs-gutter-x), calc((100vw - var(--fs-premium-xl)) / 2));
}

body#index #center_column.single_column {
  max-width: var(--fs-premium-wide);
  margin-inline: auto;
  float: none;
  width: 100%;
}

body#index #content.page-home {
  background-color: var(--fs-cream);
  padding-inline: var(--fs-gutter-x);
  width: 100%;
  max-width: none;
}

/* --- Largeur & rythme global --- */
body#index #content.page-home .products_section,
body#index #content.page-home [class*="sthomenew_container"],
body#index #content.page-home .featured_categories_container,
body#index #content.page-home .banner_container,
body#index #content.page-home [class*="banner_container_"] {
  max-width: var(--fs-home-inner-max);
  margin-inline: auto;
}

body#index #content.page-home .products_container.block,
body#index #content.page-home .easycontent.block,
body#index #content.page-home [class*="banner_container"].block {
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

body#index #content.page-home .title_block_inner {
  font-family: var(--fs-font-serif);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--fs-ink);
}

body#index #content.page-home .slider_sub_title {
  font-family: var(--fs-font-sans);
  font-size: clamp(10px, 1.5vw, 11px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fs-gold);
}

/* --- Anti-orange (boutons primaires homepage) --- */
body#index #content.page-home .btn-primary:not(.st_news_letter_submit),
body#index #content.page-home .btn.btn-primary:not(.st_news_letter_submit) {
  background: var(--fs-blush);
  border-color: var(--fs-blush);
  color: var(--fs-ink);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: var(--fs-radius);
}

body#index #content.page-home .btn-primary:not(.st_news_letter_submit):hover,
body#index #content.page-home .btn.btn-primary:not(.st_news_letter_submit):hover {
  background: #dcc9c3;
  border-color: #dcc9c3;
  color: var(--fs-ink);
}

/* --- Easy Content (base) --- */
body#index #content.page-home .easycontent {
  color: var(--fs-ink-soft);
}

body#index #content.page-home .easycontent .style_content {
  line-height: 1.72;
  max-width: 48rem;
  margin-inline: auto;
}

/* v2.3 — largeurs EC explicites (sans :has) ; blocs génériques non-fs restent à 48rem */
body#index #content.page-home #easycontent_51 .style_content,
body#index #content.page-home #easycontent_53 .style_content,
body#index #content.page-home #easycontent_54 .style_content,
body#index #content.page-home #easycontent_59 .style_content,
body#index #content.page-home #easycontent_68 .style_content,
body#index #displayBanner #easycontent_55 .style_content {
  max-width: none !important;
  width: 100% !important;
  margin-inline: 0 !important;
}

body#index #content.page-home #easycontent_51 .easy_brother_block,
body#index #content.page-home #easycontent_53 .easy_brother_block,
body#index #content.page-home #easycontent_54 .easy_brother_block,
body#index #content.page-home #easycontent_59 .easy_brother_block,
body#index #content.page-home #easycontent_68 .easy_brother_block {
  max-width: none !important;
  width: 100% !important;
  margin-inline: 0 !important;
}

body#index #content.page-home .easycontent h1,
body#index #content.page-home .easycontent h2,
body#index #content.page-home .easycontent h3 {
  font-family: var(--fs-font-serif);
  font-weight: 500;
  color: var(--fs-ink);
  letter-spacing: 0.03em;
}

body#index #content.page-home .easycontent p {
  font-family: var(--fs-font-sans);
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  color: var(--fs-ink-soft);
}

body#index #content.page-home .easycontent a {
  color: var(--fs-ink);
  text-decoration-color: rgba(196, 169, 154, 0.55);
  text-underline-offset: 3px;
}

/* --- Swiper hero : neutraliser accents démo --- */
body#index .full_width_top_container #st_swiper_1 .swiper-pagination-bullet::before,
body#index .full_width_top_container #st_swiper_1 .swiper-pagination-st-custom .swiper-pagination-bullet,
body#index .full_width_top_container #st_swiper_1 .swiper-pagination-bullet-active::before,
body#index .full_width_top_container #st_swiper_1 .swiper-pagination-st-round .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--fs-ivory) !important;
  border-color: var(--fs-ivory) !important;
}

body#index .full_width_top_container #st_swiper_1 .swiper-pagination-bullet-active::before,
body#index .full_width_top_container #st_swiper_1 .swiper-pagination-st-round .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--fs-gold) !important;
  border-color: var(--fs-gold) !important;
}

body#index .full_width_top_container #st_swiper_1 .swiper-button,
body#index .full_width_top_container #st_swiper_1 .swiper-button.swiper-button-disabled,
body#index .full_width_top_container #st_swiper_1 .swiper-button.swiper-button-disabled:hover {
  color: var(--fs-ink) !important;
  background-color: rgba(253, 252, 250, 0.92) !important;
}

body#index .full_width_top_container #st_swiper_1 .swiper-button:hover {
  color: var(--fs-ivory) !important;
  background-color: var(--fs-ink) !important;
}

/* hero polish — masquer chrome Swiper (1 slide, pas de carrousel promo) */
body#index .full_width_top_container #st_swiper_1 .swiper-button,
body#index .full_width_top_container #st_swiper_1 .swiper-button-next,
body#index .full_width_top_container #st_swiper_1 .swiper-button-prev,
body#index .full_width_top_container #st_swiper_1 .swiper-pagination,
body#index .full_width_top_container #st_swiper_1 .swiper-pagination-bullets {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

body#index .full_width_top_container {
  margin-bottom: clamp(0.5rem, 1vw, 0.85rem);
}

body#index .full_width_top_container .swiper_container_out.block {
  margin-bottom: 0;
}

body#index .full_width_top_container .st_swiper_block {
  position: relative;
}

body#index .full_width_top_container #st_swiper_block_12.st_swiper_block {
  background-position: 56% 40%;
  background-size: cover;
}

body#index .full_width_top_container .st_swiper_block::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      102deg,
      rgba(26, 23, 22, 0.2) 0%,
      rgba(26, 23, 22, 0.08) 28%,
      rgba(26, 23, 22, 0.02) 48%,
      transparent 68%
    ),
    radial-gradient(ellipse 78% 88% at 72% 46%, rgba(253, 252, 250, 0.14) 0%, transparent 62%);
  z-index: 1;
}

/* v2.3 — hero : sélecteurs explicites #st_swiper_1 (priorité sur Panda / inline) */
body#index .full_width_top_container #st_swiper_1 .st_image_layered_description,
body#index .full_width_top_container #st_swiper_1 .st_image_layered_description.flex_center,
body#index .full_width_top_container #st_swiper_1 .st_image_layered_description.flex_middle,
body#index .full_width_top_container #st_swiper_1 .st_image_layered_description.text-left {
  z-index: 2;
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  padding-inline: var(--fs-hero-inset) !important;
  overflow: visible !important;
  justify-content: flex-start !important;
  align-items: center !important;
  text-align: left !important;
  transform: none !important;
  opacity: 1 !important;
}

body#index .full_width_top_container #st_swiper_1 .st_image_layered_description_inner,
body#index .full_width_top_container #st_swiper_1 .st_image_layered_description_inner.style_content,
body#index .full_width_top_container #st_swiper_1 .st_image_layered_description_inner[data-animate],
body#index .full_width_top_container #st_swiper_1 .st_image_layered_description_inner[data-animate="fadeInLeft"] {
  width: 100%;
  max-width: min(44rem, calc(100vw - 2 * var(--fs-hero-inset) - 2rem));
  margin: 0 !important;
  overflow: visible !important;
  transform: none !important;
  opacity: 1 !important;
  animation: none !important;
}

body#index .full_width_top_container #st_swiper_1 .fs-hero-premium-v2,
body#index .full_width_top_container #st_swiper_1 .fs-hero-caption {
  transform: none !important;
  opacity: 1 !important;
  animation: none !important;
}

body#index .full_width_top_container #st_swiper_1,
body#index .full_width_top_container .swiper-container {
  overflow: hidden;
}

body#index .full_width_top_container .swiper-slide {
  overflow: hidden;
}

body#index .full_width_top_container #st_swiper_1 {
  min-height: clamp(480px, 64vh, 720px) !important;
  height: clamp(480px, 64vh, 720px) !important;
}

/* --- Bannières / swiper (conteneur) --- */
body#index .full_width_top_container .st_banner_row,
body#index #content.page-home .st_banner_row {
  border-radius: clamp(8px, 1.1vw, 12px);
  overflow: hidden;
  border: 1px solid var(--fs-line);
  box-shadow: var(--fs-shadow-lift);
}

body#index #content.page-home .st_image_layered_description_inner h1,
body#index #content.page-home .st_image_layered_description_inner h2,
body#index #content.page-home .st_image_layered_description_inner h3 {
  font-family: var(--fs-font-serif);
  font-weight: 500;
}

/* --- Catégories featured (legacy) --- */
body#index #content.page-home .featured_categories_item .cate_outer_box,
body#index #content.page-home .featured_categories_item .pro_outer_box {
  border-radius: var(--fs-radius-lg);
  overflow: hidden;
  border: 1px solid var(--fs-line);
  background: var(--fs-ivory);
}

/* --- Produits (listes / sliders) --- */
body#index #content.page-home .ajax_block_product {
  background: var(--fs-ivory);
  border-radius: clamp(8px, 1.15vw, 12px);
  border: 1px solid var(--fs-line);
  box-shadow: 0 10px 32px rgba(26, 23, 22, 0.045);
}

body#index #content.page-home .s_title_block a {
  font-family: var(--fs-font-sans);
  font-size: clamp(0.98rem, 1.45vw, 1.06rem);
  font-weight: 500;
  color: var(--fs-ink);
  text-decoration: none;
}

body#index #content.page-home .product-price-and-shipping,
body#index #content.page-home .ajax_block_product .price {
  font-family: var(--fs-font-sans);
  color: var(--fs-nude);
  letter-spacing: 0.04em;
}

body#index #content.page-home .ajax_block_product .btn-primary,
body#index #content.page-home .ajax_block_product .btn.btn-primary {
  background: transparent;
  border: 1px solid var(--fs-ink);
  color: var(--fs-ink);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
}

body#index #content.page-home .ajax_block_product .btn-primary:hover,
body#index #content.page-home .ajax_block_product .btn.btn-primary:hover {
  background: var(--fs-ink);
  color: var(--fs-ivory);
  border-color: var(--fs-ink);
}

/* =============================================================================
   v2 — Composants fs-* (HTML EC / swiper existant)
   ============================================================================= */

/* --- Bandeau réassurance haut (#55, displayBanner) --- */
body#index #displayBanner .easycontent_container,
body#index #displayBanner .easycontent_container .container,
body#index #displayBanner .easycontent_container .row,
body#index #displayBanner .easycontent_container .col-12 {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body#index #displayBanner .fs-top-reassurance,
body#index .header-banner .fs-top-reassurance {
  width: 100%;
  margin: 0;
  background: linear-gradient(90deg, #2e2a28 0%, var(--fs-ink) 18%, var(--fs-ink) 82%, #2e2a28 100%);
  color: var(--fs-ivory);
  padding: 0.8rem clamp(1.15rem, 3vw, 2.5rem);
  font-family: var(--fs-font-sans);
  font-size: clamp(0.74rem, 1.35vw, 0.86rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(253, 252, 250, 0.1);
  box-sizing: border-box;
}

body#index #displayBanner .fs-top-reassurance-inner,
body#index .header-banner .fs-top-reassurance-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: clamp(0.65rem, 2vw, 1.75rem);
  width: 100%;
  max-width: var(--fs-premium-wide);
  margin-inline: auto;
  line-height: 1.45;
  white-space: nowrap;
}

body#index #displayBanner .fs-top-reassurance-inner > span:not(.sep),
body#index .header-banner .fs-top-reassurance-inner > span:not(.sep) {
  flex: 0 1 auto;
}

body#index #displayBanner .fs-top-reassurance .sep,
body#index .header-banner .fs-top-reassurance .sep {
  opacity: 0.45;
  font-weight: 300;
}

/* --- Hero caption (stswiper layered) — éditorial premium, aligné #51 / #68 --- */
/* Spécificité #st_swiper_1 + !important : prime sur customer-s1.css (hero legacy) */
body#index .full_width_top_container #st_swiper_1 .fs-hero-premium-v2,
body#index .full_width_top_container #st_swiper_1 .fs-hero-caption.fs-hero-premium-v2 {
  max-width: 40rem !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--fs-ivory) !important;
  text-align: left;
  text-shadow:
    0 1px 14px rgba(26, 23, 22, 0.32),
    0 0 32px rgba(26, 23, 22, 0.12) !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
  transform: none !important;
}

body#index .full_width_top_container #st_swiper_1 .fs-hero-kicker {
  display: block !important;
  margin: 0 0 0.85rem !important;
  padding: 0 !important;
  font-family: var(--fs-font-sans) !important;
  font-size: clamp(0.68rem, 1.2vw, 0.76rem) !important;
  font-weight: 600 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: var(--fs-gold) !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  backdrop-filter: none !important;
  text-shadow: 0 1px 10px rgba(26, 23, 22, 0.28) !important;
}

body#index .full_width_top_container #st_swiper_1 .fs-hero-premium-v2 h1 {
  margin: 0 0 1rem !important;
  font-family: var(--fs-font-serif) !important;
  font-size: clamp(2.35rem, 4.6vw, 4.15rem) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em !important;
  color: var(--fs-ivory) !important;
}

body#index .full_width_top_container #st_swiper_1 .fs-hero-text {
  margin: 0 0 1.65rem !important;
  font-family: var(--fs-font-sans) !important;
  font-size: clamp(0.98rem, 1.75vw, 1.1rem) !important;
  line-height: 1.68 !important;
  color: rgba(253, 252, 250, 0.92) !important;
  max-width: 36rem !important;
}

body#index .full_width_top_container #st_swiper_1 .fs-hero-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 3rem !important;
  padding: 0.7rem 2rem !important;
  font-family: var(--fs-font-sans) !important;
  font-size: clamp(0.72rem, 1.2vw, 0.78rem) !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: var(--fs-ink) !important;
  background: var(--fs-ivory) !important;
  border: 1px solid rgba(253, 252, 250, 0.88) !important;
  border-radius: var(--fs-radius-pill) !important;
  box-shadow: 0 10px 28px rgba(26, 23, 22, 0.18) !important;
  transition: background 0.35s var(--fs-ease), color 0.35s var(--fs-ease), border-color 0.35s var(--fs-ease), transform 0.35s var(--fs-ease), box-shadow 0.35s var(--fs-ease);
}

body#index .full_width_top_container #st_swiper_1 .fs-hero-btn:hover {
  background: var(--fs-blush) !important;
  border-color: var(--fs-blush) !important;
  color: var(--fs-ink) !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(26, 23, 22, 0.2) !important;
}

body#index .full_width_top_container #st_swiper_1 .fs-hero-btn:focus-visible {
  outline: none;
  box-shadow: var(--fs-focus-ring) !important;
}

/* --- Raccourcis catégories (#51) --- */
body#index #content.page-home .fs-category-shortcuts {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(0.85rem, 1.8vw, 1.25rem);
  width: 100%;
  max-width: var(--fs-premium-content);
  margin: var(--fs-section-y) auto 0;
  padding: 0.5rem 0 0.85rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: var(--fs-nude) transparent;
}

body#index #content.page-home .fs-category-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-width: clamp(7.25rem, 14vw, 10rem);
  padding: clamp(1.1rem, 2.2vw, 1.45rem) clamp(0.85rem, 1.6vw, 1.15rem);
  text-decoration: none;
  color: var(--fs-ink);
  background: var(--fs-ivory);
  border: 1px solid var(--fs-line);
  border-radius: var(--fs-radius-lg);
  box-shadow: 0 10px 28px rgba(26, 23, 22, 0.05);
  transition: border-color 0.3s var(--fs-ease), box-shadow 0.3s var(--fs-ease), transform 0.3s var(--fs-ease);
}

body#index #content.page-home a.fs-category-item:hover {
  border-color: var(--fs-line-strong);
  box-shadow: var(--fs-shadow-lift);
  transform: translateY(-2px);
  text-decoration: none;
  color: var(--fs-ink);
}

body#index #content.page-home a.fs-category-item:focus-visible {
  outline: none;
  box-shadow: var(--fs-focus-ring);
}

body#index #content.page-home .fs-category-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(3rem, 5.5vw, 3.6rem);
  height: clamp(3rem, 5.5vw, 3.6rem);
  font-size: clamp(1.15rem, 2.1vw, 1.4rem);
  color: var(--fs-gold);
  background: var(--fs-cream);
  border-radius: 50%;
  border: 1px solid var(--fs-line);
}

body#index #content.page-home .fs-category-item > span:last-child {
  font-family: var(--fs-font-sans);
  font-size: clamp(0.82rem, 1.35vw, 0.95rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.3;
}

body#index #content.page-home .fs-category-item-disabled {
  opacity: 0.42;
  cursor: not-allowed;
  pointer-events: none;
  background: rgba(253, 252, 250, 0.65);
}

/* --- Nos univers (#51) v2 — 6 cartes, grille premium --- */
body#index #content.page-home .fs-univers-section {
  width: 100%;
  max-width: var(--fs-premium-xl);
  margin: var(--fs-section-y) auto 0;
  padding: 0;
}

body#index #content.page-home #easycontent_51 .fs-univers-section {
  margin-top: clamp(0.85rem, 1.75vw, 1.35rem);
}

body#index #content.page-home .fs-univers-header {
  text-align: center;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  padding-inline: clamp(0.5rem, 2vw, 1rem);
}

body#index #content.page-home .fs-univers-kicker {
  margin: 0 0 0.85rem;
  font-family: var(--fs-font-sans);
  font-size: clamp(0.68rem, 1.2vw, 0.76rem);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fs-gold);
}

body#index #content.page-home .fs-univers-title {
  margin: 0 0 1rem;
  font-family: var(--fs-font-serif);
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0.02em;
  color: var(--fs-ink);
}

body#index #content.page-home .fs-univers-lead {
  margin: 0 auto;
  max-width: 36rem;
  font-family: var(--fs-font-sans);
  font-size: clamp(1rem, 1.45vw, 1.1rem);
  line-height: 1.72;
  color: var(--fs-ink-soft);
}

body#index #content.page-home .fs-univers-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(11.5rem, 1fr));
  gap: clamp(0.9rem, 1.45vw, 1.35rem);
  width: 100%;
  align-items: stretch;
}

body#index #content.page-home .fs-univers-card {
  margin: 0;
  min-height: 0;
  display: flex;
}

body#index #content.page-home .fs-univers-card-link {
  display: block;
  position: relative;
  flex: 1;
  width: 100%;
  min-height: clamp(360px, 30vw, 440px);
  aspect-ratio: 3 / 3.92;
  border-radius: clamp(10px, 1.2vw, 14px);
  border: 1px solid var(--fs-line);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--fs-shadow-lift);
  transition: transform 0.45s var(--fs-ease), box-shadow 0.45s var(--fs-ease);
}

body#index #content.page-home .fs-univers-card-link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(26, 23, 22, 0.02) 0%,
    rgba(26, 23, 22, 0.12) 38%,
    rgba(26, 23, 22, 0.68) 100%
  );
  pointer-events: none;
  transition: opacity 0.45s var(--fs-ease);
}

body#index #content.page-home .fs-univers-card-link:hover {
  transform: translateY(-4px);
  box-shadow: var(--fs-shadow-soft);
  text-decoration: none;
}

body#index #content.page-home .fs-univers-card-link:hover::before {
  opacity: 0.92;
}

body#index #content.page-home .fs-univers-card-link:focus-visible {
  outline: none;
  box-shadow: var(--fs-focus-ring);
}

body#index #content.page-home .fs-univers-card-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 0.55s var(--fs-ease);
}

body#index #content.page-home .fs-univers-card-link:hover .fs-univers-card-media {
  transform: scale(1.07);
}

body#index #content.page-home .fs-univers-card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  padding: clamp(1.35rem, 2.8vw, 2rem);
}

body#index #content.page-home .fs-univers-card-title {
  font-family: var(--fs-font-serif);
  font-size: clamp(1.35rem, 1.65vw, 1.75rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0.02em;
  color: var(--fs-ivory);
  text-shadow: 0 2px 16px rgba(26, 23, 22, 0.42);
}

body#index #content.page-home .fs-univers-card-cta {
  display: inline-flex;
  align-items: center;
  font-family: var(--fs-font-sans);
  font-size: clamp(0.68rem, 1.15vw, 0.76rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(253, 252, 250, 0.94);
  border-bottom: 1px solid rgba(253, 252, 250, 0.55);
  padding-bottom: 0.15rem;
  transition: color 0.35s var(--fs-ease), border-color 0.35s var(--fs-ease);
}

body#index #content.page-home .fs-univers-card-link:hover .fs-univers-card-cta {
  color: var(--fs-ivory);
  border-color: var(--fs-ivory);
}

/* --- Selection produits (#68) - editorial + grille magazine --- */
@media (min-width: 992px) {
  body#index #content.page-home #easycontent_68 {
    display: grid !important;
    grid-template-columns: minmax(0, 30%) minmax(0, 1fr) !important;
    gap: clamp(1.5rem, 3vw, 2.75rem);
    align-items: start;
  }

  body#index #content.page-home #easycontent_68 .style_content {
    display: contents !important;
  }
}

body#index #content.page-home #easycontent_68 .style_content {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
  padding: 0;
}

body#index #content.page-home #easycontent_68 .easy_brother_block {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

body#index #content.page-home #easycontent_68 #steasy_column_272 {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  width: 100%;
  margin: 0;
}

body#index #content.page-home #easycontent_68 .fs-selection-section {
  width: 100%;
  margin: 0;
  padding: clamp(0.25rem, 1vw, 0.5rem) clamp(0.5rem, 2vw, 1rem) 0 0;
}

body#index #content.page-home #easycontent_68 .fs-selection-header {
  text-align: left;
  margin: 0;
}

body#index #content.page-home #easycontent_68 .fs-selection-kicker {
  margin: 0 0 0.85rem;
  font-family: var(--fs-font-sans);
  font-size: clamp(0.68rem, 1.2vw, 0.76rem);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fs-gold);
}

body#index #content.page-home #easycontent_68 .fs-selection-title {
  margin: 0 0 1rem;
  font-family: var(--fs-font-serif);
  font-size: clamp(1.85rem, 3.2vw, 2.65rem);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--fs-ink);
}

body#index #content.page-home #easycontent_68 .fs-selection-lead {
  margin: 0;
  max-width: 22rem;
  font-family: var(--fs-font-sans);
  font-size: clamp(0.98rem, 1.4vw, 1.08rem);
  line-height: 1.72;
  color: var(--fs-ink-soft);
}

body#index #content.page-home #easycontent_68 .easy_products_container,
body#index #content.page-home #easycontent_68 .products_section,
body#index #content.page-home #easycontent_68 .products_slider {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

body#index #content.page-home #easycontent_68 .products.product_list.row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.35vw, 1.15rem);
  margin: 0;
  width: 100%;
}

body#index #content.page-home #easycontent_68 .products.product_list .product_list_item {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  flex: none !important;
}

body#index #content.page-home #easycontent_68 .ajax_block_product {
  height: 100%;
  background: var(--fs-ivory);
  border: 1px solid var(--fs-line);
  border-radius: clamp(8px, 1.1vw, 12px);
  box-shadow: 0 10px 28px rgba(26, 23, 22, 0.04);
  overflow: hidden;
  transition: transform 0.4s var(--fs-ease), box-shadow 0.4s var(--fs-ease);
}

body#index #content.page-home #easycontent_68 .ajax_block_product:hover {
  transform: translateY(-3px);
  box-shadow: var(--fs-shadow-lift);
}

body#index #content.page-home #easycontent_68 .pro_outer_box {
  padding: clamp(0.65rem, 1.2vw, 0.85rem);
}

body#index #content.page-home #easycontent_68 .pro_first_box {
  margin-bottom: 0.65rem;
}

body#index #content.page-home #easycontent_68 .product_img_link {
  display: block;
  border-radius: clamp(6px, 0.9vw, 10px);
  overflow: hidden;
  background: linear-gradient(165deg, #faf8f5 0%, #f0ebe6 100%);
}

body#index #content.page-home #easycontent_68 .product_img_link .front-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 7 / 8;
}

body#index #content.page-home #easycontent_68 .back_image_pic,
body#index #content.page-home #easycontent_68 .back_image_pic img,
body#index #content.page-home #easycontent_68 .hover_fly,
body#index #content.page-home #easycontent_68 .hover_fly_1,
body#index #content.page-home #easycontent_68 .product-desc,
body#index #content.page-home #easycontent_68 .act_box_cart,
body#index #content.page-home #easycontent_68 .act_box_inner,
body#index #content.page-home #easycontent_68 .moblie_flyout_buttons_show .hover_fly {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  overflow: hidden !important;
}

body#index #content.page-home #easycontent_68 .pro_second_box {
  padding: 0 clamp(0.15rem, 0.5vw, 0.35rem) clamp(0.35rem, 0.8vw, 0.5rem);
}

body#index #content.page-home #easycontent_68 .mini_name {
  margin-bottom: 0.45rem;
}

body#index #content.page-home #easycontent_68 .s_title_block,
body#index #content.page-home #easycontent_68 .s_title_block.flex_child,
body#index #content.page-home #easycontent_68 .s_title_block.two_rows,
body#index #content.page-home #easycontent_68 .s_title_block a {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: visible !important;
  white-space: normal !important;
  hyphens: manual !important;
  -webkit-hyphens: manual !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  text-overflow: unset !important;
  word-break: normal !important;
  overflow-wrap: break-word;
  line-height: 1.38;
  font-family: var(--fs-font-sans);
  font-size: clamp(0.9rem, 1.15vw, 1rem);
  font-weight: 500;
  color: var(--fs-ink);
  text-decoration: none;
}

body#index #content.page-home #easycontent_68 .s_title_block a:hover {
  color: var(--fs-nude);
}

body#index #content.page-home #easycontent_68 .product-price-and-shipping {
  margin: 0;
  padding: 0;
}

body#index #content.page-home #easycontent_68 .product-price-and-shipping .price {
  font-family: var(--fs-font-sans);
  font-size: clamp(0.92rem, 1.2vw, 1.02rem);
  font-weight: 600;
  color: var(--fs-nude);
  letter-spacing: 0.04em;
}

body#index #content.page-home #easycontent_68 .product-price-and-shipping .tax_label {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--fs-ink-soft);
  opacity: 0.85;
}

/* --- Bandeau confiance (#53) --- */
body#index #content.page-home .fs-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.25rem, 2.4vw, 2rem);
  width: 100%;
  max-width: var(--fs-premium-wide);
  margin: var(--fs-section-y) auto 0;
  padding: clamp(2.15rem, 3.6vw, 3.35rem) clamp(2rem, 3.5vw, 3rem);
  background: var(--fs-ivory);
  border: 1px solid var(--fs-line);
  border-radius: clamp(10px, 1.2vw, 12px);
  box-shadow: var(--fs-shadow-soft);
}

body#index #content.page-home .fs-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.35rem 0.65rem;
}

body#index #content.page-home .fs-trust-item > span:first-child {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(3rem, 4.5vw, 3.5rem);
  height: clamp(3rem, 4.5vw, 3.5rem);
  font-size: clamp(1.1rem, 1.9vw, 1.28rem);
  color: var(--fs-gold);
  background: var(--fs-cream);
  border: 1px solid var(--fs-line);
  border-radius: 50%;
}

body#index #content.page-home .fs-trust-item h3 {
  margin: 0 0 0.5rem;
  font-family: var(--fs-font-serif);
  font-size: clamp(1.22rem, 2vw, 1.48rem);
  font-weight: 500;
  line-height: 1.22;
  color: var(--fs-ink);
}

body#index #content.page-home .fs-trust-item p {
  margin: 0;
  font-size: clamp(0.94rem, 1.45vw, 1.06rem);
  line-height: 1.62;
  color: var(--fs-ink-soft);
}

/* --- Bannières marketing (#54) --- */
body#index #content.page-home .fs-marketing-banners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 2.4vw, 2rem);
  width: 100%;
  max-width: var(--fs-premium-wide);
  margin: var(--fs-section-y) auto 0;
}

body#index #content.page-home .fs-marketing-banners a {
  text-decoration: none;
  color: inherit;
}

body#index #content.page-home .fs-marketing-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: clamp(300px, 24vw, 380px);
  padding: clamp(1.75rem, 3.2vw, 2.65rem);
  border-radius: clamp(10px, 1.2vw, 12px);
  border: 1px solid var(--fs-line);
  overflow: hidden;
  position: relative;
  box-shadow: var(--fs-shadow-lift);
  transition: transform 0.4s var(--fs-ease), box-shadow 0.4s var(--fs-ease);
}

body#index #content.page-home .fs-marketing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(26, 23, 22, 0.1) 0%,
    rgba(26, 23, 22, 0.38) 42%,
    rgba(26, 23, 22, 0.72) 100%
  );
  z-index: 0;
  transition: opacity 0.4s var(--fs-ease);
}

body#index #content.page-home .fs-marketing-card::after {
  content: none;
  display: none;
}

body#index #content.page-home .fs-marketing-card > div {
  position: relative;
  z-index: 1;
}

body#index #content.page-home .fs-marketing-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--fs-shadow-soft);
}

body#index #content.page-home .fs-marketing-card:focus-visible {
  outline: none;
  box-shadow: var(--fs-focus-ring);
}

body#index #content.page-home .fs-marketing-new {
  background-color: #9a8478;
  background-image: url("/img/cms/category-editorial-soft.webp");
  background-size: cover;
  background-position: center 42%;
  background-repeat: no-repeat;
}

body#index #content.page-home .fs-marketing-guide {
  background-color: #b8956b;
  background-image: url("/img/cms/blog/article-art-desir.jpg");
  background-size: cover;
  background-position: center 38%;
  background-repeat: no-repeat;
}

body#index #content.page-home .fs-marketing-club {
  background-color: #8a7b72;
  background-image: url("/img/cms/blog/article-feu-au-corps.jpg");
  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;
}

body#index #content.page-home .fs-marketing-card span {
  display: block;
  margin-bottom: 0.65rem;
  font-family: var(--fs-font-sans);
  font-size: clamp(0.68rem, 1.2vw, 0.76rem);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(253, 252, 250, 0.92);
}

body#index #content.page-home .fs-marketing-card h3 {
  margin: 0 0 1.05rem;
  font-family: var(--fs-font-serif);
  font-size: clamp(1.6rem, 2.6vw, 2.15rem);
  font-weight: 500;
  line-height: 1.18;
  color: var(--fs-ivory);
}

body#index #content.page-home .fs-marketing-card strong {
  display: inline-flex;
  align-items: center;
  font-family: var(--fs-font-sans);
  font-size: clamp(0.68rem, 1.15vw, 0.76rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fs-ivory) !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 0 0.2rem !important;
  border-bottom: 1px solid rgba(253, 252, 250, 0.55) !important;
}

body#index #content.page-home .fs-marketing-card strong:hover {
  color: var(--fs-ivory) !important;
  background: transparent !important;
  border-color: transparent !important;
  border-bottom-color: rgba(253, 252, 250, 0.85) !important;
  box-shadow: none !important;
}

/* --- Newsletter bande (#59) --- */
body#index #content.page-home .fs-newsletter-band {
  width: 100%;
  max-width: var(--fs-premium-wide);
  margin: var(--fs-section-y) auto 0;
  padding: clamp(2.65rem, 4.5vw, 3.85rem) clamp(2.25rem, 3.6vw, 3.5rem);
  background: var(--fs-ivory);
  border: 1px solid var(--fs-line);
  border-radius: clamp(10px, 1.2vw, 12px);
  box-shadow: var(--fs-shadow-soft);
}

body#index #content.page-home .fs-newsletter-inner {
  display: grid;
  grid-template-columns: auto 1fr minmax(300px, 460px);
  align-items: center;
  gap: clamp(1.5rem, 3.2vw, 2.75rem);
}

body#index #content.page-home .fs-newsletter-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(3.5rem, 5vw, 4rem);
  height: clamp(3.5rem, 5vw, 4rem);
  font-size: clamp(1.35rem, 2vw, 1.55rem);
  color: var(--fs-gold);
  background: var(--fs-cream);
  border: 1px solid var(--fs-line);
  border-radius: 50%;
}

body#index #content.page-home .fs-newsletter-content span {
  display: block;
  margin-bottom: 0.5rem;
  font-family: var(--fs-font-sans);
  font-size: clamp(0.7rem, 1.2vw, 0.78rem);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fs-gold);
}

body#index #content.page-home .fs-newsletter-content h2 {
  margin: 0 0 0.65rem;
  font-family: var(--fs-font-serif);
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  font-weight: 500;
  line-height: 1.12;
  color: var(--fs-ink);
}

body#index #content.page-home .fs-newsletter-content p {
  margin: 0;
  max-width: 40rem;
  font-size: clamp(1rem, 1.4vw, 1.08rem);
  line-height: 1.68;
}

body#index #content.page-home .fs-newsletter-form {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

body#index #content.page-home .fs-newsletter-form input[type="email"] {
  flex: 1 1 auto;
  min-width: 0;
  height: 3.45rem;
  margin: 0;
  padding: 0 1.35rem;
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  border-radius: var(--fs-radius-pill);
  border: 1px solid var(--fs-line-strong);
  background: var(--fs-cream);
}

body#index #content.page-home .fs-newsletter-form input[type="email"]:focus-visible {
  outline: none;
  border-color: var(--fs-gold);
  box-shadow: var(--fs-focus-ring);
}

body#index #content.page-home .fs-newsletter-form button[type="submit"] {
  flex: 0 0 auto;
  height: 3.45rem;
  padding: 0 1.85rem;
  font-family: var(--fs-font-sans);
  font-size: clamp(0.72rem, 1.1vw, 0.82rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fs-ivory);
  background: var(--fs-ink);
  border: 1px solid var(--fs-ink);
  border-radius: var(--fs-radius-pill);
  cursor: pointer;
  transition: background 0.3s var(--fs-ease), border-color 0.3s var(--fs-ease);
}

body#index #content.page-home .fs-newsletter-form button[type="submit"]:hover {
  background: #2e2a28;
  border-color: #2e2a28;
}

body#index #content.page-home .fs-newsletter-form button[type="submit"]:focus-visible {
  outline: none;
  box-shadow: var(--fs-focus-ring);
}

/* --- Newsletter générique (autres blocs) --- */
body#index #content.page-home [class*="newsletter"]:not(.fs-newsletter-band) form,
body#index #content.page-home [class*="newsletter"]:not(.fs-newsletter-band) .block_content,
body#index #content.page-home [class*="newsletter"]:not(.fs-newsletter-band) .block_newsletter {
  border: 1px solid var(--fs-line);
  border-radius: clamp(8px, 1.1vw, 12px);
  background: var(--fs-ivory);
  padding: clamp(1.35rem, 3vw, 2rem);
  box-shadow: var(--fs-shadow-lift);
}

body#index #content.page-home input[type="email"]:not(.fs-newsletter-form input),
body#index #content.page-home input[name*="email"]:not(.fs-newsletter-form input) {
  font-family: var(--fs-font-sans);
  border: 1px solid var(--fs-line);
  border-radius: var(--fs-radius);
  background: var(--fs-cream);
  color: var(--fs-ink);
  padding: 0.82rem 1.05rem;
}

body#index #content.page-home [class*="newsletter"] .btn-primary,
body#index #content.page-home [class*="newsletter"] button[type="submit"]:not(.fs-newsletter-form button) {
  background: var(--fs-ink);
  border-color: var(--fs-ink);
  color: var(--fs-ivory);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
}

/* --- Espacement blocs EC numérotés (v2.3 — ~1100 / ~1240px) --- */
body#index #content.page-home #easycontent_51 {
  width: 100% !important;
  max-width: var(--fs-premium-xl) !important;
  margin-inline: auto;
  padding-top: 0 !important;
}

body#index #content.page-home #easycontent_68 {
  width: 100% !important;
  max-width: var(--fs-premium-xl) !important;
  margin-inline: auto;
  overflow-x: clip;
}

body#index #content.page-home #easycontent_53,
body#index #content.page-home #easycontent_54,
body#index #content.page-home #easycontent_59 {
  width: 100% !important;
  max-width: var(--fs-premium-wide) !important;
  margin-inline: auto;
}

body#index #displayBanner #easycontent_55 {
  width: 100% !important;
  max-width: var(--fs-premium-wide) !important;
  margin-inline: auto;
}

body#index #content.page-home #easycontent_59 {
  margin-bottom: var(--fs-section-y);
}

/* =============================================================================
   Responsive
   ============================================================================= */

/* Homepage — élargir le container Panda (index uniquement) */
@media (min-width: 992px) {
  body#index #columns.container {
    max-width: var(--fs-premium-xl) !important;
    width: 100%;
  }

  body#index #content.page-home {
    padding-inline: clamp(1rem, 2vw, 1.75rem);
  }
}

@media (max-width: 991px) {
  /* hero — tablette : même logique que mobile (évite décalage à 768px) */
  body#index .full_width_top_container #st_swiper_1 .fs-hero-premium-v2,
  body#index .full_width_top_container #st_swiper_1 .fs-hero-caption.fs-hero-premium-v2 {
    max-width: 100% !important;
    text-align: center;
  }

  body#index .full_width_top_container #st_swiper_1 .st_image_layered_description,
  body#index .full_width_top_container #st_swiper_1 .st_image_layered_description.flex_center,
  body#index .full_width_top_container #st_swiper_1 .st_image_layered_description.flex_middle,
  body#index .full_width_top_container #st_swiper_1 .st_image_layered_description.text-left {
    justify-content: center !important;
    text-align: center !important;
    padding-inline: var(--fs-gutter-x) !important;
  }

  body#index .full_width_top_container #st_swiper_1 .fs-hero-text {
    margin-inline: auto !important;
  }

  body#index .full_width_top_container #st_swiper_block_12.st_swiper_block {
    background-position: 62% 38%;
  }

  body#index #content.page-home #easycontent_68 {
    display: block !important;
    grid-template-columns: none !important;
    gap: 0;
  }

  body#index #content.page-home #easycontent_68 .style_content {
    display: block !important;
  }

  body#index #content.page-home #easycontent_68 .easy_brother_block,
  body#index #content.page-home #easycontent_68 #steasy_column_272 {
    grid-column: auto;
    grid-row: auto;
  }

  body#index #content.page-home #easycontent_68 .fs-selection-section {
    padding: 0;
  }

  body#index #content.page-home #easycontent_68 .fs-selection-lead {
    max-width: 40rem;
  }

  body#index #content.page-home #easycontent_68 .products.product_list.row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.65rem, 2vw, 1rem);
  }

  body#index #content.page-home .fs-univers-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.85rem, 2vw, 1.25rem);
  }

  body#index #content.page-home .fs-univers-card-link {
    min-height: clamp(300px, 42vw, 400px);
    aspect-ratio: 3 / 3.85;
  }

  body#index #content.page-home .fs-trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  body#index #content.page-home .fs-marketing-banners {
    grid-template-columns: 1fr;
  }

  body#index #content.page-home .fs-newsletter-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  body#index #content.page-home .fs-newsletter-icon {
    margin-inline: auto;
  }

  body#index #content.page-home .fs-newsletter-content p {
    margin-inline: auto;
  }

  body#index #content.page-home .fs-newsletter-form {
    width: 100%;
    max-width: 32rem;
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  body#index #content.page-home #easycontent_68 .fs-selection-header {
    text-align: left;
  }

  body#index #content.page-home #easycontent_68 .fs-selection-title {
    font-size: clamp(1.65rem, 6.5vw, 2rem);
  }

  body#index #content.page-home #easycontent_68 .products.product_list.row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  body#index #content.page-home #easycontent_68 .ajax_block_product:hover {
    transform: none;
  }

  body#index #displayBanner .fs-top-reassurance-inner,
  body#index .header-banner .fs-top-reassurance-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem 0.65rem;
    text-align: center;
    white-space: normal;
    font-size: 0.72rem;
  }

  body#index #displayBanner .fs-top-reassurance .sep,
  body#index .header-banner .fs-top-reassurance .sep {
    opacity: 0.4;
  }

  body#index .full_width_top_container #st_swiper_1 .fs-hero-premium-v2,
  body#index .full_width_top_container #st_swiper_1 .fs-hero-caption.fs-hero-premium-v2 {
    max-width: 100% !important;
    text-align: center;
  }

  body#index .full_width_top_container #st_swiper_block_12.st_swiper_block {
    background-position: 65% 36%;
  }

  body#index .full_width_top_container #st_swiper_1 {
    min-height: clamp(380px, 72vh, 520px) !important;
    height: clamp(380px, 72vh, 520px) !important;
  }

  body#index #content.page-home .fs-univers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  body#index #content.page-home .fs-univers-header {
    text-align: left;
    margin-bottom: 1.75rem;
  }

  body#index #content.page-home .fs-univers-card-link {
    min-height: clamp(280px, 52vw, 360px);
    aspect-ratio: 3 / 3.75;
  }

  body#index #content.page-home .fs-category-shortcuts {
    margin-top: clamp(1.75rem, 5vw, 2.5rem);
    padding-bottom: 0.75rem;
  }

  body#index #content.page-home .fs-trust-strip {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.25rem;
  }

  body#index #content.page-home .fs-trust-item {
    padding: 0.15rem 0;
  }

  body#index #content.page-home .fs-marketing-card {
    min-height: 240px;
  }

  body#index #content.page-home .fs-newsletter-form {
    flex-direction: column;
    max-width: none;
  }

  body#index #content.page-home .fs-newsletter-form button[type="submit"] {
    width: 100%;
  }
}

@media (max-width: 479px) {
  body#index #content.page-home #easycontent_68 .fs-selection-lead {
    font-size: 0.98rem;
  }

  body#index #content.page-home .fs-univers-grid {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }

  body#index #content.page-home .fs-univers-card-link {
    min-height: clamp(300px, 78vw, 380px);
    aspect-ratio: auto;
  }
}

@media (min-width: 992px) {
  body#index .full_width_top_container #st_swiper_1 .st_image_layered_description {
    padding-left: var(--fs-hero-inset) !important;
    padding-right: var(--fs-gutter-x) !important;
  }

  body#index .full_width_top_container #st_swiper_1 .st_image_layered_description_inner {
    max-width: min(46rem, calc(100vw - 2 * var(--fs-hero-inset) - 2rem));
    margin: 0 !important;
    width: auto;
  }

  body#index .full_width_top_container #st_swiper_1 .fs-hero-premium-v2,
  body#index .full_width_top_container #st_swiper_1 .fs-hero-caption.fs-hero-premium-v2 {
    max-width: min(46rem, calc(100vw - 2 * var(--fs-hero-inset) - 2rem)) !important;
  }

  body#index #content.page-home .fs-univers-grid {
    gap: clamp(1rem, 1.55vw, 1.5rem);
  }

  body#index #content.page-home .fs-univers-card-link {
    min-height: clamp(380px, 28vw, 450px);
  }

  body#index #content.page-home .fs-category-shortcuts {
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: visible;
    gap: 1.15rem;
  }

  body#index #content.page-home .fs-category-item {
    flex: 1 1 calc(12.5% - 1.15rem);
    min-width: 9.25rem;
    max-width: 13.75rem;
  }
}

/* =============================================================================
   Homepage — masquage doublon footer newsletter + décompression mobile bande
   ============================================================================= */

body#index .fs-footer-newsletter-block {
  display: none !important;
}

@media (max-width: 767px) {
  body#index #content.page-home .fs-newsletter-band .fs-newsletter-form {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body#index #content.page-home .fs-newsletter-band .fs-newsletter-inner {
    padding: clamp(1.5rem, 5vw, 2rem) clamp(1rem, 4vw, 1.5rem) !important;
  }

  body#index #content.page-home .fs-newsletter-form input[type="email"],
  body#index #content.page-home .fs-newsletter-form button[type="submit"] {
    width: 100% !important;
    min-height: 44px !important;
    font-size: 0.8125rem !important;
  }
}

/* =============================================================================
   Accessibilité — focus & reduced motion
   ============================================================================= */

body#index #content.page-home a:focus-visible,
body#index .full_width_top_container a:focus-visible {
  outline: none;
  box-shadow: var(--fs-focus-ring);
}

@media (prefers-reduced-motion: reduce) {
  body#index #content.page-home *,
  body#index .full_width_top_container *,
  body#index #displayBanner * {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
