/* =================================================================
   GREEN DAY CONCEPT — e-commerce (structure type Personaliz)
   Charte 2026 : vert foncé en couleur dominante (à la place de l'orange)
   ================================================================= */

/* @font-face retiré : Unbounded via Google Fonts */

:root {
  /* Palette charte */
  --vert-fonce: #2B6E43;
  --vert-fonce-d: #215634;
  --vert-fonce-dd: #18402a;
  --vert-clair: #DAE49B;
  --vert-clair-d: #c7d57f;
  --vert-clair-t: #eef3d9;     /* teinte très claire */
  --beige: #FFFDEE;
  --noir: #1D1D1B;
  --blanc: #FFFFFF;
  --orange: #EA5045;
  --lie: #B61669;
  --bleu: #BDE3FA;
  --bleu-d: #1f87c7;

  /* neutres */
  --ink: #20221f;            /* texte principal */
  --ink-2: #5b605a;          /* texte secondaire */
  --line: #e7e7e0;           /* bordures */
  --soft: #f4f5f0;           /* fonds image produit */
  --soft-2: #eef1ea;

  --font-display: "Unbounded", "Poppins", system-ui, sans-serif;
  --font-body: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;

  --r-sm: 10px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-pill: 999px;

  --shadow-sm: 0 1px 3px rgba(20,22,18,.06);
  --shadow-md: 0 10px 30px rgba(20,22,18,.10);
  --shadow-card: 0 6px 24px rgba(20,22,18,.08);

  --container: 1600px;
  --gutter: clamp(16px, 2.5vw, 40px);
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--blanc);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; padding: 0; }
input { font-family: inherit; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.1; letter-spacing: -0.01em; color: var(--noir); }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(40px, 5vw, 68px); }
.section-title { font-size: clamp(1.5rem, 2.6vw, 2.1rem); font-weight: 800; }
.section-head { margin-bottom: clamp(22px, 3vw, 34px); }
.section-head p { color: var(--ink-2); margin-top: 8px; max-width: 760px; font-size: 1rem; }
.row-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

.icon { width: 22px; height: 22px; stroke: currentColor; stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.picto { width: 1em; height: 1em; display: inline-block; flex: none; }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-body); font-weight: 600; font-size: .92rem;
  padding: 12px 22px; border-radius: var(--r-pill);
  transition: background .16s ease, color .16s ease, border-color .16s ease, transform .12s ease, box-shadow .16s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--vert-fonce); color: #fff; }
.btn--primary:hover { background: var(--vert-fonce-d); box-shadow: 0 8px 22px rgba(43,110,67,.28); }
.btn--outline { background: #fff; color: var(--vert-fonce); box-shadow: inset 0 0 0 1.5px var(--vert-fonce); }
.btn--outline:hover { background: var(--vert-fonce); color: #fff; }
.btn--ghost-light { background: rgba(255,255,255,.14); color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.6); }
.btn--ghost-light:hover { background: #fff; color: var(--vert-fonce); }
.btn--lg { padding: 15px 30px; font-size: 1rem; }

.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: .9rem; color: var(--vert-fonce); }
.link-arrow svg { width: 17px; height: 17px; transition: transform .18s ease; }
.link-arrow:hover svg { transform: translateX(3px); }

/* =================================================================
   TOP BAR (fine)
   ================================================================= */
.topbar { background: var(--vert-fonce); color: #fff; font-size: .8rem; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; height: 38px; }
.topbar__left { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; }
.topbar__left .picto { color: var(--vert-clair); font-size: 1em; }
.topbar__right { display: inline-flex; align-items: center; gap: 22px; }
.topbar__right a { display: inline-flex; align-items: center; gap: 6px; opacity: .92; }
.topbar__right a:hover { opacity: 1; }
.topbar__right svg { width: 15px; height: 15px; }

/* =================================================================
   HEADER
   ================================================================= */
.header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--line); }
.header__main { display: flex; align-items: center; gap: clamp(14px, 2.5vw, 34px); height: 100px; }
.header__logo { flex: none; }
.header__logo img { height: 52px; width: auto; }
.search {
  flex: 1; max-width: 840px;
  display: flex; align-items: center;
  border: 1.5px solid var(--line); border-radius: var(--r-pill);
  padding: 4px 4px 4px 20px; transition: border-color .18s ease, box-shadow .18s ease;
}
.search:focus-within { border-color: var(--vert-fonce); box-shadow: 0 0 0 4px rgba(43,110,67,.10); }
.search input { flex: 1; border: none; outline: none; background: none; font-size: .95rem; padding: 9px 0; color: var(--ink); }
.search button { width: 44px; height: 44px; border-radius: var(--r-pill); background: var(--vert-fonce); color: #fff; display: grid; place-items: center; transition: background .16s ease; }
.search button:hover { background: var(--vert-fonce-d); }
.header__tools { display: flex; align-items: center; gap: clamp(12px, 2vw, 26px); margin-left: auto; }
.help { display: flex; align-items: center; gap: 9px; }
.help svg { width: 26px; height: 26px; color: var(--vert-fonce); }
.help b { display: block; font-size: .82rem; color: var(--ink); font-weight: 600; line-height: 1.2; }
.help span { font-size: .76rem; color: var(--ink-2); }
.rating { display: flex; flex-direction: column; gap: 2px; line-height: 1; }
.rating .stars { color: #00b67a; font-size: .82rem; letter-spacing: 1px; }
.rating small { font-size: .68rem; color: var(--ink-2); }
.rating b { font-size: .72rem; }
.header__icon { display: flex; flex-direction: column; align-items: center; gap: 3px; color: var(--ink); font-size: .68rem; position: relative; }
.header__icon svg { width: 24px; height: 24px; }
.header__icon:hover { color: var(--vert-fonce); }
.header__icon .count { position: absolute; top: -6px; right: 2px; background: var(--orange); color: #fff; font-size: .62rem; font-weight: 700; min-width: 16px; height: 16px; border-radius: 999px; display: grid; place-items: center; padding: 0 4px; }
.burger { display: none; }

/* Nav */
.nav { background: #fff; }
.nav__inner { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 36px); height: 52px; overflow-x: auto; scrollbar-width: none; }
.nav__inner::-webkit-scrollbar { display: none; }
.nav a { font-size: .9rem; font-weight: 500; color: var(--ink); white-space: nowrap; position: relative; padding: 6px 0; transition: color .15s ease; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: var(--vert-fonce); border-radius: 3px; transform: scaleX(0); transform-origin: center; transition: transform .18s ease; }
.nav a:hover { color: var(--vert-fonce); }
.nav a:hover::after { transform: scaleX(1); }
.nav .sep { width: 1px; height: 18px; background: var(--ink-2); flex: none; }
.nav .nav-hl { color: var(--orange); font-weight: 600; }

/* =================================================================
   HERO
   ================================================================= */
.hero { padding-top: clamp(16px, 2vw, 26px); }
.hero__grid { display: grid; grid-template-columns: 2.1fr 1fr; gap: 16px; }
.hero__grid > * { min-width: 0; }
.hero__banner {
  position: relative; overflow: hidden; border-radius: var(--r-lg);
  min-height: 420px; display: flex; align-items: center;
  background:
    radial-gradient(120% 140% at 85% 20%, #357c4e 0%, var(--vert-fonce) 45%, var(--vert-fonce-dd) 100%);
  color: #fff;
}
.hero__banner .swoosh { position: absolute; inset: 0; pointer-events: none; }
.hero__banner .swoosh path { fill: none; stroke: var(--vert-clair); stroke-width: 16; opacity: .55; stroke-linecap: round; }
.hero__banner .collage { position: absolute; right: 4%; top: 0; bottom: 0; width: 46%; }
.hero__banner .collage .it {
  position: absolute; border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: var(--shadow-md);
  display: grid; place-items: center; color: var(--vert-fonce);
}
.hero__banner .collage .it.a { width: 150px; height: 150px; top: 16%; right: 30%; transform: rotate(-6deg); font-size: 3.4rem; animation: floaty 6s ease-in-out infinite; }
.hero__banner .collage .it.b { width: 130px; height: 130px; top: 44%; right: 4%; transform: rotate(5deg); font-size: 3rem; background: var(--vert-clair); animation: floaty 7s ease-in-out infinite .5s; }
.hero__banner .collage .it.c { width: 116px; height: 116px; bottom: 8%; right: 36%; transform: rotate(8deg); font-size: 2.6rem; background: var(--bleu); animation: floaty 6.5s ease-in-out infinite .9s; }
@keyframes floaty { 0%,100%{ transform: translateY(0) rotate(var(--r,0)); } 50%{ transform: translateY(-12px) rotate(var(--r,0)); } }
.hero__banner .copy { position: relative; z-index: 3; padding: clamp(28px, 4vw, 56px); max-width: 56%; }
.hero__banner h1 { color: #fff; font-size: clamp(1.9rem, 3.4vw, 3rem); font-weight: 800; margin-bottom: 16px; }
.hero__banner h1 .pop { color: var(--vert-clair); }
.hero__banner p { color: rgba(255,255,255,.88); font-size: 1rem; margin-bottom: 26px; max-width: 30ch; }

.hero__promos { display: grid; grid-template-rows: 1fr 1fr; gap: 16px; }
.promo {
  position: relative; overflow: hidden; border-radius: var(--r-lg);
  padding: 22px; color: #fff; display: flex; flex-direction: column; justify-content: space-between;
  background: var(--orange); min-height: 200px;
  transition: transform .2s ease;
}
.promo:hover { transform: translateY(-3px); }
.promo--2 { background: var(--lie); }
.promo .date { font-size: .76rem; opacity: .9; font-weight: 500; }
.promo .big { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.2rem, 4vw, 3rem); line-height: 1; margin: 6px 0; }
.promo .desc { font-size: .9rem; max-width: 22ch; }
.promo .code { align-self: flex-start; margin-top: 12px; background: rgba(0,0,0,.18); padding: 7px 14px; border-radius: var(--r-pill); font-size: .78rem; font-weight: 600; }
.promo .pdeco { position: absolute; right: -10px; bottom: -10px; font-size: 6rem; opacity: .16; }

/* =================================================================
   CATÉGORIES
   ================================================================= */
.cats-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; }
.cat {
  position: relative; overflow: hidden; border-radius: var(--r-md);
  aspect-ratio: 3/4; padding: 16px; color: #fff;
  display: flex; flex-direction: column; justify-content: space-between;
  background: var(--vert-fonce); transition: transform .2s ease, box-shadow .2s ease;
}
.cat:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.cat h3 { color: #fff; font-size: 1.02rem; font-family: var(--font-body); font-weight: 600; }
.cat .pic {
  position: absolute; right: -6px; bottom: -6px; font-size: 5.4rem; opacity: .9;
}
.cat .pic.tint { color: var(--vert-clair); }
.cat--alt1 { background: var(--vert-fonce-d); }
.cat--alt2 { background: #347b4d; }

/* =================================================================
   PRODUITS
   ================================================================= */
.tabs { display: flex; gap: 24px; border-bottom: 1px solid var(--line); margin-bottom: 26px; overflow-x: auto; scrollbar-width: none; }
.tabs::-webkit-scrollbar { display: none; }
.tab { padding: 12px 2px; font-size: .92rem; font-weight: 500; color: var(--ink-2); position: relative; white-space: nowrap; }
.tab:hover { color: var(--ink); }
.tab.is-active { color: var(--vert-fonce); font-weight: 600; }
.tab.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: var(--vert-fonce); border-radius: 3px; }

.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.prod { border: 1px solid var(--line); border-radius: var(--r-md); background: #fff; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s ease, border-color .2s ease; }
.prod:hover { box-shadow: var(--shadow-card); border-color: transparent; }
.prod__media { position: relative; aspect-ratio: 1/1; background: var(--soft); display: grid; place-items: center; }
.prod__media .picto { font-size: 3.6rem; }
.prod__badges { position: absolute; top: 10px; left: 10px; display: flex; gap: 6px; flex-wrap: wrap; max-width: 85%; }
.badge { font-size: .66rem; font-weight: 600; padding: 4px 9px; border-radius: var(--r-pill); white-space: nowrap; }
.badge--best { background: var(--vert-clair); color: var(--noir); }
.badge--fr { background: var(--bleu); color: #0c5a86; }
.badge--promo { background: var(--orange); color: #fff; }
.badge--express { background: var(--lie); color: #fff; }
.prod__fav { position: absolute; top: 8px; right: 8px; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.9); display: grid; place-items: center; color: var(--ink); transition: background .15s, color .15s; }
.prod__fav:hover, .prod__fav.on { background: var(--lie); color: #fff; }
.prod__body { padding: 14px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.prod__name { font-size: .92rem; font-weight: 600; line-height: 1.35; color: var(--ink); min-height: 2.4em; }
.prod__dots { display: flex; align-items: center; gap: 5px; }
.prod__dots span { width: 13px; height: 13px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0,0,0,.14); }
.prod__dots .more { font-size: .72rem; color: var(--ink-2); margin-left: 2px; }
.prod__foot { margin-top: auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; padding-top: 6px; border-top: 1px solid var(--line); }
.prod__meta { font-size: .72rem; color: var(--ink-2); display: flex; flex-direction: column; gap: 4px; }
.prod__meta span { display: inline-flex; align-items: center; gap: 5px; }
.prod__meta svg { width: 14px; height: 14px; color: var(--ink-2); }
.prod__price { text-align: right; }
.prod__price small { display: block; font-size: .66rem; color: var(--ink-2); }
.prod__price b { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--noir); }

/* Carrousel (flèches) */
.carousel { position: relative; }
.car-track { display: flex; gap: 14px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; padding-bottom: 4px; }
.car-track::-webkit-scrollbar { display: none; }
.car-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 44px; height: 44px; border-radius: 50%; background: var(--vert-fonce); color: #fff;
  display: grid; place-items: center; box-shadow: var(--shadow-md); transition: background .15s, transform .15s;
}
.car-arrow:hover { background: var(--vert-fonce-d); }
.car-arrow:active { transform: translateY(-50%) scale(.94); }
.car-arrow--prev { left: -10px; }
.car-arrow--next { right: -10px; }

/* Thèmes */
.theme { flex: 0 0 auto; width: 180px; }
.theme__img { aspect-ratio: 1/1; border-radius: var(--r-md); background: var(--soft); display: grid; place-items: center; margin-bottom: 10px; transition: transform .2s ease; }
.theme__img .picto { font-size: 3rem; }
.theme:hover .theme__img { transform: translateY(-4px); }
.theme span { display: block; text-align: center; font-size: .9rem; font-weight: 500; }

/* =================================================================
   BANNIÈRE VIDÉO / MARQUE
   ================================================================= */
.brandband {
  position: relative; overflow: hidden; border-radius: var(--r-lg); min-height: 320px;
  background: linear-gradient(120deg, var(--vert-fonce), var(--vert-fonce-dd));
  display: grid; place-items: center; color: #fff; text-align: center; padding: 40px;
}
.brandband .marquee-bg { position: absolute; inset: 0; opacity: .12; display: flex; align-items: center; }
.brandband .play { width: 76px; height: 76px; border-radius: 50%; background: rgba(255,255,255,.18); display: grid; place-items: center; margin: 0 auto 18px; transition: transform .2s, background .2s; }
.brandband .play:hover { transform: scale(1.06); background: rgba(255,255,255,.28); }
.brandband .play svg { width: 30px; height: 30px; fill: #fff; stroke: none; margin-left: 4px; }
.brandband h2 { color: #fff; font-size: clamp(1.4rem, 2.6vw, 2.2rem); }
.brandband p { color: rgba(255,255,255,.85); margin-top: 10px; max-width: 50ch; }

/* =================================================================
   RÉFÉRENCES
   ================================================================= */
.refs { text-align: center; }
.refs h2 { margin-bottom: 26px; }
.refs__row { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 4vw, 54px); flex-wrap: wrap; }
.refs__row span { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; color: #b9bbb4; transition: color .2s ease; }
.refs__row span:hover { color: var(--ink-2); }

/* =================================================================
   BLOG
   ================================================================= */
.blog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.post { border-radius: var(--r-md); overflow: hidden; background: #fff; border: 1px solid var(--line); transition: box-shadow .2s ease, transform .2s ease; }
.post:hover { box-shadow: var(--shadow-card); transform: translateY(-3px); }
.post__img { aspect-ratio: 16/10; display: grid; place-items: center; color: #fff; }
.post__img .picto { font-size: 3rem; opacity: .9; }
.post__body { padding: 16px; }
.post__date { font-size: .74rem; color: var(--ink-2); }
.post__title { font-size: .98rem; font-weight: 600; font-family: var(--font-body); margin-top: 6px; line-height: 1.35; }

/* =================================================================
   AVIS
   ================================================================= */
.reviews-wrap { text-align: center; }
.reviews-wrap > h2 { margin-bottom: 26px; }
.reviews { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; text-align: left; }
.review { border: 1px solid var(--line); border-radius: var(--r-md); padding: 18px; background: #fff; display: flex; flex-direction: column; gap: 10px; }
.review .top { display: flex; align-items: center; gap: 8px; }
.review .stars { display: inline-flex; background: #00b67a; color: #fff; padding: 3px 6px; border-radius: 4px; font-size: .72rem; letter-spacing: 1px; }
.review .verif { font-size: .72rem; color: var(--ink-2); display: inline-flex; align-items: center; gap: 4px; }
.review h4 { font-size: .92rem; font-family: var(--font-body); font-weight: 700; }
.review p { font-size: .84rem; color: var(--ink-2); }
.review .who { margin-top: auto; font-size: .76rem; color: var(--ink-2); }
.review .who b { color: var(--ink); font-weight: 600; }
.trust-line { margin-top: 22px; font-size: .86rem; color: var(--ink-2); }
.trust-line b { color: var(--ink); }

/* =================================================================
   SEO + RÉASSURANCE
   ================================================================= */
.seo h2 { font-size: clamp(1.2rem, 2vw, 1.5rem); margin-bottom: 14px; max-width: 60ch; }
.seo__text { position: relative; max-height: 168px; overflow: hidden; transition: max-height .4s ease; }
.seo__text.open { max-height: 1400px; }
.seo__text p { color: var(--ink-2); font-size: .92rem; margin-bottom: 12px; }
.seo__text::after { content: ""; position: absolute; inset: auto 0 0 0; height: 70px; background: linear-gradient(transparent, #fff); pointer-events: none; transition: opacity .3s; }
.seo__text.open::after { opacity: 0; }
.seo__more { margin-top: 16px; font-weight: 600; color: var(--vert-fonce); text-decoration: underline; }

.reassure { background: var(--vert-clair-t); }
.reassure__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.reassure__it { text-align: center; padding: 6px; }
.reassure__it svg { width: 30px; height: 30px; color: var(--vert-fonce); margin: 0 auto 10px; }
.reassure__it b { display: block; font-size: .92rem; color: var(--ink); font-weight: 600; }
.reassure__it span { font-size: .78rem; color: var(--ink-2); }

/* =================================================================
   FOOTER
   ================================================================= */
.footer { background: var(--noir); color: rgba(255,255,255,.72); padding-top: clamp(44px, 5vw, 66px); }
.footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 34px; padding-bottom: 40px; }
.footer__brand img { height: 40px; margin-bottom: 18px; }
.footer__brand address { font-style: normal; font-size: .88rem; line-height: 1.7; margin-bottom: 12px; }
.footer__brand .tel { font-weight: 600; color: #fff; text-decoration: underline; font-size: .95rem; }
.footer__socials { display: flex; gap: 10px; margin-top: 18px; }
.footer__socials a { width: 40px; height: 40px; border-radius: 50%; background: var(--vert-fonce); color: #fff; display: grid; place-items: center; transition: background .15s, transform .15s; }
.footer__socials a:hover { background: var(--vert-fonce-d); transform: translateY(-2px); }
.footer__col h4 { color: #fff; font-size: .98rem; margin-bottom: 16px; font-family: var(--font-body); font-weight: 700; }
.footer__col a { display: block; padding: 5px 0; font-size: .88rem; color: rgba(255,255,255,.7); transition: color .15s, padding-left .15s; }
.footer__col a:hover { color: var(--vert-clair); padding-left: 4px; }
.footer__news p { font-size: .88rem; margin-bottom: 14px; }
.footer__news form { display: flex; background: rgba(255,255,255,.08); border-radius: var(--r-pill); padding: 5px; }
.footer__news input { flex: 1; background: none; border: none; outline: none; color: #fff; padding: 9px 16px; font-size: .88rem; }
.footer__news input::placeholder { color: rgba(255,255,255,.5); }
.footer__news button { background: var(--vert-fonce); color: #fff; border-radius: var(--r-pill); padding: 9px 20px; font-weight: 600; font-size: .85rem; transition: background .15s; }
.footer__news button:hover { background: var(--vert-fonce-d); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.12); padding-block: 20px; display: flex; align-items: center; justify-content: center; gap: 16px; font-size: .82rem; color: rgba(255,255,255,.6); }

/* =================================================================
   REVEAL
   ================================================================= */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* =================================================================
   MENU MOBILE
   ================================================================= */
.mobile-menu { position: fixed; inset: 0; z-index: 200; background: #fff; transform: translateX(100%); transition: transform .28s ease; display: flex; flex-direction: column; padding: 18px var(--gutter); overflow-y: auto; }
.mobile-menu.open { transform: none; }
.mobile-menu__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.mobile-menu__head img { height: 38px; }
.mobile-menu a.m-link { font-size: 1.05rem; font-weight: 600; padding: 14px 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 12px; }
.mobile-menu a.m-link .picto { color: var(--vert-fonce); font-size: 1.2rem; }
.mobile-menu .btn { margin-top: 20px; }

/* =================================================================
   RESPONSIVE
   ================================================================= */
@media (max-width: 1100px) {
  .cats-grid { grid-template-columns: repeat(4, 1fr); }
  .prod-grid { grid-template-columns: repeat(3, 1fr); }
  .blog-grid, .reviews { grid-template-columns: repeat(2, 1fr); }
  .reassure__grid { grid-template-columns: repeat(3, 1fr); row-gap: 26px; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .help span, .rating small { display: none; }
}
@media (max-width: 880px) {
  .nav { display: none; }
  .burger { display: grid; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__promos { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .header__main { height: 70px; }
  .help, .rating { display: none; }
  .search { order: 3; flex-basis: 100%; max-width: none; }
  .header__main { flex-wrap: wrap; height: auto; padding-block: 12px; gap: 12px; }
  .header__tools { margin-left: auto; }
}
@media (max-width: 680px) {
  .cats-grid { grid-template-columns: repeat(2, 1fr); }
  .prod-grid { grid-template-columns: repeat(2, 1fr); }
  .hero__banner .collage { display: none; }
  .hero__banner .copy { max-width: 100%; }
  .hero__promos { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .blog-grid, .reviews { grid-template-columns: 1fr; }
  .reassure__grid { grid-template-columns: 1fr 1fr; }
  .footer__top { grid-template-columns: 1fr; }
  .prod-grid { gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; border-radius: 4px; }


/* ===================================================================
   SURCHARGES PrestaShop classic — battre #header (ID) et .container Bootstrap
   =================================================================== */
#header { color: var(--ink); padding: 0; background: transparent; box-shadow: none; }
#header .container, .topbar .container, .header .container { width: 100% !important; max-width: var(--container) !important; padding-inline: var(--gutter) !important; }
.topbar .container { display: flex !important; align-items: center !important; justify-content: space-between !important; }
/* topbar : aligner le bloc droit (made in France) avec le panier */
#header .topbar__right { margin-left: auto; padding-right: 14px; }
/* nav : couleurs GDC (classic met du #24b9d7) */
#header a { color: var(--ink); }
#header a:hover { color: var(--vert-fonce); }
#header .nav a { color: var(--ink) !important; }
#header .nav a:hover { color: var(--vert-fonce) !important; }
#header .nav .nav-hl { color: var(--orange) !important; }
#header .nav a::after, #header .nav a:hover::after { background: var(--vert-fonce) !important; }
/* topbar liens : blancs sur fond vert */
#header .topbar a, #header .topbar a:hover { color: #fff !important; }
#header .topbar__left .picto { color: var(--vert-clair) !important; }
/* header tools : survol vert */
#header .header__icon:hover { color: var(--vert-fonce) !important; }
#header .help b { color: var(--ink) !important; }
/* bouton « Devis express » : texte vert, hover blanc-sur-vert */
#header a.btn--outline { color: var(--vert-fonce) !important; background: #fff !important; box-shadow: inset 0 0 0 1.5px var(--vert-fonce) !important; }
#header a.btn--outline:hover { color: #fff !important; background: var(--vert-fonce) !important; }
#header a.btn--primary, #header a.btn--primary:hover { color: #fff !important; }


/* ===================================================================
   HOME : sections pleine largeur (sortir du conteneur du layout)
   =================================================================== */
.gdc-home { width: 100vw; position: relative; left: 50%; margin-left: -50vw; }
.page-index .breadcrumb, .page-index nav.breadcrumb { display: none !important; }
#content.page-home { padding: 0 !important; margin: 0 !important; background: transparent !important; border: 0 !important; box-shadow: none !important; }
.page-home #main, .page-index #main { margin: 0 !important; }
.page-index #content-wrapper { padding: 0 !important; }
.page-index #wrapper .container > .row { margin: 0 !important; }


/* ===================================================================
   RÉGLAGES HOME : fond blanc (classic met du gris) + hero collé au header
   =================================================================== */
body, #wrapper, #content-wrapper, .page-content { background: #fff !important; }
.page-index #wrapper { padding-top: 0 !important; }
.page-index #content-wrapper, .page-index #main, .page-index #content.page-home { padding-top: 0 !important; margin-top: 0 !important; }
.page-index #notifications { margin: 0 !important; }
.page-index .container > .row { margin-top: 0 !important; }


/* ===================================================================
   ONGLETS best-sellers (battre .tabs/.tab de la page produit classic)
   + SEO largeur de lecture + section ventes beige
   =================================================================== */
.gdc-home .tabs { display: flex !important; gap: 24px !important; border-bottom: 1px solid var(--line) !important; margin-bottom: 26px !important; overflow-x: auto; }
.gdc-home .tab { background: none !important; border: 0 !important; float: none !important; padding: 12px 2px !important; position: relative !important; color: var(--ink-2) !important; font-weight: 500 !important; white-space: nowrap; }
.gdc-home .tab:hover { color: var(--ink) !important; }
.gdc-home .tab.is-active { color: var(--vert-fonce) !important; }
.gdc-home .tab.is-active::after { content: "" !important; position: absolute !important; left: 0; right: 0; bottom: -1px; height: 3px; background: var(--vert-fonce) !important; border-radius: 3px; }
.seo__text { max-width: 820px; }
#ventes { background: var(--soft) !important; }


/* ===================================================================
   RESET « boîte blanche » autour des onglets best-sellers (#ventes)
   =================================================================== */
#ventes .container, #ventes .section-head, #ventes .tabs, #ventes #tabs {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
#ventes .tabs, #ventes #tabs {
  border: 0 !important;
  border-bottom: 1px solid var(--line) !important;
  padding: 0 !important;
}


/* ===================================================================
   FOCUS (pas de cadre noir au clic) + SURVOL (pas de bleu classic dans la home)
   =================================================================== */
*:focus:not(:focus-visible) { outline: none !important; box-shadow: none !important; }
button:focus:not(:focus-visible), .btn:focus:not(:focus-visible), .tab:focus:not(:focus-visible), a:focus:not(:focus-visible) { outline: none !important; box-shadow: none !important; }
.gdc-home .post:hover, .gdc-home .theme:hover { color: inherit !important; }
.gdc-home .promo:hover { color: #fff !important; }


/* ===================================================================
   FOOTER (porter la maquette dans #footer de classic — battre l'ID)
   Le wrapper <footer id="footer"> de classic est déjà pleine largeur :
   on le neutralise et on laisse .footer (fond noir) le remplir.
   =================================================================== */
#footer { background: transparent !important; padding: 0 !important; margin: 0 !important; color: rgba(255,255,255,.72); }
#footer .footer { background: var(--noir) !important; }
#footer .footer .container { width: 100% !important; max-width: var(--container) !important; padding-inline: var(--gutter) !important; }
/* liens des colonnes : battre #footer a (ID) de classic (sinon gris/bleu) */
#footer .footer__col a { color: rgba(255,255,255,.7) !important; }
#footer .footer__col a:hover { color: var(--vert-clair) !important; padding-left: 4px; }
#footer .footer__col h4 { color: #fff !important; }
#footer .footer__brand .tel { color: #fff !important; }
#footer .footer__socials a { color: #fff !important; background: var(--vert-fonce) !important; }
#footer .footer__socials a:hover { color: #fff !important; background: var(--vert-fonce-d) !important; }
#footer .footer__bottom { color: rgba(255,255,255,.6) !important; }
#footer a:hover { color: var(--vert-clair); }
/* newsletter : champ + bouton (battre styles input/btn de classic) */
#footer .footer__news input { color: #fff !important; background: none !important; border: 0 !important; box-shadow: none !important; }
#footer .footer__news button { color: #fff !important; background: var(--vert-fonce) !important; border: 0 !important; }
#footer .footer__news button:hover { background: var(--vert-fonce-d) !important; }
