.hero-home {
	position: relative;
	min-height: 650px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center right;
	overflow: hidden;
}
.page-home .section__intro {
	flex: 0 1 530px;
}
.hero-home::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(233, 240, 246, 0.97) 0%, rgba(233, 240, 246, 0.9) 0%, rgba(233, 240, 246, 0.55) 25%, rgba(233, 240, 246, 0) 69%);
}
.hero-home__inner {
	position: relative;
	z-index: 2;
	width: 100%;
}
.hero-home__title {
	color: var(--navy);
	font-size: clamp(40px, 4.6vw, 72px);
	line-height: 1.05;
	font-weight: 700;
	margin: 0 0 28px;
	width: 55%;
}
.hero-home__title .text-accent {
	color: var(--orange);
}
.hero-home__subtitle {
	color: rgba(13, 27, 46, 0.85);
	font-size: 18px;
	line-height: 1.6;
	max-width: 540px;
	margin: 0;
}
.hero-home__subtitle strong {
	color: var(--navy);
	font-weight: 700;
}
.sector-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 56px;
}
.sector-card {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--navy);
	padding: 34px 30px 30px;
	text-decoration: none;
	color: var(--navy);
	transition: border-color 0.2s ease, transform 0.2s ease;
}
.sector-card:hover {
	border-color: var(--orange);
	transform: translateY(-4px);
}
.sector-card__tag {
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--orange);
	margin-bottom: 20px;
}
.sector-card__title {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 16px;
}
.sector-card__text {
	color: rgba(13, 27, 46, 0.8);
	line-height: 1.6;
	font-size: 0.95rem;
	margin: 0 0 26px;
	flex: 1 1 auto;
}
.sector-card__link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	color: var(--orange);
}
.chain-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 56px;
}
.chain-card {
	position: relative;
	min-height: 260px;
	padding: 36px 34px;
	display: flex;
	flex-direction: column;
}
.chain-card__link {
	position: absolute;
	inset: 0;
	z-index: 2;
	text-indent: -9999px;
	overflow: hidden;
}
.chain-card__fam {
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0;
	line-height: 1.15;
}
.chain-card__rule {
	border: 0;
	height: 1px;
	width: 100%;
	background: var(--navy);
	margin: auto 0 14px;
}
.chain-card--green .chain-card__rule, .chain-card--navy .chain-card__rule{
	background: white;
}
.chain-card__svcs {
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
	opacity: 0.92;
	min-height: 3.2em;
}
.pole-card--navy {
	background: var(--navy);
	color: #ffffff;
}
.pole-card--navy .icon-arrow {
	background-color: #ffffff;
}
.chain-card--blue { background: #aed7ff; color: var(--navy); }
.chain-card--greenlight { background: #e8efc9; color: var(--navy); }
.chain-card--green { background: #85a076; color: #ffffff; }
.chain-card--navy { background: var(--navy); color: #ffffff; }
.home-cases {
	display: flex;
	gap: 24px;
	margin-top: 52px;
	overflow-x: auto;
	scroll-snap-type: x proximity;
	padding-bottom: 14px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.home-cases::-webkit-scrollbar {
	display: none;
}
.home-cases .home-case-video {
	flex: 0 0 min(85vw, 720px);
	scroll-snap-align: start;
}
.case-tile {
	position: relative;
	min-height: 340px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	text-decoration: none;
	background-size: cover;
	background-position: center;
}
.case-tile::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(13, 27, 46, 0) 40%, rgba(13, 27, 46, 0.85) 100%);
	transition: background 0.3s ease;
}
.case-tile:hover::after {
	background: linear-gradient(180deg, rgba(13, 27, 46, 0.2) 20%, rgba(13, 27, 46, 0.9) 100%);
}
.case-tile .video-thumb__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: none;
	background: var(--white);
}
.case-tile .video-thumb__play::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 54%;
	transform: translate(-50%, -50%);
	border-style: solid;
	border-width: 11px 0 11px 18px;
	border-color: transparent transparent transparent var(--orange);
}
.case-tile--video:hover .video-thumb__play {
	transform: translate(-50%, -50%) scale(1.06);
	transition: transform 0.2s ease;
}
.case-tile__body {
	position: relative;
	z-index: 2;
	padding: 28px 26px;
	color: #ffffff;
}
.case-tile__title {
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0;
	color: #fff;
}
.case-tile__rule {
	border: 0;
	height: 1px;
	background: white;
	margin: 20px 0;
	width: stretch;
}
.page-home #cta-projet .cta__content .separator {
	width: 50%;
}
.page-home #cta-projet .cta__title {
	width: 60%;
}
#cta-projet{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.case-tile__tag {
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--orange);
}
.home-cases-cta {
	text-align: center;
	margin-top: 40px;
}
.pole-card--blue {
	background: #aed7ff;
	color: var(--navy);
}
.pole-card--blue .icon-arrow {
	background-color: var(--navy);
}
.pole-card--blue .pole-card__rule {
	background: rgba(13, 27, 46, 0.5);
}
.viz-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: start;
}
.viz-grid__text .section__title {
	margin-bottom: 28px;
}
.viz-intro {
	margin: 0;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.85);
}
.viz-intro strong {
	color: #fff;
}
.viz-accent {
	color: var(--orange);
	font-size: 25px;
	line-height: 1.4;
	margin: 32px 0 0;
}
.viz-media img {
	width: 100%;
	display: block;
	object-fit: cover;
}
.chain-layout {
	display: flex;
	gap: 56px;
	align-items: flex-start;
}
.chain-layout__intro {
	flex: 0 0 34%;
	max-width: 34%;
}
.chain-layout__text {
	margin: 28px 0 0;
	line-height: 1.7;
}
.chain-layout .chain-cards {
	flex: 1 1 auto;
	margin-top: 0;
}
.page-home .viz-section .section__intro {
	text-align: left;
}
.page-home .viz-section .section__intro strong{
	color: white;
}
.page-home .poles .pole-card {
	flex: 1 1 0;
	min-height: 380px;
}
.page-home .pole-card__body {
	justify-content: space-between;
	padding: 30px 28px;
}
.page-home .pole-card__title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
}
.page-home .pole-card__reveal {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.45s ease, opacity 0.45s ease, margin-top 0.45s ease;
}
.page-home .pole-card__rule {
	margin: 0 0 14px;
	background: var(--navy);
}
.page-home .pole-card__text {
	color: inherit;
	max-height: none;
	opacity: 1;
	overflow: visible;
	margin: 0;
}
.page-home .pole-card--orange {
	background: var(--orange);
	color: var(--navy);
}
.page-home .pole-card--orange .icon-arrow, .page-home .pole-card--blue .icon-arrow {
	background-color: var(--navy);
}
.page-home .pole-card--green {
	background-color: #85a076;
	color: #fff;
}
.page-home .pole-card--green .icon-arrow {
	background-color: #fff;
}
.page-home .pole-card--photo {
	background-color: var(--navy);
	color: #fff;
	background-size: cover;
	background-position: center;
}
.page-home .pole-card--photo::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(13, 27, 46, 0.25) 0%, rgba(13, 27, 46, 0.8) 100%);
}
.page-home .pole-card--photo .pole-card__body {
	position: relative;
	z-index: 2;
}
.page-home .pole-card--photo .icon-arrow {
	background-color: #fff;
	z-index: 3;
}

@media (hover: hover) and (min-width: 1080px) {
	.page-home .pole-card:hover {
		flex-grow: 1;
	}
	.page-home .pole-card--orange:hover {
		background: var(--orange);
		color: var(--navy);
	}
	.page-home .pole-card--navy:hover {
		background: var(--navy);
		color: #fff;
	}
	.page-home .pole-card--blue:hover {
		background: #aed7ff;
		color: var(--navy);
	}
	.page-home .pole-card--photo:hover {
		background-color: var(--navy);
		color: #fff;
	}
	.page-home .pole-card--green:hover {
		background-color: #85a076;
		color: #fff;
	}
	.page-home .pole-card--green:hover .pole-card__title, .page-home .pole-card--green:hover .pole-card__text {
		color: #fff;
	}
	.page-home .pole-card--green:hover .pole-card__rule {
		background: rgba(255, 255, 255, 0.6);
	}
	.page-home .pole-card:hover .icon-arrow {
		opacity: 1;
	}
	.page-home .pole-card:hover .pole-card__body {
		justify-content: space-between;
	}
	.page-home .pole-card:hover .pole-card__reveal {
		max-height: 260px;
		opacity: 1;
		margin-top: 16px;
	}
	.page-home .pole-card--navy:hover .pole-card__title, .page-home .pole-card--navy:hover .pole-card__text, .page-home .pole-card--photo:hover .pole-card__title, .page-home .pole-card--photo:hover .pole-card__text {
		color: #fff;
	}
	.page-home .pole-card--navy:hover .pole-card__rule, .page-home .pole-card--photo:hover .pole-card__rule {
		background: rgba(255, 255, 255, 0.6);
	}
}

@media (max-width: 1080px) {
	.page-home .pole-card__reveal {
		max-height: none;
		opacity: 1;
		margin-top: 14px;
	}
	.viz-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.page-home .section__intro {
		flex: 1;
	}
	.chain-card__svcs {
		min-height: fit-content;
	}
	.page-home .pole-card--photo .pole-card__rule, .page-home .pole-card--navy .pole-card__rule, .page-home .pole-card--green .pole-card__rule {
		background: white;
	}
	.chain-layout {
		flex-direction: column;
		gap: 32px;
	}
	.chain-card, .page-home .poles .pole-card {
		min-height: fit-content;
	}
	.chain-card__rule {
		margin: 20px 0px;
	}
	.chain-layout__intro {
		flex: 1 1 auto;
		max-width: none;
	}
	.hero-home {
		min-height: 500px;
	}
	.hero-home::before {
		background: linear-gradient(90deg, rgba(233, 240, 246, 0.97) 0%, rgba(233, 240, 246, 0.85) 60%, rgba(233, 240, 246, 0.4) 100%);
	}
	.sector-cards, .chain-cards {
		grid-template-columns: 1fr;
	}
	.home-cases {
		flex-direction: column;
	}
	.home-cases-cta {
		margin-top: 20px;
	}
	.chain-cards, .hero-home__title {
		width: 100%;
	}
	.home-cases .home-case-video {
		flex: 0;
	}
	.viz-media img {
		height: 400px;
	}
}