/* Animation fluide pour les défilements */
html {
    scroll-behavior: smooth;
}

/* Personnalisation légère des focus d'inputs */
input:focus, select:focus {
    box-shadow: 0 0 0 2px rgba(255, 106, 0, 0.2);
}