diff --git a/index.html b/index.html
index 96b83c72132c578bdc6e8af166d25b48c2f63076..af67d4596501cb30a83e1d2a4d7b62e814ebf5e2 100644
--- a/index.html
+++ b/index.html
@@ -31,17 +31,16 @@
         </div>
 
         <div class="floating_links">
-            <button type="button" class="theme_toggle" onclick="toggleLights(this)"
-                    data-dark="Thème sombre" data-light="Thème clair">{LIGHT SWITCHER}</button>
-            <a target="_blank" href="index.html" class="ensiie_link">Site GitHub Pages</a>
+            <button type="button" class="theme_toggle" onclick="toggleLights(this)" data-dark="Thème sombre" data-light="Thème clair">{LIGHT SWITCHER}</button>
         </div>
     </header>
 
     <section class="header_links">
-        <a href="https://drive.google.com/open?id=1koS6YxQle4Cqx0k5nVfzgHuC1xKDr7aF" target="_blank">Karaokes</a>
+        <a href="https://kurisu.iiens.net/?ksearch=&kpage=0&kfilters=eyJjcml0ZXJpYSI6W3siY29uZGl0aW9uIjoiPSIsImRhdGEiOiJLYXJhbWFrZXIiLCJvcmlnRGF0YSI6ImF1dGhvcl9uYW1lIiwidHlwZSI6InN0cmluZyIsInZhbHVlIjpbIlNhbGl4b3IiXX1dLCJsb2dpYyI6IkFORCJ9" target="_blank">Mes Karaokés</a>
         <a href="http://manga.iiens.net/" target="_blank">Bakaclub</a>
         <a href="https://anilist.co/user/salixor/" target="_blank">AniList</a>
-        <a href="https://www.last.fm/user/MrSalixor" target="_blank">last.fm</a>
+        <a href="https://steamcommunity.com/id/salixor/" target="_blank">Steam</a>
+        <a href="https://www.last.fm/user/salixor" target="_blank">last.fm</a>
         <a href="https://github.com/salixor" target="_blank">GitHub</a>
         <a href="https://gitlab.com/salixor" target="_blank">GitLab</a>
     </section>
diff --git a/styles.css b/styles.css
index 1ce4988f411dbbf8ad2f4d779da6b8168de3fa65..92f73decfb177856562be625e25cb4bb1c08eff0 100644
--- a/styles.css
+++ b/styles.css
@@ -178,7 +178,7 @@ div.floating_links {
     margin: 10px 15px 0 0;
 }
 
-button.theme_toggle, a.ensiie_link {
+button.theme_toggle {
     display: block;
     cursor: pointer;
     outline: none;
@@ -196,11 +196,8 @@ button.theme_toggle, a.ensiie_link {
 button.theme_toggle { background-color: #333333; display: none; margin-bottom: 5px; }
 button.theme_toggle:hover { background-color: #505050; }
 
-a.ensiie_link { background-color: #54413b; }
-a.ensiie_link:hover { background-color: #775f57; }
-
 @media only screen and (min-width: 600px) {
-  button.theme_toggle, a.ensiie_link { line-height: 10px; font-size: 10px; }
+  button.theme_toggle { line-height: 10px; font-size: 10px; }
 }
 
 /* Files list */
@@ -300,5 +297,3 @@ html.dark ul.files-list li.color5::after { background: #3f7bf4; }
 html.dark ul.files-list li.color6::after { background: #e2e587; }
 
 html.dark section.header_links a { color: #FFFFFF !important; }
-html.dark a.ensiie_link { background-color: #54413b !important; color: #FFFFFF !important; }
-html.dark a.ensiie_link:hover { background-color: #775f57 !important; color: #FFFFFF !important; }