/* Composant : Section mot de passe */
#mdp-section {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  width: 90%;
  max-width: 350px;
  border-radius: 12px;
  background-color: rgba(255, 235, 200, 0.08);
  border: 2px solid #5e1a18;
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.2);
  backdrop-filter: blur(3px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hidden {
  display: none;
}