{% set target = ['','_top','_new','_self','_blank','_parent'] %}<footer class="modele-footer-1"><div class="footer-top"><div class="container-fluid content-wrapper"><div class="content-area"><div class="row justify-content-center"><div class="col-md-6"><div class="row"><div class="col-sm-12 col-md-12 col-lg-6 footer-logo">{% if parametre.imageFooter is not empty %}<a href="{{app.request.schemeAndHttpHost ~ app.request.baseUrl}}" class="logo-footer"><img src="{{asset('/uploads/media-site/'~ parametre.imageFooter)}}" alt="{{parametre.titre}}"></a>{% endif %}{#{% if socials is defined and socials is not empty %}<div class="socials-items"><div class="socials">{% for item in socials %}{% if item.type == 1 %}<a href="{{item.url}}" title="{{item.titre}}" target="_blank"><i class="fa-brands fa-facebook"></i></a>{% elseif item.type == 2 %}<a href="{{item.url}}" title="{{item.titre}}" target="_blank"><i class="fa-brands fa-x-twitter"></i></a>{% elseif item.type == 3 %}<a href="{{item.url}}" title="{{item.titre}}" target="_blank"><i class="fa-brands fa-instagram"></i></a>{% elseif item.type == 4 %}<a href="{{item.url}}" title="{{item.titre}}" target="_blank"><i class="fa-brands fa-linkedin"></i></a>{% elseif item.type == 5 %}<a href="{{item.url}}" title="{{item.titre}}" target="_blank"><i class="fa-brands fa-youtube"></i></a>{% elseif item.type == 6 %}<a href="{{item.url}}" title="{{item.titre}}" target="_blank"><i class="fa-brands fa-pinterest"></i></a>{% elseif item.type == 7 %}<a href="{{item.url}}" title="{{item.titre}}" target="_blank"><i class="fa-brands fa-tiktok"></i></a>{% endif %}{% endfor %}</div></div>{% endif %}#}</div>{% if contacts is defined and contacts is not empty %}{% for item in contacts %}<divclass="col-sm-12 col-md-12 col-lg-6 text-start border-left contact-info">{# <h3>{{item.ville}}</h3> #}<p class="info-label">{{ item.NomContact }}</p><p>{{item.Entreprise}}<br>{{item.adresse}}<br>{{item.codePostal}}{{item.ville}},{{item.pays}}</p>{% set phone = unserialize(item.tel) %}{% if phone is not empty %}{% for item_phone in phone %}<p class="phone-item"><span class="info-label">{{ item.titreTel }}</span><a href="tel:{{stripNonNumeric(item_phone)}}" class="phone-link">{{item_phone}}</a></p>{% endfor %}{% endif %}{% set emails = unserialize(item.email) %}{% if emails is not empty %}{% for email in emails %}<p><span class="info-label">{{item.titreMail|default('M.')}}</span><a href="mailto:{{email}}">{{email}}</a></p>{% endfor %}{% endif %}{% if item.horairesContact is not empty %}<p class="horaires-item"><span class="info-label">{{item.titreHoraires}}</span></p>{{item.horairesContact|raw}}{% endif %}</div></div></div>{% endfor %}{% endif %}{#<div class="col-sm-12 col-md-6"><div class="navigation-footer">{% if menusFooter is defined and menusFooter is not empty %}{% for item in menusFooter %}<div class="menuItems"><h5>{{item.title}}</h5>{% if item.child is defined and item.child is not empty %}<div class="child-menu">{% for itemChild in item.child %}<a href="{{itemChild.path}}" title="{{itemChild.title}}" {% if itemChild.nofollow == true %}rel="nofollow"{% endif %} target="{{target[itemChild.target]}}"> {{itemChild.title}} </a>{% endfor %}</div>{% endif %}</div>{% endfor %}{% endif %}</div></div>#}<div class="col-md-6 maps">{{ render(controller('App\\Controller\\FrontEnd\\FeatureController::displayContactMap')) }}</div></div></div><div class="col-sm-12 col-md-6 d-none">{{shortcodeForm('[newsletter-form]')}}</div><div class="col-sm-12 col-md-6 d-none">{{shortcodeForm('[encart-contact-form]')}}</div></div></div></div></div><div class="footer-bottom"><div class="container-fluid content-wrapper"><div class="items-footer-bottom d-flex justify-content-center align-items-center flex-column flex-md-row"><ul id="footer_bottom" class="link-hover d-flex justify-content-center flex-column flex-sm-row liststyle text-center"><li class="text-center ">{{parametre.copyrightsite|default('©'~ "now"|date('Y'))}}</li>{% if menusFooterBas is defined and menusFooterBas is not empty %}{% for key,menu in menusFooterBas %}<li><a href="{{menu.path}}" title="{{menu.title}}" {% if menu.nofollow == true %} rel="nofollow" {% endif %} target="{{target[menu.target]}}">{{menu.title}}</a></li>{% endfor %}{% endif %}<li><a class="titre_cookies" href="javascript:void(0)" title="Gestion des cookies" rel="nofollow" onclick="tarteaucitron.userInterface.openPanel();">{{ 'label.cookies'|trans([],'textes') }}</a></li><li class="text-center ">{{parametre.textfooter}}</li></ul></div>{#<p class="text-center m-0 mt-1">{{parametre.textheader}}</p><p class="text-center m-0 mt-1">{{parametre.slogan}}</p> #}</footer>