nav.navbar{
    z-index: 3;
    background-color: var(--secondary-color);
    padding-left:1rem;
    padding-right:1rem;
    border-bottom: solid 1px var(--primary-color);
    min-height: 89px;
}

.titreLogo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height:auto;
    color: #36433A;
    font-weight: bolder;
}

.logo{
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 10%;
    border:#333 solid 1px;
    width: fit-content;
    height:auto;
    color: #36433A;
}

.textLogo{
    font-size: 2rem;
    text-decoration: none;
}

.imageLogo{
    width: 60px;
    height: auto;
}

.dropdown-menu {
    background-color: var(--secondary-color);
}

.dropdown-item, .dropdown-divider, .nav-link{
    color:var(--primary-color);
}

.navbar-nav .nav-link.active {
    background-color: var(--primary-color);
    color:var(--blue-color);
}