<div class="{% if content.header_img is defined and content.header_img is not empty %}main-title{% else %}small-main-title{% endif %} br8 dflex aic jcc">
{% if content.header_img is defined and content.header_img is not empty %}
<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 }}" class="br8 position-{{ view.header_img.displayOption }}" 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">
<div class="center">
<h1 {% if content.header_img is defined and content.header_img is not empty %} class="cwhite" {% endif %}>{{ content.title }}</h1>
</div>
</div>
{% if content.header_img is defined and content.header_img is not empty %}
{% if name is defined and name is not empty and name == "groupe-travail" %}
<div class="background-color-turquoize"></div>
{% else %}
<div class="background-color-blue"></div>
{% endif %}
{% endif %}
</div>
{% if content.header_img is defined and content.header_img is not empty %}
{% if content.header_img.credits and content.header_img.credits is not empty %}
<div class="cgrey fs12 lh16 credit mt-8px">© Crédit Photo
{{ content.header_img.credits }}</div>
{% endif %}
{% endif %}