/* style.css */

html {
  scroll-behavior: smooth;
}

/* Style pour la navigation quand on défile (optionnel, mais bonne pratique) */
nav.scrolled {
    /* Vous pouvez ajouter des styles ici si vous voulez que la nav change au scroll */
    /* Par exemple, une ombre plus prononcée */
    /* box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); */
}
