
body{
    background-color: black;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

a{
    color: white;
    margin: 20px;
    text-decoration: none;
}
#gaucheMenu a:hover{
    text-decoration: underline;
}


#menu{
    display: flex;
    justify-content: space-around;
}

#logo{
    width: 25%;
    height: 50%;
    margin: auto;
}

.textMenu{
    font-family: "Bebas Neue", sans-serif;
    font-size:x-large;
}

#gaucheMenu{
    display: flex;
    align-items: flex-end;
}

#droiteMenu{
    display: flex;
    align-items: flex-end;
}

.logoReseau{
    height: 40px;
    width: 40px;
}
@media screen and (max-width: 1200px){ 
    
    #logo{
        width: 75%;
    }
    #gaucheMenu a{
        margin: 10px;
        font-size: large;
    }
    #droiteMenu a{
        margin: 10px;
    }
}

#blocMatos{
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.elementMateriel{
    display: flex;
    margin : auto;
    height: 200px;
    width: 300px;
}
.imgMatos{
    height: 150px;
    width: 150px;
}
.textMateriels{
    margin: 10px;
    font-family: "Bebas Neue", sans-serif;
}