/* ============================================
   MIRA EXPERIENCE — ENHANCEMENTS
   Animations, modals, RGPD, FAQ accordion
   (Does NOT modify the original Figma design)
============================================ */

/* ============================================
   SMOOTH SCROLL
============================================ */
html {
	scroll-behavior: smooth;
}

/* ============================================
   ACCESSIBILITY — Reduced motion
============================================ */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/* ============================================
   NAV LINKS — Make them clickable / styled
============================================ */
.row1 a.text-a {
	color: #000;
	text-decoration: none;
	transition: color 0.3s ease, transform 0.3s ease;
	cursor: pointer;
	position: relative;
}
.row1 a.text-a::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 1px;
	background: #a6290e;
	transition: width 0.3s ease;
}
.row1 a.text-a:hover {
	color: #a6290e;
}
.row1 a.text-a:hover::after {
	width: 100%;
}

/* ============================================
   HEADER — Logo centered, actions on right
   Override le margin-top différents du CSS Figma
============================================ */
.row-top {
	display: flex;
	align-items: center !important;
	justify-content: center;
	gap: 24px;
	margin: 0 35px 0 35px;
	padding: 16px 0 4px;
	max-width: 1370px;
	width: calc(100% - 70px);
	align-self: center !important;
	position: relative;
}
.row-top > a:first-child {
	flex-shrink: 0;
	margin: 0 !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.row-top .mira-experience2 {
	width: 110px;
	height: 49px;
	flex-shrink: 0;
	display: block;
	margin: 0 !important;
}

/* Header — base styles for interactive elements */
.row-top button {
	cursor: pointer;
	border: none;
	background: none;
	padding: 0;
	font: inherit;
}

/* Header actions (lang + CTA) absolutely positioned on the right
   so logo stays perfectly centered */
.row-top .header-actions {
	display: flex;
	align-items: center;
	gap: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

/* CTA header — Force button styling (override link defaults) */
.row-top a.btn.btn-right {
	cursor: pointer;
	text-decoration: none !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	font-size: 13px;
	font-style: normal;
	letter-spacing: 0;
	text-align: center;
	background-color: #a6290e;
	padding: 10px 18px;
	border-radius: 30px;
	margin: 0 !important;
	width: 191px;
	flex-shrink: 0;
	line-height: 1;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	transition: filter 0.3s ease, transform 0.3s ease;
	height: 38px;
}
.row-top a.btn.btn-right:hover {
	filter: brightness(1.08);
	transform: translateY(-1px);
	text-decoration: none !important;
}
.row-top a.btn.btn-right:visited,
.row-top a.btn.btn-right:active,
.row-top a.btn.btn-right:focus {
	color: #fff !important;
	text-decoration: none !important;
}

/* Logo link — no underline */
.row-top a {
	text-decoration: none;
}

/* ============================================
   LANGUAGE SWITCHER — Dropdown (centered vertically)
============================================ */
.lang-switch {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0 !important;
	padding: 8px 10px;
	border-radius: 6px;
	transition: background-color 0.25s ease;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
	height: 38px;
}
.lang-switch:hover {
	background-color: rgba(166, 41, 14, 0.08);
}
.lang-switch .text-fr {
	margin: 0 !important;
	padding: 0;
	color: #a6290e;
	font-size: 15px;
	line-height: 1;
	font-weight: 500;
}
.lang-switch .graphic1 {
	margin: 0 !important;
	width: 10px;
	height: 8px;
	flex-shrink: 0;
	transition: transform 0.3s ease;
	pointer-events: none;
	display: block;
}
.lang-switch.open .graphic1 {
	transform: rotate(180deg);
}

/* Dropdown menu */
.lang-dropdown {
	position: absolute;
	top: calc(100% + 6px);
	left: 50%;
	transform: translateX(-50%) translateY(-4px);
	background: #fffaf2;
	border: 1px solid rgba(166, 41, 14, 0.3);
	border-radius: 8px;
	padding: 4px;
	min-width: 70px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
	z-index: 100;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.lang-switch.open .lang-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}
.lang-option {
	width: 100%;
	display: block;
	background: none;
	border: none;
	padding: 8px 12px;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #000;
	cursor: pointer;
	text-align: center;
	border-radius: 4px;
	transition: background-color 0.2s ease, color 0.2s ease;
}
.lang-option:hover {
	background: rgba(166, 41, 14, 0.1);
	color: #a6290e;
}
.lang-option.active {
	color: #a6290e;
	font-weight: 500;
}

/* Hero CTA underline removed when used as link */
.btn-decouvrir-mira {
	cursor: pointer;
	text-decoration: none;
}

/* Manifeste button as link */
.btn-bottom1 {
	cursor: pointer;
	text-decoration: none;
}

/* ============================================
   ENTRY ANIMATIONS — Fade in on load
============================================ */
.fade-in {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeInUp 1s ease-out forwards;
}
.fade-in-delay {
	animation-delay: 0.4s;
}

@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ============================================
   SCROLL REVEAL — Sections appear as we scroll
============================================ */
.reveal {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 1s ease-out, transform 1s ease-out;
}
.reveal.visible {
	opacity: 1;
	transform: translateY(0);
}

/* ============================================
   HERO CIRCLE BUTTON — pulse animation
============================================ */
.circle-bottom {
	cursor: pointer;
	transition: transform 0.3s ease, background-color 0.3s ease;
	animation: pulse 2.5s ease-in-out infinite;
}
.circle-bottom:hover {
	transform: scale(1.15);
	background-color: rgba(166, 41, 14, 0.15);
}
@keyframes pulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(166, 41, 14, 0.5); }
	50% { box-shadow: 0 0 0 10px rgba(166, 41, 14, 0); }
}

/* ============================================
   CARD HOVER — Subtle lift on offer cards
============================================ */
.card-a {
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
}
.card-a:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.card-b {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-b:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(152, 152, 152, 0.4);
}

/* ============================================
   MARRAKECH ITEMS — Hover effect
============================================ */
.col6 .subtitle-a {
	transition: padding-left 0.3s ease, color 0.3s ease;
	cursor: default;
}
.col6 .subtitle-a:hover {
	padding-left: 8px;
}

/* ============================================
   FAQ ACCORDION
============================================ */
.faq-wrapper {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.faq-item-wrapper {
	border-top: 1px solid #a6290e;
	overflow: hidden;
}
.faq-item-wrapper:last-child {
	border-bottom: 1px solid #a6290e;
}

.faq-toggle {
	width: 100%;
	background: none;
	border: none;
	cursor: pointer;
	padding: 24px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	text-align: left;
	font-family: inherit;
	transition: padding 0.3s ease;
}
.faq-toggle:hover .faq-icon {
	color: #a6290e;
	transform: scale(1.2);
}
.faq-toggle h3 {
	flex-grow: 1;
	margin: 0;
	color: #000;
	font-family: 'Ogg TRIAL', serif;
	font-weight: 500;
	line-height: 1.2;
	transition: color 0.3s ease;
	--min-font-size: 19;
	--max-font-size: 30;
	font-size: var(--interpolate);
}
.faq-toggle[aria-expanded="false"] h3 {
	color: #a2a2a2;
}
.faq-toggle:hover h3 {
	color: #a6290e;
}

.faq-icon {
	flex-shrink: 0;
	font-size: 24px;
	color: #a6290e;
	font-weight: 300;
	line-height: 1;
	transition: transform 0.3s ease, color 0.3s ease;
	font-family: 'Poppins', sans-serif;
	min-width: 20px;
	text-align: center;
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s ease;
	padding: 0 30px 0 0;
}
.faq-item-wrapper.active .faq-answer {
	max-height: 600px;
	padding: 0 30px 24px 0;
}
.faq-answer p {
	margin: 0;
	color: #000;
	max-width: 700px;
}

/* ============================================
   MODAL OVERLAY & BOX
============================================ */
.modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.65);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	z-index: 9000;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
	padding: 20px;
}
.modal-overlay.active {
	opacity: 1;
	visibility: visible;
}

.modal-box {
	background: #fffaf2;
	border-radius: 35px;
	padding: 50px 40px 40px;
	max-width: 580px;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	position: relative;
	transform: translateY(30px) scale(0.96);
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}
.modal-overlay.active .modal-box {
	transform: translateY(0) scale(1);
}

.modal-close {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 36px;
	height: 36px;
	background: transparent;
	border: none;
	font-size: 28px;
	color: #000;
	cursor: pointer;
	transition: transform 0.3s ease, color 0.3s ease;
	font-family: 'Poppins', sans-serif;
	line-height: 1;
	font-weight: 300;
}
.modal-close:hover {
	color: #a6290e;
	transform: rotate(90deg) scale(1.1);
}

.modal-title {
	font-family: 'Ogg TRIAL', serif;
	font-size: 32px;
	font-weight: 500;
	color: #000;
	margin: 0 0 8px 0;
	line-height: 1.1;
}

.modal-sub {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #a2a2a2;
	font-style: italic;
	margin: 0 0 30px 0;
	line-height: 1.5;
}

.modal-form-placeholder {
	background: rgba(166, 41, 14, 0.05);
	border: 1px dashed #a6290e;
	border-radius: 20px;
	padding: 40px 20px;
	text-align: center;
	color: #a2a2a2;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-style: italic;
}

/* When iframe is added, it should look clean */
.modal-form-placeholder iframe {
	width: 100%;
	border: none;
	display: block;
}

body.modal-open {
	overflow: hidden;
}

/* ============================================
   RGPD BANNER
============================================ */
.rgpd-banner {
	position: fixed;
	bottom: 20px;
	left: 20px;
	right: 20px;
	max-width: 720px;
	margin: 0 auto;
	background: #000;
	color: #fff;
	padding: 20px 24px;
	border-radius: 16px;
	z-index: 8000;
	display: none;
	align-items: center;
	gap: 24px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
	font-family: 'Poppins', sans-serif;
}
.rgpd-banner.active {
	display: flex;
	animation: slideUp 0.5s ease-out;
}
@keyframes slideUp {
	from {
		transform: translateY(100%);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.rgpd-text {
	flex: 1;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
}
.rgpd-text a {
	color: #a6290e;
	text-decoration: underline;
}

.rgpd-actions {
	display: flex;
	gap: 10px;
	flex-shrink: 0;
}
.rgpd-banner button {
	padding: 10px 22px;
	border-radius: 30px;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	transition: all 0.3s ease;
}
.rgpd-accept {
	background: #a6290e;
	color: #fff;
	border: none;
}
.rgpd-accept:hover {
	filter: brightness(1.1);
	transform: scale(1.03);
}
.rgpd-refuse {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.rgpd-refuse:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.05);
}

/* ============================================
   FOOTER — New layout
   - Legal links on the LEFT
   - Newsletter form on the RIGHT
   - Marquee logo band at the very bottom of the page
============================================ */

/* Override original Figma footer styles */
.footer {
	position: relative;
	margin-top: 67px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	text-align: left;
	background-color: #a6290e;
	padding: 60px 35px 0 36px;
}

/* Hide old absolute graphic if it persists */
.footer > .footer-graphic:not(.footer-marquee-wrapper .footer-graphic) {
	display: none;
}

/* Two-column main area */
.footer .footer-main {
	display: flex;
	gap: 60px;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	max-width: 1370px;
	margin: 0 auto;
	padding-bottom: 60px;
}

/* LEFT column — Tagline + Legal */
.footer .footer-left-col {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	gap: 40px;
	max-width: 360px;
	min-width: 280px;
}
.footer .footer-text-experiences {
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
	text-align: left;
}
.footer .footer-legal-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 11px;
	font-size: 12px;
	line-height: 1;
}
.footer .footer-legal-block a.footer-text {
	margin: 0;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.3s ease;
	cursor: pointer;
	display: inline-block;
}
.footer .footer-legal-block a.footer-text:hover {
	opacity: 0.7;
	text-decoration: underline;
}
.footer .footer-text-bottom {
	margin: 12px 0 0 0;
	font-size: 11px;
	opacity: 0.85;
	text-align: left;
}

/* RIGHT column — Newsletter */
.footer .footer-right-col {
	flex: 1 1 auto;
	max-width: 500px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	align-items: stretch;
}

.footer .footer-subtitle {
	margin: 0;
	font-size: 35px;
	font-family: 'Ogg TRIAL', serif;
	line-height: 1.029;
	text-align: left;
	color: #fff;
	font-weight: 400;
}

.newsletter-description {
	color: #fff;
	font-size: 13px;
	line-height: 1.6;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	margin: 0 0 8px 0;
	opacity: 0.95;
}

/* ============================================
   NEWSLETTER — Brevo native form, MIRA reskin
   Brevo JS logic intact, all visuals overridden
============================================ */
.brevo-form-wrapper {
	width: 100%;
	margin-top: 6px;
}
.brevo-form-wrapper .sib-form-container,
.brevo-form-wrapper #sib-container {
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	max-width: 100% !important;
	text-align: left !important;
}
.brevo-form-wrapper .sib-form-message-panel {
	display: none !important;
}
.mira-msg {
	display: none;
	padding: 10px 14px;
	border-radius: 8px;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 12px;
}
.mira-msg--success { background: rgba(0,0,0,0.2); color:#fff; border-left: 3px solid #fff; }
.mira-msg--error { background: rgba(180,30,30,0.5); color:#fff; }

/* Row NOM + PRENOM */
.mira-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-bottom: 10px;
}
.mira-form-field { display: flex; flex-direction: column; gap: 4px; margin-bottom: 10px; }
.mira-form-field:last-child { margin-bottom: 0; }

/* Inputs */
.mira-input {
	background: rgba(255,255,255,0.95) !important;
	border: 1px solid transparent !important;
	border-radius: 10px !important;
	padding: 11px 14px !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 13px !important;
	color: #000 !important;
	outline: none !important;
	width: 100% !important;
	box-sizing: border-box !important;
	transition: background 0.3s, border-color 0.3s, box-shadow 0.3s !important;
}
.mira-input::placeholder { color: #a2a2a2 !important; }
.mira-input:focus { background: #fff !important; border-color: #000 !important; box-shadow: 0 4px 14px rgba(0,0,0,0.08) !important; }

/* Error labels */
.brevo-form-wrapper .entry__error {
	font-size: 11px !important; color: rgba(255,255,255,0.9) !important;
	background: rgba(180,30,30,0.5) !important; border: none !important;
	border-radius: 4px !important; padding: 3px 8px !important;
	margin-top: 2px !important; font-family: 'Poppins', sans-serif !important; display: none;
}
.brevo-form-wrapper .entry__error:not(:empty) { display: block; }

/* Multiselect wrapper */
.mira-multiselect-wrapper { margin-bottom: 10px !important; }
.mira-multiselect-wrapper .form__entry,
.mira-multiselect-wrapper .form__label-row,
.mira-multiselect-wrapper .entry__field { padding: 0 !important; margin: 0 !important; }
.brevo-form-wrapper .input_display.input--multiselect {
	background: rgba(255,255,255,0.95) !important; border: 1px solid transparent !important;
	border-radius: 10px !important; padding: 11px 14px !important;
	font-family: 'Poppins', sans-serif !important; font-size: 13px !important;
	color: #000 !important; text-align: left !important; cursor: pointer !important;
	width: 100% !important; box-sizing: border-box !important;
	transition: background 0.3s !important;
}
.brevo-form-wrapper .input_display.input--multiselect:hover { background: #fff !important; }
.mira-multiselect-placeholder { color: #a2a2a2; }
.brevo-form-wrapper .sib-menu {
	background: #fff !important; border: 1px solid rgba(0,0,0,0.1) !important;
	border-radius: 10px !important; box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
	overflow: hidden !important; z-index: 9999 !important;
}
.brevo-form-wrapper .sib-menu__select { padding: 10px 14px 6px !important; font-family: 'Poppins', sans-serif !important; font-size: 12px !important; }
.brevo-form-wrapper .clickable_link { color: #a6290e !important; font-family: 'Poppins', sans-serif !important; font-size: 12px !important; text-decoration: none !important; cursor: pointer !important; background: none !important; border: none !important; }
.brevo-form-wrapper .sib-menu__separator { color: #ccc !important; margin: 0 4px !important; }
.brevo-form-wrapper .sib-menu__item-list { list-style: none !important; margin: 0 !important; padding: 4px 0 !important; }
.brevo-form-wrapper .sib-menu__item { padding: 0 !important; }
.brevo-form-wrapper .entry__choice {
	padding: 8px 14px !important; font-family: 'Poppins', sans-serif !important;
	font-size: 13px !important; color: #000 !important; cursor: pointer !important;
	transition: background 0.2s !important;
}
.brevo-form-wrapper .entry__choice:hover { background: rgba(166,41,14,0.08) !important; }
.brevo-form-wrapper .sib-multiselect__label { display: flex !important; align-items: center !important; gap: 8px !important; cursor: pointer !important; user-select: none !important; }
.brevo-form-wrapper .sib-multiselect__label-text { font-family: 'Poppins', sans-serif !important; font-size: 13px !important; color: #000 !important; }
.brevo-form-wrapper .checkbox.checkbox_tick_positive {
	width: 16px !important; height: 16px !important; border: 1.5px solid #ccc !important;
	border-radius: 3px !important; background: #fff !important; display: inline-block !important;
	flex-shrink: 0 !important; position: relative !important; transition: border-color 0.2s, background 0.2s !important;
}
.brevo-form-wrapper input[type="checkbox"].input_replaced { position: absolute !important; opacity: 0 !important; width: 0 !important; height: 0 !important; }
.brevo-form-wrapper input[type="checkbox"].input_replaced:checked ~ .checkbox.checkbox_tick_positive { background: #a6290e !important; border-color: #a6290e !important; }
.brevo-form-wrapper .sib-menu__apply { padding: 8px 14px !important; display: flex !important; justify-content: flex-end !important; gap: 8px !important; border-top: 1px solid rgba(0,0,0,0.07) !important; }
.mira-btn-apply { background: #000 !important; color: #fff !important; border: none !important; border-radius: 6px !important; padding: 6px 14px !important; font-family: 'Poppins', sans-serif !important; font-size: 12px !important; font-weight: 500 !important; cursor: pointer !important; }

/* RGPD */
.mira-form-consent { margin: 6px 0 10px; }
.mira-consent-label { display: flex !important; align-items: flex-start !important; gap: 8px !important; cursor: pointer !important; }
.mira-checkbox { margin-top: 2px !important; flex-shrink: 0 !important; }
.mira-consent-text { font-family: 'Poppins', sans-serif; font-size: 11px; color: rgba(255,255,255,0.9); line-height: 1.5; }

/* Submit */
.mira-form-submit { margin-top: 4px; }
.mira-submit-btn {
	background: #000 !important; color: #fff !important; border: none !important;
	border-radius: 10px !important; padding: 13px 22px !important;
	font-family: 'Poppins', sans-serif !important; font-size: 13px !important;
	font-weight: 500 !important; cursor: pointer !important; width: 100% !important;
	display: flex !important; align-items: center !important; justify-content: center !important;
	gap: 8px !important; transition: background 0.3s !important;
}
.mira-submit-btn:hover { background: #1a1a1a !important; }
.mira-submit-btn .sib-hide-loader-icon { display: none; }
.brevo-form-wrapper .input--hidden { display: none !important; }

@media (max-width: 600px) {
	.mira-form-row { grid-template-columns: 1fr; }
}

/* ============================================
   MARQUEE — At the very bottom of the footer
============================================ */
.footer .footer-marquee-wrapper {
	width: 100%;
	margin: 0 -35px 16px -36px;
	width: calc(100% + 71px);
	display: block;
	overflow: hidden;
}
.footer .footer-marquee-wrapper .footer-graphic {
	position: static !important;
	display: block;
	width: 100%;
	height: 50px;
	margin: 0;
}

/* Hide old elements that might still be present */
.footer .footer-newsletter-block,
.footer .footer-row,
.footer .footer-col-left,
.footer .footer-row-top,
.footer .footer-text-acces-en-avant,
.footer .newsletter-content > .footer-subtitle,
.footer .newsletter-content {
	all: unset;
}
.footer .footer-newsletter-block,
.footer .footer-row,
.footer .footer-col-left,
.footer .footer-row-top,
.footer .footer-text-acces-en-avant,
.footer .newsletter-content {
	display: none !important;
}

/* Responsive */
@media (max-width: 900px) {
	.footer .footer-main {
		flex-direction: column;
		gap: 40px;
	}
	.footer .footer-left-col,
	.footer .footer-right-col {
		max-width: 100%;
		width: 100%;
	}
	.footer .footer-left-col {
		order: 2;
	}
	.footer .footer-right-col {
		order: 1;
	}
}
@media (max-width: 600px) {
	.newsletter-row-2 {
		grid-template-columns: 1fr;
	}
	.footer .footer-subtitle {
		font-size: 28px;
	}
}

/* ============================================
   FOOTER LINKS — make them clickable
============================================ */
.footer-col-left a.footer-text {
	color: #fff;
	text-decoration: none;
	transition: opacity 0.3s ease;
	cursor: pointer;
}
.footer-col-left a.footer-text:hover {
	opacity: 0.7;
	text-decoration: underline;
}

/* ============================================
   RESPONSIVE TWEAKS for new elements
============================================ */
@media (max-width: 768px) {
	.modal-box {
		padding: 40px 24px 30px;
		border-radius: 24px;
	}
	.modal-title {
		font-size: 26px;
	}
	.rgpd-banner {
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
		padding: 16px 18px;
	}
	.rgpd-text {
		text-align: center;
	}
	.rgpd-actions {
		justify-content: center;
	}
	.faq-toggle {
		padding: 18px 0;
	}
	.faq-icon {
		font-size: 20px;
	}
}

/* ============================================
   FOCUS STYLES — Accessibility
============================================ */
button:focus-visible,
a:focus-visible,
.lang-switch:focus-visible,
.faq-toggle:focus-visible,
.circle-bottom:focus-visible {
	outline: 2px solid #a6290e;
	outline-offset: 3px;
	border-radius: 4px;
}

/* ============================================
   EVENT SECTION — Custom animations
   - Replaces default .reveal on this section
   - Text fades in
   - Images sweep top → bottom with staggered delays
   - Once in place: parallax effect on scroll
============================================ */

/* Initial state — section content hidden */
.event-section .event-content {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1.1s ease-out 0.3s, transform 1.1s ease-out 0.3s;
}

/* Images: clip-path reveal from top to bottom */
.event-section .event-img {
	clip-path: inset(0 0 100% 0);
	transition: clip-path 1.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
/* Only set will-change during reveal phase to avoid permanent GPU layer */
.event-section.in-view:not(.parallax-active) .event-img {
	will-change: clip-path;
}

/* Once visible, reveal content */
.event-section.in-view .event-content {
	opacity: 1;
	transform: translateY(0);
}

/* Images reveal with staggered delays (top → bottom sweep) */
.event-section.in-view .event-img-1 {
	clip-path: inset(0 0 0 0);
	transition-delay: 0.1s;
}
.event-section.in-view .event-img-2 {
	clip-path: inset(0 0 0 0);
	transition-delay: 0.45s;
}
.event-section.in-view .event-img-3 {
	clip-path: inset(0 0 0 0);
	transition-delay: 0.8s;
}

/* Parallax: applied via JS using --parallax-y custom property
   Each image moves at a different speed for rhythm.
   No transition during parallax — transform follows scroll directly via rAF
   for buttery 60fps performance */
.event-section.parallax-active .event-img {
	clip-path: inset(0 0 0 0);
	transition: none;
	will-change: transform;
}
.event-section.parallax-active .event-img-1 {
	transform: translate3d(0, calc(var(--parallax-y, 0px) * -0.45), 0);
}
.event-section.parallax-active .event-img-2 {
	transform: translate3d(0, calc(var(--parallax-y, 0px) * 0.35), 0);
}
.event-section.parallax-active .event-img-3 {
	transform: translate3d(0, calc(var(--parallax-y, 0px) * -0.55), 0);
}

/* Reduced motion: just fade everything in, no parallax */
@media (prefers-reduced-motion: reduce) {
	.event-section .event-img {
		clip-path: inset(0 0 0 0) !important;
		transform: none !important;
	}
	.event-section .event-content {
		opacity: 1 !important;
		transform: none !important;
	}
}

/* ============================================
   VIDEO MODAL (for hero video play button)
============================================ */
.video-modal {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.95);
	z-index: 9500;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 40px;
}
.video-modal.active {
	display: flex;
}
.video-modal-content {
	width: 100%;
	max-width: 1280px;
	aspect-ratio: 16/9;
	background: #000;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.video-modal-close {
	position: absolute;
	top: -50px;
	right: 0;
	background: none;
	border: none;
	color: #fff;
	font-size: 32px;
	cursor: pointer;
}
