/* =========================================================================
   Banniere video d'accueil + bloc film — Domaine Lalaurie, pose 2026-09.
   Portee : uniquement .homepage-video et .lalaurie-film.
   z-index alignes sur le theme : overlay = 1, contenu texte = 3.
   ========================================================================= */

.homepage-video .lalaurie-hero-fallback,
.homepage-video .lalaurie-hero-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.homepage-video .lalaurie-hero-fallback {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #000;
}

.homepage-video .lalaurie-hero-video {
    display: none;
    object-fit: cover;
    object-position: center center;
    border: 0;
    background: transparent;
    pointer-events: none;
}

.homepage-video .lalaurie-hero-video.is-playing {
    display: block;
}

/* Ceinture CSS : si le JS echoue a mi-parcours, aucune video animee
   n'est montree a qui a demande la reduction des animations. */
@media (prefers-reduced-motion: reduce) {
    .homepage-video .lalaurie-hero-video {
        display: none !important;
    }
}

/* ---------- Bloc « film complet a la demande » ---------- */

.lalaurie-film {
    margin: 0 auto;
    text-align: center;
}

.lalaurie-film-intro {
    margin-bottom: 1.5rem;
}

.lalaurie-film-video {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1280px;
    margin: 0 auto;
    background-color: #000;
}
