= render FooterComponent.new(theme: :bleu) do |footer|
- footer.with_section do
= link_to ecppp_homepage_url do
= vite_image_tag("images/shared/enercoop-logo-footer.svg")
- footer.with_section do
header Le saviez-vous ?
p
| Retrouvez les informations relatives au réseau d’électricité et
votre compteur sur le site d’#{link_to "Enedis", "https://www.enedis.fr", class: "link-secondary", target: "_blank", rel: "noopener"}.
br
| Pour connaître vos droits, visitez le site du
#{link_to "médiateur de l'énergie", "https://www.energie-mediateur.fr/", class: "link-secondary", target: "_blank", rel: "noopener"}.
br
| Pour comprendre le marché de l’énergie en France, rendez-vous sur le site
#{link_to "énergie-info", "https://www.energie-info.fr/", class: "link-secondary", target: "_blank", rel: "noopener"}.
- footer.with_section do
header Service client
p
| Du lundi au vendredi de 9h à 18h
br
| 09 70 68 07 65 (prix d’un appel local)
p
span = link_to "#", class: "btn-secondary-blanc btn-secondary-blanc--reverse" do
| Nous contacter
- footer.with_navigation do
ul
li = link_to("Mentions légales", "https://www.faq.enercoop.fr/hc/fr/categories/360001551912-Mentions-L%C3%A9gales", class: "link-secondary", target: "_blank", rel: "noopener")
li = link_to("Politique de cookies", "https://www.faq.enercoop.fr/hc/fr/articles/360024650772-Politiques-cookies", class: "link-secondary", target: "_blank", rel: "noopener")
li = cookie_consent_link class: "link-secondary"
- footer.with_legal do
= t("layouts.footer.copyright", year: Date.current.year)