/* ==========================================================================
   Vestiaire 237 — boutique de maillots de football (Douala, Cameroun)
   ========================================================================== */

:root {
  --vert: #0a3b2c;
  --vert-2: #0f5240;
  --vert-clair: #e3efe9;
  --jaune: #f6c21b;
  --jaune-fonce: #d9a90b;
  --rouge: #d62839;
  --creme: #f6f3ec;
  --blanc: #ffffff;
  --encre: #15181c;
  --gris: #5d646d;
  --ligne: #e4dfd4;
  --rayon: 14px;
  --rayon-sm: 8px;
  --ombre: 0 12px 32px rgba(10, 59, 44, 0.12);
  --display: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  --texte: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --largeur: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--texte);
  font-size: 16px;
  line-height: 1.6;
  color: var(--encre);
  background: var(--creme);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: var(--display); line-height: 1.05; margin: 0 0 .5em; letter-spacing: .01em; }
h1 { font-size: clamp(2.6rem, 6vw, 4.8rem); font-weight: 800; text-transform: uppercase; }
h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; text-transform: uppercase; }
h3 { font-size: 1.35rem; font-weight: 700; }
p { margin: 0 0 1em; }

.conteneur { width: min(var(--largeur), 100% - 2.5rem); margin-inline: auto; }
.visuellement-cache { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.lien-evitement { position: absolute; left: -999px; top: 0; background: var(--jaune); padding: .6rem 1rem; z-index: 100; font-weight: 700; }
.lien-evitement:focus { left: 1rem; }
:focus-visible { outline: 3px solid var(--jaune); outline-offset: 2px; }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .85rem 1.5rem; border-radius: 999px; border: 2px solid transparent;
  font-weight: 700; font-size: .95rem; text-decoration: none; cursor: pointer;
  transition: transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 1.15em; height: 1.15em; flex: none; }
.btn-jaune { background: var(--jaune); color: var(--encre); }
.btn-jaune:hover { background: var(--jaune-fonce); }
.btn-vert { background: var(--vert); color: var(--blanc); }
.btn-vert:hover { background: var(--vert-2); }
.btn-contour { border-color: currentColor; background: transparent; }
.btn-contour:hover { background: rgba(255,255,255,.12); }
.btn-whatsapp { background: #25d366; color: #0b2b17; }
.btn-whatsapp:hover { background: #1fbe5a; }
.btn-bloc { width: 100%; }
.btn[disabled] { opacity: .5; cursor: not-allowed; transform: none; }

/* ---------- Bandeau + en-tête ---------- */
.topbar { background: var(--vert); color: var(--blanc); font-size: .82rem; text-align: center; padding: .45rem 0; }
.topbar strong { color: var(--jaune); }

.entete { position: sticky; top: 0; z-index: 50; background: rgba(246, 243, 236, .94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--ligne); }
.entete-inner { display: flex; align-items: center; gap: 1.5rem; min-height: 72px; }
.logo { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; }
.logo svg { width: 40px; height: 40px; }
.logo-txt { font-family: var(--display); font-weight: 800; font-size: 1.6rem; text-transform: uppercase; letter-spacing: .02em; line-height: 1; }
.logo-txt b { color: var(--vert-2); background: var(--jaune); padding: 0 .25rem; margin-left: .15rem; border-radius: 4px; }

.nav { display: flex; gap: .25rem; margin-left: auto; }
.nav a { text-decoration: none; font-weight: 600; font-size: .92rem; padding: .5rem .8rem; border-radius: 999px; }
.nav a:hover { background: var(--vert-clair); }
.nav a[aria-current="page"] { background: var(--vert); color: var(--blanc); }

.lien-panier { position: relative; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--vert); color: var(--blanc); text-decoration: none; flex: none; }
.lien-panier svg { width: 22px; height: 22px; }
.compteur-panier { position: absolute; top: -4px; right: -4px; min-width: 22px; height: 22px; padding: 0 5px; border-radius: 999px; background: var(--jaune); color: var(--encre); font-size: .75rem; font-weight: 800; display: grid; place-items: center; border: 2px solid var(--creme); }
.compteur-panier[data-vide] { display: none; }

.menu-toggle { display: none; margin-left: auto; width: 46px; height: 46px; border: 0; border-radius: 50%; background: transparent; cursor: pointer; padding: 12px 11px; }
.menu-toggle span { display: block; height: 2px; background: var(--encre); margin: 5px 0; border-radius: 2px; transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 960px) {
  .menu-toggle { display: block; }
  .nav { position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; gap: 0; background: var(--creme); border-bottom: 1px solid var(--ligne); padding: .5rem 1.25rem 1rem; display: none; }
  .nav.ouvert { display: flex; }
  .nav a { padding: .8rem 1rem; border-radius: var(--rayon-sm); }
  .entete-inner { gap: .75rem; }
}

/* ---------- Sections génériques ---------- */
.section { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.section-blanche { background: var(--blanc); }
.section-verte { background: var(--vert); color: var(--blanc); }
.surtitre { display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--vert-2); margin-bottom: .6rem; }
.section-verte .surtitre { color: var(--jaune); }
.entete-section { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2.25rem; flex-wrap: wrap; }
.entete-section h2 { margin: 0; }
.entete-section p { margin: .5rem 0 0; color: var(--gris); max-width: 52ch; }
.lien-fleche { font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--jaune); padding-bottom: 2px; }

/* ---------- Hero accueil ---------- */
.hero { position: relative; color: var(--blanc); overflow: hidden; background: var(--vert); }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(6, 34, 25, .95) 0%, rgba(6, 34, 25, .78) 45%, rgba(6, 34, 25, .25) 100%); }
.hero-contenu { position: relative; z-index: 1; padding: clamp(4.5rem, 11vw, 8.5rem) 0; max-width: 680px; }
.hero h1 span { color: var(--jaune); }
.hero-texte { font-size: 1.12rem; max-width: 52ch; color: rgba(255,255,255,.88); margin-bottom: 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-preuves { display: flex; flex-wrap: wrap; gap: 1.75rem; margin-top: 2.75rem; font-size: .9rem; color: rgba(255,255,255,.82); }
.hero-preuves strong { display: block; font-family: var(--display); font-size: 1.9rem; color: var(--blanc); line-height: 1; }

/* ---------- Avantages ---------- */
.avantages { background: var(--blanc); border-bottom: 1px solid var(--ligne); }
.avantages-grille { display: grid; grid-template-columns: repeat(4, 1fr); }
.avantage { display: flex; gap: .9rem; align-items: flex-start; padding: 1.6rem 1.25rem; border-right: 1px solid var(--ligne); }
.avantage:last-child { border-right: 0; }
.avantage svg { width: 34px; height: 34px; flex: none; color: var(--vert-2); }
.avantage h3 { font-family: var(--texte); font-size: .95rem; font-weight: 700; margin: 0 0 .15rem; }
.avantage p { font-size: .85rem; color: var(--gris); margin: 0; }
@media (max-width: 900px) {
  .avantages-grille { grid-template-columns: repeat(2, 1fr); }
  .avantage:nth-child(2) { border-right: 0; }
  .avantage:nth-child(-n+2) { border-bottom: 1px solid var(--ligne); }
}
@media (max-width: 520px) {
  .avantages-grille { grid-template-columns: 1fr; }
  .avantage { border-right: 0; border-bottom: 1px solid var(--ligne); }
}

/* ---------- Catégories ---------- */
.categories { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.categorie { position: relative; display: block; aspect-ratio: 4 / 5; border-radius: var(--rayon); overflow: hidden; color: var(--blanc); text-decoration: none; background: var(--vert); }
.categorie img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.categorie::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,.82) 100%); }
.categorie:hover img { transform: scale(1.05); }
.categorie-texte { position: absolute; left: 1.5rem; right: 1.5rem; bottom: 1.4rem; z-index: 1; }
.categorie-texte h3 { font-size: 2.1rem; text-transform: uppercase; margin: 0 0 .25rem; }
.categorie-texte p { margin: 0; font-size: .9rem; color: rgba(255,255,255,.85); }
.categorie-texte span { display: inline-block; margin-top: .75rem; font-weight: 700; font-size: .88rem; color: var(--jaune); }
@media (max-width: 800px) {
  .categories { grid-template-columns: 1fr; }
  .categorie { aspect-ratio: 16 / 10; }
}

/* ---------- Cartes produit ---------- */
.grille-produits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem 1.25rem; }
.grille-produits.trois { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1024px) { .grille-produits, .grille-produits.trois { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .grille-produits, .grille-produits.trois { grid-template-columns: repeat(2, 1fr); gap: 1.25rem .9rem; } }

.carte-produit { display: flex; flex-direction: column; }
.carte-img { position: relative; display: block; aspect-ratio: 4 / 5; border-radius: var(--rayon); overflow: hidden; background: #e9e4d8; }
.carte-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.carte-produit:hover .carte-img img { transform: scale(1.05); }
.badge { position: absolute; top: .75rem; left: .75rem; background: var(--jaune); color: var(--encre); font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: .3rem .6rem; border-radius: 999px; }
.badge-promo { background: var(--rouge); color: var(--blanc); }
.carte-corps { padding: .85rem .15rem 0; display: flex; flex-direction: column; flex: 1; }
.carte-ligue { font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gris); margin: 0 0 .2rem; }
.carte-corps h3 { font-family: var(--texte); font-size: 1rem; font-weight: 700; line-height: 1.3; margin: 0 0 .35rem; }
.carte-corps h3 a { text-decoration: none; }
.carte-corps h3 a:hover { text-decoration: underline; }
.prix { font-weight: 800; font-size: 1.05rem; color: var(--vert-2); margin: 0 0 .8rem; }
.prix s { font-weight: 500; font-size: .85em; color: var(--gris); margin-left: .35rem; }
.carte-action { margin-top: auto; padding: .6rem 1rem; font-size: .85rem; }

/* ---------- Bandeau flocage ---------- */
.flocage-bandeau { display: grid; grid-template-columns: 1fr 1fr; border-radius: var(--rayon); overflow: hidden; background: var(--encre); color: var(--blanc); }
.flocage-bandeau img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; }
.flocage-contenu { padding: clamp(2rem, 5vw, 3.5rem); align-self: center; }
.flocage-contenu h2 span { color: var(--jaune); }
.flocage-contenu p { color: rgba(255,255,255,.82); }
.flocage-prix { display: inline-block; font-family: var(--display); font-size: 1.6rem; font-weight: 800; color: var(--jaune); margin-bottom: 1.25rem; }
@media (max-width: 800px) { .flocage-bandeau { grid-template-columns: 1fr; } .flocage-bandeau img { min-height: 220px; max-height: 280px; } }

/* ---------- Étapes ---------- */
.etapes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; counter-reset: etape; }
.etape { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: var(--rayon); padding: 1.75rem; }
.etape::before { counter-increment: etape; content: "0" counter(etape); display: block; font-family: var(--display); font-weight: 800; font-size: 3rem; line-height: 1; color: var(--jaune); margin-bottom: .75rem; }
.etape h3 { font-size: 1.5rem; text-transform: uppercase; }
.etape p { color: rgba(255,255,255,.8); margin: 0; font-size: .95rem; }
@media (max-width: 800px) { .etapes { grid-template-columns: 1fr; } }

/* ---------- Avis ---------- */
.avis-grille { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.avis { background: var(--blanc); border-radius: var(--rayon); padding: 1.75rem; border: 1px solid var(--ligne); margin: 0; }
.etoiles { color: var(--jaune-fonce); letter-spacing: .15em; font-size: 1.05rem; margin-bottom: .6rem; }
.avis blockquote { margin: 0 0 1.1rem; font-size: .98rem; }
.avis figcaption { font-size: .88rem; color: var(--gris); }
.avis figcaption strong { color: var(--encre); display: block; }
@media (max-width: 900px) { .avis-grille { grid-template-columns: 1fr; } }

/* ---------- CTA WhatsApp ---------- */
.cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; background: var(--jaune); border-radius: var(--rayon); padding: clamp(2rem, 5vw, 3rem); }
.cta h2 { margin: 0 0 .35rem; }
.cta p { margin: 0; max-width: 55ch; }

/* ---------- Pied de page ---------- */
.pied { background: var(--encre); color: rgba(255,255,255,.75); padding: 4rem 0 1.5rem; font-size: .92rem; }
.pied-grille { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2rem; }
.pied .logo-txt { color: var(--blanc); }
.pied h3 { font-family: var(--texte); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--blanc); margin-bottom: 1rem; }
.pied ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.pied a { text-decoration: none; }
.pied a:hover { color: var(--jaune); }
.pied-desc { margin-top: 1rem; max-width: 36ch; }
.paiements { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.paiements span { border: 1px solid rgba(255,255,255,.2); border-radius: 6px; padding: .25rem .55rem; font-size: .78rem; font-weight: 600; color: var(--blanc); }
.pied-bas { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.12); margin-top: 3rem; padding-top: 1.5rem; font-size: .82rem; }
.pied-bas p { margin: 0; }
.signature strong { color: var(--jaune); font-weight: 700; letter-spacing: .02em; }
@media (max-width: 900px) { .pied-grille { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .pied-grille { grid-template-columns: 1fr; } }

/* ---------- Bannière de page ---------- */
.banniere { position: relative; color: var(--blanc); background: var(--vert); overflow: hidden; }
.banniere img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.banniere::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,34,25,.94), rgba(6,34,25,.6)); }
.banniere-contenu { position: relative; z-index: 1; padding: clamp(2.75rem, 7vw, 4.5rem) 0; }
.banniere h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); margin-bottom: .35rem; }
.banniere p { margin: 0; max-width: 60ch; color: rgba(255,255,255,.85); }
.fil-ariane { font-size: .85rem; margin-bottom: .75rem; color: rgba(255,255,255,.7); }
.fil-ariane a { text-decoration: none; }
.fil-ariane a:hover { color: var(--jaune); }

/* ---------- Boutique ---------- */
.boutique { display: grid; grid-template-columns: 250px 1fr; gap: 2.5rem; align-items: start; }
.filtres { position: sticky; top: 96px; background: var(--blanc); border: 1px solid var(--ligne); border-radius: var(--rayon); padding: 1.4rem; }
.filtres fieldset { border: 0; padding: 0; margin: 0 0 1.4rem; }
.filtres legend { font-weight: 800; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: .6rem; }
.option { display: flex; align-items: center; gap: .55rem; padding: .28rem 0; font-size: .93rem; cursor: pointer; }
.option input { accent-color: var(--vert); width: 17px; height: 17px; margin: 0; }
.option .nb { margin-left: auto; font-size: .78rem; color: var(--gris); }
.filtres select, .barre-resultats select { width: 100%; padding: .6rem .7rem; border: 1px solid var(--ligne); border-radius: var(--rayon-sm); background: var(--blanc); }
.filtres .btn { padding: .55rem 1rem; font-size: .85rem; }
.barre-resultats { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.barre-resultats p { margin: 0; color: var(--gris); }
.barre-resultats label { display: flex; align-items: center; gap: .6rem; font-size: .9rem; font-weight: 600; }
.barre-resultats select { width: auto; }
.aucun-resultat { background: var(--blanc); border: 1px dashed var(--ligne); border-radius: var(--rayon); padding: 3rem 1.5rem; text-align: center; grid-column: 1 / -1; }
.bouton-filtres { display: none; }
@media (max-width: 900px) {
  .boutique { grid-template-columns: 1fr; gap: 1.25rem; }
  .filtres { position: static; display: none; }
  .filtres.ouvert { display: block; }
  .bouton-filtres { display: inline-flex; }
}

/* ---------- Fiche produit ---------- */
.fil-produit { font-size: .85rem; color: var(--gris); padding: 1.25rem 0; }
.fil-produit a { text-decoration: none; }
.fil-produit a:hover { text-decoration: underline; }
.produit { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(1.75rem, 4vw, 3.5rem); align-items: start; padding-bottom: 4rem; }
.galerie-principale { position: relative; aspect-ratio: 4 / 5; border-radius: var(--rayon); overflow: hidden; background: #e9e4d8; }
.galerie-principale img { width: 100%; height: 100%; object-fit: cover; }
.vignettes { display: flex; gap: .75rem; margin-top: .75rem; }
.vignettes button { width: 84px; aspect-ratio: 4 / 5; padding: 0; border: 2px solid transparent; border-radius: var(--rayon-sm); overflow: hidden; cursor: pointer; background: none; }
.vignettes button[aria-pressed="true"] { border-color: var(--vert); }
.vignettes img { width: 100%; height: 100%; object-fit: cover; }

.produit-infos h1 { font-size: clamp(2.2rem, 4vw, 3.2rem); margin-bottom: .6rem; }
.produit-prix { font-size: 1.7rem; font-weight: 800; color: var(--vert-2); margin-bottom: 1rem; }
.produit-prix s { font-size: .6em; color: var(--gris); font-weight: 500; margin-left: .4rem; }
.produit-accroche { color: var(--gris); }
.bloc-choix { border-top: 1px solid var(--ligne); padding: 1.25rem 0; }
.bloc-choix legend, .bloc-titre { display: flex; justify-content: space-between; width: 100%; font-weight: 700; margin-bottom: .75rem; font-size: .95rem; }
.bloc-choix fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.tailles { display: flex; flex-wrap: wrap; gap: .5rem; }
.taille input { position: absolute; opacity: 0; pointer-events: none; }
.taille span { display: grid; place-items: center; min-width: 56px; height: 46px; padding: 0 .9rem; border: 1.5px solid var(--ligne); border-radius: var(--rayon-sm); background: var(--blanc); font-weight: 700; cursor: pointer; transition: border-color .15s, background .15s; }
.taille span:hover { border-color: var(--vert); }
.taille input:checked + span { background: var(--vert); border-color: var(--vert); color: var(--blanc); }
.taille input:focus-visible + span { outline: 3px solid var(--jaune); outline-offset: 2px; }
.erreur { color: var(--rouge); font-size: .88rem; font-weight: 600; margin: .6rem 0 0; }

.flocage-box { display: grid; grid-template-columns: 1fr 130px; gap: 1.25rem; align-items: center; margin-top: 1rem; }
.flocage-champs { display: grid; grid-template-columns: 1fr 90px; gap: .75rem; }
.champ label { display: block; font-size: .82rem; font-weight: 600; margin-bottom: .3rem; }
.champ input, .champ select, .champ textarea { width: 100%; padding: .72rem .85rem; border: 1.5px solid var(--ligne); border-radius: var(--rayon-sm); background: var(--blanc); }
.champ input:focus, .champ select:focus, .champ textarea:focus { border-color: var(--vert); outline: none; box-shadow: 0 0 0 3px rgba(15,82,64,.15); }
.champ small { display: block; color: var(--gris); font-size: .78rem; margin-top: .3rem; }
.apercu-flocage svg { width: 100%; height: auto; filter: drop-shadow(0 6px 14px rgba(0,0,0,.15)); }
.interrupteur { display: flex; align-items: center; gap: .7rem; cursor: pointer; font-weight: 600; }
.interrupteur input { accent-color: var(--vert); width: 19px; height: 19px; }
.interrupteur em { font-style: normal; color: var(--vert-2); font-weight: 800; }

.ligne-achat { display: flex; gap: .75rem; border-top: 1px solid var(--ligne); padding-top: 1.25rem; }
.qte { display: inline-flex; align-items: center; border: 1.5px solid var(--ligne); border-radius: 999px; background: var(--blanc); }
.qte button { width: 42px; height: 46px; border: 0; background: none; font-size: 1.2rem; font-weight: 700; cursor: pointer; }
.qte input, .qte output { width: 34px; text-align: center; border: 0; background: none; font-weight: 700; -moz-appearance: textfield; }
.qte input::-webkit-outer-spin-button, .qte input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.ligne-achat .btn { flex: 1; }
.rassurance { list-style: none; padding: 0; margin: 1.25rem 0 0; display: grid; gap: .5rem; font-size: .88rem; color: var(--gris); }
.rassurance li { display: flex; gap: .55rem; align-items: center; }
.rassurance svg { width: 18px; height: 18px; color: var(--vert-2); flex: none; }

.accordeon { margin-top: 1.5rem; border-top: 1px solid var(--ligne); }
.accordeon details { border-bottom: 1px solid var(--ligne); }
.accordeon summary { cursor: pointer; list-style: none; padding: 1rem 0; font-weight: 700; display: flex; justify-content: space-between; align-items: center; }
.accordeon summary::-webkit-details-marker { display: none; }
.accordeon summary::after { content: "+"; font-size: 1.4rem; font-weight: 400; line-height: 1; }
.accordeon details[open] summary::after { content: "–"; }
.accordeon .contenu { padding: 0 0 1.1rem; font-size: .94rem; color: #3c434b; }
.accordeon ul { padding-left: 1.1rem; margin: 0; }
.tableau-scroll { overflow-x: auto; }
.table-tailles { width: 100%; border-collapse: collapse; font-size: .9rem; min-width: 380px; }
.table-tailles th, .table-tailles td { padding: .55rem .6rem; text-align: left; border-bottom: 1px solid var(--ligne); }
.table-tailles th { background: var(--vert-clair); font-weight: 700; }
@media (max-width: 860px) { .produit { grid-template-columns: 1fr; } }
@media (max-width: 460px) {
  .flocage-box { grid-template-columns: 1fr; }
  .apercu-flocage { max-width: 140px; }
  .ligne-achat { flex-direction: column; }
  .qte { align-self: flex-start; }
}

/* ---------- Toast ---------- */
.toast { position: fixed; left: 50%; bottom: 1.5rem; transform: translate(-50%, 150%); background: var(--encre); color: var(--blanc); padding: .9rem 1.1rem .9rem 1.3rem; border-radius: 999px; display: flex; align-items: center; gap: 1rem; box-shadow: var(--ombre); z-index: 90; transition: transform .3s ease; font-size: .92rem; max-width: calc(100% - 2rem); }
.toast.visible { transform: translate(-50%, 0); }
.toast a { color: var(--jaune); font-weight: 700; white-space: nowrap; }

/* ---------- Panier ---------- */
.panier { display: grid; grid-template-columns: 1fr 400px; gap: 2.5rem; align-items: start; padding: 2.5rem 0 5rem; }
.panier-lignes { background: var(--blanc); border: 1px solid var(--ligne); border-radius: var(--rayon); padding: .5rem 1.5rem; }
.ligne-panier { display: grid; grid-template-columns: 92px 1fr auto; gap: 1.1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--ligne); align-items: center; }
.ligne-panier:last-child { border-bottom: 0; }
.ligne-panier img { width: 92px; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--rayon-sm); }
.ligne-panier h3 { font-family: var(--texte); font-size: 1rem; font-weight: 700; margin: 0 0 .2rem; }
.ligne-panier h3 a { text-decoration: none; }
.ligne-meta { font-size: .85rem; color: var(--gris); margin: 0 0 .6rem; }
.ligne-actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.ligne-actions .qte button { width: 34px; height: 36px; font-size: 1rem; }
.lien-retirer { background: none; border: 0; color: var(--gris); text-decoration: underline; cursor: pointer; font-size: .85rem; padding: 0; }
.lien-retirer:hover { color: var(--rouge); }
.ligne-total { font-weight: 800; white-space: nowrap; align-self: start; }

.recap { position: sticky; top: 96px; background: var(--blanc); border: 1px solid var(--ligne); border-radius: var(--rayon); padding: 1.6rem; }
.recap h2 { font-size: 1.8rem; }
.recap-ligne { display: flex; justify-content: space-between; gap: 1rem; padding: .45rem 0; font-size: .95rem; }
.recap-total { border-top: 2px solid var(--encre); margin-top: .6rem; padding-top: .8rem; font-weight: 800; font-size: 1.15rem; }
.note-franco { background: var(--vert-clair); color: var(--vert); border-radius: var(--rayon-sm); padding: .65rem .8rem; font-size: .85rem; margin: .75rem 0 0; }
.barre-franco { height: 6px; background: rgba(10,59,44,.15); border-radius: 999px; margin-top: .5rem; overflow: hidden; }
.barre-franco span { display: block; height: 100%; background: var(--vert-2); border-radius: 999px; }

.commande { margin-top: 2rem; background: var(--blanc); border: 1px solid var(--ligne); border-radius: var(--rayon); padding: 1.6rem 1.5rem; }
.commande h2 { font-size: 1.8rem; }
.grille-champs { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.grille-champs .large { grid-column: 1 / -1; }
@media (max-width: 560px) { .grille-champs { grid-template-columns: 1fr; } }
.paiement-options { display: grid; gap: .6rem; }
.paiement-option { display: flex; gap: .75rem; align-items: flex-start; border: 1.5px solid var(--ligne); border-radius: var(--rayon-sm); padding: .8rem .9rem; cursor: pointer; }
.paiement-option:has(input:checked) { border-color: var(--vert); background: var(--vert-clair); }
.paiement-option:has(input:disabled) { opacity: .5; cursor: not-allowed; }
.paiement-option input { accent-color: var(--vert); margin-top: .25rem; }
.paiement-option strong { display: block; font-size: .95rem; }
.paiement-option small { color: var(--gris); }

.panier-vide, .confirmation { text-align: center; background: var(--blanc); border: 1px solid var(--ligne); border-radius: var(--rayon); padding: clamp(2.5rem, 6vw, 4rem) 1.5rem; margin: 2.5rem 0 5rem; }
.panier-vide svg, .confirmation svg { width: 64px; height: 64px; color: var(--vert-2); margin: 0 auto 1rem; }
.confirmation h2 { margin-bottom: .4rem; }
.confirmation .numero { display: inline-block; font-family: var(--display); font-weight: 800; font-size: 1.5rem; background: var(--jaune); padding: .15rem .8rem; border-radius: 6px; margin-bottom: 1.25rem; }
.confirmation p { max-width: 56ch; margin-inline: auto; }
.confirmation .actions { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; margin-top: 1.5rem; }
@media (max-width: 960px) {
  .panier { grid-template-columns: 1fr; }
  .recap { position: static; }
}
@media (max-width: 520px) {
  .ligne-panier { grid-template-columns: 72px 1fr; }
  .ligne-panier img { width: 72px; }
  .ligne-total { grid-column: 2; }
  .panier-lignes { padding: .25rem 1rem; }
}

/* ---------- À propos & contact ---------- */
.histoire { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.histoire-photos { display: grid; grid-template-columns: 1.2fr 1fr; gap: 1rem; }
.histoire-photos img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--rayon); aspect-ratio: 3 / 4; }
.histoire-photos img:last-child { margin-top: 3rem; }
.histoire-texte p { color: #3c434b; }
@media (max-width: 860px) { .histoire { grid-template-columns: 1fr; } }

.chiffres { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; text-align: center; }
.chiffres strong { display: block; font-family: var(--display); font-size: clamp(2.6rem, 5vw, 3.6rem); font-weight: 800; color: var(--jaune); line-height: 1; }
.chiffres span { font-size: .92rem; color: rgba(255,255,255,.82); }
@media (max-width: 760px) { .chiffres { grid-template-columns: repeat(2, 1fr); gap: 2rem 1rem; } }

.valeurs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.valeur { background: var(--blanc); border: 1px solid var(--ligne); border-radius: var(--rayon); overflow: hidden; }
.valeur img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.valeur div { padding: 1.4rem; }
.valeur p { color: var(--gris); margin: 0; font-size: .94rem; }
@media (max-width: 860px) { .valeurs { grid-template-columns: 1fr; } }

.contact { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(2rem, 5vw, 3.5rem); align-items: start; }
.points { display: grid; gap: 1rem; margin-top: 1.5rem; }
.point { background: var(--blanc); border: 1px solid var(--ligne); border-radius: var(--rayon); padding: 1.3rem 1.4rem; }
.point h3 { margin-bottom: .35rem; }
.point p { margin: 0 0 .25rem; font-size: .94rem; color: #3c434b; }
.coordonnees { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: .75rem; }
.coordonnees li { display: flex; gap: .75rem; align-items: center; }
.coordonnees svg { width: 22px; height: 22px; color: var(--vert-2); flex: none; }
.coordonnees a { font-weight: 600; text-decoration: none; }
.coordonnees a:hover { text-decoration: underline; }
.formulaire { background: var(--blanc); border: 1px solid var(--ligne); border-radius: var(--rayon); padding: clamp(1.4rem, 4vw, 2.2rem); }
.formulaire .grille-champs { margin-bottom: 1.25rem; }
.message-succes { background: var(--vert-clair); color: var(--vert); border-radius: var(--rayon-sm); padding: 1rem 1.1rem; font-weight: 600; margin-top: 1rem; }
@media (max-width: 860px) { .contact { grid-template-columns: 1fr; } }

.faq { max-width: 820px; margin-inline: auto; }
.faq details { background: var(--blanc); border: 1px solid var(--ligne); border-radius: var(--rayon-sm); margin-bottom: .75rem; padding: 0 1.3rem; }
.faq summary { cursor: pointer; list-style: none; padding: 1.1rem 0; font-weight: 700; display: flex; justify-content: space-between; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.4rem; font-weight: 400; line-height: 1; color: var(--vert-2); }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: #3c434b; margin: 0 0 1.1rem; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; }
}
