{% extends "base.html.twig" %}
{% block style %}
{{ parent() }}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'previews_css'} %}
{% for block in content.main_content %}
{% if block.type == 'articles_type' %}
{% include "css/previews-critical-css.html.twig" %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'loader_css'} %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'filter_css'} %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'preview_thematique_css'} %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'pagination_css'} %}
{% if (block.filter is defined and block.filter == "fiches_territoires") or
(block.filter is defined and block.filter == "experiences") %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'map_css'} %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'territory_css'} %}
{% endif %}
{% if block.filter is defined and block.filter == "fiches_territoires" %}
{% include "css/territoire-critical-css.html.twig" %}
{% endif %}
{% if block.filter is defined and block.filter == "experiences" %}
{% include "css/experience-critical-css.html.twig" %}
{% endif %}
{% if block.filter == 'articles' or
block.filter == "analyses" or
block.filter == "guides_outils" or
block.filter == "agenda" or
block.filter == "aapami" or
block.filter == "offre" %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'flatpickr_css'} %}
{% endif %}
{% endif %}
{% if block.type == 'annuaire' %}
{% include "css/annuaire-critical-css.html.twig" %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'filter_css'} %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'pagination_css'} %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'userlist_css'} %}
{% endif %}
{% if block.type == 'contact_modalite' %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'map_css'} %}
{% endif %}
{% if block.type == 'block_team' %}
{% include "css/equipe-critical-css.html.twig" %}
{% endif %}
{% if block.type == 'block_team' or
block.type == "frame" or
block.type == "text_pic" or
block.type == "theme_pic" or
block.type == "contact_modalite" %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'frame_css'} %}
{% endif %}
{% if block.type == 'h2_anchor' %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'anchors_css'} %}
{% endif %}
{% if block.type == "preview_content" %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'preview_thematique_css'} %}
{% if block.slider_mode %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'splide_css'} %}
{% endif %}
{% endif %}
{% if block.type == "preview_thematique" %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'preview_thematique_css'} %}
{% endif %}
{% if block.type == "preview_simple" %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'preview_thematique_css'} %}
{% endif %}
{% if block.type == "see_more" %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'splide_css'} %}
{% endif %}
{% if block.type == "form" %}
{% include "css/form-critical-css.html.twig" %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'form_css'} %}
{% endif %}
{% if block.type == "thematiques_page" %}
{% include "css/page-thematique-critical-css.html.twig" %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'preview_thematique_css'} %}
{% endif %}
{% if block.type == "freetext" %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'freetext_css'} %}
{% endif %}
{% if block.type == "media" %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'media_css'} %}
{% if block.youtube_link %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'youtube_css'} %}
{% endif %}
{% endif %}
{% endfor %}
{% endblock %}
{% block content %}
<div class="{% if content.header_img is defined and content.header_img is not empty %}main-title{% else %}small-main-title{% endif %} dflex fdc aic jcc prelative">
{% include "pages/headers/pqna-page-header.html.twig" %}
{% if content.header_img is defined and content.header_img is not empty %}
<div class="background-color-blue"></div>
{% endif %}
</div>
<div class="main-container w100 plr-1em">
<div class="content">
<div class="blocks w100">
{% include "blocks/error.html.twig" %}
{% for block in content.main_content %}
{% if block.type == 'articles_type' %}
{% include "blocks/articles.html.twig" %}
{% elseif block.type == 'freetext' %}
{% include "articles-blocks/freetext.html.twig" with {data: block} %}
{% elseif block.type == 'form' %}
<div class="form-container tac dflex jcc fwrap">
{% include "blocks/form.html.twig" %}
</div>
{% elseif block.type == 'media' %}
{% include "articles-blocks/media.html.twig" with {data: block} %}
{% elseif block.type == "map" %}
{% include "blocks/map.html.twig" %}
{% elseif block.type == "preview_content" or block.type == "preview_thematique" %}
{% include "blocks/preview-content.html.twig" %}
{% elseif block.type == "preview_simple" %}
{% include "blocks/preview-content-simple.html.twig" %}
{% elseif block.type == "h2_anchor" %}
{% include "blocks/h2-anchor.html.twig" %}
{% elseif block.type == "frame" %}
{% include "blocks/block-picbkg-frame.html.twig" %}
{% elseif block.type == "text_pic" %}
{% include "blocks/text-pic.html.twig" %}
{% elseif block.type == "theme_pic" %}
{% include "blocks/block-pic-quad-theme.html.twig" %}
{% elseif block.type == "block_team" %}
{% include "blocks/teams-display.html.twig" %}
{% elseif block.type == "contact_modalite" %}
{% include "blocks/modalite.html.twig" %}
{% elseif block.type == "thematiques_page" %}
{% include "blocks/thematiques-page.html.twig" %}
{% elseif block.type == "see_more" %}
{% include "articles-blocks/see-more.html.twig" with {data: block} %}
{% elseif block.type == "annuaire" %}
{% include "blocks/annuaire.html.twig" with {data: block} %}
{% endif %}
{% endfor %}
</div>
</div>
</div>
{% endblock %}
{% block javascripts %}
{% for block in content.main_content %}
{% if block.type == 'articles_type' %}
{{ encore_entry_script_tags('articles_api') }}
{% if (block.filter is defined and block.filter == "fiches_territoires")
or (block.filter is defined and block.filter == "experiences") %}
{{ encore_entry_script_tags('toggle_map') }}
{% endif %}
{% elseif block.type == "map" or block.type == "contact_modalite" %}
{{ encore_entry_script_tags('map') }}
{% elseif block.type == "h2_anchor" %}
{{ encore_entry_script_tags('h2_anchor') }}
{% elseif block.type == "see_more" %}
{{ encore_entry_script_tags('splide') }}
{% elseif block.type == "preview_content" %}
{% if block.slider_mode %}
{{ encore_entry_script_tags('splide') }}
{% endif %}
{% elseif block.type == "annuaire" %}
{{ encore_entry_script_tags('annuaire_filter') }}
{% elseif block.type == "media" %}
{% if block.select == "youtube_link" %}
{{ encore_entry_script_tags('lite-youtube') }}
{{ encore_entry_script_tags('youtube_defer') }}
{% endif %}
{% endif %}
{% endfor %}
{{ parent() }}
{% endblock %}