<div class="{% if content.header_img is defined and content.header_img is not empty %}main-title{% else %}small-main-title{% endif %} mt-40px mb-40pxaic frame-overflow mb-2em">
<div class="jcc dflex frame-container-print">
{% if data.frame_triple_img is defined and data.frame_triple_img is not empty %}
<img loading="lazy" src="{{ data.frame_triple_img.formats['1000x.webp'] }}" srcset="{{ data.frame_triple_img.formats['300x.webp'] }} 300w, {{ data.frame_triple_img.formats['600x.webp'] }} 600w, {{ data.frame_triple_img.formats['1000x.webp'] }} 1000w" sizes="1000px" alt="{{ data.frame_triple_img | copyright_or_description_or_title }}" width="{{ data.frame_triple_img.fileVersion.properties.width }}" height="{{ data.frame_triple_img.fileVersion.properties.height }}" style="z-index: -1;">
{% endif %}
<div class="frame-wrap-container dflex jcse aic mt-2p5em mb-3p5em">
<div class="first-frame p-244024 ml-2per fdc aic">
<h2 class="frame-title-territoire-custom corange wd100 lh28 fs20 fw500 dflex tac">{{ data.first_frame_title }}</h2>
<div class="text-flex fw400 fs16 lh24">
{% if data.first_frame_article_title is defined and data.first_frame_article_title is not empty %}
<div class="mb-1em tac lh28 fs20 fw500">{{ data.first_frame_article_title }}</div>
{% endif %}
{% if data.additional_content is defined and data.additional_content is not empty %}
{% for row in data.additional_content %}
{% if row.frame_choice == "left" %}
<div class="dflex">
{% if row.frame_icon is defined and row.frame_icon is not empty %}
<svg class="{{ row.frame_icon[0] }} my_svg svg_infos" aria-hidden="true" focusable="false" style="height: 30px; width: 28px; left: 6px; top: 6px; border-radius: 0px;">
<use xlink:href='#{{ row.frame_icon[0] }}'>
</svg>
{% endif %}
{% if row.icon_text is defined and row.icon_text is not empty %}
{{ row.icon_text | raw }}
{% endif %}
</div>
{% endif %}
{% endfor %}
{% endif %}
{% if data.first_frame_text_body is defined and data.first_frame_text_body is not empty %}
<div class="framed">{{ data.first_frame_text_body | raw }}</div>
{% endif %}
</div>
</div>
<div class="middle-frame p-244024 fdc aic">
<h2 class="frame-title-territoire-custom corange wd100 lh28 fs20 fw500 dflex tac">{{ data.second_frame_title }}</h2>
<div class="text-flex fw400 fs16 lh24">
{% if data.second_frame_article_title is defined and data.second_frame_article_title is not empty %}
<div class="mb-1em tac lh28 fs20 fw500">{{ data.second_frame_article_title }}</div>
{% endif %}
{% if data.additional_content is defined and data.additional_content is not empty %}
{% for row in data.additional_content %}
{% if row.frame_choice == "middle" %}
<div class="dflex">
{% if row.frame_icon is defined and row.frame_icon is not empty %}
<svg class="{{ row.frame_icon[0] }} my_svg svg_infos" aria-hidden="true" focusable="false" style="height: 30px; width: 28px; left: 6px; top: 6px; border-radius: 0px;">
<use xlink:href='#{{ row.frame_icon[0] }}'>
</svg>
{% endif %}
{% if row.icon_text is defined and row.icon_text is not empty %}
{{ row.icon_text | raw }}
{% endif %}
</div>
{% endif %}
{% endfor %}
{% endif %}
{% if data.second_frame_text_body is defined and data.second_frame_text_body is not empty %}
<div class="framed">{{ data.second_frame_text_body | raw }}</div>
{% endif %}
</div>
</div>
<div class="last-frame p-244024 mr-2per fdc aic">
<h2 class="frame-title-territoire-custom corange wd100 lh28 fs20 fw500 dflex tac">{{ data.third_frame_title }}</h2>
<div class="text-flex fw400 fs16 lh24">
{% if data.third_frame_article_title is defined and data.third_frame_article_title is not empty %}
<div class="mb-1em tac lh28 fs20 fw500">{{ data.third_frame_article_title }}</div>
{% endif %}
{% if data.additional_content is defined and data.additional_content is not empty %}
{% for row in data.additional_content %}
{% if row.frame_choice == "right" %}
<div class="dflex">
{% if row.frame_icon is defined and row.frame_icon is not empty %}
<svg class="{{ row.frame_icon[0] }} my_svg svg_infos" aria-hidden="true" focusable="false" style="height: 30px; width: 28px; left: 6px; top: 6px; border-radius: 0px;">
<use xlink:href='#{{ row.frame_icon[0] }}'>
</svg>
{% endif %}
{% if row.icon_text is defined and row.icon_text is not empty %}
{{ row.icon_text | raw }}
{% endif %}
</div>
{% endif %}
{% endfor %}
{% endif %}
{% if data.third_frame_text_body is defined and data.third_frame_text_body is not empty %}
<div class="framed">{{ data.third_frame_text_body | raw }}</div>
{% endif %}
</div>
</div>
</div>
</div>
<div class="background-color-orange"></div>
</div>