{% set mediaTmp = page.pbandeau %}
{% set mediaDefault = "default.jpg" %}
{% set mediaTmp = webp(webpSupported, mediaTmp)|url_encode %}
{% set mediaDefault = webp(webpSupported, mediaDefault)|url_encode %}
<section data-bs-version="5.1" class="header1 cid-sYtfgmlx9v mbr-parallax-background" id="header1-2l"
style="background-image: url('{{ asset("/medias_front/pages/"~mediaTmp|default(mediaDefault))|imagine_filter('front_Bandeau_1920') }}')">
<div class=" mbr-overlay" style="opacity: 0; background-color: rgb(255, 255, 255);"></div>
<div class="align-center container">
<div class="row justify-content-center">
<div class="col-12 col-lg-12">
{# {% if page.ptitre %} #}
{# <h1 class="mbr-section-title mbr-fonts-style mb-0 display-1">{{ page.ptitreonglet|default(page.ptitre) }}</h1> #}
{# {% endif %} #}
</div>
</div>
</div>
<div id="titrePage" class="pt-5 align-center container">
<div class="row justify-content-center">
<div class="col-12 col-lg-12">
{% if page.ptitre %}
<h1 class="BigTitle mbr-section-title mbr-fonts-style mb-0 display-1">{{ page.ptitreonglet|default(page.ptitre) }}</h1>
{% endif %}
</div>
</div>
</div>
<div class="vagueBlanche vagueheader"></div>
</section>