.wp-site-blocks > header,.wp-site-blocks > footer,.wp-block-template-part,.wp-block-post-title,.entry-title {
	display: none !important;
}

.wp-site-blocks .wp-block-post-content>.cm-site {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
}

.wp-site-blocks .wp-block-post-content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body {
	background: #fffdfb !important;
}

.cm-site {
	color: var(--ink);
	background: var(--paper);
	font-family: Inter, "Avenir Next", "Segoe UI", sans-serif;
	line-height: 1.65;
	margin: -1px 0 0;
}

.cm-site * {
	box-sizing: border-box;
}

.cm-site a {
	color: inherit;
	text-decoration: none;
}

.cm-site img {
	max-width: 100%;
	display: block;
}

.cm-header {
	position: sticky;
	top: 0;
	z-index: 30;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(18px,2.4vw,44px);
	width: 100%;
	padding: 26px clamp(34px,5.2vw,76px);
	background: rgba(255,253,251,.92);
	border-bottom: 1px solid rgba(234,219,212,.55);
}

.cm-brand {
	flex: 0 0 auto;
	min-width: 170px;
	margin-right: auto;
}

.cm-brand strong {
	display: block;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 31px;
	font-weight: 400;
	line-height: .92;
}

.cm-brand span {
	display: block;
	margin-top: 7px;
	color: var(--coral);
	font-size: 12px;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.cm-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(24px,3.2vw,52px);
	flex: 1;
	font-size: 14px;
}

.cm-nav a,.cm-header>a:not(.cm-brand):not(.cm-button) {
	display: inline-block;
	flex: 0 0 auto;
	margin: 0;
	padding: 8px 0;
	border-bottom: 2px solid transparent;
	font-size: 14px;
	line-height: 1.2;
	white-space: nowrap;
}

.cm-nav a:hover,.cm-nav .active,.cm-header>a.active:not(.cm-brand):not(.cm-button),.cm-header>a:not(.cm-brand):not(.cm-button):hover {
	border-color: var(--blush);
}

.cm-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 50px;
	padding: 0 34px;
	border: 1px solid rgba(46,52,68,.24);
	border-radius: 999px;
	background: linear-gradient(100deg,#f6aaa9,#c9dee0);
	color: var(--ink);
	font-weight: 600;
	font-size: 14px;
	box-shadow: 0 12px 30px rgba(219,109,105,.16);
}

.cm-button.outline {
	flex: 0 0 auto;
	min-height: 42px;
	margin-left: auto;
	padding: 0 25px;
	background: transparent;
	border-color: var(--ink);
	box-shadow: none;
	font-size: 12px;
	text-transform: uppercase;
}

.cm-section {
	padding: clamp(62px,8vw,108px) clamp(22px,7vw,120px);
}

.cm-hero {
	min-height: 590px;
	display: grid;
	grid-template-columns: minmax(320px,.88fr) minmax(420px,1.12fr);
	align-items: center;
	gap: 20px;
	padding: 44px clamp(34px,9vw,138px) 62px;
	background: radial-gradient(circle at 22% 36%,rgba(244,184,181,.22),transparent 34%), linear-gradient(90deg,rgba(255,253,251,.97) 0%,rgba(255,253,251,.76) 48%,rgba(255,253,251,.18) 100%), var(--hero) center right/cover no-repeat;
}

.cm-hero.sub {
	min-height: 560px;
}

.cm-copy {
	max-width: 640px;
}

.cm-spark {
	color: var(--coral);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 38px;
}

.cm-site h1,.cm-site h2,.cm-site h3 {
	margin: 0;
	color: var(--ink);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 400;
	line-height: .98;
}

.cm-site h1 {
	margin-top: 22px;
	font-size: clamp(58px,6.6vw,102px);
	text-transform: uppercase;
}

.cm-site h2 {
	font-size: clamp(38px,5vw,60px);
}

.cm-site h3 {
	font-size: 34px;
}

.cm-accent {
	color: var(--coral);
}

.cm-lead {
	max-width: 560px;
	margin: 24px 0 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(23px,2.5vw,34px);
	line-height: 1.28;
}

.cm-body-lead {
	max-width: 620px;
	margin: 24px 0 0;
	color: var(--muted);
	font-size: 18px;
}

.cm-line {
	width: 72px;
	height: 3px;
	margin: 34px 0;
	background: var(--blush);
}

.cm-two {
	display: grid;
	grid-template-columns: minmax(300px,.95fr) minmax(320px,1.05fr);
	align-items: center;
	gap: clamp(42px,7vw,110px);
}

.cm-photo {
	overflow: hidden;
	border-radius: 46% 54% 48% 52%/55% 42% 58% 45%;
	box-shadow: 0 22px 60px rgba(53,43,38,.09);
}

.cm-photo img {
	width: 100%;
	aspect-ratio: 1.08;
	object-fit: cover;
}

.cm-grid5 {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 32px;
	margin-top: 58px;
	text-align: center;
}

.cm-bubble {
	display: grid;
	width: 76px;
	height: 76px;
	margin: 0 auto 18px;
	border-radius: 50%;
	background: var(--bubble,#f6d6d1);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 32px;
}

.cm-mini h3 {
	font-family: Inter, "Segoe UI", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

.cm-mini p {
	margin: 10px auto 0;
	max-width: 190px;
	color: var(--muted);
	font-size: 14px;
}

.cm-band {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	background: var(--cream);
}

.cm-band img {
	width: 100%;
	height: 100%;
	min-height: 410px;
	object-fit: cover;
}

.cm-check {
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.cm-check li {
	position: relative;
	margin: 9px 0;
	padding-left: 30px;
}

.cm-check li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 15px;
	height: 15px;
	border: 1px solid #8ab0ac;
	border-radius: 50%;
	background: radial-gradient(circle,#8ab0ac 24%,transparent 28%);
}

.cm-soft {
	padding: 44px clamp(22px,7vw,120px);
	background: linear-gradient(110deg,rgba(251,224,198,.75),rgba(245,184,184,.42),rgba(201,221,224,.72)), var(--paper);
}

.cm-soft-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
	max-width: 1260px;
	margin: 0 auto;
}

.cm-soft h2 {
	font-size: clamp(32px,4vw,48px);
}

.cm-card {
	padding: clamp(28px,4vw,50px);
	border: 1px solid rgba(234,219,212,.85);
	border-radius: 8px;
	background: rgba(255,253,251,.86);
	box-shadow: 0 22px 60px rgba(53,43,38,.09);
}

.cm-approach {
	display: grid;
	grid-template-columns: minmax(300px,.95fr) minmax(300px,1.05fr);
	gap: clamp(34px,6vw,90px);
	align-items: start;
}

.cm-principles {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 26px;
	text-align: center;
}

.cm-pricing {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
}

.cm-price {
	margin: 8px 0 25px;
	color: var(--coral);
	font-size: 24px;
	font-weight: 600;
}

.cm-leaves {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.cm-leaves li {
	margin: 10px 0;
	padding-left: 26px;
	position: relative;
}

.cm-leaves li:before {
	content: "◇";
	position: absolute;
	left: 0;
	color: var(--coral);
}

.cm-packages {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 24px;
	margin-top: 42px;
}

.cm-package {
	min-height: 290px;
	text-align: center;
}

.cm-package h3 {
	min-height: 82px;
	font-size: 29px;
}

.cm-amount {
	color: var(--coral);
	font-size: 34px;
	font-weight: 600;
}

.cm-chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-top: 28px;
}

.cm-chip {
	padding: 9px 20px;
	border-radius: 999px;
	background: var(--chip,#f6dbd5);
	font-size: 14px;
}

.cm-contact {
	display: grid;
	grid-template-columns: minmax(280px,.8fr) minmax(320px,1.2fr);
	gap: clamp(36px,7vw,100px);
	align-items: start;
}

.cm-contact-item {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 22px;
	margin-bottom: 28px;
}

.cm-contact-item .cm-bubble {
	width: 60px;
	height: 60px;
	margin: 0;
	font-size: 24px;
}

.cm-contact-item h3 {
	font-family: Inter, "Segoe UI", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.cm-faq {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 24px;
	margin-top: 34px;
}

.cm-faq-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 92px;
	padding: 24px;
	border-radius: 8px;
	background: #fbf4f1;
	font-weight: 600;
}

.cm-test {
	text-align: center;
}

.cm-quotes {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 28px;
	margin-top: 42px;
	text-align: left;
}

.cm-quote {
	min-height: 215px;
}

.cm-quote:before {
	content: "“";
	color: var(--blush);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 76px;
	line-height: 0;
}

.cm-quote cite {
	display: block;
	margin-top: 26px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 18px;
	font-style: normal;
}

.cm-stars {
	color: var(--coral);
	letter-spacing: 4px;
}

.cm-footer {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 26px;
	padding: 34px clamp(22px,5vw,72px);
	border-top: 1px solid var(--line);
	background: #fffaf6;
}

.cm-footer-nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 28px;
	font-size: 13px;
}

.cm-footer-points {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 18px;
	color: var(--muted);
	font-size: 13px;
}

.cm-center {
	max-width: 880px;
	margin: 0 auto;
	text-align: center;
}

.cm-mt {
	margin-top: 54px;
}

.cm-form input,.cm-form textarea {
	width: 100%;
	border: 1px solid #ded7d2;
	border-radius: 8px;
	background: rgba(255,255,255,.84);
	padding: 15px;
	margin: 0 0 14px;
	font: 15px Inter, "Segoe UI", sans-serif;
}

.cm-form textarea {
	min-height: 160px;
}

@media(max-width:900px) {
	.cm-header {
		position: relative;
		display: block;
	}
	
	.cm-nav {
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	
	.cm-header>a:not(.cm-brand):not(.cm-button) {
		margin: 12px 20px 0 0;
	}
	
	.cm-header .outline {
		margin-top: 16px;
	}
	
	.cm-hero,.cm-hero.sub,.cm-two,.cm-approach,.cm-pricing,.cm-contact,.cm-band {
		grid-template-columns: 1fr;
	}
	
	.cm-hero,.cm-hero.sub {
		min-height: 0;
		background: linear-gradient(180deg,rgba(255,253,251,.98) 0%,rgba(255,253,251,.9) 48%,rgba(255,253,251,.35) 100%), var(--hero) center/cover no-repeat;
	}
	
	.cm-hero:after {
		content: "";
		min-height: 300px;
	}
	
	.cm-grid5,.cm-principles,.cm-packages,.cm-faq,.cm-quotes {
		grid-template-columns: repeat(2,1fr);
	}
	
	.cm-footer {
		grid-template-columns: 1fr;
		text-align: center;
	}
	
	.cm-footer-points {
		justify-content: center;
	}
}

@media(max-width:680px) {
	.cm-site h1 {
		font-size: 50px;
	}
	
	.cm-lead {
		font-size: 24px;
	}
	
	.cm-section {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.cm-grid5,.cm-principles,.cm-packages,.cm-faq,.cm-quotes {
		grid-template-columns: 1fr;
	}
	
	.cm-soft-inner {
		align-items: flex-start;
		flex-direction: column;
	}
	
	.cm-contact-item {
		grid-template-columns: 54px 1fr;
	}
}

body .wp-site-blocks .wp-block-post-title.has-text-align-center,
body .wp-site-blocks h1.wp-block-post-title,
body .wp-block-post-title {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

/* Corrections accueil pleine largeur + menu desktop */
.wp-site-blocks .wp-block-post-content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.wp-site-blocks .wp-block-post-content>.cm-site {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
}

.cm-header {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: clamp(18px,2.4vw,44px) !important;
	width: 100% !important;
	padding: 26px clamp(34px,5.2vw,76px) !important;
}

.cm-brand {
	flex: 0 0 auto !important;
	margin-right: auto !important;
}

.cm-button.outline {
	flex: 0 0 auto !important;
	margin-left: auto !important;
}

.cm-header>a:not(.cm-brand):not(.cm-button) {
	display: inline-block !important;
	flex: 0 0 auto !important;
	margin: 0 !important;
	padding: 8px 0 !important;
	white-space: nowrap !important;
	line-height: 1.2 !important;
}

.cm-hero {
	min-height: 590px !important;
	padding: 44px clamp(34px,9vw,138px) 62px !important;
}

.cm-site h1 {
	font-size: clamp(58px,6.6vw,102px) !important;
}

@media(max-width:900px) {
	.cm-header {
		position: relative !important;
		display: block !important;
	}
	
	.cm-header>a:not(.cm-brand):not(.cm-button) {
		margin: 12px 20px 0 0 !important;
	}
	
	.cm-button.outline {
		margin-left: 0 !important;
	}
}

/* Correction largeur sans débordement horizontal */
.wp-site-blocks .wp-block-post-content>.cm-site {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* Correction menu sur une ligne tablette/desktop */
@media(max-width:900px) and (min-width:641px) {
	.cm-header {
		position: sticky !important;
		display: flex !important;
		align-items: center !important;
		gap: 12px !important;
		padding-left: 22px !important;
		padding-right: 22px !important;
	}
	
	.cm-brand {
		min-width: 145px !important;
		margin-right: auto !important;
	}
	
	.cm-brand strong {
		font-size: 26px !important;
	}
	
	.cm-brand span {
		font-size: 10px !important;
		letter-spacing: 4px !important;
	}
	
	.cm-header>a:not(.cm-brand):not(.cm-button) {
		margin: 0 !important;
		font-size: 12px !important;
		white-space: nowrap !important;
	}
	
	.cm-button.outline {
		min-height: 38px !important;
		margin-left: auto !important;
		padding: 0 18px !important;
		font-size: 11px !important;
	}
}

@media(max-width:640px) {
	.cm-header {
		position: relative !important;
		display: block !important;
	}
	
	.cm-header>a:not(.cm-brand):not(.cm-button) {
		margin: 12px 20px 0 0 !important;
	}
	
	.cm-button.outline {
		margin-top: 16px !important;
		margin-left: 0 !important;
	}
}

/* Corrections footer, fonds blanc/beige et icones concept */
.cm-footer {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: clamp(18px,2.4vw,34px);
	padding: 28px clamp(28px,5vw,72px);
	border-top: 1px solid var(--line);
	background: #fffaf6;
	white-space: nowrap;
}

.cm-footer>a:not(.cm-brand) {
	flex: 0 0 auto;
	font-size: 13px;
	line-height: 1.2;
}

.cm-footer-nav {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 28px;
	font-size: 13px;
}

.cm-footer-points {
	display: flex;
	justify-content: flex-end;
	flex-wrap: nowrap;
	gap: 18px;
	margin-left: auto;
	color: var(--muted);
	font-size: 13px;
}

.cm-center {
	max-width: 880px;
	margin: 0 auto;
	text-align: center;
}

.cm-mt {
	margin-top: 54px;
}

.cm-site main>section:nth-of-type(2),.cm-site main>section:nth-of-type(3),.cm-site main>section:nth-of-type(4),.cm-site main>section:nth-of-type(7) {
	background: #fffdfb !important;
}

.cm-site main>section:nth-of-type(5) {
	background: linear-gradient(90deg,#fbf5ef 0%,#fffaf6 52%,#fbf5ef 100%) !important;
	border-radius: 0 0 28px 28px;
}

.cm-grid5 .cm-bubble {
	position: relative;
	font-size: 0;
}

.cm-grid5 .cm-bubble:before {
	content: "";
	display: block;
	width: 42px;
	height: 42px;
	background: center/contain no-repeat var(--cm-icon);
}

.cm-grid5 .cm-mini:nth-child(1) .cm-bubble {
}

.cm-grid5 .cm-mini:nth-child(2) .cm-bubble {
}

.cm-grid5 .cm-mini:nth-child(3) .cm-bubble {
}

.cm-grid5 .cm-mini:nth-child(4) .cm-bubble {
}

.cm-grid5 .cm-mini:nth-child(5) .cm-bubble {
}

/* Accueil - concept + bloc checklist plus proche du visuel */
body.home .entry-content > .wp-block-group.alignfull:nth-child(3) {
	background: #fffdfb !important;
	margin-top: 0 !important;
	padding: 34px clamp(34px,7.5vw,112px) 48px !important;
	color: #2e3444 !important;
}

body.home .entry-content > .wp-block-group.alignfull:nth-child(3) > p:first-child {
	color: #2e3444 !important;
	font-family: Fraunces, "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(21px,2.1vw,29px) !important;
	line-height: 1 !important;
	font-weight: 300 !important;
	margin: 0 !important;
}

body.home .entry-content > .wp-block-group.alignfull:nth-child(3) > h2 {
	color: #2e3444 !important;
	font-family: Fraunces, "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(34px,3.8vw,50px) !important;
	line-height: .95 !important;
	font-weight: 300 !important;
	margin: 0 0 28px !important;
}

body.home .entry-content > .wp-block-group.alignfull:nth-child(3) > .wp-block-columns {
	max-width: 1120px !important;
	margin: 0 auto !important;
	gap: clamp(22px,4vw,70px) !important;
	align-items: start !important;
}

body.home .entry-content > .wp-block-group.alignfull:nth-child(3) .wp-block-column {
	text-align: center !important;
}

body.home .entry-content > .wp-block-group.alignfull:nth-child(3) .wp-block-column .wp-block-group {
	min-height: 0 !important;
	gap: 8px !important;
	justify-content: flex-start !important;
}

body.home .entry-content > .wp-block-group.alignfull:nth-child(3) .wp-block-image,
body.home .entry-content > .wp-block-group.alignfull:nth-child(3) figure {
	margin: 0 auto 14px !important;
}

body.home .entry-content > .wp-block-group.alignfull:nth-child(3) img,
body.home .entry-content > .wp-block-group.alignfull:nth-child(3) .wp-block-image img {
	width: 70px !important;
	height: 70px !important;
	object-fit: contain !important;
	border-radius: 999px !important;
}

body.home .entry-content > .wp-block-group.alignfull:nth-child(3) h3 {
	color: #2e3444 !important;
	font-family: "Public Sans", Inter, "Segoe UI", sans-serif !important;
	font-size: 14px !important;
	line-height: 1.28 !important;
	font-weight: 700 !important;
	margin: 0 !important;
}

body.home .entry-content > .wp-block-group.alignfull:nth-child(3) p:not(:first-child) {
	color: #2e3444 !important;
	font-family: "Public Sans", Inter, "Segoe UI", sans-serif !important;
	font-size: 13px !important;
	line-height: 1.65 !important;
	font-weight: 400 !important;
	margin: 8px auto 0 !important;
	max-width: 150px !important;
}

body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) {
	background: #fbf5ef !important;
	margin-top: 0 !important;
	padding: 0 !important;
	grid-template-columns: minmax(0,50%) minmax(0,50%) !important;
	min-height: 340px !important;
}

body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) .wp-block-media-text__media {
	align-self: stretch !important;
	min-height: 340px !important;
}

body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) .wp-block-media-text__media img {
	width: 100% !important;
	height: 100% !important;
	min-height: 340px !important;
	object-fit: cover !important;
}

body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) .wp-block-media-text__content {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	padding: 44px clamp(46px,7vw,98px) !important;
	color: #2e3444 !important;
}

body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) h2 {
	color: #2e3444 !important;
	font-family: Fraunces, "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(34px,3.6vw,50px) !important;
	line-height: 1.03 !important;
	font-weight: 300 !important;
	margin: 0 0 18px !important;
	max-width: 430px !important;
}

body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #2e3444 !important;
	max-width: 570px !important;
}

body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) li {
	position: relative !important;
	list-style: none !important;
	padding-left: 28px !important;
	margin: 4px 0 !important;
	color: #2e3444 !important;
	font-size: 14px !important;
	line-height: 1.45 !important;
	font-weight: 500 !important;
}

body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) li::marker {
	content: "" !important;
}

body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) li::before {
	content: "✓" !important;
	position: absolute !important;
	left: 0 !important;
	top: .18em !important;
	display: inline-grid !important;
	width: 16px !important;
	height: 16px !important;
	border: 1.4px solid #9ab8b1 !important;
	border-radius: 50% !important;
	color: #8eafa7 !important;
	font-size: 10px !important;
	line-height: 1 !important;
	font-weight: 700 !important;
	background: #fffdfb !important;
}

@media(max-width:781px) {
	body.home .entry-content > .wp-block-group.alignfull:nth-child(3) {
		padding: 36px 22px 44px !important;
	}
	
	body.home .entry-content > .wp-block-group.alignfull:nth-child(3) > .wp-block-columns {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 28px !important;
	}
	
	body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) {
		display: block !important;
	}
	
	body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) .wp-block-media-text__content {
		padding: 38px 24px !important;
	}
}

@media(max-width:520px) {
	body.home .entry-content > .wp-block-group.alignfull:nth-child(3) > .wp-block-columns {
		grid-template-columns: 1fr !important;
	}
}

/* Accueil - resserrage final concept + hauteur image/checklist */
body.home .entry-content > .wp-block-group.alignfull:nth-child(3) > .wp-block-columns {
	width: min(100%,1120px) !important;
	max-width: 1120px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

@media(min-width:782px) {
	body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) {
		height: 365px !important;
		min-height: 365px !important;
		overflow: hidden !important;
		align-items: stretch !important;
	}
	
	body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) .wp-block-media-text__media {
		height: 365px !important;
		min-height: 365px !important;
		overflow: hidden !important;
	}
	
	body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) .wp-block-media-text__media img {
		height: 365px !important;
		min-height: 0 !important;
		object-fit: cover !important;
	}
	
	body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) .wp-block-media-text__content {
		min-height: 365px !important;
		padding-top: 34px !important;
		padding-bottom: 34px !important;
	}
}

/* Accueil - ajustement checklist pour tenir dans la bande beige */
@media(min-width:782px) {
	body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) .wp-block-media-text__content {
		box-sizing: border-box !important;
		height: 365px !important;
		min-height: 0 !important;
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	
	body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) h2 {
		font-size: clamp(32px,3.25vw,44px) !important;
		line-height: 1 !important;
		margin-bottom: 12px !important;
		max-width: 390px !important;
	}
	
	body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) li {
		font-size: 13px !important;
		line-height: 1.35 !important;
		margin: 2px 0 !important;
	}
	
	body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) li::before {
		top: .08em !important;
	}
}

/* Correctif: garde les blocs Accueil modifiables, sans debordement */
body.home .entry-content > .wp-block-group.alignfull:nth-child(3),
body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box !important;
	overflow: visible !important;
}

body.home .entry-content > .wp-block-group.alignfull:nth-child(3) {
	background: #fffdfb !important;
	padding: 40px clamp(24px,5vw,72px) 56px !important;
}

body.home .entry-content > .wp-block-group.alignfull:nth-child(3) > .wp-block-columns {
	width: 100% !important;
	max-width: 1180px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	gap: clamp(18px,3vw,48px) !important;
}

body.home .entry-content > .wp-block-group.alignfull:nth-child(3) .wp-block-column {
	min-width: 0 !important;
}

body.home .entry-content > .wp-block-group.alignfull:nth-child(3) .wp-block-image,
body.home .entry-content > .wp-block-group.alignfull:nth-child(3) figure {
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 14px !important;
}

body.home .entry-content > .wp-block-group.alignfull:nth-child(3) .wp-block-image img,
body.home .entry-content > .wp-block-group.alignfull:nth-child(3) figure img {
	width: 76px !important;
	height: 76px !important;
	max-width: 76px !important;
	object-fit: contain !important;
	border-radius: 999px !important;
}

body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) {
	background: #fbf5ef !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 0 !important;
	grid-template-columns: minmax(0,50%) minmax(0,50%) !important;
}

body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) .wp-block-media-text__media,
body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) .wp-block-media-text__media img {
	height: auto !important;
	min-height: 0 !important;
}

body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) .wp-block-media-text__media img {
	width: 100% !important;
	aspect-ratio: 1.9/1 !important;
	object-fit: cover !important;
	display: block !important;
}

body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) .wp-block-media-text__content {
	height: auto !important;
	min-height: 0 !important;
	box-sizing: border-box !important;
	padding: 42px clamp(32px,6vw,88px) !important;
	overflow: visible !important;
}

body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) ul {
	list-style: disc outside !important;
	margin: 16px 0 0 1.2em !important;
	padding: 0 !important;
}

body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) li {
	list-style: disc outside !important;
	padding-left: 0 !important;
	margin: 4px 0 !important;
	font-size: 14px !important;
	line-height: 1.45 !important;
}

body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) li::before {
	content: none !important;
	display: none !important;
}

body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) li::marker {
	content: normal !important;
	color: #6b655f !important;
}

@media(max-width:781px) {
	body.home .entry-content > .wp-block-group.alignfull:nth-child(3),
						  body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
	}
	
	body.home .entry-content > .wp-block-group.alignfull:nth-child(3) > .wp-block-columns {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
	}
	
	body.home .entry-content > .wp-block-media-text.alignfull:nth-child(4) {
		display: block !important;
	}
}

@media(max-width:520px) {
	body.home .entry-content > .wp-block-group.alignfull:nth-child(3) > .wp-block-columns {
		grid-template-columns: 1fr !important;
	}
}

/* Correctif cadre Accueil: empeche les blocs alignfull de depasser */
body.home .entry-content > .alignfull {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box !important;
}

body.home .entry-content > .alignfull > .wp-block-cover__image-background,
body.home .entry-content > .alignfull > .wp-block-cover__background {
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
}

/* Disponible bientot - texte noir sur fond blanc */
body[class*="coming-soon"],
body[class*="coming-soon"] :not(svg):not(path),
.wpcom-coming-soon,
.wpcom-coming-soon :not(svg):not(path),
.coming-soon,
.coming-soon :not(svg):not(path),
[class*="coming-soon"]:not(svg):not(path) {
	color: #111111 !important;
}

body[class*="coming-soon"],
.wpcom-coming-soon,
.coming-soon {
	background: #ffffff !important;
}

body[class*="coming-soon"] a,
.wpcom-coming-soon a,
.coming-soon a {
	color: #111111 !important;
	text-decoration-color: #111111 !important;
}

/* Correctif concept Accueil: restaure les pastilles pastel des emplacements d'icones */
body.home .entry-content > .wp-block-group.alignfull:nth-child(3) .wp-block-columns > .wp-block-column > .wp-block-group > .wp-block-group.has-background:first-child {
	width: 76px !important;
	min-width: 76px !important;
	height: 76px !important;
	min-height: 76px !important;
	max-width: 76px !important;
	padding: 0 !important;
	margin: 0 auto 14px !important;
	border-radius: 999px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	overflow: hidden !important;
	background-clip: padding-box !important;
}

body.home .entry-content > .wp-block-group.alignfull:nth-child(3) .wp-block-columns > .wp-block-column:nth-child(1) > .wp-block-group > .wp-block-group.has-background:first-child {
	background-color: #f6d6d1 !important;
}

body.home .entry-content > .wp-block-group.alignfull:nth-child(3) .wp-block-columns > .wp-block-column:nth-child(2) > .wp-block-group > .wp-block-group.has-background:first-child {
	background-color: #eadcf0 !important;
}

body.home .entry-content > .wp-block-group.alignfull:nth-child(3) .wp-block-columns > .wp-block-column:nth-child(3) > .wp-block-group > .wp-block-group.has-background:first-child {
	background-color: #dbe8e1 !important;
}

body.home .entry-content > .wp-block-group.alignfull:nth-child(3) .wp-block-columns > .wp-block-column:nth-child(4) > .wp-block-group > .wp-block-group.has-background:first-child {
	background-color: #f5dfbb !important;
}

body.home .entry-content > .wp-block-group.alignfull:nth-child(3) .wp-block-columns > .wp-block-column:nth-child(5) > .wp-block-group > .wp-block-group.has-background:first-child {
	background-color: #dceaf0 !important;
}

body.home .entry-content > .wp-block-group.alignfull:nth-child(3) .wp-block-columns > .wp-block-column > .wp-block-group > .wp-block-group.has-background:first-child img,
body.home .entry-content > .wp-block-group.alignfull:nth-child(3) .wp-block-columns > .wp-block-column > .wp-block-group > .wp-block-group.has-background:first-child svg {
	width: 42px !important;
	height: 42px !important;
	max-width: 42px !important;
	max-height: 42px !important;
	object-fit: contain !important;
	display: block !important;
}

/* Correctif Accueil: banniere et navigation pleine largeur */
body.home .entry-content > .wp-block-cover.alignfull:first-child {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	box-sizing: border-box !important;
}

body.home .entry-content > .wp-block-cover.alignfull:first-child .wp-block-cover__inner-container {
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box !important;
}

body.home .entry-content > .wp-block-cover.alignfull:first-child .wp-block-cover__inner-container > .wp-block-group:first-child {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box !important;
	display: grid !important;
	grid-template-columns: minmax(0,1fr) auto !important;
	align-items: center !important;
	gap: clamp(20px,3vw,44px) !important;
	padding-left: clamp(36px,5vw,72px) !important;
	padding-right: clamp(36px,5vw,72px) !important;
}

body.home .entry-content > .wp-block-cover.alignfull:first-child .wp-block-cover__inner-container > .wp-block-group:first-child > .wp-block-group:first-child {
	width: 100% !important;
	min-width: 0 !important;
	display: grid !important;
	grid-template-columns: auto minmax(0,1fr) !important;
	align-items: center !important;
	gap: clamp(36px,7vw,120px) !important;
}

body.home .entry-content > .wp-block-cover.alignfull:first-child .wp-block-cover__inner-container > .wp-block-group:first-child > .wp-block-group:first-child > .wp-block-group:nth-child(2) {
	width: 100% !important;
	min-width: 0 !important;
	display: flex !important;
	flex-wrap: nowrap !important;
	justify-content: center !important;
	align-items: center !important;
	gap: clamp(24px,4vw,58px) !important;
	white-space: nowrap !important;
}

body.home .entry-content > .wp-block-cover.alignfull:first-child .wp-block-cover__inner-container > .wp-block-group:first-child > .wp-block-columns {
	width: auto !important;
	min-width: max-content !important;
	margin: 0 !important;
	justify-self: end !important;
}

@media(max-width:900px) {
	body.home .entry-content > .wp-block-cover.alignfull:first-child .wp-block-cover__inner-container > .wp-block-group:first-child {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: center !important;
		padding-left: 24px !important;
		padding-right: 24px !important;
	}
	
	body.home .entry-content > .wp-block-cover.alignfull:first-child .wp-block-cover__inner-container > .wp-block-group:first-child > .wp-block-group:first-child {
		grid-template-columns: 1fr !important;
		justify-items: center !important;
		gap: 18px !important;
	}
	
	body.home .entry-content > .wp-block-cover.alignfull:first-child .wp-block-cover__inner-container > .wp-block-group:first-child > .wp-block-group:first-child > .wp-block-group:nth-child(2) {
		flex-wrap: wrap !important;
		justify-content: center !important;
		gap: 16px 24px !important;
	}
}

/* Ajustement: garde la banniere dans le cadre sans debordement horizontal */
body.home .entry-content > .wp-block-cover.alignfull:first-child {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}