html{
font-size: 3vw;  
}
#title {
top : 0px;
left : 0px;
width : 70%;
}
h1 {
font-size : 2.5rem;
line-height : 1.0;
margin : 5px;
}
#subtitle {
font-size : 1.7rem;
line-height : 1.0;
margin : 5px;
}
#lang {
font-size : 2rem;
}
#menu {
position : absolute;
display : none;
font-size : 2rem;
top : 5rem;
left : 2%;
width : 80%;
height : 60%;
padding : 7%;
height : auto;
background-color : white;
box-shadow : 0px 1px 10px var(--color-deux);
}
#menu.change {
display : block;
}
.menu_button {
  display: inline-block;
}
#content {
padding-left : 0%;
padding-right : 0%;
top : 0%;
margin-top : 9rem;
margin-bottom : 18%;
height : 80%;
left : 1%;
width : 96%;
}
.logo {
height : 10%;
}
.hi{
position : relative;
width : 100%;
height : auto;
}