@import url('fonts.googleapis.com/css?family=Lato');

*{
    margin: 0;
    font-family: 'lato';
}

body{
    background-color: #B8CBD0;
}

#header-barre{
    background-color: #137C8B;
    display: flex;
    width: 100%;
    height: 15vh;
    align-items: center;
}

#header-logo{
    height: 10vh;
    margin-left: 10px;
}

#texte_header{
    align-self: center;
    margin-left: 20px;
    font-size: 2vh;
    
}

#header-menu1{
    background-color: #709CA7;
}

.case-menu
{
display: inline-block; width: 200px; min-height : 30px;
text-align: center;
background-color: #B8CBD0;
}

.texte-button{
    text-decoration: none;
}

#texte-principal{
    text-align: center;
    margin-top: 50px;
}

