/*
Theme Name: perle barge hôtel
Theme URI: https://www.devospjmd.com
Author: jmdevops
Author URI: https://www.jmdevops.fr
Description: Barge Hotel_La Perle 
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: devopsjmd.com
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Barge Hotel_La Perle is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Fonts - Gotham
--------------------------------------------------------------*/
@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-Book.woff2') format('woff2'),
		url('fonts/Gotham-Book.woff') format('woff'),
		url('fonts/Gotham-Book.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-BookItalic.woff2') format('woff2'),
		url('fonts/Gotham-BookItalic.woff') format('woff'),
		url('fonts/Gotham-BookItalic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-Medium.woff2') format('woff2'),
		url('fonts/Gotham-Medium.woff') format('woff'),
		url('fonts/Gotham-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-Bold.woff2') format('woff2'),
		url('fonts/Gotham-Bold.woff') format('woff'),
		url('fonts/Gotham-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-BoldItalic.woff2') format('woff2'),
		url('fonts/Gotham-BoldItalic.woff') format('woff'),
		url('fonts/Gotham-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-Black.woff2') format('woff2'),
		url('fonts/Gotham-Black.woff') format('woff'),
		url('fonts/Gotham-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

html.is-animating {
	background: #041E42;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
/* Masquer l'ancien bouton menu-toggle (remplacé par le burger) */
.menu-toggle {
	display: none;
}

.main-navigation ul,
.main-navigation.toggled ul {
	display: flex;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Tourisme Fluvial - Sections personnalisées
--------------------------------------------------------------*/

/* Variables CSS */
:root {
	--river-blue: #1e90ff;
	--river-dark: #0066cc;
	--river-light: #e6f2ff;
	--text-dark: #333;
	--text-light: #666;
	--border-radius: 8px;
	--spacing: 2rem;
	--bg-primary: #ffffff;
	--bg-secondary: #f9f9f9;
	--bg-tertiary: #e6f2ff;
	--card-bg: #ffffff;
	--footer-bg: #051F42;
	--footer-text: #ffffff;
}

/* Dark Mode Variables */
body.dark-mode {
	--text-dark: #e0e0e0;
	--text-light: #b0b0b0;
	--bg-primary: #1a1a1a;
	--bg-secondary: #2a2a2a;
	--bg-tertiary: #1e3a5f;
	--card-bg: #2a2a2a;
	--footer-bg: #0d1117;
	--footer-text: #c9d1d9;
	--river-light: #1e3a5f;
}

/* Smooth Transitions for Dark Mode */
html,
body {
	overflow-x: hidden;
}

body {
	transition: background-color 0.3s ease, color 0.3s ease;
}

.site-header,
.tour-card,
.booking-form,
.testimonial-card,
.site-footer,
.form-input,
.form-select,
.form-textarea {
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

/* Dark Mode Toggle Button */
#page {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.site-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0.2rem 1rem;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	color: white;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.site-main {
	padding-top: 80px;
	flex: 1;
}

/* Burger Menu Button — masqué sur desktop, visible sur mobile */
.burger-menu-toggle {
	display: none; /* Affiché uniquement via media query mobile */
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 40px;
	height: 40px;
	padding: 8px;
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 6px;
	cursor: pointer;
	transition: border-color 0.3s ease;
	margin-left: 8px;
	flex-shrink: 0;
}

.burger-menu-toggle:hover {
	border-color: rgba(255, 255, 255, 0.7);
}

.burger-menu-toggle:focus-visible {
	outline: 2px solid var(--river-blue);
	outline-offset: 2px;
}

.burger-bar {
	display: block;
	width: 100%;
	height: 2px;
	background: white;
	border-radius: 1px;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Animation quand le menu est ouvert */
.burger-menu-toggle[aria-expanded="true"] .burger-bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.burger-menu-toggle[aria-expanded="true"] .burger-bar:nth-child(2) {
	opacity: 0;
}

.burger-menu-toggle[aria-expanded="true"] .burger-bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

body.dark-mode .burger-menu-toggle {
	border-color: rgba(255, 255, 255, 0.2);
}

body.dark-mode .burger-menu-toggle:hover {
	border-color: rgba(255, 255, 255, 0.5);
}

/* Burger Navigation Menu */
.burger-nav {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 9998;
	max-height: 0;
	overflow: hidden;
	background: rgba(4, 30, 66, 0.97);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transition: max-height 0.4s ease;
}

body.burger-menu-open .burger-nav {
	max-height: 600px;
}

.burger-nav-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	list-style: none;
	margin: 0;
	padding: 16px 1rem;
}

.burger-nav-item {
	margin: 0;
}

.burger-nav-link,
.burger-nav-link:visited,
.burger-nav-link:active {
	color: white !important;
	text-decoration: none;
	font-family: 'Gotham', sans-serif;
	font-weight: 500;
	font-size: 0.9rem;
	letter-spacing: 1.5px;
	padding: 8px 0;
	position: relative;
	transition: opacity 0.3s ease;
}

.burger-nav-link:hover,
.burger-nav-link:focus {
	opacity: 1;
	color: white !important;
}

.burger-nav-link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: white;
	transition: width 0.3s ease;
}

.burger-nav-link:hover::after {
	width: 100%;
}

/* Burger nav — section heading */
.burger-nav-section {
	display: block;
	font-family: 'Gotham', sans-serif;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 2.5px;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	padding: 14px 0 4px;
}

/* Burger nav — séparateur entre sections */
.burger-nav-item--divider {
	height: 1px;
	background: rgba(255, 255, 255, 0.15);
	margin: 8px 0;
}

/* Burger nav — lien verrouillé (icône cadenas) */
.burger-nav-link--locked {
	display: flex;
	align-items: center;
	gap: 6px;
}

body.dark-mode .burger-nav {
	background: rgba(10, 10, 20, 0.98);
}

@media (max-width: 768px) {
	/* Afficher le burger */
	.burger-menu-toggle {
		display: flex;
	}

	.burger-nav-list {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		padding: 8px 1.5rem 16px;
	}

	.burger-nav-item {
		width: 100%;
	}

	.burger-nav-link {
		display: flex;
		align-items: center;
		padding: 12px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	}

	body.burger-menu-open .burger-nav {
		max-height: 600px;
	}
}

/* Adapter les textes du header */
.site-header .site-title a,
.site-header .site-description {
	color: white;
}

.site-header .main-navigation a {
	color: white;
}

.site-header .main-navigation a:hover {
	color: var(--river-blue);
}

/* Dark Mode Switch Toggle */
.dark-mode-toggle {
	background: none;
	border: none;
	cursor: pointer;
	padding: 4px;
	display: flex;
	align-items: center;
}

.dark-mode-switch-track {
	display: flex;
	align-items: center;
	width: 52px;
	height: 28px;
	background: rgba(255, 255, 255, 0.2);
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 14px;
	padding: 2px;
	transition: background 0.3s ease, border-color 0.3s ease;
}

.dark-mode-toggle:hover .dark-mode-switch-track {
	border-color: rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.3);
}

.dark-mode-switch-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	background: var(--river-blue);
	border-radius: 50%;
	transition: transform 0.3s ease, background 0.3s ease;
	transform: translateX(0);
}

/* Light mode: soleil visible, lune masquée, thumb à gauche */
.dark-mode-toggle .sun-icon {
	display: block;
}

.dark-mode-toggle .moon-icon {
	display: none;
}

/* Dark mode: lune visible, soleil masqué, thumb à droite */
body.dark-mode .dark-mode-toggle .sun-icon {
	display: none;
}

body.dark-mode .dark-mode-toggle .moon-icon {
	display: block;
}

body.dark-mode .dark-mode-switch-thumb {
	transform: translateX(22px);
	background: #4a6fa5;
}

body.dark-mode .dark-mode-switch-track {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.25);
}

.dark-mode-toggle:focus-visible .dark-mode-switch-track {
	outline: 2px solid var(--river-blue);
	outline-offset: 2px;
}

.site-branding {
	order: 1;
}

.header-logo {
	order: 2;
	display: flex;
	align-items: center;
	margin-left: 3px;
}

.header-logo-img {
	height: 55px;
	width: auto;
}

.header-site-title {
	order: 2;
	display: flex;
	flex-direction: column;
	margin-left: 6px;
	margin-right: auto;
}

.header-site-name {
	font-family: 'Gotham', sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
	color: white;
	letter-spacing: 1px;
	white-space: nowrap;
}

.header-site-name-sub {
	font-family: 'Gotham', sans-serif;
	font-weight: 400;
	font-size: 0.45rem;
	color: white;
	letter-spacing: 1px;
	white-space: nowrap;
}

/* Navigation centrale header */
.header-center-nav {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate( -50%, -50% );
	display: flex;
	align-items: center;
	gap: 16px;
	pointer-events: none;
}

.header-center-nav .nav-dropdown,
.header-center-nav .header-center-pipe {
	pointer-events: auto;
}

/* Masquer le nav central sur mobile (après la règle de base pour éviter l'écrasement) */
@media (max-width: 768px) {
	.header-center-nav {
		display: none;
	}
}

.header-center-link,
.header-center-link:visited,
.header-center-link:hover,
.header-center-link:active,
.header-center-link:focus {
	font-family: 'Gotham', sans-serif;
	font-weight: 700;
	font-size: 0.85rem;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	white-space: nowrap;
	position: relative;
	padding-bottom: 6px;
}

.header-center-link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: white;
	transform: scaleX(0);
	transform-origin: var(--ul-origin, left) center;
	transition: transform 0.3s ease;
}

.header-center-link.is-underlined::after {
	transform: scaleX(1);
}

.header-center-pipe {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.85rem;
	font-weight: 700;
}

/* Nav Dropdown — LA PERLE */
.nav-dropdown {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.nav-dropdown__toggle {
	background: none;
	border: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.nav-dropdown__chevron {
	transition: transform 0.25s ease;
	flex-shrink: 0;
	opacity: 0.75;
}

.nav-dropdown.is-open .nav-dropdown__chevron {
	transform: rotate(180deg);
}

.nav-dropdown__menu {
	position: absolute;
	top: calc(100% + 12px);
	left: 50%;
	transform: translateX(-50%) translateY(-6px);
	list-style: none;
	margin: 0;
	padding: 6px 0;
	background: rgba(4, 30, 66, 0.97);
	border-top: 2px solid rgba(255, 255, 255, 0.25);
	min-width: 160px;
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.22s ease,
		transform 0.22s ease,
		visibility 0.22s;
}

.nav-dropdown.is-open .nav-dropdown__menu {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

.nav-dropdown__item {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	padding: 10px 20px;
	font-family: 'Gotham', sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	transition: color 0.18s ease, background 0.18s ease;
}

.nav-dropdown__item-text {
	line-height: 1.45;
}

.nav-dropdown__item:visited,
.nav-dropdown__item:hover,
.nav-dropdown__item:focus,
.nav-dropdown__item:active {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
	outline: none;
}

.nav-dropdown__menu li + li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-dropdown__lock {
	opacity: 0.65;
	flex-shrink: 0;
	margin-top: 1px;
}

.header-cta-button {
	padding: 8px 16px;
	border: 2px solid white;
	border-radius: 4px;
	color: white;
	font-family: 'Gotham', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	text-decoration: none;
	white-space: nowrap;
	letter-spacing: 0.5px;
	transition: background 0.3s ease, color 0.3s ease;
}

.header-cta-button,
.header-cta-button:visited,
.header-cta-button:focus,
.header-cta-button:active {
	color: white;
}

.header-cta-button:hover {
	background: white;
	color: #041E42;
}

.header-cta-title,
.header-cta-title:visited,
.header-cta-title:active {
	color: white;
	font-family: 'Gotham', sans-serif;
	font-weight: 400;
	font-size: 0.900rem;
	letter-spacing: 1px;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.header-cta-title {
	position: relative;
}

.header-cta-title::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	background: white;
	transition: width 0.3s ease;
}

.header-cta-title:hover,
.header-cta-title:focus {
	opacity: 1;
	color: white;
}

.header-cta-title:hover::after {
	width: 100%;
}

body.dark-mode .header-cta-button {
	border-color: rgba(255, 255, 255, 0.5);
}

body.dark-mode .header-cta-button:hover {
	background: rgba(255, 255, 255, 0.9);
	color: #1a1a1a;
}

@media (max-width: 768px) {
	.site-header {
		flex-direction: row;
		align-items: center;
		flex-wrap: nowrap;
		padding: 0 0.75rem;
	}

	.header-logo-img {
		height: 40px;
	}

	.header-site-name {
		font-size: 1rem;
	}

	.header-site-name-sub {
		font-size: 0.4rem;
	}

	.header-controls {
		gap: 6px;
		flex-shrink: 0;
	}
}

/* Apply Dark Mode Colors */
body.dark-mode {
	background-color: var(--bg-primary);
	color: var(--text-dark);
}

body.dark-mode .site-header {
	background: transparent;
	border-bottom: none;
}

body.dark-mode .site-title a,
body.dark-mode .site-description {
	color: var(--text-dark);
}

body.dark-mode .main-navigation a {
	color: var(--text-dark);
}

body.dark-mode .main-navigation a:hover {
	color: var(--river-blue);
}

/* Hero Section */
.hero-section {
	position: relative;
	min-height: 500px;
	overflow: hidden;
}

.hero-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-content {
	max-width: 800px;
}

.hero-title {
	font-size: 3rem;
	margin-bottom: 1rem;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.hero-subtitle {
	font-size: 1.5rem;
	margin-bottom: 2rem;
}

.hero-cta {
	background: var(--river-blue);
	color: white;
	padding: 1rem 2rem;
	border: none;
	border-radius: var(--border-radius);
	font-size: 1.125rem;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	transition: background 0.3s;
}

.hero-cta:hover {
	background: var(--river-dark);
}

/* Hero Tagline Overlay */
@keyframes hero-fade-up {
	from {
		opacity: 0;
		transform: translateY(24px);
		letter-spacing: 0.3em;
	}
	to {
		opacity: 1;
		transform: translateY(0);
		letter-spacing: 0.12em;
	}
}

@keyframes hero-line-in {
	from {
		opacity: 0;
		transform: translateY(16px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes hero-evaporate {
	0% {
		opacity: 1;
		transform: translateY(0) scale(1);
		filter: blur(0px);
	}
	40% {
		opacity: 0.6;
		transform: translateY(-12px) scale(1.03);
		filter: blur(3px);
	}
	100% {
		opacity: 0;
		transform: translateY(-36px) scale(1.08);
		filter: blur(12px);
	}
}

.hero-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(
		to bottom,
		rgba(4, 30, 66, 0.18) 0%,
		rgba(4, 30, 66, 0.42) 60%,
		rgba(4, 30, 66, 0.62) 100%
	);
	pointer-events: none;
}

.hero-tagline {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	text-align: center;
	padding: 0 1.5rem;
	animation: hero-evaporate 2s cubic-bezier(0.4, 0, 0.8, 1) 5s forwards;
}

.hero-tagline__line {
	display: block;
	color: #ffffff;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: 400;
	line-height: 1.25;
	text-shadow:
		0 2px 12px rgba(4, 30, 66, 0.7),
		0 1px 3px rgba(0, 0, 0, 0.5);
	opacity: 0;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero-tagline__line--1 {
	font-size: clamp(1.6rem, 4vw, 3rem);
	letter-spacing: 0.08em;
	animation-name: hero-fade-up;
	animation-duration: 1.1s;
	animation-delay: 0.6s;
}

.hero-tagline__line--2 {
	font-size: clamp(1rem, 2.2vw, 1.6rem);
	letter-spacing: 0.18em;
	font-style: italic;
	animation-name: hero-line-in;
	animation-duration: 0.9s;
	animation-delay: 1.4s;
}

.hero-tagline__line--3 {
	font-size: clamp(1rem, 2.2vw, 1.6rem);
	letter-spacing: 0.18em;
	font-style: italic;
	animation-name: hero-line-in;
	animation-duration: 0.9s;
	animation-delay: 2s;
}

@media (prefers-reduced-motion: reduce) {
	.hero-tagline {
		animation: none;
	}

	.hero-tagline__line {
		animation: none;
		opacity: 1;
	}
}

@media (max-width: 768px) {
	.hero-tagline__line--1 {
		font-size: 1.5rem;
	}

	.hero-tagline__line--2,
	.hero-tagline__line--3 {
		font-size: 0.95rem;
		letter-spacing: 0.12em;
	}
}

@keyframes history-wave {
	0%   { transform: translateX(0)    translateY(0);    background-position: 50% 50%; }
	25%  { transform: translateX(8px)  translateY(-5px); background-position: 53% 47%; }
	50%  { transform: translateX(3px)  translateY(6px);  background-position: 51% 53%; }
	75%  { transform: translateX(-6px) translateY(-3px); background-position: 47% 49%; }
	100% { transform: translateX(0)    translateY(0);    background-position: 50% 50%; }
}

/* Section blur reveal — #history & #crew */
#history {
	position: relative;
	overflow: hidden;
	background: #E2CFBB;
}

#crew {
	overflow: hidden;
}


#crew .gastronomie-gallery {
	filter: blur(16px);
	transition: filter 1.3s cubic-bezier(0.4, 0, 0.2, 1);
	animation: history-wave 9s ease-in-out infinite;
}

#crew.is-revealed .gastronomie-gallery {
	filter: blur(0);
	animation: none;
}

/* Back to Top */
.back-to-top {
	position: fixed;
	bottom: 32px;
	right: 32px;
	width: 52px;
	height: 52px;
	padding: 10px;
	background: rgba(4, 30, 66, 0.82);
	border: 1.5px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease,
		transform 0.3s ease,
		background 0.2s ease;
	z-index: 9998;
	backdrop-filter: blur(4px);
}

.back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	animation: boat-heartbeat 2.4s ease-in-out infinite;
}

.back-to-top:hover {
	background: rgba(4, 30, 66, 0.97);
	border-color: rgba(255, 255, 255, 0.6);
}

.back-to-top svg {
	width: 100%;
	height: 100%;
}

@keyframes boat-heartbeat {
	0%   { transform: scale(1); }
	14%  { transform: scale(1.18); }
	28%  { transform: scale(1); }
	42%  { transform: scale(1.12); }
	56%  { transform: scale(1); }
	100% { transform: scale(1); }
}

/* History Section Content */
.history-content {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 3rem;
	height: 100%;
	filter: blur(16px);
	transition: filter 1.3s cubic-bezier(0.4, 0, 0.2, 1);
	animation: history-wave 9s ease-in-out infinite;
}

#history.is-revealed .history-content {
	filter: blur(0);
	animation: none;
}

.history-thumbnail {
	width: 320px;
	height: auto;
	object-fit: cover;
	border-radius: 4px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
	display: block;
	flex-shrink: 0;
}

.history-text {
	padding-left: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 1.2rem;
}

.history-text__title {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.9rem;
	font-weight: 400;
	color: #051F42;
	text-align: center;
	text-decoration: underline;
	width: 100%;
	margin: 0 0 1.5rem;
	padding: 2rem 3rem 0;
	opacity: 0;
	transform: translateY(14px);
}

.history-text__line {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1rem;
	line-height: 1.7;
	color: #051F42;
	opacity: 0;
	transform: translateY(14px);
	transition: none;
}

@keyframes history-text-reveal {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

#history.is-revealed .history-text__title,
#history.is-revealed .history-text__line {
	animation: history-text-reveal 1.2s ease forwards;
}

#history.is-revealed .history-text__title            { animation-delay: 0.3s; }
#history.is-revealed .history-text__line:nth-child(1) { animation-delay: 0.9s; }
#history.is-revealed .history-text__line:nth-child(2) { animation-delay: 1.5s; }
#history.is-revealed .history-text__line:nth-child(3) { animation-delay: 2.1s; }
#history.is-revealed .history-text__line:nth-child(4) { animation-delay: 2.7s; }
#history.is-revealed .history-text__line:nth-child(5) { animation-delay: 3.3s; }
#history.is-revealed .history-text__line:nth-child(6) { animation-delay: 3.9s; }

/* Mobile : layout vertical pour la section Histoire */
@media (max-width: 768px) {
	.history-content {
		flex-direction: column;
		align-items: center;
		padding: 1.5rem 1rem;
	}

	.history-thumbnail {
		width: 100%;
		max-width: 260px;
		margin: 0 auto;
	}

	.history-text {
		padding-left: 0;
		padding-top: 1.2rem;
		width: 100%;
	}

	.history-text__title {
		font-size: 1.4rem;
		padding: 0.5rem 0 0;
	}

	#history.is-revealed .history-text__title,
	#history.is-revealed .history-text__line {
		animation: none;
		opacity: 1;
		transform: translateY(0);
	}
}

/* Tours Grid Section */
.tours-section {
	min-height: 500px;
	background: url('images/barge/logo_barge_perle.png') center/cover no-repeat;
}

.tours-section h2 {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 3rem;
	color: var(--text-dark);
}

.tours-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
}

.tour-card {
	border: 1px solid #ddd;
	border-radius: var(--border-radius);
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	transition: transform 0.3s, box-shadow 0.3s;
	background: var(--card-bg);
}

body.dark-mode .tour-card {
	border-color: #3a3a3a;
	box-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.tour-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

.tour-image {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.tour-card-content {
	padding: 1.5rem;
}

.tour-title {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	color: var(--text-dark);
}

.tour-description {
	color: var(--text-light);
	margin-bottom: 1rem;
	line-height: 1.6;
}

.tour-meta {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
	font-size: 0.9rem;
	color: var(--text-light);
}

.tour-price {
	font-size: 1.25rem;
	font-weight: bold;
	color: var(--river-blue);
}

.tour-cta {
	display: block;
	width: 100%;
	background: var(--river-blue);
	color: white;
	padding: 0.75rem;
	text-align: center;
	border-radius: var(--border-radius);
	text-decoration: none;
	transition: background 0.3s;
}

.tour-cta:hover {
	background: var(--river-dark);
}

/* Booking Section */
.booking-section {
	min-height: 500px;
	background: url('images/swimming_pool/logo_perle_swimming_pool.png') center/cover no-repeat;
}

/* Testimonials Section */
.testimonials-section {
	position: relative;
	min-height: 500px;
	overflow: hidden;
}

.carousel-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 1.5s ease-in-out;
}

.carousel-slide-active {
	opacity: 1;
}

.rooms-section {
	position: relative;
	min-height: 500px;
	overflow: hidden;
}

.crew-subtitle {
	text-align: center;
	color: #051F42;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.9rem;
	font-weight: 700;
	text-decoration: underline;
	margin: 0 0 2rem;
	opacity: 0;
	transform: translateY(14px);
	filter: blur(16px);
	transition: filter 1.3s cubic-bezier(0.4, 0, 0.2, 1);
	animation: history-wave 9s ease-in-out infinite;
}

#crew.is-revealed .crew-subtitle {
	filter: blur(0);
	animation: history-text-reveal 1.2s ease 1.2s forwards;
}

/* Crew header — logo + dividers */
.crew-header {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	width: 100%;
	margin-bottom: 2.5rem;
}

.crew-divider {
	flex: 1;
	border: none;
	border-top: 1.5px solid #051F42;
	margin: 0;
}

.crew-logo {
	width: 110px;
	height: auto;
	display: block;
	flex-shrink: 0;
}

/* Gastronomie Section - Interactive Gallery */
.gastronomie-section {
	padding: 4rem 1rem;
	background: #F5EFE8;
}

.gastronomie-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.5rem;
	max-width: 1200px;
	margin: 0 auto;
}

.gastronomie-item {
	flex: 0 0 calc(33.333% - 1rem);
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	cursor: pointer;
	perspective: 800px;
}

.gastronomie-img {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.crew-caption {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding: 1.5rem;
	background: linear-gradient(to top, rgba(5, 31, 66, 0.82) 0%, rgba(5, 31, 66, 0.1) 60%, transparent 100%);
	opacity: 0;
	transition: opacity 0.35s ease;
}

.gastronomie-item:hover .crew-caption {
	opacity: 1;
}

/* Sur mobile : caption toujours visible et texte adapté */
@media (max-width: 768px) {
	.crew-caption {
		opacity: 1;
		padding: 0.8rem;
	}

	.crew-caption__name {
		font-size: 0.72rem !important;
		letter-spacing: 1px !important;
		word-break: break-word;
		line-height: 1.3;
	}

	.crew-caption__text {
		font-size: 0.7rem;
		margin: 0 0 0.2rem;
	}
}

.crew-caption__text {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 0.9rem;
	font-style: italic;
	color: rgba(255, 255, 255, 0.9);
	margin: 0 0 0.4rem;
	text-align: center;
}

.crew-caption__name {
	font-family: 'Gotham', sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-decoration: underline;
	margin: 0;
	text-align: center;
}

.gastronomie-item:nth-child(4) .gastronomie-img {
	object-position: center 20%;
}

.gastronomie-item:hover .gastronomie-img {
	transform: scale(1.05);
}

/* Genie effect - overlay */
.gastronomie-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background: rgba(0, 0, 0, 0.7);
}

.gastronomie-overlay.is-active {
	display: block;
}

/* Genie effect - expanded clone */
.gastronomie-expanded {
	position: fixed;
	z-index: 9999;
	border-radius: 8px;
	overflow: hidden;
	transform: perspective(800px) rotateX(8deg) scaleY(0.6) scaleX(0.85);
	opacity: 0;
	transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
}

.gastronomie-expanded.is-visible {
	transform: perspective(800px) rotateX(0deg) scaleY(1) scaleX(1);
	opacity: 1;
}

.gastronomie-expanded.is-collapsing {
	transform: perspective(800px) rotateX(8deg) scaleY(0.6) scaleX(0.85);
	opacity: 0;
	transition: transform 0.4s cubic-bezier(0.55, 0, 1, 0.45), opacity 0.4s ease;
}

.gastronomie-expanded-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Reflection effect on hover */
.gastronomie-reflection {
	position: absolute;
	top: 0;
	left: -100%;
	width: 60%;
	height: 100%;
	background: linear-gradient(
		120deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.3) 50%,
		rgba(255, 255, 255, 0) 100%
	);
	transition: none;
	pointer-events: none;
}

.gastronomie-item:hover .gastronomie-reflection {
	left: 120%;
	transition: left 0.8s ease;
}

@media (max-width: 768px) {
	.gastronomie-gallery {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}

	.gastronomie-img {
		height: 200px;
	}
}

@media (max-width: 480px) {
	.gastronomie-gallery {
		grid-template-columns: 1fr;
	}
}

/* Accueil Perle Page */
.accueil-perle {
	min-height: 100vh;
	background: url('images/accueil/perle_accueil_captif_membres.png') center/cover no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}

.accueil-perle-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.accueil-perle-logo {
	text-align: center;
}

.accueil-perle-logo-img {
	max-width: 400px;
	width: 80%;
	height: auto;
	background: rgba(4, 30, 66, 0.40);
	border-radius: 4px;
}

/* Champ de saisie */
.accueil-perle-form {
	margin-top: 2.5rem;
}

.accueil-perle-input,
.accueil-perle-input[type="text"] {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 2px;
	color: #fff !important;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 0.85rem;
	letter-spacing: 0.2em;
	text-align: center;
	width: 260px;
	padding: 0.6rem 1rem;
	outline: none;
	transition: border-color 0.3s ease;
	caret-color: #fff !important;
	-webkit-text-fill-color: #fff;
}

.accueil-perle-input::placeholder {
	color: rgba(255, 255, 255, 0.4);
	letter-spacing: 0.2em;
}

.accueil-perle-input:focus {
	border-color: rgba(255, 255, 255, 0.95);
}

.accueil-perle-error {
	margin-top: 0.75rem;
	color: rgba(255, 100, 100, 0.9);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 0.7rem;
	letter-spacing: 0.15em;
	min-height: 1rem;
	text-align: center;
}

/* Swup transition */
.transition-fade {
	transition: opacity 0.5s ease;
	opacity: 1;
}

html.is-animating .transition-fade {
	opacity: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
	.hero-title {
		font-size: 2rem;
	}

	.hero-subtitle {
		font-size: 1.125rem;
	}

	.tours-section h2 {
		font-size: 2rem;
	}

	.tours-grid {
		grid-template-columns: 1fr;
	}
}

/* River Tourism Home Page Layout */
.river-tourism-home {
	padding: 0; /* Remove default padding */
}

.river-tourism-home > section {
	width: 100%;
}

/* The Circuit Page */
.circuit-page {
	background: #041E42;
}

.circuit-hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.circuit-hero-top {
	width: 100%;
	background: #fff;
	padding: 2rem 2rem;
}

.circuit-hero-content {
	text-align: center;
	padding: 3rem 2rem;
}

.circuit-title,
.circuit-title strong {
	color: #fff !important;
}

.circuit-subtitle {
	color: #fff !important;
}

.carte-interactive {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4rem 2rem;
	background: #041E42;
}

.carte-interactive-img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* Journey on La Perle Page */
.journey-page {
	background: #041E42;
}

.journey-hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.journey-hero-top {
	width: 100%;
	background: #fff;
	padding: 2rem 2rem;
}

.journey-hero-content {
	text-align: center;
	padding: 3rem 2rem;
}

.journey-title,
.journey-title strong {
	color: #fff !important;
}

.journey-subtitle {
	color: #fff !important;
}

.journey-video-section {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.journey-reserve-btn {
	position: absolute;
	bottom: 20rem;
	left: 50%;
	transform: translateX(-50%);
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.8);
	color: #fff;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 0.75rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 0.75rem 2rem;
	cursor: pointer;
	z-index: 2;
	white-space: nowrap;
	animation: boatScintille 2.5s ease-in-out infinite;
	transition: background 0.3s ease, color 0.3s ease;
}

.journey-reserve-btn:hover {
	background: #fff;
	color: #041E42;
	animation: none;
}

.journey-boat-btn {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	z-index: 2;
	animation: boatScintille 2s ease-in-out infinite;
}

.journey-pause-btn {
	position: absolute;
	bottom: 2rem;
	right: 2rem;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	z-index: 2;
	animation: boatScintille 2s ease-in-out infinite;
}

.journey-pause-icon {
	width: 28px;
	height: 28px;
	display: block;
}

.journey-boat-label {
	display: block;
	color: #fff;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 0.7rem;
	letter-spacing: 0.3em;
	margin-bottom: 0.5rem;
}

.journey-boat-icon {
	width: 48px;
	height: 30px;
	display: block;
	margin: 0 auto;
}

@keyframes boatScintille {
	0%,  100% { opacity: 1;    transform: translateX(-50%) scale(1); }
	40%        { opacity: 0.3;  transform: translateX(-50%) scale(0.9); }
	70%        { opacity: 0.85; transform: translateX(-50%) scale(1.05); }
}

.journey-video-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.journey-video-content {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.journey-video-title {
	color: #fff;
	font-size: 2.5rem;
	letter-spacing: 0.2em;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

/* Footer Styles */
.site-footer {
	background: #051F42;
	color: var(--footer-text);
	padding: 1.5rem 1rem 0.75rem;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer .site-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 260px;
}

.footer-content {
	display: none;
}

.footer-section h3 {
	color: #fff;
	font-size: 1.25rem;
	margin-bottom: 1rem;
}

.footer-section p {
	line-height: 1.8;
	color: var(--footer-text);
}

.footer-section a {
	color: var(--river-blue);
	text-decoration: none;
	transition: color 0.3s;
}

.footer-section a:hover {
	color: white;
	text-decoration: underline;
}

.footer-logo-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.9rem;
	padding: 0 0 1rem;
	width: 100%;
	text-align: center;
}

.footer-logo-img {
	width: 110px;
	height: auto;
	display: block;
	opacity: 0.9;
	margin: 0 auto;
}

.footer-contact-btn {
	display: inline-block;
	padding: 7px 22px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	background: none;
	cursor: pointer;
	color: #ffffff;
	font-family: 'Gotham', sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	transition: border-color 0.25s ease, color 0.25s ease;
}

.footer-contact-btn:hover,
.footer-contact-btn:focus {
	border-color: #ffffff;
	color: #ffffff;
	outline: none;
}

.footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 0.6rem;
	text-align: center;
	color: #95a5a6;
}

.footer-bottom p {
	margin: 0;
}

@media (max-width: 768px) {
	.footer-content {
		grid-template-columns: 1fr;
		text-align: center;
	}
}

/*--------------------------------------------------------------
# Language Switcher - Dropdown Menu
--------------------------------------------------------------*/

/* Container */
/* Header Controls: Language Switcher + Dark Mode */
.header-controls {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	order: 4;
}

.language-switcher {
	position: relative;
}

/* Toggle Button */
.language-switcher-toggle {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 5px 9px;
	background: transparent;
	border: 1.5px solid rgba(255, 255, 255, 0.3);
	border-radius: 6px;
	color: white;
	font-size: 11px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	height: 30px;
}

.language-switcher-toggle:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.5);
}

.language-switcher-toggle:focus {
	outline: 2px solid var(--river-blue);
	outline-offset: 2px;
}

.language-switcher-toggle .globe-icon {
	width: 20px;
	height: 20px;
	color: white;
	flex-shrink: 0;
}

.language-switcher-toggle .current-language-flag {
	width: 18px;
	height: 13px;
	flex-shrink: 0;
	border-radius: 2px;
	object-fit: cover;
}

.language-switcher-toggle .current-language-text {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.language-switcher-toggle .chevron-icon {
	width: 11px;
	height: 11px;
	color: white;
	transition: transform 0.3s ease;
	flex-shrink: 0;
}

.language-switcher-toggle[aria-expanded="true"] .chevron-icon {
	transform: rotate(180deg);
}

/* Dropdown Menu */
.language-dropdown {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: auto;
	min-width: 220px;
	max-width: 280px;
	background: white;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	list-style: none;
	margin: 0;
	padding: 8px 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
	z-index: 1000;
}

.language-dropdown.is-open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* Language Items */
.language-item {
	margin: 0;
	padding: 0;
}

.language-link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	text-decoration: none;
	color: #333;
	transition: background-color 0.2s ease;
	position: relative;
}

.language-link:hover {
	background: rgba(30, 144, 255, 0.08);
}

.language-link:focus {
	outline: 2px solid var(--river-blue);
	outline-offset: -2px;
	background: rgba(30, 144, 255, 0.12);
}

.language-item.is-current .language-link {
	background: rgba(30, 144, 255, 0.1);
	color: var(--river-blue);
	font-weight: 600;
}

/* Language Flag */
.language-flag {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 24px;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	flex-shrink: 0;
}

.language-flag img,
.language-flag-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.language-emoji {
	font-size: 24px;
	line-height: 1;
	display: inline-block;
}

/* Language Name */
.language-name {
	flex: 1;
	font-size: 15px;
	font-weight: 500;
}

/* Checkmark Icon */
.checkmark-icon {
	width: 18px;
	height: 18px;
	color: var(--river-blue);
	flex-shrink: 0;
}

/* Dark Mode Support */
body.dark-mode .language-dropdown {
	background: #1a1a1a;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

body.dark-mode .language-link {
	color: #e0e0e0;
}

body.dark-mode .language-link:hover {
	background: rgba(30, 144, 255, 0.15);
}

body.dark-mode .language-link:focus {
	background: rgba(30, 144, 255, 0.2);
}

body.dark-mode .language-item.is-current .language-link {
	background: rgba(30, 144, 255, 0.25);
	color: var(--river-blue);
}

/* Accessibility - Reduce Motion */
@media (prefers-reduced-motion: reduce) {
	.language-dropdown,
	.language-switcher-toggle .chevron-icon {
		transition: none;
	}

	.language-link {
		transition: background-color 0.1s ease;
	}
}

/* Responsive - Mobile */
@media (max-width: 768px) {
	.language-switcher-toggle {
		padding: 10px 12px;
		gap: 6px;
		min-width: 48px;
		height: 48px;
		border-radius: 50%;
	}

	.language-switcher-toggle .current-language-text,
	.language-switcher-toggle .chevron-icon {
		display: none;
	}

	.language-dropdown {
		/* Positionner le dropdown pour qu'il ne déborde pas */
		right: -10px;
		left: auto;
		min-width: 200px;
		max-width: calc(100vw - 20px);
		/* S'assurer qu'il reste dans l'écran */
		transform-origin: top right;
	}

	.language-dropdown.is-open {
		transform: translateY(0);
	}

	.language-link {
		padding: 10px 14px;
	}
}

/* Responsive - Très petits écrans */
@media (max-width: 480px) {
	.language-dropdown {
		/* Sur très petits écrans, aligner à droite de l'écran */
		right: -90px;
		min-width: 180px;
		max-width: calc(100vw - 10px);
	}
}

/* Responsive - Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
	.language-switcher-toggle {
		padding: 10px 14px;
		gap: 6px;
	}

	.language-switcher-toggle .current-language-text {
		font-size: 13px;
	}
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
	.language-switcher-toggle {
		border-width: 3px;
	}

	.language-dropdown {
		border: 2px solid #000;
	}

	.language-link:focus {
		outline-width: 3px;
	}
}

/* Focus Visible Enhancement */
.language-switcher-toggle:focus-visible,
.language-link:focus-visible {
	outline: 3px solid var(--river-blue);
	outline-offset: 3px;
}

/* No JavaScript Fallback */
.no-js .language-dropdown {
	display: none;
}

.no-js .language-switcher-toggle::after {
	content: " (JS requis)";
	font-size: 11px;
	color: rgba(255, 255, 255, 0.6);
}

/*--------------------------------------------------------------
# Google Translate - Hide UI Elements
--------------------------------------------------------------*/

/* Hide ALL Google Translate UI: banner, tooltip, balloon */
.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame,
iframe.skiptranslate,
.skiptranslate.goog-te-banner-frame,
#goog-gt-tt,
.goog-te-balloon-frame,
.goog-te-menu-value,
#google_translate_element,
.goog-te-gadget,
.goog-te-spinner-pos,
.goog-te-spinner-animation {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	overflow: hidden !important;
}

/* Fix body position: Google Translate injects top: 40px inline */
body,
body.translated-ltr,
body.translated-rtl {
	top: 0 !important;
	position: static !important;
	margin-top: 0 !important;
}

/* Fix html element: Google Translate can also shift html */
html.translated-ltr,
html.translated-rtl {
	overflow-x: hidden;
}

/* Hide the banner iframe specifically (top-level, not inside content) */
body > .skiptranslate,
body > iframe.skiptranslate {
	display: none !important;
	height: 0 !important;
}

/* ============================================================
   MODAL NAVIRE
   ============================================================ */
.navire-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 10000;
	align-items: center;
	justify-content: center;
}

.navire-modal.is-open {
	display: flex;
}

.navire-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(4, 30, 66, 0.72);
	backdrop-filter: blur(4px);
}

.navire-modal__card {
	position: relative;
	z-index: 1;
	background: #fff;
	border-radius: 8px;
	padding: 2.5rem 2.2rem 2rem;
	width: 100%;
	max-width: 420px;
	box-shadow: 0 16px 48px rgba(4, 30, 66, 0.35);
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
	animation: navire-modal-in 0.22s ease;
}

@keyframes navire-modal-in {
	from { opacity: 0; transform: translateY(-16px) scale(0.97); }
	to   { opacity: 1; transform: translateY(0)    scale(1); }
}

.navire-modal__close {
	position: absolute;
	top: 0.7rem;
	right: 0.9rem;
	background: none;
	border: none;
	font-size: 1.5rem;
	color: #041E42;
	cursor: pointer;
	line-height: 1;
	padding: 0.2rem 0.4rem;
	opacity: 0.55;
	transition: opacity 0.15s;
}

.navire-modal__close:hover {
	opacity: 1;
}

.navire-modal__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.25rem;
	color: #041E42;
	text-align: center;
	margin: 0;
	letter-spacing: 0.04em;
}

.contact-modal__title {
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
}

.navire-modal__form {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
}

.navire-modal__input {
	width: 100%;
	padding: 0.65rem 0.9rem;
	border: 1.5px solid #c8d6e8;
	border-radius: 5px;
	font-size: 0.95rem;
	color: #041E42;
	outline: none;
	transition: border-color 0.18s;
	box-sizing: border-box;
}

.navire-modal__input:focus {
	border-color: #1e90ff;
}

.navire-modal__submit {
	padding: 0.65rem;
	background: #041E42;
	color: #fff;
	border: none;
	border-radius: 5px;
	font-size: 0.95rem;
	letter-spacing: 0.06em;
	cursor: pointer;
	transition: background 0.18s;
}

.navire-modal__submit:hover {
	background: #1e90ff;
}

.navire-modal__error {
	font-size: 0.82rem;
	color: #c0392b;
	text-align: center;
	min-height: 1em;
	margin: 0;
}

.navire-modal__logo {
	display: block;
	margin: 0 auto;
	width: 70px;
	height: auto;
	opacity: 0.8;
}

/* ============================================================
   PAGE NAVIRE
   ============================================================ */
.navire-page {
	background: #F5EFE8;
}

/* ============================================================
   CARTE ITINÉRAIRE — Carnet de Route
   ============================================================ */
#itineraires {
	padding: 0;
}

/* Sous-menu direction itinéraire */
.itineraire-subnav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	padding: 0.9rem 2rem;
	background: #F5EFE8;
	border-bottom: 1px solid rgba(5, 31, 66, 0.1);
}

.itineraire-subnav__item {
	background: none;
	border: none;
	cursor: pointer;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 0.85rem;
	letter-spacing: 0.05em;
	color: rgba(5, 31, 66, 0.5);
	padding: 0.25rem 1rem;
	transition: color 0.2s ease;
}

.itineraire-subnav__item:hover {
	color: #051F42;
}

.itineraire-subnav__item.is-active {
	color: #051F42;
	font-weight: 600;
	border-bottom: 2px solid #051F42;
}

.carnet-map-wrap {
	width: 100%;
	height: 65vh;
	min-height: 400px;
}

#carnet-map {
	width: 100%;
	height: 100%;
}

/* Popup ville sur la carte */
.carnet-map-popup-wrap .leaflet-popup-content-wrapper {
	border-radius: 6px;
	box-shadow: 0 6px 24px rgba(5, 31, 66, 0.2);
	border-top: 3px solid #051F42;
	padding: 0;
}

.carnet-map-popup-wrap .leaflet-popup-content {
	margin: 0;
	padding: 0;
}

.carnet-map-popup {
	padding: 0.9rem 1.1rem;
	font-family: 'Playfair Display', Georgia, serif;
}

.carnet-map-popup strong {
	display: block;
	font-size: 0.9rem;
	color: #051F42;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 0.4rem;
}

.carnet-map-popup p {
	font-size: 0.82rem;
	color: #444;
	margin: 0;
	line-height: 1.5;
}

.carnet-map-popup-wrap .leaflet-popup-tip {
	background: #fff;
}

/* Flèches directionnelles sur la route */
.carnet-route-arrow {
	background: none;
	border: none;
}

/* Marqueur bateau animé */
.carnet-boat-marker {
	background: none;
	border: none;
	filter: drop-shadow( 0 2px 4px rgba(5, 31, 66, 0.35) );
	transition: transform 0.4s ease;
}

/* Label ville sur la carte */
.carnet-map-label {
	background: transparent;
	border: none;
	box-shadow: none;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 0.78rem;
	font-weight: 600;
	color: #051F42;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

/* ============================================================
   GRILLE GASTRONOMIE — Carnet de Route / Menu
   ============================================================ */
#menu {
	padding: 3rem 2rem;
	background: #F5EFE8;
}

.gastronomie-grid {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	gap: 1.2rem;
	max-width: 1100px;
	margin: 0 auto;
}

.gastronomie-card {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba( 5, 31, 66, 0.12 );
	background: #fff;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
}

.gastronomie-card__label {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.4rem;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-shadow: 0 2px 8px rgba( 0, 0, 0, 0.55 );
	pointer-events: none;
}

.gastronomie-card:hover {
	transform: translateY( -4px );
	box-shadow: 0 10px 28px rgba( 5, 31, 66, 0.2 );
}

.gastronomie-card__img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.gastronomie-card:hover .gastronomie-card__img {
	transform: scale( 1.04 );
}

@media ( max-width: 768px ) {
	.gastronomie-grid {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media ( max-width: 480px ) {
	.gastronomie-grid {
		grid-template-columns: 1fr;
	}
}

/* Modal gastronomie */
.gastro-modal__card {
	max-width: 520px;
	max-height: 80vh;
	overflow-y: auto;
	padding: 2.4rem 2rem 2rem;
}

.gastro-modal__logo {
	display: block;
	margin: 0 auto 1.2rem;
	height: 48px;
	width: auto;
}

.gastro-modal__day {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 0.8rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba( 5, 31, 66, 0.5 );
	margin: 0 0 0.2rem;
}

.gastro-modal__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.6rem;
	font-weight: 700;
	color: #051F42;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0 0 1.4rem;
	padding-bottom: 0.8rem;
	border-bottom: 1px solid rgba( 5, 31, 66, 0.15 );
}

.gastro-modal__service {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1rem;
	font-weight: 600;
	color: #051F42;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	margin: 0 0 0.9rem;
}

.gastro-modal__body p {
	font-size: 0.9rem;
	color: #444;
	line-height: 1.75;
	margin: 0 0 0.6rem;
}

.gastro-modal__divider {
	border: none;
	border-top: 1px solid rgba( 5, 31, 66, 0.15 );
	margin: 1.4rem 0;
}

/* ============================================================
   CALENDRIER DES DISPONIBILITÉS — Carnet de Route
   ============================================================ */
#calendrier {
	padding: 3rem 2rem;
	background: #F5EFE8;
}

.cal-wrap {
	max-width: 560px;
	margin: 0 auto;
}

.cal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.4rem;
}

.cal-month-label {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: #051F42;
	letter-spacing: 0.04em;
	text-transform: capitalize;
}

.cal-nav {
	background: none;
	border: 1px solid rgba( 5, 31, 66, 0.3 );
	color: #051F42;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, color 0.2s ease;
}

.cal-nav:hover {
	background: #051F42;
	color: #fff;
}

.cal-grid {
	display: grid;
	grid-template-columns: repeat( 7, 1fr );
	gap: 5px;
}

.cal-cell {
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 0.85rem;
}

.cal-cell--head {
	aspect-ratio: auto;
	padding: 0.3rem 0;
	font-size: 0.72rem;
	font-weight: 600;
	color: rgba( 5, 31, 66, 0.45 );
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.cal-cell--empty {
	background: none;
}

.cal-cell--day {
	background: rgba( 5, 31, 66, 0.05 );
	color: rgba( 5, 31, 66, 0.35 );
}

.cal-cell--today {
	outline: 2px solid #051F42;
	outline-offset: -2px;
	color: #051F42;
	font-weight: 700;
}

.cal-cell--available {
	background: #d4edda;
	color: #1a7a3f;
	font-weight: 600;
}

.cal-cell--unavailable {
	background: #fde8e8;
	color: #c0392b;
	font-weight: 600;
}

.cal-legend {
	display: flex;
	gap: 2rem;
	justify-content: center;
	margin-top: 1.6rem;
}

.cal-legend__item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 0.82rem;
	color: #051F42;
}

.cal-legend__item::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 3px;
}

.cal-legend__item--available::before {
	background: #d4edda;
	border: 1px solid #1a7a3f;
}

.cal-legend__item--unavailable::before {
	background: #fde8e8;
	border: 1px solid #c0392b;
}

/* ============================================================
   CARROUSEL LE PONT
   ============================================================ */
#le-pont,
#le-salon,
#les-chambres,
#la-cuisine {
	padding: 0;
}

.pont-carousel {
	position: relative;
	width: 100%;
	height: 78vh;
	overflow: hidden;
	background: #041E42;
}

.pont-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	z-index: 1;
}

.pont-slide.is-active {
	opacity: 1;
	z-index: 2;
}

.pont-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Slide entrante : révélation par vague de droite vers gauche */
.pont-slide.is-entering {
	opacity: 1;
	z-index: 3;
	animation: pont-wave-reveal 1.4s cubic-bezier(0.4, 0, 0.4, 1) forwards;
}

@keyframes pont-wave-reveal {
	from {
		clip-path: polygon(
			100% 0%,
			96% 0%,     92% 12.5%, 96% 25%,    92% 37.5%,
			96% 50%,    92% 62.5%, 96% 75%,     92% 87.5%,
			96% 100%,   100% 100%
		);
	}
	to {
		clip-path: polygon(
			100% 0%,
			-4% 0%,     -8% 12.5%, -4% 25%,    -8% 37.5%,
			-4% 50%,    -8% 62.5%, -4% 75%,     -8% 87.5%,
			-4% 100%,   100% 100%
		);
	}
}

/* Points de navigation */
.pont-dots {
	position: absolute;
	bottom: 1.4rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 0.55rem;
	z-index: 5;
}

.pont-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 1.5px solid rgba(255, 255, 255, 0.7);
	background: transparent;
	cursor: pointer;
	padding: 0;
	transition: background 0.3s, border-color 0.3s;
}

.pont-dot.is-active {
	background: white;
	border-color: white;
}

.pont-dot:hover {
	border-color: white;
}

/* Navigation La Maison */
.maison-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	padding: 1.4rem 2rem;
	background: #F5EFE8;
	border-bottom: 1px solid rgba(5, 31, 66, 0.15);
}

.maison-nav__item {
	background: none;
	border: none;
	cursor: pointer;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 0.95rem;
	letter-spacing: 0.06em;
	color: rgba(5, 31, 66, 0.5);
	padding: 0.3rem 1.2rem;
	transition: color 0.2s ease;
	text-transform: uppercase;
}

.maison-nav__item:hover {
	color: #051F42;
}

.maison-nav__item.is-active {
	color: #051F42;
	font-weight: 600;
	border-bottom: 2px solid #051F42;
}

.maison-nav__pipe {
	color: rgba(5, 31, 66, 0.3);
	font-size: 1rem;
	user-select: none;
}

@media (max-width: 768px) {
	.maison-nav {
		flex-wrap: wrap;
		padding: 0;
		gap: 0;
	}

	.maison-nav__item {
		width: 50%;
		font-size: 0.78rem;
		padding: 0.9rem 0.5rem;
		text-align: center;
		border-bottom: 1px solid rgba(5, 31, 66, 0.08);
	}

	/* child 1 = Le pont, child 5 = Les chambres (colonne gauche) */
	.maison-nav__item:nth-child(1),
	.maison-nav__item:nth-child(5) {
		border-right: 1px solid rgba(5, 31, 66, 0.08);
	}

	.maison-nav__pipe {
		display: none;
	}
}

/* Hero */
.navire-hero {
	background: #041E42;
	padding: 5rem 2rem 4rem;
	text-align: center;
}

.navire-hero__inner {
	max-width: 700px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.2rem;
}

.navire-hero__logo-wrap {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	width: 100%;
}

.navire-hero__divider {
	flex: 1;
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	margin: 0;
}

.navire-hero__logo {
	width: 110px;
	height: auto;
	flex-shrink: 0;
}

.navire-hero__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 2.8rem;
	color: #fff;
	margin: 0;
	letter-spacing: 0.08em;
}

.navire-hero__subtitle {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.05rem;
	color: rgba(255, 255, 255, 0.65);
	margin: 0;
	letter-spacing: 0.12em;
	font-style: italic;
}

/* Conteneur principal */
.navire-la-maison {
	background: #F5EFE8;
	border-top: 1px solid #051F42;
}

/* Sections — cachées par défaut, visibles si .is-active */
.navire-section {
	display: none;
	padding: 4rem 2rem;
	background: #F5EFE8;
	animation: navire-tab-in 0.3s ease;
}

.navire-section.is-active {
	display: block;
}

@keyframes navire-tab-in {
	from { opacity: 0; transform: translateY(10px); }
	to   { opacity: 1; transform: translateY(0); }
}

.navire-section__inner {
	max-width: 900px;
	margin: 0 auto;
}

.navire-section__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.9rem;
	color: #051F42;
	margin: 0 0 1.5rem;
	text-decoration: underline;
	text-underline-offset: 6px;
}

.navire-section__text {
	font-family: Georgia, serif;
	font-size: 1rem;
	color: #444;
	line-height: 1.8;
	margin: 0;
}

/* ============================================================
   PAGE NAVIRE — Sections vidéo
   ============================================================ */
.navire-video-section {
	background: #051F42;
	padding: 0;
	line-height: 0;
}

.navire-video-section__inner {
	position: relative;
	width: 100%;
	height: 85vh;
}

.navire-video-section__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 0;
	z-index: 1;
}

.navire-video-section__video.navire-video--active {
	opacity: 1;
	z-index: 1;
}

/* Vague transparente sur le lecteur entrant */
.navire-video-section__video.navire-video--entering {
	opacity: 1;
	z-index: 2;
	animation: pont-wave-reveal 1.4s cubic-bezier(0.4, 0, 0.4, 1) forwards;
}


/* Bouton Next */
.navire-video-next {
	position: absolute;
	bottom: 1.8rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.4rem;
	cursor: pointer;
}

.navire-video-next__label {
	font-family: 'Gotham', sans-serif;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.75);
	transition: color 0.2s;
}

.navire-video-next:hover .navire-video-next__label {
	color: #fff;
}

.navire-video-next__icon {
	width: 42px;
	height: auto;
	filter: brightness(0) invert(1);
	animation: navire-boat-pulse 2.4s ease-in-out infinite;
}

@keyframes navire-boat-pulse {
	0%, 100% { transform: translateY(0);    opacity: 1; }
	50%       { transform: translateY(4px); opacity: 0.65; }
}

/* Bouton pause */
.navire-video-pause {
	position: absolute;
	top: 1.2rem;
	right: 1.2rem;
	z-index: 20;
	background: rgba(5, 31, 66, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.2s;
}

.navire-video-pause:hover {
	background: rgba(5, 31, 66, 0.85);
}

/* Overlays texte vidéo */
.navire-video-overlay {
	position: absolute;
	inset: 0;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	background: linear-gradient(
		to bottom,
		rgba(4, 30, 66, 0.1) 0%,
		rgba(4, 30, 66, 0.38) 60%,
		rgba(4, 30, 66, 0.55) 100%
	);
}

.navire-video-tagline {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 2rem;
	color: #fff;
	text-align: center;
	letter-spacing: 0.12em;
	padding: 0 2rem;
	margin: 0;
	opacity: 0;
}

.navire-video-overlay.is-active .navire-video-tagline {
	animation:
		hero-fade-up 1.2s ease 0.4s forwards,
		hero-evaporate 2s cubic-bezier(0.4, 0, 0.8, 1) 5s forwards;
}

/* ============================================================
   PAGE NAVIRE — couleurs du menu (textes + liséré)
   ============================================================ */
.is-navire-page .header-center-link,
.is-navire-page .header-center-link:visited,
.is-navire-page .header-center-link:hover,
.is-navire-page .header-center-link:active,
.is-navire-page .header-center-link:focus {
	color: #051F42;
}

.is-navire-page .header-center-link::after {
	background: #051F42;
}

.is-navire-page .header-center-pipe {
	color: rgba(5, 31, 66, 0.45);
}

.is-navire-page .nav-dropdown__chevron path {
	stroke: #051F42;
}

.is-navire-page .header-site-name,
.is-navire-page .header-site-name-sub {
	color: #051F42;
}

.is-navire-page .site-header {
	border-bottom-color: rgba(5, 31, 66, 0.45);
}

.is-navire-page .header-controls {
	margin-left: 0;
}

/* Sur la page Navire : masquer Histoire et Équipage, retirer le cadenas */
.is-navire-page #menu-histoire,
.is-navire-page #menu-equipage {
	display: none;
}

.is-navire-page #navire-trigger .nav-dropdown__lock {
	display: none;
}

/* Items escalier Navire — masqués partout sauf page navire */
.navire-sub-item {
	display: none;
}

.is-navire-page .navire-sub-item {
	display: block;
	border-top: none;
}

.is-navire-page .navire-sub-item--1 .navire-submenu__item { padding-left: 20px; }
.is-navire-page .navire-sub-item--2 .navire-submenu__item { padding-left: 32px; }
.is-navire-page .navire-sub-item--3 .navire-submenu__item { padding-left: 44px; }

.is-navire-page .navire-submenu__item {
	font-size: 0.72rem;
	color: rgba(255, 255, 255, 0.65);
	padding-top: 7px;
	padding-bottom: 7px;
}

.is-navire-page .navire-submenu__item:hover {
	color: #fff;
	background: transparent;
}

.is-navire-page .language-switcher-toggle {
	color: #051F42;
	border-color: rgba(5, 31, 66, 0.3);
}

.is-navire-page .language-switcher-toggle:hover {
	background: rgba(5, 31, 66, 0.07);
	border-color: rgba(5, 31, 66, 0.55);
}

.is-navire-page .language-switcher-toggle .globe-icon,
.is-navire-page .language-switcher-toggle .chevron-icon {
	color: #051F42;
}

/* Burger mobile — couleur sombre (#051F42) sur les pages à header clair */
@media (max-width: 768px) {
	.is-navire-page .burger-menu-toggle {
		border-color: rgba(5, 31, 66, 0.35);
	}

	.is-navire-page .burger-menu-toggle:hover {
		border-color: #051F42;
	}

	.is-navire-page .burger-menu-toggle .burger-bar {
		background: #051F42;
	}
}
