/*
 * Identite CineShow, lot06. Palette DA : encre #14666b, papier #ffffff,
 * accent #c82c29. Logo historique conserve, jamais redessine ni recolore.
 * Aucune promesse de badge ou de signalement (C34).
 */
html body {
  --dn-id-ink: #14666b;
  --dn-id-paper: #ffffff;
  --dn-id-paper-soft: #eef6f5;
  --dn-id-accent: #c82c29;
  --dn-id-line: #c8d7d7;
  --dn-id-display: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  --dn-id-body: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  --dn-id-mono: "Space Mono", ui-monospace, SFMono-Regular, monospace;
}

/* ---------- Pied clair : televiseur et wordmark a gauche ---------- */
html body .dn-id-foot--cineshow {
  color: var(--dn-id-ink);
  background: var(--dn-id-paper);
  border-top: 3px solid var(--dn-id-accent);
  padding: 30px 0 20px;
  font-family: var(--dn-id-body);
}

html body .dn-id-foot--cineshow .dn-id-foot__band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 32px;
  justify-content: space-between;
}

html body .dn-id-foot--cineshow .dn-id-foot__band--2 {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--dn-id-line);
}

html body .dn-id-foot--cineshow .dn-id-brand img {
  display: block;
  width: auto;
  height: auto;
  max-height: 52px;
  min-width: 180px;
  max-width: min(300px, 72vw);
}

html body .dn-id-foot--cineshow .dn-id-foot__sections,
html body .dn-id-foot--cineshow .dn-id-foot__house,
html body .dn-id-foot--cineshow .dn-id-foot__base nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

html body .dn-id-foot--cineshow a {
  color: var(--dn-id-ink);
  text-decoration: none;
  font: 600 0.95rem/1.35 var(--dn-id-body);
}

html body .dn-id-foot--cineshow a:hover,
html body .dn-id-foot--cineshow a:focus-visible {
  color: var(--dn-id-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

html body .dn-id-foot--cineshow a:focus-visible,
html body .dn-id-foot--cineshow button:focus-visible {
  outline: 2px solid var(--dn-id-accent);
  outline-offset: 2px;
}

html body .dn-id-foot--cineshow .dn-id-foot__ads {
  margin: 0;
  max-width: 38rem;
  font: 400 0.95rem/1.5 var(--dn-id-body);
}

html body .dn-id-foot--cineshow .dn-id-foot__ads strong {
  display: block;
  font-family: var(--dn-id-display);
  font-weight: 700;
  color: var(--dn-id-ink);
}

html body .dn-id-foot--cineshow .dn-id-foot__base {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 20px;
  margin-top: 20px;
  font: 400 0.82rem/1.5 var(--dn-id-body);
}

html body .dn-id-foot--cineshow .dn-id-foot__base button {
  background: none;
  border: 0;
  padding: 0;
  color: var(--dn-id-ink);
  font: 600 0.82rem/1.5 var(--dn-id-body);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ---------- Pages de confiance ---------- */
html body .dn-id-page--cineshow {
  color: var(--dn-id-ink);
  background: var(--dn-id-paper);
  font-family: var(--dn-id-body);
}

html body .dn-id-page--cineshow .dn-id-page__head {
  padding: 34px 0 6px;
}

html body .dn-id-page--cineshow .dn-id-kicker {
  margin: 0 0 10px;
  font: 700 0.75rem/1.2 var(--dn-id-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dn-id-accent);
}

html body .dn-id-page--cineshow .dn-id-page__head h1 {
  margin: 0 0 20px;
  font: 700 clamp(1.9rem, 4vw, 2.6rem)/1.15 var(--dn-id-display);
  letter-spacing: -0.01em;
}

html body .dn-id-page--cineshow .dn-id-page__body {
  max-width: 46rem;
  padding-bottom: 40px;
  font: 400 1.02rem/1.7 var(--dn-id-body);
}

html body .dn-id-page--cineshow .dn-id-page__body h2,
html body .dn-id-page--cineshow .dn-id-page__body h3 {
  font-family: var(--dn-id-display);
  color: var(--dn-id-ink);
  margin: 1.6em 0 0.5em;
}

html body .dn-id-page--cineshow .dn-id-page__body a {
  color: var(--dn-id-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ---------- Pont de survol du mega-menu desktop ----------
 * Le theme sert le panneau quelques pixels sous le bas du declencheur. Quand
 * le curseur traverse ce vide, le `li:hover` tombe, le panneau repasse en
 * `pointer-events:none` et le clic ne part pas. Le pseudo-element couvre
 * exactement ce vide, sans agrandir ni deplacer le panneau.
 */
html body .navigation .menu > li.item-mega-menu > .sub-menu.mega-menu::before,
html body .navigation-main .menu > li.menu-item-has-children > .sub-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 8px;
  background: transparent;
  pointer-events: auto;
}

/* ---------- Rail publicitaire : strictement vide et neutre ---------- */
html body .dn-article-rail,
html body .dn-article-rail__slot,
html body aside[class*="rail" i] {
  background: transparent;
  border: 0;
  box-shadow: none;
}

@media (max-width: 720px) {
  html body .dn-id-foot--cineshow .dn-id-brand img {
    min-width: 160px;
    max-width: 74vw;
  }
  html body .dn-id-foot--cineshow .dn-id-foot__band {
    justify-content: flex-start;
  }
  html body .dn-id-page--cineshow .dn-id-page__body {
    font-size: 1rem;
  }
}
