/* ========== Hero slider (accueil) ========== */
#hero-slider-wrap {
	position: relative;
	width: 100%;
	left: 0;
	right: 0;
	height: 441px;
	overflow: hidden;
	background: #1a1a1a;
	margin: 0;
	padding: 0;
}

#slider-imgs {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 441px;
	z-index: 1;
}

#slider-imgs .featured-img-box {
	position: relative;
	width: 100%;
	max-width: none;
	height: 441px;
	margin: 0;
}

#slider-imgs .featured-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 441px;
	opacity: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

#slider-imgs .featured-img.invisible {
	opacity: 0;
	z-index: 1;
}

/* Landing immersif : annule la hauteur fixe 441px */
body.landing-home #slider-imgs,
body.landing-home #slider-imgs .featured-img-box,
body.landing-home #slider-imgs .featured-img,
body.has-hero-slider #slider-imgs,
body.has-hero-slider #slider-imgs .featured-img-box,
body.has-hero-slider #slider-imgs .featured-img {
	height: 100% !important;
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
}

#slider {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: none;
	height: 441px;
	margin: 0;
}

#slider #slider-info {
	position: absolute;
	bottom: 0;
	right: 40px;
	width: 300px;
}

#slider-info .padding-box ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider-info .padding-box ul li {
	display: block;
	padding: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 264px;
}

#slider-info .padding-box ul li:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(86, 55, 37, 0.83);
}

#slider-info .padding-box ul li.dis {
	display: none;
}

#slider-info h2 {
	color: #fff;
	font-size: 17px;
	margin: 0 0 9px;
	line-height: 23px;
	font-weight: 500;
}

#slider-info h2 a { color: #fff; }
#slider-info h2 a:hover { color: #169fe6; }

#slider-info p {
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	margin: 0;
}

.read-more-r {
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	margin-top: 10px;
	font-size: 12px;
	letter-spacing: 0.5px;
}
.read-more-r:hover { color: rgba(255,255,255,0.8); }

a.featured-select {
	display: block;
	float: left;
	width: 75px;
	height: 45px;
	position: relative;
	background: rgba(97, 69, 82, 0.9);
	overflow: hidden;
}

a.featured-select span { display: none; }

a.featured-select.this-is-next span.w-coin {
	display: block;
	position: absolute;
	z-index: 6;
	font-weight: bold;
	padding: 2px 6px;
	background: #fff;
	font-size: 11px;
	color: #797979;
	top: 15px;
	left: 29px;
	border-radius: 8px;
}

a.featured-select.this-is-next span.w-bar {
	display: block;
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	height: 3px;
	color: transparent;
	background: #fff;
	width: 0;
}

a.featured-select img {
	display: block;
	position: absolute;
	width: 75px;
	height: 45px;
	opacity: 0.4;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

a.featured-select.this-active img,
a.featured-select:hover img { opacity: 1; }

/* ========== Slider marché personnages ========== */
.marche-slider-wrap {
	padding-top: 15px;
	padding-bottom: 5px;
}

.marchePersoBoxedHeader {
	margin: 5px auto 0 auto;
	padding: 5px 0;
	list-style: none;
	font-size: 14px;
	background-color: #fcfcfc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.08);
	background-image: url("../images/gplaypattern.png");
	background-repeat: repeat;
	overflow: hidden;
	height: 43px;
}

.marchePersoBoxedHeader .marchePersoBoxedHeaderInner {
	height: 43px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}

.marchePersoBoxedHeader .marchePersoBoxedHeaderInner a {
	background: url("../images/ui_mini_perso.png") no-repeat;
	width: 141px;
	height: 43px;
	margin: 0 0 0 2px;
	display: inline-block;
}

.marchePersoBoxedHeader .marchePersoBoxedHeaderInner > div { display: inline; }
.marchePersoBoxedHeader .marchePersoBoxedHeaderInner a:hover .mini_perso_classe { color: #1a6fef; }
.marchePersoBoxedHeader .marchePersoBoxedHeaderInner a:hover img { opacity: 1; }

.marchePersoBoxedHeader .marchePersoBoxedHeaderInner a img {
	width: 35px;
	height: 35px;
	display: block;
	margin: 4px auto 0 4px;
	opacity: 0.8;
	float: left;
	overflow: hidden;
}

.marchePersoBoxedHeader .marchePersoBoxedHeaderInner a .mini_perso_details {
	width: 97px;
	height: 39px;
	margin: 0 2px 2px 0;
	float: right;
	line-height: 20px;
	text-align: center;
	padding-top: 2px;
	overflow: hidden;
	font-size: 14px;
	text-shadow: 1px 1px 0 white;
}

.marchePersoBoxedHeader .marchePersoBoxedHeaderInner a .mini_perso_level { color: #005bc1; }
.marchePersoBoxedHeader .marchePersoBoxedHeaderInner a .mini_perso_classe { color: #575757; }

@media (max-width: 767px) {
	#hero-slider-wrap { height: 280px; }
	#slider-imgs,
	#slider-imgs .featured-img-box,
	#slider-imgs .featured-img,
	#slider { height: 280px; }
	#slider #slider-info { width: 100%; right: 0; left: 0; }
	#slider-info .padding-box ul li { width: auto; right: 0; }
	a.featured-select { display: none; }
}

/* Disable conflicting old hero styles when landing is active */
body.landing-home #hero-slider-wrap { display: none !important; }
body.no-slider .gx-landing { display: none; }

/* Keep page content readable on dark theme pages */
.site-content-wrap {
	padding-bottom: 40px;
	min-height: 420px;
}
body.landing-home .site-content-wrap,
body.no-slider .site-content-wrap {
	position: relative;
	z-index: 2;
}

.site-main-content {
	background: #fff;
	padding: 25px 28px;
	margin-bottom: 30px;
	border: 1px solid #ebebeb;
	box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.clear-float { clear: both; }
.do-the-split {
	border-bottom: 1px solid #eee;
	height: 1px;
}

.content-padding { padding: 10px 0; }
.content-padding:after {
	content: "";
	display: table;
	clear: both;
}

/* News / articles */
.grid-articles { margin: 0 -10px; }
.grid-articles:after {
	content: "";
	display: table;
	clear: both;
}
.grid-articles .item {
	float: left;
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.grid-articles .item h3 {
	font-size: 18px;
	margin: 12px 0 8px;
	line-height: 1.35;
}
.grid-articles .item h3 a { color: #2c2c2c; }
.grid-articles .item h3 a:hover { color: #169fe6; }
.grid-articles .article-image-out { display: block; position: relative; }
.grid-articles .article-image img {
	width: 100%;
	height: auto;
	display: block;
}
.grid-articles .image-comments {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 2;
}
.grid-articles .image-comments span {
	display: inline-block;
	background: #169fe6;
	color: #fff;
	padding: 4px 8px;
	font-size: 11px;
	font-weight: 600;
}

.me-artice {
	margin-bottom: 35px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
}
.me-artice .blog-media img {
	width: 100%;
	height: auto;
	display: block;
}
.me-artice .post-title {
	margin: 8px 0 12px;
	font-size: 22px;
	line-height: 1.3;
}
.me-artice .post-title a { color: #222; }
.me-artice .post-title a:hover { color: #169fe6; }

.defbutton {
	display: inline-block;
	padding: 10px 16px;
	background: #169fe6;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 13px;
	border-radius: 3px;
	transition: background .2s;
}
.defbutton:hover { background: #1285c1; }
.defbutton .fa { margin-right: 6px; }

/* Alertes */
.top-alert-message {
	display: block;
	background: #c0392b;
	color: #fff !important;
	padding: 14px 18px;
	text-decoration: none !important;
	border-radius: 3px;
	margin-bottom: 18px;
}
.top-alert-message:hover { background: #a93226; }
.pod-live {
	display: inline-block;
	background: #fff;
	color: #c0392b;
	padding: 2px 8px;
	margin-right: 10px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 2px;
}

/* Formulaires */
.the-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	color: #444;
}
.the-form input[type="text"],
.the-form input[type="password"],
.the-form input[type="email"],
.the-form input[type="number"],
.the-form select,
.the-form textarea {
	width: 100%;
	max-width: 420px;
	padding: 10px 12px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-bottom: 14px;
	background: #fff;
}
.the-form .button,
.the-form input[type="submit"],
input.button,
a.button,
.button {
	display: inline-block;
	padding: 10px 18px;
	background: #169fe6;
	color: #fff !important;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none !important;
}
.the-form .button:hover,
.the-form input[type="submit"]:hover,
input.button:hover,
a.button:hover,
.button:hover { background: #1285c1; }
.button.big-size { padding: 12px 22px; font-size: 15px; }
.button.tiny { padding: 6px 12px; font-size: 12px; }
.button.radius { border-radius: 3px; }

.the-error-msg,
.info-msg {
	display: block;
	padding: 12px 14px;
	border-radius: 3px;
	margin-bottom: 12px;
}
.the-error-msg {
	background: #f8d7da;
	color: #721c24;
}
.info-msg {
	background: #d1ecf1;
	color: #0c5460;
}

.signup-panel { overflow: hidden; }
.signup-panel > .left,
.signup-panel > .right {
	width: 48%;
	float: left;
}
.signup-panel > .right { float: right; }
.signup-panel h2 {
	font-size: 22px;
	margin-bottom: 12px;
	border-bottom: 2px solid #169fe6;
	padding-bottom: 8px;
}
.signup-panel .form-split-about li {
	list-style: none;
	margin-bottom: 16px;
	padding-left: 0;
}
.signup-panel .form-split-about .fa {
	color: #169fe6;
	margin-right: 8px;
}
.doborderneph {
	border: 1px solid #e5e5e5;
	padding: 8px;
}

/* Sidebar widgets */
.me-sidebar { margin-bottom: 25px; }
.me-sidebar .heading-title {
	font-size: 16px;
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 2px solid #169fe6;
}
.server-status-box p { margin-bottom: 14px; text-align: center; }
.status-label {
	display: inline-block;
	margin-left: 6px;
	font-weight: 700;
	font-size: 12px;
}
.status-label.on { color: #27ae60; }
.status-label.off { color: #c0392b; }

/* Tables ladder */
.table_neph {
	width: 100%;
	font-size: 12px;
}
.table_neph .row_neph {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px solid #eee;
}
.table_neph .cell_neph {
	display: table-cell;
	padding: 6px 4px;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.table_neph .header_neph {
	background: #f5f5f5;
	font-weight: 700;
}
.sidebar-ladder .cell_neph:first-child { width: 18%; }
.sidebar-ladder img { max-width: 22px; height: auto; }

/* Pagination */
.pagination-container,
.paginate,
.pagination {
	margin: 20px 0;
	overflow: hidden;
}
.pagination a,
.pagination span,
a.plusetmoinpagination,
.paginate a {
	display: inline-block;
	padding: 6px 11px;
	margin: 0 2px 4px;
	background: #f0f0f0;
	color: #444;
	text-decoration: none;
	border-radius: 2px;
}
.pagination a:hover,
.paginate a:hover { background: #169fe6; color: #fff; }
.pagination .active a,
.pagination a.active {
	background: #169fe6;
	color: #fff;
}

/* Divers pages */
.big-message { text-align: center; padding: 40px 20px; }
.big-message h3 {
	font-size: 72px;
	color: #169fe6;
	margin: 0;
	line-height: 1;
}
.big-message h4 { font-size: 24px; margin: 10px 0; }
.big-message .msg-menu a {
	display: inline-block;
	margin-top: 15px;
	padding: 10px 18px;
	background: #169fe6;
	color: #fff !important;
	border-radius: 3px;
}

.ogrine_in_header {
	display: inline-block;
	background: #169fe6;
	color: #fff !important;
	padding: 1px 6px;
	border-radius: 2px;
	font-size: 11px;
	margin-left: 4px;
}

#stumpnetworkheader a {
	font-weight: 700;
	letter-spacing: 0.3px;
}

/* Ancien panel sidebar -> widgets */
#sidebar .panel,
.panel {
	background: #fff;
	border: 1px solid #eee;
	padding: 15px;
	margin-bottom: 20px;
}
.panel > h2 {
	font-size: 15px;
	margin: 0 0 12px;
}

/* Full width pages */
.full-width .site-main-content { width: 100%; }

.menunephdroit {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menunephdroit li { margin-bottom: 8px; }
.menunephdroit a {
	display: block;
	padding: 8px 10px;
	background: #f7f7f7;
	color: #333;
	border-radius: 3px;
	text-decoration: none;
}
.menunephdroit a:hover {
	background: #169fe6;
	color: #fff;
}
.menunephdroit .fa { margin-right: 6px; }

@media (max-width: 767px) {
	.grid-articles .item { width: 100%; }
	.signup-panel > .left,
	.signup-panel > .right {
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}
}
/* Formulaire de deconnexion securise (POST + CSRF), visuellement identique au lien. */
.gx-logout-form { display: inline-flex; margin: 0; }
.gx-logout-form .gx-pill { border: 0; cursor: pointer; font: inherit; }
