<div class="d-flex justify-content-end align-items-center top-nav">
{# START : Pages template #}
{% include 'navbar/templateTopNavbarPages.html.twig' %}
{# FIN : Pages template #}
<a class="button button-small ml-2 mr-4" href="https://espacepro.sogal.com" target="_blank"><i class="fas fa-user ml-1 mr-1"></i> ESPACE PRO</a>
{% if facebook != "" %}
<a target="_blank" class="d-flex flex-column text-center rs" href="{{ facebook }}" title="Facebook">
<i class="fab fa-facebook fa-perso"></i>
{# <span class="mb-0">
Facebook
</span> #}
</a>
{% endif %}
{% if twitter != "" %}
<a target="_blank" class="d-flex flex-column text-center rs" href="{{ twitter }}" title="Twitter">
<i class="fab fa-twitter fa-perso"></i>
{# <span class="mb-0">
Twitter
</span> #}
</a>
{% endif %}
{% if pinterest != "" %}
<a target="_blank" class="d-flex flex-column text-center rs" href="{{ pinterest }}" title="Pinterest">
<i class="fab fa-pinterest fa-perso"></i>
{# <span class="mb-0">
Pinterest
</span> #}
</a>
{% endif %}
{% if instagram != "" %}
<a target="_blank" class="d-flex flex-column text-center rs" href="{{ instagram }}" title="Instagram">
<i class="fab fa-instagram fa-perso"></i>
{# <span class="mb-0">
Instagram
</span> #}
</a>
{% endif %}
</div>