/* Le Gratiné 74 — page « Passe ta commande » (ambiance pop, couleurs vives) */

.page-commande { background: var(--creme); color: var(--encre); }

.btn-panier-haut { gap: 8px; }
.btn-panier-haut svg { width: 18px; height: 18px; }
.btn-panier-haut .compte { font-size: 15px; }
@media (min-width: 1024px) { .btn-panier-haut { display: none; } }

/* ---------- En-tête du parcours ---------- */
.parcours-tete {
  position: relative;
  overflow: hidden;
  background:
    repeating-conic-gradient(from -4deg at 88% 20%, rgba(255, 255, 255, 0.26) 0deg 7deg, transparent 7deg 16deg),
    var(--jaune);
  padding: 26px 0 26px;
  border-bottom: var(--trait);
}
.parcours-tete::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 300px;
  height: 200px;
  background: radial-gradient(var(--jaune-fonce) 2.2px, transparent 2.6px) 0 0 / 15px 15px;
  -webkit-mask: radial-gradient(circle at 100% 100%, #000 0, transparent 70%);
  mask: radial-gradient(circle at 100% 100%, #000 0, transparent 70%);
  opacity: 0.6;
  pointer-events: none;
}
.parcours-tete .wrap { position: relative; z-index: 1; }
.parcours-titre { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 14px 30px; margin-bottom: 18px; }
.parcours-titre .jaune { color: var(--blanc); -webkit-text-stroke: 0.06em var(--encre); paint-order: stroke fill; text-shadow: 0.07em 0.07em 0 var(--rouge); }
.etapes-mini { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.etapes-mini li { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; background: var(--blanc); border: 2px solid var(--encre); padding: 5px 12px 5px 5px; border-radius: 99px; opacity: 0.6; }
.etapes-mini b { width: 24px; height: 24px; border-radius: 50%; background: var(--jaune); border: 2px solid var(--encre); display: grid; place-items: center; font-family: var(--f-titre); font-size: 12px; }
body.attente-mode .etapes-mini li.e1, body:not(.attente-mode) .etapes-mini li.e2 { opacity: 1; box-shadow: 3px 3px 0 var(--encre); }
body:not(.attente-mode) .etapes-mini li.e1 b { background: var(--vert); color: #fff; }
.choix-mode {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px 12px 18px;
  border-radius: 18px;
  background: var(--blanc);
  border: var(--trait);
  box-shadow: var(--pop);
  text-align: left;
  font-weight: 600;
  font-size: 15px;
}
.choix-mode-edit { flex: none; background: var(--jaune); border: 2px solid var(--encre); font-size: 13px; font-weight: 800; padding: 6px 12px; border-radius: 99px; }
.ferme-bandeau { background: var(--rouge); color: var(--blanc); border: var(--trait); box-shadow: var(--pop); border-radius: var(--r-m); padding: 14px 18px; display: grid; gap: 2px; }
.ferme-bandeau b { font-family: var(--f-titre); font-weight: 900; text-transform: uppercase; font-size: 17px; }
#bandeau-ferme .ferme-bandeau { margin: 14px 0 0; }

/* Étape 1 obligatoire : tant que le mode et l'heure ne sont pas choisis, la carte est masquée */
.etape-depart {
  position: relative;
  max-width: 640px;
  margin: 6px 0 8px;
  background: var(--blanc);
  border: var(--trait);
  border-radius: 28px;
  box-shadow: var(--pop-l);
  scroll-margin-top: 90px;
  animation: apparaitModale 0.25s ease;
}
.etape-num-mini { margin: 0 0 6px !important; font-family: var(--f-titre); font-weight: 900; text-transform: uppercase; font-size: 12px; letter-spacing: 0.08em; color: var(--rouge) !important; }
body.attente-mode .rubriques,
body.attente-mode .rubriques-mini,
body.attente-mode .commande-grille,
body.attente-mode .barre-panier,
body.attente-mode #choix-mode,
body.attente-mode #bandeau-ferme { display: none !important; }
body.attente-mode .parcours-tete { min-height: calc(100vh - var(--header-h)); padding-bottom: 60px; }

/* ---------- Menu défilant des rubriques ---------- */
.rubriques { padding: 22px 0 8px; }
.rubriques-cadre { position: relative; }
.rubriques-piste { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 6px 18px 2px; scrollbar-width: none; }
.rubriques-piste::-webkit-scrollbar { display: none; }
.rubrique {
  flex: none;
  width: 144px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 7px 7px 12px;
  border-radius: 22px;
  background: var(--blanc);
  border: var(--trait);
  box-shadow: var(--pop);
  text-align: left;
  transition: transform 0.14s, box-shadow 0.14s, background 0.14s;
}
.rubrique:hover { transform: translate(-2px, -3px) rotate(-1.5deg); box-shadow: 6px 7px 0 var(--encre); }
.rub-visuel { display: block; aspect-ratio: 1; border-radius: 15px; overflow: hidden; border: 2.5px solid var(--encre); }
.rub-visuel img { padding: 9%; }
.rub-visuel .ph svg { width: 56%; }
.rub-nom { font-family: var(--f-titre); font-weight: 900; text-transform: uppercase; font-size: 14.5px; line-height: 1.05; padding: 0 4px; }
.rub-prix { font-size: 12px; font-weight: 700; color: var(--gris); padding: 0 4px; margin-top: -4px; }
.rubrique.actif { background: var(--rouge); color: var(--blanc); transform: rotate(-2deg); box-shadow: 6px 6px 0 var(--encre); }
.rubrique.actif .rub-prix { color: var(--jaune); }
@media (min-width: 760px) { .rubrique { width: 160px; } }
.rub-fleche {
  display: none;
  position: absolute;
  top: calc(50% - 32px);
  z-index: 2;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--jaune);
  border: var(--trait);
  box-shadow: 3px 3px 0 var(--encre);
  place-items: center;
}
.rub-fleche svg { width: 20px; height: 20px; stroke-width: 3; }
.rub-fleche.gauche { left: 6px; }
.rub-fleche.droite { right: 6px; }
@media (min-width: 900px) and (hover: hover) { .rub-fleche { display: grid; } }

/* Barre compacte qui reste en haut */
.rubriques-mini {
  position: fixed;
  top: var(--header-h);
  left: 0;
  right: 0;
  z-index: 45;
  background: rgba(255, 246, 224, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: var(--trait);
  transform: translateY(-110%);
  transition: transform 0.25s ease;
  pointer-events: none;
}
.rubriques-mini.visible { transform: none; pointer-events: auto; }
.rubriques-mini-piste { display: flex; gap: 8px; overflow-x: auto; padding: 10px 0; scrollbar-width: none; }
.rubriques-mini-piste::-webkit-scrollbar { display: none; }
.rub-mini { flex: none; padding: 7px 15px; border-radius: 99px; background: var(--blanc); border: 2px solid var(--encre); font-weight: 800; font-size: 14px; white-space: nowrap; }
.rub-mini.actif { background: var(--rouge); color: var(--blanc); box-shadow: 2px 2px 0 var(--encre); }

/* ---------- Grille carte + panier ---------- */
.commande-grille { display: grid; gap: 28px; padding-top: 18px; padding-bottom: 120px; }
@media (min-width: 1024px) { .commande-grille { grid-template-columns: 1fr 360px; align-items: start; } }
.chargement { padding: 60px 0; text-align: center; color: var(--gris); }
.cat-desc { color: var(--gris); font-weight: 500; margin: 4px 0 16px; font-size: 15px; }
.grille-produits { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 700px) { .grille-produits { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; } }
@media (max-width: 420px) {
  .grille-produits { gap: 12px; }
  .grille-produits .produit h3 { font-size: 15px; }
  .grille-produits .produit .corps { padding: 11px 12px 12px; }
  .grille-produits .produit .plus { width: 36px; height: 36px; }
  .grille-produits .produit .prix { font-size: 18px; }
}

/* Vue d'une rubrique */
.rubrique-vue .pinceau { font-size: clamp(30px, 4.4vw, 44px); margin-bottom: 2px; }
.sous-choix { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 28px; }
.choix-cat {
  display: flex;
  flex-direction: column;
  border-radius: var(--r-l);
  overflow: hidden;
  background: var(--blanc);
  border: var(--trait);
  box-shadow: var(--pop);
  text-align: left;
  transition: transform 0.14s, box-shadow 0.14s;
}
.choix-cat:hover { transform: translate(-2px, -3px) rotate(-1deg); box-shadow: 6px 7px 0 var(--encre); }
.choix-cat.actif { background: var(--jaune); box-shadow: 6px 6px 0 var(--encre); }
.cc-visuel { display: block; aspect-ratio: 16 / 10; overflow: hidden; border-bottom: var(--trait); }
.cc-visuel img { padding: 6%; }
.cc-corps { display: flex; flex-direction: column; gap: 6px; padding: 16px 18px 18px; flex: 1; }
.cc-corps b { font-family: var(--f-titre); font-weight: 900; text-transform: uppercase; font-size: clamp(17px, 2.2vw, 22px); line-height: 1; }
.cc-corps small { font-size: 13.5px; color: var(--gris); font-weight: 500; line-height: 1.35; }
.cc-pied { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 8px; font-weight: 800; font-size: 14px; }
.cc-go { width: 40px; height: 40px; border-radius: 50%; background: var(--jaune); border: 2.5px solid var(--encre); display: grid; place-items: center; flex: none; }
.cc-go svg { width: 18px; height: 18px; stroke-width: 3; }
.choix-cat.actif .cc-go { background: var(--rouge); color: var(--blanc); }
.sous-choix.reduit .cc-visuel { aspect-ratio: 16 / 6; }
.sous-choix.reduit .cc-corps small { display: none; }
@media (max-width: 520px) {
  .sous-choix { gap: 12px; }
  .cc-corps { padding: 12px 12px 14px; }
  .cc-corps small { font-size: 12.5px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
  .cc-pied { font-size: 12.5px; }
  .cc-go { width: 34px; height: 34px; }
}
.liste-cat { scroll-margin-top: 140px; }
.liste-titre { font-family: var(--f-titre); font-weight: 900; text-transform: uppercase; font-size: 22px; margin: 0; }
.suite {
  margin: 36px 0 10px;
  padding: 20px;
  border-radius: var(--r-l);
  background: var(--orange);
  border: var(--trait);
  box-shadow: var(--pop);
}
.suite p { margin: 0 0 12px; font-family: var(--f-titre); font-weight: 900; text-transform: uppercase; font-size: 18px; }
.suite-liste { display: flex; flex-wrap: wrap; gap: 10px; }
.puce { display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; border-radius: 99px; background: var(--creme); border: 2px solid var(--encre); font-size: 13px; font-weight: 700; }
.puce:hover { background: var(--jaune); }
.puce svg { width: 14px; height: 14px; stroke-width: 3; }
.puce-grande { padding: 10px 16px; font-size: 14px; background: var(--blanc); box-shadow: 2px 2px 0 var(--encre); }

/* ---------- Panier ---------- */
.panier {
  background: var(--blanc);
  border: var(--trait);
  border-radius: var(--r-l);
  box-shadow: var(--pop-l);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overscroll-behavior: contain;
}
@media (min-width: 1024px) {
  .panier { position: sticky; top: calc(var(--header-h) + 70px); max-height: calc(100vh - var(--header-h) - 90px); }
  .fermer, .voile, .barre-panier { display: none !important; }
}
@media (max-width: 1023px) {
  .panier {
    position: fixed;
    z-index: 90;
    inset: auto 0 0 0;
    max-height: 92vh;
    border-radius: 26px 26px 0 0;
    border-bottom: 0;
    box-shadow: 0 -8px 0 rgba(27, 21, 17, 0.12);
    transform: translateY(105%);
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    padding-bottom: env(safe-area-inset-bottom);
  }
  .panier.ouvert { transform: none; }
  .voile { position: fixed; inset: 0; z-index: 85; background: rgba(27, 21, 17, 0.45); opacity: 0; pointer-events: none; transition: opacity 0.25s; }
  .voile.ouvert { opacity: 1; pointer-events: auto; }
}
.panier-tete { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding: 18px 22px 12px; background: var(--jaune); border-bottom: var(--trait); border-radius: 26px 26px 0 0; }
.panier-tete h2 { font-family: var(--f-titre); font-weight: 900; text-transform: uppercase; margin: 0; font-size: 22px; }
.fermer { width: 42px; height: 42px; border-radius: 50%; background: var(--blanc); border: 2.5px solid var(--encre); display: grid; place-items: center; }
.fermer svg { width: 20px; height: 20px; stroke-width: 3; }
.panier-corps { padding: 4px 22px 0; }
.panier-vide { text-align: center; color: var(--gris); font-weight: 500; padding: 26px 8px 30px; }
.panier-vide b { display: block; font-family: var(--f-titre); font-weight: 900; text-transform: uppercase; color: var(--encre); font-size: 18px; margin-bottom: 4px; }
.ligne-panier { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; padding: 14px 0; border-bottom: 2px dashed var(--creme-2); }
.ligne-panier:last-child { border-bottom: 0; }
.ligne-panier .nom { font-weight: 800; line-height: 1.25; }
.ligne-panier .prix-ligne { font-family: var(--f-titre); font-weight: 900; white-space: nowrap; }
.ligne-panier ul { grid-column: 1 / -1; margin: 0; padding: 0; list-style: none; font-size: 13px; color: var(--gris); font-weight: 500; }
.ligne-panier ul li::before { content: "• "; }
.qte { grid-column: 1 / -1; display: flex; align-items: center; gap: 10px; margin-top: 6px; }
.qte button { width: 32px; height: 32px; border-radius: 50%; background: var(--creme); border: 2px solid var(--encre); display: grid; place-items: center; }
.qte button:hover { background: var(--jaune); }
.qte button svg { width: 16px; height: 16px; stroke-width: 3; }
.qte span { min-width: 18px; text-align: center; font-weight: 800; }
.suggestions { padding: 6px 0 10px; }
.suggestions p { margin: 0 0 8px; font-size: 13px; font-weight: 800; color: var(--rouge); text-transform: uppercase; letter-spacing: 0.04em; }
.suggestions-liste { display: flex; gap: 8px; flex-wrap: wrap; }
.panier-pied { padding: 16px 22px 0; border-top: var(--trait); display: grid; gap: 12px; }
.panier-envoi { position: sticky; bottom: 0; background: var(--blanc); margin: 0 -22px; padding: 12px 22px 18px; display: grid; gap: 10px; border-top: 2px dashed var(--creme-2); }
.panier-pied .total { display: flex; justify-content: space-between; align-items: baseline; font-family: var(--f-titre); font-weight: 900; font-size: 24px; text-transform: uppercase; }
.panier-pied .mention { font-size: 13px; color: var(--gris); font-weight: 600; display: flex; gap: 8px; align-items: center; margin: -4px 0 0; }
.champ { display: grid; gap: 6px; }
.champ label { font-weight: 800; font-size: 14px; }
.champ label small { font-weight: 500; color: var(--gris); }
.champ input, .champ textarea {
  width: 100%;
  border: 2.5px solid var(--encre);
  background: var(--creme);
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 16px;
  outline: none;
  resize: vertical;
}
.champ input:focus, .champ textarea:focus { background: var(--blanc); box-shadow: 3px 3px 0 var(--jaune); }
.champ.erreur input { border-color: var(--rouge); background: #ffe5e2; }
.recap-mode { display: flex; justify-content: space-between; align-items: center; gap: 10px; background: var(--creme); border: 2px solid var(--encre); border-radius: 14px; padding: 10px 14px; font-size: 14px; font-weight: 700; }
.recap-mode button { color: var(--rouge); font-weight: 800; text-decoration: underline; }

/* Barre panier mobile */
.barre-panier {
  position: fixed;
  z-index: 70;
  left: 14px;
  right: 14px;
  bottom: calc(14px + env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 18px 0 8px;
  min-height: 62px;
  border-radius: 99px;
  background: var(--rouge);
  color: var(--blanc);
  border: var(--trait);
  box-shadow: var(--pop);
  font-family: var(--f-titre);
  font-weight: 900;
  text-transform: uppercase;
  animation: monte 0.3s ease;
}
.barre-panier > span:nth-child(2) { flex: 1; text-align: left; }
.bp-compte { min-width: 42px; height: 42px; border-radius: 99px; background: var(--jaune); color: var(--encre); border: 2.5px solid var(--encre); display: grid; place-items: center; }
.bp-total { color: var(--jaune); }
@keyframes monte { from { transform: translateY(120%); } }

/* ---------- Modales ---------- */
.modale {
  width: min(560px, calc(100% - 24px));
  max-height: min(88vh, 900px);
  padding: 0;
  border: var(--trait);
  border-radius: 28px;
  background: var(--blanc);
  color: var(--encre);
  box-shadow: 8px 8px 0 var(--encre);
  overflow: hidden;
}
.modale[open] { display: flex; flex-direction: column; animation: apparaitModale 0.25s ease; }
.modale::backdrop { background: rgba(27, 21, 17, 0.5); }
@keyframes apparaitModale { from { opacity: 0; transform: translateY(20px) scale(0.98); } }
@media (max-width: 640px) {
  .modale { width: 100%; max-width: 100%; max-height: 94vh; margin: auto 0 0; border-radius: 26px 26px 0 0; border-bottom: 0; box-shadow: none; }
  @keyframes apparaitModale { from { transform: translateY(40%); opacity: 0.4; } }
}
.modale-contenu { overflow-y: auto; flex: 1; overscroll-behavior: contain; }
.modale-tete { padding: 26px 24px 8px; }
.modale-tete h2 { font-family: var(--f-titre); font-weight: 900; text-transform: uppercase; font-size: 28px; line-height: 1; margin: 0 0 8px; }
.modale-tete p { margin: 0; color: var(--gris); font-weight: 500; }
.modale .fermer { position: absolute; top: 14px; right: 14px; z-index: 3; box-shadow: 2px 2px 0 var(--encre); }
.modale-pied { padding: 14px 20px calc(16px + env(safe-area-inset-bottom)); border-top: var(--trait); display: flex; gap: 12px; align-items: center; background: var(--creme); }

/* Choix du mode */
.modes { display: grid; gap: 12px; padding: 16px 24px 26px; }
.mode {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 20px;
  background: var(--creme);
  border: var(--trait);
  text-align: left;
  transition: transform 0.12s, box-shadow 0.12s, background 0.12s;
}
.mode:hover { transform: translate(-2px, -2px); box-shadow: var(--pop); background: var(--jaune-clair); }
.mode.actif { background: var(--jaune); box-shadow: var(--pop); }
.mode .emoji { font-size: 30px; width: 56px; height: 56px; display: grid; place-items: center; background: var(--blanc); border: 2.5px solid var(--encre); border-radius: 16px; flex: none; }
.mode b { display: block; font-family: var(--f-titre); font-weight: 900; text-transform: uppercase; font-size: 20px; }
.mode small { color: var(--gris); font-size: 13.5px; font-weight: 500; }
.creneaux-titre { font-family: var(--f-titre); font-weight: 900; text-transform: uppercase; font-size: 15px; margin: 4px 24px 10px; }
.creneaux { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 24px 24px; }
.creneau { padding: 10px 14px; border-radius: 12px; background: var(--creme); border: 2px solid var(--encre); font-weight: 800; font-size: 14px; }
.creneau:hover { background: var(--jaune-clair); }
.creneau.actif { background: var(--rouge); color: var(--blanc); box-shadow: 2px 2px 0 var(--encre); }
.creneau.asap { flex-basis: 100%; text-align: left; padding: 14px 16px; background: var(--jaune); }
.info-livraison { margin: 0 24px 24px; padding: 20px; border-radius: 20px; background: var(--orange); border: var(--trait); display: grid; gap: 14px; }
.info-livraison p { margin: 0; font-weight: 600; }
.info-livraison b { color: var(--encre) !important; }
.alerte { margin: 0 24px 20px; padding: 14px 16px; border-radius: 14px; background: #ffe5e2; border: 2px solid var(--rouge); color: #8a1712; font-weight: 700; font-size: 14px; }

/* Fiche produit */
.fiche-visuel { position: relative; aspect-ratio: 16 / 10; flex: none; border-bottom: var(--trait); }
.fiche-visuel img { padding: 6%; }
.fiche-visuel .ph svg { width: 30%; }
.fiche-tete { padding: 20px 22px 6px; }
.fiche-tete h2 { font-family: var(--f-titre); font-weight: 900; text-transform: uppercase; font-size: 28px; line-height: 1; margin: 0 0 8px; }
.fiche-tete p { margin: 0; color: var(--gris); font-weight: 500; }
.groupe { padding: 16px 22px 6px; scroll-margin-top: 10px; }
.groupe + .groupe { border-top: 2px dashed var(--creme-2); }
.groupe-tete { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-bottom: 10px; }
.groupe-tete h3 { font-family: var(--f-titre); font-weight: 900; text-transform: uppercase; font-size: 16px; margin: 0; }
.regle { font-size: 12px; font-weight: 800; padding: 4px 10px; border-radius: 99px; background: var(--creme); border: 1.5px solid var(--encre); color: var(--encre); white-space: nowrap; }
.regle.requis { background: var(--jaune); }
.regle.ok { background: #d8f5e3; color: #0d6b35; border-color: #0d6b35; }
.groupe.manque .regle { background: var(--rouge); color: #fff; border-color: var(--encre); animation: secoue 0.4s; }
@keyframes secoue { 25% { transform: translateX(-4px); } 75% { transform: translateX(4px); } }
.choix-liste { display: grid; gap: 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); padding-bottom: 12px; }
.choix-liste.une-colonne { grid-template-columns: 1fr; }
.choix {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: var(--creme);
  border: 2px solid rgba(27, 21, 17, 0.25);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  min-height: 48px;
  transition: border-color 0.12s, background 0.12s;
}
.choix:hover { border-color: var(--encre); }
.choix .coche { flex: none; width: 22px; height: 22px; border-radius: 7px; background: var(--blanc); border: 2px solid var(--encre); display: grid; place-items: center; color: transparent; }
.choix.radio .coche { border-radius: 50%; }
.choix .coche svg { width: 14px; height: 14px; stroke-width: 3.5; }
.choix .nom-choix { flex: 1; }
.choix .prix-choix { font-size: 12.5px; color: var(--gris); font-weight: 800; white-space: nowrap; }
.choix.coche-ok { background: var(--jaune); border-color: var(--encre); box-shadow: 2px 2px 0 var(--encre); }
.choix.coche-ok .coche { background: var(--encre); color: var(--jaune); }
.choix.coche-ok .prix-choix { color: var(--encre); }
.choix.epuise { opacity: 0.45; pointer-events: none; }
.choix.epuise .nom-choix::after { content: " · épuisé"; font-weight: 600; color: var(--rouge); }
.choix.bloque { opacity: 0.5; }
.stepper { display: flex; align-items: center; gap: 4px; background: var(--blanc); border: 2.5px solid var(--encre); border-radius: 99px; padding: 3px; flex: none; }
.stepper button { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--creme); }
.stepper button:hover { background: var(--jaune); }
.stepper button svg { width: 18px; height: 18px; stroke-width: 3; }
.stepper span { min-width: 26px; text-align: center; font-weight: 900; font-size: 17px; }
.modale-pied .btn { flex: 1; justify-content: space-between; padding: 0 22px; }

/* Envoi */
.envoi { padding: 30px 26px 26px; text-align: center; display: grid; gap: 14px; justify-items: center; }
.envoi .rond-wa { width: 80px; height: 80px; border-radius: 50%; background: var(--vert-wa); color: #fff; border: var(--trait); box-shadow: var(--pop); display: grid; place-items: center; }
.envoi .rond-wa svg { width: 42px; height: 42px; }
.envoi h2 { font-family: var(--f-titre); font-weight: 900; text-transform: uppercase; font-size: 28px; line-height: 1; margin: 0; }
.envoi p { margin: 0; color: var(--gris); font-weight: 500; max-width: 400px; }
.envoi .actions { display: grid; gap: 12px; width: 100%; margin-top: 6px; }
.lien-simple { color: var(--gris); font-weight: 700; text-decoration: underline; font-size: 14px; }

.toast {
  position: fixed;
  left: 50%;
  bottom: 96px;
  z-index: 200;
  transform: translate(-50%, 30px);
  opacity: 0;
  pointer-events: none;
  background: var(--encre);
  color: var(--blanc);
  border: 2.5px solid var(--encre);
  box-shadow: 3px 3px 0 var(--jaune);
  padding: 12px 20px;
  border-radius: 99px;
  font-weight: 700;
  font-size: 14px;
  transition: opacity 0.2s, transform 0.2s;
  white-space: nowrap;
}
.toast.visible { opacity: 1; transform: translate(-50%, 0); }
.toast b { color: var(--jaune); }

/* Téléphone : en-tête du parcours plus compact pour voir vite le menu défilant */
@media (max-width: 600px) {
  .parcours-tete { padding: 18px 0 18px; }
  .parcours-titre { margin-bottom: 12px; }
  .parcours-titre .titre-l { font-size: 32px; }
  .parcours-titre .titre-l br { display: none; }
  body:not(.attente-mode) .etapes-mini { display: none; }
  .etape-depart .modale-tete h2 { font-size: 25px; }
  .choix-mode { font-size: 14px; padding: 10px 12px 10px 14px; }
  #bandeau-ferme .ferme-bandeau { padding: 12px 14px; font-size: 14px; }
  #bandeau-ferme .ferme-bandeau b { font-size: 15px; }
  .rubriques { padding-top: 16px; }
  .rubrique { width: 120px; border-radius: 18px; padding: 6px 6px 10px; }
  .rub-visuel { border-radius: 12px; }
  .rub-nom { font-size: 13px; }
}
