/* Externalise de la modification #56 le 23/08/2026 (G6M_EXTERNALISATION_V1016).
   Ce bloc etait inline dans PAGE_CONTAINER : il repartait donc dans le HTML de
   CHAQUE page, sans jamais etre mis en cache. En fichier, il est recupere une
   fois puis servi depuis le cache.
   Le <link> occupe la position EXACTE de l ancien <style> : l ordre de cascade
   est donc rigoureusement identique. */

/* G6M_STAFFBAR_NOBAR_V403
   Remove the solid gray staff strip at the top of every forum page.
   Keeps Modérateur / Admin chips; only kills the bar chrome.
   Also kills the GTM <noscript> inline line-box gap (~1.5em) above the page.
   Does NOT touch PAGE_CONTAINER / general template.
*/

/* GTM noscript left as display:inline creates a ~22px empty gray band */
html.has-js body > noscript {
	display: none !important;
	position: absolute !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	line-height: 0 !important;
	font-size: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

html body .p-staffBar,
html body .p-staffBar.uix_stickyBar,
html body .p-staffBar.is-sticky,
html body .p-staffBar.uix_stickyBar.is-sticky,
html body .p-staffBar[data-xf-init*="sticky-header"] {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

html body .p-staffBar-inner,
html body .p-staffBar .pageContent {
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

/* END G6M_STAFFBAR_NOBAR_V403 */

