/* ============================================================
   NS24 — Landing V2 « Devant la vitrine » (2026-08-22)
   Direction : être accueilli devant la boutique allumée la nuit.
   Matériau : photos réelles du magasin + Néo, plaque d'horaires
   de porte (données dynamiques injectées via #ns24-*), typo
   affiche retail. Lumière froide des frigos, pas d'effet gratuit.
   ============================================================ */


.ns24v2 {
  --nuit: #07090f;
  --nuit-2: #0c1018;
  --froid: #bfe0ff;        /* lumière froide des frigos */
  --glace: #eef2f8;
  --brouillard: #8d97ad;
  --enseigne: #2563eb;
  --accent: #d946ef;
  --plaque: #f4f2ec;       /* plaque horaires de porte */
  --encre: #16181d;
  --ouvert: #1fa96a;
  --ferme: #d64545;
  --display: 'Anton', 'Arial Narrow', sans-serif;
}

.ns24v2 * { box-sizing: border-box; }

.ns24v2 {
  background: var(--nuit);
  color: var(--glace);
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.6;
}

/* ---------- header / footer shell ---------- */
.ns24SiteHeader {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px clamp(16px, 4vw, 48px);
  background: rgba(7, 9, 15, 0.88);
  border-bottom: 1px solid rgba(191, 224, 255, 0.12);
}
.ns24ShellLogo { width: 36px; height: 36px; object-fit: contain; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--glace); text-decoration: none; }
.brand > span { display: flex; flex-direction: column; font-weight: 700; font-size: 15px; letter-spacing: 0.04em; }
.navLinks { display: flex; gap: clamp(12px, 2.5vw, 28px); }
.navLinks a {
  color: var(--brouillard);
  text-decoration: none;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 140ms ease-out;
}
.navLinks a:hover, .navLinks a:focus-visible { color: var(--froid); }

.ns24SiteFooter { border-top: 1px solid rgba(191, 224, 255, 0.1); background: var(--nuit-2); margin-top: 96px; }
.siteFooterInner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 32px clamp(16px, 4vw, 48px) 10px;
}
.footerLinks { display: flex; flex-wrap: wrap; gap: clamp(10px, 2vw, 22px); }
.footerLinks a { color: var(--brouillard); text-decoration: none; font-size: 13px; }
.footerLinks a:hover, .footerLinks a:focus-visible { color: var(--glace); }
.footerAlcoholNotice {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px clamp(16px, 4vw, 48px) 26px;
  font-size: 11.5px;
  color: var(--brouillard);
}

/* ---------- structure ---------- */
.ns24v2 section, .ns24v2 .bandeau { position: relative; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 clamp(16px, 4vw, 48px); }
.ns24v2 h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(30px, 4.6vw, 54px);
  line-height: 1.04;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 12px 0 14px;
}
.ns24v2 .eyebrow {
  font-size: 11.5px;
  font-weight: 750;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--froid);
  opacity: 0.85;
}

/* ---------- HERO : la vitrine ---------- */
.heroVitrine {
  min-height: min(92vh, 860px);
  display: grid;
  align-items: end;
  isolation: isolate;
}
.heroPhoto {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: 72% 20%;
}
/* obscurité portée à gauche pour le titre, lueur froide conservée à droite */
.heroVoile {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(7,9,15,0.62) 0%, rgba(7,9,15,0.05) 34%, transparent 55%),
    linear-gradient(94deg, rgba(7,9,15,0.92) 0%, rgba(7,9,15,0.72) 34%, rgba(7,9,15,0.08) 68%, transparent 100%);
}
.heroContenu { width: 100%; padding: clamp(90px, 16vh, 150px) 0 clamp(40px, 7vh, 72px); }
.heroContenu h1 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(44px, 7.6vw, 104px);
  line-height: 1.08;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 16px 0 18px;
  max-width: 12ch;
}
.heroLead { color: var(--glace); opacity: 0.88; max-width: 42ch; font-size: clamp(15px, 1.5vw, 17.5px); }

.statutPill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding: 8px 14px;
  border-radius: 4px;
  background: rgba(7, 9, 15, 0.66);
  border: 1px solid rgba(191, 224, 255, 0.25);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.05em;
  backdrop-filter: none;
}
.statutPill::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--brouillard); }
.statutPill.est-ouvert::before { background: #35d98a; animation: battement 2.4s ease-in-out infinite; }
.statutPill.est-ouvert { color: #7dedb6; border-color: rgba(53, 217, 138, 0.45); }
.statutPill.est-ferme::before { background: var(--ferme); }
.statutPill.est-ferme { color: #ff9d9d; border-color: rgba(214, 69, 69, 0.45); }
@keyframes battement { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }

.heroHoraires { margin-top: 10px; font-size: 14px; color: var(--brouillard); }
.heroHoraires b { color: var(--froid); font-weight: 750; }

.heroActions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; align-items: center; }
.btnCommander {
  display: inline-block;
  padding: 16px 28px;
  background: var(--enseigne);
  color: #fff;
  font-family: var(--display);
  font-size: 19px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 160ms ease-out, transform 160ms cubic-bezier(0.16,1,0.3,1);
}
.btnCommander:hover, .btnCommander:focus-visible { background: #1d4fd0; transform: translateY(-2px); }
.btnTel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 22px;
  color: var(--glace);
  text-decoration: none;
  border-bottom: 2px solid rgba(191, 224, 255, 0.35);
  font-weight: 700;
  font-size: 15px;
  transition: border-color 160ms ease-out;
}
.btnTel:hover, .btnTel:focus-visible { border-color: var(--froid); }

/* ---------- bandeau services : l'affiche en vitrine ---------- */
.bandeau {
  border-block: 1px solid rgba(191, 224, 255, 0.14);
  background: var(--nuit-2);
}
.bandeauListe {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 clamp(16px, 4vw, 48px);
}
.bandeauItem {
  flex: 1 1 220px;
  padding: 22px 26px;
  border-left: 1px solid rgba(191, 224, 255, 0.12);
}
.bandeauItem:first-child { border-left: 0; }
.bandeauItem small { display: block; font-size: 10.5px; font-weight: 750; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brouillard); margin-bottom: 4px; }
.bandeauItem b { font-family: var(--display); font-weight: 400; font-size: clamp(19px, 2vw, 25px); letter-spacing: 0.03em; text-transform: uppercase; }

/* ---------- texture & alternance de sections ---------- */
.texture {
  background-image:
    repeating-linear-gradient(45deg, rgba(191, 224, 255, 0.028) 0 1px, transparent 1px 9px),
    radial-gradient(900px 400px at 110% 0%, rgba(37, 99, 235, 0.07), transparent 60%);
}
.sectionNuit { background: var(--nuit-2); border-block: 1px solid rgba(191, 224, 255, 0.08); }

/* ---------- actus ---------- */
.actusSection { padding: 84px 0 8px; }
.pisteActu {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 340px);
  gap: 16px;
  overflow-x: auto;
  padding: 26px 4px 14px;
  scrollbar-width: thin;
  scrollbar-color: rgba(191,224,255,.25) transparent;
}
.carteActu { text-decoration: none; color: inherit; display: block; }
.carteActu img {
  width: 100%;
  aspect-ratio: 1/0.62;
  object-fit: cover;
  display: block;
  border-radius: 4px;
  filter: saturate(0.92);
  transition: filter 200ms ease-out;
}
.carteActu:hover img { filter: saturate(1.05); }
.carteActu p { margin: 8px 0 0; font-size: 15px; font-weight: 700; line-height: 1.35; }

/* ---------- rayons : le rayonnage ---------- */
.rayonsSection { padding: 96px 0 0; }
.rayonnage {
  display: flex;
  align-items: flex-end;
  gap: clamp(14px, 2.5vw, 30px);
  margin-top: 48px;
  padding: 0 clamp(8px, 2vw, 24px) 0;
  border-bottom: 4px solid var(--nuit-2);
}
.rayonnage figure { flex: 1; margin: 0; text-align: center; }
.rayonnage img {
  width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.5));
  transition: transform 260ms cubic-bezier(0.16,1,0.3,1);
}
.rayonnage figure:hover img { transform: translateY(-8px); }
.rayonnage figcaption {
  font-size: 11.5px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brouillard);
  padding: 14px 0;
}
.hGrande img { aspect-ratio: 1/1.06; }
.hMoyenne img { aspect-ratio: 1/0.82; }
.rayonsLegende {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  padding: 18px clamp(8px, 2vw, 24px) 0;
  color: var(--brouillard);
  font-size: 14px;
}

/* ---------- produits du moment ---------- */
.produitsSection { padding: 84px 0 12px; }
.prodRangee {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(150px, 190px);
  gap: 14px;
  overflow-x: auto;
  margin-top: 34px;
  padding: 10px 4px 18px;
  scrollbar-width: thin;
  scrollbar-color: rgba(191,224,255,.25) transparent;
}
.prodTuile {
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(191, 224, 255, 0.14);
  border-radius: 6px;
  background: var(--nuit-2);
  overflow: hidden;
  transition: transform 220ms cubic-bezier(0.16,1,0.3,1), border-color 220ms ease-out;
}
.prodTuile:hover { transform: translateY(-4px); border-color: rgba(191, 224, 255, 0.38); }
.prodTuile img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; background: #fff; }
.prodTuile div { padding: 10px 12px 12px; }
.prodTuile .nom { font-size: 11.5px; font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase; color: var(--glace); line-height: 1.35; min-height: 31px; }
.prodTuile .prix { font-family: var(--display); font-size: 21px; color: var(--froid); margin-top: 5px; }

/* ---------- modal actu ---------- */
.modalActu {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(4, 6, 11, 0.92);
}
.modalActu[hidden] { display: none; }
.modalPanneau {
  width: min(560px, 100%);
  max-height: min(86vh, 720px);
  overflow-y: auto;
  background: var(--nuit-3);
  border: 1px solid rgba(191, 224, 255, 0.28);
}
.modalPanneau img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.modalCorps { padding: 22px 26px 26px; }
.modalCorps time { display: block; font-size: 10.5px; font-weight: 750; letter-spacing: 0.18em; text-transform: uppercase; color: var(--froid); opacity: 0.75; }
.modalCorps h3 { font-family: var(--display); font-weight: 400; font-size: 25px; line-height: 1.15; text-transform: uppercase; margin: 8px 0 12px; }
.modalCorps .texte p { margin: 0 0 10px; color: var(--brouillard); font-size: 15px; }
.modalFermer {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(191, 224, 255, 0.35);
  background: rgba(7, 9, 15, 0.75);
  color: var(--glace);
  font-size: 19px;
  cursor: pointer;
}
.modalCta {
  display: inline-block;
  margin-top: 8px;
  padding: 12px 20px;
  background: var(--enseigne);
  color: #fff;
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}
.rayonsLegende span::before { content: "·"; color: var(--accent); margin-right: 10px; font-weight: 900; }
.rayonsLegende span:first-child::before { content: none; }

/* ---------- téléchargement app ---------- */
.appSection {
  position: relative;
  padding: 96px 0;
  background:
    radial-gradient(2px 2px at 12% 22%, rgba(191,224,255,.35), transparent 100%),
    radial-gradient(1.5px 1.5px at 78% 14%, rgba(217,70,239,.3), transparent 100%),
    radial-gradient(2px 2px at 88% 72%, rgba(191,224,255,.25), transparent 100%),
    radial-gradient(1.5px 1.5px at 32% 84%, rgba(191,224,255,.28), transparent 100%),
    repeating-linear-gradient(45deg, rgba(191, 224, 255, 0.024) 0 1px, transparent 1px 10px),
    radial-gradient(820px 480px at 76% 50%, rgba(37, 99, 235, 0.17), transparent 65%),
    var(--nuit-2);
  border-block: 1px solid rgba(191, 224, 255, 0.08);
}
.appZone {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}
.appZone h2 { margin-bottom: 10px; }
.appZone .sous-texte { color: var(--brouillard); max-width: 44ch; margin-top: 4px; }
.badgesStore { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin-top: 30px; }
.lienStore { display: inline-block; transition: transform 180ms cubic-bezier(0.16,1,0.3,1); }
.lienStore:hover { transform: translateY(-3px); }
.lienStore img { height: 60px; width: auto; display: block; }

/* téléphone 3D (CSS pur, léger) */
.phoneScene { perspective: 1200px; display: grid; place-items: center; padding: 20px 0 34px; }
.phone3D {
  position: relative;
  width: min(280px, 62vw);
  aspect-ratio: 9/18.6;
  border-radius: 42px;
  background: linear-gradient(145deg, #1a2136, #0c1122);
  border: 1px solid rgba(191, 224, 255, 0.28);
  box-shadow:
    inset 0 0 0 8px #05070f,
    0 40px 80px rgba(0, 0, 0, 0.65),
    0 0 60px rgba(37, 99, 235, 0.22);
  transform: rotateY(-14deg) rotateX(4deg);
  transform-style: preserve-3d;
  animation: phoneFlotte 6s ease-in-out infinite;
}
@keyframes phoneFlotte {
  0%, 100% { transform: rotateY(-14deg) rotateX(4deg) translateY(0); }
  50% { transform: rotateY(-11deg) rotateX(2deg) translateY(-12px); }
}
.phoneEcran {
  position: absolute;
  inset: 10px;
  border-radius: 32px;
  overflow: hidden;
  background: var(--nuit);
}
.phoneEcran img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.phoneNotch {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 38%;
  height: 22px;
  border-radius: 999px;
  background: #05070f;
}
.phoneBouton {
  position: absolute;
  right: -3px;
  width: 3px;
  height: 64px;
  border-radius: 2px;
  background: linear-gradient(#2a3552, #141b30);
}
.phoneBouton.haut { top: 110px; height: 40px; }
.phoneBouton.bas { top: 170px; }
.phoneOmbre {
  position: absolute;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%) scaleX(1);
  width: 68%;
  height: 26px;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(0, 0, 0, 0.55), transparent);
  animation: ombreFlotte 6s ease-in-out infinite;
}
@keyframes ombreFlotte {
  0%, 100% { transform: translateX(-50%) scale(1); opacity: 0.9; }
  50% { transform: translateX(-50%) scale(0.88); opacity: 0.65; }
}

/* ---------- horaires : la plaque de porte ---------- */

/* ---------- horaires : la plaque de porte ---------- */
.plaqueSection { padding: 96px 0 88px; }
.plaqueZone { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(24px, 5vw, 64px); align-items: center; }
.plaqueIntro p { color: var(--brouillard); max-width: 44ch; }

.plaquePorte {
  justify-self: end;
  width: min(430px, 100%);
  background: linear-gradient(175deg, var(--nuit-3), var(--nuit-2));
  color: var(--glace);
  border: 1px solid rgba(191, 224, 255, 0.28);
  border-radius: 6px;
  padding: 26px 28px 22px;
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(191, 224, 255, 0.18);
  transform: rotate(-0.6deg);
}
.plaqueTete {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid var(--froid);
  padding-bottom: 10px;
  margin-bottom: 8px;
}
.plaqueTete h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: 27px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--glace);
  margin: 0;
}
.plaqueStatut {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  background: var(--brouillard);
}
.plaqueStatut.ouvert { background: var(--ouvert); }
.plaqueStatut.ferme { background: var(--ferme); }
.plaqueTable { width: 100%; border-collapse: collapse; font-size: 15.5px; font-variant-numeric: tabular-nums; }
.plaqueTable td { padding: 9px 2px; border-bottom: 1px solid rgba(191, 224, 255, 0.12); }
.plaqueTable tr:last-child td { border-bottom: 0; }
.plaqueTable td:first-child { color: var(--brouillard); font-weight: 650; }
.plaqueTable td:last-child { text-align: right; font-weight: 750; }
.plaqueNote { margin-top: 10px; font-size: 12px; color: var(--brouillard); }

.servicesPlaque { margin-top: 18px; display: grid; gap: 10px; }
.serviceLigne {
  display: flex;
  align-items: baseline;
  gap: 12px;
  border-top: 1px dashed rgba(191, 224, 255, 0.25);
  padding-top: 10px;
  font-size: 13.5px;
  color: var(--brouillard);
}
.serviceLigne b { font-size: 15px; color: var(--glace); }
.serviceLigne .val { margin-left: auto; font-weight: 800; white-space: nowrap; color: var(--froid); font-variant-numeric: tabular-nums; }

/* ---------- carte Google Maps ---------- */
.mapsCadre {
  margin-top: 44px;
  border: 1px solid rgba(191, 224, 255, 0.18);
  border-radius: 6px;
  overflow: hidden;
  filter: grayscale(0.35) contrast(1.02);
}
.mapsCadre iframe { width: 100%; height: 340px; border: 0; display: block; }

/* ---------- infos ---------- */
.infosSection { padding: 110px 0 0; }
.infosLigne {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 40px;
  border-top: 1px solid rgba(191, 224, 255, 0.14);
}
.infoBloc {
  flex: 1 1 240px;
  padding: 26px 26px 26px 0;
  border-bottom: 1px solid rgba(191, 224, 255, 0.14);
}
.infoBloc small { display: block; font-size: 10.5px; font-weight: 750; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brouillard); margin-bottom: 8px; }
.infoBloc strong { font-size: 17px; font-weight: 700; }
.infoBloc a { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(191, 224, 255, 0.3); }
.infoBloc a:hover { color: var(--froid); }

.ctaFinal {
  margin-top: 84px;
  padding: clamp(40px, 7vh, 72px) 0;
  background: linear-gradient(rgba(37, 99, 235, 0.14), rgba(7, 9, 15, 0)), var(--nuit-2);
  border-block: 1px solid rgba(191, 224, 255, 0.12);
  text-align: center;
}
.ctaFinal h2 { margin-bottom: 26px; }

/* ---------- CTA final fancy ---------- */
.ctaFinalV2 {
  position: relative;
  isolation: isolate;
  min-height: 480px;
  display: grid;
  align-items: center;
  text-align: center;
  overflow: hidden;
  margin-top: 96px;
}
.ctaFinalV2 .fondPhoto {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: center 30%;
}
.ctaFinalV2 .fondVoile {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, var(--nuit) 0%, rgba(7, 9, 15, 0.45) 45%, var(--nuit) 100%),
    radial-gradient(700px 340px at 50% 60%, rgba(37, 99, 235, 0.28), transparent 70%);
}
.btnCtaFinal { font-size: 17px; padding: 14px 28px; }
.ctaFinalV2 h2 {
  font-family: var(--display);
  font-size: clamp(36px, 6vw, 72px);
  line-height: 1.02;
  margin: 0 auto 30px;
  max-width: 16ch;
}

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  .appZone { grid-template-columns: 1fr; }
  .phoneScene { order: -1; }
  .plaqueZone { grid-template-columns: 1fr; }
  .plaquePorte { justify-self: start; transform: none; width: 100%; }
  .heroPhoto { background-position: 60% 20%; }
  .heroContenu h1 { max-width: none; }
  .heroVitrine { min-height: auto; }
  .heroContenu { padding-top: 64px; padding-bottom: 48px; }
  .rayonnage { flex-wrap: wrap; }
  .rayonnage figure { flex: 1 1 40%; }
  .hGrande { flex: 1 1 100%; }
  .bandeauItem { border-left: 0; border-top: 1px solid rgba(191, 224, 255, 0.12); flex-basis: 100%; }
  .bandeauItem:first-child { border-top: 0; }
  .mapsCadre iframe { height: 260px; }
  .infosLigne .infoBloc { flex-basis: 100%; }
}
@media (max-width: 520px) {
  .navLinks a:not(:last-child) { display: none; }
  .btnCommander { font-size: 16px; padding: 13px 20px; }
  .btnTel { padding: 12px 0; font-size: 14px; }
  .heroActions { gap: 10px; margin-top: 22px; }
  .heroActions .btnCommander, .heroActions .btnTel { flex: initial; width: auto; }
  .statutPill { font-size: 12px; padding: 7px 12px; }
  .ctaFinalV2 { min-height: 380px; }
  .btnCtaFinal { font-size: 15px; padding: 12px 20px; }
  .ctaFinalV2 h2 { margin-bottom: 20px; }
  .lienStore img { height: 48px; }
  .badgesStore { gap: 12px; margin-top: 24px; }
  .modalCorps { padding: 18px 18px 22px; }
  .plaquePorte { padding: 20px 18px 18px; }
  .horairesCarte, .chipService { padding: 14px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .ns24v2 *, .ns24v2 *::before, .ns24v2 *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* shell legacy : masque le sous-titre tant que le shell React n'est pas mis à jour */
.ns24-site-page .brand small { display: none !important; }

