diff --git a/app/views/layouts/_new_footer.html.haml b/app/views/layouts/_new_footer.html.haml
index a43c4f0ab..a01e536e5 100644
--- a/app/views/layouts/_new_footer.html.haml
+++ b/app/views/layouts/_new_footer.html.haml
@@ -5,11 +5,11 @@
%ul.footer-logos
%li
= link_to "http://www.gouvernement.fr/" do
- %span.footer-logo.footer-logo-rf
+ %span.footer-logo.footer-logo-rf{ role: 'img', 'aria-label': 'Logo du gouvernement' }
%li
= link_to "https://beta.gouv.fr/" do
- %span.footer-logo.footer-logo-beta-gouv-fr
+ %span.footer-logo.footer-logo-beta-gouv-fr{ role: 'img', 'aria-label': 'Logo de beta.gouv.fr' }
%li.footer-column
diff --git a/app/views/new_gestionnaire/procedures/show.html.haml b/app/views/new_gestionnaire/procedures/show.html.haml
index fbf19c2a3..194e67137 100644
--- a/app/views/new_gestionnaire/procedures/show.html.haml
+++ b/app/views/new_gestionnaire/procedures/show.html.haml
@@ -4,7 +4,8 @@
.accompagnateur-header
.container.flex
- .procedure-logo{ style: @procedure.logo.present? ? "background-image: url(#{@procedure.logo.url})" : nil }
+ .procedure-logo{ style: @procedure.logo.present? ? "background-image: url(#{@procedure.logo.url})" : nil,
+ role: 'img', 'aria-label': "logo de la procédure #{@procedure.libelle}" }
.procedure-header
%h1= @procedure.libelle