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

a{
    color: white;
    text-decoration: none;
}

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

#gaucheMenu a:hover{
    text-decoration: underline;
}

#logo{
    width: 25%;
    height: 50%;
    margin: auto;
}
.logoReseau{
    height: 40px;
    width: 40px;
    margin: 20px;
}

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

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

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

#blocPresentation{
    display: flex;
    padding: 30px;
    justify-content: center;
    flex-direction: column;
    background-color: white;
}

.imgProfil{
    margin: auto;
    height: auto;
    width: 235px;
    border-radius: 50%
}

#blocPresentation p{
    margin: 0px auto 50px auto;
    width: 1000px;
    font-family: "Indie Flower", cursive;
    font-weight: bold;
    font-size: 30px;
}

.imgGuillemet{
    margin-left: 50px;
    width: 100px;
    height: 100px;

}

h3{
    margin: auto;
    font-family: "Indie Flower", cursive;
}

#contactez{
    display: flex;
    height: 300px;
    background-color: black;
}
h1{
    margin: 45px auto 45px auto;
    color: white;
}
.couleurBlanche{
    color: white;
    font-family: "Archivo Black", sans-serif;
}

#contactezGauche{
    margin: auto;
}

#interieurGauche a:hover{
    text-decoration: underline;
}

#contactezGauche div{
    margin: 55px;
}

#contactezDroite{
    margin: 20px;
}

h4{
    text-decoration: underline;
}

@media screen and (max-width: 1200px){ 
    
    #logo{
        width: 75%;
    }
    .imgGuillemet{
        margin-left: -23px;
        width: 50px;
        height: 50px;
    }
    #blocPresentation p{
        width: 300px;
        font-size: 20px;
    }
    h1{
        font-size: 25px;
    }
    #contactez{
        flex-direction: column;
    }
    #map{
        height: 300px;
        width: 300px;
    }
    #gaucheMenu a{
        margin: 10px;
        font-size: large;
    }
    #droiteMenu a{
        margin: -15px;
    }
}

