<li class="nav-item d-lg-none">
<div class="row mt-2">
{# <a href="#" class="button-tertiary col-6">ESPACE PRESCRIPTEUR</a> #}
<a href="https://espacepro.sogal.com" class="button col-6" target="_blank"><i class="fas fa-user ml-1 mr-1"></i> ESPACE PRO</a>
{# START : Recherche #}
<form class="form-inline active-red-2 mb-0 col-6" role="search" method="post" action="{{ path('recherche') }}">
<i class="fas fa-search recherche-icon" aria-hidden="true"></i>
<input class="recherche form-control form-control-md ml-3 w-75" name="recherche" type="text" placeholder="Rechercher" aria-label="Rechercher">
</form>
{# FIN : Recherche #}
</div>
</li>