/* Add here all your CSS customizations */

/* Bandeau offline uniformisé (toutes les pages) */
#gmao-offline-badge {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 6px;
    padding: 10px 16px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #856404;
}

/*
 * Bandeau fixe #pwa-network-banner (pwa-init.js, bottom: 0).
 * Marge en bas du document pour pouvoir scroller au-delà du dernier contenu.
 */
html.pwa-offline-banner-visible {
    scroll-padding-bottom: 100px;
}
body.pwa-offline-banner-visible {
    padding-bottom: 100px !important;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    html.pwa-offline-banner-visible {
        scroll-padding-bottom: 130px;
    }
    body.pwa-offline-banner-visible {
        padding-bottom: 130px !important;
    }
}

/* Masquer Droits & Permissions et Mode Offline quand hors ligne */
html.offline-mode .menu-offline-hidden,
html.offline-mode #menu-sync-offline {
    display: none !important;
}
