{% extends 'frontend/frontend.html.twig' %}
{% block meta_robot %}
{{ parent() }}
<link rel="canonical" href="{{ url('frontend_temporary_insurance') }}"/>
{{ source('stubs/seo/robots_index_follow.html.twig') }}
{% endblock %}
{% block meta_title %}{{ 'seo.landing.temporaryInsurance.title'|trans({}, "seo") }}{% endblock %}
{% block meta_desc %}{{ 'seo.landing.temporaryInsurance.desc'|trans({}, "seo") }}{% endblock %}
{% block body_content %}
<div class="assurance-temporaire">
<div class="landing-header">
<h1 class="titre05">
{{ 'frontend.landing.temporary-insurance.header.title'|trans({}, 'landing') }}
<span>{{ 'frontend.landing.temporary-insurance.header.subtitle'|trans({}, 'landing') }}</span>
</h1>
</div>
<div class="landing-content bg-color01">
<div>
<h2 class="titre01 txtnormal bold">{{ 'frontend.landing.temporary-insurance.content.title01'|trans({}, 'landing') }}</h2>
<p class="marginT20">{{ 'frontend.landing.temporary-insurance.content.text01'|trans({}, 'landing')|raw }}</p>
<div class="block02">
<div class="grid-container marginT30 tab-p-hide m-hide">
<div class="grid-50 tab-l-50"> </div>
<div class="grid-50 tab-l-50 txtcenter">
<img src="{{ asset('bundles/vpauto/frontend/images/icone05.svg') }}" width="120px" alt="Assurance">
</div>
</div>
<div class="grid-container block-flex block-box-shadow">
<div class="grid-50 tab-l-50 tab-p-100 m-100 height-240">
<img src="{{ asset('bundles/vpauto/frontend/images/assurance01.webp') }}" class="img-cover" alt="" />
</div>
<div class="grid-50 tab-l-50 tab-p-100 m-100">
<div class="marginT20 paddingR20 marginB20 marginL30">
<span class="block txtcenter block-icone05 grid-hide tab-l-hide tab-p-visible m-visible">
<img src="{{ asset('bundles/vpauto/frontend/images/icone05.svg') }}" width="120px" alt="Assurance">
</span>
<h3 class="titre03 color10 bold txtcenter">{{ 'frontend.landing.temporary-insurance.content.item01.title'|trans({}, 'landing')|raw }}</h3>
<p class="marginT40">{{ 'frontend.landing.temporary-insurance.content.item01.desc01'|trans({}, 'landing')|raw }}</p>
<ul class="liste02 list-disc marginT20">
{{ 'frontend.landing.temporary-insurance.content.item01.list01'|trans({}, 'landing')|raw }}
</ul>
<div class="block-contact marginT40">
<div class="txtcenter"><img src="{{ asset('bundles/vpauto/frontend/images/garantie-premium03.webp') }}" width="70px" alt=""></div>
<div class="txtcenter">
<p class="marginT10">
{{ 'frontend.landing.temporary-insurance.content.item01.tel'|trans({}, 'landing')|raw }}
<span class="bold m-hide">02 97 64 26 64</span>
<a href="tel:0297642664" title="" class="lien-tel-m bold grid-hide tab-l-hide tab-p-hide m-visible">02 97 64 26 64</a>
</p>
<p class="marginT10">
{{ 'frontend.landing.temporary-insurance.content.item01.email'|trans({}, 'landing')|raw }} :
<a href="mailto:xbourhis@agence.generali.fr" title="" class="bold">xbourhis@agence.generali.fr</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="marginT60">
<h2 class="titre01 txtnormal bold">{{ 'frontend.landing.temporary-insurance.content.item02.title01'|trans({}, 'landing') }}</h2>
<p class="marginT20">{{ 'frontend.landing.temporary-insurance.content.item02.desc'|trans({}, 'landing')|raw }}</p>
<div class="marginT20 txtcenter">
<a href="{{ path('frontend_roole_insurance') }}" class="lien14 bg02" title="">{{ 'frontend.landing.temporary-insurance.content.item02.link01'|trans({}, 'landing') }}</a>
</div>
</div>
<div class="block01 marginT60">
<img src="{{ asset('bundles/vpauto/frontend/images/comprendre-encheres05.webp') }}" class="img03" alt="Contactez nous" />
<div>
<h3 class="titre03 bold">{{ 'frontend.landing.temporary-insurance.content.item03.title'|trans({}, 'landing') }}</h3>
<p class="marginT20 paddingB20">{{ 'frontend.landing.temporary-insurance.content.item03.desc'|trans({}, 'landing')|raw }}</p>
<p class="titre03 bold">
info@vpauto.eu
<span class="tab-p-hide m-hide">|</span>
<br class="grid-hide tab-l-hide tab-p-visible m-visible">
<span class="m-hide">02 97 76 62 00</span>
<a href="tel:0297766200" title="" class="lien-tel-m bold grid-hide tab-l-hide tab-p-hide m-visible">02 97 76 62 00</a>
</p>
</div>
</div>
</div>
</div>
</div>
<!--Footer -->
{% include 'frontend/footer.html.twig' %}
<!-- FIN Footer -->
{% endblock body_content %}