{% if content_bloc and param_contact != null and param_contact.actifCoordonnees == 1 %}<div class="">{% if parametre.imageFooter is not empty %}<div class="logo"><a href="{{ app.request.schemeAndHttpHost ~ app.request.baseUrl }}" class="logo-footer"><img src="{{ asset('/uploads/media-site/' ~ parametre.imageFooter) }}"alt="{{ parametre.titre }}" /></a></div>{% endif %}{% for contact in content_bloc %}{% if contact.actifcoordonneescontact == 1 %}{#<div class="col-md-12"><h4 class="title wow">{{ contact.nomContact }}</h4></div>#}<div class="item item-adresse"><div class="wow mb-1 flex-wrap"><div class="item-title"><p><strong>{{ contact.titreAdresse }}</strong></p></div>{% if contact.lienMap is not empty %}<a href="{{ contact.lienMap }}" target="_blank" title="Google map">{% endif %}{#<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"/></svg> #}<div class="item-contenu">{{ contact.Entreprise }}<br>{{ contact.adresse }}<br>{{ contact.codePostal }}{{ contact.ville }}{{ contact.region }}{{ contact.pays }}</div>{% if contact.lienMap is not empty %}</a>{% endif %}</div></div><div class="item item-tel">{% if unserialize(contact.tel) %}<div class="wow mb-1 d-flex flex-wrap"><div class="item-title"><strong>{{ contact.titreTel }}</strong></div>{% for itemTel in unserialize(contact.tel) %}{% if loop.index is even %}-{% endif %}<aclass="d-flex flex-wrap" href="tel:{{stripNonNumeric(itemTel)}}">{# <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z"/></svg> #}<div class="item-contenu">{{itemTel}}</div></a>{% endfor %}</div>{% endif %}</div><div class="item item-mail">{% if unserialize(contact.email) %}<div class="wow mb-1 d-flex flex-wrap"><div class="item-title"><strong>{{ contact.titreMail }}</strong></div>{% for itemEmail in unserialize(contact.email) %}{% if loop.index is even %}-{% endif %}<aclass="d-flex flex-wrap" href="mailto:{{itemEmail}}">{# <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48L48 64zM0 176L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-208L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z"/></svg> #}<div class="item-contenu">{{itemEmail}}</div></a>{% endfor %}</div>{% endif %}</div>{% endif %}{% endfor %}</div>{% endif %}