/** Image de Fond Video **/

.video-container {
    background-image: url(../img/image-de-fond.jpg);
    background-size: cover;
    background-position: center;
    width: 100%px;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
}
