/*
Theme Name: Bipel
Author: Bayard-Service
Author URI: https://www.bayard-service.com
Description: A child theme for bsw-aster.
Text Domain: aster
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.0
Version: 1.0.0
Template: bsw-aster
*/

/* *****************************
----------------------------
	= LAYOUT
----------------------------
***************************** */

/* ----------------------------
	== HEADER
---------------------------- */
.site-header.is-style-aster-sticky {
	position: sticky;
	top: 0;
	z-index: 20;
}
.site-header > div {
	padding: var(--wp--preset--spacing--x-small) var(--wp--preset--spacing--window);
}

/*
    LOGO
*//*
.wp-block-site-logo {
	max-width: 80px;
	transition: all .5s
}
.small .wp-block-site-logo {
	max-width: 50px;
}
.wp-block-site-logo img {
	height: calc(var(--wp--preset--spacing--window) - 20px);
}
.small .wp-block-site-logo img {
	min-height: 50px;
}*/
.bs-branding {
	gap: 10px;
}
.bs-branding p:not(.wp-block-site-title) {
	position: relative;
	color: var(--wp--preset--color--white);
	background: var(--wp--preset--color--blue);
	font-weight: 800;
	font-style: italic;
	margin-bottom: -3%;
	font-size: 0.8rem;
}

.bs-branding p:not(.wp-block-site-title)::before, 
.bs-branding p:not(.wp-block-site-title)::after {
  content: '';
  position: absolute;
  width: 8px; /* Largeur du biseau */
  height: 100%; /* Hauteur du biseau */
  top: 0;
  background: var(--wp--preset--color--blue); /* Couleur plus sombre pour le biseau */
}

.bs-branding p:not(.wp-block-site-title)::after {
	left: -8px; /* Positionnement du biseau gauche */
	clip-path: polygon(0 140%, 100% 0, 100% 100%);
}

.bs-branding p:not(.wp-block-site-title)::before {
	right: -8px; /* Positionnement du biseau gauche */
	clip-path: polygon(0 0, 80% 0, 0% 100%); /* Rotation verticale */
}
@media only screen and (max-width: 800px) {
	.bs-branding {
		gap: var(--wp--preset--spacing--x-small);
	}
	.wp-block-site-logo {
		max-width: 50px;
	}
	.small .wp-block-site-logo {
		max-width: 35px;
	}
	}

/*
	MAIN NAVIGATION
*/
@media only screen and (min-width: 800px) {
	.main-nav li + li::before {
		content: "|";
		margin-right: var(--wp--preset--spacing--text);
	}
	.wp-block-navigation-submenu li::before {
		content: none !important;
	}
	.post-type-archive-pelerinage .main-nav li.pelerinages a,
	.single-pelerinage .main-nav li.pelerinages a,
	.post-type-archive-destination .main-nav li.destinations a,
	.single-destination .main-nav li.destinations a,
	.post-type-archive-pays .main-nav li.pays a,
	.single-pays .main-nav li.pays a,
	.main-nav li.current-menu-item a {
		font-weight: 800;
	}
}
@media only screen and (max-width: 800px) {
	nav.main-nav {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 20;
		background: var(--wp--preset--color--secondary);
	}
	.main-nav ul {
		justify-content: center;
	}
	.main-nav ul li:nth-child(4){
		display: none;
	}
	.main-nav a {
		padding: var(--wp--preset--spacing--x-small);
		color: var(--wp--preset--color--primary)!important;
		text-transform: uppercase;
	}
	.main-nav a::before {
		display: block;
		text-align: center;
		font-family: bipel;
		font-size: 200%;
		font-weight: 400;
		line-height: 1;
	}
	.main-nav .pelerinages a::before {
		content: '\e90f';
	}
	.main-nav .destinations a::before {
		content: '\e90d';
	}
	.main-nav .pays a::before {
		content: '\e90e';
	}
}

/*
    BLOCK POPIN
*/
.block-popins::before {
    content: "\e902";
	font-family: bipel;
}
.block-popins > .actif {
	display: flex;
	gap: var(--wp--preset--spacing--window);
}
.block-popins > .alignfull {
	padding: 0;
	max-width: none;
}

/* ----------------------------
	== FOOTER
---------------------------- */
.site-footer {
	position: relative;
	margin: var(--wp--preset--spacing--window) var(--wp--preset--spacing--window) var(--wp--preset--spacing--text)!important;
}
.site-footer > div {
	padding: var(--wp--preset--spacing--current);
	border-radius: var(--wp--custom--radius--current);
}
.site-footer .wp-block-navigation .wp-block-navigation__submenu-icon {
	display: none;
}
.site-footer .wp-block-navigation-submenu:hover,
.site-footer .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
	min-width: initial !important;
}
@media only screen and (min-width: 800px) {
	.site-footer::before {
		content: '';
		position: absolute;
		top: calc(var(--wp--preset--spacing--window) * -0.75);
		left: calc(var(--wp--preset--spacing--window) * -2);
		z-index: 2;
		width: calc(var(--wp--preset--spacing--window) * 5);
		height: 20px;
		background: var(--wp--preset--color--secondary);
		border-radius: 10px;
		transform: rotate(30deg);
	  }
}
@media only screen and (max-width: 800px) {
	.site-footer {
		margin-bottom: 100px!important;
	}
}

/*
	CONTACT
*/
.bs-contact {
	flex-wrap: wrap!important;
	gap: var(--wp--preset--spacing--window);
}
.bs-contact .wp-block-site-logo.is-default-size img {
	width: 55px;
  	filter: brightness(100) grayscale(1);
}
.bs-contact > p strong {
	font-family: var(--wp--preset--font-family--title);
	font-size: 120%!important;
	font-weight: 900;
}
.bs-contact {}
@media only screen and (min-width: 800px) {
	.bs-contact .wp-block-social-links {
		margin-left: calc(55px + var(--wp--preset--spacing--text));
	}	
}
@media only screen and (max-width: 800px) {
	.bs-contact > p {
		order: 1;
	}
	.bs-contact > .wp-block-group {
		order: 3;
	}
}

/*
	NAV
*/
.bs-nav {
	margin-block-start: var(--wp--preset--spacing--current);
	gap: var(--wp--preset--spacing--current) var(--wp--preset--spacing--window);
}
.bs-nav nav .wp-block-navigation {
	gap: var(--wp--preset--spacing--x-small);
}
.bs-nav nav .wp-block-navigation li {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.bs-nav nav .wp-block-navigation a:hover,
.bs-nav nav .wp-block-navigation a:focus {
	color: var(--wp--preset--color--white)!important;
}
.bs-nav nav .wp-block-navigation ul {
	position: relative!important;
	top: auto!important;
	left: auto!important;
	height: auto!important;
	width: 100%!important;
	background: none!important;
	text-align: left;
	border: none!important;
	visibility: visible!important;
	opacity: 1!important;
}
.bs-nav nav .wp-block-navigation ul a {
	padding: 0;
	text-transform: none;
	font-weight: 500;
	font-size: var(--wp--preset--font-size--small);
}
.bs-nav .wp-block-button a:hover,
.bs-nav .wp-block-button a:focus {
	background: var(--wp--preset--color--white)!important;
}
@media only screen and (min-width: 800px) {
	.bs-nav::before,
	.bs-nav::after {
		content: '';
		margin:  0;
		height: 1px;
		width: 100%;
		background: var(--wp--preset--color--white);
		opacity: 0.5;
	}
	.bs-nav .wp-block-buttons {
		padding-right: var(--wp--preset--spacing--current);
		align-self: center;
	}
}
@media only screen and (max-width: 800px) {
	.bs-nav .wp-block-button a {
		text-align: left;
	}
}

/*
	PARTENAIRES
*/
.bs-partenaires {
	margin-block-start: var(--wp--preset--spacing--current);
}
.bs-partenaires ul {
	display: flex;
	gap: 0;
	padding: var(--wp--preset--spacing--x-small);
	border-radius: var(--wp--custom--radius--current);
}
.bs-partenaires {}
.bs-partenaires {}
.bs-partenaires {}
.bs-partenaires li {
	max-width: 150px;
}
.bs-partenaires img {
	object-fit: contain!important;
	filter: grayscale(1);

}
.bs-partenaires li:hover img {
	transform: none!important;
	filter: grayscale(0);
}

/*
	LEGALS
*/
.bs-legals {
	flex-wrap: wrap!important;
	margin-block-start: var(--wp--preset--spacing--current);
}
.bs-legals a {
	font-size: 0.9rem;
	font-weight: 900;
	opacity: 0.7;
}
.bs-legals a:hover,
.bs-legals a:focus {
	color: var(--wp--preset--color--white)!important;
	opacity: 1;
}
@media only screen and (max-width: 800px) {
	.bs-legals,
	.bs-legals nav,
	.bs-legals nav li {
		gap: 0;
		width: 100%;
	}
	.bs-legals p {
		width: 100%;
	}
}

/*
	COLOPHON
*/
.bs-nav-colophon {
	padding: var(--wp--preset--spacing--text) 0;
	gap: 0;
}
.bs-nav-colophon li::after {
	content: '-';
	margin: 0 3px;
	font-size: 0.9rem;
	opacity: 0.7;
}
.bs-nav-colophon li:last-child:after {
	display: none;
}
.bs-nav-colophon a {
	font-size: 0.9rem;
	opacity: 0.7;
}
.bs-nav-colophon a:hover,
.bs-nav-colophon a:focus {
	opacity: 0.9;
}


/* ----------------------------
	== MAIN
---------------------------- */

main {
	margin-block-start: 0;
	contain: paint;
}
main > article {
	position: relative;
}

main .has-background:not(.alignfull):not(.wp-block-button__link) {
	border-radius: var(--wp--custom--radius--current);
}
body:not(.home) main .entry-content {
	margin-block-start: var(--wp--preset--spacing--window)!important;
}
@media only screen and (min-width: 800px) {
	main article::before {
		content: '';
		position: absolute;
		top: 0;
		right: calc(var(--wp--preset--spacing--window) * -1);
		z-index: 2;
		width: calc(var(--wp--preset--spacing--window) * 2.5);
		height: 10px;
		background: var(--wp--preset--color--primary);
		border-radius: 10px;
		transform: rotate(-25deg) translate(0, 500%);
	}
}

/*
    TITLE
*/
.wp-block-post-title {}

/*
    CONTENT
*/
.entry-content {}

/* *****************************
----------------------------
	= COMPONENTS
----------------------------
***************************** */

.item-hidden {
	display: none;
}

/* ----------------------------
	== TITRES
---------------------------- */
main .wp-block-site-title {
	margin-block-start: var(--wp--preset--spacing--window);
	font-size: clamp(2rem, 6vw, 5rem);
}
.wp-block-query-title {
	text-transform: none;
}

/* ----------------------------
	== DESCRIPTION DU SITE
---------------------------- */
.wp-block-site-tagline {
	margin-block-start: 0;
	font-size: clamp(1.05rem, 3vw, 1.5rem);
}

/* ----------------------------
	== SLIDER
---------------------------- */
.splide__pagination__page {
	height: 12px;
	width: 12px;
	background: var(--wp--preset--color--primary)!important;
	border: 2px solid var(--wp--preset--color--primary);
	opacity: 1!important;
}
.splide__pagination__page.is-active {
	background: var(--wp--preset--color--white)!important;
	transform: scale(1);
}
.splide__arrow {
	background: none;
}
.splide__arrow svg {
	display: none;
}
.splide__arrow::before {
	font-family: bipel;
	font-size: 200%;
	transition: all .5s
}
.splide__arrow.splide__arrow--next::before {
	content: "\e906";
}
.splide__arrow.splide__arrow--prev::before {
	content: "\e905";
}
.splide__arrow--prev:hover {
	padding-right: var(--wp--preset--spacing--current);
}
.splide__arrow--next:hover {
	padding-left: var(--wp--preset--spacing--current);
}

/* ----------------------------
	== LIST
---------------------------- */
/*
	CHIFFRES CLES
*/
.is-style-bs-chiffres {
	display: flex;
	justify-content: center;
	gap: var(--wp--preset--spacing--current);
	padding: 0;
	list-style: none;
}
.is-style-bs-chiffres li {
	line-height: 1;
}
.is-style-bs-chiffres li strong {
	display: block;
	text-align: center;
	font-family: var(--wp--preset--font-family--title);
	font-size: 170%;
	font-weight: 900;
}
.is-style-bs-chiffres {}

/* ----------------------------
	== EXERPT
---------------------------- */
#bs-presentation .wp-block-post-excerpt {
	margin-block-start: var(--wp--preset--spacing--window);
}

/* ----------------------------
	== PARAGRAPH
---------------------------- */
p.is-style-aster-frame {
	position: relative;
	z-index: 1;
	margin: var(--wp--preset--spacing--current) auto;
	padding: var(--wp--preset--spacing--current);
	max-width: var(--wp--style--global--wide-size);
	background: var(--wp--preset--color--primary);
	border: none;
	border-radius: var(--wp--custom--radius--current);
	color: var(--wp--preset--color--white);
	font-family: var(--wp--preset--font-family--title);
	font-weight: 600;
}

/* ----------------------------
	== GALLERY
---------------------------- */
.wp-block-gallery {
	margin-bottom: var(--wp--preset--spacing--window);
}
.single-pelerinage .wp-block-gallery {
	margin-block-start: var(--wp--preset--spacing--window);
}
@media only screen and (min-width: 800px) {
	.wp-block-gallery {
		position: relative;
	}
	.wp-block-gallery figure {
		position: relative;
		z-index: 1;
	}
	.wp-block-gallery::after {
		content: '';
		position: absolute;
		bottom: 19vw;
		left: 21vw;
		z-index: 0;
		width: 100vw;
		height: 10px;
		background: var(--wp--preset--color--primary);
		border-radius: 10px;
		transform: rotate(-25deg);
	}
}

/* ----------------------------
	== VIDEO
---------------------------- */
.entry-content .wp-block-video {
	border-radius: var(--wp--custom--radius--current);
	overflow: hidden;
}
.entry-content .wp-block-video.aligncenter {
	position: relative;
	max-width: calc(var(--wp--style--global--content-size) * 0.7);
}
.entry-content .wp-block-video {}

/* ----------------------------
	== BUTTONS
---------------------------- */
.wp-block-button.has-current-font-family .wp-block-button__link {
	font-family: var(--wp--preset--font-family--current) !important;
}
.wp-block-button.icon a {
	font-family: bipel !important;
	font-weight: normal;
}

/*
	PLEIN
*/
.wp-element-button.has-background:hover,
.wp-element-button.has-background:focus {
	background: var(--wp--preset--color--primary)!important;
}
.wp-element-button:not(.has-background):hover,
.wp-element-button:not(.has-background):focus,
.wp-element-button.has-primary-background-color:hover,
.wp-element-button.has-primary-background-color:focus {
	background: var(--wp--preset--color--secondary)!important;
}
.wp-element-button.has-white-background-color:hover,
.wp-element-button.has-white-background-color:focus {
	background: var(--wp--preset--color--white)!important;
	color: var(--wp--preset--color--primary)!important;
}
.wp-element-button.has-white-background-color.has-primary-color:hover,
.wp-element-button.has-white-background-color.has-primary-color:focus {
	background: var(--wp--preset--color--white)!important;
	color: var(--wp--preset--color--current)!important;
}
.wp-element-button.has-secondary-color:not(.has-background):hover,
.wp-element-button.has-secondary-color:not(.has-background):focus {
	color: var(--wp--preset--color--white)!important;
}

/*
	SIMPLE
*/
.wp-block-button.is-style-aster-simple-button .wp-block-button__link {
	font-family: var(--wp--preset--font-family--current);
}
.wp-block-button.is-style-aster-simple-button .wp-element-button:hover,
.wp-block-button.is-style-aster-simple-button .wp-element-button:focus {
	background: none!important;
}

/*
	REGISTER
*/
.bs-register {
	position: sticky;
	bottom: 0;
	margin-block-start: 0;
	z-index: 10;
}
.bs-register.bipel-incoming {
	position: sticky;
	bottom: 0;
	margin-block-start: 0;
	z-index: 10;
	right: 0;
	display: block;
}
.bs-register .bs-register-button a{
	background: var(--wp--preset--color--primary)!important;
}
.bs-register .bs-register-button a:hover{
	background: var(--wp--preset--color--secondary)!important;
}
.bs-register a {
	font-weight: 900!important;
	font-size: var(--wp--preset--font-size--medium);
}
.bs-register > div {
	transition: all .5s;
}
.bs-register .invisible {
	opacity: 0;
}
@media only screen and (min-width: 800px) {
	.bs-register a{
		position: absolute;
		bottom: var(--wp--preset--spacing--window);
		right: 0;
		height: auto;
	}	
	@media only screen and (min-width: 800px) {
	.bs-register.bipel-incoming a {
		position: absolute;
		bottom: var(--wp--preset--spacing--window);
		right: 0;
		width: 15%;
		display: block;
		height: 40px;
	}
}

}
@media only screen and (max-width: 800px) {
	.bs-register {
		bottom: calc(100% - 75px);
	}
	.bs-register .bs-register-button,
	.bs-register a {
		width: 100%;
	}
}

/* ----------------------------
	== TAXOS
---------------------------- */
.wp-block-post-terms {}
.wp-block-post-terms::before {
	content: "[ ";
}
.wp-block-post-terms::after {
	content: " ]";
}
.wp-block-post-terms a {
	display: inline-block;
}
.wp-block-post-terms a::first-letter {
	text-transform: uppercase;
}

/* ----------------------------
	== SLIDER STATIC
---------------------------- */
body:not(.home) .wp-block-bsw-slider-static {
	margin: var(--wp--preset--spacing--current) 0;
}
body:not(.home) .wp-block-bsw-slider-static.alignfull {
	margin-right: calc(var(--wp--preset--spacing--window) * -1);
	margin-left: calc(var(--wp--preset--spacing--window) * -1);
}
@media only screen and (min-width: 800px) {
	body:not(.home) .wp-block-bsw-slider-static.is-style-aster-slider-images {
		position: relative;
	}
	body:not(.home) .wp-block-bsw-slider-static.is-style-aster-slider-images::before {
		content: '';
		position: absolute;
		bottom: 10vw;
		left: calc(var(--wp--preset--spacing--window) * -1);
		z-index: 2;
		width: 50vw;
		height: 20px;
		background: var(--wp--preset--color--secondary);
		border-radius: 10px;
		transform: rotate(30deg);
	}
	body:not(.home) .wp-block-bsw-slider-static.is-style-aster-slider-images div {
		position: relative;
		z-index: 2;
	}
}

/* ----------------------------
	== RELATED POST
---------------------------- */
.wp-block-bsw-related-posts {
	margin: var(--wp--preset--spacing--text) 0;
}
.wp-block-bsw-related-posts ul,
.best-offer ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.wp-block-bsw-related-posts:not(.is-style-bs-pays) ul::before {
    content: "\e907";
	font-family: bipel;
	font-size: 5rem;
	line-height: 1;
	transform: translate(calc(var(--wp--preset--spacing--small) / 2 * -1), 0);
}
.wp-block-bsw-related-posts li,
.best-offer li {
	position: relative;
}
.wp-block-bsw-related-posts li *:first-child:not(figure),
.wp-block-bsw-related-posts li figure + *,
.best-offer li figure + * {
	margin: 0;
	font-family: var(--wp--preset--font-family--title);
	font-size: clamp(1.1rem, 4vw, 1.3rem);
	font-weight: 900;
	line-height: 1.2;
}
.wp-block-bsw-related-posts:not(.is-style-bs-pays) figure {
	position: relative;
	float: right;
	margin: 0 0 0 var(--wp--preset--spacing--x-small);
	max-width: 150px;
	width: 100%;
	border-radius: 100%;
	overflow: hidden;
}
.wp-block-bsw-related-posts:not(.is-style-bs-pays) figure::before {
	content: '';
	display: block;
	padding-top: 100%;
}
.wp-block-bsw-related-posts:not(.is-style-bs-pays) figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wp-block-bsw-related-posts p,
.best-offer p {
	margin: var(--wp--preset--spacing--x-small) 0 0;
	font-weight: 500;
	transition: all .5s
}
.wp-block-bsw-related-posts a.see-more,
.best-offer p.wp-block-post-excerpt__more-text a {
	display: flex;
	gap: 5px;
	align-items: center;
	margin-top: var(--wp--preset--spacing--x-small);
	font-size: var(--wp--preset--font-size--small);
	box-shadow: none!important;
}
.wp-block-bsw-related-posts li * a {
	box-shadow: none!important;
}
.wp-block-bsw-related-posts li:hover a,
.wp-block-bsw-related-posts a:hover,
.wp-block-bsw-related-posts a:focus,
.wp-block-bsw-related-posts li:hover p {
	box-shadow: none!important;
	color: var(--wp--preset--color--primary)!important;
}
.wp-block-bsw-related-posts.has-background li:hover a,
.wp-block-bsw-related-posts.has-background a:hover,
.wp-block-bsw-related-posts.has-background a:focus,
.wp-block-bsw-related-posts.has-background li:hover p {
	color: var(--wp--preset--color--white)!important;
}
.wp-block-bsw-related-posts:not(.is-style-bs-pays) a.see-more::before {
    content: "\e910";
	font-family: bipel;
	font-size: 50%;
}
.wp-block-bsw-related-posts li * a::after,
.best-offer li * a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
@media only screen and (max-width: 800px) {
	.wp-block-bsw-related-posts figure,
	.best-offer figure {
		display: none;
	}
	.best-offer .is-style-bs-pays.has-background li {
		padding-right: var(--wp--preset--spacing--small) !important;
	}
}

/*
	PAYS
*/
.wp-block-bsw-related-posts.is-style-bs-pays,
.best-offer .is-style-bs-pays {
	position: relative;
	padding: 0!important;
	background: none!important;
}
.wp-block-bsw-related-posts.is-style-bs-pays ul,
.best-offer .is-style-bs-pays ul {
	flex-direction: column;
}
.wp-block-bsw-related-posts.is-style-bs-pays.has-background li,
.best-offer .is-style-bs-pays.has-background li {
	position: relative;
	z-index: 2;
	padding: var(--wp--preset--spacing--small);
	padding-right: calc(var(--wp--preset--spacing--small) + 50%);
	border-radius: var(--wp--custom--radius--current);
	overflow: hidden;
}
.wp-block-bsw-related-posts.is-style-bs-pays.has-primary-background-color li,
.best-offer .is-style-bs-pays.has-primary-background-color li {
	background: var(--wp--preset--color--primary)!important;
}
.wp-block-bsw-related-posts.is-style-bs-pays.has-secondary-background-color li {
	background: var(--wp--preset--color--secondary)!important;
}
.wp-block-bsw-related-posts.is-style-bs-pays.has-accent-background-color li {
	background: var(--wp--preset--color--accent)!important;
}
.wp-block-bsw-related-posts.is-style-bs-pays li + li {
	margin-block-start: var(--wp--preset--spacing--text);
}
.wp-block-bsw-related-posts.is-style-bs-pays h2 {
	font-family: var(--wp--preset--font-family--current);
}
.wp-block-bsw-related-posts.is-style-bs-pays figure,
.best-offer .is-style-bs-pays figure {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	width: 50%;
	overflow: hidden;
}
.wp-block-bsw-related-posts.is-style-bs-pays figure img,
.best-offer .is-style-bs-pays figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all .5s
}
.wp-block-bsw-related-posts.is-style-bs-pays li:hover figure img,
.best-offer .is-style-bs-pays li:hover figure img {
	transform: scale(1.05);
}
.wp-block-bsw-related-posts.is-style-bs-pays h2 a::before,
.best-offer .is-style-bs-pays h2 a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.wp-block-bsw-related-posts.is-style-bs-pays a.see-more,
.best-offer p.wp-block-post-excerpt__more-text a {
	display: inline-block;
	margin-top: var(--wp--preset--spacing--text);
	padding: 5px 15px;
	border: 1px solid var(--wp--preset--color--white);
	border-radius: 50px;
}
@media only screen and (min-width: 800px) {
	.wp-block-bsw-related-posts.is-style-bs-pays,
	.best-offer .is-style-bs-pays {
		margin-bottom: var(--wp--preset--spacing--window);
	}
	.wp-block-bsw-related-posts.is-style-bs-pays::before,
	.best-offer .is-style-bs-pays::before {
		content: '';
		position: absolute;
		bottom: 19vw;
		left: 21vw;
		z-index: 2;
		width: 100vw;
		height: 10px;
		background: var(--wp--preset--color--primary);
		border-radius: 10px;
		transform: rotate(-25deg);
	}
}

/* ----------------------------
	== DETAILS
---------------------------- */
.wp-block-details {
	padding: var(--wp--preset--spacing--x-small) 0;
	border-top: 1px solid var(--wp--preset--color--current);
	border-bottom: 1px solid var(--wp--preset--color--current);
}
.wp-block-details[open] {
	opacity: 1!important;
}

.wp-block-details.has-white-color {
	border-color: var(--wp--preset--color--white);
	opacity: 0.5;
}
.wp-block-details.has-primary-color {
	border-color: var(--wp--preset--color--primary);
}
.wp-block-details.has-secondary-color {
	border-color: var(--wp--preset--color--secondary);
}
.wp-block-details.has-accent-color {
	border-color: var(--wp--preset--color--accent);
}
.wp-block-details + .wp-block-details {
	margin-block-start: 0;
	border-top: none;
}
.wp-block-details summary {
	position: relative;
}
.wp-block-details summary::marker {
	content: "";
}
.wp-block-details summary::after {
    content: "\e903";
	position: absolute;
	top: 50%;
	right: var(--wp--preset--spacing--text);
	transform: translate(0, -50%);
	font-family: bipel;
	font-size: 80%;
	font-weight: 400;
	opacity: 0.8;
	transition: all .5s
}
.wp-block-details[open] summary::after {
	opacity: 1;
	transform: translate(0, -50%) rotate(45deg);
}
.wp-block-details p {
	margin: var(--wp--preset--spacing--x-small) 0;
}
.wp-block-details .wp-block-mfb-meta-field-block {
	margin-block-start: 0;
}
.wp-block-details[open] summary {
	color: var(--wp--preset--color--accent);
}
.wp-block-details.has-white-color[open] summary {
	color: var(--wp--preset--color--white);
}
.wp-block-details.has-primary-color[open] summary {
	color: var(--wp--preset--color--primary);
}
.wp-block-details.has-secondary-color[open] summary {
	color: var(--wp--preset--color--secondary);
}
.wp-block-details.has-accent-color[open] summary {
	color: var(--wp--preset--color--accent);
}

/* *****************************
----------------------------
	= PATERNS - TEMPLATES PART
----------------------------
***************************** */

/* ----------------------------
	== POPIN NAVIGATION
---------------------------- */
.pop-nav .bs-profil {
	padding: var(--wp--preset--spacing--current);
	border-radius: var(--wp--custom--radius--current);
}
.pop-nav .bs-profil {
	gap: 10px;
}
.pop-nav .wp-block-navigation-item {
	flex-direction: column;
	align-items: flex-start;
}
.pop-nav .wp-block-navigation-item a {
	padding: 0 20px 0 0;
	opacity: 0.5;
}
.pop-nav .wp-block-navigation-item a:hover,
.pop-nav .wp-block-navigation-item a:focus {
	padding: 0 0 0 20px;
	color: var(--wp--preset--color--white)!important;
}
.pop-nav.actif .wp-block-navigation-submenu {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	height: auto !important;
	width: auto !important;
	border: none !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.pop-nav ul.wp-block-navigation-submenu a {
	padding: 0;
	opacity: 1;
	font-size: 70%;
}
@media only screen and (max-width: 800px) {
	.pop-nav {
		flex-direction: column-reverse;
		gap: var(--wp--preset--spacing--current);
	}
	.pop-nav .wp-block-navigation-item {
		width: 100%;
	}
}

/* ----------------------------
	== SPLASHSCREEN
---------------------------- */
.bs-popin {
	position: fixed;
	margin: 0;
	z-index: 100000000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
	padding: var(--wp--preset--spacing--window)!important;
	display: none;
}
.bs-popin > div {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
	border-radius: 10px;
	padding: var(--wp--preset--spacing--window);
}
.bs-popin .bs-close {
	position: absolute;
	top: var(--wp--preset--spacing--text);
	right: var(--wp--preset--spacing--text);
	font-family: bipel;
	text-align: right;
}
.bs-popin .bs-close a{
	font-family: bipel !important;
}
.bs-popin > div > *{
	max-width: 100%;
}
.bs-popin .wp-block-site-logo {
	margin: 0;
}
.bs-popin .wp-block-site-logo img {
	width: 200px;
}
.bs-popin .wp-block-buttons a {
	background: var(--wp--preset--color--secondary);
	border-radius: 10px;
	width: 100%;
}
.bs-popin .wp-block-buttons a:hover {
	background: var(--wp--preset--color--primary)!important;
}
@media only screen and (min-width: 800px) {
	.bs-popin .wp-block-buttons .wp-block-button {
		width: 25%;
		height: 100%;
	}
	.bs-popin .wp-block-buttons a {
		padding: 50px;
		font-size: 1.5rem;
		height: 100%;
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
	}
}
@media only screen and (max-width: 800px) {
	.bs-popin .wp-block-buttons {
		flex-direction: column;
	}
	.bs-popin .wp-block-button{
		width: 100%;
	}
	.bs-popin .wp-block-buttons a {
		padding: 20px;
		font-size: 1rem;
	}
}
/* ----------------------------
	== HERO
---------------------------- */
.bs-hero {
	position: relative;
}
.bs-hero + div {
	margin-block-start: 0;
}
.bs-hero .wp-block-cover {
	padding: var(--wp--preset--spacing--window);
	height: calc(100vh - var(--wp--preset--spacing--window) *2);
}
.admin-bar .bs-hero .wp-block-cover {
	height: calc(100vh - var(--wp--preset--spacing--window) *2 - 32px);
}
.bs-hero .wp-block-post-terms,
.bs-hero .wp-block-post-terms a {
	font-size: clamp(1.25rem, 5vw, 1.8rem);
}
.bs-hero .wp-block-post-title {
	margin-block-start: 0;
}
.bs-hero .wp-block-mfb-meta-field-block {
	margin-block-start: 0;
	font-size: clamp(1.25rem, 5vw, 2.5rem);
}
.bs-hero .wp-block-buttons a {
	font-weight: 900;
	font-size: var(--wp--preset--font-size--medium);
}
.bs-hero .wp-block-video,
.bs-hero .wp-block-bsw-slider-static {
	height: calc(100vh - var(--wp--preset--spacing--window) *2);
	border-radius: var(--wp--custom--radius--current);
	overflow: hidden;
}
.admin-bar .bs-hero .wp-block-video, 
.admin-bar .bs-hero .wp-block-bsw-slider-static {
	position: relative;
	z-index: 1;
	margin: 0;
	height: calc(100vh - var(--wp--preset--spacing--window) *2 - 32px);
}
.bs-hero .wp-block-bsw-slider-static ul {
	margin: 0;
	padding: 0;
}
.bs-hero .wp-block-video video,
.bs-hero .wp-block-bsw-slider-static figure,
.bs-hero .wp-block-bsw-slider-static img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bs-hero .wp-block-bsw-slider-static .splide__track,
.bs-hero .wp-block-bsw-slider-static .wp-block-bsw-slider-static-slide,
.bs-hero .wp-block-bsw-slider-static figure {
	height: 100% !important;

}

@media only screen and (min-width: 800px) {
	.bs-hero::before {
		content: '';
		position: absolute;
		bottom: calc(var(--wp--preset--spacing--window) / 2);
		left: calc(var(--wp--preset--spacing--window) * -2);
		z-index: 2;
		width: calc(var(--wp--preset--spacing--window) * 5);
		height: 20px;
		background: var(--wp--preset--color--secondary);
		border-radius: 10px;
		transform: rotate(30deg);
	}
	.bs-hero::after {
		content: '';
		position: absolute;
		top: auto;
		bottom: 0;
		right: calc(var(--wp--preset--spacing--window) * 3);
		z-index: 3;
		height: calc(var(--wp--preset--spacing--window) / 2);
		width: 5px;
		background: var(--wp--preset--color--accent);
		border-radius: 10px;
		transform: translate(0, 75%);
	}
}
@media only screen and (max-width: 800px) {
	.bs-hero .wp-block-cover {
		padding-bottom: var(--wp--custom--radius--current);
	}
	.bs-hero .wp-block-bsw-slider-static > div {
		height: 100%;
	}
	.bs-hero .wp-block-buttons {
		flex-direction: column;
		gap: 0;
	}
	.bs-hero .wp-block-buttons div {
		width: 100%;
	}
	.bs-hero .wp-block-buttons div::before,
	.bs-hero .bs-register-button::before  {
		content: '';
		display: block;
		height: 1px;
		background: var(--wp--preset--color--white);
		opacity: 0.5;
	}
	.bs-hero .wp-block-buttons a {
		padding: 15px!important;
		width: 100%;
		background: none!important;
		color: var(--wp--preset--color--white)!important;
		font-size: 1.1rem;
	}
	.bs-hero .wp-block-buttons a:hover,
	.bs-hero .wp-block-buttons a:focus {
		background: none!important;
		color: var(--wp--preset--color--white)!important;
	}
	.bs-hero .wp-block-buttons a.has-accent-background-color,
	.bs-hero .wp-block-buttons a.has-accent-background-color:hover,
	.bs-hero .wp-block-buttons a.has-accent-background-color:focus {
		color: var(--wp--preset--color--accent)!important;
	}
}

/*
	SEARCH
*/
.bs-hero .bs-search,
.bs-hero .bs-quickaccess-incoming {
	position: absolute;
	bottom: var(--wp--preset--spacing--window);
	left: var(--wp--preset--spacing--window);
	right: var(--wp--preset--spacing--window);
	z-index: 2;
	backdrop-filter: blur(20px);
	padding: var(--wp--preset--spacing--text);
	border-radius: 100px;
	color: var(--wp--preset--color--white);
	font-weight: 900;
}
.bs-hero .bs-quickaccess-incoming {
	bottom: var(--wp--preset--spacing--text);
	left: var(--wp--preset--spacing--text);
	right: var(--wp--preset--spacing--text);
	border-radius: 10px;
}
.bs-hero .bs-search > div,
.bs-hero .bs-quickaccess-incoming > div {
	flex: 1;
	position: relative;
}
.bs-hero .bs-quickaccess-incoming > div {
	text-align: center;
}
.bs-hero .bs-search > div::before{
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	display: flex;
	align-items: center;
	font-family: bipel;
	font-size: 160%;
	color: var(--wp--preset--color--white);
}
.bs-hero .bs-quickaccess-incoming > div::before {
	font-size: 160%;
}
.bs-hero .bs-search > div.facetwp-facet-destination::before {
	content: '\e90b';
 }
.bs-hero .bs-search > div.facetwp-facet-quand::before {
	content: '\e909';
}
.bs-hero .bs-search > div.facetwp-facet-organisateur::before {
	content: '\e90a';
}
.bs-hero .bs-search > div.facetwp-facet-type_de_voyages::before {
	content: '\e90f';
}
.bs-hero .bs-search > div + div {
	margin-left: var(--wp--preset--spacing--text);
}
.bs-hero .bs-search > div + div::after,
.bs-hero .bs-quickaccess-incoming > div + div::after {
	content: '';
	position: absolute;
	top: 0;
	left: calc(var(--wp--preset--spacing--text) * -1);
	bottom: 0;
	width: 1px;
	background: var(--wp--preset--color--white);
	opacity: 0.5;
}
.bs-hero .bs-search > div + div  p{
	text-align: right;
}
.bs-hero .bs-search input[type=text],
.bs-hero .bs-search select {
	padding-left: 55px;
	background: none;
	border: none;
	color: var(--wp--preset--color--white);
	font-size: clamp(1.125rem, 2vw, 1.2rem);
	font-weight: 900;
	text-overflow: ellipsis;
	-webkit-appearance: initial;
}
.bs-hero .bs-search input[type=text]::placeholder {
	opacity: 1;
	color: var(--wp--preset--color--white);
}
.bs-hero .bs-search select option {
	font-size: 1rem;
	color: var(--wp--preset--color--current);
}
.bs-hero .bs-search button {
	background: none;
	border: none;
	color: var(--wp--preset--color--white);
	font-size: clamp(2rem, 5vw, 3rem);
}
.bs-hero .bs-search .flex-search {
	flex: unset;
	margin-left: 0;
}
.bs-hero .bs-search .flex-search::after {
	display: none;
}
.bs-hero .bs-search .flex-search button::before {
	font-family: bipel;
	content: '\e914';
}
.bs-hero .bs-search button {}

.bs-hero .bs-register-button {
	border-radius: 50px!important;
}
.bs-hero .bs-register-button a{
	font-weight: 900!important;
	padding: 10px 30px;
}
@media only screen and (max-width: 800px) {
	.bs-hero .bs-register-button a{
	  padding: 15px !important;
	  width: 100%;
	  background: none !important;
	  color: var(--wp--preset--color--accent) !important;
	  font-size: 1.1rem;
	}
	.bs-hero .bs-register-button {
		background: none !important;
	}
	.bs-hero .wp-block-group{
		gap: 30px;
	}
	.bs-hero .bs-register-button a:hover,
	.bs-hero .bs-register-button a:focus {
		background: none!important;
		color: var(--wp--preset--color--white)!important;
	}
}
@media only screen and (max-width: 1215px) {
	.bs-hero .wp-block-group{
		flex-wrap: wrap;
		flex-direction: column;
	}
}
@media only screen and (max-width: 1024px) {
	.bs-hero .bs-search{
		flex-direction: column;
		border-radius: 10px;
	}
	.bs-hero .bs-search > div + div {
		margin-left: 0;
		width: 100%;
	}
	.bs-hero .bs-search select,
	.bs-hero .bs-search input[type="text"] {
		font-size: clamp(0.8rem, 2vw, 1.2rem);
	}
	.bs-hero .bs-search > div + div::after,
	.bs-hero .bs-quickaccess-incoming > div + div::after {
		background: transparent;
	}
	.bs-hero .bs-quickaccess-incoming > div + div::after {
		content: '';
		position: absolute;
		top: calc(-0.8*var(--wp--preset--spacing--text));
		opacity: 0.5;
		border-top: 1px solid var(--wp--preset--color--white);
		width: 100%;
		left: 0;
	}
	.bs-hero .bs-search button {
		font-size: clamp(0.8rem, 5vw, 0.8rem);
		background: var(--wp--preset--color--primary);
		padding: 10px var(--wp--preset--spacing--small);
		border-radius: var(--wp--preset--spacing--small);
		font-family: var(--wp--preset--font-family--title);
		font-weight: bold;
		width: 100%;
	}
	.bs-hero .bs-search > div.facetwp-facet-destination, 
	.bs-hero .bs-search > div.facetwp-facet-quand{
		position: relative;
		width: 100%;
	}
	.bs-hero .bs-search > div.facetwp-facet-destination::after, 
	.bs-hero .bs-search > div.facetwp-facet-quand::after {
		content: '';
		position: absolute;
		top: calc(var(--wp--preset--spacing--small)*1.20);
		opacity: 0.5;
		border-top: 1px solid var(--wp--preset--color--white);
		width: 100%;
		left: 0;
	}
}
/* ----------------------------
	== HERO SMALL
---------------------------- */
.bs-hero-small {
	position: relative;
}
.bs-hero-small .wp-block-cover {
	margin: 0 calc(var(--wp--preset--spacing--window) * -1);
	border-radius: 0;
}
.bs-hero-small h1 {
	margin-block-start: var(--wp--preset--spacing--window);
}
.bs-hero-small .wp-block-post-featured-image {
	position: relative;
	width: 100%;
	max-width: 500px;
}
.bs-hero-small .wp-block-post-featured-image::before {
	content: '';
	display: block;
	padding-top: 60%;
}
.bs-hero-small .wp-block-post-featured-image img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.bs-hero-small {}
.bs-hero-small {}

@media only screen and (min-width: 800px) {
	body:not(.partenaire-template-default) .bs-hero-small .wp-block-post-featured-image::after {
		content: '';
		position: absolute;
		top: auto;
		bottom: 0;
		left: var(--wp--preset--spacing--window);
		z-index: 3;
		height: calc(var(--wp--preset--spacing--window) / 2);
		width: 5px;
		background: var(--wp--preset--color--accent);
		border-radius: 10px;
		transform: translate(0, 75%);
	  }
}

/* ----------------------------
	== NEXT PREV
---------------------------- */
.next-prev {
	position: absolute!important;
	top: auto!important;
	bottom: var(--wp--preset--spacing--window);
	left: 0;
	right: 0;
	margin-block-start: 0;
}
.next-prev {}
.next-prev {}

/* ----------------------------
	== PELE / DESTINATION (HOME)
---------------------------- */
.bs-pele-destination {
	position: relative;
	z-index: 2;
	margin-block-start: var(--wp--preset--spacing--window);
}
.bs-pele-destination > div {
	flex: 1;
}
.bs-pele-destination .bs-query {
	align-self: stretch;
}
.bs-pele-destination .bs-query * {
	height: 100%;
}
.bs-pele-destination .wp-block-bsw-pelerinages-destinations-home,
.bs-pele-destination .bs-query > div {
	position: relative;
	border-radius: var(--wp--custom--radius--current);
	overflow: hidden;
}
.bs-pele-destination .bs-query > div {
	max-width: 100%;
}
.bs-pele-destination .bs-query figure {
	margin: 0;
}
.bs-pele-destination .wp-block-bsw-pelerinages-destinations-home > a {
	position: relative;
	z-index: 1;
	display: block;
}
.bs-pele-destination .wp-block-bsw-pelerinages-destinations-home > a::before {
	content: '';
	display: block;
	padding-top: 60%;
}
.bs-pele-destination .wp-block-bsw-pelerinages-destinations-home img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all .5s
}
.bs-pele-destination .bs-query img {
	transition: all .5s
}
.bs-pele-destination .wp-block-bsw-pelerinages-destinations-home:hover img,
.bs-pele-destination .bs-query:hover img {
	transform: scale(1.05);
}
.bs-pele-destination .wp-block-bsw-pelerinages-destinations-home > div,
.bs-pele-destination .bs-query h2 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	padding: var(--wp--preset--spacing--text);
	color: var(--wp--preset--color--white);
	text-align: center;
}
.bs-pele-destination .wp-block-bsw-pelerinages-destinations-home:before,
.bs-pele-destination .bs-query > .wp-block-query:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: var(--wp--preset--gradient--mask);
}
.bs-pele-destination .wp-block-bsw-pelerinages-destinations-home > div .wp-block-post-terms {
	font-family: var(--wp--preset--font-family--title);
}
.bs-pele-destination .wp-block-bsw-pelerinages-destinations-home > div h2 {
	margin: 0;
}
.bs-pele-destination .wp-block-bsw-pelerinages-destinations-home > div h2 a {
	color: var(--wp--preset--color--white);
	font-family: var(--wp--preset--font-family--current);
	font-weight: 900;
}
.bs-pele-destination .wp-block-bsw-pelerinages-destinations-home > div h2 a {}
.bs-pele-destination .wp-block-bsw-pelerinages-destinations-home > div h2 a::before,
.bs-pele-destination .bs-query .wp-block-query h2 a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.bs-pele-destination .bs-query .wp-block-query li a::before {
	z-index: 2;
}
.bs-pele-destination .bs-query h2 a {
	display: flex;
	justify-content: center;
	align-items: end;
}
.bs-pele-destination .bs-query .wp-block-buttons {
	height: initial;
}
.bs-pele-destination .wp-block-bsw-pelerinages-destinations-home > div {}
.bs-pele-destination .wp-block-buttons {
	margin-block-start: var(--wp--preset--spacing--x-small);
}

@media only screen and (min-width: 800px) {
	.bs-pele-destination::before {
		content: '';
		position: absolute;
		bottom: 13vw;
		left: 10vw;
		z-index: 0;
		width: 100vw;
		height: 10px;
		background: var(--wp--preset--color--primary);
		border-radius: 10px;
		transform: rotate(-25deg);
	}
	.bs-pele-destination .bs-query {
		flex: 1;
	}
}
@media only screen and (max-width: 800px) {
	.bs-pele-destination .bs-groupquery {
		flex-wrap: wrap;
	  }
	.bs-pele-destination .bs-groupquery .bs-query {
		align-self: auto;
	}
}

/* ----------------------------
	== DETAIL PROGRAMME
---------------------------- */
.bs-program {	
	margin-block-start: var(--wp--preset--spacing--window);
}
.bs-fake-program {	
	margin-block-start: 0;
	padding: 0;
	list-style: none;
}
.bs-fake-program {
	position: relative;
}
.bs-fake-program li {
	position: relative;
	z-index: 1;
	padding: var(--wp--preset--spacing--x-small) 0;
	border-bottom: 1px solid var(--wp--preset--color--current);
	font-weight: 700;
	opacity: 0.3;
}
.bs-fake-program li:nth-child(2) {
	opacity: 0.1;
}
.bs-fake-program li::after {
	content: "\e903";
	position: absolute;
	top: 50%;
	right: var(--wp--preset--spacing--text);
	transform: translate(0, -50%);
	font-family: bipel;
	font-size: 80%;
	font-weight: 400;
	opacity: 0.8;
}

/* ----------------------------
	== EMAIL PROGRAMME
---------------------------- */
.bs-email-program {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	margin: 0;
	/*display: flex;
	align-items: center;
	justify-content: center;*/
	opacity: 1;
	visibility: visible;
	transition: all .5s
}
.bs-email-program.invisible {
	opacity: 0;
	visibility: hidden;
}
.bs-email-program.has-background {
	background: none!important;
}
.bs-email-program.has-background::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0.5;
}
.bs-email-program.has-white-background-color::before {
	background: var(--wp--preset--color--white) !important;
}
.bs-email-program.has-primary-background-color::before {
	background: var(--wp--preset--color--primary) !important;
}
.bs-email-program.has-secondary-background-color::before {
	background: var(--wp--preset--color--secondary) !important;
}
.bs-email-program.has-accent-background-color::before {
	background: var(--wp--preset--color--accent) !important;
}
.bs-email-program > * {
	position: relative;
	z-index: 2;
}
.bs-email-program .gform_wrapper {
	position: sticky;
	top: 50%;
	transform: translate(0, -50%);
	margin-block-start: 0;
	padding: var(--wp--preset--spacing--current);
	width: 100%;
	max-width: var(--wp--style--global--content-size);
	border-radius: var(--wp--custom--radius--current);
}
.bs-email-program.has-white-background-color .gform_wrapper {
	background: var(--wp--preset--color--primary) !important;
	color: var(--wp--preset--color--white)!important;
}
.bs-email-program.has-primary-background-color .gform_wrapper,
.bs-email-program.has-secondary-background-color .gform_wrapper,
.bs-email-program.has-accent-background-color .gform_wrapper {
	background: var(--wp--preset--color--white) !important;
}
.incoming-program .gform_button {
	font-weight: 800 !important;
}
/*
	CONTENU
*/
.bs-email-program .gform_wrapper h2 {
	margin: 0;
	color: var(--wp--preset--color--secondary)!important;
}
.bs-email-program .gform_wrapper .gform_description:empty {
	display: none;
}
.bs-email-program .gform_wrapper .gform_fields {
	gap: 0;
}
.bs-email-program.has-white-background-color .gform_wrapper label,
.bs-email-program.has-white-background-color .gform_wrapper legend {
	text-transform: uppercase;
	color: var(--wp--preset--color--white)!important;
}
.bs-email-program.has-white-background-color .gform_wrapper span label {
	text-transform: none;
}
.bs-email-program .gform_wrapper input[type=submit] {
	background: var(--wp--preset--color--secondary)!important;
	border-radius: 50px!important;
	font-family: var(--wp--preset--font-family--title)!important;
	font-size: var(--wp--preset--font-size--small)!important;
	font-weight: 900!important;
}

/*
	VALIDATION
*/
.bs-email-program .gform_wrapper .validation_message {
	font-weight: 900;
}
.bs-email-program.has-white-background-color .gfield_required {
	color: var(--wp--preset--color--secondary)!important;
}
.bs-email-program.has-white-background-color .gform_validation_errors {
	background: rgba(255,255,255,0.5)!important;
}
.bs-email-program .gform_wrapper {}

/* ----------------------------
	== MEMO DESTINATION / PAYS
---------------------------- */
.bs-memo {
	margin: var(--wp--preset--spacing--window) calc((var(--wp--preset--spacing--window) * -1)) 0;
	padding: var(--wp--preset--spacing--window)!important;
}
@media only screen and (min-width: 800px) {
	.is-style-aster-frame + .bs-memo {
		position: relative;
	}
	.is-style-aster-frame + .bs-memo::before {
		content: '';
		position: absolute;
		top: -19vw;
		left: 21vw;
		z-index: 0;
		width: 100vw;
		height: 10px;
		background: var(--wp--preset--color--primary);
		border-radius: 10px;
		transform: rotate(-25deg);
	}
	.bs-memo::after {
		content: '';
		position: absolute;
		top: auto;
		bottom: 0;
		right: calc(var(--wp--preset--spacing--window) * 3);
		z-index: 3;
		height: var(--wp--preset--spacing--window);
		width: 5px;
		background: var(--wp--preset--color--secondary);
		border-radius: 10px;
		transform: translate(0, 50%);
	  }
}

/* ----------------------------
	== INFOS PELERINAGE
---------------------------- */
.bs-infos {
	margin: var(--wp--preset--spacing--window) calc((var(--wp--preset--spacing--window) * -1)) 0;
}
.bs-infos > div {
	padding: var(--wp--preset--spacing--window);
}
.bs-infos > div > div {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	max-width: var(--wp--style--global--wide-size);
}
.bs-infos h2 {
	font-size: clamp(1.25rem, 2vw, 2.2rem);}
.bs-infos h2,
.bs-infos .wp-block-mfb-meta-field-block {
	width: 100%;
}
.bs-infos h2 + .wp-block-mfb-meta-field-block {
	margin-block-start: 0;
	font-size: clamp(1.25rem, 2vw, 1.6rem);
}
.bs-infos .wp-block-post-terms::before,
.bs-infos .wp-block-post-terms::after {
	display: none;
}
.bs-infos .wp-block-post-terms a {
	display: inline;
}
.bs-infos .bs-register-button{
	border-radius: 50px!important;

}
.bs-infos .bs-register-button a{
	background: var(--wp--preset--color--primary)!important;
	padding: 10px 30px;
}
.bs-infos .bs-register-button a:hover{
	background: var(--wp--preset--color--secondary)!important;
}

@media only screen and (max-width: 2000px) {
	.bs-infos > div {
		position: relative;
		z-index: 85;
	}
}
/*
	ORGANISATEUR
*/
.bs-infos .bs-orga {
	width: 70%;
}
.bs-infos .bs-orga .wp-block-group:first-child {
	gap: 0;
}
.bs-orga .wp-block-group:not(:last-child){
	margin-top: 0;
	gap: 0;
}
.bs-orga div:nth-child(5){
	margin-top: 0;
}
.bs-infos .taxonomy-taxo-organisation + .wp-block-group {
	margin-block-start: var(--wp--preset--spacing--x-small);
}
.bs-infos .bs-portrait {
	width: 150px;
}
.bs-infos .bs-portrait .value {
	position: relative;
	width: 150px;
	border-radius: var(--wp--custom--radius--current);
	overflow: hidden;
}
.bs-infos .bs-portrait .value::before {
	content: '';
	display: block;
	padding-top: 100%;
}
.bs-infos .bs-portrait .value img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.bs-infos .bs-portrait + .wp-block-group {
	gap: 5px;
}
.bs-infos .bs-orga .wp-block-buttons {
	margin-block-start: var(--wp--preset--spacing--x-small);
}
@media only screen and (max-width: 1000px) {
	.bs-infos .bs-orga {
		width: 100%;
	}
}

/*
	TARIFS
*/
.bs-infos .bs-tarifs {
	width: 30%;
}
.bs-infos .bs-tarifs .prefix {
	font-weight: 900;
}

@media only screen and (min-width: 1000px) {
	.bs-infos .bs-tarifs .value {
		display: list-item;
		margin-block-start: 0;
		list-style: inside;
	}	
	.bs-infos .bs-tarifs .wp-block-post-terms {
		display: list-item;
		margin-block-start: 0;
		list-style: inside;
	}
}
@media only screen and (max-width: 1000px) {
	.bs-infos .bs-tarifs {
		width: 100%;
	}
	.bs-infos .bs-tarifs .wp-block-mfb-meta-field-block {
		display: flex;
		margin-block-start: 0;
	}
	.bs-infos .bs-tarifs .prefix::after {
		content: " :";
		margin-right: 3px;
	}
	.bs-infos .bs-tarifs .prefix {
		display: inline;
		margin-block-start: 0;
	}
	.bs-infos .bs-tarifs .wp-block-post-terms {
		display: inline;
	}
	.bs-infos .bs-tarifs .wp-block-post-terms::after {
		content: ", ";
		display: inline-block;
	}
	.bs-infos .bs-tarifs .wp-block-post-terms:last-child:after {
		display: none;
	}
}

/*
	FAQ
*/
.bs-infos .bs-faq {
	width: 100%;
}
.bs-infos .bs-faq .wp-block-details:first-of-type {
	margin-block-start: var(--wp--preset--spacing--x-small);
}
.bs-infos .bs-faq summary {
	font-weight: 600;
}
.bs-infos .bs-faq > p {
	opacity: 0.5;
}
@media only screen and (min-width: 1000px) {
	.bs-infos .bs-faq {
		margin-block-start: var(--wp--preset--spacing--current);
	  }
}

/*
	NOTICE
*/
.bs-legal-notice {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	visibility: visible;
	transition: all .5s
}
.bs-legal-notice.invisible {
	opacity: 0;
	visibility: hidden;
}
.bs-legal-notice.has-background {
	background: none!important;
}
.bs-legal-notice.has-background::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0.5;
}
.bs-legal-notice.has-white-background-color::before {
	background: var(--wp--preset--color--white) !important;
}
.bs-legal-notice.has-primary-background-color::before {
	background: var(--wp--preset--color--primary) !important;
}
.bs-legal-notice.has-secondary-background-color::before {
	background: var(--wp--preset--color--secondary) !important;
}
.bs-legal-notice.has-accent-background-color::before {
	background: var(--wp--preset--color--accent) !important;
}
.bs-legal-notice > * {
	position: relative;
	z-index: 2;
}
.bs-legal-notice .prefix {
	font-weight: 900;
}
.bs-legal-notice .wp-block-mfb-meta-field-block {
	padding: var(--wp--preset--spacing--current);
	width: 100%;
	max-width: var(--wp--style--global--content-size);
	border-radius: var(--wp--custom--radius--current);
}
.bs-legal-notice.has-white-background-color .wp-block-mfb-meta-field-block {
	background: var(--wp--preset--color--white) !important;
}
.bs-legal-notice.has-primary-background-color .wp-block-mfb-meta-field-block {
	background: var(--wp--preset--color--primary) !important;
}
.bs-legal-notice.has-secondary-background-color .wp-block-mfb-meta-field-block {
	background: var(--wp--preset--color--secondary) !important;
}
.bs-legal-notice.has-accent-background-color .wp-block-mfb-meta-field-block {
	background: var(--wp--preset--color--accent) !important;
}

/* ----------------------------
	== TESTIMONIALS
---------------------------- */
.bs-testimonial {
	position: relative;
	margin: var(--wp--preset--spacing--window) calc(var(--wp--preset--spacing--window) * -1) 0;
	padding: var(--wp--preset--spacing--text) var(--wp--preset--spacing--window)!important;
}
.single-pelerinage .bs-testimonial {
	margin-top: var(--wp--preset--spacing--text);
}
.bs-testimonial::before,
.bs-testimonial::after {
	display: none;
}
.bs-testimonial h2::before {
    content: "\e908";
	display: block;
	text-align: center;
	color: var(--wp--preset--color--accent);
	font-size: 400%;
	font-family: bipel;
	font-weight: 400;
}
.bs-testimonial .wp-block-bsw-slider {
	margin: 0!important;
	max-width: 100%;
}
.bs-testimonial .wp-block-quote {
	margin: 0!important;
	padding: 0!important;
	text-align: center;
	color: var(--wp--preset--color--white);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
}
.bs-testimonial .wp-block-quote::before {
	display: none;
}
.bs-testimonial .splide__arrow {
	color: var(--wp--preset--color--white);
	font-size: 150%;
}
.bs-testimonial .splide__arrow--prev {
	left: auto;
	right: calc(100% + var(--wp--preset--spacing--text));
}
.bs-testimonial .splide__arrow--next {
	right: auto;
	left: calc(100% + var(--wp--preset--spacing--text));
}

@media only screen and (min-width: 800px) {
	.bs-testimonial::after {
		content: '';
		position: absolute;
		top: auto;
		bottom: 0;
		right: calc(var(--wp--preset--spacing--window) * 3);
		z-index: 3;
		display: block;
		height: var(--wp--preset--spacing--window);
		width: 5px;
		background: var(--wp--preset--color--accent);
		border-radius: 10px;
		transform: translate(0, 50%);
	  }
}
@media only screen and (max-width: 800px) {
	.bs-testimonial > div {
		margin-left: calc(var(--wp--preset--spacing--window) * -1)!important;
		margin-right: calc(var(--wp--preset--spacing--window) * -1)!important;
	}
}

/* ----------------------------
	== PELERINAGES
---------------------------- */
.bs-pelerinages {
	margin-block-start: var(--wp--preset--spacing--window);
}
.bs-pelerinages {}
.bs-pelerinages {}

/* ----------------------------
	== DESTINATIONS
---------------------------- */
.bs-destinations {
	margin-block-start: var(--wp--preset--spacing--window);
}
.bs-destinations li {
}
.bs-destinations {}

/* ----------------------------
	== LIST FACETED
---------------------------- */
.bs-list-faceted {
	position: relative;
	margin-block-start: var(--wp--preset--spacing--window);
}

@media only screen and (min-width: 800px) {
	body:not(.error404) .bs-list-faceted::before {
		content: '';
		position: absolute;
		bottom: 19vw;
		left: 21vw;
		z-index: -1;
		width: 100vw;
		height: 10px;
		background: var(--wp--preset--color--primary);
		border-radius: 10px;
		transform: rotate(-25deg);
	}
	.bs-list-faceted > div {
		position: relative;
		z-index: 1;
	}
}

/*
	FILTERS
*/
.bs-list-faceted .bs-filter::before,
.bs-list-faceted .bs-filter::after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background: var(--wp--preset--color--primary);
	opacity: 0.5;
}
.bs-list-faceted .bs-filter > div {
	position: relative;
	flex: 1;
	background: var(--wp--preset--color--white);
	border-radius: var(--wp--custom--radius--current);
	border: 1px solid var(--wp--preset--color--primary);
	overflow: hidden;
}
.bs-list-faceted .bs-filter > div::before {
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	display: flex;
	align-items: center;
	font-family: bipel;
	font-size: 140%;
	color: var(--wp--preset--color--primary);
}
.bs-list-faceted .bs-filter > div.facetwp-facet-destination::before {
	content: '\e90b';
}
.bs-list-faceted .bs-filter > div.facetwp-facet-quand::before {
	content: '\e909';
}
.bs-list-faceted .bs-filter > div.facetwp-facet-organisateur::before {
	content: '\e90a';
}
.bs-list-faceted .bs-filter > div::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: var(--wp--preset--color--primary);
	opacity: 0.1;
}
.bs-list-faceted .bs-filter input,
.bs-list-faceted .bs-filter select {
	position: relative;
	z-index: 2;
	padding-left: 45px;
	background: none!important;
	border: none!important;
	color: var(--wp--preset--color--primary);
}
.bs-list-faceted .bs-filter {}
@media only screen and (max-width: 800px) {
	.bs-list-faceted .bs-filter {
		flex-wrap: wrap;
		gap: var(--wp--preset--spacing--x-small);
	}
	.bs-list-faceted .bs-filter > div {
		flex: auto;
		width: 100%;
	}
	.bs-list-faceted .wp-block-button {
		width: 100% !important;
	}
}

/*
	RESULTS
*/
.home .facetwp-template {
	display: none;
}
.bs-list-faceted .facetwp-template {
	max-width: none!important;
}
.bs-list-faceted .list-results {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--wp--preset--spacing--text)!important;
}
.bs-list-faceted .fwpl-result {
	position: relative;
	width: calc(25% - (var(--wp--preset--spacing--text) * 3 / 4));
	border-radius: var(--wp--custom--radius--current);
	overflow: hidden;
}
.bs-list-faceted .item-img::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: var(--wp--preset--gradient--mask);
}
.bs-list-faceted .item-img a {
	display: block;
}
.bs-list-faceted .item-img a::before {
	content: '';
	display: block;
	padding-top: 60%;
}
.bs-list-faceted .item-img a img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s
}
.bs-list-faceted .item:hover a img,
.bs-list-faceted .item-img a:hover img,
.bs-list-faceted .item-img a:focus img {
	transform: scale(1.05);
}
.bs-list-faceted .item-infos {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	color: var(--wp--preset--color--white);
}
.bs-list-faceted .item-infos > div {
	padding: 1em;
	width: 100%;
	text-align: center;
}
.bs-list-faceted .item-infos .item-orga {
	font-family: var(--wp--preset--font-family--title);
	font-size: var(--wp--preset--font-size--small);
}
.bs-list-faceted .item-infos .item-orga:not(.is-empty)::before {
	content: "[ ";
}
.bs-list-faceted .item-infos .item-orga:not(.is-empty)::after {
	content: " ]";
}
.bs-list-faceted .item-infos .item-orga span {
	display: inline-block;
}
.bs-list-faceted .item-infos .item-orga span::first-letter {
	text-transform: uppercase;
}
.bs-list-faceted .item-infos .item-title a,
.title-cpt-incoming {
	font-weight: 800;
	font-size: 24px !important;
	color: var(--wp--preset--color--white);
	line-height: 1.2;
}
.bs-list-faceted .item-infos .item-title a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
@media only screen and (max-width: 1500px) {
	.bs-list-faceted .fwpl-result {
		width: calc(33.333% - (var(--wp--preset--spacing--text) * 2 / 3));
	}
}
@media only screen and (max-width: 1200px) {
	.bs-list-faceted .fwpl-result {
		width: calc(50% - (var(--wp--preset--spacing--text) / 2));
	}
}
@media only screen and (max-width: 800px) {
	.bs-list-faceted .fwpl-result {
		width: 100%;
	}
}

/*
	MORE RESULTS
*/
.facetwp-facet-more {
	text-align: center;
}
.facetwp-facet-more button {
	padding: 10px 20px;
	background: none;
	border: 1px solid var(--wp--preset--color--primary);
	border-radius: 50px;
	font-family: var(--wp--preset--font-family--title);
	font-weight: 700;
	color: var(--wp--preset--color--primary);
	cursor: pointer;
}
.facetwp-facet-more button:hover {
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white);
}

/*
	BLOC SANS GAP
*/
.bs-gap > div {
	gap: 0;
}

/* ----------------------------
	== LIST CPT
---------------------------- */
.bs-list-cpt {
	position: relative;
	margin-block-start: var(--wp--preset--spacing--window);
}
.bs-list-cpt .is-style-aster-grille {
	margin-block-start: var(--wp--preset--spacing--text);
}
.bs-list-cpt .wp-block-cover {
	min-height: auto;
}
.bs-list-cpt.bipel-incoming .wp-block-cover {
	position: relative;
}
.bs-list-cpt .wp-block-cover::before {
	content: '';
	display: block;
	padding-top: 60%;
}
.bs-list-cpt.bipel-incoming .wp-block-cover__inner-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: end;
	display: flex;
	justify-content: center;
}
.bs-list-cpt .wp-block-cover h3 {
	margin: 0!important;
}
.bs-list-cpt.bipel-incoming .wp-block-cover__inner-container h3 {
	margin: var(--wp--preset--spacing--small) !important;
}
.bs-list-cpt .wp-block-cover img {
	transition: all .5s
}
.bs-list-cpt .wp-block-cover:hover img {
	transform: scale(1.05);
}
@media only screen and (min-width: 800px) {
	.bs-list-cpt::before {
		content: '';
		position: absolute;
		bottom: 19vw;
		left: 21vw;
		z-index: 0;
		width: 100vw;
		height: 10px;
		background: var(--wp--preset--color--primary);
		border-radius: 10px;
		transform: rotate(-25deg);
	}
	.bs-list-cpt > div {
		position: relative;
		z-index: 1;
	}
}

/* ----------------------------
	== BLOG
---------------------------- */
.bs-blog {
	margin-block-start: var(--wp--preset--spacing--window);
}
.bs-blog .wp-block-group {
	position: relative;
}
.bs-blog .wp-block-group .wp-block-buttons {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-block-start: 0;
}
.bs-blog ul {
	margin-block-start: var(--wp--preset--spacing--text);
}
.bs-blog li + li {
	margin: 0;
}
@media only screen and (max-width: 1500px) and (min-width: 800px) {
	.bs-blog li:nth-child(5) {
		display: none;
	}
}
@media only screen and (max-width: 1200px) and (min-width: 1000px) {
	.bs-blog li:nth-child(4) {
		display: none;
	}
}

/* ----------------------------
	== NEWSLETTER
---------------------------- */
.bs-newsletter {
	margin-block-start: var(--wp--preset--spacing--window);
}
.bs-newsletter form {
	position: relative;
	margin: var(--wp--preset--spacing--x-small) 0 0;
	max-width: calc(var(--wp--style--global--content-size) / 1.5);
}
.bs-newsletter form::before {
    content: "\e90c";
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	display: flex;
	align-items: center;
	color: var(--wp--preset--color--accent);
	font-family: bipel;
	font-size: 150%;
}
.bs-newsletter form > p:first-of-type {
	position: absolute;
	top: -5000px;
}
.bs-newsletter .sib_signup_box_inside_1 p {
	position: relative;
	margin: 0;
}
.bs-newsletter input[type=email] {
	padding-left: 50px;
	background: none;
	border-color: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--accent);
}
.bs-newsletter input[type=email]:focus-visible {
	outline: none;
}
.bs-newsletter input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: none;
	color: var(--wp--preset--color--accent);
	font-family: bipel;
	transition: all .5s
}
.bs-newsletter input[type=submit]:hover {
	padding: 10px 15px 10px 25px;
}
@media only screen and (max-width: 800px) {
	.bs-newsletter h2 {
		text-align: left;
	}
}

/* ----------------------------
	== POST LIST GRID
---------------------------- */
.is-style-aster-grille {}
.is-style-aster-grille .columns-3 li,
.columns-3.is-style-aster-grille li {
	width: calc(33% - (var(--wp--preset--spacing--text) * 2 / 3));
}
.is-style-aster-grille li,
.is-style-aster-grill .columns-4 li,
.columns-4.is-style-aster-grille li {
	width: calc(25% - (var(--wp--preset--spacing--text) * 3 / 4));
}
.is-style-aster-grille .columns-5 li,
.columns-5.is-style-aster-grille li {
	width: calc(20% - (var(--wp--preset--spacing--text) * 4 / 5));
}
.is-style-aster-grille .columns-6 li,
.columns-6.is-style-aster-grille li {
	width: calc(18.666% - (var(--wp--preset--spacing--text) * 5 / 6));
}
.is-style-aster-grille.is-style-aster-grille .columns-7 li,
.columns-7.is-style-aster-grille.is-style-aster-grille li {
	width: calc(14.28% - (var(--wp--preset--spacing--text) * 6 / 7));
}
.is-style-aster-grille figure {
	border-radius: var(--wp--custom--radius--current);
}
.is-style-aster-grille li h2,
.is-style-aster-grille li h3 {
	margin: var(--wp--preset--spacing--x-small) 0 !important;
	font-family: var(--wp--preset--font-family--current);
	font-weight: 900;
}
.is-style-aster-grille p {
	margin: 0;
	font-size: var(--wp--preset--font-size--small);
	text-align: left;
	line-height: 1.4;
}
@media only screen and (max-width: 1500px) {
	.is-style-aster-grille .columns-5 li,
	.columns-5.is-style-aster-grille li,
	.is-style-aster-grille .columns-6 li,
	.columns-6.is-style-aster-grille li,
	.is-style-aster-grille.is-style-aster-grille .columns-7 li,
	.columns-7.is-style-aster-grille.is-style-aster-grille li {
		width: calc(25% - (var(--wp--preset--spacing--text) * 3 / 4));
	}
}
@media only screen and (max-width: 1200px) {
	.is-style-aster-grille li,
	.is-style-aster-grill .columns-4 li,
	.columns-4.is-style-aster-grille li,
	.is-style-aster-grille .columns-5 li,
	.columns-5.is-style-aster-grille li,
	.is-style-aster-grille .columns-6 li,
	.columns-6.is-style-aster-grille li,
	.is-style-aster-grille.is-style-aster-grille .columns-7 li,
	.columns-7.is-style-aster-grille.is-style-aster-grille li {
		width: calc(33.333% - (var(--wp--preset--spacing--text) * 2 / 3));
	}
}
@media only screen and (max-width: 1000px) {
	.is-style-aster-grille li,
	.is-style-aster-grill .columns-4 li,
	.columns-4.is-style-aster-grille li,
	.is-style-aster-grille .columns-5 li,
	.columns-5.is-style-aster-grille li,
	.is-style-aster-grille .columns-6 li,
	.columns-6.is-style-aster-grille li,
	.is-style-aster-grille.is-style-aster-grille .columns-7 li,
	.columns-7.is-style-aster-grille.is-style-aster-grille li {
		width: calc(50% - (var(--wp--preset--spacing--text) / 2));
	}
}
@media only screen and (max-width: 800px) {
	.is-style-aster-grille .columns-3 li,
	.columns-3.is-style-aster-grille li,
	.is-style-aster-grille li,
	.is-style-aster-grill .columns-4 li,
	.columns-4.is-style-aster-grille li,
	.is-style-aster-grille .columns-5 li,
	.columns-5.is-style-aster-grille li,
	.is-style-aster-grille .columns-6 li,
	.columns-6.is-style-aster-grille li,
	.is-style-aster-grille.is-style-aster-grille .columns-7 li,
	.columns-7.is-style-aster-grille.is-style-aster-grille li {
		width: 100%;
	}
}

/*
	PARTENAIRES
*/
.is-style-aster-grille.partenaires li {
	padding: var(--wp--preset--spacing--text);
	border: 1px solid var(--wp--preset--color--neutral);
	border-radius: var(--wp--custom--radius--current);
	text-align: center;
}
.is-style-aster-grille.partenaires figure img {
	object-fit: contain!important;
	filter: grayscale(1);
}
.is-style-aster-grille.partenaires li:hover img {
	transform: none!important;
	filter: grayscale(0);
}

/* ----------------------------
	== WITH SIDEBAR
---------------------------- */
.wp-block-columns.with-sidebar {}


/* ----------------------------
	== PUB REVIVE
---------------------------- */
.is-layout-flex.popup-pub-revive {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
}
.popup-pub-revive::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(255,255,255,0.5);
}
.popup-pub-revive > div {
	position: relative;
	z-index: 2;
	padding: var(--wp--preset--spacing--text);
	border-radius: var(--wp--custom--radius--current);
}
.popup-pub-revive * {
	margin-block-start: 0;
}
.popup-pub-revive img {
    max-width: 100%;
    height: auto;
}

/* ----------------------------
	== Fix wp rocket css
---------------------------- */
[data-wpr-lazyrender] {
	content-visibility: initial !important;
}

/* *****************************
----------------------------
	= HOME PAGE
----------------------------
***************************** */



