/* Barre de navigation */
.funfair-navbar {
    background-color: #F7F9FC;
    border-bottom: 1px solid #BFDAF2;
    padding: 12px 0;
    font-family: 'Inter', sans-serif;
}

.funfair-navbar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.funfair-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #1E3256;
    text-decoration: none;
}

.brand-light {
    font-weight: 300;
    color: #1B4F8E;
}

/* Liens de navigation principaux */
.funfair-nav-links {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 20px;
    flex-wrap: wrap;
}

/* Zone connexion / inscription / mon espace */
.funfair-nav-user {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nav-link-accent {
    color: #1E3256;
    font-weight: 500;
    text-decoration: none;
}

.nav-link-accent:hover {
    color: #3D85D8;
}

.btn-nav {
    display: inline-block;
    background-color: #1E3256;
    color: #ffffff;
    border-radius: 20px;
    padding: 6px 18px;
    font-weight: 700;
    text-decoration: none;
}

.btn-nav:hover {
    background-color: #15233d;
    color: #ffffff;
}

.nav-link {
    color: #4a4a4a;
    font-weight: 500;
    text-decoration: none;
}

.nav-link:hover {
    color: #3D85D8;
}
