.header-absolute {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
	background: rgba(white, 0.5);
}
.entry-content{
	margin-block-start: 0 !important;

}

/* Contenu d'article : médias jamais plus larges que le conteneur */
.wp-block-post-content img,
.wp-block-post-content video,
.wp-block-post-content iframe,
.wp-block-post-content figure {
	max-width: 100%;
}

.wp-block-post-content img {
	height: auto;
}

.wp-block-site-logo {
	background-color: white;
	/* padding: 1rem; */
}

.wp-block-navigation ul {
	gap: .5rem;
}

.wp-block-navigation button,
.wp-block-navigation ul li a {
	padding: 0;
	background-color: white;
	padding: .5rem .80rem;
	font-size: var(--wp--preset--font-size--small);
	border-radius: var(--wp--custom--radius-full);
}

.wp-block-navigation ul li a:hover {
	background-color: #f5f5f5;
}

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



/* BOUTONS DANS LES BLOCS */
.k-buttons {
	/* margin: .5rem 0; */
}

.k-button a {
	padding: calc(.75rem - 1px) 1rem;
	display: flex;
	justify-content: center;
	text-decoration: none !important;
	transition: all ease 150ms;
	border-radius: var(--wp--custom--radius-full);
	font-size: var(--wp--preset--font-size--small);
}

.k-button.--constrained a {
	display: inline-flex;
}

.k-button.--is-fill a {
	background-color: var(--wp--preset--color--accent-3);
	color: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--accent-3);
}

.k-button.--is-fill a:hover {
	color: var(--wp--preset--color--base);
	background-color: var(--wp--preset--color--contrast);
	border: 1px solid var(--wp--preset--color--contrast);
}

.k-button.--is-outline a {
	border: 1px solid var(--wp--preset--color--accent-6);
	color: var(--wp--preset--color--constrast);
}

.k-button.--is-outline a:hover {
	background-color: var(--wp--preset--color--accent-2);
	background-color: #00000015;
}


/* WP EVENT CUSTOM */
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
	border-radius: var(--wp--custom--radius-xl);
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
	padding: var(--wp--preset--spacing--10);
}



/* :is(p, div, ul)+ :is(h1, h2, h3, h4, h5, h6) {
	padding-block: 1rem;
} */


/* FOOTER NEWSLETTER FORM CUSTOM BREVO */
.nlform {
	display: flex;
	gap: 0.5rem;
	row-gap: 1rem;
}

.nlform {
	font-family: var(--wp--preset--font-family--secondary);
}

.nlform label {
	display: block;
	padding: 0 0 .5rem 16px ;
}

.nlform input[type="email"], .nlform input[type="text"] {
	border-radius: 9999px;
	height: 45px;
	padding: 10px 1rem;
	border: 1px solid var(--wp--preset--color--contrast);
	font-size: 1rem;
	width: auto;
}

.nlform input[type="submit"] {
	margin-top: 10px;
	height: 67px;
}

.sib_signup_form_2 input[type="hidden"] {
	display: none !important;
}

input[type="hidden"]+br {
	display: none;
}

.nlform .wp-element-button {
	border-radius: 9999px;
}

@media screen and (max-width:768px) {
	.nlform {
		flex-wrap: wrap;
	}

	.nlform .wp-element-button {
		width: 100%;
	}
}

/* YOAST */
.yoast-breadcrumbs {
	font-size: var(--wp--preset--font-size--small);
}



.wp-block-keranden-section-faq{
	margin-block-start: 0;
}