/* =====================================
   GLOBAL STYLES - Layout et composants globaux
   ===================================== */

/* Layout global */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

/* Footer */
.footer-fixed {
    color: white;
    border-top: 1px solid #dee2e6;
    padding: 15px 0;
    margin-top: auto;
    bottom: 0px;
    width: 100%;
    background: linear-gradient(135deg, #007aff 0%, #0056b3 100%) !important;
}

.france-gradient {
    background: linear-gradient(to right, #002395, #ffffff, #ed2939);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: bold;
}

.footer-link {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}

.footer-link:hover {
    color: inherit;
    text-decoration: none;
}

/* Navbar badges */
.navbar-apple .badge.badge-subscription-orange {
    background-color: #fd7e14 !important;
    background: #fd7e14 !important;
    color: white !important;
}

.navbar-apple .badge.badge-subscription-red {
    background-color: #dc3545 !important;
    background: #dc3545 !important;
    color: white !important;
}

.navbar-apple .badge.badge-subscription-green {
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%) !important;
    color: white !important;
    box-shadow: 0 2px 8px rgba(0, 122, 255, 0.3) !important;
}