/*page css de mon site fortntite crée le 02/10/2025
par Hugo Maillard*/
body {
    background-color: gray;
    margin: 0;
    padding: 0px;
}

h1 {
    text-align: center;
}
h2 {
    font-size: 50px;
    text-align: center;
}
h3{
    text-align: justify;
}

h4 {
    text-align: center;
    align-items: flex-start;
    font-size: 50px;
}
h5{
    font-size: 30px;
    text-align: center;
}

div {
    padding: 30px; 
}

.hautDePage1 {
    background-color: rgba(49, 51, 50, 0.527);
    padding: 20px;
}

.menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

}

img {
    width: 500px;
    align-items: center;
    text-align: center;

}

a {
    display: flex;
    justify-content: space-around;
    text-align: center;
    font-size: 50px;
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.menu1 {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-around;
    padding: 0px;
}

.menu2 {
    display: flex;
    justify-content: space-around;
}

article {
    display: flex;
    font-size: 25px;
    margin: 60px;
    color: white;
    background-color: black;
    border-radius: 60px;
    align-items: center;
}

p {
    display: flex;
    text-align: justify;
}

.legend {
    display: flex;
    flex-wrap: nowrap;
    background-color: black
}

.menu {
    list-style-type: none;
    text-align: center;
    /* Centrer le menu */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: rgba(112, 112, 112, 0.822);
    margin: 0;
}

nav {
    display: flex;
    background-color: rgb(112, 112, 112);
}

li {
    display: flex;
    justify-content: space-around;
}

ul.menu li a {
    display: inline-block;
}

.menu_actif {
    background-color: rgb(49, 51, 50, 0.527);
    padding: 20px;
}

@media screen and (max-width: 1100px) {

    img {
        display: none;
    }

    .menu1{
        flex-wrap: wrap;
    }
    .menu2{
        flex-wrap: wrap;
    }

    .menu{
        flex-direction: column;
        align-items: normal;
    }
    .menu_actif{
        max-width: 100%;
        padding: 0px;
    }
    ul{
        max-width: 100%;
        padding: 0%;
    }
    iframe{
        display: none;
    }
    h4{
        font-size: 40px;
    }
}
.clock {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
}
.image_legende{
    width: 800px;
}