templates/front/includes/_footer.html.twig line 1
<footer id="footer" class="r-footer"><div class="r-footer__wrap"><div class="r-footer__col r-footer__col--left"><svg class="r-footer__logo"><use xlink:href="#logo"></use></svg></div><div class="r-footer__col r-footer__col--center"><div class="r-footer__socials">{% if options|length != 0 %}{% if options.twitter_url != "" %}<a href="{{ options.twitter_url }}" class="r-footer__social"><svg class="r-footer__socialIco"><use xlink:href="#twitter"></use></svg></a>{% endif %}{% if options.facebook_url != "" %}<a href="{{ options.facebook_url }}" class="r-footer__social"><svg class="r-footer__socialIco"><use xlink:href="#facebook"></use></svg></a>{% endif %}{% if options.instagram_url != "" %}<a href="{{ options.instagram_url }}" class="r-footer__social"><svg class="r-footer__socialIco"><use xlink:href="#instagram"></use></svg></a>{% endif %}{% if options.linkedin_url != "" %}<a href="{{ options.linkedin_url }}" class="r-footer__social"><svg class="r-footer__socialIco"><use xlink:href="#linkedin"></use></svg></a>{% endif %}{% endif %}</div><address class="r-footer__adresse">ISAAC DE L’ETOILE<br>62 rue du Porteau<br>CS 70019<br>86001 POITIERS Cedex</address><a href="{{ path('app_partenaire_list') }}" class="r-footer__btn">Nos Partenaires</a></div><div class="r-footer__col r-footer__col--right"><a href="{{ path('app_evenement_list') }}" class="r-footer__btnRight r-footer__btnRight--agenda"><svg class="r-footer__picto"><use xlink:href="#ico-agenda"></use></svg>Agenda</a><a href="{{ path('app_page_simuler_tarif') }}" class="r-footer__btnRight r-footer__btnRight--tarifs"><svg class="r-footer__picto"><use xlink:href="#ico-tarifs"></use></svg>Tarifs</a><a href="{{ path('app_formation_list') }}" class="r-footer__btnRight r-footer__btnRight--formations"><svg class="r-footer__picto"><use xlink:href="#ico-formations"></use></svg>Formations</a><a href="{{ path('app_page_contact') }}" class="r-footer__btnRight r-footer__btnRight--contact"><svg class="r-footer__picto"><use xlink:href="#ico-contact"></use></svg>Contact</a></div></div><div class="r-footer__legals"><a href="{{ path('page_front_slug', { slug : 'mentions-legales' }) }}" class="r-footer__legal">Mentions légales</a><a href="{{ path('page_front_slug', { slug : 'ccg-centre-de-formation' }) }}" class="r-footer__legal">CCG Centre de Formation</a><a href="{{ path('page_front_slug', { slug : 'politique-de-confidentialite' }) }}" class="r-footer__legal">Politique de confidentialité</a></div></footer>