.navbar-brand-nibuco .logo {
    width: 80px;
    height: 80px;
    padding: 10px;
    background-color: #FFF9E6;
    border-radius: 10px;
}

.titre-logo {
    font-family: 'Source Serif Pro', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 79px;
    color: #000000;
}

.navigation a {
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
}

.navigation a:hover {
    color: #AB2629;
    text-decoration: none;
}

li.nav-item.classic {
    margin: 15px 5px;
}

.navbar {
    padding: 2rem 0 0 0;
}
