{% extends 'frontend/frontend.html.twig' %}
{% block meta_robot %}
{{ parent() }}
<link rel="canonical" href="{{ url('frontend_communication_partnerships') }}"/>
{{ source('stubs/seo/robots_index_follow.html.twig') }}
{% endblock %}
{% block meta_title %}{{ 'seo.landing.communicationPartnerships.title'|trans({}, "seo") }}{% endblock %}
{% block meta_desc %}{{ 'seo.landing.communicationPartnerships.desc'|trans({}, "seo") }}{% endblock %}
{% block body_content %}
<div class="communication">
<div class="landing-header">
<h1 class="titre05">
{{ 'frontend.landing.communication-partnerships.header.title'|trans({}, 'landing') }}
</h1>
</div>
<div class="landing-content">
<div class="grid-container block-sans-bg">
<div class="grid-33 tab-l-50 tab-p-50 m-100">
<div>
<h2>{{ 'frontend.landing.communication-partnerships.block01.title'|trans({}, 'landing') }}</h2>
<img src="{{ asset('bundles/vpauto/frontend/images/communication01.jpg') }}" alt="partenariat presse" />
<p class="marginT20">{{ 'frontend.landing.communication-partnerships.block01.desc01'|trans({}, 'landing') }}</p>
<p class="marginT20">{{ 'frontend.landing.communication-partnerships.block01.desc02'|trans({}, 'landing') }} : <br>
<a href="mailto:clenadant@vpauto.eu">clenadant@vpauto.eu</a> / +33 2 97 76 62 00</p>
</div>
</div>
<div class="grid-33 tab-l-50 tab-p-50 m-100">
<div>
<h2>{{ 'frontend.landing.communication-partnerships.block02.title'|trans({}, 'landing') }}</h2>
<img src="{{ asset('bundles/vpauto/frontend/images/communication02.jpg') }}" alt="partenariat webmaster" />
<p class="marginT20">{{ 'frontend.landing.communication-partnerships.block02.desc'|trans({}, 'landing')|raw }}<br>
{% include '/Frontend/user/_email_contact.html.twig' %}
</p>
</div>
</div>
{% if not is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_SPAIN')) %}
<div class="grid-33 tab-l-50 tab-p-50 m-100">
<div>
<h2>{{ 'frontend.landing.communication-partnerships.block03.title'|trans({}, 'landing') }}</h2>
<img src="{{ asset('bundles/vpauto/frontend/images/communication03.jpg') }}" alt="partenariat concession"/>
<p class="marginT20">{{ 'frontend.landing.communication-partnerships.block03.desc'|trans({}, 'landing')|raw }} : <br>
{% if is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_BELGIUM')) %}
<a href="mailto:jbaker@vpauto.eu">jbaker@vpauto.eu</a> / +32 (0) 473 20 57 06
{% else %}
<a href="mailto:optimvo@vpauto.fr">optimvo@vpauto.fr</a> / 02 53 78 82 07
{% endif %}
</p>
</div>
</div>
{% endif %}
</div>
<div class="grid-container block-bg">
<div class="grid-50 tab-l-50 tab-p-100 m-100">
<div>
<p>{{ 'frontend.landing.communication-partnerships.block04.text01'|trans({}, 'landing')|raw }}</p>
<p>{{ 'frontend.landing.communication-partnerships.block04.text02'|trans({}, 'landing') }}</p>
<p class="marginT20">
<a target="_blank" href="https://fr-fr.facebook.com/vpauto56" title="Facebook" class="inbl marginB20">
{% if is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_SPAIN')) %}
<img src="{{ asset('bundles/vpauto/frontend/images/btn-facebook-es.png') }}" alt="Facebook" />
{% else %}
<img src="{{ asset('bundles/vpauto/frontend/images/btn-facebook.png') }}" alt="Facebook" />
{% endif %}
</a>
</p>
</div>
</div>
<div class="grid-50 tab-l-50 tab-p-100 m-100">
<div>
<p>{{ 'frontend.landing.communication-partnerships.block05.text01'|trans({}, 'landing')|raw }}</p>
<p class="marginT40">
<a class="lien09 marginR60 marginB20" href="https://www.youtube.com/user/VPauto56" target="_blank">{{ 'frontend.landing.communication-partnerships.block05.button01.label'|trans({}, 'landing') }}</a>
<a class="lien08 marginB20" href="{{ path('frontend_client_opinion') }}">{{ 'frontend.landing.communication-partnerships.block05.button02.label'|trans({}, 'landing') }}</a>
</p>
</div>
</div>
</div>
</div>
</div>
<!--Footer -->
{% include 'frontend/footer.html.twig' %}
<!-- FIN Footer -->
{% endblock body_content %}