/**
 * Nzoko Voyage — surcouche charte #102830 / #eaab1d
 */

html {
	scroll-padding-top: 46px;
}

:root {
	--nzoko-primary: #102830;
	--nzoko-accent: #eaab1d;
	--nzoko-accent-hover: #f0c040;
	--nzoko-green: #22c55e;
	--nzoko-radius: 14px;
	--nzoko-shadow: 0 8px 28px rgba(16, 40, 48, 0.12);
	/* Barre d’onglets mobile */
	--nzoko-tab-active-bg: #e8f5e9;
	--nzoko-tab-active-fg: #1b5e20;
	--nzoko-tab-inactive: #5f6368;
	--nzoko-tabbar-h: 56px;
	/* Hero : dégagement navbar fixe (hauteur barre réduite) */
	--nzoko-header-offset: 44px;
	--nzoko-hero-bottom-safe: 108px;
}

/* ——— Header moderne (charte sombre d’origine, barre très basse) ——— */
.header.nzoko-header-modern,
.header.nzoko-header-modern.scrolled {
	background: var(--nzoko-primary) !important;
}

.nzoko-header-modern .top_bar {
	display: none !important;
}

.nzoko-header-modern {
	background: var(--nzoko-primary);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
}

.nzoko-header-modern.scrolled {
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
}

.nzoko-header-modern .main_nav {
	width: 100%;
	min-height: 40px;
	background: var(--nzoko-primary);
}

.nzoko-header-modern .main_nav .container {
	max-width: 1200px;
	padding-left: 10px;
	padding-right: 10px;
}

.nzoko-header-modern .main_nav_col {
	min-height: 40px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.nzoko-header-modern .main_nav_container {
	margin-right: 0 !important;
}

.nzoko-header-modern .logo_container {
	flex-shrink: 0;
}

.nzoko-header-modern .logo a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #fff;
	font-weight: 700;
	font-size: 0.9rem;
	text-transform: none;
	letter-spacing: 0.02em;
}

.nzoko-header-modern .logo img {
	height: 26px;
	width: auto;
	max-width: none;
	display: block;
}

.nzoko-header-modern .main_nav_list {
	display: flex;
	align-items: center;
	gap: 2px;
}

.nzoko-header-modern .main_nav_item a {
	color: rgba(255, 255, 255, 0.92) !important;
	font-weight: 600;
	font-size: 11px;
	padding: 3px 8px;
	border-radius: 999px;
	transition: background 0.2s ease, color 0.2s ease;
}

.nzoko-header-modern .main_nav_item a:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #fff !important;
}

.nzoko-header-modern .main_nav_item.nzoko-nav-active a {
	background: rgba(234, 171, 29, 0.18);
	color: var(--nzoko-accent) !important;
	box-shadow: inset 0 0 0 1px rgba(234, 171, 29, 0.45);
}

.nzoko-header-modern .content_search,
.nzoko-header-modern .search_form {
	display: none !important;
}

.nzoko-header-modern .hamburger i {
	color: #ffffff !important;
}

.nzoko-header-modern .hamburger:hover i {
	color: var(--nzoko-accent) !important;
}

.nzoko-nav-actions {
	gap: 6px;
	flex-shrink: 0;
	margin-left: 8px;
}

.nzoko-header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	font-weight: 700;
	font-size: 10px;
	text-decoration: none !important;
	border-radius: 999px;
	padding: 4px 10px;
	transition: background 0.2s ease, transform 0.15s ease, color 0.2s ease;
	white-space: nowrap;
}

.nzoko-header-cta--primary {
	background: var(--nzoko-accent);
	color: var(--nzoko-primary) !important;
}

.nzoko-header-cta--primary:hover {
	background: var(--nzoko-accent-hover);
	color: var(--nzoko-primary) !important;
}

.nzoko-header-cta--arrow {
	width: 24px;
	height: 24px;
	padding: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.22);
	font-size: 10px;
}

.nzoko-header-cta--arrow:hover {
	background: rgba(255, 255, 255, 0.2);
	color: #fff !important;
}

/* Bouton Réservation — barre du haut, mobile / tablette uniquement */
.nzoko-header-res-mobile {
	gap: 5px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--nzoko-accent);
	color: var(--nzoko-primary) !important;
	text-decoration: none !important;
	white-space: nowrap;
	flex-shrink: 0;
	box-shadow: 0 2px 8px rgba(234, 171, 29, 0.3);
	transition: background 0.2s ease, transform 0.15s ease;
}

.nzoko-header-res-mobile:hover {
	background: var(--nzoko-accent-hover);
	color: var(--nzoko-primary) !important;
}

.nzoko-header-res-mobile i {
	font-size: 11px;
}

@media (min-width: 992px) {
	.nzoko-header-res-mobile {
		display: none !important;
	}
}

@media (max-width: 380px) {
	.nzoko-header-res-mobile span {
		display: none;
	}

	.nzoko-header-res-mobile {
		padding: 8px;
		border-radius: 50%;
	}

	.nzoko-header-res-mobile i {
		font-size: 13px;
		margin: 0;
	}
}

@media (max-width: 1199px) {
	.nzoko-header-modern .main_nav_item a {
		padding: 3px 7px;
		font-size: 10px;
	}
}

/* Bureau : logo plus lisible, barre toujours compacte */
@media (min-width: 992px) {
	.nzoko-header-modern .main_nav {
		min-height: 44px;
	}

	.nzoko-header-modern .main_nav_col {
		min-height: 44px;
		padding-top: 6px;
		padding-bottom: 6px;
	}

	.nzoko-header-modern .logo img {
		height: 32px;
	}

	.nzoko-header-modern .main_nav_list {
		gap: 4px;
	}

	.nzoko-header-modern .main_nav_item a {
		font-size: 11px;
		padding: 4px 10px;
	}

	.nzoko-header-cta {
		font-size: 10px;
		padding: 5px 11px;
	}

	.nzoko-header-cta--arrow {
		width: 26px;
		height: 26px;
		font-size: 11px;
	}
}

/* Menu mobile */
.menu {
	background: var(--nzoko-primary);
}

.menu_item a {
	color: rgba(255, 255, 255, 0.95) !important;
}

.menu_item a:hover {
	color: var(--nzoko-accent) !important;
}

.menu .menu_item.nzoko-nav-active a {
	color: var(--nzoko-accent) !important;
	font-weight: 700;
}

.menu_logo img {
	max-height: 52px;
	width: auto;
}

.nzoko-menu-social {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-top: 24px;
	list-style: none;
	padding: 0;
}

.nzoko-menu-social a {
	color: rgba(255, 255, 255, 0.85) !important;
	font-size: 20px;
}

.nzoko-menu-social a:hover {
	color: var(--nzoko-accent) !important;
}

.nzoko-menu-social .nzoko-menu-tiktok svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.nzoko-menu-cta {
	margin-top: 20px;
}

.nzoko-menu-cta .nzoko-header-cta--primary {
	width: 100%;
	justify-content: center;
}

/* Rail social (desktop) */
.nzoko-social-rail {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 97;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 12px 8px;
	background: rgba(16, 40, 48, 0.92);
	border-radius: 12px 0 0 12px;
	box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.2);
}

.nzoko-social-rail a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	color: #fff;
	border-radius: 8px;
	transition: background 0.2s ease, color 0.2s ease;
}

.nzoko-social-rail a:hover {
	background: rgba(234, 171, 29, 0.25);
	color: var(--nzoko-accent);
}

.nzoko-social-rail svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

@media (max-width: 991px) {
	.nzoko-social-rail {
		display: none !important;
	}
}

/* ——— Hero ——— */
.home.nzoko-hero {
	min-height: 72vh;
	height: 82vh;
	max-height: 900px;
}

@media (max-width: 767px) {
	.home.nzoko-hero {
		height: min(78vh, 640px);
		min-height: 70vh;
		max-height: none;
	}
}

@media (max-width: 991px) {
	:root {
		--nzoko-header-offset: 46px;
		--nzoko-hero-bottom-safe: calc(96px + env(safe-area-inset-bottom, 0px));
	}
}

.home.nzoko-hero .home_slider_background {
	filter: brightness(0.82);
}

/* Centrage ergonomique : sous la navbar fixe, au-dessus des points / zone pouce */
.home.nzoko-hero .home_slider_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: calc(var(--nzoko-header-offset) + 12px) clamp(14px, 4vw, 32px) var(--nzoko-hero-bottom-safe);
	background: linear-gradient(
		180deg,
		rgba(16, 40, 48, 0.2) 0%,
		rgba(16, 40, 48, 0.62) 100%
	);
}

.home.nzoko-hero .home_slider_content_inner {
	width: 100%;
	max-width: 40rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.85rem;
	text-align: center;
}

.home.nzoko-hero .nzoko-hero-kicker {
	order: -1;
	margin: 0;
	font-size: clamp(0.68rem, 1.5vw, 0.8rem);
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(234, 171, 29, 0.95);
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

.home.nzoko-hero h1 {
	color: #fff !important;
	font-weight: 800 !important;
	line-height: 1.18 !important;
	font-size: clamp(1.35rem, 3.6vw, 2.5rem) !important;
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
	margin: 0 !important;
}

.home.nzoko-hero .nzoko-slogan-line {
	display: block;
}

.home.nzoko-hero .nzoko-hero-sub {
	color: rgba(255, 255, 255, 0.94);
	font-size: clamp(0.88rem, 1.65vw, 1.08rem);
	line-height: 1.55;
	max-width: 36rem;
	margin: 0 auto;
}

.nzoko-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	justify-content: center;
	margin-top: 0.35rem;
}

/* Accès rapides = même fil que la navbar (desktop + mobile scroll) */
.nzoko-hero-quicknav {
	position: absolute;
	left: 50%;
	bottom: 76px;
	transform: translateX(-50%);
	z-index: 12;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
	max-width: calc(100% - 24px);
	padding: 8px 14px;
	background: rgba(16, 40, 48, 0.45);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.nzoko-hero-quicknav::-webkit-scrollbar {
	display: none;
}

.nzoko-hero-quicknav a {
	flex-shrink: 0;
	color: rgba(255, 255, 255, 0.92) !important;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none !important;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.nzoko-hero-quicknav a:hover {
	color: var(--nzoko-accent) !important;
}

.nzoko-hero-quicknav .nzoko-hero-quicknav-sep {
	color: rgba(255, 255, 255, 0.35);
	font-weight: 400;
	user-select: none;
}

@media (min-width: 992px) {
	.nzoko-hero-quicknav {
		bottom: 84px;
		gap: 0 14px;
	}

	.nzoko-hero-quicknav a {
		font-size: 12px;
	}
}

@media (max-width: 575px) {
	.nzoko-hero-quicknav {
		bottom: 48px;
		max-width: calc(100% - 16px);
		padding: 6px 10px;
	}

	.home.nzoko-hero .home_slider_content {
		padding-bottom: calc(128px + env(safe-area-inset-bottom, 0px));
	}
}

.nzoko-btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 26px;
	border-radius: 999px;
	background: var(--nzoko-accent);
	color: var(--nzoko-primary) !important;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none !important;
	transition: background 0.2s ease, transform 0.15s ease;
	box-shadow: 0 4px 18px rgba(234, 171, 29, 0.35);
}

.nzoko-btn-primary:hover {
	background: var(--nzoko-accent-hover);
	color: var(--nzoko-primary) !important;
}

.nzoko-btn-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	border-radius: 999px;
	border: 2px solid rgba(255, 255, 255, 0.85);
	color: #fff !important;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none !important;
	background: rgba(255, 255, 255, 0.06);
	transition: border-color 0.2s ease, background 0.2s ease;
}

.nzoko-btn-outline:hover {
	border-color: var(--nzoko-accent);
	color: var(--nzoko-accent) !important;
}

.home.nzoko-hero .nzoko-btn-primary {
	padding: 12px 22px;
	font-size: 14px;
}

.home.nzoko-hero .nzoko-btn-outline {
	padding: 10px 20px;
	font-size: 14px;
}

@media (max-width: 575px) {
	.home.nzoko-hero .nzoko-btn-primary,
	.home.nzoko-hero .nzoko-btn-outline {
		min-height: 44px;
		align-items: center;
	}
}

/* Carrousel hero visible */
.home.nzoko-hero .home_slider_nav {
	opacity: 1 !important;
	visibility: visible !important;
	display: flex !important;
}

/* Points : visibles et centrés sous la pill d’accès rapide */
.home.nzoko-hero .home_slider_dots {
	opacity: 1 !important;
	visibility: visible !important;
	display: block !important;
	right: auto !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	bottom: 12px !important;
	width: auto;
	max-width: calc(100% - 20px);
	text-align: center;
}

.home.nzoko-hero .home_slider_nav {
	z-index: 6;
}

.home.nzoko-hero .nav_path.nzoko-nav-fill {
	fill: var(--nzoko-accent);
}

.home.nzoko-hero .nav_arrow.nzoko-nav-fill {
	fill: #fff;
}

.home_slider_custom_dots li {
	color: rgba(255, 255, 255, 0.75);
}

.home_slider_custom_dots li.active div,
.home_slider_custom_dots li:hover div {
	background: var(--nzoko-accent) !important;
}

/* Bandeau recherche */
.nzoko-search-tabs {
	background: linear-gradient(180deg, #f0f4f6 0%, #ffffff 100%) !important;
}

.search_tab {
	font-weight: 600;
}

/* Titres sections */
.section_title {
	font-size: 1.5rem !important;
	font-weight: 800 !important;
	color: var(--nzoko-primary) !important;
}

.nzoko-usp-title {
	color: var(--nzoko-primary) !important;
}

.nzoko-usp-card {
	background: #fff;
	border-radius: var(--nzoko-radius);
	box-shadow: var(--nzoko-shadow);
	padding: 32px 28px;
	height: 100%;
	text-align: center;
	transition: transform 0.2s ease;
}

.nzoko-usp-card:hover {
	transform: translateY(-4px);
}

.nzoko-usp-icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 18px;
	font-size: 24px;
	color: #fff;
}

.nzoko-usp-icon.sec {
	background: var(--nzoko-primary);
}

.nzoko-usp-icon.ent {
	background: var(--nzoko-accent);
}

.nzoko-usp-icon.pct {
	background: var(--nzoko-green);
}

.nzoko-usp-card h3 {
	font-size: 20px;
	font-weight: 700;
	color: #1f2937;
	margin-bottom: 12px;
}

.nzoko-usp-card p {
	margin: 0;
	color: #6b7280;
	line-height: 1.7;
}

/* Destinations */
#nzoko-destinations .nzoko-intro-title {
	font-weight: 800;
	color: var(--nzoko-primary);
}

#nzoko-destinations .nzoko-intro-lead {
	color: #6b7280;
}

#nzoko-destinations .intro_item_overlay {
	background: linear-gradient(
		180deg,
		rgba(16, 40, 48, 0.1) 0%,
		rgba(16, 40, 48, 0.75) 100%
	);
}

#nzoko-destinations .intro_center h3 {
	font-size: 1.5rem;
	font-weight: 800;
	color: #fff;
	margin-bottom: 6px;
}

#nzoko-destinations .intro_price {
	color: rgba(255, 255, 255, 0.9);
	font-weight: 600;
}

#nzoko-destinations .intro_date {
	background: var(--nzoko-accent);
	color: var(--nzoko-primary);
	font-weight: 700;
	border-radius: 999px;
	box-shadow: 0 2px 12px rgba(16, 40, 48, 0.2);
}

/* Boutons « Horaires » : charte Nzoko (or + texte foncé), sans dégradé violet du thème */
#nzoko-destinations .intro_button.button {
	position: relative;
	height: 48px;
	border-radius: 999px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(16, 40, 48, 0.25);
}

#nzoko-destinations .intro_button .button_bcg {
	width: 100%;
	left: 0 !important;
	background: var(--nzoko-accent) !important;
	transition: background 0.25s ease, transform 0.25s ease;
}

#nzoko-destinations .intro_button:hover .button_bcg {
	left: 0 !important;
	background: var(--nzoko-accent-hover) !important;
	transform: scale(1.02);
}

#nzoko-destinations .intro_button a {
	color: var(--nzoko-primary) !important;
	line-height: 48px;
	font-size: 12px;
	letter-spacing: 0.04em;
	padding-left: 40px;
	padding-right: 40px;
}

#nzoko-destinations .intro_button span {
	background: var(--nzoko-primary);
	opacity: 0.35;
}

#nzoko-destinations .intro_button span:first-child {
	opacity: 0.55;
}

#nzoko-destinations .intro_button span:nth-child(2) {
	opacity: 0.4;
}

#nzoko-destinations .intro_button span:last-child {
	opacity: 0.25;
}

/* Étoiles : tons dorés cohérents avec la charte */
#nzoko-destinations .rating_4 i:nth-child(-n + 4) {
	color: var(--nzoko-accent) !important;
}

#nzoko-destinations .rating_4 i:nth-child(5) {
	color: rgba(255, 255, 255, 0.35) !important;
}

/* Services & flotte */
.nzoko-services {
	padding-top: 56px;
	padding-bottom: 40px;
}

.nzoko-service-block h3 {
	font-weight: 700;
	color: var(--nzoko-primary);
}

.nzoko-service-img {
	border-radius: var(--nzoko-radius);
	overflow: hidden;
	box-shadow: var(--nzoko-shadow);
}

.nzoko-service-img img {
	width: 100%;
	height: auto;
	display: block;
}

/* Tableau horaires */
.nzoko-schedule {
	padding: 56px 0 64px;
	background: #fff;
}

.nzoko-table-wrap {
	overflow-x: auto;
	border-radius: var(--nzoko-radius);
	box-shadow: var(--nzoko-shadow);
	background: #fff;
}

.nzoko-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 520px;
}

.nzoko-table th,
.nzoko-table td {
	padding: 14px 18px;
	text-align: left;
	border-bottom: 1px solid #e8eef5;
	color: #4b5563;
}

.nzoko-table th {
	background: rgba(16, 40, 48, 0.06);
	font-weight: 700;
	color: var(--nzoko-primary);
}

.nzoko-table tr:last-child td {
	border-bottom: none;
}

.nzoko-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 24px;
	justify-content: center;
}

.nzoko-filter-pill {
	display: inline-block;
	padding: 8px 18px;
	border-radius: 999px;
	background: rgba(16, 40, 48, 0.06);
	color: var(--nzoko-primary);
	font-weight: 600;
	font-size: 13px;
	cursor: default;
}

/* Guide réservation */
.nzoko-booking-guide {
	padding: 56px 0;
	background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.nzoko-steps {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center;
	margin-top: 32px;
}

.nzoko-step {
	flex: 1 1 240px;
	max-width: 320px;
	background: #fff;
	border-radius: var(--nzoko-radius);
	padding: 28px 24px;
	box-shadow: var(--nzoko-shadow);
	text-align: center;
	position: relative;
}

.nzoko-step-num {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	width: 36px;
	height: 36px;
	background: var(--nzoko-primary);
	color: #fff;
	border-radius: 50%;
	font-weight: 800;
	line-height: 36px;
	font-size: 15px;
}

.nzoko-step h4 {
	margin-top: 12px;
	font-weight: 700;
	color: var(--nzoko-primary);
}

.nzoko-step p {
	margin: 0;
	color: #6b7280;
}

/* Galerie activités */
.nzoko-gallery-section {
	padding: 56px 0 64px;
	background: #fafbfc;
}

.nzoko-gallery-activities {
	max-width: 720px;
	margin: 0 auto 28px;
	color: #4b5563;
	line-height: 1.75;
	font-size: 1.05rem;
}

.nzoko-gallery-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 28px;
}

.nzoko-gallery-strip a {
	display: block;
	border-radius: 12px;
	overflow: hidden;
	flex: 1 1 140px;
	max-width: 180px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	transition: transform 0.2s ease;
}

.nzoko-gallery-strip a:hover {
	transform: translateY(-3px);
}

.nzoko-gallery-strip img {
	width: 100%;
	height: 100px;
	object-fit: cover;
	display: block;
}

/* CTA slider — masquer navs thème si besoin */
.cta_slider_nav {
	display: none !important;
}

/* Footer */
.footer_about_text {
	color: #929191;
}

.nzoko-agency-list li {
	margin-bottom: 10px;
	color: #929191;
	line-height: 1.6;
}

.nzoko-whatsapp-footer a {
	color: #25d366;
	font-weight: 700;
}

.logo a {
	text-transform: none;
}

@media (max-width: 991px) {
	.nzoko-cta-row {
		flex-direction: column;
		align-items: stretch;
	}

	.nzoko-btn-primary,
	.nzoko-btn-outline {
		width: 100%;
	}
}

/* ——— Largeur max très grands écrans ——— */
.nzoko-shell {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1600px) {
	html {
		background: #e8ecef;
	}

	.nzoko-shell {
		max-width: min(100vw - 48px, 1680px);
		box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
		background: #fff;
	}

	.nzoko-header-modern .main_nav .container {
		max-width: min(1200px, 92vw);
	}
}

/* ——— Tablette : espacements & titres ——— */
@media (max-width: 991px) and (min-width: 576px) {
	.section_title {
		font-size: 1.35rem !important;
	}

	.nzoko-usp-card {
		padding: 24px 20px;
	}
}

/* ——— Mobile : barre d’onglets bas (maquette) ——— */
.nzoko-mobile-tabbar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10050;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	min-height: var(--nzoko-tabbar-h);
	padding: 6px 4px calc(6px + env(safe-area-inset-bottom, 0px));
	background: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06);
}

.nzoko-mobile-tabbar .nzoko-tab {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	min-width: 0;
	padding: 4px 2px;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.15;
	text-decoration: none !important;
	color: var(--nzoko-tab-inactive) !important;
	border-radius: 12px;
	transition: background 0.2s ease, color 0.2s ease;
}

.nzoko-mobile-tabbar .nzoko-tab i {
	font-size: 18px;
	line-height: 1;
	opacity: 0.95;
}

.nzoko-mobile-tabbar .nzoko-tab span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

/* 6 onglets = menu complet du site (libellés courts) */
.nzoko-mobile-tabbar--six .nzoko-tab {
	font-size: 9px;
	padding: 3px 1px;
}

.nzoko-mobile-tabbar--six .nzoko-tab i {
	font-size: 15px;
}

.nzoko-mobile-tabbar .nzoko-tab.nzoko-tab--active {
	background: var(--nzoko-tab-active-bg);
	color: var(--nzoko-tab-active-fg) !important;
}

.nzoko-mobile-tabbar .nzoko-tab.nzoko-tab--active i {
	color: var(--nzoko-tab-active-fg);
}

.nzoko-mobile-tabbar .nzoko-tab:active {
	opacity: 0.85;
}

@media (min-width: 992px) {
	.nzoko-mobile-tabbar {
		display: none !important;
	}
}

@media (max-width: 991px) {
	html {
		scroll-padding-bottom: calc(var(--nzoko-tabbar-h) + env(safe-area-inset-bottom, 0px) + 8px);
	}

	body {
		padding-bottom: calc(var(--nzoko-tabbar-h) + env(safe-area-inset-bottom, 0px) + 8px);
	}

	/* Menu plein écran remplacé par la barre du bas sur mobile Nzoko */
	.nzoko-header-modern .hamburger {
		display: none !important;
	}

	.nzoko-header-modern .menu {
		visibility: hidden !important;
		pointer-events: none !important;
	}

	.nzoko-header-modern .menu.active {
		visibility: hidden !important;
	}

	.nzoko-header-modern .logo img {
		height: 28px;
	}

	.nzoko-header-modern .main_nav_col {
		min-height: 42px;
		padding-top: 6px;
		padding-bottom: 6px;
	}

	.home.nzoko-hero h1 {
		font-size: clamp(1.25rem, 5.5vw, 2rem) !important;
	}

	.copyright {
		padding-bottom: 12px;
	}
}

/* Petits mobiles : labels tabbar */
@media (max-width: 380px) {
	.nzoko-mobile-tabbar .nzoko-tab {
		font-size: 9px;
	}

	.nzoko-mobile-tabbar .nzoko-tab i {
		font-size: 16px;
	}
}

/* ——— Page Contact ——— */
.nzoko-page-contact .nzoko-contact-hero {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 280px;
	height: 36vh;
	max-height: 420px;
	overflow: hidden;
}

.nzoko-page-contact .nzoko-contact-hero .home_background {
	filter: brightness(0.85);
}

.nzoko-contact-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
		180deg,
		rgba(16, 40, 48, 0.35) 0%,
		rgba(16, 40, 48, 0.78) 100%
	);
	pointer-events: none;
}

.nzoko-page-contact .nzoko-contact-hero .home_content.nzoko-contact-hero__content {
	position: relative;
	bottom: auto;
	left: auto;
	transform: none;
	z-index: 2;
	max-width: 40rem;
	padding: 0 16px;
}

.nzoko-contact-hero__title,
.nzoko-page-contact .nzoko-contact-hero .home_title {
	font-size: clamp(1.75rem, 4vw, 2.75rem) !important;
	font-weight: 800 !important;
	color: #fff !important;
	text-transform: none !important;
	letter-spacing: -0.02em;
	line-height: 1.15;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}

.nzoko-contact-hero__lead {
	margin: 12px 0 0;
	font-size: clamp(0.9rem, 2vw, 1.05rem);
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.94);
	font-weight: 500;
}

/* Bandeau formulaire */
.nzoko-contact-form-wrap.contact_form_section {
	padding-top: 56px;
	padding-bottom: 56px;
	background: linear-gradient(180deg, #f0f4f6 0%, #ffffff 55%);
}

.nzoko-contact-card.contact_form_container {
	max-width: 100%;
	padding: 40px 36px 48px !important;
	background: #ffffff;
	border-radius: var(--nzoko-radius);
	box-shadow: var(--nzoko-shadow);
	border: 1px solid rgba(16, 40, 48, 0.06);
}

.nzoko-contact-card__title.contact_title {
	font-size: 1.5rem !important;
	font-weight: 800 !important;
	color: var(--nzoko-primary) !important;
	text-transform: none !important;
	letter-spacing: -0.02em;
}

.nzoko-contact-card__intro {
	margin: 10px auto 0;
	max-width: 32rem;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #6b7280;
}

.nzoko-page-contact .nzoko-contact-form.contact_form {
	margin-top: 28px;
	text-align: left !important;
}

.nzoko-contact-form__row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 0;
}

.nzoko-page-contact .nzoko-contact-form .input_field,
.nzoko-page-contact .nzoko-contact-form .text_field.contact_form_message {
	width: 100% !important;
	margin-right: 0 !important;
	height: auto !important;
	min-height: 48px;
	padding: 12px 14px;
	background: #f8fafc !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 10px;
	color: var(--nzoko-primary) !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	margin-top: 14px;
	text-align: left;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	box-sizing: border-box;
}

.nzoko-page-contact .nzoko-contact-form__row .input_field {
	flex: 1 1 calc(50% - 8px);
	min-width: 200px;
	margin-top: 0;
}

.nzoko-page-contact .nzoko-contact-form .contact_form_message {
	min-height: 140px;
	padding-top: 14px;
	resize: vertical;
}

.nzoko-page-contact .nzoko-contact-form .input_field:focus,
.nzoko-page-contact .nzoko-contact-form .text_field:focus {
	outline: none;
	background: #fff !important;
	border-color: var(--nzoko-accent) !important;
	box-shadow: 0 0 0 3px rgba(234, 171, 29, 0.25);
}

.nzoko-page-contact .nzoko-contact-form .input_field::placeholder,
.nzoko-page-contact .nzoko-contact-form .text_field::placeholder {
	color: #94a3b8 !important;
	font-weight: 400 !important;
}

.nzoko-page-contact .nzoko-contact-submit.form_submit_button {
	margin-top: 28px !important;
	transform: none !important;
	line-height: 1.35 !important;
	padding: 14px 28px !important;
	height: auto !important;
	border-radius: 999px !important;
	background: var(--nzoko-accent) !important;
	color: var(--nzoko-primary) !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	text-transform: none !important;
	letter-spacing: 0.02em;
	border: none !important;
	box-shadow: 0 4px 14px rgba(234, 171, 29, 0.35);
	transition: background 0.2s ease, transform 0.15s ease;
}

.nzoko-page-contact .nzoko-contact-submit.form_submit_button:hover {
	background: var(--nzoko-accent-hover) !important;
	opacity: 1 !important;
}

/* Bloc À propos + image */
.nzoko-page-contact .about {
	padding-top: 80px;
	padding-bottom: 100px;
	background: #fafbfc;
}

.nzoko-page-contact .nzoko-contact-about-img img {
	border-radius: var(--nzoko-radius);
	box-shadow: var(--nzoko-shadow);
	width: 100%;
	height: auto;
	max-width: 420px;
	object-fit: cover;
}

.nzoko-page-contact .about_content .logo img {
	height: 36px;
	width: auto;
}

.nzoko-page-contact .about_text {
	color: #4b5563;
	line-height: 1.75;
}

.nzoko-page-contact .about_social_item a {
	color: var(--nzoko-primary);
	transition: color 0.2s ease;
}

.nzoko-page-contact .about_social_item a:hover {
	color: var(--nzoko-accent);
}

.nzoko-page-contact .about_social_item .nzoko-about-tiktok svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: currentColor;
}

@media (max-width: 991px) {
	.nzoko-contact-card.contact_form_container {
		padding: 28px 20px 36px !important;
	}

	.nzoko-page-contact .nzoko-contact-form__row .input_field {
		flex: 1 1 100%;
		min-width: 100%;
		margin-top: 0;
	}

	.nzoko-page-contact .nzoko-contact-form__row .contact_form_email {
		margin-top: 14px;
	}
}

@media (max-width: 575px) {
	.nzoko-page-contact .nzoko-contact-hero {
		min-height: 240px;
		height: 32vh;
	}
}

/* Ancrage formulaire (header fixe / mobile) */
#nzoko-contact-form {
	scroll-margin-top: calc(var(--nzoko-header-offset) + 16px);
}

#formulaire {
	scroll-margin-top: calc(var(--nzoko-header-offset) + 16px);
}

/* ——— Page réservation ——— */
.nzoko-page-reservation .nzoko-reservation-hero {
	position: relative;
	min-height: min(52vh, 520px);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.nzoko-reservation-hero__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center center;
	filter: brightness(0.88);
}

.nzoko-reservation-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		120deg,
		rgba(16, 40, 48, 0.75) 0%,
		rgba(16, 40, 48, 0.45) 45%,
		rgba(16, 40, 48, 0.55) 100%
	);
	pointer-events: none;
}

.nzoko-reservation-hero__inner {
	position: relative;
	z-index: 2;
	max-width: 40rem;
	padding: clamp(48px, 10vw, 88px) 16px;
	text-align: center;
}

.nzoko-reservation-hero__eyebrow {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--nzoko-accent);
}

.nzoko-reservation-hero__title {
	margin: 0 0 12px;
	font-size: clamp(1.85rem, 4.5vw, 2.75rem);
	font-weight: 800;
	color: #fff;
	letter-spacing: -0.02em;
	line-height: 1.15;
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.nzoko-reservation-hero__lead {
	margin: 0 0 28px;
	font-size: clamp(0.95rem, 2vw, 1.08rem);
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.92);
}

.nzoko-reservation-hero__cta {
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.nzoko-reservation-panel {
	padding: 48px 0 64px;
	background: linear-gradient(180deg, #f0f4f6 0%, #ffffff 55%);
}

.nzoko-reservation-card {
	padding: 36px 32px 40px;
	background: #fff;
	border-radius: var(--nzoko-radius);
	box-shadow: var(--nzoko-shadow);
	border: 1px solid rgba(16, 40, 48, 0.06);
}

.nzoko-reservation-card__title {
	margin: 0 0 8px;
	font-size: 1.45rem;
	font-weight: 800;
	color: var(--nzoko-primary);
	letter-spacing: -0.02em;
}

.nzoko-reservation-card__intro {
	margin: 0 0 24px;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #64748b;
}

.nzoko-reservation-card__intro a {
	color: var(--nzoko-primary);
	font-weight: 600;
}

.nzoko-reservation-form__row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 16px;
}

.nzoko-reservation-form__field {
	flex: 1 1 calc(50% - 8px);
	min-width: 200px;
}

.nzoko-reservation-form__field--full {
	flex: 1 1 100%;
	min-width: 100%;
	margin-bottom: 16px;
}

.nzoko-reservation-form__label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 700;
	color: var(--nzoko-primary);
}

.nzoko-reservation-form__input,
.nzoko-reservation-form__textarea {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
	color: var(--nzoko-primary);
	background: #f8fafc;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	box-sizing: border-box;
}

.nzoko-reservation-form__textarea {
	min-height: 120px;
	resize: vertical;
	padding-top: 12px;
}

.nzoko-reservation-form__input:focus,
.nzoko-reservation-form__textarea:focus {
	outline: none;
	background: #fff;
	border-color: var(--nzoko-accent);
	box-shadow: 0 0 0 3px rgba(234, 171, 29, 0.25);
}

.nzoko-reservation-form__submit {
	margin-top: 8px;
	width: 100%;
	max-width: 320px;
	padding: 14px 28px;
	border: none;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	color: var(--nzoko-primary);
	background: var(--nzoko-accent);
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(234, 171, 29, 0.35);
	transition: background 0.2s ease, transform 0.15s ease;
}

.nzoko-reservation-form__submit:hover {
	background: var(--nzoko-accent-hover);
	transform: translateY(-1px);
}

/* Confirmation envoi réservation (simulation) */
.nzoko-booking-success {
	text-align: center;
	padding: 8px 4px 20px;
	margin-bottom: 8px;
	border-radius: var(--nzoko-radius);
	border: 1px solid rgba(34, 197, 94, 0.35);
	background: linear-gradient(180deg, #ecfdf5 0%, #f8fafc 100%);
}

.nzoko-booking-success__icon {
	margin: 0 0 12px;
	font-size: 3rem;
	line-height: 1;
	color: #22c55e;
}

.nzoko-booking-success__title {
	margin: 0 0 12px;
	font-size: 1.35rem;
	font-weight: 800;
	color: var(--nzoko-primary);
	letter-spacing: -0.02em;
}

.nzoko-booking-success__text {
	margin: 0 auto 20px;
	max-width: 32rem;
	font-size: 0.98rem;
	line-height: 1.65;
	color: #475569;
	text-align: center;
}

.nzoko-booking-success__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	color: var(--nzoko-primary);
	background: #fff;
	border: 2px solid var(--nzoko-primary);
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.nzoko-booking-success__btn:hover {
	background: var(--nzoko-primary);
	color: #fff;
}

@media (max-width: 575px) {
	.nzoko-page-reservation .nzoko-reservation-hero {
		min-height: 42vh;
	}

	.nzoko-reservation-card {
		padding: 24px 18px 28px;
	}

	.nzoko-reservation-form__field {
		flex: 1 1 100%;
		min-width: 100%;
	}
}

/* ——— Page contact : pré-footer (newsletter + lien formulaire) ——— */
.nzoko-prefooter--contact {
	position: relative;
	padding: 56px 0 64px;
	background: linear-gradient(
		165deg,
		#f4f8f9 0%,
		#e8f0f2 38%,
		#dce8ec 100%
	);
	border-top: 1px solid rgba(16, 40, 48, 0.08);
	overflow: hidden;
}

.nzoko-prefooter--contact::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 4px;
	background: linear-gradient(
		90deg,
		transparent,
		var(--nzoko-accent) 20%,
		var(--nzoko-accent) 80%,
		transparent
	);
	opacity: 0.85;
}

.nzoko-prefooter__panel {
	width: 100%;
	border-radius: var(--nzoko-radius);
}

.nzoko-prefooter__panel--text {
	padding: 8px 8px 8px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.nzoko-prefooter__eyebrow {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--nzoko-accent);
}

.nzoko-prefooter__title {
	margin: 0 0 12px;
	font-size: clamp(1.45rem, 3vw, 2rem);
	font-weight: 800;
	color: var(--nzoko-primary);
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.nzoko-prefooter__lead {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.65;
	color: #475569;
	max-width: 32rem;
}

.nzoko-prefooter__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 16px;
	margin-top: 22px;
}

.nzoko-prefooter__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	color: var(--nzoko-primary);
	background: #fff;
	border: 2px solid var(--nzoko-primary);
	box-shadow: 0 4px 18px rgba(16, 40, 48, 0.1);
	transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.nzoko-prefooter__cta:hover {
	background: var(--nzoko-primary);
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

.nzoko-prefooter__whatsapp {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 20px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background: #25d366;
	border: none;
	box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
	transition: background 0.2s ease, transform 0.15s ease;
}

.nzoko-prefooter__whatsapp:hover {
	color: #fff;
	background: #1ebe5a;
	text-decoration: none;
	transform: translateY(-1px);
}

.nzoko-prefooter__panel--form {
	padding: 28px 26px 30px;
	background: #fff;
	border: 1px solid rgba(16, 40, 48, 0.08);
	box-shadow: 0 12px 40px rgba(16, 40, 48, 0.12);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.nzoko-prefooter__form-title {
	margin: 0 0 6px;
	font-size: 1.15rem;
	font-weight: 800;
	color: var(--nzoko-primary);
	letter-spacing: -0.02em;
}

.nzoko-prefooter__form-intro {
	margin: 0 0 18px;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #64748b;
}

.nzoko-prefooter-form__row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: stretch;
}

.nzoko-prefooter-form__input {
	flex: 1 1 180px;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
	color: var(--nzoko-primary);
	background: #f8fafc;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nzoko-prefooter-form__input::placeholder {
	color: #94a3b8;
	font-weight: 400;
}

.nzoko-prefooter-form__input:focus {
	outline: none;
	background: #fff;
	border-color: var(--nzoko-accent);
	box-shadow: 0 0 0 3px rgba(234, 171, 29, 0.25);
}

.nzoko-prefooter-form__btn {
	flex: 0 0 auto;
	min-height: 48px;
	padding: 0 22px;
	border: none;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	color: var(--nzoko-primary);
	background: var(--nzoko-accent);
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(234, 171, 29, 0.35);
	transition: background 0.2s ease, transform 0.15s ease;
}

.nzoko-prefooter-form__btn:hover {
	background: var(--nzoko-accent-hover);
	transform: translateY(-1px);
}

.nzoko-prefooter-form__hint {
	margin: 12px 0 0;
	font-size: 12px;
	line-height: 1.45;
	color: #94a3b8;
}

/* Pré-footer : variante type maquette (bloc « Une question ? » + carte à droite) */
.nzoko-prefooter--contact.nzoko-prefooter--mockup {
	background: #ffffff;
	padding-top: 64px;
	padding-bottom: 72px;
}

.nzoko-prefooter--mockup .nzoko-prefooter__title {
	font-size: clamp(1.65rem, 3.5vw, 2.35rem);
	line-height: 1.18;
}

.nzoko-prefooter--mockup .nzoko-prefooter__eyebrow {
	color: var(--nzoko-primary);
	opacity: 0.85;
}

@media (min-width: 992px) {
	.nzoko-prefooter--mockup .nzoko-prefooter__panel--text {
		padding-right: 40px;
		margin-right: 4px;
		border-right: 1px solid rgba(16, 40, 48, 0.1);
	}
}

/* ——— Page contact : pied de page minimal (maquette type une ligne centrée) ——— */
.nzoko-footer-minimal {
	margin: 0;
	padding: 28px 16px 32px;
	background: #fafbfc;
	border-top: 1px solid rgba(16, 40, 48, 0.08);
	text-align: center;
}

.nzoko-footer-minimal__copy {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	color: #94a3b8;
	letter-spacing: 0.01em;
}

.nzoko-footer-minimal__credit {
	margin: 8px 0 0;
	font-size: 11px;
	font-weight: 500;
	color: #cbd5e1;
}

.nzoko-footer-minimal__credit a {
	color: #94a3b8;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: color 0.15s ease, border-color 0.15s ease;
}

.nzoko-footer-minimal__credit a:hover {
	color: var(--nzoko-primary);
	border-bottom-color: rgba(16, 40, 48, 0.25);
}

@media (max-width: 991px) {
	.nzoko-shell .nzoko-footer-minimal {
		padding-bottom: calc(32px + var(--nzoko-tabbar-h) + env(safe-area-inset-bottom, 0px));
	}

	.nzoko-prefooter--contact {
		padding: 40px 0 48px;
	}

	.nzoko-prefooter__panel--form {
		padding: 22px 18px 24px;
	}
}
