29 lines
817 B
Twig
29 lines
817 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>Fabienne.Dran@developpement-durable.gouv.fr</br>
|
|
+33 (0)1 40 81 93 27</br>
|
|
+33 (0)7 86 50 33 31</p>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|