﻿.selected-navbar-item {
    background-color: #05C6C3; /* Remplacez #votreCouleur par la couleur souhaitée   #05C6C3*/
}
.navbar-toggler {
    background: coral !important;
}

.menu-item :hover {
    color: #000 !important;
    font-weight: bold;
}

.grid-bar {
    background-color: #E3DFCF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}