.password-evaluation {
  margin: 20px;
}

#strength-meter {
  height: 10px;
  background-color: #ddd;
}

#strength-meter div {
  height: 100%;
}

#strength-text {
  margin-top: 5px;
  font-size: 14px;
  color: #666;
}

.password-strength-bar {
  height: 20px;
  background-color: #f1f1f1;
  border-radius: 5px;
  margin-top: 10px;
  overflow: hidden;
}

.strength-bar {
  height: 100%;
  width: 0; /* Commencez avec une largeur de 0 */
  background-color: #4caf50; /* Couleur verte pour la barre */
}

