html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Navigation latérale — élément actif */
.sidebar-menu > ul > li > a {
  border-left: 3px solid transparent;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.sidebar-menu > ul > li.active > a {
  background: rgba(118, 56, 255, 0.1) !important;
  border-left-color: #7638ff;
  color: #7638ff !important;
  font-weight: 600;
}

.sidebar-menu > ul > li.active > a span {
  color: #7638ff !important;
}

.sidebar-menu > ul > li.active > a img {
  opacity: 1;
  filter: none;
}

.sidebar-menu > ul > li:not(.active) > a:hover {
  background: rgba(118, 56, 255, 0.05);
  border-left-color: rgba(118, 56, 255, 0.35);
}
