/* Custom theme for Abeille Informatique */

/* Background color */
body {
    background-color: #20264C !important;
}

/* Logo - Abeille Informatique, 400px de large */
img[src*="logo"],
img[src*="assets/logo"],
.logo,
.logo-img,
#logo,
.logo-container img,
[alt*="logo"] {
    width: 400px !important;
    height: auto !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* ============================================ */
/* MESSAGE D'INFORMATION SUR LA PAGE DE CONNEXION */
/* ============================================ */
#root::before {
    content: "Utiliser votre nom d'utilisateur, puis votre application d'authentification ou une passkey";
    display: block;
    
    /* Style visuel */
    background: #e7f5ff;
    border: 1px solid #b3e0ff;
    border-radius: 4px;
    padding: 12px 15px;
    margin-bottom: 20px;
    
    /* Typographie */
    color: #0066cc;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.4;
    text-align: center;
    
    /* Positionnement */
    width: 100%;
    max-width: 500px;
    margin: 80px auto 20px;
}
