diff --git a/app/views/root/accessibilite.html.haml b/app/views/root/accessibilite.html.haml
index 5ed1165dd..921bab63a 100644
--- a/app/views/root/accessibilite.html.haml
+++ b/app/views/root/accessibilite.html.haml
@@ -1,4 +1,6 @@
- content_for(:title, 'Accessibilité')
+- content_for :footer do
+ = render partial: "root/footer"
.accessibilite
diff --git a/app/views/root/suivi.html.haml b/app/views/root/suivi.html.haml
index 12f4a963b..4cd6e9dde 100644
--- a/app/views/root/suivi.html.haml
+++ b/app/views/root/suivi.html.haml
@@ -1,4 +1,6 @@
- content_for(:title, 'Suivi')
+- content_for :footer do
+ = render partial: "root/footer"
.suivi
%h1.new-h1 Cookies déposés et configuration du suivi
diff --git a/app/views/stats/index.html.haml b/app/views/stats/index.html.haml
index 8e0167a84..6f60f2628 100644
--- a/app/views/stats/index.html.haml
+++ b/app/views/stats/index.html.haml
@@ -1,4 +1,6 @@
- content_for(:title, 'Statistiques')
+- content_for :footer do
+ = render partial: "root/footer"
.statistiques
-# Load Chartkick lazily, by using our React lazy-loader.
diff --git a/app/views/support/index.html.haml b/app/views/support/index.html.haml
index 02dfa31c9..61d6302d8 100644
--- a/app/views/support/index.html.haml
+++ b/app/views/support/index.html.haml
@@ -1,4 +1,6 @@
- content_for(:title, 'Contact')
+- content_for :footer do
+ = render partial: "root/footer"
#contact-form
.container