{% if snippet_contact is defined and snippet_contact is not empty %}
<div class="knowmore dflex aic jcc contact-section mt-40px">
<img src="/resources/img/header-img/header-image.webp" srcset="/resources/img/header-img/header-image-300x.webp 300w, /resources/img/header-img/header-image-600x.webp 600w, /resources/img/header-img/header-image-1000x.webp 1000w" sizes="(max-width: 300px) 300w, (max-width: 600px) 600w, 1000w" alt="Rue de centre ville" loading="lazy" width="1440" height="470">
<div class="background-color"></div>
<div class="dflex jcsa fwwrap aic knowmore-container">
{% if not contact_off %}
<div class="center first-elem mlr-1em">
<div class="cwhite fw400 fs36 lh40 no-anchor">Vous souhaitez en savoir plus ?</div>
<a href="{{ snippet_contact.content.link_contact }}" class="CTA nodeco diblock mt-2p5em lh28">Contactez-nous</a>
</div>
{% endif %}
{% if not ressource_off %}
<div class="center mlr-1em">
<div class="cwhite fw400 fs36 lh40 no-anchor">Vous souhaitez contribuer ?</div>
<a href="{{ snippet_contact.content.link_ressource }}" class="CTA CTA-white nodeco diblock mt-2p5em lh28">Proposez une ressource</a>
</div>
{% endif %}
</div>
</div>
{% endif %}