{% extends 'frontend/frontend.html.twig' %}
{% block meta_robot %}
{{ parent() }}
<link rel="canonical" href="{{ url('frontend_bilan_expert') }}"/>
{{ source('stubs/seo/robots_index_follow.html.twig') }}
{% endblock %}
{% block meta_title %}{{ 'seo.landing.bilanExpert.title'|trans({}, "seo") }}{% endblock %}
{% block meta_desc %}{{ 'seo.landing.bilanExpert.desc'|trans({}, "seo") }}{% endblock %}
{% block body_content %}
<div class="bilan-expert">
<div class="landing-header">
<h1 class="titre05">
{{ 'frontend.landing.bilan-expert.header.title'|trans({}, 'landing') }}<sup>®</sup>
<span>{{ 'frontend.landing.bilan-expert.header.subtitle'|trans({}, 'landing') }}</span>
</h1>
</div>
<div class="landing-content">
<div>
<div>
<h2 class="titre01">{{ 'frontend.landing.bilan-expert.content.title'|trans({}, 'landing')|raw }}</h2>
<p class="marginT20">{{ 'frontend.landing.bilan-expert.content.text01'|trans({}, 'landing')|raw }}</p>
<p class="marginT20">{{ 'frontend.landing.bilan-expert.content.text02'|trans({}, 'landing')|raw }}</p>
<p class="titre03 marginT20"><strong>{{ 'frontend.landing.bilan-expert.content.text03'|trans({}, 'landing')|raw }}</strong></p>
</div>
<div class="liste-avis grid-50 tab-p-100 m-100">
<p>{{ 'frontend.landing.bilan-expert.content.block01.title'|trans({}, 'landing')|raw }}</p>
<ul>
<li><i class="icon-bilan-expert01"></i> {{ 'frontend.landing.bilan-expert.content.block01.item01'|trans({}, 'landing') }}</li>
<li><i class="icon-bilan-expert02"></i> {{ 'frontend.landing.bilan-expert.content.block01.item02'|trans({}, 'landing') }}</li>
<li><i class="icon-bilan-expert03"></i> {{ 'frontend.landing.bilan-expert.content.block01.item03'|trans({}, 'landing') }}</li>
</ul>
<div class="txtcenter"><img src="{{ asset('bundles/vpauto/frontend/images/bilan-expert02.jpg') }}" alt="bilan expert"/></div>
</div>
<div class="grid-50 tab-p-100 m-100">
<div class="bg-img01">
<div>{{ 'frontend.landing.bilan-expert.content.block02.title'|trans({}, 'landing')|raw }}</div>
</div>
<div class="txtcenter marginT10">
<ul>
<li><i class="icon-expertise04"></i><br> {{ 'frontend.landing.bilan-expert.content.block02.item01'|trans({}, 'landing')|raw }}</li>
<li><i class="icon-expertise05"></i><br> {{ 'frontend.landing.bilan-expert.content.block02.item02'|trans({}, 'landing')|raw }}</li>
<li><i class="icon-expertise06"></i><br> {{ 'frontend.landing.bilan-expert.content.block02.item03'|trans({}, 'landing')|raw }}</li>
</ul>
{# locale based : editorial content #}
{% if 'fr' == app.request.locale %}
<p>
<a class="lien08 marginB10" href="{{ asset('/bundles/vpauto/pdf/Listedespointscontroles2016.pdf') }}">{{ 'frontend.landing.bilan-expert.content.block02.button01.label'|trans({}, 'landing') }}</a>
</p>
{% endif %}
<p>
<a class="lien09" href="{{ path('frontend_expertise') }}">{{ 'frontend.landing.bilan-expert.content.block02.button02.label'|trans({}, 'landing') }}</a>
</p>
</div>
</div>
<div>
<h2 class="titre01">{{ 'frontend.landing.bilan-expert.bottom.title'|trans({}, 'landing')|raw }}</h2>
<p class="marginT20">{{ 'frontend.landing.bilan-expert.bottom.text01'|trans({}, 'landing') }}</p>
{% if not is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_PORTUGAL')) %}
<p class="marginT20">{{ 'frontend.landing.bilan-expert.bottom.text02'|trans({}, 'landing')|raw }} </p>
<p class="marginT20">{{ 'frontend.landing.bilan-expert.bottom.text03'|trans({}, 'landing')|raw }}</p>
{% endif %}
</div>
</div>
</div>
</div>
<!--Footer -->
{% include 'frontend/footer.html.twig' %}
<!-- FIN Footer -->
{% endblock body_content %}