/* Home — ruban continu des partenaires, intégré sous les fonctionnalités. */
body.home.lptia-bridge-active #tia-home-features {
	overflow: hidden;
}

body.home.lptia-bridge-active #tia-home-features .lp-feature-pills-shell {
	padding-bottom: clamp(58px, 6vw, 82px);
}

body.home.lptia-bridge-active #tia-home-features .lp-partners {
	background: transparent;
	box-sizing: border-box;
	color: #fff;
	display: block;
	margin: clamp(42px, 4vw, 58px) auto 0;
	max-width: 1152px;
	min-height: 112px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

body.home.lptia-bridge-active #tia-home-features .lp-partners__marquee {
	align-items: center;
	display: flex;
	min-width: 0;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
	-webkit-mask-image: linear-gradient(
		90deg,
		transparent 0,
		#000 7%,
		#000 93%,
		transparent 100%
	);
	mask-image: linear-gradient(
		90deg,
		transparent 0,
		#000 7%,
		#000 93%,
		transparent 100%
	);
	z-index: 1;
}

body.home.lptia-bridge-active #tia-home-features .lp-partners__track {
	animation: lptia-partners-marquee 27s linear infinite;
	display: flex;
	flex: none;
	transform: translateX(0);
	width: max-content;
	will-change: transform;
}

body.home.lptia-bridge-active #tia-home-features .lp-partners__set {
	display: flex;
	flex: none;
	gap: 0;
	padding-right: 0;
}

body.home.lptia-bridge-active #tia-home-features .lp-partner {
	align-items: center;
	background: rgba(255, 255, 255, 0.97);
	border: 1px solid rgba(255, 255, 255, 0.76);
	border-radius: 14px;
	box-shadow:
		0 10px 26px rgba(0, 0, 0, 0.15),
		inset 0 1px 0 rgba(255, 255, 255, 0.92);
	box-sizing: border-box;
	display: flex;
	flex: 0 0 148px;
	gap: 8px;
	height: 58px;
	justify-content: center;
	margin-right: 14px;
	min-width: 148px;
	overflow: hidden;
	padding: 9px 13px;
	width: 148px;
}

body.home.lptia-bridge-active #tia-home-features .lp-partner > img {
	display: block;
	height: auto;
	max-height: 25px;
	max-width: 112px;
	object-fit: contain;
	width: auto;
}

body.home.lptia-bridge-active #tia-home-features .lp-partner--pennylane {
	flex-basis: 164px;
	min-width: 164px;
	width: 164px;
}

body.home.lptia-bridge-active #tia-home-features .lp-partner--pennylane > img {
	max-height: 22px;
	max-width: 116px;
}

body.home.lptia-bridge-active #tia-home-features .lp-partner--stripe {
	flex-basis: 126px;
	min-width: 126px;
	width: 126px;
}

body.home.lptia-bridge-active #tia-home-features .lp-partner--stripe > img {
	max-height: 25px;
	max-width: 72px;
}

body.home.lptia-bridge-active #tia-home-features .lp-partner--laposte {
	flex-basis: 156px;
	min-width: 156px;
	width: 156px;
}

body.home.lptia-bridge-active #tia-home-features .lp-partner--laposte > img {
	max-height: 25px;
	max-width: 112px;
}

body.home.lptia-bridge-active #tia-home-features .lp-partner--ar24 {
	flex-basis: 126px;
	min-width: 126px;
	width: 126px;
}

body.home.lptia-bridge-active #tia-home-features .lp-partner--ar24 > img {
	max-height: 25px;
	max-width: 72px;
}

body.home.lptia-bridge-active #tia-home-features .lp-partner--cnb {
	flex-basis: 140px;
	min-width: 140px;
	width: 140px;
}

body.home.lptia-bridge-active #tia-home-features .lp-partner__cnb-surface {
	align-items: center;
	background: #941a3e;
	border-radius: 7px;
	display: flex;
	height: 31px;
	justify-content: center;
	width: 82px;
}

body.home.lptia-bridge-active #tia-home-features .lp-partner__cnb-surface img {
	display: block;
	max-height: 25px;
	max-width: 70px;
	object-fit: contain;
}

body.home.lptia-bridge-active #tia-home-features
	.lp-partner--google,
body.home.lptia-bridge-active #tia-home-features
	.lp-partner--microsoft {
	flex-basis: 142px;
	min-width: 142px;
	width: 142px;
}

body.home.lptia-bridge-active #tia-home-features
	.lp-partner--google > img,
body.home.lptia-bridge-active #tia-home-features
	.lp-partner--microsoft > img {
	flex: 0 0 23px;
	height: 23px;
	width: 23px;
}

body.home.lptia-bridge-active #tia-home-features
	.lp-partner--google > span,
body.home.lptia-bridge-active #tia-home-features
	.lp-partner--microsoft > span {
	color: #33343b;
	font-size: 13px;
	font-weight: 540;
	letter-spacing: -0.02em;
	line-height: 1;
	white-space: nowrap;
}

body.home.lptia-bridge-active #tia-home-features .lp-partner--other {
	background: rgba(255, 255, 255, 0.97);
	border-color: rgba(255, 255, 255, 0.76);
	color: #33343b;
	flex-basis: 160px;
	min-width: 160px;
	width: 160px;
}

body.home.lptia-bridge-active #tia-home-features .lp-partner--other > span:last-child {
	font-size: 12px;
	font-weight: 620;
	letter-spacing: -0.015em;
	white-space: nowrap;
}

body.home.lptia-bridge-active #tia-home-features .lp-partner__other-icon {
	align-items: center;
	background: rgba(82, 51, 255, 0.08);
	border: 1px solid rgba(82, 51, 255, 0.16);
	border-radius: 10px;
	color: #5233ff;
	display: flex;
	flex: 0 0 32px;
	height: 32px;
	justify-content: center;
	width: 32px;
}

body.home.lptia-bridge-active #tia-home-features .lp-partner__other-icon svg {
	fill: none;
	height: 19px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 19px;
}

@keyframes lptia-partners-marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

@media (max-width: 900px) {
	body.home.lptia-bridge-active #tia-home-features .lp-partners__marquee {
		padding-block: 16px;
	}
}

@media (max-width: 600px) {
	body.home.lptia-bridge-active #tia-home-features .lp-feature-pills-shell {
		padding-bottom: 58px;
	}

	body.home.lptia-bridge-active #tia-home-features .lp-partners {
		margin-top: 40px;
		width: calc(100% - 24px);
	}

	body.home.lptia-bridge-active #tia-home-features .lp-partners__marquee {
		-webkit-mask-image: linear-gradient(
			90deg,
			transparent 0,
			#000 12%,
			#000 88%,
			transparent 100%
		);
		mask-image: linear-gradient(
			90deg,
			transparent 0,
			#000 12%,
			#000 88%,
			transparent 100%
		);
	}

	body.home.lptia-bridge-active #tia-home-features .lp-partners__track {
		animation-duration: 23s;
	}

	body.home.lptia-bridge-active #tia-home-features .lp-partner {
		flex-basis: 132px;
		height: 54px;
		min-width: 132px;
		width: 132px;
	}

	body.home.lptia-bridge-active #tia-home-features .lp-partner--pennylane {
		flex-basis: 148px;
		min-width: 148px;
		width: 148px;
	}

	body.home.lptia-bridge-active #tia-home-features .lp-partner--stripe,
	body.home.lptia-bridge-active #tia-home-features .lp-partner--ar24 {
		flex-basis: 112px;
		min-width: 112px;
		width: 112px;
	}

	body.home.lptia-bridge-active #tia-home-features .lp-partner--laposte {
		flex-basis: 146px;
		min-width: 146px;
		width: 146px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.home.lptia-bridge-active #tia-home-features .lp-partners__track {
		animation-duration: 45s;
	}
}
