diff --git a/app/views/root/landing.html.haml b/app/views/root/landing.html.haml
index e74d6440a..cb506dce1 100644
--- a/app/views/root/landing.html.haml
+++ b/app/views/root/landing.html.haml
@@ -47,14 +47,14 @@
%h1.role-panel-title Vous souhaitez effectuer une demande auprès d'une administration ?
%p.role-panel-explanation Déposez des demandes en toute simplicité et retrouvez vos dossiers en ligne
- = link_to "Se connecter",
- new_user_session_path,
- class: "role-panel-button-primary"
-
= link_to "Voir les démarches disponibles",
LISTE_DES_DEMARCHES_URL,
target: "_blank",
rel: "noopener noreferrer",
+ class: "role-panel-button-primary"
+
+ = link_to "Se connecter",
+ new_user_session_path,
class: "role-panel-button-secondary"
.landing-panel.admins-panel