diff --git a/mkdocs.yml b/mkdocs.yml
index 19f3e777eb6a5e54863ab235ceaea662344aab08..990760bc314169c3eac5b54ab5fd67b676e41bff 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -48,17 +48,17 @@ theme:
   palette:
     # Light mode
     - media: "(prefers-color-scheme: light)"
-      scheme: rdeville-light
-      primary: rdeville-green-light
-      accent: rdeville-orange-light
+      scheme: pagoda-light
+      primary: pagoda-green-light
+      accent: pagoda-orange-light
       toggle:
         icon: material/weather-night
         name: Switch to dark mode
     # Dark mode
     - media: "(prefers-color-scheme: dark)"
-      scheme: rdeville-dark
-      primary: rdeville-green-dark
-      accent: rdeville-orange-dark
+      scheme: pagoda-dark
+      primary: pagoda-green-dark
+      accent: pagoda-orange-dark
       toggle:
         icon: material/weather-sunny
         name: Switch to light mode
@@ -202,30 +202,9 @@ markdown_extensions:
 # Dictionary storing social icon that will be shown on the bottom right.
 extra:
   social:
-    - icon: fontawesome/solid/globe
-      link: https://romaindeville.fr
-      name: R. Deville Wesite
-    - icon: fontawesome/solid/paper-plane
-      link: mailto:contact@romaindeville.fr
-      name: "Send mail to @rdeville"
-    - icon: fontawesome/solid/book-reader
-      link: https://docs.romaindeville.fr
-      name: All Projects Home Documentation
-    - icon: fontawesome/brands/linkedin
-      link: https://www.linkedin.com/in/romaindeville
-      name: "@rdeville on LinkedIn"
-    - icon: fontawesome/brands/docker
-      link: https://hub.docker.com/u/rdeville
-      name: "@rdeville on Docker Hub"
-    - icon: fontawesome/brands/git-alt
-      link: https://framagit.org/rdeville.public/
-      name: "@rdeville on Framagit"
     - icon: fontawesome/brands/gitlab
-      link: https://gitlab.com/rdeville.public/
-      name: "@rdeville on Gitlab"
-    - icon: fontawesome/brands/github
-      link: https://github.com/rdeville-public/
-      name: "@rdeville on Github"
+      link: https://gitlab.liris.cnrs.fr/pagoda/
+      name: "@pagoda on Gitlab LIRIS"
   version:
     provider: mike
 
@@ -265,7 +244,7 @@ plugins:
   - mermaid2:
       arguments:
         theme: |
-          ^(localStorage.getItem('theme') === 'rdeville-dark') ? 'dark'  : 'light'
+          ^(localStorage.getItem('theme') === 'pagoda-dark') ? 'dark'  : 'light'
     # https://pawamoy.github.io/mkdocstrings/
     # Automatic documentation from sources, for MkDocs.
   - mkdocstrings: