/**
 * Secrétariat Général à l’Économie du Numérique
 *
 * Couche institutionnelle du thème enfant Cityzen.
 */

@font-face {
	font-family: "Cooper Hewitt SGEN";
	src: url("../fonts/cooper-hewitt/CooperHewitt-WebFonts-public/CooperHewitt-Book.woff") format("woff");
	font-display: swap;
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "Cooper Hewitt SGEN";
	src: url("../fonts/cooper-hewitt/CooperHewitt-WebFonts-public/CooperHewitt-Medium.woff") format("woff");
	font-display: swap;
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: "Cooper Hewitt SGEN";
	src: url("../fonts/cooper-hewitt/CooperHewitt-WebFonts-public/CooperHewitt-Semibold.woff") format("woff");
	font-display: swap;
	font-style: normal;
	font-weight: 600;
}

@font-face {
	font-family: "Cooper Hewitt SGEN";
	src: url("../fonts/cooper-hewitt/CooperHewitt-WebFonts-public/CooperHewitt-Bold.woff") format("woff");
	font-display: swap;
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: "Cooper Hewitt SGEN";
	src: url("../fonts/cooper-hewitt/CooperHewitt-WebFonts-public/CooperHewitt-Heavy.woff") format("woff");
	font-display: swap;
	font-style: normal;
	font-weight: 800;
}

:root {
	--sgen-font-main: "Cooper Hewitt SGEN", Arial, Helvetica, sans-serif;
	--sgen-blue: #0095C9;
	--sgen-yellow: #FFF24B;
	--sgen-red: #DB3832;
	--sgen-blue-rgb: 0, 149, 201;
	--sgen-yellow-rgb: 255, 242, 75;
	--sgen-red-rgb: 219, 56, 50;
	--sgen-deep-blue: #17418A;
	--sgen-deep-blue-rgb: 23, 65, 138;
	--sgen-deep: #193540;
	--sgen-deep-rgb: 25, 53, 64;
	--sgen-white: #FFFFFF;
	--sgen-light: #F5F7FA;
	--sgen-dark: #193540;
	--sgen-muted: #6B7280;
}

body,
button,
input,
select,
textarea,
.main-header,
.mobile-menu,
.page-banner,
.elementor-widget-container {
	font-family: var(--sgen-font-main);
	letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.sec-title h2,
.page-banner h1,
.page-banner .page-title,
.main-menu .navigation > li > a,
.mobile-menu .navigation li > a,
.theme-btn,
.sgen-primary-button,
.sgen-card-link {
	font-family: var(--sgen-font-main);
	letter-spacing: 0;
}

p,
li,
.text,
.lower-text,
.sgen-lead {
	font-family: var(--sgen-font-main);
	letter-spacing: 0;
}

/* -----------------------------------------------------------------------------
 * Header sticky institutionnel
 * -------------------------------------------------------------------------- */
/*
 * Le JavaScript ajoute .sgen-site-header au header actuel et .sgen-header-scrolled
 * quand window.scrollY > 60. Le swap de logo utilise, quand ils existent :
 * assets/images/logo-white.png
 * assets/images/logo-color.png
 */
.main-header.sgen-site-header {
	--sgen-header-blue: #0095C9;
	--sgen-header-yellow: #FFF24B;
	--sgen-header-red: #DB3832;
	--sgen-header-deep: #17418A;
}

.main-header.sgen-site-header .header-upper,
.main-header.sgen-site-header .sticky-header {
	background: var(--sgen-header-blue);
	border-bottom: 0;
	box-shadow: 0 10px 26px rgba(var(--sgen-deep-rgb), 0.12);
	transition: background-color 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.main-header.sgen-site-header.sgen-header-scrolled .header-upper,
.main-header.sgen-site-header.sgen-header-scrolled .sticky-header {
	background: var(--sgen-white);
	box-shadow: 0 12px 30px rgba(var(--sgen-deep-rgb), 0.14);
}

.main-header.sgen-site-header .header-upper::after,
.main-header.sgen-site-header .sticky-header::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	height: 5px;
	background: linear-gradient(
		90deg,
		var(--sgen-header-blue) 0 33.333%,
		var(--sgen-header-yellow) 33.333% 66.666%,
		var(--sgen-header-red) 66.666% 100%
	);
	pointer-events: none;
}

.main-header.sgen-site-header .header-upper .logo img,
.main-header.sgen-site-header .sticky-header .logo img {
	transition: opacity 180ms ease;
}

.main-header.sgen-site-header .main-menu .navigation > li > a,
.main-header.sgen-site-header .main-menu .navigation > li.dropdown > a::before,
.main-header.sgen-site-header .search-btn-one button,
.main-header.sgen-site-header .search-btn-one button .icon,
.main-header.sgen-site-header .other-links .language .lang-btn,
.main-header.sgen-site-header .other-links .language .lang-btn .icon,
.main-header.sgen-site-header .other-links .language .lang-btn .arrow,
.main-header.sgen-site-header .social-links-one li a,
.main-header.sgen-site-header .social-links-two li a,
.main-header.sgen-site-header .header-upper .mobile-nav-toggler {
	color: var(--sgen-white);
	transition: color 220ms ease, opacity 220ms ease;
}

.main-header.sgen-site-header .social-links-one li a,
.main-header.sgen-site-header .social-links-two li a {
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-color: rgba(255, 255, 255, 0.42);
	background: rgba(255, 255, 255, 0.1);
}

.main-header.sgen-site-header.sgen-header-scrolled .main-menu .navigation > li > a,
.main-header.sgen-site-header.sgen-header-scrolled .main-menu .navigation > li.dropdown > a::before,
.main-header.sgen-site-header.sgen-header-scrolled .search-btn-one button,
.main-header.sgen-site-header.sgen-header-scrolled .search-btn-one button .icon,
.main-header.sgen-site-header.sgen-header-scrolled .other-links .language .lang-btn,
.main-header.sgen-site-header.sgen-header-scrolled .other-links .language .lang-btn .icon,
.main-header.sgen-site-header.sgen-header-scrolled .other-links .language .lang-btn .arrow,
.main-header.sgen-site-header.sgen-header-scrolled .social-links-one li a,
.main-header.sgen-site-header.sgen-header-scrolled .social-links-two li a,
.main-header.sgen-site-header.sgen-header-scrolled .header-upper .mobile-nav-toggler {
	color: var(--sgen-dark);
}

.main-header.sgen-site-header.sgen-header-scrolled .social-links-one li a,
.main-header.sgen-site-header.sgen-header-scrolled .social-links-two li a {
	border-color: rgba(var(--sgen-deep-rgb), 0.18);
	background: rgba(0, 149, 201, 0.08);
	color: var(--sgen-header-blue);
}

.main-header.sgen-site-header .main-menu .navigation > li:hover > a,
.main-header.sgen-site-header .main-menu .navigation > li.current > a,
.main-header.sgen-site-header .main-menu .navigation > li.current-menu-item > a {
	color: var(--sgen-header-yellow);
}

.main-header.sgen-site-header .social-links-one li a:hover,
.main-header.sgen-site-header .social-links-one li a:focus,
.main-header.sgen-site-header .social-links-two li a:hover,
.main-header.sgen-site-header .social-links-two li a:focus {
	border-color: var(--sgen-header-yellow);
	background: var(--sgen-header-yellow);
	color: var(--sgen-header-deep);
}

.main-header.sgen-site-header .header-upper,
.main-header.sgen-site-header .sticky-header,
.main-header.sgen-site-header .other-links,
.main-header.sgen-site-header .social-links-one,
.main-header.sgen-site-header .social-links-one li {
	overflow: visible;
}

.main-header.sgen-site-header .social-links-one .c-tooltip {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	transform: translateY(8px);
	z-index: 10;
}

.main-header.sgen-site-header .social-links-one .c-tooltip .tooltip-inner {
	margin-bottom: 0;
}

.main-header.sgen-site-header .social-links-one .c-tooltip .tooltip-inner::before {
	top: 100%;
	bottom: auto;
	border-color: transparent;
	border-top-color: #222222;
	border-bottom: 0;
}

.main-header.sgen-site-header .social-links-one .has-tooltip:hover .c-tooltip {
	transform: translateY(0);
	z-index: 20;
}

.main-header.sgen-site-header .main-menu .navigation > li > ul {
	margin-top: 5px;
	transform: translateY(0);
}

.main-header.sgen-site-header .main-menu .navigation > li > ul::before {
	top: -5px;
	height: 5px;
}

.main-header.sgen-site-header .main-menu .navigation > li.dropdown:hover > ul {
	transform: translateY(0);
}

.main-header.sgen-site-header.sgen-header-scrolled .main-menu .navigation > li:hover > a,
.main-header.sgen-site-header.sgen-header-scrolled .main-menu .navigation > li.current > a,
.main-header.sgen-site-header.sgen-header-scrolled .main-menu .navigation > li.current-menu-item > a {
	color: var(--sgen-header-blue);
}

.main-header.sgen-site-header .search-btn-one::before,
.main-header.sgen-site-header .other-links .social-links-one::before {
	border-left-color: rgba(255, 255, 255, 0.32);
}

.main-header.sgen-site-header.sgen-header-scrolled .search-btn-one::before,
.main-header.sgen-site-header.sgen-header-scrolled .other-links .social-links-one::before {
	border-left-color: rgba(var(--sgen-deep-rgb), 0.14);
}

.admin-bar .main-header.sgen-site-header.fixed-header .header-upper,
.admin-bar .main-header.sgen-site-header.fixed-header .sticky-header {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar .main-header.sgen-site-header.fixed-header .header-upper,
	.admin-bar .main-header.sgen-site-header.fixed-header .sticky-header {
		top: 46px;
	}
}

@media (max-width: 991px) {
	.main-header.sgen-site-header .header-upper {
		border-bottom-width: 2px;
	}

	.mobile-menu .menu-box {
		background: var(--sgen-deep);
		box-shadow: -18px 0 42px rgba(var(--sgen-deep-rgb), 0.28);
	}

	.mobile-menu .menu-backdrop {
		background: rgba(var(--sgen-deep-rgb), 0.72);
	}

	.mobile-menu .nav-logo {
		background: var(--sgen-blue);
		border-bottom: 3px solid var(--sgen-yellow);
	}

	.mobile-menu .navigation li,
	.mobile-menu .navigation li > ul > li:first-child,
	.mobile-menu .navigation:last-child {
		border-color: rgba(255, 255, 255, 0.16);
	}

	.main-header.sgen-site-header .mobile-menu .navigation li > a,
	.main-header.sgen-site-header .mobile-menu .social-links li a,
	.main-header.sgen-site-header .mobile-menu .close-btn {
		color: var(--sgen-white);
	}

	.mobile-menu .navigation li > a {
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0;
	}

	.mobile-menu .navigation li.current > a,
	.mobile-menu .navigation li.current-menu-item > a,
	.mobile-menu .navigation li > a:hover {
		color: var(--sgen-yellow);
	}

	.mobile-menu .navigation li > a::before {
		border-left-color: var(--sgen-red);
	}

	.mobile-menu .navigation li.dropdown .dropdown-btn {
		background: rgba(255, 255, 255, 0.12);
		border: 1px solid rgba(255, 255, 255, 0.14);
		color: var(--sgen-white);
	}

	.mobile-menu .navigation li.dropdown .dropdown-btn.open,
	.mobile-menu .navigation li.dropdown .dropdown-btn:hover {
		background: var(--sgen-blue);
	}
}

.mobile-menu .nav-logo {
	padding: 26px 25px 24px;
}

.mobile-menu .nav-logo img {
	width: auto;
	max-width: 190px;
	max-height: 74px;
	object-fit: contain;
}

.mobile-menu .social-links li a:hover {
	color: var(--sgen-header-yellow);
}

/* Documents officiels ajoutés via Elementor */
.sgen-document-download-section {
	padding: 70px 0;
	background: #f7f9fc;
}

.sgen-document-download-section .elementor-container {
	align-items: center;
}

.sgen-document-cover img {
	display: block;
	width: 100%;
	max-height: 520px;
	object-fit: contain;
	background: #fff;
	border: 1px solid rgba(var(--sgen-deep-rgb), 0.12);
	box-shadow: 0 18px 44px rgba(var(--sgen-deep-rgb), 0.12);
}

.sgen-document-panel {
	padding: 34px;
	background: #fff;
	border-top: 4px solid var(--sgen-blue);
	box-shadow: 0 18px 44px rgba(var(--sgen-deep-rgb), 0.08);
}

.sgen-document-panel .elementor-heading-title {
	color: var(--sgen-deep);
	line-height: 1.25;
}

.sgen-document-panel .elementor-widget-text-editor {
	color: rgba(var(--sgen-deep-rgb), 0.78);
	font-size: 15px;
	line-height: 1.7;
}

.sgen-document-button .elementor-button {
	background: var(--sgen-blue);
	color: #fff;
	font-weight: 700;
	border-radius: 0;
}

.sgen-document-button .elementor-button:hover {
	background: var(--sgen-red);
	color: #fff;
}

@media (max-width: 767px) {
	.sgen-document-download-section {
		padding: 46px 0;
	}

	.sgen-document-panel {
		padding: 24px;
	}

	.sgen-document-cover img {
		max-height: 420px;
	}
}

/* -----------------------------------------------------------------------------
 * Slider Banner : overlay institutionnel
 * -------------------------------------------------------------------------- */
.banner-section.banner-one .banner-carousel .slide-item::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
		90deg,
		rgba(4, 24, 48, 0.82) 0%,
		rgba(5, 45, 88, 0.68) 42%,
		rgba(var(--sgen-blue-rgb), 0.26) 100%
	);
	pointer-events: none;
}

.banner-section.banner-one .banner-carousel .slide-item .image-layer {
	z-index: 0;
}

.banner-section.banner-one .banner-carousel .content-box {
	z-index: 5;
}

/* -----------------------------------------------------------------------------
 * Slider Banner : cadrage des images
 * -------------------------------------------------------------------------- */
.banner-section.banner-one .banner-carousel .slide-item .image-layer {
	background-size: cover;
}

.banner-section.banner-one .banner-carousel .slide-item .image-layer[style*="WhatsApp-Image-2026-03-11-at-11.10.34-1"] {
	background-position: center center;
}

.banner-section.banner-one .banner-carousel .slide-item .image-layer[style*="premierevisiteministre"],
.banner-section.banner-one .banner-carousel .slide-item .image-layer[style*="cellcom-prcd-drnc"] {
	background-position: center top;
}

/* -----------------------------------------------------------------------------
 * Slider Banner : typographie institutionnelle
 * -------------------------------------------------------------------------- */
.banner-section.banner-one .banner-carousel .slide-item {
	min-height: 620px;
	padding-top: 0;
	padding-bottom: 0;
}

.banner-section.banner-one .banner-carousel .content-box {
	box-sizing: border-box;
	height: 640px;
	min-height: 620px;
	max-height: 680px;
	padding-top: 72px;
	padding-bottom: 104px;
}

.banner-section.banner-one .banner-carousel .content-box .inner {
	max-width: 580px;
}

.banner-section.banner-one .banner-carousel .content-box h1 {
	color: var(--sgen-white);
	font-size: 48px;
	line-height: 1.1;
	max-width: 560px;
	margin-bottom: 12px;
}

.banner-section.banner-one .banner-carousel .content-box .text {
	color: var(--sgen-white);
	font-size: 17px;
	line-height: 1.5;
	max-width: 500px;
	margin-bottom: 24px;
}

.banner-section.banner-one .banner-carousel .links-box .theme-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: top;
	font-size: 14px;
	min-width: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.banner-section.banner-one .banner-carousel .links-box .theme-btn .btn-title {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 14px;
	line-height: 1.2;
	min-height: 46px;
	padding: 12px 24px;
	white-space: nowrap;
}

.banner-section.banner-one .banner-carousel .links-box .btn-style-two .icon {
	position: static;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	padding-right: 0;
}

.banner-section.banner-one .owl-theme .owl-nav {
	bottom: 0;
}

.banner-section.banner-one .banner-carousel .next-slide {
	right: 0;
	bottom: 0;
	max-width: 440px;
	padding: 18px 56px 18px 28px;
	background: rgba(4, 24, 48, 0.86);
}

.banner-section.banner-one .banner-carousel .next-slide .inner {
	padding-left: 70px;
	padding-right: 24px;
}

.banner-section.banner-one .banner-carousel .next-slide .count {
	width: 52px;
	font-size: 28px;
	line-height: 44px;
	color: var(--sgen-yellow);
}

.banner-section.banner-one .banner-carousel .next-slide .count::after {
	top: 4px;
	height: 36px;
}

.banner-section.banner-one .banner-carousel .next-slide .text {
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0;
}

.banner-section.banner-one .banner-carousel .next-slide .arrow {
	font-size: 20px;
	line-height: 44px;
}

@media (max-width: 991px) {
	.banner-section.banner-one .banner-carousel .slide-item {
		min-height: 560px;
	}

	.banner-section.banner-one .banner-carousel .content-box {
		height: 560px;
		min-height: 560px;
		max-height: none;
		padding-top: 64px;
		padding-bottom: 90px;
	}

	.banner-section.banner-one .banner-carousel .content-box .inner {
		max-width: 560px;
		margin-right: auto;
		margin-left: auto;
	}

	.banner-section.banner-one .banner-carousel .content-box h1 {
		font-size: 40px;
		line-height: 1.1;
	}

	.banner-section.banner-one .banner-carousel .content-box .text {
		max-width: 500px;
		margin-right: auto;
		margin-left: auto;
	}

	.banner-section.banner-one .banner-carousel .next-slide {
		right: 0;
		bottom: 0;
		max-width: 380px;
		padding: 16px 48px 16px 24px;
	}
}

@media (max-width: 599px) {
	.banner-section.banner-one .banner-carousel .slide-item {
		min-height: 520px;
	}

	.banner-section.banner-one .banner-carousel .content-box {
		height: auto;
		min-height: 520px;
		padding-top: 84px;
		padding-bottom: 72px;
	}

	.banner-section.banner-one .banner-carousel .content-box h1 {
		font-size: 30px;
		line-height: 1.12;
	}

	.banner-section.banner-one .banner-carousel .content-box .text {
		font-size: 15px;
		line-height: 1.55;
		max-width: 100%;
	}

	.banner-section.banner-one .banner-carousel .slide-item .image-layer {
		background-position: center top;
	}

	.banner-section.banner-one .banner-carousel .links-box .theme-btn {
		min-width: 0;
	}

	.banner-section.banner-one .banner-carousel .links-box .theme-btn .btn-title {
		padding: 11px 18px;
		white-space: normal;
	}

	.banner-section.banner-one .owl-theme .owl-nav {
		bottom: 0;
	}

	.banner-section.banner-one .banner-carousel .next-slide {
		display: none;
	}
}

/* -----------------------------------------------------------------------------
 * Citygovt Welcome : base institutionnelle SGEN
 * -------------------------------------------------------------------------- */
.welcome-section .sec-title h2,
.welcome-section-two.welcome-content-page .sec-title h2 {
	color: var(--sgen-dark);
	font-family: "Inter", "Roboto", "Segoe UI", Arial, sans-serif;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: 0;
}

.welcome-section .sec-title .lower-text,
.welcome-section-two.welcome-content-page .sec-title .lower-text {
	max-width: 780px;
	margin-right: auto;
	margin-left: auto;
	color: var(--sgen-muted);
	font-size: 16px;
	line-height: 1.65;
}

.welcome-section .featured-block .inner-box,
.welcome-section-two.welcome-content-page .featured-block-three .inner-box {
	border: 1px solid rgba(var(--sgen-deep-rgb), 0.08);
	background: var(--sgen-white);
}

.welcome-section .featured-block .content-box,
.welcome-section-two.welcome-content-page .featured-block-three .content-box {
	padding: 44px 24px 44px 28px;
}

.welcome-section .featured-block .content-box .content,
.welcome-section-two.welcome-content-page .featured-block-three .content-box .content {
	padding-left: 88px;
	min-height: 86px;
}

.welcome-section .featured-block .content-box .icon-box,
.welcome-section-two.welcome-content-page .featured-block-three .content-box .icon-box {
	left: 28px;
	top: 44px;
	width: 66px;
	height: 66px;
	color: var(--sgen-blue);
	font-size: 46px;
	line-height: 66px;
}

.welcome-section .featured-block .content-box .icon-box::before,
.welcome-section-two.welcome-content-page .featured-block-three .content-box .icon-box::before {
	border-left-color: rgba(var(--sgen-yellow-rgb), 0.72);
}

.welcome-section .featured-block .content-box .subtitle,
.welcome-section-two.welcome-content-page .featured-block-three .content-box .subtitle {
	color: var(--sgen-blue);
	font-family: "Inter", "Roboto", "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0;
}

.welcome-section .featured-block .content-box h4,
.welcome-section-two.welcome-content-page .featured-block-three .content-box h4 {
	max-width: none;
	font-family: "Inter", "Roboto", "Segoe UI", Arial, sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}

.welcome-section .featured-block .content-box h4 a,
.welcome-section-two.welcome-content-page .featured-block-three .content-box h4 a {
	color: var(--sgen-dark);
}

.welcome-section .featured-block .content-box h4 a:hover,
.welcome-section-two.welcome-content-page .featured-block-three .content-box h4 a:hover {
	color: var(--sgen-blue);
}

.welcome-section .featured-block .hover-box,
.welcome-section-two.welcome-content-page .featured-block-three .hover-box {
	background: linear-gradient(135deg, rgba(4, 24, 48, 0.96), rgba(0, 70, 135, 0.92));
}

.welcome-section .featured-block .hover-box .image-layer::before {
	background: linear-gradient(135deg, rgba(4, 24, 48, 0.88), rgba(0, 70, 135, 0.72));
}

.welcome-section-two.welcome-content-page .featured-block-three .hover-box::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(4, 24, 48, 0.96), rgba(0, 70, 135, 0.9));
}

.welcome-section .featured-block .hover-box .inner,
.welcome-section-two.welcome-content-page .featured-block-three .hover-box .inner {
	position: relative;
	z-index: 1;
	padding: 32px 30px 18px;
}

.welcome-section .featured-block .hover-box h4,
.welcome-section-two.welcome-content-page .featured-block-three .hover-box h4 {
	max-width: none;
	font-family: "Inter", "Roboto", "Segoe UI", Arial, sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.28;
}

.welcome-section .featured-block .hover-box h4 a,
.welcome-section-two.welcome-content-page .featured-block-three .hover-box h4 a,
.welcome-section .featured-block .hover-box h4 a:hover,
.welcome-section-two.welcome-content-page .featured-block-three .hover-box h4 a:hover {
	color: var(--sgen-white);
}

.welcome-section .featured-block .hover-box .text,
.welcome-section-two.welcome-content-page .featured-block-three .hover-box .text {
	color: rgba(255, 255, 255, 0.88);
	font-size: 14px;
	line-height: 1.55;
}

.welcome-section .featured-block .more-link a::before,
.welcome-section-two.welcome-content-page .featured-block-three .more-link a::before {
	background: var(--sgen-red);
}

.welcome-section .featured-block .inner-box:hover .more-link a::before,
.welcome-section-two.welcome-content-page .featured-block-three .inner-box:hover .more-link a::before {
	background: var(--sgen-red);
}

.welcome-section .featured-block .more-link a,
.welcome-section-two.welcome-content-page .featured-block-three .more-link a {
	color: var(--sgen-white);
}

.welcome-section .owl-dots .owl-dot.active span {
	background: var(--sgen-yellow);
	outline-color: var(--sgen-yellow);
}

@media (max-width: 991px) {
	.welcome-section .sec-title h2,
	.welcome-section-two.welcome-content-page .sec-title h2 {
		font-size: 28px;
	}

	.welcome-section .featured-block .content-box,
	.welcome-section-two.welcome-content-page .featured-block-three .content-box {
		padding: 36px 24px;
	}
}

@media (max-width: 599px) {
	.welcome-section .sec-title h2,
	.welcome-section-two.welcome-content-page .sec-title h2 {
		font-size: 24px;
	}

	.welcome-section .featured-block .content-box .content,
	.welcome-section-two.welcome-content-page .featured-block-three .content-box .content {
		padding-left: 76px;
	}

	.welcome-section .featured-block .content-box .icon-box,
	.welcome-section-two.welcome-content-page .featured-block-three .content-box .icon-box {
		width: 58px;
		height: 58px;
		font-size: 40px;
		line-height: 58px;
	}
}

/* -----------------------------------------------------------------------------
 * Mot du Secrétaire Général : masquage du bloc vidéo
 * -------------------------------------------------------------------------- */
.elementor-element-34bc9c4 .about-section .content_box .image_box {
	display: none;
}

.elementor-element-34bc9c4 .about-section .content_box .text_box {
	margin-left: 0;
}

/* -----------------------------------------------------------------------------
 * Citygovt Welcome : hauteur égale des cartes
 * -------------------------------------------------------------------------- */
@media (min-width: 992px) {
	.welcome-section .three_items .owl-stage {
		display: flex;
		align-items: stretch;
	}

	.welcome-section .three_items .owl-item {
		display: flex;
		height: auto;
	}

	.welcome-section .featured-block {
		display: flex;
		width: 100%;
		height: auto;
	}

	.welcome-section .featured-block .inner-box {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
	}

	.welcome-section .featured-block .content-box {
		flex: 1 1 auto;
		min-height: 205px;
	}

}

@media (max-width: 991px) {
	.welcome-section .featured-block .inner-box {
		height: auto;
	}
}

/* -----------------------------------------------------------------------------
 * Nos domaines d'intervention : hauteur égale des cartes
 * -------------------------------------------------------------------------- */
@media (min-width: 992px) {
	.sgen-domains-section .services-section .row,
	.elementor-element-b2b5546 .services-section .row {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}

	.sgen-domains-section .featured-block-two,
	.elementor-element-b2b5546 .featured-block-two {
		display: flex;
	}

	.sgen-domains-section .featured-block-two .inner-box,
	.elementor-element-b2b5546 .featured-block-two .inner-box {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
		min-height: 295px;
		padding: 40px 34px 36px;
	}

	.sgen-domains-section .featured-block-two .content-box,
	.elementor-element-b2b5546 .featured-block-two .content-box {
		display: flex;
		flex: 1 1 auto;
		min-height: 0;
	}

	.sgen-domains-section .featured-block-two .content-box .icon-box,
	.elementor-element-b2b5546 .featured-block-two .content-box .icon-box {
		top: 0;
		bottom: 0;
		height: auto;
	}

	.sgen-domains-section .featured-block-two .content-box .icon-box .icon,
	.elementor-element-b2b5546 .featured-block-two .content-box .icon-box .icon {
		top: 50%;
	}

	.sgen-domains-section .featured-block-two .content-box .content,
	.elementor-element-b2b5546 .featured-block-two .content-box .content {
		display: flex;
		flex: 1 1 auto;
		flex-direction: column;
		min-width: 0;
	}

	.sgen-domains-section .featured-block-two .content-box h4,
	.elementor-element-b2b5546 .featured-block-two .content-box h4 {
		min-height: 52px;
		font-size: 18px;
		line-height: 1.35;
		margin-bottom: 16px;
		overflow-wrap: break-word;
	}

	.sgen-domains-section .featured-block-two .content-box .text,
	.elementor-element-b2b5546 .featured-block-two .content-box .text {
		flex: 1 1 auto;
		margin-bottom: 22px;
		overflow-wrap: break-word;
	}

	.sgen-domains-section .featured-block-two .read-more,
	.elementor-element-b2b5546 .featured-block-two .read-more {
		margin-top: auto;
	}
}

@media (max-width: 991px) {
	.sgen-domains-section .featured-block-two,
	.sgen-domains-section .featured-block-two .inner-box,
	.elementor-element-b2b5546 .featured-block-two,
	.elementor-element-b2b5546 .featured-block-two .inner-box {
		display: block;
		height: auto;
		min-height: 0;
	}
}

/* -----------------------------------------------------------------------------
 * Actualités institutionnelles : métadonnées sobres
 * -------------------------------------------------------------------------- */
.sgen-news-section .news-block .inner-box,
.elementor-element-4864de2 .news-block .inner-box {
	border-top: 3px solid var(--sgen-red);
}

.sgen-news-section .news-block .author-info,
.elementor-element-4864de2 .news-block .author-info {
	float: none;
	width: auto;
	min-height: 0;
	padding: 0;
}

.sgen-news-section .news-block .author-info .author-icon,
.sgen-news-section .news-block .author-info .author-title,
.sgen-news-section .news-block .comments-info,
.elementor-element-4864de2 .news-block .author-info .author-icon,
.elementor-element-4864de2 .news-block .author-info .author-title,
.elementor-element-4864de2 .news-block .comments-info {
	display: none !important;
}

.sgen-news-section .news-block .author-info .date,
.elementor-element-4864de2 .news-block .author-info .date {
	position: relative;
	display: inline-block;
	color: var(--sgen-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.sgen-news-section .news-block .lower-box .cat-info .fa,
.elementor-element-4864de2 .news-block .lower-box .cat-info .fa {
	color: var(--sgen-red);
}

.sgen-news-section .news-block .lower-box h4 a:hover,
.elementor-element-4864de2 .news-block .lower-box h4 a:hover {
	color: var(--sgen-red);
}

/* -----------------------------------------------------------------------------
 * Cartes Actualites : auteur masque, textes plus sobres
 * -------------------------------------------------------------------------- */
body.blog .page-banner {
	position: relative;
	min-height: 340px;
	overflow: hidden;
	border-top: 0;
	border-image: none;
}

body.blog .page-banner .image-layer {
	background-position: center center !important;
	background-size: cover !important;
}

body.blog .page-banner:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(var(--sgen-deep-rgb), 0.82), rgba(var(--sgen-deep-rgb), 0.48));
	pointer-events: none;
}

body.blog .page-banner .banner-inner {
	position: relative;
	z-index: 2;
	min-height: 340px;
	display: flex;
	align-items: center;
}

body.blog .page-banner h1 {
	max-width: 760px;
	margin-bottom: 14px;
	color: var(--sgen-white);
	font-size: 50px;
	line-height: 1.08;
}

body.blog .page-banner .sgen-blog-hero-text {
	max-width: 760px;
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 17px;
	line-height: 1.55;
}

body.blog .page-banner .page-nav,
body.blog .page-banner .bread-crumb,
body.blog .page-banner .bread-crumb a,
body.blog .page-banner .bread-crumb span {
	color: rgba(255, 255, 255, 0.9);
}

body.category-actualites .page-banner,
body.single-post .blog-banner {
	position: relative;
	min-height: 340px;
	overflow: hidden;
	border-top: 0;
	border-image: none;
}

body.category-actualites .page-banner .image-layer,
body.single-post .blog-banner .image-layer {
	background-position: center center !important;
	background-size: cover !important;
}

body.category-actualites .page-banner:before,
body.single-post .blog-banner:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(var(--sgen-deep-rgb), 0.82), rgba(var(--sgen-deep-rgb), 0.48));
	pointer-events: none;
}

body.category-actualites .page-banner .banner-inner,
body.single-post .blog-banner .banner-inner {
	position: relative;
	z-index: 2;
	min-height: 340px;
	display: flex;
	align-items: center;
}

body.category-actualites .page-banner h1,
body.category-actualites .page-banner .page-title,
body.single-post .blog-banner h1 {
	max-width: 860px;
	margin-bottom: 14px;
	color: var(--sgen-white);
	font-size: 50px;
	line-height: 1.08;
}

body.category-actualites .page-banner h1 h1 {
	margin: 0;
	padding: 0;
	font: inherit;
	color: inherit;
}

body.category-actualites .page-banner .sgen-blog-hero-text {
	max-width: 760px;
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 17px;
	line-height: 1.55;
}

body.category-actualites .page-banner .page-nav,
body.category-actualites .page-banner .bread-crumb,
body.category-actualites .page-banner .bread-crumb a,
body.category-actualites .page-banner .bread-crumb span,
body.single-post .blog-banner .page-nav,
body.single-post .blog-banner .bread-crumb,
body.single-post .blog-banner .bread-crumb a,
body.single-post .blog-banner .bread-crumb span {
	color: rgba(255, 255, 255, 0.9);
}

body.blog .content-inner:before,
body.category-actualites .content-inner:before {
	content: "Derni\00e8res actualit\00e9s";
	display: block;
	margin-bottom: 10px;
	color: var(--sgen-dark);
	font-size: 34px;
	font-weight: 800;
	line-height: 1.18;
}

body.blog .blog-posts:before,
body.category-actualites .blog-posts:before {
	content: "Retrouvez les actualit\00e9s institutionnelles, \00e9v\00e9nements, communiqu\00e9s et informations du Secr\00e9tariat G\00e9n\00e9ral \00e0 l\2019\00c9conomie du Num\00e9rique.";
	display: block;
	max-width: 760px;
	margin: -6px 0 34px;
	color: var(--sgen-muted);
	font-size: 15px;
	line-height: 1.6;
}

.blog-posts .news-block-four .meta-info,
.sgen-news-section .news-block .meta-info,
.elementor-element-4864de2 .news-block .meta-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 0;
}

.blog-posts .news-block-four {
	margin-bottom: 44px;
}

.blog-posts .news-block-four .inner-box {
	background: var(--sgen-white);
	box-shadow: 0 18px 44px rgba(var(--sgen-deep-rgb), 0.08);
}

.blog-posts .news-block-four .lower-box {
	padding-top: 32px;
}

.blog-posts .news-block-four .upper-info {
	margin-bottom: 16px;
}

.blog-posts .news-block-four .lower-box .cat-info {
	margin-bottom: 12px;
}

.blog-posts .news-block-four .text {
	margin-top: 12px;
	padding-top: 14px;
	border-top: 1px solid rgba(var(--sgen-deep-rgb), 0.08);
}

.blog-posts .news-block-four .meta-info {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid rgba(var(--sgen-deep-rgb), 0.08);
}

.blog-posts .news-block-four .author-info,
.blog-banner .author-info,
.single-post .author-box,
.sgen-news-section .news-block .author-info .author-icon,
.sgen-news-section .news-block .author-info .author-title,
.elementor-element-4864de2 .news-block .author-info .author-icon,
.elementor-element-4864de2 .news-block .author-info .author-title {
	display: none !important;
}

.blog-posts .news-block-four .share-it {
	margin-left: auto;
}

.blog-posts .news-block-four .lower-box h2 {
	font-size: 20px;
	line-height: 1.28;
	margin-bottom: 12px;
}

.sgen-news-section .news-block .lower-box h4,
.elementor-element-4864de2 .news-block .lower-box h4 {
	font-size: 19px;
	line-height: 1.32;
}

.blog-posts .news-block-four .lower-box .cat-info,
.sgen-news-section .news-block .lower-box .cat-info,
.elementor-element-4864de2 .news-block .lower-box .cat-info,
.blog-posts .news-block-four .comments-info,
.sgen-news-section .news-block .comments-info,
.elementor-element-4864de2 .news-block .comments-info {
	font-size: 13px;
	line-height: 1.4;
}

.blog-posts .news-block-four .text,
.blog-posts .news-block-four .text p {
	font-size: 15px;
	line-height: 1.62;
}

.blog-posts .news-block-four .hover-box .more-link a {
	background: var(--sgen-blue);
	color: var(--sgen-white);
	transition: background-color 0.2s ease, color 0.2s ease;
}

.blog-posts .news-block-four .hover-box .more-link a:hover {
	background: var(--sgen-red);
	color: var(--sgen-white);
}

.blog-posts .news-block-four .share-it:hover .share-btn,
.blog-posts .news-block-four .share-it .share-list li a:hover {
	color: var(--sgen-red);
}

body.blog .sidebar-page-container .sidebar {
	background: var(--sgen-white);
	box-shadow: 0 16px 42px rgba(var(--sgen-deep-rgb), 0.08);
}

body.blog .sidebar-page-container .sidebar .bg-layer,
body.blog .sidebar-page-container .sidebar .bg-layer .image-layer,
body.category-actualites .sidebar-page-container .sidebar .bg-layer,
body.category-actualites .sidebar-page-container .sidebar .bg-layer .image-layer,
body.single-post .sidebar-page-container .sidebar .bg-layer,
body.single-post .sidebar-page-container .sidebar .bg-layer .image-layer {
	display: none;
}

body.blog .sidebar #block-4,
body.blog .sidebar #search-1,
body.blog .sidebar .recent-posts,
body.category-actualites .sidebar #block-4,
body.category-actualites .sidebar #search-1,
body.category-actualites .sidebar .recent-posts,
body.single-post .sidebar #block-4,
body.single-post .sidebar #search-1,
body.single-post .sidebar .recent-posts {
	display: none !important;
}

body.blog .sidebar .sidebar-widget,
body.category-actualites .sidebar .sidebar-widget,
body.single-post .sidebar .sidebar-widget {
	background: var(--sgen-white);
	border: 1px solid rgba(var(--sgen-deep-rgb), 0.08);
	box-shadow: none;
	margin-bottom: 22px;
	padding: 26px 24px;
}

body.blog .sidebar .wp-block-search__label,
body.blog .sidebar .wp-block-heading,
body.blog .sidebar .sidebar-title h4,
body.category-actualites .sidebar .wp-block-search__label,
body.category-actualites .sidebar .wp-block-heading,
body.category-actualites .sidebar .sidebar-title h4,
body.single-post .sidebar .wp-block-search__label,
body.single-post .sidebar .wp-block-heading,
body.single-post .sidebar .sidebar-title h4 {
	color: var(--sgen-dark);
	font-size: 20px;
	font-weight: 800;
}

body.blog .sidebar .wp-block-search__button,
body.blog .sidebar .search-box button,
body.category-actualites .sidebar .wp-block-search__button,
body.category-actualites .sidebar .search-box button,
body.single-post .sidebar .wp-block-search__button,
body.single-post .sidebar .search-box button {
	background: var(--sgen-blue);
	color: var(--sgen-white);
	transition: background-color 0.2s ease;
}

body.blog .sidebar .wp-block-search__button:hover,
body.blog .sidebar .search-box button:hover,
body.category-actualites .sidebar .wp-block-search__button:hover,
body.category-actualites .sidebar .search-box button:hover,
body.single-post .sidebar .wp-block-search__button:hover,
body.single-post .sidebar .search-box button:hover {
	background: var(--sgen-red);
	color: var(--sgen-white);
}

body.blog .sidebar a,
body.category-actualites .sidebar a,
body.single-post .sidebar a {
	color: var(--sgen-dark);
}

body.blog .sidebar a:hover,
body.category-actualites .sidebar a:hover,
body.single-post .sidebar a:hover {
	color: var(--sgen-red);
}

body.blog .sidebar .wp-block-latest-posts,
body.category-actualites .sidebar .wp-block-latest-posts,
body.single-post .sidebar .wp-block-latest-posts {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.blog .sidebar .wp-block-latest-posts li,
body.category-actualites .sidebar .wp-block-latest-posts li,
body.single-post .sidebar .wp-block-latest-posts li {
	margin: 0 0 14px;
	padding: 0 0 14px;
	border-bottom: 1px solid rgba(var(--sgen-deep-rgb), 0.08);
}

body.blog .sidebar .wp-block-latest-posts li:last-child,
body.category-actualites .sidebar .wp-block-latest-posts li:last-child,
body.single-post .sidebar .wp-block-latest-posts li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

body.blog .sidebar .wp-block-latest-posts__post-title,
body.category-actualites .sidebar .wp-block-latest-posts__post-title,
body.single-post .sidebar .wp-block-latest-posts__post-title {
	display: block;
	line-height: 1.45;
}

body.blog .sidebar .cat-item:not(.cat-item-30),
body.category-actualites .sidebar .cat-item:not(.cat-item-30),
body.single-post .sidebar .cat-item:not(.cat-item-30) {
	display: none;
}

@media (max-width: 767px) {
	body.blog .page-banner,
	body.blog .page-banner .banner-inner,
	body.category-actualites .page-banner,
	body.category-actualites .page-banner .banner-inner,
	body.single-post .blog-banner,
	body.single-post .blog-banner .banner-inner {
		min-height: 280px;
	}

	body.blog .page-banner h1,
	body.category-actualites .page-banner h1,
	body.category-actualites .page-banner .page-title,
	body.single-post .blog-banner h1 {
		font-size: 34px;
	}

	body.blog .page-banner .sgen-blog-hero-text,
	body.category-actualites .page-banner .sgen-blog-hero-text {
		font-size: 15px;
	}

	body.blog .content-inner:before,
	body.category-actualites .content-inner:before {
		font-size: 28px;
	}

	.blog-posts .news-block-four .lower-box h2 {
		font-size: 18px;
	}

	.blog-posts .news-block-four .text,
	.blog-posts .news-block-four .text p {
		font-size: 14px;
	}
}

/* -----------------------------------------------------------------------------
 * Directions du Secretariat General : ajustements legers du template Team
 * -------------------------------------------------------------------------- */
.sgen-directors-section .team-block .image-box {
	height: 300px !important;
	overflow: hidden;
}

.sgen-directors-section .team-block .image-box .image {
	height: 100% !important;
	margin: 0;
	overflow: hidden;
}

.sgen-directors-section .team-block .image-box img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center top !important;
}

.sgen-directors-section .team-block .lower-box {
	height: 150px;
	padding: 20px 20px 22px;
	overflow: hidden;
}

.sgen-directors-section .team-block .lower-box h4 {
	margin-bottom: 6px;
}

.sgen-directors-section .team-block .lower-box h4 a {
	font-size: 18px;
	line-height: 1.3;
	text-transform: none;
}

.sgen-directors-section .team-block .lower-box .designation {
	font-size: 15px;
	line-height: 1.45;
	text-transform: none;
}

.sgen-directors-section .team-block .hover-upper h6 {
	font-size: 15px;
	line-height: 1.35;
	text-transform: none;
}

.sgen-directors-section .team-block .hover-lower .info li a {
	font-size: 14px;
	line-height: 1.45;
	text-transform: none;
}

.sgen-directors-section .team-block .hover-lower .social-links {
	display: none !important;
}

@media (max-width: 991px) {
	.sgen-directors-section .team-block .image-box {
		height: 280px !important;
	}
}

@media (max-width: 599px) {
	.sgen-directors-section .team-block .image-box {
		height: 260px !important;
	}

	.sgen-directors-section .team-block .lower-box {
		height: auto;
		min-height: 126px;
	}
}

/* -----------------------------------------------------------------------------
 * Acces rapides aux services numeriques : accents RDC
 * -------------------------------------------------------------------------- */
.sgen-quick-services-section .services-section-two .nav-column ul li a {
	position: relative;
	z-index: 1;
}

.sgen-quick-services-section .services-section-two .nav-column ul li:hover::before {
	background: var(--sgen-red);
}

.sgen-quick-services-section .services-section-two .nav-column ul li:hover > a,
.sgen-quick-services-section .services-section-two .nav-column ul li a:hover,
.sgen-quick-services-section .services-section-two .nav-column ul li a:focus {
	color: #ffffff;
}

.sgen-quick-services-section .services-section-two .nav-column ul li:hover > a::after,
.sgen-quick-services-section .services-section-two .nav-column ul li a:hover::after,
.sgen-quick-services-section .services-section-two .nav-column ul li a:focus::after {
	color: #ffffff;
}

.sgen-quick-services-section .services-section-two .outer > .image-column .image-box:hover .image img {
	opacity: 1;
}

.sgen-quick-services-section .services-section-two .outer > .image-column .image-box .over-box,
.sgen-quick-services-section .services-section-two .outer > .image-column .image-box .over-link,
.sgen-quick-services-section .services-section-two .outer > .image-column .image-box .icon-box {
	display: none !important;
}

.sgen-quick-services-section .services-section-two .outer > .image-column .image-box::before,
.sgen-quick-services-section .services-section-two .outer > .image-column .image-box::after,
.sgen-quick-services-section .services-section-two .outer > .image-column .image::before,
.sgen-quick-services-section .services-section-two .outer > .image-column .image::after {
	content: none !important;
	display: none !important;
}

/* -----------------------------------------------------------------------------
 * Agenda institutionnel et contact : ajustements limites
 * -------------------------------------------------------------------------- */
.elementor-element-1e050b4 .events-section .event-block h3 a,
.elementor-element-1e050b4 .events-section .event-block .read-more a,
.elementor-element-1e050b4 .events-section .see-all a {
	transition: color 180ms ease, background-color 180ms ease;
}

.elementor-element-1e050b4 .events-section .event-block h3 a:hover {
	color: var(--sgen-blue);
}

.elementor-element-1e050b4 .events-section .event-block .read-more a {
	font-size: 0;
}

.elementor-element-1e050b4 .events-section .event-block .read-more a::after {
	content: "Lire la suite";
	font-size: 15px;
}

.elementor-element-1e050b4 .events-section .event-block .read-more a:hover,
.elementor-element-1e050b4 .events-section .see-all a:hover {
	background-color: var(--sgen-red);
	color: #ffffff;
}

/* -----------------------------------------------------------------------------
 * Agenda institutionnel : page liste et detail evenement
 * -------------------------------------------------------------------------- */
body.page-id-1988 .page-banner,
body.single-tribe_events .event-banner {
	position: relative;
	min-height: 340px;
	overflow: hidden;
	border-top: 0;
	border-image: none;
}

body.page-id-1988 .page-banner .image-layer,
body.single-tribe_events .event-banner .image-layer {
	background-position: center center !important;
	background-size: cover !important;
}

body.page-id-1988 .page-banner:before,
body.single-tribe_events .event-banner:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(var(--sgen-deep-rgb), 0.8), rgba(var(--sgen-deep-rgb), 0.48));
	pointer-events: none;
}

body.page-id-1988 .page-banner .banner-inner,
body.single-tribe_events .event-banner .banner-inner {
	position: relative;
	z-index: 2;
	min-height: 340px;
	display: flex;
	align-items: center;
}

body.page-id-1988 .page-banner h1,
body.single-tribe_events .event-banner h1 {
	max-width: 860px;
	margin-bottom: 14px;
	color: var(--sgen-white);
	font-size: 50px;
	line-height: 1.08;
}

body.page-id-1988 .page-banner .sgen-agenda-hero-text {
	max-width: 760px;
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 17px;
	line-height: 1.55;
}

body.page-id-1988 .page-banner .page-nav,
body.page-id-1988 .page-banner .bread-crumb,
body.page-id-1988 .page-banner .bread-crumb a,
body.page-id-1988 .page-banner .bread-crumb span,
body.single-tribe_events .event-banner .page-nav,
body.single-tribe_events .event-banner .bread-crumb,
body.single-tribe_events .event-banner .bread-crumb a,
body.single-tribe_events .event-banner .bread-crumb span {
	color: rgba(255, 255, 255, 0.9);
}

body.page-id-1988 .elementor-element-86d0c80 .sidebar-page-container {
	padding-top: 90px;
	padding-bottom: 90px;
	background: #F5F7FA;
}

body.page-id-1988 .events-list {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}

body.page-id-1988 .events-list .event-block {
	margin-bottom: 36px;
}

body.page-id-1988 .events-list .event-block .inner-box {
	background: var(--sgen-white);
	border: 1px solid rgba(var(--sgen-deep-rgb), 0.08);
	box-shadow: 0 18px 42px rgba(var(--sgen-deep-rgb), 0.08);
	overflow: hidden;
	padding: 24px 34px;
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

body.page-id-1988 .events-list .event-block .inner-box:before,
body.page-id-1988 .events-list .event-block .inner-box:after {
	display: none !important;
}

body.page-id-1988 .events-list .event-block .content-box {
	display: flex;
	align-items: stretch;
	min-height: 210px;
	padding: 0;
	transition: background-color 0.22s ease, color 0.22s ease;
}

body.page-id-1988 .events-list .event-block .content-box .date-box {
	position: relative;
	left: auto;
	top: auto;
	flex: 0 0 112px;
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px 16px;
	background: var(--sgen-white);
	color: var(--sgen-deep);
	border-right: 1px solid rgba(var(--sgen-deep-rgb), 0.1);
	transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

body.page-id-1988 .events-list .event-block .content-box .date-box:before {
	display: none !important;
}

body.page-id-1988 .events-list .event-block .content-box .date-box .date {
	position: relative;
	left: auto;
	top: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 88px;
	margin: 0;
	padding: 12px 10px;
	background: #F5F7FA;
	border: 1px solid rgba(var(--sgen-deep-rgb), 0.1);
	box-shadow: 0 8px 18px rgba(var(--sgen-deep-rgb), 0.06);
}

body.page-id-1988 .events-list .event-block .content-box .date-box .day {
	color: var(--sgen-blue);
	font-size: 34px;
	font-weight: 800;
	line-height: 1;
}

body.page-id-1988 .events-list .event-block .content-box .date-box .month {
	margin-top: 8px;
	color: var(--sgen-deep);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
}

body.page-id-1988 .events-list .event-block .content-box .content {
	flex: 1 1 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 170px;
	grid-template-rows: auto auto auto;
	align-content: center;
	align-items: center;
	column-gap: 38px;
	padding: 30px 0 28px 42px;
}

body.page-id-1988 .events-list .event-block .content-box .cat-info {
	grid-column: 1;
	margin-bottom: 13px;
}

body.page-id-1988 .events-list .event-block .content-box .cat-info span,
body.single-tribe_events .event-banner .cat-info span {
	background: var(--sgen-blue);
	color: var(--sgen-white);
}

body.page-id-1988 .events-list .event-block .content-box h3 {
	grid-column: 1;
	margin-bottom: 16px;
	font-size: 24px;
	line-height: 1.24;
}

body.page-id-1988 .events-list .event-block .content-box .notification {
	grid-column: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin: 0;
}

body.page-id-1988 .events-list .event-block .content-box .notification li {
	margin: 0;
	line-height: 1.45;
}

body.page-id-1988 .events-list .event-block .content-box .notification span {
	margin-right: 8px;
}

body.page-id-1988 .events-list .event-block .read-more a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--sgen-blue);
	color: var(--sgen-white);
	margin-top: 0;
	padding: 11px 20px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: none;
	transition: background-color 0.22s ease, color 0.22s ease;
}

body.page-id-1988 .events-list .event-block .read-more {
	position: static;
	grid-column: 2;
	grid-row: 1 / 4;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border-left: 0;
	text-align: right;
}

body.page-id-1988 .events-list .event-block .read-more a:after {
	content: none;
}

body.page-id-1988 .events-list .event-block .read-more a:before {
	display: none !important;
}

body.page-id-1988 .events-list .event-block:hover .inner-box {
	transform: none;
	box-shadow: 0 18px 42px rgba(var(--sgen-deep-rgb), 0.08);
}

body.page-id-1988 .events-list .event-block:hover .content-box {
	background: transparent;
}

body.page-id-1988 .events-list .event-block:hover .content-box h3 a,
body.page-id-1988 .events-list .event-block:hover .content-box .notification,
body.page-id-1988 .events-list .event-block:hover .content-box .notification li,
body.page-id-1988 .events-list .event-block:hover .content-box .notification span {
	color: inherit !important;
}

body.page-id-1988 .events-list .event-block:hover .content-box .date-box {
	background: var(--sgen-white) !important;
	color: var(--sgen-deep) !important;
	border-color: rgba(255, 255, 255, 0.32);
}

body.page-id-1988 .events-list .event-block:hover .content-box .date-box .date {
	background: #F5F7FA;
	border-color: rgba(var(--sgen-deep-rgb), 0.12);
}

body.page-id-1988 .events-list .event-block:hover .content-box .date-box .day {
	color: var(--sgen-blue) !important;
}

body.page-id-1988 .events-list .event-block:hover .content-box .date-box .month {
	color: var(--sgen-deep) !important;
}

body.page-id-1988 .events-list .event-block:hover .content-box .cat-info span,
body.page-id-1988 .events-list .event-block:hover .read-more a {
	background: var(--sgen-blue);
	color: var(--sgen-white);
	padding: 11px 20px;
}

body.page-id-1988 .events-list .event-block .read-more a:hover {
	background: var(--sgen-red);
	color: var(--sgen-white);
	padding: 11px 20px;
}

body.single-tribe_events .event-details-section .info-block .inner-box,
body.single-tribe_events .event-details .info-column .title,
body.single-tribe_events .event-details .more-info-box .timings .inner {
	background: var(--sgen-blue);
}

body.single-tribe_events .event-details-section a:hover {
	color: var(--sgen-red);
}

body.single-tribe_events .special-guest {
	display: none !important;
}

body.single-tribe_events .event-details .sgen-back-agenda {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
	padding: 13px 24px;
	background: var(--sgen-blue);
	color: var(--sgen-white);
	font-weight: 800;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

body.single-tribe_events .event-details .sgen-back-agenda:hover {
	background: var(--sgen-red);
	color: var(--sgen-white);
}

body.single-tribe_events #tribe-events-pg-template {
	max-width: none;
	padding: 0;
}

body.single-tribe_events .sgen-event-detail-hero {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	min-height: 360px;
	overflow: hidden;
	display: flex;
	align-items: center;
	background:
		linear-gradient(90deg, rgba(var(--sgen-deep-rgb), 0.86), rgba(var(--sgen-deep-rgb), 0.48)),
		url("/wp-content/uploads/2026/05/984381.jpg") center center / cover no-repeat;
	border-top: 0;
	border-image: none;
}

body.single-tribe_events .sgen-event-detail-hero__inner {
	position: relative;
	z-index: 1;
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 72px 0;
}

body.single-tribe_events .sgen-event-detail-kicker {
	display: inline-flex;
	margin-bottom: 14px;
	color: var(--sgen-yellow);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

body.single-tribe_events .sgen-event-detail-hero h1 {
	max-width: 900px;
	margin: 0 0 16px;
	color: var(--sgen-white);
	font-size: 48px;
	line-height: 1.08;
}

body.single-tribe_events .sgen-event-detail-hero p {
	max-width: 780px;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 17px;
	line-height: 1.55;
}

body.single-tribe_events .sgen-event-detail-hero .bread-crumb,
body.single-tribe_events .sgen-event-detail-hero .bread-crumb a,
body.single-tribe_events .sgen-event-detail-hero .bread-crumb span {
	color: rgba(255, 255, 255, 0.9);
}

body.single-tribe_events .sgen-event-detail-intro {
	max-width: 1180px;
	margin: 0 auto;
	padding: 70px 20px 38px;
}

body.single-tribe_events .sgen-event-detail-intro h2 {
	margin-bottom: 18px;
	color: var(--sgen-deep);
	font-size: 34px;
	line-height: 1.15;
}

body.single-tribe_events .sgen-event-detail-intro p {
	max-width: 850px;
	color: #5f6b7a;
	font-size: 16px;
	line-height: 1.7;
}

body.single-tribe_events .sgen-event-facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

body.single-tribe_events .sgen-event-facts li {
	padding: 18px 20px;
	background: #F5F7FA;
	border-top: 3px solid var(--sgen-red);
}

body.single-tribe_events .sgen-event-facts strong,
body.single-tribe_events .sgen-event-facts span {
	display: block;
}

body.single-tribe_events .sgen-event-facts strong {
	margin-bottom: 6px;
	color: var(--sgen-blue);
	font-size: 12px;
	text-transform: uppercase;
}

body.single-tribe_events .sgen-event-facts span {
	color: var(--sgen-deep);
	font-weight: 800;
}

body.single-tribe_events .sgen-event-detail-intro .sgen-back-agenda,
body.single-tribe_events .sgen-event-info-panel + .sgen-back-agenda {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 26px;
	padding: 13px 24px;
	background: var(--sgen-blue);
	color: var(--sgen-white);
	font-weight: 800;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

body.single-tribe_events .sgen-event-detail-intro .sgen-back-agenda:hover {
	background: var(--sgen-red);
	color: var(--sgen-white);
}

body.single-tribe_events .sgen-event-info-panel {
	max-width: 1180px;
	margin: 40px auto 90px;
	padding: 34px 38px;
	background: #F5F7FA;
	border-left: 4px solid var(--sgen-red);
	box-shadow: 0 18px 40px rgba(var(--sgen-deep-rgb), 0.08);
}

body.single-tribe_events .sgen-event-info-panel h2 {
	margin-bottom: 12px;
	color: var(--sgen-deep);
	font-size: 30px;
	line-height: 1.2;
}

body.single-tribe_events .sgen-event-info-panel p,
body.single-tribe_events .sgen-event-info-panel li {
	color: #5f6b7a;
	font-size: 15px;
	line-height: 1.65;
}

body.single-tribe_events .sgen-event-info-panel ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 24px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

body.single-tribe_events .sgen-event-info-panel strong {
	color: var(--sgen-deep);
}

body.single-tribe_events .more-info-box {
	max-width: 1180px;
	margin: 18px auto 72px;
	padding: 0 20px;
}

body.single-tribe_events .more-info-box .inner-box {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	gap: 34px;
	align-items: start;
}

body.single-tribe_events .event-details .more-info-box .timings,
body.single-tribe_events .event-details .more-info-box .timings .inner,
body.single-tribe_events .more-info-box .timings,
body.single-tribe_events .more-info-box .timings .inner {
	position: static;
	width: auto;
	height: auto;
	background: transparent;
	color: var(--sgen-deep);
}

body.single-tribe_events .more-info-box .timings .curve {
	display: none;
}

body.single-tribe_events .more-info-box .timings ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.single-tribe_events .more-info-box .timings li {
	display: flex;
	align-items: center;
	min-height: 62px;
	margin-bottom: 14px;
	padding: 16px 18px;
	background: #F5F7FA;
	border-left: 4px solid var(--sgen-blue);
	color: var(--sgen-deep);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.25;
}

body.single-tribe_events .more-info-box .toggle-box {
	position: static;
	width: auto;
}

body.single-tribe_events .more-info-box .accordion-box .accordion {
	margin-bottom: 14px;
	border: 1px solid rgba(var(--sgen-deep-rgb), 0.1);
	background: var(--sgen-white);
}

body.single-tribe_events .more-info-box .accordion-box .acc-btn {
	position: relative;
	padding: 18px 56px 16px 22px;
	color: var(--sgen-deep);
	font-size: 20px;
	line-height: 1.3;
}

body.single-tribe_events .more-info-box .accordion-box .acc-btn.active {
	color: var(--sgen-blue);
}

body.single-tribe_events .more-info-box .accordion-box .acc-btn .icon {
	right: 22px;
}

body.single-tribe_events .more-info-box .accordion-box .content {
	padding: 0 22px 22px;
}

body.single-tribe_events .more-info-box .accordion-box .text {
	color: #5f6b7a;
	font-size: 15px;
	line-height: 1.65;
}

/* -----------------------------------------------------------------------------
 * Publications et Contact : pages internes SGEN
 * -------------------------------------------------------------------------- */
body.page-id-1989 .page-banner,
body.page-id-2095 .page-banner,
body.page-id-2096 .page-banner,
body.page-id-1993 .page-banner,
body.page-id-438 .page-banner {
	position: relative;
	overflow: hidden;
	min-height: 340px;
}

body.page-id-1989 .page-banner:before,
body.page-id-2095 .page-banner:before,
body.page-id-2096 .page-banner:before,
body.page-id-1993 .page-banner:before,
body.page-id-438 .page-banner:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(var(--sgen-deep-rgb), 0.82), rgba(var(--sgen-deep-rgb), 0.48));
	pointer-events: none;
}

body.page-id-1989 .page-banner .banner-inner,
body.page-id-2095 .page-banner .banner-inner,
body.page-id-2096 .page-banner .banner-inner,
body.page-id-1993 .page-banner .banner-inner,
body.page-id-438 .page-banner .banner-inner {
	position: relative;
	z-index: 2;
	display: flex;
	min-height: 340px;
	align-items: center;
	padding-top: 72px;
	padding-bottom: 58px;
	box-sizing: border-box;
}

body.page-id-1989 .page-banner .image-layer,
body.page-id-2095 .page-banner .image-layer,
body.page-id-2096 .page-banner .image-layer,
body.page-id-1993 .page-banner .image-layer,
body.page-id-438 .page-banner .image-layer {
	background-position: center center !important;
	background-size: cover !important;
}

body.page-id-1989 .page-banner h1,
body.page-id-2095 .page-banner h1,
body.page-id-2096 .page-banner h1,
body.page-id-1993 .page-banner h1,
body.page-id-438 .page-banner h1 {
	max-width: 860px;
	margin-bottom: 16px;
	color: #ffffff;
	font-size: 50px;
	line-height: 1.08;
}

.sgen-page-hero-text {
	max-width: 780px;
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 17px;
	line-height: 1.55;
}

body.page-id-1989 .page-banner .bread-crumb,
body.page-id-1989 .page-banner .bread-crumb a,
body.page-id-1989 .page-banner .bread-crumb span,
body.page-id-2095 .page-banner .bread-crumb,
body.page-id-2095 .page-banner .bread-crumb a,
body.page-id-2095 .page-banner .bread-crumb span,
body.page-id-2096 .page-banner .bread-crumb,
body.page-id-2096 .page-banner .bread-crumb a,
body.page-id-2096 .page-banner .bread-crumb span,
body.page-id-1993 .page-banner .bread-crumb,
body.page-id-1993 .page-banner .bread-crumb a,
body.page-id-1993 .page-banner .bread-crumb span,
body.page-id-438 .page-banner .bread-crumb,
body.page-id-438 .page-banner .bread-crumb a,
body.page-id-438 .page-banner .bread-crumb span {
	color: rgba(255, 255, 255, 0.9);
}

.sgen-publications-page,
.sgen-contact-page {
	padding: 86px 0;
	background: #ffffff;
}

.sgen-publications-cards-section,
.sgen-contact-location-section {
	padding-top: 0;
}

.sgen-publications-cta-section {
	padding-top: 0;
}

.sgen-page-intro {
	max-width: 820px;
}

.sgen-page-intro span,
.sgen-publication-cta span,
.sgen-contact-info-panel > span {
	display: inline-block;
	margin-bottom: 12px;
	color: var(--sgen-blue);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.sgen-page-intro h2,
.sgen-publication-cta h2,
.sgen-contact-info-panel h2 {
	margin-bottom: 18px;
	color: var(--sgen-deep);
	font-size: 42px;
	line-height: 1.12;
}

.sgen-page-intro p,
.sgen-publication-card p,
.sgen-soft-panel p,
.sgen-publication-cta p,
.sgen-contact-info-panel p,
.sgen-location-placeholder p {
	color: #5f6b7a;
	font-size: 16px;
	line-height: 1.7;
}

.sgen-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.sgen-card-grid-three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sgen-publication-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 34px 32px;
	background: #F7F9FC;
	border: 1px solid rgba(var(--sgen-deep-rgb), 0.08);
	box-shadow: 0 16px 36px rgba(var(--sgen-deep-rgb), 0.06);
	transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.sgen-publication-card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: var(--sgen-yellow);
}

.sgen-publication-card:hover {
	background: var(--sgen-white);
	border-color: rgba(var(--sgen-red-rgb), 0.32);
	box-shadow: 0 20px 42px rgba(var(--sgen-deep-rgb), 0.11);
	transform: translateY(-3px);
}

.sgen-publication-card h3 {
	margin-bottom: 14px;
	color: var(--sgen-deep);
	font-size: 24px;
	line-height: 1.25;
}

.sgen-publication-card:hover h3 {
	color: var(--sgen-deep);
}

.sgen-publication-card:hover p {
	color: var(--sgen-muted);
}

.sgen-publication-card:hover .sgen-card-number {
	color: var(--sgen-blue);
}

.sgen-card-number {
	margin-bottom: 18px;
	color: var(--sgen-blue);
	font-size: 42px;
	font-weight: 800;
	line-height: 1;
}

.sgen-card-link,
.sgen-primary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin-top: auto;
	padding: 13px 22px;
	background: var(--sgen-blue);
	color: #ffffff;
	font-weight: 800;
	text-decoration: none;
	transition: background-color 0.22s ease, color 0.22s ease;
}

.sgen-card-link:hover,
.sgen-primary-button:hover {
	background: var(--sgen-red);
	color: #ffffff;
}

.sgen-card-link-disabled {
	background: rgba(var(--sgen-deep-rgb), 0.08);
	color: var(--sgen-deep);
	cursor: default;
}

.sgen-publication-card:hover .sgen-card-link,
.sgen-publication-card:hover .sgen-card-link-disabled {
	background: var(--sgen-red);
	color: var(--sgen-white);
}

.sgen-soft-panel,
.sgen-publication-cta,
.sgen-location-placeholder,
.sgen-contact-info-panel,
.sgen-contact-form-card,
.sgen-quick-contact {
	padding: 34px 36px;
	background: #F7F9FC;
	border: 1px solid rgba(var(--sgen-deep-rgb), 0.08);
	box-shadow: 0 16px 36px rgba(var(--sgen-deep-rgb), 0.06);
}

.sgen-soft-panel h3,
.sgen-location-placeholder h3,
.sgen-contact-form-card h3,
.sgen-quick-contact h3 {
	margin-bottom: 12px;
	color: var(--sgen-deep);
	font-size: 26px;
	line-height: 1.25;
}

.sgen-contact-main-section {
	background: #F5F7FA;
}

.sgen-contact-list,
.sgen-quick-contact ul {
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.sgen-contact-list li {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(var(--sgen-deep-rgb), 0.08);
}

.sgen-contact-list strong,
.sgen-contact-list span {
	display: block;
}

.sgen-contact-list strong {
	margin-bottom: 5px;
	color: var(--sgen-blue);
	font-size: 13px;
	text-transform: uppercase;
}

.sgen-contact-list span,
.sgen-quick-contact li {
	color: var(--sgen-deep);
	font-weight: 700;
}

.sgen-quick-contact {
	margin-top: 24px;
	border-left: 4px solid var(--sgen-red);
}

.sgen-quick-contact li {
	margin-bottom: 10px;
}

.sgen-contact-form-card {
	background: #ffffff;
}

.sgen-contact-form-card p {
	margin-bottom: 24px;
	color: #5f6b7a;
}

.sgen-contact-form-card .wpcf7-form-control-wrap {
	display: block;
}

.sgen-contact-form-card input,
.sgen-contact-form-card textarea {
	width: 100%;
	margin-bottom: 16px;
	padding: 15px 16px;
	border: 1px solid rgba(var(--sgen-deep-rgb), 0.14);
	background: #ffffff;
	color: var(--sgen-deep);
}

.sgen-contact-form-card textarea {
	min-height: 150px;
}

.sgen-contact-form-card .theme-btn,
.sgen-contact-form-card input[type="submit"] {
	background: var(--sgen-blue);
	color: #ffffff;
	border: 0;
}

.sgen-contact-form-card .theme-btn:hover,
.sgen-contact-form-card input[type="submit"]:hover {
	background: var(--sgen-red);
	color: #ffffff;
}

.sgen-location-placeholder {
	text-align: center;
	border-left: 4px solid var(--sgen-yellow);
}

.sgen-contact-map-card {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
	gap: 28px;
	align-items: stretch;
	text-align: left;
	border-left-color: var(--sgen-red);
}

.sgen-contact-map-card .sgen-map-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sgen-contact-map-card .sgen-map-copy span {
	display: inline-block;
	margin-bottom: 8px;
	color: var(--sgen-blue);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.sgen-map-embed {
	overflow: hidden;
	min-height: 360px;
	border: 1px solid rgba(var(--sgen-deep-rgb), 0.12);
	box-shadow: 0 18px 40px rgba(var(--sgen-deep-rgb), 0.08);
}

.sgen-map-embed iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 360px;
	border: 0;
}

@media (max-width: 991px) {
	.sgen-card-grid,
	.sgen-card-grid-three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body.page-id-1989 .page-banner,
	body.page-id-2095 .page-banner,
	body.page-id-2096 .page-banner,
	body.page-id-1993 .page-banner,
	body.page-id-438 .page-banner,
	body.page-id-1989 .page-banner .banner-inner,
	body.page-id-2095 .page-banner .banner-inner,
	body.page-id-2096 .page-banner .banner-inner,
	body.page-id-1993 .page-banner .banner-inner,
	body.page-id-438 .page-banner .banner-inner {
		min-height: 280px;
	}

	body.page-id-1989 .page-banner .banner-inner,
	body.page-id-2095 .page-banner .banner-inner,
	body.page-id-2096 .page-banner .banner-inner,
	body.page-id-1993 .page-banner .banner-inner,
	body.page-id-438 .page-banner .banner-inner {
		padding-top: 52px;
		padding-bottom: 42px;
	}

	body.page-id-1989 .page-banner h1,
	body.page-id-2095 .page-banner h1,
	body.page-id-2096 .page-banner h1,
	body.page-id-1993 .page-banner h1,
	body.page-id-438 .page-banner h1 {
		font-size: 34px;
	}

	.sgen-page-hero-text {
		font-size: 15px;
	}

	.sgen-publications-page,
	.sgen-contact-page {
		padding: 58px 0;
	}

	.sgen-card-grid,
	.sgen-card-grid-three {
		grid-template-columns: 1fr;
	}

	.sgen-page-intro h2,
	.sgen-publication-cta h2,
	.sgen-contact-info-panel h2 {
		font-size: 32px;
	}

	.sgen-publication-card,
	.sgen-soft-panel,
	.sgen-publication-cta,
	.sgen-location-placeholder,
	.sgen-contact-info-panel,
	.sgen-contact-form-card,
	.sgen-quick-contact {
		padding: 28px 22px;
	}

	.sgen-contact-map-card {
		grid-template-columns: 1fr;
	}

	.sgen-map-embed,
	.sgen-map-embed iframe {
		min-height: 300px;
	}
}

@media (max-width: 767px) {
	body.page-id-1988 .page-banner,
	body.page-id-1988 .page-banner .banner-inner,
	body.single-tribe_events .event-banner,
	body.single-tribe_events .event-banner .banner-inner {
		min-height: 280px;
	}

	body.page-id-1988 .page-banner h1,
	body.single-tribe_events .event-banner h1 {
		font-size: 34px;
	}

	body.page-id-1988 .elementor-element-86d0c80 .sidebar-page-container {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	body.page-id-1988 .events-list .event-block {
		margin-bottom: 26px;
	}

	body.page-id-1988 .events-list .event-block .content-box {
		display: block;
		min-height: 0;
	}

	body.page-id-1988 .events-list .event-block .content-box .date-box {
		justify-content: flex-start;
		border-right: 0;
		border-bottom: 1px solid rgba(var(--sgen-deep-rgb), 0.1);
	}

	body.page-id-1988 .events-list .event-block .content-box .content {
		display: block;
		padding: 26px 22px;
	}

	body.page-id-1988 .events-list .event-block .content-box h3 {
		font-size: 21px;
		line-height: 1.3;
	}

	body.page-id-1988 .events-list .event-block .read-more {
		margin-top: 22px;
		text-align: left;
	}

	body.single-tribe_events .sgen-event-detail-hero {
		min-height: 300px;
	}

	body.single-tribe_events .sgen-event-detail-hero__inner {
		padding: 52px 0;
	}

	body.single-tribe_events .sgen-event-detail-hero h1 {
		font-size: 32px;
	}

	body.single-tribe_events .sgen-event-detail-intro {
		padding-top: 48px;
	}

	body.single-tribe_events .sgen-event-facts,
	body.single-tribe_events .sgen-event-info-panel ul {
		grid-template-columns: 1fr;
	}

	body.single-tribe_events .sgen-event-info-panel {
		margin-bottom: 56px;
		padding: 28px 22px;
	}

	body.single-tribe_events .more-info-box .inner-box {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	body.single-tribe_events .more-info-box .timings li {
		min-height: 0;
		font-size: 15px;
	}
}

.sgen-contact-section .contact-info-section .info-outer {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
}

.sgen-contact-section .contact-info-section .info-box {
	display: flex;
}

.sgen-contact-section .contact-info-section .info-box .inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 34px 28px;
	border-top: 3px solid var(--sgen-yellow);
	text-align: center;
}

.sgen-contact-section .contact-info-section .info-box .icon {
	color: var(--sgen-blue);
}

.sgen-contact-section .contact-info-section .info-box strong,
.sgen-contact-section .contact-info-section .info-box .info {
	text-transform: none;
}

.sgen-contact-section .contact-info-section .info-box .info {
	line-height: 1.55;
}

.sgen-contact-section .contact-info-section .info-box .info span {
	color: var(--sgen-muted);
	font-size: 13px;
}

.sgen-contact-section .contact-info-section .info-box .inner:hover {
	border-top-color: var(--sgen-red);
}

.sgen-contact-section .contact-info-section .info-box .inner:hover .icon {
	color: var(--sgen-red);
}

@media (max-width: 991px) {
	.sgen-contact-section .contact-info-section .info-outer,
	.sgen-contact-section .contact-info-section .info-box,
	.sgen-contact-section .contact-info-section .info-box .inner {
		display: block;
		height: auto;
	}
}

/* -----------------------------------------------------------------------------
 * Preloader : cercle de chargement tricolore RDC
 * -------------------------------------------------------------------------- */
.preloader .icon {
	background-image: none !important;
}

.preloader .icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	border: 4px solid transparent;
	border-top-color: var(--sgen-blue);
	border-right-color: var(--sgen-yellow);
	border-bottom-color: var(--sgen-red);
	border-left-color: rgba(var(--sgen-blue-rgb), 0.18);
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(var(--sgen-deep-rgb), 0.04);
	animation: sgen-preloader-spin 1.15s linear infinite;
}

.preloader .icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 12px;
	height: 12px;
	margin: -6px 0 0 -6px;
	border-radius: 50%;
	background: var(--sgen-blue);
	box-shadow:
		18px 0 0 var(--sgen-yellow),
		-18px 0 0 var(--sgen-red);
	opacity: 0.9;
	animation: sgen-preloader-spin 1.923s linear infinite;
}

@keyframes sgen-preloader-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* -----------------------------------------------------------------------------
 * Footer institutionnel : Secretariat General a l'Economie du Numerique
 * -------------------------------------------------------------------------- */
.main-footer {
	position: relative;
	background: #193540;
	color: rgba(255, 255, 255, 0.78);
}

.main-footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 5px;
	background: linear-gradient(
		90deg,
		#0095C9 0 33.333%,
		#FFF24B 33.333% 66.666%,
		#DB3832 66.666% 100%
	);
	opacity: 0.92;
}

.main-footer .widgets-section {
	position: relative;
	background: #193540;
	padding-top: 80px;
	padding-bottom: 52px;
}

.main-footer .sgen-footer-template .elementor-container,
.main-footer .elementor-1180 .elementor-container {
	gap: 0;
}

.main-footer .sgen-footer-template .elementor-column,
.main-footer .elementor-1180 .elementor-column {
	min-width: 0;
	padding-right: 30px;
}

.main-footer .sgen-footer-template .elementor-column:last-child,
.main-footer .elementor-1180 .elementor-column:last-child {
	padding-right: 0;
}

.main-footer .sgen-footer-widget,
.main-footer .sgen-footer-brand,
.main-footer .sgen-footer-menu {
	height: 100%;
}

.main-footer .sgen-footer-brand h5,
.main-footer .sgen-footer-menu h5 {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 14px;
	color: #ffffff;
	font-family: "Inter", "Roboto", "Segoe UI", Arial, sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
	text-transform: none;
}

.main-footer .sgen-footer-brand h5::after,
.main-footer .sgen-footer-menu h5::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 44px;
	height: 3px;
	background: #DB3832;
}

.main-footer .sgen-footer-brand .text,
.main-footer .sgen-footer-brand .address {
	color: rgba(255, 255, 255, 0.76);
	font-size: 15px;
	line-height: 1.65;
}

.main-footer .sgen-footer-brand .address {
	margin-top: 18px;
	padding-left: 14px;
	border-left: 3px solid #FFF24B;
}

.main-footer .sgen-footer-menu .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-footer .sgen-footer-menu .menu li {
	margin-bottom: 10px;
	padding: 0;
}

.main-footer .sgen-footer-menu .menu li::before {
	display: none;
}

.main-footer .sgen-footer-menu .menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.86);
	font-size: 15px;
	line-height: 1.45;
	text-decoration: none;
	transition: color 180ms ease, transform 180ms ease;
}

.main-footer .sgen-footer-menu .menu a::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 10px;
	border-radius: 50%;
	background: #0095C9;
	transition: background-color 180ms ease;
}

.main-footer .sgen-footer-menu .menu a:hover,
.main-footer .footer-bottom .copyright a:hover {
	color: #FFF24B;
}

.main-footer .sgen-footer-menu .menu a:hover {
	transform: translateX(3px);
}

.main-footer .sgen-footer-menu .menu a:hover::before {
	background: #DB3832;
}

.main-footer .footer-bottom {
	background: #102B35;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.main-footer .footer-bottom .inner {
	justify-content: center;
	text-align: center;
}

.main-footer .footer-bottom .copyright {
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	line-height: 1.6;
}

.main-footer .footer-bottom .copyright a {
	color: #ffffff;
}

@media (max-width: 991px) {
	.main-footer .widgets-section {
		padding-top: 64px;
		padding-bottom: 34px;
	}

	.main-footer .sgen-footer-template .elementor-container,
	.main-footer .elementor-1180 .elementor-container {
		gap: 0;
	}

	.main-footer .sgen-footer-template .elementor-column,
	.main-footer .elementor-1180 .elementor-column {
		margin-bottom: 30px;
		padding-right: 0;
	}
}

@media (max-width: 599px) {
	.main-footer .sgen-footer-brand h5,
	.main-footer .sgen-footer-menu h5 {
		font-size: 17px;
	}

	.main-footer .sgen-footer-brand .text,
	.main-footer .sgen-footer-brand .address,
	.main-footer .sgen-footer-menu .menu a {
		font-size: 14px;
	}
}

/* Page Institution: bannière avec image numérique et overlay de lisibilité */
body.page-id-1974 .page-banner {
	text-align: left;
}

body.page-id-1974 .page-banner .image-layer {
	background-position: center center !important;
	background-size: cover !important;
}

body.page-id-1974 .page-banner .image-layer::before {
	background: linear-gradient(
		90deg,
		rgba(var(--sgen-deep-rgb), 0.82) 0%,
		rgba(var(--sgen-deep-rgb), 0.68) 46%,
		rgba(var(--sgen-blue-rgb), 0.34) 100%
	) !important;
	opacity: 1 !important;
}

body.page-id-1974 .page-banner .inner-container {
	text-align: left;
}

body.page-id-1974 .page-banner h1 {
	max-width: 760px;
	margin-right: auto;
	font-size: 52px;
	line-height: 1.12;
	text-align: left;
}

body.page-id-1974 .page-banner .page-nav {
	text-align: left;
}

body.page-id-1974 .page-banner h1,
body.page-id-1974 .page-banner .bread-crumb li,
body.page-id-1974 .page-banner .bread-crumb li a {
	color: var(--sgen-white);
}

body.page-id-1974 .page-banner .bread-crumb li a:hover,
body.page-id-1974 .page-banner .bread-crumb li.active {
	color: var(--sgen-yellow);
}

body.page-id-1974 .page-banner .bread-crumb {
	color: transparent;
	font-size: 0;
}

body.page-id-1974 .page-banner .bread-crumb > * {
	display: none;
}

body.page-id-1974 .page-banner .bread-crumb::before {
	content: "Accueil > Institution > À propos";
	display: inline-block;
	color: var(--sgen-white);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

/* Page Institution: attributions avec hover rouge RDC */
body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five .inner-box,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five .content,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five .read-more a,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five .read-more a span {
	transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five .inner-box {
	height: 100%;
	min-height: inherit;
	overflow: hidden;
}

body.page-id-1974 .sgen-attributions-section .highlights-section-two {
	box-sizing: border-box;
	min-height: 290px;
}

body.page-id-1974 .sgen-attributions-section .highlights-section-two .image-layer {
	height: 100%;
}

body.page-id-1974 .sgen-attributions-section .highlights-section-two .auto-container,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-carousel,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .owl-stage-outer,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .owl-stage,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .owl-item {
	min-height: inherit;
}

body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-carousel .owl-stage {
	display: flex;
	align-items: stretch;
}

body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-carousel .owl-item {
	display: flex;
	align-items: stretch;
}

body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five {
	display: flex;
	height: 100%;
	min-height: inherit;
	width: 100%;
}

body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five .content {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	margin: 0;
	min-height: inherit;
	padding: 10px 40px 18px;
	position: relative;
	width: 100%;
}

body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five .count-box {
	font-size: 58px;
	line-height: 1;
	margin-bottom: 6px;
}

body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five .icon-box {
	font-size: 34px;
	line-height: 1;
	margin-bottom: 14px;
}

body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five h3 {
	font-size: 22px;
	line-height: 1.16;
	margin-bottom: 12px;
}

body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five .text {
	font-size: 14px;
	line-height: 1.45;
}

body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five .content .text {
	margin-bottom: 0;
}

body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five .read-more {
	margin-top: 16px;
}

body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five .read-more a {
	height: 46px;
	line-height: 46px;
	width: 46px;
}

body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five .bottom-text {
	bottom: 14px;
	left: 0;
	margin: 0;
	position: absolute;
	font-size: 15px;
	line-height: 1.3;
	width: 100%;
}

@media (max-width: 991px) {
	body.page-id-1974 .sgen-attributions-section .highlights-section-two {
		min-height: 300px;
	}

	body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five .content {
		padding: 10px 26px 18px;
	}
}

@media (max-width: 767px) {
	body.page-id-1974 .sgen-attributions-section .highlights-section-two,
	body.page-id-1974 .sgen-attributions-section .highlights-section-two .auto-container,
	body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-carousel,
	body.page-id-1974 .sgen-attributions-section .highlights-section-two .owl-stage-outer,
	body.page-id-1974 .sgen-attributions-section .highlights-section-two .owl-stage,
	body.page-id-1974 .sgen-attributions-section .highlights-section-two .owl-item,
	body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five,
	body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five .inner-box {
		min-height: 320px;
	}

	body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five .content {
		padding: 10px 20px 18px;
	}

	body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five h3 {
		font-size: 21px;
	}
}

body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five .inner-box:hover,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five.active .inner-box,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .owl-item.center .featured-block-five .inner-box {
	background-color: var(--sgen-red);
}

body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five .inner-box:hover h3 a,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five .inner-box:hover .text,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five .inner-box:hover .bottom-text,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five .inner-box:hover .count-box,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five .inner-box:hover .icon-box,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five.active .inner-box h3 a,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five.active .inner-box .text,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five.active .inner-box .bottom-text,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five.active .inner-box .count-box,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five.active .inner-box .icon-box,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .owl-item.center .featured-block-five .inner-box h3 a,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .owl-item.center .featured-block-five .inner-box .text,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .owl-item.center .featured-block-five .inner-box .bottom-text,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .owl-item.center .featured-block-five .inner-box .count-box,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .owl-item.center .featured-block-five .inner-box .icon-box {
	color: var(--sgen-white) !important;
}

body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five .inner-box:hover .read-more a,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five.active .inner-box .read-more a,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .owl-item.center .featured-block-five .inner-box .read-more a {
	background-color: rgba(255, 255, 255, 0.16);
	border-color: rgba(255, 255, 255, 0.55);
	color: var(--sgen-white) !important;
	pointer-events: none;
}

body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five .inner-box:hover .read-more a span,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five.active .inner-box .read-more a span,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .owl-item.center .featured-block-five .inner-box .read-more a span {
	color: var(--sgen-white) !important;
}

body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five h3 a,
body.page-id-1974 .sgen-attributions-section .highlights-section-two .featured-block-five .read-more a {
	cursor: default;
	pointer-events: none;
}

/* Page Institution: introduction Directions sur fond clair */
body.page-id-1974 .ext-info-section {
	background: transparent;
}

body.page-id-1974 .ext-info-section .pattern-layer,
body.page-id-1974 .ext-info-section .image-layer {
	display: block;
}

body.page-id-1974 .ext-info-section .pattern-layer {
	opacity: 0.16;
}

body.page-id-1974 .ext-info-section .image-layer {
	filter: none;
	opacity: 1;
}

body.page-id-1974 .ext-info-section .outer-container {
	background: transparent;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	overflow: hidden;
	position: relative;
}

body.page-id-1974 .ext-info-section .awards-row {
	background: transparent;
}

body.page-id-1974 .ext-info-section .award-block .inner {
	background: transparent;
	border-top: 0;
	box-shadow: none;
}

body.page-id-1974 .ext-info-section .award-block h4 a,
body.page-id-1974 .ext-info-section .award-block .text,
body.page-id-1974 .ext-info-section .award-block .slash {
	color: var(--sgen-white);
}

body.page-id-1974 .ext-info-section .content-row h2,
body.page-id-1974 .ext-info-section .content-row h4 {
	color: var(--sgen-white);
}

body.page-id-1974 .ext-info-section .award-block .text {
	color: rgba(255, 255, 255, 0.86);
}

body.page-id-1974 .ext-info-section .award-block h4 a:hover {
	color: var(--sgen-yellow);
}

body.page-id-1974 .ext-info-section .theme-btn:hover {
	background: var(--sgen-red);
	color: var(--sgen-white);
}

body.page-id-1974 .ext-info-section .content-row {
	display: none;
}

body.page-id-1974 .ext-info-section .sgen-directions-inline-btn {
	background: var(--sgen-yellow);
	color: var(--sgen-dark);
	display: inline-block;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	margin-top: 24px;
	padding: 14px 24px;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.page-id-1974 .ext-info-section .sgen-directions-inline-btn:hover {
	background: var(--sgen-red);
	color: var(--sgen-white);
	transform: translateY(-2px);
}

body.page-id-1974 .ext-info-section .content-row .content {
	background: transparent;
	padding: 0;
	position: relative;
	z-index: 2;
}

body.page-id-1974 .ext-info-section .content-row {
	position: relative;
}

body.page-id-1974 .ext-info-section .content-row::before {
	background: rgba(var(--sgen-deep-rgb), 0.62);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

body.page-id-1974 .ext-info-section .content-row h4,
body.page-id-1974 .ext-info-section .content-row h2 {
	color: var(--sgen-white);
	text-shadow: 0 2px 8px rgba(var(--sgen-deep-rgb), 0.28);
}

/* Page Institution: bloc d'introduction À propos */
body.page-id-1974 .sgen-about-intro-section .lower-row {
	padding-top: 84px;
	padding-bottom: 84px;
}

body.page-id-1974 .sgen-about-intro-section .text-col .inner {
	max-width: 540px;
}

body.page-id-1974 .sgen-about-intro-section .sec-title h2 {
	font-size: 42px;
	line-height: 1.18;
	margin-bottom: 18px;
}

body.page-id-1974 .sgen-about-intro-section .text {
	color: var(--sgen-muted);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.72;
	margin-bottom: 28px;
}

body.page-id-1974 .sgen-about-intro-section .text br + br {
	display: block;
	content: "";
	margin-top: 12px;
}

body.page-id-1974 .sgen-about-intro-section .info {
	padding-left: 18px;
	border-left: 4px solid var(--sgen-blue);
}

body.page-id-1974 .sgen-about-intro-section .info strong {
	color: var(--sgen-dark);
	display: block;
	font-size: 15px;
	line-height: 1.45;
}

body.page-id-1974 .sgen-about-intro-section .info strong span {
	color: var(--sgen-blue);
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-top: 4px;
}

body.page-id-1974 .sgen-about-intro-section .info .designation,
body.page-id-1974 .sgen-about-intro-section .video-link {
	display: none !important;
}

body.page-id-1974 .sgen-about-intro-section .images .row {
	align-items: stretch;
}

body.page-id-1974 .sgen-about-intro-section .images .image {
	margin-bottom: 0;
}

body.page-id-1974 .sgen-about-intro-section .images .image a {
	display: block;
	height: 100%;
	min-height: 430px;
	overflow: hidden;
}

body.page-id-1974 .sgen-about-intro-section .images .image img {
	display: block;
	height: 100%;
	min-height: 430px;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

@media (max-width: 991px) {
	body.page-id-1974 .sgen-about-intro-section .text-col .inner {
		max-width: none;
		margin-bottom: 34px;
	}

	body.page-id-1974 .sgen-about-intro-section .images .image a,
	body.page-id-1974 .sgen-about-intro-section .images .image img {
		min-height: 340px;
	}
}

@media (max-width: 767px) {
	body.page-id-1974 .sgen-about-intro-section .lower-row {
		padding-top: 58px;
		padding-bottom: 58px;
	}

	body.page-id-1974 .sgen-about-intro-section .sec-title h2 {
		font-size: 32px;
	}

	body.page-id-1974 .sgen-about-intro-section .text {
		font-size: 15px;
		line-height: 1.68;
	}

	body.page-id-1974 .sgen-about-intro-section .images .image {
		margin-bottom: 18px;
	}
}

@media (max-width: 767px) {
	body.page-id-1974 .page-banner h1 {
		font-size: 34px;
	}

	body.page-id-1974 .page-banner .bread-crumb::before {
		font-size: 14px;
	}
}

/* Page Historique: adaptation institutionnelle du modele Our History */
body.page-id-1975 .sgen-history-page .sec-title {
	margin-bottom: 52px;
}

body.page-id-1975 .sgen-history-page .sec-title h2 {
	color: var(--sgen-dark);
	font-size: 44px;
	line-height: 1.18;
}

body.page-id-1975 .sgen-history-page .sec-title .lower-text {
	color: var(--sgen-muted);
	font-size: 16px;
	line-height: 1.72;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}

body.page-id-1975 .sgen-history-page .sec-title .lower-text strong {
	color: var(--sgen-blue);
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}

body.page-id-1975 .sgen-history-page .history-block .image-box {
	background: var(--sgen-light);
	border: 1px solid rgba(var(--sgen-blue-rgb), 0.18);
	box-shadow: 0 14px 36px rgba(var(--sgen-deep-rgb), 0.08);
	overflow: hidden;
	padding: 12px 132px 12px 12px;
	position: relative;
}

body.page-id-1975 .sgen-history-page .history-block.alternate .image-box {
	padding: 12px 12px 12px 132px;
}

body.page-id-1975 .sgen-history-page .history-block .image-box .image {
	margin: 0;
}

body.page-id-1975 .sgen-history-page .history-block .image-box img {
	display: block;
	height: 320px;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

body.page-id-1975 .sgen-history-page .history-block .text-col .inner {
	background: var(--sgen-white);
	border-top: 4px solid var(--sgen-blue);
	box-shadow: 0 18px 48px rgba(var(--sgen-deep-rgb), 0.08);
	min-height: 320px;
	padding: 42px 46px;
}

body.page-id-1975 .sgen-history-page .history-block .text-col h6,
body.page-id-1975 .sgen-history-page .history-block .year {
	color: var(--sgen-blue);
	font-weight: 800;
}

body.page-id-1975 .sgen-history-page .history-block .text-col h3,
body.page-id-1975 .sgen-history-page .history-block .text-col h3 a {
	color: var(--sgen-dark);
	font-size: 26px;
	line-height: 1.22;
	text-decoration: none;
}

body.page-id-1975 .sgen-history-page .history-block .text-col h3 a:not([href]) {
	cursor: default;
	pointer-events: none;
}

body.page-id-1975 .sgen-history-page .history-block .text-col h3 a[href]:hover {
	color: var(--sgen-red);
}

body.page-id-1975 .sgen-history-page .history-block .text {
	color: var(--sgen-muted);
	font-size: 15.5px;
	line-height: 1.7;
}

body.page-id-1975 .sgen-history-page .history-container {
	padding-top: 12px;
}

body.page-id-1975 .sgen-history-page .history-section .center-line {
	background: linear-gradient(
		to bottom,
		rgba(var(--sgen-blue-rgb), 0),
		rgba(var(--sgen-blue-rgb), 0.32) 12%,
		rgba(var(--sgen-yellow-rgb), 0.34) 50%,
		rgba(var(--sgen-red-rgb), 0.28) 88%,
		rgba(var(--sgen-red-rgb), 0)
	);
	width: 2px;
}

body.page-id-1975 .sgen-history-page .history-section .center-line::before {
	background-image: radial-gradient(circle, rgba(var(--sgen-blue-rgb), 0.45) 2px, transparent 3px);
	background-size: 100% 26px;
	content: "";
	inset: 0;
	position: absolute;
}

body.page-id-1975 .sgen-history-page .history-section .center-line .dot {
	background: var(--sgen-blue);
	box-shadow: 0 0 0 8px rgba(var(--sgen-blue-rgb), 0.12);
}

body.page-id-1975 .sgen-history-page .history-block .year-box {
	z-index: 3;
}

body.page-id-1975 .sgen-history-page .history-block .year-box .year-inner,
body.page-id-1975 .sgen-history-page .history-block .year-box .year {
	border-color: var(--sgen-yellow);
}

body.page-id-1975 .sgen-history-page .history-block .year-box .year-inner {
	align-items: center;
	background: var(--sgen-blue);
	border: 4px solid var(--sgen-yellow);
	border-radius: 50% !important;
	box-shadow: 0 0 0 8px rgba(var(--sgen-blue-rgb), 0.12), 0 12px 30px rgba(var(--sgen-deep-rgb), 0.18);
	color: var(--sgen-white);
	display: flex;
	height: 112px;
	justify-content: center;
	text-align: center;
	transform: none !important;
	width: 112px;
}

body.page-id-1975 .sgen-history-page .history-block:hover .year-box .year-inner {
	background: var(--sgen-red);
	border-color: var(--sgen-yellow);
}

body.page-id-1975 .sgen-history-page .history-block .year-box .year-inner span {
	color: var(--sgen-white);
	display: block;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.18;
	padding: 0 12px;
	text-transform: none;
	transform: none !important;
}

body.page-id-1975 .sgen-history-page .history-block .year-box::before,
body.page-id-1975 .sgen-history-page .history-block .year-box::after {
	border-color: rgba(var(--sgen-blue-rgb), 0.32);
}

body.page-id-1975 .sgen-history-cta {
	background: var(--sgen-deep);
	border-top: 5px solid var(--sgen-yellow);
	box-shadow: 0 22px 60px rgba(var(--sgen-deep-rgb), 0.18);
	color: var(--sgen-white);
	margin: 0 auto 90px;
	max-width: 980px;
	padding: 46px 54px;
	position: relative;
}

body.page-id-1975 .sgen-history-cta::before {
	background: var(--sgen-red);
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: -5px;
	width: 28%;
}

body.page-id-1975 .sgen-history-cta .sgen-history-kicker {
	color: var(--sgen-yellow);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

body.page-id-1975 .sgen-history-cta h2 {
	color: var(--sgen-white);
	font-size: 34px;
	line-height: 1.24;
	margin-bottom: 16px;
}

body.page-id-1975 .sgen-history-cta p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 26px;
}

body.page-id-1975 .sgen-history-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

body.page-id-1975 .sgen-history-actions a {
	background: var(--sgen-blue);
	color: var(--sgen-white);
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	padding: 14px 24px;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.page-id-1975 .sgen-history-actions a:nth-child(2) {
	background: transparent;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.42);
}

body.page-id-1975 .sgen-history-actions a:hover {
	background: var(--sgen-red);
	color: var(--sgen-white);
	transform: translateY(-2px);
}

@media (max-width: 991px) {
	body.page-id-1975 .sgen-history-page .sec-title h2 {
		font-size: 38px;
	}

	body.page-id-1975 .sgen-history-page .history-block .image-box img {
		height: 280px;
	}

	body.page-id-1975 .sgen-history-page .history-block .image-box,
	body.page-id-1975 .sgen-history-page .history-block.alternate .image-box {
		padding: 10px 100px 10px 10px;
	}

	body.page-id-1975 .sgen-history-page .history-block .text-col .inner {
		padding: 36px 34px;
	}

	body.page-id-1975 .sgen-history-page .history-block .year-box .year-inner {
		height: 98px;
		width: 98px;
	}

	body.page-id-1975 .sgen-history-cta {
		margin-bottom: 70px;
		padding: 40px;
	}
}

@media (max-width: 767px) {
	body.page-id-1975 .sgen-history-page .sec-title {
		margin-bottom: 34px;
	}

	body.page-id-1975 .sgen-history-page .sec-title h2 {
		font-size: 32px;
	}

	body.page-id-1975 .sgen-history-page .history-block .text-col h3,
	body.page-id-1975 .sgen-history-page .history-block .text-col h3 a {
		font-size: 23px;
	}

	body.page-id-1975 .sgen-history-page .history-block .image-box img {
		height: 240px;
	}

	body.page-id-1975 .sgen-history-page .history-block .image-box,
	body.page-id-1975 .sgen-history-page .history-block.alternate .image-box {
		padding: 10px;
	}

	body.page-id-1975 .sgen-history-page .history-block .text-col .inner {
		min-height: 0;
		padding: 30px 24px;
	}

	body.page-id-1975 .sgen-history-page .history-block .year-box .year-inner {
		height: 92px;
		margin-left: auto;
		margin-right: auto;
		width: 92px;
	}

	body.page-id-1975 .sgen-history-page .history-block .year-box .year-inner span {
		font-size: 12px;
	}

	body.page-id-1975 .sgen-history-cta {
		margin-bottom: 52px;
		padding: 32px 24px;
	}

	body.page-id-1975 .sgen-history-cta h2 {
		font-size: 28px;
	}

	body.page-id-1975 .sgen-history-actions {
		display: block;
	}

	body.page-id-1975 .sgen-history-actions a {
		margin-bottom: 12px;
		width: 100%;
	}
}

/* Page Mission: structure institutionnelle */
body.page-id-1976 .page-banner .image-layer::before {
	background: linear-gradient(90deg, rgba(var(--sgen-deep-rgb), 0.78), rgba(var(--sgen-deep-rgb), 0.46));
	content: "";
	inset: 0;
	position: absolute;
}

body.page-id-1976 .page-banner h1 {
	max-width: 760px;
	text-align: left;
}

body.page-id-1976 .page-banner h1::after {
	content: "Faire du num\00e9 rique un levier d\2019 int\00e9 gration, de bonne gouvernance, de croissance \00e9 conomique, de progr\00e8 s social et de d\00e9 veloppement durable.";
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.55;
	margin-top: 18px;
	max-width: 720px;
}

body.page-id-1976 .sgen-mission-section {
	padding: 0;
}

body.page-id-1976 .sgen-mission-wrap {
	margin: 0 auto;
	max-width: 1180px;
	padding: 92px 15px;
}

body.page-id-1976 .sgen-mission-intro-section .sgen-mission-wrap {
	padding-top: 104px;
}

body.page-id-1976 .sgen-kicker {
	color: var(--sgen-blue);
	display: inline-block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 12px;
	text-transform: uppercase;
}

body.page-id-1976 .sgen-mission-intro-grid,
body.page-id-1976 .sgen-mission-feature {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
}

body.page-id-1976 .sgen-mission-copy h2,
body.page-id-1976 .sgen-section-heading h2,
body.page-id-1976 .sgen-feature-copy h2,
body.page-id-1976 .sgen-mission-cta-box h2 {
	color: var(--sgen-dark);
	font-size: 42px;
	line-height: 1.18;
	margin-bottom: 18px;
}

body.page-id-1976 .sgen-mission-copy p,
body.page-id-1976 .sgen-section-heading p,
body.page-id-1976 .sgen-feature-copy p,
body.page-id-1976 .sgen-mission-cta-box p {
	color: var(--sgen-muted);
	font-size: 16px;
	line-height: 1.75;
}

body.page-id-1976 .sgen-mission-copy .sgen-lead {
	color: var(--sgen-dark);
	font-size: 17px;
	font-weight: 700;
}

body.page-id-1976 .sgen-mission-image,
body.page-id-1976 .sgen-feature-image {
	border: 1px solid rgba(var(--sgen-blue-rgb), 0.18);
	box-shadow: 0 20px 54px rgba(var(--sgen-deep-rgb), 0.12);
	overflow: hidden;
	position: relative;
}

body.page-id-1976 .sgen-mission-image::before,
body.page-id-1976 .sgen-feature-image::before {
	background: var(--sgen-yellow);
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 38%;
	z-index: 2;
}

body.page-id-1976 .sgen-mission-image::after,
body.page-id-1976 .sgen-feature-image::after {
	background: var(--sgen-red);
	content: "";
	height: 5px;
	position: absolute;
	right: 0;
	top: 0;
	width: 22%;
	z-index: 2;
}

body.page-id-1976 .sgen-mission-image img,
body.page-id-1976 .sgen-feature-image img {
	display: block;
	height: 430px;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

body.page-id-1976 .sgen-mission-cards-section {
	background: var(--sgen-light);
}

body.page-id-1976 .sgen-section-heading {
	margin: 0 auto 42px;
	max-width: 820px;
	text-align: center;
}

body.page-id-1976 .sgen-mission-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.page-id-1976 .sgen-mission-card {
	background: var(--sgen-white);
	border-top: 4px solid var(--sgen-blue);
	box-shadow: 0 16px 40px rgba(var(--sgen-deep-rgb), 0.08);
	display: flex;
	flex-direction: column;
	min-height: 280px;
	padding: 30px 26px;
	position: relative;
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.page-id-1976 .sgen-mission-card::after {
	background: var(--sgen-yellow);
	bottom: 0;
	content: "";
	height: 4px;
	left: 26px;
	position: absolute;
	transition: width 180ms ease, background-color 180ms ease;
	width: 42px;
}

body.page-id-1976 .sgen-mission-number {
	align-items: center;
	background: rgba(var(--sgen-blue-rgb), 0.1);
	color: var(--sgen-blue);
	display: inline-flex;
	font-size: 17px;
	font-weight: 900;
	height: 46px;
	justify-content: center;
	margin-bottom: 22px;
	width: 46px;
}

body.page-id-1976 .sgen-mission-card h3 {
	color: var(--sgen-dark);
	font-size: 21px;
	line-height: 1.25;
	margin-bottom: 14px;
}

body.page-id-1976 .sgen-mission-card p {
	color: var(--sgen-muted);
	font-size: 15px;
	line-height: 1.64;
	margin-bottom: 0;
}

body.page-id-1976 .sgen-mission-card:hover {
	background: var(--sgen-white);
	border-top-color: var(--sgen-red);
	box-shadow: 0 22px 46px rgba(var(--sgen-deep-rgb), 0.12);
	transform: translateY(-5px);
}

body.page-id-1976 .sgen-mission-card:hover .sgen-mission-number {
	background: var(--sgen-red);
	color: var(--sgen-white);
}

body.page-id-1976 .sgen-mission-card:hover h3 {
	color: var(--sgen-dark);
}

body.page-id-1976 .sgen-mission-card:hover p {
	color: var(--sgen-muted);
}

body.page-id-1976 .sgen-mission-card:hover::after {
	background: var(--sgen-yellow);
	width: calc(100% - 52px);
}

body.page-id-1976 .sgen-mission-development-section .sgen-mission-wrap {
	padding-top: 104px;
}

body.page-id-1976 .sgen-mission-feature {
	grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1fr);
}

body.page-id-1976 .sgen-feature-copy {
	background: var(--sgen-white);
	border-left: 5px solid var(--sgen-blue);
	box-shadow: 0 18px 48px rgba(var(--sgen-deep-rgb), 0.08);
	padding: 46px;
}

body.page-id-1976 .sgen-mission-cta-section .sgen-mission-wrap {
	padding-top: 0;
}

body.page-id-1976 .sgen-mission-cta-box {
	background: var(--sgen-deep);
	border-top: 5px solid var(--sgen-yellow);
	box-shadow: 0 24px 64px rgba(var(--sgen-deep-rgb), 0.18);
	color: var(--sgen-white);
	margin: 0 auto;
	max-width: 980px;
	padding: 48px 56px;
	position: relative;
}

body.page-id-1976 .sgen-mission-cta-box::before {
	background: var(--sgen-red);
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: -5px;
	width: 26%;
}

body.page-id-1976 .sgen-mission-cta-box h2 {
	color: var(--sgen-white);
}

body.page-id-1976 .sgen-mission-cta-box p {
	color: rgba(255, 255, 255, 0.82);
}

body.page-id-1976 .sgen-mission-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

body.page-id-1976 .sgen-mission-btn {
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	padding: 14px 24px;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.page-id-1976 .sgen-mission-btn.primary {
	background: var(--sgen-blue);
	color: var(--sgen-white);
}

body.page-id-1976 .sgen-mission-btn.secondary {
	background: transparent;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.44);
	color: var(--sgen-white);
}

body.page-id-1976 .sgen-mission-btn:hover {
	background: var(--sgen-red);
	color: var(--sgen-white);
	transform: translateY(-2px);
}

@media (max-width: 1199px) {
	body.page-id-1976 .sgen-mission-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	body.page-id-1976 .sgen-mission-wrap {
		padding: 72px 15px;
	}

	body.page-id-1976 .sgen-mission-intro-grid,
	body.page-id-1976 .sgen-mission-feature {
		gap: 34px;
		grid-template-columns: 1fr;
	}

	body.page-id-1976 .sgen-mission-copy h2,
	body.page-id-1976 .sgen-section-heading h2,
	body.page-id-1976 .sgen-feature-copy h2,
	body.page-id-1976 .sgen-mission-cta-box h2 {
		font-size: 36px;
	}

	body.page-id-1976 .sgen-mission-image img,
	body.page-id-1976 .sgen-feature-image img {
		height: 360px;
	}
}

@media (max-width: 767px) {
	body.page-id-1976 .page-banner h1::after {
		font-size: 15px;
	}

	body.page-id-1976 .sgen-mission-wrap {
		padding: 58px 15px;
	}

	body.page-id-1976 .sgen-mission-grid {
		grid-template-columns: 1fr;
	}

	body.page-id-1976 .sgen-mission-card {
		min-height: 0;
		padding: 26px 22px;
	}

	body.page-id-1976 .sgen-mission-copy h2,
	body.page-id-1976 .sgen-section-heading h2,
	body.page-id-1976 .sgen-feature-copy h2,
	body.page-id-1976 .sgen-mission-cta-box h2 {
		font-size: 30px;
	}

	body.page-id-1976 .sgen-mission-image img,
	body.page-id-1976 .sgen-feature-image img {
		height: 280px;
	}

	body.page-id-1976 .sgen-feature-copy,
	body.page-id-1976 .sgen-mission-cta-box {
		padding: 32px 24px;
	}

	body.page-id-1976 .sgen-mission-actions {
		display: block;
	}

	body.page-id-1976 .sgen-mission-btn {
		margin-bottom: 12px;
		width: 100%;
	}
}

/* Page Vision: approche courte et visuelle */
body.page-id-1977 .page-banner .image-layer::before {
	background: linear-gradient(90deg, rgba(var(--sgen-deep-rgb), 0.74), rgba(var(--sgen-deep-rgb), 0.42));
	content: "";
	inset: 0;
	position: absolute;
}

body.page-id-1977 .page-banner h1 {
	max-width: 760px;
	text-align: left;
}

body.page-id-1977 .page-banner h1::after {
	content: "Une administration publique accessible, efficace et tourn\00e9 e vers les besoins des citoyens, des entreprises et des institutions.";
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.55;
	margin-top: 18px;
	max-width: 720px;
}

body.page-id-1977 .sgen-vision-section {
	padding: 0;
}

body.page-id-1977 .sgen-vision-wrap {
	margin: 0 auto;
	max-width: 1180px;
	padding: 88px 15px;
}

body.page-id-1977 .sgen-vision-intro-section .sgen-vision-wrap {
	padding-top: 104px;
}

body.page-id-1977 .sgen-kicker {
	color: var(--sgen-blue);
	display: inline-block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 12px;
	text-transform: uppercase;
}

body.page-id-1977 .sgen-vision-intro-grid {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
}

body.page-id-1977 .sgen-vision-copy h2,
body.page-id-1977 .sgen-section-heading h2,
body.page-id-1977 .sgen-vision-band-content h2,
body.page-id-1977 .sgen-vision-cta-box h2 {
	color: var(--sgen-dark);
	font-size: 42px;
	line-height: 1.18;
	margin-bottom: 18px;
}

body.page-id-1977 .sgen-vision-copy p,
body.page-id-1977 .sgen-section-heading p,
body.page-id-1977 .sgen-vision-band-content p,
body.page-id-1977 .sgen-vision-cta-box p {
	color: var(--sgen-muted);
	font-size: 16px;
	line-height: 1.75;
}

body.page-id-1977 .sgen-vision-copy .sgen-lead {
	color: var(--sgen-dark);
	font-size: 17px;
	font-weight: 700;
}

body.page-id-1977 .sgen-vision-image {
	border: 1px solid rgba(var(--sgen-blue-rgb), 0.18);
	box-shadow: 0 20px 54px rgba(var(--sgen-deep-rgb), 0.12);
	overflow: hidden;
	position: relative;
}

body.page-id-1977 .sgen-vision-image::before {
	background: var(--sgen-yellow);
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 42%;
	z-index: 2;
}

body.page-id-1977 .sgen-vision-image::after {
	background: var(--sgen-red);
	content: "";
	height: 5px;
	position: absolute;
	right: 0;
	top: 0;
	width: 20%;
	z-index: 2;
}

body.page-id-1977 .sgen-vision-image img {
	display: block;
	height: 430px;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

body.page-id-1977 .sgen-vision-axes-section {
	background: var(--sgen-light);
}

body.page-id-1977 .sgen-section-heading {
	margin: 0 auto 42px;
	max-width: 820px;
	text-align: center;
}

body.page-id-1977 .sgen-vision-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.page-id-1977 .sgen-vision-card {
	background: var(--sgen-white);
	border-top: 4px solid var(--sgen-blue);
	box-shadow: 0 16px 40px rgba(var(--sgen-deep-rgb), 0.08);
	display: flex;
	flex-direction: column;
	min-height: 250px;
	padding: 30px 26px;
	position: relative;
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.page-id-1977 .sgen-vision-card::after {
	background: var(--sgen-yellow);
	bottom: 0;
	content: "";
	height: 4px;
	left: 26px;
	position: absolute;
	transition: width 180ms ease;
	width: 42px;
}

body.page-id-1977 .sgen-vision-number {
	align-items: center;
	background: rgba(var(--sgen-blue-rgb), 0.1);
	color: var(--sgen-blue);
	display: inline-flex;
	font-size: 17px;
	font-weight: 900;
	height: 46px;
	justify-content: center;
	margin-bottom: 22px;
	width: 46px;
}

body.page-id-1977 .sgen-vision-card h3 {
	color: var(--sgen-dark);
	font-size: 21px;
	line-height: 1.25;
	margin-bottom: 14px;
}

body.page-id-1977 .sgen-vision-card p {
	color: var(--sgen-muted);
	font-size: 15px;
	line-height: 1.64;
	margin-bottom: 0;
}

body.page-id-1977 .sgen-vision-card:hover {
	background: var(--sgen-white);
	border-top-color: var(--sgen-red);
	box-shadow: 0 22px 46px rgba(var(--sgen-deep-rgb), 0.12);
	transform: translateY(-5px);
}

body.page-id-1977 .sgen-vision-card:hover .sgen-vision-number {
	background: var(--sgen-red);
	color: var(--sgen-white);
}

body.page-id-1977 .sgen-vision-card:hover h3 {
	color: var(--sgen-dark);
}

body.page-id-1977 .sgen-vision-card:hover p {
	color: var(--sgen-muted);
}

body.page-id-1977 .sgen-vision-card:hover::after {
	width: calc(100% - 52px);
}

body.page-id-1977 .sgen-vision-band-section {
	background: var(--sgen-white);
}

body.page-id-1977 .sgen-vision-band {
	background-image: url("/wp-content/uploads/2026/05/984381.jpg");
	background-position: center center;
	background-size: cover;
	min-height: 430px;
	position: relative;
}

body.page-id-1977 .sgen-vision-band-overlay {
	background: linear-gradient(90deg, rgba(var(--sgen-deep-rgb), 0.82), rgba(var(--sgen-blue-rgb), 0.42));
	inset: 0;
	position: absolute;
}

body.page-id-1977 .sgen-vision-band-content {
	color: var(--sgen-white);
	margin: 0 auto;
	max-width: 1180px;
	padding: 98px 15px;
	position: relative;
	z-index: 2;
}

body.page-id-1977 .sgen-vision-band-content .sgen-kicker {
	color: var(--sgen-yellow);
}

body.page-id-1977 .sgen-vision-band-content h2 {
	color: var(--sgen-white);
	max-width: 680px;
}

body.page-id-1977 .sgen-vision-band-content p {
	color: rgba(255, 255, 255, 0.86);
	max-width: 720px;
}

body.page-id-1977 .sgen-vision-cta-section .sgen-vision-wrap {
	padding-top: 86px;
}

body.page-id-1977 .sgen-vision-cta-box {
	background: var(--sgen-deep);
	border-top: 5px solid var(--sgen-yellow);
	box-shadow: 0 24px 64px rgba(var(--sgen-deep-rgb), 0.18);
	color: var(--sgen-white);
	margin: 0 auto;
	max-width: 980px;
	padding: 48px 56px;
	position: relative;
}

body.page-id-1977 .sgen-vision-cta-box::before {
	background: var(--sgen-red);
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: -5px;
	width: 26%;
}

body.page-id-1977 .sgen-vision-cta-box h2 {
	color: var(--sgen-white);
}

body.page-id-1977 .sgen-vision-cta-box p {
	color: rgba(255, 255, 255, 0.82);
}

body.page-id-1977 .sgen-vision-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

body.page-id-1977 .sgen-vision-btn {
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	padding: 14px 24px;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.page-id-1977 .sgen-vision-btn.primary {
	background: var(--sgen-blue);
	color: var(--sgen-white);
}

body.page-id-1977 .sgen-vision-btn.secondary {
	background: transparent;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.44);
	color: var(--sgen-white);
}

body.page-id-1977 .sgen-vision-btn:hover {
	background: var(--sgen-red);
	color: var(--sgen-white);
	transform: translateY(-2px);
}

@media (max-width: 1199px) {
	body.page-id-1977 .sgen-vision-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	body.page-id-1977 .sgen-vision-wrap {
		padding: 72px 15px;
	}

	body.page-id-1977 .sgen-vision-intro-grid {
		gap: 34px;
		grid-template-columns: 1fr;
	}

	body.page-id-1977 .sgen-vision-copy h2,
	body.page-id-1977 .sgen-section-heading h2,
	body.page-id-1977 .sgen-vision-band-content h2,
	body.page-id-1977 .sgen-vision-cta-box h2 {
		font-size: 36px;
	}

	body.page-id-1977 .sgen-vision-image img {
		height: 360px;
	}
}

@media (max-width: 767px) {
	body.page-id-1977 .page-banner h1::after {
		font-size: 15px;
	}

	body.page-id-1977 .sgen-vision-wrap,
	body.page-id-1977 .sgen-vision-cta-section .sgen-vision-wrap {
		padding: 58px 15px;
	}

	body.page-id-1977 .sgen-vision-grid {
		grid-template-columns: 1fr;
	}

	body.page-id-1977 .sgen-vision-card {
		min-height: 0;
		padding: 26px 22px;
	}

	body.page-id-1977 .sgen-vision-copy h2,
	body.page-id-1977 .sgen-section-heading h2,
	body.page-id-1977 .sgen-vision-band-content h2,
	body.page-id-1977 .sgen-vision-cta-box h2 {
		font-size: 30px;
	}

	body.page-id-1977 .sgen-vision-image img {
		height: 280px;
	}

	body.page-id-1977 .sgen-vision-band {
		min-height: 360px;
	}

	body.page-id-1977 .sgen-vision-band-content {
		padding: 72px 15px;
	}

	body.page-id-1977 .sgen-vision-cta-box {
		padding: 32px 24px;
	}

	body.page-id-1977 .sgen-vision-actions {
		display: block;
	}

	body.page-id-1977 .sgen-vision-btn {
		margin-bottom: 12px;
		width: 100%;
	}
}

/* Page Cadre organique: organisation institutionnelle */
body.page-id-1978 .page-banner .image-layer::before {
	background: linear-gradient(90deg, rgba(var(--sgen-deep-rgb), 0.76), rgba(var(--sgen-deep-rgb), 0.44));
	content: "";
	inset: 0;
	position: absolute;
}

body.page-id-1978 .page-banner h1 {
	max-width: 760px;
	text-align: left;
}

body.page-id-1978 .page-banner h1::after {
	content: "Organisation administrative, structures et directions du Secr\00e9 tariat G\00e9 n\00e9 ral \00e0  l\2019 \00c9 conomie du Num\00e9 rique.";
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.55;
	margin-top: 18px;
	max-width: 720px;
}

body.page-id-1978 .sgen-cadre-section {
	padding: 0;
}

body.page-id-1978 .sgen-cadre-wrap {
	margin: 0 auto;
	max-width: 1180px;
	padding: 88px 15px;
}

body.page-id-1978 .sgen-cadre-intro-section .sgen-cadre-wrap {
	padding-top: 104px;
}

body.page-id-1978 .sgen-kicker {
	color: var(--sgen-blue);
	display: inline-block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 12px;
	text-transform: uppercase;
}

body.page-id-1978 .sgen-cadre-intro-grid {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
}

body.page-id-1978 .sgen-cadre-copy h2,
body.page-id-1978 .sgen-section-heading h2,
body.page-id-1978 .sgen-cadre-timeline-head h2,
body.page-id-1978 .sgen-organigramme-copy h2,
body.page-id-1978 .sgen-cadre-cta-box h2 {
	color: var(--sgen-dark);
	font-size: 42px;
	line-height: 1.18;
	margin-bottom: 18px;
}

body.page-id-1978 .sgen-cadre-copy p,
body.page-id-1978 .sgen-section-heading p,
body.page-id-1978 .sgen-cadre-timeline-head p,
body.page-id-1978 .sgen-organigramme-copy p,
body.page-id-1978 .sgen-cadre-cta-box p {
	color: var(--sgen-muted);
	font-size: 16px;
	line-height: 1.75;
}

body.page-id-1978 .sgen-cadre-copy .sgen-lead {
	color: var(--sgen-dark);
	font-size: 17px;
	font-weight: 700;
}

body.page-id-1978 .sgen-cadre-image {
	border: 1px solid rgba(var(--sgen-blue-rgb), 0.18);
	box-shadow: 0 20px 54px rgba(var(--sgen-deep-rgb), 0.12);
	overflow: hidden;
	position: relative;
}

body.page-id-1978 .sgen-cadre-image::before {
	background: var(--sgen-yellow);
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 42%;
	z-index: 2;
}

body.page-id-1978 .sgen-cadre-image::after {
	background: var(--sgen-red);
	content: "";
	height: 5px;
	position: absolute;
	right: 0;
	top: 0;
	width: 20%;
	z-index: 2;
}

body.page-id-1978 .sgen-cadre-image img {
	display: block;
	height: 430px;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

body.page-id-1978 .sgen-cadre-attrs-section,
body.page-id-1978 .sgen-cadre-directions-section {
	background: var(--sgen-light);
}

body.page-id-1978 .sgen-section-heading {
	margin: 0 auto 42px;
	max-width: 860px;
	text-align: center;
}

body.page-id-1978 .sgen-cadre-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-id-1978 .sgen-cadre-card {
	background: var(--sgen-white);
	border-top: 4px solid var(--sgen-blue);
	box-shadow: 0 16px 40px rgba(var(--sgen-deep-rgb), 0.08);
	display: flex;
	flex-direction: column;
	min-height: 270px;
	padding: 30px 26px;
	position: relative;
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.page-id-1978 .sgen-cadre-card::after {
	background: var(--sgen-yellow);
	bottom: 0;
	content: "";
	height: 4px;
	left: 26px;
	position: absolute;
	transition: width 180ms ease;
	width: 42px;
}

body.page-id-1978 .sgen-cadre-number {
	align-items: center;
	background: rgba(var(--sgen-blue-rgb), 0.1);
	color: var(--sgen-blue);
	display: inline-flex;
	font-size: 17px;
	font-weight: 900;
	height: 46px;
	justify-content: center;
	margin-bottom: 22px;
	width: 46px;
}

body.page-id-1978 .sgen-cadre-card h3 {
	color: var(--sgen-dark);
	font-size: 21px;
	line-height: 1.25;
	margin-bottom: 14px;
}

body.page-id-1978 .sgen-cadre-card p {
	color: var(--sgen-muted);
	font-size: 15px;
	line-height: 1.64;
	margin-bottom: 0;
}

body.page-id-1978 .sgen-cadre-card:hover {
	background: var(--sgen-white);
	border-top-color: var(--sgen-red);
	box-shadow: 0 22px 46px rgba(var(--sgen-deep-rgb), 0.12);
	transform: translateY(-5px);
}

body.page-id-1978 .sgen-cadre-card:hover .sgen-cadre-number {
	background: var(--sgen-red);
	color: var(--sgen-white);
}

body.page-id-1978 .sgen-cadre-card:hover h3 {
	color: var(--sgen-dark);
}

body.page-id-1978 .sgen-cadre-card:hover p {
	color: var(--sgen-muted);
}

body.page-id-1978 .sgen-cadre-card:hover::after {
	width: calc(100% - 52px);
}

body.page-id-1978 .sgen-cadre-timeline {
	display: grid;
	gap: 50px;
	grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1fr);
}

body.page-id-1978 .sgen-cadre-timeline-head {
	align-self: start;
	background: var(--sgen-deep);
	border-top: 5px solid var(--sgen-yellow);
	box-shadow: 0 20px 54px rgba(var(--sgen-deep-rgb), 0.14);
	padding: 42px;
	position: sticky;
	top: 120px;
}

body.page-id-1978 .sgen-cadre-timeline-head .sgen-kicker {
	color: var(--sgen-yellow);
}

body.page-id-1978 .sgen-cadre-timeline-head h2,
body.page-id-1978 .sgen-cadre-timeline-head p {
	color: var(--sgen-white);
}

body.page-id-1978 .sgen-cadre-timeline-head p {
	color: rgba(255, 255, 255, 0.82);
}

body.page-id-1978 .sgen-cadre-timeline-head small {
	color: rgba(255, 255, 255, 0.64);
	display: block;
	font-size: 13px;
	line-height: 1.5;
	margin-top: 18px;
}

body.page-id-1978 .sgen-cadre-timeline ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

body.page-id-1978 .sgen-cadre-timeline ul::before {
	background: linear-gradient(to bottom, var(--sgen-blue), var(--sgen-yellow), var(--sgen-red));
	content: "";
	height: 100%;
	left: 16px;
	position: absolute;
	top: 0;
	width: 3px;
}

body.page-id-1978 .sgen-cadre-timeline li {
	background: var(--sgen-white);
	box-shadow: 0 14px 34px rgba(var(--sgen-deep-rgb), 0.08);
	margin-bottom: 20px;
	margin-left: 54px;
	padding: 24px 26px;
	position: relative;
}

body.page-id-1978 .sgen-cadre-timeline li::before {
	background: var(--sgen-blue);
	border: 4px solid var(--sgen-white);
	box-shadow: 0 0 0 4px rgba(var(--sgen-blue-rgb), 0.15);
	content: "";
	height: 18px;
	left: -47px;
	position: absolute;
	top: 30px;
	width: 18px;
}

body.page-id-1978 .sgen-cadre-date {
	color: var(--sgen-blue);
	display: block;
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 8px;
	text-transform: uppercase;
}

body.page-id-1978 .sgen-cadre-timeline h3 {
	color: var(--sgen-dark);
	font-size: 20px;
	line-height: 1.28;
	margin-bottom: 6px;
}

body.page-id-1978 .sgen-cadre-timeline li p {
	color: var(--sgen-muted);
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 0;
}

body.page-id-1978 .sgen-cadre-direction-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page-id-1978 .sgen-direction-group {
	background: var(--sgen-white);
	border-top: 5px solid var(--sgen-blue);
	box-shadow: 0 18px 48px rgba(var(--sgen-deep-rgb), 0.08);
	padding: 38px;
}

body.page-id-1978 .sgen-direction-group:nth-child(2) {
	border-top-color: var(--sgen-red);
}

body.page-id-1978 .sgen-direction-group h3 {
	color: var(--sgen-dark);
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 14px;
}

body.page-id-1978 .sgen-direction-group p {
	color: var(--sgen-muted);
	font-size: 15.5px;
	line-height: 1.65;
}

body.page-id-1978 .sgen-direction-group ul {
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
}

body.page-id-1978 .sgen-direction-group li {
	border-bottom: 1px solid rgba(var(--sgen-deep-rgb), 0.08);
	color: var(--sgen-dark);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	padding: 12px 0 12px 26px;
	position: relative;
}

body.page-id-1978 .sgen-direction-group li::before {
	background: var(--sgen-yellow);
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 19px;
	width: 8px;
}

body.page-id-1978 .sgen-organigramme-box {
	align-items: center;
	background: var(--sgen-white);
	border: 1px solid rgba(var(--sgen-blue-rgb), 0.14);
	box-shadow: 0 20px 54px rgba(var(--sgen-deep-rgb), 0.1);
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
	padding: 48px;
}

body.page-id-1978 .sgen-organigramme-note {
	background: var(--sgen-light);
	border-left: 4px solid var(--sgen-yellow);
	padding: 14px 18px;
}

body.page-id-1978 .sgen-organigramme-preview {
	background: linear-gradient(135deg, rgba(var(--sgen-blue-rgb), 0.12), rgba(var(--sgen-deep-rgb), 0.06));
	min-height: 310px;
	padding: 34px;
	position: relative;
	text-align: center;
}

body.page-id-1978 .sgen-org-node {
	background: var(--sgen-blue);
	box-shadow: 0 16px 34px rgba(var(--sgen-blue-rgb), 0.18);
	color: var(--sgen-white);
	display: inline-block;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.3;
	padding: 18px 26px;
}

body.page-id-1978 .sgen-org-line {
	background: var(--sgen-yellow);
	height: 54px;
	margin: 0 auto;
	width: 3px;
}

body.page-id-1978 .sgen-org-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page-id-1978 .sgen-org-grid span {
	background: var(--sgen-white);
	border-top: 4px solid var(--sgen-red);
	box-shadow: 0 12px 28px rgba(var(--sgen-deep-rgb), 0.08);
	color: var(--sgen-dark);
	font-size: 14px;
	font-weight: 800;
	padding: 18px 14px;
}

body.page-id-1978 .sgen-cadre-cta-box {
	background: var(--sgen-deep);
	border-top: 5px solid var(--sgen-yellow);
	box-shadow: 0 24px 64px rgba(var(--sgen-deep-rgb), 0.18);
	color: var(--sgen-white);
	margin: 0 auto;
	max-width: 980px;
	padding: 48px 56px;
	position: relative;
}

body.page-id-1978 .sgen-cadre-cta-box::before {
	background: var(--sgen-red);
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: -5px;
	width: 26%;
}

body.page-id-1978 .sgen-cadre-cta-box .sgen-kicker {
	color: var(--sgen-yellow);
}

body.page-id-1978 .sgen-cadre-cta-box h2 {
	color: var(--sgen-white);
}

body.page-id-1978 .sgen-cadre-cta-box p {
	color: rgba(255, 255, 255, 0.82);
}

body.page-id-1978 .sgen-cadre-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

body.page-id-1978 .sgen-cadre-btn {
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	padding: 14px 24px;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.page-id-1978 .sgen-cadre-btn.primary {
	background: var(--sgen-blue);
	color: var(--sgen-white);
}

body.page-id-1978 .sgen-cadre-btn.secondary {
	background: transparent;
	box-shadow: inset 0 0 0 2px rgba(var(--sgen-deep-rgb), 0.18);
	color: var(--sgen-dark);
}

body.page-id-1978 .sgen-cadre-cta-box .sgen-cadre-btn.secondary {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.44);
	color: var(--sgen-white);
}

body.page-id-1978 .sgen-cadre-btn:hover {
	background: var(--sgen-red);
	color: var(--sgen-white);
	transform: translateY(-2px);
}

@media (max-width: 1199px) {
	body.page-id-1978 .sgen-cadre-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	body.page-id-1978 .sgen-cadre-wrap {
		padding: 72px 15px;
	}

	body.page-id-1978 .sgen-cadre-intro-grid,
	body.page-id-1978 .sgen-cadre-timeline,
	body.page-id-1978 .sgen-cadre-direction-grid,
	body.page-id-1978 .sgen-organigramme-box {
		gap: 34px;
		grid-template-columns: 1fr;
	}

	body.page-id-1978 .sgen-cadre-timeline-head {
		position: relative;
		top: auto;
	}

	body.page-id-1978 .sgen-cadre-copy h2,
	body.page-id-1978 .sgen-section-heading h2,
	body.page-id-1978 .sgen-cadre-timeline-head h2,
	body.page-id-1978 .sgen-organigramme-copy h2,
	body.page-id-1978 .sgen-cadre-cta-box h2 {
		font-size: 36px;
	}

	body.page-id-1978 .sgen-cadre-image img {
		height: 360px;
	}
}

@media (max-width: 767px) {
	body.page-id-1978 .page-banner h1::after {
		font-size: 15px;
	}

	body.page-id-1978 .sgen-cadre-wrap {
		padding: 58px 15px;
	}

	body.page-id-1978 .sgen-cadre-grid,
	body.page-id-1978 .sgen-org-grid {
		grid-template-columns: 1fr;
	}

	body.page-id-1978 .sgen-cadre-card {
		min-height: 0;
		padding: 26px 22px;
	}

	body.page-id-1978 .sgen-cadre-copy h2,
	body.page-id-1978 .sgen-section-heading h2,
	body.page-id-1978 .sgen-cadre-timeline-head h2,
	body.page-id-1978 .sgen-organigramme-copy h2,
	body.page-id-1978 .sgen-cadre-cta-box h2 {
		font-size: 30px;
	}

	body.page-id-1978 .sgen-cadre-image img {
		height: 280px;
	}

	body.page-id-1978 .sgen-cadre-timeline-head,
	body.page-id-1978 .sgen-direction-group,
	body.page-id-1978 .sgen-organigramme-box,
	body.page-id-1978 .sgen-organigramme-preview,
	body.page-id-1978 .sgen-cadre-cta-box {
		padding: 30px 24px;
	}

	body.page-id-1978 .sgen-cadre-actions {
		display: block;
	}

	body.page-id-1978 .sgen-cadre-btn {
		margin-bottom: 12px;
		width: 100%;
	}
}

/* Page Directions: accordéons institutionnels */
body.page-id-1979 .page-banner .image-layer::before {
	background: linear-gradient(90deg, rgba(var(--sgen-deep-rgb), 0.78), rgba(var(--sgen-deep-rgb), 0.44));
	content: "";
	inset: 0;
	position: absolute;
}

body.page-id-1979 .page-banner h1 {
	max-width: 820px;
	text-align: left;
}

body.page-id-1979 .page-banner h1::after {
	content: "Les directions standards et m\00e9 tiers accompagnent la mise en \0153 uvre des politiques publiques du num\00e9 rique en R\00e9 publique D\00e9 mocratique du Congo.";
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.55;
	margin-top: 18px;
	max-width: 760px;
}

body.page-id-1979 .sgen-directions-page-section {
	padding: 0;
}

body.page-id-1979 .sgen-directions-wrap {
	margin: 0 auto;
	max-width: 1180px;
	padding: 88px 15px;
}

body.page-id-1979 .sgen-directions-intro-section .sgen-directions-wrap {
	padding-top: 104px;
}

body.page-id-1979 .sgen-kicker {
	color: var(--sgen-blue);
	display: inline-block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 12px;
	text-transform: uppercase;
}

body.page-id-1979 .sgen-directions-intro-grid {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
}

body.page-id-1979 .sgen-directions-copy h2,
body.page-id-1979 .sgen-directions-group-head h2,
body.page-id-1979 .sgen-directions-cta-box h2 {
	color: var(--sgen-dark);
	font-size: 42px;
	line-height: 1.18;
	margin-bottom: 18px;
}

body.page-id-1979 .sgen-directions-copy p,
body.page-id-1979 .sgen-directions-group-head p,
body.page-id-1979 .sgen-directions-cta-box p {
	color: var(--sgen-muted);
	font-size: 16px;
	line-height: 1.75;
}

body.page-id-1979 .sgen-directions-copy .sgen-lead {
	color: var(--sgen-dark);
	font-size: 17px;
	font-weight: 700;
}

body.page-id-1979 .sgen-directions-image {
	border: 1px solid rgba(var(--sgen-blue-rgb), 0.18);
	box-shadow: 0 20px 54px rgba(var(--sgen-deep-rgb), 0.12);
	overflow: hidden;
	position: relative;
}

body.page-id-1979 .sgen-directions-image::before {
	background: var(--sgen-yellow);
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 42%;
	z-index: 2;
}

body.page-id-1979 .sgen-directions-image::after {
	background: var(--sgen-red);
	content: "";
	height: 5px;
	position: absolute;
	right: 0;
	top: 0;
	width: 20%;
	z-index: 2;
}

body.page-id-1979 .sgen-directions-image img {
	display: block;
	height: 430px;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

body.page-id-1979 .sgen-directions-standards-section {
	background: var(--sgen-light);
}

body.page-id-1979 .sgen-directions-metiers-section {
	background: var(--sgen-white);
}

body.page-id-1979 .sgen-directions-group-head {
	margin: 0 auto 42px;
	max-width: 860px;
	text-align: center;
}

body.page-id-1979 .sgen-directions-accordion-list {
	display: grid;
	gap: 18px;
}

body.page-id-1979 .sgen-direction-accordion {
	background: var(--sgen-white);
	border: 1px solid rgba(var(--sgen-deep-rgb), 0.08);
	box-shadow: 0 14px 34px rgba(var(--sgen-deep-rgb), 0.07);
	overflow: hidden;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

body.page-id-1979 .sgen-directions-metiers-section .sgen-direction-accordion {
	background: var(--sgen-light);
}

body.page-id-1979 .sgen-direction-accordion[open] {
	border-color: rgba(var(--sgen-blue-rgb), 0.28);
	box-shadow: 0 20px 48px rgba(var(--sgen-deep-rgb), 0.1);
}

body.page-id-1979 .sgen-direction-accordion summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 18px;
	list-style: none;
	padding: 24px 30px;
	position: relative;
	transition: background-color 180ms ease, color 180ms ease;
}

body.page-id-1979 .sgen-direction-accordion summary::-webkit-details-marker {
	display: none;
}

body.page-id-1979 .sgen-direction-accordion summary::after {
	color: var(--sgen-blue);
	content: "+";
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	margin-left: auto;
	transition: color 180ms ease, transform 180ms ease;
}

body.page-id-1979 .sgen-direction-accordion[open] summary::after {
	content: "–";
	transform: translateY(-1px);
}

body.page-id-1979 .sgen-direction-accordion summary:hover,
body.page-id-1979 .sgen-direction-accordion[open] summary {
	background: var(--sgen-red);
}

body.page-id-1979 .sgen-direction-accordion summary:hover::after,
body.page-id-1979 .sgen-direction-accordion[open] summary::after {
	color: var(--sgen-white);
}

body.page-id-1979 .sgen-direction-sigle {
	align-items: center;
	background: var(--sgen-blue);
	color: var(--sgen-white);
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 900;
	height: 46px;
	justify-content: center;
	min-width: 74px;
	padding: 0 12px;
}

body.page-id-1979 .sgen-direction-title {
	color: var(--sgen-dark);
	font-size: 21px;
	font-weight: 800;
	line-height: 1.25;
}

body.page-id-1979 .sgen-direction-accordion summary:hover .sgen-direction-sigle,
body.page-id-1979 .sgen-direction-accordion[open] .sgen-direction-sigle {
	background: rgba(255, 255, 255, 0.18);
	color: var(--sgen-white);
}

body.page-id-1979 .sgen-direction-accordion summary:hover .sgen-direction-title,
body.page-id-1979 .sgen-direction-accordion[open] .sgen-direction-title {
	color: var(--sgen-white);
}

body.page-id-1979 .sgen-direction-detail {
	border-top: 4px solid var(--sgen-yellow);
	padding: 28px 30px 30px 122px;
}

body.page-id-1979 .sgen-direction-detail p {
	color: var(--sgen-muted);
	font-size: 15.5px;
	line-height: 1.72;
	margin-bottom: 12px;
}

body.page-id-1979 .sgen-direction-detail .sgen-direction-responsable {
	color: var(--sgen-dark);
	font-weight: 700;
}

body.page-id-1979 .sgen-direction-divisions {
	background: var(--sgen-white);
	border-left: 4px solid var(--sgen-blue);
	margin-top: 18px;
	padding: 18px 20px;
}

body.page-id-1979 .sgen-direction-divisions strong {
	color: var(--sgen-dark);
	display: block;
	margin-bottom: 10px;
}

body.page-id-1979 .sgen-direction-divisions ul {
	display: grid;
	gap: 8px 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

body.page-id-1979 .sgen-direction-divisions li {
	color: var(--sgen-muted);
	font-size: 14.5px;
	line-height: 1.45;
	padding-left: 18px;
	position: relative;
}

body.page-id-1979 .sgen-direction-divisions li::before {
	background: var(--sgen-yellow);
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 7px;
}

body.page-id-1979 .sgen-directions-cta-box {
	background: var(--sgen-deep);
	border-top: 5px solid var(--sgen-yellow);
	box-shadow: 0 24px 64px rgba(var(--sgen-deep-rgb), 0.18);
	color: var(--sgen-white);
	margin: 0 auto;
	max-width: 980px;
	padding: 48px 56px;
	position: relative;
}

body.page-id-1979 .sgen-directions-cta-box::before {
	background: var(--sgen-red);
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: -5px;
	width: 26%;
}

body.page-id-1979 .sgen-directions-cta-box .sgen-kicker {
	color: var(--sgen-yellow);
}

body.page-id-1979 .sgen-directions-cta-box h2 {
	color: var(--sgen-white);
}

body.page-id-1979 .sgen-directions-cta-box p {
	color: rgba(255, 255, 255, 0.82);
}

body.page-id-1979 .sgen-directions-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

body.page-id-1979 .sgen-directions-btn {
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	padding: 14px 24px;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.page-id-1979 .sgen-directions-btn.primary {
	background: var(--sgen-blue);
	color: var(--sgen-white);
}

body.page-id-1979 .sgen-directions-btn.secondary {
	background: transparent;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.44);
	color: var(--sgen-white);
}

body.page-id-1979 .sgen-directions-btn:hover {
	background: var(--sgen-red);
	color: var(--sgen-white);
	transform: translateY(-2px);
}

@media (max-width: 991px) {
	body.page-id-1979 .sgen-directions-wrap {
		padding: 72px 15px;
	}

	body.page-id-1979 .sgen-directions-intro-grid {
		gap: 34px;
		grid-template-columns: 1fr;
	}

	body.page-id-1979 .sgen-directions-copy h2,
	body.page-id-1979 .sgen-directions-group-head h2,
	body.page-id-1979 .sgen-directions-cta-box h2 {
		font-size: 36px;
	}

	body.page-id-1979 .sgen-directions-image img {
		height: 360px;
	}
}

@media (max-width: 767px) {
	body.page-id-1979 .page-banner h1::after {
		font-size: 15px;
	}

	body.page-id-1979 .sgen-directions-wrap {
		padding: 58px 15px;
	}

	body.page-id-1979 .sgen-directions-copy h2,
	body.page-id-1979 .sgen-directions-group-head h2,
	body.page-id-1979 .sgen-directions-cta-box h2 {
		font-size: 30px;
	}

	body.page-id-1979 .sgen-directions-image img {
		height: 280px;
	}

	body.page-id-1979 .sgen-direction-accordion summary {
		align-items: flex-start;
		padding: 22px;
	}

	body.page-id-1979 .sgen-direction-sigle {
		min-width: 60px;
	}

	body.page-id-1979 .sgen-direction-title {
		font-size: 18px;
	}

	body.page-id-1979 .sgen-direction-detail {
		padding: 24px 22px;
	}

	body.page-id-1979 .sgen-direction-divisions ul {
		grid-template-columns: 1fr;
	}

	body.page-id-1979 .sgen-directions-cta-box {
		padding: 32px 24px;
	}

	body.page-id-1979 .sgen-directions-actions {
		display: block;
	}

	body.page-id-1979 .sgen-directions-btn {
		margin-bottom: 12px;
		width: 100%;
	}
}

/* Pages Économie numérique: conservation du template avec hover RDC */
body.page-id-1980 .page-banner .image-layer::before,
body.page-id-1981 .page-banner .image-layer::before {
	background: linear-gradient(90deg, rgba(var(--sgen-deep-rgb), 0.76), rgba(var(--sgen-deep-rgb), 0.42));
	content: "";
	inset: 0;
	position: absolute;
}

body.page-id-1980 .page-banner h1,
body.page-id-1981 .page-banner h1 {
	max-width: 820px;
	text-align: left;
}

body.page-id-1980 .page-banner h1::after,
body.page-id-1981 .page-banner h1::after {
	content: "Services, projets, donn\00e9 es et accompagnement administratif du secteur num\00e9 rique en R\00e9 publique D\00e9 mocratique du Congo.";
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.55;
	margin-top: 18px;
	max-width: 760px;
}

body.page-id-1980 .services-section-three .featured-block-six .inner-box,
body.page-id-1981 .services-section-three .featured-block-six .inner-box,
body.page-id-1980 .departments-section .featured-block-four .inner-box,
body.page-id-1981 .departments-section .featured-block-four .inner-box {
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.page-id-1980 .services-section-three .featured-block-six:hover .content-box,
body.page-id-1981 .services-section-three .featured-block-six:hover .content-box,
body.page-id-1980 .departments-section .featured-block-four:hover .inner-box,
body.page-id-1981 .departments-section .featured-block-four:hover .inner-box {
	background: var(--sgen-red);
	box-shadow: 0 22px 52px rgba(var(--sgen-red-rgb), 0.18);
}

body.page-id-1980 .services-section-three .featured-block-six:hover .content-box .image-layer,
body.page-id-1981 .services-section-three .featured-block-six:hover .content-box .image-layer {
	display: none;
}

body.page-id-1980 .services-section-three .featured-block-six:hover .inner-box,
body.page-id-1981 .services-section-three .featured-block-six:hover .inner-box,
body.page-id-1980 .departments-section .featured-block-four:hover .inner-box,
body.page-id-1981 .departments-section .featured-block-four:hover .inner-box {
	transform: translateY(-4px);
}

body.page-id-1980 .services-section-three .featured-block-six:hover .subtitle,
body.page-id-1980 .services-section-three .featured-block-six:hover h4 a,
body.page-id-1980 .services-section-three .featured-block-six:hover .text,
body.page-id-1980 .services-section-three .featured-block-six:hover .icon-box,
body.page-id-1980 .services-section-three .featured-block-six:hover .icon-box i,
body.page-id-1981 .services-section-three .featured-block-six:hover .subtitle,
body.page-id-1981 .services-section-three .featured-block-six:hover h4 a,
body.page-id-1981 .services-section-three .featured-block-six:hover .text,
body.page-id-1981 .services-section-three .featured-block-six:hover .icon-box,
body.page-id-1981 .services-section-three .featured-block-six:hover .icon-box i,
body.page-id-1980 .departments-section .featured-block-four:hover .count-box span,
body.page-id-1980 .departments-section .featured-block-four:hover .icon-box,
body.page-id-1980 .departments-section .featured-block-four:hover .icon-box i,
body.page-id-1980 .departments-section .featured-block-four:hover h4 a,
body.page-id-1980 .departments-section .featured-block-four:hover .read-more a,
body.page-id-1981 .departments-section .featured-block-four:hover .count-box span,
body.page-id-1981 .departments-section .featured-block-four:hover .icon-box,
body.page-id-1981 .departments-section .featured-block-four:hover .icon-box i,
body.page-id-1981 .departments-section .featured-block-four:hover h4 a,
body.page-id-1981 .departments-section .featured-block-four:hover .read-more a {
	color: var(--sgen-white);
}

body.page-id-1980 .departments-section .featured-block-four:hover .count-box,
body.page-id-1981 .departments-section .featured-block-four:hover .count-box,
body.page-id-1980 .departments-section .featured-block-four:hover .read-more,
body.page-id-1981 .departments-section .featured-block-four:hover .read-more {
	border-color: rgba(255, 255, 255, 0.34);
}

body.page-id-1980 .departments-section .image-column,
body.page-id-1981 .departments-section .image-column {
	display: none;
}

body.page-id-1980 .departments-section .right-column,
body.page-id-1981 .departments-section .right-column {
	flex: 0 0 100%;
	max-width: 100%;
}

body.page-id-1980 .departments-section .upper-row .bg-layer,
body.page-id-1981 .departments-section .upper-row .bg-layer {
	background: var(--sgen-red);
}

body.page-id-1980 .departments-section .featured-block-four .count-box,
body.page-id-1981 .departments-section .featured-block-four .count-box {
	background: var(--sgen-red);
}

body.page-id-1980 .departments-section .featured-block-four .count-box span,
body.page-id-1981 .departments-section .featured-block-four .count-box span {
	color: var(--sgen-white);
}

body.page-id-1980 .departments-section .featured-block-four:hover .count-box,
body.page-id-1981 .departments-section .featured-block-four:hover .count-box {
	background: var(--sgen-blue);
}

body.page-id-1980 .departments-section .featured-block-four:hover .count-box span,
body.page-id-1981 .departments-section .featured-block-four:hover .count-box span {
	color: var(--sgen-white);
}

body.page-id-1980 .departments-section .services-row li a,
body.page-id-1981 .departments-section .services-row li a {
	transition: background-color 180ms ease, color 180ms ease, padding-left 180ms ease;
}

body.page-id-1980 .departments-section .services-row li a:hover,
body.page-id-1981 .departments-section .services-row li a:hover {
	background: var(--sgen-red);
	color: var(--sgen-white);
	padding-left: 18px;
}

body.page-id-1980 .departments-section .bottom-text a,
body.page-id-1981 .departments-section .bottom-text a,
body.page-id-1980 .get-info-section .link-box a,
body.page-id-1981 .get-info-section .link-box a {
	transition: background-color 180ms ease, color 180ms ease;
}

body.page-id-1980 .departments-section .bottom-text a:hover,
body.page-id-1981 .departments-section .bottom-text a:hover,
body.page-id-1980 .get-info-section .link-box a:hover,
body.page-id-1981 .get-info-section .link-box a:hover {
	background: var(--sgen-red);
	color: var(--sgen-white);
}

body.page-id-1980 .departments-section .image-column img,
body.page-id-1981 .departments-section .image-column img {
	object-fit: cover;
	object-position: center center;
}

body.page-id-1980 .departments-section .services-row .image-layer,
body.page-id-1981 .departments-section .services-row .image-layer {
	display: none;
}

body.page-id-1980 .departments-section .services-row .outer-container,
body.page-id-1981 .departments-section .services-row .outer-container {
	background: var(--sgen-deep);
}

@media (max-width: 767px) {
	body.page-id-1980 .page-banner h1::after,
	body.page-id-1981 .page-banner h1::after {
		font-size: 15px;
	}
}

/* Services numériques: équilibrage de la grille sans refonte */
body.page-id-1980 .departments-section,
body.page-id-1981 .departments-section,
body.page-id-1980 .departments-section .upper-row,
body.page-id-1981 .departments-section .upper-row {
	background: var(--sgen-white);
}

body.page-id-1980 .departments-section .upper-row .bg-layer,
body.page-id-1981 .departments-section .upper-row .bg-layer {
	background: transparent;
	display: none;
}

body.page-id-1980 .departments-section .upper-row .auto-container,
body.page-id-1981 .departments-section .upper-row .auto-container {
	max-width: 1180px;
}

body.page-id-1980 .departments-section .right-column .inner,
body.page-id-1981 .departments-section .right-column .inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1120px;
}

body.page-id-1980 .departments-section .right-column .row,
body.page-id-1981 .departments-section .right-column .row {
	justify-content: center;
}

body.page-id-1980 .departments-section .featured-block-four,
body.page-id-1981 .departments-section .featured-block-four {
	display: flex;
	margin-bottom: 32px;
}

body.page-id-1980 .departments-section .featured-block-four .inner-box,
body.page-id-1981 .departments-section .featured-block-four .inner-box {
	background: var(--sgen-white);
	box-shadow: 0 16px 38px rgba(var(--sgen-deep-rgb), 0.08);
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 286px;
	overflow: hidden;
	padding-right: 92px;
	width: 100%;
}

body.page-id-1980 .departments-section .featured-block-four .content,
body.page-id-1981 .departments-section .featured-block-four .content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
}

body.page-id-1980 .departments-section .featured-block-four h4,
body.page-id-1981 .departments-section .featured-block-four h4 {
	font-size: 23px;
	line-height: 1.22;
	margin-bottom: 20px;
}

body.page-id-1980 .departments-section .featured-block-four .read-more,
body.page-id-1981 .departments-section .featured-block-four .read-more {
	margin-top: auto;
}

body.page-id-1980 .departments-section .featured-block-four .count-box,
body.page-id-1981 .departments-section .featured-block-four .count-box {
	align-items: center;
	background: var(--sgen-red) !important;
	display: flex;
	height: 86px;
	justify-content: center;
	right: 0;
	top: 0;
	width: 86px;
}

body.page-id-1980 .departments-section .featured-block-four .count-box span,
body.page-id-1981 .departments-section .featured-block-four .count-box span {
	color: var(--sgen-white) !important;
	line-height: 1;
}

body.page-id-1980 .departments-section .featured-block-four:hover .inner-box,
body.page-id-1981 .departments-section .featured-block-four:hover .inner-box {
	background: var(--sgen-red);
}

body.page-id-1980 .departments-section .featured-block-four:hover .count-box,
body.page-id-1981 .departments-section .featured-block-four:hover .count-box {
	background: var(--sgen-blue) !important;
}

body.page-id-1980 .departments-section .featured-block-four:hover .icon-box,
body.page-id-1980 .departments-section .featured-block-four:hover .icon-box i,
body.page-id-1980 .departments-section .featured-block-four:hover h4,
body.page-id-1980 .departments-section .featured-block-four:hover h4 a,
body.page-id-1980 .departments-section .featured-block-four:hover .read-more,
body.page-id-1980 .departments-section .featured-block-four:hover .read-more a,
body.page-id-1980 .departments-section .featured-block-four:hover .read-more a span,
body.page-id-1981 .departments-section .featured-block-four:hover .icon-box,
body.page-id-1981 .departments-section .featured-block-four:hover .icon-box i,
body.page-id-1981 .departments-section .featured-block-four:hover h4,
body.page-id-1981 .departments-section .featured-block-four:hover h4 a,
body.page-id-1981 .departments-section .featured-block-four:hover .read-more,
body.page-id-1981 .departments-section .featured-block-four:hover .read-more a,
body.page-id-1981 .departments-section .featured-block-four:hover .read-more a span {
	color: var(--sgen-white) !important;
}

@media (max-width: 767px) {
	body.page-id-1980 .departments-section .featured-block-four .inner-box,
	body.page-id-1981 .departments-section .featured-block-four .inner-box {
		min-height: 0;
		padding-right: 84px;
	}

	body.page-id-1980 .departments-section .featured-block-four .count-box,
	body.page-id-1981 .departments-section .featured-block-four .count-box {
		height: 74px;
		width: 74px;
	}

	body.page-id-1980 .departments-section .featured-block-four h4,
	body.page-id-1981 .departments-section .featured-block-four h4 {
		font-size: 21px;
	}
}

/* Informations et demandes: fond clair et formulaire sobre */
body.page-id-1980 .get-info-section,
body.page-id-1981 .get-info-section {
	background: var(--sgen-light) !important;
	padding: 82px 0 76px;
}

body.page-id-1980 .get-info-section::before,
body.page-id-1980 .get-info-section::after,
body.page-id-1981 .get-info-section::before,
body.page-id-1981 .get-info-section::after {
	display: none !important;
}

body.page-id-1980 .get-info-section .auto-container,
body.page-id-1981 .get-info-section .auto-container {
	max-width: 1180px;
}

body.page-id-1980 .get-info-section .sec-title h2,
body.page-id-1981 .get-info-section .sec-title h2 {
	color: var(--sgen-dark);
}

body.page-id-1980 .get-info-section .accordion-box .block,
body.page-id-1981 .get-info-section .accordion-box .block {
	background: var(--sgen-white);
	border: 1px solid rgba(var(--sgen-deep-rgb), 0.08);
	box-shadow: 0 12px 30px rgba(var(--sgen-deep-rgb), 0.06);
}

body.page-id-1980 .get-info-section .accordion-box .block::before,
body.page-id-1981 .get-info-section .accordion-box .block::before {
	border-left-color: var(--sgen-blue);
}

body.page-id-1980 .get-info-section .accordion-box .block .acc-btn,
body.page-id-1981 .get-info-section .accordion-box .block .acc-btn {
	color: var(--sgen-dark);
	font-weight: 800;
}

body.page-id-1980 .get-info-section .accordion-box .block .acc-btn .icon,
body.page-id-1981 .get-info-section .accordion-box .block .acc-btn .icon {
	color: var(--sgen-blue);
}

body.page-id-1980 .get-info-section .accordion-box .block .acc-btn:hover,
body.page-id-1980 .get-info-section .accordion-box .block .acc-btn.active,
body.page-id-1981 .get-info-section .accordion-box .block .acc-btn:hover,
body.page-id-1981 .get-info-section .accordion-box .block .acc-btn.active {
	color: var(--sgen-red);
}

body.page-id-1980 .get-info-section .accordion-box .block.active-block::before,
body.page-id-1981 .get-info-section .accordion-box .block.active-block::before {
	border-left-color: var(--sgen-red);
}

body.page-id-1980 .get-info-section .accordion-box .block .content .text,
body.page-id-1981 .get-info-section .accordion-box .block .content .text {
	color: var(--sgen-muted);
	font-size: 15.5px;
	line-height: 1.7;
}

body.page-id-1980 .get-info-section .form-box,
body.page-id-1981 .get-info-section .form-box {
	background: var(--sgen-white);
	border: 1px solid rgba(var(--sgen-deep-rgb), 0.08);
	box-shadow: 0 16px 40px rgba(var(--sgen-deep-rgb), 0.08);
	padding: 34px 34px 24px;
}

body.page-id-1980 .get-info-section .form-box input[type="text"],
body.page-id-1980 .get-info-section .form-box input[type="email"],
body.page-id-1980 .get-info-section .form-box textarea,
body.page-id-1981 .get-info-section .form-box input[type="text"],
body.page-id-1981 .get-info-section .form-box input[type="email"],
body.page-id-1981 .get-info-section .form-box textarea {
	background: var(--sgen-white);
	border: 1px solid rgba(var(--sgen-deep-rgb), 0.14);
	color: var(--sgen-dark);
}

body.page-id-1980 .get-info-section .form-box input:focus,
body.page-id-1980 .get-info-section .form-box textarea:focus,
body.page-id-1981 .get-info-section .form-box input:focus,
body.page-id-1981 .get-info-section .form-box textarea:focus {
	border-color: var(--sgen-blue);
}

body.page-id-1980 .get-info-section .form-box button,
body.page-id-1981 .get-info-section .form-box button {
	background: var(--sgen-blue);
	border-color: var(--sgen-blue);
	color: var(--sgen-white);
}

body.page-id-1980 .get-info-section .form-box button:hover,
body.page-id-1981 .get-info-section .form-box button:hover,
body.page-id-1980 .get-info-section .see-more .theme-btn:hover,
body.page-id-1981 .get-info-section .see-more .theme-btn:hover {
	background: var(--sgen-red);
	border-color: var(--sgen-red);
	color: var(--sgen-white);
}

/* Harmonisation globale des heroes internes, hors accueil */
body:not(.home):not(.front-page) .page-banner,
body.single-post .blog-banner,
body.single-tribe_events .event-banner {
	--sgen-hero-deep: #193540;
	--sgen-hero-blue: #17418A;
	--sgen-hero-yellow: #FFF24B;
	position: relative;
	min-height: 330px;
	overflow: hidden;
	text-align: left;
	border-top: 0;
	border-image: none;
}

body:not(.home):not(.front-page) .page-banner .image-layer,
body.single-post .blog-banner .image-layer,
body.single-tribe_events .event-banner .image-layer {
	background-position: center center !important;
	background-size: cover !important;
}

body:not(.home):not(.front-page) .page-banner::before,
body.single-post .blog-banner::before,
body.single-tribe_events .event-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(25, 53, 64, 0.84), rgba(23, 65, 138, 0.48));
	pointer-events: none;
}

body:not(.home):not(.front-page) .page-banner .banner-inner,
body:not(.home):not(.front-page) .page-banner .inner-container,
body.single-post .blog-banner .banner-inner,
body.single-post .blog-banner .inner-container,
body.single-tribe_events .event-banner .banner-inner,
body.single-tribe_events .event-banner .inner-container {
	position: relative;
	z-index: 2;
	display: flex;
	min-height: 330px;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	box-sizing: border-box;
}

body:not(.home):not(.front-page) .page-banner h1,
body:not(.home):not(.front-page) .page-banner .page-title,
body.single-post .blog-banner h1,
body.single-tribe_events .event-banner h1 {
	display: block;
	max-width: 900px;
	margin: 0 0 14px;
	color: var(--sgen-white);
	font-size: 43px;
	line-height: 1.14;
	text-align: left;
}

body:not(.home):not(.front-page) .page-banner h1::after,
body.single-post .blog-banner h1::after,
body.single-tribe_events .event-banner h1::after,
.sgen-page-hero-text,
.sgen-blog-hero-text,
.sgen-agenda-hero-text {
	display: block;
	max-width: 800px;
	margin-top: 12px;
	margin-bottom: 14px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.55;
	text-align: left;
}

body:not(.home):not(.front-page) .page-banner .page-nav,
body:not(.home):not(.front-page) .page-banner .bread-crumb,
body:not(.home):not(.front-page) .page-banner .bread-crumb li,
body:not(.home):not(.front-page) .page-banner .bread-crumb a,
body:not(.home):not(.front-page) .page-banner .bread-crumb span,
body.single-post .blog-banner .page-nav,
body.single-post .blog-banner .bread-crumb,
body.single-post .blog-banner .bread-crumb li,
body.single-post .blog-banner .bread-crumb a,
body.single-post .blog-banner .bread-crumb span,
body.single-tribe_events .event-banner .page-nav,
body.single-tribe_events .event-banner .bread-crumb,
body.single-tribe_events .event-banner .bread-crumb li,
body.single-tribe_events .event-banner .bread-crumb a,
body.single-tribe_events .event-banner .bread-crumb span {
	color: rgba(255, 255, 255, 0.92);
	font-size: 14px;
	line-height: 1.45;
	text-align: left;
}

body:not(.home):not(.front-page) .page-banner .bread-crumb a:hover,
body.single-post .blog-banner .bread-crumb a:hover,
body.single-tribe_events .event-banner .bread-crumb a:hover {
	color: var(--sgen-hero-yellow);
}

body:not(.home):not(.front-page) .page-banner .inner-container,
body.single-post .blog-banner .inner-container,
body.single-tribe_events .event-banner .inner-container {
	display: block;
	width: 100%;
	min-height: auto;
}

body:not(.home):not(.front-page) .page-banner h1::after,
body.single-post .blog-banner h1::after,
body.single-tribe_events .event-banner h1::after {
	display: block;
	clear: both;
	width: 100%;
}

body:not(.home):not(.front-page) .page-banner .page-nav,
body.single-post .blog-banner .page-nav,
body.single-tribe_events .event-banner .page-nav {
	display: block;
	width: 100%;
	margin-top: 22px;
}

.main-header.sgen-site-header .other-links .language {
	display: none !important;
}

.main-header.sgen-site-header .sgen-language-switcher {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--sgen-dark);
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
}

.main-header.sgen-site-header .sgen-language-switcher__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	color: var(--sgen-dark);
	cursor: default;
}

.main-header.sgen-site-header .sgen-language-switcher__item.is-active {
	color: var(--sgen-blue);
	text-decoration: underline;
	text-underline-offset: 5px;
}

.main-header.sgen-site-header .sgen-language-switcher__item.is-disabled {
	color: rgba(var(--sgen-deep-rgb), 0.55);
}

.main-header.sgen-site-header .sgen-language-switcher__item.is-disabled:hover {
	color: var(--sgen-red);
}

.main-header.sgen-site-header .sgen-language-switcher__sep {
	color: rgba(var(--sgen-deep-rgb), 0.25);
}

/* -----------------------------------------------------------------------------
 * Typographie officielle : lisibilite apres chargement Cooper Hewitt
 * -------------------------------------------------------------------------- */
body:not(.home):not(.front-page) p,
body:not(.home):not(.front-page) .text,
body:not(.home):not(.front-page) .lower-text,
body:not(.home):not(.front-page) .sgen-lead,
body:not(.home):not(.front-page) .sgen-copy p,
body:not(.home):not(.front-page) .sgen-soft-panel p,
body:not(.home):not(.front-page) .sgen-publication-card p,
body:not(.home):not(.front-page) .sgen-direction-detail p {
	font-weight: 400;
	line-height: 1.68;
}

body:not(.home):not(.front-page) .page-banner h1,
body:not(.home):not(.front-page) .page-banner .page-title,
body.single-post .blog-banner h1,
body.single-tribe_events .event-banner h1 {
	font-weight: 700;
	letter-spacing: 0;
}

body:not(.home):not(.front-page) .page-banner h1::after,
body.single-post .blog-banner h1::after,
body.single-tribe_events .event-banner h1::after,
.sgen-page-hero-text,
.sgen-blog-hero-text,
.sgen-agenda-hero-text {
	font-weight: 500;
	line-height: 1.58;
}

body:not(.home):not(.front-page) .sec-title h2,
body.page-id-1974 .sgen-about-intro-section .sec-title h2,
body.page-id-1975 .sgen-history-page .sec-title h2,
body.page-id-1980 .get-info-section .sec-title h2,
body.page-id-1981 .get-info-section .sec-title h2 {
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.18;
}

.sgen-publication-card h3,
body.page-id-1976 .sgen-mission-card h3,
body.page-id-1977 .sgen-vision-card h3,
body.page-id-1978 .sgen-cadre-card h3,
body.page-id-1980 .departments-section .featured-block-four h4,
body.page-id-1981 .departments-section .featured-block-four h4,
body.page-id-1979 .sgen-direction-title,
body.page-id-1988 .events-list .event-block .content-box h3 {
	font-weight: 600;
	line-height: 1.28;
}

.sgen-publication-card h3,
body.page-id-1980 .departments-section .featured-block-four h4,
body.page-id-1981 .departments-section .featured-block-four h4 {
	font-size: 22px;
}

body.page-id-1976 .sgen-mission-card h3,
body.page-id-1977 .sgen-vision-card h3,
body.page-id-1978 .sgen-cadre-card h3,
body.page-id-1979 .sgen-direction-title {
	font-size: 20px;
}

body.page-id-1976 .sgen-mission-card p,
body.page-id-1977 .sgen-vision-card p,
body.page-id-1978 .sgen-cadre-card p,
body.page-id-1979 .sgen-direction-detail p,
.sgen-publication-card p {
	font-size: 15px;
	line-height: 1.62;
}

body.blog .blog-posts .news-block-four .lower-box h2,
body.category-actualites .blog-posts .news-block-four .lower-box h2,
body.single-post .blog-posts .news-block-four .lower-box h2 {
	font-size: 19px;
	font-weight: 600;
	line-height: 1.32;
}

.theme-btn,
.sgen-primary-button,
.sgen-card-link,
body.page-id-1988 .events-list .event-block .read-more a,
body.page-id-1979 .sgen-directions-btn,
body.page-id-1976 .sgen-mission-btn,
body.page-id-1977 .sgen-vision-btn,
body.page-id-1978 .sgen-cadre-btn {
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
}

@media (max-width: 767px) {
	body:not(.home):not(.front-page) .page-banner,
	body:not(.home):not(.front-page) .page-banner .banner-inner,
	body:not(.home):not(.front-page) .page-banner .inner-container,
	body.single-post .blog-banner,
	body.single-post .blog-banner .banner-inner,
	body.single-post .blog-banner .inner-container,
	body.single-tribe_events .event-banner,
	body.single-tribe_events .event-banner .banner-inner,
	body.single-tribe_events .event-banner .inner-container {
		min-height: 270px;
	}

	body:not(.home):not(.front-page) .page-banner h1,
	body:not(.home):not(.front-page) .page-banner .page-title,
	body.single-post .blog-banner h1,
	body.single-tribe_events .event-banner h1 {
		font-size: 31px;
	}

	body:not(.home):not(.front-page) .page-banner h1::after,
	body.single-post .blog-banner h1::after,
	body.single-tribe_events .event-banner h1::after,
	.sgen-page-hero-text,
	.sgen-blog-hero-text,
	.sgen-agenda-hero-text {
		font-size: 15px;
		line-height: 1.5;
	}

	body.page-id-1980 .get-info-section,
	body.page-id-1981 .get-info-section {
		padding: 58px 0 52px;
	}

	body.page-id-1980 .get-info-section .form-box,
	body.page-id-1981 .get-info-section .form-box {
		padding: 26px 22px 18px;
	}

	body:not(.home):not(.front-page) .sec-title h2,
	body.page-id-1974 .sgen-about-intro-section .sec-title h2,
	body.page-id-1975 .sgen-history-page .sec-title h2,
	body.page-id-1980 .get-info-section .sec-title h2,
	body.page-id-1981 .get-info-section .sec-title h2 {
		font-size: 29px;
		line-height: 1.2;
	}

	.sgen-publication-card h3,
	body.page-id-1976 .sgen-mission-card h3,
	body.page-id-1977 .sgen-vision-card h3,
	body.page-id-1978 .sgen-cadre-card h3,
	body.page-id-1980 .departments-section .featured-block-four h4,
	body.page-id-1981 .departments-section .featured-block-four h4,
	body.page-id-1979 .sgen-direction-title,
	body.page-id-1988 .events-list .event-block .content-box h3 {
		font-size: 19px;
		line-height: 1.3;
	}

	body:not(.home):not(.front-page) p,
	body:not(.home):not(.front-page) .text,
	body:not(.home):not(.front-page) .lower-text,
	body:not(.home):not(.front-page) .sgen-lead {
		font-size: 15px;
		line-height: 1.62;
	}
}
