.logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff; /* texte blanc si thème sombre */
    font-weight: 700;
    font-size: 18px;
}

.logo img {
    height: 40px; /* ajuste la taille du logo */
}
