.navigation a {
    color: white;
}

.navigation a.nav-link.active {
    color: white;
}


body {
    background-color: #696969;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

#logo {
    width: 80px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Vidéo en plein écran */
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.legende {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
}

/* Cadre du titre */
.after {
    background: rgba(0, 0, 0, 0.6);
    /* Fond semi-transparent */
    padding: 100vw;
    border-radius: 100vw;
    color: white;
    z-index: 1000;
}

/* Style du titre */
.titre-cadre{
    font-size: 50px;
    font-weight: bold;
    margin: 0;
}

/* Style du sous-titre */
.sst {
    font-size: 24px;
    margin-top: 10px;
}

h1,
h2 {
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: 'Times New Roman', Times, serif;
    font-size: 4vw;
}

h1 {
    margin-top: 10%;
    font-size: 10vw;
}

.titre-cadre {
    border: 4px solid rgb(255, 255, 255);
    /* Bordure autour du titre */
    padding: 10px;
    /* Espacement entre le texte et la bordure */
    display: inline-block;
    font-size: 7vw;
    /* Taille du texte (optionnel) */
    background-color: transparent;
    /* Optionnel : fond derrière le titre */
    margin-top: 10%;
}

/* Style des cartes (optionnel) */
.card {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.card:hover {
    transform: translateY(-10px);
    /* Ajoute un effet au survol */
}

#chapeau {
    font-size: 1.1em;
}

.d2 {
    background-color: rgb(179, 139, 87);

}

.footer {
    background-color: rgb(53, 53, 53);
    color: white;
    margin-top: 40px;

}

a {
    text-decoration: none;
}

.img-folie {
    width: 90px;
}

#bloc1 {
    margin-top: 20px;
}

#douce {
    background-color: #87cefa;
}

#horaire {
    color: rgb(255, 255, 255);
    border: 3px solid black;
    /* Bordure noire de 3px */
    padding: 15px;
    /* Espace intérieur pour éviter que le contenu touche le bord */
    border-radius: 10px;
    /* Coins arrondis (facultatif) */
}

.img-codeqr {
    width: 100px;
}
#fond{
    background: transparent url(pixelcut-export.jpeg) no-repeat center center;
    background-size: cover;
    min-height: 90vh;
    
}
.d3 {
    background-color: #f7f7f7;

}
#fondr{
    background: transparent url(Intereur_restaaurant.jpg) no-repeat center center;
    background-size: cover;
    min-height: 90vh;
    margin-left: 0%;
    margin-right: 0%;
    
}
