diff --git a/docusaurus.config.js b/docusaurus.config.js
index 61c1153f7503d40c26da6ef9ce84a3a63cae9702..c56739448ad74157bc1893205b8e754168abc58f 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -20,17 +20,17 @@ module.exports = {
         src: "img/logo_typo_froggit.png",
       },
       items: [      
-        {label: "✨ Fonctionnalités", position: "left", to: "/#features", exact: true},
-        {label: "❓ FAQ", position: "left", to: "/faq"},
-        {label: "💰 Tarifs", position: "left", to: "/tarifs"},
-        {label: "📔 Doc", position: "left", type: "doc", docId: "intro", },
+        {label: "Fonctionnalités", position: "left", to: "/#features", exact: true},
+        {label: "FAQ", position: "left", to: "/faq"},
+        {label: "Tarifs", position: "left", to: "/tarifs"},
+        {label: "Doc", position: "left", type: "doc", docId: "intro", },
         {label: "🎁 Antisèche et Communauté git", position: "left", to: "/communaute"},
         {
           label: "👤 Connexion",
           position: "right",
           href: "https://lab.frogg.it/users/sign_in",
         },
-        {label: "🚀 S'enregistrer", position: "right", to: "/tarifs"},
+        {label: "S'enregistrer", position: "right", to: "/tarifs"},
       ],
     },
     footer: {
@@ -44,11 +44,11 @@ module.exports = {
               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/",
             },
             {
-              label: "❓ git kesako",
+              label: "git kesako ?",
               href: "https://github.com/git-guides/",
             },
           ],
@@ -57,7 +57,7 @@ module.exports = {
           title: "Support",
           items: [
             {
-              label: "🛎️ Contact",
+              label: "Contact",
               to: "/contacts",
             },
             {
@@ -70,15 +70,19 @@ module.exports = {
           title: "Société",
           items: [
             {
-              label: "🏢 À propos",
+              label: "À propos",
               href: "https://lydra.fr",
             },
             {
-              label: "💼 Équipe",
+              label: "Équipe",
               href: "https://lydra.fr/#team",
             },
             {
-              label: "⚖️ Mentions légales",
+              label: "Sous-traitants",
+              to: "/sous-traitants",
+            },
+            {
+              label: "Mentions légales",
               to: "/mentions_legales",
             },
             {
@@ -90,13 +94,9 @@ module.exports = {
               to: "/CGU",
             },
             {
-              label: "🔍 Politique de confidentialité",
+              label: "Politique de confidentialité",
               to: "/confidentialite",
             },
-            {
-              label: "👥 Sous-traitants",
-              to: "/sous-traitants",
-            },
           ],
         },
       ],