@font-face {
  font-family: 'Coolvetica';       /* Nom que tu choisis pour l'utiliser dans CSS */
  src: url('/fonts/AlteHaasGroteskRegular.ttf') format('truetype'); /* Chemin vers le fichier et type */
  font-weight: bold;          
  font-style: normal;           
}

body {
  min-height: 100vh;
  padding-bottom: 30vh;
}

.titre{
    font-family: 'Coolvetica', sans-serif;
    font-size: 4rem;
}

.descriptions {
    font-family: 'Coolvetica', sans-serif;
    font-weight: bold;
    font-size: 1rem;
}

.petit{
    font-family: 'Coolvetica', sans-serif;
    font-size: 0.75rem;
    color: black;
}


.moyen{
  font-family: 'Coolvetica', sans-serif;
  position: fixed;
  font-size: 0.75rem;
  top: 1rem;
  left: 1rem;
  color: black;
  text-decoration: none;
  z-index: 1000;
}

.bestioles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bestioles video {
  width: 100%;
  max-width: 600px;
}

.edit {
  position: absolute;
  top: 130%;       /* plus bas que la première vidéo (ajuste selon la hauteur) */
  left: 50%;
  transform: translate(-50%, -50%);
}

.edit video {
  width: 100%;
  max-width: 600px;
}


.badgyalenvoyage {
  position: absolute;
  top: 215%;       /* plus bas que la première vidéo (ajuste selon la hauteur) */
  left: 50%;
  transform: translate(-50%, -50%);
}

.badgyalenvoyage video {
  width: 100%;
  max-width: 600px;
}


