
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

/* ── Variables CSS — sur #dpc-main pour surpasser le thème PS ── */
#dpc-main {
  --bg: #202020;
  --bg-card: #1e1e1e;
  --orange: #f49600;
  --detail: #ffffff;
  --white: #f9f9f9;
  --muted: #b3b3b3;
  --red: #ff0000;
}

/* ── Force fond sombre sur les wrappers PrestaShop ──────────── */
body, #main, #wrapper, #content-wrapper,
#main > .container, #wrapper > .container,
#content, #content-wrapper > .container {
  background: #202020 !important;
}

/* ── Reset scoped + priorité sur le thème ───────────────────── */
#dpc-main *,
#dpc-main *::before,
#dpc-main *::after {
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 0 !important;
}

#dpc-main {
  font-family: 'Poppins', sans-serif !important;
  background: var(--bg) !important;
  color: var(--white) !important;
  overflow-x: hidden !important;
}

#dpc-main h1, #dpc-main h2, #dpc-main h3,
#dpc-main h4, #dpc-main h5, #dpc-main h6 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
}

#dpc-main a {
  font-family: 'Poppins', sans-serif !important;
  color: inherit !important;
  text-decoration: none !important;
}

#dpc-main p {
  font-family: 'Poppins', sans-serif !important;
}

/* ── Nav customs (PrestaShop) ────────────────────────────────── */
#dpc-main .dpc-nav-customs {
  display: flex !important;
  gap: 1rem !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}
#dpc-main .dpc-nav-link {
  color: var(--white) !important;
  text-decoration: none !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  transition: color 0.2s !important;
}
#dpc-main .dpc-nav-link:hover { color: var(--orange) !important; }

/* ── Title gradient band ─────────────────────────────────────── */
#dpc-main .title-gradient {
  background-image: linear-gradient(40deg, var(--banner-bg-color, var(--orange)) 80%, transparent 80%) !important;
  border-radius: 0 0 18px 0 !important;
  padding: 0.35rem 1.5rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  width: 100% !important;
  flex: 1 !important;
}
#dpc-main .title-gradient h1 {
  font-size: clamp(1.5rem, 4vw, 3rem) !important;
  color: var(--detail) !important;
  letter-spacing: 0.2em !important;
  margin: 0 !important;
  flex: 1 !important;
  min-width: 0 !important;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.7) !important;
}
#dpc-main.dpc-neon .title-gradient h1 {
  text-shadow:
    2px 4px 10px rgba(0, 0, 0, 0.7),
    0 0 6px var(--neon),
    0 0 18px var(--neon),
    0 0 40px var(--neon) !important;
}
#dpc-main .rating-row-header {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  margin-left: auto !important;
}
#dpc-main .rating-badge.header {
  background: transparent !important;
  color: var(--detail) !important;
  font-weight: 700 !important;
  font-size: 3.5rem !important;
  padding: 0 1rem !important;
  border-radius: 12px !important;
  letter-spacing: 0.05em !important;
  line-height: 1 !important;
  align-self: center !important;
}
#dpc-main .rating-label.header {
  color: var(--detail) !important;
  font-size: 1.25rem !important;
}

/* ── Section title band ──────────────────────────────────────── */
#dpc-main .big-title {
  background-color: #202020 !important;
  background-image: linear-gradient(40deg, var(--orange) 80%, transparent 80%) !important;
  padding: 0.75rem 2rem !important;
  margin-bottom: 1.5rem !important;
}
#dpc-main .big-title h2 {
  font-size: 1.4rem !important;
  color: var(--detail) !important;
  letter-spacing: 0.2em !important;
}
#dpc-main.dpc-neon .big-title h2 {
  text-shadow:
    0 0 6px var(--neon),
    0 0 18px var(--neon),
    0 0 40px var(--neon) !important;
}

/* ── Emblem block ────────────────────────────────────────────── */
#dpc-main .emblem-block {
  width: 110px !important;
  margin-right: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  position: relative !important;
  z-index: 10 !important;
  background: transparent !important;
}
#dpc-main .emblem-block .emblem-top {
  width: 100% !important;
  height: 95px !important;
  background: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
#dpc-main .emblem-block .emblem-top img {
  width: 72px !important;
  height: auto !important;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) !important;
  transition: transform 0.3s !important;
}
#dpc-main .emblem-block .emblem-top img:hover { transform: scale(1.1) !important; }

/* ── Rating badge ────────────────────────────────────────────── */
#dpc-main .rating-badge {
  background: var(--orange) !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 0.25rem 0.75rem !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.3em !important;
  border-radius: 2px !important;
}
#dpc-main .rating-row {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  justify-content: flex-end !important;
  margin-bottom: 0.5rem !important;
}
#dpc-main .rating-label { font-size: 0.75rem !important; color: var(--muted) !important; font-weight: 600 !important; }

/* ── Vignette border card ────────────────────────────────────── */
#dpc-main .vignette-border {
  clip-path: polygon(40px 0%, 100% 0%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0% 100%, 0% 40px) !important;
  background: var(--orange) !important;
  padding: 2px !important;
  transition: transform 0.3s !important;
  min-height: 90px !important;
}
#dpc-main .vignette-border:hover { transform: scale(1.03) !important; }
#dpc-main .vignette-inner {
  clip-path: polygon(39px 0%, 100% 0%, 100% calc(100% - 39px), calc(100% - 39px) 100%, 0% 100%, 0% 39px) !important;
  background: #1e1e1e !important;
  background-color: #1e1e1e !important;
  height: 100% !important;
  width: 100% !important;
  padding: 1.5rem !important;
}
#dpc-main .vignette-inner h3 { color: var(--orange) !important; font-size: 0.75rem !important; letter-spacing: 0.2em !important; margin-bottom: 0.25rem !important; }
#dpc-main .vignette-inner p { font-size: 0.75rem !important; color: var(--muted) !important; line-height: 1.4 !important; }

/* ── Top layout ──────────────────────────────────────────────── */
#dpc-main .top-row { display: flex !important; align-items: flex-start !important; height: auto !important; }
#dpc-main .right-col { display: flex !important; flex-direction: column !important; min-width: 0 !important; width: 100% !important; }
#dpc-main .pc-cards-row { display: flex !important; flex-direction: column !important; gap: 1.5rem !important; padding: 1rem 1rem 0 0 !important; }
#dpc-main .cards-col { display: flex !important; flex-direction: column !important; gap: 0.75rem !important; }

@media (min-width: 1024px) {
  #dpc-main .top-row { height: auto !important; }
  #dpc-main .pc-cards-row { flex-direction: row !important; gap: 2rem !important; padding-right: 2rem !important; }
  #dpc-main .cards-col { width: 40% !important; }
  #dpc-main .pc-col { flex: 1 !important; }
}

/* ── Scrollytelling Section ──────────────────────────────────── */
#dpc-main .scrollytelling-container {
  display: flex !important;
  flex-direction: column !important;
  gap: 2rem !important;
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  margin-top: 1.5rem !important;
}

@media (min-width: 1024px) {
  #dpc-main .mb-top {
    height: calc(100vh - var(--header-height, 0px)) !important;
    min-height: 500px !important;
    display: flex !important;
    flex-direction: column !important;
  }

  #dpc-main .scrollytelling-container {
    flex: 1 !important;
    flex-direction: row-reverse !important;
    gap: 0 !important;
    align-items: stretch !important;
    margin-top: 0 !important;
    min-height: 0 !important;
  }
}

/* Colonne droite : image + prix */
#dpc-main .scrollytelling-sticky {
  width: 100% !important;
  height: 400px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

@media (min-width: 1024px) {
  #dpc-main .scrollytelling-sticky {
    width: 50% !important;
    height: 100% !important;
    position: static !important;
    justify-content: center !important;
    align-items: center !important;
  }
}

#dpc-main .pc-image-scrolly {
  width: 100% !important;
  height: 400px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 0 32px var(--neon, #f49600)) drop-shadow(0 0 8px rgba(244,150,0,0.3)) !important;
}

@media (min-width: 1024px) {
  #dpc-main .pc-image-scrolly {
    flex: 1 !important;
    height: 0 !important;
    max-height: none !important;
  }
}

/* Colonne gauche : descriptions */
#dpc-main .scrollytelling-content {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  gap: 1.5rem !important;
  min-height: auto !important;
  padding: 1rem 1rem 1rem 2rem !important;
}

@media (min-width: 1024px) {
  #dpc-main .scrollytelling-content {
    position: relative !important;
    gap: 0 !important;
    padding: 0 1rem 0 2rem !important;
  }
}

#dpc-main .scrolly-item {
  min-height: 140px !important;
  opacity: 0.6 !important;
  transition: opacity 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              visibility 0s linear 1.1s !important;
  transform: scale(0.9) !important;
}

@media (min-width: 1024px) {
  #dpc-main .scrolly-item {
    position: absolute !important;
    width: calc(100% - 2rem) !important;
    left: 2rem !important;
    top: 50% !important;
    transform: translateY(-50%) scale(0.9) !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

#dpc-main .scrolly-item.active {
  opacity: 1 !important;
  visibility: visible !important;
  transform: scale(1) !important;
  z-index: 2 !important;
  transition: opacity 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              visibility 0s linear 0s !important;
}
#dpc-main .scrolly-item.past {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: scale(0.85) translateY(-20vh) !important;
  z-index: 1 !important;
}
#dpc-main .scrolly-item.future {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: scale(0.85) translateY(20vh) !important;
  z-index: 1 !important;
}
#dpc-main .scrolly-item.past .scrolly-card,
#dpc-main .scrolly-item.future .scrolly-card { filter: drop-shadow(0 15px 35px rgba(0,0,0,0.5)) blur(4px) !important; }
#dpc-main .scrolly-item.active .scrolly-card  { filter: drop-shadow(0 15px 35px rgba(0,0,0,0.5)) blur(0px) !important; }
@media (min-width: 1024px) {
  #dpc-main .scrolly-item.active { transform: translateY(-50%) scale(1) !important; }
  #dpc-main .scrolly-item.past   { transform: translateY(calc(-50% - 20vh)) scale(0.85) !important; }
  #dpc-main .scrolly-item.future { transform: translateY(calc(-50% + 20vh)) scale(0.85) !important; }
}

/* ── Laptop / MacBook (1024-1440px) : réduction pour que la carte tienne dans la zone visible ── */
@media (min-width: 1024px) and (max-width: 1440px) {
  #dpc-main .scrolly-card-inner {
    padding: 1.25rem 1.5rem !important;
  }
  #dpc-main .scrolly-card h3 {
    font-size: 0.85rem !important;
    margin-bottom: 0.4rem !important;
  }
  #dpc-main .scrolly-card p {
    font-size: 0.78rem !important;
    line-height: 1.5 !important;
  }
  #dpc-main .scrolly-item.active .scrolly-card h3 {
    font-size: 0.95rem !important;
  }
  #dpc-main .scrolly-item.active .scrolly-card p {
    font-size: 0.85rem !important;
  }

  /* ── Banderole prix/heures — correctif MacBook (1024–1440px) ──── */
  /* Police réduite + padding resserré pour que les deux blocs tiennent */
  #dpc-main .video-info-row {
    font-size: 1.4rem !important;
    padding: 1rem 2rem !important;
    align-items: center !important;
  }
  /* Garantit que label et valeur restent sur une seule ligne */
  #dpc-main .video-info-row .vir-label,
  #dpc-main .video-info-row .vir-value {
    white-space: nowrap !important;
  }
  /* Tooltip : ancré à droite de .prix-row → ne déborde plus de l'écran */
  #dpc-main .vir-tooltip {
    left: auto !important;
    right: 0 !important;
    transform: translateY(5px) !important;
  }
  #dpc-main .prix-row:has(.vir-info-btn:hover) .vir-tooltip,
  #dpc-main .prix-row.vir-open .vir-tooltip {
    transform: translateY(0) !important;
  }
}

#dpc-main .scrolly-card {
  clip-path: polygon(40px 0%, 100% 0%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0% 100%, 0% 40px) !important;
  background: var(--orange) !important;
  padding: 2px !important;
  width: 100% !important;
  transition: all 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.5)) !important;
}

#dpc-main .scrolly-card-inner {
  clip-path: polygon(39px 0%, 100% 0%, 100% calc(100% - 39px), calc(100% - 39px) 100%, 0% 100%, 0% 39px) !important;
  background: var(--bg-card) !important;
  height: 100% !important;
  width: 100% !important;
  padding: 2rem 2.5rem !important;
  transition: all 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

#dpc-main .scrolly-card h3 {
  color: var(--orange) !important;
  font-size: 1rem !important;
  letter-spacing: 0.2em !important;
  margin-bottom: 0.6rem !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

#dpc-main .scrolly-card p {
  color: var(--muted) !important;
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
  transition: all 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

#dpc-main .scrolly-item.active .scrolly-card {
  background: var(--orange) !important;
  box-shadow: 0 8px 32px rgba(244,150,0,0.3) !important;
  transform: none !important;
}
#dpc-main .scrolly-item.active .scrolly-card-inner {
  background: linear-gradient(135deg, #202020 0%, rgba(244,150,0,0.08) 100%) !important;
}
#dpc-main .scrolly-item.active .scrolly-card p { color: #ffffff !important; font-size: 1rem !important; }
#dpc-main .scrolly-item.active .scrolly-card h3 { color: var(--orange) !important; font-size: 1.1rem !important; }


/* ══════════════════════════════════════════════════════════════════════════════
   Mobile / Tablette — correctifs UNIQUEMENT pour écrans < 1024px.
   Aucune règle ici n'écrase le comportement Desktop (>= 1024px).
   ══════════════════════════════════════════════════════════════════════════════ */
@media (max-width: 1023px) {

  /* ── Header : empile titre et étoiles verticalement, réduit les tailles ──────
     En desktop le bloc fonctionne en flex row avec de la place.
     Sur mobile (375px) le rating-badge à 2.5rem écrase complètement le titre.
     Solution : passer .title-gradient en colonne et réduire les fontes du rating. */
  #dpc-main .title-gradient {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.35rem !important;
    padding: 0.5rem 0.75rem !important;
  }
  #dpc-main .title-gradient h1 {
    font-size: 1.1rem !important;
    letter-spacing: 0.06em !important;
    white-space: normal !important;
    line-height: 1.3 !important;
  }
  #dpc-main .rating-row-header {
    margin-left: 0 !important;
    margin-top: 4px !important;
    gap: 0.5rem !important;
  }
  #dpc-main .rating-badge.header {
    font-size: 1rem !important;
    padding: 0 !important;
  }
  #dpc-main .rating-label.header {
    font-size: 0.8rem !important;
  }

  /* ── Réordonnancement : image (1) → descriptions (2) → prix/heures (3) ───────
     display:contents dissout la boîte .scrollytelling-sticky et projette ses deux
     enfants directs (<img> et .prix-row) comme enfants du flex parent
     .scrollytelling-container. On peut alors leur attribuer un order individuel
     sans toucher au HTML.
     gap:0 sur le container évite que les espaces inter-colonnes exposent
     le fond d'écran entre les blocs. */
  #dpc-main .scrollytelling-container {
    gap: 0 !important;
  }
  #dpc-main .scrollytelling-sticky {
    display: contents !important;
  }
  #dpc-main .pc-image-scrolly {
    order: 1 !important;
    height: auto !important;
    max-height: 50vh !important;
    max-width: 100% !important;
  }

  /* ── Isolation du fond d'écran : couvert sous les textes ────────────────────
     Le background-image de .mb-top est visible uniquement derrière l'image PC
     (order:1, pas de fond propre). Les deux blocs suivants reçoivent un fond
     opaque var(--bg) pour couvrir le wallpaper derrière eux. */
  #dpc-main .scrollytelling-content {
    order: 2 !important;
    padding: 1rem 15px 0 !important;
    gap: 0 !important;
  }
  #dpc-main .prix-row {
    order: 3 !important;
    width: 100% !important;
    padding: 0 !important;
    margin-top: 0 !important;
  }

  /* ── Barre prix/heures : pleine largeur sur mobile ──────────────────────────
     inline-flex natif ne prend que la largeur de son contenu (right-aligned).
     Sur mobile on veut une barre pleine largeur lisible. */
  #dpc-main .video-info-row {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    gap: 1.5rem !important;
    font-size: 0.7rem !important;
    padding: 0.4rem 0.75rem !important;
  }

  /* ── Cartes empilées : annule tout le système de superposition desktop ────────
     Les transforms translateY(±20vh), scale(0.85/0.9) et les opacités réduites
     n'ont de sens qu'en mode sticky plein écran. Sur mobile tout repasse
     en flux normal, position relative, pas de décalage. */
  #dpc-main .scrolly-item {
    position: relative !important;
    width: 100% !important;
    left: auto !important;
    top: auto !important;
    min-height: auto !important;
    height: auto !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-bottom: 2rem !important;
  }
  #dpc-main .scrolly-item.active,
  #dpc-main .scrolly-item.past,
  #dpc-main .scrolly-item.future {
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: auto !important;
  }
  #dpc-main .scrolly-item.active .scrolly-card,
  #dpc-main .scrolly-item.past .scrolly-card,
  #dpc-main .scrolly-item.future .scrolly-card {
    filter: none !important;
  }

  /* ── Contenu des cartes : libère la hauteur et réduit les paddings ───────────
     height:100% sur .scrolly-card-inner est conçu pour le mode absolu desktop.
     En flux normal avec parent height:auto ça crée des boîtes vides ou trop grandes.
     padding: 2rem 2.5rem = 80px horizontal sur un écran 375px = illisible. */
  #dpc-main .scrolly-card {
    height: auto !important;
  }
  #dpc-main .scrolly-card-inner {
    height: auto !important;
    padding: 1.5rem 1.25rem !important;
  }
  #dpc-main .scrolly-card h3 {
    white-space: normal !important;
    font-size: 1rem !important;
    line-height: 1.4 !important;
    margin-bottom: 0.75rem !important;
  }
  #dpc-main .scrolly-card p {
    font-size: 0.875rem !important;
    line-height: 1.6 !important;
  }

  /* ── Lignes SVG tech-wire : masquées sur mobile empilé ──────────────────────── */
  #dpc-main .tech-wire {
    display: none !important;
  }
}

/* ── Prix / Heures bar ───────────────────────────────────────── */
#dpc-main .video-info-row {
  clip-path: polygon(25px 0%, 100% 0%, 100% 100%, 0% 100%) !important;
  background: var(--orange) !important;
  color: var(--detail) !important;
  display: flex !important;
  width: 100% !important;
  justify-content: space-around !important;
  align-items: center !important;
  gap: 0 !important;
  padding: 1.2rem 4rem !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 2rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  /* drop-shadow suit le clip-path diagonal — box-shadow serait clippé */
  /* Même recette que .top-fixed, orientée haut + gauche */
  filter:
    drop-shadow(0 -6px 18px rgba(0, 0, 0, 0.65))
    drop-shadow(0 -2px 6px rgba(244, 150, 0, 0.2))
    drop-shadow(-6px 0 18px rgba(0, 0, 0, 0.65))
    drop-shadow(-2px 0 6px rgba(244, 150, 0, 0.2)) !important;
}
#dpc-main .video-info-row span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.4rem !important;
}
#dpc-main .video-info-row svg {
  width: 30px !important;
  height: 30px !important;
  stroke: currentColor !important;
  fill: none !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  flex-shrink: 0 !important;
}
#dpc-main .prix-row {
  display: flex !important;
  justify-content: flex-end !important;
  width: 100% !important;
  padding-top: 18px !important;
  margin-top: 0 !important;
  overflow: visible !important;
  position: relative !important;
}

/* ── Banderole prix — alignement horizontal strict ───────────── */
/* Chaque bloc : icône + label + valeur sur UNE seule ligne */
#dpc-main .video-info-row .vir-block {
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 0.45rem !important;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.7) !important;
}
/* Icône SVG du bloc (tag prix / horloge) */
#dpc-main .video-info-row svg.vir-icon {
  width: 1.05em !important;
  height: 1.05em !important;
  flex-shrink: 0 !important;
  opacity: 0.82 !important;
}
/* Libellé (Prix Custom / Conception) — même poids que la valeur pour uniformité */
#dpc-main .video-info-row .vir-label {
  font-weight: 700 !important;
  opacity: 0.88 !important;
  white-space: nowrap !important;
  letter-spacing: 0.05em !important;
}
/* Chiffre (600 € / 70H) */
#dpc-main .video-info-row .vir-value {
  font-weight: 700 !important;
  white-space: nowrap !important;
}
/* Bouton info ⓘ */
#dpc-main .vir-info-btn {
  background: rgba(0, 0, 0, 0.25) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  font-size: 0.55em !important;
  color: inherit !important;
  width: 1.4em !important;
  height: 1.4em !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
  transition: background 0.2s ease !important;
  text-shadow: none !important;
}
#dpc-main .vir-info-btn:hover { background: rgba(0, 0, 0, 0.52) !important; }
/* Tooltip — enfant de .prix-row (hors clip-path) */
#dpc-main .vir-tooltip {
  position: absolute !important;
  bottom: calc(100% + 10px) !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(5px) !important;
  background: rgba(17, 17, 17, 0.95) !important;
  border: 1px solid var(--orange) !important;
  color: #f0f0f0 !important;
  font-size: 0.78rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  line-height: 1.55 !important;
  padding: 0.7rem 1rem !important;
  border-radius: 6px !important;
  width: 260px !important;
  max-width: calc(100vw - 2rem) !important;
  white-space: normal !important;
  pointer-events: none !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease, transform 0.3s ease !important;
  z-index: 200 !important;
  text-shadow: none !important;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.7) !important;
}
/* Affichage : hover desktop + clic mobile (.vir-open) */
#dpc-main .prix-row:has(.vir-info-btn:hover) .vir-tooltip,
#dpc-main .prix-row.vir-open .vir-tooltip {
  opacity: 1 !important;
  transform: translateX(-50%) translateY(0) !important;
  pointer-events: auto !important;
}

/* ── Manga Media Section ─────────────────────────────────────── */
#dpc-main .dpc-manga-frame {
  padding: 0 2rem 2.5rem !important;
}
#dpc-main .dpc-manga-container {
  display: flex !important;
  height: 430px !important;
  border: 4px solid var(--orange, #f49600) !important;
  background: var(--orange, #f49600) !important;
  overflow: hidden !important;
  gap: 0 !important;
  clip-path: polygon(0 0, calc(100% - 110px) 0, 100% 100%, 0 100%) !important;
}

/* ── Panel vidéo — bord droit en diagonale nette ────────────── */
#dpc-main .dpc-video-panel {
  flex: 1 !important;
  position: relative !important;
  background: #111 !important;
  overflow: hidden !important;
  clip-path: polygon(0 0, calc(100% - 110px) 0, 100% 100%, 0 100%) !important;
}
#dpc-main .dpc-video-panel iframe,
#dpc-main .dpc-video-panel video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
}

/* ── Panel images — une ligne horizontale, colonnes égales ───── */
#dpc-main .dpc-images-panel {
  flex: 1 !important;
  display: flex !important;
  flex-direction: row !important;
  background: var(--orange, #f49600) !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin-left: -96px !important;
  clip-path: polygon(0 0, calc(100% - 110px) 0, 100% 100%, 110px 100%) !important;
}

/* ── Vignette — parallélogramme \, chevauchement 56px ───────── */
#dpc-main .dpc-img-cell {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  position: relative !important;
  cursor: pointer !important;
  background: transparent !important;
  clip-path: polygon(0 0, calc(100% - 110px) 0, 100% 100%, 110px 100%) !important;
}
#dpc-main .dpc-img-cell + .dpc-img-cell {
  margin-left: -96px !important;
}
/* Inner : masque strict pour contenir le zoom sans déborder du clip */
#dpc-main .dpc-img-inner {
  position: absolute !important;
  inset: 0 !important;
  overflow: hidden !important;
  background: #111 !important;
}
#dpc-main .dpc-img-cell img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
/* Zoom image seule — le cadre clip-path ne bouge pas */
#dpc-main .dpc-img-cell:hover img {
  transform: scale(1.1) !important;
}

/* ── Mobile ──────────────────────────────────────────────────── */
@media (max-width: 1023px) {
  #dpc-main .dpc-manga-container {
    flex-direction: column !important;
    height: auto !important;
  }
  #dpc-main .dpc-video-panel {
    height: 220px !important;
    flex: none !important;
    clip-path: none !important;
  }
  #dpc-main .dpc-images-panel {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-auto-rows: 1fr !important;
    min-height: 260px !important;
    padding: 4px !important;
    gap: 4px !important;
  }
  #dpc-main .dpc-img-cell {
    flex: unset !important;
    min-width: unset !important;
    min-height: 120px !important;
    clip-path: none !important;
  }
  #dpc-main .dpc-img-cell + .dpc-img-cell {
    margin-left: 0 !important;
  }
}

/* ── Custom cards ────────────────────────────────────────────── */
#dpc-main .custom-cards-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
@media (min-width: 1024px) { #dpc-main .custom-cards-grid { grid-template-columns: repeat(4, 1fr) !important; } }

#dpc-main .custom-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0.75rem !important;
  text-align: center !important;
  cursor: pointer !important;
  min-height: 160px !important;
}
#dpc-main .custom-card-circle {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid var(--orange) !important;
  background: radial-gradient(circle at 40% 40%, var(--orange) 0%, color-mix(in srgb, var(--orange) 35%, #000) 100%) !important;
  transition: transform 0.3s !important;
  flex-shrink: 0 !important;
}
#dpc-main .custom-card:hover .custom-card-circle { transform: scale(1.1) !important; }
#dpc-main .custom-card-circle svg { width: 32px !important; height: 32px !important; stroke: #fff !important; fill: none !important; stroke-width: 2 !important; stroke-linecap: round !important; stroke-linejoin: round !important; }
#dpc-main .custom-card-label { font-weight: 700 !important; color: #fff !important; letter-spacing: 0.2em !important; font-size: 1.1rem !important; }
#dpc-main .custom-card-sub { color: var(--orange) !important; font-size: 0.875rem !important; }

#dpc-main .custom-card-overlay {
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 1rem !important;
  background: rgba(15,15,15,0.97) !important;
  border: 1px solid var(--orange) !important;
  z-index: 10 !important;
  opacity: 0 !important;
  transform: scale(0.95) !important;
  pointer-events: none !important;
  transition: opacity 0.3s, transform 0.3s !important;
}
#dpc-main .custom-card-overlay.active { opacity: 1 !important; transform: scale(1) !important; pointer-events: auto !important; }
#dpc-main .custom-card-overlay .overlay-label { color: var(--orange) !important; font-weight: 700 !important; letter-spacing: 0.2em !important; font-size: 0.875rem !important; margin-bottom: 0.5rem !important; text-transform: uppercase !important; }
#dpc-main .custom-card-overlay .overlay-desc { color: #fff !important; font-size: 0.75rem !important; line-height: 1.5 !important; }
#dpc-main .custom-card-overlay .overlay-close { margin-top: 0.75rem !important; color: color-mix(in srgb, var(--orange) 60%, transparent) !important; font-size: 0.75rem !important; }

/* ── Custom text ─────────────────────────────────────────────── */
#dpc-main .custom-text { max-width: 56rem !important; margin: 0 auto !important; }
#dpc-main .custom-text p { font-size: 0.875rem !important; margin-bottom: 0.75rem !important; }
#dpc-main .custom-text .highlight { color: var(--orange) !important; font-weight: 700 !important; }
#dpc-main .custom-text .muted { color: #b8b8b8 !important; }

/* ── Planning ────────────────────────────────────────────────── */
#dpc-main .planning-form { display: flex !important; flex-direction: column !important; gap: 1.5rem !important; width: 100% !important; }
@media (min-width: 1024px) { #dpc-main .planning-form { flex-direction: row !important; align-items: flex-start !important; } }
#dpc-main .planning-col { display: flex !important; flex-direction: column !important; gap: 1.5rem !important; width: 100% !important; }
@media (min-width: 1024px) { #dpc-main .planning-col { width: 50% !important; } }

#dpc-main .section-label {
  color: var(--orange, #f49600) !important;
  font-weight: 700 !important;
  font-size: 0.875rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2em !important;
  border-bottom: 1px solid rgba(244,150,0,0.3) !important;
  padding-bottom: 0.5rem !important;
  margin-bottom: 1rem !important;
}
#dpc-main .hint-text { color: var(--muted) !important; font-size: 0.75rem !important; text-transform: uppercase !important; letter-spacing: 0.1em !important; margin-bottom: 0.75rem !important; }

/* ── Calendar ────────────────────────────────────────────────── */
#dpc-main .calendar-wrap { background: #1e1e1e !important; border: 1px solid rgba(244,150,0,0.2) !important; padding: 1rem !important; }
#dpc-main .cal-header { display: flex !important; align-items: center !important; justify-content: space-between !important; margin-bottom: 0.75rem !important; }
#dpc-main .cal-header span { font-weight: 700 !important; font-size: 0.9rem !important; color: #fff !important; text-transform: capitalize !important; }
#dpc-main .cal-nav { background: none !important; border: none !important; color: var(--orange) !important; cursor: pointer !important; font-size: 1.25rem !important; padding: 0.2rem 0.5rem !important; transition: transform 0.2s !important; }
#dpc-main .cal-nav:hover { transform: scale(1.2) !important; }
#dpc-main .cal-grid { display: grid !important; grid-template-columns: repeat(7, 1fr) !important; gap: 2px !important; text-align: center !important; }
#dpc-main .cal-day-name { font-size: 0.7rem !important; color: var(--muted) !important; padding: 0.25rem 0 !important; font-weight: 600 !important; text-transform: uppercase !important; }
#dpc-main .cal-day { padding: 0.4rem 0 !important; font-size: 0.8rem !important; cursor: pointer !important; transition: background 0.15s !important; color: #fff !important; border: 1px solid transparent !important; }
#dpc-main .cal-day:hover:not(.disabled):not(.empty) { background: rgba(244,150,0,0.2) !important; }
#dpc-main .cal-day.disabled { color: rgba(255,255,255,0.2) !important; cursor: not-allowed !important; }
#dpc-main .cal-day.empty { cursor: default !important; }
#dpc-main .cal-day.today { border-color: rgba(244,150,0,0.4) !important; }
#dpc-main .cal-day.selected { background: var(--orange) !important; color: #fff !important; font-weight: 700 !important; }
#dpc-main .cal-day.past { color: rgba(255,255,255,0.15) !important; cursor: not-allowed !important; }

/* ── Time slots ──────────────────────────────────────────────── */
#dpc-main .slots-period-label { font-size: 0.7rem !important; color: var(--muted) !important; text-transform: uppercase !important; letter-spacing: 0.2em !important; margin-bottom: 0.5rem !important; margin-top: 1rem !important; }
#dpc-main .slots-grid { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 0.5rem !important; }
#dpc-main .time-slot { padding: 0.5rem !important; font-size: 0.8rem !important; font-weight: 700 !important; border: 1px solid rgba(244,150,0,0.3) !important; background: var(--bg, #202020) !important; color: var(--muted) !important; cursor: pointer !important; transition: all 0.2s !important; text-align: center !important; }
#dpc-main .time-slot:hover:not(.taken) { border-color: var(--orange) !important; color: #fff !important; transform: scale(1.05) !important; }
#dpc-main .time-slot.selected { background: var(--orange) !important; border-color: var(--orange) !important; color: #fff !important; transform: scale(1.05) !important; }
#dpc-main .time-slot.taken { background: rgba(32,32,32,0.2) !important; border-color: rgba(255,255,255,0.1) !important; color: rgba(255,255,255,0.2) !important; cursor: not-allowed !important; text-decoration: line-through !important; }
#dpc-main .slots-placeholder { color: var(--muted) !important; font-size: 0.875rem !important; font-style: italic !important; }

/* ── Form fields ─────────────────────────────────────────────── */
#dpc-main .field-label { color: var(--orange, #f49600) !important; font-size: 0.8rem !important; font-weight: 700 !important; text-transform: uppercase !important; display: block !important; margin-bottom: 0.25rem !important; }
#dpc-main .field-input,
#dpc-main .field-textarea {
  width: 100% !important;
  background: #202020 !important;
  background-color: #202020 !important;
  border: 1px solid rgba(244,150,0,0.3) !important;
  color: #f9f9f9 !important;
  padding: 0.6rem 0.75rem !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.875rem !important;
  outline: none !important;
  transition: border-color 0.2s !important;
  border-radius: 0 !important;
}
#dpc-main .field-input:focus,
#dpc-main .field-textarea:focus { border-color: var(--orange, #f49600) !important; }
#dpc-main .field-textarea { resize: none !important; min-height: 120px !important; }
#dpc-main .field-input::placeholder,
#dpc-main .field-textarea::placeholder { color: #b3b3b3 !important; opacity: 0.6 !important; }
#dpc-main .field-error { color: var(--red) !important; font-size: 0.75rem !important; margin-top: 0.25rem !important; }
#dpc-main .field-wrap { margin-bottom: 1rem !important; }

/* ── Meeting type selector ───────────────────────────────────── */
#dpc-main .meeting-type-wrap { display: flex !important; gap: 0.75rem !important; }
#dpc-main .meeting-type-opt {
  flex: 1 !important; display: flex !important; align-items: center !important;
  gap: 0.55rem !important; padding: 0.7rem 0.9rem !important;
  background: rgba(30,30,30,0.6) !important;
  border: 1px solid rgba(244,150,0,0.25) !important;
  border-radius: 6px !important; cursor: pointer !important;
  font-size: 0.875rem !important; color: #aaa !important;
  transition: border-color 0.2s, background 0.2s, color 0.2s !important;
  user-select: none !important;
}
#dpc-main .meeting-type-opt.active {
  border-color: var(--orange) !important;
  background: rgba(244,150,0,0.1) !important;
  color: #fff !important;
}
#dpc-main .meeting-type-opt input[type="radio"] { display: none !important; }
#dpc-main .mt-icon { font-size: 1.1rem !important; }

#dpc-main .slot-summary { border: 1px solid rgba(244,150,0,0.4) !important; background: rgba(244,150,0,0.1) !important; padding: 0.75rem 1rem !important; font-size: 0.875rem !important; color: #fff !important; margin-bottom: 0.75rem !important; }
#dpc-main .slot-summary strong { color: var(--orange) !important; }

/* ── Buttons ─────────────────────────────────────────────────── */
#dpc-main .btn-primary {
  background: var(--orange) !important;
  color: #fff !important;
  border: none !important;
  padding: 1rem 2rem !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2em !important;
  cursor: pointer !important;
  transition: background 0.2s, transform 0.2s !important;
  width: 100% !important;
  border-radius: 0 !important;
}
#dpc-main .btn-primary:hover { background: rgba(244,150,0,0.85) !important; transform: scale(1.02) !important; }
#dpc-main .btn-primary-sm {
  background: var(--orange) !important;
  color: #fff !important;
  border: none !important;
  padding: 0.75rem 2rem !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2em !important;
  cursor: pointer !important;
  transition: background 0.2s !important;
  border-radius: 0 !important;
}
#dpc-main .btn-primary-sm:hover { background: rgba(244,150,0,0.85) !important; }

/* ── Success state ───────────────────────────────────────────── */
#dpc-main .success-state { display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; padding: 3rem 1rem !important; text-align: center !important; }
#dpc-main .success-state svg { width: 80px !important; height: 80px !important; stroke: var(--orange) !important; fill: none !important; stroke-width: 1.5 !important; stroke-linecap: round !important; stroke-linejoin: round !important; margin-bottom: 1.5rem !important; }
#dpc-main .success-state h3 { font-size: 1.75rem !important; color: #fff !important; margin-bottom: 0.5rem !important; }
#dpc-main .success-state p { color: var(--muted) !important; font-size: 1rem !important; margin-bottom: 2rem !important; max-width: 28rem !important; }
#dpc-main .success-state strong { color: var(--orange) !important; }

/* ── Contact ─────────────────────────────────────────────────── */
#dpc-main .contact-box { background: #202020 !important; padding: 2rem !important; border: 1px solid rgba(244,150,0,0.2) !important; max-width: 56rem !important; margin: 0 auto !important; }
@media (min-width: 1024px) { #dpc-main .contact-box { padding: 3rem !important; } }
#dpc-main .two-cols { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 1.5rem !important; }
@media (max-width: 640px) { #dpc-main .two-cols { grid-template-columns: 1fr !important; } }
#dpc-main .contact-submit-row { display: flex !important; justify-content: flex-end !important; margin-top: 1rem !important; }
#dpc-main .btn-contact { background: var(--orange) !important; color: #202020 !important; border: none !important; padding: 0.75rem 3rem !important; font-family: 'Poppins', sans-serif !important; font-size: 1rem !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 0.2em !important; cursor: pointer !important; transition: background 0.2s !important; border-radius: 0 !important; }
#dpc-main .btn-contact:hover { background: rgba(244,150,0,0.85) !important; }
#dpc-main .file-input { width: 100% !important; background: #202020 !important; border: 1px solid rgba(244,150,0,0.3) !important; color: #fff !important; padding: 0.4rem !important; font-family: 'Poppins', sans-serif !important; font-size: 0.875rem !important; cursor: pointer !important; border-radius: 0 !important; }
#dpc-main .file-input::file-selector-button { background: var(--orange) !important; color: #202020 !important; border: none !important; padding: 0.4rem 1rem !important; margin-right: 1rem !important; font-family: 'Poppins', sans-serif !important; font-weight: 700 !important; cursor: pointer !important; }

/* ── Sections spacing ────────────────────────────────────────── */
#dpc-main .section { padding: 1.5rem 1rem !important; }
@media (min-width: 1024px) { #dpc-main .section { padding: 2.5rem 2rem !important; } }

#dpc-main .mb-top {
  margin-bottom: 0 !important;
  position: relative !important;
  background-color: var(--mb-bg-color, var(--bg)) !important;
  background-image: var(--mb-bg-img, none) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}


/* Vignette overlay — au-dessus du fond, sous le contenu */
#dpc-main .mb-vignette {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(to bottom, rgba(0,0,0,calc(var(--vig-t,0)/100)) 0%, transparent 45%),
    linear-gradient(to top,    rgba(0,0,0,calc(var(--vig-b,0)/100)) 0%, transparent 45%),
    linear-gradient(to right,  rgba(0,0,0,calc(var(--vig-l,0)/100)) 0%, transparent 45%),
    linear-gradient(to left,   rgba(0,0,0,calc(var(--vig-r,0)/100)) 0%, transparent 45%) !important;
}

/* Flip horizontal du fond */
#dpc-main.dpc-bg-flip .mb-top {
  transform: scaleX(-1) !important;
}
#dpc-main.dpc-bg-flip .mb-top > * {
  transform: scaleX(-1) !important;
}

#dpc-main .top-fixed {
  position: sticky !important;
  top: 0 !important;
  z-index: 99 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  width: 100% !important;
  background-image: linear-gradient(40deg, var(--banner-bg-color, var(--orange)) 80%, transparent 80%) !important;
  padding: 0.35rem 1.5rem !important;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.65)) drop-shadow(0 2px 6px rgba(244, 150, 0, 0.2)) !important;
}

/* Banderole — image de fond */
#dpc-main.dpc-banner-img .top-fixed,
#dpc-main.dpc-banner-img .title-gradient {
  background-image:
    linear-gradient(40deg, rgba(0,0,0,0.18) 80%, transparent 80%),
    var(--banner-img, none) !important;
  background-size: cover !important;
  background-position: center !important;
}

/* ═══════════════════════════════════════════════════════════════════════════════
   Tech-wire — lignes SVG zigzag scrollytelling → hotspot PC
   Masqué mobile, visible ≥ 1024px, pointer-events none.
   viewBox 800×400 — tw_y : 50 / 150 / 250 / 350 pour 4 composants.
   width: 42vw — unité viewport pour traverser la frontière des deux colonnes.
   height: 340px — couvre le range Y 50–350 dans le viewBox.
   ═══════════════════════════════════════════════════════════════════════════════ */
#dpc-main .tech-wire {
  display: none !important;
}

@media (min-width: 1024px) {
  /* Autorise le débordement visuel hors de la colonne gauche vers la colonne PC */
  #dpc-main .scrolly-item {
    overflow: visible !important;
  }
  #dpc-main .scrollytelling-content {
    overflow: visible !important;
  }

  #dpc-main .tech-wire {
    display: block !important;
    position: absolute !important;
    left: 100% !important;                     /* bord gauche SVG = bord droit carte */
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 28vw !important;
    height: 340px !important;
    overflow: visible !important;
    pointer-events: none !important;
    z-index: 5 !important;
    opacity: 0 !important;
    transition: opacity 0.45s ease !important;
    filter: drop-shadow(0 0 5px var(--detail)) drop-shadow(0 0 10px var(--orange)) !important;
  }

  #dpc-main .tech-wire path { stroke: var(--detail) !important; }
  #dpc-main .tech-wire circle { stroke: var(--detail) !important; fill: var(--detail) !important; }

  #dpc-main .scrolly-item.active .tech-wire {
    opacity: 1 !important;
  }
}
/* ── Toggle RDV / Contact ─────────────────────────────────────────────────── */
#dpc-main .dpc-action-intro {
  text-align: center !important;
  margin-bottom: 2.25rem !important;
  max-width: 56rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
#dpc-main .dpc-action-title {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: var(--detail) !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  margin-bottom: 0.75rem !important;
}
#dpc-main .dpc-action-sub {
  font-size: 0.875rem !important;
  color: var(--muted) !important;
  line-height: 1.75 !important;
  margin: 0 !important;
}

#dpc-main .dpc-form-switch {
  display: flex !important;
  justify-content: center !important;
  margin: 0 auto 2.75rem !important;
  width: fit-content !important;
  overflow: hidden !important;
  clip-path: polygon(14px 0%, 100% 0%, calc(100% - 14px) 100%, 0% 100%) !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(244,150,0,0.35) !important;
}

#dpc-main .dpc-form-switch button {
  background: transparent !important;
  border: none !important;
  color: rgba(255,255,255,0.45) !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2em !important;
  padding: 0.9rem 2.75rem !important;
  cursor: pointer !important;
  transition: background 0.25s ease, color 0.25s ease !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.55rem !important;
  white-space: nowrap !important;
  outline: none !important;
}

#dpc-main .dpc-form-switch button svg {
  width: 15px !important;
  height: 15px !important;
  stroke: currentColor !important;
  fill: none !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  flex-shrink: 0 !important;
}

#dpc-main .dpc-form-switch button:hover {
  background: rgba(244,150,0,0.14) !important;
  color: rgba(255,255,255,0.85) !important;
}

#dpc-main .dpc-form-switch button.active {
  background: var(--orange, #f49600) !important;
  color: #0a0a0a !important;
}

.dpc-hidden { display: none !important; }

#dpc-main #dpc-toggle-booking-section,
#dpc-main #dpc-toggle-contact-section {
  transition: opacity 0.3s ease !important;
}

/* ══════════════════════════════════════════════════════════════════════════════
   MOBILE UNIQUEMENT ≤ 767px
   Isolé du Desktop, MacBook et Tablette. Ne modifie rien au-dessus de 767px.
   ══════════════════════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {

  /* ── 1. Banderole Prix/Heures AU-DESSUS des descriptions ─────────────────── */
  #dpc-main .scrollytelling-content { order: 3 !important; }
  #dpc-main .prix-row               { order: 2 !important; }

  /* ── 2. Section globale compacte (overflow-x:clip pour laisser respirer le scale) */
  #dpc-main .mb-top {
    overflow-x: clip !important;
    min-height: 0 !important;
  }
  /* Image PC réduite */
  #dpc-main .pc-image-scrolly {
    max-height: 32vh !important;
    object-fit: contain !important;
  }
  /* Banderole prix compacte */
  #dpc-main .video-info-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.45rem !important;
    font-size: 1rem !important;
    padding: 0.5rem 1.2rem !important;
  }
  /* Sur mobile chaque vir-block reste horizontal (label devant chiffre) */
  #dpc-main .video-info-row .vir-block {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
  }
  #dpc-main .video-info-row svg {
    width: 18px !important;
    height: 18px !important;
  }
  /* Cartes : padding et police réduits */
  #dpc-main .scrolly-card-inner {
    padding: 0.75rem 1rem !important;
  }
  #dpc-main .scrolly-card h3 {
    font-size: 0.78rem !important;
    margin-bottom: 0.25rem !important;
  }
  #dpc-main .scrolly-card p {
    font-size: 0.7rem !important;
    line-height: 1.4 !important;
  }
  /* ── 2b. Descriptions : blocs standards, toutes visibles + zoom au centre ── */
  #dpc-main .scrolly-item,
  #dpc-main .scrolly-item.active,
  #dpc-main .scrolly-item.past,
  #dpc-main .scrolly-item.future {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    position: static !important;
    transform: scale(1) !important;
    transition: transform 0.3s ease !important;
    margin-bottom: 0.75rem !important;
  }
  #dpc-main .scrolly-item.is-centered {
    transform: scale(1.05) !important;
  }

  /* ── 3. Manga : carrousel horizontal natif (remplace la grille 2×2) ─────── */
  #dpc-main .dpc-manga-container {
    clip-path: none !important;
    background: var(--bg) !important;
  }
  #dpc-main .dpc-video-panel {
    clip-path: none !important;
    height: 180px !important;
  }
  #dpc-main .dpc-video-panel iframe,
  #dpc-main .dpc-video-panel video {
    width: 100% !important;
    height: 180px !important;
  }
  #dpc-main .dpc-images-panel {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    grid-template-columns: unset !important;
    grid-auto-rows: unset !important;
    gap: 0 !important;
    padding: 0 !important;
    min-height: 200px !important;
    margin-left: 0 !important;
    clip-path: none !important;
    background: var(--bg) !important;
  }
  #dpc-main .dpc-img-cell {
    flex: 0 0 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    min-height: 200px !important;
    scroll-snap-align: start !important;
    clip-path: none !important;
    margin-left: 0 !important;
  }
  #dpc-main .dpc-img-cell + .dpc-img-cell {
    margin-left: 0 !important;
  }

  /* ── 4. Boutons toggle RDV/Contact centrés ────────────────────────────── */
  #dpc-main .dpc-form-switch {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 0.75rem !important;
  }
  #dpc-main .dpc-form-switch .btn-toggle-booking,
  #dpc-main .dpc-form-switch .btn-toggle-contact {
    width: auto !important;
    min-width: 200px !important;
    justify-content: center !important;
  }
}

/* ══════════════════════════════════════════════════════════════════════════════
   FAQ — accordéon <details>/<summary>, zéro JS
   Animation : grid-template-rows 0fr → 1fr (seule technique CSS pur sans
   hauteur fixe). Totalement isolé — aucune règle n'écrase le reste de la page.
   ══════════════════════════════════════════════════════════════════════════════ */

/* ── Conteneur section ──────────────────────────────────────────── */
#dpc-main .dpc-faq-section {
  background: #202020 !important;
  background-color: #202020 !important;
  padding: 3.5rem 2rem 5rem !important;
}
#dpc-main .dpc-faq-inner {
  max-width: 860px !important;
  margin: 0 auto !important;
}

/* ── Liste des items ────────────────────────────────────────────── */
#dpc-main .dpc-faq-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.7rem !important;
}

/* ── Item (<details>) ───────────────────────────────────────────── */
#dpc-main .dpc-faq-item {
  background: #1e1e1e !important;
  background-color: #1e1e1e !important;
  border: 1px solid var(--orange, #f49600) !important;
  overflow: hidden !important;
  transition: box-shadow 0.3s ease, border-color 0.3s ease !important;
}
#dpc-main .dpc-faq-item:hover {
  box-shadow: 0 0 0 1px var(--orange), 0 0 20px rgba(244, 150, 0, 0.3) !important;
}
#dpc-main .dpc-faq-item[open] {
  border-color: var(--orange) !important;
  box-shadow: 0 0 0 1px var(--orange), 0 0 28px rgba(244, 150, 0, 0.45) !important;
}

/* ── Question (<summary>) ───────────────────────────────────────── */
#dpc-main .dpc-faq-q {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 1.2rem !important;
  padding: 1.1rem 1.4rem !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  color: #f9f9f9 !important;
  background: #1e1e1e !important;
  background-color: #1e1e1e !important;
  text-transform: uppercase !important;
  letter-spacing: 0.07em !important;
  cursor: pointer !important;
  list-style: none !important;
  user-select: none !important;
  transition: color 0.2s ease !important;
}
/* Supprime le marqueur natif du navigateur */
#dpc-main .dpc-faq-q::-webkit-details-marker { display: none !important; }
#dpc-main .dpc-faq-q::marker               { display: none !important; }

/* Chevron CSS — tourne à l'ouverture */
#dpc-main .dpc-faq-q::after {
  content: '' !important;
  display: block !important;
  flex-shrink: 0 !important;
  width: 0.6em !important;
  height: 0.6em !important;
  border-right: 2px solid var(--orange) !important;
  border-bottom: 2px solid var(--orange) !important;
  transform: rotate(45deg) translateY(-0.15em) !important;
  transition: transform 0.3s ease !important;
}
#dpc-main .dpc-faq-item[open] > .dpc-faq-q::after {
  transform: rotate(-135deg) translateY(0.1em) !important;
}

/* ── Réponse — animation grid-template-rows (CSS pur) ──────────── */
#dpc-main .dpc-faq-a {
  display: grid !important;
  grid-template-rows: 0fr !important;
  transition: grid-template-rows 0.35s ease !important;
}
#dpc-main .dpc-faq-item[open] > .dpc-faq-a {
  grid-template-rows: 1fr !important;
}
/* Wrapper interne — min-height:0 obligatoire pour que 0fr fonctionne */
#dpc-main .dpc-faq-a-inner {
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 1.4rem 1.3rem !important;
  background: #1e1e1e !important;
  background-color: #1e1e1e !important;
}

/* ── Typographie réponse ────────────────────────────────────────── */
#dpc-main .dpc-faq-a-inner p {
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  color: var(--muted) !important;
  line-height: 1.8 !important;
  margin: 0 0 0.5rem !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
#dpc-main .dpc-faq-a-inner p:last-child { margin-bottom: 0 !important; }

/* ── Liste gammes (question 4) ──────────────────────────────────── */
#dpc-main .dpc-faq-gammes {
  list-style: none !important;
  padding: 0 !important;
  margin: 0.6rem 0 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.55rem !important;
}
#dpc-main .dpc-faq-gammes li {
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.875rem !important;
  color: var(--muted) !important;
  line-height: 1.7 !important;
  padding-left: 1.2rem !important;
  position: relative !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
#dpc-main .dpc-faq-gammes li::before {
  content: '—' !important;
  position: absolute !important;
  left: 0 !important;
  color: var(--orange) !important;
  font-weight: 700 !important;
}
#dpc-main .dpc-faq-gammes strong {
  color: var(--white) !important;
  font-weight: 700 !important;
}

/* ── Mobile ≤ 767px ─────────────────────────────────────────────── */
@media (max-width: 767px) {
  #dpc-main .dpc-faq-section {
    padding: 2.5rem 1rem 3.5rem !important;
  }
  #dpc-main .dpc-faq-q {
    font-size: 0.78rem !important;
    padding: 0.9rem 1rem !important;
    letter-spacing: 0.04em !important;
  }
  #dpc-main .dpc-faq-a-inner {
    padding: 0 1rem 1rem !important;
  }
}
