.active-main {
  font-weight: bold;
  background-color: #e6e6e6;
  /* styles pour le menu principal actif */
}

.active-sub {
  font-weight: bold;
  color: #ff6600;
  /* styles pour le sous-menu actif */
}