{% set sectionName = getSectionFooterName('nos_services', sylius.localeCode ) %}
<!-- section nos services -->
<div class="other-menu-bit second-menu-footer">
<div class="menu-content">
<h4 class="titre-menu-t toggle-me"><span>{{ sectionName }}</span></h4>
<ul class="toggle-m-c reseaux-footer">
<li class="anim-element-list"><a href="https://www.instagram.com/pro_occasion_rayonnage?igsh=N2YxbXFmMmtsZW9u"><img src="{{ asset('assets/shop/images/instagram_white.png') }}" alt="Instagram" title="Instagram"></a></li>
<li class="anim-element-list"><a href=" https://www.youtube.com/channel/UCNyFSzPdxTHeJkFPTeyab8g" target="_blank"><img src="{{ asset('assets/shop/images/icon_youtube.png') }}" alt="Youtube" title="Youtube"></a></li>
<li class="anim-element-list"><a href="https://www.linkedin.com/company/pro-occasion-rayonnages/"><img src="{{ asset('assets/shop/images/linkedin_white.png') }}" alt="Linkedin" title="Linkedin"></a></li>
<li class="anim-element-list"><a href="https://www.facebook.com/Pro-Occasion-Rayonnage-100184359428364"><img src="{{ asset('assets/shop/images/icon_facebook.png') }}" alt="Facebook" title="Facebook"></a></li>
<li class="anim-element-list"><a href="https://www.leboncoin.fr/boutique/73620/pro_occasion_rayonnages.htm"><img src="{{ asset('assets/shop/images/leboncoin_white.png') }}" alt="Le bon coin" title="Le bon coin"></a></li>
<li class="anim-element-list"><a href="https://blog.pro-occasion-rayonnage.fr/"><img src="{{ asset('assets/shop/images/blog_white.png') }}" alt="Lien vers le blog" title="blog"></a></li>
</ul>
</div>
</div>
{# fermeture d'une div sur un autre template #}
</div>
<div class="col-20-m" style="display: flex; justify-content: center;">
<div class="bloc-menu map-bloc">
<div style="height: 100%;">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2862.23987303461!2d4.789943615514251!3d44.160915279107044!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x12b599e9999fd131%3A0x14cebc7592cdfb00!2sPRO%20OCCASION%20RAYONNAGES!5e0!3m2!1sfr!2sfr!4v1613489550994!5m2!1sfr!2sfr" width="100%;" height="100%" frameborder="0" style="border:0;padding-bottom: 15px;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
{% set imagesFooter = app_get_section_images('footer', sylius.channel.code) %}
{% if imagesFooter|length > 0 %}
{% for image in imagesFooter %}
{% if image.type == "image" and image.enabled and image.channel(sylius.channel) %}
<div>
<img src="{{ asset(image.path) }}" alt="gif_mensuel">
<div>{{ image.translation.name }}</div>
</div>
{% endif %}
{% endfor %}
{% endif %}
{# <div class="table-footer">#}
{# <table width="100%" cellpadding="0" cellspacing="0" border="0">#}
{# <tr>#}
{# <td class="map-cell">#}
{# <div style="display: flex; flex-direction: column;">#}
{# <div class="">#}
{# <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2862.23987303461!2d4.789943615514251!3d44.160915279107044!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x12b599e9999fd131%3A0x14cebc7592cdfb00!2sPRO%20OCCASION%20RAYONNAGES!5e0!3m2!1sfr!2sfr!4v1613489550994!5m2!1sfr!2sfr" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>#}
{# </div>#}
{# {% set imagesFooter = app_get_section_images('footer', sylius.channel.code) %}#}
{# {% if imagesFooter|length > 0 %}#}
{# {% for image in imagesFooter %}#}
{# {% if image.type == "image" and image.enabled and image.channel(sylius.channel) %}#}
{# <img src="{{ asset(image.path) }}" alt="gif_mensuel">#}
{# <div>{{ image.translation.name }}</div>#}
{# {% endif %}#}
{# {% endfor %}#}
{# {% endif %}#}
{# </div>#}
{# </td>#}
{# </tr>#}
{# </table>#}
{# </div>#}
</div>
</div>