/* Style pour le lien actif - Basé sur l'URL actuelle */
/* Page d'accueil */
body .nav .nav__list .nav__item .nav__link[href*="home"].active {
  box-shadow: inset 0 -3px 0 #000 !important;
}

/* Page About */
body .nav .nav__list .nav__item .nav__link[href*="about"].active {
  box-shadow: inset 0 -3px 0 #000 !important;
}

/* Page Services */
body .nav .nav__list .nav__item .nav__link[href*="services"].active {
  box-shadow: inset 0 -3px 0 #000 !important;
}

/* Page Process */
body .nav .nav__list .nav__item .nav__link[href*="process"].active {
  box-shadow: inset 0 -3px 0 #000 !important;
}

/* Page Contact */
body .nav .nav__list .nav__item .nav__link[href*="contact"].active {
  box-shadow: inset 0 -3px 0 #000 !important;
}

/* Désactiver toutes les animations */
body .nav .nav__list .nav__item .nav__link,
body .nav .nav__list .nav__item .nav__link::before,
body .nav .nav__list .nav__item .nav__link::after {
  transition: none !important;
  animation: none !important;
} 

body .nav .nav__list .nav__item .nav__link :hover{
  color: var(--primary);
}
