diff --git a/site-web/style.css b/site-web/style.css index 849a23c..25b3a8b 100644 --- a/site-web/style.css +++ b/site-web/style.css @@ -524,6 +524,10 @@ h1 { /* RESPONSIVE MOBILE ET NAVIGATION TACTILE */ @media (max-width: 900px) { + .navbar-wrapper { + position: static; /* Ne colle plus en haut sur mobile, libère 100% de l'écran lors du scroll */ + } + .navbar { height: auto; padding: 1rem 0;