/* ============================================================
   PROFIL DE FX (FOURMIX) - LE DURAKUIR DU GLACIER
   ============================================================ */

/* --- 1. ARRIÈRE-PLAN (Image entière, sans zoom excessif) --- */
body {
	font-family: "Trebuchet MS", "Segoe UI", Verdana, sans-serif;
	font-size: 13px;
	background: #02050a url('https://i.postimg.cc/3JCg3Q0T/Gemini-Generated-Image-x2dla9x2dla9x2dl.png') no-repeat top center fixed;
 background-size: cover;
	margin: 10px;
	color: #ffffff;
}

* {
	margin: 0;
	padding: 0;
}

/* --- 2. BANDEAU DU NOM (Transparent) --- */
h1 {
	background: transparent !important; /* Rendu transparent */
	border: none !important; /* Suppression de la bordure pour la transparence */
	color: #00d4ff;
	text-shadow: 2px 2px 12px #000, 0px 0px 5px #00d4ff; /* Lueur pour que le nom reste lisible */
	text-align: center;
	padding: 20px;
	margin-bottom: 25px;
	font-size: 350%;
	text-transform: uppercase;
}

/* --- 3. ONGLETS DE NAVIGATION (Alignement Horizontal) --- */
ul#pjLinks, div#navigation {
	display: flex !important;
	flex-direction: row !important;
	justify-content: center;
	list-style-type: none;
	background: rgba(10, 30, 50, 0.6) !important;
	padding: 10px !important;
	border-radius: 5px;
	margin-left: 0 !important; /* Reset de la marge du template */
	float: none !important; /* Annule le flottement qui casse la ligne */
	width: auto;
}

ul#pjLinks li, div#navigation span {
	display: inline-block !important;
	margin: 0 15px !important;
}

/* --- 4. STRUCTURE ET LISIBILITÉ --- */
dl {
	position: relative;
	border: 1px solid #00d4ff44;
	background: rgba(5, 15, 30, 0.8);
	width: 100%;
}

dt {
	float: left;
	clear: left;
	width: 170px;
	font-weight: bold;
	padding: 5px;
	color: #00d4ff; 
	border-top: 1px solid #1c2e4a;
}

dd {
	background: rgba(20, 40, 60, 0.4); 
	padding: 5px;
	padding-left: 15px;
	margin-left: 176px;
	border-left: 1px solid #00d4ff22;
	border-top: 1px solid #1c2e4a;
	min-height: 20px;
	color: #e0f0ff;
}

/* --- 5. ÉQUIPEMENT "DU GLACIER" --- */
dd.equipement li::after {
	content: " et du Glacier";
	font-weight: bold;
	color: #00d4ff;
}

dd.equipement li {
	list-style-type: none;
	padding-left: 20px;
	background: url('https://games.mountyhall.com/mountyhall/MH_Packs/packMH_parchemin/bullet/bullet_blue.jpg') no-repeat left center;
}

/* --- 6. LIENS --- */
a, a:link, a:active, a:visited {
	color: #00ffcc !important;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ffffff !important;
	text-shadow: 0px 0px 8px #00d4ff;
}

/* --- 7. DESCRIPTION --- */
#description {
	background: rgba(0, 5, 15, 0.8);
	border: 1px solid #00d4ff;
	padding: 25px;
	border-radius: 8px;
}

/* --- 8. IMAGE DE PROFIL (BLASON) --- */
dd.blason {
	position: absolute;
	top: 0;
	right: 0;
	border: 2px solid #00d4ff;
	background: rgba(0,0,0,0.5);
	padding: 5px;
}
