body {
    background-color: #f4f6f8;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    
    line-height: 1.6;
}

.barre-navigation {
    background-color: #63003C;
}

.logo {
    width: 190px;
    
}


#en-tete {
    background-color: #199CC3;
    border-bottom: 4px solid #199CC3;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 5px;
    
}

audio {
    text-align: center;
}

#affiche-orléans h2 {
    text-align: left;
}

.conteneur-titre h1 {
    font-size: 2rem;
    color: #fcfcfc;
}

.YT {
    border: 0;
}
.audio-note {
    text-align: center;
    font-size: 0.9rem;
    color: #777;
    margin-top: 5px;
}

.audio-ville audio{
    align-items: center;
    margin-top: 20px;
}

.description {
    font-size: 1rem;
    color: #555;
}


.barre-navigation ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

#formulaire-contact {
    text-align: center;
}

.barre-navigation li {
    margin: 0 15px;
}

.barre-navigation a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 15px;
    
}

.barre-navigation a:hover {
    background-color: #4d012e;
}


.titre {
    text-align: center;
    margin-bottom: 30px;
    color: #199CC3;
}
h2 {
    color: #ffffff;
    background-color: #4d012e;
    margin-bottom: 10px;
    padding-bottom: 5px;

}

h3 {
    margin-top: 15px;
    color: #333;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

address p {
    margin-bottom: 8px;
}

main {
    max-width: 1000px;
    margin: 30px auto;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
}

section {
    margin-bottom: 30px;
}

article p {
    margin-bottom: 10px;
}
a {
    color: #199CC3;
}

a:hover {
    text-decoration: underline;
}

#affiche-orléans {
    text-align: center;
    display: block;
    margin: 20px auto;
}

#film-prefere {
    text-align: center;
}

#film-prefere img {
    display: block;
    margin: auto;
}


.image-livre {
    width: 400px;
    display: block;
    margin: auto;
    padding-bottom: 30px;

}

#film-prefere iframe {
    display: block;
    margin: auto;
}

footer a:hover {
    text-decoration: underline;
}
.legende-image {
    text-align: center;
    padding-bottom: 40px;
}


.contflex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.truc-flex {
    flex: 1 1 250px;
    padding-top: 30px;
}


#contlangues figure {
    text-align: center;
}

figcaption {
    font-size: 0.95rem;
}

address {
    font-style: normal;
}


footer {
    text-align: center;
    padding: 20px;
    background-color: #199CC3;
    color: white;
    margin-top: 40px;
}

footer a {
    color: white;
    font-weight: bold;
}

#formulaire-contact form {
    width: 500px;
    margin: auto;
    text-align: left;
}

#formulaire-contact label {
    display: block;
    margin-top: 10px;
}

#formulaire-contact input {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
}

#formulaire-contact textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
}

#formulaire-contact button {
    width: 100%;
    margin-top: 15px;
    padding: 10px;
    background-color: #199CC3;
    color: white;
    border: none;
}

.conteneur-video video {
    width: 640px;
    height: 400px;
    display: block;
    margin: auto;
    align-items: center;
}

.conteneur-video iframe {
    width: 640px;
    height: 400px;
    display: block;
    margin: auto;
    align-items: center;
}
