#imgDeFond {
    /*Auteur : Lucas Boon Description : Fiche CSS de la page Foxhole Date : 13.01.2026*/
    background-image: url(../images/imagesFoxhole/Foxhole.jpeg);
    min-height: 1080px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    background-position: center;

}

#couleursDeFond {
    background-color: #2B2B2B;
    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: #C46E42;
    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:hover {
    background: linear-gradient(#C13634, #FEEC44);
    color: white;
}

#elite:hover {
    background: linear-gradient(#BE470B, #F94425);
    color: white;
}

#sources:hover {
    background-color: black;
    color: white;
}

#foxhole {
    background-color: #C46D40;
    color: white;

}

#accueil:hover {
    background-color: #0B0B66;
    color: white;
}

button {
    height: 4cm;
    width: 4cm;
}


@media (max-width:690px) {
    .paragraphe {
        font-size: auto;

    }

    .navigation {
        height: 2cm;
        width: 2cm;
    }
       .imgCentrer{
        width: 150px;
    }
}

main {
    display: flex;
    flex-direction: column;
}