/* ============================================================
   BOUTON APP CLIENT / CLIENT APP — fichier dédié
   Chargé EN DERNIER pour priorité maximale
   ============================================================ */

li.nav-btn-app {
    display: inline-block !important;
    position: relative !important;
    list-style: none !important;
}

li.nav-btn-app > a {
    display: inline-block !important;
    background-color: #DC2626 !important;
    background: #DC2626 !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    padding: 10px 16px !important;
    font-family: inherit !important;
    font-size: 11.5px !important;
    font-weight: 800 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    border: none !important;
    outline: none !important;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.45) !important;
    transition: background-color 0.2s ease, box-shadow 0.2s ease !important;
    margin-left: 4px !important;
}

li.nav-btn-app > a:hover,
li.nav-btn-app > a:focus {
    background-color: #B91C1C !important;
    background: #B91C1C !important;
    color: #ffffff !important;
    box-shadow: 0 4px 16px rgba(220, 38, 38, 0.65) !important;
    text-decoration: none !important;
}
