/* Scroll smooth pour tout le site */
html {
    scroll-behavior: smooth;
}

/* Ajustement pour le scroll vers le formulaire */
#contactForm {
    scroll-margin-top: 100px;
}

/* Scroll vers le haut pour les pages légales */
body {
    scroll-behavior: smooth;
}
