html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

body {
    background-color: #03173B;
    font-family: "Bebas Neue", sans-serif;
}

h1 {
    color: #D2B75B;
    text-align: center;
    margin-top: 1rem; 
}

.content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
}

#video-container {
    display: flex;
    justify-content: center; 
    align-items: center; 
    width: 100%; 
}

video {
    border-radius: 10px;
    margin-left: 10%;
    width: 80%;
}

.lundi, .autresJours {
    text-align: center;
    color: #D2B75B;
    font-size: 4rem;
}

footer {
    text-align: center;
    color: #D2B75B;
    font-size: 1.2rem;
    padding: 1rem 0;
    background-color: #03173B;
    margin-top: auto;
}
