{% if category.uuid is defined and category.uuid is not empty %}
{% set page = sulu_content_load(category.uuid) %}
{% endif %}
<a href="{{ sulu_content_path(category.url) }}" class="preview-title tac cwhite nodeco preview-category jcc aic dflex br8 shadow-small shadow-thematiques prelative">
{% if page.content.header_img is defined and page.content.header_img is not empty %}
<img src="{{ page.content.header_img.formats['sulu-400x400.webp'] }}" srcset="{{page.content.header_img.formats['300x.webp']}} 300w, {{page.content.header_img.formats['600x.webp']}} 600w, {{page.content.header_img.formats['1000x.webp']}} 1000w" alt="{{ page.content.header_img | copyright_or_description_or_title }}" width="{{ page.content.header_img.fileVersion.properties.width }}" height="{{ page.content.header_img.fileVersion.properties.height }}" loading="lazy">
{% else %}
<img src="/resources/img/header-img/header-image.webp" alt="" width="896" height="292" loading="lazy">
{% endif %}
<div class="zi1">{{ category.title }}</div>
<div class="background-color-custom" style="background: {{ page.content.color }}"></div>
</a>