/* ============================================================
   Mobile Header Widget – Monaco Top Voyages
   ============================================================ */

/* Barre logo + burger */
.mtv-mh__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 20px;
	background-color: #0d1f0d; /* surchargeable via contrôle Couleurs */
}

.mtv-mh__logo img {
	display: block;
}

/* ── Burger ─────────────────────────────────────────────── */
.mtv-mh__burger {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 28px;
	height: 20px;
	background: none !important;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
	outline: none;
	cursor: pointer;
	padding: 0;
	flex-shrink: 0;
	border-radius: 0 !important;
}

.mtv-mh__burger:focus,
.mtv-mh__burger:active,
.mtv-mh__burger:focus-visible {
	background: none !important;
	background-color: transparent !important;
	box-shadow: none !important;
	outline: none;
}

.mtv-mh__burger span {
	display: block;
	width: 100%;
	height: 2px;
	background: #ffffff;
	border-radius: 2px;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transform-origin: center;
}

/* État actif : croix */
.mtv-mh__burger.is-active span:nth-child(1) {
	transform: translateY(9px) rotate(45deg);
}
.mtv-mh__burger.is-active span:nth-child(2) {
	opacity: 0;
	transform: scaleX(0);
}
.mtv-mh__burger.is-active span:nth-child(3) {
	transform: translateY(-9px) rotate(-45deg);
}

/* ── Tiroir ──────────────────────────────────────────────── */
.mtv-mh__drawer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mtv-mh__drawer.is-open {
	max-height: 900px;
}

.mtv-mh__drawer-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	padding: 20px 20px 24px;
	background-color: #0d1f0d;
}

/* ── Switches ────────────────────────────────────────────── */
.mtv-mh__switches {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-bottom: 10px;
	width: 100%;
}

.mtv-mh__switch {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 11px 18px;
	border-radius: 50px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	transition: opacity 0.2s;
	line-height: 1.2;
}

.mtv-mh__switch:hover {
	opacity: 0.82;
	text-decoration: none;
}

.mtv-mh__switch--exp {
	background-color: #2d5a2d;
	color: #ffffff;
}

.mtv-mh__switch--green {
	background-color: #ffffff;
	color: #0d1f0d;
}

.mtv-mh__switch i,
.mtv-mh__switch svg {
	flex-shrink: 0;
	font-size: 16px;
	width: 18px;
}

/* ── Menu WP ─────────────────────────────────────────────── */
.mtv-mh__nav {
	width: 100%;
	padding: 6px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mtv-mh__menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Items niveau 1 */
.mtv-mh__menu > li {
	margin: 0;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mtv-mh__menu > li:last-child {
	border-bottom: none;
}

/* Ligne item : lien + bouton toggle côte à côte */
.mtv-mh__menu > li > a {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	font-size: 17px;
	font-weight: 500;
	padding: 12px 0;
	transition: color 0.2s;
}

.mtv-mh__menu > li > a:hover {
	color: #7fc97f;
	text-decoration: none;
}

/* Items avec sous-menu : curseur pointer sur le lien parent */
.mtv-mh__menu > li.menu-item-has-children > a {
	cursor: pointer;
}

/* Sous-menu : masqué par défaut, accordéon */
.mtv-mh__menu .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease;
}

.mtv-mh__menu > li.is-open > .sub-menu {
	max-height: 600px;
}

/* Items sous-menu */
.mtv-mh__menu .sub-menu li {
	text-align: center;
}

.mtv-mh__menu .sub-menu li a {
	display: block;
	background-color: #ffffff !important;
	color: #0d1f0d !important;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	padding: 11px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	transition: opacity 0.2s;
}

.mtv-mh__menu .sub-menu li a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.mtv-mh__menu li a:hover {
	color: #7fc97f;
	text-decoration: none;
}

/* ── Réseaux sociaux ─────────────────────────────────────── */
.mtv-mh__socials {
	display: flex;
	justify-content: center;
	gap: 18px;
	padding: 6px 0;
	width: 100%;
}

.mtv-mh__social-link {
	display: flex;
	align-items: center;
	color: #ffffff;
	text-decoration: none;
	transition: color 0.2s;
}

.mtv-mh__social-link:hover {
	color: #7fc97f;
}

/* ── Téléphone ───────────────────────────────────────────── */
.mtv-mh__phone {
	display: block;
	color: #7fc97f;
	text-decoration: none;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.02em;
	padding: 4px 0;
	text-align: center;
	transition: color 0.2s;
}

.mtv-mh__phone:hover {
	color: #ffffff;
}

/* ── Bouton Contact ──────────────────────────────────────── */
.mtv-mh__contact-btn {
	display: block;
	margin-top: 8px;
	padding: 13px 24px;
	background-color: #2d5a2d;
	color: #ffffff;
	text-decoration: none;
	border-radius: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.03em;
	transition: background-color 0.2s;
}

.mtv-mh__contact-btn:hover {
	background-color: #3d7a3d;
	text-decoration: none;
	color: #ffffff;
}
