{% import 'app/_inc/macros.html.twig' as m %}
<div id="ck">
<div class="ckc">
<picture>
<source srcset="{{ asset('img/ck-dragon.webp') }}" media="(min-width: 0px)"/>
<img loading="lazy" src="{{ asset('img/ck-dragon.webp') }}" alt="Lore français" width="99" height="104">
</picture>
<p>
<strong>{{"Intrepid explorer, a riddle for you :"|trans|raw}}</strong>
{{"would you accept our enchanted cookies to discover all the secrets of our site? These digital treats will guide you to an optimal experience!"|trans|raw}}
<a href="{{ path('cookies') }}" title="cookies">
<span>{{ "To learn more, check out our cookie policy."|trans|raw }}</span>
</a>
</p>
</div>
<div class="ckb">
<button class="btn" title="{{'Accept'|trans}}" data-ck-close="yes">{{'Accept'|trans}}</button>
<button class="btn" title="{{'Decline'|trans}}" data-ck-close="no">{{'Decline'|trans}}</button>
{# <button class="btn" title="{{'Only necessary ones'|trans}}" data-ck-close="yes">{{'Only necessary ones'|trans}}</button>#}
</div>
</div>
<div data-push></div>