{% 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 justify-content-center"><div class="col-sm-12 col-md-4 d-flex justify-content-center align-items-center">{% 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-md-4 text-center">{% if contacts is defined and contacts is not empty %}{% for item in contacts %}<divclass="contact-info" data-contact-id="{{ item.id }}">{# {% if item.nomContact is not empty %}<h5>{{item.nomContact}}</h5>{% endif %} #}{% if item.entreprise is not empty or item.adresse is not empty or item.codePostal is not empty or item.ville is not empty %}<p class="adresse">{{item.adresse}}</p>{% endif %}{% set fa = unserialize(item.numfax) %}{% if fa is not empty %}<p>{% for item_fa in fa %}{{ item.titreFax }}<span class="fax">{{item_fa}}</a><br></span>{% endfor %}</p>{% endif %}{% set emails = unserialize(item.email) %}{% if emails is not empty %}<p>{% for email in emails %}<a href="mailto:{{email}}">{{email}}</a><br>{% endfor %}</p>{% endif %}{% set phone = unserialize(item.tel) %}{% if phone is not empty %}<div class="footer-phone d-sm-flex justify-content-center align-items-center flex-wrap "><i class="fa-solid fa-phone-volume "></i>{% for item_phone in phone %}{{ item.titreTel }}<a href="tel:{{stripNonNumeric(item_phone)}}" class="phone-link">{{item_phone}}</a><br>{% endfor %}</div>{% endif %}{% if item.titreHoraires is not empty %}<p class="horaire"><b>{{item.titreHoraires}}</b></p><span class="jour">Lundi :{{item.horaireLun}}</span><span class="jour">Mardi :{{item.horaireMard}}</span><span class="jour">Mercredi :{{item.horaireMerc}}</span><span class="jour">Jeudi :{{item.horaireJeu}}</span><span class="jour">Vendredi :{{item.horaireVend}}</span><span class="jour">Samedi :{{item.horaireSam}}</span><span class="jour">Dimanche :{{item.horaireDim}}</span>{% endif %}{% if item.horairesContact is not empty %}<p class="horaire"><b>{{item.titreHoraires}}</b></p><span class="jour">Lundi:{{item.horaireLun}}</span><span class="jour">Mardi :{{item.horaireMard}}</span><span class="jour">Mercredi :{{item.horaireMerc}}</span><span class="jour">Jeudi :{{item.horaireJeu}}</span><span class="jour">Vendredi :{{item.horaireVend}}</span><span class="jour">Samedi :{{item.horaireSam}}</span><span class="jour">Dimanche :{{item.horaireDim}}</span>{% endif %}{#% if item.horairesContact is not empty %}<h5>{{item.titreHoraires}}</h5><span class="horaire"> {{item.horairesContact|raw}}</span>{% endif %#}</div>{% endfor %}{% 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><div class="col-sm-12 col-md-4">{% if menusFooter is defined and menusFooter is not empty %}<div class="navigation-footer">{% for item in menusFooter %}<divclass="menuItems">{# <h5>{{item.title}}</h5> #}{% if item.child is defined and item.child is not empty %}<div class="child-menu footer-grid-layout">{% 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 %}<divclass="menuItems">{# <h5>{{item.title}}</h5> #}{% if item.child is defined and item.child is not empty %}<div class="child-menu footer-grid-layout">{% 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 %}</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">{% 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 mt-3 mb-0 copyrightsite">{{parametre.copyrightsite|raw}}</p>{#<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>#}</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>#}