/*
Theme Name: Génération PIXEL
Theme URI: https://example.com/generation-pixel
Author: Génération PIXEL
Description: Thème magazine rétro synthwave (espace, néons cyan / magenta / or). Titres Montserrat, corps Open Sans.
Version: 1.1.0
Text Domain: geekzclub
*/

/*@import url("css/colors/default.css");*/
/*@import url("css/colors/style.css");*/

/* ========== Palette & typo (maquette Génération PIXEL) ========== */
:root {
	--headFont: "Montserrat", system-ui, sans-serif;
	--bodyFont: "Open Sans", system-ui, sans-serif;
	--gp-bg-deep: #050a1b;
	--gp-neon-cyan: #00e5ff;
	--gp-neon-pink: #ff2d95;
	--gp-gold: #ffc233;
	--gp-orange: #ff8c00;
	--gp-text: #ffffff;
	--gp-muted: #a8b0c8;
	/* Compatibilité anciennes variables « Wirenews » */
	--wirenews-accent: var(--gp-neon-pink);
	--wirenews-focus: #21759b;
	--wirenews-focus-bg: #f1f1f1;
	--wirenews-shadow: rgba(0, 0, 0, 0.6);
	--wirenews-box-shadow: 0 0 24px rgba(0, 229, 255, 0.06), 0 0 10px 0 rgba(90, 90, 90, 0.12);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

.wrapper.boxed {
	margin: 0 auto;
	box-shadow: var(--wirenews-box-shadow);
	max-width: 1200px;
}

.mgw-container,
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
}
.mgw-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

p a {
	text-decoration: underline;
}

a {
	color: var(--mgw-link, var(--wirenews-accent));
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
	outline: 1px solid;
}

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

textarea {
	outline: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
.site-title,
.mgw-section-title,
.mgw-post-card-title,
.mgw-featured-main-title,
.mgw-featured-item-title,
.mgw-single-title,
.widget-title {
	font-family: var(--headFont);
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--gp-neon-pink);
}

h1, .h1 {
	font-size: clamp(1.65rem, 3.2vw, 2.125rem);
	line-height: 1.15;
}

h2, .h2 {
	font-size: clamp(1.35rem, 2.6vw, 1.75rem);
	line-height: 1.2;
}

h3, .h3 {
	font-size: clamp(1.15rem, 2.1vw, 1.45rem);
	line-height: 1.25;
}

h4, .h4, h5, .h5, h6, .h6 {
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	line-height: 1.3;
}

.mgw-featured-item-title {
	font-weight: 700;
	text-shadow:
		0 0 12px rgba(255, 45, 149, 0.25),
		0 2px 8px rgba(0, 0, 0, 0.45);
}


body {
	margin: 0;
	font-family: var(--bodyFont);
	font-size: 1.0625rem;
	line-height: 1.65;
	color: var(--gp-text);
	/* Fond par défaut si les variables Customizer ne sont pas injectées */
	background: radial-gradient(ellipse 120% 90% at 50% -15%, rgba(255, 45, 149, 0.14), transparent 52%), radial-gradient(ellipse 85% 70% at 85% 25%, rgba(0, 229, 255, 0.09), transparent 48%), radial-gradient(ellipse 75% 55% at 12% 45%, rgba(124, 58, 237, 0.12), transparent 55%), var(--gp-bg-deep);
	background: var(--mgw-body-background);
	min-height: 100vh;
}

/* Code inline / bloc — style néon (aligné TVDB / titres cyan) */
code,
.mgw-code {
	font-family: ui-monospace, "Cascadia Code", "Segoe UI Mono", "Roboto Mono", Menlo, Consolas, monospace;
	font-style: normal;
	font-size: 0.92em;
	color: var(--gp-neon-cyan);
	background: rgba(10, 12, 20, 0.78);
	border: 1px solid rgba(0, 229, 255, 0.35);
	border-radius: 4px;
	padding: 0.12em 0.42em;
	text-shadow:
		0 0 2px #00d4ff,
		0 0 6px rgba(0, 212, 255, 0.5),
		0 0 12px rgba(0, 184, 255, 0.25);
	box-shadow:
		0 0 8px rgba(0, 212, 255, 0.18),
		inset 0 0 10px rgba(0, 212, 255, 0.06);
}

.mgw-single-content pre,
.mgw-single-content .wp-block-code {
	margin: 1em 0;
	padding: 12px 14px;
	overflow-x: auto;
	border-radius: 8px;
	border: 1px solid rgba(0, 229, 255, 0.35);
	background: rgba(10, 12, 20, 0.55);
	box-shadow:
		0 0 14px rgba(0, 212, 255, 0.2),
		inset 0 0 20px rgba(0, 212, 255, 0.06);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.mgw-single-content pre code,
.mgw-single-content .wp-block-code code {
	display: block;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	text-shadow:
		0 0 2px #00d4ff,
		0 0 6px rgba(0, 212, 255, 0.4);
	white-space: pre;
	overflow-x: auto;
}

.site-title {
	font-size: clamp(1.85rem, 4.5vw, 2.75rem);
	font-family: var(--headFont);
	font-weight: 800;
	line-height: 1.05;
}

.site-title-prefix {
	font-weight: 700;
	letter-spacing: 0.08em;
	color: var(--gp-text);
	text-shadow: 0 0 20px rgba(255, 255, 255, 0.12);
}

.site-title-pixel {
	font-family: "Press Start 2P", ui-monospace, monospace;
	font-size: 0.58em;
	letter-spacing: 0.06em;
	color: var(--gp-neon-cyan);
	vertical-align: baseline;
	text-shadow:
		0 0 4px rgba(0, 229, 255, 0.9),
		0 0 14px rgba(0, 229, 255, 0.55),
		0 0 28px rgba(0, 229, 255, 0.25);
}

.site-title-suffix {
	font-weight: 700;
	color: var(--gp-muted);
	font-size: 0.85em;
	letter-spacing: 0.06em;
}

.screen-reader-text:focus {
	background-color: var(--wirenews-focus-bg);
	border-radius: 3px;
	box-shadow: 0 0 2px 2px var(--wirenews-shadow);
	clip: auto !important;
	clip-path: none;
	color: var(--wirenews-focus);
	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;
}

/* ========== Geekz Club – Top bar (équivalent .mg-head-detail) ========== */
.mgw-top-bar {
	color: var(--mgw-header-text, var(--gp-muted));
	font-size: 0.8125rem;
	padding: 5px 0;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #111827;
	*/
}

.mgw-top-bar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	white-space: nowrap;
	overflow-x: auto;
}

.mgw-top-bar-title {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-right: 12px;
}

.mgw-top-bar-links {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
}

.mgw-top-bar-links a,
.mgw-top-menu > li > a {
	color: var(--mgw-link, var(--mgw-header-text, #e5e7eb));
}

.mgw-top-bar-links a:hover,
.mgw-top-menu > li > a:hover {
	color: var(--mgw-accent, var(--wirenews-accent));
}

.mgw-top-menu {
	display: flex;
	margin: 0 0 0 16px;
	padding: 0;
	list-style: none;
	gap: 10px;
}

/* ========== Geekz Club – Header ========== */
.site-header {

}

.mgw-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 18px 0;
}

.site-branding-inner {
	display: flex;
	align-items: center;
	gap: 16px;
}

.site-logo img {
	display: block;
	height: auto;
}

.mgw-header-layout-centered .site-branding-inner,
.mgw-header-layout-centered .site-branding,
.mgw-header-layout-text-only .site-branding {
	text-align: center;
}

.mgw-header-layout-centered .site-branding-inner,
.mgw-header-layout-centered,
.mgw-header-layout-text-only {
	flex-direction: column;
	align-items: center;
}

/* Logo seul : logo à gauche, réseaux + recherche à droite (pas de titre/slogan). */
.mgw-header-layout-logo-only .site-text {
	display: none;
}

.gp-header-top-inner.mgw-header-layout-logo-only {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.mgw-header-layout-logo-only .site-branding {
	text-align: left;
}

.mgw-header-layout-logo-only .site-branding-inner {
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.mgw-header-layout-logo-only .site-logo img {
	max-height: 80px;
	width: auto;
}

.site-branding .site-title {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: inherit;
	text-shadow: none;
}

@keyframes neon-pulse {
	0%, 100% {
		text-shadow:
			0 0 2px #00d4ff,
			0 0 5px #00d4ff,
			0 0 10px #00b8ff;
	}
	50% {
		text-shadow:
			0 0 5px var(--gp-neon-cyan),
			0 0 8px #00d4ff,
			0 0 10px #00b8ff;
	}
}

.site-branding .site-title a {
	color: var(--mgw-link, var(--gp-neon-cyan));
}

.site-branding .site-description {
	font-size: 0.8125rem;
	color: var(--gp-muted);
	margin: 6px 0 0;
}

.mgw-header-search {
	position: relative;
	flex: 0 0 auto;
	margin-left: auto;
	min-width: 0;
}

.mgw-header-search input[type="search"] {
	padding: 8px 36px 8px 16px;
	border-radius: 999px;
	border: 1px solid rgba(0, 229, 255, 0.35);
	background: #ffffff;
	font-family: var(--bodyFont);
	font-size: 0.875rem;
	height: 40px;
	line-height: 1.35;
	color: #0a1020;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 0 18px rgba(0, 229, 255, 0.12);
}

.mgw-header-search button {
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: none;
	cursor: pointer;
	color: rgba(5, 10, 27, 0.55);
}

/* ========== Geekz Club – Navigation (équivalent .navbar-wp) ========== */
.mgw-main-nav {
	background: rgba(5, 10, 27, 0.92);
	border-top: 1px solid rgba(0, 229, 255, 0.12);
	border-bottom: 1px solid rgba(255, 45, 149, 0.1);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.mgw-main-nav-inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 8px 16px;
}

.mgw-main-nav .menu {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mgw-main-nav .menu > li {
	flex: 0 0 auto;
}

.mgw-main-nav .menu > li > a {
	display: block;
	padding: 12px 16px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.8125rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	transition: color 0.2s ease, text-shadow 0.2s ease, background 0.2s ease;
}

.mgw-main-nav .menu > li > a:hover,
.mgw-main-nav .menu > li.current-menu-item > a {
	background: transparent;
	color: var(--gp-neon-cyan);
	text-shadow:
		0 0 10px rgba(0, 229, 255, 0.45),
		0 0 22px rgba(0, 229, 255, 0.2);
}

/* ========== Geekz Club – Zone principale ========== */
.mgw-main {
	padding: 24px 0 40px;
	background-color: transparent;
}

.mgw-layout {
	display: grid;
	grid-template-columns: 2.2fr 1fr;
	gap: 24px;
}

/* Liste d’articles : une colonne pleine largeur si sidebar désactivée (Customizer) */
body.geekzclub-listing-no-sidebar .mgw-layout {
	grid-template-columns: 1fr;
}

body.geekzclub-listing-no-sidebar .content-area.mgw-listing-main {
	max-width: 100%;
}

.content-area {
	min-width: 0;
}

.sidebar-area {
	min-width: 0;
}

/* ========== Section à la une (équivalent .mg-blog-post.lg / .mg-latest-news-sec) ========== */
.mgw-featured {
	margin-bottom: 24px;
	box-shadow: none;
}

.mgw-section-title {
	font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--gp-neon-pink);
	margin: 0 0 12px;
	border-bottom: 2px solid var(--gp-neon-pink);
	padding-bottom: 6px;
	text-shadow: 0 0 16px rgba(255, 45, 149, 0.35);
}

.mgw-section-title::before {
	content: "[";
	margin-right: 0.35em;
	color: var(--gp-neon-cyan);
	font-weight: 800;
	text-shadow: 0 0 12px rgba(0, 229, 255, 0.45);
}

.mgw-featured-grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1.4fr);
	gap: 16px;
}

.mgw-featured-main {
	position: relative;
	background-color: rgba(8, 12, 28, 0.85);
	background-size: cover;
	background-position: center;
	overflow: hidden;
	border-radius: 8px;
	min-height: 300px;
	border: 1px solid rgba(255, 45, 149, 0.45);
	box-shadow:
		0 0 0 1px rgba(255, 45, 149, 0.2),
		0 0 28px rgba(255, 45, 149, 0.18),
		0 12px 40px rgba(0, 0, 0, 0.45);
}

.mgw-featured-main--no-thumb {
	background-image: linear-gradient(145deg, #2d2d2d 0%, #111 100%);
}

.mgw-featured-main-link {
	position: absolute;
	inset: 0;
	display: block;
	padding: 0;
	text-decoration: none;
	z-index: 1;
	color: var(--mgw-link, var(--wirenews-accent));
}

.mgw-featured-main-link:focus {
	outline: 2px solid var(--wirenews-focus, #21759b);
	outline-offset: 2px;
}

.mgw-featured-main-link:hover .mgw-featured-main-title,
.mgw-featured-main-link:focus .mgw-featured-main-title {
	color: var(--mgw-accent, var(--wirenews-accent));
}

.mgw-featured-item-link:focus {
	outline: 2px solid var(--wirenews-focus, #21759b);
	outline-offset: 2px;
}

.mgw-featured-item-link:hover .mgw-featured-item-title,
.mgw-featured-item-link:focus .mgw-featured-item-title {
	color: var(--mgw-accent, var(--wirenews-accent));
}

.mgw-featured-main-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.82), transparent 55%);
	pointer-events: none;
}

.mgw-featured-main-link .mgw-badge-category {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
	margin: 0;
}

.mgw-featured-main-bottom {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
	z-index: 2;
}

.mgw-badge-category {
	display: inline-block;
	background: linear-gradient(135deg, var(--gp-gold), var(--gp-orange));
	color: #0a0612;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	padding: 5px 10px;
	border-radius: 999px;
	margin-bottom: 8px;
	box-shadow: 0 0 14px rgba(255, 194, 51, 0.35);
}

.mgw-featured-main-title {
	font-size: clamp(1.25rem, 2.4vw, 1.75rem);
	margin: 0 0 8px;
	color: inherit;
}

.mgw-post-meta {
	font-size: 0.8125rem;
	color: var(--gp-muted);
}

.mgw-featured-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.mgw-featured-item {
	position: relative;
	min-height: 140px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid rgba(255, 45, 149, 0.4);
	background: rgba(8, 12, 28, 0.9);
	box-shadow:
		0 0 22px rgba(255, 45, 149, 0.12),
		0 8px 28px rgba(0, 0, 0, 0.4);
}

.mgw-featured-item-link {
	position: absolute;
	inset: 0;
	display: block;
	padding: 0;
	background-color: #2d2d2d;
	background-size: cover;
	background-position: center;
	text-decoration: none;
	z-index: 1;
	color: var(--mgw-link, var(--wirenews-accent));
}

.mgw-featured-item--no-thumb .mgw-featured-item-link {
	background-image: linear-gradient(145deg, #3d3d3d 0%, #1a1a1a 100%);
}

.mgw-featured-item-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.78), transparent 50%);
	pointer-events: none;
}

.mgw-featured-item-link .mgw-badge-category {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	margin: 0;
}

.mgw-featured-item-bottom {
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 12px;
	z-index: 2;
}

.mgw-featured-item-title {
	font-size: clamp(1rem, 1.8vw, 1.1875rem);
	margin: 0 0 4px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: inherit;
}

.mgw-featured-main-link .mgw-post-meta,
.mgw-featured-item-link .mgw-post-meta {
	color: inherit;
	opacity: 0.88;
}

/* ========== Liste d’articles (équivalent .mg-posts-sec-post / .small-post) ========== */
.mgw-posts-section {
	box-shadow: none;
	margin-bottom: 40px;
	border-radius: 4px;
	padding: 10px 0;
}

.mgw-post-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
}

.mgw-post-card {
	display: flex;
	flex-direction: column;
	background: rgba(8, 14, 30, 0.82);
	border-radius: 8px;
	border: 1px solid rgba(0, 229, 255, 0.18);
	overflow: hidden;
	backdrop-filter: blur(16px) saturate(180%);
	-webkit-backdrop-filter: blur(16px) saturate(180%);
	box-shadow: 0 3px 12px -1px rgba(7,10,25,.2), 0 22px 27px -20px rgba(7,10,25,.2);
	max-width: 800px;
}

.mgw-post-card-thumb {
	position: relative;
	background: #f3f4f6;
}

.mgw-post-card-thumb-link {
	display: block;
}

.mgw-post-card-thumb img {
	width: 100%;
	height: auto;
}

.mgw-post-card-thumb .mgw-badge-category {
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 0;
	z-index: 2;
}

.mgw-post-card-meta-overlay {
	display: none;
}

.mgw-post-card-meta {
	font-size: 0.875rem;
	color: var(--gp-muted);
	margin: 10px 0 0;
	line-height: 1.4;
}

.mgw-post-card-body {
	padding: 14px 16px;
}

.mgw-post-card-title {
	font-size: clamp(1.15rem, 2vw, 1.5rem);
	margin: 0 0 8px;
	font-weight: 800;
}

.mgw-post-card-title a {
	color: var(--gp-text);
	text-decoration: none;
	transition: color 0.2s ease, text-shadow 0.2s ease;
}

.mgw-post-card-title a:hover {
	color: var(--gp-neon-cyan);
	text-shadow: 0 0 12px rgba(0, 229, 255, 0.35);
	text-decoration: none;
	outline: none;
}

.mgw-post-card-title a:focus {
	color: var(--gp-neon-cyan);
	text-decoration: none;
}

.mgw-post-excerpt {
	font-size: 0.9375rem;
	color: var(--gp-muted);
	margin: 0 0 10px;
}

.mgw-read-more {
	font-size: 0.8125rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

/* ========== Archives catégorie — listing type jeuxvideo.com / toutes-les-news ========== */
.mgw-jv-news.mgw-posts-section {
	box-shadow: none;
	margin-bottom: 32px;
	padding: 0;
}

.mgw-jv-news-head {
	margin: 0 0 4px;
	padding: 0 0 18px;
	border-bottom: 1px solid #d9d9d9;
}

.mgw-jv-news-head.mgw-neon-box {
	margin: 0 0 1.25rem;
}

.mgw-jv-news-title {
	font-size: clamp(1.5rem, 2.8vw, 2rem);
	font-weight: 800;
	margin: 0 0 10px;
	padding: 0;
	color: var(--gp-text);
	line-height: 1.15;
	letter-spacing: 0.04em;
}

.mgw-cat-archive .mgw-jv-news-head .mgw-jv-news-title {
	color: var(--gp-neon-cyan);
	text-shadow: 0 0 12px rgba(0, 229, 255, 0.35);
}

.mgw-jv-news-desc {
	margin: 0 0 14px;
	font-size: 0.9375em;
	line-height: 1.5;
}

.mgw-cat-archive .mgw-jv-news-head .mgw-jv-news-desc {
	color: rgba(230, 245, 255, 0.88);
	line-height: 1.55;
	margin-bottom: 1rem;
}

.mgw-cat-archive .mgw-jv-news-head .mgw-jv-news-desc p {
	margin: 0 0 0.65em;
}

.mgw-cat-archive .mgw-jv-news-head .mgw-jv-news-desc p:last-child {
	margin-bottom: 0;
}

.mgw-cat-archive .mgw-jv-news-head .mgw-jv-news-desc a {
	color: var(--gp-neon-cyan);
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 229, 255, 0.35);
	transition: color 0.2s ease, border-color 0.2s ease, text-shadow 0.2s ease;
}

.mgw-cat-archive .mgw-jv-news-head .mgw-jv-news-desc a:hover,
.mgw-cat-archive .mgw-jv-news-head .mgw-jv-news-desc a:focus {
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 229, 255, 0.4);
	border-bottom-color: rgba(0, 229, 255, 0.6);
}

.mgw-cat-archive .mgw-jv-news-head .mgw-breadcrumbs {
	opacity: 1;
}

.mgw-cat-archive .mgw-jv-news-head .mgw-breadcrumbs,
.mgw-cat-archive .mgw-jv-news-head .mgw-breadcrumbs a {
	color: rgba(200, 230, 255, 0.88);
}

.mgw-cat-archive .mgw-jv-news-head .mgw-breadcrumbs a:hover,
.mgw-cat-archive .mgw-jv-news-head .mgw-breadcrumbs a:focus {
	color: var(--gp-neon-cyan);
}

.mgw-jv-news-results {
	margin: 0;
	font-size: 0.9375em;
	line-height: 1.3;
	color: #333;
}

.mgw-cat-archive .mgw-jv-news-head .mgw-jv-news-results {
	color: rgba(230, 245, 255, 0.78);
}

.mgw-jv-news-results-num {
	font-weight: 800;
	font-size: 1.05em;
	letter-spacing: 0.02em;
}

.mgw-cat-archive .mgw-jv-news-head .mgw-jv-news-results-num {
	color: var(--gp-neon-cyan);
	text-shadow: 0 0 8px rgba(0, 229, 255, 0.25);
}

.mgw-jv-news-results-label {
	font-weight: 400;
	margin-left: 0.35em;
	color: #666;
}

.mgw-cat-archive .mgw-jv-news-head .mgw-jv-news-results-label {
	color: rgba(200, 230, 255, 0.65);
}

/* Liste : reprend le gabarit .mgw-post-card — sur les listes (.mgw-listing), rangée image + texte (pas seulement 800px en colonne) */
.mgw-jv-news .mgw-cat-post-list,
.mgw-search-archive .mgw-cat-post-list {
	gap: 22px;
}

.mgw-listing .mgw-post-card {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	max-width: none;
	width: 100%;
	min-height: 0;
}

.mgw-listing .mgw-post-card-thumb {
	flex: 0 0 150px;
	width: 150px;
	max-width: 150px;
	min-width: 150px;
	min-height: 150px;
	height: auto;
	align-self: stretch;
	overflow: hidden;
	background: transparent;
	display: flex;
	flex-direction: column;
}

.mgw-listing .mgw-post-card-thumb-link {
	display: flex;
	flex: 1 1 auto;
	width: 100%;
	min-height: 150px;
	height: 100%;
	line-height: 0;
	font-size: 0;
}

.mgw-listing .mgw-post-card-thumb .mgw-picture {
	display: flex;
	flex: 1 1 auto;
	width: 100%;
	min-height: 150px;
	height: 100%;
	line-height: 0;
}

.mgw-listing .mgw-post-card-thumb img,
.mgw-listing .mgw-post-card-thumb .mgw-picture img,
.mgw-listing .mgw-post-card__thumb-img {
	width: 100% !important;
	height: 100% !important;
	min-height: 150px;
	max-width: 100% !important;
	max-height: none !important;
	display: block;
	object-fit: cover;
}

.mgw-listing .mgw-post-card-body {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 640px) {
	.mgw-listing .mgw-post-card {
		flex-direction: column;
	}

	.mgw-listing .mgw-post-card-thumb {
		flex: none;
		width: 150px;
		max-width: 150px;
		min-width: 150px;
		min-height: 150px;
		height: auto;
		margin-inline: 0;
	}

	.mgw-listing .mgw-post-card-thumb-link {
		width: 100%;
		min-height: 150px;
		height: 100%;
	}

	.mgw-listing .mgw-post-card-thumb .mgw-picture,
	.mgw-listing .mgw-post-card-thumb img,
	.mgw-listing .mgw-post-card-thumb .mgw-picture img,
	.mgw-listing .mgw-post-card__thumb-img {
		width: 100% !important;
		min-height: 150px;
		height: 100% !important;
		max-width: 100% !important;
		max-height: none !important;
	}
}

.mgw-jv-news .mgw-pagination {
	margin-top: 28px;
	padding-top: 12px;
	border-top: 1px solid #e8e8e8;
}

/* ========== Single article ========== */
.mgw-single {
	background: rgba(8, 14, 30, 0.88);
	border-radius: 8px;
	border: 1px solid rgba(0, 229, 255, 0.2);
	padding: 18px 20px;
	backdrop-filter: blur(16px) saturate(180%);
	-webkit-backdrop-filter: blur(16px) saturate(180%);
}

.mgw-single-header {
	margin-bottom: 16px;
}

.mgw-single-title {
	font-size: clamp(1.35rem, 2.5vw, 1.85rem);
	margin: 4px 0 8px;
	color: var(--gp-text);
}

.mgw-content-hero {
	position: relative;
	min-height: 320px;
	margin-bottom: 16px;
	border-radius: 4px;
	overflow: hidden;
	background-color: #111827;
	background-size: cover;
	background-position: center;
	box-shadow: 0 3px 12px -1px rgba(7,10,25,.2), 0 22px 27px -20px rgba(7,10,25,.2);
}

.mgw-content-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 45%),
		linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent 45%);
	z-index: 1;
	pointer-events: none;
}

.mgw-content-hero-top {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	z-index: 2;
}

.mgw-content-hero-top .mgw-single-title {
	color: var(--gp-neon-cyan);
	margin: 0 0 8px;
	text-shadow:
		0 0 12px rgba(0, 229, 255, 0.5),
		0 0 28px rgba(0, 229, 255, 0.25),
		0 2px 12px rgba(0, 0, 0, 0.5);
}

.mgw-content-hero-meta {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 2;
}

.mgw-single-thumb {
	margin-bottom: 16px;
	border-radius: 4px;
	box-shadow: 0 3px 12px -1px rgba(7,10,25,.2), 0 22px 27px -20px rgba(7,10,25,.2);
}

.mgw-single-content {
	font-size: 1.0625rem;
	color: rgba(240, 244, 255, 0.94);
}

.mgw-single-content p {
	margin: 0 0 1em;
}

/* Panneau néon (box auteur, description de catégorie, etc.) */
.mgw-neon-box,
.mgw-author-box {
	padding: 1.15rem 1.25rem;
	background: rgba(10, 14, 22, 0.88);
	border: 1px solid rgba(0, 229, 255, 0.35);
	border-radius: 12px;
	box-shadow:
		0 0 0 1px rgba(0, 212, 255, 0.08),
		0 0 28px rgba(0, 212, 255, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.04);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.mgw-author-box {
	margin-top: 1.75rem;
}

.mgw-author-box__eyebrow {
	margin: 0 0 0.5rem;
	font-family: var(--headFont);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--gp-neon-cyan);
	text-shadow: 0 0 10px rgba(0, 229, 255, 0.4);
}

.mgw-author-box__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 1rem 1.25rem;
}

.mgw-author-box__avatar {
	flex-shrink: 0;
}

.mgw-author-box__avatar-img {
	display: block;
	width: 112px;
	height: auto;
	border-radius: 50%;
	border: 2px solid rgba(0, 229, 255, 0.45);
	box-shadow:
		0 0 18px rgba(0, 212, 255, 0.22),
		inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.mgw-author-box__body {
	flex: 1 1 200px;
	min-width: 0;
}

.mgw-author-box__name {
	margin: 0 0 0.35rem;
	font-family: var(--headFont), sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.04em;
}

.mgw-author-box__name a {
	color: var(--gp-neon-cyan);
	text-decoration: none;
	text-shadow: 0 0 12px rgba(0, 229, 255, 0.35);
	transition: color 0.2s ease, text-shadow 0.2s ease;
}

.mgw-author-box__name a:hover,
.mgw-author-box__name a:focus {
	color: #fff;
	text-shadow: 0 0 16px rgba(0, 229, 255, 0.55);
	text-decoration: none;
}

.mgw-author-box__website {
	margin: 0 0 0.5rem;
	font-size: 0.875em;
}

.mgw-author-box__website a {
	color: rgba(0, 229, 255, 0.85);
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 229, 255, 0.35);
	transition: color 0.2s ease, border-color 0.2s ease;
}

.mgw-author-box__website a:hover,
.mgw-author-box__website a:focus {
	color: var(--gp-neon-cyan);
	border-bottom-color: rgba(0, 229, 255, 0.65);
}

.mgw-author-box__bio {
	margin: 0 0 0.75rem;
	font-size: 0.9375em;
	line-height: 1.55;
	color: rgba(230, 245, 255, 0.88);
}

.mgw-author-box__bio p {
	margin: 0 0 0.65em;
}

.mgw-author-box__bio p:last-child {
	margin-bottom: 0;
}

.mgw-author-box__more {
	margin: 0;
	font-size: 0.875em;
	font-weight: 600;
}

.mgw-author-box__more a {
	display: inline-flex;
	align-items: center;
	gap: 0.35em;
	color: var(--gp-neon-cyan);
	text-decoration: none;
	padding: 0.35rem 0.75rem;
	border: 1px solid rgba(0, 229, 255, 0.4);
	border-radius: 8px;
	background: rgba(0, 212, 255, 0.08);
	box-shadow: 0 0 14px rgba(0, 212, 255, 0.08);
	transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mgw-author-box__more a:hover,
.mgw-author-box__more a:focus {
	color: #fff;
	border-color: rgba(0, 229, 255, 0.65);
	background: rgba(0, 212, 255, 0.14);
	box-shadow: 0 0 20px rgba(0, 212, 255, 0.2);
	text-decoration: none;
}

@media (max-width: 480px) {
	.mgw-author-box__inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.mgw-author-box__body {
		text-align: center;
	}
}

.mgw-single-footer {
	margin-top: 20px;
	border-top: 1px solid #e5e7eb;
	padding-top: 12px;
}

.mgw-single-tags .mgw-badge-category {
	margin-right: 4px;
	margin-bottom: 4px;
}

.mgw-breadcrumbs {
	margin: 0 0 10px;
	font-size: 0.75em;
	line-height: 1.5;
	opacity: 0.9;
}

.mgw-breadcrumbs a {
	text-decoration: none;
	color: var(--mgw-link);
}

.mgw-breadcrumbs a:hover,
.mgw-breadcrumbs a:focus {
	text-decoration: none;
	color: var(--mgw-link);
}

.mgw-breadcrumbs--top {
	margin: 10px 0 0;
}

.mgw-breadcrumbs--top ol {
	display: inline;
}

.mgw-breadcrumbs-sep {
	opacity: 0.65;
}

/* ========== Widget Twitch ========== */
.widget_twitch .twitch-widget-embed,
.widget_twitch .twitch-widget-offline {
	max-width: 100%;
	overflow: hidden;
	border-radius: 4px;
}
.widget_twitch .twitch-widget-embed iframe,
.widget_twitch .twitch-widget-offline img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}
.widget_twitch .twitch-widget-link,
.widget_twitch .twitch-widget-offline-label,
.widget_twitch .twitch-widget-no-config {
	margin: 8px 0 0;
	font-size: 0.8125em;
}
.widget_twitch .twitch-widget-offline-label {
	opacity: 0.8;
}

/* ========== Sidebar (équivalent .mg-sidebar .mg-widget) ========== */
.sidebar-area .widget {
	background: rgba(8, 14, 30, 0.82);
	border-radius: 8px;
	border: 1px solid rgba(0, 229, 255, 0.15);
	padding: 14px 16px;
	margin-bottom: 16px;
	backdrop-filter: blur(16px) saturate(180%);
	-webkit-backdrop-filter: blur(16px) saturate(180%);
}

.sidebar-area .widget-title {
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0 0 12px;
	/* couleur partagée avec h1–h6 (voir bloc titres) */
}

/* ========== Widget étiquettes / nuage de tags (pilules type maquette) ========== */
.sidebar-area .widget_tag_cloud .tagcloud,
.footer-widgets .widget_tag_cloud .tagcloud,
.sidebar-area .widget .wp-block-tag-cloud,
.footer-widgets .widget .wp-block-tag-cloud {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
}

.sidebar-area .widget_tag_cloud .tagcloud a,
.footer-widgets .widget_tag_cloud .tagcloud a,
.sidebar-area .widget .wp-block-tag-cloud a,
.footer-widgets .widget .wp-block-tag-cloud a {
	display: inline-block;
	text-decoration: none;
	font-size: 0.75rem !important;
	font-weight: 600;
	letter-spacing: 0.04em;
	padding: 0.4em 0.85em !important;
	border-radius: 999px !important;
	background: rgba(8, 20, 45, 0.92) !important;
	border: 1px solid rgba(0, 229, 255, 0.45) !important;
	color: var(--gp-neon-cyan) !important;
	text-shadow: 0 0 10px rgba(0, 229, 255, 0.35);
	transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.sidebar-area .widget_tag_cloud .tagcloud a:hover,
.sidebar-area .widget_tag_cloud .tagcloud a:focus,
.footer-widgets .widget_tag_cloud .tagcloud a:hover,
.footer-widgets .widget_tag_cloud .tagcloud a:focus,
.sidebar-area .widget .wp-block-tag-cloud a:hover,
.sidebar-area .widget .wp-block-tag-cloud a:focus,
.footer-widgets .widget .wp-block-tag-cloud a:hover,
.footer-widgets .widget .wp-block-tag-cloud a:focus {
	color: #fff !important;
	border-color: rgba(0, 229, 255, 0.75) !important;
	box-shadow: 0 0 16px rgba(0, 229, 255, 0.25);
	background: rgba(0, 229, 255, 0.1) !important;
	text-decoration: none;
}

/* ========== Pagination ========== */
.mgw-pagination {
	margin-top: 24px;
	text-align: center;
}

.mgw-pagination ul.page-numbers {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
	gap: 4px;
}

.mgw-pagination ul.page-numbers li {
	display: inline-block;
}

.mgw-pagination ul.page-numbers li a,
.mgw-pagination ul.page-numbers li span {
	display: inline-block;
	min-width: 32px;
	padding: 6px 10px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.8125rem;
	color: var(--gp-muted);
	background: rgba(5, 10, 27, 0.65);
}

.mgw-pagination ul.page-numbers li a:hover {
	background: rgba(0, 229, 255, 0.12);
	border-color: var(--gp-neon-cyan);
	color: var(--gp-neon-cyan);
	box-shadow: 0 0 14px rgba(0, 229, 255, 0.2);
}

.mgw-pagination ul.page-numbers li .current {
	background: linear-gradient(135deg, rgba(255, 45, 149, 0.35), rgba(0, 229, 255, 0.12));
	border-color: var(--gp-neon-pink);
	color: var(--gp-text);
	box-shadow: 0 0 18px rgba(255, 45, 149, 0.2);
}

/* ========== Footer ========== */
.site-footer {
	background: #02040c;
	color: rgba(255, 255, 255, 0.68);
	padding: 22px 0;
	font-size: 0.8125rem;
	border-top: 1px solid rgba(0, 229, 255, 0.08);
}

.site-footer a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
	transition: color 0.2s ease, text-shadow 0.2s ease;
}

.site-footer a:hover {
	color: var(--gp-neon-cyan);
	text-shadow: 0 0 10px rgba(0, 229, 255, 0.35);
}

.site-footer-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
	align-items: center;
}

/* ========== Réactivité (breakpoints Wirenews) ========== */
@media (min-width: 767px) {
	.mgw-featured-grid {
		grid-template-columns: minmax(0, 2fr) minmax(0, 1.4fr);
	}
}

@media (max-width: 991.98px) {
	.mgw-layout {
		grid-template-columns: 1fr;
	}

	.mgw-post-card {
		grid-template-columns: 1fr;
	}

	.mgw-featured-grid {
		grid-template-columns: 1fr;
	}

	.mgw-main-nav-inner {
		justify-content: space-between;
	}

	.mgw-featured-main {
		min-height: 395px;
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.mgw-header-inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.mgw-main-nav .menu > li > a {
		padding: 10px 12px;
		font-size: 0.8125em;
		border-bottom: 1px solid rgba(225,225,225,0.4);
	}

	.mgw-featured-main {
		min-height: 300px;
		margin-bottom: 20px;
	}

	.site-title {
		font-size: 2em;
	}
}

@media (max-width: 576px) {
	.mgw-main-nav-inner {
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.mgw-main-nav .mgw-header-search {
		margin-left: 0;
		flex: 1 1 100%;
		max-width: 100%;
	}

	.mgw-main-nav .mgw-header-search input[type="search"] {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.content-area {
		margin-bottom: 30px;
	}
}

/* ========== Easy Table of Contents — harmonie style néon ========== */
#ez-toc-container,
.ez-toc-widget-container,
div[id^="ez-toc-container"] {
	background: rgba(10, 14, 22, 0.88) !important;
	border: 1px solid rgba(0, 229, 255, 0.35) !important;
	border-radius: 12px !important;
	box-shadow:
		0 0 0 1px rgba(0, 212, 255, 0.08),
		0 0 28px rgba(0, 212, 255, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	padding: 1rem 1.15rem !important;
	margin: 1.5rem 0 !important;
}

#ez-toc-container .ez-toc-title-container,
.ez-toc-widget-container .ez-toc-title-container {
	border-bottom: 1px solid rgba(0, 229, 255, 0.2) !important;
	padding-bottom: 0.65rem !important;
	margin-bottom: 0.75rem !important;
}

#ez-toc-container .ez-toc-title,
.ez-toc-widget-container .ez-toc-title {
	color: var(--gp-neon-cyan) !important;
	font-family: var(--headFont) !important;
	font-weight: 700 !important;
	font-size: 1rem !important;
	letter-spacing: 0.06em !important;
	text-transform: uppercase !important;
	text-shadow: 0 0 12px rgba(0, 229, 255, 0.45) !important;
	margin: 0 !important;
	background: transparent !important;
	border: none !important;
}

#ez-toc-container .ez-toc-title-toggle,
.ez-toc-widget-container .ez-toc-title-toggle {
	color: var(--gp-neon-cyan) !important;
	opacity: 0.85;
}

#ez-toc-container .ez-toc-title-toggle a,
.ez-toc-widget-container .ez-toc-title-toggle a,
#ez-toc-container .ez-toc-toggle,
.ez-toc-widget-container .ez-toc-toggle {
	color: var(--gp-neon-cyan) !important;
	text-decoration: none !important;
	border: 1px solid rgba(0, 229, 255, 0.35) !important;
	border-radius: 6px !important;
	padding: 0.2rem 0.5rem !important;
	background: rgba(0, 212, 255, 0.08) !important;
	transition: color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#ez-toc-container .ez-toc-title-toggle a:hover,
#ez-toc-container .ez-toc-title-toggle a:focus,
.ez-toc-widget-container .ez-toc-title-toggle a:hover,
.ez-toc-widget-container .ez-toc-title-toggle a:focus,
#ez-toc-container .ez-toc-toggle:hover,
#ez-toc-container .ez-toc-toggle:focus {
	color: #fff !important;
	border-color: rgba(0, 229, 255, 0.6) !important;
	box-shadow: 0 0 14px rgba(0, 212, 255, 0.25);
}

#ez-toc-container .ez-toc-list,
.ez-toc-widget-container .ez-toc-list {
	border: none !important;
	background: transparent !important;
}

#ez-toc-container .ez-toc-list li,
.ez-toc-widget-container .ez-toc-list li {
	border: none !important;
}

#ez-toc-container .ez-toc-list a,
.ez-toc-widget-container .ez-toc-list a,
#ez-toc-container .ez-toc-link,
.ez-toc-widget-container .ez-toc-link {
	color: rgba(230, 245, 255, 0.92) !important;
	text-decoration: none !important;
	border-bottom: 1px solid transparent !important;
	transition: color 0.2s ease, text-shadow 0.2s ease, border-color 0.2s ease;
}

#ez-toc-container .ez-toc-list a:hover,
#ez-toc-container .ez-toc-list a:focus,
.ez-toc-widget-container .ez-toc-list a:hover,
.ez-toc-widget-container .ez-toc-list a:focus {
	color: var(--gp-neon-cyan) !important;
	text-shadow: 0 0 10px rgba(0, 229, 255, 0.4);
	border-bottom-color: rgba(0, 229, 255, 0.35) !important;
}

#ez-toc-container .ez-toc-list .active > a,
#ez-toc-container .ez-toc-list a.active,
.ez-toc-widget-container .ez-toc-list .active > a,
.ez-toc-widget-container .ez-toc-list a.active {
	color: var(--gp-neon-cyan) !important;
	font-weight: 600 !important;
	text-shadow: 0 0 12px rgba(0, 229, 255, 0.5);
}

#ez-toc-container .ez-toc-list .ez-toc-heading-level-2,
.ez-toc-widget-container .ez-toc-list .ez-toc-heading-level-2 {
	padding-left: 0;
}

#ez-toc-container .ez-toc-list .ez-toc-heading-level-3,
.ez-toc-widget-container .ez-toc-list .ez-toc-heading-level-3 {
	padding-left: 0.75rem;
	opacity: 0.95;
}

#ez-toc-container .ez-toc-list .ez-toc-heading-level-4,
.ez-toc-widget-container .ez-toc-list .ez-toc-heading-level-4 {
	padding-left: 1.25rem;
	opacity: 0.9;
}

#ez-toc-container.counter-decimal .ez-toc-list li::before,
#ez-toc-container.counter-numeric .ez-toc-list li::before,
#ez-toc-container.counter-romanupper .ez-toc-list li::before,
#ez-toc-container.counter-romanlower .ez-toc-list li::before,
.ez-toc-widget-container.counter-decimal .ez-toc-list li::before {
	color: rgba(0, 229, 255, 0.75) !important;
}

#ez-toc-container .ez-toc-cssicon,
.ez-toc-widget-container .ez-toc-cssicon {
	border-color: rgba(0, 229, 255, 0.5) !important;
}

/* =============================================================================
   En-tête sticky, burger, accueil, arc-en-ciel, listes image à droite
   ============================================================================= */

.gp-header-sticky {
	position: sticky;
	top: 0;
	z-index: 10050;
	background: rgba(5, 10, 27, 0.92);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(0, 229, 255, 0.12);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.gp-header-top-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: nowrap;
	padding: 10px 0;
	min-height: 56px;
}

.gp-header-top-inner .site-branding {
	flex: 1 1 auto;
	min-width: 0;
}

.gp-header-top-inner .site-branding-inner {
	flex-wrap: nowrap;
	gap: 12px;
}

.gp-header-tools {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	gap: 10px;
	flex: 0 0 auto;
}

.gp-social-links {
	display: flex;
	align-items: center;
	gap: 10px;
}

.gp-social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: none;
	background: transparent;
	text-decoration: none;
	box-shadow: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.gp-social__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	line-height: 0;
}

.gp-social__svg {
	display: block;
	width: 22px;
	height: 22px;
	flex-shrink: 0;
}

.gp-social:hover,
.gp-social:focus {
	opacity: 0.88;
	transform: scale(1.06);
	outline: none;
}

.gp-social:focus-visible {
	outline: 2px solid var(--gp-neon-cyan);
	outline-offset: 2px;
}

.gp-search-icon {
	font-size: 1.1rem;
	line-height: 1;
	opacity: 0.85;
}

.mgw-nav-toggle {
	display: none;
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid rgba(0, 229, 255, 0.35);
	border-radius: 10px;
	background: rgba(8, 14, 30, 0.9);
	cursor: pointer;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
}

.mgw-nav-toggle-bar {
	display: block;
	width: 20px;
	height: 2px;
	background: var(--gp-neon-cyan);
	border-radius: 1px;
	box-shadow: 0 0 6px rgba(0, 229, 255, 0.5);
}

.gp-nav-panel {
	position: relative;
}

.gp-nav-panel-inner {
	padding-bottom: 10px;
}

.site-title a {
	color: inherit;
	text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
	color: var(--gp-neon-cyan);
}

body.gp-is-front .mgw-layout {
	grid-template-columns: 1fr;
}

@media (max-width: 991.98px) {
	.mgw-nav-toggle {
		display: inline-flex;
	}

	.gp-header-search--desktop {
		display: none !important;
	}

	.gp-nav-panel {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		max-height: min(70vh, 520px);
		overflow-y: auto;
		background: rgba(5, 10, 27, 0.98);
		border-bottom: 1px solid rgba(255, 45, 149, 0.15);
		box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
		z-index: 10040;
	}

	.gp-nav-panel.is-open {
		display: block;
	}

	.gp-nav-panel .mgw-main-nav {
		border-top: 0;
		box-shadow: none;
	}

	.gp-nav-panel .mgw-main-nav-inner {
		flex-direction: column;
		align-items: stretch;
	}

	.gp-nav-panel .mgw-main-nav .menu {
		flex-direction: column;
		width: 100%;
	}

	.gp-nav-panel .mgw-main-nav .menu > li > a {
		border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	}

	.gp-header-search--mobile {
		margin-top: 12px;
		padding-bottom: 8px;
	}

	.gp-header-search--mobile .search-field {
		width: 100%;
		max-width: 100%;
	}

	.site-description {
		display: none;
	}
}

@media (min-width: 992px) {
	.gp-header-search--mobile {
		display: none !important;
	}

	.gp-nav-panel .gp-header-search--mobile {
		display: none !important;
	}
}

/* Arc-en-ciel + espace incompressible sous la barre */
.gp-rainbow-bar {
	display: block;
	box-sizing: content-box;
	height: 4px;
	width: 100%;
	margin: 0;
	padding-block-end: 0.15rem;
	border: 0;
	border-radius: 2px;
	background: linear-gradient(
		90deg,
		#ff2d95,
		#ff8c00,
		#ffc233,
		#00e5ff,
		#7c3aed,
		#ff2d95
	);
	background-size: 200% 100%;
	animation: gp-rainbow-shift 8s linear infinite;
	box-shadow: 0 0 12px rgba(255, 45, 149, 0.35);
}

@keyframes gp-rainbow-shift {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 200% 50%;
	}
}

.gp-home-block {
	margin-bottom: 28px;
}

.gp-neon-title {
	font-family: var(--headFont);
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.2;
}

.gp-home-section-title {
	font-size: clamp(1.15rem, 2.4vw, 1.65rem);
	margin: 0 0 16px;
	padding-bottom: 8px;
	border-bottom: 2px solid transparent;
}

.gp-neon-title--magenta {
	color: var(--gp-neon-pink);
	text-shadow:
		0 0 8px rgba(255, 45, 149, 0.85),
		0 0 24px rgba(255, 45, 149, 0.45);
	border-bottom-color: rgba(255, 45, 149, 0.45);
}

.gp-neon-title--cyan {
	color: var(--gp-neon-cyan);
	text-shadow:
		0 0 8px rgba(0, 229, 255, 0.75),
		0 0 22px rgba(0, 229, 255, 0.35);
	border-bottom-color: rgba(0, 229, 255, 0.4);
}

.gp-neon-title--gold {
	color: var(--gp-gold);
	text-shadow:
		0 0 8px rgba(255, 194, 51, 0.75),
		0 0 22px rgba(255, 140, 0, 0.35);
	border-bottom-color: rgba(255, 194, 51, 0.45);
}

.gp-neon-title--orange {
	color: var(--gp-orange);
	text-shadow:
		0 0 8px rgba(255, 140, 0, 0.85),
		0 0 22px rgba(255, 94, 0, 0.4);
	border-bottom-color: rgba(255, 140, 0, 0.5);
}

.gp-neon-title--violet {
	color: #c4a5ff;
	text-shadow:
		0 0 8px rgba(168, 85, 247, 0.85),
		0 0 24px rgba(124, 58, 237, 0.45);
	border-bottom-color: rgba(168, 85, 247, 0.5);
}

.gp-neon-title--mint {
	color: #5fffd2;
	text-shadow:
		0 0 8px rgba(0, 255, 200, 0.75),
		0 0 22px rgba(0, 229, 180, 0.35);
	border-bottom-color: rgba(0, 255, 200, 0.4);
}

.gp-home-subtitle {
	font-size: clamp(0.95rem, 1.6vw, 1.15rem);
	margin: 0 0 12px;
}

.gp-home-hero-grid {
	--gp-hero-media-min-h: clamp(220px, 36vw, 320px);
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
	gap: 20px;
	align-items: stretch;
}

.gp-home-hero-video,
.gp-home-hero-surprise {
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.gp-home-hero-video .gp-home-subtitle,
.gp-home-hero-surprise .gp-home-subtitle {
	flex: 0 0 auto;
}

.gp-home-hero-grid .gp-video-frame,
.gp-home-hero-surprise .gp-surprise-card {
	flex: 1 1 auto;
	min-height: var(--gp-hero-media-min-h);
}

.gp-home-hero-grid .gp-video-frame {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
}

.gp-home-hero-grid .gp-video-frame--youtube iframe,
.gp-home-hero-grid .gp-video-frame--local video {
	flex: 1 1 auto;
	width: 100%;
	min-height: var(--gp-hero-media-min-h);
	height: auto;
	aspect-ratio: 16 / 9;
	border: 0;
}

.gp-home-hero-video .gp-video-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	min-height: var(--gp-hero-media-min-h);
	margin: 0;
	padding: 20px;
	text-align: center;
	color: var(--gp-muted);
	font-size: 0.9375rem;
	border-radius: 10px;
	border: 1px dashed rgba(0, 229, 255, 0.35);
	background: rgba(8, 14, 30, 0.6);
}

@media (max-width: 767px) {
	.gp-home-hero-grid {
		grid-template-columns: 1fr;
	}
}

.gp-video-frame {
	position: relative;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(0, 229, 255, 0.35);
	box-shadow: 0 0 24px rgba(0, 229, 255, 0.12);
	background: #000;
}

.gp-video-frame--youtube iframe,
.gp-video-frame--local video {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	border: 0;
}

.gp-video-placeholder {
	margin: 0;
	padding: 20px;
	text-align: center;
	color: var(--gp-muted);
	font-size: 0.9375rem;
}

.gp-surprise-card {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 220px;
	border-radius: 10px;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	border: 1px solid rgba(255, 194, 51, 0.45);
	box-shadow: 0 0 28px rgba(255, 194, 51, 0.15);
	background-size: cover;
	background-position: center;
}

.gp-surprise-card--no-thumb {
	background-image: linear-gradient(145deg, #2a1040 0%, #050a1b 100%);
}

.gp-surprise-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.88), transparent 55%);
	pointer-events: none;
}

.gp-surprise-card__inner {
	position: relative;
	z-index: 1;
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.gp-surprise-card__label {
	display: inline-block;
	align-self: flex-start;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 0.8125rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	background: linear-gradient(135deg, var(--gp-gold), var(--gp-orange));
	color: #0a0612;
	box-shadow: 0 0 14px rgba(255, 194, 51, 0.45);
}

.gp-surprise-card__title {
	font-size: 1.125rem;
	font-weight: 800;
	line-height: 1.25;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
}

.gp-surprise-banner {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 280px;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	background-size: cover;
	background-position: center;
	border: 1px solid rgba(255, 45, 149, 0.4);
	box-shadow: 0 0 32px rgba(255, 45, 149, 0.2);
}

.gp-surprise-banner--no-thumb {
	background-image: linear-gradient(120deg, #1a0b2e, #050a1b);
}

.gp-surprise-banner__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent 50%);
	pointer-events: none;
}

.gp-surprise-banner__content {
	position: relative;
	z-index: 1;
	padding: 22px 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 10px;
}

.gp-surprise-banner__cta {
	display: inline-block;
	padding: 10px 18px;
	border-radius: 999px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.875rem;
	background: linear-gradient(135deg, var(--gp-gold), var(--gp-orange));
	color: #0a0612;
}

.gp-surprise-banner__title {
	font-size: clamp(1.25rem, 2.5vw, 1.75rem);
	font-weight: 800;
	max-width: 720px;
}

.gp-home-empty {
	color: var(--gp-muted);
	margin: 0;
}

.gp-tag-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gp-tag-pill {
	display: inline-block;
	padding: 0.45em 0.95em;
	border-radius: 999px;
	font-size: 0.8125rem;
	font-weight: 600;
	text-decoration: none;
	background: rgba(8, 20, 45, 0.92);
	border: 1px solid rgba(0, 229, 255, 0.45);
	color: var(--gp-neon-cyan);
	transition: color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.gp-tag-pill:hover,
.gp-tag-pill:focus {
	color: #fff;
	border-color: rgba(0, 229, 255, 0.75);
	box-shadow: 0 0 14px rgba(0, 229, 255, 0.25);
}

.gp-footer-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
}

.gp-footer-nav a {
	font-weight: 600;
}

.site-footer-inner {
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 14px;
}

/* Listes : image à gauche (150px min.), texte à droite */
.mgw-listing .mgw-post-card,
.gp-home-post-list .mgw-post-card {
	flex-direction: row;
	align-items: stretch;
}

.gp-home-post-list .mgw-post-card-thumb {
	flex: 0 0 150px;
	width: 150px;
	max-width: 150px;
	min-width: 150px;
	min-height: 150px;
	height: auto;
	overflow: hidden;
	background: transparent;
	display: flex;
	flex-direction: column;
}

.gp-home-post-list .mgw-post-card-thumb-link {
	display: flex;
	flex: 1 1 auto;
	width: 100%;
	min-height: 150px;
	height: 100%;
	line-height: 0;
}

.gp-home-post-list .mgw-post-card-thumb .mgw-picture {
	display: flex;
	flex: 1 1 auto;
	width: 100%;
	min-height: 150px;
	height: 100%;
	line-height: 0;
}

.gp-home-post-list .mgw-post-card-thumb img,
.gp-home-post-list .mgw-post-card-thumb .mgw-picture img,
.gp-home-post-list .mgw-post-card__thumb-img {
	width: 100% !important;
	height: 100% !important;
	min-height: 150px;
	max-width: 100% !important;
	max-height: none !important;
	object-fit: cover;
}

.gp-single-featured-thumb {
	margin: 0 0 20px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(0, 229, 255, 0.25);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.gp-single-featured-thumb__img {
	display: block;
	width: 100%;
	height: auto;
}

.gp-single-video {
	margin: 0 0 20px;
}

.mgw-cat-archive .mgw-jv-news-head .mgw-jv-news-title.gp-neon-title--magenta {
	color: var(--gp-neon-pink);
	text-shadow:
		0 0 10px rgba(255, 45, 149, 0.75),
		0 0 26px rgba(255, 45, 149, 0.35);
}

.mgw-cat-archive .mgw-jv-news-head .mgw-jv-news-title.gp-neon-title--cyan {
	color: var(--gp-neon-cyan);
	text-shadow:
		0 0 10px rgba(0, 229, 255, 0.65),
		0 0 24px rgba(0, 229, 255, 0.3);
}

.mgw-cat-archive .mgw-jv-news-head .mgw-jv-news-title.gp-neon-title--gold {
	color: var(--gp-gold);
	text-shadow:
		0 0 10px rgba(255, 194, 51, 0.65),
		0 0 24px rgba(255, 140, 0, 0.3);
}

/* Accueil — Génériques / Intro Gaming : image + titre, bloc entier cliquable */
.gp-home-cover-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gp-home-cover-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 900px) {
	.gp-home-cover-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gp-home-cover-grid--three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 420px) {
	.gp-home-cover-grid {
		grid-template-columns: 1fr;
	}
}

.gp-home-cover-card {
	margin: 0;
	padding: 0;
}

.gp-home-cover-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: var(--gp-text);
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(0, 229, 255, 0.22);
	background: rgba(8, 14, 30, 0.75);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.gp-home-cover-card__link:hover,
.gp-home-cover-card__link:focus {
	border-color: rgba(255, 45, 149, 0.55);
	box-shadow:
		0 0 22px rgba(255, 45, 149, 0.2),
		0 8px 28px rgba(0, 0, 0, 0.45);
	transform: translateY(-2px);
	outline: none;
}

.gp-home-cover-card__link:focus-visible {
	outline: 2px solid var(--gp-neon-cyan);
	outline-offset: 3px;
}

.gp-home-cover-card__media {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #0a1020;
}

.gp-home-cover-card__media .mgw-picture,
.gp-home-cover-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gp-home-cover-card__placeholder {
	width: 100%;
	height: 100%;
	min-height: 120px;
	background: linear-gradient(145deg, #2a1040 0%, #050a1b 100%);
}

.gp-home-cover-card__title {
	margin: 0;
	padding: 12px 10px 14px;
	font-family: var(--headFont);
	font-size: clamp(0.8125rem, 1.1vw, 0.9375rem);
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	text-transform: none;
	letter-spacing: 0.02em;
	color: inherit;
}

.gp-home-cover-card__link:hover .gp-home-cover-card__title,
.gp-home-cover-card__link:focus .gp-home-cover-card__title {
	color: var(--gp-neon-cyan);
	text-shadow: 0 0 12px rgba(0, 229, 255, 0.35);
}
