.titre {
    text-align: center; /* Centre le texte */
    max-width: 750px; /* Limite la largeur à 500px */
    margin: 0 auto; /* Centre la boîte horizontalement */
}

.video-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
