.dialogue{
  display: flex;
  align-items: end;
  justify-content: center ;
}

.d1{
 background-image: url(img_parallax.jpg);
height: 100%;
    background-position: center;
    background-size: cover;
    padding: 0%;
  
}

#jouer{
      font-size: calc(1rem);
  transition: all 250ms;
  opacity:0;
  /* animation */
  
}

@keyframes brrr {
  100% { transform: translateX(5px)}
}


.boom #jouer {

 opacity : 100;

}

::-webkit-scrollbar{
  display: none;
}



