/* GENESIS — Page connexion (plein écran) */
html.gx-auth-html,
html.gx-auth-html body,
body.landing-auth {
	margin: 0 !important;
	padding: 0 !important;
	background: #1a1218 !important;
	color: #fff !important;
	overflow: hidden !important;
	height: 100% !important;
	width: 100% !important;
}

body.landing-auth #main-container,
body.landing-auth .site-content-wrap,
body.landing-auth .site-content-wrap.container,
body.landing-auth .site-main-content,
body.landing-auth #main,
body.landing-auth .row,
body.landing-auth .column,
body.landing-auth .large-12 {
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	position: static !important;
	overflow: visible !important;
	height: auto !important;
	min-height: 0 !important;
}

body.landing-auth .gx-topnav,
body.landing-auth .gx-footer,
body.landing-auth .gx-fixed-bar,
body.landing-auth .gx-clearfix,
body.landing-auth #me-page-header,
body.landing-auth .marche-slider-wrap,
body.landing-auth #scrollUp {
	display: none !important;
}

.gx-auth {
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	z-index: 99999 !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	width: 100vw !important;
	height: 100vh !important;
	font-family: "Manrope", "Segoe UI", sans-serif !important;
	color: #fff !important;
	background: #1a1218 !important;
	overflow: hidden !important;
}

.gx-auth-panel {
	position: relative !important;
	z-index: 2 !important;
	-webkit-box-flex: 0 !important;
	-ms-flex: 0 0 400px !important;
	flex: 0 0 400px !important;
	width: 400px !important;
	max-width: 42vw !important;
	height: 100% !important;
	background: #22171e !important;
	padding: 28px 36px 40px !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

.gx-auth-media {
	position: relative !important;
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
	min-width: 0 !important;
	height: 100% !important;
	overflow: hidden !important;
	background: #0b0b10 !important;
}

.gx-auth-video,
.gx-auth-fallback {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
	display: block !important;
}

.gx-auth-video { z-index: 2 !important; }
.gx-auth-fallback { z-index: 1 !important; }

.gx-auth-signup {
	position: fixed !important;
	top: 18px !important;
	right: 22px !important;
	left: auto !important;
	z-index: 100000 !important;
	display: inline-block !important;
	padding: 10px 18px !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: #111 !important;
	font-weight: 800 !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
	text-decoration: none !important;
	box-shadow: 0 8px 24px rgba(0,0,0,0.35) !important;
}

.gx-auth-signup:hover {
	background: #c8f000 !important;
	color: #111 !important;
}

.gx-auth-brand {
	display: inline-block !important;
	color: #fff !important;
	text-decoration: none !important;
	font-family: "Bebas Neue", Impact, sans-serif !important;
	font-size: 28px !important;
	letter-spacing: 0.06em !important;
	margin: 0 0 40px !important;
}

.gx-auth-back {
	margin-right: 8px !important;
	font-family: "Manrope", sans-serif !important;
	font-size: 20px !important;
}

.gx-auth-form-wrap {
	width: 100% !important;
	max-width: 340px !important;
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.gx-auth-form-wrap h1 {
	margin: 0 0 10px !important;
	padding: 0 !important;
	font-size: 36px !important;
	font-weight: 800 !important;
	color: #fff !important;
	line-height: 1.1 !important;
	background: none !important;
	border: 0 !important;
}

.gx-auth-switch {
	margin: 0 0 24px !important;
	font-size: 14px !important;
	color: rgba(255,255,255,0.78) !important;
}

.gx-auth-switch a {
	color: #c8f000 !important;
	font-weight: 800 !important;
	text-decoration: none !important;
}

.gx-auth-or {
	display: block !important;
	text-align: center !important;
	margin: 0 0 22px !important;
	color: rgba(255,255,255,0.45) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em !important;
	border-top: 1px solid rgba(255,255,255,0.18) !important;
	padding-top: 0 !important;
	line-height: 0 !important;
}

.gx-auth-or span {
	display: inline-block !important;
	background: #22171e !important;
	padding: 0 12px !important;
	position: relative !important;
	top: -0.55em !important;
	line-height: 1.2 !important;
}

.gx-auth-error {
	margin: 0 0 14px !important;
	padding: 10px 12px !important;
	border-radius: 8px !important;
	background: rgba(220, 60, 60, 0.18) !important;
	border: 1px solid rgba(220, 60, 60, 0.35) !important;
	color: #ffb4b4 !important;
	font-size: 13px !important;
}

.gx-auth-form {
	display: block !important;
	width: 100% !important;
}

.gx-auth-field {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	background: #3d2835 !important;
	border-radius: 10px !important;
	padding: 10px 14px 12px !important;
	margin: 0 0 14px !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	float: none !important;
	border: 0 !important;
	box-shadow: none !important;
}

.gx-auth-field > span {
	display: block !important;
	float: none !important;
	width: auto !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	letter-spacing: 0.04em !important;
	color: #b5a09a !important;
	margin: 0 0 4px !important;
}

.gx-auth-field input,
.gx-auth-field input[type="text"],
.gx-auth-field input[type="password"],
.gx-auth-field input[type="email"] {
	display: block !important;
	width: 100% !important;
	border: 0 !important;
	outline: none !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #e8ddd8 !important;
	font-size: 15px !important;
	font-family: "Manrope", "Segoe UI", sans-serif !important;
	padding: 0 28px 0 0 !important;
	margin: 0 !important;
	height: auto !important;
	line-height: 1.45 !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

.gx-auth-field input::placeholder {
	color: #9a8580 !important;
	opacity: 1 !important;
}

.gx-auth-field input:-webkit-autofill,
.gx-auth-field input:-webkit-autofill:hover,
.gx-auth-field input:-webkit-autofill:focus {
	-webkit-text-fill-color: #e8ddd8 !important;
	-webkit-box-shadow: 0 0 0 1000px #3d2835 inset !important;
	transition: background-color 9999s ease-in-out 0s;
	caret-color: #e8ddd8 !important;
}

.gx-auth-field:focus-within {
	background: #4a3340 !important;
}

.gx-auth-eye {
	position: absolute !important;
	right: 12px !important;
	bottom: 12px !important;
	border: 0 !important;
	background: transparent !important;
	color: #b5a09a !important;
	cursor: pointer !important;
	padding: 0 !important;
	font-size: 16px !important;
}

.gx-auth-eye:hover { color: #e8ddd8 !important; }

.gx-auth-forgot {
	display: block !important;
	text-align: right !important;
	margin: 0 0 16px !important;
}

.gx-auth-forgot a {
	color: #b5a09a !important;
	font-size: 13px !important;
	text-decoration: underline !important;
}

.gx-auth-forgot a:hover { color: #e8ddd8 !important; }

.gx-auth-submit,
button.gx-auth-submit {
	display: block !important;
	width: 100% !important;
	border: 0 !important;
	border-radius: 10px !important;
	padding: 14px 18px !important;
	background: #fff !important;
	color: #111 !important;
	font-family: "Manrope", "Segoe UI", sans-serif !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	cursor: pointer !important;
	text-align: center !important;
	float: none !important;
}

.gx-auth-submit:hover {
	background: #c8f000 !important;
}

.gx-auth-pause {
	position: absolute !important;
	left: 18px !important;
	bottom: 18px !important;
	z-index: 5 !important;
	width: 42px !important;
	height: 42px !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: rgba(0,0,0,0.5) !important;
	color: #fff !important;
	cursor: pointer !important;
}

@media (max-width: 900px) {
	html.gx-auth-html,
	html.gx-auth-html body,
	body.landing-auth {
		overflow: auto !important;
		height: auto !important;
		min-height: 100vh !important;
	}

	.gx-auth {
		position: relative !important;
		display: block !important;
		width: 100% !important;
		height: auto !important;
		min-height: 100vh !important;
		overflow: visible !important;
	}

	.gx-auth-media,
	.gx-auth-video,
	.gx-auth-fallback,
	.gx-auth-pause {
		display: none !important;
		height: 0 !important;
		min-height: 0 !important;
		width: 0 !important;
		overflow: hidden !important;
		visibility: hidden !important;
		pointer-events: none !important;
	}

	.gx-auth-panel {
		width: 100% !important;
		max-width: none !important;
		height: auto !important;
		min-height: 100vh !important;
		-ms-flex: none !important;
		flex: none !important;
	}

	.gx-auth-signup {
		position: absolute !important;
	}
}

/* ---- Inscription (formulaire plus long) ---- */
.gx-auth-register .gx-auth-panel {
	-ms-flex: 0 0 440px !important;
	flex: 0 0 440px !important;
	width: 440px !important;
	max-width: 46vw !important;
}

.gx-auth-register .gx-auth-form-wrap {
	margin-top: 0 !important;
	margin-bottom: 12px !important;
	max-width: 360px !important;
}

.gx-auth-register .gx-auth-form-wrap h1 {
	font-size: 30px !important;
}

.gx-auth-captcha {
	margin: 4px 0 8px !important;
}

.gx-auth-captcha > span {
	display: block !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	letter-spacing: 0.04em !important;
	color: #b5a09a !important;
	margin: 0 0 8px !important;
}

.gx-auth-recaptcha {
    min-height: 78px !important;
    margin: 0 0 12px !important;
    overflow: visible !important;
}

.gx-auth-recaptcha .g-recaptcha {
    min-height: 78px !important;
    transform-origin: left top !important;
}

.gx-auth-success h1 {
	margin: 0 0 12px !important;
	color: #fff !important;
	font-size: 34px !important;
}

.gx-auth-success p {
	margin: 0 0 10px !important;
	color: rgba(255,255,255,0.8) !important;
	font-size: 14px !important;
}

.gx-auth-success-sub {
	margin-bottom: 22px !important;
	color: rgba(255,255,255,0.55) !important;
	font-size: 13px !important;
}

.gx-auth-success .gx-auth-submit {
	text-decoration: none !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

@media (max-width: 900px) {
	.gx-auth-register .gx-auth-panel {
		width: 100% !important;
		max-width: none !important;
	}
}
