{% extends "base.html.twig" %}{% block title %}{% if need.metaTitle %}{{ need.metaTitle }}{% else %}Comment {{ need.label|lower }}{% endif %}{% endblock %}{% block description %}{% if need.metaDescription %}{{ need.metaDescription }}{% else %}{{ need.label }} : découvrez des solutions naturelles et les pratiques les plus adaptées à vos besoins.{% endif %}{% endblock %}{% block styles %}{{ parent() }}<link rel="stylesheet" href="{{ asset('assets/css/autoComplete.zv.css') }}">{% endblock %}{% block body %}<section class="page_header" style="background-image: url('{{ documents_need_directory~need.picture }}')"><div class="page_header-overlay"></div><div class="page_header-content"><div class="container"><div class="breadcrumb">Accueil > <a href="{{ path('default_besoins') }}" class="text-white">Besoins</a> > {{ need.label }}</div><div class="title">{{ need.label }}</div></div></div></section><div class="container d-flex align-items-start justify-content-between mobile-flex-column-reverse mobile-gap-10" style="gap: 100px;"><section style="flex: 1"><div class="container pb-10"><div class="mt-12 pageContent" style="min-height: 100vh;">{{ need.pageContent | raw }}</div></div></section><div style="flex: 0 0 25%; top: 0;" class="position-sticky mobile-remove-sticky"><form method="get" action="{{ path('default_search') }}"><div class="bg-primary p-7 mt-20 text-white border-radius10"><div class="text-center w-100 fw-bold">Prenez rendez-vous</div><div class="text-center w-100 mt-3">Selon votre besoin, trouvez un praticien pour vous accompagner.</div><div class="mt-7"><div class="input-primary"><label for="input-fiche"><input type="text" value="{{ need.label }}" id="input-fiche" name="search" readonly /></label></div></div><div class="mt-3"><div class="input-white cursor-pointer">{% include("utils/localisation-form-input.html.twig") %}</div></div><div class="mt-5"><button type="submit" class="type-bordered w-100 bg-white text-primary">Prendre rendez-vous</button></div></div></form></div></div>{% include("utils/help-coach.html.twig") %}{% endblock %}{% block javascripts %}{{ parent() }}{% endblock %}