/* CNS À propos — /a-propos */

:root {
	--cns-lime: #c8f000;
	--cns-green: #0d2d1e;
	--cns-ink: #111;
	--cns-font: "Poppins", system-ui, sans-serif;
	--cns-hand: "Caveat", cursive;
}

body.cns-apropos,
body.cns-apropos .site-content,
body.cns-apropos .entry-content {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: var(--cns-font);
	color: var(--cns-ink);
	overflow-x: hidden;
}

html:has(body.cns-apropos) {
	overflow-x: hidden;
}

body.cns-apropos .site-main,
body.cns-apropos main,
body.cns-apropos article.page,
body.cns-apropos .page,
body.cns-apropos #content,
body.cns-apropos .content-area,
body.cns-apropos .page-content,
body.cns-apropos .entry-content {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
}

body.cns-apropos main#content.site-main {
	margin-top: 110px !important;
}

/* Sous 1200px le menu desktop se replie et le menu mobile
   s’affiche en plus. On ne garde que la barre mobile.
   Sous 768px le décalage de 110px crée un bandeau blanc : on le retire. */
@media (max-width: 1199px) {
	body.cns-apropos header.elementor-location-header .elementor-element-2b0c573b,
	body.cns-apropos header.elementor-location-header .elementor-element-59b9be2a {
		display: none !important;
	}

	body.cns-apropos header.elementor-location-header .elementor-element-7e8f222b {
		display: block !important;
	}
}

@media (max-width: 767px) {
	body.cns-apropos main#content.site-main {
		margin-top: 0 !important;
	}
}

body.cns-apropos .entry-header,
body.cns-apropos .page-header,
body.cns-apropos .entry-title {
	display: none !important;
}

.cns-about-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
	align-items: stretch;
	min-height: clamp(560px, 78vh, 760px);
	background: var(--cns-green);
	color: #fff;
	overflow: hidden;
}

.cns-about-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: clamp(1.35rem, 2.4vw, 2rem);
	padding: clamp(2.4rem, 5vw, 4rem) clamp(1.25rem, 3vw, 2.5rem) clamp(1.6rem, 3vw, 2.4rem);
	padding-left: max(1.25rem, calc((100vw - 1180px) / 2));
	box-sizing: border-box;
}

.cns-about-hero__eyebrow {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.92);
}

.cns-about-hero__title {
	margin: 0;
	max-width: 13em;
	font-size: clamp(2.15rem, 4.1vw, 3.45rem);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.03em;
	color: #fff;
}

.cns-about-hero__title span {
	color: var(--cns-lime);
}

.cns-about-hero__lead {
	margin: 0;
	max-width: 34rem;
	font-size: clamp(0.98rem, 1.3vw, 1.08rem);
	font-weight: 400;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.9);
}

.cns-about-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

.cns-about-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 3.05rem;
	padding: 0.85rem 1.35rem;
	border-radius: 999px;
	border: 1.5px solid transparent;
	font-family: var(--cns-font);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	box-sizing: border-box;
	transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.cns-about-btn--primary,
.cns-about-btn--primary:hover,
.cns-about-btn--primary:focus {
	background: var(--cns-lime) !important;
	border-color: var(--cns-lime) !important;
	color: var(--cns-green) !important;
}

.cns-about-btn--primary:hover {
	background: #d6ff2e !important;
	transform: translateY(-1px);
}

.cns-about-btn--ghost,
.cns-about-btn--ghost:hover,
.cns-about-btn--ghost:focus {
	background: transparent !important;
	border-color: rgba(255, 255, 255, 0.72) !important;
	color: #fff !important;
}

.cns-about-btn--ghost:hover {
	border-color: #fff !important;
	background: rgba(255, 255, 255, 0.06) !important;
}

.cns-about-btn:focus-visible {
	outline: 2px solid var(--cns-lime);
	outline-offset: 3px;
}

.cns-about-hero__stats {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0;
	margin: clamp(0.5rem, 2vw, 1.5rem) 0 0;
	padding: 0;
	list-style: none;
}

.cns-about-hero__stats li {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0 1.15rem 0 1rem;
	border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.cns-about-hero__stats li:first-child {
	padding-left: 0;
	border-left: 0;
}

.cns-about-hero__stat-icon {
	display: inline-flex;
	flex: 0 0 auto;
	color: var(--cns-lime);
}

.cns-about-hero__stat-icon svg {
	display: block;
	width: 1.7rem;
	height: 1.7rem;
}

.cns-about-hero__stat-text {
	display: block;
	max-width: 8.5rem;
	font-size: 0.82rem;
	font-weight: 500;
	line-height: 1.25;
	color: rgba(255, 255, 255, 0.88);
}

.cns-about-hero__stat-text strong {
	display: block;
	margin-bottom: 0.08rem;
	font-size: 1.02rem;
	font-weight: 700;
	color: #fff;
}

.cns-about-hero__visual {
	position: relative;
	min-height: 100%;
	isolation: isolate;
}

.cns-about-hero__visual img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 18%;
	filter: grayscale(1) contrast(1.06) brightness(0.92);
}

.cns-about-hero__visual::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		var(--cns-green) 0%,
		rgba(13, 45, 30, 0.72) 16%,
		rgba(13, 45, 30, 0.18) 38%,
		transparent 58%
	);
}

.cns-about-hero__note {
	position: absolute;
	z-index: 2;
	margin: 0;
	font-family: var(--cns-hand);
	font-weight: 600;
	line-height: 1.05;
	pointer-events: none;
}

.cns-about-hero__note--goal {
	top: 8%;
	left: 8%;
	max-width: 12rem;
	color: var(--cns-lime);
	font-size: clamp(1.35rem, 2vw, 1.75rem);
	transform: rotate(-7deg);
}

.cns-about-hero__note--field {
	right: 6%;
	top: 46%;
	color: #fff;
	font-size: clamp(1.45rem, 2.3vw, 1.95rem);
	text-align: left;
	transform: rotate(-8deg);
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

@media (max-width: 980px) {
	.cns-about-hero {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.cns-about-hero__copy {
		padding: 2.25rem 1.25rem 1.5rem;
	}

	.cns-about-hero__visual {
		min-height: 28rem;
	}

	.cns-about-hero__visual::before {
		background: linear-gradient(
			180deg,
			var(--cns-green) 0%,
			rgba(13, 45, 30, 0.35) 14%,
			transparent 32%
		);
	}

	.cns-about-hero__note--goal {
		left: 1.25rem;
		top: 1.25rem;
	}

	.cns-about-hero__note--field {
		right: 1.1rem;
		top: auto;
		bottom: 1.4rem;
	}

	.cns-about-hero__visual img {
		object-position: 22% 12%;
	}

	.cns-about-hero__note--goal {
		top: 0.85rem;
		left: 0.75rem;
		max-width: 9rem;
		font-size: 1.28rem;
	}
}

@media (max-width: 640px) {
	.cns-about-hero__stats li {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

	.cns-about-hero__stat-text {
		max-width: 6.4rem;
		font-size: 0.74rem;
	}

	.cns-about-hero__visual {
		min-height: 28rem;
		padding-top: 6.6rem;
	}

	.cns-about-hero__visual img {
		top: 6.6rem;
		height: calc(100% - 6.6rem);
		object-position: center 22%;
	}

	.cns-about-hero__visual::before {
		top: 6.6rem;
	}

	.cns-about-hero__note--goal {
		top: 0.35rem;
		left: 0.85rem;
		max-width: 12rem;
		font-size: 1.4rem;
	}

	.cns-about-btn {
		width: 100%;
	}
}

/* —— Parcours —— */
.cns-about-path {
	scroll-margin-top: 7.5rem;
	background: #f6f7f2;
	color: var(--cns-ink);
	padding: clamp(3rem, 6vw, 5.25rem) 0 clamp(3.25rem, 6vw, 5.5rem);
}

.cns-about-path__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 clamp(1.25rem, 3vw, 2rem);
	display: grid;
	grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.22fr);
	gap: clamp(1.5rem, 3.5vw, 3rem);
	align-items: start;
	box-sizing: border-box;
}

.cns-about-path__photos {
	position: relative;
	min-height: 100%;
	padding: 3.2rem 0 2.6rem;
}

.cns-about-path__shot {
	margin: 0;
	overflow: hidden;
	border-radius: 1.15rem;
	background: #ddd;
	box-shadow: 0 14px 32px rgba(13, 45, 30, 0.12);
}

.cns-about-path__shot img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1) contrast(1.05);
}

.cns-about-path__shot--face {
	width: min(78%, 16.5rem);
	margin-left: auto;
	aspect-ratio: 1 / 1.02;
}

.cns-about-path__shot--face img {
	object-position: 78% 18%;
}

.cns-about-path__shot--out {
	width: min(72%, 15rem);
	margin-top: 0.85rem;
	aspect-ratio: 4 / 3.1;
}

.cns-about-path__shot--out img {
	object-position: center 28%;
}

.cns-about-path__note {
	position: absolute;
	z-index: 2;
	margin: 0;
	font-family: var(--cns-hand);
	font-weight: 600;
	line-height: 1.05;
	color: #1a1a1a;
	pointer-events: none;
}

.cns-about-path__note--life {
	top: 0;
	left: 0;
	max-width: 9rem;
	font-size: clamp(1.25rem, 1.8vw, 1.55rem);
	transform: rotate(-8deg);
}

.cns-about-path__note--life svg {
	display: block;
	width: 5.4rem;
	margin: 0.1rem 0 0 2.2rem;
	color: #1a1a1a;
}

.cns-about-path__note--words {
	right: 0;
	bottom: 0;
	font-size: clamp(1.35rem, 2vw, 1.7rem);
	text-align: left;
	transform: rotate(-7deg);
}

.cns-about-path__intro {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(170px, 0.75fr);
	gap: 1rem 1.35rem;
	align-items: start;
}

.cns-about-path__eyebrow {
	margin: 0 0 0.65rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #1f3a2a;
}

.cns-about-path__title {
	margin: 0 0 0.9rem;
	font-size: clamp(1.65rem, 2.5vw, 2.25rem);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: #111;
}

.cns-about-path__lead {
	margin: 0;
	max-width: 38rem;
	font-size: 0.98rem;
	line-height: 1.6;
	color: #3d3d3d;
}

.cns-about-path__quote {
	margin: 0.15rem 0 0;
	padding: 1.05rem 1.05rem 1.15rem;
	border: 0;
	border-radius: 1.15rem;
	background: #e8f3cc;
	color: #1a1a1a;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.45;
}

.cns-about-path__quote-mark {
	display: block;
	margin-bottom: 0.35rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 0.7;
	color: #b6e000;
}

.cns-about-path__steps {
	list-style: none !important;
	margin: 1.85rem 0 0 !important;
	padding: 0 !important;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem 0.35rem;
}

.cns-about-path__steps li {
	margin: 0 !important;
	padding: 0 0.35rem 0 0 !important;
	list-style: none !important;
}

.cns-about-path__steps li::before,
.cns-about-path__steps li::marker {
	content: none !important;
}

.cns-about-path__rail {
	display: flex;
	align-items: center;
	min-height: 2.45rem;
}

.cns-about-path__icon {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 2.45rem;
	height: 2.45rem;
	border-radius: 50%;
	background: var(--cns-green);
	color: var(--cns-lime);
}

.cns-about-path__icon svg {
	display: block;
	width: 1.2rem;
	height: 1.2rem;
}

.cns-about-path__line {
	position: relative;
	flex: 1;
	height: 1.5px;
	margin-left: 0.4rem;
	background: #c8c8c0;
}

.cns-about-path__line::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 0.38rem;
	height: 0.38rem;
	border-top: 1.5px solid #9a9a92;
	border-right: 1.5px solid #9a9a92;
	transform: translateY(-50%) rotate(45deg);
}

.cns-about-path__when,
.cns-about-path__what,
.cns-about-path__detail {
	margin: 0;
}

.cns-about-path__when {
	margin-top: 0.75rem;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #111;
}

.cns-about-path__what {
	margin-top: 0.15rem;
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.3;
	color: #1a1a1a;
}

.cns-about-path__detail {
	margin-top: 0.4rem;
	font-size: 0.78rem;
	line-height: 1.45;
	color: #5a5a5a;
}

@media (max-width: 980px) {
	.cns-about-path__inner {
		grid-template-columns: 1fr;
	}

	.cns-about-path__photos {
		max-width: 28rem;
	}

	.cns-about-path__steps {
		grid-template-columns: 1fr 1fr;
		gap: 1.35rem 1rem;
	}

	.cns-about-path__line {
		display: none;
	}
}

@media (max-width: 680px) {
	.cns-about-path__intro {
		grid-template-columns: 1fr;
	}

	.cns-about-path__title br {
		display: none;
	}

	.cns-about-path__steps {
		grid-template-columns: 1fr;
	}
}

/* —— Formations —— */
.cns-about-train {
	background:
		radial-gradient(circle, rgba(255, 255, 255, 0.045) 1px, transparent 1.2px),
		#0f3121;
	background-size: 16px 16px, auto;
	color: #fff;
	padding: clamp(3rem, 6vw, 5rem) 0;
}

.cns-about-train__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 clamp(1.25rem, 3vw, 2rem);
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(190px, 0.58fr) minmax(150px, 0.46fr);
	gap: 1.15rem 1.25rem;
	align-items: center;
	box-sizing: border-box;
}

.cns-about-train__eyebrow,
.cns-about-train__results-kicker {
	margin: 0 0 0.7rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.82);
}

.cns-about-train__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.85rem, 3.2vw, 2.7rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: #fff;
}

.cns-about-train__lead {
	margin: 0;
	max-width: 32rem;
	font-size: 0.98rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.82);
}

.cns-about-train__cards {
	list-style: none !important;
	margin: 1.35rem 0 0 !important;
	padding: 0 !important;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.6rem;
}

.cns-about-train__cards li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 6.5rem;
	margin: 0 !important;
	padding: 0.8rem 0.5rem !important;
	list-style: none !important;
	border-radius: 0.95rem;
	background: #f7f7f4;
	color: #171717;
	text-align: center;
	box-sizing: border-box;
}

.cns-about-train__cards li::before,
.cns-about-train__cards li::marker {
	content: none !important;
}

.cns-about-train__card--wide {
	grid-column: span 2;
}

.cns-about-train__ico {
	display: inline-flex;
	color: #1c1c1c;
}

.cns-about-train__ico svg {
	display: block;
	width: 1.55rem;
	height: 1.55rem;
}

.cns-about-train__label {
	display: block;
	font-size: 0.74rem;
	font-weight: 500;
	line-height: 1.25;
	color: #3a3a3a;
}

.cns-about-train__label strong {
	display: block;
	margin-bottom: 0.08rem;
	font-size: 0.8rem;
	font-weight: 800;
	color: #141414;
}

.cns-about-train__photo {
	position: relative;
	margin: 0;
	min-height: 22rem;
	height: 100%;
	border-radius: 1.05rem;
	overflow: hidden;
	background: #08140e;
}

.cns-about-train__photo img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 72% 42%;
	filter: grayscale(1) contrast(1.08);
}

.cns-about-train__note {
	position: absolute;
	z-index: 1;
	top: 12%;
	left: 0.55rem;
	margin: 0;
	max-width: 7rem;
	font-family: var(--cns-hand);
	font-size: 1.35rem;
	font-weight: 600;
	line-height: 1.02;
	color: #fff;
	transform: rotate(-8deg);
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
	pointer-events: none;
}

.cns-about-train__note svg {
	display: block;
	width: 4.6rem;
	margin: 0.15rem 0 0 1.5rem;
	color: var(--cns-lime);
}

.cns-about-train__results {
	display: grid;
	gap: 0.7rem;
	align-content: center;
}

.cns-about-train__results-kicker {
	margin-bottom: 0.15rem;
}

.cns-about-train__medal {
	margin: 0;
	padding: 0.95rem 0.75rem;
	border-radius: 0.85rem;
	text-align: center;
}

.cns-about-train__medal strong,
.cns-about-train__medal span {
	display: block;
}

.cns-about-train__medal--lime {
	background: var(--cns-lime);
	color: #0d2d1e;
}

.cns-about-train__medal--lime strong {
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.03em;
}

.cns-about-train__medal--lime span {
	margin-top: 0.25rem;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.2;
}

.cns-about-train__medal--ghost {
	background: transparent;
	border: 1.5px solid rgba(255, 255, 255, 0.38);
	color: #fff;
}

.cns-about-train__medal--ghost strong {
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.cns-about-train__results-note {
	margin: 0.15rem 0 0;
	font-size: 0.82rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 980px) {
	.cns-about-train__inner {
		grid-template-columns: 1fr 1fr;
	}

	.cns-about-train__main {
		grid-column: 1 / -1;
	}

	.cns-about-train__photo {
		min-height: 20rem;
	}
}

@media (max-width: 680px) {
	.cns-about-train__cards {
		grid-template-columns: 1fr 1fr;
	}

	.cns-about-train__card--wide {
		grid-column: 1 / -1;
	}

	.cns-about-train__inner {
		grid-template-columns: 1fr;
	}

	.cns-about-train__title br {
		display: none;
	}
}

/* —— Leçons —— */
.cns-about-lessons {
	background: #f6f7f3;
	color: #111;
	padding: clamp(3rem, 6vw, 5rem) 0;
}

.cns-about-lessons__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 clamp(1.25rem, 3vw, 2rem);
	box-sizing: border-box;
}

.cns-about-lessons__eyebrow {
	margin: 0 0 0.65rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #1f3a2a;
}

.cns-about-lessons__title {
	margin: 0 0 1.5rem;
	max-width: 16em;
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: #111;
}

.cns-about-lessons__grid {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
	align-items: stretch;
}

.cns-about-lessons__grid li {
	display: flex;
	flex-direction: column;
	margin: 0 !important;
	padding: 1.15rem 1.1rem 1.25rem !important;
	list-style: none !important;
	border-radius: 1.15rem;
	background: #fff;
	box-shadow: 0 10px 28px rgba(13, 45, 30, 0.05);
	box-sizing: border-box;
}

.cns-about-lessons__grid li::before,
.cns-about-lessons__grid li::marker {
	content: none !important;
}

.cns-about-lessons__head {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 0.85rem;
}

.cns-about-lessons__num {
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #1f3a2a;
}

.cns-about-lessons__ico {
	display: inline-flex;
	color: #1f3a2a;
}

.cns-about-lessons__ico svg {
	display: block;
	width: 1.35rem;
	height: 1.35rem;
}

.cns-about-lessons__grid h3 {
	margin: 0 0 0.45rem;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: #111;
}

.cns-about-lessons__grid p {
	margin: 0;
	font-size: 0.86rem;
	line-height: 1.5;
	color: #4a4a4a;
}

.cns-about-lessons__card--punch {
	align-items: flex-start;
	justify-content: center;
	gap: 0.85rem;
	background: #e7f3c8 !important;
	box-shadow: none;
}

.cns-about-lessons__card--punch p {
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #14261c;
}

.cns-about-lessons__bar {
	display: block;
	width: 2.6rem;
	height: 3px;
	border-radius: 999px;
	background: #8fbe12;
}

@media (max-width: 980px) {
	.cns-about-lessons__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 640px) {
	.cns-about-lessons__grid {
		grid-template-columns: 1fr;
	}

	.cns-about-lessons__title br {
		display: none;
	}
}

/* —— Méthode —— */
.cns-about-method {
	scroll-margin-top: 7.5rem;
	background:
		radial-gradient(circle, rgba(255, 255, 255, 0.045) 1px, transparent 1.2px),
		#0c261c;
	background-size: 16px 16px, auto;
	color: #fff;
	padding: clamp(3rem, 6vw, 5rem) 0;
}

.cns-about-method__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 clamp(1.25rem, 3vw, 2rem);
	display: grid;
	grid-template-columns: minmax(200px, 0.7fr) minmax(280px, 1.15fr) minmax(210px, 0.78fr);
	grid-template-areas:
		"head hub copy"
		"photo hub copy";
	gap: 0.85rem 1.15rem;
	align-items: center;
	box-sizing: border-box;
}

.cns-about-method__head { grid-area: head; }
.cns-about-method__photo { grid-area: photo; }
.cns-about-method__hub { grid-area: hub; }
.cns-about-method__copy { grid-area: copy; }

.cns-about-method__eyebrow {
	margin: 0 0 0.6rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.78);
}

.cns-about-method__title {
	margin: 0;
	font-size: clamp(1.65rem, 2.5vw, 2.25rem);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: #fff;
}

.cns-about-method__title span {
	color: var(--cns-lime);
}

.cns-about-method__photo {
	position: relative;
	margin: 0;
	min-height: 15rem;
	border-radius: 1.05rem;
	overflow: hidden;
	background: #08140e;
}

.cns-about-method__photo img {
	display: block;
	width: 100%;
	height: 16.5rem;
	object-fit: cover;
	object-position: 48% 30%;
	filter: grayscale(1) contrast(1.05);
}

.cns-about-method__note {
	position: absolute;
	z-index: 1;
	right: 0.4rem;
	bottom: 0.7rem;
	margin: 0;
	max-width: 8rem;
	font-family: var(--cns-hand);
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.02;
	color: #fff;
	text-align: left;
	transform: rotate(-6deg);
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
	pointer-events: none;
}

.cns-about-method__hub {
	position: relative;
	min-height: 24rem;
	height: 100%;
}

.cns-about-method__lines {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.cns-about-method__lines line {
	stroke: rgba(255, 255, 255, 0.28);
	stroke-width: 1.4;
	vector-effect: non-scaling-stroke;
}

.cns-about-method__core,
.cns-about-method__node {
	position: absolute;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%);
	text-align: center;
}

.cns-about-method__core {
	left: 50%;
	top: 48%;
	width: 4.4rem;
	height: 4.4rem;
	border-radius: 50%;
	background: var(--cns-lime);
	color: #0d2d1e;
	box-shadow: 0 0 0 10px rgba(200, 240, 0, 0.14);
}

.cns-about-method__core svg {
	width: 1.7rem;
	height: 1.7rem;
}

.cns-about-method__node {
	width: 4.7rem;
	gap: 0.2rem;
	padding: 0.45rem 0.25rem 0.4rem;
	border-radius: 0.8rem;
	background: rgba(8, 28, 20, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 0.68rem;
	font-weight: 600;
	line-height: 1.15;
	color: #fff;
}

.cns-about-method__node svg {
	width: 1.15rem;
	height: 1.15rem;
}

.cns-about-method__node--poids { left: 34%; top: 18%; }
.cns-about-method__node--photos { left: 54%; top: 12%; }
.cns-about-method__node--mens { left: 76%; top: 18%; }
.cns-about-method__node--tech { left: 86%; top: 42%; }
.cns-about-method__node--motiv { left: 74%; top: 70%; }
.cns-about-method__node--contr { left: 50%; top: 86%; }
.cns-about-method__node--faim { left: 30%; top: 74%; }
.cns-about-method__node--recup { left: 16%; top: 58%; }
.cns-about-method__node--perf { left: 16%; top: 32%; }

.cns-about-method__copy p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
}

.cns-about-method__quote {
	margin-top: 1.15rem !important;
	padding: 1rem 1.05rem 0.95rem;
	border: 1.5px solid rgba(200, 240, 0, 0.55);
	border-radius: 1rem;
	color: var(--cns-lime) !important;
	font-size: 1.08rem !important;
	font-weight: 800;
	line-height: 1.3 !important;
	letter-spacing: -0.02em;
}

.cns-about-method__bar {
	display: block;
	width: 2.5rem;
	height: 3px;
	margin-top: 0.7rem;
	border-radius: 999px;
	background: var(--cns-lime);
}

.cns-about-method__actions {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	margin-top: 1.15rem;
}

.cns-about-method__actions .cns-about-btn {
	width: 100%;
}

@media (max-width: 980px) {
	.cns-about-method__inner {
		grid-template-columns: 1fr;
		grid-template-areas:
			"head"
			"photo"
			"hub"
			"copy";
	}

	.cns-about-method__hub {
		min-height: 26rem;
		max-width: 32rem;
		width: 100%;
		margin: 0 auto;
	}

	.cns-about-method__photo img {
		height: 18rem;
	}
}

@media (max-width: 640px) {
	.cns-about-method__title br {
		display: none;
	}

	.cns-about-method__hub {
		min-height: 28rem;
	}

	.cns-about-method__node {
		width: 4.35rem;
		font-size: 0.62rem;
	}

	.cns-about-method__node--poids { left: 22%; top: 13%; }
	.cns-about-method__node--photos { left: 50%; top: 6%; }
	.cns-about-method__node--mens { left: 80%; top: 15%; }
	.cns-about-method__node--perf { left: 12%; top: 34%; }
	.cns-about-method__node--recup { left: 14%; top: 58%; }
}

/* —— Valeurs —— */
.cns-about-values {
	background: #f6f7f3;
	color: #111;
	padding: clamp(3rem, 6vw, 5rem) 0;
}

.cns-about-values__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 clamp(1.25rem, 3vw, 2rem);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(240px, 1.05fr);
	grid-template-areas:
		"intro intro intro intro"
		"cards cards cards quote";
	gap: 0.85rem 1rem;
	align-items: stretch;
	box-sizing: border-box;
}

.cns-about-values__intro { grid-area: intro; }
.cns-about-values__cards { grid-area: cards; }
.cns-about-values__quote { grid-area: quote; }

.cns-about-values__eyebrow {
	margin: 0 0 0.6rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #1f3a2a;
}

.cns-about-values__title {
	margin: 0 0 0.9rem;
	font-size: clamp(1.85rem, 3.2vw, 2.65rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: #111;
}

.cns-about-values__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.cns-about-values__link,
.cns-about-values__link:hover,
.cns-about-values__link:focus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.85rem;
	padding: 0.7rem 1.15rem;
	border-radius: 999px;
	border: 1.5px solid #1f3a2a !important;
	background: transparent !important;
	color: #1f3a2a !important;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	box-sizing: border-box;
}

.cns-about-values__link--primary,
.cns-about-values__link--primary:hover,
.cns-about-values__link--primary:focus {
	background: var(--cns-lime) !important;
	border-color: var(--cns-lime) !important;
	color: #0d2d1e !important;
}

.cns-about-values__link:hover {
	background: rgba(31, 58, 42, 0.06) !important;
}

.cns-about-values__link--primary:hover {
	background: #d6ff2e !important;
}

.cns-about-values__cards {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
}

.cns-about-values__cards li {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0 !important;
	padding: 1.15rem 1rem 1.25rem !important;
	list-style: none !important;
	border-radius: 1.1rem;
	background: #fff;
	box-shadow: 0 10px 28px rgba(13, 45, 30, 0.05);
	box-sizing: border-box;
}

.cns-about-values__cards li::before,
.cns-about-values__cards li::marker {
	content: none !important;
}

.cns-about-values__ico {
	display: inline-flex;
	margin-bottom: 0.75rem;
	color: #143224;
}

.cns-about-values__ico svg {
	display: block;
	width: 1.55rem;
	height: 1.55rem;
}

.cns-about-values__cards h3 {
	margin: 0 0 0.4rem;
	font-size: 1.02rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #111;
}

.cns-about-values__cards p {
	margin: 0;
	font-size: 0.86rem;
	line-height: 1.5;
	color: #4a4a4a;
}

.cns-about-values__cards p + p {
	margin-top: 0.7rem;
}

.cns-about-values__quote {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
	padding: 1.15rem 1.15rem 1.2rem;
	border-radius: 1.15rem;
	background: #fff;
	box-shadow: 0 10px 28px rgba(13, 45, 30, 0.05);
	box-sizing: border-box;
}

.cns-about-values__mark {
	display: block;
	margin-bottom: 0.2rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 0.7;
	color: #b6e000;
}

.cns-about-values__quote p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #2a2a2a;
}

.cns-about-values__quote footer {
	display: grid;
	margin-top: auto;
	padding-top: 0.85rem;
}

.cns-about-values__quote strong {
	font-size: 0.9rem;
	font-weight: 800;
	color: #111;
}

.cns-about-values__quote footer span {
	font-size: 0.78rem;
	color: #6a6a6a;
}

@media (max-width: 980px) {
	.cns-about-values__inner {
		grid-template-columns: 1fr;
		grid-template-areas:
			"intro"
			"cards"
			"quote";
	}

	.cns-about-values__cards {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.cns-about-values__title br {
		display: none;
	}
}

/* —— Équipe —— */
.cns-about-team {
	background:
		radial-gradient(circle, rgba(255, 255, 255, 0.045) 1px, transparent 1.2px),
		#0f3121;
	background-size: 16px 16px, auto;
	color: #fff;
	padding: clamp(3rem, 6vw, 5rem) 0;
}

.cns-about-team__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 clamp(1.25rem, 3vw, 2rem);
	box-sizing: border-box;
}

.cns-about-team__eyebrow {
	margin: 0 0 0.6rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.78);
}

.cns-about-team__title {
	margin: 0 0 1.5rem;
	max-width: 22em;
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: #fff;
}

.cns-about-team__cards {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
}

.cns-about-team__cards li {
	display: grid;
	grid-template-columns: 6.6rem minmax(0, 1fr);
	gap: 0.85rem;
	align-items: center;
	margin: 0 !important;
	padding: 0.85rem !important;
	list-style: none !important;
	border-radius: 1.1rem;
	background: #fff;
	color: #1a1a1a;
	box-sizing: border-box;
}

.cns-about-team__cards li::before,
.cns-about-team__cards li::marker {
	content: none !important;
}

.cns-about-team__cards img,
.cns-about-team__mark {
	width: 6.6rem;
	height: 7.4rem;
	border-radius: 0.85rem;
	object-fit: cover;
}

.cns-about-team__cards img {
	filter: grayscale(1) contrast(1.05);
	object-position: 72% 18%;
}

.cns-about-team__photo--cha {
	object-position: center 18% !important;
}

.cns-about-team__mark {
	display: grid;
	place-items: center;
	width: 5.6rem;
	height: 5.6rem;
	margin: 0.4rem auto;
	border-radius: 50%;
	align-self: center;
	background: #e4f0cc;
	color: #143224;
}

.cns-about-team__mark svg {
	width: 2rem;
	height: 2rem;
}

.cns-about-team__body h3 {
	margin: 0 0 0.15rem;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #111;
}

.cns-about-team__role {
	margin: 0 0 0.4rem !important;
	font-size: 0.78rem !important;
	font-weight: 600;
	line-height: 1.3 !important;
	color: #5c5c5c !important;
}

.cns-about-team__body p {
	margin: 0;
	font-size: 0.82rem;
	line-height: 1.45;
	color: #3a3a3a;
}

.cns-about-team__badge {
	display: inline-block;
	margin-top: 0.65rem !important;
	padding: 0.32rem 0.65rem;
	border-radius: 999px;
	background: var(--cns-lime);
	color: #0d2d1e !important;
	font-size: 0.72rem !important;
	font-weight: 700;
	line-height: 1.2 !important;
}

@media (max-width: 980px) {
	.cns-about-team__cards {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.cns-about-team__title br {
		display: none;
	}

	.cns-about-team__cards li {
		grid-template-columns: 5.2rem minmax(0, 1fr);
	}

	.cns-about-team__cards img,
	.cns-about-team__mark {
		width: 5.2rem;
		height: 6.2rem;
	}
}

/* —— Engagement —— */
.cns-about-pledge {
	background: #f6f7f3;
	color: #111;
	padding: clamp(3rem, 6vw, 5rem) 0;
}

.cns-about-pledge__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 clamp(1.25rem, 3vw, 2rem);
	display: grid;
	grid-template-columns: minmax(190px, 0.7fr) minmax(0, 1fr) minmax(0, 1fr);
	gap: 0.9rem 1rem;
	align-items: center;
	box-sizing: border-box;
}

.cns-about-pledge__eyebrow {
	margin: 0 0 0.6rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #1f3a2a;
}

.cns-about-pledge__title {
	margin: 0;
	font-size: clamp(1.75rem, 3vw, 2.45rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: #111;
}

.cns-about-pledge__card {
	margin: 0;
	padding: 1.15rem 1.15rem 1.2rem;
	border-radius: 1.15rem;
	box-sizing: border-box;
}

.cns-about-pledge__card--yes {
	background: #123528;
	color: #fff;
}

.cns-about-pledge__card--no {
	background: #fff;
	color: #1a1a1a;
	box-shadow: 0 10px 28px rgba(13, 45, 30, 0.05);
}

.cns-about-pledge__card h3 {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin: 0 0 0.85rem;
	font-size: 1.02rem;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.cns-about-pledge__mark {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 1.7rem;
	height: 1.7rem;
	border-radius: 50%;
}

.cns-about-pledge__mark svg {
	width: 0.95rem;
	height: 0.95rem;
}

.cns-about-pledge__card--yes .cns-about-pledge__mark {
	background: #1f8f4e;
	color: #fff;
}

.cns-about-pledge__card--no .cns-about-pledge__mark {
	background: #e85d4c;
	color: #fff;
}

.cns-about-pledge__card ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: grid;
	gap: 0.65rem;
}

.cns-about-pledge__card li {
	display: grid;
	grid-template-columns: 1.15rem minmax(0, 1fr);
	gap: 0.55rem;
	align-items: start;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	font-size: 0.9rem;
	line-height: 1.4;
}

.cns-about-pledge__card li::marker {
	content: none !important;
}

.cns-about-pledge__card li::before {
	content: "" !important;
	width: 1.05rem;
	height: 1.05rem;
	margin-top: 0.12rem;
	border-radius: 50%;
	background: #1f8f4e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.5 10 16.5 18 8'/%3E%3C/svg%3E") center / 0.7rem no-repeat !important;
}

.cns-about-pledge__card--yes li {
	color: rgba(255, 255, 255, 0.92);
}

.cns-about-pledge__card--no li {
	color: #3a3a3a;
}

.cns-about-pledge__card--no li::before {
	background: #f3d2cc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e85d4c' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M8 8l8 8M16 8l-8 8'/%3E%3C/svg%3E") center / 0.62rem no-repeat !important;
}

@media (max-width: 980px) {
	.cns-about-pledge__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.cns-about-pledge__title br {
		display: none;
	}
}

/* —— Fierté —— */
.cns-about-pride {
	background:
		radial-gradient(circle, rgba(255, 255, 255, 0.045) 1px, transparent 1.2px),
		#0f3121;
	background-size: 16px 16px, auto;
	color: #fff;
	padding: clamp(3rem, 6vw, 5rem) 0;
}

.cns-about-pride__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 clamp(1.25rem, 3vw, 2rem);
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: center;
	box-sizing: border-box;
}

.cns-about-pride__eyebrow {
	margin: 0 0 0.65rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.78);
}

.cns-about-pride__title {
	margin: 0 0 0.9rem;
	font-size: clamp(1.75rem, 3vw, 2.45rem);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.03em;
	color: #fff;
}

.cns-about-pride__lead {
	margin: 0 0 1rem;
	max-width: 36rem;
	font-size: 0.98rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
}

.cns-about-pride__line {
	margin: 0;
	font-size: 1.02rem;
	font-weight: 800;
	line-height: 1.35;
	color: var(--cns-lime);
}

.cns-about-pride__visual {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.65rem 0.85rem;
	align-items: center;
	margin: 0;
}

.cns-about-pride__visual img {
	display: block;
	width: 100%;
	height: 16.5rem;
	border-radius: 1.15rem;
	object-fit: cover;
	object-position: center 35%;
	filter: grayscale(1) contrast(1.05);
}

.cns-about-pride__note {
	margin: 0;
	max-width: 7.5rem;
	font-family: var(--cns-hand);
	font-size: clamp(1.25rem, 1.8vw, 1.5rem);
	font-weight: 600;
	line-height: 1.05;
	color: #fff;
	transform: rotate(-6deg);
}

@media (max-width: 860px) {
	.cns-about-pride__inner {
		grid-template-columns: 1fr;
	}

	.cns-about-pride__visual img {
		height: 14rem;
	}
}

@media (max-width: 640px) {
	.cns-about-pride__title br {
		display: none;
	}

	.cns-about-pride__note {
		max-width: 6.2rem;
		font-size: 1.15rem;
	}
}

/* —— Clôture —— */
.cns-about-close {
	background: #f7f7f4;
	color: #111;
	padding: clamp(2.75rem, 5vw, 4.25rem) 0;
}

.cns-about-close__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 clamp(1.25rem, 3vw, 2rem);
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
	gap: 1.5rem 2rem;
	align-items: center;
	box-sizing: border-box;
}

.cns-about-close__eyebrow {
	margin: 0 0 0.6rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #1f3a2a;
}

.cns-about-close__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.55rem, 2.6vw, 2.15rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.03em;
	color: #111;
}

.cns-about-close__lead {
	margin: 0;
	max-width: 38rem;
	font-size: 0.98rem;
	line-height: 1.55;
	color: #4a4a4a;
}

.cns-about-close__actions {
	display: grid;
	justify-items: end;
	gap: 0.95rem;
}

.cns-about-close__btn,
.cns-about-close__btn:hover,
.cns-about-close__btn:focus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 3.15rem;
	padding: 0.85rem 1.35rem;
	border-radius: 999px;
	background: var(--cns-lime) !important;
	color: #0d2d1e !important;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	text-decoration: none !important;
	box-sizing: border-box;
}

.cns-about-close__btn:hover {
	background: #d6ff2e !important;
}

.cns-about-close__btn:focus-visible {
	outline: 2px solid #0d2d1e;
	outline-offset: 3px;
}

.cns-about-close__points {
	list-style: none !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.75rem 1.1rem;
	margin: 0 !important;
	padding: 0 !important;
}

.cns-about-close__points li {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	max-width: 11rem;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.3;
	color: #2a2a2a;
}

.cns-about-close__points li::before,
.cns-about-close__points li::marker {
	content: none !important;
}

.cns-about-close__points svg {
	flex: 0 0 auto;
	width: 1.15rem;
	height: 1.15rem;
	color: #1f6b32;
}

@media (max-width: 860px) {
	.cns-about-close__inner {
		grid-template-columns: 1fr;
	}

	.cns-about-close__actions,
	.cns-about-close__points {
		justify-items: start;
		justify-content: flex-start;
	}

	.cns-about-close__btn {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.cns-about-close__title br {
		display: none;
	}
}

/* Modale Calendly */
.cns-book-modal[hidden] {
	display: none !important;
}

.cns-book-modal {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: grid;
	place-items: center;
	padding: 1rem;
}

.cns-book-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 16, 12, 0.62);
}

.cns-book-modal__dialog {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: min(720px, 100%);
	max-height: calc(100dvh - 2rem);
	padding: 1.15rem 1rem 0.65rem;
	border-radius: 1.25rem;
	background: #fff;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
	overflow: hidden;
}

.cns-book-modal__close,
.cns-book-modal__close:hover,
.cns-book-modal__close:focus {
	position: absolute;
	top: 0.7rem;
	right: 0.7rem;
	display: grid;
	place-items: center;
	width: 2.1rem;
	height: 2.1rem;
	margin: 0;
	padding: 0;
	border: 0 !important;
	border-radius: 999px;
	background: #f3f3f0 !important;
	color: #111 !important;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: none !important;
}

.cns-book-modal__close:hover,
.cns-book-modal__close:focus-visible {
	background: #1f3a2a !important;
	color: #fff !important;
}

.cns-book-modal__head {
	padding: 0 2.4rem 0.65rem 0.35rem;
}

.cns-book-modal__kicker {
	margin: 0 0 0.15rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #1f3a2a;
}

.cns-book-modal__title {
	margin: 0;
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #111;
}

.cns-book-modal__cal {
	height: min(680px, calc(100dvh - 8.5rem));
	min-height: 0;
	overflow: hidden;
}

.cns-book-modal__cal .calendly-inline-widget,
.cns-book-modal__cal iframe {
	width: 100% !important;
	height: 100% !important;
	min-width: 0 !important;
}

body.cns-apropos.cns-book-open {
	overflow: hidden;
}
