/* Theme Casse Auto - SSCMS
   V3: styles strictement limites au wrapper .csauto-article.
   La FAQ doit rester hors wrapper et conserver le rendu natif du CMS. */

.csauto-article {
	box-sizing: border-box !important;
	max-width: 1120px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0 16px 28px !important;
	font-family: inherit !important;
	color: #18212b !important;
}

.csauto-article *,
.csauto-article *::before,
.csauto-article *::after {
	box-sizing: border-box !important;
}

.csauto-local-page {
	--csauto-dark: #18212b;
	--csauto-text: #24303d;
	--csauto-muted: #64748b;
	--csauto-border: #dbe7dd;
	--csauto-green: #2f7d46;
	--csauto-green-dark: #236136;
	--csauto-orange: #f28c28;
	--csauto-orange-dark: #cf6f12;
	--csauto-shadow: 0 16px 38px rgba(24, 33, 43, .10);
	--csauto-radius: 22px;
}

.csauto-article .csauto-hero {
	position: relative !important;
	overflow: hidden !important;
	margin: 0 0 24px !important;
	padding: 34px 30px !important;
	border-radius: 26px !important;
	background: radial-gradient(circle at top right, rgba(242, 140, 40, .22), transparent 34%), linear-gradient(135deg, #18212b 0%, #233243 55%, #2f7d46 100%) !important;
	color: #fff !important;
	box-shadow: var(--csauto-shadow) !important;
}

.csauto-article .csauto-hero::after {
	content: "♻️";
	position: absolute !important;
	right: 24px !important;
	bottom: 14px !important;
	font-size: 86px !important;
	line-height: 1 !important;
	opacity: .12 !important;
	pointer-events: none !important;
}

.csauto-article .csauto-kicker,
.csauto-article .csauto-eyebrow {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	width: fit-content !important;
	margin: 0 0 12px !important;
	padding: 7px 12px !important;
	border-radius: 999px !important;
	background: rgba(47, 125, 70, .12) !important;
	color: var(--csauto-green-dark) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	letter-spacing: .02em !important;
	text-transform: uppercase !important;
}

.csauto-article .csauto-hero .csauto-kicker {
	background: rgba(255, 255, 255, .14) !important;
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, .22) !important;
}

.csauto-article .csauto-title {
	max-width: 850px !important;
	margin: 0 !important;
	color: #fff !important;
	font-size: clamp(30px, 4vw, 52px) !important;
	font-weight: 900 !important;
	line-height: 1.02 !important;
	letter-spacing: -.035em !important;
}

.csauto-article .csauto-lead {
	max-width: 850px !important;
	margin: 18px 0 0 !important;
	color: rgba(255, 255, 255, .90) !important;
	font-size: 18px !important;
	line-height: 1.72 !important;
}


.csauto-article blockquote {
	margin: 18px 0 0 !important;
	padding: 16px 18px !important;
	border-left: 5px solid var(--csauto-orange) !important;
	border-radius: 16px !important;
	background: rgba(255, 255, 255, .12) !important;
	color: rgba(255, 255, 255, .92) !important;
	font-size: 16.5px !important;
	line-height: 1.62 !important;
}

.csauto-article .csauto-section blockquote {
	background: #fff8ef !important;
	color: var(--csauto-text) !important;
}

.csauto-article .csauto-actions {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 12px !important;
	margin: 24px 0 0 !important;
	padding: 0 !important;
}

.csauto-article .csauto-btn,
.csauto-article .csauto-card-cta {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	min-height: 44px !important;
	padding: 12px 18px !important;
	border-radius: 999px !important;
	font-size: 15px !important;
	font-weight: 850 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	cursor: pointer !important;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease !important;
	text-align: center !important;
}

.csauto-article .csauto-btn:hover,
.csauto-article .csauto-card-cta:hover {
	transform: translateY(-1px) !important;
	text-decoration: none !important;
}

.csauto-article .csauto-btn--primary {
	background: var(--csauto-orange) !important;
	color: #1d1307 !important;
	box-shadow: 0 10px 22px rgba(242, 140, 40, .28) !important;
}

.csauto-article .csauto-btn--primary:hover {
	background: #ff9d3d !important;
	color: #1d1307 !important;
}


html body .csauto-article .csauto-btn--ghost {
	background: #ffffff !important;
	color: #236136 !important;
	border: 2px solid rgba(47, 125, 70, .42) !important;
	box-shadow: 0 8px 18px rgba(24, 33, 43, .07) !important;
	text-decoration: none !important;
}

html body .csauto-article .csauto-btn--ghost:hover {
	background: #eef7f0 !important;
	color: #18212b !important;
	border-color: #2f7d46 !important;
}

/* Variante ghost dans le hero : blanc sur fond sombre */
html body .csauto-article .csauto-hero .csauto-btn--ghost {
	background: rgba(255, 255, 255, .12) !important;
	color: #ffffff !important;
	border-color: rgba(255, 255, 255, .34) !important;
	box-shadow: none !important;
}

html body .csauto-article .csauto-hero .csauto-btn--ghost:hover {
	background: rgba(255, 255, 255, .22) !important;
	color: #ffffff !important;
	border-color: rgba(255, 255, 255, .54) !important;
}

.csauto-article .csauto-section {
	max-width: 1120px !important;
	margin: 24px auto 0 !important;
	padding: 28px !important;
	border: 1px solid var(--csauto-border) !important;
	border-radius: var(--csauto-radius) !important;
	background: #fff !important;
	box-shadow: 0 10px 28px rgba(24, 33, 43, .055) !important;
}

.csauto-article > .csauto-section:first-child {
	margin-top: 0 !important;
}

.csauto-article .csauto-section--soft {
	background: linear-gradient(180deg, rgba(47, 125, 70, .075), rgba(47, 125, 70, .025)) !important;
	border-color: #d5e5d8 !important;
}

.csauto-article .csauto-section--warning {
	background: linear-gradient(180deg, rgba(242, 140, 40, .105), rgba(255, 255, 255, 1)) !important;
	border-color: rgba(242, 140, 40, .34) !important;
}

.csauto-article .csauto-section h2 {
	margin: 0 0 14px !important;
	color: var(--csauto-dark) !important;
	font-size: clamp(24px, 2.8vw, 34px) !important;
	font-weight: 900 !important;
	line-height: 1.16 !important;
	letter-spacing: -.025em !important;
	background: none !important;
	border: 0 !important;
	padding: 0 !important;
}

.csauto-article .csauto-section h3 {
	margin: 0 0 10px !important;
	color: var(--csauto-dark) !important;
	font-size: 19px !important;
	font-weight: 900 !important;
	line-height: 1.24 !important;
	background: none !important;
	border: 0 !important;
	padding: 0 !important;
}

.csauto-article .csauto-section p {
	margin: 0 0 14px !important;
	color: var(--csauto-text) !important;
	font-size: 16.5px !important;
	line-height: 1.74 !important;
}

.csauto-article .csauto-section p:last-child {
	margin-bottom: 0 !important;
}

.csauto-article .csauto-section a {
	color: var(--csauto-green-dark) !important;
	font-weight: 800 !important;
	text-decoration: underline !important;
	text-decoration-thickness: 2px !important;
	text-underline-offset: 3px !important;
}

.csauto-article .csauto-section a:hover {
	color: var(--csauto-orange-dark) !important;
}

.csauto-article .csauto-checklist {
	display: grid !important;
	gap: 12px !important;
	margin: 18px 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.csauto-article .csauto-checklist li {
	position: relative !important;
	margin: 0 !important;
	padding: 14px 16px 14px 44px !important;
	border: 1px solid var(--csauto-border) !important;
	border-radius: 16px !important;
	background: rgba(255, 255, 255, .78) !important;
	color: var(--csauto-text) !important;
	font-size: 16px !important;
	line-height: 1.58 !important;
	list-style: none !important;
}

.csauto-article .csauto-checklist li::before {
	content: "✓" !important;
	position: absolute !important;
	left: 15px !important;
	top: 14px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 20px !important;
	height: 20px !important;
	border-radius: 999px !important;
	background: var(--csauto-green) !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
}

.csauto-article .csauto-checklist strong,
.csauto-article .csauto-section strong {
	color: var(--csauto-dark) !important;
	font-weight: 900 !important;
}

.csauto-article .csauto-note {
	margin: 20px 0 !important;
	padding: 18px 18px 18px 20px !important;
	border-left: 5px solid var(--csauto-orange) !important;
	border-radius: 16px !important;
	background: #fff8ef !important;
}

.csauto-article .csauto-note p {
	margin: 0 !important;
}

.csauto-article .csauto-cards {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 16px !important;
	margin: 22px 0 0 !important;
	padding: 0 !important;
}

.csauto-article .csauto-card {
	display: flex !important;
	flex-direction: column !important;
	min-height: 100% !important;
	padding: 20px !important;
	border: 1px solid var(--csauto-border) !important;
	border-radius: 20px !important;
	background: #fff !important;
	box-shadow: 0 10px 24px rgba(24, 33, 43, .06) !important;
}

.csauto-article .csauto-card h3 {
	margin-bottom: 10px !important;
}

.csauto-article .csauto-card p {
	margin-bottom: 16px !important;
}

.csauto-article .csauto-card-cta {
	width: fit-content !important;
	margin-top: auto !important;
	background: var(--csauto-green) !important;
	color: #fff !important;
	text-decoration: none !important;
	box-shadow: 0 8px 18px rgba(47, 125, 70, .20) !important;
	text-align: center !important;
}

.csauto-article .csauto-card-cta:hover {
	background: var(--csauto-green-dark) !important;
	color: #fff !important;
}

.csauto-article .kamesen {
	cursor: pointer !important;
}

.csauto-article span.kamesen.csauto-btn,
.csauto-article span.kamesen.csauto-card-cta {
	user-select: none !important;
}

.csauto-article .csauto-related-links {
	margin: 18px 0 0 !important;
	padding: 14px 16px !important;
	border: 1px solid rgba(47, 125, 70, .18) !important;
	border-radius: 16px !important;
	background: rgba(47, 125, 70, .055) !important;
	color: var(--csauto-text) !important;
	font-size: 15.8px !important;
	line-height: 1.62 !important;
}

.csauto-article .csauto-related-links a {
	color: var(--csauto-green-dark) !important;
	font-weight: 900 !important;
	text-decoration: underline !important;
	text-decoration-thickness: 2px !important;
	text-underline-offset: 3px !important;
}

.csauto-article .csauto-table-wrap {
	width: 100% !important;
	margin: 20px 0 !important;
	overflow-x: auto !important;
	-webkit-overflow-scrolling: touch !important;
	border: 1px solid var(--csauto-border) !important;
	border-radius: 18px !important;
	background: #fff !important;
}

.csauto-article .csauto-table {
	width: 100% !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	margin: 0 !important;
	background: #fff !important;
}

.csauto-article .csauto-table th,
.csauto-article .csauto-table td {
	padding: 15px 16px !important;
	border: 0 !important;
	border-bottom: 1px solid var(--csauto-border) !important;
	color: var(--csauto-text) !important;
	font-size: 15.5px !important;
	line-height: 1.48 !important;
	text-align: left !important;
	vertical-align: top !important;
}

.csauto-article .csauto-table th {
	background: #203040 !important;
	color: #fff !important;
	font-weight: 900 !important;
}

.csauto-article .csauto-table tr:last-child td {
	border-bottom: 0 !important;
}

.csauto-article .csauto-table td:first-child {
	font-weight: 850 !important;
	color: var(--csauto-dark) !important;
}

@media (max-width: 900px) {
	.csauto-article .csauto-cards {
		grid-template-columns: 1fr !important;
	}

	.csauto-article .csauto-hero {
		padding: 30px 22px !important;
	}

	.csauto-article .csauto-section {
		padding: 24px 20px !important;
	}
}

@media (max-width: 640px) {
	.csauto-article {
		padding: 0 12px 22px !important;
	}

	.csauto-article .csauto-hero {
		border-radius: 22px !important;
		padding: 26px 18px !important;
	}

	.csauto-article .csauto-hero::after {
		font-size: 64px !important;
		right: 14px !important;
		bottom: 10px !important;
	}

	.csauto-article .csauto-title {
		font-size: 31px !important;
		line-height: 1.07 !important;
	}

	.csauto-article .csauto-lead {
		font-size: 16.5px !important;
		line-height: 1.65 !important;
	}

	
.csauto-article blockquote {
	margin: 18px 0 0 !important;
	padding: 16px 18px !important;
	border-left: 5px solid var(--csauto-orange) !important;
	border-radius: 16px !important;
	background: rgba(255, 255, 255, .12) !important;
	color: rgba(255, 255, 255, .92) !important;
	font-size: 16.5px !important;
	line-height: 1.62 !important;
}

.csauto-article .csauto-section blockquote {
	background: #fff8ef !important;
	color: var(--csauto-text) !important;
}

.csauto-article .csauto-actions {
		flex-direction: column !important;
	}

	.csauto-article .csauto-btn,
	.csauto-article .csauto-card-cta {
		width: 100% !important;
		min-height: 46px !important;
		text-align: center !important;
	}

	.csauto-article .csauto-section {
		margin-top: 18px !important;
		padding: 22px 16px !important;
		border-radius: 20px !important;
	}

	.csauto-article .csauto-section h2 {
		font-size: 25px !important;
	}

	.csauto-article .csauto-section h3 {
		font-size: 18px !important;
	}

	.csauto-article .csauto-section p,
	.csauto-article .csauto-checklist li {
		font-size: 15.8px !important;
	}

	.csauto-article .csauto-checklist li {
		padding: 13px 14px 13px 42px !important;
	}

	.csauto-article .csauto-table-wrap {
		overflow: visible !important;
		border: 0 !important;
		background: transparent !important;
	}

	.csauto-article .csauto-table,
	.csauto-article .csauto-table thead,
	.csauto-article .csauto-table tbody,
	.csauto-article .csauto-table tr,
	.csauto-article .csauto-table th,
	.csauto-article .csauto-table td {
		display: block !important;
		width: 100% !important;
	}

	.csauto-article .csauto-table thead {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		overflow: hidden !important;
		clip: rect(0, 0, 0, 0) !important;
		white-space: nowrap !important;
	}

	.csauto-article .csauto-table tr {
		margin: 0 0 14px !important;
		border: 1px solid var(--csauto-border) !important;
		border-radius: 18px !important;
		background: #fff !important;
		box-shadow: 0 8px 20px rgba(24, 33, 43, .055) !important;
		overflow: hidden !important;
	}

	.csauto-article .csauto-table td {
		position: relative !important;
		padding: 12px 14px !important;
		border-bottom: 1px solid var(--csauto-border) !important;
		font-size: 15px !important;
	}

	.csauto-article .csauto-table td:last-child {
		border-bottom: 0 !important;
	}

	.csauto-article .csauto-table td::before {
		display: block !important;
		margin: 0 0 4px !important;
		color: var(--csauto-green-dark) !important;
		font-size: 12px !important;
		font-weight: 900 !important;
		line-height: 1.25 !important;
		text-transform: uppercase !important;
		letter-spacing: .03em !important;
		content: attr(data-label) !important;
	}

	.csauto-article .csauto-table td:not([data-label])::before {
		display: none !important;
	}
}


html body .csauto-article .csauto-hero h1.csauto-title {
	background: none !important;
	background-image: none !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	text-shadow: none !important;
}


html body .cass_active_module,
html body .cass_active_module * {
	box-sizing: border-box !important;
}

html body.page1 .csauto-article .csauto-section .csauto-note {
	margin-top: 18px !important;
	margin-bottom: 0 !important;
}
/* Sécurité mobile : aucun débordement horizontal dans le contenu custom */
html body .csauto-article,
html body .csauto-article .csauto-section,
html body .csauto-article .csauto-hero,
html body .csauto-article .csauto-card,
html body .csauto-article .csauto-note {
	max-width: 100% !important;
	overflow-wrap: anywhere !important;
	word-break: normal !important;
}

html body .csauto-article {
	width: 100% !important;
	overflow-x: clip !important;
}

html body .csauto-article img,
html body .csauto-article iframe,
html body .csauto-article video {
	max-width: 100% !important;
	height: auto !important;
}

html body .csauto-article .youtube-video,
html body .csauto-article .ultimate-container {
	max-width: 100% !important;
	overflow: hidden !important;
}

html body .csauto-article .csauto-actions {
	max-width: 100% !important;
}

html body .csauto-article .csauto-btn,
html body .csauto-article .csauto-card-cta,
html body .csauto-article .kamesen.csauto-btn,
html body .csauto-article .kamesen.csauto-card-cta {
	white-space: normal !important;
	text-align: center !important;
}

/* Blockquote plus propre, lisible et compatible fond clair */
html body .csauto-article blockquote {
	position: relative !important;
	margin: 22px 0 !important;
	padding: 18px 20px 18px 54px !important;
	border: 1px solid rgba(47, 125, 70, .22) !important;
	border-left: 5px solid #2f7d46 !important;
	border-radius: 18px !important;
	background: linear-gradient(180deg, #ffffff 0%, #f3f8f4 100%) !important;
	color: #24303d !important;
	box-shadow: 0 10px 24px rgba(24, 33, 43, .06) !important;
	font-style: normal !important;
}

html body .csauto-article blockquote::before {
	content: "“" !important;
	position: absolute !important;
	left: 18px !important;
	top: 8px !important;
	color: rgba(47, 125, 70, .35) !important;
	font-size: 52px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	font-family: Georgia, serif !important;
}

html body .csauto-article blockquote p,
html body .csauto-article blockquote strong,
html body .csauto-article blockquote a {
	position: relative !important;
	z-index: 1 !important;
}

/* Tableaux : desktop fluide, mobile en cartes sans double scroll */
html body .csauto-article .csauto-table-wrap {
	max-width: 100% !important;
}

html body .csauto-article table.csauto-table {
	table-layout: auto !important;
	max-width: 100% !important;
}

@media (max-width: 640px) {
	html body .csauto-article {
		overflow-x: hidden !important;
	}

	html body .csauto-article .csauto-hero,
	html body .csauto-article .csauto-section {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	html body .csauto-article .csauto-title {
		max-width: 100% !important;
		overflow-wrap: anywhere !important;
	}

	html body .csauto-article .csauto-cards,
	html body .csauto-article .csauto-actions {
		width: 100% !important;
		max-width: 100% !important;
	}

	html body .csauto-article .csauto-actions > * {
		width: 100% !important;
		max-width: 100% !important;
	}

	html body .csauto-article blockquote {
		padding: 18px 16px 18px 46px !important;
		border-radius: 16px !important;
	}

	html body .csauto-article blockquote::before {
		left: 14px !important;
		font-size: 44px !important;
	}

	html body .csauto-article .csauto-table-wrap {
		overflow: visible !important;
		border: 0 !important;
		background: transparent !important;
	}

	html body .csauto-article table.csauto-table,
	html body .csauto-article table.csauto-table thead,
	html body .csauto-article table.csauto-table tbody,
	html body .csauto-article table.csauto-table tr,
	html body .csauto-article table.csauto-table th,
	html body .csauto-article table.csauto-table td {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	html body .csauto-article table.csauto-table thead {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		overflow: hidden !important;
		clip: rect(0, 0, 0, 0) !important;
		white-space: nowrap !important;
	}

	html body .csauto-article table.csauto-table tr {
		margin: 0 0 14px !important;
		border: 1px solid #dbe7dd !important;
		border-radius: 18px !important;
		background: #ffffff !important;
		box-shadow: 0 8px 20px rgba(24, 33, 43, .055) !important;
		overflow: hidden !important;
	}

	html body .csauto-article table.csauto-table td {
		position: relative !important;
		padding: 12px 14px !important;
		border-bottom: 1px solid #dbe7dd !important;
		white-space: normal !important;
	}

	html body .csauto-article table.csauto-table td:last-child {
		border-bottom: 0 !important;
	}

	html body .csauto-article table.csauto-table td::before {
		display: block !important;
		margin: 0 0 5px !important;
		color: #236136 !important;
		font-size: 12px !important;
		font-weight: 900 !important;
		line-height: 1.25 !important;
		text-transform: uppercase !important;
		letter-spacing: .03em !important;
		content: attr(data-label) !important;
	}

	html body .csauto-article table.csauto-table td:not([data-label])::before {
		display: none !important;
	}
}

.csauto-article .csauto-section a.csauto-card-cta{color:white!important;}