diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml
index 739b54fe85ec971c13f19dc01e3ecf5bd8c64fd5..bd4535cd2542ca23dfa2b884a23222c3eb35e0ce 100644
--- a/config/_default/hugo.toml
+++ b/config/_default/hugo.toml
@@ -85,7 +85,7 @@ France"""
     weight = 7
 
     [[languages.en.menu.toplinks]]
-    name = "Interactive map"
+    name = "<span class='fas fa-map'></span> Interactive map"
     url = "../app/"
     weight = 1
 
@@ -170,7 +170,7 @@ France"""
     weight = 4
 
     [[languages.fr.menu.toplinks]]
-    name = "Carte interactive"
+    name = "<span class='fas fa-map'></span> Carte interactive"
     url = "/app/"
     weight = 5
 
@@ -191,4 +191,4 @@ France"""
     title = "Météo-France"
     url = "https://meteofrance.com/"
     path = "logo_meteo-france.svg"
-    weight = 3
\ No newline at end of file
+    weight = 3
diff --git a/themes/hugo-theme-relearn/static/css/home.css b/themes/hugo-theme-relearn/static/css/home.css
index 8601ab02464602b1925f159c810aea3c8601004f..fb483ca4060909f4cda3330c9832425106971d9a 100644
--- a/themes/hugo-theme-relearn/static/css/home.css
+++ b/themes/hugo-theme-relearn/static/css/home.css
@@ -39,17 +39,18 @@ body {
 }
 
 nav>ul {
+    align-items: center;
     margin-top: 0;
 }
 
 footer>ul {
+    align-items: baseline;
     box-shadow: inset 0 1px 0 0 var(--INTERNAL-BORDER-color);
     padding: .5rem 0 1rem;
 }
 
 footer>ul,
 nav>ul {
-    align-items: baseline;
     display: flex;
     flex-wrap: wrap;
     list-style: none;
@@ -85,7 +86,7 @@ footer li.logo > a > img {
 }
 
 li.brand {
-	padding-left: 0;
+    padding-left: 0;
 }
 
 p {