%footer.landing-footer{ role: 'contentinfo' }
  .container
    %ul.footer-columns

      %li.footer-column
        %ul.footer-logos
          %li.footer-text
            Un service fourni par la
            = link_to "DINUM", "https://numerique.gouv.fr/", title: "Direction Interministérielle au Numérique"
            %br
            et incubé par
            = link_to "beta.gouv.fr", "https://beta.gouv.fr", title: "le site de Beta.gouv.fr"
          %li
            = link_to "https://numerique.gouv.fr/", title: "DINUM", 'aria-label': 'DINUM' do
              %span.footer-logo.footer-logo-dinum{ role: 'img', 'aria-label': 'Logo DINUM' }
            = link_to "https://beta.gouv.fr", title: "le site de Beta.gouv.fr", 'aria-label': 'beta.gouv.fr' do
              %span.footer-logo.footer-logo-beta-gouv-fr{ role: 'img', 'aria-label': 'Logo beta.gouv.fr' }
            %span.footer-logo.footer-logo-france{ role: 'img', 'aria-label': 'République Française' }

      %li.footer-column
        %ul.footer-links
          %li.footer-link
            = link_to "Newsletter", "https://my.sendinblue.com/users/subscribe/js_id/3s2q1/id/1", :title => "Notre newsletter", :class => "footer-link", :target => "_blank", rel: "noopener"
          %li.footer-link
            -# haml-lint:disable ApplicationNameLinter
            = link_to "Nouveautés", "https://github.com/betagouv/demarches-simplifiees.fr/releases", :class => "footer-link", :title => "Nos nouveautés"
            -# haml-lint:enable ApplicationNameLinter
          %li.footer-link
            = link_to "Statistiques", stats_path, :class => "footer-link"
          %li.footer-link
            = link_to "CGU", CGU_URL, :class => "footer-link", :target => "_blank", rel: "noopener noreferrer"
          %li.footer-link
            = link_to "Mentions légales", MENTIONS_LEGALES_URL, :class => "footer-link", :target => "_blank", rel: "noopener noreferrer"
          %li.footer-link
            = link_to "Suivi d'audience et vie privée", suivi_path, :class => "footer-link"

      %li.footer-column
        %ul.footer-links
          %li.footer-link
            = contact_link "Contact", class: "footer-link"
          %li.footer-link
            = link_to "Documentation", DOC_URL, :class => "footer-link", :target => "_blank", rel: "noopener noreferrer"
          %li.footer-link
            = link_to "Documentation de l'API", API_DOC_URL, :class => "footer-link", :target => "_blank", rel: "noopener noreferrer"
          %li.footer-link
            = link_to "FAQ", FAQ_URL, :class => "footer-link", :target => "_blank", rel: "noopener noreferrer"
          %li.footer-link
            = link_to ACCESSIBILITE_URL, :class => "footer-link", :target => "_blank", rel: "noopener noreferrer" do
              Accessibilité : non conforme
          %li.footer-link
            = link_to "Disponibilité", STATUS_PAGE_URL, :class => "footer-link", :target => "_blank", rel: "noopener noreferrer"