{% set target = ['','_top','_new','_self','_blank','_parent'] %}{% set parametre = site_parameters.getParameters() %}<footer class="modele-footer-1"><div class="footer-top"><div class="container-fluid content-wrapper"><div class="content-area"><div class="row align-items-start justify-content-center"><div class="col-sm-12">{{shortcodeForm('[newsletter-form]')}}</div>{% if contacts is defined and contacts is not empty %}{% for item in contacts %}<div class="col-sm-12 col-xl-3 border-left" data-contact-id="{{ item.id }}"><div class="contact-info"><h5>{{item.nomContact}}</h5><p class="adresse">{{item.adresse}}, {{item.codePostal}} {{item.ville}}, {{item.pays}}</p>{% set emails = unserialize(item.email) %}<p>{% if emails is not empty %}{% for email in emails %}{{item.titreMail|default('M.')}} <a href="mailto:{{email}}">{{email}}</a><br>{% endfor %}{% endif %}</p>{% set phone = unserialize(item.tel) %}<p class="mb-0">{% if phone is not empty %}{% for item_phone in phone %}{{ item.titreTel }} <i class="fa-solid fa-phone-volume me-2"></i> <a href="tel:{{stripNonNumeric(item_phone)}}" class="phone-link">{{item_phone}}</a><br>{% endfor %}{% endif %}</p>{% set fa = unserialize(item.numfax) %}<h5>{{ item.titreFax }} </h5><p>{% if fa is not empty %}{% for item_fa in fa %}<span class="fax">{{item_fa}}</a><br></span>{% endfor %}{% endif %}</p>{% if item.horairesContact is not empty %}<h5>{{item.titreHoraires}}</h5><span class="horaire"> {{item.horairesContact|raw}}</span>{% endif %}</div></div>{% endfor %}{% endif %}{#<div class="col-sm-12 col-md-4">{% 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 parametre.LogoFooter is not empty %}<a href="{{app.request.schemeAndHttpHost ~ app.request.baseUrl}}" class="image-footer"><img src="{{asset('/uploads/media-site/'~ parametre.LogoFooter)}}" alt="{{parametre.titre}}"></a>{% endif %}</div>#}<div class="col-sm-12 col-xl-9 d-flex flex-xl-nowrap flex-wrap flex-xl-row flex-column">{% if menusFooter is defined and menusFooter is not empty %}<div class="navigation-footer">{% 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 %}</div>{% endif %}{% if menusFooterTop is defined and menusFooterTop is not empty %}<div class="navigation-footer">{% for item in menusFooterTop %}<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 %}</div>{% endif %}{% if menusFooterBas is defined and menusFooterBas is not empty %}<div class="navigation-footer menu-bottom">{% for item in menusFooterBas %}<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 %}<a class="titre_cookies" href="javascript:void(0)" title="Gestion des cookies" rel="nofollow" onclick="tarteaucitron.userInterface.openPanel();">Gestion des cookies</a></div>{% endif %}</div>{% endfor %}{% 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-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>{% endif %}</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">{% 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();">Gestion des cookies</a></li></ul></div>{#<p class="text-center m-0 mt-1">{{parametre.textheader}}</p><p class="text-center m-0 mt-1">{{parametre.textfooter}}</p><p class="text-center m-0 mt-1">{{parametre.slogan}}</p><p class="text-center m-0 mt-1">{{parametre.copyrightsite|default('©'~ "now"|date('Y'))}}</p></div></div>#}</footer>{#<p><strong>Adresse :</strong> <span class="adresse-company"></span></p><p><strong>Tel :</strong> <a href="tel:" class="phonelink"><span class="tel-company"></span></a></p><p><strong>Fax :</strong> <span class="fax-company"></span></p><p><strong>Email :</strong> <a href="mailto:" class="emaillink"><span class="email-company"></span></a></p><p><strong>Horaire :</strong><span class="horaire-company"></span></p>#}