.saisie-nom {
  max-width: 1000px;
  margin: 0 auto;
  height: 10vh;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centrer verticalement les éléments */
  align-items: center; /* Centrer horizontalement les éléments */
  text-align: center;
  padding-top: 35vh;
}

.saisie-nom h2{
  font-size: 5em;
}
.saisie-nom input {
  padding: 20px; /* Ajustez cette valeur selon vos préférences */
  border-radius: 5px;
  margin: 20px;
  border: none;
  width: 100%;
  max-width: 400px;
}
.saisie-nom button {
  display: block;
  margin: 15px;
  width: 100%; /* Remplir toute la largeur disponible */
  max-width: 300px; /* Limiter la largeur pour un meilleur aspect visuel */
}

.saisie-nom button {
  background: linear-gradient(#ed92e9, #acaeed);
  color: background-color;
  border: none;
  border-radius: 50px;
  padding: 10px 30px; /* Augmentez la taille du rembourrage pour le bouton */
  font-size: 30px; /* Réduire la taille de la police */
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
}

.saisie-nom button:hover {
  background: linear-gradient(#855282, #8e86b5);
  transform: scale(1.05);
}

.image-container {
  width: 10%; /* La vidéo occupe 100% de la largeur de son conteneur */
  height: auto;
  position: fixed;
  bottom: 120px; /* Ajustez la valeur pour déplacer l'image plus bas */
  left: 2%;
  z-index: 1;
}

.text-container {
  position: fixed;
  bottom: 0;
  bottom: 85px; /* Ajustez la valeur pour déplacer l'image plus bas */
  left: 2%;
  z-index: 1;
  color: white;
}

#status {
	text-align: center;
}