<div class=" article-avantage row-30 avantage-swiper av-mob ">
<div class="avantage-content">
<div class="av-box av-box1 ">
<div class="box-li-av">
<a href="/page/une-question-un-conseil" title="" class="hvr-bob opacity-hover">
<strong class="sprite-av sprite-1"></strong>
<span>{% trans %}app.footer.faq_br{% endtrans %}</span>
</a>
</div>
</div>
<div class="av-box av-box2 ">
<div class="box-li-av">
<a title="" class="hvr-bob opacity-hover">
<strong class="sprite-av sprite-2"></strong>
<span>{% trans %}app.footer.secure_br{% endtrans %}</span>
</a>
</div>
</div>
<div class="av-box av-box3 ">
<div class="box-li-av">
<a title="" class="hvr-bob opacity-hover">
<strong class="sprite-av sprite-3"></strong>
{% set block = app_get_blocks('texteperso_livraison', sylius.channel.code ) %}
<span>Livraison offerte
{% if block.content is defined %}
{{ block.content|raw }}
{% endif %}
</span>
</a>
</div>
</div>
<div class="av-box av-box4 ">
<div class="box-li-av">
<a title="" class="hvr-bob opacity-hover">
<strong class="sprite-av sprite-4"></strong>
<span>{% trans %}app.footer.quick_delivery_br{% endtrans %}</span>
</a>
</div>
</div>
</div>
</div>
<div class="art-descrp-tab">
<div class="titre-tab">{{ 'app.product.description'|trans}}</div>
<div class="tab-content ">
<div class="short-desc-mobile">
{{ product.shortDescription | raw }}
</div>
<a href="#" class="show-descr-product color-rose text-underline show-expand"><span class=""> + {{ 'app.taxon.lire_lasuite'|trans}}</span></a>
<div class="long-descr-product">{{ sylius_template_event('sylius.shop.product.show.tab_details', _context) }}</div>
<a href="#" class="show-descr-product color-rose text-underline hide-expand"><span class="">- {{ 'app.taxon.reduire'|trans}}</span></a>
</div>
</div>