.header-sticky--container {
    z-index: 1;
}

.page-home .header.header--homevideo {
    /* height: 56.25vw; */
}

.page-home .header video {
    /* object-fit: fill; */
    /* margin-top: -53px; */
    height: 100%;
    /* z-index: -1; */
}

.homevideo__img-mobile {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* height: 100vh; */
    /* opacity: 0; */
    /* animation-name: fadeIn; */
    /* Durée de l'animation */
    /* animation-duration: 1s; */
    /* Durée de la vidéo */
    /* animation-delay: 24s;
    animation-fill-mode: forwards; */
}

    /* @keyframes fadeIn {
        0% { opacity: 0; }
        100% { opacity: 1; }
    }  */

@media (min-width: 992px) {
    .page-home .header.header--homevideo {
        height: 100vh;
    }
    
    .page-home .header video {
        object-fit: cover;
        margin-top: -90px;
    }

    .homevideo__img-mobile {
        opacity: 0;
    }
}


/* @changelog 2024-01-17 [FIX] (Nicolas) 50 ans - Sadev */
.anniversary.cover {
    height: 100%;
    overflow: hidden;
}

.anniversary-mobile {
    flex-grow: 1;
    height: 0;
}