/* ============================================
   EL BENNA — V2 « l'étal d'abord »
   Même DA que la base (tokens/components), mais
   layouts propres : hero split, étal de gammes,
   polaroids scotchés, frise, bande produits.
   ============================================ */

/* Rythme unique entre toutes les sections (cartes comprises) */
.section-carte { margin-block: var(--ryth); }

/* La navbar reste au-dessus des ingrédients (qui sont à 1000) */
.header { z-index: 2000; }

/* ============================================
   SEMIS — ingrédients détourés éparpillés
   Posés au premier plan, par-dessus les sections,
   comme sur un plan de travail. Peu nombreux et
   toujours placés dans les marges pour ne jamais
   passer sur du texte.
   ============================================ */
.deco {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  width: var(--s, 100px);
  rotate: var(--r, 0deg);
  opacity: var(--o, 0.92);
  animation: flotte var(--dur, 5.4s) ease-in-out infinite alternate;
  animation-delay: var(--d, 0s);
}
.deco img { width: 100%; height: auto; display: block; }
@keyframes flotte {
  from { translate: 0 -7px; }
  to { translate: 0 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .deco { animation: none; }
}
@media (max-width: 991px) {
  .deco { display: none; }
}

/* --- Marque : vrai logo image --- */
.logo--img, .footer__logo--img { display: inline-flex; align-items: center; }
.logo--img img { height: 44px; width: auto; }
.footer__logo--img img {
  height: 56px; width: auto;
  background: #fff; border-radius: 14px; padding: 6px 10px;
}

/* ============================================
   HERO GRAND FORMAT — vidéo plein cadre en carte
   ============================================ */
.hero-grand { padding: 96px 14px 0; }
.hero-grand__carte {
  position: relative;
  max-width: 1720px;
  margin: 0 auto;
  height: min(88vh, 920px);
  border-radius: var(--r-section);
  overflow: hidden;
  box-shadow: 0 40px 80px -30px rgba(30, 31, 32, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-grand__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-grand__voile {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30, 31, 32, 0.42) 0%, rgba(30, 31, 32, 0.22) 45%, rgba(30, 31, 32, 0.55) 100%);
}
.hero-grand__contenu {
  position: relative;
  z-index: 2;
  max-width: 1060px;
  padding: 0 24px;
  color: #fff;
}
.hero__script {
  font-family: var(--f-script);
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  display: block;
  transform: rotate(-2deg);
  margin-bottom: 12px;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}
.hero-grand .hero__titre {
  font-family: var(--f-display);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(42px, 5.2vw, 74px);
  line-height: 1.04;
  color: #fff;
  text-shadow: 0 6px 26px rgba(0, 0, 0, 0.35);
}
.hero-grand .hero__sous {
  margin: 22px auto 0;
  font-size: 19px;
  line-height: 1.55;
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.92);
}
.hero-grand .hero__ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.hero__tel {
  font-family: var(--f-script);
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
.hero__tel:hover { text-decoration: underline; }
.hero-grand .hero__sticker { top: 26px; right: 30px; transform: rotate(5deg); }
.hero-grand__scroll {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: var(--encre);
  display: grid;
  place-items: center;
  font-size: 19px;
  animation: hero-fleche 2s ease-in-out infinite;
}
@keyframes hero-fleche {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 7px; }
}

/* ============================================
   L'ÉTAL — cartes catégories en éventail (façon
   Sodebo : photos de vie, chevauchement, vivant)
   ============================================ */
.etal {
  background: linear-gradient(180deg, var(--terracotta) 0 44%, var(--creme) 44% 100%);
}

/* Sticker posé en haut de section (sans offset il se collait au titre) */
.sticker-haut { top: 34px; left: clamp(24px, 5vw, 56px); }
.etal .titre { color: #fff; }
.etal .sous-titre { color: rgba(255, 255, 255, 0.92); }

.fan {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 14px;
}
.fan__carte {
  position: relative;
  width: 214px;
  aspect-ratio: 2 / 3.15;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 30px 60px -22px rgba(30, 31, 32, 0.5);
  transform: rotate(var(--rot, 0deg)) translateY(var(--dy, 0));
  margin-left: 14px;
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.45s ease;
}
.fan__carte:first-child { margin-left: 0; }
.fan__carte:nth-child(1) { --rot: -5deg; --dy: 14px; z-index: 1; }
.fan__carte:nth-child(2) { --rot: 3deg; --dy: -8px; z-index: 2; }
.fan__carte:nth-child(3) { --rot: -2deg; --dy: 10px; z-index: 3; }
.fan__carte:nth-child(4) { --rot: 5deg; --dy: -6px; z-index: 2; }
.fan__carte:nth-child(5) { --rot: -6deg; --dy: 16px; z-index: 1; }
.fan__carte:hover {
  transform: rotate(0deg) translateY(-16px) scale(1.06);
  box-shadow: 0 44px 80px -26px rgba(30, 31, 32, 0.55);
  z-index: 6;
}
.fan__carte img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fan__carte::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30, 31, 32, 0) 42%, rgba(30, 31, 32, 0.52) 100%);
}
.fan__nom {
  position: relative;
  z-index: 2;
  font-family: var(--f-display);
  font-weight: 400;
  color: #fff;
  font-size: 23px;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 0 8px;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.45);
}
.fan__pill {
  position: relative;
  z-index: 2;
  margin: 12px 0 24px;
  background: #fff;
  color: var(--encre);
  font-weight: 800;
  font-size: 12.5px;
  border-radius: var(--r-pilule);
  padding: 8px 15px 9px;
  box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.45);
  max-width: 92%;
  /* jamais de texte tronqué : la pilule passe sur deux lignes si besoin */
  white-space: normal;
  line-height: 1.25;
}
.etal__action { margin-top: 40px; text-align: center; }

/* ============================================
   BANDE PRODUITS (marquee rouge)
   ============================================ */
.bande-produits {
  max-width: var(--largeur);
  margin: 0 auto;
  background: var(--terracotta);
  color: var(--creme);
  border-radius: var(--r-pilule);
  padding: 14px 0;
  overflow: hidden;
  box-shadow: 0 24px 48px -24px rgba(198, 48, 42, 0.5);
}
.bande-produits__piste {
  display: flex;
  width: max-content;
  animation: bande-defile 28s linear infinite;
}
.bande-produits__groupe { display: flex; }
.bande-produits__groupe li {
  font-family: var(--f-script);
  font-size: 24px;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 36px;
}
.bande-produits__groupe li::after { content: '✶'; font-size: 15px; color: var(--jaune); }
@keyframes bande-defile { to { transform: translateX(-50%); } }

/* ============================================
   SCRAPBOOK — polaroids scotchés
   ============================================ */
.scrapbook__planche {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  padding: 10px 6px 4px;
}
.polaroid {
  background: #fff;
  padding: 14px 14px 18px;
  border-radius: 14px;
  box-shadow: 0 24px 44px -22px rgba(30, 31, 32, 0.32);
  position: relative;
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.polaroid--1 { transform: rotate(-3deg); }
.polaroid--2 { transform: rotate(2.2deg) translateY(18px); }
.polaroid--3 { transform: rotate(-1.4deg); }
.polaroid:hover { transform: rotate(0deg) translateY(-6px); z-index: 2; }
.polaroid img {
  width: 100%;
  aspect-ratio: 1 / 0.92;
  object-fit: cover;
  border-radius: 8px;
}
.polaroid figcaption {
  font-family: var(--f-script);
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  padding-top: 12px;
  color: var(--encre);
}
/* le scotch */
.polaroid::before {
  content: '';
  position: absolute;
  top: -14px;
  left: 50%;
  width: 110px;
  height: 30px;
  transform: translateX(-50%) rotate(-4deg);
  background: rgba(227, 166, 60, 0.45);
  border-left: 1px dashed rgba(255, 255, 255, 0.5);
  border-right: 1px dashed rgba(255, 255, 255, 0.5);
}
.polaroid--2::before { transform: translateX(-50%) rotate(3deg); }

/* ============================================
   RECETTES EXCLUSIVES — carrousel auto + manuel
   (défile tout seul, se manipule à la main)
   ============================================ */
.carrousel { padding: var(--ryth) 0; overflow: hidden; position: relative; }
.carrousel .entete { margin-bottom: 34px; }
.carrousel__piste {
  display: flex;
  gap: 30px;
  padding: 10px 40px 30px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}
.carrousel__piste::-webkit-scrollbar { display: none; }
.carrousel__piste:active { cursor: grabbing; }
.h-carte {
  flex: none;
  width: 360px;
  background: #fff;
  border-radius: var(--r-carte);
  padding: 12px 12px 20px;
  /* Ombre TEINTÉE et en deux couches (24/08). Une ombre grise neutre (rgba(30,31,32,.3))
     posée sur le fond crème virait au terne : le gris désature le chaud qu'il recouvre, et
     la tache se voyait plus que la carte. Le brun de la charte s'y fond ; une couche courte
     pose la carte, une longue la décolle. */
  box-shadow:
    0 2px 6px rgba(75, 58, 38, .07),
    0 16px 36px -20px rgba(75, 58, 38, .26);
  text-align: center;
  transform: rotate(var(--pench, 0deg));
}
.h-carte:nth-child(odd) { --pench: -1.4deg; }
.h-carte:nth-child(even) { --pench: 1.2deg; }
.h-carte img {
  width: 100%;
  aspect-ratio: 1;
  /* contain et non cover : les photos portrait de l'Instagram perdaient
     leur logo El Benna, rogné en haut par le recadrage carré */
  object-fit: contain;
  background: var(--white);
  border-radius: var(--r-media);
}
.h-carte h3 {
  font-family: var(--f-display);
  font-weight: 400;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 14px;
}
.h-carte .note {
  font-family: var(--f-script);
  font-size: 24px;
  font-weight: 600;
  color: var(--terracotta);
  display: block;
  transform: rotate(-1.5deg);
}

/* ============================================
   PROMESSE HALAL — bande parallaxe pleine largeur
   ============================================ */
.promesse {
  position: relative;
  overflow: hidden;
  min-height: 74vh;
  display: grid;
  place-items: center;
  text-align: center;
  margin: var(--ryth) 0;
}
.promesse__fond {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* marge de sécurité large : la parallaxe ne doit jamais découvrir le fond */
  transform: scale(1.4);
  will-change: transform;
}
.promesse__voile {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30, 31, 32, 0.5), rgba(30, 31, 32, 0.34) 45%, rgba(30, 31, 32, 0.55));
}
.promesse__contenu {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 90px 24px;
}
.promesse .titre { color: #fff; text-shadow: 0 6px 24px rgba(0, 0, 0, 0.35); }
.promesse .sticker { position: static; display: inline-block; transform: rotate(-3deg); margin-bottom: 18px; }
.halal__badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
  padding: 0;
}
.halal__badges li {
  background: #fff;
  border-radius: var(--r-pilule);
  padding: 13px 24px 14px;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 16px 32px -18px rgba(0, 0, 0, 0.4);
}
.halal__badges li::before {
  content: '✔';
  font-family: var(--f-script);
  font-size: 20px;
  color: var(--vert);
}

/* ============================================
   COMPTEURS — bande nue sur le fond de page
   ============================================ */
.compteurs {
  position: relative;
  max-width: var(--largeur);
  margin: 0 auto;
  padding: 54px 40px 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.compteurs strong {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(40px, 5vw, 64px);
  color: var(--terracotta);
  line-height: 1;
  display: block;
}
.compteurs span {
  font-family: var(--f-script);
  font-size: 24px;
  font-weight: 600;
  color: var(--brun-doux);
}

/* ============================================
   AVIS — ticker de témoignages (pleine largeur)
   ============================================ */
/* avis + rivière forment un duo : espace serré entre eux, rythme normal autour */
.avis { overflow: hidden; padding: var(--ryth) 0 40px; position: relative; }
.avis__mot {
  text-align: center;
  font-family: var(--f-script);
  font-size: 32px;
  font-weight: 600;
  color: var(--terracotta);
  transform: rotate(-1.5deg);
  margin-bottom: 26px;
}
.avis__piste {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: bande-defile 40s linear infinite;
}
.avis__piste:hover { animation-play-state: paused; }
.avis-carte {
  width: 340px;
  background: #fff;
  border-radius: var(--r-carte);
  padding: 26px 28px;
  box-shadow: 0 18px 40px -22px rgba(30, 31, 32, 0.2);
  transform: rotate(var(--pench, 0deg));
}
.avis-carte:nth-child(odd) { --pench: -1deg; }
.avis-carte:nth-child(even) { --pench: 1deg; }
.avis-carte p {
  font-family: var(--f-script);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.25;
}
.avis-carte cite {
  display: inline-block;
  font-style: normal;
  margin-top: 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background: var(--rose);
  border-radius: var(--r-pilule);
  padding: 6px 14px;
}

/* ============================================
   RIVIÈRE D'IMAGES — deux rangées en sens opposés
   ============================================ */
.defile { overflow: hidden; padding: 0 0 var(--ryth); }
.defile__rangee {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: bande-defile 44s linear infinite;
  margin-bottom: 18px;
}
.defile__rangee--inverse { animation-direction: reverse; }
.defile__rangee img {
  height: 200px;
  width: auto;
  border-radius: 18px;
  transform: rotate(var(--pench, 0deg));
  box-shadow: 0 16px 34px -20px rgba(30, 31, 32, 0.35);
}
.defile__rangee img:nth-child(odd) { --pench: -1.2deg; }
.defile__rangee img:nth-child(even) { --pench: 1.2deg; }

/* ============================================
   HISTOIRE — route verticale au fil du scroll
   (points sur une ligne, visuel / texte alternés)
   ============================================ */
.route { position: relative; padding: 6px 0; }
.route__ligne {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 0;
  border-left: 3px dashed rgba(198, 48, 42, 0.35);
}
.route__progress {
  position: absolute;
  top: 0;
  left: -3px;
  width: 3px;
  height: 0;
  background: var(--terracotta);
  border-radius: 3px;
  transition: height 0.2s linear;
}
.etape-v {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 76px);
  align-items: center;
  padding: 22px 0;
  opacity: 0;
  translate: 0 30px;
  transition: opacity 0.7s ease, translate 0.7s cubic-bezier(0.22, 0.9, 0.3, 1);
}
.etape-v.visible { opacity: 1; translate: 0 0; }
/* le point sur la route */
.etape-v::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--jaune);
  border: 4px solid var(--terracotta);
  box-shadow: 0 0 0 6px var(--fond);
  z-index: 2;
}
/* les visuels longent la ligne centrale : à droite de leur colonne
   quand ils sont à gauche, et inversement */
.etape-v__visuel { max-width: 460px; margin-left: auto; }
.etape-v--inverse .etape-v__visuel { margin-left: 0; margin-right: auto; }
.etape-v__visuel .media-organique img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.etape-v__texte { max-width: 440px; }
.etape-v--inverse .etape-v__visuel { order: 2; }
.etape-v--inverse .etape-v__texte { order: 1; justify-self: end; text-align: right; }
.etape-v__annee {
  font-family: var(--f-display);
  font-size: 44px;
  color: var(--terracotta);
  line-height: 1;
}
.etape-v__mot {
  font-family: var(--f-script);
  font-size: 27px;
  font-weight: 600;
  color: var(--vert);
  display: block;
  margin: 8px 0 12px;
  transform: rotate(-1.5deg);
}
.etape-v p { font-size: 16px; line-height: 1.6; color: var(--brun-doux); }

@media (max-width: 820px) {
  .route__ligne { left: 12px; }
  .etape-v { grid-template-columns: 1fr; gap: 18px; padding-left: 44px; }
  .etape-v::before { left: 12px; top: 30px; transform: translate(-50%, 0); }
  .etape-v--inverse .etape-v__visuel { order: 1; }
  .etape-v--inverse .etape-v__texte { order: 2; justify-self: start; text-align: left; }
}

/* ============================================
   DUO CTA — section pleine largeur (pas de cadre :
   la section précédente est déjà encadrée)
   ============================================ */
.duo-cta { padding: var(--ryth) 0; position: relative; }
.duo-cta .entete { padding: 0 22px; }

.duo-cta__grille {
  max-width: var(--largeur);
  margin: 0 auto;
  padding: 0 clamp(22px, 5vw, 72px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 2.5vw, 32px);
}
.duo-cta__tuile {
  border-radius: 34px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 26px 54px -28px rgba(30, 31, 32, 0.35);
  transform: rotate(var(--pench, 0deg));
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}
.duo-cta__photo { margin: 0; overflow: hidden; }
.duo-cta__photo img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.duo-cta__tuile:hover .duo-cta__photo img { transform: scale(1.05); }
.duo-cta__corps {
  padding: clamp(28px, 3.2vw, 44px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
}
.duo-cta__points { display: grid; gap: 8px; margin-top: 2px; }
.duo-cta__points li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  line-height: 1.45;
}
.duo-cta__points li::before {
  content: '✔';
  position: absolute;
  left: 0;
  top: -2px;
  font-family: var(--f-script);
  font-size: 20px;
}
.duo-cta__tuile--creme .duo-cta__points li::before { color: var(--terracotta); }
.duo-cta__tuile--verte .duo-cta__points li::before { color: var(--jaune); }
.duo-cta__tuile .pilule { margin-top: auto; }
.duo-cta__tuile:nth-child(1) { --pench: -0.8deg; }
.duo-cta__tuile:nth-child(2) { --pench: 0.8deg; }
.duo-cta__tuile:hover {
  transform: rotate(0deg) translateY(-6px);
  box-shadow: 0 36px 68px -30px rgba(30, 31, 32, 0.42);
}
.duo-cta__tuile h3 {
  font-family: var(--f-display);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.08;
}
.duo-cta__tuile p { color: inherit; opacity: 0.88; line-height: 1.55; max-width: 42ch; }
.duo-cta__tuile--creme { background: var(--peche-fond); color: var(--brun-doux); }
.duo-cta__tuile--creme h3 { color: var(--encre); }
.duo-cta__tuile--verte { background: var(--vert); color: rgba(255, 255, 255, 0.9); }
.duo-cta__tuile--verte h3 { color: #fff; }

/* petit mot manuscrit au-dessus de chaque tuile */
.duo-cta__mot {
  font-family: var(--f-script);
  font-size: 25px;
  font-weight: 600;
  transform: rotate(-1.5deg);
}
.duo-cta__tuile--creme .duo-cta__mot { color: var(--terracotta); }
.duo-cta__tuile--verte .duo-cta__mot { color: var(--jaune); }

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 991px) {
  .hero-grand { padding-top: 84px; }
  .hero-grand__carte { height: min(78vh, 760px); }
  .fan { flex-wrap: wrap; gap: 18px; }
  .fan__carte { width: 216px; margin-left: 0; }
  /* dès que l'éventail passe sur plusieurs rangs, la coupe
     rouge/crème traverserait les cartes : fond uni */
  .etal { background: var(--terracotta); }
  .scrapbook__planche { grid-template-columns: 1fr 1fr; }
  .frise__ligne { grid-template-columns: 1fr; gap: 30px; }
  .frise__ligne::before { display: none; }
}
@media (max-width: 767px) {
  .hero-grand { padding: 76px 8px 0; }
  .hero-grand__carte { border-radius: 26px; height: min(78vh, 640px); }
  .hero__script { font-size: 26px; }
  .hero-grand .hero__sous { font-size: 16px; }
  .hero-grand .hero__ctas { gap: 12px; }
  .hero__tel { font-size: 20px; }
  /* le sticker revient dans le cadre */
  .hero-grand .hero__sticker { top: 14px; right: 14px; font-size: 19px; padding: 7px 15px 8px; }
  .hero-grand__scroll { bottom: 14px; }
  .fan__carte { width: min(46%, 200px); }
  /* le sticker repasse dans le flux : plus de collision avec le titre */
  .sticker-haut { position: static; display: inline-block; margin-bottom: 20px; }
  .compteurs { grid-template-columns: 1fr 1fr; }
  .h-carte { width: 300px; }
  .defile__rangee img { height: 150px; }
  .scrapbook__planche { grid-template-columns: 1fr; }
  .duo-cta__grille { grid-template-columns: 1fr; }
  .bande-produits { border-radius: 0; }
}
@media (max-width: 479px) {
  .fan__carte { width: 84%; }
}
