/* affichage accueil */
.accueil{
  width : 100%;
  height : 100vh;
}

.lien_a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.lien_a a{
  position: absolute;
  height: 100vh;
  text-decoration: none;
  color : white;
  text-align: center;
  align-content: center;
  opacity: 0;
}

.lien_a a:hover{
  opacity: 1;
  background: rgba(0, 0, 0, 0.40);
  font-size: 32px;
  transition: 0.3s;
}

.left{
  left:0px;
  width: 50%;
}

.right{
  right:0px;
  width:50%;
}


.description{
  width: 23;%;
  position: absolute;
  top: 25%;
  align-content: center;
  text-align: center;
  color: white;
  z-index: 10;
  left:50%;
  transform: translateX(-50%);
}

h1{
  font-size: 50px;
}

.description span{
  font-size: 30px;
}

.corps{
  background: var(--bleu-fonce);
}
