/* Shoezy : le catalogue. Feuille commune aux quatre gabarits. */

:root {
  --shz-rouge: #e4002b;
  --shz-rouge-fonce: #a8001f;
  --shz-jaune: #ffd400;
  --shz-jaune-pale: #fff3a8;
  --shz-bleu: #0a3cff;
  --shz-bleu-pale: #dfe6ff;
  --shz-noir: #111111;
  --shz-encre: #2b2b2b;
  --shz-papier: #ffffff;
  --shz-amazon: #ff9900;
  --shz-gris-filet: #d9d9d9;
  --shz-gris-clair: #d5d5d5;
  --shz-gris-moyen: #767676;
  --shz-gris-sombre: #3a3a3a;
  --shz-rouge-pale: #ffd0d8;
  --shz-bleu-voile: #c5d0ff;
  --shz-filet: 2px solid var(--shz-noir);
  --shz-gouttiere: clamp(16px, 4vw, 56px);
  --shz-largeur: 1320px;
  --shz-sortie: cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scrollbar-color: var(--shz-noir) var(--shz-jaune); }
body {
  margin: 0;
  background: var(--shz-papier);
  color: var(--shz-noir);
  font-family: "Archivo", sans-serif;
  font-stretch: 100%;
  font-size: 1.0625rem;
  line-height: 1.55;
  font-variant-numeric: tabular-nums;
  caret-color: var(--shz-rouge);
  overflow-x: hidden;
}
::selection { background: var(--shz-jaune); color: var(--shz-noir); }
img { max-width: 100%; display: block; }
a { color: inherit; text-underline-offset: 0.18em; text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--shz-bleu); outline-offset: 3px; }
.shz-sur-bleu :focus-visible, .shz-sur-noir :focus-visible { outline-color: var(--shz-jaune); }
h1, h2, h3, p, ul, ol, figure, dl, dd { margin: 0; padding: 0; }
ul, ol { list-style: none; }
button, input, select { font: inherit; color: inherit; }

.shz-cadre { width: min(100% - 2 * var(--shz-gouttiere), var(--shz-largeur)); margin-inline: auto; }
.shz-saut { position: absolute; left: -999px; top: 0; background: var(--shz-jaune); padding: 12px 16px; z-index: 99; font-weight: 700; }
.shz-saut:focus { left: 8px; top: 8px; }

/* Titres en blocs : condensé noir, se réempile au lieu de rétrécir */
.shz-bloc-titre {
  font-stretch: 62%;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.88;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
.shz-t-geant { font-size: clamp(3.4rem, 9.2vw, 6rem); }
.shz-t-grand { font-size: clamp(2.6rem, 6vw, 4.5rem); }
.shz-t-moyen { font-size: clamp(1.9rem, 3.4vw, 2.75rem); line-height: 0.95; }
.shz-t-petit { font-size: 1.5rem; line-height: 1; font-stretch: 75%; font-weight: 800; text-transform: uppercase; }
.shz-chapo { font-size: clamp(1.1rem, 1.6vw, 1.3rem); line-height: 1.45; max-width: 46ch; font-weight: 500; }
.shz-ref { font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; font-stretch: 85%; }

/* Bandeau haut + en-tête */
.shz-manchette { background: var(--shz-noir); color: var(--shz-papier); font-size: 0.8125rem; font-weight: 600; font-stretch: 88%; letter-spacing: 0.02em; }
.shz-manchette .shz-cadre { display: flex; gap: 24px; justify-content: space-between; padding-block: 8px; }
.shz-manchette span:last-child { color: var(--shz-jaune); }
.shz-tete { border-bottom: var(--shz-filet); background: var(--shz-papier); position: sticky; top: 0; z-index: 40; }
.shz-tete .shz-cadre { display: flex; align-items: stretch; gap: 24px; }
.shz-logo {
  display: flex; align-items: center; gap: 6px; text-decoration: none;
  background: var(--shz-rouge); color: var(--shz-papier);
  padding: 10px 20px 8px; margin-left: calc(-1 * var(--shz-gouttiere)); padding-left: var(--shz-gouttiere);
  font-stretch: 62%; font-weight: 900; font-style: italic; font-size: 2.35rem; line-height: 1; letter-spacing: -0.01em; text-transform: uppercase;
}
.shz-logo i { display: inline-block; width: 0.42em; height: 0.42em; border-radius: 50%; background: var(--shz-jaune); align-self: flex-end; margin-bottom: 0.17em; }
.shz-onglets { display: flex; align-items: stretch; gap: 0; overflow-x: auto; scrollbar-width: none; flex: 1; }
.shz-onglets::-webkit-scrollbar { display: none; }
.shz-onglets a {
  display: flex; align-items: center; white-space: nowrap; text-decoration: none;
  padding: 0 15px; min-height: 56px; font-weight: 800; font-stretch: 75%; text-transform: uppercase; font-size: 1rem; letter-spacing: 0.01em;
  border-left: 1px solid var(--shz-gris-filet); position: relative; transition: background-color 0.18s, color 0.18s;
}
.shz-onglets a::after { content: ""; position: absolute; inset: auto 0 0 0; height: 6px; background: var(--c, var(--shz-rouge)); transform: scaleY(0.34); transform-origin: bottom; transition: transform 0.25s var(--shz-sortie); }
.shz-onglets a:hover, .shz-onglets a[aria-current] { background: var(--shz-noir); color: var(--shz-papier); }
.shz-onglets a:hover::after, .shz-onglets a[aria-current]::after { transform: scaleY(1); }
.shz-onglets a.shz-onglet-tout { margin-left: auto; background: var(--shz-jaune); }
.shz-onglets a.shz-onglet-tout:hover { background: var(--shz-noir); }

/* Bouton Amazon */
.shz-acheter {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  background: var(--shz-amazon); color: var(--shz-noir); text-decoration: none;
  font-weight: 800; font-stretch: 80%; text-transform: uppercase; font-size: 1.125rem; letter-spacing: 0.01em;
  padding: 16px 26px; border: var(--shz-filet); border-radius: 0; min-height: 56px; cursor: pointer;
  transition: background-color 0.18s, transform 0.18s var(--shz-sortie);
}
.shz-acheter svg { width: 24px; height: 24px; flex: none; }
.shz-acheter:hover { background: var(--shz-noir); color: var(--shz-amazon); transform: translateY(-2px); }
.shz-acheter:active { transform: translateY(0); }
.shz-acheter-large { width: 100%; }
.shz-suite { font-weight: 800; font-stretch: 80%; text-transform: uppercase; display: inline-flex; gap: 8px; align-items: center; }
.shz-suite svg { width: 20px; height: 20px; transition: transform 0.25s var(--shz-sortie); }
.shz-suite:hover svg { transform: translateX(5px); }

/* Pastille prix */
.shz-pastille {
  --d: 132px;
  width: var(--d); height: var(--d); border-radius: 50%; background: var(--shz-jaune); color: var(--shz-noir);
  display: grid; place-content: center; text-align: center; rotate: -9deg; border: var(--shz-filet);
  font-stretch: 62%; font-weight: 900; line-height: 0.85;
}
.shz-pastille b { font-size: calc(var(--d) * 0.36); letter-spacing: -0.02em; }
.shz-pastille b sup { font-size: 0.48em; vertical-align: top; position: relative; top: 0.12em; margin-left: 1px; }
.shz-pastille small { font-size: calc(var(--d) * 0.095); font-stretch: 85%; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 4px; }
.shz-pastille-geante { --d: clamp(128px, 15vw, 184px); }
.shz-pastille-mini { --d: 78px; }
.shz-pastille-mini small { display: none; }

/* Note entourée au stylo */
.shz-note { position: relative; display: inline-flex; align-items: baseline; justify-content: center; white-space: nowrap; padding: 10px 22px; font-stretch: 62%; font-weight: 900; font-size: 2rem; line-height: 1; }
.shz-note span { font-size: 0.55em; font-weight: 700; }
.shz-note svg { position: absolute; inset: -6px -4px; width: calc(100% + 8px); height: calc(100% + 12px); overflow: visible; pointer-events: none; }
.shz-note svg path { fill: none; stroke: var(--shz-bleu); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 0; }
.shz-sur-bleu .shz-note svg path, .shz-sur-rouge .shz-note svg path { stroke: var(--shz-jaune); }
.shz-anime .shz-note:not(.shz-vue) svg path { stroke-dashoffset: 1; }
.shz-note.shz-vue svg path { transition: stroke-dashoffset 0.9s var(--shz-sortie) 0.15s; }
.shz-note-mini { font-size: 1.25rem; padding: 6px 13px; }
.shz-note-mini svg path { stroke-width: 2.5; }
.shz-main { font-family: "Caveat", cursive; font-weight: 600; font-size: 1.5rem; line-height: 1.1; color: var(--shz-bleu); rotate: -3deg; display: inline-block; }
.shz-sur-bleu .shz-main, .shz-sur-rouge .shz-main { color: var(--shz-jaune); }

/* Double page d'ouverture */
.shz-double { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); border-bottom: var(--shz-filet); min-height: min(78vh, 760px); }
.shz-page-rouge { background: var(--shz-rouge); color: var(--shz-papier); padding: clamp(28px, 5vw, 72px) var(--shz-gouttiere); padding-left: max(var(--shz-gouttiere), calc((100vw - var(--shz-largeur)) / 2)); display: flex; flex-direction: column; justify-content: center; gap: 28px; }
.shz-page-rouge .shz-chapo { color: #fff; }
.shz-page-rouge ::selection { background: var(--shz-noir); color: var(--shz-jaune); }
.shz-hero-liens { display: flex; flex-wrap: wrap; gap: 10px; }
.shz-hero-liens a { border: 2px solid #fff; padding: 9px 16px; text-decoration: none; font-weight: 800; font-stretch: 78%; text-transform: uppercase; transition: background-color 0.18s, color 0.18s; }
.shz-hero-liens a:hover { background: #fff; color: var(--shz-rouge); }
.shz-page-vedette { position: relative; background: var(--shz-papier); padding: clamp(24px, 3.5vw, 48px) var(--shz-gouttiere); padding-right: max(var(--shz-gouttiere), calc((100vw - var(--shz-largeur)) / 2)); display: grid; grid-template-rows: 1fr auto; gap: 20px; }
.shz-vedette-photo { position: relative; display: grid; place-items: center; min-height: 300px; }
.shz-vedette-photo img { width: min(100%, 640px); aspect-ratio: 3 / 2; scale: 1.18; object-fit: contain; mix-blend-mode: multiply; transition: transform 0.6s var(--shz-sortie); }
.shz-page-vedette:hover .shz-vedette-photo img { transform: scale(1.04) rotate(-2deg); }
.shz-vedette-photo .shz-pastille { position: absolute; left: calc(-1 * var(--shz-gouttiere) - var(--d) * 0.38); top: 6%; z-index: 2; }
.shz-vedette-bas { display: grid; grid-template-columns: 1fr auto; gap: 16px 24px; align-items: end; border-top: var(--shz-filet); padding-top: 18px; }
.shz-vedette-bas h2 { font-size: 1.6rem; font-stretch: 75%; font-weight: 800; line-height: 1.05; text-transform: uppercase; }
.shz-vedette-bas h2 a { text-decoration: none; }
.shz-vedette-bas h2 a:hover { text-decoration: underline; }
.shz-vedette-avis { display: flex; align-items: center; gap: 14px; margin-top: 10px; }

/* Rangée de rubriques : onglets de tranche */
.shz-tranche { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); border-bottom: var(--shz-filet); }
.shz-tranche a { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 230px; padding: 14px; text-decoration: none; color: #fff; overflow: hidden; border-left: var(--shz-filet); isolation: isolate; }
.shz-tranche a:first-child { border-left: 0; }
.shz-tranche img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; filter: grayscale(1) contrast(1.05) brightness(1.4); transition: transform 0.7s var(--shz-sortie), filter 0.3s; }
.shz-tranche a::before { content: ""; position: absolute; inset: 0; background: var(--c); mix-blend-mode: multiply; z-index: -1; transition: opacity 0.3s; }
.shz-tranche a:hover img { transform: scale(1.07); filter: none; }
.shz-tranche a:hover::before { opacity: 0; }
.shz-tranche span { align-self: flex-start; background: var(--shz-noir); padding: 5px 9px 4px; font-stretch: 68%; font-weight: 900; font-size: 1.35rem; text-transform: uppercase; line-height: 1; }
.shz-tranche a:hover span { background: var(--shz-jaune); color: var(--shz-noir); }

/* Planche de produits : cellules fixes */
.shz-planche-tete { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 16px 32px; padding-block: clamp(56px, 8vw, 104px) 28px; }
.shz-planche-tete p { max-width: 52ch; margin-top: 12px; }
.shz-planche { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: var(--shz-filet); border-left: var(--shz-filet); }
.shz-case { position: relative; display: grid; grid-template-rows: auto 1fr; border-right: var(--shz-filet); border-bottom: var(--shz-filet); background: var(--shz-papier); transition: background-color 0.2s; }
.shz-case:hover { background: var(--shz-jaune-pale); }
.shz-case-photo { position: relative; display: block; padding: 22px 22px 8px; }
.shz-case-photo img { width: 100%; aspect-ratio: 1; object-fit: contain; mix-blend-mode: multiply; transition: transform 0.5s var(--shz-sortie); }
.shz-case:hover .shz-case-photo img { transform: scale(1.06) rotate(-2deg); }
.shz-case .shz-pastille { position: absolute; top: 12px; right: 12px; transition: rotate 0.4s var(--shz-sortie), scale 0.4s var(--shz-sortie); }
.shz-case:hover .shz-pastille { rotate: 6deg; scale: 1.08; }
.shz-case-texte { display: grid; grid-template-rows: auto 1fr auto; gap: 6px; padding: 8px 18px 18px; }
.shz-case h3 { font-size: 1.125rem; line-height: 1.3; font-weight: 700; font-stretch: 88%; }
.shz-case h3 a { text-decoration: none; }
.shz-case h3 a::after { content: ""; position: absolute; inset: 0; }
.shz-case-pied { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-top: 8px; position: relative; z-index: 1; pointer-events: none; }
.shz-case-pied a { pointer-events: auto; }
.shz-mini-acheter { display: inline-flex; align-items: center; gap: 7px; background: var(--shz-amazon); border: var(--shz-filet); padding: 7px 11px; text-decoration: none; font-weight: 800; font-stretch: 78%; text-transform: uppercase; font-size: 0.875rem; min-height: 44px; }
.shz-mini-acheter svg { width: 18px; height: 18px; }
.shz-mini-acheter:hover { background: var(--shz-noir); color: var(--shz-amazon); }

/* Régions de couleur */
.shz-sur-jaune { background: var(--shz-jaune); }
.shz-sur-bleu { background: var(--shz-bleu); color: #fff; }
.shz-sur-bleu ::selection { background: var(--shz-jaune); color: var(--shz-noir); }
.shz-sur-noir { background: var(--shz-noir); color: #fff; }
.shz-region { padding-block: clamp(56px, 8vw, 112px); border-block: var(--shz-filet); margin-top: clamp(56px, 8vw, 112px); }
.shz-region + .shz-region { margin-top: 0; border-top: 0; }
.shz-sur-jaune .shz-planche .shz-case { background: var(--shz-jaune); }
.shz-sur-jaune .shz-planche .shz-case:hover { background: var(--shz-papier); }
.shz-sur-jaune .shz-pastille { background: var(--shz-rouge); color: #fff; }

/* Louise */
.shz-louise { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: clamp(28px, 5vw, 80px); align-items: center; }
.shz-louise-portrait { position: relative; max-width: 420px; }
.shz-louise-portrait img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border: 2px solid #fff; filter: grayscale(1) contrast(1.05); }
.shz-louise-portrait figcaption { position: absolute; left: -12px; bottom: 22px; background: var(--shz-jaune); color: var(--shz-noir); padding: 8px 14px 6px; font-stretch: 68%; font-weight: 900; font-size: 1.5rem; text-transform: uppercase; line-height: 1; rotate: -3deg; border: var(--shz-filet); }
.shz-louise-texte { display: grid; gap: 22px; }
.shz-louise-texte p { max-width: 58ch; }
.shz-grille-notes { display: grid; gap: 0; border-top: 2px solid #fff; max-width: 560px; }
.shz-grille-notes li { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 10px 0; border-bottom: 1px solid rgb(255 255 255 / 0.45); font-weight: 600; }
.shz-grille-notes b { font-stretch: 70%; font-weight: 900; font-size: 1.2rem; }

/* Comment ça marche : bande bon de commande */
.shz-bon { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: var(--shz-filet); }
.shz-bon li { padding: 22px 20px; border-left: var(--shz-filet); display: grid; gap: 8px; align-content: start; }
.shz-bon li:first-child { border-left: 0; }
.shz-bon svg { width: 34px; height: 34px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shz-bon b { font-stretch: 75%; font-weight: 800; text-transform: uppercase; font-size: 1.125rem; line-height: 1.1; }
.shz-bon span { font-size: 0.9375rem; color: var(--shz-encre); }

/* Guide à la une */
.shz-guide { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); border: var(--shz-filet); text-decoration: none; }
.shz-guide-photo { overflow: hidden; border-right: var(--shz-filet); min-height: 320px; background: var(--shz-rouge); display: grid; place-items: center; }
.shz-toise { display: grid; grid-template-columns: repeat(8, 1fr); width: 118%; rotate: -7deg; background: var(--shz-jaune); border-block: var(--shz-filet); transition: translate 0.7s var(--shz-sortie); }
.shz-guide:hover .shz-toise { translate: -4% 0; }
.shz-toise span { display: grid; justify-items: center; gap: 2px; padding: 16px 0 30px; border-left: var(--shz-filet); background: repeating-linear-gradient(90deg, var(--shz-noir) 0 2px, transparent 2px 25%) bottom / 100% 16px no-repeat; }
.shz-toise b { font-stretch: 62%; font-weight: 900; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; }
.shz-toise i { font-style: normal; font-size: 0.8125rem; font-weight: 700; }
.shz-guide-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--shz-sortie); }
.shz-guide:hover .shz-guide-photo img { transform: scale(1.05); }
.shz-guide-texte { padding: clamp(24px, 4vw, 56px); display: grid; gap: 18px; align-content: center; background: var(--shz-bleu-pale); }

/* Lettre d'info + pied */
.shz-lettre { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 5vw, 72px); align-items: center; }
.shz-lettre form { display: grid; gap: 12px; }
.shz-lettre-ligne { display: flex; border: 2px solid #fff; }
.shz-lettre-ligne input { flex: 1; min-width: 0; background: transparent; border: 0; padding: 15px 16px; color: #fff; }
.shz-lettre-ligne input::placeholder { color: var(--shz-gris-clair); }
.shz-lettre-ligne button { background: var(--shz-jaune); color: var(--shz-noir); border: 0; padding: 0 22px; font-weight: 800; font-stretch: 78%; text-transform: uppercase; cursor: pointer; transition: background-color 0.18s; }
.shz-lettre-ligne button:hover { background: #fff; }
.shz-consent { display: flex; gap: 10px; font-size: 0.875rem; color: var(--shz-gris-clair); align-items: flex-start; }
.shz-consent input { accent-color: var(--shz-jaune); width: 18px; height: 18px; margin-top: 2px; flex: none; }
.shz-pied { background: var(--shz-noir); color: #fff; padding-block: 56px 28px; text-align: center; border-top: 1px solid var(--shz-gris-sombre); }
.shz-pied .shz-logo { display: inline-flex; margin: 0 0 24px; padding: 10px 18px 8px; }
.shz-pied-liens { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 26px; margin-bottom: 26px; font-weight: 600; }
.shz-pied-liens a { text-decoration: none; }
.shz-pied-liens a:hover { color: var(--shz-jaune); text-decoration: underline; }
.shz-pied p { font-size: 0.875rem; color: var(--shz-gris-clair); max-width: 78ch; margin: 0 auto 10px; }

/* Fil d'Ariane */
.shz-fil { font-size: 0.875rem; font-weight: 600; padding-block: 14px; display: flex; flex-wrap: wrap; gap: 6px; }
.shz-fil a { text-decoration: none; }
.shz-fil a:hover { text-decoration: underline; }
.shz-fil li + li::before { content: "/"; margin-right: 6px; color: var(--shz-gris-moyen); }

/* Collection */
.shz-col-tete { background: var(--shz-rouge); color: #fff; border-bottom: var(--shz-filet); }
.shz-col-tete .shz-cadre { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 32px; align-items: end; padding-block: 8px clamp(32px, 5vw, 64px); }
.shz-col-tete .shz-fil li + li::before { color: var(--shz-rouge-pale); }
.shz-col-tete .shz-fil { grid-column: 1 / -1; }
.shz-sous { display: flex; gap: 8px; overflow-x: auto; padding-block: 16px; scrollbar-width: none; }
.shz-sous::-webkit-scrollbar { display: none; }
.shz-sous a { white-space: nowrap; border: var(--shz-filet); padding: 9px 14px; text-decoration: none; font-weight: 700; font-stretch: 85%; font-size: 0.9375rem; min-height: 44px; display: inline-flex; align-items: center; transition: background-color 0.18s, color 0.18s; }
.shz-sous a:hover { background: var(--shz-noir); color: #fff; }
.shz-tri { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; padding-block: 8px 20px; font-weight: 600; font-size: 0.9375rem; }
.shz-tri select { border: var(--shz-filet); border-radius: 0; background: #fff; padding: 10px 14px; min-height: 44px; font-weight: 700; }
.shz-pages { display: flex; justify-content: center; gap: 0; margin-top: 40px; }
.shz-pages a, .shz-pages span { border: var(--shz-filet); margin-left: -2px; min-width: 48px; min-height: 48px; display: grid; place-items: center; text-decoration: none; font-weight: 800; font-stretch: 78%; }
.shz-pages span { background: var(--shz-noir); color: #fff; }
.shz-pages a:hover { background: var(--shz-jaune); }
.shz-edito { display: grid; grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr); gap: clamp(24px, 5vw, 80px); padding-block: clamp(56px, 8vw, 104px); }
.shz-prose { display: grid; gap: 1.1em; max-width: 68ch; }
.shz-prose h3 { font-size: 1.35rem; font-stretch: 80%; font-weight: 800; margin-top: 1.2em; line-height: 1.15; }
.shz-prose h2 { margin-top: 1.4em; }
.shz-prose ul { list-style: square; padding-left: 1.2em; display: grid; gap: 0.4em; }
.shz-prose ul li::marker { color: var(--shz-rouge); }

/* FAQ */
.shz-faq { border-top: var(--shz-filet); max-width: 860px; }
.shz-faq details { border-bottom: var(--shz-filet); }
.shz-faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 18px 4px; font-weight: 700; font-size: 1.125rem; font-stretch: 90%; }
.shz-faq summary::-webkit-details-marker { display: none; }
.shz-faq summary::after { content: ""; flex: none; width: 16px; height: 16px; background: linear-gradient(var(--shz-noir) 0 0) center / 100% 3px no-repeat, linear-gradient(var(--shz-noir) 0 0) center / 3px 100% no-repeat; transition: rotate 0.3s var(--shz-sortie); }
.shz-faq details[open] summary::after { rotate: 135deg; }
.shz-faq summary:hover { background: var(--shz-jaune-pale); }
.shz-faq details p { padding: 0 4px 20px; max-width: 68ch; }

/* Fiche produit */
.shz-fiche-haut { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); border-block: var(--shz-filet); }
.shz-galerie { padding: clamp(20px, 3vw, 40px) var(--shz-gouttiere); padding-left: max(var(--shz-gouttiere), calc((100vw - var(--shz-largeur)) / 2)); display: grid; grid-template-columns: 84px 1fr; gap: 16px; border-right: var(--shz-filet); align-items: start; }
.shz-vignettes { display: grid; gap: 10px; }
.shz-vignettes button { border: var(--shz-filet); background: #fff; padding: 4px; cursor: pointer; aspect-ratio: 1; transition: background-color 0.18s; }
.shz-vignettes button[aria-pressed="true"] { background: var(--shz-jaune); }
.shz-vignettes button:hover { background: var(--shz-jaune-pale); }
.shz-vignettes img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.shz-photo-grande { position: relative; display: grid; place-items: center; }
.shz-photo-grande img { width: min(100%, 640px); aspect-ratio: 1; object-fit: contain; }
.shz-achat { background: var(--shz-jaune); padding: clamp(24px, 3.5vw, 56px) var(--shz-gouttiere); padding-right: max(var(--shz-gouttiere), calc((100vw - var(--shz-largeur)) / 2)); display: grid; gap: 22px; align-content: center; }
.shz-achat h1 { font-size: clamp(2.4rem, 4.6vw, 4rem); }
.shz-prix-ligne { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.shz-achat .shz-pastille { background: var(--shz-rouge); color: #fff; }
.shz-prix-ligne p { font-size: 0.9375rem; font-weight: 600; max-width: 26ch; }
.shz-achat-avis { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; border-top: var(--shz-filet); padding-top: 18px; }
.shz-achat-avis a { font-weight: 700; }
.shz-gages { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; font-size: 0.9375rem; font-weight: 600; }
.shz-gages li { display: flex; gap: 9px; align-items: center; }
.shz-gages svg { width: 22px; height: 22px; flex: none; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.shz-banc { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: clamp(28px, 5vw, 88px); align-items: start; }
.shz-banc-gauche { display: grid; gap: 20px; }
.shz-banc .shz-note { font-size: clamp(4rem, 8vw, 6rem); padding: 18px 34px; justify-self: start; }
.shz-banc .shz-note svg path { stroke-width: 4; }
.shz-criteres { border-top: 2px solid #fff; }
.shz-criteres li { display: grid; grid-template-columns: minmax(120px, 0.9fr) 2fr auto; gap: 16px; align-items: center; padding: 16px 0; border-bottom: 1px solid rgb(255 255 255 / 0.45); }
.shz-criteres span { font-weight: 700; }
.shz-criteres small { display: block; font-weight: 500; font-size: 0.8125rem; color: #dfe6ff; }
.shz-criteres b { font-stretch: 66%; font-weight: 900; font-size: 1.6rem; }
.shz-regle { height: 18px; background: repeating-linear-gradient(90deg, rgb(255 255 255 / 0.5) 0 2px, transparent 2px 10%) left / 100% 100%; border-inline: 2px solid #fff; position: relative; }
.shz-regle i { position: absolute; inset: 3px auto 3px 0; width: calc(var(--n) * 10%); background: var(--shz-jaune); transform-origin: left; }
.shz-anime .shz-criteres:not(.shz-vue) .shz-regle i { transform: scaleX(0); }
.shz-criteres.shz-vue .shz-regle i { transition: transform 0.9s var(--shz-sortie); }
.shz-criteres.shz-vue li:nth-child(2) i { transition-delay: 0.08s; }
.shz-criteres.shz-vue li:nth-child(3) i { transition-delay: 0.16s; }
.shz-criteres.shz-vue li:nth-child(4) i { transition-delay: 0.24s; }
.shz-methode { font-size: 0.9375rem; color: var(--shz-bleu-pale); max-width: 62ch; margin-top: 22px; }

.shz-test { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; border-top: var(--shz-filet); border-left: var(--shz-filet); margin-top: 28px; }
.shz-test > div { padding: 24px; border-right: var(--shz-filet); border-bottom: var(--shz-filet); display: grid; gap: 8px; align-content: start; }
.shz-test p { max-width: 60ch; }
.shz-fiche-table { width: 100%; border-collapse: collapse; border: var(--shz-filet); margin-top: 28px; max-width: 760px; }
.shz-fiche-table th, .shz-fiche-table td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--shz-noir); }
.shz-fiche-table th { width: 40%; font-stretch: 80%; text-transform: uppercase; font-size: 0.9375rem; background: var(--shz-jaune-pale); border-right: var(--shz-filet); }
.shz-verdict { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr); gap: clamp(24px, 5vw, 72px); align-items: center; }
.shz-verdict-cote { display: grid; gap: 18px; justify-items: start; }
.shz-verdict-cote .shz-note { font-size: 3.75rem; padding: 14px 28px; }
.shz-verdict-cote .shz-note svg path { stroke-width: 4; }
.shz-auteur { display: grid; grid-template-columns: 96px 1fr; gap: 20px; align-items: center; border: var(--shz-filet); padding: 20px; max-width: 760px; }
.shz-auteur img { width: 96px; height: 96px; object-fit: cover; filter: grayscale(1); border: var(--shz-filet); }
.shz-auteur b { font-stretch: 75%; font-weight: 800; font-size: 1.25rem; text-transform: uppercase; }
.shz-auteur p { font-size: 0.9375rem; }
.shz-section { padding-top: clamp(56px, 8vw, 104px); }
.shz-section > h2 + p { margin-top: 14px; max-width: 62ch; }

.shz-colle { position: fixed; inset: auto 0 0 0; z-index: 50; background: var(--shz-noir); color: #fff; display: none; grid-template-columns: 1fr auto; gap: 12px; align-items: center; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); border-top: 2px solid var(--shz-jaune); transform: translateY(110%); transition: transform 0.4s var(--shz-sortie); }
.shz-colle.shz-visible { transform: none; }
.shz-colle b { font-stretch: 66%; font-weight: 900; font-size: 1.6rem; color: var(--shz-jaune); line-height: 1; }
.shz-colle small { display: block; font-size: 0.75rem; color: var(--shz-gris-clair); }
.shz-colle .shz-acheter { padding: 10px 16px; min-height: 48px; font-size: 1rem; border-color: #fff; }

/* Article */
.shz-article-tete { background: var(--shz-bleu); color: #fff; border-bottom: var(--shz-filet); }
.shz-article-tete .shz-cadre { padding-block: 8px clamp(36px, 6vw, 80px); display: grid; gap: 22px; }
.shz-article-tete .shz-fil li + li::before { color: var(--shz-bleu-voile); }
.shz-article-meta { display: flex; gap: 14px; align-items: center; font-weight: 600; font-size: 0.9375rem; }
.shz-article-meta img { width: 48px; height: 48px; object-fit: cover; filter: grayscale(1); border: 2px solid #fff; }
.shz-article-corps { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: clamp(28px, 6vw, 96px); padding-top: clamp(40px, 6vw, 72px); align-items: start; }
.shz-sommaire { position: sticky; top: 84px; border: var(--shz-filet); padding: 18px; display: grid; gap: 10px; font-weight: 600; font-size: 0.9375rem; }
.shz-sommaire a { text-decoration: none; }
.shz-sommaire a:hover { text-decoration: underline; text-decoration-color: var(--shz-rouge); }
.shz-prose figure img { border: var(--shz-filet); width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.shz-prose figcaption { font-size: 0.875rem; margin-top: 8px; color: var(--shz-encre); }
.shz-pointures { width: 100%; border-collapse: collapse; border: var(--shz-filet); font-variant-numeric: tabular-nums; }
.shz-pointures th, .shz-pointures td { padding: 10px 12px; border: 1px solid var(--shz-noir); text-align: center; }
.shz-pointures thead th { background: var(--shz-noir); color: #fff; font-stretch: 80%; text-transform: uppercase; font-size: 0.875rem; }
.shz-pointures tbody tr:nth-child(even) { background: var(--shz-jaune-pale); }
.shz-table-defile { overflow-x: auto; }
.shz-encart { background: var(--shz-jaune); border: var(--shz-filet); padding: 22px; display: grid; gap: 8px; }

/* Entrée de page : le volet se tourne */
.shz-anime .shz-volet { clip-path: inset(0 100% 0 0); }
.shz-anime .shz-volet.shz-vue { clip-path: inset(0 0 0 0); transition: clip-path 1s var(--shz-sortie); }
.shz-anime .shz-double .shz-pastille { scale: 0; }
.shz-anime .shz-double.shz-vue .shz-pastille { scale: 1; transition: scale 0.6s cubic-bezier(0.22, 1.2, 0.36, 1) 0.55s; }

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

@media (max-width: 1080px) {
  .shz-planche { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .shz-tranche { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .shz-tranche a:nth-child(5) { border-left: 0; }
  .shz-tranche a:nth-child(n + 5) { border-top: var(--shz-filet); }
  .shz-bon { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shz-bon li:nth-child(3) { border-left: 0; }
  .shz-bon li:nth-child(n + 3) { border-top: var(--shz-filet); }
}
@media (max-width: 820px) {
  body { font-size: 1rem; }
  .shz-manchette span:first-child { display: none; }
  .shz-manchette .shz-cadre { justify-content: center; }
  .shz-tete .shz-cadre { flex-direction: column; gap: 0; width: 100%; }
  .shz-logo { margin: 0; padding: 9px var(--shz-gouttiere) 7px; font-size: 2rem; }
  .shz-onglets { border-top: var(--shz-filet); }
  .shz-onglets a { min-height: 48px; padding: 0 14px; font-size: 0.9375rem; }
  .shz-onglets a:first-child { border-left: 0; }
  .shz-double, .shz-fiche-haut { grid-template-columns: 1fr; min-height: 0; }
  .shz-page-rouge { padding-block: 36px 64px; gap: 20px; }
  .shz-vedette-photo .shz-pastille { left: auto; right: -4px; top: calc(-1 * var(--d) * 0.62); }
  .shz-vedette-bas { grid-template-columns: 1fr; }
  .shz-vedette-bas .shz-acheter { width: 100%; }
  .shz-planche { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shz-case-photo { padding: 14px 12px 4px; }
  .shz-case-texte { padding: 6px 12px 14px; }
  .shz-case h3 { font-size: 0.9375rem; }
  .shz-case .shz-pastille { --d: 62px; top: 8px; right: 8px; }
  .shz-case-pied { flex-direction: column; align-items: stretch; }
  .shz-mini-acheter { justify-content: center; }
  .shz-louise, .shz-guide, .shz-lettre, .shz-edito, .shz-banc, .shz-verdict, .shz-col-tete .shz-cadre, .shz-article-corps { grid-template-columns: 1fr; }
  .shz-guide-photo { border-right: 0; border-bottom: var(--shz-filet); min-height: 220px; }
  .shz-louise-portrait { max-width: 300px; }
  .shz-galerie { grid-template-columns: 1fr; border-right: 0; border-bottom: var(--shz-filet); }
  .shz-vignettes { grid-template-columns: repeat(4, 64px); order: 2; }
  .shz-test { grid-template-columns: 1fr; }
  .shz-criteres li { grid-template-columns: 1fr auto; }
  .shz-criteres .shz-regle { grid-column: 1 / -1; order: 3; }
  .shz-sommaire { position: static; }
  .shz-colle { display: grid; }
  .shz-hero-liens { display: none; }
  .shz-page-rouge { padding-block: 26px 58px; gap: 14px; }
  .shz-page-rouge .shz-chapo { font-size: 1rem; }
  .shz-t-geant { font-size: clamp(2.9rem, 13vw, 4rem); }
  .shz-vedette-photo { min-height: 0; }
  .shz-vedette-photo img { scale: 1.08; }
  .shz-page-vedette { padding-top: 8px; }
  .shz-galerie { padding-block: 4px 16px; }
  .shz-photo-grande img { aspect-ratio: 4 / 3; }
  body.shz-a-colle { padding-bottom: 76px; }
}
@media (max-width: 520px) {
  .shz-tranche { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shz-tranche a { min-height: 150px; }
  .shz-tranche a:nth-child(odd) { border-left: 0; }
  .shz-tranche a:nth-child(n + 3) { border-top: var(--shz-filet); }
  .shz-bon { grid-template-columns: 1fr; }
  .shz-bon li { border-left: 0; }
  .shz-bon li + li { border-top: var(--shz-filet); }
  .shz-gages { grid-template-columns: 1fr; }
  .shz-auteur { grid-template-columns: 72px 1fr; }
  .shz-auteur img { width: 72px; height: 72px; }
}

/* ------------------------------------------------------------------ WordPress */
.admin-bar .shz-tete { top: 32px; }
@media (max-width: 782px) { .admin-bar .shz-tete { top: 0; } }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.shz-region-collee { margin-top: 0; }
#banc.shz-region-collee { border-top: 0; }
.shz-cale { height: clamp(56px, 8vw, 112px); }
.shz-titre-espace { margin-bottom: 24px; }
.shz-planche-tete-haut { padding-top: 0; }
.shz-main.shz-main-noir, .shz-sur-jaune .shz-main.shz-main-noir { color: var(--shz-noir); }
.shz-lettre .shz-chapo { margin-top: 16px; }
.shz-vide { padding-block: 48px; font-weight: 600; }
/* Sous-rubriques : toutes visibles sur grand écran, défilement signalé par un fondu sur mobile */
@media (min-width: 821px) { .shz-sous { flex-wrap: wrap; overflow: visible; } }
@media (max-width: 820px) { .shz-sous { margin-right: calc(-1 * var(--shz-gouttiere)); padding-right: var(--shz-gouttiere); -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 48px), transparent); mask-image: linear-gradient(90deg, #000 calc(100% - 48px), transparent); } }
.shz-sous a[aria-current] { background: var(--shz-noir); color: #fff; }
.shz-titre-article { max-width: 16ch; }
.shz-auteur-hote { margin-top: 40px; }
.shz-case-photo img, .shz-vedette-photo img { height: auto; }
.shz-galerie-seule { grid-template-columns: 1fr; }
.shz-photo-grande img { height: auto; mix-blend-mode: multiply; }
.shz-louise-portrait img { height: auto; }
.shz-article-sans-sommaire { grid-template-columns: minmax(0, 1fr); }
.shz-auteur img { height: 96px; }

/* Tri WooCommerce */
.shz-tri form { margin: 0; }
.shz-tri select { max-width: 100%; }

/* Pagination WordPress */
.shz-pages .page-numbers { border: var(--shz-filet); margin-left: -2px; min-width: 48px; min-height: 48px; display: grid; place-items: center; text-decoration: none; font-weight: 800; font-stretch: 78%; font-size: 1.125rem; }
.shz-pages .page-numbers.current { background: var(--shz-noir); color: #fff; }
.shz-pages a.page-numbers:hover { background: var(--shz-jaune); }

/* Le test rédigé, tel que le mu-plugin le produit */
.shz-test-hote > h2 { font-stretch: 62%; font-weight: 900; text-transform: uppercase; line-height: 0.88; letter-spacing: -0.015em; font-size: clamp(2.6rem, 6vw, 4.5rem); text-wrap: balance; }
.shz-test-intro { margin-top: 14px; max-width: 62ch; }
.shz-test-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: var(--shz-filet); border-left: var(--shz-filet); margin-top: 28px; }
.shz-test-card { padding: 24px; border-right: var(--shz-filet); border-bottom: var(--shz-filet); display: grid; grid-template-columns: 28px 1fr; gap: 6px 12px; align-content: start; }
.shz-test-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
.shz-test-card .shz-ico { width: 26px; height: 26px; grid-row: span 2; margin-top: 2px; color: var(--shz-rouge); }
.shz-test-card h3, .shz-test-forts h3 { font-size: 1.5rem; line-height: 1; font-stretch: 75%; font-weight: 800; text-transform: uppercase; }
.shz-test-card p { grid-column: 2; max-width: 60ch; }
.shz-test-forts { border: var(--shz-filet); border-top: 0; padding: 24px; background: var(--shz-jaune-pale); display: grid; gap: 12px; }
.shz-test-forts h3 { display: flex; gap: 10px; align-items: center; }
.shz-test-forts .shz-ico { flex: none; color: var(--shz-rouge); }
.shz-plus { display: grid; gap: 8px; }
.shz-plus li { display: flex; gap: 10px; align-items: flex-start; font-weight: 600; }
.shz-plus .shz-ico { margin-top: 4px; }
.shz-fiche-table caption { text-align: left; padding-bottom: 12px; }
.shz-verdict .shz-prose h2 { margin-top: 0; }
@media (max-width: 820px) { .shz-test-grid { grid-template-columns: 1fr; } }

/* FAQ : réponse riche */
.shz-faq-rep { padding: 0 4px 20px; max-width: 68ch; display: grid; gap: 0.8em; }

/* Texte de rubrique et pages */
.shz-edito-large { padding-top: clamp(56px, 8vw, 104px); }
.shz-prose-rubrique, .shz-prose-page { max-width: 72ch; }
.shz-prose-rubrique h2, .shz-prose-page h2 { font-stretch: 62%; font-weight: 900; text-transform: uppercase; line-height: 0.95; letter-spacing: -0.015em; font-size: clamp(1.9rem, 3.4vw, 2.75rem); text-wrap: balance; }
.shz-prose-rubrique h2:first-child, .shz-prose-page > :first-child { margin-top: 0; }
.shz-prose ol { list-style: decimal; padding-left: 1.4em; display: grid; gap: 0.4em; }
.shz-prose a { text-decoration-color: var(--shz-rouge); }
.shz-prose a:hover { background: var(--shz-jaune); }
.shz-prose a.shz-acheter, .shz-prose a.shz-acheter:hover { text-decoration: none; }
.shz-prose a.shz-acheter:hover { background: var(--shz-noir); }
.shz-col-tete .shz-page-tete { grid-template-columns: 1fr; }
.shz-page-corps { padding-top: clamp(40px, 6vw, 72px); }
.shz-prose-page .shz-trois { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: var(--shz-filet); max-width: none; }
.shz-prose-page .shz-trois > div { padding: 22px; border-left: var(--shz-filet); display: grid; gap: 8px; align-content: start; }
.shz-prose-page .shz-trois > div:first-child { border-left: 0; }
.shz-prose-page .shz-trois b { font-stretch: 75%; font-weight: 800; text-transform: uppercase; font-size: 1.2rem; line-height: 1.1; }
.shz-prose-page .shz-exergue { font-stretch: 75%; font-weight: 800; font-size: clamp(1.5rem, 2.6vw, 2rem); line-height: 1.15; border-top: 6px solid var(--shz-rouge); padding-top: 18px; }
.shz-prose-page .shz-refus { list-style: none; padding: 0; border-top: var(--shz-filet); }
.shz-prose-page .shz-refus li { padding: 12px 0; border-bottom: 1px solid var(--shz-noir); font-weight: 600; }
.shz-prose-page .shz-plan { columns: 2; column-gap: 40px; list-style: none; padding: 0; display: block; }
.shz-prose-page .shz-plan li { padding: 3px 0; break-inside: avoid; }
@media (max-width: 820px) {
  .shz-prose-page .shz-trois { grid-template-columns: 1fr; }
  .shz-prose-page .shz-trois > div { border-left: 0; border-top: var(--shz-filet); }
  .shz-prose-page .shz-trois > div:first-child { border-top: 0; }
  .shz-prose-page .shz-plan { columns: 1; }
}

/* Liste des guides */
.shz-guides { border-top: var(--shz-filet); }
.shz-guides li { border-bottom: var(--shz-filet); }
.shz-guides a { display: grid; gap: 12px; padding: 28px 4px; text-decoration: none; transition: background-color 0.2s, padding 0.3s var(--shz-sortie); }
.shz-guides a:hover { background: var(--shz-jaune-pale); padding-inline: 20px; }
.shz-guides p { max-width: 68ch; }
.shz-guides a.shz-guides-photo { grid-template-columns: minmax(0, 280px) minmax(0, 1fr); column-gap: 28px; align-items: start; }
.shz-guides-photo img { grid-row: 1 / span 3; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border: var(--shz-filet); }
@media (max-width: 700px) { .shz-guides a.shz-guides-photo { grid-template-columns: 1fr; } .shz-guides-photo img { grid-row: auto; } }

/* Illustrations des guides */
.shz-prose .shz-illustration { margin: 0; }
.shz-prose .shz-illustration img { height: auto; display: block; }
.shz-prose .shz-illustration figcaption span { display: block; opacity: 0.7; font-size: 0.8125rem; }

/* Contact Form 7 */
.wpcf7 form p { margin: 0 0 14px; }
.wpcf7 label { font-weight: 700; display: grid; gap: 6px; }
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea { width: 100%; border: var(--shz-filet); border-radius: 0; padding: 13px 14px; background: #fff; }
.wpcf7 textarea { min-height: 160px; resize: vertical; }
.wpcf7 input[type="submit"] { background: var(--shz-noir); color: #fff; border: var(--shz-filet); padding: 14px 26px; font-weight: 800; font-stretch: 80%; text-transform: uppercase; cursor: pointer; min-height: 52px; transition: background-color 0.18s, color 0.18s; }
.wpcf7 input[type="submit"]:hover { background: var(--shz-jaune); color: var(--shz-noir); }
.wpcf7-not-valid-tip { color: var(--shz-rouge-fonce); font-size: 0.875rem; font-weight: 600; margin-top: 4px; display: block; }
.wpcf7 form .wpcf7-response-output { margin: 14px 0 0; padding: 12px 14px; border: var(--shz-filet); font-weight: 600; font-size: 0.9375rem; }
.wpcf7-spinner { display: none; }
/* Lettre d'info : CF7 enveloppe tout dans des <p> et glisse un <br> entre le champ et le bouton */
.shz-lettre-form .wpcf7 form p { margin: 0; }
.shz-lettre-form .shz-nl-row { border: 2px solid #fff; }
.shz-lettre-form .shz-nl-row p { display: flex; align-items: stretch; }
.shz-lettre-form .shz-nl-row br { display: none; }
.shz-lettre-form .shz-nl-row .wpcf7-form-control-wrap { flex: 1; min-width: 0; display: flex; }
.shz-lettre-form input.shz-nl-input { width: 100%; background: transparent; border: 0; padding: 15px 16px; color: #fff; min-height: 56px; }
.shz-lettre-form input.shz-nl-input::placeholder { color: var(--shz-gris-clair); }
.shz-lettre-form input.shz-nl-submit { flex: none; background: var(--shz-jaune); color: var(--shz-noir); border: 0; border-left: 2px solid #fff; padding: 0 24px; min-height: 56px; }
.shz-lettre-form input.shz-nl-submit:hover { background: #fff; color: var(--shz-noir); }
.shz-lettre-form input.shz-nl-submit:disabled { cursor: not-allowed; }
.shz-lettre-form input.shz-nl-submit:disabled:hover { background: var(--shz-jaune); }
.shz-lettre-form .shz-nl-consent { margin-top: 14px; }
.shz-lettre-form .shz-nl-consent label { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; font-size: 0.875rem; line-height: 1.45; color: var(--shz-gris-clair); cursor: pointer; }
.shz-lettre-form .shz-nl-consent input { accent-color: var(--shz-jaune); width: 20px; height: 20px; margin: 1px 0 0; flex: none; }
.shz-lettre-form .shz-nl-consent a { color: #fff; }
.shz-lettre-form .wpcf7-list-item { margin: 0; display: block; }
.shz-lettre-form .wpcf7-not-valid-tip { color: var(--shz-jaune); padding: 6px 16px; }
.shz-lettre-form .wpcf7 form .wpcf7-response-output { border-color: #fff; color: #fff; }
@media (max-width: 520px) {
  .shz-lettre-form .shz-nl-row p { flex-direction: column; }
  .shz-lettre-form input.shz-nl-submit { border-left: 0; border-top: 2px solid #fff; }
}

/* ------------------------------------------------------------------ Composants des guides */
.shz-faits { background: var(--shz-noir); color: #fff; padding: 26px 28px; display: grid; gap: 14px; }
.shz-faits b.shz-t-petit { color: var(--shz-jaune); }
.shz-prose .shz-faits ul { list-style: none; padding: 0; display: grid; gap: 10px; }
.shz-faits li { padding-left: 26px; position: relative; }
.shz-faits li::before { content: ""; position: absolute; left: 0; top: 0.5em; width: 12px; height: 12px; border-radius: 50%; background: var(--shz-jaune); }
.shz-faits ::selection { background: var(--shz-jaune); color: var(--shz-noir); }
.shz-cite { border-top: 6px solid var(--shz-rouge); padding-top: 16px; font-stretch: 75%; font-weight: 800; font-size: clamp(1.35rem, 2.2vw, 1.75rem); line-height: 1.2; }
.shz-cite small { display: block; margin-top: 8px; font-stretch: 100%; font-weight: 500; font-size: 0.875rem; color: var(--shz-encre); }
.shz-tableau { width: 100%; border-collapse: collapse; border: var(--shz-filet); font-size: 0.9375rem; }
.shz-tableau th, .shz-tableau td { padding: 11px 13px; border: 1px solid var(--shz-noir); text-align: left; vertical-align: top; }
.shz-tableau thead th { background: var(--shz-noir); color: #fff; font-stretch: 80%; text-transform: uppercase; font-size: 0.8125rem; letter-spacing: 0.02em; }
.shz-tableau tbody tr:nth-child(even) { background: var(--shz-jaune-pale); }
.shz-tableau tbody th { font-weight: 700; }
.shz-cta { background: var(--shz-jaune); border: var(--shz-filet); padding: 22px 24px; display: grid; grid-template-columns: 1fr auto; gap: 14px 24px; align-items: center; }
.shz-cta b { font-stretch: 75%; font-weight: 800; text-transform: uppercase; font-size: 1.3rem; line-height: 1.1; display: block; }
.shz-cta p { font-size: 0.9375rem; margin-top: 4px; }
.shz-prose .shz-cta a { background: var(--shz-noir); color: #fff; text-decoration: none; padding: 14px 22px; font-weight: 800; font-stretch: 80%; text-transform: uppercase; min-height: 52px; display: inline-flex; align-items: center; border: var(--shz-filet); transition: background-color 0.18s, color 0.18s; }
.shz-prose .shz-cta a:hover { background: var(--shz-rouge); color: #fff; }
.shz-outil { border: var(--shz-filet); background: var(--shz-bleu-pale); padding: 24px; display: grid; gap: 16px; }
.shz-outil-champs { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
.shz-outil label { display: grid; gap: 6px; font-weight: 700; font-size: 0.9375rem; }
.shz-outil input[type="number"], .shz-outil select { border: var(--shz-filet); border-radius: 0; background: #fff; padding: 11px 12px; min-height: 48px; width: 100%; font-weight: 600; }
.shz-outil-resultat { background: var(--shz-bleu); color: #fff; padding: 18px 20px; display: grid; gap: 6px; min-height: 92px; align-content: center; }
.shz-outil-resultat b { font-stretch: 66%; font-weight: 900; font-size: 1.9rem; line-height: 1; color: var(--shz-jaune); }
.shz-prose .shz-outil-resultat a { color: #fff; text-decoration-color: var(--shz-jaune); }
.shz-prose .shz-outil-resultat a:hover { background: transparent; color: var(--shz-jaune); }
.shz-note-methode { font-size: 0.875rem; color: var(--shz-encre); border-left: 0; border-top: 1px solid var(--shz-noir); padding-top: 12px; }
.shz-aussi { border-top: var(--shz-filet); margin-top: 8px; }
.shz-aussi li { border-bottom: 1px solid var(--shz-noir); }
.shz-prose .shz-aussi { list-style: none; padding: 0; gap: 0; }
.shz-prose .shz-aussi a { display: flex; justify-content: space-between; gap: 16px; padding: 14px 4px; text-decoration: none; font-weight: 700; }
.shz-prose .shz-aussi a:hover { background: var(--shz-jaune-pale); }
.shz-affiliation { font-size: 0.875rem; color: var(--shz-encre); margin-top: 12px; }
@media (max-width: 820px) { .shz-cta { grid-template-columns: 1fr; } .shz-prose .shz-cta a { justify-content: center; } }
.shz-prose .shz-aussi svg { width: 20px; height: 20px; flex: none; }

/* Comment matcher cette paire : conseils de tenue sur la fiche produit */
.shz-match-region { background: var(--shz-rouge-pale); }
.shz-match-chapo { margin-top: 14px; max-width: 60ch; font-weight: 600; }
.shz-match { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 32px; border-top: var(--shz-filet); border-left: var(--shz-filet); background: var(--shz-papier); }
.shz-match-look { position: relative; padding: 28px 24px 26px; border-right: var(--shz-filet); border-bottom: var(--shz-filet); display: grid; gap: 10px; align-content: start; }
.shz-match-num { font-stretch: 62%; font-weight: 900; font-size: 3.25rem; line-height: 0.8; color: var(--shz-rouge); }
.shz-match-bas { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); border-left: var(--shz-filet); }
.shz-match-palette, .shz-match-eviter { padding: 26px 24px; border-right: var(--shz-filet); border-bottom: var(--shz-filet); display: grid; gap: 10px; align-content: start; }
.shz-match-palette { background: var(--shz-jaune-pale); }
.shz-match-eviter { background: var(--shz-noir); color: #fff; }
.shz-match-eviter .shz-suite { color: var(--shz-jaune); margin-top: 6px; }
.shz-match-bas > :only-child { grid-column: 1 / -1; }
.shz-match-palette ul { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin-top: 4px; }
.shz-match-palette li { border: var(--shz-filet); background: var(--shz-papier); padding: 5px 12px 4px; font-weight: 700; font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.02em; }
.shz-match p { max-width: 46ch; }
@media (max-width: 900px) { .shz-match, .shz-match-bas { grid-template-columns: 1fr; } }
