/*
Theme Name: Coractive Product Experience
Theme URI: https://www.coractive.com
Description: Variante claire, moderne et technologique de la refonte Coractive. Conserve les contenus ACF, WPML et les modèles métiers du thème parent.
Author: Mathieu - Coractive
Template: coractive
Version: 1.2.10
Text Domain: coractive-product-experience
*/

/* Update safeguard: hide obsolete sections retained by an in-place WordPress update or page cache. */
.coractive-refonte-v2 .cr-finder-section,
.coractive-refonte-v2 .cr-events-section,
.coractive-refonte-v2 .cr-hero__capabilities {
	display: none !important;
}

/* ==========================================================================
   Design tokens
   ========================================================================== */

body.coractive-refonte-v2 {
	--cr-green: #00a98f;
	--cr-green-dark: #007566;
	--cr-green-light: #d9f5f0;
	--cr-navy: #00205b;
	--cr-navy-soft: #00308c;
	--cr-cyan: #74d3da;
	--cr-mist: #f2f7f6;
	--cr-white: #ffffff;
	--cr-ink: #17242d;
	--cr-muted: #526873;
	--cr-line: rgba(23, 36, 45, 0.14);
	--cr-shadow: 0 24px 70px rgba(7, 28, 44, 0.14);
	--cr-radius-sm: 8px;
	--cr-radius: 18px;
	--cr-radius-lg: 30px;
	--cr-shell: 1360px;
	--cr-ease: cubic-bezier(0.2, 0.75, 0.25, 1);
	background: var(--cr-white);
	color: var(--cr-ink);
	font-family: "GothamBook", "GothamMedium", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	overflow-x: hidden;
}

body.coractive-refonte-v2 *,
body.coractive-refonte-v2 *::before,
body.coractive-refonte-v2 *::after {
	box-sizing: border-box;
}

body.coractive-refonte-v2 img {
	max-width: 100%;
	height: auto;
}

body.coractive-refonte-v2 a {
	text-underline-offset: 0.18em;
}

body.coractive-refonte-v2 h1,
body.coractive-refonte-v2 h2,
body.coractive-refonte-v2 h3 {
	color: var(--cr-ink);
	font-family: "GothamBold", "GothamMedium", Arial, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: -0.035em;
	text-transform: none;
}

body.coractive-refonte-v2 h1 {
	font-size: clamp(2.7rem, 5.5vw, 5.7rem);
	line-height: 0.98;
}

body.coractive-refonte-v2 h2 {
	font-size: clamp(2rem, 3.6vw, 4.25rem);
	line-height: 1.04;
}

body.coractive-refonte-v2 h3 {
	font-size: clamp(1.2rem, 1.7vw, 1.65rem);
	line-height: 1.2;
}

.coractive-refonte-v2 .cr-shell {
	width: min(calc(100% - 40px), var(--cr-shell));
	margin-inline: auto;
}

.coractive-refonte-v2 .cr-eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 22px;
	color: var(--cr-green);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.3;
	text-transform: uppercase;
}

.coractive-refonte-v2 .cr-eyebrow::before {
	content: "";
	width: 34px;
	height: 2px;
	background: currentColor;
}

.coractive-refonte-v2 .cr-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 52px;
	padding: 13px 22px;
	border: 1px solid transparent;
	border-radius: var(--cr-radius-sm);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: color 220ms var(--cr-ease), background 220ms var(--cr-ease), border-color 220ms var(--cr-ease), transform 220ms var(--cr-ease);
}

.coractive-refonte-v2 .cr-button:hover,
.coractive-refonte-v2 .cr-button:focus-visible {
	transform: translateY(-2px);
	text-decoration: none;
}

.coractive-refonte-v2 .cr-button--primary {
	background: var(--cr-green);
	color: var(--cr-white);
}

.coractive-refonte-v2 .cr-button--primary:hover,
.coractive-refonte-v2 .cr-button--primary:focus-visible {
	background: #008e79;
	color: var(--cr-white);
}

.coractive-refonte-v2 .cr-button--ghost {
	border-color: rgba(255, 255, 255, 0.48);
	background: rgba(255, 255, 255, 0.05);
	color: var(--cr-white);
	backdrop-filter: blur(8px);
}

.coractive-refonte-v2 .cr-button--ghost:hover,
.coractive-refonte-v2 .cr-button--ghost:focus-visible {
	border-color: var(--cr-white);
	background: var(--cr-white);
	color: var(--cr-navy);
}

.coractive-refonte-v2 .cr-button--outline {
	border-color: var(--cr-green);
	background: transparent;
	color: var(--cr-green-dark);
}

.coractive-refonte-v2 .cr-button--outline:hover,
.coractive-refonte-v2 .cr-button--outline:focus-visible {
	background: var(--cr-green);
	color: var(--cr-white);
}

.coractive-refonte-v2 .cr-button--light {
	background: var(--cr-white);
	color: var(--cr-navy);
}

.coractive-refonte-v2 .cr-button--light:hover,
.coractive-refonte-v2 .cr-button--light:focus-visible {
	background: var(--cr-green-light);
	color: var(--cr-navy);
}

.coractive-refonte-v2 .cr-arrow-icon {
	position: relative;
	display: inline-block;
	width: 13px;
	height: 13px;
	flex: 0 0 13px;
}

.coractive-refonte-v2 .cr-arrow-icon::before {
	content: "";
	position: absolute;
	top: 1px;
	right: 1px;
	width: 7px;
	height: 7px;
	border-top: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
}

.coractive-refonte-v2 .cr-arrow-icon::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 1px;
	width: 12px;
	height: 1.5px;
	background: currentColor;
	transform: rotate(-45deg);
	transform-origin: center;
}

.coractive-refonte-v2 :focus-visible {
	outline: 3px solid var(--cr-cyan);
	outline-offset: 4px;
}

.coractive-refonte-v2 .cr-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 1000000;
	padding: 12px 18px;
	border-radius: 6px;
	background: var(--cr-white);
	color: var(--cr-navy);
	transform: translateY(-160%);
	transition: transform 180ms ease;
}

.coractive-refonte-v2 .cr-skip-link:focus {
	transform: translateY(0);
}

.coractive-refonte-v2 .cr-main-anchor {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* ==========================================================================
   Header and navigation
   ========================================================================== */

.coractive-refonte-v2 .cr-site-header {
	position: relative;
	z-index: 10000;
	width: 100%;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 1px 0 rgba(7, 28, 44, 0.08);
}

.coractive-refonte-v2 .cr-site-header.is-scrolled {
	position: sticky;
	top: 0;
	box-shadow: 0 12px 35px rgba(7, 28, 44, 0.1);
}

.coractive-refonte-v2.admin-bar .cr-site-header.is-scrolled {
	top: 32px;
}

.coractive-refonte-v2 .cr-utility {
	background: var(--cr-navy);
	color: rgba(255, 255, 255, 0.72);
}

.coractive-refonte-v2 .cr-utility__inner,
.coractive-refonte-v2 .cr-utility__contact,
.coractive-refonte-v2 .cr-utility__nav,
.coractive-refonte-v2 .cr-language {
	display: flex;
	align-items: center;
}

.coractive-refonte-v2 .cr-utility__inner {
	justify-content: space-between;
	min-height: 38px;
	font-size: 0.68rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.coractive-refonte-v2 .cr-utility__contact {
	gap: 24px;
}

.coractive-refonte-v2 .cr-utility a {
	color: inherit;
	text-decoration: none;
}

.coractive-refonte-v2 .cr-utility a:hover {
	color: var(--cr-white);
}

.coractive-refonte-v2 .cr-utility__nav {
	gap: 22px;
}

.coractive-refonte-v2 .cr-utility-menu,
.coractive-refonte-v2 .cr-language ul,
.coractive-refonte-v2 .cr-main-menu,
.coractive-refonte-v2 .cr-footer-menu,
.coractive-refonte-v2 .cr-mobile-top-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.coractive-refonte-v2 .cr-utility-menu {
	display: flex;
	gap: 18px;
}

.coractive-refonte-v2 .cr-language {
	gap: 14px;
}

.coractive-refonte-v2 .cr-language .wpml-ls,
.coractive-refonte-v2 .cr-language .wpml-ls ul {
	margin: 0;
	padding: 0;
	border: 0;
}

.coractive-refonte-v2 .cr-primary-nav__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 72px;
}

.coractive-refonte-v2 .cr-brand {
	display: inline-flex;
	flex: 0 0 auto;
	width: 170px;
}

.coractive-refonte-v2 .cr-brand img {
	display: block;
	width: 100%;
	height: auto;
}

.coractive-refonte-v2 .cr-main-navigation {
	display: flex;
	align-items: center;
	margin-left: auto;
}

.coractive-refonte-v2 .cr-main-menu {
	display: flex;
	align-items: center;
	gap: 10px;
}

.coractive-refonte-v2 .cr-main-menu > li {
	position: relative;
}

.coractive-refonte-v2 .cr-main-menu > li > a {
	display: flex;
	align-items: center;
	min-height: 46px;
	padding: 10px 16px;
	color: var(--cr-ink);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-transform: uppercase;
}

.coractive-refonte-v2 .cr-main-menu > li > a:hover,
.coractive-refonte-v2 .cr-main-menu > li.current-menu-item > a,
.coractive-refonte-v2 .cr-main-menu > li.current-menu-ancestor > a {
	color: var(--cr-green-dark);
}

.coractive-refonte-v2 .cr-main-menu > li.menu-item-has-children > a::after {
	content: "";
	width: 7px;
	height: 7px;
	margin-left: 9px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
}

.coractive-refonte-v2 .cr-main-menu > li.menu-btn > a {
	margin-left: 8px;
	padding-inline: 22px;
	border-radius: var(--cr-radius-sm);
	background: var(--cr-green);
	color: var(--cr-white);
}

.coractive-refonte-v2 .cr-main-menu > li.menu-btn > a:hover {
	background: var(--cr-green-dark);
	color: var(--cr-white);
}

.coractive-refonte-v2 .cr-main-menu .sub-menu {
	position: absolute;
	top: calc(100% + 12px);
	left: 0;
	min-width: 290px;
	margin: 0;
	padding: 14px;
	border: 1px solid rgba(7, 28, 44, 0.08);
	border-radius: 14px;
	background: var(--cr-white);
	box-shadow: var(--cr-shadow);
	list-style: none;
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.coractive-refonte-v2 .cr-main-menu li:hover > .sub-menu,
.coractive-refonte-v2 .cr-main-menu li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.coractive-refonte-v2 .cr-main-menu .sub-menu a {
	display: block;
	padding: 10px 12px;
	border-radius: 6px;
	color: var(--cr-ink);
	font-size: 0.8rem;
	line-height: 1.35;
	text-decoration: none;
}

.coractive-refonte-v2 .cr-main-menu .sub-menu a:hover {
	background: var(--cr-mist);
	color: var(--cr-green-dark);
}

.coractive-refonte-v2 .cr-menu-toggle,
.coractive-refonte-v2 .cr-mobile-extras {
	display: none;
}

.coractive-refonte-v2 .cr-legacy-waypoint {
	position: absolute !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	display: block !important;
	width: 1px !important;
	height: 1px !important;
	min-height: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	pointer-events: none;
}

/* ==========================================================================
   Homepage hero
   ========================================================================== */

.coractive-refonte-v2 .cr-hero {
	position: relative;
	display: flex;
	min-height: min(800px, calc(100vh - 110px));
	align-items: stretch;
	overflow: hidden;
	background-color: var(--cr-navy);
	background-image:
		linear-gradient(90deg, rgba(4, 19, 31, 0.97) 0%, rgba(5, 23, 37, 0.86) 44%, rgba(5, 23, 37, 0.35) 78%, rgba(5, 23, 37, 0.2) 100%),
		var(--cr-hero-image);
	background-position: center;
	background-size: cover;
	color: var(--cr-white);
}

.coractive-refonte-v2 .cr-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 78% 30%, rgba(116, 211, 218, 0.2), transparent 20%),
		linear-gradient(115deg, transparent 52%, rgba(0, 169, 143, 0.12) 52.2%, transparent 53%);
	pointer-events: none;
}

.coractive-refonte-v2 .cr-hero__ambient {
	position: absolute;
	right: -80px;
	top: 20%;
	width: 44vw;
	height: 44vw;
	border: 1px solid rgba(116, 211, 218, 0.18);
	border-radius: 50%;
	box-shadow: 0 0 100px rgba(116, 211, 218, 0.12), inset 0 0 80px rgba(0, 169, 143, 0.08);
	pointer-events: none;
}

.coractive-refonte-v2 .cr-hero__ambient::before,
.coractive-refonte-v2 .cr-hero__ambient::after {
	content: "";
	position: absolute;
	inset: 15%;
	border: 1px solid rgba(116, 211, 218, 0.14);
	border-radius: inherit;
}

.coractive-refonte-v2 .cr-hero__ambient::after {
	inset: 31%;
}

.coractive-refonte-v2 .cr-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
	gap: clamp(54px, 6vw, 105px);
	align-items: center;
	padding-top: clamp(80px, 10vh, 130px);
	padding-bottom: 180px;
}

.coractive-refonte-v2 .cr-hero__content {
	width: 100%;
	max-width: 760px;
}

.coractive-refonte-v2 .cr-hero .cr-eyebrow {
	color: var(--cr-cyan);
}

.coractive-refonte-v2 .cr-hero h1 {
	margin: 0;
	color: var(--cr-white);
}

.coractive-refonte-v2 .cr-hero__lead {
	max-width: 650px;
	margin: 30px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1rem, 1.5vw, 1.25rem);
	line-height: 1.65;
}

.coractive-refonte-v2 .cr-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 38px;
}

.coractive-refonte-v2 .cr-latest-news {
	width: min(390px, 100%);
	justify-self: end;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	background: rgba(6, 25, 40, 0.72);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
	backdrop-filter: blur(14px);
}

.coractive-refonte-v2 .cr-latest-news__link {
	display: block;
	color: var(--cr-white);
	text-decoration: none;
}

.coractive-refonte-v2 .cr-latest-news__media {
	position: relative;
	min-height: 205px;
	background:
		linear-gradient(180deg, rgba(4, 20, 32, 0.05), rgba(4, 20, 32, 0.68)),
		var(--cr-latest-image, linear-gradient(135deg, rgba(0, 169, 143, 0.48), rgba(49, 114, 156, 0.25)));
	background-position: center;
	background-size: cover;
}

.coractive-refonte-v2 .cr-latest-news__label {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 9px 12px;
	background: var(--cr-green);
	color: var(--cr-white);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	font-size: 0.65rem;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.coractive-refonte-v2 .cr-latest-news__body {
	padding: 25px 27px 28px;
}

.coractive-refonte-v2 .cr-latest-news time {
	display: block;
	color: var(--cr-cyan);
	font-size: 0.68rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.coractive-refonte-v2 .cr-latest-news h2 {
	margin: 12px 0 0;
	color: var(--cr-white);
	font-size: clamp(1.2rem, 1.7vw, 1.65rem);
	line-height: 1.2;
}

.coractive-refonte-v2 .cr-latest-news p {
	margin: 13px 0 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.84rem;
	line-height: 1.55;
}

.coractive-refonte-v2 .cr-latest-news__action {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 19px;
	color: var(--cr-white);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	font-size: 0.72rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.coractive-refonte-v2 .cr-latest-news__link:hover .cr-latest-news__action {
	color: var(--cr-cyan);
}

/* ==========================================================================
   Homepage content and cards
   ========================================================================== */

.coractive-refonte-v2 .cr-home-main .page-block {
	padding-block: clamp(76px, 8vw, 132px);
}

.coractive-refonte-v2 .cr-home-main .page-block + .page-block {
	border-top: 1px solid var(--cr-line);
}

.coractive-refonte-v2 .cr-content-block__inner {
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(480px, 1.28fr);
	gap: clamp(50px, 8vw, 130px);
	align-items: start;
}

.coractive-refonte-v2 .cr-content-block h2 {
	margin: 0;
}

.coractive-refonte-v2 .cr-content-block__lead,
.coractive-refonte-v2 .cr-content-block__text {
	grid-column: 2;
	max-width: 760px;
}

.coractive-refonte-v2 .cr-content-block__lead {
	margin: 0;
	color: var(--cr-ink);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	font-size: clamp(1.25rem, 2vw, 1.85rem);
	line-height: 1.45;
}

.coractive-refonte-v2 .cr-content-block__text {
	margin-top: -90px;
	padding-top: 110px;
	color: var(--cr-muted);
	font-size: 1rem;
}

.coractive-refonte-v2 .cr-content-block .cr-section-action {
	grid-column: 2;
}

.coractive-refonte-v2 .cr-section-heading {
	display: grid;
	grid-template-columns: minmax(280px, 0.85fr) minmax(380px, 1.15fr);
	gap: clamp(42px, 7vw, 110px);
	align-items: start;
	margin-bottom: clamp(40px, 5vw, 72px);
}

.coractive-refonte-v2 .cr-section-heading--stacked {
	display: block;
	max-width: 900px;
}

.coractive-refonte-v2 .cr-section-heading h2,
.coractive-refonte-v2 .cr-section-heading__title h2 {
	margin: 0;
}

.coractive-refonte-v2 .cr-section-heading__title .cr-eyebrow {
	margin-bottom: 16px;
}

.coractive-refonte-v2 .cr-section-heading__intro {
	max-width: 660px;
	padding-top: 8px;
	color: var(--cr-muted);
	font-size: 1.05rem;
}

.coractive-refonte-v2 .cr-section-heading__intro > :last-child {
	margin-bottom: 0;
}

.coractive-refonte-v2 .cr-video-section {
	background: var(--cr-mist);
}

.coractive-refonte-v2 .cr-card-section {
	position: relative;
}

.coractive-refonte-v2 .cr-card-section > .cr-shell {
	position: relative;
	z-index: 1;
}

.coractive-refonte-v2 .cr-card-section--fibers {
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 16%, rgba(116, 211, 218, 0.17), transparent 27%),
		linear-gradient(145deg, #061824, #0a2638 62%, #0a2d3d);
	color: var(--cr-white);
}

.coractive-refonte-v2 .cr-card-section--fibers::before,
.coractive-refonte-v2 .cr-card-section--applications::before,
.coractive-refonte-v2 .cr-card-section--editorial::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(116, 211, 218, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(116, 211, 218, 0.055) 1px, transparent 1px);
	background-size: 54px 54px;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 42%, #000);
	mask-image: linear-gradient(90deg, transparent, #000 42%, #000);
	pointer-events: none;
}

.coractive-refonte-v2 .cr-card-section--fibers .cr-section-heading h2 {
	color: var(--cr-white);
}

.coractive-refonte-v2 .cr-card-section--fibers .cr-section-heading__intro {
	color: rgba(255, 255, 255, 0.7);
}

.coractive-refonte-v2 .cr-card-section--fibers .cr-eyebrow {
	color: var(--cr-cyan);
}

.coractive-refonte-v2 .cr-card-section--applications {
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 16%, rgba(0, 169, 143, 0.14), transparent 24%),
		#edf4f3;
}

.coractive-refonte-v2 .cr-card-section--applications::before {
	opacity: 0.42;
	-webkit-mask-image: linear-gradient(120deg, #000, transparent 58%);
	mask-image: linear-gradient(120deg, #000, transparent 58%);
}

.coractive-refonte-v2 .cr-card-section--editorial {
	overflow: hidden;
	background: linear-gradient(180deg, #ffffff, #f3f8f7);
}

.coractive-refonte-v2 .cr-card-section--editorial::before {
	opacity: 0.28;
	-webkit-mask-image: linear-gradient(180deg, #000, transparent 68%);
	mask-image: linear-gradient(180deg, #000, transparent 68%);
}

.coractive-refonte-v2 .cr-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2vw, 28px);
}

.coractive-refonte-v2 #thumbs-fibers .cr-card-grid,
.coractive-refonte-v2 .cr-card-section--fibers .cr-card-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.coractive-refonte-v2 #thumbs-applications .cr-card-grid,
.coractive-refonte-v2 .cr-card-section--applications .cr-card-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.coractive-refonte-v2 .cr-card {
	position: relative;
	display: flex;
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(116, 211, 218, 0.18);
	border-radius: 14px;
	background: var(--cr-navy);
	box-shadow: 0 18px 55px rgba(7, 28, 44, 0.13);
	transition: transform 280ms var(--cr-ease), box-shadow 280ms var(--cr-ease), border-color 220ms ease;
}

.coractive-refonte-v2 .cr-card:hover {
	border-color: rgba(116, 211, 218, 0.62);
	transform: translateY(-8px);
	box-shadow: 0 28px 80px rgba(7, 28, 44, 0.22);
}

.coractive-refonte-v2 .cr-card__link {
	display: flex;
	height: 100%;
	flex: 1;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
}

.coractive-refonte-v2 .cr-card__media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: var(--cr-navy-soft);
}

.coractive-refonte-v2 #thumbs-fibers .cr-card__media {
	aspect-ratio: 16 / 10;
}

.coractive-refonte-v2 .cr-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(4, 20, 32, 0.02), rgba(4, 20, 32, 0.42)),
		linear-gradient(125deg, transparent 55%, rgba(116, 211, 218, 0.18));
	pointer-events: none;
}

.coractive-refonte-v2 .cr-card__index {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 9px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 3px;
	background: rgba(4, 20, 32, 0.48);
	color: var(--cr-cyan);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	font-size: 0.62rem;
	letter-spacing: 0.12em;
	backdrop-filter: blur(10px);
}

.coractive-refonte-v2 .cr-card__scan {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -30%;
	z-index: 2;
	width: 18%;
	background: linear-gradient(90deg, transparent, rgba(116, 211, 218, 0.22), transparent);
	transform: skewX(-14deg);
	transition: left 700ms var(--cr-ease);
}

.coractive-refonte-v2 .cr-card:hover .cr-card__scan {
	left: 116%;
}

.coractive-refonte-v2 .cr-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.58) contrast(1.04);
	transition: transform 700ms var(--cr-ease), filter 300ms var(--cr-ease);
}

.coractive-refonte-v2 .cr-card:hover .cr-card__image {
	transform: scale(1.065);
	filter: saturate(0.92) contrast(1.06);
}

.coractive-refonte-v2 .cr-card__body {
	position: relative;
	display: flex;
	min-height: 164px;
	flex: 1;
	flex-direction: column;
	padding: 26px 68px 28px 26px;
	background:
		linear-gradient(90deg, rgba(116, 211, 218, 0.08), transparent 32%),
		var(--cr-navy);
}

.coractive-refonte-v2 .cr-card__body h3 {
	margin: 0;
	color: var(--cr-white);
	font-size: clamp(1.05rem, 1.4vw, 1.35rem);
}

.coractive-refonte-v2 .cr-card__body p {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.64);
	font-size: 0.86rem;
	line-height: 1.55;
}

.coractive-refonte-v2 .cr-card__arrow {
	position: absolute;
	right: 22px;
	top: 24px;
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border: 1px solid rgba(116, 211, 218, 0.35);
	border-radius: 50%;
	background: rgba(116, 211, 218, 0.1);
	color: var(--cr-cyan);
	font-size: 1rem;
	transition: color 220ms ease, background 220ms ease;
}

.coractive-refonte-v2 .cr-card:hover .cr-card__arrow {
	border-color: var(--cr-cyan);
	background: var(--cr-cyan);
	color: var(--cr-navy);
}

.coractive-refonte-v2 .cr-card-section--fibers .cr-card {
	min-height: 520px;
}

.coractive-refonte-v2 .cr-card-section--fibers .cr-card__media,
.coractive-refonte-v2 .cr-card-section--applications .cr-card__media {
	position: absolute;
	inset: 0;
	aspect-ratio: auto;
}

.coractive-refonte-v2 .cr-card-section--fibers .cr-card__media::after,
.coractive-refonte-v2 .cr-card-section--applications .cr-card__media::after {
	background:
		linear-gradient(180deg, rgba(4, 20, 32, 0.02) 10%, rgba(4, 20, 32, 0.9) 82%),
		linear-gradient(125deg, transparent 52%, rgba(116, 211, 218, 0.2));
}

.coractive-refonte-v2 .cr-card-section--fibers .cr-card__body,
.coractive-refonte-v2 .cr-card-section--applications .cr-card__body {
	z-index: 4;
	justify-content: flex-end;
	background: transparent;
}

.coractive-refonte-v2 .cr-card-section--applications .cr-card {
	min-height: 390px;
}

.coractive-refonte-v2 .cr-card-section--applications .cr-card__body {
	min-height: 390px;
}

.coractive-refonte-v2 .cr-card-section--editorial .cr-card {
	border-color: rgba(7, 28, 44, 0.1);
	background: var(--cr-white);
}

.coractive-refonte-v2 .cr-card-section--editorial .cr-card__body {
	min-height: 190px;
	border-top: 2px solid var(--cr-cyan);
	background: var(--cr-white);
}

.coractive-refonte-v2 .cr-card-section--editorial .cr-card__body h3 {
	color: var(--cr-ink);
}

.coractive-refonte-v2 .cr-card-section--editorial .cr-card__body p {
	color: var(--cr-muted);
}

.coractive-refonte-v2 .cr-card-section--editorial .cr-card__arrow {
	border-color: rgba(0, 169, 143, 0.28);
	background: var(--cr-green-light);
	color: var(--cr-green-dark);
}

.coractive-refonte-v2 .cr-section-action {
	margin-top: 42px;
}

/* ==========================================================================
   Events carousel
   ========================================================================== */

.coractive-refonte-v2 .cr-events-section {
	overflow: hidden;
	background:
		radial-gradient(circle at 92% 12%, rgba(116, 211, 218, 0.16), transparent 28%),
		var(--cr-navy);
	color: var(--cr-white);
}

.coractive-refonte-v2 .cr-events-heading {
	display: grid;
	grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1.1fr) auto;
	gap: clamp(34px, 6vw, 90px);
	align-items: end;
	margin-bottom: clamp(42px, 5vw, 70px);
}

.coractive-refonte-v2 .cr-events-heading .cr-eyebrow {
	color: var(--cr-cyan);
}

.coractive-refonte-v2 .cr-events-heading h2 {
	margin: 0;
	color: var(--cr-white);
}

.coractive-refonte-v2 .cr-events-heading__intro {
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 1rem;
}

.coractive-refonte-v2 .cr-events-controls {
	display: flex;
	gap: 10px;
}

.coractive-refonte-v2 .cr-events-control {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	background: transparent;
	color: var(--cr-white);
	font-size: 1.15rem;
	cursor: pointer;
	transition: border-color 180ms ease, background 180ms ease, color 180ms ease, opacity 180ms ease;
}

.coractive-refonte-v2 .cr-events-control:hover:not(:disabled) {
	border-color: var(--cr-cyan);
	background: var(--cr-cyan);
	color: var(--cr-navy);
}

.coractive-refonte-v2 .cr-events-control:disabled {
	opacity: 0.28;
	cursor: default;
}

.coractive-refonte-v2 .cr-events-track {
	display: grid;
	grid-auto-columns: clamp(300px, 29vw, 405px);
	grid-auto-flow: column;
	gap: 22px;
	padding: 4px 0 28px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scroll-snap-type: inline mandatory;
	scrollbar-width: none;
}

.coractive-refonte-v2 .cr-events-track::-webkit-scrollbar {
	display: none;
}

.coractive-refonte-v2 .cr-event-card {
	display: flex;
	min-height: 440px;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: var(--cr-radius);
	background: rgba(255, 255, 255, 0.07);
	scroll-snap-align: start;
	transition: border-color 220ms ease, transform 220ms var(--cr-ease), background 220ms ease;
}

.coractive-refonte-v2 .cr-event-card:hover {
	border-color: rgba(116, 211, 218, 0.55);
	background: rgba(255, 255, 255, 0.1);
	transform: translateY(-4px);
}

.coractive-refonte-v2 .cr-event-card__visual {
	display: grid;
	min-height: 180px;
	place-items: center;
	padding: 30px;
	background: var(--cr-white);
}

.coractive-refonte-v2 .cr-event-card__visual img {
	width: auto;
	max-width: 78%;
	height: auto;
	max-height: 105px;
	object-fit: contain;
}

.coractive-refonte-v2 .cr-event-card__monogram {
	display: grid;
	width: 92px;
	height: 92px;
	place-items: center;
	border-radius: 50%;
	background: var(--cr-green);
	color: var(--cr-navy);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
}

.coractive-refonte-v2 .cr-event-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 28px;
}

.coractive-refonte-v2 .cr-event-card__date {
	margin: 0;
	color: var(--cr-cyan);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	font-size: 0.7rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.coractive-refonte-v2 .cr-event-card h3 {
	margin: 12px 0 0;
	color: var(--cr-white);
	font-size: clamp(1.25rem, 1.7vw, 1.65rem);
}

.coractive-refonte-v2 .cr-event-card__location {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.8rem;
}

.coractive-refonte-v2 .cr-event-card__description {
	margin: 16px 0 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.82rem;
	line-height: 1.55;
}

.coractive-refonte-v2 .cr-event-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	padding-top: 24px;
	color: var(--cr-white);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
}

.coractive-refonte-v2 .cr-event-card__link:hover {
	color: var(--cr-cyan);
}

.coractive-refonte-v2 .cr-events-empty {
	margin: 0;
	padding: 36px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: var(--cr-radius);
	color: rgba(255, 255, 255, 0.7);
}

/* ==========================================================================
   Featured story and video
   ========================================================================== */

.coractive-refonte-v2 .cr-featured-story__card {
	display: grid;
	grid-template-columns: minmax(420px, 1.1fr) minmax(360px, 0.9fr);
	min-height: 520px;
	overflow: hidden;
	border-radius: var(--cr-radius-lg);
	background: var(--cr-navy);
	box-shadow: var(--cr-shadow);
}

.coractive-refonte-v2 .cr-featured-story__media {
	min-height: 420px;
	background-color: var(--cr-navy-soft);
	background-position: center;
	background-size: cover;
}

.coractive-refonte-v2 .cr-featured-story__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(42px, 6vw, 86px);
	color: rgba(255, 255, 255, 0.76);
}

.coractive-refonte-v2 .cr-featured-story__content h2 {
	margin: 0 0 24px;
	color: var(--cr-white);
	font-size: clamp(2rem, 3vw, 3.4rem);
}

.coractive-refonte-v2 .cr-featured-story__content .cr-button {
	margin-top: 28px;
	border-color: rgba(255, 255, 255, 0.45);
	color: var(--cr-white);
}

.coractive-refonte-v2 .cr-video-frame {
	position: relative;
	overflow: hidden;
	border-radius: var(--cr-radius-lg);
	background: var(--cr-navy);
	box-shadow: var(--cr-shadow);
}

.coractive-refonte-v2 .cr-video-frame .wp-video,
.coractive-refonte-v2 .cr-video-frame video {
	width: 100% !important;
	max-width: none !important;
}

.coractive-refonte-v2 .cr-video-frame .mejs-overlay-button {
	border: 2px solid var(--cr-white);
	border-radius: 50%;
	background-color: rgba(7, 28, 44, 0.52);
	background-image: none;
}

.coractive-refonte-v2 .cr-video-caption {
	margin: 16px 0 0;
	color: var(--cr-muted);
	font-size: 0.82rem;
}

/* ==========================================================================
   Contact callout and footer
   ========================================================================== */

.coractive-refonte-v2 .cr-contact-cta {
	position: relative;
	overflow: hidden;
	padding-block: clamp(70px, 8vw, 120px);
	background:
		radial-gradient(circle at 85% 20%, rgba(116, 211, 218, 0.19), transparent 24%),
		var(--cr-green);
	color: var(--cr-white);
}

.coractive-refonte-v2 .cr-contact-cta::after {
	content: "";
	position: absolute;
	right: -10%;
	top: -80%;
	width: 50vw;
	height: 50vw;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
}

.coractive-refonte-v2 .cr-contact-cta__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 60px;
}

.coractive-refonte-v2 .cr-contact-cta__inner > div {
	max-width: 880px;
}

.coractive-refonte-v2 .cr-contact-cta .cr-eyebrow,
.coractive-refonte-v2 .cr-contact-cta h2,
.coractive-refonte-v2 .cr-contact-cta p {
	color: var(--cr-white);
}

.coractive-refonte-v2 .cr-contact-cta h2 {
	margin: 0;
}

.coractive-refonte-v2 .cr-contact-cta__inner > div > p:last-child {
	max-width: 700px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1rem;
}

.coractive-refonte-v2 .cr-contact-cta .cr-button {
	flex: 0 0 auto;
}

.coractive-refonte-v2 .cr-site-footer {
	padding-top: 70px;
	background: var(--cr-navy);
	color: rgba(255, 255, 255, 0.72);
}

.coractive-refonte-v2 .cr-site-footer a {
	color: inherit;
	text-decoration: none;
}

.coractive-refonte-v2 .cr-site-footer a:hover {
	color: var(--cr-white);
}

.coractive-refonte-v2 .cr-site-footer__grid {
	display: grid;
	grid-template-columns: 1fr 1.5fr 0.55fr;
	gap: clamp(45px, 7vw, 110px);
	padding-bottom: 60px;
}

.coractive-refonte-v2 .cr-footer-brand img {
	width: min(250px, 100%);
	height: auto;
	display: block;
}

.coractive-refonte-v2 .cr-footer-brand address,
.coractive-refonte-v2 .cr-footer-brand p {
	margin: 24px 0 0;
	font-size: 0.84rem;
	font-style: normal;
	line-height: 1.7;
}

.coractive-refonte-v2 .cr-footer-menu {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 36px;
}

.coractive-refonte-v2 .cr-footer-menu > li > a,
.coractive-refonte-v2 .cr-footer-heading {
	display: block;
	margin: 0 0 16px;
	color: var(--cr-white);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
}

.coractive-refonte-v2 .cr-footer-menu .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.coractive-refonte-v2 .cr-footer-menu .sub-menu li + li {
	margin-top: 7px;
}

.coractive-refonte-v2 .cr-footer-menu .sub-menu a {
	font-size: 0.8rem;
}

.coractive-refonte-v2 .cr-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.coractive-refonte-v2 .cr-social-links a {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 50%;
	color: var(--cr-white);
	font-family: Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	transition: background 180ms ease, border-color 180ms ease;
}

.coractive-refonte-v2 .cr-social-links a:hover {
	border-color: var(--cr-green);
	background: var(--cr-green);
}

.coractive-refonte-v2 .cr-site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 72px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	font-size: 0.75rem;
}

.coractive-refonte-v2 .cr-site-footer__bottom p {
	margin: 0;
}

.coractive-refonte-v2 .cr-back-to-top {
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.76);
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
}

.coractive-refonte-v2 .cr-back-to-top span {
	display: inline-block;
	margin-left: 8px;
	color: var(--cr-cyan);
}

/* ========================================================================== 
   Compatibility with inherited internal templates
   ========================================================================== */

/* Product datasheet access ------------------------------------------------- */

.coractive-refonte-v2 .cr-product-resource {
	position: fixed;
	top: auto;
	right: 24px;
	bottom: 24px;
	z-index: 9990;
	width: min(330px, calc(100vw - 48px));
	padding: 6px;
	border: 1px solid rgba(116, 211, 218, 0.5);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(116, 211, 218, 0.16), transparent 52%),
		rgba(7, 28, 44, 0.96);
	box-shadow: 0 18px 55px rgba(3, 18, 30, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
	color: var(--cr-white);
	backdrop-filter: blur(14px);
}

.coractive-refonte-v2 .cr-product-resource__inner {
	display: grid;
	min-height: 0;
	gap: 0;
	padding: 5px;
}

.coractive-refonte-v2 .cr-product-resource__context {
	display: none;
	min-width: 0;
	gap: 4px;
	margin: 0;
	line-height: 1.25;
}

.coractive-refonte-v2 .cr-product-resource__context span {
	color: var(--cr-cyan);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.coractive-refonte-v2 .cr-product-resource__context strong {
	overflow: hidden;
	color: rgba(255, 255, 255, 0.82);
	font-family: "GothamMedium", Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.coractive-refonte-v2 .cr-product-resource__button,
.coractive-refonte-v2 .product-files .button-download {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	gap: 11px;
	border: 1px solid rgba(116, 211, 218, 0.55);
	border-radius: 999px;
	background: rgba(116, 211, 218, 0.1);
	color: var(--cr-white);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms var(--cr-ease);
}

.coractive-refonte-v2 .cr-product-resource__button {
	width: 100%;
	min-height: 50px;
	padding: 12px 18px;
	border-color: var(--cr-green);
	border-radius: 12px;
	background: var(--cr-green);
	box-shadow: 0 10px 28px rgba(0, 169, 143, 0.28);
	color: var(--cr-white);
	font-size: 0.76rem;
	letter-spacing: 0.015em;
}

.coractive-refonte-v2 .cr-product-resource__button:hover,
.coractive-refonte-v2 .cr-product-resource__button:focus-visible,
.coractive-refonte-v2 .product-files .button-download:hover,
.coractive-refonte-v2 .product-files .button-download:focus-visible {
	border-color: var(--cr-cyan);
	background: var(--cr-cyan);
	color: var(--cr-navy);
	text-decoration: none;
	transform: translateY(-1px);
}

.coractive-refonte-v2 .cr-product-resource__button:hover,
.coractive-refonte-v2 .cr-product-resource__button:focus-visible {
	border-color: var(--cr-cyan);
	background: var(--cr-cyan);
	box-shadow: 0 12px 32px rgba(116, 211, 218, 0.32);
}

.coractive-refonte-v2 .cr-download-icon {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 16px;
	border: 1.5px solid currentColor;
	border-radius: 2px;
}

.coractive-refonte-v2 .cr-download-icon::before {
	position: absolute;
	top: 3px;
	left: 50%;
	width: 5px;
	height: 7px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	content: "";
	transform: translateX(-50%) rotate(45deg);
}

.coractive-refonte-v2 .cr-download-icon::after {
	position: absolute;
	right: 3px;
	bottom: 3px;
	left: 3px;
	height: 1.5px;
	background: currentColor;
	content: "";
}

/* Make the parent download area visible and consistent with the refonte. */
.coractive-refonte-v2 .section-form .product-files {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 12px;
}

.coractive-refonte-v2 .product-files .button-download {
	margin: 0;
	padding: 11px 18px 11px 46px;
	background-color: var(--cr-navy);
	background-position: 16px center;
	background-size: 20px auto;
}

.coractive-refonte-v2 .product-files .button-download.disabled {
	display: inline-flex;
	opacity: 0.55;
}

.coractive-refonte-v2:not(.home) main,
.coractive-refonte-v2:not(.home) .page-block:first-of-type {
	scroll-margin-top: 100px;
}

.coractive-refonte-v2 .page-block .page-cta .button {
	border-radius: var(--cr-radius-sm);
}

.coractive-refonte-v2 .bg-title {
	opacity: 0.12;
}

.coractive-refonte-v2 #go-top,
.coractive-refonte-v2 #go-contact {
	display: none !important;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1180px) {
	.coractive-refonte-v2 .cr-main-menu {
		gap: 0;
	}

	.coractive-refonte-v2 .cr-main-menu > li > a {
		padding-inline: 11px;
	}

	.coractive-refonte-v2 #thumbs-applications .cr-card-grid,
	.coractive-refonte-v2 .cr-card-section--applications .cr-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1023px) {
	.coractive-refonte-v2 .cr-utility {
		display: none;
	}

	.coractive-refonte-v2 .cr-primary-nav__inner {
		min-height: 68px;
	}

	.coractive-refonte-v2 .cr-brand {
		width: 160px;
	}

	.coractive-refonte-v2 .cr-menu-toggle {
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 10px 0 10px 14px;
		border: 0;
		background: transparent;
		color: var(--cr-ink);
		font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
		font-size: 0.72rem;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	.coractive-refonte-v2 .cr-menu-toggle__icon {
		position: relative;
		display: block;
		width: 32px;
		height: 22px;
	}

	.coractive-refonte-v2 .cr-menu-toggle__icon span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: var(--cr-green-dark);
		transition: transform 180ms ease, top 180ms ease;
	}

	.coractive-refonte-v2 .cr-menu-toggle__icon span:first-child {
		top: 6px;
	}

	.coractive-refonte-v2 .cr-menu-toggle__icon span:last-child {
		top: 15px;
	}

	.coractive-refonte-v2 .cr-menu-toggle[aria-expanded="true"] .cr-menu-toggle__icon span:first-child {
		top: 10px;
		transform: rotate(45deg);
	}

	.coractive-refonte-v2 .cr-menu-toggle[aria-expanded="true"] .cr-menu-toggle__icon span:last-child {
		top: 10px;
		transform: rotate(-45deg);
	}

	.coractive-refonte-v2 .cr-main-navigation {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10002;
		display: block;
		width: min(88vw, 470px);
		height: 100dvh;
		padding: 110px 30px 40px;
		overflow-y: auto;
		background: var(--cr-white);
		box-shadow: -20px 0 60px rgba(7, 28, 44, 0.18);
		transform: translateX(105%);
		transition: transform 280ms var(--cr-ease);
	}

	.coractive-refonte-v2.cr-menu-is-open .cr-main-navigation {
		transform: translateX(0);
	}

	.coractive-refonte-v2.cr-menu-is-open {
		overflow: hidden;
	}

	.coractive-refonte-v2 .cr-menu-toggle {
		position: relative;
		z-index: 10003;
	}

	.coractive-refonte-v2 .cr-menu-backdrop {
		position: fixed;
		inset: 0;
		z-index: 10001;
		background: rgba(3, 18, 30, 0.62);
		backdrop-filter: blur(3px);
	}

	.coractive-refonte-v2 .cr-main-menu {
		display: block;
	}

	.coractive-refonte-v2 .cr-main-menu > li {
		border-bottom: 1px solid var(--cr-line);
	}

	.coractive-refonte-v2 .cr-main-menu > li > a {
		justify-content: space-between;
		min-height: 58px;
		padding: 14px 0;
		font-size: 0.9rem;
	}

	.coractive-refonte-v2 .cr-main-menu > li.menu-btn > a {
		justify-content: center;
		margin: 20px 0 0;
		padding-inline: 22px;
	}

	.coractive-refonte-v2 .cr-main-menu .sub-menu {
		position: static;
		display: none;
		min-width: 0;
		padding: 0 0 16px 14px;
		border: 0;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.coractive-refonte-v2 .cr-main-menu .cr-submenu-open > .sub-menu {
		display: block;
	}

	.coractive-refonte-v2 .cr-mobile-extras {
		display: flex;
		flex-direction: column;
		gap: 12px;
		margin-top: 30px;
		color: var(--cr-muted);
		font-size: 0.78rem;
	}

	.coractive-refonte-v2 .cr-mobile-extras a {
		color: inherit;
	}

	.coractive-refonte-v2 .cr-mobile-top-menu {
		margin-top: 12px;
	}

	.coractive-refonte-v2 .cr-mobile-language {
		display: flex;
		align-items: center;
		gap: 16px;
		margin-top: 16px;
	}

	.coractive-refonte-v2 .cr-mobile-language .wpml-ls,
	.coractive-refonte-v2 .cr-mobile-language .wpml-ls ul {
		margin: 0;
		padding: 0;
		border: 0;
	}

	.coractive-refonte-v2 .cr-hero {
		min-height: 0;
		background-image:
			linear-gradient(90deg, rgba(4, 19, 31, 0.95), rgba(5, 23, 37, 0.6)),
			var(--cr-hero-image);
	}

	.coractive-refonte-v2 .cr-hero__content {
		width: 100%;
	}

	.coractive-refonte-v2 .cr-hero__inner {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.coractive-refonte-v2 .cr-latest-news {
		width: 100%;
		justify-self: stretch;
	}

	.coractive-refonte-v2 .cr-latest-news__link {
		display: grid;
		grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.2fr);
	}

	.coractive-refonte-v2 .cr-latest-news__media {
		min-height: 250px;
	}

	.coractive-refonte-v2 .cr-content-block__inner,
	.coractive-refonte-v2 .cr-section-heading,
	.coractive-refonte-v2 .cr-events-heading {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.coractive-refonte-v2 .cr-events-controls {
		justify-self: start;
	}

	.coractive-refonte-v2 .cr-content-block__lead,
	.coractive-refonte-v2 .cr-content-block__text,
	.coractive-refonte-v2 .cr-content-block .cr-section-action {
		grid-column: 1;
	}

	.coractive-refonte-v2 .cr-content-block__text {
		margin-top: 0;
		padding-top: 0;
	}

	.coractive-refonte-v2 .cr-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.coractive-refonte-v2 .cr-featured-story__card {
		grid-template-columns: 1fr;
	}

	.coractive-refonte-v2 .cr-featured-story__media {
		min-height: 420px;
	}

	.coractive-refonte-v2 .cr-contact-cta__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 32px;
	}

	.coractive-refonte-v2 .cr-site-footer__grid {
		grid-template-columns: 1fr 1.4fr;
	}

	.coractive-refonte-v2 .cr-footer-social {
		grid-column: 1 / -1;
	}
}

@media (max-width: 700px) {
	.coractive-refonte-v2 .cr-shell {
		width: min(calc(100% - 28px), var(--cr-shell));
	}

	.coractive-refonte-v2.admin-bar .cr-site-header.is-scrolled {
		top: 46px;
	}

	.coractive-refonte-v2 .cr-primary-nav__inner {
		min-height: 64px;
	}

	.coractive-refonte-v2 .cr-brand {
		width: 145px;
	}

	body.coractive-refonte-v2.single-produit {
		padding-bottom: 84px;
	}

	.coractive-refonte-v2 .cr-product-resource {
		top: auto;
		right: 10px;
		bottom: 10px;
		left: 10px;
		width: auto;
		padding: 5px;
		border-radius: 16px;
	}

	.coractive-refonte-v2 .cr-product-resource__inner {
		min-height: 0;
		padding: 5px;
	}

	.coractive-refonte-v2 .cr-product-resource__context {
		display: none;
	}

	.coractive-refonte-v2 .cr-product-resource__button {
		width: 100%;
		min-height: 54px;
	}

	.coractive-refonte-v2 .section-form .product-files {
		justify-content: stretch;
	}

	.coractive-refonte-v2 .product-files .button-download {
		width: 100%;
	}

	.coractive-refonte-v2 .cr-menu-toggle__label {
		display: none;
	}

	.coractive-refonte-v2 .cr-main-navigation {
		width: 94vw;
		padding: 90px 22px 32px;
	}

	.coractive-refonte-v2 .cr-hero {
		min-height: 740px;
		background-image:
			linear-gradient(180deg, rgba(4, 19, 31, 0.72), rgba(4, 19, 31, 0.96) 72%),
			var(--cr-hero-image-mobile, var(--cr-hero-image));
		background-position: center;
	}

	.coractive-refonte-v2 .cr-hero__inner {
		align-items: flex-start;
		padding-top: 84px;
		padding-bottom: 205px;
	}

	.coractive-refonte-v2 .cr-hero__content {
		width: 100%;
	}

	.coractive-refonte-v2 .cr-hero__lead {
		margin-top: 24px;
	}

	.coractive-refonte-v2 .cr-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.coractive-refonte-v2 .cr-hero__actions .cr-button {
		width: 100%;
	}

	.coractive-refonte-v2 .cr-latest-news__link {
		display: block;
	}

	.coractive-refonte-v2 .cr-latest-news__media {
		min-height: 180px;
	}

	.coractive-refonte-v2 .cr-latest-news__body {
		padding: 22px;
	}

	.coractive-refonte-v2 .cr-home-main .page-block {
		padding-block: 72px;
	}

	.coractive-refonte-v2 .cr-events-heading {
		margin-bottom: 34px;
	}

	.coractive-refonte-v2 .cr-events-track {
		grid-auto-columns: min(86vw, 340px);
		gap: 16px;
	}

	.coractive-refonte-v2 .cr-event-card {
		min-height: 420px;
	}

	.coractive-refonte-v2 .cr-card-grid,
	.coractive-refonte-v2 #thumbs-fibers .cr-card-grid,
	.coractive-refonte-v2 #thumbs-applications .cr-card-grid,
	.coractive-refonte-v2 .cr-card-section--fibers .cr-card-grid,
	.coractive-refonte-v2 .cr-card-section--applications .cr-card-grid {
		grid-template-columns: 1fr;
	}

	.coractive-refonte-v2 .cr-card__media,
	.coractive-refonte-v2 #thumbs-fibers .cr-card__media {
		aspect-ratio: 16 / 10;
	}

	.coractive-refonte-v2 .cr-featured-story__media {
		min-height: 300px;
	}

	.coractive-refonte-v2 .cr-featured-story__content {
		padding: 36px 24px 42px;
	}

	.coractive-refonte-v2 .cr-site-footer__grid,
	.coractive-refonte-v2 .cr-footer-menu {
		grid-template-columns: 1fr;
	}

	.coractive-refonte-v2 .cr-site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		gap: 8px;
		padding-block: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.coractive-refonte-v2 *,
	.coractive-refonte-v2 *::before,
	.coractive-refonte-v2 *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* ==========================================================================
   Light visual direction
   ========================================================================== */

body.coractive-refonte-v2.coractive-refonte-light {
	--cr-mist: #f3f8f7;
	--cr-white: #ffffff;
	--cr-ink: #142733;
	--cr-muted: #607681;
	--cr-line: rgba(20, 39, 51, 0.12);
	--cr-shadow: 0 24px 70px rgba(33, 71, 78, 0.12);
	background: #fbfdfc;
}

.coractive-refonte-v2.coractive-refonte-light .cr-utility {
	border-bottom: 1px solid rgba(0, 169, 143, 0.18);
	background: #edf6f3;
	color: #45606c;
}

.coractive-refonte-v2.coractive-refonte-light .cr-utility a:hover {
	color: var(--cr-green-dark);
}

.coractive-refonte-v2.coractive-refonte-light .cr-hero {
	background-color: #edf6f3;
	background-image:
		linear-gradient(90deg, rgba(250, 253, 252, 0.99) 0%, rgba(247, 252, 250, 0.95) 46%, rgba(242, 249, 247, 0.72) 75%, rgba(237, 246, 243, 0.58) 100%),
		var(--cr-hero-image);
	color: var(--cr-ink);
}

.coractive-refonte-v2.coractive-refonte-light .cr-hero::before {
	background:
		radial-gradient(circle at 78% 28%, rgba(116, 211, 218, 0.2), transparent 20%),
		linear-gradient(115deg, transparent 52%, rgba(0, 169, 143, 0.14) 52.2%, transparent 53%);
}

.coractive-refonte-v2.coractive-refonte-light .cr-hero__ambient {
	border-color: rgba(49, 114, 156, 0.2);
	box-shadow: 0 0 100px rgba(116, 211, 218, 0.16), inset 0 0 80px rgba(0, 169, 143, 0.1);
}

.coractive-refonte-v2.coractive-refonte-light .cr-hero__ambient::before,
.coractive-refonte-v2.coractive-refonte-light .cr-hero__ambient::after {
	border-color: rgba(49, 114, 156, 0.15);
}

.coractive-refonte-v2.coractive-refonte-light .cr-hero .cr-eyebrow,
.coractive-refonte-v2.coractive-refonte-light .cr-latest-news time {
	color: var(--cr-green-dark);
}

.coractive-refonte-v2.coractive-refonte-light .cr-hero h1 {
	color: var(--cr-navy);
}

.coractive-refonte-v2.coractive-refonte-light .cr-hero__lead {
	color: #4d6570;
}

.coractive-refonte-v2.coractive-refonte-light .cr-hero .cr-button--ghost {
	border-color: rgba(7, 28, 44, 0.3);
	background: rgba(255, 255, 255, 0.62);
	color: var(--cr-navy);
}

.coractive-refonte-v2.coractive-refonte-light .cr-hero .cr-button--ghost:hover,
.coractive-refonte-v2.coractive-refonte-light .cr-hero .cr-button--ghost:focus-visible {
	border-color: var(--cr-navy);
	background: var(--cr-navy);
	color: var(--cr-white);
}

.coractive-refonte-v2.coractive-refonte-light .cr-latest-news {
	border-color: rgba(7, 28, 44, 0.12);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 28px 70px rgba(33, 71, 78, 0.15);
}

.coractive-refonte-v2.coractive-refonte-light .cr-latest-news__link,
.coractive-refonte-v2.coractive-refonte-light .cr-latest-news h2,
.coractive-refonte-v2.coractive-refonte-light .cr-latest-news__action {
	color: var(--cr-ink);
}

.coractive-refonte-v2.coractive-refonte-light .cr-latest-news p {
	color: var(--cr-muted);
}

.coractive-refonte-v2.coractive-refonte-light .cr-card-section--fibers,
.coractive-refonte-v2.coractive-refonte-light .cr-card-section--applications {
	background:
		radial-gradient(circle at 84% 12%, rgba(116, 211, 218, 0.2), transparent 28%),
		linear-gradient(180deg, #f7fbfa, #eaf4f1);
	color: var(--cr-ink);
}

.coractive-refonte-v2.coractive-refonte-light .cr-card-section--fibers .cr-section-heading h2,
.coractive-refonte-v2.coractive-refonte-light .cr-card-section--fibers .cr-section-heading__intro {
	color: var(--cr-ink);
}

.coractive-refonte-v2.coractive-refonte-light .cr-card-section--fibers .cr-eyebrow {
	color: var(--cr-green-dark);
}

.coractive-refonte-v2.coractive-refonte-light .cr-card {
	min-height: 0;
	border-color: rgba(7, 28, 44, 0.11);
	background: var(--cr-white);
	box-shadow: 0 18px 55px rgba(33, 71, 78, 0.1);
}

.coractive-refonte-v2.coractive-refonte-light .cr-card:hover {
	border-color: rgba(0, 169, 143, 0.48);
	box-shadow: 0 28px 70px rgba(33, 71, 78, 0.16);
}

.coractive-refonte-v2.coractive-refonte-light .cr-card-section--fibers .cr-card,
.coractive-refonte-v2.coractive-refonte-light .cr-card-section--applications .cr-card,
.coractive-refonte-v2.coractive-refonte-light .cr-card-section--applications .cr-card__body {
	min-height: 0;
}

.coractive-refonte-v2.coractive-refonte-light .cr-card-section--fibers .cr-card__media,
.coractive-refonte-v2.coractive-refonte-light .cr-card-section--applications .cr-card__media {
	position: relative;
	inset: auto;
	aspect-ratio: 16 / 10;
}

.coractive-refonte-v2.coractive-refonte-light .cr-card-section--fibers .cr-card__media::after,
.coractive-refonte-v2.coractive-refonte-light .cr-card-section--applications .cr-card__media::after {
	background:
		linear-gradient(180deg, rgba(7, 28, 44, 0.02), rgba(7, 28, 44, 0.24)),
		linear-gradient(125deg, transparent 56%, rgba(116, 211, 218, 0.17));
}

.coractive-refonte-v2.coractive-refonte-light .cr-card-section--fibers .cr-card__body,
.coractive-refonte-v2.coractive-refonte-light .cr-card-section--applications .cr-card__body,
.coractive-refonte-v2.coractive-refonte-light .cr-card__body {
	min-height: 164px;
	justify-content: flex-start;
	background:
		linear-gradient(90deg, rgba(116, 211, 218, 0.08), transparent 32%),
		var(--cr-white);
}

.coractive-refonte-v2.coractive-refonte-light .cr-card__body h3 {
	color: var(--cr-ink);
}

.coractive-refonte-v2.coractive-refonte-light .cr-card__body p {
	color: var(--cr-muted);
}

.coractive-refonte-v2.coractive-refonte-light .cr-card__arrow {
	border-color: rgba(0, 169, 143, 0.3);
	background: var(--cr-green-light);
	color: var(--cr-green-dark);
}

.coractive-refonte-v2.coractive-refonte-light .cr-events-section {
	background:
		radial-gradient(circle at 92% 12%, rgba(116, 211, 218, 0.2), transparent 30%),
		linear-gradient(180deg, #f4f9f8, #eaf3f1);
	color: var(--cr-ink);
}

.coractive-refonte-v2.coractive-refonte-light .cr-events-heading .cr-eyebrow {
	color: var(--cr-green-dark);
}

.coractive-refonte-v2.coractive-refonte-light .cr-events-heading h2,
.coractive-refonte-v2.coractive-refonte-light .cr-event-card h3,
.coractive-refonte-v2.coractive-refonte-light .cr-event-card__link {
	color: var(--cr-ink);
}

.coractive-refonte-v2.coractive-refonte-light .cr-events-heading__intro,
.coractive-refonte-v2.coractive-refonte-light .cr-event-card__description {
	color: var(--cr-muted);
}

.coractive-refonte-v2.coractive-refonte-light .cr-events-control {
	border-color: rgba(7, 28, 44, 0.22);
	background: rgba(255, 255, 255, 0.76);
	color: var(--cr-navy);
}

.coractive-refonte-v2.coractive-refonte-light .cr-event-card {
	border-color: rgba(7, 28, 44, 0.11);
	background: var(--cr-white);
	box-shadow: 0 18px 50px rgba(33, 71, 78, 0.1);
}

.coractive-refonte-v2.coractive-refonte-light .cr-event-card:hover {
	border-color: rgba(0, 169, 143, 0.45);
	background: var(--cr-white);
}

.coractive-refonte-v2.coractive-refonte-light .cr-event-card__date {
	color: var(--cr-green-dark);
}

.coractive-refonte-v2.coractive-refonte-light .cr-event-card__location {
	color: #45606c;
}

.coractive-refonte-v2.coractive-refonte-light .cr-featured-story__card {
	border: 1px solid rgba(7, 28, 44, 0.1);
	background: var(--cr-white);
}

.coractive-refonte-v2.coractive-refonte-light .cr-featured-story__content {
	color: var(--cr-muted);
}

.coractive-refonte-v2.coractive-refonte-light .cr-featured-story__content h2 {
	color: var(--cr-ink);
}

.coractive-refonte-v2.coractive-refonte-light .cr-featured-story__content .cr-button {
	border-color: var(--cr-green);
	color: var(--cr-green-dark);
}

/* ==========================================================================
   Global internal pages — version 2.0
   ========================================================================== */

body.coractive-refonte-v2.coractive-refonte-light:not(.home) {
	background:
		radial-gradient(circle at 92% 12%, rgba(116, 211, 218, 0.12), transparent 24rem),
		linear-gradient(180deg, #fbfdfc 0%, #f4f9f7 100%);
}

.coractive-refonte-v2:not(.home) .cr-internal-main,
.coractive-refonte-v2:not(.home) .block-single-products,
.coractive-refonte-v2:not(.home) .block-single-publications {
	position: relative;
}

.coractive-refonte-v2:not(.home) .page-block.content {
	margin-block: 0;
}

.coractive-refonte-v2:not(.home) .page-block.content > .container:not(.py-0),
.coractive-refonte-v2:not(.home) .page-block.content > .container-fluid:not(.py-0) {
	padding-top: clamp(54px, 6vw, 92px);
	padding-bottom: clamp(54px, 6vw, 92px);
}

.coractive-refonte-v2:not(.home) .page-block.content.bg-gray,
.coractive-refonte-v2:not(.home) .page-block.content .bg-gray {
	background-color: #edf5f2 !important;
}

.coractive-refonte-v2:not(.home) .page-block.content.bg-green,
.coractive-refonte-v2:not(.home) .page-block.content .bg-green {
	background-color: var(--cr-navy) !important;
}

.coractive-refonte-v2:not(.home) .page-block .text,
.coractive-refonte-v2:not(.home) .page-block .block-intro {
	color: var(--cr-muted);
	font-size: clamp(1rem, 1.2vw, 1.15rem);
	line-height: 1.8;
}

.coractive-refonte-v2:not(.home) .page-block .text a,
.coractive-refonte-v2:not(.home) .page-block .link-bold {
	color: var(--cr-green-dark);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
}

/* Breadcrumb and product search ------------------------------------------ */

.coractive-refonte-v2:not(.home) .section-breadcrumb {
	position: relative;
	z-index: 20;
	display: block;
	width: 100%;
	min-height: 70px;
	margin: 0;
	padding: 12px max(24px, calc((100vw - var(--cr-shell)) / 2));
	border-top: 1px solid rgba(7, 28, 44, 0.05);
	border-bottom: 1px solid var(--cr-line);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 10px 35px rgba(33, 71, 78, 0.05);
	color: var(--cr-muted);
	font-size: 0.78rem;
	backdrop-filter: blur(14px);
}

.coractive-refonte-v2:not(.home) .section-breadcrumb > .row {
	min-height: 46px;
	margin: 0;
}

.coractive-refonte-v2:not(.home) .section-breadcrumb a {
	color: var(--cr-ink);
	font-family: "GothamMedium", Arial, sans-serif;
	text-decoration: none;
}

.coractive-refonte-v2:not(.home) .section-breadcrumb a:hover {
	color: var(--cr-green-dark);
}

.coractive-refonte-v2:not(.home) .section-breadcrumb .frmSearch {
	position: relative;
	margin: 0;
}

.coractive-refonte-v2:not(.home) .section-breadcrumb .frmSearch::before {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 12px;
	height: 12px;
	border: 1.5px solid var(--cr-green-dark);
	border-radius: 50%;
	content: "";
	transform: translateY(-58%);
	pointer-events: none;
}

.coractive-refonte-v2:not(.home) .section-breadcrumb .frmSearch::after {
	position: absolute;
	top: calc(50% + 5px);
	left: 26px;
	width: 6px;
	height: 1.5px;
	background: var(--cr-green-dark);
	content: "";
	transform: rotate(45deg);
	pointer-events: none;
}

.coractive-refonte-v2:not(.home) .section-breadcrumb input[type="text"] {
	width: 100%;
	height: 44px;
	padding: 0 14px 0 40px;
	border: 1px solid rgba(7, 28, 44, 0.15);
	border-radius: 999px;
	background: #f5f9f7;
	color: var(--cr-ink);
	font-family: inherit;
	font-size: 0.78rem;
	transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.coractive-refonte-v2:not(.home) .section-breadcrumb input[type="text"]:focus {
	border-color: var(--cr-green);
	background: var(--cr-white);
	box-shadow: 0 0 0 4px rgba(0, 169, 143, 0.12);
	outline: 0;
}

/* Legacy buttons ---------------------------------------------------------- */

.coractive-refonte-v2:not(.home) .button,
.coractive-refonte-v2:not(.home) button.button,
.coractive-refonte-v2:not(.home) .button-back,
.coractive-refonte-v2:not(.home) input[type="submit"] {
	min-height: 48px;
	padding: 12px 22px;
	border: 1px solid var(--cr-green);
	border-radius: 10px;
	background: var(--cr-green);
	box-shadow: 0 10px 28px rgba(0, 169, 143, 0.18);
	color: var(--cr-white);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-transform: none !important;
	transition: transform 180ms var(--cr-ease), background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.coractive-refonte-v2:not(.home) .button:hover,
.coractive-refonte-v2:not(.home) button.button:hover,
.coractive-refonte-v2:not(.home) .button-back:hover,
.coractive-refonte-v2:not(.home) input[type="submit"]:hover {
	border-color: var(--cr-navy);
	background: var(--cr-navy);
	color: var(--cr-white);
	transform: translateY(-2px);
}

.coractive-refonte-v2:not(.home) .button.inverted {
	border-color: var(--cr-green);
	background: var(--cr-green);
	box-shadow: 0 10px 28px rgba(0, 169, 143, 0.2);
	color: var(--cr-white);
}

.coractive-refonte-v2:not(.home) .button.inverted:hover,
.coractive-refonte-v2:not(.home) .button.inverted:focus-visible {
	border-color: var(--cr-navy);
	background: var(--cr-navy);
	color: var(--cr-white);
}

.coractive-refonte-v2:not(.home) .button-back {
	border-color: rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.08);
	box-shadow: none;
	color: var(--cr-white);
}

.coractive-refonte-v2:not(.home) .page-cta {
	margin-top: 28px;
}

.coractive-refonte-v2:not(.home) .page-cta a {
	text-decoration: none;
}

/* Page and archive heroes ------------------------------------------------- */

.coractive-refonte-v2:not(.home) .block-header > div:not(.container) {
	position: relative;
	display: flex;
	min-height: clamp(300px, 36vw, 510px);
	align-items: center;
	overflow: hidden;
	background-color: #e8f3f0;
	background-position: center;
	background-size: cover;
}

.coractive-refonte-v2:not(.home) .block-header > div:not(.container)::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(251, 253, 252, 0.98) 0%, rgba(245, 250, 248, 0.93) 52%, rgba(234, 245, 241, 0.62) 100%),
		radial-gradient(circle at 82% 22%, rgba(116, 211, 218, 0.22), transparent 25%);
	content: "";
}

.coractive-refonte-v2:not(.home) .block-header > div:not(.container)::after {
	position: absolute;
	top: -26%;
	right: 9%;
	width: min(42vw, 580px);
	aspect-ratio: 1;
	border: 1px solid rgba(0, 169, 143, 0.16);
	border-radius: 50%;
	box-shadow: 0 0 0 54px rgba(116, 211, 218, 0.05), 0 0 0 108px rgba(0, 169, 143, 0.035);
	content: "";
}

.coractive-refonte-v2:not(.home) .block-header > div > .container {
	position: relative;
	z-index: 2;
	width: 100%;
}

.coractive-refonte-v2:not(.home) .block-header .__content {
	max-width: 880px;
}

.coractive-refonte-v2:not(.home) .block-header .__subtitle,
.coractive-refonte-v2:not(.home) .block-header .__green-title {
	margin-bottom: 18px;
	color: var(--cr-green-dark) !important;
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.coractive-refonte-v2:not(.home) .block-header .__title {
	max-width: 940px;
	margin: 0;
	color: var(--cr-navy) !important;
	font-size: clamp(2.7rem, 5vw, 5.25rem);
	line-height: 0.98;
}

.coractive-refonte-v2:not(.home) .block-header .text,
.coractive-refonte-v2:not(.home) .block-header .text-white,
.coractive-refonte-v2:not(.home) .block-header .text-black {
	width: 100%;
	max-width: none;
	color: #4d6570 !important;
	text-wrap: pretty;
}

.coractive-refonte-v2:not(.home) .block-header .__icon {
	display: grid;
	width: 100px;
	height: 100px;
	place-items: center;
	margin-bottom: 24px;
	border: 1px solid rgba(0, 169, 143, 0.2);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: var(--cr-shadow);
}

/* Generic editorial blocks ---------------------------------------------- */

.coractive-refonte-v2:not(.home) .bg-title {
	display: block;
	margin-bottom: 24px;
	opacity: 1;
	color: var(--cr-ink);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	font-size: clamp(2rem, 3.8vw, 4.4rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.04;
}

.coractive-refonte-v2:not(.home) .block-image > div:not(.container) > .container > .row,
.coractive-refonte-v2:not(.home) .block-image > .container > .row.align-items-end {
	align-items: stretch !important;
	overflow: hidden;
	border: 1px solid var(--cr-line);
	border-radius: var(--cr-radius-lg);
	background: var(--cr-white) !important;
	box-shadow: var(--cr-shadow);
}

.coractive-refonte-v2:not(.home) .block-image .block-img {
	display: flex;
	margin-bottom: 0 !important;
	padding: 0;
}

.coractive-refonte-v2:not(.home) .block-image .block-img > div,
.coractive-refonte-v2:not(.home) .block-image .block-img > img {
	width: 100%;
}

.coractive-refonte-v2:not(.home) .block-image .block-img img {
	width: 100%;
	height: 100%;
	min-height: 390px;
	margin: 0 !important;
	border-radius: 0;
	object-fit: cover;
}

.coractive-refonte-v2:not(.home) .block-image .bg-trans-white {
	display: flex;
	height: 100%;
	min-height: 390px;
	flex-direction: column;
	justify-content: center;
	padding: clamp(34px, 5vw, 72px);
	background: var(--cr-white);
}

.coractive-refonte-v2:not(.home) .block-image .bg-trans-white h3 {
	font-size: clamp(1.75rem, 2.8vw, 3.2rem);
}

.coractive-refonte-v2:not(.home) .container.extra-pad > .row {
	gap: 22px 0;
}

.coractive-refonte-v2:not(.home) .container.extra-pad .col-pad-right,
.coractive-refonte-v2:not(.home) .container.extra-pad .col-pad-both,
.coractive-refonte-v2:not(.home) .container.extra-pad .col-pad-left,
.coractive-refonte-v2:not(.home) .container.extra-pad > .row > .col-md-6 {
	padding: clamp(28px, 3.2vw, 46px);
	border: 1px solid var(--cr-line);
	border-radius: var(--cr-radius);
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 14px 42px rgba(33, 71, 78, 0.07);
}

/* Cards, archives and related content ------------------------------------ */

.coractive-refonte-v2:not(.home) .block-publications > .container > .row,
.coractive-refonte-v2:not(.home) .block-categories-thumbs .thumbs-content,
.coractive-refonte-v2:not(.home) .products-laser .__body .row {
	row-gap: 28px;
}

.coractive-refonte-v2:not(.home) .block-publications .pub-animate,
.coractive-refonte-v2:not(.home) .block-publications .col-md-6,
.coractive-refonte-v2:not(.home) .block-categories-thumbs .cat-animate,
.coractive-refonte-v2:not(.home) .products-laser .prod-animate {
	margin-bottom: 0;
}

.coractive-refonte-v2:not(.home) .publication-single,
.coractive-refonte-v2:not(.home) .cat-thumb,
.coractive-refonte-v2:not(.home) .prod-mosaik,
.coractive-refonte-v2:not(.home) .application-single {
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--cr-line);
	border-radius: var(--cr-radius);
	background: var(--cr-white);
	box-shadow: 0 16px 50px rgba(33, 71, 78, 0.09);
	transition: transform 240ms var(--cr-ease), border-color 200ms ease, box-shadow 240ms ease;
}

.coractive-refonte-v2:not(.home) .publication-single:hover,
.coractive-refonte-v2:not(.home) .cat-thumb:hover,
.coractive-refonte-v2:not(.home) .prod-mosaik:hover,
.coractive-refonte-v2:not(.home) .application-single:hover {
	border-color: rgba(0, 169, 143, 0.42);
	box-shadow: 0 26px 64px rgba(33, 71, 78, 0.14);
	transform: translateY(-6px);
}

.coractive-refonte-v2:not(.home) .publication-single > a,
.coractive-refonte-v2:not(.home) .cat-thumb > a,
.coractive-refonte-v2:not(.home) .prod-mosaik > a,
.coractive-refonte-v2:not(.home) .application-single > a {
	display: flex;
	height: 100%;
	flex-direction: column;
	color: var(--cr-ink);
	text-decoration: none;
}

.coractive-refonte-v2:not(.home) .publication-single .__image,
.coractive-refonte-v2:not(.home) .publication-single .blog-thumb-img,
.coractive-refonte-v2:not(.home) .cat-thumb .__image,
.coractive-refonte-v2:not(.home) .application-single .__image {
	position: relative;
	height: 300px;
	overflow: hidden;
	background: #dfeae7;
}

/* The parent theme renders publication visuals as circles. Publication cards
   in the redesign use a rectangular media frame aligned with the card. */
.coractive-refonte-v2:not(.home) .block-publications .publication-single .__image,
.coractive-refonte-v2:not(.home) .block-publications .publication-single .blog-thumb-img {
	width: 100% !important;
	max-width: none !important;
	height: clamp(260px, 24vw, 340px) !important;
	margin: 0 !important;
	border-radius: 0 !important;
	text-align: left;
}

.coractive-refonte-v2:not(.home) .block-publications .publication-single .__image.green-filter .__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	width: 100%;
	max-width: none;
	height: 100%;
	border-radius: 0;
	background: linear-gradient(135deg, rgba(0, 169, 143, 0.2), transparent 58%);
	transform: none;
}

.coractive-refonte-v2:not(.home) .publication-single .__image img,
.coractive-refonte-v2:not(.home) .publication-single .blog-thumb-img img,
.coractive-refonte-v2:not(.home) .cat-thumb .__image img,
.coractive-refonte-v2:not(.home) .application-single .__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.78) contrast(1.03);
	transition: transform 600ms var(--cr-ease), filter 240ms ease;
}

.coractive-refonte-v2:not(.home) .block-publications .publication-single .__image img,
.coractive-refonte-v2:not(.home) .block-publications .publication-single .blog-thumb-img img {
	max-width: none !important;
	border-radius: 0 !important;
}

.coractive-refonte-v2:not(.home) .publication-single:hover .__image img,
.coractive-refonte-v2:not(.home) .publication-single:hover .blog-thumb-img img,
.coractive-refonte-v2:not(.home) .cat-thumb:hover .__image img,
.coractive-refonte-v2:not(.home) .application-single:hover .__image img {
	filter: saturate(0.95) contrast(1.04);
	transform: scale(1.045);
}

.coractive-refonte-v2:not(.home) .publication-single .__image .__title,
.coractive-refonte-v2:not(.home) .cat-thumb .__image .__title,
.coractive-refonte-v2:not(.home) .application-single .__image .__title {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	margin: 0;
	padding: 54px 24px 22px;
	background: linear-gradient(180deg, transparent, rgba(7, 28, 44, 0.9));
	color: var(--cr-white) !important;
	font-size: clamp(1.2rem, 2vw, 1.8rem);
	line-height: 1.15;
}

.coractive-refonte-v2:not(.home) .block-publications .publication-single .__image .__title,
.coractive-refonte-v2:not(.home) .block-publications .publication-single:hover .__image .__title {
	width: 100%;
	max-width: none;
	padding: 76px 26px 24px;
	border: 0;
	background: linear-gradient(180deg, transparent 0%, rgba(7, 28, 44, 0.94) 100%);
	color: var(--cr-white) !important;
	font-size: clamp(1.15rem, 1.65vw, 1.55rem);
	line-height: 1.18;
	overflow-wrap: break-word;
	transform: none !important;
}

.coractive-refonte-v2:not(.home) .publication-single .blog-thumb-text,
.coractive-refonte-v2:not(.home) .publication-single > a > .__date,
.coractive-refonte-v2:not(.home) .publication-single > a > .__text,
.coractive-refonte-v2:not(.home) .cat-thumb > a > .__text {
	padding: 24px 26px;
}

.coractive-refonte-v2:not(.home) .publication-single .blog-thumb-text {
	flex: 1;
}

.coractive-refonte-v2:not(.home) .publication-single .blog-thumb-text .__date,
.coractive-refonte-v2:not(.home) .publication-single > a > .__date {
	margin-bottom: 10px;
	color: var(--cr-green-dark);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.coractive-refonte-v2:not(.home) .publication-single .blog-thumb-text h2 {
	margin-bottom: 14px;
	font-size: clamp(1.35rem, 2vw, 2rem);
	line-height: 1.14;
}

.coractive-refonte-v2:not(.home) .publication-single .blog-thumb-text p,
.coractive-refonte-v2:not(.home) .publication-single > a > .__text,
.coractive-refonte-v2:not(.home) .cat-thumb > a > .__text {
	color: var(--cr-muted);
	font-size: 0.95rem;
	line-height: 1.65;
}

.coractive-refonte-v2:not(.home) .block-publications .nb-results {
	margin-bottom: 42px;
	border-block: 1px solid var(--cr-line);
	background: rgba(237, 245, 242, 0.72) !important;
	color: var(--cr-muted);
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* Filters and forms ------------------------------------------------------- */

.coractive-refonte-v2:not(.home) .block-filter {
	border-bottom: 1px solid var(--cr-line);
	background: rgba(255, 255, 255, 0.86) !important;
}

.coractive-refonte-v2:not(.home) .block-filter > .container {
	padding-top: 34px !important;
	padding-bottom: 34px !important;
}

.coractive-refonte-v2:not(.home) .block-filter .sel-filter {
	display: block;
	margin: 0 0 8px;
	color: var(--cr-muted);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	font-size: 0.68rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.coractive-refonte-v2:not(.home) select,
.coractive-refonte-v2:not(.home) input[type="text"],
.coractive-refonte-v2:not(.home) input[type="email"],
.coractive-refonte-v2:not(.home) input[type="tel"],
.coractive-refonte-v2:not(.home) input[type="number"],
.coractive-refonte-v2:not(.home) textarea {
	min-height: 50px;
	padding: 12px 15px;
	border: 1px solid rgba(7, 28, 44, 0.16);
	border-radius: 9px;
	background-color: var(--cr-white);
	color: var(--cr-ink);
	font-family: inherit;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.coractive-refonte-v2:not(.home) select:focus,
.coractive-refonte-v2:not(.home) input:focus,
.coractive-refonte-v2:not(.home) textarea:focus {
	border-color: var(--cr-green);
	box-shadow: 0 0 0 4px rgba(0, 169, 143, 0.12);
	outline: 0;
}

.coractive-refonte-v2:not(.home) textarea {
	min-height: 140px;
}

.coractive-refonte-v2:not(.home) .section-form {
	position: relative;
	background-color: #eaf4f1 !important;
	background-blend-mode: soft-light;
}

.coractive-refonte-v2:not(.home) .section-form .gform_wrapper,
.coractive-refonte-v2:not(.home) .block-single-jobs-form .gform_wrapper {
	padding: clamp(26px, 4vw, 52px);
	border: 1px solid var(--cr-line);
	border-radius: var(--cr-radius);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: var(--cr-shadow);
	color: var(--cr-ink);
}

.coractive-refonte-v2:not(.home) .gform_wrapper label,
.coractive-refonte-v2:not(.home) .gform_wrapper .gfield_label {
	color: var(--cr-ink);
	font-family: "GothamMedium", Arial, sans-serif;
	font-size: 0.82rem;
}

/* Accordions and content utilities --------------------------------------- */

.coractive-refonte-v2:not(.home) .accordeon-single {
	position: relative;
	margin-bottom: 14px;
	overflow: hidden;
	border: 1px solid var(--cr-line);
	border-radius: 14px;
	background: var(--cr-white);
	box-shadow: 0 10px 34px rgba(33, 71, 78, 0.06);
}

.coractive-refonte-v2:not(.home) .accordeon-single .__question {
	padding: 22px 72px 22px 24px;
}

.coractive-refonte-v2:not(.home) .accordeon-single .__question > span,
.coractive-refonte-v2:not(.home) .accordeon-single .__question > .__title {
	color: var(--cr-ink);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	font-size: 1.05rem;
	text-transform: none;
}

.coractive-refonte-v2:not(.home) .accordeon-single .__collapsable {
	top: auto;
	right: auto;
	left: auto;
	display: block;
	width: 38px !important;
	min-width: 38px;
	height: 38px;
	min-height: 38px;
	margin: auto 10px;
	padding: 0 !important;
	flex: 0 0 38px;
	align-self: center;
	border-radius: 50%;
	background: var(--cr-green-light);
}

/* WordPress creates an application column even when a taxonomy term has no
   image. Hide those incomplete cards so the responsive grid closes the gaps. */
.coractive-refonte-v2:not(.home) .block-accordeons .container-app .pub-animate:not(:has(.application-single .__image img)),
.coractive-refonte-v2:not(.home) .block-accordeons .container-app .pub-animate[hidden] {
	display: none !important;
}

.coractive-refonte-v2:not(.home) section.content.block-accordeons .accordeon-single .__collapsable::before,
.coractive-refonte-v2:not(.home) section.content.block-accordeons .accordeon-single .__collapsable > span {
	top: 50% !important;
	left: 50% !important;
	width: 14px;
	height: 2px;
	margin: 0;
	background: var(--cr-green);
	transform: translate(-50%, -50%);
}

.coractive-refonte-v2:not(.home) section.content.block-accordeons .accordeon-single .__collapsable::before {
	transform: translate(-50%, -50%) rotate(90deg);
}

.coractive-refonte-v2:not(.home) .icon-single,
.coractive-refonte-v2:not(.home) .jobs-single,
.coractive-refonte-v2:not(.home) .address-single,
.coractive-refonte-v2:not(.home) .mosaik-single {
	overflow: hidden;
	border: 1px solid var(--cr-line);
	border-radius: var(--cr-radius);
	background: var(--cr-white);
	box-shadow: 0 14px 42px rgba(33, 71, 78, 0.08);
}

.coractive-refonte-v2:not(.home) .icon-single,
.coractive-refonte-v2:not(.home) .jobs-single,
.coractive-refonte-v2:not(.home) .address-single {
	padding: 26px;
}

.coractive-refonte-v2:not(.home) .contact-container {
	padding: 30px;
	border-radius: var(--cr-radius);
	background: var(--cr-navy);
	box-shadow: var(--cr-shadow);
	color: var(--cr-white);
}

.coractive-refonte-v2:not(.home) .contact-container a {
	color: var(--cr-cyan);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
}

.coractive-refonte-v2:not(.home) .block-partners .partners,
.coractive-refonte-v2:not(.home) .block-partners .partners-list {
	border-radius: var(--cr-radius);
	background: var(--cr-white);
}

.coractive-refonte-v2:not(.home) .block-icons .icons,
.coractive-refonte-v2:not(.home) .block-jobs .jobs-list {
	row-gap: 24px;
}

.coractive-refonte-v2:not(.home) .block-icons .icon-single {
	display: flex;
	min-height: 220px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.coractive-refonte-v2:not(.home) .block-icons .icon-img {
	display: grid;
	width: 92px;
	height: 92px;
	place-items: center;
	margin: 0 auto 20px;
	border-radius: 24px;
	background: linear-gradient(145deg, #f5faf8, #e4f1ed);
}

.coractive-refonte-v2:not(.home) .block-icons .icon-img img {
	max-width: 58px;
	max-height: 58px;
	object-fit: contain;
}

.coractive-refonte-v2:not(.home) .block-jobs .jobs-single {
	position: relative;
	height: 100%;
	padding: 30px;
}

.coractive-refonte-v2:not(.home) .block-jobs .jobs-single::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--cr-green), var(--cr-cyan));
	content: "";
}

.coractive-refonte-v2:not(.home) .block-jobs .jobs-single a {
	color: var(--cr-green-dark);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
}

.coractive-refonte-v2:not(.home) .block-address .address-title,
.coractive-refonte-v2:not(.home) .block-heaquarters .address-title {
	margin-bottom: 28px;
	color: var(--cr-ink);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	font-size: clamp(1.5rem, 2.5vw, 2.6rem);
}

.coractive-refonte-v2:not(.home) .block-address .address-info,
.coractive-refonte-v2:not(.home) .block-heaquarters .address-info,
.coractive-refonte-v2:not(.home) .block-heaquarters .address-contact {
	padding-block: 18px;
	color: var(--cr-muted);
}

.coractive-refonte-v2:not(.home) .block-address .address-info .__title,
.coractive-refonte-v2:not(.home) .block-heaquarters .address-info .__title {
	display: block;
	margin-bottom: 8px;
	color: var(--cr-ink);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
}

.coractive-refonte-v2:not(.home) .section-history {
	overflow: hidden;
	background:
		radial-gradient(circle at 88% 18%, rgba(116, 211, 218, 0.14), transparent 28%),
		#edf5f2;
}

.coractive-refonte-v2:not(.home) .section-history .__timeline {
	background-color: rgba(0, 169, 143, 0.28);
}

.coractive-refonte-v2:not(.home) .section-history .__dot {
	border: 4px solid #d9f5f0;
	background: var(--cr-green);
	box-shadow: 0 0 0 1px rgba(0, 169, 143, 0.25), 0 8px 20px rgba(0, 169, 143, 0.2);
}

.coractive-refonte-v2:not(.home) .section-history .__content,
.coractive-refonte-v2:not(.home) .section-history .__legend {
	color: var(--cr-muted);
}

.coractive-refonte-v2:not(.home) .block-partners .partners-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 24px;
	padding: 30px;
	border: 1px solid var(--cr-line);
	box-shadow: 0 14px 42px rgba(33, 71, 78, 0.06);
}

.coractive-refonte-v2:not(.home) .block-partners .partners-list img {
	max-height: 76px;
	object-fit: contain;
	filter: saturate(0.72);
	transition: filter 180ms ease, transform 180ms var(--cr-ease);
}

.coractive-refonte-v2:not(.home) .block-partners .partners-list a:hover img {
	filter: saturate(1);
	transform: translateY(-3px);
}

.coractive-refonte-v2:not(.home) .block-mosaik .images-container,
.coractive-refonte-v2:not(.home) .block-mosaik .images-list {
	overflow: hidden;
	border-radius: var(--cr-radius);
}

.coractive-refonte-v2:not(.home) .block-mosaik .mosaik-single img {
	transition: transform 600ms var(--cr-ease), filter 220ms ease;
}

.coractive-refonte-v2:not(.home) .block-mosaik .mosaik-single:hover img {
	filter: saturate(0.92);
	transform: scale(1.04);
}

/* Product taxonomy, filters and result tables ----------------------------- */

.coractive-refonte-v2.cr-layout-products .filter-app {
	background:
		linear-gradient(120deg, rgba(116, 211, 218, 0.08), transparent 45%),
		var(--cr-navy) !important;
}

.coractive-refonte-v2.cr-layout-products .filter-app .__app-header,
.coractive-refonte-v2.cr-layout-products .filter-app .__app-content {
	color: var(--cr-white);
}

.coractive-refonte-v2.cr-layout-products .filter-app .__app-header .__title {
	margin: 0;
	color: var(--cr-white);
	font-size: 0.82rem;
	letter-spacing: 0.08em;
}

.coractive-refonte-v2.cr-layout-products .products-table {
	padding-bottom: clamp(54px, 6vw, 92px);
	background: transparent;
}

.coractive-refonte-v2.cr-layout-products .products-table > .bg-green:first-child {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 169, 143, 0.72);
	background:
		radial-gradient(circle at 82% 20%, rgba(116, 211, 218, 0.14), transparent 28%),
		linear-gradient(125deg, var(--cr-navy) 0%, var(--cr-navy-soft) 100%) !important;
	color: var(--cr-white) !important;
}

.coractive-refonte-v2.cr-layout-products .products-table > .bg-green:first-child h1 {
	position: relative;
	max-width: 1120px;
	margin: 0;
	padding-bottom: 24px;
	color: var(--cr-white) !important;
	font-size: clamp(2.15rem, 3.6vw, 3.65rem);
	line-height: 1.05;
}

.coractive-refonte-v2.cr-layout-products .products-table > .bg-green:first-child h1::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 58px;
	height: 4px;
	border-radius: 999px;
	background: var(--cr-green);
	content: "";
}

.coractive-refonte-v2.cr-layout-products .products-table .__header {
	position: sticky;
	top: 84px;
	z-index: 10;
	border-block: 1px solid rgba(255, 255, 255, 0.08);
	background: #071a3f;
	box-shadow: 0 14px 30px rgba(7, 28, 44, 0.12);
	color: var(--cr-white);
}

.coractive-refonte-v2.cr-layout-products.admin-bar .products-table .__header {
	top: 116px;
}

.coractive-refonte-v2.cr-layout-products .products-table .__header .row {
	min-height: 72px;
	align-items: center !important;
}

.coractive-refonte-v2.cr-layout-products .products-table .__header span {
	display: block;
	padding: 10px 14px;
	color: rgba(255, 255, 255, 0.9);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	font-size: 0.64rem;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-transform: uppercase;
}

.coractive-refonte-v2.cr-layout-products .products-table .__body {
	padding-top: 24px;
}

.coractive-refonte-v2.cr-layout-products .products-table .__body > .container > .row {
	min-height: 76px;
	margin-bottom: 10px;
	border: 1px solid var(--cr-line);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 8px 28px rgba(33, 71, 78, 0.055);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms var(--cr-ease);
}

.coractive-refonte-v2.cr-layout-products .products-table .__body > .container > .row:hover {
	border-color: rgba(0, 169, 143, 0.4);
	box-shadow: 0 14px 34px rgba(33, 71, 78, 0.1);
	transform: translateY(-2px);
}

.coractive-refonte-v2.cr-layout-products .products-table .__body > .container > .row:nth-child(even) > div {
	background: #edf6f3 !important;
}

.coractive-refonte-v2.cr-layout-products .products-table .__body > .container > .row > div {
	padding-block: 15px;
	color: #4e6570;
	font-size: 0.82rem;
}

.coractive-refonte-v2.cr-layout-products .products-table .__body a,
.coractive-refonte-v2.cr-layout-products .products-table .__surtitle {
	margin: 0;
	color: var(--cr-navy);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	text-decoration: none;
}

.coractive-refonte-v2.cr-layout-products .products-table .complete-name {
	margin: 4px 0 0;
	color: var(--cr-muted);
	font-size: 0.74rem;
}

.coractive-refonte-v2.cr-layout-products .prod-mosaik .__title {
	padding: 22px;
	color: var(--cr-ink);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	font-size: 1rem;
}

.coractive-refonte-v2.cr-layout-products .prod-mosaik .__image {
	display: grid;
	min-height: 230px;
	place-items: center;
	padding: 28px;
	background: linear-gradient(145deg, #f7fbfa, #e8f3f0);
}

.coractive-refonte-v2.cr-layout-products .prod-mosaik .__image img {
	max-width: 180px;
	max-height: 180px;
	object-fit: contain;
}

/* Product detail ---------------------------------------------------------- */

.coractive-refonte-v2.single-produit .block-single-products > .bg-green:first-child {
	background: var(--cr-navy) !important;
}

.coractive-refonte-v2.single-produit .block-single-products > .container.py-4 {
	padding-top: clamp(48px, 6vw, 84px) !important;
	padding-bottom: clamp(48px, 6vw, 84px) !important;
}

.coractive-refonte-v2.single-produit .product-title {
	max-width: 980px;
	margin: 0 0 16px;
	color: var(--cr-navy);
	font-size: clamp(2.5rem, 5vw, 5.2rem);
	line-height: 0.98;
}

.coractive-refonte-v2.single-produit .product-title + .__surtitle {
	margin: 0;
	color: var(--cr-green-dark);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	font-size: 0.82rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.coractive-refonte-v2.single-produit .product-icon img {
	max-width: 118px;
	filter: drop-shadow(0 15px 22px rgba(33, 71, 78, 0.12));
}

.coractive-refonte-v2.single-produit .block-single-products > .bg-gray {
	border-block: 1px solid var(--cr-line);
	background: rgba(231, 242, 238, 0.86) !important;
}

.coractive-refonte-v2.single-produit .block-single-products > .bg-gray h2 {
	margin: 0;
	font-size: clamp(1.4rem, 2.2vw, 2.2rem);
}

.coractive-refonte-v2.single-produit .__features,
.coractive-refonte-v2.single-produit .__overview,
.coractive-refonte-v2.single-produit .__specs > .container {
	border-radius: var(--cr-radius);
}

.coractive-refonte-v2.single-produit .__overview .text,
.coractive-refonte-v2.single-produit .__features {
	padding: clamp(30px, 4vw, 56px) !important;
	border: 1px solid var(--cr-line);
	background: var(--cr-white);
	box-shadow: 0 16px 48px rgba(33, 71, 78, 0.07);
}

.coractive-refonte-v2.single-produit .__specs {
	padding: clamp(48px, 6vw, 90px) 0;
	background-color: #eaf4f1;
	background-position: center;
	background-size: cover;
}

.coractive-refonte-v2.single-produit .__specs .__content > .__title,
.coractive-refonte-v2.single-produit .__specs .header-white > .__content > .__title {
	display: block;
	margin-bottom: 28px;
	color: var(--cr-navy);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	font-size: clamp(2rem, 3.5vw, 3.8rem);
}

.coractive-refonte-v2.single-produit .__specs .__table {
	overflow: hidden;
	border: 1px solid var(--cr-line) !important;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: var(--cr-shadow);
}

.coractive-refonte-v2.single-produit .__specs .__subtitle {
	display: block;
	padding: 18px 24px;
	background: var(--cr-navy);
	color: var(--cr-white);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	font-size: 0.84rem;
	letter-spacing: 0.06em;
}

.coractive-refonte-v2.single-produit .__specs .__childs > .row {
	min-height: 52px;
	align-items: center !important;
	margin: 0;
	padding: 8px 12px;
	border-bottom: 1px solid rgba(7, 28, 44, 0.08);
}

.coractive-refonte-v2.single-produit .__specs .__childs > .row:nth-child(even) {
	background: #f5f9f7;
}

.coractive-refonte-v2.single-produit .__specs .__value {
	color: var(--cr-green-dark);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	text-align: right;
}

/* Single articles and publications --------------------------------------- */

.coractive-refonte-v2.cr-layout-editorial .block-single-publications > .bg-green {
	background: var(--cr-navy) !important;
}

.coractive-refonte-v2.cr-layout-editorial .block-single-publications .__header {
	min-height: clamp(280px, 40vw, 560px);
	background-position: center;
	background-size: cover;
}

.coractive-refonte-v2.cr-layout-editorial .block-single-publications .__title-header {
	position: relative;
	margin: clamp(-90px, -7vw, -54px) 0 0;
	overflow: hidden;
	border: 1px solid var(--cr-line);
	border-radius: var(--cr-radius-lg) var(--cr-radius-lg) 0 0;
	background: var(--cr-white) !important;
	box-shadow: var(--cr-shadow);
}

.coractive-refonte-v2.cr-layout-editorial .block-single-publications .__title-header > .col-12 > .bg-green {
	padding-inline: 24px;
	background: var(--cr-green) !important;
	color: var(--cr-navy);
}

.coractive-refonte-v2.cr-layout-editorial .block-single-publications .__category {
	margin-bottom: 18px;
	color: var(--cr-green-dark);
	font-family: "GothamBold", "GothamMedium", Arial, sans-serif;
	font-size: 0.72rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.coractive-refonte-v2.cr-layout-editorial .block-single-publications .__title h1 {
	margin-bottom: 30px;
	font-size: clamp(2.35rem, 5vw, 5rem);
	line-height: 1.02;
}

.coractive-refonte-v2.cr-layout-editorial .block-publications-share {
	border-block: 1px solid var(--cr-line);
	background: #edf5f2 !important;
}

.coractive-refonte-v2.cr-layout-editorial ul.links {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.coractive-refonte-v2.cr-layout-editorial ul.links a {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(7, 28, 44, 0.14);
	border-radius: 50%;
	background: var(--cr-white);
	color: var(--cr-navy);
	text-decoration: none;
}

.coractive-refonte-v2.cr-layout-editorial ul.links a:hover {
	border-color: var(--cr-navy);
	background: var(--cr-navy);
	color: var(--cr-white);
}

/* Careers ----------------------------------------------------------------- */

.coractive-refonte-v2.cr-layout-careers .block-single-jobs {
	background: transparent !important;
}

.coractive-refonte-v2.cr-layout-careers .block-single-jobs .job-desc,
.coractive-refonte-v2.cr-layout-careers .block-single-jobs-form > .container {
	padding: clamp(30px, 4vw, 56px);
	border: 1px solid var(--cr-line);
	border-radius: var(--cr-radius);
	background: var(--cr-white);
	box-shadow: var(--cr-shadow);
}

.coractive-refonte-v2.cr-layout-careers .block-single-jobs-form {
	background: #eaf4f1 !important;
	color: var(--cr-ink) !important;
}

/* Pagination -------------------------------------------------------------- */

.coractive-refonte-v2:not(.home) .pagination,
.coractive-refonte-v2:not(.home) .page-numbers {
	gap: 8px;
}

.coractive-refonte-v2:not(.home) .pagination a,
.coractive-refonte-v2:not(.home) .pagination span,
.coractive-refonte-v2:not(.home) a.page-numbers,
.coractive-refonte-v2:not(.home) span.page-numbers {
	display: inline-grid;
	min-width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid var(--cr-line);
	border-radius: 50%;
	background: var(--cr-white);
	color: var(--cr-ink);
	text-decoration: none;
}

.coractive-refonte-v2:not(.home) .pagination .current,
.coractive-refonte-v2:not(.home) span.page-numbers.current {
	border-color: var(--cr-green);
	background: var(--cr-green);
	color: var(--cr-navy);
}

/* Responsive internal pages --------------------------------------------- */

@media (max-width: 991px) {
	.coractive-refonte-v2:not(.home) .section-breadcrumb {
		padding-inline: 20px;
	}

	.coractive-refonte-v2.cr-layout-products .products-table .__header {
		top: 72px;
	}

	.coractive-refonte-v2.cr-layout-products.admin-bar .products-table .__header {
		top: 104px;
	}

	.coractive-refonte-v2:not(.home) .block-image .bg-trans-white,
	.coractive-refonte-v2:not(.home) .block-image .block-img img {
		min-height: 330px;
	}
}

@media (max-width: 767px) {
	.coractive-refonte-v2:not(.home) .section-breadcrumb {
		padding-block: 14px;
	}

	.coractive-refonte-v2:not(.home) .section-breadcrumb > .row {
		row-gap: 10px;
	}

	.coractive-refonte-v2:not(.home) .section-breadcrumb > .row > div {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
		text-align: left !important;
	}

	.coractive-refonte-v2:not(.home) .block-header > div:not(.container) {
		min-height: 340px;
	}

	.coractive-refonte-v2:not(.home) .block-header > div:not(.container)::after {
		display: none;
	}

	.coractive-refonte-v2:not(.home) .block-header .__title {
		font-size: clamp(2.35rem, 12vw, 3.6rem);
	}

	.coractive-refonte-v2:not(.home) .block-image .block-img img,
	.coractive-refonte-v2:not(.home) .block-image .bg-trans-white {
		min-height: 0;
	}

	.coractive-refonte-v2:not(.home) .block-image .block-img img {
		aspect-ratio: 16 / 10;
	}

	.coractive-refonte-v2.cr-layout-products .products-table {
		overflow-x: auto;
	}

	.coractive-refonte-v2.cr-layout-products .products-table .__header,
	.coractive-refonte-v2.cr-layout-products .products-table .__body {
		min-width: 680px;
	}

	.coractive-refonte-v2.cr-layout-products .products-table .__header {
		position: relative;
		top: auto;
	}

	.coractive-refonte-v2.cr-layout-editorial .block-single-publications .__title-header {
		margin-top: -38px;
		border-radius: 20px 20px 0 0;
	}

	.coractive-refonte-v2 .cr-product-resource {
		right: 12px;
		bottom: 12px;
		width: calc(100vw - 24px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.coractive-refonte-v2:not(.home) .publication-single,
	.coractive-refonte-v2:not(.home) .cat-thumb,
	.coractive-refonte-v2:not(.home) .prod-mosaik,
	.coractive-refonte-v2:not(.home) .application-single,
	.coractive-refonte-v2:not(.home) .publication-single img,
	.coractive-refonte-v2:not(.home) .cat-thumb img,
	.coractive-refonte-v2:not(.home) .application-single img {
		transition: none;
	}
}

.coractive-refonte-v2.coractive-refonte-light .cr-contact-cta {
	background:
		radial-gradient(circle at 86% 20%, rgba(116, 211, 218, 0.28), transparent 26%),
		linear-gradient(135deg, #e5f3ee, #f5faf8);
	color: var(--cr-ink);
}

.coractive-refonte-v2.coractive-refonte-light .cr-contact-cta::after {
	border-color: rgba(0, 169, 143, 0.2);
}

.coractive-refonte-v2.coractive-refonte-light .cr-contact-cta .cr-eyebrow,
.coractive-refonte-v2.coractive-refonte-light .cr-contact-cta h2,
.coractive-refonte-v2.coractive-refonte-light .cr-contact-cta p,
.coractive-refonte-v2.coractive-refonte-light .cr-contact-cta__inner > div > p:last-child {
	color: var(--cr-ink);
}

.coractive-refonte-v2.coractive-refonte-light .cr-contact-cta .cr-button {
	background: var(--cr-green);
	color: var(--cr-navy);
}

.coractive-refonte-v2.coractive-refonte-light .cr-site-footer {
	border-top: 1px solid rgba(7, 28, 44, 0.1);
	background: #f8fbfa;
	color: #5c707a;
}

.coractive-refonte-v2.coractive-refonte-light .cr-site-footer a:hover,
.coractive-refonte-v2.coractive-refonte-light .cr-footer-menu > li > a,
.coractive-refonte-v2.coractive-refonte-light .cr-footer-heading {
	color: var(--cr-ink);
}

.coractive-refonte-v2.coractive-refonte-light .cr-social-links a {
	border-color: rgba(7, 28, 44, 0.2);
	color: var(--cr-navy);
}

.coractive-refonte-v2.coractive-refonte-light .cr-social-links a:hover {
	color: var(--cr-white);
}

.coractive-refonte-v2.coractive-refonte-light .cr-site-footer__bottom {
	border-top-color: rgba(7, 28, 44, 0.1);
}

.coractive-refonte-v2.coractive-refonte-light .cr-back-to-top {
	color: #5c707a;
}

@media (max-width: 700px) {
	.coractive-refonte-v2.coractive-refonte-light .cr-hero {
		background-image:
			linear-gradient(180deg, rgba(250, 253, 252, 0.94), rgba(242, 249, 247, 0.98) 72%),
			var(--cr-hero-image-mobile, var(--cr-hero-image));
	}

}

/* Compact display typography --------------------------------------------- */

body.coractive-refonte-v2.coractive-refonte-light h1 {
	font-size: clamp(2.25rem, 4.1vw, 4.25rem);
	line-height: 1.02;
}

body.coractive-refonte-v2.coractive-refonte-light h2 {
	font-size: clamp(1.8rem, 3vw, 3.35rem);
	line-height: 1.08;
}

.coractive-refonte-v2.coractive-refonte-light .cr-hero h1,
.coractive-refonte-v2.coractive-refonte-light:not(.home) .block-header .__title,
.coractive-refonte-v2.coractive-refonte-light.single-produit .product-title,
.coractive-refonte-v2.coractive-refonte-light.cr-layout-editorial .block-single-publications .__title h1 {
	font-size: clamp(2.35rem, 4.15vw, 4.25rem);
	line-height: 1.02;
}

.coractive-refonte-v2.coractive-refonte-light:not(.home) .block-header .__content,
.coractive-refonte-v2.coractive-refonte-light:not(.home) .block-header .__title {
	width: 100%;
	max-width: 100%;
}

.coractive-refonte-v2.coractive-refonte-light:not(.home) .bg-title {
	font-size: clamp(1.9rem, 3.2vw, 3.5rem);
	line-height: 1.07;
}

@media (max-width: 700px) {
	body.coractive-refonte-v2.coractive-refonte-light h1,
	.coractive-refonte-v2.coractive-refonte-light .cr-hero h1,
	.coractive-refonte-v2.coractive-refonte-light:not(.home) .block-header .__title,
	.coractive-refonte-v2.coractive-refonte-light.single-produit .product-title,
	.coractive-refonte-v2.coractive-refonte-light.cr-layout-editorial .block-single-publications .__title h1 {
		font-size: clamp(2.05rem, 10.2vw, 3rem);
		line-height: 1.04;
	}

	body.coractive-refonte-v2.coractive-refonte-light h2,
	.coractive-refonte-v2.coractive-refonte-light:not(.home) .bg-title {
		font-size: clamp(1.65rem, 7.8vw, 2.5rem);
	}
}

/* Interaction and hierarchy refinements — v2.3.2 ------------------------ */

/* Keep the pointer path between a top-level item and its dropdown continuous. */
.coractive-refonte-v2 .cr-main-menu .sub-menu::before {
	position: absolute;
	top: -14px;
	right: 0;
	left: 0;
	height: 14px;
	content: "";
}

.coractive-refonte-v2 .cr-main-menu li.cr-submenu-open > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

/* The product result header now scrolls naturally with the page. */
.coractive-refonte-v2.cr-layout-products .products-table .__header,
.coractive-refonte-v2.cr-layout-products.admin-bar .products-table .__header {
	position: relative;
	top: auto;
	z-index: 1;
}

/* Rebalance product names and reference codes. */
.coractive-refonte-v2.coractive-refonte-light.single-produit .product-title {
	max-width: 1080px;
	margin-bottom: 18px;
	font-size: clamp(1.65rem, 2.45vw, 2.45rem);
	line-height: 1.12;
}

.coractive-refonte-v2.coractive-refonte-light.single-produit .product-title + .__surtitle {
	max-width: 1160px;
	color: var(--cr-green) !important;
	font-size: clamp(2.35rem, 3.8vw, 3.8rem);
	letter-spacing: -0.025em;
	line-height: 1.04;
	overflow-wrap: anywhere;
}

/* One slim geometric arrow language throughout the child theme. */
.coractive-refonte-v2 .cr-arrow-icon {
	width: 15px;
	height: 12px;
	flex-basis: 15px;
	background: currentColor;
	clip-path: polygon(0 44%, 67% 44%, 52% 10%, 61% 6%, 100% 50%, 61% 94%, 52% 90%, 67% 56%, 0 56%);
	transform: rotate(-45deg);
}

.coractive-refonte-v2 .cr-arrow-icon::before,
.coractive-refonte-v2 .cr-arrow-icon::after {
	display: none;
}

.coractive-refonte-v2:not(.home) .button:not(.file),
.coractive-refonte-v2:not(.home) button.button:not(.file),
.coractive-refonte-v2:not(.home) .gform_wrapper form button:not(.file) {
	position: relative;
	padding-right: 50px;
}

.coractive-refonte-v2:not(.home) .button:not(.file)::after,
.coractive-refonte-v2:not(.home) button.button:not(.file)::after,
.coractive-refonte-v2:not(.home) .gform_wrapper form button:not(.file)::after,
.coractive-refonte-v2:not(.home) .button.file::after,
.coractive-refonte-v2:not(.home) button.button.file::after {
	right: 18px;
	width: 15px;
	height: 12px;
	background: currentColor !important;
	clip-path: polygon(0 44%, 67% 44%, 52% 10%, 61% 6%, 100% 50%, 61% 94%, 52% 90%, 67% 56%, 0 56%);
	-webkit-mask: none !important;
	mask: none !important;
	transform: translateY(-50%);
}

.coractive-refonte-v2:not(.home) .button.file,
.coractive-refonte-v2:not(.home) button.button.file {
	position: relative;
	padding-right: 50px;
}

.coractive-refonte-v2:not(.home) .button.file::after,
.coractive-refonte-v2:not(.home) button.button.file::after {
	transform: translateY(-50%) rotate(90deg);
}

.coractive-refonte-v2:not(.home) .button-back {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-width: 0;
	padding: 12px 22px 12px 50px !important;
	white-space: nowrap;
}

.coractive-refonte-v2:not(.home) .button-back::before {
	top: 50%;
	left: 18px;
	width: 15px;
	height: 12px;
	background: currentColor !important;
	clip-path: polygon(0 44%, 67% 44%, 52% 10%, 61% 6%, 100% 50%, 61% 94%, 52% 90%, 67% 56%, 0 56%);
	-webkit-mask: none !important;
	mask: none !important;
	transform: translateY(-50%) rotate(180deg);
}

.coractive-refonte-v2:not(.home) .button-arrow,
.coractive-refonte-v2:not(.home) .btn-arrow {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	padding: 0.55rem 0;
}

.coractive-refonte-v2:not(.home) .button-arrow::before,
.coractive-refonte-v2:not(.home) .btn-arrow::before {
	position: static;
	order: 2;
	width: 15px;
	height: 12px;
	flex: 0 0 15px;
	margin: 0;
	background: currentColor !important;
	clip-path: polygon(0 44%, 67% 44%, 52% 10%, 61% 6%, 100% 50%, 61% 94%, 52% 90%, 67% 56%, 0 56%);
	-webkit-mask: none !important;
	mask: none !important;
	transform: none;
}

@media (max-width: 700px) {
	.coractive-refonte-v2.coractive-refonte-light.single-produit .product-title {
		font-size: clamp(1.4rem, 6.4vw, 1.85rem);
		line-height: 1.12;
	}

	.coractive-refonte-v2.coractive-refonte-light.single-produit .product-title + .__surtitle {
		font-size: clamp(2rem, 9.4vw, 2.8rem);
		line-height: 1.04;
	}
}

/* Contrast safeguards for legacy content rendered on light surfaces. */
.coractive-refonte-v2.coractive-refonte-light:not(.home) input::placeholder,
.coractive-refonte-v2.coractive-refonte-light:not(.home) textarea::placeholder {
	color: #526873;
	opacity: 1;
}

.coractive-refonte-v2.coractive-refonte-light:not(.home) .text-muted,
.coractive-refonte-v2.coractive-refonte-light:not(.home) .text-gray,
.coractive-refonte-v2.coractive-refonte-light:not(.home) .gray {
	color: #526873 !important;
}

.coractive-refonte-v2.coractive-refonte-light:not(.home) .bg-white .text-white,
.coractive-refonte-v2.coractive-refonte-light:not(.home) .bg-gray .text-white,
.coractive-refonte-v2.coractive-refonte-light:not(.home) .bg-trans-white .text-white {
	color: var(--cr-ink) !important;
}

.coractive-refonte-v2.coractive-refonte-light:not(.home) .bg-white a:not(.button),
.coractive-refonte-v2.coractive-refonte-light:not(.home) .bg-gray a:not(.button),
.coractive-refonte-v2.coractive-refonte-light:not(.home) .bg-trans-white a:not(.button) {
	color: var(--cr-green-dark);
}

/* Pantone 3268 C backgrounds use official navy text for accessible CTAs. */
.coractive-refonte-v2.coractive-refonte-light .cr-button--primary,
.coractive-refonte-v2.coractive-refonte-light .cr-main-menu > li.menu-btn > a,
.coractive-refonte-v2.coractive-refonte-light .cr-latest-news__label,
.coractive-refonte-v2.coractive-refonte-light .cr-event-card__placeholder,
.coractive-refonte-v2.coractive-refonte-light .cr-product-resource__button,
.coractive-refonte-v2.coractive-refonte-light:not(.home) .button:not(.button-back),
.coractive-refonte-v2.coractive-refonte-light:not(.home) button.button:not(.button-back),
.coractive-refonte-v2.coractive-refonte-light:not(.home) input[type="submit"] {
	border-color: var(--cr-green);
	background: var(--cr-green);
	color: var(--cr-navy);
}

.coractive-refonte-v2.coractive-refonte-light .cr-button--primary:hover,
.coractive-refonte-v2.coractive-refonte-light .cr-button--primary:focus-visible,
.coractive-refonte-v2.coractive-refonte-light .cr-main-menu > li.menu-btn > a:hover,
.coractive-refonte-v2.coractive-refonte-light .cr-main-menu > li.menu-btn > a:focus-visible,
.coractive-refonte-v2.coractive-refonte-light:not(.home) .button:not(.button-back):hover,
.coractive-refonte-v2.coractive-refonte-light:not(.home) .button:not(.button-back):focus-visible,
.coractive-refonte-v2.coractive-refonte-light:not(.home) button.button:not(.button-back):hover,
.coractive-refonte-v2.coractive-refonte-light:not(.home) button.button:not(.button-back):focus-visible,
.coractive-refonte-v2.coractive-refonte-light:not(.home) input[type="submit"]:hover,
.coractive-refonte-v2.coractive-refonte-light:not(.home) input[type="submit"]:focus-visible {
	border-color: var(--cr-navy);
	background: var(--cr-navy);
	color: var(--cr-white);
}

.coractive-refonte-v2.coractive-refonte-light .cr-button--outline:hover,
.coractive-refonte-v2.coractive-refonte-light .cr-button--outline:focus-visible,
.coractive-refonte-v2.coractive-refonte-light .cr-social-links a:hover,
.coractive-refonte-v2.coractive-refonte-light .cr-social-links a:focus-visible {
	border-color: var(--cr-green);
	background: var(--cr-green);
	color: var(--cr-navy);
}

/* Global contrast guard for legacy ACF blocks whose historical green surface
   is rendered as Coractive navy by the light redesign. */
.coractive-refonte-v2.coractive-refonte-light:not(.home) .page-block.content.bg-green h1,
.coractive-refonte-v2.coractive-refonte-light:not(.home) .page-block.content.bg-green h2,
.coractive-refonte-v2.coractive-refonte-light:not(.home) .page-block.content.bg-green h3,
.coractive-refonte-v2.coractive-refonte-light:not(.home) .page-block.content.bg-green h4,
.coractive-refonte-v2.coractive-refonte-light:not(.home) .page-block.content .bg-green h1,
.coractive-refonte-v2.coractive-refonte-light:not(.home) .page-block.content .bg-green h2,
.coractive-refonte-v2.coractive-refonte-light:not(.home) .page-block.content .bg-green h3,
.coractive-refonte-v2.coractive-refonte-light:not(.home) .page-block.content .bg-green h4 {
	color: var(--cr-white) !important;
}

/* These two components intentionally keep the official green or pale surface,
   so their foreground uses navy instead of the global navy-surface safeguard. */
.coractive-refonte-v2.coractive-refonte-light.cr-layout-editorial .block-single-publications .__title-header > .col-12 > .bg-green,
.coractive-refonte-v2.coractive-refonte-light.cr-layout-editorial .block-single-publications .__title-header > .col-12 > .bg-green .__date {
	color: var(--cr-navy) !important;
}

.coractive-refonte-v2.coractive-refonte-light.cr-layout-careers .block-single-jobs-form h1,
.coractive-refonte-v2.coractive-refonte-light.cr-layout-careers .block-single-jobs-form h2,
.coractive-refonte-v2.coractive-refonte-light.cr-layout-careers .block-single-jobs-form h3,
.coractive-refonte-v2.coractive-refonte-light.cr-layout-careers .block-single-jobs-form h4 {
	color: var(--cr-ink) !important;
}

.coractive-refonte-v2.coractive-refonte-light .cr-contact-cta .cr-button:hover,
.coractive-refonte-v2.coractive-refonte-light .cr-contact-cta .cr-button:focus-visible {
	border-color: var(--cr-navy);
	background: var(--cr-navy);
	color: var(--cr-white);
}

/* Compact introductory headings on internal pages, across ACF heading levels. */
.coractive-refonte-v2.coractive-refonte-light:not(.home) .block-header .__title {
 font-size:clamp(1.75rem,3vw,3rem);
 line-height:1.15;
 letter-spacing:-.02em;
 margin-bottom:16px;
 overflow-wrap:break-word;
}
@media(max-width:700px) {
 .coractive-refonte-v2.coractive-refonte-light:not(.home) .block-header .__title {
  font-size:clamp(1.65rem,6vw,2.125rem);
  line-height:1.18;
 }
}

/* Keep the SI symbol µm lowercase even when parent filters use uppercase. */
.coractive-refonte-light form[name="frmProductFilter"] select[name="core"],
.coractive-refonte-light form[name="frmProductFilter"] select[name="core"] option {
 text-transform: none !important;
}
