body {
    margin: 0px;
}

a {
    text-decoration: none;
    color: white;
}

header {
    background-color: black;
    text-align: center;
    justify-content: center;
    padding: 20px;
}

nav {
    background-color: grey;
    text-align: center;
    font-size: 20px;
    padding: 20px;
}

.elementnav {
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Titillium Web";
}

.elementnav:hover {
    background-color: black;
    margin: 20px;
    font-size: 110%;
}



.titreheader {
    color: white;
    margin: 0%;
    font-family: "Bebas Neue";
    font-size: 60px;
}

.imagelogo {
    margin: 10px;
}


.titrepage1{
    font-size: 60px;
    font-family: "Bebas Neue";
    text-align: center;
}

.titrepage{
    font-size: 60px;
    margin-top: 140px;
    font-family: "Bebas Neue";
    text-align: center;
}


.titre2{
    font-size: 40px;
    font-family: "Bebas Neue";
    text-decoration: underline;
    padding-bottom: 20px;
}

.intro{
    font-size: 25px;
    color: #222;
}


li{
    margin-left: 100px;
    font-size: 21px;
}

#imgvillage{
    padding-top: 20px;
    margin-left: 100px;
}


#aquatique{
    margin-top: 30px;
    margin-bottom: 40px;
}

#pleyel{
    margin-top: 40px;
}

.titrearticle{
    font-size: 45px;
    text-decoration: underline;
}

.titrearticle2{
    font-size: 45px;
    padding-top: 30px;
    text-decoration: underline;
}


/* Style pour la section main */
main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: "Titillium Web", sans-serif;
}

/* Style des articles */
main article {
    margin-bottom: 40px;
    padding: 20px;
    background-color: #f0f0f0; /* Couleur de fond légère pour bien différencier chaque section */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Légère ombre pour un effet propre */
}

/* Titres des articles */
main article h1 {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
    text-align: center;
}

/* Style des paragraphes */
main article p {
    font-size: 21px;
    line-height: 1.6;
    color: #555;
}

/* Style des images */
main article img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Style spécifique pour les figures */
main article figure {
    text-align: center;
    margin: 20px 0;
}

main article figure img {
    max-width: 80%;
    border-radius: 8px;
}

main article figure figcaption {
    font-size: 16px;
    color: #777;
    margin-top: 10px;
    font-style: italic;
}

/* Gestion de la largeur des textes pour faciliter la lecture */
main p {
    max-width: 1000px;
    margin: 0 auto;
}

/* Ajout d'un peu d'espace entre les articles pour une meilleure lisibilité */
main article:not(:last-child) {
    margin-bottom: 50px;
}

footer {
    background-color: black;
    padding-top: 20px;
    padding-bottom: 40px;
}

#mainfooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px;
}

#plansitefooter {
    text-align: center;
}

.textfooter {
    color: white;
    text-decoration: none;
}

#retourhaut {
    margin-top: 100px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 30px;
    font-family: "Titillium Web";

}

#retourhaut:hover {
   
    
}

#textretour:hover {
    color: black;
    background-color: white;
    padding: 10px;
}










.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.titillium-web-bold {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
}