{% extends 'Lenord/base.html.twig' %}
{% block header_epingles %}
{{ include('Lenord/Main/parts/epingles.html.twig') }}
{% endblock %}
{% block header_breadcrumb %}
{% include 'Nordinfo/Main/parts/breadcrumb.html.twig' with {'variation':'le-nord'} %}
{% endblock %}
{% block header_breadcrumb_pdf %}
{% include 'Nordinfo/Main/parts/breadcrumb.html.twig' with {'variation':'le-nord'} %}
{% endblock %}
{% block body %}
<main tabindex="-1" role="main" id="mainContent">
{% include 'Nordinfo/Main/parts/back_btn.html.twig' with {'back_btn_class':'--leNord --barHeading --barHeadingIcon --blueMedium'} %}
<div class="barHeading --leNord --icon">
<h1>
<span class="__icon">{{ source('svg/icons/icon-search.svg') }}</span>
<span class="__text">Recherche</span>
</h1>
</div>
<div class="barSearch">
<form action="{{ path('lenord_recherche') }}" method="GET" class="__form">
<div class="__rowInput">
<div class="container">
<label for="inputSearchSearchPage" hidden="">Rechercher</label>
<div class="containerInputSearch">
<input value="{{ search }}" required="" name="search" title="Je recherche" type="text" id="inputSearchSearchPage"
data-tabindex-mobile="5" placeholder="Rechercher" class="form-control __input _inputSearch">
<button type="submit" class="__btn">
<img
src="{{ asset('img/brandmaster/icon-search-le-nord.svg') }}"
alt="" aria-hidden="true">
<span class="sr-only">Recherche</span>
</button>
</div>
</div>
</div>
<div class="__rowFilters">
<div class="container">
<fieldset class="__inner" id="filters_">
<legend>Inclure :</legend>
<div>
<div>
<div class="__col">
<div class="__wrapperCheckbox">
<div>
<input {% if checkservices == "on" %}checked{% endif %} class="__input-checkbox"
name="checkservices"
aria-label="Les services, mise à jour des résultats"
type="checkbox" id="services">
</div>
<div>
<label class="" for="services">Les services</label>
</div>
</div>
</div>
<div class="__col">
<div class="__wrapperCheckbox">
<div>
<input {% if checkactualites == "on" %}checked{% endif %} class="__input-checkbox"
name="checkactualites"
aria-label="Les actualités, mise à jour des résultats"
type="checkbox" id="actualites">
</div>
<div>
<label class="" for="actualites">Les actualités</label>
</div>
</div>
</div>
<div class="__col">
<div class="__wrapperCheckbox">
<div>
<input {% if checkevenements == "on" %}checked{% endif %} class="__input-checkbox"
name="checkevenements"
aria-label="Les évènements, mise à jour des résultats"
type="checkbox" id="evenements">
</div>
<div>
<label class="" for="evenements">Les évènements</label>
</div>
</div>
</div>
<div class="__col">
<div class="__wrapperCheckbox">
<div>
<input {% if checkdocuments == "on" %}checked{% endif %} class="__input-checkbox"
name="checkdocuments"
aria-label="Les documents, mise à jour des résultats"
type="checkbox" id="documents">
</div>
<div>
<label class="" for="documents">Les documents</label>
</div>
</div>
</div>
</div>
</div>
</fieldset>
</div>
</div>
</form>
</div>
<div class="container pBMd pTMd">
{% if search is not null %}
{% if results is not null and results.hits.hits|length == 0 %}
<h2 class="headingSection">Pas de résultat pour "{{ search }}"</h2>
{% else %}
<h2 class="headingSection">{{ results.hits.hits|length }} résultats pour "{{ search }}"</h2>
{% endif %}
{% endif %}
</div>
<div class="containerSearchResults --leNord">
{% if true %}
<ul>
{% if results is not null %}
{% for result in results.hits.hits %}
{% if result._source.entity_type in ["service", "commune", "glossaire", "document", "politique", "elu", "pages", "pagelegale"]
or (result._source.entity_type == "post" and result._source.type == 'event')
or (result._source.entity_type == "post" and result._source.type == 'video')
or (result._source.entity_type == "post" and result._source.type == 'article')
%}
<li class="{% if loop.index is odd %}--dark{% endif %} {% if result._source.entity_type == 'elu' %}--elu{% endif %}">
<div class="container">
<div class="__inner">
{% if result._source.entity_type == 'service' %}
<div class="__img">
<img src="{{ asset('img/logos/logo-nord-services.svg') }}"
alt="Nord Services">
</div>
<div class="__details --nordServices">
<a href="{{ path('services_detail_service', {'slug': result._source.slug}) }}" title="{{ result._source.title }} sur Nord Services (site externe)" class="__anchor">
<h3 class="__title">
<span class="__text">{{ result._source.title }}</span>
<span class="__icon">{{ source('svg/icons/icon-external.svg') }}</span>
</h3>
{% if result._source.subtitle|length > 0 %}
<p class="__desc">{{ result._source.subtitle }}</p>
{% endif %}
<div class="__anchorBottom --nordServices">
<span class="__text">services.lenord.fr/{{ result._source.slug }}</span>
</div>
</a>
</div>
{% elseif result._source.entity_type == 'commune' %}
<div class="__img">
<img src="{{ asset('img/brandmaster/search.svg') }}" alt="">
</div>
<div class="__details">
<a href="{{ path('cartographie') }}#/search?query={{result._source.slug}}&tags=@50.5640884,2.9187694,8.00" class="__anchor">
<h3 class="__title">
<span class="__text">{{ result._source.title }}</span>
</h3>
{% if result._source.subtitle|length > 0 %}
<p class="__desc">{{ result._source.subtitle }}</p>
{% endif %}
<ul class="listBreadcrumbs __breadcrumbs">
<li>
<a href="/"><span>Accueil</span></a>
<span class="_separator">
<svg aria-hidden="true" focusable="false" id="Capa_1" data-name="Capa 1"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 306 188.7">
<g>
<polygon points="0 153 35.7 188.7 153 71.4 270.3 188.7 306 153 153 0 0 153"></polygon>
</g>
</svg>
</span>
</li>
<li>
<a href="{{ path('cartographie') }}#/search?query={{result._source.slug}}&tags=@50.5640884,2.9187694,8.00"><span>Cartographie</span></a>
</li>
</ul>
</a>
</div>
{% elseif result._source.entity_type == 'glossaire' %}
<div class="__img"></div>
<div class="__details">
<a href="{{ path('lenord_glossaire') }}#lettre_{{ result._source.title|first }}" class="__anchor">
<h3 class="__title">
<span class="__text">{{ result._source.title }}</span>
</h3>
{% if result._source.content|length > 0 %}
<p class="__desc">{{ result._source.content|striptags|raw }}</p>
{% endif %}
</a>
<ul class="listBreadcrumbs __breadcrumbs">
<li>
<a href="/"><span>Accueil</span></a>
<span class="_separator">
<svg aria-hidden="true" focusable="false" id="Capa_1" data-name="Capa 1"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 306 188.7">
<g>
<polygon points="0 153 35.7 188.7 153 71.4 270.3 188.7 306 153 153 0 0 153"></polygon>
</g>
</svg>
</span>
</li>
<li>
<a href="{{ path('lenord_glossaire') }}#lettre_{{ result._source.title|first }}"><span>Glossaire</span></a>
</li>
</ul>
</div>
{% elseif result._source.entity_type == 'document' %}
{% set date_segments = result._source.date_publication|split('/') %}
{% set date_str = date_segments[2]~'-'~date_segments[1]~'-'~date_segments[0] %}
<div class="__img">
{{ source('svg/icons/icon-file.svg') }}
</div>
<div class="__details">
<a href="{{ path('document', {'slug': result._source.slug}) }}" class="__anchor">
<h3 class="__title">
<span class="__text">{{ result._source.title }}</span>
</h3>
<p class="__info">
<strong>
{% if result._source.format is not null %}{{ result._source.format|upper~' ' }}{% endif %}
{% if result._source.size is not null %}<abbr title="mégaoctet">{{ result._source.size }}</abbr>{% endif %}
{% if result._source.format is not null or result._source.size is not null %}<span class="__separator">|</span>{% endif %}
{{ date_str|date('d')~' '~trans_month_hash[date_str|date('F')]~' '~date_str|date('Y') }}
{% if result._source.types|length > 0 %}<span class="__separator">|</span>{% endif %}
{% for type in result._source.types %}{% if loop.first %}{% else %}, {% endif %}{{ type }}{% endfor %}
</strong>
</p>
{% if result._source.subtitle|length > 0 %}
<p class="__desc">{{ result._source.subtitle|raw }}</p>
{% endif %}
</a>
<ul class="listBreadcrumbs __breadcrumbs">
<li>
<a href="/"><span>Accueil</span></a>
<span class="_separator">
<svg aria-hidden="true" focusable="false" id="Capa_1" data-name="Capa 1"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 306 188.7">
<g>
<polygon points="0 153 35.7 188.7 153 71.4 270.3 188.7 306 153 153 0 0 153"></polygon>
</g>
</svg>
</span>
</li>
<li>
<a href="{{ path('espacedoc') }}"><span>Espace documentaire</span></a>
<span class="_separator">
<svg aria-hidden="true" focusable="false" id="Capa_1" data-name="Capa 1"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 306 188.7">
<g>
<polygon points="0 153 35.7 188.7 153 71.4 270.3 188.7 306 153 153 0 0 153"></polygon>
</g>
</svg>
</span>
</li>
<li>
<a
href="{{ path('document', {'slug': result._source.slug}) }}"><span>{{ result._source.title }}</span></a>
</li>
</ul>
</div>
{% elseif result._source.entity_type == 'politique' %}
<div class="__img">
<img src="{{ result._source.pictogramme }}" alt="">
</div>
<div class="__details">
<a href="{{ path('lenord_politique', {'alias_url': result._source.slug}) }}" class="__anchor">
<h3 class="__title">
<span class="__text">{{ result._source.title }}</span>
</h3>
</a>
<ul class="listBreadcrumbs __breadcrumbs">
<li>
<a href="/"><span>Accueil</span></a>
<span class="_separator">
<svg aria-hidden="true" focusable="false" id="Capa_1" data-name="Capa 1"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 306 188.7">
<g>
<polygon points="0 153 35.7 188.7 153 71.4 270.3 188.7 306 153 153 0 0 153"></polygon>
</g>
</svg>
</span>
</li>
<li>
<a href="{{ path('lenord_nos_politiques') }}"><span>Nos politiques</span></a>
<span class="_separator">
<svg aria-hidden="true" focusable="false" id="Capa_1" data-name="Capa 1"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 306 188.7">
<g>
<polygon points="0 153 35.7 188.7 153 71.4 270.3 188.7 306 153 153 0 0 153"></polygon>
</g>
</svg>
</span>
</li>
<li><a
href="{{ path('lenord_politique', {'alias_url':result._source.slug }) }}"><span>{{ result._source.title }}</span></a>
</li>
</ul>
</div>
{% elseif result._source.entity_type == 'elu' %}
<div class="__img --elu">
<img src="{{ asset('upload/images/'~result._source.image) }}" alt="">
</div>
<div class="__details">
<a href="{{ path('elus_lenord_detail', {'slug': result._source.slug}) }}" class="__anchor">
<h3 class="__title">
<span class="__text">{{ result._source.title_view }}</span>
</h3>
</a>
<ul class="listBreadcrumbs __breadcrumbs">
<li><a
href="{{ path('elus_lenord_detail', {'slug':result._source.slug }) }}"><span>
{% if result._source.civilite == "Mr" %}Conseiller départemental{% else %}Conseillère départementale{% endif %}
{{ result._source.subtitle_view }}</span></a>
</li>
</ul>
</div>
{% elseif result._source.entity_type == 'pages' %}
<div class="__img">
<img src="{{ result._source.pictogramme }}" alt="">
</div>
<div class="__details">
<a href="{{ path('lenord_pagecms', {'slug':result._source.slug }) }}" class="__anchor">
<h3 class="__title">
<span class="__text">{{ result._source.title }}</span>
</h3>
</a>
<ul class="listBreadcrumbs __breadcrumbs">
<li>
<a href="/"><span>Accueil</span></a>
<span class="_separator">
<svg aria-hidden="true" focusable="false" id="Capa_1" data-name="Capa 1"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 306 188.7">
<g>
<polygon points="0 153 35.7 188.7 153 71.4 270.3 188.7 306 153 153 0 0 153"></polygon>
</g>
</svg>
</span>
</li>
<li>
<a href="{{ path('lenord_institutions') }}"><span>L'institution</span></a>
<span class="_separator">
<svg aria-hidden="true" focusable="false" id="Capa_1" data-name="Capa 1"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 306 188.7">
<g>
<polygon points="0 153 35.7 188.7 153 71.4 270.3 188.7 306 153 153 0 0 153"></polygon>
</g>
</svg>
</span>
</li>
<li>
<a
href="{{ path('lenord_pagecms', {'slug':result._source.slug }) }}"><span>{{ result._source.title }}</span></a>
</li>
</ul>
</div>
{% elseif result._source.entity_type == 'pagelegale' %}
<div class="__img"></div>
<div class="__details">
<a href="{{ path('lenord_page_legale', {'slug':result._source.slug }) }}" class="__anchor">
<h3 class="__title">
<span class="__text">{{ result._source.title }}</span>
</h3>
</a>
<ul class="listBreadcrumbs __breadcrumbs">
<li>
<a href="/"><span>Accueil</span></a>
<span class="_separator">
<svg aria-hidden="true" focusable="false" id="Capa_1" data-name="Capa 1"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 306 188.7">
<g>
<polygon points="0 153 35.7 188.7 153 71.4 270.3 188.7 306 153 153 0 0 153"></polygon>
</g>
</svg>
</span>
</li>
<li>
<a
href="{{ path('lenord_page_legale', {'slug':result._source.slug }) }}"><span>{{ result._source.title }}</span></a>
</li>
</ul>
</div>
{% elseif result._source.entity_type == 'post' and result._source.type == 'event' %}
{% set date_debut_str = null %}
{% set date_fin_str = null %}
{% if result._source.date_debut is not null %}
{% set date_debut_segments = result._source.date_debut|split('/') %}
{% set date_debut_str = date_debut_segments[2]~'-'~date_debut_segments[1]~'-'~date_debut_segments[0] %}
{% endif %}
{% if result._source.date_fin is not null %}
{% set date_fin_segments = result._source.date_fin|split('/') %}
{% set date_fin_str = date_fin_segments[2]~'-'~date_fin_segments[1]~'-'~date_fin_segments[0] %}
{% endif %}
<div class="__img">
<img src="{{ asset('img/logos/logo-nord-info.svg') }}"
alt="Nord Info">
</div>
<div class="__details --nordInfo">
<a title="aller sur Nord info" {% if result._source.slug != "" %}href="https://{{ path('post_detail', {'slug': result._source.slug}) }}"{% endif %} class="__anchor">
<h3 class="__title">
<span class="__text">{{ result._source.title }}</span>
<span class="__icon">{{ source('svg/icons/icon-external.svg') }}</span>
</h3>
<p class="__info">
<strong>
{{ result._source.event_date }}
{#{% if date_debut_str == date_fin_str %}
Le {{ date_debut_str|date('d')~' '~trans_month_hash[date_debut_str|date('F')]~' '~date_debut_str|date('Y') }}
{% else %}
Du {{ date_debut_str|date('d')~' '~trans_month_hash[date_debut_str|date('F')]~' '~date_debut_str|date('Y') }}
au {{ date_fin_str|date('d')~' '~trans_month_hash[date_fin_str|date('F')]~' '~date_fin_str|date('Y') }}
{% endif %}
#}
{% if result._source.lieu is not null %}<span>|</span> {{ result._source.lieu }} {% endif %}
{% if result._source.ville is not null %}<span>|</span> {{ result._source.ville }}{% endif %}</strong>
</p>
{% if result._source.subtitle|length > 0 %}
<p class="__desc">{{ result._source.subtitle }}</p>
{% endif %}
<div class="__anchorBottom --nordInfo">
<span class="__text">info.lenord.fr/{{ result._source.slug }}</span>
</div>
</a>
</div>
{% elseif result._source.entity_type == 'post' and result._source.type == 'video' %}
<div class="__img">
<img src="{{ asset('img/logos/logo-nord-info.svg') }}"
alt="Nord Info">
</div>
<div class="__details --nordInfo">
<a title="aller sur Nord info" href="https://{{ path('video_detail', {'slug': result._source.slug}) }}" class="__anchor">
<h3 class="__title">
<span class="__text">{{ result._source.title }}</span>
<span class="__icon">{{ source('svg/icons/icon-external.svg') }}</span>
</h3>
<div class="__anchorBottom">
<span class="__text">info.lenord.fr/video-{{ result._source.slug }}</span>
</div>
</a>
</div>
{% elseif result._source.entity_type == 'post' and result._source.type == 'article' %}
<div class="__img">
<img src="{{ asset('img/logos/logo-nord-info.svg') }}"
alt="Nord Info">
</div>
<div class="__details --nordInfo">
<a title="aller sur Nord info" href="https://{{ path('post_detail', {'slug': result._source.slug}) }}" class="__anchor">
<h3 class="__title">
<span class="__text">{{ result._source.title }}</span>
<span class="__icon">{{ source('svg/icons/icon-external.svg') }}</span>
</h3>
{% if result._source.subtitle|length > 0 %}
<p class="__desc">{{ result._source.subtitle }}</p>
{% endif %}
<div class="__anchorBottom">
<span class="__text">info.lenord.fr/{{ result._source.slug }}</span>
</div>
</a>
</div>
{% endif %}
</div>
</div>
</li>
{% endif %}
{% endfor %}
{% endif %}
</ul>
{% endif %}
{% if false %}
<ul>
<li class="--dark --elu">
<div class="container">
<div class="__inner">
<div class="__img --elu">
<img src="/upload/images/martine-61bb028ff069f848479383.png" alt="">
</div>
<div class="__details">
<a href="/l-institution/les-conseillers-departementaux/Martine-ARLABOSSE" class="__anchor">
<h3 class="__title">
<span class="__text">Martine ARLABOSSE</span>
</h3>
</a>
<ul class="listBreadcrumbs __breadcrumbs">
<li><a href="/l-institution/les-conseillers-departementaux/Martine-ARLABOSSE"><span>
Conseillère départementale - Vice-présidente en charge de la culture et de la communication institutionnelle - DUNKERQUE-2</span></a>
</li>
</ul>
</div>
</div>
</div>
</li>
<li class="">
<div class="container">
<div class="__inner">
<div class="__img">
<img src="https://spontaneit1.fra1.digitaloceanspaces.com/info-lenord/brandmaster/brandmaster/dfb215978ad9.svg" alt="">
</div>
<div class="__details">
<a href="/nos-politiques/culture" class="__anchor">
<h3 class="__title">
<span class="__text">Culture</span>
</h3>
</a>
<ul class="listBreadcrumbs __breadcrumbs">
<li>
<a href="/"><span>Accueil</span></a>
<span class="_separator">
<svg aria-hidden="true" focusable="false" id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 306 188.7">
<g>
<polygon points="0 153 35.7 188.7 153 71.4 270.3 188.7 306 153 153 0 0 153"></polygon>
</g>
</svg>
</span>
</li>
<li>
<a href="/nos-politiques"><span>Nos politiques</span></a>
<span class="_separator">
<svg aria-hidden="true" focusable="false" id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 306 188.7">
<g>
<polygon points="0 153 35.7 188.7 153 71.4 270.3 188.7 306 153 153 0 0 153"></polygon>
</g>
</svg>
</span>
</li>
<li><a href="/nos-politiques/culture"><span>Culture</span></a>
</li>
</ul>
</div>
</div>
</div>
</li>
<li class="--dark">
<div class="container">
<div class="__inner">
<div class="__img">
<img src="https://spontaneit1.fra1.digitaloceanspaces.com/info-lenord/brandmaster/brandmaster/f9875282bc57.svg" alt="">
</div>
<div class="__details">
<a href="/l-institution/les-vice-presidents" class="__anchor">
<h3 class="__title">
<span class="__text">Les Vice-présidents</span>
</h3>
</a>
<ul class="listBreadcrumbs __breadcrumbs">
<li>
<a href="/"><span>Accueil</span></a>
<span class="_separator">
<svg aria-hidden="true" focusable="false" id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 306 188.7">
<g>
<polygon points="0 153 35.7 188.7 153 71.4 270.3 188.7 306 153 153 0 0 153"></polygon>
</g>
</svg>
</span>
</li>
<li>
<a href="/l-institution"><span>L'institution</span></a>
<span class="_separator">
<svg aria-hidden="true" focusable="false" id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 306 188.7">
<g>
<polygon points="0 153 35.7 188.7 153 71.4 270.3 188.7 306 153 153 0 0 153"></polygon>
</g>
</svg>
</span>
</li>
<li>
<a href="/l-institution/les-vice-presidents"><span>Les Vice-présidents</span></a>
</li>
</ul>
</div>
</div>
</div>
</li>
<li class="">
<div class="container">
<div class="__inner">
<div class="__img">
<img src="https://spontaneit1.fra1.digitaloceanspaces.com/info-lenord/brandmaster/brandmaster/9f2898d681cf.svg" alt="">
</div>
<div class="__details">
<a href="/l-institution/le-conseil-departemental" class="__anchor">
<h3 class="__title">
<span class="__text">Le Conseil départemental</span>
</h3>
</a>
<ul class="listBreadcrumbs __breadcrumbs">
<li>
<a href="/"><span>Accueil</span></a>
<span class="_separator">
<svg aria-hidden="true" focusable="false" id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 306 188.7">
<g>
<polygon points="0 153 35.7 188.7 153 71.4 270.3 188.7 306 153 153 0 0 153"></polygon>
</g>
</svg>
</span>
</li>
<li>
<a href="/l-institution"><span>L'institution</span></a>
<span class="_separator">
<svg aria-hidden="true" focusable="false" id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 306 188.7">
<g>
<polygon points="0 153 35.7 188.7 153 71.4 270.3 188.7 306 153 153 0 0 153"></polygon>
</g>
</svg>
</span>
</li>
<li>
<a href="/l-institution/le-conseil-departemental"><span>Le Conseil départemental</span></a>
</li>
</ul>
</div>
</div>
</div>
</li>
<li class="--dark">
<div class="container">
<div class="__inner">
<div class="__img">
<img src="/img/logos/logo-nord-info.svg" alt="Nord Info">
</div>
<div class="__details --nordInfo">
<a title="aller sur Nord info" href="//nordinfo.spontaneit.fr/des-paniers-alimentaires-pour-soutenir-les-familles-fragilisees" class="__anchor">
<h3 class="__title">
<span class="__text">Des paniers alimentaires pour soutenir les familles fragilisées</span>
<span class="__icon"><svg aria-hidden="true" id="f0e66a82-9691-4c5a-8636-9953692f0b2f" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 232.3 234.74" fill="currentColor">
<rect y="51.74" height="183"></rect>
<path d="M0,234.74H183v-183H0ZM20.4,72H162.7v142.3H20.4Z" transform="translate(0 0)"></path>
<polygon points="113.2 0 113.2 20.3 211.9 20.3 211.9 121.6 232.3 121.6 232.3 0 113.2 0"></polygon>
</svg>
</span>
</h3>
<p class="__desc"></p>
<div class="__anchorBottom">
<span class="__text">info.lenord.fr/des-paniers-alimentaires-pour-soutenir-les-familles-fragilisees</span>
</div>
</a>
</div>
</div>
</div>
</li>
<li class="">
<div class="container">
<div class="__inner">
<div class="__img">
<img src="/img/logos/logo-nord-info.svg" alt="Nord Info">
</div>
<div class="__details --nordInfo">
<a title="aller sur Nord info" href="//nordinfo.spontaneit.fr/pari-tenu-pour-la-premiere-journee-reussir-sans-attendre-" class="__anchor">
<h3 class="__title">
<span class="__text">Pari tenu pour la première journée « Réussir sans attendre »</span>
<span class="__icon"><svg aria-hidden="true" id="f0e66a82-9691-4c5a-8636-9953692f0b2f" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 232.3 234.74" fill="currentColor">
<rect y="51.74" height="183"></rect>
<path d="M0,234.74H183v-183H0ZM20.4,72H162.7v142.3H20.4Z" transform="translate(0 0)"></path>
<polygon points="113.2 0 113.2 20.3 211.9 20.3 211.9 121.6 232.3 121.6 232.3 0 113.2 0"></polygon>
</svg>
</span>
</h3>
<p class="__desc"></p>
<div class="__anchorBottom">
<span class="__text">info.lenord.fr/pari-tenu-pour-la-premiere-journee-reussir-sans-attendre-</span>
</div>
</a>
</div>
</div>
</div>
</li>
</ul>
{% endif %}
<script>
document.addEventListener("DOMContentLoaded", function() {
const anchors = document.querySelectorAll('a');
for (let i = 0; i < anchors.length; i++) {
let href = anchors[i].getAttribute('href');
if (href.includes('////')) {
href = href.replace('////', '//');
}
anchors[i].setAttribute('href', href);
}
});
</script>
</div>
</main>
{% endblock %}
{% block footer_top %}
{% include 'Nordinfo/Main/parts/our-websites.html.twig' %}
{% endblock %}
{% block include_js %}
<script type="text/javascript">
$(function () {
$('.__input-checkbox').on('click', function(){
var parameters = '?';
var index = 0;
$("#filters_ input").each(function () {
if (index > 0) {
parameters += "&";
}
if($(this).is(':checked')){
parameters += $(this).attr('name')+'=on';
}else{
parameters += $(this).attr('name')+'=off';
}
index++;
});
parameters+= '&search='+$('._inputSearch').val();
var oldURL = window.location.href;
var newUrl = '';
index = oldURL.indexOf('?');
if (index == -1) {
index = oldURL.indexOf('#');
}
if (index != -1) {
newUrl = oldURL.substring(0, index);
}
newUrl += parameters;
window.location.href = newUrl;
});
});
</script>
{% endblock %}