/* ==========================================================================
   Page Gouvernance
   ========================================================================== */

.il-gov-hero {
	padding: 180px 0 70px;
	background: var(--il-bleu-lotus) !important;
	text-align: center;
}
.il-gov-hero .il-eyebrow { color: var(--il-or) !important; }
.il-gov-hero .il-section__title { color: #fff !important; margin-bottom: 14px; max-width: 700px; margin-left: auto; margin-right: auto; }
.il-gov-hero__intro { color: rgba(255,255,255,.75) !important; font-size: 1.05rem; margin: 0; }

/* --------------------------------------------------------------------
   Bureau executif
   -------------------------------------------------------------------- */
.il-gov-exec { padding-bottom: 40px; }

.il-org-exec {
	position: relative;
	display: flex;
	justify-content: center;
	gap: 100px;
	flex-wrap: wrap;
}
.il-org-exec__link {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 1px;
	background: var(--il-or);
	opacity: .5;
}
.il-org-exec__node {
	text-align: center;
	max-width: 260px;
	cursor: pointer;
}
.il-org-exec__role {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.1rem;
	color: var(--il-or);
	letter-spacing: .03em;
	margin: 0 0 14px;
}
.il-org-exec__rule {
	width: 30px;
	height: 1px;
	background: var(--il-or);
	margin: 0 auto 22px;
}
.il-org-exec__photo {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	object-fit: cover;
	margin: 0 auto 20px;
	transition: transform .5s ease;
}
.il-org-exec__node:hover .il-org-exec__photo { transform: translateY(-4px); }
.il-org-exec__node h2 { font-size: 1.25rem; margin: 0; font-weight: 500; }
.il-org-cn { color: var(--il-gris); font-size: .95rem; font-weight: 400; }

/* --------------------------------------------------------------------
   Conseil d'administration — rail / lignee
   -------------------------------------------------------------------- */
.il-gov-board { padding-top: 40px; }

.il-org-board {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px 10px;
	margin-top: 70px;
	padding-top: 40px;
}
.il-org-board__rail {
	position: absolute;
	top: 0;
	left: 8%;
	right: 8%;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--il-or) 10%, var(--il-or) 90%, transparent);
}
.il-org-board__node {
	position: relative;
	width: 150px;
	text-align: center;
	cursor: pointer;
}
.il-org-board__stem {
	width: 1px;
	height: 40px;
	background: var(--il-or);
	opacity: .6;
	margin: 0 auto;
}
.il-org-board__photo {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	object-fit: cover;
	margin: 10px auto 16px;
	box-shadow: 0 0 0 4px var(--il-fond), 0 0 0 5px rgba(198,161,91,.4);
	transition: transform .4s ease, box-shadow .4s ease;
}
.il-org-board__node:hover .il-org-board__photo { transform: translateY(-3px); box-shadow: 0 0 0 4px var(--il-fond), 0 0 0 5px var(--il-or); }
.il-org-board__node h3 { font-size: .95rem; margin: 0 0 4px; font-weight: 500; }
.il-org-board__node p { font-size: .78rem; color: var(--il-gris); margin: 0; line-height: 1.4; }

/* --------------------------------------------------------------------
   Modale membre
   -------------------------------------------------------------------- */
.il-modal__panel--member { text-align: center; max-width: 480px; }
.il-modal__panel--member img {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	object-fit: cover;
	margin: 0 auto 18px;
}
.il-modal__panel--member #il-member-modal-role { text-align: center; }
.il-modal__panel--member h2 { text-align: center; }
.il-modal__panel--member .il-modal__desc { text-align: left; }

@media (max-width: 900px) {
	.il-org-exec { gap: 50px; }
	.il-org-exec__link { display: none; }
	.il-org-board { gap: 40px 20px; }
	.il-org-board__rail { display: none; }
}

@media (max-width: 560px) {
	.il-gov-hero { padding: 140px 0 50px; }
	.il-org-exec__photo { width: 120px; height: 120px; }
	.il-org-board__node { width: 42%; }
}
