diff --git a/docusaurus.config.js b/docusaurus.config.js
index c34e08fb6e6be5452b91a9f2301d78d41fdc28b8..e97fe454f8f9615235126c610781b9720501ec7c 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -20,11 +20,11 @@ module.exports = {
         src: "img/logo_froggit.svg",
       },
       items: [      
-        {to: "/#features", label: "Fonctionnalités", position: "left"},
-        {to: "/faq", label: "FAQ", position: "left"},
-        {to: "/dummy_page", label: "Tarifs", position: "left"},
+        {to: "/#features", label: "✨ Fonctionnalités", position: "left"},
+        {to: "/faq", label: "❓ FAQ", position: "left"},
+        {to: "/dummy_page", label: "💰 Tarifs", position: "left"},
         {to: "/blog", label: "Blog", position: "left"},        
-        {type: "doc", docId: "intro", position: "left", label: "Doc",},
+        {type: "doc", docId: "intro", position: "left", label: "📔 Doc",},
         {
           href: "https://lab.frogg.it/users/sign_in",
           label: "Connexion",
@@ -40,23 +40,23 @@ module.exports = {
           title: "Suivez-nous",
           items: [
             {
-              label: "Youtube",
+              label: "▶️ Youtube",
               href: "https://www.youtube.com/channel/UCauIDghddUNu6Fto1nR9Bmg/?sub_confirmation=1",
             },
             {
-              label: "Linkedin",
+              label: "👔 Linkedin",
               href: "https://www.linkedin.com/company/froggit",
             },
             {
-              label: "Froggit",
+              label: "🐸 Froggit",
               href: "https://lab.frogg.it/froggit",
             },
             {
-              label: "GitLab",
+              label: "🦊 GitLab",
               href: "https://gitlab.com/froggit",
             },
             {
-              label: "Twitter",
+              label: "🐦 Twitter",
               href: "https://twitter.com/art_devops",
             },
           ],
@@ -66,11 +66,11 @@ module.exports = {
           title: "Pourquoi Froggit ?",
           items: [
             {
-              label: "Ton code source est-il en sécurité?",
+              label: "🔐 Ton code source est-il en sécurité?",
               href: "https://lydra.fr/es-2-ton-code-source-est-il-vraiment-en-securite/",
             },
             {
-              label: "La souveraineté numérique",
+              label: "⚖️ La souveraineté numérique",
               href: "https://lydra.fr/category/souverainete-numerique/",
             },
           ],
@@ -92,35 +92,35 @@ module.exports = {
           title: "Société",
           items: [
             {
-              label: "À propos",
+              label: "🏢 À propos",
               href: "https://lydra.fr",
             },
             {
-              label: "Équipe",
+              label: "💼 Équipe",
               href: "https://lydra.fr/#team",
             },
             {
-              label: "Contact",
+              label: "🛎️ Contact",
               to: "/contacts",
             },
             {
-              label: "Mentions légales",
+              label: "⚖️ Mentions légales",
               to: "/mentions_legales",
             },
             {
-              label: "CGV",
+              label: "📜 CGV",
               to: "/CGV",
             },
             {
-              label: "CGU",
+              label: "📃 CGU",
               to: "/CGU",
             },
             {
-              label: "Politique de confidentialité",
+              label: "🔍 Politique de confidentialité",
               to: "/confidentialite",
             },
             {
-              label: "Sous-traitants",
+              label: "👥 Sous-traitants",
               to: "/sous-traitants",
             },
           ],