{% include "css/article-critical-css.html.twig" %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'articles_css'} %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'previews_css'} %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'sns_icons_css'} %}
{% if content.main_content|length > 0 %}
{% for content in content.main_content %}
{% if content.type == "see_more" or content.type == "linked_with" %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'previews_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: 'splide_css'} %}
{% endif %}
{% if content.type == "sub_content" %}
{% if content.content|length > 0 %}
{% for child_content in content.content %}
{% if child_content.type == "media" %}
{% if child_content.select == "youtube_link" %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'youtube_css'} %}
{% endif %}
{% endif %}
{% if child_content.type == "photo_report" %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'splide_css'} %}
{% endif %}
{% if child_content.type == "citation" %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'citation_css'} %}
{% endif %}
{% if child_content.type == "freetext" %}
{% include "pages/headers/encore-entry-css-files.html.twig" with {file: 'freetext_css'} %}
{% endif %}
{% endfor %}
{% endif %}
{% endif %}
{% endfor %}
{% endif %}