/* EFT Templates — CSS de base v1.5 (mobile-first).
   Palette branchée sur Blocksy (corail color-2, turquoise color-1).
   La surcouche d'itération vit dans l'option eft_custom_css (route eft/v1/css). */

html { scroll-behavior: smooth; }

/* ── Typographie de marque : Fredoka (auto-hébergée — zéro requête Google,
   propre côté RGPD/LPD) sur les titres et boutons ; le corps reste au thème. */
@font-face {
	font-family: 'Fredoka';
	src: url('fredoka.woff2') format('woff2');
	font-weight: 500 700;
	font-display: swap;
}
.eft-wrap h1, .eft-wrap h2, .eft-wrap h3,
.eft-hero-inner h1, .eft-hero-kicker,
.eft-btn, .eft-strip-item strong,
.eft-app-band-title, .eft-card-title {
	font-family: 'Fredoka', 'Trebuchet MS', sans-serif;
	letter-spacing: 0.005em;
}

/* ── Révélations au scroll (eft.js) — neutralisées si reduced-motion ──── */
.eft-reveal {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.eft-reveal.eft-in { opacity: 1; transform: none; }
.eft-grid .eft-reveal:nth-child(2) { transition-delay: 0.07s; }
.eft-grid .eft-reveal:nth-child(3) { transition-delay: 0.14s; }
.eft-steps .eft-reveal:nth-child(2) { transition-delay: 0.1s; }
.eft-steps .eft-reveal:nth-child(3) { transition-delay: 0.2s; }
@media (prefers-reduced-motion: reduce) {
	.eft-reveal { opacity: 1; transform: none; transition: none; }
}

:root {
	--eft-coral: var(--theme-palette-color-2, #ff5656);
	--eft-turquoise: var(--theme-palette-color-1, #7ed7d6);
	--eft-ink: var(--theme-palette-color-4, #111518);
	--eft-soft: #f6f8f9;
	--eft-line: #e7ebee;
	--eft-radius: 18px;
	--eft-radius-sm: 12px;
	--eft-shadow: 0 2px 10px rgba(17, 21, 24, 0.06);
	--eft-shadow-hover: 0 12px 28px rgba(17, 21, 24, 0.14);
}

/* ── Structure et respiration ─────────────────────────────────────────── */
.eft-wrap {
	max-width: 1120px;
	margin: 0 auto;
	/* Le header Blocksy passe par-dessus le haut de page : on décale tout.
	   Relevé le 14.08 (le titre d'Explorer passait dessous) — ajustable à
	   distance via --eft-top dans la surcouche CSS. */
	padding: var(--eft-top, clamp(108px, 14vh, 152px)) 20px 40px;
}
/* Après un hero plein cadre, le décalage n'a plus lieu d'être. */
.eft-wrap.eft-after-hero { padding-top: 0; }
@media (min-width: 900px) { .eft-wrap { padding-left: 32px; padding-right: 32px; } }

.eft-section { margin: clamp(48px, 8vw, 72px) 0; }
.eft-section h2 {
	font-size: clamp(1.5rem, 3vw, 1.9rem);
	line-height: 1.25;
	margin: 0 0 20px;
	position: relative;
	padding-bottom: 10px;
}
.eft-section h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 56px;
	height: 4px;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--eft-coral), var(--eft-turquoise));
}

.eft-content { max-width: 760px; }
.eft-content p, .eft-lead { line-height: 1.75; }
.eft-content p { margin: 0 0 1.1em; }
.eft-content h3 { margin: 1.6em 0 0.5em; }
.eft-lead { font-size: 1.06rem; max-width: 760px; }

/* ── Icônes SVG ───────────────────────────────────────────────────────── */
.eft-ic { width: 20px; height: 20px; flex: 0 0 auto; vertical-align: -4px; }
.eft-ic-chip { width: 16px; height: 16px; margin-right: 6px; vertical-align: -3px; }
.eft-ic-band { width: 18px; height: 18px; color: #fff; }

/* ── Fil d'Ariane et en-têtes ─────────────────────────────────────────── */
.eft-breadcrumb { font-size: 0.85rem; margin: 0 0 22px; opacity: 0.75; }
.eft-breadcrumb a { text-decoration: none; }

.eft-lieu-header h1, .eft-dest-index-header h1 {
	font-size: clamp(1.7rem, 4vw, 2.4rem);
	line-height: 1.2;
	margin: 0 0 8px;
}
.eft-ideal { color: var(--eft-coral); font-size: 1.05rem; margin: 0 0 14px; }
.eft-dest-index-header { margin-bottom: 28px; }
.eft-dest-index-header p { font-size: 1.05rem; opacity: 0.85; max-width: 640px; }

.eft-badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 14px 0 22px; }
.eft-badge {
	display: inline-flex;
	align-items: center;
	background: var(--eft-soft);
	border: 1px solid var(--eft-line);
	border-radius: 999px;
	padding: 6px 14px;
	font-size: 0.88rem;
	color: var(--eft-ink);
}
.eft-badge .eft-ic-chip { color: var(--eft-coral); }
.eft-badge-price { background: color-mix(in srgb, var(--eft-turquoise) 22%, white); border-color: transparent; }
.eft-badge-region { background: color-mix(in srgb, var(--eft-coral) 10%, white); border-color: transparent; }

.eft-lieu-cover { margin: 0 0 28px; }
/* Fiche lieu, desktop : colonne éditoriale UNIQUE — titre, badges, photo,
   texte et tags partagent les mêmes bords (820px centrés). Sans elle, la
   photo pleine largeur + prose 760px à gauche laissaient un vide à droite
   perçu comme un bug (retour Jonathan 13.08). Le bandeau app AUSSI : carte
   arrondie « presque alignée mais plus large » = décalage perçu, pas une
   rupture assumée (2e retour 13.08) — sur la page destination il reste
   pleine largeur, cohérent avec les grilles. Mobile : rien ne change. */
@media (min-width: 900px) {
	.eft-single-lieu .eft-breadcrumb,
	.eft-single-lieu .eft-lieu-header,
	.eft-single-lieu .eft-lieu-cover,
	.eft-single-lieu .eft-content,
	.eft-single-lieu .eft-tags,
	.eft-single-lieu .eft-app-band,
	.eft-single-lieu .eft-backlink {
		max-width: 820px;
		margin-left: auto;
		margin-right: auto;
	}
}
.eft-lieu-cover img {
	width: 100%;
	height: auto;
	border-radius: var(--eft-radius);
	box-shadow: var(--eft-shadow);
}

/* ── Hero destination ─────────────────────────────────────────────────── */
.eft-dest-hero { position: relative; margin-bottom: 30px; }
.eft-dest-cover { position: relative; border-radius: var(--eft-radius); overflow: hidden; box-shadow: var(--eft-shadow); }
.eft-dest-cover img { width: 100%; height: auto; display: block; min-height: 240px; object-fit: cover; }
.eft-dest-cover-veil {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(17, 21, 24, 0) 35%, rgba(17, 21, 24, 0.62) 100%);
}
.eft-dest-hero-text { padding: 18px 4px 0; }
@media (min-width: 720px) {
	.eft-dest-hero-text {
		position: absolute;
		left: 28px;
		right: 28px;
		bottom: 22px;
		padding: 0;
		color: #fff;
	}
	.eft-dest-hero-text h1, .eft-dest-hero-text .eft-dest-tagline { color: #fff; text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35); }
}
.eft-dest-hero-text h1 { font-size: clamp(1.8rem, 4.5vw, 2.6rem); line-height: 1.15; margin: 0 0 6px; }
.eft-dest-tagline { font-size: 1.08rem; margin: 0 0 12px; opacity: 0.95; }
.eft-dest-counts { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; }
.eft-count {
	background: rgba(255, 255, 255, 0.92);
	color: var(--eft-ink);
	border-radius: 999px;
	padding: 6px 14px;
	font-size: 0.88rem;
	box-shadow: var(--eft-shadow);
}
.eft-count strong { color: var(--eft-coral); }

/* ── Tags façon app ───────────────────────────────────────────────────── */
.eft-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0; }
.eft-tag {
	background: color-mix(in srgb, var(--eft-turquoise) 18%, white);
	border-radius: 999px;
	padding: 7px 16px;
	font-size: 0.92rem;
}

/* ── Bandeau « la suite dans l'app » ──────────────────────────────────── */
.eft-app-band {
	position: relative;
	background:
		radial-gradient(120% 160% at 0% 0%, color-mix(in srgb, var(--eft-turquoise) 38%, transparent) 0%, transparent 45%),
		linear-gradient(125deg, #ff7a59 0%, var(--eft-coral) 55%, #e6404f 100%);
	color: #fff;
	border-radius: 24px;
	padding: clamp(28px, 5vw, 44px);
	margin: clamp(48px, 8vw, 72px) 0;
	box-shadow: 0 18px 44px rgba(230, 64, 79, 0.28);
	overflow: hidden;
}
.eft-app-band-inner { position: relative; max-width: 640px; }
.eft-app-band-kicker {
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.75rem;
	font-weight: 700;
	opacity: 0.9;
	margin: 0 0 6px;
}
.eft-app-band-title { font-size: clamp(1.35rem, 3vw, 1.8rem); font-weight: 800; line-height: 1.25; margin: 0 0 18px; }
.eft-app-band-list {
	list-style: none;
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px 22px;
	padding: 0;
	margin: 0 0 24px;
}
@media (min-width: 560px) { .eft-app-band-list { grid-template-columns: 1fr 1fr; } }
.eft-app-band-list li { display: flex; align-items: center; gap: 10px; font-size: 0.98rem; }
.eft-app-band-stores { display: flex; flex-wrap: wrap; gap: 12px; }
.eft-store { display: inline-block; transition: transform 0.15s ease; }
.eft-store:hover { transform: translateY(-2px); }
.eft-store-svg { width: 150px; height: 47px; display: block; border-radius: 9px; box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25); }

/* ── Barre d'ancres (page longue → raccourcis, suit au scroll) ────────── */
.eft-jumpnav {
	position: sticky;
	top: var(--eft-jumpnav-top, 14px);
	z-index: 40;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 26px 0 6px;
	pointer-events: none; /* la barre laisse passer les clics entre les pilules */
}
.eft-jumpnav a {
	pointer-events: auto;
	display: inline-flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid var(--eft-line);
	border-radius: 999px;
	padding: 8px 15px;
	font-size: 0.87rem;
	font-weight: 600;
	color: var(--eft-ink);
	text-decoration: none;
	box-shadow: var(--eft-shadow);
	transition: all 0.15s ease;
}
.eft-jumpnav a:hover { border-color: var(--eft-coral); color: var(--eft-coral); }
.eft-jumpnav .eft-ic-chip { color: var(--eft-coral); }
/* Les ancres atterrissent sous le header Blocksy et sous la barre. */
[id="lieux"], [id="culture"], [id="evenements"], [id="articles"],
.eft-culture-block[id] { scroll-margin-top: 96px; }

/* ── Filtres : un panneau, trois axes, puces sur rail (segmenté) ──────── */
.eft-filters {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 18px 0 26px;
	background: #fff;
	border: 1px solid var(--eft-line);
	border-radius: var(--eft-radius);
	padding: 16px 18px;
	box-shadow: var(--eft-shadow);
}
.eft-filter-block { display: flex; flex-direction: column; gap: 6px; }
@media (min-width: 720px) {
	.eft-filter-block { flex-direction: row; align-items: center; gap: 14px; }
	.eft-filter-label { flex: 0 0 58px; }
}
.eft-filter-label {
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	opacity: 0.55;
}
.eft-filter-group {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 4px;
	background: var(--eft-soft);
	border-radius: 999px;
	padding: 4px;
	align-self: flex-start;
}
.eft-chip {
	display: inline-flex;
	align-items: center;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 999px;
	padding: 7px 14px;
	font-size: 0.88rem;
	color: var(--eft-ink);
	cursor: pointer;
	transition: all 0.15s ease;
}
.eft-chip:hover { background: #fff; color: var(--eft-coral); box-shadow: var(--eft-shadow); }
.eft-chip.is-active {
	background: var(--eft-ink);
	border-color: var(--eft-ink);
	color: #fff;
	box-shadow: var(--eft-shadow);
}
.eft-chip.is-active .eft-ic-chip { color: var(--eft-turquoise); }

/* ── Grilles et cartes ────────────────────────────────────────────────── */
.eft-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
	margin: 22px 0;
}
@media (min-width: 560px) { .eft-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .eft-grid { grid-template-columns: repeat(3, 1fr); } }

.eft-card {
	display: block;
	background: #fff;
	border-radius: var(--eft-radius);
	overflow: hidden;
	box-shadow: var(--eft-shadow);
	text-decoration: none;
	color: inherit;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.eft-card:hover { transform: translateY(-4px); box-shadow: var(--eft-shadow-hover); }
.eft-card.is-filtered-out { display: none; }
.eft-card-media { display: block; position: relative; aspect-ratio: 3 / 2; background: var(--eft-soft); }
.eft-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.eft-card-type {
	position: absolute;
	left: 12px;
	bottom: 12px;
	display: inline-flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border-radius: 999px;
	padding: 5px 12px;
	font-size: 0.8rem;
	box-shadow: var(--eft-shadow);
}
.eft-card-type .eft-ic-chip { color: var(--eft-coral); }
.eft-card-body { display: block; padding: 16px 18px 18px; }
.eft-card-title { display: block; font-weight: 700; font-size: 1.02rem; line-height: 1.35; }
.eft-card-ideal { display: flex; align-items: center; gap: 4px; font-size: 0.88rem; opacity: 0.72; margin-top: 6px; line-height: 1.5; }
.eft-card-desc { display: block; font-size: 0.88rem; opacity: 0.8; margin-top: 8px; line-height: 1.55; }
.eft-clamp-2, .eft-clamp-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.eft-clamp-2 { -webkit-line-clamp: 2; }
.eft-clamp-3 { -webkit-line-clamp: 3; }
.eft-card-body .eft-badge { margin-top: 10px; }
.eft-card-static { cursor: default; }
.eft-card-static:hover { transform: none; box-shadow: var(--eft-shadow); }
.eft-textlink { display: inline-block; margin-top: 10px; color: var(--eft-coral); font-weight: 600; font-size: 0.9rem; text-decoration: none; }
.eft-empty { text-align: center; opacity: 0.7; margin: 28px 0; }

/* ── Frise « Quand partir » ───────────────────────────────────────────── */
.eft-periods-board {
	background: #fff;
	border: 1px solid var(--eft-line);
	border-radius: var(--eft-radius);
	padding: 18px;
	box-shadow: var(--eft-shadow);
	overflow-x: auto;
}
.eft-periods-row {
	display: grid;
	grid-template-columns: minmax(110px, 170px) repeat(12, minmax(16px, 1fr));
	gap: 6px;
	align-items: center;
	margin: 0 0 8px;
	min-width: 460px;
}
.eft-periods-head { margin-bottom: 10px; }
.eft-periods-month { text-align: center; font-size: 0.72rem; font-weight: 700; opacity: 0.55; }
.eft-periods-label { font-size: 0.88rem; font-weight: 600; line-height: 1.3; }
.eft-periods-cell {
	height: 24px;
	border-radius: 6px;
	background: var(--eft-soft);
	display: flex;
	align-items: center;
	justify-content: center;
}
.eft-periods-cell.is-ideal { background: var(--eft-turquoise); }
/* Icône d'activité, cases Idéal uniquement : trait fin, encre, pas de couleur. */
.eft-ic-period {
	width: 15px;
	height: 15px;
	color: color-mix(in srgb, var(--eft-ink) 62%, transparent);
}
.eft-periods-cell.is-bon { background: color-mix(in srgb, var(--eft-turquoise) 40%, white); }
.eft-periods-cell.is-calme { background: var(--eft-soft); }
.eft-periods-legend { display: flex; gap: 18px; font-size: 0.85rem; opacity: 0.85; margin: 12px 2px 0; }
.eft-dot { display: inline-block; width: 12px; height: 12px; border-radius: 4px; margin-right: 6px; vertical-align: -1px; }
.eft-dot.is-ideal { background: var(--eft-turquoise); }
.eft-dot.is-bon { background: color-mix(in srgb, var(--eft-turquoise) 40%, white); }
.eft-dot.is-calme { background: var(--eft-soft); border: 1px solid var(--eft-line); }

/* ── Carte du monde : une SCÈNE pleine largeur (desktop) ──────────────── */
.eft-map-scene { display: none; }
@media (min-width: 900px) {
	.eft-map-scene {
		display: block;
		/* Sort de la colonne : bande bord à bord de l'écran. */
		margin: 14px calc(50% - 50vw) 30px;
		padding: clamp(28px, 4vw, 56px) 28px clamp(20px, 2.5vw, 32px);
		background:
			radial-gradient(60% 90% at 85% 10%, color-mix(in srgb, var(--eft-turquoise) 16%, transparent) 0%, transparent 60%),
			linear-gradient(180deg, #f6f8f9 0%, #eef4f4 100%);
	}
}
.eft-map-frame { position: relative; max-width: 1400px; margin: 0 auto; }
.eft-world { width: 100%; height: auto; }
.eft-map-land path { fill: #e7ebee; stroke: #fff; stroke-width: 0.5; transition: fill 0.2s ease; }
.eft-map-land path.eft-map-on {
	fill: color-mix(in srgb, var(--eft-turquoise) 65%, #cdeeed);
	cursor: pointer;
}
.eft-map-land path.eft-map-soon {
	fill: color-mix(in srgb, var(--eft-turquoise) 26%, #e7ebee);
	cursor: pointer;
}
.eft-map-land path.eft-map-on:hover,
.eft-map-land path.eft-map-on:focus,
.eft-map-land path.eft-map-soon:hover,
.eft-map-land path.eft-map-soon:focus {
	fill: var(--eft-coral);
	outline: none;
	filter: drop-shadow(0 6px 14px rgba(255, 86, 86, 0.4));
}
.eft-marker {
	fill: var(--eft-coral);
	stroke: #fff;
	stroke-width: 2;
	cursor: pointer;
	transform-box: fill-box;
	transform-origin: center;
	animation: eft-pulse 2.8s ease-in-out infinite;
}
.eft-marker:hover { animation-play-state: paused; transform: scale(1.45); }
@keyframes eft-pulse {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.28); }
}
@media (prefers-reduced-motion: reduce) { .eft-marker { animation: none; } }
.eft-map-tip {
	position: absolute;
	background: var(--eft-ink);
	color: #fff;
	font-size: 0.9rem;
	border-radius: 10px;
	padding: 8px 13px;
	pointer-events: none;
	white-space: nowrap;
	z-index: 10;
	box-shadow: var(--eft-shadow-hover);
	animation: eft-tip-in 0.16s ease;
}
@keyframes eft-tip-in {
	from { opacity: 0; transform: translateY(4px); }
	to { opacity: 1; transform: none; }
}
.eft-map-legend {
	display: flex;
	justify-content: center;
	gap: 22px;
	font-size: 0.88rem;
	opacity: 0.85;
	margin: 18px 0 0;
}
.eft-dot-on { background: color-mix(in srgb, var(--eft-turquoise) 65%, #cdeeed); }
.eft-dot-soon { background: color-mix(in srgb, var(--eft-turquoise) 26%, #e7ebee); border: 1px solid var(--eft-line); }

/* ── Badge « Bientôt disponible » — jamais un zéro nu ─────────────────── */
.eft-badge-soon {
	display: inline-block;
	align-self: flex-start;
	background: color-mix(in srgb, var(--eft-turquoise) 24%, white);
	border-radius: 999px;
	padding: 5px 13px;
	font-size: 0.78rem;
	font-weight: 700;
	color: var(--eft-ink);
	margin-top: 8px;
}

/* ── Survols vivants : zoom d'image, cartes qui s'élèvent ─────────────── */
.eft-card-media { overflow: hidden; }
.eft-card-media img { transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1); }
.eft-card:hover .eft-card-media img { transform: scale(1.07); }
.eft-btn-primary:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 12px 30px rgba(255, 86, 86, 0.45); }

/* Grille destinations : plus dense, 2 colonnes dès le mobile large. */
.eft-grid-destinations { grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (min-width: 720px) { .eft-grid-destinations { grid-template-columns: repeat(3, 1fr); gap: 18px; } }
@media (min-width: 1024px) { .eft-grid-destinations { grid-template-columns: repeat(4, 1fr); } }
.eft-grid-destinations .eft-card-media { aspect-ratio: 4 / 3; }
.eft-grid-destinations .eft-card-body { padding: 12px 14px 14px; }
.eft-grid-destinations .eft-card-title { font-size: 0.95rem; }

.eft-backlink { margin: 26px 0; }
.eft-backlink a { color: var(--eft-coral); font-weight: 600; text-decoration: none; }

/* ── Accueil & Espace pro (v1.3) ──────────────────────────────────────── */
.eft-btn {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	padding: 12px 26px;
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.15s ease;
}
.eft-btn-primary { background: var(--eft-coral); color: #fff; box-shadow: 0 8px 22px rgba(255, 86, 86, 0.35); }
.eft-btn-primary:hover { transform: translateY(-2px); color: #fff; }
.eft-btn-ghost { border: 2px solid rgba(255, 255, 255, 0.85); color: #fff; }
.eft-btn-ghost:hover { background: rgba(255, 255, 255, 0.15); color: #fff; }
/* Hors hero (fond clair), le bouton fantôme passe en encre. */
.eft-section .eft-btn-ghost, .eft-pro-contact .eft-btn-ghost { border-color: var(--eft-line); color: var(--eft-ink); }
.eft-section .eft-btn-ghost:hover { border-color: var(--eft-coral); color: var(--eft-coral); background: transparent; }
.eft-front-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin: 18px 0 0; }

/* ── Hero vidéo plein cadre (accueil + pro) ───────────────────────────── */
.eft-hero-full {
	position: relative;
	height: min(86vh, 840px);
	min-height: 540px;
	overflow: hidden;
	background:
		radial-gradient(120% 160% at 100% 0%, color-mix(in srgb, var(--eft-turquoise) 55%, transparent) 0%, transparent 55%),
		linear-gradient(125deg, #ff7a59 0%, var(--eft-coral) 60%, #e6404f 100%);
}
/* v1.5.0 : le hero pro a la MÊME hauteur que l'accueil (retour 14.08) —
   la classe eft-hero-pro reste posée pour de futurs ajustements ciblés. */
.eft-hero-media,
.eft-hero-media video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.eft-hero-media { transform: scale(1.12); will-change: transform; }
.eft-hero-veil {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(17, 21, 24, 0.2) 0%, rgba(17, 21, 24, 0.35) 55%, rgba(17, 21, 24, 0.6) 100%);
}
.eft-hero-inner {
	position: relative;
	z-index: 2;
	max-width: 1120px;
	margin: 0 auto;
	height: 100%;
	padding: 80px 24px 64px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}
.eft-hero-kicker {
	display: inline-flex;
	align-self: flex-start;
	align-items: center;
	background: rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 999px;
	padding: 8px 18px;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin: 0 0 18px;
}
.eft-hero-inner h1 {
	font-size: clamp(2.5rem, 6.5vw, 4.4rem);
	line-height: 1.05;
	font-weight: 600;
	margin: 0 0 16px;
	color: #fff;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.3);
}
.eft-hero-sub {
	max-width: 560px;
	font-size: clamp(1rem, 1.6vw, 1.15rem);
	line-height: 1.7;
	margin: 0;
	opacity: 0.95;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}
.eft-scrollcue {
	position: absolute;
	left: 50%;
	bottom: 18px;
	transform: translateX(-50%);
	z-index: 2;
	width: 40px;
	height: 40px;
	color: #fff;
	opacity: 0.85;
	animation: eft-bounce 2.2s ease-in-out infinite;
}
.eft-scrollcue svg { width: 100%; height: 100%; }
@keyframes eft-bounce {
	0%, 100% { transform: translateX(-50%) translateY(0); }
	50% { transform: translateX(-50%) translateY(9px); }
}
@media (prefers-reduced-motion: reduce) {
	.eft-scrollcue { animation: none; }
	.eft-hero-media { transform: none; }
}

/* ── Bande de preuve qualitative — chevauche le hero ──────────────────── */
.eft-strip {
	position: relative;
	z-index: 3;
	margin-top: -58px;
	background: #fff;
	border-radius: 22px;
	box-shadow: 0 18px 44px rgba(17, 21, 24, 0.14);
	padding: clamp(22px, 3.5vw, 34px);
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}
@media (min-width: 720px) { .eft-strip { grid-template-columns: repeat(3, 1fr); gap: 28px; } }
.eft-strip-item { display: flex; flex-direction: column; gap: 4px; }
.eft-strip-item strong { font-size: 1.08rem; line-height: 1.3; }
.eft-strip-item span { font-size: 0.9rem; opacity: 0.7; }
.eft-ic-strip { width: 26px; height: 26px; color: var(--eft-coral); margin-bottom: 6px; }

.eft-steps { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 720px) {
	.eft-steps { grid-template-columns: repeat(3, 1fr); }
	.eft-steps-2 { grid-template-columns: repeat(2, 1fr); }
}
.eft-step {
	background: #fff;
	border: 1px solid var(--eft-line);
	border-radius: var(--eft-radius);
	padding: 24px 22px;
	box-shadow: var(--eft-shadow);
}
.eft-step h3 { margin: 12px 0 8px; font-size: 1.08rem; }
.eft-step p { margin: 0; font-size: 0.92rem; line-height: 1.65; opacity: 0.85; }
.eft-ic-step { width: 30px; height: 30px; color: var(--eft-coral); display: block; margin-bottom: 4px; }
.eft-step-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--eft-turquoise) 26%, white);
	color: var(--eft-ink);
	font-weight: 800;
}

.eft-front-about {
	background: color-mix(in srgb, var(--eft-turquoise) 14%, white);
	border-radius: var(--eft-radius);
	padding: clamp(26px, 4vw, 40px);
	max-width: 860px;
}
.eft-front-about h2::after { display: none; }
.eft-front-about h2 { padding-bottom: 0; margin-bottom: 12px; }
.eft-front-about p { margin: 0; font-size: 1.04rem; line-height: 1.8; }

.eft-front-more { margin: 6px 0 0; }
.eft-pro-contact p { max-width: 640px; }
#telecharger { scroll-margin-top: 90px; }

/* ── Culture & saveurs : blocs + menu interne + mots utiles ───────────── */
.eft-subnav { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 10px; }
.eft-subnav a {
	display: inline-flex;
	align-items: center;
	background: color-mix(in srgb, var(--eft-turquoise) 16%, white);
	border-radius: 999px;
	padding: 7px 14px;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--eft-ink);
	text-decoration: none;
	transition: all 0.15s ease;
}
.eft-subnav a:hover { background: color-mix(in srgb, var(--eft-turquoise) 34%, white); }
.eft-subnav .eft-ic-chip { color: var(--eft-coral); }

.eft-culture-block { margin: 30px 0 0; }
.eft-culture-block > p { max-width: 760px; line-height: 1.75; margin: 0; }
.eft-culture-block h3 {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 1.15rem;
	margin: 0 0 10px;
}
.eft-ic-h3 { width: 21px; height: 21px; color: var(--eft-coral); }

.eft-grid-dishes { margin-top: 18px; }

.eft-phrases {
	list-style: none;
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	padding: 0;
	margin: 14px 0 0;
}
@media (min-width: 560px) { .eft-phrases { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .eft-phrases { grid-template-columns: repeat(3, 1fr); } }
.eft-phrase {
	background: #fff;
	border: 1px solid var(--eft-line);
	border-radius: var(--eft-radius-sm);
	padding: 12px 16px;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.eft-phrase-fr { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.07em; opacity: 0.55; font-weight: 700; }
.eft-phrase-local { font-size: 1.05rem; font-weight: 700; color: var(--eft-ink); }
.eft-phrase-pron { font-size: 0.86rem; font-style: italic; color: var(--eft-coral); }

/* ═══ v1.5.0 — retours 14.08 ═══════════════════════════════════════════ */

/* ── Hero épuré : le 2e bouton s'efface sur mobile ────────────────────── */
@media (max-width: 719px) { .eft-hide-mobile { display: none !important; } }

/* ── Badge intégré au titre (Espace pro) ──────────────────────────────── */
.eft-title-badge {
	display: inline-flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 999px;
	padding: 6px 16px;
	margin-bottom: 12px;
	font-size: clamp(0.8rem, 1.4vw, 0.95rem);
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-shadow: none;
}

/* ── My Trip : la pièce maîtresse (accueil + pro) ─────────────────────── */
.eft-mytrip {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	gap: 26px;
	align-items: center;
	margin-top: 22px;
	background:
		radial-gradient(120% 160% at 100% 100%, color-mix(in srgb, var(--eft-coral) 28%, transparent) 0%, transparent 50%),
		linear-gradient(125deg, #128582 0%, #0f6b6a 55%, #0b5150 100%);
	color: #fff;
	border-radius: 24px;
	padding: clamp(26px, 4.5vw, 48px);
	box-shadow: 0 18px 44px rgba(11, 81, 80, 0.28);
	overflow: hidden;
}
@media (min-width: 900px) {
	.eft-mytrip { grid-template-columns: 1.15fr 0.85fr; }
	.eft-mytrip-noshot { grid-template-columns: 1fr; }
	.eft-mytrip-noshot .eft-mytrip-text { max-width: 720px; }
}
.eft-mytrip-kicker {
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.75rem;
	font-weight: 700;
	opacity: 0.85;
	margin: 0 0 6px;
}
.eft-mytrip h3 {
	font-size: clamp(1.4rem, 3vw, 1.9rem);
	line-height: 1.2;
	margin: 0 0 16px;
	color: #fff;
}
.eft-mytrip-text > p { line-height: 1.75; margin: 0; opacity: 0.95; }
.eft-mytrip-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.eft-mytrip-list li { display: flex; gap: 12px; align-items: flex-start; line-height: 1.6; }
.eft-mytrip-list .eft-ic { width: 22px; height: 22px; margin-top: 3px; color: #aeeceb; }
.eft-mytrip .eft-front-ctas { margin-top: 20px; }
.eft-mytrip-shot { justify-self: center; }
.eft-mytrip-img {
	display: block;
	width: min(100%, 300px);
	height: auto;
	border-radius: 26px;
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
	transform: rotate(3deg);
	transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.eft-mytrip:hover .eft-mytrip-img { transform: rotate(0deg); }

/* ── Bande partenaires (accueil) + collaborations (pro) ───────────────── */
.eft-partner-band {
	background:
		radial-gradient(120% 150% at 100% 0%, color-mix(in srgb, var(--eft-turquoise) 22%, transparent) 0%, transparent 55%),
		color-mix(in srgb, var(--eft-coral) 7%, white);
	border-radius: 24px;
	padding: clamp(26px, 4vw, 44px);
}
.eft-partner-band h2 { padding-bottom: 0; margin: 0 0 12px; }
.eft-partner-band h2::after { display: none; }
.eft-partner-band p { max-width: 680px; line-height: 1.75; margin: 0; }
.eft-partner-band .eft-front-ctas { margin-top: 20px; }
.eft-partner-kicker {
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--eft-coral);
	margin: 0 0 8px;
}

/* ── Pastilles des six langues (pro) ──────────────────────────────────── */
.eft-langs { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; }
.eft-langs span {
	background: #fff;
	border-radius: 999px;
	padding: 6px 14px;
	font-size: 0.85rem;
	font-weight: 600;
	box-shadow: var(--eft-shadow);
}

/* ── Formulaire partenaires ───────────────────────────────────────────── */
.eft-form {
	background: #fff;
	border: 1px solid var(--eft-line);
	border-radius: var(--eft-radius);
	padding: clamp(20px, 3vw, 32px);
	box-shadow: var(--eft-shadow);
	max-width: 860px;
	margin-top: 14px;
}
.eft-form-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 720px) {
	.eft-form-grid { grid-template-columns: 1fr 1fr; }
	.eft-form-wide { grid-column: 1 / -1; }
}
.eft-form-field { display: flex; flex-direction: column; gap: 6px; margin: 0; }
.eft-form-field label {
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	opacity: 0.6;
}
.eft-form-field input,
.eft-form-field select,
.eft-form-field textarea {
	width: 100%;
	border: 1px solid var(--eft-line);
	border-radius: var(--eft-radius-sm);
	background: var(--eft-soft);
	padding: 11px 14px;
	font: inherit;
	color: var(--eft-ink);
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.eft-form-field input:focus,
.eft-form-field select:focus,
.eft-form-field textarea:focus {
	outline: none;
	border-color: var(--eft-coral);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--eft-coral) 18%, transparent);
	background: #fff;
}
/* Champ piège : hors écran pour les humains, visible pour les robots. */
.eft-form-trap { position: absolute; left: -9999px; top: -9999px; }
.eft-form-notice {
	max-width: 860px;
	border-radius: var(--eft-radius-sm);
	padding: 14px 18px;
	font-weight: 600;
	margin: 0 0 16px;
}
.eft-form-ok { background: color-mix(in srgb, var(--eft-turquoise) 24%, white); }
.eft-form-err { background: color-mix(in srgb, var(--eft-coral) 12%, white); }

/* ── Sélecteur de langue GTranslate : l'orbite façon Universal ────────── */
/* La planète (#gt-wrapper-…) reçoit un anneau dégradé qui tourne et un petit
   satellite. pointer-events:none — le clic sur le globe reste intact. */
[id^="gt-wrapper-"] { position: relative; display: inline-block; border-radius: 999px; }
[id^="gt-wrapper-"]::before {
	content: "";
	position: absolute;
	inset: -5px;
	border-radius: 999px;
	padding: 2px;
	background: conic-gradient(from 0turn, transparent 0 25%, var(--eft-turquoise) 55%, var(--eft-coral) 82%, transparent 96%);
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
	animation: eft-orbit-spin 6s linear infinite;
	pointer-events: none;
}
[id^="gt-wrapper-"]::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 7px;
	margin: -3.5px 0 0 -3.5px;
	border-radius: 50%;
	background: var(--eft-coral);
	box-shadow: 0 0 0 2px #fff;
	animation: eft-orbit-sat 6s linear infinite;
	pointer-events: none;
}
@keyframes eft-orbit-spin { to { transform: rotate(1turn); } }
@keyframes eft-orbit-sat {
	from { transform: rotate(0turn) translateX(25px); }
	to { transform: rotate(1turn) translateX(25px); }
}
@media (prefers-reduced-motion: reduce) {
	[id^="gt-wrapper-"]::before { animation: none; }
	[id^="gt-wrapper-"]::after { display: none; }
}

/* ── Pied de page : les badges stores font doublon avec « Emportez tous nos
   lieux » → masqués sur mobile (retour 14.08). :has() retire le widget entier
   (pas de trou) ; la 1re règle est le repli si :has() manque. ─────────── */
@media (max-width: 899px) {
	.ct-footer a[href*="apps.apple.com"] img,
	.ct-footer a[href*="play.google.com"] img { display: none; }
	.ct-footer .widget_media_image:has(a[href*="apps.apple.com"]),
	.ct-footer .widget_media_image:has(a[href*="play.google.com"]) { display: none; }
}
