#soustitre {
  font-size: 1.2rem;
  color: #e0e0e0;
}

.ecrit_gros {
  font-size:1.5rem;
  font-family: Comic sans MS, Arial, Helvetica;
  background-color: RGBa(240,240,240,0.4);
}

.ecrit_tres_gros {
  font-size:1.8rem;
  font-family: Comic sans MS, Arial, Helvetica;
  background-color: RGBa(240,240,240,0.6);
}

/* Fond vidéo */
video.fondvideo {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity:80%
}
.video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  /*text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;*/
}
