<div class="dflex fwwrap">
<div class="experiences-preview-img-cont">
{% if header_img is defined and header_img is not empty %}
{% include "blocks/previews/img/image.html.twig" with { img: header_img } %}
{% else %}
{% include "blocks/previews/img/default-image.html.twig" %}
{% endif %}
</div>
<div class="preview-content dflex fdc territory-override-link mb-10px mt-10px ml-24px mr-24px experience-render">
{% include "blocks/previews-from-controller/blocks/categoriesExperience.html.twig" %}
<a class="cdarkblue lh26 fs18 fw500" style="text-decoration : none;" href="{{ url }}" target="_blank">{{ title }}</a>
{% if departement is defined and departement is not empty %}
<div class="dflex fwwrap">
<div class="thematiques-tag cwhite fw600 departement-exp mb-10px mt-10px">
<span class="dpt">{{ departement }}</span>
</div>
</div>
{% endif %}
</div>
</div>