@import url("https://fonts.googleapis.com/css2?family=Parisienne&display=swap");

@font-face {
  font-family: Metropolis;
  src: url(/font/Metropolis\ Font\ Family.otf);
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Ombre */
}

.ml12 {
  display: inline-block;
  white-space: normal; /* Permet le passage à la ligne si nécessaire */
}

.ml12 .word {
  display: inline-block; /* Empêche la casse des mots */
  white-space: nowrap; /* Garde les mots entiers */
}

.ml12 .letter {
  display: inline-block; /* Anime chaque lettre individuellement */
}