/* Global */
.marg0{margin:0;}
.margt0{margin-top:0;}


/* Customisation Titres */
.marg0{margin:0 !important;}

/* Customisation Images */
.wp-block-image.cover{height:100%;}
.wp-block-image.cover img{height:100%; width:100%; object-fit:cover;}
.wp-block-image.cover.right img{object-position:right;}


/* Customisation Groupes */
.wp-block-group.pad20 > .wp-block-group__inner-container{padding:30px !important;}
.wp-block-group.arrondi{border-radius:25px !important; overflow:hidden;}

.pattern-triangle, .pattern-top, .pattern-bottom{position:relative;}
.pattern-top:before, .pattern-bottom:after{content:""; position:absolute; top:0; left:0; width:100%; height:10px; background:url(https://demo.imageurs.net/stemarie42/wp-content/themes/stemarie42/images/deco_couleurs.jpg) scroll repeat-y center / contain; z-index:1;}
.pattern-bottom:after{top:auto; bottom:0;}


.wp-block-group.pattern-triangle:not(.pattern-top):before, .pattern-triangle.pattern-top:after{content:""; position:absolute; top:0; right:0; width:100%; height:100%; background:url(https://demo.imageurs.net/stemarie42/wp-content/themes/stemarie42/images/pattern-triangle.png) scroll no-repeat right bottom / cover; z-index:1; opacity:0.2;}
.wp-block-group.pattern-triangle:not(.pattern-top) > *, .wp-block-group.pattern-triangle.pattern-top > *{position:relative; z-index:2;}


/* Customisation Bannière */
.wp-block-cover.pattern-triangle:not(.pattern-top):before, .pattern-triangle.pattern-top:after{content:""; position:absolute; top:0; right:0; width:100%; height:100%; background:url(https://demo.imageurs.net/stemarie42/wp-content/themes/stemarie42/images/pattern-triangle.png) scroll no-repeat right bottom / cover; z-index:1;}


/* Customisation Images */
.wp-block-image.pattern-triangle:before{content:""; position:absolute; top:0; right:0; width:100%; height:100%; background:url(https://demo.imageurs.net/stemarie42/wp-content/themes/stemarie42/images/pattern-triangle.png) scroll no-repeat right bottom / cover; z-index:1;}


/* Customisation Colonnes */
.wp-block-column.is-vertically-aligned-stretch{display:flex; flex-direction:column; justify-content:space-between;}
.wp-block-columns.colonnes-proches{gap:2rem 4rem;}
.wp-block-columns.colonnes-collees{gap:0;}
.wp-block-columns.separation > .wp-block-column{position:relative;}
.wp-block-columns.separation > .wp-block-column:not(:first-child)::before {content: ""; position: absolute; top: 0; bottom: 0; left: -4rem; width: 1px; background-color: color-mix(in srgb, var(--color-bleu-profond) 50%, transparent);}
.wp-block-columns.separation.colonnes-proches > .wp-block-column:not(:first-child)::before{left:-2rem;}
.wp-block-columns.separation.colonnes-collees > .wp-block-column:not(:first-child)::before{content:none;}
.wp-block-group.has-background .wp-block-columns.separation > .wp-block-column:not(:first-child)::before,
.wp-block-columns.separation.has-background > .wp-block-column:not(:first-child)::before
{background-color: color-mix(in srgb, var(--color-blanc) 50%, transparent);}


/* Customisation Galeries */
.swiper-slide img {
  aspect-ratio:1;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.wp-block-gallery:not(.is-cropped) + .swiper-horizontal .swiper-slide img{aspect-ratio:inherit;}