

.is-style-bandeau-haut{ position: relative; color: #ffffff; overflow: hidden;background:var(--wp--preset--gradient--red-gradient); border-bottom:10px solid var(--wp--preset--color--black); min-height:100px; padding:var(--wp--preset--spacing--60);    }
.is-style-bandeau-haut .wp-block-cover__background{ display: none;}
.is-style-bandeau-haut .wp-block-cover__inner-container{ position: relative; z-index: 10; }
.is-style-bandeau-haut:before {
    content: "";
    display: block;
    position: absolute;
    top:30%;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/engrenages-rouges.svg) top right no-repeat;
    background-size: auto 100%;
    pointer-events: none;
    opacity: 0.7;
	z-index: 10;
}

@media screen and (max-width:900px){
	.is-style-bandeau-haut{ padding: 60px 40px; }
}



.is-style-galerie-free{  display: flex; gap:20px !important;}
.is-style-galerie-free>*{  width:auto !important; flex-grow:0 !important;  }
.is-style-galerie-free img{ height:100px !important;  }

.is-style-galerie-free-mini{  display: flex; gap:30px !important;}
.is-style-galerie-free-mini>*{  width:auto !important; flex-grow:0 !important;  }
.is-style-galerie-free-mini img{ height:40px !important;  }




.is-style-trame{ background:url("../images/trame.png") !important; }



