30 lines
860 B
Twig
30 lines
860 B
Twig
<div id="new-footer">
|
|
|
|
<div class="tothetop">
|
|
<span><a href="#" id="toTop"><i class="fa fa-arrow-up"></i></a></span>
|
|
</div>
|
|
|
|
|
|
<div class="footer">
|
|
|
|
<div class="footer-logos">
|
|
{{ content|raw }}
|
|
</div>
|
|
|
|
<div class="contact">
|
|
<img src="{{ url('theme://images/EPAU_logo_EPAU_vecto-seul.svg')}}" alt="logo EPAU">
|
|
<svg width="200" height="5" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
<line x1="0" x2="30" stroke="black" fill="transparent" stroke-width="5"/>
|
|
</svg>
|
|
<h6>CONTACT :</h6>
|
|
|
|
<p>Vancianne Iguiniz</br>
|
|
vancianne.iguiniz@developpement-durable.gouv.fr</br>
|
|
+33 (0)1 40 81 61 81</br>
|
|
+33 (0)6 07 53 23 75</p>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|