/* ============================================================================
 * connexion.css
 * ----------------------------------------------------------------------------
 * CSS de la page de connexion Espace Pro (standalone, hors layout/base.html).
 * Externalisé depuis le bloc <style> inline historique de layout/connexion.html
 * (piège RainTPL P11 — règle ZÉRO BUG appliquée).
 *
 * Inclus par :
 *   - Espace_Pro/templates/layout/connexion.html
 * ============================================================================
 */

body {
  background: #1d3557;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.login-box {
  width: 100%;
  max-width: 380px;
}

.btn-pro {
  background: #1d3557;
  border-color: #1d3557;
  color: #fff;
}
.btn-pro:hover {
  background: #14253d;
  color: #fff;
}
