@import url('https://fonts.googleapis.com/css2?family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Quicksand:wght@300..700&display=swap');


:root {
	--primary: #FF8C42;
	--primary-light: #FFB366;
	--primary-dark: #E67A2E;
	--accent: #FF6B9D;
	--accent-light: #FF9DBD;
	--secondary: #A8D5E2;
	--secondary-dark: #7FBFD4;
	--bleu: #c0cee4;
	--bleu2: #01679a;
	--bg-light: #FFF9F5;
	--bg-cream: #FFF3EB;
	--cream: #F5F1E8;
	--beige: #E8DCC4;
	--charcoal: #2C2C2C;
	--text-dark: #2A2520;
	--text-medium: #47413d;
	--text-light: #8B8682;
	--white: #FFFFFF;
	--orange: #ef860c;
	--orange2: #e85d15;
}


.Leformulaire.titrebase.allezhop {
    margin-top: 3%;
}

.Leformulaire.titrebase {
    text-align: center;
}


.calendly-box{
    display:none;
}

.choix-rdv {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    justify-content: center;
    margin-top: 20px;
}

.btn-rdv {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1.1em;
}


p.no-collectives {
    text-align: center;
    font-size: 1.2em;
    border: 1px solid;
    border-radius: 11px;
}

.fl-node-x0l2ta8dkwoq > .fl-row-content-wrap {
    background-position-x: 75vh !important;
    background-size: 65%;
}


		.scroll-indicator {
			position: fixed;
			bottom: 0;
			left: 0;
			height: 4px;
			background: linear-gradient(135deg, var(--accent) 0%, var(--primary) 100%);
			width: 0%;
			z-index: 1000;
			transition: width 0.1s ease-out;
		}


* {
	box-sizing: border-box
}


strong {
	font-weight: 700;
}

body ::-webkit-scrollbar,
html ::-webkit-scrollbar {
	width: 6px;
	background-color: #E5E1D5;
}

body ::-webkit-scrollbar-thumb,
html ::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #1D1D1B;
}

body ::-webkit-scrollbar-track,
html ::-webkit-scrollbar-track {
	background-color: #E5E1D5;
}

body,
html {
	margin: 0;
	padding: 0
}

body {
	font-family: 'Quicksand', sans-serif;
	color: var(--text-medium);
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: 16px;
}

.container {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.Flix {
	overflow: hidden
}

a {
	color: #1D1D1B;
	text-decoration: none;
}

a:hover {
	color: #1D1D1B;
	text-decoration: underline;
}

.flex {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 15px;
}

.btn {
	padding: 15px 25px;
	position: relative;
	text-decoration: none;
	z-index: 0;
	display: inline-flex;
	gap: 10px;
	transition: cubic-bezier(0.4, 0, 1, 1) 0.2s;
	border-radius: 23px;
	margin: 5px 0;
	align-items: center;
	background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%) !important;
	color: #fff;
	font-weight: bold;
    border: 1px solid transparent;
	cursor: pointer;
}

.btn:hover {
    background: linear-gradient(275deg, var(--primary-light) 37%, var(--primary) 100%) !important;
    text-decoration: none;
    border: 1px solid #d37328;
}

.btn.activer {
    background: #47413d !important;
}

.btn img {
	width: 25px;
	height: auto;
	filter: brightness(0) saturate(100%) invert(100%) sepia(91%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
}

.wp-txt-center,
.text-center {
	text-align: center;
	line-height: 1.3em
}

.margin20 {
	margin-top: 20px;
	margin-bottom: 20px
}

.margin30 {
	margin-top: 30px;
	margin-bottom: 30px
}

.margin40 {
	margin-top: 40px;
	margin-bottom: 40px
}

.margin50 {
	margin-top: 50px;
	margin-bottom: 50px
}

.margin60 {
	margin-top: 60px;
	margin-bottom: 60px
}

.margin70 {
	margin-top: 70px;
	margin-bottom: 70px
}

.margin80 {
	margin-top: 80px;
	margin-bottom: 80px
}

.margin90 {
	margin-top: 90px;
	margin-bottom: 90px
}

.margin100 {
	margin-top: 100px;
	margin-bottom: 100px
}

.padding20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important
}

.padding30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important
}

.padding40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important
}

.padding50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important
}

.padding60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important
}

.padding70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important
}

.padding80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important
}

.padding90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important
}

.padding100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important
}

.texteblanc,
.textblanc,
.text-blanc,
.texte-blanc {
	color: #ffffff;
}

p {
	line-height: 1.7em;
	margin-bottom: 10px;
	margin-top: 10px;
}


/* HEADER  */

.logo img {
    padding: 0;
    height: 90px;
    width: auto;
    object-fit: cover;
}

.navbar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    color: #051429;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 20;
    gap: 50px;
    transition: cubic-bezier(0.4, 0, 1, 1) 0.2s;
    height: 105px;
    padding: 0px 50px 0 50px;
    left: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 15px #00000029;
}

.flex-entete-g,
.flex-entete-d {
    display: flex;
    align-items: center;
}

.flex-entete-g {
    justify-content: flex-end;
}

.flex-entete-d {
    justify-content: flex-start;
}

.flex-entete-c {
    justify-self: center;
}

.menu-split {
    display: flex;
    gap: 45px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-split li {
    list-style: none;
}

.menu-split a {
    text-decoration: none;
    color: #051429;
    font-weight: 500;
    transition: color 0.3s ease;
    font-size: 1.1em;
}

.menu-split a:hover {
    color: var(--orange2);
}

.burger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 30;
    position: relative;
}

.burger-menu span {
    width: 100%;
    height: 2px;
    background: #5b534e;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.burger-menu.active span:nth-child(1) {
    transform: translateY(10.5px) rotate(45deg);
}

.burger-menu.active span:nth-child(2) {
    opacity: 0;
}

.burger-menu.active span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
}

.mobile-menu {
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 8px 15px #00000029;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 19;
    max-height: calc(100vh - 75px);
    overflow-y: auto;
}

.mobile-menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.mobile-menu-content {
    padding: 2rem;
}

.menu-mobile {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.menu-mobile li {
    list-style: none;
    border-bottom: 1px solid rgba(5, 20, 41, 0.1);
}

.menu-mobile li:last-child {
    border-bottom: none;
}

.menu-mobile a {
    display: block;
    padding: 1rem 0;
    text-decoration: none;
    color: #051429;
    font-weight: 500;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.menu-mobile a:hover {
    color: #FF6B9D;
    padding-left: 10px;
}



/* BAN INTERNE  */

div#banniereIntern {
	height: 47vh;
	position: relative;
	padding: 0;
	overflow: hidden;
	margin: 0;
	border-radius: 0 0 40px 40px;
}

#banniereIntern .cntimg {
	overflow: hidden;
}

div#banniereIntern:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	background: transparent linear-gradient(180deg, #A59E8900 0%, #1D1D1B 100%) 0% 0% no-repeat padding-box;
}

#banniereIntern .cntimg img {
	width: 100%;
	height: 100%;
	object-fit: cover !important;
	margin-top: 0;
}

#banniereIntern .cntTitle {
	max-width: 630px;
	position: absolute;
	bottom: 10%;
	left: 18%;
	z-index: 3;
	text-align: left;
	color: #E5E1D5;
}

#banniereIntern .cntTitle img {
	height: 45px;
	width: auto;
	position: relative;
	top: initial;
	transform: none;
	margin-bottom: 10px;
	display: block;
}

#banniereIntern .cntTitle em {
	font-weight: 100;
	letter-spacing: 1px;
	font-size: 15px;
	font-style: normal;
	text-transform: uppercase;
}

#banniereIntern .cntTitle h1 {
	margin-bottom: 0;
	font-size: 2.5em;
	font-style: normal;
	margin-top: 5px;
	line-height: 1em;
	font-weight: 200;
}


/* INTRO  */

.grid-intro {
	grid-row-gap: 2.5rem;
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	grid-template-rows: auto;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-auto-columns: minmax(0, 1fr);
	display: grid;
}

.contenu-intro {
    grid-area: 1 / 1 / 3 / 6;
    align-self: center;
    margin-top: 50px;
}

.img-intro {
	grid-area: 1 / 6 / 3 / 13;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(6, 1fr);
	width: 100%;
	max-width: 53vw;
	margin-left: auto;
}

.block-img-intro div {
	width: 100%;
	height: 100%;
}

.block-img-intro div img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}


.block-img-intro {
	aspect-ratio: 5 / 5.75;
	grid-area: 6 / 2 / 1 / -2;
	border-radius: 2rem;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.heroslideimg2 {
	aspect-ratio: 1;
	justify-content: center;
	align-items: center;
	width: 85%;
	height: auto;
	display: flex;
	grid-area: 3 / 1 / 6 / 4;
	place-self: center;
	position: relative;
	border-radius: 2rem;
	margin-left: -8%;
	margin-top: 13%;
	overflow: hidden;
	box-shadow: -1px 7px 60px rgb(180 197 228 / 50%);
}

.heroslideimg2 div {
	width: 100%;
	height: 100%;
}

.heroslideimg2 img {
	height: 100%;
	transition: transform .3s ease-in-out;
	object-fit: cover;
}


.section_intro {
	justify-content: center;
	align-items: stretch;
	min-height: 100svh;
	padding-right: var(--padding-global--main);
	padding-left: var(--padding-global--main);
	flex-direction: column;
	width: 100%;
	max-width: 100vw;
	display: flex;
	position: relative;
}


.Imagemaud.fl-fill-container {
	transform: translate(816px, -824.8px);
	height: 432px;
	width: 432px;
	border-radius: 20px;
}


.Imagemaud {

	z-index: 2;
	border-radius: var(--corner-radius--large);
	object-fit: cover;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	overflow: hidden;

}

.intro-maud {
	z-index: 3;
	padding-bottom: 2rem;
	position: relative;
	flex-flow: column;
	justify-content: flex-end;
	align-items: center;
	display: flex;

}


/* SPEC */


main.faqblock {
	max-width: 650px;
	margin-left: 0;
	margin-top: 45px;
}

details.accordion {
	transition: all .3s ease-in-out;
	border-bottom: 1px solid #5a524c;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
}

details.accordion summary.accordion__title {
	list-style-type: none;
	cursor: pointer;
	padding: 15px 15px 15px 0px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32' width='32' height='32'%3e%3crect x='14' y='6' width='2' height='18' fill='%23e85d15'/%3e%3crect x='6' y='14' width='18' height='2' fill='%23e85d15'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem top .625rem;
	background-size: 2.5rem;
	font-size: 1.5em;
	gap: 10px;
	display: flex;
	align-items: center;
}

details.accordion summary.accordion__title:before {
    content: "";
    width: 25px;
    height: 25px;
    background: #ea5d15;
    border-radius: 50%;
}

details.accordion[open] summary.accordion__title {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32' width='32' height='32'%3e%3crect x='6' y='14' width='18' height='2' fill='%23e85d15'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem top .625rem;
	background-size: 2.5rem;
	color: #e85d15;
}

details.accordion .accordion__content {
	padding: 0 15px 10px 0px;
}

details.accordion .accordion__content p {
	margin: 0
}

.accordion img.emoji {
	background: #b57c5e !important;
	border-radius: 50%;
	font-size: 1.5em;
	padding: 4px !important;
}


.maxheight-img {
    max-height: 525px;
    overflow: hidden;
}

.maxheight-img div {     width: 100%;
    height: 100%;}

.maxheight-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.border2rem {
	border-radius: 2rem;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(139, 111, 78, 0.2);
}

.border2rem div {
	height: 100%;
	width: 100%;
}

.border2rem img {
	width: 100%;
	height: 100%;
	object-fit: cover !important;
}


#modal, #modalvisio, #modalcollectif {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 99;
    overflow-y: scroll;
}


#close-modal,
#close-modalvisio,
#close-modalcollectif {
	background: linear-gradient(135deg, var(--accent) 0%, var(--primary) 100%);
	color: white;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	position: absolute;
	right: 2%;
	top: 4%;
	z-index: 999;
	font-size: 2em;
}

.gridformulaire {
	width: 100%;
}

.teteimg,
.svgbefore {
	position: relative;
}


.arbre:after {
    content: "";
    background: url(/wp-content/uploads/2026/02/arbre-racines.webp);
    position: absolute;
    right: -150px;
    top: 20%;
    width: 630px;
    height: 750px;
    background-size: contain;
    mix-blend-mode: multiply;
    background-repeat: no-repeat;
}


.fondegrade {
	background: linear-gradient(135deg, var(--bg-light) 0%, var(--bg-cream) 100%);
}

.fondegrade2 {
	background: linear-gradient(to bottom, var(--cream) 0%, var(--beige) 100%);
}

.fondpapier {
    background: url(/wp-content/themes/maudginez/img/papier.png);
    position: relative;
    background-color: #fff7f2;
    background-size: 110px;
    background-attachment: fixed;
}

.fondsable {
	background: #FFF9F5;
	position: relative;
}

.fondclair {
	background: #FAF9F7;
	position: relative;
}

.fondbgcream {
	background: var(--bg-cream);
	position: relative;
}


.minititre,
.mini-titre {
	font-size: 1.25rem;
	color: var(--text-medium);
	margin-bottom: 2rem;
	animation: fadeInUp 1s ease 0.2s both;
	font-weight: 400 !important;
position:relative;
}

.mini-titre:after {
    content: "";
    background: url(/wp-content/uploads/2026/02/soulignement.svg);
    position: relative;
    width: 155px;
    height: 13px;
    display: block;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 24px;
    background-size: contain;
}

.grid-intro .mini-titre::after {
    left: 75px;
    top: 10px;
}

.textblanc .mini-titre {
    margin-bottom: 25px !important;
    display: block;
}

.textblanc .mini-titre:after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7496%) hue-rotate(94deg) brightness(97%) contrast(107%);
}

.titrebase :is(h1, h2, h3, h4, h5) {
    font-family: "Literata", serif;
    font-optical-sizing: auto;
    font-size: 2.6em;
    margin-bottom: 15px;
    margin-top: 5px;
    line-height: 1.1em;
    font-weight: 400;
    position: relative;
    animation: fadeInUp 1s ease;
}

.titrebase :is(h1, h2, h3, h4, h5) strong {
	font-weight: 500 !important;
}

.tree-analogy {
	background: var(--bg-cream);
	padding: 1.5rem;
	border-radius: 16px;
	border-left: 4px solid var(--orange2);
	box-shadow: 0 20px 60px rgba(139, 111, 78, 0.2);
}

.tree-item {
	margin-bottom: 1.5rem;
}

.tree-item:last-child {
	margin-bottom: 0;
}

.tree-item h4 {
	font-size: 1.2rem;
	color: var(--primary);
	margin-bottom: 0.5rem;
	margin-top: 0;
}

.tree-item p {
	color: var(--text-medium);
	margin: 0;
}


@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(40px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}


.methode-visual {
	position: relative;
}

.fl-node-8kqby9nwft3e .video-placeholder {
    width: 100%;
    max-width: 305px;
    height: 350px;
    background: url(/wp-content/uploads/2026/02/video1.webp);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.2rem;
    box-shadow: 0 20px 60px rgba(139, 111, 78, 0.2);
    position: relative;
    z-index: 1;
    background-size: cover;
    margin: auto;
    background-position: center;
}

.play-button {
    width: 80px;
    height: 80px;
    background: rgb(255 255 255 / 60%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-button:hover {
	transform: scale(1.1);
	background: var(--white);
}

.play-icon {
	width: 0;
	height: 0;
	border-left: 24px solid #333333;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	margin-left: 6px;
}


/* Horizontal Scroll Section */


.horizontal-spacer {
	height: 120vh;
}


.horizontal-section {
	height: 50vh;
	position: sticky;
	top: 0;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 1rem 2rem;
}


.horizontal-wrapper {
	display: flex;
	gap: 3rem !important;
	will-change: transform !important;

}

.horizontal-card {
	min-width: 35vw;
	height: 41vh;
	border-radius: 24px;
	padding: 2rem 4rem;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	background: #fff3eb;
	border-left: 4px solid #e85d15;
	box-shadow: 2px 5px 30px rgba(139, 111, 78, 0.2);
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	border-right: 4px solid #fff;
}

.horizontal-card h3 {
    font-size: clamp(1.3rem, 1.3vw, 2rem);
    font-weight: 500;
    margin-bottom: 1rem;
    z-index: 1;
    font-family: "Literata", serif;
}

.horizontal-card ul {
	padding: 0;
	margin: 0;
	display: flex;
	gap: 16px;
	flex-direction: column;
	font-size: 1.3em;
	list-style: inside;
}


.card-description {
	font-size: clamp(1rem, 2vw, 1.5rem);
	opacity: 0.9;
	max-width: 600px;
	z-index: 1;
}


.remontercard {
	margin-top: -20%;
	position: relative;
}


/* Tarifs Section */
.tarifs-section {
	background: var(--bg-cream);
}

.tarifs-content {
	max-width: 900px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px 15px;
}

.tarif-card {
	background: var(--white);
	padding: 1.5rem 3rem;
	border-radius: 24px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
	margin-bottom: 2rem;
}

.tarif-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid rgba(139, 111, 78, 0.1);
	flex-direction: column;
	text-align: center;
	gap: 10px;
}

.tarif-header h3 {
	font-size: 2rem;
	color: var(--primary);
	margin-bottom: 15px !important;
}

.tarif-price {
	font-size: 3rem;
	font-weight: 600;
	color: var(--orange2);
}

.tarif-details {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
}

.tarif-detail {
	flex: 1;
	min-width: 200px;
}

.tarif-detail strong {
	display: block;
	color: var(--primary);
	margin-bottom: 0.5rem;
}

.info-box {
    background: var(--bg-light);
    padding: 1.5rem;
    border-radius: 12px;
    border-left: 4px solid var(--orange2);
    margin-top: 1rem;
    box-shadow: 2px 9px 14px rgba(139, 111, 78, 0.2);
}

.info-box p {
	margin: 0;
	color: var(--text-medium);
}

.ctagrid {
	max-width: 600px;
	margin: auto;
}

.blockcta {
	background: var(--white);
	padding: 1.5rem 1rem;
	border-radius: 24px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
	text-align: center;
}

.blockcta h4 {
	font-size: 1.4rem;
	color: var(--primary);
	margin: 0;
}

.videos-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 2rem;
	max-width: 1000px;
	margin: 0 auto;
}

.video-card {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.video-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.video-card .video-placeholder {
    position: relative;
    width: 100%;
    display: flex;
    height: 200px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-size: cover !important;
}

.video-info {
    padding: 1rem 2rem;
    text-align: left;
}

.video-card .video-badge {
	display: inline-block;
	padding: 0.4rem 1rem;
	border-radius: 20px;
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 1rem;
}

.video-card .video-badge.before {
	background: rgba(139, 157, 131, 0.15);
	color: var(--sage-dark);
}

.video-card .video-badge.after {
    background: rgba(201, 166, 107, 0.15);
    color: var(--orange2);
}

.video-card .video-info h4 {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--charcoal);
    margin-bottom: 0.8rem;
    margin-top: 0;
    font-family: "Literata", serif;
}

.video-card .video-info p {
	color: var(--warm-grey);
	line-height: 1.7;
	margin-bottom: 1rem;
}

.video-card .video-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--orange2);
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
}

.video-overlay {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 2;
}

.video-duration {
    background: rgba(0, 0, 0, 0.7);
    color: var(--white);
    padding: 0.3rem 0.8rem;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
}


.collectives-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
}

.collective-card {
    background: #fef2ee;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.collective-content {
    padding: 2rem;
}

.collective-content h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.collective-meta {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    color: #47413d;
}

.collective-link {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap 0.3s ease;
}




/* FORM  */

.flex-form {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 10px;
	z-index: 1;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	padding: 20px;
	box-shadow: 0px 13px 26px #00000029;
	border-radius: 20px;
}

span.wpcf7-spinner {
	position: absolute;
}

.flex-form .full {
	position: relative;
	width: 100%
}

.flex-form .half {
	position: relative;
	width: 47.5%
}

.flex-form label {
	display: block;
	margin-bottom: 7px;
	font-size: 1em;
	font-weight: 500;
}

.flex-form p {
	margin: 0
}

.flex-form select,
.flex-form input:not(:is([type="button"], [type="submit"], [type="radio"], [type="checkbox"], [type="file"])) {
	height: 3rem;
}

input[type="checkbox"] {
	font-size: 20px;
	border-radius: 5px;
	min-width: 20px;
	border: 1px solid #c3c4c7;
	background: #fff;
}

.flex-form :is(input, textarea, select):not(:is([type="submit"], [type="button"])) {
	color: #818181;
	background: transparent;
	font-style: initial;
	font-family: sans-serif;
}

.flex-form select,
.flex-form textarea,
.flex-form input:not(:is([type="button"], .flex-form [type="submit"], .flex-form [type="radio"], .flex-form [type="checkbox"], .flex-form[type="file"])) {
	width: 100%;
	font-size: 14px;
	line-height: 1;
	outline: none;
	font-weight: 100;
	box-sizing: border-box;
	padding: .7375rem 0px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	background: transparent;
	padding-left: 15px;
	padding-right: 15px;
}

.flex-form .wpcf7-acceptance span.wpcf7-list-item-label {
	font-weight: 400;
	line-height: 1.3em;
}

.full h3,
.full h4 {
	font-size: 1.3em;
	font-style: normal;
	margin-bottom: 10px;
	margin-top: 0;
}

.full h3 strong,
.full h4 strong {
	font-weight: 600;
}

.full em {
	font-style: normal;
}

.wpcf7-acceptance input {
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid #00000040;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact
}

input#acceptance,
#condition2 input,
input[name="acceptance-284"] {
	font-size: 20px;
	border-radius: 5px;
	min-width: 20px;
	border: 1px solid #c3c4c7;
	background: #fff;
}

input#acceptance:checked[type=checkbox],
#condition2 input:checked[type=checkbox],
input:checked[name="acceptance-284"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23e85d15' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

input#acceptance:checked,
input#acceptance:focus,
#condition2 input:focus,
input[name="acceptance-284"]:focus {
	background-color: #f0ece2;
	border-color: #fff;
	border-color: #fcfbfa;
	outline: 0;
	box-shadow: 0 0 0 .11rem #090000
}

.wpcf7-acceptance span.wpcf7-list-item {
	margin: 0
}

.wpcf7-acceptance span.wpcf7-list-item-label {
	text-transform: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
	border: none;
	color: #000;
	font-size: 1em;
	padding: 5px 25px;
	position: relative;
	text-decoration: none;
	z-index: 0;
	display: inline-flex;
	gap: 10px;
	transition: cubic-bezier(0.4, 0, 1, 1) 0.2s;
	font-weight: 300;
	background: rgb(165 158 137 / 50%);
	border-radius: 23px;
	margin: 5px 0;
	align-items: center;
	height: 40px;
}


.wpcf7-acceptance label {
	font-size: 13px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	align-content: center;
	line-height: 1em;
}

/* FOO§TER  */


.SpeFoot {
    border-radius: 1.875rem 1.875rem 0 0;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
}

.SpeFoot a {
    color: #fff;
    text-decoration: underline;
}

footer.footerbg {
    background: #47413d;
    position: relative;
    color: #fff;
}

.bandeaufooter {
	padding: 20px;
	min-height: 100px;
	margin-bottom: 15px;
}


.footer-logo ul {
	list-style: none;
	margin: 0;
	display: flex;
	gap: 10px;
}

.main-footer {
    display: grid;
    grid-template-columns: 1.1fr 0.8fr 1.1fr;
    grid-template-areas: "logo nav reservation";
    padding: 30px 25px;
    gap: 10px 70px;
    max-width: 1400px;
    margin: auto;
    justify-items: center;
    align-items: start;
}

.main-footer h4 {
    font-size: 1.2em;
}

.main-footer ul {
	list-style: none;
	padding: 0
}

.footer-logo {
    grid-area: logo;
}

.footer-logo ul li {
	display: flex;
	align-items: flex-end;
}

.footer-logo ul li a {
	font-size: 1.2em;
	font-weight: 600;
}

.footer-nav {
	grid-area: nav;
}

.footer-reservation {
	grid-area: reservation;
	text-align: right;
}

.footer-credits {
	grid-area: credits;
}

.footer-credits ul {
	margin: 0;
}

.main-footer span strong {
	font-size: 1.2em;
}

.footer-credits .gtranslate_wrapper {
	margin-top: 5px;
}

.container.flexbas {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 25px;
}

.container.flexbas ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 10px;
}