{% extends "layout-snippets.html.twig" %}
{% block snippets %}
<section id="fast-search">
<!-- On garde le style de la newsletter -->
<div class="apk-newsletter uk-light">
<div class="uk-container apk-container-800">
<div class="uk-text-center">
<h2 class="uk-h2 c-orange1">{{ pimcore_textarea('newsletterTitle', { 'nl2br' : true}) }}</h2>
</div>
<div class="uk-margin-top">
<form class="uk-light" action="{{path('search')}}" method="GET">
<div class="uk-grid-small uk-flex uk-flex-middle uk-grid" uk-grid>
<div class="uk-width-expand@s">
<input class="uk-input" type="text" name="search" id="search" placeholder="{{'Votre ville ?' |trans}}">
</div>
<div class="uk-width-auto@s uk-flex uk-flex-center">
<button class="uk-button uk-button-large uk-button-primary uk-flex uk-flex-center uk-flex-middle" type="submit" id="" value="{{'Recherche'|trans}}">
<span>{{'Rechercher'|trans}}</span>
<img class="uk-margin-small-left" uk-svg width="25" height="25" src="/static/img/icons/zoom.svg" alt="{{'Recherche' | trans}}">
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
{% endblock %}