
body {
  background-color: white;
  font-family: 'Pais', sans-serif;
  letter-spacing: -0.05em;
  margin: 0;
}


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



nav{
  width: 100vw;
  height: 50px;
  border-bottom:1px solid black ;

}

nav ul{
  width: 100%;
   height: 100%; 
  display: flex;
}
nav ul a{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 25%;
  height: 100%;
  
}

nav ul a:hover li{

  border-bottom:2px solid black ;
   font-weight: 600; 
}



#global{
  height: calc(100vh - 50px);
  display: flex;
  justify-content: space-around;
  align-items: center;
} 

#global #gauche, #global #presentation {
  width: 50%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#global #gauche figure{
    width: 60%; 
}

#global figure img{
  width: 100%;

}

#global #presentation p{
  width: 60%;
}


#container {
  text-align: center;
  width: 600px;
  margin: auto;
  padding: 20px;
}

#container h1{
  font-family: 'LeMajor', serif;
  font-size: 83px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;

}

.texte {
  font-family: 'Pais', sans-serif;
  font-weight: 400;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 30px;

}

.lien {
  font-family: 'Pais', sans-serif;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  color: black;
  cursor: pointer;

}

