/* ==========================================================================
   Footer — Cityline Cars
   Jaune #1878c0 · Bleu nuit #17323a
   ========================================================================== */

#footer {
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
}

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

/* ------------------------------ Bandeau CTA ----------------------------- */

.l2020-fcta {
	position: relative;
	background: #1878c0;
	overflow: hidden;
}

.l2020-fcta::after {
	content: "";
	position: absolute;
	right: -8%;
	top: -70%;
	width: 34%;
	height: 240%;
	background: rgba(255, 255, 255, 0.055);
	transform: rotate(16deg);
	pointer-events: none;
}

.l2020-fcta__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 34px;
	padding-top: 34px;
	padding-bottom: 34px;
	flex-wrap: wrap;
}

.l2020-fcta__text {
	flex: 1 1 320px;
	min-width: 0;
}

.l2020-fcta__text h2 {
	margin: 0 0 6px;
	color: #ffffff;
	font-size: 27px;
	line-height: 1.25;
	font-weight: 800;
	letter-spacing: -0.2px;
}

.l2020-fcta__text p {
	margin: 0;
	color: rgba(255, 255, 255, 0.90);
	font-size: 16px;
	line-height: 1.5;
}

/* Bouton */
.l2020-fcta__btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 19px 34px;
	border-radius: 12px;
	background: #17323a;
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	text-decoration: none !important;
	box-shadow: 0 8px 20px rgba(23, 50, 58, 0.22);
	transition: transform 0.25s cubic-bezier(0.2, 0.7, 0.3, 1), box-shadow 0.25s ease,
		background-color 0.25s ease;
}

.l2020-fcta__btn:hover,
.l2020-fcta__btn:focus-visible {
	background: #0f2429;
	transform: translateY(-3px);
	box-shadow: 0 14px 30px rgba(23, 50, 58, 0.3);
	color: #fff !important;
}

.l2020-fcta__btn svg {
	width: 26px;
	height: 26px;
	flex: 0 0 auto;
	transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.3, 1);
}

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

/* Bloc WhatsApp */
.l2020-fcta__wa {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding-left: 34px;
	border-left: 1px solid rgba(255, 255, 255, 0.28);
	text-decoration: none !important;
	color: #ffffff !important;
}

.l2020-fcta__wa-icon svg {
	width: 42px;
	height: 42px;
	color: #ffffff;
	transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.l2020-fcta__wa:hover .l2020-fcta__wa-icon svg {
	transform: scale(1.09) rotate(-6deg);
}

.l2020-fcta__wa-text {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

.l2020-fcta__wa-text strong {
	font-size: 26px;
	font-weight: 800;
	letter-spacing: -0.3px;
	color: #ffffff;
}

.l2020-fcta__wa-text small {
	font-size: 13.5px;
	color: rgba(255, 255, 255, 0.85);
	margin-top: 3px;
}

/* ------------------------------ Corps sombre ---------------------------- */

.l2020-fmain {
	background: #17323a;
	color: #aebbc0;
	padding: 62px 0 0;
	font-size: 15px;
	line-height: 1.7;
}

.l2020-fgrid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1.2fr 1.2fr;
	gap: 44px;
	align-items: start;
}

.l2020-fcol {
	min-width: 0;
}

/* Marque */
.l2020-fbrand {
	display: block;
	margin-bottom: 22px;
	text-decoration: none !important;
	line-height: 0;
}

.l2020-fbrand__img {
	display: block;
	width: 200px;
	max-width: 100%;
	height: auto;
	transition: opacity 0.25s ease;
}

.l2020-fbrand__bar {
	display: block;
	width: 56px;
	height: 3px;
	margin-top: 16px;
	border-radius: 3px;
	background: #1878c0;
	transition: width 0.3s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.l2020-fbrand:hover .l2020-fbrand__img {
	opacity: 0.85;
}

.l2020-fbrand:hover .l2020-fbrand__bar {
	width: 84px;
}

.l2020-fabout {
	margin: 0;
	color: #a6b4b9;
	font-size: 14.5px;
	line-height: 1.85;
	max-width: 330px;
}

/* Titres de colonne */
.l2020-ftitle {
	margin: 0 0 24px;
	padding-bottom: 12px;
	position: relative;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.3px;
	text-transform: uppercase;
}

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

/* Liens rapides */
.l2020-flinks,
.l2020-finfo {
	margin: 0;
	padding: 0;
	list-style: none;
}

.l2020-flinks li + li {
	margin-top: 2px;
}

.l2020-flinks a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
	color: #c3ced2 !important;
	text-decoration: none !important;
	font-size: 15px;
	transition: color 0.22s ease, padding-left 0.28s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.l2020-flinks li:last-child a {
	border-bottom: 0;
}

.l2020-flinks a svg {
	width: 15px;
	height: 15px;
	flex: 0 0 auto;
	color: #1878c0;
	transition: transform 0.28s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.l2020-flinks a:hover,
.l2020-flinks a:focus-visible {
	color: #fff !important;
	padding-left: 6px;
}

.l2020-flinks a:hover svg {
	transform: translateX(3px);
}

/* Contact + horaires */
.l2020-finfo li {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	margin-bottom: 18px;
	color: #b3c0c5;
	font-size: 15px;
	line-height: 1.6;
}

.l2020-finfo li:last-child {
	margin-bottom: 0;
}

/* Separator between the two phone numbers */
.l2020-finfo .l2020-fsep {
	margin: 0 5px;
	opacity: 0.5;
}

.l2020-finfo svg {
	width: 19px;
	height: 19px;
	flex: 0 0 auto;
	margin-top: 2px;
	color: #1878c0;
}

.l2020-finfo a {
	color: #b3c0c5 !important;
	text-decoration: none !important;
	transition: color 0.22s ease;
}

.l2020-finfo a:hover,
.l2020-finfo a:focus-visible {
	color: #1878c0 !important;
}

/* --------------------------------- Réseaux ------------------------------ */

.l2020-fsocial {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin: 54px 0 44px;
}

.l2020-fsocial__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	color: #dfe6e8 !important;
	transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease,
		transform 0.25s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.l2020-fsocial__link svg {
	width: 20px;
	height: 20px;
}

.l2020-fsocial__link:hover,
.l2020-fsocial__link:focus-visible {
	background: #1878c0;
	border-color: #1878c0;
	color: #17323a !important;
	transform: translateY(-4px);
}

/* --------------------------------- Bas de page -------------------------- */

.l2020-fbottom {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 24px 0 26px;
	border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.l2020-fbottom p {
	margin: 0;
	color: #9aa8ad;
	font-size: 14px;
	line-height: 1.7;
}

.l2020-fbottom p span {
	color: #1878c0;
}

.l2020-fbottom p em {
	font-style: normal;
	color: #1878c0;
	font-size: 11px;
	margin: 0 6px;
	vertical-align: 2px;
}

.l2020-fbottom a {
	color: #c3ced2 !important;
	text-decoration: none !important;
	transition: color 0.22s ease;
}

.l2020-fbottom a:hover,
.l2020-fbottom a:focus-visible {
	color: #1878c0 !important;
}

/* Focus visible cohérent */
.l2020-fcta a:focus-visible,
.l2020-fmain a:focus-visible {
	outline: 2px solid #1878c0;
	outline-offset: 3px;
	border-radius: 4px;
}

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

@media (max-width: 1100px) {
	.l2020-fgrid {
		grid-template-columns: 1fr 1fr;
		gap: 40px 36px;
	}

	.l2020-fabout {
		max-width: none;
	}
}

@media (max-width: 900px) {
	.l2020-fcta__inner {
		gap: 24px;
	}

	.l2020-fcta__wa {
		padding-left: 0;
		border-left: 0;
	}
}

@media (max-width: 700px) {
	.l2020-fwrap {
		padding: 0 18px;
	}

	.l2020-fcta__inner {
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
		padding-top: 30px;
		padding-bottom: 30px;
		gap: 20px;
	}

	/* The base rule sets `flex: 1 1 320px` for the desktop row layout, where
	   320px is a WIDTH basis. Once this container becomes flex-direction:column
	   the main axis is vertical, so that 320px turns into a minimum HEIGHT and
	   leaves ~210px of empty yellow above the button. Size to content instead. */
	.l2020-fcta__text {
		flex: 0 0 auto;
		width: 100%;
	}

	.l2020-fcta__text h2 {
		font-size: 22px;
	}

	.l2020-fcta__btn {
		width: 100%;
		justify-content: center;
		padding: 17px 24px;
	}

	.l2020-fcta__wa {
		width: 100%;
	}

	.l2020-fcta__wa-text strong {
		font-size: 22px;
	}

	.l2020-fmain {
		padding-top: 44px;
	}

	.l2020-fgrid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.l2020-fsocial {
		margin: 36px 0 30px;
	}

	.l2020-fbottom {
		padding: 20px 0 24px;
	}

	.l2020-fbottom p {
		font-size: 13.5px;
	}
}

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

@media (prefers-reduced-motion: reduce) {
	.l2020-fcta__btn,
	.l2020-fcta__btn svg,
	.l2020-fcta__wa-icon svg,
	.l2020-flinks a,
	.l2020-flinks a svg,
	.l2020-fsocial__link,
	.l2020-flogo img {
		transition: none !important;
	}

	.l2020-fcta__btn:hover,
	.l2020-fsocial__link:hover {
		transform: none !important;
	}
}

/* --------------------------------- Impression --------------------------- */

@media print {
	.l2020-fcta,
	.l2020-fsocial {
		display: none !important;
	}

	.l2020-fmain {
		background: none;
		color: #000;
	}
}
