.menu-nav {
	background-color: #11436e;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
}

.menu-nav a {
	display: block;
	color: white;
	text-decoration: none;
	transition: background-color 0.3s ease;
	
	/* --- ✨ MODIFICATION (Hauteur fixe) --- */
	height: 30px;         /* Hauteur totale fixe */
	line-height: 30px;    /* Centre le texte verticalement */
	padding: 0 20px;      /* Espacement gauche/droite uniquement */
	box-sizing: border-box; /* Assure que 30px inclut padding/border */
}

.menu-nav a:hover {
	background-color: #233b4e;
}

/* --- Bouton Hamburger --- */
.menu-toggle {
	display: none;
	background: none;
	border: none;
	color: white;
	font-size: 24px;
	cursor: pointer;
	
	/* --- ✨ MODIFICATION (Hauteur fixe) --- */
	height: 30px;
	line-height: 30px; /* Aligne l'icône verticalement */
	padding: 0 15px;
	box-sizing: border-box;
}

/* --- Styles Desktop (Par défaut) --- */
.menu-links {
	display: flex;
}

.menu-links > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.menu-links > ul > li {
	position: relative;
	min-width: 250px;
}

/* Sous-menu (Desktop) */
.menu-links ul ul {
	position: absolute;
	top: 100%; /* Se positionne juste sous l'élément parent de 30px */
	left: 0;
	background-color: #11436e;
	padding: 0;
	margin: 0;
	list-style-type: none;
	min-width: 250px;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
	
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: opacity 0.3s ease, 
				transform 0.3s ease, 
				visibility 0.3s linear;
}

/* Affichage au survol (Desktop) */
.menu-links > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}


/* --- STYLES RESPONSIVE (Mobile) --- */
@media (max-width: 768px) {
	
	.menu-toggle {
		display: block; 
	}

	.menu-links {
		display: none;
		position: absolute;
		/* Se positionne sous la barre de nav (dont la hauteur est 30px) */
		top: 30px; 
		left: 0;
		right: 0;
		background-color: #11436e;
		width: 100%;
	}

	.menu-links.menu-active {
		display: block;
	}

	.menu-links > ul {
		flex-direction: column;
	}

	.menu-links ul ul {
		position: static; 
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		min-width: 100%;
		display: none; 
	}

	.menu-links ul ul.submenu-active {
		display: block;
	}

	/* Style d'indentation mobile */
	.menu-links ul ul a {
		padding-left: 40px;
		background-color: #0c2f4e;
	}

	/* Annuler le survol desktop sur mobile */
	.menu-links > ul > li:hover > ul {
		display: none;
	}
	.menu-links ul ul.submenu-active {
		display: block;
	}
}

*::-webkit-scrollbar {
	width: 5px;
}
*::-webkit-scrollbar-track {
	border-radius: 2px;
}
*::-webkit-scrollbar-thumb {
	background: #f2f2f2;
	border-radius: 2px;
}
*::-webkit-scrollbar-thumb:hover {
	background: #233b4e;
}
* {
	scrollbar-width: thin;
	scrollbar-color: #f2f2f2 #233b4e;
}

@font-face {
	font-family: 'Abel';
	src: url('abel-regular.ttf') format('truetype');
}
* {
	font-family: Abel, 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

html,body {
	background: #233b4e;
	color: #ffffff;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: safe center;
	justify-content: space-between;
}
div.sendmail {
	z-index: 1;
	visibility: hidden;
	background: rgba(26, 26, 26, 1);
	position: absolute;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}
div {
	border-radius: 5px;
	padding: 5px;
	text-align: center;
}
div.topMenu {
	background-color: #11436e;
}
div.mainQuery,div.bottomMenu,div.mainTitle {
	display: none;
}
div.mainResults {
	flex: auto;
	overflow: auto;
	text-align: left;
}
@media screen and (min-width: 1000px) {
	div.mainResults {
		min-width: 50%;
		max-width: 55%;
	}
}
a {
	color: #ffffff;
	text-decoration: none;
}
a,button,input.submitBtn,select {
	cursor: pointer;
}
a,input,select,textarea {
	outline: none;
}
button,input.submitBtn {
	color: #ffffff;
	background: #11436e;
	border: 1px solid #11436e;
	padding: 5px 5px;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
}
button.actionBtn {
	border: 0;
	background: transparent;
	text-align: center;
	vertical-align: middle;
}
.inputText,.inputSelect,textarea {
	width: 100%;
	max-width: 400px;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #000000;
	border: 2px solid white;
	border-radius: 5px;
}
.inputText,.inputSelect {
	height: 30px;
}
.inputText {
	padding: 10px 10px;
	text-align: center;
}
.inputSelect {
	text-align-last: center;
	direction: ltr;
	-moz-appearance: none;
	-webkit-appearance: none;
}
hr {
	width: 400px;
}
img.mainLogo {
	width: 200px;
}
img.checks {
	width: 20px;
	vertical-align:	text-top;
}
p#mainResultsTitle {
	text-align: center;
}
p#mainResultsContent {
	word-wrap: break-word;
	word-break: break-all;
}
table.sendmail {
	position: absolute;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}
textarea {
	resize: none;
	padding: 5px 5px;
	text-align: left;
}
