{% extends 'frontend/frontend_pro.html.twig' %}
{% block meta_robot %}
{{ parent() }}
<link rel="canonical" href="{{ url('frontend_sale_online_pro') }}"/>
{{ source('stubs/seo/robots_index_follow.html.twig') }}
{% endblock %}
{% block tawkto '' %}
{% block meta_title %}{{ 'seo.landing.sale-online-pro.title'|trans({}, "seo") }}{% endblock %}
{% block meta_desc %}{{ 'seo.landing.sale-online-pro.desc'|trans({}, "seo") }}{% endblock %}
{% block body_content %}
<div class="vente-electronique-pro">
<div class="landing-header">
<h1 class="titre05">
{{ 'frontend.landing.sale-online-pro.header.title'|trans({}, 'landing') }}
</h1>
</div>
<div class="landing-content">
<div>
<h2 class="titre01">{{ 'frontend.landing.sale-online-pro.content.title'|trans({}, 'landing')|raw }}</h2>
<p class="marginT10">{{ 'frontend.landing.sale-online-pro.content.subtitle'|trans({}, 'landing')|raw }}</p>
<h2 class="titre04 marginT40">{{ 'frontend.landing.sale-online-pro.content.section02.title'|trans({}, 'landing')|raw }}</h2>
<div class="grid-container block-bg02">
<div class="grid-25 tab-l-100 tab-p-100 m-100">
<div>
<h3>{{ 'frontend.landing.sale-online-pro.content.section02.block01.title'|trans({}, 'landing') }}</h3>
<p>{{ 'frontend.landing.sale-online-pro.content.section02.block01.subtitle'|trans({}, 'landing') }}€.</p>
</div>
</div>
<div class="grid-25 tab-l-100 tab-p-100 m-100">
<div>
<h3>{{ 'frontend.landing.sale-online-pro.content.section02.block02.title'|trans({}, 'landing') }}</h3>
<p>{{ 'frontend.landing.sale-online-pro.content.section02.block02.subtitle'|trans({}, 'landing') }}</p>
</div>
</div>
<div class="grid-25 tab-l-100 tab-p-100 m-100">
<div>
<h3>{{ 'frontend.landing.sale-online-pro.content.section02.block04.title'|trans({}, 'landing') }}</h3>
<p>{{ 'frontend.landing.sale-online-pro.content.section02.block04.subtitle'|trans({}, 'landing') }}</p>
</div>
</div>
<div class="grid-25 tab-l-100 tab-p-100 m-100">
<div>
<h3>{{ 'frontend.landing.sale-online-pro.content.section02.block03.title'|trans({}, 'landing') }}</h3>
<p>{{ 'frontend.landing.sale-online-pro.content.section02.block03.subtitle'|trans({}, 'landing') }}</p>
</div>
</div>
</div>
<h2 class="titre01 marginT60 txtcenter"><strong>{{ 'frontend.landing.sale-online-pro.content.section03.title'|trans({}, 'landing') }}</strong></h2>
<div class="grid-container marginT40">
<div class="grid-50 tab-l-50 tab-p-100 m-100">
<ul>
<li><img src="{{ asset('bundles/vpauto/frontend/images/pro/vente-electronique01.png') }}" alt="picto ventes réservées aux professionnels"> <span>{{ 'frontend.landing.sale-online-pro.content.section03.list01.item01'|trans({}, 'landing')|raw }}</span></li>
<li><img src="{{ asset('bundles/vpauto/frontend/images/pro/vente-electronique02.png') }}" alt="picto vente par jour"> <span>{{ 'frontend.landing.sale-online-pro.content.section03.list01.item02'|trans({}, 'landing')|raw }}</span></li>
<li><img src="{{ asset('bundles/vpauto/frontend/images/pro/vente-electronique03.png') }}" alt="picto choix"> <span>{{ 'frontend.landing.sale-online-pro.content.section03.list01.item03'|trans({}, 'landing')|raw }}</span></li>
</ul>
</div>
<div class="grid-50 tab-l-50 tab-p-100 m-100">
<ul>
<li><img src="{{ asset('bundles/vpauto/frontend/images/pro/vente-electronique04.png') }}" alt="picto accessible"> <span>{{ 'frontend.landing.sale-online-pro.content.section03.list02.item01'|trans({}, 'landing')|raw }}</span></li>
<li><img src="{{ asset('bundles/vpauto/frontend/images/pro/vente-electronique05.png') }}" alt="picto possibilité"> <span>{{ 'frontend.landing.sale-online-pro.content.section03.list02.item02'|trans({}, 'landing')|raw }}</span></li>
<li><img src="{{ asset('bundles/vpauto/frontend/images/pro/vente-electronique06.png') }}" alt="picto catalogue"> <span>{{ 'frontend.landing.sale-online-pro.content.section03.list02.item03'|trans({}, 'landing')|raw }}</span></li>
</ul>
</div>
</div>
<h2 class="titre01 marginT60 txtcenter"><strong>{{ 'frontend.landing.sale-online-pro.content.section04.title'|trans({}, 'landing') }}</strong></h2>
<div class="video-container" >
{% include '/Frontend/pro/_movie_sale_online.html.twig' %}
</div>
<p class="marginT60 txtcenter"><a href="{{ path('frontend_tricks_pro') }}" class="lien11">{{ 'frontend.landing.sale-online-pro.content.button01.label'|trans({}, 'landing') }}</a></p>
</div>
</div>
</div>
{% endblock body_content %}