﻿@font-face {
	font-family: "Gotham";
	src: url("/fonts/gotham/Gotham-Book.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gotham";
	src: url("/fonts/gotham/Gotham-Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gotham";
	src: url("/fonts/gotham/Gotham-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gotham";
	src: url("/fonts/gotham/Gotham-Black.otf") format("opentype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

:root {
	--brand-primary: #007b3d;
	--brand-secondary: #ea5b0c;
	--brand-black: #000000;
	--brand-assoc-green-1: #3caa36;
	--brand-assoc-green-2: #95bf0a;
	--brand-assoc-green-3: #d4df7e;
	--brand-assoc-green-4: #5bb130;
	--brand-assoc-gray-1: #3c3c3b;
	--brand-assoc-gray-2: #575756;
	--brand-assoc-gray-3: #706f6f;
	--brand-assoc-gray-4: #878787;
	--brand-assoc-gray-5: #9d9d9c;
	--brand-assoc-violet: #593c90;
	--brand-assoc-blue-1: #025f9d;
	--brand-assoc-blue-2: #1182c5;
	--brand-assoc-gold-1: #83851e;
	--brand-assoc-gold-2: #aeb801;
	--brand-assoc-gold-3: #e7a10a;
	--brand-signature: #042452;
	--brand-font-primary: "Gotham", "Metropolis", Arial, sans-serif;
	--brand-font-secondary: "Metropolis", Arial, sans-serif;
	--primary: var(--brand-primary);
	--secondary: var(--brand-secondary);
	--tertiary: #c59f5e;
	--quaternary: #cccccc;
	--light: #f7f8fa;
	--sail-radius: 4px;
	--sail-color-gray-800-rgb: 33, 33, 33;
	--sail-color-cyan-500-rgb: 0, 188, 212;
	--sail-gray600: #757575;
}

.social-icons li a {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 100%;
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #FFF !important;
	text-decoration: none;
	font-size: 0.8rem;
	background: var(--secondary);
}

.overlay-primary {
	background: -o-linear-gradient(left,
			rgba(0, 74, 173, 1) 0%,
			rgba(3, 106, 153, 1) 35%,
			rgba(100, 181, 55, 1) 54%,
			rgba(60, 170, 54, 1) 81%);
	background: -webkit-gradient(linear,
			left top, right top,
			from(rgba(0, 74, 173, 1)),
			color-stop(35%, rgba(3, 106, 153, 1)),
			color-stop(54%, rgba(100, 181, 55, 1)),
			color-stop(81%, rgba(60, 170, 54, 1)));
	background: linear-gradient(90deg,
			rgba(0, 74, 173, 1) 0%,
			rgba(3, 106, 153, 1) 35%,
			rgba(100, 181, 55, 1) 54%,
			rgba(60, 170, 54, 1) 81%);
	opacity: 0.94;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.background-image-wrapper.bakground-hero-section {
	background-image: url('/portal/assets/img/banner-bg.png') !important;
	background-size: 50% !important;
	background-position: right !important;
	background-repeat: no-repeat !important;
}

.header-nav-bar {
	position: relative !important;
}

@media (min-width: 992px) {
	#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a {
		border-bottom: 1px solid #f7f7f7;
		color: var(--secondary);
		font-size: 0.83em;
		font-weight: 700;
		padding: 6px 18px 6px 18px;
		position: relative;
		text-transform: none;
		text-decoration: none;
		letter-spacing: -0.5px;
	}

	html:not(.sticky-header-active) #header.header-portal .header-nav.header-nav-links:not(.header-nav-light-text) nav>ul>li>a,
	html:not(.sticky-header-active) #header.header-portal .header-nav.header-nav-line:not(.header-nav-light-text) nav>ul>li>a {
		color: #FFF !important;
	}

	html:not(.sticky-header-active) #header.header-portal .header-nav.header-nav-line.header-nav-bottom-line nav>ul>li>a:before,
	html:not(.sticky-header-active) #header.header-portal .header-nav.header-nav-line.header-nav-bottom-line nav>ul>li:hover>a:before {
		content: "";
		position: absolute;
		width: auto;
		height: 3px;
		top: 50%;
		left: 15px;
		right: 15px;
		margin-top: 15px;
		-webkit-transform: translateY(-3px);
		-ms-transform: translateY(-3px);
		transform: translateY(-3px);
		background: #FFF !important;
	}
}

.custom-service-card {
	background-color: #FFF;
	min-height: 165px;
	border-radius: 10px;
}

.custom-font-slider-1 {
	font-size: 2.3rem !important;
	text-align: center;
	color: #FFF;
	line-height: 2.8rem !important;
}

.section-banner {
	position: relative;
	margin-top: -480px !important;
	z-index: 2 !important;
}

html .bg-color-secondary,
html .bg-secondary {
	background-color: var(--secondary) !important;
}

html .bg-color-primary,
html .bg-primary {
	background-color: var(--primary) !important;
}

html .bg-color-light,
html .bg-light {
	background-color: #f4f4f4 !important;
}

.custom-service-card [class*="fa-"] {
	font-size: 2.5em;
	margin-block: 15px;
	color: var(--secondary);
}

.custom-event-infos [class*="fa-"] {
	color: var(--secondary);
}

.service-icon {
	border-radius: 5px;
}

a.custom-service {
	text-decoration: none !important;
}

.hero-section {
	height: 105vh;
}

@media (max-width: 576px) {
	.section-banner {
		margin-top: -37vh !important;
	}

	.background-image-wrapper.bakground-hero-section {
		background-size: cover !important;
		background-position: center !important;
	}

	.hero-section {
		height: 60vh;
	}

	.custom-mobile-nav {
		z-index: 9999 !important;
	}
}

.bg-color-primary-gradient {
	background-image:
		-o-linear-gradient(left,
			rgba(0, 74, 173, 0.8) 0%,
			rgba(3, 106, 153, 0.8) 35%,
			rgba(100, 181, 55, 0.8) 54%,
			rgba(60, 170, 54, 0.8) 81%,
			transparent 100%),
		url('/portal/assets/img/banner-bg.png');
	background-image:
		-webkit-gradient(linear,
			left top, right top,
			from(rgba(0, 74, 173, 0.8)),
			color-stop(35%, rgba(3, 106, 153, 0.8)),
			color-stop(54%, rgba(100, 181, 55, 0.8)),
			color-stop(81%, rgba(60, 170, 54, 0.8)),
			to(transparent)),
		url('/portal/assets/img/banner-bg.png');
	background-image:
		linear-gradient(90deg,
			rgba(0, 74, 173, 0.8) 0%,
			rgba(3, 106, 153, 0.8) 35%,
			rgba(100, 181, 55, 0.8) 54%,
			rgba(60, 170, 54, 0.8) 81%,
			transparent 100%),
		url('/portal/assets/img/banner-bg.png');
	background-size: cover, 50%;
	background-position: center, right;
	background-repeat: no-repeat, no-repeat;
}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
	background-color: #da7940 !important;
	border-color: #da7940 #da7940 #c25f25;
	color: #FFF;
}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
	background-color: #007b3d;
	border-color: #007b3d #007b3d #b58544;
	color: #FFF;
}

.formation-list-item {
	border-radius: 16px;
	border: 1px solid #E6ECF0;
	text-decoration: none !important;
}

.formation-list-item-cover {
	height: 184px;
	border-radius: 16px;
	background-position: center;
}

.formation-list-item-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
}

.formation-list-item-tags>div {
	padding: 4px 12px;
	border-radius: 8px;
	background: #F7F8FA;
	word-break: break-all;
}

.formation-list-item-tags>div {
	padding: 4px 12px;
	border-radius: 8px;
	background: #FBF2ED;
	word-break: break-all;
}

.formation-list-item-tags>div>.field__label {
	color: var(--secondary);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
}

.custom-line-clamp-2 {
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #363636;
	font-size: 0.6rem;
	font-weight: 600;
}

.formation-list-item-title {
	height: 80px;
}

.formation-list-item-title>a {
	text-decoration: none !important;
}

.formation-list-item-title>a:hover {
	color: var(--secondary) !important;
}

.formation-list-item .footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
}

.tags {
	padding: 24px;
}

span.tag {
	padding: 3px 8px;
	color: #042452;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: #FFF;
	border-radius: 3px;
}

.formation-category {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 285px;
	border-radius: 16px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-decoration: none !important;
	width: 100%;
	overflow: hidden;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 36px;
}

.formation-category>.formation-category-infos>h2 {
	font-weight: 600 !important;
	margin-bottom: 0 !important;
}

.formation-category>.formation-category-infos>p {
	margin-bottom: 0 !important;
}

.formation-category-infos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-radius: 10px;
	padding: 12px;
}

.post-event-date {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	min-width: 80px;
}

html .border-color-primary {
	border-color: #969696 !important;
}

@-webkit-keyframes marqueeAnimation-3091093 {
	100% {
		-webkit-transform: translateX(-1738px);
		transform: translateX(-1738px)
	}
}

@keyframes marqueeAnimation-3091093 {
	100% {
		-webkit-transform: translateX(-1738px);
		transform: translateX(-1738px)
	}
}

.page-item.disabled .page-link {
	border-color: transparent !important;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus,
.pagination .page-item.active .page-link {
	background-color: #da7940 !important;
	border-radius: 100% !important;
	border-color: transparent !important;
}

.page-link {
	width: 2.3rem !important;
	height: 2.3rem !important;
	border-color: transparent !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pagination>li>a,
.pagination>li>span,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	background-color: transparent !important;
}

.pagination>li>a {
	text-decoration: none !important;
}

.flag {
	height: .33vw;
	width: 100%;
}

.flex-1,
.flex-1>* {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flag>* {
	height: 100%;
}

.flag>*:first-child {
	background: rgb(16, 135, 87);
}

.flag>*:first-child+* {
	background: rgb(255, 190, 0);
}

.flag>*:first-child+*+* {
	background: rgb(235, 0, 0);
}

.thumb-info-wrapper img {
	min-height: 20.93rem !important;
}

.custom-thumb-info-2 .thumb-info-caption {
	width: 88% !important;
	padding: 20px 20px 10px 20px;
}

/* .thumb-info-caption-text h4 a,
.thumb-info-caption-text p {
	overflow: hidden !important;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-height: 2em;
	max-height: 6em;
	min-height: 6em;
} */

.post-content .rounded {
	border-radius: 0.63rem !important;
}

.training--filter input,
.training--filter select,
.training--filter input:focus,
.training--filter select:focus {
	border: 0 !important;
	outline: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}

.training--filter form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 16px 24px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 8px;
	background: #FFF;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: .5rem;
}

@media (max-width: 768px) {
	.training--filter form {
		margin: 0 16px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
}

.control {
	font-size: 1rem;
	position: relative;
	text-align: left;
}

.training--filter form .control {
	padding-right: 0;
	padding-left: 0;
	border-right: none;
}

.training--filter form label {
	color: #042452;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
}

.training--filter form .control select,
.training--filter form .control input[type="text"] {
	color: #042452;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	padding: 0;
	height: unset;
	border: none;
}

.training--filter form .control select {
	padding-right: 15px !important;
}

.training--filter form .control input[type="text"]::-webkit-input-placeholder {
	color: #042452 !important;
}

.training--filter form .control input[type="text"]::-moz-placeholder {
	color: #042452 !important;
}

.training--filter form .control input[type="text"]:-ms-input-placeholder {
	color: #042452 !important;
}

.training--filter form .control input[type="text"]::-ms-input-placeholder {
	color: #042452 !important;
}

.training--filter form .control input[type="text"]::placeholder {
	color: #042452 !important;
}

.training--filter form input,
.training--filter form select,
.training--filter form input:focus,
.training--filter form select:focus {
	height: 44px;
	border: 1px solid rgba(205, 211, 216, 0.7);
	border-radius: 5px;
	background-color: #FFFFFF;
	color: #042452;
	outline: none;
	width: 100%;
	white-space: nowrap;
}

@media (min-width: 768px) {
	.training--filter form> :first-child {
		padding: 0 24px !important;
		border-right: 1px solid #E6ECF0 !important;
	}

	.training--filter form> :nth-child(2) {
		padding: 0 24px;
		border-right: 1px solid #E6ECF0;
	}

	.training--filter form> :nth-child(3) {
		padding: 0 24px;
	}
}

.select-wrapper::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	pointer-events: none;
	background-image: url('/portal/assets/img/chevron-down.svg');
	background-size: cover;
	background-repeat: no-repeat;
	padding-left: 10px;
}

.select-wrapper {
	position: relative;
	display: inline-block;
}

.training--filter-tab .nav-item>.nav-link {
	border-radius: 35px !important;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	-o-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.training--filter-tab .nav-item.active>.nav-link {
	color: #FFF !important;
	background-color: var(--secondary);
}

.training--filter-tab .nav-item:not(.active)>.nav-link {
	color: var(--secondary) !important;
}

.training--filter-tab .nav-item:not(.active):hover>.nav-link {
	color: #FFF !important;
	background-color: var(--secondary);
}

.btn-formation--register,
.btn-formation--register:hover,
.btn-formation--register:focus,
.btn-formation--register:visited {
	border: none !important;
}

.btn-formation--register {
	background-color: var(--secondary) !important;
}

.btn-formation--register:hover {
	opacity: 0.9 !important;
}

.svg-fill-color-white {
	fill: #FFF !important;
}

.custom-radio {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	margin-right: 20px;
	cursor: pointer;
	font-size: 1rem;
	user-select: none;
}

.custom-radio input[type="radio"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.custom-radio .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 50%;
}

.custom-radio:hover input~.checkmark {
	background-color: #ccc;
}

.custom-radio input:checked~.checkmark {
	background-color: #2196F3;
}

.custom-radio .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.custom-radio input:checked~.checkmark:after {
	display: block;
}

.custom-radio .checkmark:after {
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.form-check-input:checked {
	background-color: var(--secondary);
	border-color: var(--secondary);
}

.custom-label {
	color: #363636;
	display: block;
	font-size: 1rem;
	font-weight: 700;
}

.form-check-label {
	color: #363636;
	display: block;
	font-size: 1rem;
}

.custom-text-input,
.custom-select {
	border-radius: var(--sail-radius) !important;
	box-shadow: 0 0 0 1px rgba(var(--sail-color-gray-800-rgb), 0.05),
		0 0 0 1px rgba(var(--sail-color-cyan-500-rgb), 0),
		0 0 0 2px rgba(var(--sail-color-cyan-500-rgb), 0),
		0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: text;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	word-break: normal;
	-webkit-user-select: auto;
	user-select: auto;
	background-color: #fff;
	flex: none;
	font-size: 14px;
	line-height: 1.6;
	text-decoration: none;
	transition: box-shadow 80ms ease-in, color 80ms ease-in
}

.custom-text-input:focus,
.custom-select:focus {
	outline: none;
	box-shadow: 0 0 0 1px rgba(234, 91, 12, 0.20),
		0 0 0 1px rgba(234, 91, 12, 0.4),
		0 0 0 2px rgba(234, 91, 12, 0.65),
		0 1px 1px #00000014;
}

p.custom-clamp-3 {
	overflow: hidden !important;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-height: 2em;
	max-height: 6em;
	min-height: 6em;
}

.custom-text-color-secondary {
	color: var(--brand-secondary);
}

body,
input,
textarea,
select,
button {
	font-family: var(--brand-font-primary);
}

h1,
h2,
h3,
h4,
h5,
h6,
.page-title,
.block-title {
	font-family: var(--brand-font-primary);
	font-weight: 700;
}

.brand-signature {
	display: block;
	margin-top: 8px;
	font-family: var(--brand-font-secondary);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--brand-signature);
}

.article-author-meta {
	margin-top: 10px;
	color: #667085;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.article-author-meta--detail {
	margin-bottom: 16px;
}

.home-editorial-author {
	margin: 8px 0 0;
	color: rgba(15, 23, 42, 0.68);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

/* Barre de menu principal: bleu charte, puis vert au scroll (sticky) */
#navigation {
	background-color: transparent !important;
}

#navigation:not(.f-nav),
#navigation:not(.f-nav)::before,
#navigation:not(.f-nav) .navigation__inner,
#navigation:not(.f-nav) .region {
	background: transparent !important;
	background-color: transparent !important;
}

#navigation:not(.f-nav)::before {
	border-bottom: none !important;
}

#navigation.f-nav {
	background-color: var(--brand-primary) !important;
}

/* Menu principal: fond vert + accents visibles de la charte */
#navigation #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1:nth-child(1) {
	--menu-accent: var(--brand-assoc-gold-3);
}

#navigation #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1:nth-child(2) {
	--menu-accent: var(--brand-assoc-blue-2);
}

#navigation #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1:nth-child(3) {
	--menu-accent: var(--brand-assoc-violet);
}

#navigation #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1:nth-child(4) {
	--menu-accent: var(--brand-assoc-gray-5);
}

#navigation #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1:nth-child(5) {
	--menu-accent: var(--brand-assoc-green-3);
}

#navigation #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1 > a,
#navigation #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1 > span {
	color: #ffffff !important;
}

#navigation #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1 > a:after,
#navigation #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1 > span:after {
	background-color: var(--menu-accent, #ffffff) !important;
}

/* Hover/opened/active: garder une bonne lisibilite */
#navigation #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1:hover,
#navigation #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1.opened,
#navigation #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1.active {
	background-color: rgba(0, 0, 0, 0.18) !important;
}

#navigation #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1:hover > a,
#navigation #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1:hover > span,
#navigation #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1.opened > a,
#navigation #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1.opened > span,
#navigation #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1.active > a,
#navigation #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1.active > span {
	color: #ffffff !important;
	opacity: 1 !important;
}

#navigation #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1:hover > a:after,
#navigation #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1:hover > span:after,
#navigation #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1.opened > a:after,
#navigation #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1.opened > span:after,
#navigation #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1.active > a:after,
#navigation #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1.active > span:after {
	background-color: var(--menu-accent, #ffffff) !important;
}

/* Non-sticky: meme ambiance que la hero (fond clair + texte fonce lisible) */
#navigation:not(.f-nav) #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1 > a,
#navigation:not(.f-nav) #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1 > span {
	color: var(--brand-signature) !important;
}

#navigation:not(.f-nav) #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1:hover,
#navigation:not(.f-nav) #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1.opened,
#navigation:not(.f-nav) #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1.active {
	background-color: rgba(4, 36, 82, 0.08) !important;
}

#navigation:not(.f-nav) #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1:hover > a,
#navigation:not(.f-nav) #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1:hover > span,
#navigation:not(.f-nav) #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1.opened > a,
#navigation:not(.f-nav) #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1.opened > span,
#navigation:not(.f-nav) #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1.active > a,
#navigation:not(.f-nav) #block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1.active > span {
	color: var(--brand-signature) !important;
}

#block-cci-main-secondary-navigation .color-blue-dark {
	color: var(--brand-assoc-blue-1) !important;
}

#block-cci-main-main-menu .menu-lvl-1 .menu-item a:hover,
#block-cci-main-main-menu .menu-lvl-1 .menu-item a:focus-visible {
	color: var(--brand-secondary) !important;
}

#block-cci-main-main-menu .menu-lvl-1 .menu-highlight {
	border-left: 3px solid var(--brand-assoc-gold-3);
	padding-left: 12px;
}

@media (min-width: 769px) {
	#navigation,
	#navigation .navigation__inner,
	#navigation #block-cci-main-main-menu,
	#navigation #block-cci-main-main-menu .menu-lvl-0 {
		position: relative;
		z-index: 3000;
		overflow: visible;
	}

	#navigation #block-cci-main-main-menu .menu-lvl-0>.menu-item-level-1 {
		position: relative;
		overflow: visible;
	}

	#navigation #block-cci-main-main-menu .menu-lvl-0>.menu-item-level-1>.menu {
		top: 100% !important;
		left: 0 !important;
		z-index: 3100 !important;
	}

	#block-cci-main-main-menu .menu-lvl-0 > .menu-item-level-1:hover > .menu {
		display: block;
	}
}

.site-footer {
	border-top: 4px solid var(--brand-assoc-green-4);
	background-color: var(--brand-assoc-gray-1) !important;
	color: #ffffff !important;
}

.site-footer .site-footer__inner,
.site-footer .site-footer__top {
	background: transparent !important;
}

.site-footer .block.block-menu.menu--footer-top .block-title,
.site-footer .region-footer-fourth .block-title {
	color: var(--brand-assoc-green-2) !important;
}

.site-footer .block.block-menu.menu--footer-top .menu-item-level-1>a,
.site-footer #block-cci-main-contact-footer-block a,
.site-footer #block-cci-main-footer .menu-item-level-1>a {
	color: #ffffff !important;
	opacity: 0.92;
}

.site-footer .block.block-menu.menu--footer-top .menu-item-level-1>a:hover,
.site-footer #block-cci-main-contact-footer-block a:hover,
.site-footer #block-cci-main-footer .menu-item-level-1>a:hover {
	color: var(--brand-secondary) !important;
	opacity: 1;
}

.site-footer #block-cci-main-contact-footer-block .cci-contact-block-content-wrapper {
	background: var(--brand-assoc-gray-2) !important;
	border: 1px solid var(--brand-assoc-gray-3) !important;
	border-radius: 12px;
}

.site-footer #block-cci-main-contact-footer-block .address,
.site-footer #block-cci-main-contact-footer-block .coordinates li,
.site-footer #block-cci-main-footer .menu-item-level-1>span {
	color: #ffffff !important;
	opacity: 0.92;
}

.site-footer .site-footer__bottom {
	background: var(--brand-assoc-gray-2) !important;
	border-top: 1px solid var(--brand-assoc-gray-3) !important;
}

.site-footer #block-cci-main-footer .menu {
	padding-top: 10px;
	padding-bottom: 10px;
}

.site-footer .social-block .cci-social-links .cci-social-link a {
	color: #ffffff !important;
}

.site-footer .social-block .cci-social-links .cci-social-link a:hover {
	color: var(--brand-secondary) !important;
}

/* Home: cartes agenda (evenements + formations) - evite l'agrandissement excessif des visuels */
body.path-frontpage #block-views-block-agenda-block-1 .agenda-image {
	aspect-ratio: 16 / 9;
	height: auto !important;
	min-height: 190px;
	max-height: 260px;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

body.path-frontpage #block-views-block-agenda-block-1 .agenda-image .js-agenda-home {
	display: block;
	width: 100%;
	height: 100%;
}

.btn-formation--register {
	background-color: var(--brand-secondary) !important;
}

.btn-formation--register:hover {
	background-color: #d14f04 !important;
}

/* Header haut: rendu comme la version precedente de reference */
#header {
	position: relative;
	top: 0 !important;
	overflow: visible;
	background: #ffffff !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
}

#header::before,
#header::after {
	content: none !important;
	background: none !important;
}

#header .header__inner {
	position: relative;
	z-index: 1;
	padding: 30px 0 24px;
}

#header .region-header {
	display: grid !important;
	grid-template-columns: minmax(190px, 250px) minmax(0, 1fr) minmax(300px, 380px);
	grid-template-areas: "branding utility search";
	align-items: center;
	column-gap: 28px;
	row-gap: 18px;
}

#header .region-header>* {
	float: none !important;
	min-width: 0;
	margin: 0 !important;
}

#block-cci-main-branding {
	grid-area: branding;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#block-cci-main-branding .site-logo {
	display: inline-flex;
	align-items: center;
}

#header .brand-signature {
	color: var(--brand-signature) !important;
}

#header .site-logo .is-hidden-mobile {
	display: block;
	width: min(100%, 230px);
	height: auto;
	filter: none !important;
}

.header-utility-group {
	grid-area: utility;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	justify-self: center;
	width: fit-content;
	max-width: 100%;
	padding: 16px 22px;
	border: 1px solid rgba(4, 36, 82, 0.08);
	border-radius: 16px;
	background: #f6f8fb;
	min-width: 0;
}

#block-cci-main-social-links-top .cci-social-links {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#block-cci-main-social-links-top .cci-social-link {
	margin: 0;
}

#block-cci-main-social-links-top {
	flex: 0 0 auto;
	padding-right: 20px;
	border-right: 1px solid rgba(4, 36, 82, 0.16);
}

#block-cci-main-social-links-top .cci-social-link a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: var(--brand-assoc-blue-1) !important;
	box-shadow: none;
	font-size: 1.45rem;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

#block-cci-main-social-links-top .cci-social-link a:hover,
#block-cci-main-social-links-top .cci-social-link a:focus-visible {
	background: transparent;
	color: var(--brand-assoc-blue-1) !important;
	opacity: 0.8;
	transform: translateY(-1px);
}

#block-cci-main-secondary-navigation {
	flex: 1 1 auto;
	min-width: 0;
}

#block-cci-main-secondary-navigation .menu {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	background: transparent;
	box-shadow: none;
}

#block-cci-main-secondary-navigation .menu-item {
	position: relative;
	margin: 0;
	padding: 0;
	background: none !important;
	border: 0 !important;
}

#block-cci-main-secondary-navigation .menu-item+.menu-item {
	margin-left: 0;
	padding-left: 30px;
	background:
		linear-gradient(rgba(4, 36, 82, 0.14), rgba(4, 36, 82, 0.14)) no-repeat left center / 1px 20px !important;
}

#block-cci-main-secondary-navigation .menu-item::before,
#block-cci-main-secondary-navigation .menu-item::after,
#block-cci-main-secondary-navigation .menu a::before,
#block-cci-main-secondary-navigation .menu a::after {
	content: none !important;
	display: none !important;
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
}

#block-cci-main-secondary-navigation .menu a,
#block-cci-main-secondary-navigation .color-blue-dark {
	display: inline-block;
	padding: 0;
	white-space: nowrap;
	font-family: var(--brand-font-primary);
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.25;
	color: var(--brand-signature) !important;
	text-decoration: none;
	border: 0 !important;
	box-shadow: none !important;
	transition: color 0.2s ease, opacity 0.2s ease;
}

#block-cci-main-secondary-navigation .menu a:hover,
#block-cci-main-secondary-navigation .menu a:focus-visible {
	color: var(--brand-assoc-blue-1) !important;
	opacity: 0.9;
}

#block-header-search-exposed-form-block {
	grid-area: search;
	width: min(100%, 375px);
	justify-self: end;
}

#block-header-search-exposed-form-block form {
	margin: 0;
}

#block-header-search-exposed-form-block .form--inline {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 6px 14px 6px 18px;
	border-radius: 22px;
	border: 1px solid rgba(2, 95, 157, 0.18);
	background: #ffffff;
	box-shadow: none;
	transition: border-color 0.2s ease;
}

#block-header-search-exposed-form-block .form--inline:focus-within {
	border-color: rgba(0, 123, 61, 0.38);
	box-shadow: none;
}

#block-header-search-exposed-form-block .field,
#block-header-search-exposed-form-block .control {
	width: 100%;
	margin: 0 !important;
}

#block-header-search-exposed-form-block input.form-text {
	width: 100%;
	min-height: 46px;
	padding: 10px 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-family: var(--brand-font-secondary);
	font-size: 1rem;
	font-weight: 500;
	color: var(--brand-signature);
}

#block-header-search-exposed-form-block input.form-text::placeholder {
	color: rgba(4, 36, 82, 0.58);
}

#block-header-search-exposed-form-block input.form-text:focus {
	outline: none;
}

#block-header-search-exposed-form-block .form-actions {
	margin: 0 !important;
}

#block-header-search-exposed-form-block .form-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--brand-assoc-blue-2);
	box-shadow: none;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

#block-header-search-exposed-form-block .form-submit:hover,
#block-header-search-exposed-form-block .form-submit:focus-visible {
	transform: translateY(-1px);
	opacity: 0.85;
}

#block-header-search-exposed-form-block .form-submit .icon {
	font-size: 1.1rem;
}

#top-header,
#top-header .region-top-header,
#top-header .view-content.columns {
	margin: 0 !important;
	padding: 0 !important;
}

/* Restaure la largeur pleine fenetre du bandeau alerte */
#top-header #block-views-block-bandeau-alerte-block-1 {
	width: 100vw !important;
	margin-left: calc((100vw - 100%) / -2) !important;
	margin-right: calc((100vw - 100%) / -2) !important;
	padding: 0 !important;
}

/* Conserve le centrage du container pour garder le bandeau alerte en pleine largeur */
#top-header .top-header__inner.container {
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Restaure le comportement sticky mobile du theme source */
@media (max-width: 768px) {
	#header {
		position: sticky !important;
		top: 0 !important;
		z-index: 999999 !important;
	}

	#header .header__inner {
		padding: 16px 0;
	}

	#header .region-header {
		grid-template-columns: 1fr;
		grid-template-areas:
			"branding"
			"search";
		row-gap: 12px;
	}

	#block-cci-main-branding {
		justify-content: space-between;
	}

	#header .site-logo .is-hidden-mobile {
		width: 150px;
	}

	.header-utility-group {
		display: none;
	}

	#block-header-search-exposed-form-block {
		width: 100%;
		justify-self: stretch;
	}

	#block-header-search-exposed-form-block .form--inline {
		padding-left: 14px;
	}
}

@media (min-width: 769px) and (max-width: 1215px) {
	#header .region-header {
		grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
		grid-template-areas:
			"branding search"
			"utility utility";
	}

	.header-utility-group {
		justify-self: center;
	}

	#block-header-search-exposed-form-block {
		width: 100%;
		max-width: none;
		justify-self: stretch;
	}
}

/* Hero homepage: rend la trame CCI nettement plus visible */
.path-frontpage #page>.featured-top {
	position: relative;
	isolation: isolate;
	background: linear-gradient(180deg, rgba(0, 123, 61, 0.08), rgba(91, 177, 48, 0.12));
}

.path-frontpage #page>.featured-top::before {
	content: none !important;
	background: none !important;
}

.path-frontpage #page>.featured-top::after {
	content: "";
	position: absolute;
	left: 0;
	top: calc(-70px - 132px);
	width: 100%;
	height: 516px;
	background-image:
		linear-gradient(115deg, rgba(0, 123, 61, 0.22), rgba(91, 177, 48, 0.18)),
		url("https://d2aqzcyvhibcdz.cloudfront.net/hash/images/Trame_CCI_BENIN.png");
	background-repeat: no-repeat, no-repeat;
	background-position: top left, right -140px top -18px;
	background-size: 100% 100%, clamp(560px, 92vw, 920px) auto;
	opacity: 0.82;
	mix-blend-mode: multiply;
	/* Laisse la zone basse blanche pour fondre avec la suite de la page */
	-webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 78%, transparent 100%);
	mask-image: linear-gradient(to bottom, #000 0%, #000 78%, transparent 100%);
	pointer-events: none;
	z-index: 1;
}

.path-frontpage #page>.featured-top>.featured-top__inner {
	position: relative;
	z-index: 2;
}

@media (min-width: 909px) {
	.path-frontpage #page>.featured-top::after {
		top: calc(-70px - 107px);
		background-position: top left, right -120px top -12px;
		background-size: 100% 100%, clamp(760px, 78vw, 1080px) auto;
	}
}

@media (min-width: 1216px) {
	.path-frontpage #page>.featured-top::after {
		top: calc(-70px - 81px);
		height: 435px;
		background-position: top left, right -90px top -8px;
		background-size: 100% 100%, clamp(860px, 72vw, 1180px) auto;
	}
}

@media (min-width: 1440px) {
	.path-frontpage #page>.featured-top::after {
		top: calc(-70px - 81px);
		height: 468px;
		background-position: top left, right -70px top -10px;
		background-size: 100% 100%, 1220px auto;
	}
}

/* Detail evenement: image de couverture fiable + pictos SVG */
body.cci-main.page-node-type-event .agenda-event-full-header {
	display: grid !important;
	grid-template-columns: minmax(280px, 460px) minmax(0, 1fr) !important;
	gap: 32px !important;
	align-items: stretch !important;
	min-height: auto !important;
}

body.cci-main.page-node-type-event .agenda-event-full-header .agenda-event-header-image {
	order: 0 !important;
	width: 100% !important;
	height: auto !important;
	min-height: 360px !important;
	margin-bottom: 0 !important;
	border-radius: 22px !important;
	overflow: hidden !important;
	align-self: stretch !important;
	background: #eaf2f8 !important;
	background-image: none !important;
	box-shadow: 0 18px 40px rgba(4, 36, 82, 0.14) !important;
}

body.cci-main.page-node-type-event .agenda-event-full-header .agenda-event-header-content {
	order: 0 !important;
}

body.cci-main.page-node-type-event .agenda-event-full-header .agenda-event-header-image img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 360px !important;
	object-fit: cover !important;
}

body.cci-main.page-node-type-event .agenda-event-full-header .agenda-event-buttons-wrapper,
body.cci-main.page-node-type-event .agenda-event-full-header .agenda-event-buttons,
body.cci-main.page-node-type-event .agenda-event-full-header .agenda-event-apply {
	display: flex !important;
	flex-wrap: wrap;
	gap: 16px !important;
	align-items: center;
}

body.cci-main.page-node-type-event .agenda-event-full-header .eudonet-event-subscribe-button {
	display: inline-flex !important;
	align-items: center;
	gap: 10px;
}

body.cci-main.page-node-type-event .agenda-event-full-header .eudonet-event-subscribe-button img {
	width: 18px;
	height: 18px;
}

body.cci-main.page-node-type-event .agenda-event-title span {
	display: inline-flex;
	align-items: center;
	padding: 7px 14px;
	border-radius: 999px;
	background: rgba(0, 123, 61, 0.1);
	color: var(--brand-main-green);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.cci-main.page-node-type-event .agenda-event-full-body .field__label {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--brand-signature) !important;
	font-weight: 700;
}

body.cci-main.page-node-type-event .agenda-event-full-body .field__label::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

body.cci-main.page-node-type-event .agenda-event-full-body .field__label::after {
	content: none !important;
	display: none !important;
}

body.cci-main.page-node-type-event .field--name-field-program .field__label::before {
	background-image: url("/portal/themes/custom/cci/images/formations/icons/news.svg");
}

body.cci-main.page-node-type-event .field--name-field-public .field__label::before {
	background-image: url("/portal/themes/custom/cci/images/agenda/icons/users.svg");
}

body.cci-main.page-node-type-event .field--name-field-prerequisites .field__label::before {
	background-image: url("/portal/themes/custom/cci/images/formations/icons/checkbox.svg");
}

body.cci-main.page-node-type-event .field--name-body .field__label::before {
	background-image: url("/portal/themes/custom/cci/images/formations/icons/tools.svg");
}

@media (max-width: 909px) {
	body.cci-main.page-node-type-event .agenda-event-full-header {
		grid-template-columns: 1fr !important;
		gap: 24px !important;
	}

	body.cci-main.page-node-type-event .agenda-event-full-header .agenda-event-header-image,
	body.cci-main.page-node-type-event .agenda-event-full-header .agenda-event-header-image img {
		min-height: 240px !important;
	}
}

/* Inscription evenement */
body.page-event-subscription .main {
	padding-top: 24px;
	padding-bottom: 72px;
	position: relative;
	overflow: hidden;
}

body.page-event-subscription .main::before,
body.page-event-subscription .main::after {
	content: "";
	position: absolute;
	z-index: 0;
	border-radius: 999px;
	filter: blur(70px);
	opacity: 0.22;
	pointer-events: none;
}

body.page-event-subscription .main::before {
	top: 70px;
	left: -120px;
	width: 360px;
	height: 360px;
	background: linear-gradient(135deg, rgba(234, 91, 12, 0.65), rgba(255, 193, 7, 0.55));
}

body.page-event-subscription .main::after {
	top: 180px;
	right: -120px;
	width: 380px;
	height: 380px;
	background: linear-gradient(135deg, rgba(2, 95, 157, 0.58), rgba(91, 177, 48, 0.52));
}

body.page-event-subscription #breadcrumbs-container {
	position: relative;
	z-index: 2;
	margin-bottom: 24px;
}

body.page-event-subscription .event-registration-shell {
	position: relative;
	z-index: 1;
	overflow: hidden;
	isolation: isolate;
	max-width: 1040px;
	margin: 24px auto 0;
	padding: 44px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 26px 60px rgba(15, 23, 42, 0.12);
}

body.page-event-subscription .event-registration-shell::before,
body.page-event-subscription .event-registration-shell::after {
	content: "";
	position: absolute;
	z-index: -1;
	border-radius: 999px;
	filter: blur(18px);
	opacity: 0.5;
}

body.page-event-subscription .event-registration-shell::before {
	top: -110px;
	left: -70px;
	width: 240px;
	height: 240px;
	background: linear-gradient(135deg, rgba(234, 91, 12, 0.18), rgba(255, 193, 7, 0.18));
}

body.page-event-subscription .event-registration-shell::after {
	right: -80px;
	bottom: -100px;
	width: 260px;
	height: 260px;
	background: linear-gradient(135deg, rgba(2, 95, 157, 0.16), rgba(91, 177, 48, 0.2));
}

body.page-event-subscription .event-registration-shell--notification {
	max-width: 760px;
	text-align: center;
}

body.page-event-subscription .event-registration-copy {
	max-width: 680px;
	margin: 0 auto 30px;
	text-align: center;
}

body.page-event-subscription .event-registration-eyebrow {
	display: inline-flex;
	align-items: center;
	margin-bottom: 14px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(2, 95, 157, 0.1);
	color: var(--brand-assoc-blue-1);
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.page-event-subscription .event-registration-page-title {
	margin: 0 0 12px;
	font-size: clamp(2rem, 3.1vw, 3rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: var(--brand-signature);
}

body.page-event-subscription .event-registration-page-subtitle {
	margin: 0;
	font-size: 1.04rem;
	line-height: 1.7;
	color: rgba(15, 23, 42, 0.62);
}

body.page-event-subscription .event-registration-intro {
	margin-bottom: 34px;
	padding: 26px 28px;
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 255, 0.94)),
		#ffffff;
	border: 1px solid rgba(2, 95, 157, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.page-event-subscription .event-registration-summary h2 {
	line-height: 1.15;
	color: var(--brand-signature);
}

body.page-event-subscription .event-registration-title {
	margin: 0 0 10px;
	font-size: clamp(1.6rem, 2.3vw, 2.2rem);
	font-weight: 800;
	line-height: 1.12;
	color: var(--brand-signature);
}

body.page-event-subscription .event-registration-summary p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.65;
	color: rgba(15, 23, 42, 0.66);
}

body.page-event-subscription .event-registration-badge {
	display: inline-flex;
	align-items: center;
	margin-bottom: 14px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(0, 123, 61, 0.12);
	color: var(--brand-main-green);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.page-event-subscription .event-registration-form {
	margin: 0;
	display: grid;
	gap: 24px;
}

body.page-event-subscription .event-registration-form .custom-text-input,
body.page-event-subscription .event-registration-form .custom-select {
	display: block;
	width: 100% !important;
	min-height: 52px;
	padding: 0 15px;
	border: 1px solid rgba(148, 163, 184, 0.5);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: none;
	font-size: 1rem;
	color: var(--brand-signature);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

body.page-event-subscription .event-registration-form textarea.custom-text-input {
	min-height: 150px;
	padding: 14px 15px;
	resize: vertical;
}

body.page-event-subscription .event-registration-form .custom-text-input:focus,
body.page-event-subscription .event-registration-form .custom-select:focus {
	border-color: rgba(2, 95, 157, 0.45);
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(2, 95, 157, 0.1);
}

body.page-event-subscription .event-registration-group {
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 0;
}

body.page-event-subscription .event-registration-group legend,
body.page-event-subscription .event-registration-form .form-label,
body.page-event-subscription .event-registration-form .custom-label {
	display: block;
	margin-bottom: 10px;
	color: var(--brand-signature);
	font-size: 0.95rem;
	font-weight: 700;
}

body.page-event-subscription .event-registration-choice-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

body.page-event-subscription .event-registration-choice {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px 18px;
	border: 1px solid rgba(148, 163, 184, 0.35);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.9);
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

body.page-event-subscription .event-registration-choice:hover {
	border-color: rgba(2, 95, 157, 0.28);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
	transform: translateY(-1px);
}

body.page-event-subscription .event-registration-choice:has(input:checked) {
	border-color: rgba(0, 123, 61, 0.36);
	background: linear-gradient(180deg, rgba(0, 123, 61, 0.08), rgba(2, 95, 157, 0.05));
	box-shadow: 0 14px 28px rgba(0, 123, 61, 0.1);
}

body.page-event-subscription .event-registration-choice span {
	display: block;
	font-weight: 600;
	line-height: 1.45;
	color: rgba(15, 23, 42, 0.9);
}

body.page-event-subscription .event-registration-form .form-check-input {
	flex: 0 0 auto;
	margin: 0;
	accent-color: var(--brand-main-green);
}

body.page-event-subscription .event-registration-grid {
	display: grid;
	gap: 18px 20px;
}

body.page-event-subscription .event-registration-grid--identity {
	grid-template-columns: minmax(120px, 0.8fr) minmax(0, 1.1fr) minmax(0, 1.3fr);
}

body.page-event-subscription .event-registration-grid--split {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page-event-subscription .event-registration-grid--postal {
	grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.3fr);
}

body.page-event-subscription .event-registration-grid--contact {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-event-subscription .event-field {
	min-width: 0;
}

body.page-event-subscription .event-registration-consents {
	display: grid;
	gap: 14px;
	padding-top: 2px;
}

body.page-event-subscription .event-registration-toggle {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

body.page-event-subscription .event-registration-toggle .form-check-input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

body.page-event-subscription .event-registration-toggle__track {
	position: relative;
	display: inline-flex;
	flex: 0 0 auto;
	width: 48px;
	height: 28px;
	padding: 3px;
	border-radius: 999px;
	background: #dbe4ee;
	box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

body.page-event-subscription .event-registration-toggle__thumb {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.18);
	transition: transform 0.2s ease;
}

body.page-event-subscription .event-registration-toggle:has(input:checked) .event-registration-toggle__track {
	background: var(--brand-assoc-blue-1);
}

body.page-event-subscription .event-registration-toggle:has(input:checked) .event-registration-toggle__thumb {
	transform: translateX(20px);
}

body.page-event-subscription .event-registration-toggle:has(input:focus-visible) .event-registration-toggle__track {
	box-shadow: 0 0 0 4px rgba(2, 95, 157, 0.12);
}

body.page-event-subscription .event-registration-toggle__text {
	font-size: 0.98rem;
	line-height: 1.55;
	color: rgba(15, 23, 42, 0.72);
}

body.page-event-subscription .event-registration-actions {
	display: grid;
	gap: 16px;
	margin-top: 10px;
}

body.page-event-subscription .event-registration-backlink {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	color: rgba(15, 23, 42, 0.66);
	font-weight: 600;
	text-decoration: none;
}

body.page-event-subscription .event-registration-submit {
	width: 100%;
	min-height: 54px;
	border-radius: 14px !important;
	font-size: 1rem;
	box-shadow: 0 14px 28px rgba(234, 91, 12, 0.16);
}

@media (max-width: 991px) {
	body.page-event-subscription .event-registration-choice-grid,
	body.page-event-subscription .event-registration-grid--identity,
	body.page-event-subscription .event-registration-grid--contact {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body.page-event-subscription .event-registration-shell {
		margin-top: 16px;
		padding: 28px 18px;
		border-radius: 22px;
	}

	body.page-event-subscription .event-registration-intro {
		padding: 20px;
		border-radius: 18px;
	}

	body.page-event-subscription .event-registration-choice-grid,
	body.page-event-subscription .event-registration-grid--identity,
	body.page-event-subscription .event-registration-grid--split,
	body.page-event-subscription .event-registration-grid--postal,
	body.page-event-subscription .event-registration-grid--contact {
		grid-template-columns: 1fr;
	}

	body.page-event-subscription .event-registration-actions {
		justify-content: stretch;
	}

	body.page-event-subscription .event-registration-submit,
	body.page-event-subscription .event-registration-backlink {
		width: 100%;
	}
}

/* Event registration visual refresh */
body.page-event-subscription .main {
	background: linear-gradient(180deg, #f9fbfc 0%, #ffffff 180px);
}

body.page-event-subscription .main::before,
body.page-event-subscription .main::after,
body.page-event-subscription .event-registration-shell::before,
body.page-event-subscription .event-registration-shell::after {
	display: none;
}

body.page-event-subscription #breadcrumbs-container {
	display: block;
	width: min(100%, 1200px);
	margin: 0 auto 18px;
	padding: 0 15px;
}

body.page-event-subscription #breadcrumbs-container .region-breadcrumb,
body.page-event-subscription #breadcrumbs-container .region-breadcrumb.column,
body.page-event-subscription #breadcrumbs-container #block-cci-main-breadcrumbs {
	width: 100%;
	margin: 0;
	padding: 0;
}

body.page-event-subscription #breadcrumbs-container nav.breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 10px;
	margin: 0;
	padding: 0;
}

body.page-event-subscription #breadcrumbs-container nav.breadcrumb li {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
}

body.page-event-subscription #breadcrumbs-container nav.breadcrumb li a {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.page-event-subscription .event-registration-shell {
	max-width: 1080px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.page-event-subscription .event-registration-intro {
	margin-bottom: 28px;
	padding: 28px 32px;
	border: 1px solid rgba(2, 95, 157, 0.12);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(2, 95, 157, 0.08), rgba(0, 123, 61, 0.1) 72%, rgba(149, 191, 10, 0.12)),
		#ffffff;
	box-shadow: 0 14px 34px rgba(4, 36, 82, 0.08);
}

body.page-event-subscription .event-registration-title {
	margin-bottom: 12px;
	font-size: clamp(1.8rem, 2.2vw, 2.35rem);
	line-height: 1.15;
}

body.page-event-subscription .event-registration-summary p {
	color: rgba(4, 36, 82, 0.78);
}

body.page-event-subscription .event-registration-badge {
	background: rgba(0, 123, 61, 0.14);
	color: var(--brand-primary);
	letter-spacing: 0.05em;
}

body.page-event-subscription .event-registration-form {
	gap: 22px;
}

body.page-event-subscription .event-registration-alert {
	padding: 18px 20px;
	border: 1px solid rgba(234, 91, 12, 0.2);
	border-left: 4px solid var(--brand-secondary);
	border-radius: 14px;
	background: rgba(234, 91, 12, 0.06);
}

body.page-event-subscription .event-registration-alert__title {
	margin: 0 0 10px;
	font-size: 1rem;
	font-weight: 700;
	color: var(--brand-signature);
}

body.page-event-subscription .event-registration-alert__list {
	margin: 0;
	padding-left: 18px;
	color: rgba(4, 36, 82, 0.8);
}

body.page-event-subscription .event-registration-alert__list li + li {
	margin-top: 4px;
}

body.page-event-subscription .event-registration-form .text-color-danger {
	color: var(--brand-secondary) !important;
}

body.page-event-subscription .event-registration-group legend,
body.page-event-subscription .event-registration-form .form-label,
body.page-event-subscription .event-registration-form .custom-label {
	margin-bottom: 12px;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--brand-signature);
}

body.page-event-subscription .event-registration-choice-grid {
	gap: 18px 36px;
}

body.page-event-subscription .event-registration-choice {
	align-items: flex-start;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.page-event-subscription .event-registration-choice:hover,
body.page-event-subscription .event-registration-choice:has(input:checked) {
	border: 0;
	background: transparent;
	box-shadow: none;
	transform: none;
}

body.page-event-subscription .event-registration-choice span {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	color: rgba(4, 36, 82, 0.92);
}

body.page-event-subscription .event-registration-choice .form-check-input {
	width: 22px;
	height: 22px;
	margin-top: 1px;
	accent-color: var(--brand-secondary);
}

body.page-event-subscription .event-registration-section-title {
	margin: 6px 0 0;
	font-size: clamp(1.4rem, 1.8vw, 1.9rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--brand-signature);
}

body.page-event-subscription .event-registration-panel {
	padding: 40px;
	border: 1px solid rgba(112, 111, 111, 0.2);
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(4, 36, 82, 0.08);
}

body.page-event-subscription .event-registration-grid {
	gap: 26px 34px;
}

body.page-event-subscription .event-registration-grid + .event-registration-grid {
	margin-top: 26px;
}

body.page-event-subscription .event-registration-form .custom-text-input,
body.page-event-subscription .event-registration-form .custom-select {
	min-height: 58px;
	padding: 0 18px;
	border: 1px solid rgba(157, 157, 156, 0.42);
	border-radius: 12px;
	background: #ffffff;
	font-size: 1rem;
	color: var(--brand-signature);
}

body.page-event-subscription .event-registration-form textarea.custom-text-input {
	min-height: 142px;
	padding: 14px 18px;
}

body.page-event-subscription .event-registration-form .custom-text-input::placeholder,
body.page-event-subscription .event-registration-form .custom-select::placeholder {
	color: rgba(87, 87, 86, 0.78);
}

body.page-event-subscription .event-registration-form .custom-text-input:focus,
body.page-event-subscription .event-registration-form .custom-select:focus {
	border-color: rgba(0, 123, 61, 0.52);
	box-shadow: 0 0 0 4px rgba(0, 123, 61, 0.12);
}

body.page-event-subscription .event-registration-consents {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid rgba(112, 111, 111, 0.18);
	gap: 16px;
}

body.page-event-subscription .event-registration-check {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 0;
	margin: 0;
}

body.page-event-subscription .event-registration-check .form-check-input {
	width: 18px;
	height: 18px;
	margin-top: 3px;
	accent-color: var(--brand-primary);
}

body.page-event-subscription .event-registration-check .form-check-label {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.55;
	color: rgba(4, 36, 82, 0.76);
}

body.page-event-subscription .event-registration-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 30px;
	padding-top: 24px;
	border-top: 1px solid rgba(112, 111, 111, 0.18);
}

body.page-event-subscription .event-registration-backlink {
	padding: 13px 20px;
	border: 1px solid rgba(2, 95, 157, 0.18);
	border-radius: 12px;
	background: #ffffff;
	color: var(--brand-signature);
	font-weight: 600;
	text-decoration: none;
	transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

body.page-event-subscription .event-registration-backlink:hover {
	border-color: rgba(2, 95, 157, 0.34);
	background: rgba(2, 95, 157, 0.04);
	color: var(--brand-assoc-blue-1);
}

body.page-event-subscription .event-registration-submit {
	width: auto;
	min-width: 190px;
	padding: 0 28px;
	border: 0 !important;
	background: var(--brand-secondary) !important;
	box-shadow: 0 12px 28px rgba(234, 91, 12, 0.18);
}

body.page-event-subscription .event-registration-submit:hover,
body.page-event-subscription .event-registration-submit:focus {
	background: #cf4e08 !important;
}

@media (max-width: 991px) {
	body.page-event-subscription .event-registration-choice-grid {
		grid-template-columns: 1fr;
	}

	body.page-event-subscription .event-registration-grid--identity,
	body.page-event-subscription .event-registration-grid--contact {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.page-event-subscription .event-registration-panel {
		padding: 32px 24px;
	}
}

@media (max-width: 767px) {
	body.page-event-subscription .event-registration-intro {
		padding: 22px 20px;
		border-radius: 20px;
	}

	body.page-event-subscription .event-registration-panel {
		padding: 24px 18px;
		border-radius: 20px;
	}

	body.page-event-subscription .event-registration-grid--identity,
	body.page-event-subscription .event-registration-grid--split,
	body.page-event-subscription .event-registration-grid--postal,
	body.page-event-subscription .event-registration-grid--contact {
		grid-template-columns: 1fr;
	}

	body.page-event-subscription .event-registration-actions {
		flex-direction: column-reverse;
		align-items: stretch;
	}

	body.page-event-subscription .event-registration-submit,
	body.page-event-subscription .event-registration-backlink {
		width: 100%;
	}
}

/* Home editorial variant */
body.path-frontpage-editorial {
	background:
		radial-gradient(circle at top left, rgba(0, 123, 61, 0.06), transparent 32%),
		radial-gradient(circle at bottom right, rgba(234, 91, 12, 0.08), transparent 28%),
		#f8fafb;
}

body.path-frontpage-editorial .home-editorial {
	--editorial-green: #007b3d;
	--editorial-orange: #ea5b0c;
	--editorial-blue: #025f9d;
	--editorial-ink: #0d2b42;
	--editorial-surface: #ffffff;
	--editorial-shadow: 0 24px 54px rgba(13, 43, 66, 0.12);
	color: var(--editorial-ink);
}

body.path-frontpage-editorial .home-editorial-alert {
	background: linear-gradient(90deg, #f7b500 0%, #ffc527 100%);
}

body.path-frontpage-editorial .home-editorial-alert__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px 18px;
	padding: 14px 20px;
	font-size: 0.95rem;
	font-weight: 500;
	color: #1b1b1b;
	text-align: center;
}

body.path-frontpage-editorial .home-editorial-alert__inner p {
	margin: 0;
}

body.path-frontpage-editorial .home-editorial-alert__inner a {
	color: #0d2b42;
	font-weight: 700;
	text-decoration: none;
}

body.path-frontpage-editorial .home-editorial-hero {
	position: relative;
	overflow: hidden;
	padding: 22px 0 94px;
	background:
		linear-gradient(110deg, rgba(2, 95, 157, 0.92) 0%, rgba(0, 123, 61, 0.88) 52%, rgba(149, 191, 10, 0.82) 100%);
}

body.path-frontpage-editorial .home-editorial-hero__noise,
body.path-frontpage-editorial .home-editorial-hero__trame {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

body.path-frontpage-editorial .home-editorial-hero__noise {
	background:
		radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.16), transparent 34%),
		radial-gradient(circle at 80% 15%, rgba(255, 255, 255, 0.18), transparent 26%),
		radial-gradient(circle at 62% 68%, rgba(255, 255, 255, 0.08), transparent 24%);
	opacity: 0.9;
}

body.path-frontpage-editorial .home-editorial-hero__trame {
	background-image: url("https://d2aqzcyvhibcdz.cloudfront.net/hash/images/Trame_CCI_BENIN.png");
	background-repeat: no-repeat;
	background-position: right -70px top -10px;
	background-size: min(54vw, 760px) auto;
	opacity: 0.28;
}

body.path-frontpage-editorial .home-editorial-hero::after {
	content: "";
	position: absolute;
	left: -8%;
	right: -8%;
	bottom: -84px;
	height: 176px;
	background:
		radial-gradient(110% 120% at 50% 0%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.06) 44%, transparent 45%),
		#f8fafb;
	border-top-left-radius: 50% 100%;
	border-top-right-radius: 50% 100%;
}

body.path-frontpage-editorial .home-editorial-hero__inner {
	position: relative;
	z-index: 1;
}

body.path-frontpage-editorial .home-editorial-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 34px;
}

body.path-frontpage-editorial .home-editorial-brand img {
	display: block;
	width: clamp(160px, 18vw, 220px);
	height: auto;
}

body.path-frontpage-editorial .home-editorial-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	gap: clamp(16px, 2vw, 30px);
}

body.path-frontpage-editorial .home-editorial-nav a,
body.path-frontpage-editorial .home-editorial-search {
	color: rgba(255, 255, 255, 0.94);
	text-decoration: none;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

body.path-frontpage-editorial .home-editorial-nav a:hover,
body.path-frontpage-editorial .home-editorial-search:hover {
	color: #ffffff;
}

body.path-frontpage-editorial .home-editorial-search {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
}

body.path-frontpage-editorial .home-editorial-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
	align-items: center;
	gap: 34px;
}

body.path-frontpage-editorial .home-editorial-copy {
	max-width: 560px;
}

body.path-frontpage-editorial .home-editorial-copy h1 {
	margin: 0 0 14px;
	font-size: clamp(2.2rem, 4.2vw, 3.9rem);
	line-height: 1.04;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #ffffff !important;
}

body.path-frontpage-editorial .home-editorial-copy__subtitle {
	margin: 0;
	font-size: clamp(1.1rem, 1.5vw, 1.45rem);
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.88);
}

body.path-frontpage-editorial .home-editorial-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 26px;
}

body.path-frontpage-editorial .home-editorial-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 26px;
	border-radius: 14px;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

body.path-frontpage-editorial .home-editorial-btn:hover {
	transform: translateY(-1px);
}

body.path-frontpage-editorial .home-editorial-btn--primary {
	background: var(--editorial-orange);
	color: #ffffff;
	box-shadow: 0 16px 32px rgba(234, 91, 12, 0.22);
}

body.path-frontpage-editorial .home-editorial-btn--ghost {
	border: 1px solid rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

body.path-frontpage-editorial .home-editorial-btn--secondary {
	background: linear-gradient(90deg, rgba(2, 95, 157, 0.86), rgba(91, 177, 48, 0.92));
	color: #ffffff;
	box-shadow: 0 18px 34px rgba(2, 95, 157, 0.2);
}

body.path-frontpage-editorial .home-editorial-feature {
	position: relative;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.18);
	box-shadow: 0 28px 60px rgba(13, 43, 66, 0.24);
	backdrop-filter: blur(6px);
}

body.path-frontpage-editorial .home-editorial-feature__media {
	overflow: hidden;
	border-radius: 28px;
	min-height: 380px;
}

body.path-frontpage-editorial .home-editorial-feature__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 380px;
	object-fit: cover;
}

body.path-frontpage-editorial .home-editorial-feature__content {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: -36px;
	padding: 22px 24px 24px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: var(--editorial-shadow);
}

body.path-frontpage-editorial .home-editorial-chip {
	display: inline-flex;
	align-items: center;
	margin-bottom: 12px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(0, 123, 61, 0.14);
	color: var(--editorial-green);
	font-size: 0.86rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

body.path-frontpage-editorial .home-editorial-feature__content h2 {
	margin: 0 0 12px;
	font-size: clamp(1.45rem, 2vw, 2rem);
	line-height: 1.22;
	color: var(--editorial-ink);
}

body.path-frontpage-editorial .home-editorial-feature__content p {
	margin: 0 0 10px;
	color: rgba(13, 43, 66, 0.74);
	line-height: 1.55;
}

body.path-frontpage-editorial .home-editorial-feature__content a {
	color: var(--editorial-ink);
	font-weight: 700;
	text-decoration: none;
}

body.path-frontpage-editorial .home-editorial-dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 38px;
}

body.path-frontpage-editorial .home-editorial-dots span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.46);
}

body.path-frontpage-editorial .home-editorial-dots .is-active {
	background: #ffffff;
}

body.path-frontpage-editorial .home-editorial-main {
	position: relative;
	z-index: 1;
	margin-top: -32px;
	padding-bottom: 54px;
}

body.path-frontpage-editorial .home-editorial-section {
	padding: 32px 0 0;
}

body.path-frontpage-editorial .home-editorial-section__heading {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 26px;
}

body.path-frontpage-editorial .home-editorial-section__heading::after {
	content: "";
	flex: 1 1 auto;
	height: 1px;
	background: linear-gradient(90deg, rgba(149, 191, 10, 0.35), rgba(2, 95, 157, 0.05));
}

body.path-frontpage-editorial .home-editorial-section__heading h2 {
	margin: 0;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.08;
	color: #12444a;
}

body.path-frontpage-editorial .home-editorial-event-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

body.path-frontpage-editorial .home-editorial-event-card,
body.path-frontpage-editorial .home-editorial-news-card {
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 44px rgba(13, 43, 66, 0.1);
	overflow: hidden;
}

body.path-frontpage-editorial .home-editorial-event-card__media,
body.path-frontpage-editorial .home-editorial-news-card__media {
	position: relative;
	display: block;
}

body.path-frontpage-editorial .home-editorial-event-card__media img,
body.path-frontpage-editorial .home-editorial-news-card__media img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

body.path-frontpage-editorial .home-editorial-date-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	padding: 8px 12px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.96);
	color: var(--editorial-green);
	font-size: 0.95rem;
	font-weight: 700;
	box-shadow: 0 8px 20px rgba(13, 43, 66, 0.12);
}

body.path-frontpage-editorial .home-editorial-event-card__body,
body.path-frontpage-editorial .home-editorial-news-card__body {
	padding: 18px 18px 22px;
}

body.path-frontpage-editorial .home-editorial-kicker,
body.path-frontpage-editorial .home-editorial-news-label {
	margin: 0 0 10px;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--editorial-green);
}

body.path-frontpage-editorial .home-editorial-event-card h3,
body.path-frontpage-editorial .home-editorial-news-card h3 {
	margin: 0 0 12px;
	font-size: 1.46rem;
	line-height: 1.22;
	color: var(--editorial-ink);
}

body.path-frontpage-editorial .home-editorial-event-card h3 a,
body.path-frontpage-editorial .home-editorial-news-card h3 a {
	color: inherit;
	text-decoration: none;
}

body.path-frontpage-editorial .home-editorial-meta,
body.path-frontpage-editorial .home-editorial-news-card p {
	margin: 0;
	color: rgba(13, 43, 66, 0.74);
	line-height: 1.56;
}

body.path-frontpage-editorial .home-editorial-inline-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 18px;
	color: var(--editorial-ink);
	font-weight: 700;
	text-decoration: none;
}

body.path-frontpage-editorial .home-editorial-inline-link::after {
	content: "→";
	color: var(--editorial-green);
	font-size: 1.1rem;
}

body.path-frontpage-editorial .home-editorial-section__actions {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

body.path-frontpage-editorial .home-editorial-news-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	gap: 18px;
}

body.path-frontpage-editorial .home-editorial-news-card--featured .home-editorial-news-card__media img {
	height: 360px;
}

body.path-frontpage-editorial .home-editorial-news-stack {
	display: grid;
	gap: 18px;
}

body.path-frontpage-editorial .home-editorial-news-stack .home-editorial-news-card {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
}

body.path-frontpage-editorial .home-editorial-news-stack .home-editorial-news-card__media img {
	height: 100%;
	min-height: 100%;
}

body.path-frontpage-editorial .home-editorial-partners {
	padding: 42px 0 18px;
}

body.path-frontpage-editorial .home-editorial-section__heading--partners {
	margin-bottom: 18px;
}

body.path-frontpage-editorial .home-editorial-partners__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
	align-items: center;
}

body.path-frontpage-editorial .home-editorial-partner {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 86px;
	padding: 10px 14px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 14px 30px rgba(13, 43, 66, 0.06);
}

body.path-frontpage-editorial .home-editorial-partner img {
	display: block;
	max-width: 100%;
	max-height: 38px;
	object-fit: contain;
}

body.path-frontpage-editorial .site-footer {
	margin-top: 26px;
}

@media (max-width: 1215px) {
	body.path-frontpage-editorial .home-editorial-hero__grid,
	body.path-frontpage-editorial .home-editorial-news-grid {
		grid-template-columns: 1fr;
	}

	body.path-frontpage-editorial .home-editorial-feature {
		max-width: 640px;
		margin: 0 auto;
	}

	body.path-frontpage-editorial .home-editorial-event-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.path-frontpage-editorial .home-editorial-partners__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 909px) {
	body.path-frontpage-editorial .home-editorial-header {
		flex-wrap: wrap;
		justify-content: center;
	}

	body.path-frontpage-editorial .home-editorial-nav {
		order: 3;
		flex-wrap: wrap;
	}

	body.path-frontpage-editorial .home-editorial-copy {
		max-width: none;
		text-align: center;
	}

	body.path-frontpage-editorial .home-editorial-actions {
		justify-content: center;
	}

	body.path-frontpage-editorial .home-editorial-feature__content {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		margin: -28px 18px 18px;
	}
}

@media (max-width: 767px) {
	body.path-frontpage-editorial .home-editorial-hero {
		padding: 24px 0 98px;
	}

	body.path-frontpage-editorial .home-editorial-hero__trame {
		background-position: right -120px top 12px;
		background-size: 430px auto;
		opacity: 0.2;
	}

	body.path-frontpage-editorial .home-editorial-header {
		margin-bottom: 28px;
	}

	body.path-frontpage-editorial .home-editorial-nav {
		gap: 12px 16px;
	}

	body.path-frontpage-editorial .home-editorial-nav a {
		font-size: 0.94rem;
	}

	body.path-frontpage-editorial .home-editorial-feature__media,
	body.path-frontpage-editorial .home-editorial-feature__media img {
		min-height: 300px;
	}

	body.path-frontpage-editorial .home-editorial-feature__content {
		padding: 18px 18px 20px;
	}

	body.path-frontpage-editorial .home-editorial-section {
		padding-top: 22px;
	}

	body.path-frontpage-editorial .home-editorial-event-grid,
	body.path-frontpage-editorial .home-editorial-news-stack .home-editorial-news-card,
	body.path-frontpage-editorial .home-editorial-partners__grid {
		grid-template-columns: 1fr;
	}

	body.path-frontpage-editorial .home-editorial-event-card__media img,
	body.path-frontpage-editorial .home-editorial-news-card__media img,
	body.path-frontpage-editorial .home-editorial-news-card--featured .home-editorial-news-card__media img {
		height: 210px;
	}
}




/* =========================================================
   ORGANISATION DU HEADER
   Objectif :
   logo à gauche / menu au centre / sociaux + recherche à droite
   Sans changer les éléments existants
========================================================= */

#header {
	background: #fff !important;
	border-bottom: 1px solid #e9e9e9 !important;
	box-shadow: none !important;
}

#header::before,
#header::after {
	content: none !important;
	display: none !important;
}

#header .header__inner {
	padding: 0 !important;
}

#header .region-header {
	display: grid !important;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 28px;
	min-height: 110px;
	padding: 0 24px;
}

/* Logo à gauche */
#block-cci-main-branding {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#block-cci-main-branding .site-logo {
	display: inline-flex;
	align-items: center;
}

#block-cci-main-branding .site-logo img.is-hidden-mobile {
	display: block;
	max-width: 220px;
	height: auto;
}

/* Zone centrale + droite */
.header-utility-group {
	display: flex !important;
	align-items: center;
	width: 100%;
	min-width: 0;
	gap: 28px;

	/* on enlève la boîte grise actuelle */
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

/* Le menu prend tout l'espace central */
#block-cci-main-secondary-navigation {
	order: 1;
	flex: 1 1 auto;
	min-width: 0;
}

#block-cci-main-secondary-navigation .menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 36px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	flex-wrap: nowrap;
}

#block-cci-main-secondary-navigation .menu-item {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	border: 0 !important;
}

/* enlève les séparateurs verticaux actuels */
#block-cci-main-secondary-navigation .menu-item + .menu-item {
	padding-left: 0 !important;
	margin-left: 0 !important;
	background: none !important;
}

#block-cci-main-secondary-navigation .menu-item::before,
#block-cci-main-secondary-navigation .menu-item::after,
#block-cci-main-secondary-navigation .menu a::before,
#block-cci-main-secondary-navigation .menu a::after {
	content: none !important;
	display: none !important;
}

#block-cci-main-secondary-navigation .menu a,
#block-cci-main-secondary-navigation .color-blue-dark {
	display: inline-block;
	padding: 0 !important;
	white-space: nowrap;
	font-size: 0.98rem;
	font-weight: 700;
	text-decoration: none;
	color: var(--brand-signature) !important;
	text-transform: uppercase;
}

/* Icônes sociaux à droite du menu */
#block-cci-main-social-links-top {
	order: 2;
	flex: 0 0 auto;
	padding: 0 !important;
	border: 0 !important;
}

#block-cci-main-social-links-top .cci-social-links {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#block-cci-main-social-links-top .cci-social-link {
	margin: 0;
}

#block-cci-main-social-links-top .cci-social-link a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border-radius: 999px;
	background: transparent !important;
	color: var(--brand-assoc-blue-1) !important;
	border: 1px solid rgba(4, 36, 82, 0.12);
	box-shadow: none !important;
}

/* Recherche complètement à droite */
#block-header-search-exposed-form-block {
	width: 300px;
	justify-self: end;
}

#block-header-search-exposed-form-block form {
	margin: 0;
}

#block-header-search-exposed-form-block .form--inline {
	display: flex;
	align-items: center;
	gap: 0;
	padding: 0 12px 0 16px;
	height: 50px;
	border: 1px solid rgba(2, 95, 157, 0.18);
	border-radius: 999px;
	background: #fff;
	box-shadow: none !important;
}

#block-header-search-exposed-form-block .field,
#block-header-search-exposed-form-block .control {
	width: 100%;
	margin: 0 !important;
}

#block-header-search-exposed-form-block input.form-text {
	width: 100%;
	min-height: 48px;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-size: 1rem;
	color: var(--brand-signature);
}

#block-header-search-exposed-form-block .form-actions {
	margin: 0 !important;
}

#block-header-search-exposed-form-block .form-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent !important;
	color: var(--brand-assoc-blue-1) !important;
	box-shadow: none !important;
}

/* Responsive tablette */
@media (max-width: 1200px) {
	#header .region-header {
		grid-template-columns: auto 1fr;
		row-gap: 16px;
	}

	#block-header-search-exposed-form-block {
		grid-column: 1 / -1;
		width: 100%;
	}

	.header-utility-group {
		gap: 20px;
	}

	#block-cci-main-secondary-navigation .menu {
		gap: 22px;
	}
}

/* Mobile */
@media (max-width: 768px) {
	#header .region-header {
		grid-template-columns: 1fr;
		row-gap: 12px;
		padding: 14px 16px;
	}

	#block-cci-main-branding {
		justify-content: space-between;
	}

	.header-utility-group {
		display: none !important;
	}

	#block-header-search-exposed-form-block {
		width: 100%;
		justify-self: stretch;
	}
}

/* Home mobile: corrige la largeur du bloc services (cards coupees) */
@media (max-width: 768px) {
	body.path-frontpage .block-views-blockonline-services-block {
		padding: 0 16px !important;
		overflow: visible;
	}

	body.path-frontpage .block-views-blockonline-services-block .view-content.columns {
		width: 100% !important;
		padding-top: 12px;
	}

	body.path-frontpage .block-views-blockonline-services-block .view-content.columns .services {
		width: calc(50% - 6px) !important;
		margin-left: 0 !important;
	}
}

/* Header mobile: logo a gauche, menu a droite, palette desktop/charte */
@media (max-width: 768px) {
	#header {
		background: #fff !important;
		border-bottom: 1px solid #e9e9e9 !important;
	}

	#header .region .block:first-child,
	#header .region #block-cci-main-branding {
		background: #fff !important;
	}

	#header .region #block-cci-main-branding {
		min-height: auto !important;
		padding: 12px 16px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		width: 100% !important;
	}

	#header .region #block-cci-main-branding .site-logo {
		display: inline-flex !important;
		align-items: center !important;
		margin-right: auto !important;
	}

	#header .region #block-cci-main-branding .site-logo img.is-hidden-desktop {
		filter: none !important;
		max-width: 180px !important;
		width: auto !important;
		height: auto !important;
	}

	#header .region #block-cci-main-branding #trigger-menu {
		background: transparent !important;
		color: var(--brand-signature) !important;
		border: none !important;
		float: none !important;
		width: auto !important;
		margin-left: auto !important;
		display: inline-flex !important;
		align-items: center;
		gap: 6px;
		padding: 0 !important;
	}

	#header .region #block-cci-main-branding #trigger-menu:hover,
	#header .region #block-cci-main-branding #trigger-menu:focus-visible {
		color: var(--brand-assoc-blue-1) !important;
		opacity: 0.9;
	}

	#header .region #block-cci-main-branding #trigger-menu svg {
		color: var(--brand-signature) !important;
	}

	html.mm-opened #header .region #block-cci-main-branding #trigger-menu,
	html.mm-opened #header .region #block-cci-main-branding #trigger-menu svg,
	#header .region #block-cci-main-branding #trigger-menu[aria-expanded="true"],
	#header .region #block-cci-main-branding #trigger-menu[aria-expanded="true"] svg {
		color: var(--brand-signature) !important;
	}

	#header .region #block-cci-main-branding #trigger-menu:hover svg,
	#header .region #block-cci-main-branding #trigger-menu:focus-visible svg {
		color: var(--brand-assoc-blue-1) !important;
	}

	.mm-menu,
	.mm-menu .mm-panels,
	.mm-menu .mm-panels>.mm-panel,
	.mm-menu .mm-navbars-top,
	.mm-menu .mm-navbars-bottom,
	.mm-menu .mm-navbars-top .mm-navbar,
	.mm-menu .mm-navbars-bottom .mm-navbar {
		background: #fff !important;
	}

	.mm-menu .mm-navbars-top {
		border-bottom: 1px solid rgba(4, 36, 82, 0.12) !important;
	}

	.mm-menu .mm-navbars-top .mm-navbar:first-child {
		background: #fff !important;
		border-bottom: 0 !important;
	}

	.mm-menu .mm-navbars-top #clone_logo a img {
		filter: none !important;
		max-height: 44px !important;
		width: auto !important;
		height: auto !important;
	}

	.mm-menu .mm-navbars-top .menu span,
	.mm-menu .mm-navbars-top .menu a,
	.mm-menu .mm-navbars-top .mm-title,
	.mm-menu .mm-navbars-top .mm-btn {
		color: var(--brand-signature) !important;
	}

	.mm-menu .mm-navbars-top .mm-btn::before,
	.mm-menu .mm-navbars-top .mm-btn::after {
		border-color: var(--brand-signature) !important;
	}

	.mm-menu .mm-navbars-top .mm-close,
	.mm-menu .mm-navbars-top .mm-close:hover,
	.mm-menu .mm-navbars-top .mm-close:focus-visible {
		color: var(--brand-signature) !important;
	}

	.mm-menu .mm-navbars-top .mm-close::before,
	.mm-menu .mm-navbars-top .mm-close::after {
		border-color: var(--brand-signature) !important;
	}

	.mm-menu .mm-navbars-top .mm-navbar .btn-blue,
	.mm-menu .mm-navbars-bottom .mm-navbar .btn-blue,
	.mm-menu .mm-navbars-bottom #contacter {
		background: #41AFE2 !important;
		color: #fff !important;
		border: none !important;
	}

	.mm-menu .mm-navbars-top .mm-navbar .btn-blue span,
	.mm-menu .mm-navbars-bottom .mm-navbar .btn-blue span,
	.mm-menu .mm-navbars-bottom #contacter .icon-cci-pin {
		color: #fff !important;
	}

	.mm-menu .mm-navbars-bottom,
	.mm-menu .mm-navbars-bottom .mm-navbar,
	.mm-menu .mm-navbars-bottom .mm-navbar-size-1:last-child,
	.mm-menu .mm-navbars-bottom .mm-navbar:last-child,
	.mm-menu .mm-panels>.mm-panel::before,
	.mm-menu .mm-panels>.mm-panel::after,
	.mm-menu #clone_secondary_menu,
	.mm-menu #clone_social_menu {
		background: #fff !important;
		border-top: none !important;
		box-shadow: none !important;
	}
}

/* Footer mobile: meme palette que desktop */
@media (max-width: 768px) {
	body.path-frontpage #block-views-block-agenda-block-1 .agenda-image {
		aspect-ratio: 4 / 3;
		min-height: 160px;
		max-height: 220px;
	}

	.site-footer,
	.site-footer .site-footer__inner,
	.site-footer .site-footer__top {
		background: var(--brand-assoc-gray-1) !important;
		color: #ffffff !important;
	}

	.site-footer {
		border-top: 4px solid var(--brand-assoc-green-4) !important;
	}

	.site-footer .site-footer__bottom {
		background: var(--brand-assoc-gray-2) !important;
		border-top: 1px solid var(--brand-assoc-gray-3) !important;
	}

	.site-footer .region-footer-first,
	.site-footer .region-footer-second,
	.site-footer .region-footer-third,
	.site-footer .region-footer-fourth,
	.site-footer .region-footer-fifth {
		background: transparent !important;
	}

	.site-footer .block.block-menu.menu--footer-top .block-title,
	.site-footer .region-footer-fourth .block-title {
		color: var(--brand-assoc-green-2) !important;
	}

	.site-footer .block.block-menu.menu--footer-top .menu-item-level-1>a,
	.site-footer #block-cci-main-contact-footer-block a,
	.site-footer #block-cci-main-footer .menu-item-level-1>a,
	.site-footer #block-cci-main-contact-footer-block .address,
	.site-footer #block-cci-main-contact-footer-block .coordinates li,
	.site-footer #block-cci-main-footer .menu-item-level-1>span,
	.site-footer .social-block .cci-social-links .cci-social-link a {
		color: #ffffff !important;
		opacity: 0.92;
	}

	.site-footer .block.block-menu.menu--footer-top .menu-item-level-1>a:hover,
	.site-footer #block-cci-main-contact-footer-block a:hover,
	.site-footer #block-cci-main-footer .menu-item-level-1>a:hover,
	.site-footer .social-block .cci-social-links .cci-social-link a:hover {
		color: var(--brand-secondary) !important;
		opacity: 1;
	}

	.site-footer #block-cci-main-contact-footer-block .cci-contact-block-content-wrapper {
		background: var(--brand-assoc-gray-2) !important;
		border: 0 !important;
		border-radius: 12px !important;
		padding: 24px 18px !important;
	}

	.site-footer .block.block-cci-contact,
	.site-footer #block-cci-main-contact-footer-block {
		background: var(--brand-assoc-gray-2) !important;
		border: 1px solid var(--brand-assoc-gray-3) !important;
		border-radius: 12px !important;
		padding: 0 !important;
		box-shadow: none !important;
	}

	.site-footer #block-cci-main-contact-footer-block .block-title,
	.site-footer .block.block-cci-contact .block-title {
		color: var(--brand-assoc-green-2) !important;
	}
}
