.navbar {
    height: 60px;
    background-color: #f5f5f5 !important; /* Gris épuré */
    border-bottom: 2px solid #ddd; /* Légère séparation */
}
.navbar-brand img {
    max-height: 40px;
}
.navbar-nav .nav-link {
    color: #333 !important; /* Texte foncé pour contraste */
    font-weight: 500;
}
.navbar-nav .nav-link:hover {
    color: #000 !important;
    opacity: 0.8;
}
.navbar-text {
    color: #333;
    font-size: 1rem;
}

@media (max-width: 991px) {
    .navbar-text {
        display: block;
        text-align: center;
        margin-top: 5px;
    }
}