<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg_choice.shapeChange[data-shape="1"]{display:flex; min-height:100vh; align-items:center; justify-content:center; flex-direction:column;}
.bg_choice.shapeChange[data-shape="1"]&gt;*:not(i){width:100%;}

body .bg_choice &gt; video, body span.content .bg_choice &gt; video{max-width: 100% !important;}

.bloc1:not(.bg_choice)&gt;.bg_choice{width: 100%; padding: 2rem;}


/********************************************************
 *              NEW
 *******************************************************/
.bg_choice&gt;.bgWrap{pointer-events:none;display: block; position:absolute;z-index: 0 !important;left: 0;
        top: 0;left: 0;width: 100%; height: 100%;}
.bg_choice&gt;.bgWrap&gt;*:is(video, iframe){position: absolute;left: 0;top: 0;width: 100%; height: 100%;}
.bg_choice&gt;.bgWrap&gt;.bg_img, .bg_choice&gt;.bgWrap&gt;.bg_img&gt;.lazyOver{position:absolute;left: 0;top: 0;width: 100%; height: 100%; background-size: 100% auto;background-position: center center}
.bg_choice&gt;*{z-index: 2;position: relative;}


.bg_choice.full&gt;.bgWrap.v{padding-bottom: 56.25%; height: 0;}


.bg_choice.cover&gt;.bgWrap&gt;.bg_img, .bg_choice.cover&gt;.bgWrap&gt;.bg_img&gt;.lazyOver,
.bg_choice&gt;.bgWrap&gt;.bg_img.cover, .bg_choice&gt;.bgWrap&gt;.bg_img.cover&gt;.lazyOver{background-size: cover;}
/* (dans JS)
 .bg_choice.cover{overflow: hidden}
.bg_choice&gt;i{margin-top: 15px;}*/
.bg_choice.cover&gt;.bgWrap&gt;*:is(video, iframe){left: 50%;top: 50%; transform:translate(-50%, -50%);}



.bg_choice.contain&gt;.bgWrap&gt;.bg_img, .bg_choice.contain&gt;.bgWrap&gt;.bg_img&gt;.lazyOver{background-size: contain;background-repeat: no-repeat;}

.bg_choice.fixed&gt;.bgWrap{clip-path: inset(0);}
.bg_choice.fixed&gt;.bgWrap&gt;*{position: fixed;left: 0; background-size: cover; z-index: 0}
.bg_choice.fixed&gt;.bgWrap&gt;video{object-fit: cover}



.bg_choice[style*="radius"]&gt;.bgWrap, .bg_choice[style*="radius"]&gt;.bgWrap&gt;*,.bg_choice[style*="radius"]&gt;.BgColorOverImg,
.bg_choice&gt;.bgWrap, .bg_choice&gt;.bgWrap&gt;*,.bg_choice&gt;.BgColorOverImg{border-radius: inherit;}



.bg_choice &gt;.bgWrap .PadTopHeight{padding-bottom: 15%}
.bg_choice &gt;.bgWrap *:not(.bg_img, video, iframe){transform:none}

.bg_choice&gt;.bigLinkOverAll{position: absolute;top: 0; left: 0; width: 100%; height: 100%;z-index: 3}
.editableZone&gt;div&gt;.bg_choice&gt;.bigLinkOverAll{pointer-events: none}



.bg_choice.full&gt;.bgWrap.v{padding-bottom: 56.5%; height: 0}
.bg_choice.full&gt;.bgWrap.v&gt;*{height: 100%;}

.editableZone .bg_choice&gt;*{z-index: 3;}
.editableZone .bg_choice&gt;.bigLinkOverAll{z-index: 2; pointer-events: auto}

@media (max-width: 768px) and (orientation: portrait){
        .bg_choice *[style*="background-attachment"]{background-attachment: scroll !important;position: absolute !important;}
        .bg_choice.fixed&gt;.bgWrap&gt;*, .bg_choice.fixed .lazyOver{position: absolute !important;background-attachment: scroll !important; background-size: cover !important}
}

@media (max-width: 1024px) and (orientation: landscape){
        .bg_choice *[style*="background-attachment"]{background-attachment: scroll !important;position: absolute !important;}
        .bg_choice.fixed&gt;.bgWrap&gt;*, .bg_choice.fixed .lazyOver{position: absolute !important;background-attachment: scroll !important;  background-size: cover !important}
}
</pre></body></html>