<div class="home-top-pro">
<!-- bandeau Live -->
{% if nextLive is defined and nextLive is not null %}
{% include '/Frontend/home/_live_banner_pro.html.twig' with {'nextLiveFirst': nextLive, 'room': nextLive.room.code, 'startDate': nextLive.startDate|date('d/m/y'), 'startTime': highlightEvent.startTime|date('H:i'), 'currentSaleId': null } %}
{% endif %}
<!-- FIN bandeau Live -->
<!-- Accroche -->
<div class="block01 txtcenter">
<div class="home-accroche-pro">
{% if is_current_website('ecat') %}
<h1 class="bold ecat-title">{{ 'frontend.home_top.pro.title.ecat'|trans }}</h1>
{% else %}
<h1 class="bold">{{ 'frontend.home_top.pro.title'|trans }}</h1>
<div class="m-hide">
{{ render(controller('App\\Controller\\Frontend\\VehicleController:salesCounterAction')) }}
</div>
{% endif %}
</div>
<div class="home-search pro">
<form action="{{ path('frontend_search_store') }}" method="POST" class="recherche-home">
<ul>
<li id="placeholder-search" data-lang="{{ app.request.locale }}" class="{% if is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_PORTUGAL')) %}placeholder-pt{% endif %}">{{ form_widget(search_form.freeSearch) }}</li>
<li class="bg-select">
<span></span>{{ form_widget(search_form.sale, {'placeholder': 'form.vehicleFreeSearch.sale.empty.pro'|trans }) }}
</li>
<li>{{ form_widget(search_form.search) }}</li>
</ul>
</form>
<p class="tab-l-hide tab-p-hide m-hide"><a href="{{ path('frontend_vehicle_list') }}"
title="">{{ 'frontend.home_top.pro.link1'|trans }}</a></p>
</div>
<div class="home-liens-block m-hide">
<ul>
<li><a href="{{ path('frontend_contact_pro') }}"
title="">{{ 'frontend.home_top.pro.link.contact_pro'|trans }}</a></li>
<li><a href="{{ path('frontend_engagement_pro') }}"
title="">{{ 'frontend.home_top.pro.link.engagement_pro'|trans }}</a></li>
<li>
<a href="{% if is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_PORTUGAL')) %}{{ path('frontend_transport_pro') }}{% elseif is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_BELGIUM')) %}{{ path('frontend_company_pro') }}{% else %}{{ path('frontend_guarantee_pro') }}{% endif %}"
title="">{{ 'frontend.home_top.pro.link.guarantee_pro'|trans }}</a></li>
<li><a href="{{ path('frontend_vehicle_inspection_pro') }}"
title="">{{ 'frontend.home_top.pro.link.inspection_pro'|trans }}</a></li>
</ul>
</div>
</div>
<!-- FIN Accroche -->
</div>