{% extends 'frontend/frontend.html.twig' %}
{% block meta_robot %}
{{ parent() }}
<link rel="canonical" href="{{ url('frontend_expertise') }}"/>
{{ source('stubs/seo/robots_index_follow.html.twig') }}
{% endblock %}
{% block meta_title %}{{ 'seo.landing.expertise.title'|trans({}, "seo") }}{% endblock %}
{% block meta_desc %}{{ 'seo.landing.expertise.desc'|trans({}, "seo") }}{% endblock %}
{% block body_content %}
<div class="expertise">
<div class="landing-header">
<h1 class="titre05">
{{ 'frontend.landing.expertise.header.title'|trans({}, 'landing') }}
<span>{{ 'frontend.landing.expertise.header.subtitle'|trans({}, 'landing') }}</span>
</h1>
</div>
<div class="landing-content">
<div>
<div>
<h2 class="titre01">{{ 'frontend.landing.expertise.content.title01'|trans({}, 'landing')|raw }}</h2>
<p class="marginT20">{{ 'frontend.landing.expertise.content.desc01'|trans({}, 'landing')|raw }}</p>
</div>
<div class="grid-container block-bg">
<div class="grid-33 tab-l-100 tab-p-100 m-100">
<div>
<p><i class="icon-expertise04"></i></p>
<h2><strong>{{ 'frontend.landing.expertise.content.block01.title'|trans({}, 'landing') }}</strong></h2>
<ul>
<li>- {{ 'frontend.landing.expertise.content.block01.text01'|trans({}, 'landing')|raw }}</li>
<li>- {{ 'frontend.landing.expertise.content.block01.text02'|trans({}, 'landing')|raw }}</li>
<li>- {{ 'frontend.landing.expertise.content.block01.text03'|trans({}, 'landing')|raw }}</li>
</ul>
</div>
</div>
<div class="grid-33 tab-l-100 tab-p-100 m-100">
<div>
<p><i class="icon-expertise05"></i></p>
<h2><strong>{{ 'frontend.landing.expertise.content.block02.title'|trans({}, 'landing') }}</strong></h2>
<ul>
<li>- {{ 'frontend.landing.expertise.content.block02.text01'|trans({}, 'landing')|raw }}</li>
<li>- {{ 'frontend.landing.expertise.content.block02.text02'|trans({}, 'landing')|raw }}</li>
<li>- {{ 'frontend.landing.expertise.content.block02.text03'|trans({}, 'landing')|raw }}</li>
</ul>
</div>
</div>
<div class="grid-33 tab-l-100 tab-p-100 m-100">
<div>
<p><i class="icon-expertise06"></i></p>
<h2><strong>{{ 'frontend.landing.expertise.content.block03.title'|trans({}, 'landing') }}</strong></h2>
<ul>
<li>- {{ 'frontend.landing.expertise.content.block03.text01'|trans({}, 'landing')|raw }}</li>
<li>- {{ 'frontend.landing.expertise.content.block03.text02'|trans({}, 'landing')|raw }}</li>
<li>- {{ 'frontend.landing.expertise.content.block03.text03'|trans({}, 'landing')|raw }}</li>
</ul>
</div>
</div>
</div>
<div class="grid-container marginT60">
<h2 class="titre04"><strong>{{ 'frontend.landing.expertise.content.title02'|trans({}, 'landing') }}</strong></h2>
<p class="marginT20">{{ 'frontend.landing.expertise.content.desc02'|trans({}, 'landing') }}</p>
{% if not is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_PORTUGAL')) %}
<p>{{ 'frontend.landing.expertise.content.desc03'|trans({}, 'landing') }}</p>
{% endif %}
<p class="marginT20">
<a class="lien09 marginR60 marginB20" href="{{ path('frontend_bilan_expert') }}">{{ 'frontend.landing.expertise.content.button01.label'|trans({}, 'landing') }}</a>
{% if not is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_PORTUGAL')) %}
<a class="lien08" href="http://blog.vpauto.fr/lessentiel-pour-comprendre-un-controle-technique" target="_blank">{{ 'frontend.landing.expertise.content.button02.label'|trans({}, 'landing') }}</a>
{% endif %}
</p>
</div>
</div>
<div class="bg-img02 tab-p-hide m-hide">
<div>{{ 'frontend.landing.expertise.content.block04.title'|trans({}, 'landing')|raw }}</div>
</div>
</div>
</div>
<!--Footer -->
{% include 'frontend/footer.html.twig' %}
<!-- FIN Footer -->
{% endblock body_content %}