#imgDeFond {
    /*Auteur : Lucas Boon Description : fiche css de la page World_of_Warcraft Date : 15.01.2026*/
    background-image: url(../images/imagesWorld_of_Warcraft/wohimghaut.png);
    min-height: 1080px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    background-position: center;

}

#couleursDeFond {
    background:radial-gradient(#AC1E0F,#620A00,#AC240F);
    color: white;
    margin: 0;
}

h1 {
    text-align: center;
    padding-top: 800px;
    font-size: 50px;
    margin: 0;
}

.paragraphe {
    text-align: center;
    padding-left: 25%;
    padding-right: 25%;
    font-size: 20px;
}

.imgCentrer {
    display: block;
    width: 25%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    min-width: 25%;
    display: flex;
    flex-direction: row;
}

footer {
    background-color: #AC240F;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    bottom: 0;
    left: 0;
    flex-direction: row-reverse;
}

p {
    margin: 0;
}

body {
    margin: 0;
}


#world {
    background: linear-gradient(#C13634, #FEEC44);
    color: white;
}

#elite:hover {
    background: linear-gradient(#BE470B, #F94425);
    color: white;
}

#sources:hover {
    background-color: black;
    color: white;
}

#foxhole:hover {
    background-color: #C46D40;
    color: white;

}

#accueil:hover {
    background-color: #0B0B66;
    color: white;
}

button {
    height: 4cm;
    width: 4cm;
}
h2{
    text-align: center;
}

@media (max-width:690px) {
    .paragraphe {
        font-size: auto;

    }

    .navigation {
        height: 2cm;
        width: 2cm;
    }
    .imgCentrer{
        width: 150px;
    }
}

main {
    display: flex;
    flex-direction: column;
}