/*Auteur : Lucas Boon Description : feuille de style css de l'accueil Date : 09.01.2026*/

img{
    width: 285px;
    height: 251px;
}
#containersBouttonFE{
  display: flex;
  justify-content: space-around;
}

#containersBouttonWS{
    display: flex;
    justify-content:space-around;

}


footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: gray;
    width: 100%; 
    bottom:0;
    left:0;   
    flex-direction: row-reverse;
    position: fixed;
     
}

#hrphoto{
    height: 30px;
    color: black;
    background-color: black;
    border: none;
    margin: 0px;

}

.photohaute{
    border-top: 5px;
    border-color: gray ;
    border-style: solid;
    border-bottom: 0;
    border-left:0;
    border-right: 0;
}
h1{
    padding-top: 150px;
    padding-bottom: 30px;
    color:white;
    text-align: center;
}

button{
    height: 4cm;
    width: 4cm;
}

#World_of_Warcraft:hover{
    background: linear-gradient(#C13634,#FEEC44);
    color: white;
}
#Elite_Dangerous:hover{
    background:linear-gradient(#BE470B,#F94425);
    color: white;
}
#Sources:hover{
    background-color: black;
    color: white;
}
#Foxhole:hover{
    background-color:#C46D40;
    color: white;

}
body{
    background:linear-gradient(#08084F,#0B0B66) ;
}
@media (max-width:993px){
    img{
        width: 185px;
        height: 151px;
    }
    .navigation{
        height: 3cm;
        width: 3cm;

    }
    h1
 } 
 @media (max-width:644px ){
    img{
        width: 85px;
        height: 85px;
    }
    .navigation{
        height: 2cm;
        width: 2cm;

    }


 }   

