{% extends 'frontend/frontend.html.twig' %}
{% block meta_robot %}
{{ parent() }}
<link rel="canonical" href="{{ url('frontend_room_paris') }}"/>
{{ source('stubs/seo/robots_index_follow.html.twig') }}
{% endblock %}
{% block meta_title %}{{ 'seo.landing.roomParis.title'|trans({}, "seo") }}{% endblock %}
{% block meta_desc %}{{ 'seo.landing.roomParis.desc'|trans({}, "seo") }}{% endblock %}
{% block tawkto %}
{% if type is not defined or type == 'private' %}
{{ parent() }}
{% endif %}
{% endblock %}
{% block body_content %}
<div class="salle-vente paris">
<div class="landing-header">
<h1 class="titre05">
{{ 'frontend.landing.room_paris.header.title'|trans({}, 'landing') }}
<span>{{ 'frontend.landing.room_paris.header.subtitle'|trans({}, 'landing') }}</span>
</h1>
</div>
<div class="landing-content">
<div>
<div>
<iframe width="100%" height="500px" frameborder="0" allowfullscreen src="//umap.openstreetmap.fr/fr/map/salles-de-vente-vpauto_687299#11/48.8005/2.4767?scaleControl=false&miniMap=false&scrollWheelZoom=false&zoomControl=true&allowEdit=false&moreControl=true&searchControl=null&tilelayersControl=null&embedControl=null&datalayersControl=true&onLoadPanel=undefined&captionBar=false"></iframe>
</div>
<div>
<div>
<h2 class="titre01 txtnormal bold marginT20">{{ 'frontend.landing.room.content.commun.title01'|trans({}, 'landing') }}</h2>
{{ 'frontend.landing.room_paris.content.text01'|trans({}, 'landing')|raw }}
</div>
<ul class="liste01 marginT40">
<li>
<img src="{{ asset('bundles/vpauto/frontend/images/voiture.png') }}" alt="picto voiture">
<p>{{ 'frontend.landing.room.content.commun.block01.text01'|trans({}, 'landing') }} <i class="icon-waze"></i></p>
</li>
<li>
<img src="{{ asset('bundles/vpauto/frontend/images/transport-commun.png') }}" alt="picto transport commun">
<p>
<a href="https://www.transdev-idf.com/plan-et-horaires/valenton" target="_blank" title="">Transdev IDF :</a>
{{ 'frontend.landing.room.content.commun.block02.text01'|trans({}, 'landing') }}
</p>
</li>
<li>
<img src="{{ asset('bundles/vpauto/frontend/images/train.png') }}" alt="picto train">
<p><a href="{% if app.request.locale == 'de' %}https://www.ratp.fr/en/visite-paris/deutsch/auf-besuch-paris-und-umgebung{% elseif app.request.locale == 'en' %}https://www.ratp.fr/en/itineraires{% elseif app.request.locale == 'es' %}https://www.ratp.fr/en/visite-paris/espanol/visitar-paris-y-sus-alrededores{% elseif app.request.locale == 'nl' %}https://www.ratp.fr/en/visite-paris/nederlands/op-bezoek-naar-parijs-en-omgeving{% elseif app.request.locale == 'it' %}https://www.ratp.fr/en/visite-paris/italiano/visita-a-parigi-e-dintorni{% elseif app.request.locale == 'pt' %}https://www.ratp.fr/en/visite-paris/portugues/visitando-paris-e-seus-arredores{% else %}https://www.ratp.fr/itineraires{% endif %}" target="_blank" title="">{{ 'frontend.landing.room_paris.content.block04.link01'|trans({}, 'landing') }}</a><br>
{{ 'frontend.landing.room_paris.content.block04.text01'|trans({}, 'landing') }}</p>
</li>
<li>
<img src="{{ asset('bundles/vpauto/frontend/images/avion.png') }}" alt="picto avion">
<p><a href="https://www.orly-aeroport.fr/" target="_blank" title="">{{ 'frontend.landing.room_paris.content.block05.link01'|trans({}, 'landing') }}</a><br>
{{ 'frontend.landing.room_paris.content.block05.text01'|trans({}, 'landing') }}</p>
</li>
<li>
<img src="{{ asset('bundles/vpauto/frontend/images/taxi.png') }}" alt="picto taxi">
<p>{{ 'frontend.landing.room_paris.content.block06.text01'|trans({}, 'landing')|raw }}</p>
</li>
{% include '/Frontend/landing/accessMap/_search-by-sale.html.twig' with { 'href': path('frontend_search_by_sale', {'sale': 'paris'}) } %}
</ul>
<p>
<a href="{{ path('frontend_salesrooms') }}" title="">
<span class="fleche14 prelative marginR10">
<span class="fleche"><span class="ligne1"></span><span class="ligne2"></span></span>
</span>
<span class="lien-plan-acces font16">{{ 'frontend.landing.room.content.commun.link01'|trans({}, 'landing') }}</span>
</a>
</p>
</div>
</div>
</div>
</div>
<!--Footer -->
{% if (app.user is not null and app.user is pro) or 'pro' == app.session.get('dimension') %}
{% include 'frontend/footer_pro.html.twig' %}
{% else %}
{% include 'frontend/footer.html.twig' %}
{% endif %}
<!-- FIN Footer -->
{% endblock body_content %}