/* ==========================================================================
   FAQ CJF — Styles
   Selecteurs haute specificite (0-3-0 minimum) pour ecraser le CSS Elementor.
   Zero !important. Cascade pilotee par Elementor via {{WRAPPER}}.
   ========================================================================== */

/* --- Wrapper --- */
.elementor-widget-faq-cjf .faq-cjf {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

/* --- Item --- */
.elementor-widget-faq-cjf .faq-cjf .faq-cjf__item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom-style: solid;
	opacity: 0;
	transform: translateY(40px);
	will-change: opacity, transform;
}

.elementor-widget-faq-cjf .faq-cjf .faq-cjf__item:last-child {
	border-bottom: none;
}

/* --- Heading (h3 wrapper) — full reset --- */
.elementor-widget-faq-cjf .faq-cjf .faq-cjf__heading {
	margin: 0;
	padding: 0;
	border: none;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

/* --- Question (button) --- */
.elementor-widget-faq-cjf .faq-cjf .faq-cjf__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-width: 0;
	padding: 20px 0;
	margin: 0;
	border: none;
	background: none;
	cursor: pointer;
	text-align: left;
	gap: 16px;
	font-family: inherit;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}

.elementor-widget-faq-cjf .faq-cjf .faq-cjf__question:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
	border-radius: 2px;
}

/* --- Question text (span) --- */
.elementor-widget-faq-cjf .faq-cjf .faq-cjf__question-text {
	flex: 1;
	min-width: 0;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	white-space: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

/* --- Arrow --- */
.elementor-widget-faq-cjf .faq-cjf .faq-cjf__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #FFFFFF;
	will-change: transform;
}

.elementor-widget-faq-cjf .faq-cjf .faq-cjf__arrow svg {
	display: block;
	width: 24px;
	height: 24px;
}

/* --- Answer panel --- */
.elementor-widget-faq-cjf .faq-cjf .faq-cjf__answer {
	height: 0;
	overflow: hidden;
	opacity: 0;
}

/* --- Answer inner --- */
.elementor-widget-faq-cjf .faq-cjf .faq-cjf__answer-inner {
	padding-top: 12px;
	padding-bottom: 20px;
}

.elementor-widget-faq-cjf .faq-cjf .faq-cjf__answer-inner p {
	margin: 0 0 1em 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}

.elementor-widget-faq-cjf .faq-cjf .faq-cjf__answer-inner p:last-child {
	margin-bottom: 0;
}

/* ==========================================================================
   Revealed — etat final apres stagger GSAP (inline styles nettoyes)
   ========================================================================== */
.elementor-widget-faq-cjf .faq-cjf.faq-cjf--revealed .faq-cjf__item {
	opacity: 1;
	transform: none;
	will-change: auto;
}

/* ==========================================================================
   Reduced motion — accessibilite
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
	.elementor-widget-faq-cjf .faq-cjf .faq-cjf__item {
		opacity: 1;
		transform: none;
		will-change: auto;
	}

	.elementor-widget-faq-cjf .faq-cjf .faq-cjf__arrow {
		will-change: auto;
	}
}

/* ==========================================================================
   Elementor editor — items visibles immediatement (pas de stagger)
   ========================================================================== */
.elementor-editor-active .elementor-widget-faq-cjf .faq-cjf .faq-cjf__item {
	opacity: 1;
	transform: none;
	will-change: auto;
}
