{% extends 'frontend/frontend.html.twig' %}
{% block meta_robot %}
{{ parent() }}
<link rel="canonical" href="{{ url('frontend_client_opinion') }}"/>
{{ source('stubs/seo/robots_index_follow.html.twig') }}
{% endblock %}
{% block meta_title %}{{ 'seo.landing.clientOpinion.title'|trans({}, "seo") }}{% endblock %}
{% block meta_desc %}{{ 'seo.landing.clientOpinion.desc'|trans({}, "seo") }}{% endblock %}
{% block body_content %}
<div class="avis-client">
<div class="landing-header">
<h1 class="titre05">
{{ 'frontend.landing.review.header.title'|trans({}, 'landing') }}
<span>{{ 'frontend.landing.review.header.subtitle'|trans({}, 'landing') }}</span>
</h1>
</div>
<div class="landing-content">
<div>
<h2 class="titre01">{{ 'frontend.landing.review.content.title'|trans({}, 'landing')|raw }}</h2>
<p class="marginT20">{{ 'frontend.landing.review.content.text01'|trans({}, 'landing') }}</p>
<p class="marginT20">{{ 'frontend.landing.review.content.text02'|trans({}, 'landing') }}</p>
<p class="marginT20">{{ 'frontend.landing.review.content.text03'|trans({}, 'landing') }}</p>
<div class="grid-container block-3col">
<div class="grid-33 tab-l-33 tab-p-100 m-100">
<div>
<h3 class="titre01">{{ 'frontend.landing.review.content.list01.item01.title'|trans({}, 'landing') }}</h3>
<p><strong>{{ 'frontend.landing.review.content.list01.item01.desc'|trans({}, 'landing') }}</strong></p>
</div>
</div>
<div class="grid-33 tab-l-33 tab-p-100 m-100">
<div>
<h3 class="titre01">{{ 'frontend.landing.review.content.list01.item02.title'|trans({}, 'landing') }}</h3>
<p><strong>{{ 'frontend.landing.review.content.list01.item02.desc'|trans({}, 'landing') }}</strong></p>
</div>
</div>
<div class="grid-33 tab-l-33 tab-p-100 m-100">
<div>
<h3 class="titre01">{{ 'frontend.landing.review.content.list01.item03.title'|trans({}, 'landing')}}</h3>
<p><strong>{{ 'frontend.landing.review.content.list01.item03.desc'|trans({}, 'landing') }}</strong></p>
</div>
</div>
</div>
<h2 class="titre04 marginT40">{{ 'frontend.landing.review.content.item01.title'|trans({}, 'landing') }}</h2>
<p class="marginT10">{{ 'frontend.landing.review.content.item01.desc'|trans({}, 'landing') }} <a href="https://www.avis-verifies.com/avis-clients/vpauto.fr" title="" target="_blank" class="lien03">{{ 'frontend.landing.review.content.item01.link.title'|trans({}, 'landing') }}</a></p>
{% if app.request.locale == 'fr' %}
<div class="txtcenter marginT40">
<iframe id='AV_widget_iframe' frameBorder="0" width="100%" height="100%"
src="//cl.avis-verifies.com/fr/cache/3/7/7/3777ea35-f312-e844-e539-4448e34bc940/widget4/3777ea35-f312-e844-e539-4448e34bc940horizontal_index.html"></iframe>
</div>
<h2 class="titre04 marginT60">{{ 'frontend.landing.review.content.item02.title'|trans({}, 'landing') }}</h2>
<p class="marginT10">{{ 'frontend.landing.review.content.item02.desc'|trans({}, 'landing') }}</p>
<div class="block01">
<div class="video-container">
<object type="application/x-shockwave-flash" data="https://www.youtube.com/v/4u6O5zwOq2o?showinfo=0&rel=0">
<param name="movie" value="https://www.youtube.com/v/4u6O5zwOq2o?showinfo=0&rel=0" />
<param name="wmode" value="transparent" />
</object>
</div>
</div>
{% else %}
<p class="marginT10"><a href="https://www.avis-verifies.com/avis-clients/vpauto.fr" title="" target="_blank"><img src="{{ asset('bundles/vpauto/frontend/images/logo-avis-verifies.webp') }}" width="242" height="40" alt="logo avis verifies"></a></p>
{% endif %}
</div>
</div>
</div>
<!--Footer -->
{% include 'frontend/footer.html.twig' %}
<!-- FIN Footer -->
{% endblock body_content %}