{% if page.firstMenuLinks and page.firstMenuLinks.firstInformations %}

Infos pratiques

{{ page.firstMenuLinks.firstInformations|raw }}
{% endif %} {% if page.firstMenuLinks and page.firstMenuLinks.firstLinks %}

Liens utiles

{% for link in page.firstMenuLinks.firstLinks %}
{{ link.text }} {{ svg('images/articles/external-link.svg') }}
{% endfor %}
{% endif %} {% if page.firstMenuLinks and page.firstMenuLinks.firstFiles %} {% if has_videos(page.firstMenuLinks) %}

Vidéos

{% for file in page.firstMenuLinks.firstFiles %} {% if is_video(file.file) %}
Veuillez mettre à jour votre navigateur pour voir la vidéo
{% endif %} {% endfor %}
{% endif %} {% if has_documents(page.firstMenuLinks) %}

Documents

{% for file in page.firstMenuLinks.firstFiles %} {% if is_document(file.file) %}
{{ file.file }}
{{ file }} {{ filesize(file.file) }}
{% endif %} {% endfor %}
{% endif %} {% endif %} {% if page.firstMenuLinks and page.firstMenuLinks.firstContact %}

Contact

{{ page.firstMenuLinks.firstContact|raw }}
{% endif %} Contact {{ svg('images/base/footer/icon_mail_white.svg') }} Restez informé {{ svg('images/base/footer/icon_mail_white.svg') }} {% if page.firstMenuLinks and page.firstMenuLinks.firstArticles %}

Nos Articles

{% for article in page.firstMenuLinks.firstArticles %}

{{ article.title }}
{{ article.publishedAt|format_date('none','d MMMM Y') }}

{% endfor %}
{% endif %} {% if page.firstMenuLinks and page.firstMenuLinks.firstEvents %}

Nos Évènements

{% for event in page.firstMenuLinks.firstEvents %}

{{ event.title }}
{{ event.start|format_date('none','d MMMM Y') }}

{% endfor %}
{% endif %}