diff --git a/package.json b/package.json
index 451a4cce29deff7ba562956b321a152591cc95a4..764632be5467e1f16ee7b7c021e7d3dbb98ba3ee 100644
--- a/package.json
+++ b/package.json
@@ -57,7 +57,7 @@
     "cozy-logger": ">1.7.0",
     "cozy-realtime": "5.0.1",
     "cozy-scripts": "8.3",
-    "cozy-ui": "^93.5.0",
+    "cozy-ui": "^96.0.0",
     "d3": "^7.9.0",
     "file-saver": "^2.0.5",
     "global": "^4.4.0",
diff --git a/src/components/Navbar/navBar.scss b/src/components/Navbar/navBar.scss
index c65e38f0b3b078de768942f2148aa9ff90a78013..99dbd344f6d9655c511fbd9b95267e51e7f30504 100644
--- a/src/components/Navbar/navBar.scss
+++ b/src/components/Navbar/navBar.scss
@@ -5,7 +5,9 @@
 .o-sidebar {
   width: 15%;
   background-color: $bottom-bar-grey;
-  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2), 0px 3px 14px rgba(0, 0, 0, 0.12),
+  box-shadow:
+    0px 5px 5px rgba(0, 0, 0, 0.2),
+    0px 3px 14px rgba(0, 0, 0, 0.12),
     0px 8px 10px rgba(0, 0, 0, 0.14);
   border-top: unset;
   border-right: unset;
@@ -53,7 +55,9 @@
 }
 
 .c-nav-item {
+  color: $white-light;
   &:hover {
+    background: rgba(0, 0, 0, 0.1);
     a,
     svg {
       color: $white !important;
@@ -72,7 +76,8 @@
     .c-nav-icon {
       width: 60px;
       height: 36px;
-      fill: none;
+      fill: $soft-grey;
+      color: $soft-grey;
     }
     .on {
       display: none;
@@ -90,7 +95,9 @@
         color: $gold !important;
       }
       &:focus-visible {
-        box-shadow: inset 0 0 0 1px $grey-bright, inset 0.25rem 0 0 0 $gold;
+        box-shadow:
+          inset 0 0 0 1px $grey-bright,
+          inset 0.25rem 0 0 0 $gold;
       }
       .on {
         display: block;
diff --git a/yarn.lock b/yarn.lock
index eaef8945f96459666ea5000ae65fba87836c62f9..21b6121e34f2dbfe974f47b783b7bff3f698f157 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -6394,10 +6394,10 @@ cozy-stack-client@^42.0.0:
     mime "^2.4.0"
     qs "^6.7.0"
 
-cozy-ui@^93.5.0:
-  version "93.5.0"
-  resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-93.5.0.tgz#95d7dca51145d2d6524b04794a807f72c0e7c583"
-  integrity sha512-riauEzwyUU9QpKjewUjko9cGOyIqMmUksa3gBYwIZ41GbcMvL91wQ8/EqQ76412dAzKD+ouOTQBbnyBsN8uD0w==
+cozy-ui@^96.0.0:
+  version "96.2.0"
+  resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-96.2.0.tgz#65dab74bfed742f93b68bff8b6d083fdfc02ce7a"
+  integrity sha512-ORxJaOIiM7wF92FRENf7BYV1V/cnE/OCJNJnSjTJ2DpAIqmAdaeB3y6CW7MbZqdX5wvqldZsiI6Y9V9GkhvoLQ==
   dependencies:
     "@babel/runtime" "^7.3.4"
     "@material-ui/core" "4.12.3"
@@ -7811,6 +7811,13 @@ es-iterator-helpers@^1.0.12, es-iterator-helpers@^1.0.15:
     iterator.prototype "^1.1.2"
     safe-array-concat "^1.0.1"
 
+es-object-atoms@^1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.0.0.tgz#ddb55cd47ac2e240701260bc2a8e31ecb643d941"
+  integrity sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==
+  dependencies:
+    es-errors "^1.3.0"
+
 es-set-tostringtag@^2.0.1:
   version "2.0.1"
   resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#338d502f6f674301d710b80c8592de8a15f09cd8"
@@ -9603,6 +9610,13 @@ hasown@^2.0.0:
   dependencies:
     function-bind "^1.1.2"
 
+hasown@^2.0.2:
+  version "2.0.2"
+  resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
+  integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
+  dependencies:
+    function-bind "^1.1.2"
+
 he@1.2.x, he@^1.1.1, he@^1.2.0:
   version "1.2.0"
   resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
@@ -12953,7 +12967,7 @@ node-notifier@^8.0.0:
     uuid "^8.3.0"
     which "^2.0.2"
 
-node-polyglot@2.4.2, node-polyglot@^2.2.2, node-polyglot@^2.4.0:
+node-polyglot@2.4.2, node-polyglot@^2.4.0:
   version "2.4.2"
   resolved "https://registry.yarnpkg.com/node-polyglot/-/node-polyglot-2.4.2.tgz#e4876e6710b70dc00b1351a9a68de4af47a5d61d"
   integrity sha512-AgTVpQ32BQ5XPI+tFHJ9bCYxWwSLvtmEodX8ooftFhEuyCgBG6ijWulIVb7pH3THigtgvc9uLiPn0IO51KHpkg==
@@ -12964,6 +12978,15 @@ node-polyglot@2.4.2, node-polyglot@^2.2.2, node-polyglot@^2.4.0:
     string.prototype.trim "^1.2.4"
     warning "^4.0.3"
 
+node-polyglot@^2.2.2:
+  version "2.6.0"
+  resolved "https://registry.yarnpkg.com/node-polyglot/-/node-polyglot-2.6.0.tgz#3d5889664253d90babc0fcd3c12ae0ac7b98289f"
+  integrity sha512-ZZFkaYzIfGfBvSM6QhA9dM8EEaUJOVewzGSRcXWbJELXDj0lajAtKaENCYxvF5yE+TgHg6NQb0CmgYMsMdcNJQ==
+  dependencies:
+    hasown "^2.0.2"
+    object.entries "^1.1.8"
+    warning "^4.0.3"
+
 node-releases@^2.0.5:
   version "2.0.5"
   resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.5.tgz#280ed5bc3eba0d96ce44897d8aee478bfb3d9666"
@@ -13188,6 +13211,15 @@ object.entries@^1.1.7:
     define-properties "^1.2.0"
     es-abstract "^1.22.1"
 
+object.entries@^1.1.8:
+  version "1.1.8"
+  resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.8.tgz#bffe6f282e01f4d17807204a24f8edd823599c41"
+  integrity sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==
+  dependencies:
+    call-bind "^1.0.7"
+    define-properties "^1.2.1"
+    es-object-atoms "^1.0.0"
+
 object.fromentries@^2.0.0, object.fromentries@^2.0.2:
   version "2.0.5"
   resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251"