@charset "UTF-8";
body {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #444;
  background-color: rgb(16, 15, 15);
}

.menu__title {
  font-family: "Tiny5", sans-serif;
  font-weight: 400;
  text-align: center;
  justify-content: center;
  font-size: 100px;
  color: rgb(234, 225, 225);
  line-height: 110%;
  margin-top: 50px;
  margin-bottom: 1em;
}

.menu {
  position: relative;
  width: 800px;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  color: white;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* la vidéo remplit tout l’espace sans déformation */
  z-index: -1;
  /* derrière le contenu */
  pointer-events: none;
  /* la vidéo ne bloque pas les clics */
}

.menu__btn {
  margin: 0 auto;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  margin-top: -100px;
}

.menu__play {
  width: 15rem;
  height: auto;
  margin-top: 86px;
}

/*# sourceMappingURL=app.css.map*/