/* ==========================================================================
   Qui sommes-nous + Avis clients — Cityline Cars
   Bleu logo #1878c0 · Bleu nuit #17323a
   ========================================================================== */

/* ----------------------------- Qui sommes-nous -------------------------- */

.l2020-about {
	background: #fff;
	overflow: hidden;
}

.l2020-about__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.l2020-about__text {
	position: relative;
	padding: 78px 58px 78px max(24px, calc((100vw - 1180px) / 2));
	max-width: 100%;
}

.l2020-about__eyebrow {
	position: relative;
	margin: 0 0 22px;
	padding-bottom: 14px;
	color: #17323a;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.l2020-about__eyebrow::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 46px;
	height: 3px;
	border-radius: 3px;
	background: #1878c0;
}

.l2020-about__title {
	margin: 0 0 20px;
	color: #17323a;
	font-size: 33px;
	line-height: 1.28;
	font-weight: 800;
	letter-spacing: -0.3px;
	max-width: 14em;
}

.l2020-about__lead {
	margin: 0 0 32px;
	color: #61696e;
	font-size: 16px;
	line-height: 1.85;
	max-width: 34em;
}

.l2020-about__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 15px 28px;
	border-radius: 8px;
	background: #1878c0;
	color: #ffffff !important;
	font-size: 13.5px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none !important;
	box-shadow: 0 6px 16px rgba(24, 120, 192, 0.35);
	transition: transform 0.25s cubic-bezier(0.2, 0.7, 0.3, 1), box-shadow 0.25s ease,
		background-color 0.25s ease;
}

.l2020-about__btn:hover,
.l2020-about__btn:focus-visible {
	background: #1c6ba7;
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(24, 120, 192, 0.45);
	color: #ffffff !important;
}

.l2020-about__btn svg {
	width: 17px;
	height: 17px;
	transition: transform 0.28s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.l2020-about__btn:hover svg {
	transform: translateX(4px);
}

/* Grille de points décorative */
.l2020-about__dots {
	position: absolute;
	right: 26px;
	bottom: 46px;
	width: 118px;
	height: 76px;
	background-image: radial-gradient(#1878c0 2.1px, transparent 2.2px);
	background-size: 17px 17px;
	opacity: 0.85;
	pointer-events: none;
}

/* Visuel avec bord diagonal */
.l2020-about__media {
	position: relative;
	align-self: stretch;
	min-height: 430px;
}

.l2020-about__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}

/* -------------------------------- Avis ---------------------------------- */

.l2020-rev {
	background: #f6f7f9;
	padding: 68px 0 74px;
}

.l2020-rev__inner {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
	box-sizing: border-box;
}

.l2020-rev__head {
	text-align: center;
	margin-bottom: 40px;
}

.l2020-rev__title {
	position: relative;
	margin: 0 0 18px;
	padding-bottom: 16px;
	color: #17323a;
	font-size: 29px;
	font-weight: 800;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}

.l2020-rev__title::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 54px;
	height: 4px;
	margin-left: -27px;
	border-radius: 4px;
	background: #1878c0;
}

.l2020-rev__badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 9px 18px;
	border: 1px solid #e4e7ea;
	border-radius: 999px;
	background: #fff;
	color: #5f676b !important;
	font-size: 14px;
	text-decoration: none !important;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.l2020-rev__badge:hover,
.l2020-rev__badge:focus-visible {
	border-color: #1878c0;
	box-shadow: 0 6px 18px rgba(39, 63, 68, 0.08);
	transform: translateY(-2px);
	color: #5f676b !important;
}

.l2020-rev__badge strong {
	color: #17323a;
	font-size: 17px;
	font-weight: 800;
}

/* Étoiles */
.l2020-rev__stars {
	display: inline-flex;
	gap: 2px;
	color: #1878c0;
	flex: 0 0 auto;
}

.l2020-rev__stars svg {
	width: 15px;
	height: 15px;
}

/* Carrousel */
.l2020-rev__track {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	padding: 6px 2px 6px;
	margin: 0 -2px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.l2020-rev__track::-webkit-scrollbar {
	display: none;
}

.l2020-rev__card {
	position: relative;
	flex: 0 0 calc((100% - 48px) / 3);
	scroll-snap-align: start;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e8eaed;
	border-radius: 16px;
	padding: 30px 26px 24px;
	box-shadow: 0 1px 2px rgba(39, 63, 68, 0.04);
	transition: box-shadow 0.28s ease, transform 0.28s cubic-bezier(0.2, 0.7, 0.3, 1),
		border-color 0.28s ease;
}

.l2020-rev__card:hover {
	border-color: #1878c0;
	box-shadow: 0 12px 30px rgba(39, 63, 68, 0.1);
	transform: translateY(-4px);
}

.l2020-rev__quote {
	display: block;
	color: #1878c0;
	font-size: 52px;
	line-height: 0.7;
	font-family: Georgia, "Times New Roman", serif;
	margin-bottom: 12px;
}

.l2020-rev__text {
	flex: 1 1 auto;
	margin: 0 0 22px;
	color: #5f676b;
	font-size: 14.5px;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.l2020-rev__foot {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-top: 18px;
	border-top: 1px solid #eef0f2;
}

.l2020-rev__avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: #17323a;
	color: #1878c0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.l2020-rev__who {
	display: flex;
	flex-direction: column;
	min-width: 0;
	flex: 1 1 auto;
}

.l2020-rev__who strong {
	color: #17323a;
	font-size: 14.5px;
	font-weight: 700;
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.l2020-rev__who small {
	color: #98a2a7;
	font-size: 12.5px;
	margin-top: 2px;
}

/* Pagination */
.l2020-rev__dots {
	display: flex;
	justify-content: center;
	gap: 9px;
	margin-top: 26px;
	min-height: 10px;
}

.l2020-rev__dot {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #cfd6da;
	cursor: pointer;
	transition: width 0.3s cubic-bezier(0.2, 0.7, 0.3, 1), background-color 0.3s ease;
}

.l2020-rev__dot:hover {
	background: #b3bec4;
}

.l2020-rev__dot.is-active {
	width: 26px;
	background: #1878c0;
}

.l2020-rev__dot:focus-visible {
	outline: 2px solid #1878c0;
	outline-offset: 3px;
}

/* ------------------------------ Responsive ------------------------------ */

@media (max-width: 1024px) {
	.l2020-about__text {
		padding: 60px 40px;
	}

	.l2020-about__title {
		font-size: 28px;
	}

	.l2020-rev__card {
		flex: 0 0 calc((100% - 24px) / 2);
	}
}

@media (max-width: 782px) {
	.l2020-about__inner {
		grid-template-columns: 1fr;
	}

	.l2020-about__text {
		order: 2;
		padding: 44px 20px 52px;
	}

	.l2020-about__media {
		order: 1;
		min-height: 240px;
	}

	.l2020-about__media img {
		clip-path: none;
	}

	.l2020-about__title {
		font-size: 25px;
	}

	.l2020-about__dots {
		display: none;
	}

	.l2020-rev {
		padding: 48px 0 54px;
	}

	.l2020-rev__title {
		font-size: 23px;
	}

	.l2020-rev__card {
		flex: 0 0 100%;
	}
}

/* --------------------------- Mouvement réduit --------------------------- */

@media (prefers-reduced-motion: reduce) {
	.l2020-about__btn,
	.l2020-about__btn svg,
	.l2020-rev__card,
	.l2020-rev__badge,
	.l2020-rev__dot {
		transition: none !important;
	}

	.l2020-rev__card:hover,
	.l2020-about__btn:hover,
	.l2020-rev__badge:hover {
		transform: none !important;
	}

	.l2020-rev__track {
		scroll-behavior: auto;
	}
}
