/**
 * InterFilm — Plein écran UNIQUEMENT pour overlays « page » (VIP, aléatoire, demandes).
 * PAS détail film / tickets / mes tickets / légal / profils — styles d’origine.
 */

/* VIP page overlay */
.vip-modal,
#premiumModal {
  /* overlay déjà full ; le shell est géré dans pages-fullbleed / premium.css */
}

#premiumModal .vip-page__shell,
.vip-page__shell {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Demandes modal v2 = grande page */
.dem-modal-v2 {
  padding: 0 !important;
  align-items: stretch !important;
}
.dem-modal-v2__panel {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding: clamp(16px, 2.5vw, 36px) clamp(14px, 2.2vw, 28px) !important;
  box-sizing: border-box !important;
}

/* Aléatoire (wheel) = page */
.wheel-bg {
  padding: 0 !important;
  align-items: stretch !important;
}
.wheel-modal,
.rw-shell {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

/* Lecteur live TV/Sport : NE PAS full-bleed ici — reste carte centrée (live-player.css) */
