/* ==========================================================================
   FAQ — LUXURY 2020 CAR
   Brand: #1878c0 (jaune) / #273f44 (bleu nuit)
   ========================================================================== */

.l2020-faq-section {
	padding: 72px 0 80px;
	background: #f6f7f9;
}

.l2020-faq-section > .vc_column_container > .vc_column-inner > .wpb_wrapper {
	max-width: 900px;
	margin: 0 auto;
}

/* --------------------------------- Titre --------------------------------- */

.l2020-faq-section h2.vc_custom_heading {
	margin: 0;
	letter-spacing: 0.6px;
}

.l2020-faq-section h2.vc_custom_heading::after {
	content: "";
	display: block;
	width: 58px;
	height: 4px;
	margin: 16px auto 0;
	border-radius: 4px;
	background: #1878c0;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.65s cubic-bezier(0.2, 0.7, 0.3, 1) 0.1s;
}

.l2020-faq-section.is-in h2.vc_custom_heading::after {
	transform: scaleX(1);
}

/* -------------------------------- Chapeau -------------------------------- */

.l2020-faq-intro {
	max-width: 600px;
	margin: 18px auto 40px !important;
	text-align: center;
	opacity: 0;
	transform: translateY(14px);
	transition: opacity 0.6s ease 0.12s, transform 0.6s cubic-bezier(0.2, 0.7, 0.3, 1) 0.12s;
}

.l2020-faq-section.is-in .l2020-faq-intro {
	opacity: 1;
	transform: none;
}

.l2020-faq-intro,
.l2020-faq-intro p {
	color: #7c848a;
	font-size: 15px;
	line-height: 1.75;
	margin-bottom: 0;
}

/* ------------------------------ Accordéon -------------------------------- */

.l2020-faq.vc_toggle {
	margin: 0 0 12px;
	padding: 0;
	background: #fff;
	border: 1px solid #e7e9ec;
	border-radius: 14px;
	box-shadow: 0 1px 2px rgba(39, 63, 68, 0.04);
	overflow: hidden;
	opacity: 0;
	transform: translateY(20px);
	transition: box-shadow 0.3s ease, border-color 0.3s ease;
	will-change: opacity, transform;
}

.l2020-faq.vc_toggle.is-in {
	opacity: 1;
	transform: none;
	transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.2, 0.7, 0.3, 1),
		box-shadow 0.3s ease, border-color 0.3s ease;
}

.l2020-faq.vc_toggle:hover {
	border-color: #dcdfe4;
	box-shadow: 0 6px 20px rgba(39, 63, 68, 0.08);
}

.l2020-faq.vc_toggle_active {
	border-color: #1878c0;
	box-shadow: 0 12px 30px rgba(39, 63, 68, 0.10);
}

/* --------------------------- Ligne de question --------------------------- */

.l2020-faq .vc_toggle_title {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 0;
	padding: 20px 22px;
	cursor: pointer;
	border-left: 3px solid transparent;
	transition: border-color 0.3s ease, background-color 0.3s ease;
	-webkit-tap-highlight-color: transparent;
}

.l2020-faq.vc_toggle_active .vc_toggle_title {
	border-left-color: #1878c0;
	background: #fffdf5;
}

.l2020-faq .vc_toggle_title:focus {
	outline: none;
}

.l2020-faq .vc_toggle_title:focus-visible {
	box-shadow: inset 0 0 0 2px rgba(24, 120, 192, 0.75);
}

.l2020-faq .vc_toggle_title h4 {
	flex: 1 1 auto;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	color: #273f44;
	transition: color 0.25s ease;
}

.l2020-faq .vc_toggle_title:hover h4 {
	color: #16272a;
}

/* ------------------------- Icône : plus -> moins ------------------------- */

.l2020-faq .vc_toggle_icon {
	position: relative !important;
	flex: 0 0 auto;
	width: 32px !important;
	height: 32px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: #f2f4f6 !important;
	transition: background-color 0.3s ease, transform 0.4s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.l2020-faq .vc_toggle_icon::before,
.l2020-faq .vc_toggle_icon::after {
	content: "" !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width: 12px !important;
	height: 2px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 2px;
	background: #273f44 !important;
	transform: translate(-50%, -50%);
	transition: transform 0.4s cubic-bezier(0.2, 0.7, 0.3, 1), opacity 0.3s ease,
		background-color 0.3s ease;
}

.l2020-faq .vc_toggle_icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.l2020-faq.vc_toggle_active .vc_toggle_icon {
	background: #1878c0 !important;
	transform: rotate(180deg);
}

.l2020-faq.vc_toggle_active .vc_toggle_icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
	opacity: 0;
}

/* ------------------------------- Réponse -------------------------------- */

.l2020-faq .vc_toggle_content {
	margin: 0;
	padding: 0 24px 2px 25px;
}

.l2020-faq.vc_toggle_active .vc_toggle_content {
	padding-bottom: 22px;
}

.l2020-faq.vc_toggle_active .vc_toggle_content > * {
	animation: l2020FaqReveal 0.45s cubic-bezier(0.2, 0.7, 0.3, 1) both;
}

.l2020-faq.vc_toggle_active .vc_toggle_content > *:nth-child(2) {
	animation-delay: 0.07s;
}

.l2020-faq.vc_toggle_active .vc_toggle_content > *:nth-child(3) {
	animation-delay: 0.14s;
}

@keyframes l2020FaqReveal {
	from {
		opacity: 0;
		transform: translateY(9px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.l2020-faq .vc_toggle_content p {
	margin: 0 0 12px;
	color: #5f676b;
	font-size: 15px;
	line-height: 1.78;
}

.l2020-faq .vc_toggle_content p:last-child {
	margin-bottom: 0;
}

.l2020-faq .vc_toggle_content strong {
	color: #273f44;
	font-weight: 600;
}

.l2020-faq .vc_toggle_content ul {
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
}

.l2020-faq .vc_toggle_content li {
	position: relative;
	margin: 0 0 9px;
	padding-left: 22px;
	color: #5f676b;
	font-size: 15px;
	line-height: 1.7;
}

.l2020-faq .vc_toggle_content li::before {
	content: "";
	position: absolute;
	left: 3px;
	top: 0.62em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #1878c0;
}

/* ------------------------------- Mobile --------------------------------- */

@media (max-width: 782px) {
	.l2020-faq-section {
		padding: 48px 0 56px;
	}

	.l2020-faq-intro {
		margin-bottom: 30px !important;
	}

	.l2020-faq .vc_toggle_title {
		gap: 12px;
		padding: 16px 16px;
	}

	.l2020-faq .vc_toggle_title h4 {
		font-size: 15px;
		line-height: 1.45;
	}

	.l2020-faq .vc_toggle_icon {
		width: 28px !important;
		height: 28px !important;
	}

	.l2020-faq .vc_toggle_content {
		padding: 0 16px 2px 19px;
	}

	.l2020-faq.vc_toggle_active .vc_toggle_content {
		padding-bottom: 18px;
	}
}

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

@media (prefers-reduced-motion: reduce) {
	.l2020-faq.vc_toggle,
	.l2020-faq.vc_toggle.is-in,
	.l2020-faq .vc_toggle_title,
	.l2020-faq .vc_toggle_icon,
	.l2020-faq .vc_toggle_icon::before,
	.l2020-faq .vc_toggle_icon::after,
	.l2020-faq-intro,
	.l2020-faq-section h2.vc_custom_heading::after {
		transition: none !important;
	}

	.l2020-faq.vc_toggle,
	.l2020-faq-intro {
		opacity: 1 !important;
		transform: none !important;
	}

	.l2020-faq-section h2.vc_custom_heading::after {
		transform: scaleX(1) !important;
	}

	.l2020-faq.vc_toggle_active .vc_toggle_icon {
		transform: none !important;
	}

	.l2020-faq.vc_toggle_active .vc_toggle_content > * {
		animation: none !important;
	}
}

/* Impression : tout ouvert, sans décor */
@media print {
	.l2020-faq.vc_toggle {
		opacity: 1 !important;
		transform: none !important;
		box-shadow: none !important;
	}

	.l2020-faq .vc_toggle_content {
		display: block !important;
	}
}
