{% if adresseFooter %}
{% set itemAdresse = contactItem.adresse~' '~contactItem.codePostal~' '~contactItem.ville %}
<div class="info-footer info-adresse-footer">
{% if contactItem.lienMap is not empty %}<a href="{{contactItem.lienMap}}" title="{{itemAdresse}}" target="_blank">{% endif %}
<i class="fa fa-map-marker mr-2 {{class_icon}}"></i>
{% if contactItem.nomContact is not empty and titreAdresseFooter %} {{contactItem.nomContact}} : {% endif %}
{{itemAdresse}}
{% if contactItem.lienMap is not empty %}</a>{% endif %}
</div>
{% endif %}