.cards--4 .stat-card {
	min-height: 300px;
	padding: 32px 26px 30px;
}
.cards--4 .stat-card__number {
	margin: 0 0 16px;
}
.cards--4 .stat-card__number .text-accent {
	font-size: 30px;
	padding-left: 10px;
}
.cards--4 .stat-card__label {
	font-size: 1rem;
}
.cases {
	display: flex;
	flex-direction: column;
	gap: 72px;
	margin-top: 8px;
}
.case {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
}
.case:nth-child(even) .case__media {
	order: -1;
}
.case__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.case__media {
	position: relative;
}
.case__video {
	position: relative;
	display: block;
	width: 100%;
	min-height: 320px;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.case__video .video-thumb__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	transition: background-color 0.2s ease, transform 0.2s ease;
}
.case__video:hover .video-thumb__play {
	background: #fff;
	transform: translate(-50%, -50%) scale(1.06);
}
.case__video .video-thumb__play::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 54%;
	transform: translate(-50%, -50%);
	border-style: solid;
	border-width: 11px 0 11px 19px;
	border-color: transparent transparent transparent var(--orange);
}
.case__title {
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0 0 16px;
}
.case__text {
	color: var(--navy);
	line-height: 1.7;
	margin: 0 0 22px;
}
.case__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	padding-top: 18px;
	margin: 0 0 22px;
	border-top: 1px solid var(--navy);
}
.case__stat-num {
	display: block;
	color: var(--orange);
	font-weight: 700;
	font-size: 1.3rem;
}
.case__stat-label {
	font-size: 0.8rem;
	color: var(--navy);
}
.case__quote {
	color: var(--orange);
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 8px;
}
.case__author {
	margin: 0;
	font-size: 0.85rem;
	color: rgba(13, 27, 46, 0.55);
}
.review-featured {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 56px;
	align-items: center;
	margin-bottom: 48px;
}
.review-featured__quote {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}
.review-featured .separator {
	width: 30%;
	margin: 22px 0;
}
.review-featured__author {
	margin: 0;
	line-height: 1.5;
}
.review-featured__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.reviews-grid article:hover{
	background-color: #f8906f;
}
.reviews-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.review-card {
	position: relative;
	border: 1px solid var(--navy);
	padding: 32px 28px;
}
.review-card__mark {
	position: absolute;
	top: 22px;
	right: 26px;
	font-size: 1.6rem;
	font-weight: 700;
}
.review-card__quote {
	margin: 18px 0 0;
	font-size: 0.95rem;
	line-height: 1.6;
}
.review-card .separator {
	width: 40%;
	margin: 20px 0;
}
.review-card__author {
	margin: 0;
	font-size: 0.85rem;
	line-height: 1.5;
}
.reviews-cta {
	text-align: center;
	margin-top: 48px;
}
.page-realisations .section__title {
	margin: inherit;
}
.page-realisations .section__intro {
	text-align: center;
}
.logos-marquee {
	margin-top: 44px;
	overflow: hidden;
	background: transparent;
	padding: 24px 0;
}
.logos-track {
	display: flex;
	width: max-content;
	animation: dryft-logos-scroll 100s linear infinite;
}
.logos-marquee:hover .logos-track {
	animation-play-state: paused;
}
.logos-set {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
.logos-track .logo-cell {
	flex: 0 0 210px;
	width: 210px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
}
.logos-track .logo-cell a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.logos-track .logo-cell img {
	max-width: 155px;
	max-height: 48px;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(9%) sepia(45%) saturate(1300%) hue-rotate(185deg) brightness(93%) contrast(95%);
	opacity: 0.85;
	transition: opacity 0.2s ease;
}
.logos-track .logo-cell:hover img {
	opacity: 1;
}
/* Logo « Asseyons-nous » : pas de recolorisation navy (affiché tel quel). */
.logos-track .logo-cell img[src*="asseyons-nous"] {
	filter: none;
}
.logos-track .logo-cell__fallback {
	color: var(--navy);
	font-weight: 700;
	font-size: 1.05rem;
	letter-spacing: 0.02em;
	white-space: nowrap;
}
@keyframes dryft-logos-scroll {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%); }
}
.logos-track .logo-cell--raw img {
	filter: none;
	opacity: 1;
}

@media screen and (max-width: 1080px) {
	.cards--4, .case, .review-featured, .reviews-grid {
		grid-template-columns: 1fr;
	}
	.case, .review-featured {
		gap: 32px;
	}
	.case:nth-child(even) .case__media {
		order: 0;
	}
	.cards--4 .stat-card {
		min-height: fit-content;
	}
	.case__stat-label {
		font-size: 18px;
	}
	.case__stats {
		flex-direction: column;
	}
	.cases {
		gap: 30px;
	}
}

@media screen and (max-width: 600px) {
	.logos-track .logo-cell {
		padding: 0 32px;
	}
	.logos-track .logo-cell img {
		max-width: 120px;
		max-height: 40px;
	}
}