{% if content.fil_ariane is defined and content.fil_ariane is not empty %}
{% include "blocks/breadcrumb-normal.html.twig" with {pabsolute: true} %}
{% endif %}
{% if content.header_img is defined and content.header_img is not empty %}
{# pas de loading=lazy ici car c'est le LPC (largest painted content) qui apparaît dès l'arrivée sur le site #}
<img src="{{ content.header_img.formats['1000x.webp'] }}" srcset="{{ content.header_img.formats['300x.webp'] }} 300w, {{ content.header_img.formats['600x.webp'] }} 600w, {{ content.header_img.formats['1000x.webp'] }} 1000w" sizes="1000px" alt="{{ content.header_img | copyright_or_description_or_title }}" width="{{ content.header_img.fileVersion.properties.width }}" height="{{ content.header_img.fileVersion.properties.height }}">
{% endif %}
<div class="zi1 prelative team-project-head dflex jcc aic fdc mb-60px">
{% if content.page_title is defined and content.page_title is not empty %}
<h1 class="mt-60px center{% if content.header_img is defined and content.header_img is not empty %} cwhite{% endif %}">
{{ content.page_title }}
</h1>
{% endif %}
{% if content.chapo is defined and content.chapo is not empty %}
<div class="mt-1em mlr-1em fw500 fs20 text{% if content.header_img is defined and content.header_img is not empty %} cwhite{% else %} cgrey{% endif %}">
{{ content.chapo|raw }}
</div>
{% endif %}
</div>