@charset 'UTF-8';
/* ################################################ */
/* ################################################ */
/* ################################################ */
/* REFONTE GRAPHIQUE 2023 */
/* ################################################ */
/* ################################################ */
/* ################################################ */

/* Reset */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

a, a:hover { text-decoration: none; }
svg { max-width: 100%; }
p { text-align: left; line-height: 1.25; }
hr { box-shadow: none; height: auto; }
strong { font-weight: 700; }

.hide { display: none !important; }

/* VARIABLES DE THEMES */
:root {
	--theme-primary-color: #bd2dff;
	--theme-primary-color-lighter: #dc90ff;
	--theme-primary-color-darker: #380052;
	--theme-secondary-color: #493453;
	--theme-tertiary-color: var(--theme-primary-color);

	--cookies-background-color: black;
	--cookies-text-color: white;

	--body-text-color-dark: #242027;

	--body-background-color: #13001c;
	--footer-background-color: #0d0213;

	--front-body-background-color: #13001c;
	--inner-body-background-color: var(--front-body-background-color);

	--mobile-front-body-background-color: #13001c;
	--mobile-inner-body-background-color: var(--front-body-background-color);

	--header-border-color: rgba(255, 255, 255, 0.1);
	--footer-border-color: rgba(255, 255, 255, 0.05);

	--inner-wrapper-background-color: #0d0213;

	--user-avatar-background-color: var(--theme-primary-color);

	--become-vip-background-color: #390b50;
	--online-members-background-color: #21042f;
	--offers-plus-background-color: #1c0e23;
	--offers-legals-background-color: #0e0214;

	/* 	Mobile */
	--header-mobile-navlink-background: var(--theme-primary-color);
	--header-mobile-navlink-fill: white;

	--header-mobile-background-color: var(--body-background-color);
	--footer-mobile-background-color: var(--footer-background-color);

	--become-vip-mobile-background-color: var(--theme-primary-color);
}

/* Global */
html { font-size: 62.5%; }

body {
	font-family: 'Jost', sans-serif;
	font-size: 1.6rem;
	color: white;
}

@media (min-width: 1400px) { .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1200px; } }
@media (min-width: 1540px) { .bigger-container { max-width: 1500px; } }

body.update-2023 .boxed {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body#new.update-2023 {
	background-color: var(--body-background-color);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	
}

.accent-color { fill: var(--theme-primary-color) !important; }


/* Cookies */
#cookies-bar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999999;
	background: var(--cookies-background-color);
	border: none;
}

#cookies-bar p {
	color: var(--cookies-text-color);
	padding-right: 20px;
	text-shadow: none;
}

#cookies-bar .btn { font-size: 1.4rem; float: none; border-radius: 4px; }
.update-2023 #cookies-bar .btn-gold { background: var(--theme-primary-color); border-color: var(--theme-primary-color); color: white; }
.update-2023 #cookies-bar .btn-gold:hover { background: var(--theme-primary-color-darker); border-color: var(--theme-primary-color-darker); }


/* Header */
#home-header { position: relative; }

#home-header > *[class^="container"].bigger-container > .row {
	border: none;
	padding: 20px 0px 20px 50px;
/*	border-bottom: 1px solid;
	border-color: var(--header-border-color, rgba(255, 255, 255, 0.1));*/
}

#home-header .home-logo,
#home-header .user-actions { width: auto; }

#home-header .home-logo img {max-width: 180px; width: auto; max-height: 42px;}

#home-header .home-login { position: relative; }
#home-header .home-login a {
	text-decoration: none;
	display: flex;
	align-items: center;
	padding: 0 !important;
	float: none !important;
}

#home-header #login-box { background: white; right: 0; }
#home-header #login-box::after { border-bottom-color: white; }

#home-header #login-box { border-radius: 5px; }

#home-header #login-box .row { margin-bottom: 5px; }
#home-header #login-box .row:last-of-type { margin-top: 15px; margin-bottom: 0; }
#home-header #login-box .form-control {
	margin-bottom: 5px;
	font-size: 1.4rem;
	padding: 0.5rem 1.4rem;
}

.form-check-input { margin-top: 0; }
#home-header #login-box .form-check-label { color: black; font-size: 1.2rem; }

#home-header #login-box .btn-primary {
	font-size: 1.5rem;
	font-weight: 700;
	font-family: 'Jost', sans-serif;
	text-transform: none;
	width: 100%;
	padding: 10px 0;
	border-radius: 10px;
	border: none;
	color: white;
	background: var(--theme-primary-color);
	box-shadow: none;
	transition: all ease-in 0.15s
}

#home-header #login-box .btn-primary:hover { background: var(--theme-primary-color-darker); }

#home-header #login-box a {
	transition: all ease-in 0.15s;
	color: black;
	font-size: 1.2rem;
	margin-top: 5px;
}

#home-header #login-box a:hover { color: var(--theme-primary-color); }


.form-check-input:checked { background-color: var(--theme-primary-color); border-color: var(--theme-primary-color); }

#home-header .home-login a span {
	font-size: 1.4rem;
	font-weight: 700;
	transition: all ease-in 0.15s;
	color: white;
}

#home-header .home-login a .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	transition: all ease-in 0.15s;
	border-radius: 4px;
	background: var(--theme-primary-color);
}

#home-header .home-login a span + .icon { margin-left: 5px }

#home-header .home-login a:hover span { opacity: 0.3; }
#home-header .home-login a:hover .icon { background: var(--theme-primary-color-darker); }

#home-header .user-actions > * {
	display: flex;
	align-items: center;
}

#home-header .user-actions .user {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 2.5rem;
}

#home-header .user-actions .user span {
	font-size: 1.4rem;
	font-weight: 700;
	transition: all ease-in 0.15s;
	color: white;
	margin: 0 0.5em;
}

#home-header .user-actions .user .icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 99999px;
	background: var(--user-avatar-background-color);
}

#home-header .user-actions .user .icon::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -0.4rem;
	bottom: 0;
	margin: auto;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 99999px;
	background: #abf733;
	box-shadow: 0 0 5px 0 #abf733, 0 0 10px 0 #abf733, 0 0 20px 0 #abf733;
	z-index: 3;
}

#home-header .user-actions .user .icon svg { opacity: 0.33; }

#home-header .user-actions .mobile { display: none; }

/* Homepage */
#homepage { margin-top: auto; }

#homepage .homepage-title {
	font-size: 1.6rem;
	margin-bottom: 50px;
}

#homepage .homepage-title > span { position: relative ;display: block; line-height: 0.7; }

#homepage .homepage-title .line1 {
	color: var(--theme-primary-color);
	font-size: 2.2em;
	font-weight: 700;
	z-index: 2;
}
.subtitle{
	width: 100%;
	max-width: 600px;
	line-height: 1 !important;
	padding-top: 10px;
}
#homepage .homepage-title .line2 {
	color: white;
	font-size: 6.875em;
	font-weight: 300;
	text-shadow:
		-1px -1px 0 var(--theme-primary-color),
		1px -1px 0 var(--theme-primary-color),
		-1px 1px 0 var(--theme-primary-color),
		1px 1px 0 var(--theme-primary-color);
	filter: drop-shadow(0 0 20px var(--theme-primary-color)); 
	z-index: 3;
}

#homepage .homepage-title .line3 {
	color: white;
	font-size: 1.125em;
	font-weight: 700;
	margin-top: 1.2em;
	z-index: 1;
}

@media screen and (min-width: 992px) {
	#homepage .wrapper .wrapper-neon {
		border-radius: 10px;
		padding: 1.5em 2em;
		border: solid 1px var(--theme-primary-color);
		-webkit-box-shadow: inset 0 0 0 1px white, inset 0 0 0 2px var(--theme-primary-color), inset 0 0 20px 0 var(--theme-primary-color), 0 0 20px 0 var(--theme-primary-color);
		box-shadow: inset 0 0 0 1px white, inset 0 0 0 2px var(--theme-primary-color), inset 0 0 20px 0 var(--theme-primary-color), 0 0 20px 0 var(--theme-primary-color);
	}
}

.update-2023 .form-select,
.update-2023 .form-control { font-style: normal; }

.update-2023 .form-select::placeholder,
.update-2023 .form-control::placeholder { font-style: italic; font-weight: 400 !important; opacity: 0.75; font-size: 1.4rem; }

.update-2023 .form-select {
	border-radius: 10px;
	min-height: 60px;
	color: var(--body-text-color-dark);
	font-size: 1.6rem;
	padding-left: 10px;
	padding-right: 55px;
	text-overflow: ellipsis;
}

.update-2023 .form-select,
.update-2023 .custom-checkboxes > * { cursor: pointer; }

.update-2023 a.btn { display: flex; align-items: center; justify-content: center; }

.update-2023 .btn { text-transform: none; }
.update-2023 .btn-primary {
	background: var(--theme-primary-color);
	border-color: var(--theme-primary-color);
	font-size: 1.8rem;
	padding: 0.7em 2em;
	font-weight: 700;
	border-radius: 10px;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.update-2023 .btn-primary:hover {
	background: var(--theme-primary-color-darker);
	border-color: var(--theme-primary-color-darker);
}

.update-2023 .btn-secondary {
	background: white;
	border-color: white;
	color: var(--theme-primary-color);
	font-size: 1.8rem;
	padding: 0.7em 2em;
	font-weight: 700;
	border-radius: 10px;
	line-height: 1.2;
}

.update-2023 .btn-secondary:hover {
	background: var(--theme-primary-color);
	border-color: var(--theme-primary-color);
	color: white;
}

.update-2023 .input-group-select { position: relative; z-index: 1; }
.update-2023 .input-group-select .form-select { background-image: none; }
.update-2023 .input-group-select::before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f078";
	color: var(--theme-primary-color);
	height: 35px;
	width: 40px;
	border-left: solid 2px var(--theme-primary-color);
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	bottom: 50%;
	right: 0;
	pointer-events: none;
	margin: auto;
	z-index: 999;
	opacity: 0.2;
}

.update-2023 .input-group-password { position: relative; z-index: 1; }
.update-2023 .input-group-password .input-show-password {
	position: absolute;
	color: var(--theme-primary-color);
	height: 35px;
	width: 40px;
	background: none;
	outline: none;
	border: none;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	bottom: 50%;
	right: 0;
	margin: auto;
	z-index: 999;
}

.update-2023 .input-group-password .input-show-password::before {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	border-left: solid 2px var(--theme-primary-color);
	opacity: 0.2;
}

.update-2023 #homepage .input-group-select .form-select { width: 60%; }
.update-2023 #homepage .input-group-select .btn-primary { width: 40%; padding: 0; }
.update-2023 #homepage .input-group-select::before { right: 40%; }

/* Adverts */
#home-adverts { margin-top: auto; margin-bottom: 30px; font-size: 1rem; }

#home-adverts ul {
	display: flex;
	align-items: center;
}

#home-adverts ul li {
	display: flex;
	align-items: center;
}

#home-adverts ul li:not(:first-child)::before {
	content: '';
	display: block;
	width: 2px;
	height: 50px;
	background: var(--theme-primary-color);
	margin: 0 30px;
	box-shadow: 0 0 12.5px 0 var(--theme-primary-color);
}

#home-adverts ul li .ct:not(.icon-text) {
	display: flex;
	align-items: center;
}

#home-adverts ul li .icon { width: 50px; }
#home-adverts ul li .icon .accent-color { fill: var(--theme-primary-color) !important; }

#home-adverts ul li .icon-text .icon { width: auto; display: block; }
#home-adverts ul li .icon-text .icon + .text { margin: 0; }

#home-adverts ul li .icon + .text { margin-left: 10px; }

#home-adverts ul li .text {
	color: white;
	font-size: 1.3em;
	font-weight: 700;
}

#home-adverts ul li .text strong { color: var(--theme-primary-color); }

/* Footer */
#home-footer {
	padding: 25px 0;
	background: var(--footer-background-color);
}

#home-footer hr {
	margin: 20px 0;
	border-top: 2px solid transparent;
	border-top-color: var(--footer-border-color);
	box-shadow: none;
	height: auto;
	opacity: 1;
}

#home-footer .footer-primary-nav,
#home-footer .footer-secondary-nav { width: auto; }

#home-footer .footer-secondary-nav { margin-left: auto; }

#home-footer .footer-primary-nav ul,
#home-footer .footer-secondary-nav ul {
	display: flex;
	align-items: center;
}

#home-footer .footer-primary-nav ul li + li,
#home-footer .footer-secondary-nav ul li + li { margin-left: 25px; }

#home-footer .footer-primary-nav ul li a,
#home-footer .footer-secondary-nav ul li a {
	color: white;
	transition: all ease-in 0.15s;
}

#home-footer .footer-primary-nav ul li a,
#home-footer .footer-secondary-nav ul li a {
	color: white;
	transition: all ease-in 0.15s;
}

#home-footer .footer-primary-nav ul li a:hover,
#home-footer .footer-secondary-nav ul li a:hover { color: var(--theme-primary-color); }

#home-footer .footer-primary-nav ul li a {
	font-size: 1.5rem;
	font-weight: 700;
}

#home-footer .footer-secondary-nav ul li a {
	font-size: 1.2rem;
	font-weight: 400;
}

#home-footer .footer-colophon {
	width: auto;
	font-size: 1.2rem;
	color: var(--theme-secondary-color);
}

#home-footer .footer-logo { display: none; }

/* Fancybox */
.fancybox-inner > div { overflow: auto !important; }
.fancybox-skin { background: white !important; }
.fancybox-close {
	border-radius: 999999px;
	background: var(--theme-primary-color) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

/* Inner */
#inner.page { margin-top: 8rem; font-size: 1.6rem; margin-bottom: 8rem; }
body#new.update-2023:not(.front_home_page_index) #home-footer { margin-top: auto; }

#inner.page .left-wrapper { max-width: 80%; }
#inner.page .left-wrapper hr {
	border-top: 2px solid white;
	opacity: 0.1;
	margin: 2em 0;
}

#inner.page .left-wrapper p {
	font-size: 1em;
	font-weight: 700;
}

#inner.page .page-title {
	color: white;
	font-size: 4.375em;
	font-weight: 300;
	text-shadow:
		-1px -1px 0 var(--theme-primary-color),
		1px -1px 0 var(--theme-primary-color),
		-1px 1px 0 var(--theme-primary-color),
		1px 1px 0 var(--theme-primary-color);
	filter: drop-shadow(0 0 10px var(--theme-primary-color));
	line-height: 0.8;
}

#inner.page .right-wrapper:not(.form-wrapper),
#inner.page .form-wrapper .form-body {
	position: relative;
	padding: 1.5em 3.125em 2.5em;
}

#inner.page .right-wrapper.step-wrapper:not(.form-wrapper) { padding-top: 2.5em; }

#inner.page .right-wrapper:not(.form-wrapper)::before,
#inner.page .form-wrapper .form-body::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
	background: var(--inner-wrapper-background-color);
	opacity: 0.55;
	border-radius: 15px;
}

@media screen and ( min-width: 992px) {
	#inner.page .form-wrapper .form-footer {
		border-radius: 10px;
		padding: 1em 1em 1em 2em;
		border: solid 1px var(--theme-primary-color);
		-webkit-box-shadow: inset 0 0 0 1px white, inset 0 0 0 2px var(--theme-primary-color), inset 0 0 20px 0 var(--theme-primary-color), 0 0 20px 0 var(--theme-primary-color);
		box-shadow: inset 0 0 0 1px white, inset 0 0 0 2px var(--theme-primary-color), inset 0 0 20px 0 var(--theme-primary-color), 0 0 20px 0 var(--theme-primary-color);
	}
	#inner.page .form-wrapper .form-footer.only-one-action { width: fit-content; margin-left: auto; padding: 1em;}
}

#inner.page .right-wrapper hr { 
	border-top: 2px solid white;
    opacity: 0.1;
    margin: 1.5em 0 2em;
}

/* Forms */
#inner.page.has-form .form-body { margin-bottom: 2rem; }
#inner.page.has-form .form-body hr { margin: 1.5em 0 2em; }

#inner.page.has-form .form-body .row > *[class^="col"]:not(:empty) { margin-bottom: 1em; }


#inner.page.has-form .form-body .form-label {
	font-size: 0.9375em;
	margin-bottom: 0.5em;
	font-weight: 700;
}

#inner.page.has-form .form-body .form-control {
	border-radius: 5px;
	min-height: 40px;
	color: var(--body-text-color-dark);
	font-size: 1.6rem;
	padding-left: 10px;
	border: none;
}

#inner.page.has-form .form-body .form-control[type="file"] { line-height: 40px; }
#inner.page.has-form .form-body .form-control[type="password"] { font-weight: 700; }


#inner.page.has-form .form-body .input-group-select::before { height: 30px; }

#inner.page.has-form .form-footer p { 
	font-size: 1.2rem;
	padding-left: 1em;
	padding-right: 2em;
}

#inner.page.has-form .form-footer .btn { min-width: 300px; height: 4em; }
#inner.page.has-form .form-footer a:not(.btn) { color: var(--theme-primary-color); }
#inner.page.has-form .form-footer a:not(.btn):hover { color: var(--theme-primary-color-darker); }


#inner.page.has-form .errors:empty { display: none; }

/* Steps */
#inner.page.is-steps #steps {
	font-size: 1rem;
	position: relative;
	margin-bottom: 2rem;
}

#inner.page.is-steps #steps .step-number { display: block; font-weight: 700; font-size: 1.4em; margin-bottom: 1em; }

#inner.page.is-steps #steps .pr { position: relative; }
#inner.page.is-steps #steps ul {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 14em;
}

#inner.page.is-steps #steps ul li {
	position: relative;
	z-index: 2;
	border-radius: 9999px;
	width: 1.2em;
	height: 1.2em;
}

#inner.page.is-steps #steps ul.back li { background: white; }
#inner.page.is-steps #steps ul.back::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: calc(100% - 1.2em);
	height: 0.3em;
	background: white;
	z-index: 1;
}

#inner.page.is-steps #steps.step-1 ul.track li:nth-child(1),
#inner.page.is-steps #steps.step-2 ul.track li:nth-child(1),
#inner.page.is-steps #steps.step-2 ul.track li:nth-child(2),
#inner.page.is-steps #steps.step-3 ul.track li:nth-child(1),
#inner.page.is-steps #steps.step-3 ul.track li:nth-child(2),
#inner.page.is-steps #steps.step-3 ul.track li:nth-child(3),
#inner.page.is-steps #steps.step-4 ul.track li:nth-child(1),
#inner.page.is-steps #steps.step-4 ul.track li:nth-child(2),
#inner.page.is-steps #steps.step-4 ul.track li:nth-child(3),
#inner.page.is-steps #steps.step-4 ul.track li:nth-child(4) {
	background: white;
	opacity: 1;
	border: solid 0.1em var(--theme-primary-color);
	filter: drop-shadow(0 0 1em var(--theme-primary-color));
}

#inner.page.is-steps #steps ul.back { opacity: 0.2; }
#inner.page.is-steps #steps ul.track {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}

#inner.page .right-wrapper.step-wrapper .tools { margin: 2rem 0; }
#inner.page .right-wrapper.step-wrapper .btn { margin: 1rem 0; width: 100%; }
#inner.page .right-wrapper.step-wrapper button.btn + a.btn { margin-top: 0; }

#inner.page .right-wrapper.step-wrapper .link { color: white; transition: opacity 0.15s ease-in; opacity: 0.5; }
#inner.page .right-wrapper.step-wrapper .link:hover { opacity: 1; }

#inner.page.is-steps .inner-title {
    color: white;
    display: block;
    margin: 0 0 3rem;
    font-size: 3rem;
    font-weight: 300;
}

#inner.page.is-steps .right-wrapper.step-wrapper p + p { margin-top: 2rem; }
#inner.page.is-steps .right-wrapper.step-wrapper ul { list-style: disc; padding-left: 15px; }
#inner.page.is-steps .right-wrapper.step-wrapper ul li + li { margin-top: 1rem; }


#inner.page a.link-alt {
	text-decoration: none;
	display: flex;
	align-items: center;
	padding: 0 !important;
	float: none !important;
}

#inner.page a.link-alt span {
	font-size: 1.4rem;
	font-weight: 700;
	transition: all ease-in 0.15s;
	color: white;
}

#inner.page a.link-alt .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	transition: all ease-in 0.15s;
	border-radius: 4px;
	background: var(--theme-primary-color);
}

#inner.page a.link-alt .icon + span,
#inner.page a.link-alt span + .icon { margin-left: 10px }

#inner.page a.link-alt:hover span { opacity: 0.3; }
#inner.page a.link-alt:hover .icon { background: var(--theme-primary-color-darker); }

#crop-preview {
	display: block;
	position: relative;
	z-index: 3;
	padding: 0;
	background: rgba(255,255,255,0.1);
	border: solid 2px rgba(255, 255, 255, 0.2);
	text-align: center;
	margin: auto;
}

#crop-preview > img { max-width: 100% !important; }

#masks .mask-ct { display: flex; align-items: center; justify-content: center; }
#masks .mask-ct img { height: 90px; }

#masks .owl-prev,
#masks .owl-next { top: 50%; }

#masks .owl-prev { left: 10px; }
#masks .owl-next { right: 10px; }

#inner.page.has-form .form-body .form-label.form-checkboxes-label { display: block; margin-bottom: 1.5rem;}

#inner.page.has-form .form-body .form-multiple-choices {
	background: white;
	padding: 20px;
	color: var(--body-text-color-dark);
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 2rem;
}

#inner.page.has-form .form-body .form-multiple-choices .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


#inner.page.has-form .form-body .form-multiple-choices .head .text {
	font-size: 1.5rem;
	font-weight: 700;
}

#inner.page.has-form .form-body .form-multiple-choices .head .text p { margin: 0 !important; }
#inner.page.has-form .form-body .form-multiple-choices .head .text.closed p { opacity: 0; }

#inner.page.has-form .form-body .form-multiple-choices .head .text.closed {
	height: 2px;
	background: #efefef;
	width: 100%;
	margin: 0 15px 0 0;
}

#inner.page.has-form .form-body .form-multiple-choices .head .actions { margin-left: auto; }
#inner.page.has-form .form-body .form-multiple-choices .head .actions a span { color: var(--body-text-color-dark); }

#inner.page.has-form .form-body .form-multiple-choices .body { padding-top: 20px; }
#inner.page.has-form .form-body .form-multiple-choices .body .form-check { padding-right: 5px; }
#inner.page.has-form .form-body .form-multiple-choices .body .form-check-label { font-size: 1.4rem; font-weight: 400; }
#inner.page.has-form .form-body .form-multiple-choices .body .form-check-input,
#inner.page.has-form .form-body .form-multiple-choices .body .form-check-label { cursor: pointer; }
#inner.page.has-form .form-body .form-multiple-choices .body .form-check-input:checked[type=checkbox] + .form-check-label { font-weight: 700; }

#inner.page.check-email .step-wrapper a { color: var(--theme-primary-color); }
#inner.page.check-email .step-wrapper a:hover { color: white; }

#inner.page.check-email .step-wrapper svg { width: 10rem; margin-right: 2rem; }
#inner.page.check-email .step-wrapper svg .accent-color { fill: var(--theme-primary-color) !important; }

#inner.page.check-email .step-wrapper p + p { margin-top: 1rem; }

/* Offers */
#inner.page.is-offers #new-offers {
	position: relative;
	padding: 2.5em 3.125em;
}

#inner.page.is-offers #new-offers::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
	background: var(--inner-wrapper-background-color);
	opacity: 0.55;
	border-radius: 15px;
}

/* #inner.page.is-offers #new-offers .form-footer {
	margin-left: -3.125em;
	margin-right: -3.125em;
	margin-bottom: -2.5em;
} */

#inner.page.is-offers { margin-bottom: 0; }
#inner.page.is-offers .left-wrapper p br { display: none; }

#inner.page.is-offers .become-vip {
	margin: 2em 0;
	font-size: 1rem;
	display: flex;
	padding: 2em;
	border-radius: 5px;
	background: var(--become-vip-background-color);
}

#inner.page.is-offers .become-vip p {
	font-size: 1.4em;
	margin-left: 1em;
	font-weight: 400;
}

#inner.page.is-offers .become-vip img { height: 100%; }

/* Offers */
#inner.page.is-offers #new-offers .title {
	font-size: 2.4rem;
	margin-bottom: 1em;
}

#inner.page.is-offers #offers .offer {
	font-size: 1rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
	padding: 3em;
	background: white;
	color: var(--body-text-color-dark);
	margin-bottom: 1em;
	cursor: pointer;
}

#inner.page.is-offers #offers .offer .description .name { font-size: 2.8em; }

#inner.page.is-offers #offers .offer .description .promotion {
	font-size: 1em;
	font-weight: 700;
	margin-top: 0.3em;
	text-transform: uppercase;
}

#inner.page.is-offers #offers .offer .price { text-align: right; margin-left: auto; font-size: 1.2em; }
#inner.page.is-offers #offers .offer .form-check-input {
	width: 2em;
	height: 2em;
	margin-left: 1.4em;
}
#inner.page.is-offers #offers .offer .form-check-input:checked[type=radio] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }

#inner.page.is-offers #offers .offer .price .price {
	font-weight: 700;
	font-size: 2em;
}

#inner.page.is-offers #offers .offer .price .promo { font-size: 1em; opacity: 0.5;}

#inner.page.is-offers #offers .offer.first { position: relative; margin: 2.5em 0; background: var(--theme-primary-color); color: white;}
#inner.page.is-offers #offers .offer.first::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: calc(100% + 3em);
	height: calc(100% + 3em);
	margin: -1.5em;
	border-radius: 10px;
	border: solid 1px var(--theme-primary-color);
	-webkit-box-shadow: inset 0 0 0 1px white, inset 0 0 0 2px var(--theme-primary-color), inset 0 0 20px 0 var(--theme-primary-color), 0 0 20px 0 var(--theme-primary-color);
	box-shadow: inset 0 0 0 1px white, inset 0 0 0 2px var(--theme-primary-color), inset 0 0 20px 0 var(--theme-primary-color), 0 0 20px 0 var(--theme-primary-color);
	pointer-events: none;
	z-index: 9;
}

#inner.page.is-offers #offers .offer.first .form-check-input:checked[type=radio] { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='19px'%3E%3Cpath fill-rule='evenodd' fill='%23fff' d='M9.999,18.941 C4.964,18.941 0.883,14.859 0.883,9.824 C0.883,4.790 4.964,0.708 9.999,0.708 C15.034,0.708 19.115,4.790 19.115,9.824 C19.115,14.859 15.034,18.941 9.999,18.941 ZM15.749,6.352 C15.414,5.998 14.873,5.998 14.538,6.352 L8.262,12.948 L5.463,9.971 C5.129,9.617 4.586,9.617 4.251,9.971 C3.916,10.324 3.916,10.896 4.251,11.249 L7.681,14.868 C8.015,15.222 8.556,15.222 8.891,14.868 L15.749,7.630 C16.084,7.276 16.084,6.705 15.749,6.352 Z'/%3E%3C/svg%3E"); }
#inner.page.is-offers #offers .offer.first .price .promo { color: var(--body-text-color-dark);}

#inner.page.is-offers #offers .offer.active:not(.first) { filter: drop-shadow(0 0 10px var(--theme-primary-color)); }

/* Payement */
#inner.page.is-offers #pay {}
#inner.page.is-offers #pay .wrapper .body { min-height: 1px; padding: 0; }
#inner.page.is-offers #pay .wrapper .body ul { display: flex; align-items: center; list-style: none; padding: 0;}
#inner.page.is-offers #pay .wrapper .body ul li + li { margin: 0 0 0 2rem; }

#inner.page.is-offers #pay .form-body::before { content: none; }

@media screen and ( min-width: 500px ) {
	#inner.page.is-offers #pay .form-body .form-control.form-control-small { max-width: 20rem; }
}

#inner.page.is-offers #pay .help-block { position: relative; top: 1rem; font-style: italic; font-size: 1.4rem; opacity: 0.5; }

#inner.page.is-offers #pay .cgv-text { font-size: 1.2rem; }
#inner.page.is-offers #pay .cgv_link { color: var(--theme-primary-color); }
#inner.page.is-offers #pay .cgv_link:hover { color: var(--theme-primary-color-darker); }

#inner.page.is-offers #pay .total { font-size: 1rem; }
#inner.page.is-offers #pay .total strong {
	display: block;
	margin-bottom: 0.2em;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1;
}

#inner.page.is-offers #pay .total span {
	display: block;
	font-size: 2.4em;
	font-weight: 700;
	line-height: 1;
}

#inner.page.is-offers #pay .total p {
	padding: 0.2em 2em 0 0;
	margin: 0.8em 0 0 0;
	font-size: 1.2em;
	border-top: solid 1px rgba(255, 255, 255, 0.15);
	max-width: fit-content;
}

#inner.page.is-offers #pay .total p strong {
	font-weight: 400;
	color: var(--theme-primary-color);
	display: inline;
}

#inner.page.is-offers #online-members {
	position: relative;
	font-size: 1rem;
	padding: 8em 0;
	margin: 0;
	margin-top: 5em;
	background: var(--online-members-background-color);
}

#inner.page.is-offers #online-members .title {
	font-size: 3.5em;
	margin-bottom: 1em;
}

#inner.page.is-offers #online-members .item .ct { position: relative; padding: 0.5em; }

#inner.page.is-offers #online-members .item .ct .thumb {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

#inner.page.is-offers #online-members .item .ct .state {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 1rem;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 99999px;
	background: #abf733;
	box-shadow: 0 0 5px 0 #abf733, 0 0 10px 0 #abf733, 0 0 20px 0 #abf733;
	z-index: 3;
}

#inner.page.is-offers #online-members .item .ct .thumb img { max-width: 100% !important; }

#inner.page.is-offers #online-members .ct .name {
	position: relative;
	font-size: 1.6em;
	margin-top: 0.6em;
	font-weight: 700;
	overflow: hidden;
}

#inner.page.is-offers #online-members .ct .name::before {
	content: '';
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	width: 2rem;
	height: 100%;
	background: linear-gradient(90deg, transparent, var(--online-members-background-color));
	position: absolute;
	z-index: 9;
	pointer-events: none;
}

#inner.page.is-offers #offers-plus {
	position: relative;
	font-size: 1rem;
	padding: 8em 0;
	margin: 0;
	background: var(--offers-plus-background-color);
}

#inner.page.is-offers #offers-plus .wrap {
	display: flex;
	justify-content: center;
	padding: 0 5em;
	margin: auto;
}

#inner.page.is-offers #offers-plus .wrap + .vertical-row {
	height: 100%;
	width: 2px;
	display: block;
	background: var(--theme-primary-color);
	margin: 0;
	margin-right: -15px;
	box-shadow: 0 0 12.5px 0 var(--theme-primary-color);
}

#inner.page.is-offers #offers-plus .wrap svg {
	width: 6.4em;
	margin-right: 2.4em;
	flex: 0 0 6.4em;
}

#inner.page.is-offers #offers-plus .wrap .desc .title  {
	font-size: 1.8em;
	font-weight: 700;
	margin-bottom: 0.5em;
}

#inner.page.is-offers #offers-plus .wrap .desc .title > svg  { display: none; }
#inner.page.is-offers #offers-plus .wrap .desc p { font-size: 1.3em; }

#inner.page.is-offers #offers-plus .wrap .desc .btn  {
    font-size: 1.5rem;
    width: fit-content;
    max-width: none;
    margin-top: 2rem;
}

#inner.page.is-offers #offers-legals {
	font-size: 1rem;
	padding: 5em 0;
	margin: 0;
	background: var(--offers-legals-background-color);
}

#inner.page.is-offers #offers-legals p {
	font-size: 1.2em;
	color: white;
	opacity: 0.5;
	text-align: justify;
}

@media screen and ( min-width: 768px ) {

	#inner.page.is-offers #new-offers .form-footer {
		position: absolute;
	    left: 0;
	    right: 0;
	    top: 100%;
	    margin-top: 1.5em;
	}

	#inner.page.is-offers #online-members { margin-top: 35em; }
	#inner.page.is-offers #new-offers { padding-bottom: 0.1px; }
}

@media screen and ( min-width: 992px ) {
	#inner.page.is-offers #online-members { margin-top: 20em; }
}

/* ################################################ */
/* ################################################ */
/* ################################################ */
/* MEDIA QUERIES */
/* ################################################ */
/* ################################################ */
/* ################################################ */

@media screen and (max-width: 1199.98px) and (min-width: 992px) {
	#home-adverts { font-size: 0.9rem; }
}

@media screen and (min-width: 992px) {

	#offers-plus::before,
	#offers-plus::after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		height: 4px;
		border-top: solid 1px;
		border-bottom: solid 1px;
		border-color: var(--theme-primary-color);
		background: white;
		-webkit-box-shadow: 0px 0px 7px 0px var(--theme-primary-color), 0px 0px 12.5px 0px var(--theme-primary-color), 0px 0px 25px 0px var(--theme-primary-color); 
		box-shadow: 0px 0px 7px 0px var(--theme-primary-color), 0px 0px 12.5px 0px var(--theme-primary-color), 0px 0px 25px 0px var(--theme-primary-color);
		pointer-events: none;
	}
	#offers-plus::before { top: 0; }
	#offers-plus::after { bottom: 0; }

	#inner.page.is-offers #online-members .item .ct:last-child { display: none; }

}

@media screen and (max-width: 1199.98px) {
	#inner.page.has-form .form-body .custom-checkboxes { display: block; }
	#inner.page.has-form .form-body .custom-checkboxes + .custom-checkboxes { margin-top: 1rem; }
	#inner.page.has-form .form-body .custom-checkboxes:last-child { margin-bottom: 3rem; }
}

@media screen and (max-width: 991.98px) {

	body#new.update-2023 { background-position: center 11rem; background-size: contain; }

	#home-header, #home-adverts, #home-footer { font-size: 0.8rem; }

	#homepage { padding-top: 50rem; }

	#home-header { height: 11rem; display: flex; align-items: center; }
	body.update-2023 .boxed { padding-top: 11rem; }

	#home-header { 
		position: fixed;
		top: 0;
		background-color: var(--header-mobile-background-color);
	}

	#home-header::before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 4px;
		border-top: solid 1px;
		border-bottom: solid 1px;
		border-color: var(--theme-primary-color);
		background: white;
		-webkit-box-shadow: 0px 0px 7px 0px var(--theme-primary-color), 0px 0px 12.5px 0px var(--theme-primary-color), 0px 0px 25px 0px var(--theme-primary-color); 
		box-shadow: 0px 0px 7px 0px var(--theme-primary-color), 0px 0px 12.5px 0px var(--theme-primary-color), 0px 0px 25px 0px var(--theme-primary-color);
		pointer-events: none;
		z-index: -1;
	}

	#home-header > *[class^="container"].bigger-container > .row { padding: 3.5em 3em; border: none;}

	#home-header .user-actions .mobile { display: block; }
	#home-header .user-actions .desktop #login-link { display: none; }
	.front_offer_homepage #home-header .user-actions .desktop { display: none; }

	#home-header #mobile-nav-link { position: relative; }
	#home-header #mobile-nav-link .icon {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 5em;
		height: 5em;
		padding: 1em;
		border-radius: 9999999px;
		background: var(--header-mobile-navlink-background);
	}

	#home-header #mobile-nav-link .icon svg path { fill: var(--header-mobile-navlink-fill); }

	#home-header #mobile-nav-link.active .icon { background: var(--header-mobile-navlink-fill); }
	#home-header #mobile-nav-link.active .icon svg path{ fill: var(--header-mobile-navlink-background); }

	#home-header #mobile-nav-link.icon .open,
	#home-header #mobile-nav-link.active .icon .close { display: block; }

	#home-header #mobile-nav-link .icon .close,
	#home-header #mobile-nav-link.active .icon .open { display: none; }

	#home-header #login-box {
		position: fixed;
		top: 0;
		left: 0;
		right: auto;
		bottom: 0;
		height: 100%;
		width: 50%;
		transform: translateX(-100%);
		transition: all 0.3s ease-in;
		display: block;
		z-index: 99;
	}

	#home-header #mobile-nav-link + .backdrop {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		left: 0;
		height: 100%;
		width: 100%;
		transform: translateX(-100%);
		z-index: -1;
		background: rgba(0,0,0,0.9);
		transition: all 0.2s ease-in;
	}

	#home-header #login-box.active,
	#home-header #mobile-nav-link.active + .backdrop { transform: translateX(0); }

	#home-header #login-box { z-index: 99; }
	#home-header #mobile-nav-link { z-index: 99; }

	#home-header #login-box { display: block !important; border-top-left-radius: 0; border-bottom-left-radius: 0; font-size: 1.2rem; padding: 3em; }

	#home-header #login-box .row { margin-bottom: 0.5em; }
	#home-header #login-box .row:last-of-type { margin-top: 1.5em; }
	#home-header #login-box .form-control {
		margin-bottom: 0.5em;
		font-size: 1.4em;
		padding: 0.5em 1.4em;
		border-radius: 999999px;
	}

	#home-header #login-box .form-check-label { font-size: 1.2em; }

	#home-header #login-box .btn-primary {
		font-size: 1.5em;
		padding: 1em;
		border-radius: 999999px;
	}

	#home-header #login-box a { font-size: 1.2em; margin-top: 0.5em; }

	/* 	###### */	

	.update-2023 #homepage .input-group-select .form-select,
	.update-2023 #homepage .input-group-select .btn-primary {
		width: 100%;
		margin-bottom: 1.5rem;
		border-radius: 9999px !important;
		height: 6.4rem;
		padding-left: 4rem;
	}

	.update-2023 #homepage .input-group-select .btn-primary { padding: 1em; }

	.update-2023 #homepage .input-group-select::before { top:1.2rem; bottom: auto; right: 1rem; height: 4rem; }

	/* 	###### */	

	#home-adverts { padding: 8em 0; margin: 0; }

	#home-adverts ul,
	#home-adverts ul li { flex-direction: column; }

	#home-adverts ul li {
		align-items: flex-start;
		width: 40em;
		margin: auto;
	}

	#home-adverts ul li:not(:first-child)::before {
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		margin: 3em 0;
		box-shadow: 0 0 1.25em 0 var(--theme-primary-color);
		opacity: 0.2;
	}
	#home-adverts ul li .ct { padding: 0 3em; }
	#home-adverts ul li .ct.icon-text { margin: auto; }
	#home-adverts ul li .ct.icon-text .icon svg { width: 16em; height: 4.4em; }
	#home-adverts ul li .icon { width: 8em; }
	#home-adverts ul li .icon + .text { margin-left: 1em; }
	#home-adverts ul li .text { font-size: 2.2em; }

	/* 	###### */

	#home-footer {
		position: relative;
		padding: 8em 5em;
		background-color: var(--footer-mobile-background-color);
	}

	#home-footer::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 4px;
		border-top: solid 1px;
		border-bottom: solid 1px;
		border-color: var(--theme-primary-color);
		background: white;
		-webkit-box-shadow: 0px 0px 7px 0px var(--theme-primary-color), 0px 0px 12.5px 0px var(--theme-primary-color), 0px 0px 25px 0px var(--theme-primary-color); 
		box-shadow: 0px 0px 7px 0px var(--theme-primary-color), 0px 0px 12.5px 0px var(--theme-primary-color), 0px 0px 25px 0px var(--theme-primary-color);
		pointer-events: none;
	}

	#home-footer hr { margin: 7em 0 4em ; }

	#home-footer .footer-primary-nav,
	#home-footer .footer-secondary-nav {
		width: 100%;
	}

	#home-footer .footer-secondary-nav { margin: 0; margin-top: 5em; }

	#home-footer .footer-primary-nav ul,
	#home-footer .footer-secondary-nav ul {
		flex-direction: column;
		align-items: flex-start;
	}

	#home-footer .footer-primary-nav ul li + li,
	#home-footer .footer-secondary-nav ul li + li { margin: 0; margin-top: 1.5em; }

	#home-footer .footer-primary-nav ul li a,
	#home-footer .footer-secondary-nav ul li a { font-size: 2.4em; font-weight: 700; }

	#home-footer .footer-colophon {
		width: 100%;
		margin: 0;
		font-size: 2em;
	}
	
	#home-footer .footer-logo { display: block; margin-bottom: 1em; }
	#home-footer .footer-logo img { max-width: 10em; width: auto; }

	/* 	##### */
	#inner.page .left-wrapper { max-width: 100%; margin-bottom: 2em; }
	#inner.page.has-form .form-footer { text-align: center; }
	#inner.page.has-form .form-footer p { text-align: center; margin: 1em; font-size: 1em; padding: 0; }
	#inner.page.has-form .form-footer .btn { width: 100%; min-width: 0; }

	#inner.page a.link-alt { margin-top: 2rem; }
	#inner.page.has-form .form-body .form-multiple-choices .head .actions { margin-top: auto; }
	#inner.page.has-form .form-body .form-multiple-choices .head .actions a.link-alt { margin-top: auto; }

	/* ##### */
	#inner.page.is-offers #offers-plus .wrap + .vertical-row {
		height: 2px;
		width: 100%;
		max-width: 34rem;
		margin: 5rem auto;
	}

	#inner.page.is-offers #offers-plus .wrap > svg  { display: none; }
	#inner.page.is-offers #offers-plus .wrap .desc .title {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 1.3em;
	}
	#inner.page.is-offers #offers-plus .wrap .desc .title > svg  { display: block; margin-right: 2rem; width: 4em; flex: none; }
	#inner.page.is-offers #offers-plus .wrap .desc p { text-align: center; }
	#inner.page.is-offers #offers-plus .wrap .desc .btn { margin: 1.5em auto 0; }

	#inner.page.is-offers .become-vip { background: var(--become-vip-mobile-background-color); flex-direction: column; }

	#inner.page.is-offers .become-vip p { margin: 0.5em 0 0 0; }
	#inner.page.is-offers .become-vip img { width: 5rem; }

	#inner.page.is-offers #pay .cgv-text { text-align: center; }
	#inner.page.is-offers #pay .total {
		font-size: 1.4rem;
		margin-bottom: 2em;
		border-radius: 10px;
		padding: 1em 1em 1em 2em;
		border: solid 1px var(--theme-primary-color);
		-webkit-box-shadow: inset 0 0 0 1px white, inset 0 0 0 2px var(--theme-primary-color), inset 0 0 20px 0 var(--theme-primary-color), 0 0 20px 0 var(--theme-primary-color);
		box-shadow: inset 0 0 0 1px white, inset 0 0 0 2px var(--theme-primary-color), inset 0 0 20px 0 var(--theme-primary-color), 0 0 20px 0 var(--theme-primary-color);
	}
	#inner.page.is-offers #pay .total p { margin-left: auto; margin-right: auto; padding-left: 2em; padding-right: 2em;	}

	#inner.page.is-offers #offers .offer,
	#inner.page.is-offers #offers .offer.first::before { border-radius: 99999px; }
}

@media screen and ( max-width: 767.98px ) {
	#homepage, 
	#inner.page { padding-left: 5vw; padding-right: 5vw; }

	#inner.page.is-offers #online-members,
	#inner.page.is-offers #offers-plus,
	#inner.page.is-offers #offers-legals { margin-left: -5vw; margin-right: -5vw; padding-left: 5vw; padding-right: 5vw; }

	#inner.page.is-offers #offers-legals { font-size: 1.3rem; }

	#homepage { padding-top: 70vw; }
	#homepage .homepage-title { font-size: 1.9vw; }
	#homepage .homepage-title .line3 { font-size: 1.7em; margin-top: 0.9em; }

/* 	#inner.page.is-steps .left-wrapper { margin-bottom: 0; } */

	#inner.page.has-form .form-body .form-label { margin-left: 10px; }
	#inner.page.has-form .form-body .form-control:not(textarea) { border-radius: 999999px; }

	#inner.page .right-wrapper .btn { border-radius: 999999px; } 
	#inner.page .form-wrapper .form-footer { padding: 0 3.125em; margin-bottom: 0 !important;}

	#inner.page.has-form .form-body .form-control { min-height: 50px; padding-left: 25px; }
	#inner.page.has-form .form-body .form-control[type="file"] { line-height: 50px; }

	#inner.page .right-wrapper.step-wrapper:not(.form-wrapper),
	#inner.page .right-wrapper.step-wrapper p { text-align: center; margin: 3rem 0; }

	#inner.page.is-steps #steps { font-size: 1.3rem; }

	#inner.page .right-wrapper.step-wrapper .how-to,
	#inner.page .right-wrapper.step-wrapper .tools { margin: auto auto 2rem; }
	#inner.page .right-wrapper.step-wrapper .tools { margin: 2rem auto; }

	#inner.page.check-email .right-wrapper hr { margin: 1em 0; }
}

@media screen and ( max-width: 767.98px) and ( min-width: 450px ) {
	#inner.page.has-form .form-body .input-merge *[class^="col"] { flex: 1 1 auto; width: 1%; min-width: 0; border-left: solid 1px #eeeeee; border-right: solid 1px #eeeeee; }
	#inner.page.has-form .form-body .input-merge *[class^="col"]:not(:last-of-type) { padding-right: 0; border-left: none; }
	#inner.page.has-form .form-body .input-merge *[class^="col"]:not(:first-of-type) { padding-left: 0; border-right: none; }

	#inner.page.has-form .form-body .input-merge *[class^="col"]:not(:last-of-type) .form-control { border-top-right-radius: 0; border-bottom-right-radius: 0; }
	#inner.page.has-form .form-body .input-merge *[class^="col"]:not(:first-of-type) .form-control { border-top-left-radius: 0; border-bottom-left-radius: 0; }
}

@media screen and ( max-width: 699.98px ) {
	.fancybox-inner > * { width: auto !important; padding: 10px !important; overflow-x: hidden !important;}
}

@media screen and ( max-width: 599.98px) {
	#homepage { padding-top: 85vw; }
	#home-header, #home-adverts, #home-footer { font-size: 0.7rem; }

	#inner.page .right-wrapper:not(.form-wrapper),
	#inner.page .form-wrapper .form-body,
	#inner.page .form-wrapper .form-footer { padding: 2.5em 1.5em; }

	#inner.page.is-offers #new-offers { padding: 2.5em 1.5em 0; }
	#inner.page.is-offers #online-members { margin-top: 0; }

	#inner.page .form-wrapper .form-body { margin-bottom: 0; padding-bottom: 1.5em; }
	#inner.page .form-wrapper .form-footer { padding-top: 0; }

}

@media screen and ( max-width: 575.98px ) {
	#cookies-bar {}
	#cookies-bar p { text-align: center; }
	#cookies-bar .btn { margin: 1rem auto; max-width: 230px; width: 100%; }
}

@media screen and ( max-width: 449.98px) {
	#inner.page.has-form .form-body .input-merge *[class^="col"] { width: 100%; }

	#inner.page.is-offers #offers .offer { flex-direction: column; font-size: 2vw; }
	#inner.page.is-offers #offers .offer .desc,
	#inner.page.is-offers #offers .offer .price { text-align: center; }

	#inner.page.is-offers #offers .offer > .description,
	#inner.page.is-offers #offers .offer > .price { margin: 0; margin-right: auto; font-size: 1.2em; text-align: left; }
	#inner.page.is-offers #offers .offer > .description { margin-bottom: 1em; }
	#inner.page.is-offers #offers .offer > .price .price { text-align: left; font-size: 2.5em; }
	#inner.page.is-offers #offers .offer .form-check-input {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 1.5em;
		z-index: 9;
		margin: auto;
		font-size: 1.7em;
	}

	#inner.page.is-offers #offers .offer .price .promo { font-size: 1.6em; }

	#inner.page.is-offers #offers .offer,
	#inner.page.is-offers #offers .offer.first::before { border-radius: 10px; }

}


@media screen and ( max-width: 349.98px) {
	#inner.page .right-wrapper:not(.form-wrapper),
	#inner.page .form-wrapper .form-body,
	#inner.page .form-wrapper .form-footer { padding: 0; }

	#inner.page.is-offers #new-offers { padding: 0; }
	#inner.page.is-offers #new-offer { margin: auto; }

	#inner.page.has-form .form-footer .btn { min-width: 0; }
}

.front_offer_homepage .fancybox-skin {
	background-color: #2b2c2c !important;
}