.fil-videos {
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
}

.slide-video {
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.fil-videos::-webkit-scrollbar {
    display: none;
}

.fil-videos {
    scrollbar-width: none;
}

/* Fond desktop uniquement */
@media (min-width: 768px) {
    .fond-modja {
        background-image: url('../../img/arriere_plan_modja.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}