/* Styles propres aux pages d'authentification (inscription, connexion, mot de passe oublié) */

.page-auth {
  background: var(--bleu-ciel);
  min-height: calc(100vh - 4rem);
  display: flex;
  align-items: center;
  padding-block: 3rem;
}
.page-auth .container { display: flex; justify-content: center; }

.carte-auth {
  background: var(--blanc);
  border-radius: var(--radius-carte);
  box-shadow: var(--ombre-douce);
  padding: 2.5rem;
  width: 100%;
  max-width: 30rem;
}
.carte-auth h1 { text-align: center; }
.sous-titre-auth { text-align: center; margin-top: 0.5rem; margin-bottom: 1.75rem; color: rgba(0, 43, 69, 0.75); font-size: 0.95rem; }

.lien-mdp-oublie { text-align: right; margin-bottom: 1.25rem; font-size: 0.85rem; }
.lien-mdp-oublie a { color: var(--bleu-ocean); }

.lien-auth-secondaire { text-align: center; margin-top: 1.5rem; font-size: 0.9rem; }
.lien-auth-secondaire a { color: var(--bleu-ocean); font-weight: 600; }
