<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* Frontend/landing/registration-card.html.twig */
class __TwigTemplate_b5386de3745a91935a3cb601f468c781 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'meta_robot' => [$this, 'block_meta_robot'],
'meta_title' => [$this, 'block_meta_title'],
'meta_desc' => [$this, 'block_meta_desc'],
'body_content' => [$this, 'block_body_content'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "frontend/frontend.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Frontend/landing/registration-card.html.twig"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Frontend/landing/registration-card.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Frontend/landing/registration-card.html.twig"));
$this->parent = $this->loadTemplate("frontend/frontend.html.twig", "Frontend/landing/registration-card.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
public function block_meta_robot($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_robot"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_robot"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_robot"));
// line 4
echo " ";
$this->displayParentBlock("meta_robot", $context, $blocks);
echo "
<link rel=\"canonical\" href=\"";
// line 5
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("frontend_registration_card");
echo "\"/>
";
// line 6
echo twig_source($this->env, "stubs/seo/robots_index_follow.html.twig");
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 9
public function block_meta_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title"));
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.registrationCard.title", [], "seo"), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 10
public function block_meta_desc($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc"));
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.registrationCard.desc", [], "seo"), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 12
public function block_body_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_content"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_content"));
// line 13
echo "
<div class=\"carte-grise\">
<div class=\"landing-header\">
<h1 class=\"titre05\">
";
// line 17
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.registration_card.header.title", [], "landing"), "html", null, true);
echo "
<span>";
// line 18
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.registration_card.header.subtitle", [], "landing"), "html", null, true);
echo "</span>
</h1>
</div>
<div class=\"landing-content\">
<div>
<h2 class=\"titre01 txtcenter\">";
// line 23
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.registration_card.content.title", [], "landing"), "html", null, true);
echo "</h2>
<div class=\"txtcenter\">
<ul class=\"marginT20 inbl txtleft\">
<li class=\"titre03 bold color09\"><span class=\"color05\">></span> ";
// line 26
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.registration_card.content.block01.text02", [], "landing"), "html", null, true);
echo "</li>
<li class=\"titre03 bold color09 marginT10\"><span class=\"color05\">></span> ";
// line 27
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.registration_card.content.block01.text03", [], "landing");
echo "</li>
<li class=\"titre03 bold color09 marginT10\"><span class=\"color05\">></span> ";
// line 28
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.registration_card.content.block01.text04", [], "landing");
echo "</li>
<li class=\"color09 marginT10\">";
// line 29
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.registration_card.content.block01.text05", [], "landing");
echo "</li>
</ul>
</div>
<div class=\"block-bg padding10 marginT20 txtcenter\">
<h3 class=\"titre02 bold marginT10\">";
// line 34
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.registration_card.content.block02.title", [], "landing");
echo "</h3>
<ul class=\"liste01 marginT10\">
";
// line 36
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.registration_card.content.block02.text01", [], "landing");
echo "
</ul>
<p class=\"titre02 color05 marginT20 marginB10 bold\">
<img src=\"";
// line 39
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/carte-grise06.png"), "html", null, true);
echo "\" alt=\"picto info\" />
<span>";
// line 40
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.registration_card.content.block02.text02", [], "landing");
echo "</span>
</p>
</div>
<ul class=\"liste02 marginT30\">
<li>
<img src=\"";
// line 46
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/carte-grise01.png"), "html", null, true);
echo "\" alt=\"rapide\" />
<h2 class=\"titre04 color05 bold\">";
// line 47
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.registration_card.content.block03.title01", [], "landing"), "html", null, true);
echo "</strong></h2>
<span class=\"txttransform\">";
// line 48
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.registration_card.content.block03.desc01", [], "landing"), "html", null, true);
echo "</span>
</li>
<li>
<img src=\"";
// line 51
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/carte-grise02.png"), "html", null, true);
echo "\" alt=\"simple\" />
<h2 class=\"titre04 color05 bold\">";
// line 52
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.registration_card.content.block03.title02", [], "landing"), "html", null, true);
echo "</strong></h2>
<span class=\"txttransform\">";
// line 53
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.registration_card.content.block03.desc02", [], "landing");
echo "</span>
</li>
<li>
<img src=\"";
// line 56
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/carte-grise03.png"), "html", null, true);
echo "\" alt=\"pratique\" />
<h2 class=\"titre04 color05 bold\">";
// line 57
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.registration_card.content.block03.title03", [], "landing"), "html", null, true);
echo "</strong></h2>
<span class=\"txttransform\">";
// line 58
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.registration_card.content.block03.desc03", [], "landing"), "html", null, true);
echo "</span>
</li>
</ul>
<div class=\"block-bg padding10 marginT30 txtcenter\">
<p class=\"titre04 txtnormal\">
";
// line 64
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.registration_card.content.block04.text01", [], "landing");
echo "
<a href=\"mailto:cartegrise@vpauto.fr\" title=\"\" class=\"lien03\">cartegrise@vpauto.fr</a>
</p>
</div>
<div class=\"grid-container marginT40\">
<h3 class=\"titre02 bold\">";
// line 70
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.registration_card.content.block05.title", [], "landing");
echo "</h3>
<p class=\"marginT10 paddingB10\">
";
// line 72
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.registration_card.content.block05.text01", [], "landing");
echo "
</p>
<p class=\"txtcenter\"><a href=\"https://www.service-public.fr/simulateur/calcul/cout-certificat-immatriculation\" title=\"\" class=\"lien07\" target=\"_blank\">";
// line 74
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.registration_card.content.block05.link01", [], "landing");
echo "</a></p>
</div>
<div class=\"grid-container block-bg marginT40\">
<div class=\"block01\">
<h3 class=\"titre02 bold\">";
// line 79
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.registration_card.content.block06.title", [], "landing");
echo "</h3>
<ul>
<li class=\"titre02\">
<img src=\"";
// line 82
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/carte-grise07.png"), "html", null, true);
echo "\" alt=\"picto achat\" />
<span>";
// line 83
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.registration_card.content.block06.text01", [], "landing");
echo "</span>
</li>
<li class=\"titre02\">
<img src=\"";
// line 86
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/carte-grise08.png"), "html", null, true);
echo "\" alt=\"picto carte grise\" />
<span>";
// line 87
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.registration_card.content.block06.text02", [], "landing");
echo "</span>
</li>
<li class=\"titre02\">
<img src=\"";
// line 90
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/carte-grise09.png"), "html", null, true);
echo "\" alt=\"picto domicile\" />
<span>";
// line 91
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.registration_card.content.block06.text03", [], "landing");
echo "</span>
</li>
<li class=\"titre02\">
<img src=\"";
// line 94
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/vpauto/frontend/images/carte-grise10.png"), "html", null, true);
echo "\" alt=\"picto statut matrimonial\" />
<span>";
// line 95
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.registration_card.content.block06.text04", [], "landing");
echo "</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--Footer -->
";
// line 104
$this->loadTemplate("frontend/footer.html.twig", "Frontend/landing/registration-card.html.twig", 104)->display($context);
// line 105
echo "<!-- FIN Footer -->
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "Frontend/landing/registration-card.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 361 => 105, 359 => 104, 347 => 95, 343 => 94, 337 => 91, 333 => 90, 327 => 87, 323 => 86, 317 => 83, 313 => 82, 307 => 79, 299 => 74, 294 => 72, 289 => 70, 280 => 64, 271 => 58, 267 => 57, 263 => 56, 257 => 53, 253 => 52, 249 => 51, 243 => 48, 239 => 47, 235 => 46, 226 => 40, 222 => 39, 216 => 36, 211 => 34, 203 => 29, 199 => 28, 195 => 27, 191 => 26, 185 => 23, 177 => 18, 173 => 17, 167 => 13, 154 => 12, 129 => 10, 104 => 9, 89 => 6, 85 => 5, 80 => 4, 67 => 3, 38 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'frontend/frontend.html.twig' %}
{% block meta_robot %}
{{ parent() }}
<link rel=\"canonical\" href=\"{{ url('frontend_registration_card') }}\"/>
{{ source('stubs/seo/robots_index_follow.html.twig') }}
{% endblock %}
{% block meta_title %}{{ 'seo.landing.registrationCard.title'|trans({}, \"seo\") }}{% endblock %}
{% block meta_desc %}{{ 'seo.landing.registrationCard.desc'|trans({}, \"seo\") }}{% endblock %}
{% block body_content %}
<div class=\"carte-grise\">
<div class=\"landing-header\">
<h1 class=\"titre05\">
{{ 'frontend.landing.registration_card.header.title'|trans({}, 'landing') }}
<span>{{ 'frontend.landing.registration_card.header.subtitle'|trans({}, 'landing') }}</span>
</h1>
</div>
<div class=\"landing-content\">
<div>
<h2 class=\"titre01 txtcenter\">{{ 'frontend.landing.registration_card.content.title'|trans({}, 'landing') }}</h2>
<div class=\"txtcenter\">
<ul class=\"marginT20 inbl txtleft\">
<li class=\"titre03 bold color09\"><span class=\"color05\">></span> {{ 'frontend.landing.registration_card.content.block01.text02'|trans({}, 'landing') }}</li>
<li class=\"titre03 bold color09 marginT10\"><span class=\"color05\">></span> {{ 'frontend.landing.registration_card.content.block01.text03'|trans({}, 'landing')|raw }}</li>
<li class=\"titre03 bold color09 marginT10\"><span class=\"color05\">></span> {{ 'frontend.landing.registration_card.content.block01.text04'|trans({}, 'landing')|raw }}</li>
<li class=\"color09 marginT10\">{{ 'frontend.landing.registration_card.content.block01.text05'|trans({}, 'landing')|raw }}</li>
</ul>
</div>
<div class=\"block-bg padding10 marginT20 txtcenter\">
<h3 class=\"titre02 bold marginT10\">{{ 'frontend.landing.registration_card.content.block02.title'|trans({}, 'landing')|raw }}</h3>
<ul class=\"liste01 marginT10\">
{{ 'frontend.landing.registration_card.content.block02.text01'|trans({}, 'landing')|raw }}
</ul>
<p class=\"titre02 color05 marginT20 marginB10 bold\">
<img src=\"{{ asset('bundles/vpauto/frontend/images/carte-grise06.png') }}\" alt=\"picto info\" />
<span>{{ 'frontend.landing.registration_card.content.block02.text02'|trans({}, 'landing')|raw }}</span>
</p>
</div>
<ul class=\"liste02 marginT30\">
<li>
<img src=\"{{ asset('bundles/vpauto/frontend/images/carte-grise01.png') }}\" alt=\"rapide\" />
<h2 class=\"titre04 color05 bold\">{{ 'frontend.landing.registration_card.content.block03.title01'|trans({}, 'landing') }}</strong></h2>
<span class=\"txttransform\">{{ 'frontend.landing.registration_card.content.block03.desc01'|trans({}, 'landing') }}</span>
</li>
<li>
<img src=\"{{ asset('bundles/vpauto/frontend/images/carte-grise02.png') }}\" alt=\"simple\" />
<h2 class=\"titre04 color05 bold\">{{ 'frontend.landing.registration_card.content.block03.title02'|trans({}, 'landing') }}</strong></h2>
<span class=\"txttransform\">{{ 'frontend.landing.registration_card.content.block03.desc02'|trans({}, 'landing')|raw }}</span>
</li>
<li>
<img src=\"{{ asset('bundles/vpauto/frontend/images/carte-grise03.png') }}\" alt=\"pratique\" />
<h2 class=\"titre04 color05 bold\">{{ 'frontend.landing.registration_card.content.block03.title03'|trans({}, 'landing') }}</strong></h2>
<span class=\"txttransform\">{{ 'frontend.landing.registration_card.content.block03.desc03'|trans({}, 'landing') }}</span>
</li>
</ul>
<div class=\"block-bg padding10 marginT30 txtcenter\">
<p class=\"titre04 txtnormal\">
{{ 'frontend.landing.registration_card.content.block04.text01'|trans({}, 'landing')|raw }}
<a href=\"mailto:cartegrise@vpauto.fr\" title=\"\" class=\"lien03\">cartegrise@vpauto.fr</a>
</p>
</div>
<div class=\"grid-container marginT40\">
<h3 class=\"titre02 bold\">{{ 'frontend.landing.registration_card.content.block05.title'|trans({}, 'landing')|raw }}</h3>
<p class=\"marginT10 paddingB10\">
{{ 'frontend.landing.registration_card.content.block05.text01'|trans({}, 'landing')|raw }}
</p>
<p class=\"txtcenter\"><a href=\"https://www.service-public.fr/simulateur/calcul/cout-certificat-immatriculation\" title=\"\" class=\"lien07\" target=\"_blank\">{{ 'frontend.landing.registration_card.content.block05.link01'|trans({}, 'landing')|raw }}</a></p>
</div>
<div class=\"grid-container block-bg marginT40\">
<div class=\"block01\">
<h3 class=\"titre02 bold\">{{ 'frontend.landing.registration_card.content.block06.title'|trans({}, 'landing')|raw }}</h3>
<ul>
<li class=\"titre02\">
<img src=\"{{ asset('bundles/vpauto/frontend/images/carte-grise07.png') }}\" alt=\"picto achat\" />
<span>{{ 'frontend.landing.registration_card.content.block06.text01'|trans({}, 'landing')|raw }}</span>
</li>
<li class=\"titre02\">
<img src=\"{{ asset('bundles/vpauto/frontend/images/carte-grise08.png') }}\" alt=\"picto carte grise\" />
<span>{{ 'frontend.landing.registration_card.content.block06.text02'|trans({}, 'landing')|raw }}</span>
</li>
<li class=\"titre02\">
<img src=\"{{ asset('bundles/vpauto/frontend/images/carte-grise09.png') }}\" alt=\"picto domicile\" />
<span>{{ 'frontend.landing.registration_card.content.block06.text03'|trans({}, 'landing')|raw }}</span>
</li>
<li class=\"titre02\">
<img src=\"{{ asset('bundles/vpauto/frontend/images/carte-grise10.png') }}\" alt=\"picto statut matrimonial\" />
<span>{{ 'frontend.landing.registration_card.content.block06.text04'|trans({}, 'landing')|raw }}</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--Footer -->
{% include 'frontend/footer.html.twig' %}
<!-- FIN Footer -->
{% endblock body_content %}
", "Frontend/landing/registration-card.html.twig", "/srv/src/Resources/views/Frontend/landing/registration-card.html.twig");
}
}