<section data-bs-version="5.1"
class="image2 cid-sYtiOZS3A3 text-img-type-{{ bloc.act_bloc_type_texte_image|default(0) }} {{ bloc.act_bloc_margin_top }} {{ bloc.act_bloc_margin_bottom }}"
id="image2-2t">
<div class="row {% if bloc.act_bloc_alignement == 'droite' %}row-reverse{% endif %} m-0">
{% if medias[0].act_media_fichier is defined %}
{% set mediaTmp = medias[0].act_media_fichier %}
{% set mediaDefault = "default.jpg" %}
{% set mediaTmp = webp(webpSupported, mediaTmp) %}
{% set mediaDefault = webp(webpSupported, mediaDefault) %}
<div class="col-12 col-lg-6 p-0">
<a {% if medias[0].act_media_lien %} href="{{ medias[0].act_media_lien }}" {% if medias[0].act_media_is_blank == 1 %} target="_blank" rel="noreferrer" {% endif %} {% else %} href="{{ asset('/medias_front/actualite/'~mediaTmp) | imagine_filter('front_fancy') }}" target="_blank" {% endif %}
title="{{ medias[0].act_media_alt|default(bloc.act_bloc_titre)|default(page.ptitre~' '~page.ptitreonglet)|default(nomDuSite) }}"
style="background-image:url({{ asset('/medias_front/actualite/'~mediaTmp) | imagine_filter('front_blocTexteImage') }});">
<img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
loading="lazy" class="lazyload img-fit-cover"
data-src="{{ asset('/medias_front/actualite/'~mediaTmp) | imagine_filter('front_blocTexteImage') }}"
alt="{{ medias[0].act_media_alt|default(bloc.act_bloc_titre)|default(page.ptitre~' '~page.ptitreonglet)|default(nomDuSite) }}">
</a>
</div>
{% endif %}
<div class="col-12 col-lg-6 d-flex justify-content-center">
<div class="text-wrapper col-lg-10">
{% if bloc.act_bloc_titre %}
<h3 class="mbr-section-title mbr-fonts-style display-2 text-center">
<strong>{{ bloc.act_bloc_titre }}</strong>
</h3>
{% endif %}
{% if bloc.act_bloc_sstitre %}
<h4 class="mbr-section-subtitle mbr-fonts-style display-5 text-center">
{{ bloc.act_bloc_sstitre }}
</h4>
{% endif %}
<div class="mbr-text mbr-fonts-style display-7 bloc-text">
{{ bloc.act_bloc_texte|raw }}
</div>
</div>
</div>
</div>
</section>