


.is-style-bloc-plus{ background:var(--wp--preset--color--red); color: var(--wp--preset--color--white); font-family:var(--wp--preset--font-family--titre); display: inline-block; line-height:1;  padding:10px 14px; border-radius:20px; }




.is-style-mode-libre{ align-items: center !important; justify-content:center !important; }
.is-style-mode-libre>*{ flex:none !important; }


.is-style-compact-cols{ max-width:1060px !important; }



.is-style-pave-blanc{ background:var(--wp--preset--color--white); padding:var(--wp--preset--spacing--50);  border-top-right-radius:100px; }
@media screen and (max-width:900px){
	.is-style-pave-blanc{ padding:40px;  border-top-right-radius:50px; }

}


.is-style-pave-blanc-round{ background:var(--wp--preset--color--white); padding:var(--wp--preset--spacing--30);  border-radius:30px; }

.is-style-pave-gris-round{ background:var(--wp--preset--color--light-gray); padding:var(--wp--preset--spacing--30);  border-radius:30px; }


.is-style-ancre-haut-gauche{position: absolute !important; top:0; left:0; z-index: 1000 !important; }
.is-style-ancre-haut-droit{ position: absolute !important; top:0; right:0; z-index: 1000 !important;  }
.is-style-ancre-bas-gauche{ position: absolute !important; bottom:0; left:0; z-index: 1000 !important;  }
.is-style-ancre-bas-centre{ position: absolute !important; bottom:0; left:50%; transform: translateX(-50%); z-index: 1000 !important;  }
.is-style-ancre-bas-droite{ position: absolute !important; bottom:0; right:0; z-index: 1000 !important;  }

@media screen and (max-width:900px){
	.is-style-ancre-haut-gauche,.is-style-ancre-haut-droit,.is-style-ancre-bas-gauche,.is-style-ancre-bas-droite{ max-width:25vw !important;  }
	.is-style-ancre-bas-centre{ display: none;}
}





.is-style-dessous-chevauchement{ margin-right:50px; margin-bottom:50px; overflow: hidden; border-radius:18px;}
.is-style-chevauchement{ display: block; margin: 0; overflow: hidden; position: absolute; bottom: 0; right: 0; border-radius:18px;}
@media screen and (max-width:900px){
	.is-style-dessous-chevauchement{  margin:0; }
	.is-style-chevauchement{ margin-top: 20px; position: static; }

}



.is-style-bouton-blanc>*{ background:var(--wp--preset--color--white) !important;  color:var(--wp--preset--color--dark-blue) !important; }
.is-style-bouton-blanc>*:hover{ background:var(--wp--preset--color--red) !important;  color:var(--wp--preset--color--white) !important; }



.is-style-coins-rond{ border-radius:30px;}




.is-style-boutons-bleus .wp-social-link{ background:var(--wp--preset--color--dark-blue) !important;   }
.is-style-boutons-bleus .wp-social-link svg{ fill:var(--wp--preset--color--white) !important;   }
.is-style-boutons-bleus .wp-social-link:hover{ background:var(--wp--preset--color--red) !important;   }
.is-style-boutons-bleus .wp-social-link:hover svg{ fill:var(--wp--preset--color--white) !important;   }


.is-style-boutons-blancs .wp-social-link{ background:var(--wp--preset--color--white) !important; }
.is-style-boutons-blancs .wp-social-link svg{fill:var(--wp--preset--color--dark-blue) !important; }
.is-style-boutons-blancs .wp-social-link:hover{ background:var(--wp--preset--color--red) !important;  }
.is-style-boutons-blancs .wp-social-link:hover svg{ fill:var(--wp--preset--color--white) !important;  }




.is-style-sep-drapeau{ margin-top: var(--wp--preset--spacing--70); margin-bottom: var(--wp--preset--spacing--70); border:none;  position: relative;height: 35px; background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHZpZXdCb3g9IjAgMCAzMCAzNSIgd2lkdGg9IjMwIiBoZWlnaHQ9IjM1Ij48cGF0aCBmaWxsPSIjZTQxZjEzIiBkPSJNMTUgMzVTMCAzMi41IDAgMTlWMGgzMHYxOWMwIDEzLjUtMTUgMTYtMTUgMTZ6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE4LjUgMTQuMlYwaC03djE0LjJIMHY2LjVoMTEuNVYzNGMyIC44IDMuNSAxIDMuNSAxczEuNS0uMiAzLjUtMVYyMC43SDMwdi02LjVIMTguNXoiLz48L3N2Zz4=') center center no-repeat; background-size: 30px 35px;  }
.is-style-sep-drapeau:before,.is-style-sep-drapeau:after{ content: ""; position: absolute; top:50%; height: 1px; width:calc(50% - 70px); background: #034169; opacity: 0.1;  }
.is-style-sep-drapeau:before{ left: 0;}
.is-style-sep-drapeau:after{ right: 0;}





