@charset "UTF-8";

/*!
Theme Name: Écran d'après
Author: I Have A Green
Description: Theme personalisé pour l'écran d'apès
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: ihag
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
*/
html body .wp-site-blocks header {
	position: sticky;
	top: 0;
	z-index: 99;
	background-color: var(--wp--preset--color--background);
}

html body .wp-site-blocks header > * {
	padding: 1rem 3.5rem 0.5rem 3.5rem;
}

html body .wp-site-blocks header > .wp-block-group {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 1200px) {

	html body .wp-site-blocks header > .wp-block-group > .wp-block-group {
		margin-right: 0 !important;
	}
}

@media screen and (max-width: 1024px) {

	html body .wp-site-blocks header > * {
		padding: 1rem 1rem 0.3rem 1rem !important;
	}
}

html body .wp-site-blocks header .wp-block-site-logo {
	padding-top: 1rem;
	padding-bottom: 1.75rem;
	margin-left: 0 !important;
}

html body .wp-site-blocks header .wp-block-navigation {
	position: unset;
}

@media screen and (max-width: 1200px) {

	html body .wp-site-blocks header .wp-block-navigation .wp-block-navigation__responsive-container-open {
		display: flex;
	}

	html body .wp-site-blocks header .wp-block-navigation .wp-block-navigation__responsive-container {
		display: none;
		position: fixed !important;
	}
}

@media screen and (max-width: 1200px) {

	html body .wp-site-blocks header .wp-block-navigation {
		position: relative;
	}

	html body .wp-site-blocks header .wp-block-navigation li:last-of-type {
		position: relative !important;
		right: 0 !important;
	}
}

html body .wp-site-blocks header .wp-block-navigation > .wp-block-navigation__responsive-container {
	position: inherit;
}

html body .wp-site-blocks header .wp-block-navigation > .wp-block-navigation__responsive-container > .wp-block-navigation__responsive-close {
	position: inherit;
}

html body .wp-site-blocks header .wp-block-navigation > .wp-block-navigation__responsive-container > .wp-block-navigation__responsive-close > .wp-block-navigation__responsive-dialog {
	position: inherit;
}

html body .wp-site-blocks header .wp-block-navigation > .wp-block-navigation__responsive-container > .wp-block-navigation__responsive-close > .wp-block-navigation__responsive-dialog > .wp-block-navigation__responsive-container-content {
	position: inherit;
}

html body .wp-site-blocks header .wp-block-navigation > .wp-block-navigation__responsive-container > .wp-block-navigation__responsive-close > .wp-block-navigation__responsive-dialog > .wp-block-navigation__responsive-container-content > .wp-block-navigation__container {
	gap: 3rem;
	position: inherit;
}

html body .wp-site-blocks header .wp-block-navigation > .wp-block-navigation__responsive-container > .wp-block-navigation__responsive-close > .wp-block-navigation__responsive-dialog > .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > li > a {
	position: relative;
	padding: 0;
}

html body .wp-site-blocks header .wp-block-navigation > .wp-block-navigation__responsive-container > .wp-block-navigation__responsive-close > .wp-block-navigation__responsive-dialog > .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > li > a::after {
	content: "";
	width: 80%;
	height: 2px;
	background-color: var(--wp--preset--color--contrast);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

html body .wp-site-blocks header .wp-block-navigation > .wp-block-navigation__responsive-container > .wp-block-navigation__responsive-close > .wp-block-navigation__responsive-dialog > .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > li > a:hover {
	text-decoration: none;
}

html body .wp-site-blocks header .wp-block-navigation > .wp-block-navigation__responsive-container > .wp-block-navigation__responsive-close > .wp-block-navigation__responsive-dialog > .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > li > a:hover::after {
	opacity: 1;
}

html body .wp-site-blocks header .wp-block-navigation > .wp-block-navigation__responsive-container > .wp-block-navigation__responsive-close > .wp-block-navigation__responsive-dialog > .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > li:last-of-type {
	position: absolute;
	right: 3.5rem;
}

html body .wp-site-blocks header .wp-block-navigation > .wp-block-navigation__responsive-container > .wp-block-navigation__responsive-close > .wp-block-navigation__responsive-dialog > .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > li:last-of-type img {
	padding-right: 0.5rem;
}

html body .wp-site-blocks header .wp-block-navigation a.wp-block-navigation-item__content {
	font-size: 14px;
	line-height: 31px;
}

html body .wp-site-blocks header .wp-block-navigation-submenu:hover svg {
	transform: rotateX(0deg) translateY(4px) !important;
}

html body .wp-site-blocks header .wp-block-navigation-submenu .wp-block-navigation__submenu-icon {
	position: relative;
	width: fit-content;
	height: fit-content;
}

html body .wp-site-blocks header .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
	transition: all 0.2s ease-in-out;
	position: absolute;
	top: -5px;
	left: 2px;
	width: 0.8rem;
	height: auto;
	transform: rotateX(180deg);
	overflow: visible;
}

html body .wp-site-blocks header .wp-block-navigation-submenu .wp-block-navigation__submenu-container {
	border: 0;
	left: 0 !important;
	padding-top: 0.5rem;
	width: fit-content !important;
	background-color: var(--wp--preset--color--background);
}

html body .wp-site-blocks header .wp-block-navigation-submenu .wp-block-navigation__submenu-container a {
	font-family: var(--wp--preset--font-family--sofia-pro);
	text-transform: none;
}

html body .wp-site-blocks header .wp-block-navigation-submenu .wp-block-navigation__submenu-container a:hover {
	text-decoration: none;
}

html body .wp-site-blocks header .wp-block-navigation-submenu .wp-block-navigation__submenu-container a span {
	word-break: normal;
	overflow-wrap: normal;
	width: 250px;
	position: relative;
}

html body .wp-site-blocks header .wp-block-navigation-submenu .wp-block-navigation__submenu-container a span::after {
	position: absolute;
	content: "→";
	padding-left: 0.5rem;
	bottom: 0;
}

html body .wp-site-blocks header .wp-block-navigation__responsive-container-open,
html body .wp-site-blocks header .wp-block-navigation__responsive-container-close {
	font-family: menu-icon;
	color: var(--wp--preset--color--contrast);
	padding: 0.5rem;
	transform: translateX(0.5rem);
}

html.has-modal-open .wp-block-navigation .wp-block-navigation__responsive-container-open {
	display: none !important;
}

html.has-modal-open .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open {
	background-color: #fff !important;
	padding: 0;
	display: flex;
}

html.has-modal-open .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open::before {
	content: "";
	width: 100%;
	height: 4rem;
	top: 0;
	left: 0;
	position: absolute;
	background-color: var(--wp--preset--color--blue);
}

html.has-modal-open .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open::after {
	content: "";
	width: 100%;
	height: 10rem;
	bottom: 0;
	left: 0;
	position: absolute;
	background-color: var(--wp--preset--color--blue);
}

html.has-modal-open .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close {
	width: 100%;
	height: 100%;
}

html.has-modal-open .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog {
	position: relative;
	padding: 1.5rem 4rem;
}

html.has-modal-open .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-close {
	right: 2rem;
	top: 1rem;
}

html.has-modal-open .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	padding-top: 4rem;
}

html.has-modal-open .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container {
	gap: 3rem !important;
}

html.has-modal-open .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container > li {
	color: var(--wp--preset--color--blue) !important;
	position: relative;
}

html.has-modal-open .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container > li > a {
	font-size: 17px;
}

html.has-modal-open .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container > li * {
	font-weight: 700;
}

html.has-modal-open .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container > li:not(:last-of-type)::after {
	content: "";
	width: 2rem;
	height: 2px;
	background-color: var(--wp--preset--color--green);
	position: absolute;
	right: 0;
	bottom: -1.5rem;
}

html.has-modal-open .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container > li .wp-block-navigation__submenu-container {
	padding-right: 1.5rem !important;
	padding-top: 0.75rem;
	gap: 0.5rem;
}

html.has-modal-open .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container > li .wp-block-navigation__submenu-container > li {
	color: var(--wp--preset--color--contrast) !important;
	text-align: right;
}

.is-style-blue-background {
	background-color: var(--wp--preset--color--blue);
}

.is-style-blue-background p,
.is-style-blue-background a,
.is-style-blue-background .wp-block-heading {
	color: var(--wp--preset--color--text-color);
}

.is-style-blue-background .is-style-papillon-1 .wp-block-heading::before,
.is-style-blue-background .is-style-papillon-2 .wp-block-heading::before,
.is-style-blue-background .is-style-papillon-3 .wp-block-heading::before,
.is-style-blue-background .is-style-papillon-4 .wp-block-heading::before,
.is-style-blue-background .is-style-papillon-5 .wp-block-heading::before,
.is-style-blue-background .is-style-papillon-6 .wp-block-heading::before,
.is-style-blue-background .is-style-papillon-1-JV .wp-block-heading::before,
.is-style-blue-background .is-style-papillon-2-JV .wp-block-heading::before,
.is-style-blue-background .is-style-papillon-3-JV .wp-block-heading::before,
.is-style-blue-background .is-style-papillon-4-JV .wp-block-heading::before,
.is-style-blue-background .is-style-papillon-5-JV .wp-block-heading::before,
.is-style-blue-background .is-style-papillon-6-JV .wp-block-heading::before {
	opacity: 0.7 !important;
}

.is-style-darkblue-to-blue-gradient {
	background: var(--wp--preset--gradient--darkblue-to-blue-gradient);
}

.is-style-darkblue-to-blue-gradient p,
.is-style-darkblue-to-blue-gradient a,
.is-style-darkblue-to-blue-gradient .wp-block-heading {
	color: var(--wp--preset--color--text-color);
}

.is-style-darkblue-to-blue-gradient .is-style-papillon-1 .wp-block-heading::before,
.is-style-darkblue-to-blue-gradient .is-style-papillon-2 .wp-block-heading::before,
.is-style-darkblue-to-blue-gradient .is-style-papillon-3 .wp-block-heading::before,
.is-style-darkblue-to-blue-gradient .is-style-papillon-4 .wp-block-heading::before,
.is-style-darkblue-to-blue-gradient .is-style-papillon-5 .wp-block-heading::before,
.is-style-darkblue-to-blue-gradient .is-style-papillon-6 .wp-block-heading::before,
.is-style-darkblue-to-blue-gradient .is-style-papillon-1-JV .wp-block-heading::before,
.is-style-darkblue-to-blue-gradient .is-style-papillon-2-JV .wp-block-heading::before,
.is-style-darkblue-to-blue-gradient .is-style-papillon-3-JV .wp-block-heading::before,
.is-style-darkblue-to-blue-gradient .is-style-papillon-4-JV .wp-block-heading::before,
.is-style-darkblue-to-blue-gradient .is-style-papillon-5-JV .wp-block-heading::before,
.is-style-darkblue-to-blue-gradient .is-style-papillon-6-JV .wp-block-heading::before {
	opacity: 0.7 !important;
}

.is-style-purple-to-blue-gradient {
	background: var(--wp--preset--gradient--purple-to-blue-gradient);
}

.is-style-purple-to-blue-gradient p,
.is-style-purple-to-blue-gradient a,
.is-style-purple-to-blue-gradient .wp-block-heading {
	color: var(--wp--preset--color--text-color);
}

.is-style-purple-to-blue-gradient .is-style-papillon-1 .wp-block-heading::before,
.is-style-purple-to-blue-gradient .is-style-papillon-2 .wp-block-heading::before,
.is-style-purple-to-blue-gradient .is-style-papillon-3 .wp-block-heading::before,
.is-style-purple-to-blue-gradient .is-style-papillon-4 .wp-block-heading::before,
.is-style-purple-to-blue-gradient .is-style-papillon-5 .wp-block-heading::before,
.is-style-purple-to-blue-gradient .is-style-papillon-6 .wp-block-heading::before,
.is-style-purple-to-blue-gradient .is-style-papillon-1-JV .wp-block-heading::before,
.is-style-purple-to-blue-gradient .is-style-papillon-2-JV .wp-block-heading::before,
.is-style-purple-to-blue-gradient .is-style-papillon-3-JV .wp-block-heading::before,
.is-style-purple-to-blue-gradient .is-style-papillon-4-JV .wp-block-heading::before,
.is-style-purple-to-blue-gradient .is-style-papillon-5-JV .wp-block-heading::before,
.is-style-purple-to-blue-gradient .is-style-papillon-6-JV .wp-block-heading::before {
	opacity: 0.7 !important;
}

.is-style-purple-to-blue-gradient .filtre-tag {
	color: #fff !important;
	border-color: #fff !important;
}

.is-style-white-background {
	background-color: var(--wp--preset--color--white);
}

.is-style-white-background p,
.is-style-white-background a,
.is-style-white-background .wp-block-heading {
	color: var(--wp--preset--color--blue);
}

.is-style-white-background .is-style-papillon-1 .wp-block-heading::before,
.is-style-white-background .is-style-papillon-2 .wp-block-heading::before,
.is-style-white-background .is-style-papillon-3 .wp-block-heading::before,
.is-style-white-background .is-style-papillon-4 .wp-block-heading::before,
.is-style-white-background .is-style-papillon-5 .wp-block-heading::before,
.is-style-white-background .is-style-papillon-6 .wp-block-heading::before,
.is-style-white-background .is-style-papillon-1-JV .wp-block-heading::before,
.is-style-white-background .is-style-papillon-2-JV .wp-block-heading::before,
.is-style-white-background .is-style-papillon-3-JV .wp-block-heading::before,
.is-style-white-background .is-style-papillon-4-JV .wp-block-heading::before,
.is-style-white-background .is-style-papillon-5-JV .wp-block-heading::before,
.is-style-white-background .is-style-papillon-6-JV .wp-block-heading::before {
	opacity: 0.4 !important;
}

.is-style-beige-background {
	background-color: var(--wp--preset--color--text-color);
}

.is-style-beige-background p,
.is-style-beige-background a,
.is-style-beige-background .wp-block-heading {
	color: var(--wp--preset--color--blue);
}

.is-style-beige-background .is-style-papillon-1 .wp-block-heading::before,
.is-style-beige-background .is-style-papillon-2 .wp-block-heading::before,
.is-style-beige-background .is-style-papillon-3 .wp-block-heading::before,
.is-style-beige-background .is-style-papillon-4 .wp-block-heading::before,
.is-style-beige-background .is-style-papillon-5 .wp-block-heading::before,
.is-style-beige-background .is-style-papillon-6 .wp-block-heading::before,
.is-style-beige-background .is-style-papillon-1-JV .wp-block-heading::before,
.is-style-beige-background .is-style-papillon-2-JV .wp-block-heading::before,
.is-style-beige-background .is-style-papillon-3-JV .wp-block-heading::before,
.is-style-beige-background .is-style-papillon-4-JV .wp-block-heading::before,
.is-style-beige-background .is-style-papillon-5-JV .wp-block-heading::before,
.is-style-beige-background .is-style-papillon-6-JV .wp-block-heading::before {
	opacity: 0.4 !important;
}

.wp-block-buttons .is-style-download-button a {
	position: relative;
	background-color: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--text-color);
	padding: 0.5rem 1rem 0.5rem 3rem;
	transition: all 0.2s ease-in-out;
}

.wp-block-buttons .is-style-download-button a::before {
	content: url(assets/images/telechargement-logo.svg);
	position: absolute;
	left: 1rem;
}

.wp-block-buttons .is-style-download-button a:hover {
	color: var(--wp--preset--color--blue);
	background-color: var(--wp--preset--color--contrast) !important;
}

.wp-block-buttons .is-style-download-button a.has-text-color-color:hover {
	color: var(--wp--preset--color--text-color) !important;
	background-color: var(--wp--preset--color--blue) !important;
}

.wp-block-buttons .is-style-download-button-2 a {
	position: relative;
	background-color: transparent;
	color: var(--wp--preset--color--text-color);
	border: 3px solid var(--wp--preset--color--white);
	padding: 1rem 5rem 1rem 2.75rem;
	transition: all 0.2s ease-in-out;
}

.wp-block-buttons .is-style-download-button-2 a::before {
	content: "";
	background-image: url(assets/images/fleche-menu.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.25rem;
	height: 0.75rem;
	position: absolute;
	right: 2.5rem;
	top: 50%;
	translate: 50% -50%;
	transition: all 0.2s ease-in-out;
}

.wp-block-buttons .is-style-download-button-2 a:hover {
	color: var(--wp--preset--color--blue);
	background-color: var(--wp--preset--color--white);
}

.wp-block-buttons .is-style-download-button-2 a:hover::before {
	background-image: url(assets/images/fleche-menu-color.svg);
}

.is-style-large-paragraph,
.is-style-large-list {
	max-width: var(--wp--style--global--wide-size) !important;
}

.wp-block-buttons .wp-block-button {
	text-transform: uppercase;
}

.wp-block-buttons .wp-block-button .has-white-color:hover {
	color: var(--wp--preset--color--blue) !important;
	border-color: var(--wp--preset--color--white) !important;
	background-color: var(--wp--preset--color--white);
}

.wp-block-buttons .wp-block-button .has-text-color-color:hover {
	color: var(--wp--preset--color--blue) !important;
	border-color: var(--wp--preset--color--text-color) !important;
	background-color: var(--wp--preset--color--text-color);
}

.wp-block-buttons .wp-block-button .has-contrast-color:hover {
	color: var(--wp--preset--color--blue) !important;
	border-color: var(--wp--preset--color--contrast) !important;
	background-color: var(--wp--preset--color--contrast);
}

.wp-block-buttons .wp-block-button .has-secondary-color:hover {
	color: var(--wp--preset--color--text-color) !important;
	border-color: var(--wp--preset--color--secondary) !important;
	background-color: var(--wp--preset--color--secondary);
}

.wp-block-buttons .wp-block-button .has-yellow-color:hover {
	color: var(--wp--preset--color--blue) !important;
	border-color: var(--wp--preset--color--yellow) !important;
	background-color: var(--wp--preset--color--yellow);
}

.wp-block-buttons .wp-block-button .has-red-color:hover {
	color: var(--wp--preset--color--text-color) !important;
	border-color: var(--wp--preset--color--red) !important;
	background-color: var(--wp--preset--color--red);
}

.wp-block-buttons .wp-block-button .has-blue-color:hover {
	color: var(--wp--preset--color--text-color) !important;
	border-color: var(--wp--preset--color--blue) !important;
	background-color: var(--wp--preset--color--blue);
}

.wp-block-buttons .wp-block-button .has-background-color:hover {
	color: var(--wp--preset--color--text-color) !important;
	border-color: var(--wp--preset--color--background) !important;
	background-color: var(--wp--preset--color--background);
}

.is-style-papillon-1 .acf-innerblocks-container .wp-block-heading::before {
	content: "";
	background-image: url(assets/images/EDA_papillons_EDA-AV-papillon\ 1.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100px;
	height: 90px;
	position: absolute;
	z-index: -10;
	top: -2.5rem;
	left: -2.75rem;
	opacity: 0.4;
}

.is-style-papillon-1 .acf-innerblocks-container .wp-block-heading.has-text-align-center::before {
	content: "";
	background-image: url(assets/images/EDA_papillons_EDA-AV-papillon\ 1.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 199px;
	height: 188px;
	position: absolute;
	z-index: -10;
	top: -4rem;
	left: 4.5rem;
	opacity: 0.4;
}

.is-style-papillon-2 .acf-innerblocks-container .wp-block-heading::before {
	content: "";
	background-image: url(assets/images/EDA_papillons_EDA-AV-papillon\ 2.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100px;
	height: 90px;
	position: absolute;
	z-index: -10;
	top: -3.25rem;
	left: -2.5rem;
	opacity: 0.4;
}

.is-style-papillon-2 .acf-innerblocks-container .wp-block-heading.has-text-align-center::before {
	content: "";
	background-image: url(assets/images/EDA_papillons_EDA-AV-papillon\ 2.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 199px;
	height: 188px;
	position: absolute;
	z-index: -10;
	top: -4.75rem;
	left: 4.5rem;
	opacity: 0.4;
}

.is-style-papillon-3 .acf-innerblocks-container .wp-block-heading::before {
	content: "";
	background-image: url(assets/images/EDA_papillons_EDA-AV-papillon\ 3.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100px;
	height: 90px;
	position: absolute;
	z-index: -10;
	top: -3.5rem;
	left: -1.75rem;
	opacity: 0.4;
}

.is-style-papillon-3 .acf-innerblocks-container .wp-block-heading.has-text-align-center::before {
	content: "";
	background-image: url(assets/images/EDA_papillons_EDA-AV-papillon\ 3.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 199px;
	height: 188px;
	position: absolute;
	z-index: -10;
	top: -4.75rem;
	left: 4.75rem;
	opacity: 0.4;
}

.is-style-papillon-4 .acf-innerblocks-container .wp-block-heading::before {
	content: "";
	background-image: url(assets/images/EDA_papillons_EDA-AV-papillon\ 4.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100px;
	height: 90px;
	position: absolute;
	z-index: -10;
	top: -2.5rem;
	left: -1.75rem;
	opacity: 0.4;
}

.is-style-papillon-4 .acf-innerblocks-container .wp-block-heading.has-text-align-center::before {
	content: "";
	background-image: url(assets/images/EDA_papillons_EDA-AV-papillon\ 4.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 199px;
	height: 188px;
	position: absolute;
	z-index: -10;
	top: -4.5rem;
	left: 4.75rem;
	opacity: 0.4;
}

.is-style-papillon-5 .acf-innerblocks-container .wp-block-heading::before {
	content: "";
	background-image: url(assets/images/EDA_papillons_EDA-AV-papillon\ 5.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100px;
	height: 90px;
	position: absolute;
	z-index: -10;
	top: -2.75rem;
	left: -1.75rem;
	opacity: 0.4;
}

.is-style-papillon-5 .acf-innerblocks-container .wp-block-heading.has-text-align-center::before {
	content: "";
	background-image: url(assets/images/EDA_papillons_EDA-AV-papillon\ 5.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 199px;
	height: 188px;
	position: absolute;
	z-index: -10;
	top: -4.5rem;
	left: 5rem;
	opacity: 0.4;
}

.is-style-papillon-6 .acf-innerblocks-container .wp-block-heading::before {
	content: "";
	background-image: url(assets/images/EDA_papillons_EDA-AV-papillon\ 6.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100px;
	height: 90px;
	position: absolute;
	z-index: -10;
	top: -3rem;
	left: -1.75rem;
	opacity: 0.4;
}

.is-style-papillon-6 .acf-innerblocks-container .wp-block-heading.has-text-align-center::before {
	content: "";
	background-image: url(assets/images/EDA_papillons_EDA-AV-papillon\ 6.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 199px;
	height: 188px;
	position: absolute;
	z-index: -10;
	top: -4.5rem;
	left: 4.75rem;
	opacity: 0.4;
}

.is-style-papillon-1-JV .acf-innerblocks-container .wp-block-heading::before {
	content: "";
	background-image: url(assets/images/EDA_papillons_EDA-JV-papillon\ 1.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100px;
	height: 90px;
	position: absolute;
	z-index: -10;
	top: -2.5rem;
	left: -2.75rem;
	opacity: 0.4;
}

.is-style-papillon-1-JV .acf-innerblocks-container .wp-block-heading.has-text-align-center::before {
	content: "";
	background-image: url(assets/images/EDA_papillons_EDA-JV-papillon\ 1.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 199px;
	height: 188px;
	position: absolute;
	z-index: -10;
	top: -4rem;
	left: 2.5rem;
	opacity: 0.4;
}

.is-style-papillon-2-JV .acf-innerblocks-container .wp-block-heading::before {
	content: "";
	background-image: url(assets/images/EDA_papillons_EDA-JV-papillon\ 2.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100px;
	height: 90px;
	position: absolute;
	z-index: -10;
	top: -3.25rem;
	left: -2.5rem;
	opacity: 0.4;
}

.is-style-papillon-2-JV .acf-innerblocks-container .wp-block-heading.has-text-align-center::before {
	content: "";
	background-image: url(assets/images/EDA_papillons_EDA-JV-papillon\ 2.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 199px;
	height: 188px;
	position: absolute;
	z-index: -10;
	top: -4.75rem;
	left: 3.5rem;
	opacity: 0.4;
}

.is-style-papillon-3-JV .acf-innerblocks-container .wp-block-heading::before {
	content: "";
	background-image: url(assets/images/EDA_papillons_EDA-JV-papillon\ 3.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100px;
	height: 90px;
	position: absolute;
	z-index: -10;
	top: -3.5rem;
	left: -1.75rem;
	opacity: 0.4;
}

.is-style-papillon-3-JV .acf-innerblocks-container .wp-block-heading.has-text-align-center::before {
	content: "";
	background-image: url(assets/images/EDA_papillons_EDA-JV-papillon\ 3.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 199px;
	height: 188px;
	position: absolute;
	z-index: -10;
	top: -4.75rem;
	left: 3.25rem;
	opacity: 0.4;
}

.is-style-papillon-4-JV .acf-innerblocks-container .wp-block-heading::before {
	content: "";
	background-image: url(assets/images/EDA_papillons_EDA-JV-papillon\ 4.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100px;
	height: 90px;
	position: absolute;
	z-index: -10;
	top: -2.5rem;
	left: -1.75rem;
	opacity: 0.4;
}

.is-style-papillon-4-JV .acf-innerblocks-container .wp-block-heading.has-text-align-center::before {
	content: "";
	background-image: url(assets/images/EDA_papillons_EDA-JV-papillon\ 4.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 199px;
	height: 188px;
	position: absolute;
	z-index: -10;
	top: -4.5rem;
	left: 3.75rem;
	opacity: 0.4;
}

.is-style-papillon-5-JV .acf-innerblocks-container .wp-block-heading::before {
	content: "";
	background-image: url(assets/images/EDA_papillons_EDA-JV-papillon\ 5.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100px;
	height: 90px;
	position: absolute;
	z-index: -10;
	top: -2.75rem;
	left: -1.75rem;
	opacity: 0.4;
}

.is-style-papillon-5-JV .acf-innerblocks-container .wp-block-heading.has-text-align-center::before {
	content: "";
	background-image: url(assets/images/EDA_papillons_EDA-JV-papillon\ 5.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 199px;
	height: 188px;
	position: absolute;
	z-index: -10;
	top: -4.5rem;
	left: 3.25rem;
	opacity: 0.4;
}

.is-style-papillon-6-JV .acf-innerblocks-container .wp-block-heading::before {
	content: "";
	background-image: url(assets/images/EDA_papillons_EDA-JV-papillon\ 6.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100px;
	height: 90px;
	position: absolute;
	z-index: -10;
	top: -3rem;
	left: -1.75rem;
	opacity: 0.4;
}

.is-style-papillon-6-JV .acf-innerblocks-container .wp-block-heading.has-text-align-center::before {
	content: "";
	background-image: url(assets/images/EDA_papillons_EDA-JV-papillon\ 6.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 199px;
	height: 188px;
	position: absolute;
	z-index: -10;
	top: -4.5rem;
	left: 2.75rem;
	opacity: 0.4;
}

html .split-screen {
	background: linear-gradient(to bottom, #152560, #0051aa);
	min-height: 100vh;
}

html .split-screen .wp-block-group > p {
	color: var(--wp--preset--color--text-color);
	font-size: 18px;
	line-height: 28px;
	max-width: 580px;
}

@media screen and (max-width: 609px) {

	html .split-screen .wp-block-group > p {
		font-size: 15px;
		line-height: 23px;
	}
}

html .split-screen .wp-block-group .wp-block-site-logo + p {
	margin-block-start: 2rem;
}

html .split-screen .cover-eda-split-screen a {
	hyphens: auto;
	padding: 0.15em 1em !important;
}

html .split-screen .cover-eda-split-screen img {
	width: auto;
	height: auto;
	margin: auto;
	min-width: 600px;
}

@media screen and (max-width: 609px) {

	html .split-screen .cover-eda-split-screen img {
		width: 100%;
		height: auto;
		margin: 0;
		min-width: unset;
		max-width: 100%;
	}

	html .split-screen .cover-eda-split-screen a {
		font-size: 14px;
	}
}

@media screen and (max-width: 500px) {

	html .split-screen .cover-eda-split-screen {
		min-height: 350px !important;
	}
}

@media screen and (max-width: 400px) {

	html .split-screen .cover-eda-split-screen {
		min-height: 300px !important;
	}
}

@media screen and (max-width: 350px) {

	html .split-screen .cover-eda-split-screen {
		min-height: 220px !important;
	}
}

@font-face {
	font-family: menu-icon;
	src: url(assets/fonts/font-icon/icomoon.woff);
}

html {
	scroll-padding-top: 150px;

	/* Small menu. */

	/*@media (max-width: 1210px) {

  }*/
}

html body .wp-site-blocks {
	position: relative;
}

html body .wp-site-blocks h1 {
	color: var(--wp--preset--color--text-color);
}

html body .wp-site-blocks h1 strong {
	color: var(--wp--preset--color--contrast);
}

html body .wp-site-blocks p + p {
	padding-top: 0;
}

html body .wp-site-blocks p:first-child {
	padding-top: 0;
}

html body .wp-site-blocks a:not(*[class^="is-style-"]) {
	color: var(--wp--preset--color--contrast);
	text-decoration: none;
}

html body .wp-site-blocks footer {
	background-color: var(--wp--preset--color--background);
}

html body .wp-site-blocks footer > * {
	padding: 3rem 1rem;
}

@media screen and (max-width: 800px) {

	html body .wp-site-blocks footer > * {
		padding: 4rem 1rem !important;
	}

	html body .wp-site-blocks footer > * p {
		text-align: center;
	}
}

@media screen and (max-width: 800px) {

	html body .wp-site-blocks footer .wp-block-column {
		flex-direction: column;
	}
}

html body .wp-site-blocks footer .wp-block-group p {
	margin-block-start: 0;
}

html body .wp-site-blocks footer .wp-block-group p + p {
	margin-block-start: 3rem !important;
}

html body .wp-site-blocks footer .wp-block-group a {
	color: var(--wp--preset--color--contrast);
	text-decoration: none;
}

@media screen and (max-width: 800px) {

	html body .wp-site-blocks footer .wp-block-group .wp-block-columns {
		gap: 1rem;
	}
}

html body .wp-site-blocks footer .wp-block-group .wp-block-columns .bottom-mobil p:first-child {
	padding-bottom: 0;
}

html body .wp-site-blocks footer .wp-block-group .wp-block-columns .wp-block-column img {
	padding-bottom: 0.5rem;
}

html body .wp-site-blocks footer .wp-block-group .wp-block-columns .wp-block-column > * {
	margin-block-start: 0;
}

html body .wp-site-blocks footer .wp-block-group .wp-block-columns .wp-block-column h3 {
	color: var(--wp--preset--color--text-color);
}

html body .wp-site-blocks footer .wp-block-group .wp-block-columns .wp-block-column h3 + p {
	padding-top: 0;
}

html body .wp-site-blocks footer .wp-block-group .wp-block-columns .wp-block-column h3,
html body .wp-site-blocks footer .wp-block-group .wp-block-columns .wp-block-column h3 + p {
	text-align: right;
}

@media screen and (max-width: 800px) {

	html body .wp-site-blocks footer .wp-block-group .wp-block-columns .wp-block-column h3,
	html body .wp-site-blocks footer .wp-block-group .wp-block-columns .wp-block-column h3 + p {
		text-align: center;
	}
}

html body .wp-site-blocks footer .bottom-footer {
	padding: 1rem;
}

@media screen and (max-width: 852px) {

	html body .wp-site-blocks footer .bottom-footer {
		padding-top: 0;
	}
}

html body .wp-site-blocks .wp-block-template-part {
	margin-block-start: 0;
}

html body .wp-site-blocks .wp-block-group {
	margin-block-start: 0;
}

html body .wp-site-blocks .entry-content {
	margin-block-start: 0;
}

html body .wp-site-blocks .entry-content h1 + p,
html body .wp-site-blocks .entry-content h2 + p,
html body .wp-site-blocks .entry-content h3 + p,
html body .wp-site-blocks .entry-content h3 + div,
html body .wp-site-blocks .entry-content p + p,
html body .wp-site-blocks .entry-content p + div {
	margin-block-start: 2rem !important;
}

html body .wp-site-blocks .entry-content div + h3 {
	margin-block-start: 3.25rem;
}

html body .wp-site-blocks .entry-content p + figure {
	margin-block-start: 3.75rem;
}

html body .wp-site-blocks .entry-content h2 {
	margin-block-end: 3.125rem;
}

html body .wp-site-blocks .entry-content .wp-block-button a {
	transition: all ease-in-out 0.2s;
}

html body .wp-site-blocks .entry-content > .wp-block-group {
	padding-bottom: 5.5rem;
}

html body .wp-site-blocks .entry-content > .wp-block-group > .wp-block-buttons:last-of-type {
	margin-block-start: 3.25rem;
}

html body .wp-site-blocks .entry-content .wp-block-group + .wp-block-group {
	padding-top: 3.5rem;
}

html body .wp-site-blocks .entry-content > .wp-block-group + .wp-block-group {
	margin-block-start: 0;
}

html body .wp-site-blocks .entry-content .wp-block-columns .wp-block-column .wp-block-separator {
	margin-block-start: 1.75rem;
	margin-block-end: 4rem;
	width: 115px;
	height: 3px;
	background-color: var(--wp--preset--color--text-color);
	border: none;
}

html body .wp-site-blocks .entry-content .wp-block-columns .wp-block-column h2,
html body .wp-site-blocks .entry-content .wp-block-columns .wp-block-column h3 {
	max-width: 46.25rem;
}

html body .wp-site-blocks .entry-content .group-button figure {
	max-width: 75px;
	width: 100%;
	height: auto;
}

html body .wp-site-blocks .entry-content .group-button > .wp-block-group {
	position: relative;
	padding: 1rem 0;
}

html body .wp-site-blocks .entry-content .group-button > .wp-block-group p.has-white-color a {
	color: var(--wp--preset--color--white);
}

html body .wp-site-blocks .entry-content .group-button > .wp-block-group p.has-text-color-color a {
	color: var(--wp--preset--color--text-color);
}

html body .wp-site-blocks .entry-content .group-button > .wp-block-group p.has-contrast-color a {
	color: var(--wp--preset--color--contrast);
}

html body .wp-site-blocks .entry-content .group-button > .wp-block-group p.has-secondary-color a {
	color: var(--wp--preset--color--secondary);
}

html body .wp-site-blocks .entry-content .group-button > .wp-block-group p.has-yellow-color.has-yellow-color a {
	color: var(--wp--preset--color--yellow);
}

html body .wp-site-blocks .entry-content .group-button > .wp-block-group p.has-yellow-color.has-red-color a {
	color: var(--wp--preset--color--red);
}

html body .wp-site-blocks .entry-content .group-button > .wp-block-group p.has-yellow-color.has-blue-color a {
	color: var(--wp--preset--color--blue);
}

html body .wp-site-blocks .entry-content .group-button > .wp-block-group p.has-yellow-color.has-background-color a {
	color: var(--wp--preset--color--background);
}

html body .wp-site-blocks .entry-content .group-button > .wp-block-group p figure {
	max-width: 75px;
	width: 100%;
}

html body .wp-site-blocks .entry-content .group-button > .wp-block-group p a {
	text-decoration: none;
	font-size: 22px;
	line-height: 28px;
	max-width: 33rem;
}

html body .wp-site-blocks .entry-content .group-button > .wp-block-group::after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: var(--wp--preset--color--text-color);
	position: absolute;
	left: 0;
	bottom: 0;
}

html body .wp-site-blocks .entry-content .group-button > .wp-block-group:first-of-type::before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: var(--wp--preset--color--text-color);
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (max-width: 1269px) {

	html body .wp-site-blocks .entry-content .group-button > .wp-block-group {
		justify-content: left;
		gap: 2rem;
	}

	html body .wp-site-blocks .entry-content .group-button > .wp-block-group p {
		max-width: 41rem;
	}
}

html body .wp-site-blocks .entry-content .paragraph-with-cover {
	display: flex;
	flex-flow: row nowrap;
	border-radius: 30px;
}

html body .wp-site-blocks .entry-content .paragraph-with-cover > * {
	width: 50%;
	height: unset;
}

html body .wp-site-blocks .entry-content .paragraph-with-cover > .wp-block-group {
	padding: 2rem 2.25rem 2.25rem 2.5rem;
}

html body .wp-site-blocks .entry-content .paragraph-with-cover .wp-block-cover {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

html body .wp-site-blocks .entry-content .paragraph-with-cover + h3 {
	margin-block-start: 6.5rem;
}

html body .wp-site-blocks .entry-content .wp-block-group {
	margin-block-start: 0;
}

html body .wp-site-blocks .entry-content .wp-block-group .columns-intro .image-home figure img {
	width: 100%;
}

html body .wp-site-blocks .entry-content .wp-block-group .columns-intro .image-home figure::after {
	width: 100%;
}

@media screen and (max-width: 1024px) {

	html body .wp-site-blocks .entry-content .wp-block-group .columns-intro {
		padding-top: 6rem;
		padding-bottom: 2.5rem;
		gap: 0;
	}
}

html body .wp-site-blocks .entry-content .wp-block-group .wp-block-gallery::after {
	display: none;
}

html body .wp-site-blocks .entry-content .wp-block-group .is-style-guide-columns {
	gap: 1rem;
}

html body .wp-site-blocks .entry-content .wp-block-group .is-style-titre-paraph {
	max-width: 1028px;
	margin: auto;
}

html body .wp-site-blocks .entry-content .wp-block-group .is-style-titre-paraph h2 {
	margin-bottom: 1rem !important;
}

@media screen and (max-width: 780px) {

	html body .wp-site-blocks .entry-content .wp-block-group .is-style-titre-paraph {
		padding-top: 0.5rem;
	}

	html body .wp-site-blocks .entry-content .wp-block-group .is-style-titre-paraph > h2 {
		padding: 0 25% 0 8.5%;
		margin-bottom: 0.75rem;
	}

	html body .wp-site-blocks .entry-content .wp-block-group .is-style-titre-paraph p {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 1rem;
	}
}

html body .wp-site-blocks .entry-content .timeline {
	position: relative;
}

html body .wp-site-blocks .entry-content .timeline::after {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-color: var(--wp--preset--color--contrast);
	top: 2.5rem;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 782px) {

	html body .wp-site-blocks .entry-content .timeline::after {
		left: 0%;
	}
}

html body .wp-site-blocks .entry-content .timeline .wp-block-columns {
	gap: 3rem;
	position: relative;
	padding-top: 2rem;
}

@media screen and (max-width: 782px) {

	html body .wp-site-blocks .entry-content .timeline .wp-block-columns {
		flex-direction: column-reverse;
		width: 80%;
	}
}

@media screen and (max-width: 782px) {

	html body .wp-site-blocks .entry-content .timeline .wp-block-columns .wp-block-column {
		flex-direction: column;
		justify-content: flex-end;
	}
}

html body .wp-site-blocks .entry-content .timeline .wp-block-columns::after {
	position: absolute;
	content: url(assets/images/li-marker.svg);
	top: 2.5rem;
	left: 50%;
	transform: translateX(-50%) scale(1.5);
}

@media screen and (max-width: 782px) {

	html body .wp-site-blocks .entry-content .timeline .wp-block-columns::after {
		left: -12%;
	}
}

html body .wp-site-blocks .entry-content .timeline .wp-block-columns:nth-child(odd) .wp-block-column:nth-child(odd) {
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 782px) {

	html body .wp-site-blocks .entry-content .timeline .wp-block-columns:nth-child(odd) .wp-block-column:nth-child(odd) {
		justify-content: flex-start;
	}
}

html body .wp-site-blocks .entry-content .timeline .wp-block-columns:nth-child(even) {
	text-align: right;
}

@media screen and (max-width: 782px) {

	html body .wp-site-blocks .entry-content .timeline .wp-block-columns:nth-child(even) {
		text-align: left;
		flex-direction: column;
	}
}

html body .wp-site-blocks .entry-content .timeline .wp-block-columns:nth-child(even) .wp-block-column:nth-child(even) {
	display: flex;
	justify-content: flex-start;
}

html body .wp-site-blocks .entry-content .timeline .wp-block-columns:last-child {
	margin-bottom: 2rem;
}

html body .wp-site-blocks .entry-content .timeline .wp-block-cover {
	padding: unset;
}

html body .wp-site-blocks .entry-content .timeline .wp-block-cover img {
	position: unset;
}

html body .wp-site-blocks .entry-content .sponsors figure::after {
	display: none;
}

html body .wp-site-blocks .entry-content .group-text h2 {
	padding-top: 1%;
}

@media screen and (max-width: 1024px) {

	html body .wp-site-blocks .entry-content .hero {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	html body .wp-site-blocks .entry-content > * {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	html body .wp-site-blocks .entry-content .wp-block-buttons {
		display: flex;
		justify-content: space-around;
		gap: 0.5rem;
	}

	html body .wp-site-blocks .entry-content .group-text {
		padding-bottom: 2rem;
	}

	html body .wp-site-blocks .entry-content .group-text > *:last-child {
		padding-bottom: 13%;
	}
}

@media screen and (max-width: 1024px) and (max-width: 782px) {

	html body .wp-site-blocks .entry-content .image-right-text-left {
		flex-direction: column;
		align-items: center;
		position: relative;
		padding-top: 4.5rem;
	}

	html body .wp-site-blocks .entry-content .image-right-text-left figure {
		min-width: 224px;
		margin: 0;
	}

	html body .wp-site-blocks .entry-content .image-right-text-left figure::before {
		display: none;
	}

	html body .wp-site-blocks .entry-content .image-right-text-left .wp-block-group {
		min-width: 224px;
		margin: 0;
	}

	html body .wp-site-blocks .entry-content .image-right-text-left .wp-block-group h3 {
		position: absolute;
		top: 0;
		font-size: 22px;
		line-height: 29px;
		min-width: 224px;
	}

	html body .wp-site-blocks .entry-content .image-right-text-left .wp-block-group h3::before {
		content: url(assets/images/li-marker.svg);
		position: absolute;
		left: -7%;
		top: -0.25rem;
		transform: scale(1.5);
	}

	html body .wp-site-blocks .entry-content .image-right-text-left .wp-block-group p {
		padding-top: 1rem;
	}

	html body .wp-site-blocks .entry-content .image-left-text-right {
		flex-direction: column-reverse;
		align-items: center;
		position: relative;
		padding-top: 4.5rem;
		text-align: left;
	}

	html body .wp-site-blocks .entry-content .image-left-text-right figure {
		margin: 0;
		padding-top: 1rem;
		min-width: 224px;
	}

	html body .wp-site-blocks .entry-content .image-left-text-right figure::after {
		height: calc(100% - 1rem);
		transform: translateY(1rem);
	}

	html body .wp-site-blocks .entry-content .image-left-text-right figure::before {
		display: none;
	}

	html body .wp-site-blocks .entry-content .image-left-text-right .wp-block-group {
		margin: 0;
		min-width: 224px;
	}

	html body .wp-site-blocks .entry-content .image-left-text-right .wp-block-group h3 {
		position: absolute;
		top: 0;
		font-size: 22px;
		line-height: 29px;
		min-width: 224px;
	}

	html body .wp-site-blocks .entry-content .image-left-text-right .wp-block-group h3::after {
		content: url(assets/images/li-marker.svg);
		position: absolute;
		left: -7%;
		top: 50%;
		transform: scale(1.5) translateY(-70%);
	}

	html body .wp-site-blocks .entry-content .image-left-text-right .wp-block-group p {
		padding-top: 1rem;
	}
}

@media screen and (max-width: 1024px) and (max-width: 782px) and (max-width: 500px) {

	html body .wp-site-blocks .entry-content .image-right-text-left {
		padding-top: 7.5rem;
		align-items: flex-end;
	}

	html body .wp-site-blocks .entry-content .image-right-text-left figure {
		margin: 0;
		margin-inline-end: 0 !important;
	}

	html body .wp-site-blocks .entry-content .image-right-text-left .wp-block-group {
		margin: 0;
	}

	html body .wp-site-blocks .entry-content .image-right-text-left .wp-block-group h3 {
		right: 0;
		width: 224px;
	}

	html body .wp-site-blocks .entry-content .image-right-text-left .wp-block-group h3::before {
		top: 50%;
		left: -14%;
		transform: scale(1.5) translateY(-70%);
	}

	html body .wp-site-blocks .entry-content .image-left-text-right {
		padding-top: 7.5rem;
		align-items: flex-end;
	}

	html body .wp-site-blocks .entry-content .image-left-text-right figure {
		margin-inline-end: 0 !important;
	}

	html body .wp-site-blocks .entry-content .image-left-text-right .wp-block-group h3 {
		width: 224px;
		right: 0;
	}

	html body .wp-site-blocks .entry-content .image-left-text-right .wp-block-group h3::after {
		left: -14%;
	}
}

html body .wp-site-blocks .entry-content > * {
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}

html body .wp-site-blocks .entry-content > * * {
	margin-block-start: 0;
}

html body .wp-site-blocks .entry-content main + .is-style-white-background {
	background-color: var(--wp--preset--color--white);
	position: relative;
	overflow: hidden;
	padding-bottom: 6.75rem;
	z-index: 0;
}

html body .wp-site-blocks .entry-content main + .is-style-white-background::after {
	content: "";
	background-image: url(assets/images/vague-blanc.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
	position: absolute;
	bottom: -0.25rem;
	left: 0;
	width: 100%;
	height: 7rem;
}

html body .wp-site-blocks .entry-content main {
	overflow-x: hidden;
	margin: 0 !important;
}

html body .wp-site-blocks .entry-content main figure {
	position: relative;
	width: fit-content;
	height: fit-content;

	/* img {
  	border-radius: 20px;
  	display: inline-block;
  } */
}

html body .wp-site-blocks .entry-content main figure::after {
	position: absolute;
	border-top-left-radius: 55px;
	border-top-right-radius: 55px;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(18deg, rgba(241, 132, 66, 0.3) 0%, rgba(255, 175, 23, 0.3) 100%);
}

html body .wp-site-blocks .entry-content main > * {
	padding: 0 3.5rem;
}

@media screen and (max-width: 1024px) {

	html body .wp-site-blocks .entry-content main > * {
		padding: 0 1rem;
	}
}

html body .wp-site-blocks .entry-content header + div {
	margin-block-start: 0;
}

html body.archive footer {
	margin-block-start: -1px !important;
}

html body.archive .wp-block-cover {
	height: calc(100% + 1px) !important;
}

html body.archive main {
	padding: 0 1rem;
}

@media screen and (max-width: 1024px) {

	html body.archive .wp-block-query ul {
		grid-template-columns: 1fr 1fr;
	}
}

html body.archive .wp-block-query .wp-block-post-template {
	margin-block-start: 0;
	margin-block-end: 0;
	padding: 4.25rem 0;
}

html body .privacy-policy .wp-site-blocks .entry-content .is-style-background-image-blanc {
	position: relative;
	padding-top: 10vw !important;
}

html body .privacy-policy .wp-site-blocks .entry-content .is-style-background-image-blanc::before {
	content: "";
	background-image: url(assets/images/vague-bleu.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 7rem;
}

html body.single .wp-site-blocks main {
	padding-top: 5rem;
	position: relative;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}

@media screen and (max-width: 1024px) {

	html body.single .wp-site-blocks main {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media screen and (max-width: 1024px) and (max-width: 782px) {

	html body.single .wp-site-blocks main {
		padding-top: 0;
	}
}

html body.single .wp-site-blocks main .hero-columns {
	padding-top: 2rem;
	margin-block-start: 0;
	min-height: 25rem;
	max-width: var(--wp--style--global--wide-size);
	margin: auto;
	padding-left: 0;
	padding-right: 0;
}

@media screen and (max-width: 1024px) {

	html body.single .wp-site-blocks main .hero-columns {
		min-height: auto;
	}
}

@media screen and (max-width: 1024px) {

	html body.single .wp-site-blocks main .hero-columns::after {
		bottom: -3rem;
	}
}

@media screen and (max-width: 1024px) and (max-width: 385px) {

	html body.single .wp-site-blocks main .hero-columns::after {
		bottom: -4.5rem;
	}
}

@media screen and (max-width: 782px) {

	html body.single .wp-site-blocks main .hero-columns {
		padding-bottom: 2rem;
		padding-top: 2rem;
	}
}

html body.single .wp-site-blocks .entry-content {
	padding-top: 3rem;
}

@media screen and (min-width: 852px) {

	html nav .wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none;
	}
}

@media screen and (max-width: 852px) {

	html nav .wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: flex;
	}
}

@media screen and (min-width: 852px) {

	html nav .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		display: block;
		width: 100%;
		position: relative;
		z-index: auto;
		background-color: inherit;
	}
}

@media screen and (max-width: 852px) {

	html nav .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		display: none;
		position: fixed;
	}
}

html .menu-toggle,
html .main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 852px) {

	html .menu-toggle {
		display: none;
	}

	html .main-navigation ul {
		display: flex;
	}
}

html nav.wp-block-navigation .wp-block-navigation__responsive-container-close svg {
	width: 2rem;
	height: 2rem;
}

html .custom-logo {
	width: auto;
	max-height: 44px;
}

html .wp-block-columns .image-home figure {
	max-width: 679px;
}

html .arrow-group {
	position: relative;
	margin-block-start: 0;
	padding-top: 0.87rem;
}

html .bottom-arrow {
	border: 2px solid var(--wp--preset--color--contrast);
	border-radius: 50px;
	width: fit-content;
	padding: 0.8rem 0.6rem;
}

html .bottom-arrow::after {
	display: none;
}

html .list-with-image .wp-block-column {
	display: flex;
	align-items: center;
	flex-direction: column;
}

html .list-with-image p,
html .list-with-image li {
	color: var(--wp--preset--color--blue);
	font-family: var(--wp--preset--font-family--sofia-pro);
	font-size: 16px;
	line-height: 18px;
}

html .list-with-image ul {
	padding-inline-start: 1.2rem;
}

html .list-with-image ul li {
	padding-top: 1.5rem;
	list-style-image: url(assets/images/li-marker.svg);
}

html .numbers-with-experiences {
	padding-top: 2.68rem;
}

html .numbers-with-experiences h3 {
	padding-bottom: 0.5rem;
}

html .numbers-with-experiences p {
	padding: 0.75rem 0;
}

html .numbers-with-experiences .experiences figure {
	padding-top: 1.5rem;
	height: fit-content;
}

html .numbers-with-experiences .experiences figure::after {
	transform: translateY(1.5rem);
	height: calc(100% - 24px);
}

html .more-article {
	color: var(--wp--preset--color--blue);
	padding: 1rem !important;
}

html .more-article .wp-block-button a {
	border: solid 1px;
}

html .more-article .wp-block-button a:hover {
	text-decoration: underline;
}

html .more-article p {
	width: 58%;
	padding-bottom: 1.7rem;
}

@media screen and (max-width: 782px) {

	html .more-article .wp-block-button a {
		font-size: 17px;
		line-height: 23px;
	}

	html .more-article p {
		width: 100%;
	}
}

html .back-archive {

	/*position: absolute;
  bottom: 26.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;

  @media screen and (max-width: 1269px) {
  	bottom: 39.5rem;

  	@media screen and (max-width: 800px) {
  		bottom: 33.5rem;
  	}
  }*/
	margin-bottom: 2rem;
}

html .back-archive a:not(.wp-element-button) {
	color: var(--wp--preset--color--text-color);
	background-color: var(--wp--preset--color--contrast);
	padding: 0.5rem 1rem;
	font-family: var(--wp--preset--font-family--sofia-pro);
	font-size: 21px;
	line-height: 28px;
	transition: all 0.2s ease-in-out;
}

html .back-archive a:not(.wp-element-button):hover {
	transform: scale(1.1);
}

@media screen and (max-width: 782px) {

	html .back-archive a:not(.wp-element-button) {
		font-size: 17px;
		line-height: 23px;
	}
}

html .wp-block-group .image-right-text-left {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	max-width: 930px;
}

html .wp-block-group .image-right-text-left p {
	padding: 0.5rem 0;
}

html .wp-block-group .image-right-text-left figure {
	margin-right: 25px;
	aspect-ratio: 393/262;
	width: 45%;
	height: fit-content;
}

html .wp-block-group .image-right-text-left figure::before {
	content: url(assets/images/li-marker.svg);
	position: absolute;
	right: -1rem;
	top: 0.7rem;
	transform: scale(1.5);
}

html .wp-block-group .image-right-text-left figure img {
	width: 100%;
}

html .wp-block-group .image-right-text-left .wp-block-group {
	width: 45%;
	margin-left: 25px;
}

html .wp-block-group .image-right-text-left .wp-block-group h3 {
	font-family: var(--wp--preset--font-family--sofia-pro);
	font-size: 26px;
	line-height: 34px;
	padding-bottom: 1.75rem;
	position: relative;
}

html .wp-block-group .image-left-text-right {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	text-align: right;
	max-width: 930px;
}

html .wp-block-group .image-left-text-right p {
	padding: 0.5rem 0;
}

html .wp-block-group .image-left-text-right figure {
	margin-left: 25px;
	aspect-ratio: 393/262;
	width: 45%;
	height: fit-content;
}

html .wp-block-group .image-left-text-right figure img {
	width: 100%;
}

html .wp-block-group .image-left-text-right figure::before {
	content: url(assets/images/li-marker.svg);
	position: absolute;
	left: -1.25rem;
	top: 0.4rem;
	transform: scale(1.5);
}

html .wp-block-group .image-left-text-right .wp-block-group {
	width: 45%;
	margin-right: 25px;
}

html .wp-block-group .image-left-text-right .wp-block-group h3 {
	font-family: var(--wp--preset--font-family--sofia-pro);
	font-size: 26px;
	line-height: 34px;
	padding-bottom: 1.75rem;
}

html .wp-block-image {
	width: fit-content;
}

html .listing-article-filter li {
	max-width: 324px;
	border-radius: 20px;
	position: relative;
}

html .listing-article-filter li::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 90%;
	height: 5px;
	background-color: #000;
}

html .listing-article-filter li * {
	text-decoration: none;
	color: var(--wp--preset--color--blue);
}

html .listing-article-filter li h2 {
	font-family: var(--wp--preset--font-family--sofia-pro);
	font-size: 26px;
	line-height: 34px;
	margin: 0;
	padding: 0.6rem 0 0.6rem 0;
}

html .listing-article-filter li p {
	font-family: var(--wp--preset--font-family--sofia-pro);
	font-size: 16px;
	line-height: 18px;
}

html .listing-article-filter li figure {
	width: 100%;
	aspect-ratio: 324/141;
	overflow: hidden;
	border-radius: 20px;
}

html .listing-article-filter li figure a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

html .listing-article-filter li figure a img {
	display: block;
	width: 100%;
	object-fit: cover;
}

html .listing-article-filter li .taxonomy-post_tag {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding-bottom: 1rem;
}

html .listing-article-filter li .taxonomy-post_tag span {
	display: none;
}

html .listing-article-filter li .taxonomy-post_tag a {
	font-size: 14px;
	line-height: 16px;
	border: 1px solid #000;
	border-radius: 30px;
	padding: 0.25rem 0.75rem;
}

html .listing-article-filter li div,
html .listing-article-filter li h2 {
	padding: 0 1rem;
}

html .is-style-stained-button {
	max-width: 260px;
}

html .is-style-stained-button a {
	font-family: var(--wp--preset--font-family--sofia-pro);
	font-size: 28px;
	line-height: 37px;
	color: var(--wp--preset--color--blue);
	padding: 4rem 0 5rem 0;
	position: relative;
	z-index: 10;
}

html .is-style-stained-button a::before {
	content: "";
	background-image: url(assets/images/tache-jaune-button.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 137px;
	height: 141px;
	position: absolute;
	top: 50%;
	left: 19%;
	z-index: -10;
	transform: translateY(-50%);
	transition: all 0.2s ease-in-out;
}

html .is-style-stained-button a:hover::before {
	transform: scale(1.2) translateY(-40%);
}

@media screen and (max-width: 860px) {

	html .wp-block-buttons .is-style-stained-button {
		max-width: 130px;
		padding: 1rem 0;
	}

	html .wp-block-buttons .is-style-stained-button a {
		font-size: 17px;
		line-height: 23px;
		padding: 1rem 0;
	}

	html .wp-block-buttons .is-style-stained-button a::before {
		width: 77px;
		height: 81px;
	}
}

html .is-style-content-paragraph > * {
	padding-left: 1.5rem;
	color: var(--wp--preset--color--blue);
}

@media screen and (max-width: 1024px) {

	html .is-style-content-paragraph {
		padding-bottom: 1rem;
		flex-direction: column;
	}

	html .is-style-content-paragraph p {
		padding-left: 0.2rem;
	}
}

html .is-style-hero-column p {
	padding-top: 1.37rem;
	padding-bottom: 1.9rem;
}

html .is-style-hero-column .wp-block-buttons {
	padding: 0;
}

@media screen and (max-width: 782px) {

	html .hero-columns .is-style-hero-column {
		padding: 0;
	}

	html .hero-columns .is-style-hero-column h1 {
		padding-right: 0;
		font-size: 30px;
		line-height: 32px;
		padding-top: 2rem;
	}

	html .hero-columns .is-style-hero-column .wp-block-buttons,
	html .hero-columns .is-style-hero-column .wp-block-group {
		width: 100%;
		padding: 0;
	}

	html .hero-columns .image-home figure {
		width: fit-content;
	}

	html .arrow-group .bottom-arrow {
		transform: scale(0.7);
	}
}

@media screen and (max-width: 490px) {

	html .wp-block-columns .image-home {
		padding-top: 0;
	}
}

@media screen and (max-width: 782px) {

	html .is-style-download-button a {
		font-size: 17px;
		line-height: 23px;
	}
}

html .is-style-group-number {
	margin: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

html .is-style-group-number .is-style-border-green {
	border: 1px solid var(--wp--preset--color--contrast);
}

html .is-style-group-number > * {
	padding-top: 1.75rem;
}

html .is-style-title-center {
	padding-left: 4rem !important;
}

html .hero {
	padding: 0 1rem !important;
	position: relative;
	min-height: 430px;
}

html .hero .wp-block-columns {
	gap: 0;
}

html .hero .wp-block-columns .wp-block-column {
	padding-top: 4rem;
	padding-bottom: 4rem;
	display: block;
}

html .hero .wp-block-columns .wp-block-column .wp-block-cover {
	position: absolute;
	max-width: 100%;
	width: 50%;
	height: 100%;
	top: 0;
}

@media screen and (min-width: 1920px) {

	html .hero .wp-block-columns .wp-block-column .wp-block-cover {
		max-width: 960px;
	}
}

html .hero .wp-block-columns .wp-block-column:first-of-type * {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

html .hero .wp-block-columns .wp-block-column:first-of-type .wp-block-post-title,
html .hero .wp-block-columns .wp-block-column:first-of-type .wp-block-post-terms,
html .hero .wp-block-columns .wp-block-column:first-of-type p,
html .hero .wp-block-columns .wp-block-column:first-of-type .wp-block-buttons {
	padding-right: 4rem;
}

html .hero .wp-block-columns .wp-block-column:first-of-type .wp-block-cover {
	left: 0;
}

html .hero .wp-block-columns .wp-block-column:last-of-type .wp-block-heading,
html .hero .wp-block-columns .wp-block-column:last-of-type .wp-block-post-title,
html .hero .wp-block-columns .wp-block-column:last-of-type .wp-block-post-terms,
html .hero .wp-block-columns .wp-block-column:last-of-type p,
html .hero .wp-block-columns .wp-block-column:last-of-type .wp-block-buttons {
	padding-left: 6.75rem;
}

html .hero .wp-block-columns .wp-block-column:last-of-type .wp-block-cover {
	right: 0;
}

@media screen and (max-width: 1024px) {

	html .hero .wp-block-columns {
		flex-direction: column;
	}

	html .hero .wp-block-columns .wp-block-column {
		padding-top: 0 !important;
		width: 100%;
	}

	html .hero .wp-block-columns .wp-block-column .wp-block-heading {
		padding-top: 4rem;
	}

	html .hero .wp-block-columns .wp-block-column:first-of-type {
		padding-bottom: 4rem;
	}

	html .hero .wp-block-columns .wp-block-column:first-of-type .wp-block-heading,
	html .hero .wp-block-columns .wp-block-column:first-of-type p,
	html .hero .wp-block-columns .wp-block-column:first-of-type .wp-block-buttons {
		padding-right: 0 !important;
	}

	html .hero .wp-block-columns .wp-block-column:last-of-type {
		padding-bottom: 0 !important;
	}

	html .hero .wp-block-columns .wp-block-column:last-of-type .wp-block-heading,
	html .hero .wp-block-columns .wp-block-column:last-of-type p,
	html .hero .wp-block-columns .wp-block-column:last-of-type .wp-block-buttons {
		max-width: 36rem !important;
		padding-left: 0 !important;
	}

	html .hero .wp-block-columns .wp-block-column:last-of-type > *:last-of-type {
		padding-bottom: 4rem;
	}

	html .hero .wp-block-columns .wp-block-column:last-of-type .wp-block-heading {
		padding-top: 0;
	}

	html .hero .wp-block-columns .wp-block-column .wp-block-cover {
		position: relative !important;
		max-width: unset !important;
		width: calc(100% + 6.75rem) !important;
		left: -3.5rem !important;
	}
}

@media screen and (max-width: 1024px) {

	html .hero .wp-block-columns {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	html .hero .wp-block-columns .wp-block-column .wp-block-cover {
		width: calc(100% + 2rem) !important;
		left: -1rem !important;
	}
}

@media screen and (max-width: 1024px) {

	html .timeline .wp-block-columns {
		flex-direction: row;
	}

	html .wp-block-columns {
		flex-direction: column;
	}

	html .wp-block-columns figure {
		width: 100%;
		text-align: center;
	}
}

html .wp-block-query .wp-block-post-template {

	/*display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 2.25rem;
  margin-block-start: 4.25rem;
  margin-block-end: 4.25rem;*/
}

html .wp-block-query .wp-block-post-template .wp-block-post {
	background-color: var(--wp--preset--color--white);
	border-radius: 55px;
	position: relative;
}

html .wp-block-query .wp-block-post-template .wp-block-post figure {
	margin-block-end: 0;
}

html .wp-block-query .wp-block-post-template .wp-block-post figure img {
	border-top-right-radius: 55px;
	border-top-left-radius: 55px;
}

html .wp-block-query .wp-block-post-template .wp-block-post .wp-block-group {
	padding: 1rem 1.25rem 2rem;
}

html .wp-block-query .wp-block-post-template .wp-block-post .wp-block-group > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

html .wp-block-query .wp-block-post-template .wp-block-post .wp-block-group p,
html .wp-block-query .wp-block-post-template .wp-block-post .wp-block-group a,
html .wp-block-query .wp-block-post-template .wp-block-post .wp-block-group h2 {
	color: var(--wp--preset--color--blue);
}

html .wp-block-query .wp-block-post-template .wp-block-post .wp-block-group .taxonomy-cat-ressource,
html .wp-block-query .wp-block-post-template .wp-block-post .wp-block-group .taxonomy-tag-ressource {
	display: flex;
	flex-flow: row wrap;
	row-gap: 0.5rem;
}

html .wp-block-query .wp-block-post-template .wp-block-post .wp-block-group .taxonomy-cat-ressource a,
html .wp-block-query .wp-block-post-template .wp-block-post .wp-block-group .taxonomy-tag-ressource a {
	text-decoration: none;
}

html .wp-block-query .wp-block-post-template .wp-block-post .wp-block-group .taxonomy-cat-ressource.post-tags a,
html .wp-block-query .wp-block-post-template .wp-block-post .wp-block-group .taxonomy-tag-ressource.post-tags a {
	line-height: 24px;
	height: 24px;
}

html .wp-block-query .wp-block-post-template .wp-block-post .wp-block-group .taxonomy-cat-ressource a {
	text-transform: uppercase;
}

html .wp-block-query .wp-block-post-template .wp-block-post .wp-block-group .post-title a {
	text-decoration: none;
}

html .wp-block-query .wp-block-post-template .wp-block-post .wp-block-group .post-title a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

html .wp-block-query .wp-block-post-template .wp-block-post .wp-block-group .taxonomy-tag-ressource {
	padding-top: 1.25rem;
}

html .wp-block-query .wp-block-post-template .wp-block-post .wp-block-group .taxonomy-tag-ressource a {
	text-transform: uppercase;
	border: 1px solid var(--wp--preset--color--blue);
	border-radius: 69px;
	padding: 0 1rem;
}

html .wp-block-cover {
	height: 100%;
}

html .wp-block-cover + * {
	height: unset;
}

.single-ressource .number-post {
	padding: 0 3.5rem 0 !important;
}

.single-ressource .number-post .wp-block-group {
	display: grid;
	margin-left: 1rem !important;
	padding: 0 3.5rem 0 !important;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2rem;
}

@media screen and (max-width: 1000px) {

	.single-ressource .number-post .wp-block-group {
		padding: 0 1rem 0 !important;
	}
}

@media screen and (max-width: 800px) {

	.single-ressource .number-post .wp-block-group {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 800px) and (max-width: 500px) {

	.single-ressource .number-post .wp-block-group {
		grid-template-columns: 1fr;
	}
}
