html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color: #000429;
	background-color: #f5f5f5;
	font-style: sans-serif;
	transition: all ease-in-out .3s;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.outfit-regular {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.5px;
}

.outfit-semi-bold {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1.5px;
}

.outfit-bold {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1.5px;
}

header {
	position: absolute;
	z-index: 100;
	top: 0;
	width: 100%;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
}

header .logo {
	height: 180px;
}

header .logo img {
	height: 100%;
}


section {
	position: relative;
}

.main {
	min-height: 100dvh;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background: #000429;
	background: linear-gradient(#142a94, #17022c);
}

.main .top_header {
	width: 100%;
	height: 120px;
	margin: -80px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main .top_header .logo {
	width: 120px;
}
.main .top_header img {
	width: 100%;
}

.main .banner_game {
	width: 100%;
	height: 450px;
	background: url('../images/illu_2.webp') no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0 0 20px 0;
}

.main h2 {
	font-size: 60px;
	color: #000429;
	text-shadow: 0 4px 0 #000;
	-webkit-text-stroke-color: #000;
	-webkit-text-stroke-width: .025em;
}
.main .main_text_1 {
	-webkit-filter: drop-shadow(0px 5px 0px #000); 
	filter: drop-shadow(0px 5px 0px #000);
	width: 300px;
	margin: 0 0 20px 0;
}
.main .main_text_2 {
	-webkit-filter: drop-shadow(0px 5px 0px #000); 
	filter: drop-shadow(0px 5px 0px #000);
	width: 700px;
}

.main .game_in_phone {
	width: 400px;
	margin: 0 0 40px 0;
}

.main .game_in_phone img {
	width: 100%;
}

.for_transition {
	position: absolute;
	top: -155px;
	left: 0;
	width: 100%;
}
.for_transition img {
	width: 100%;
}

.argu {
	width: 1050px;
	margin: 0 auto;
}



.argu .argu_down {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.argu .argu_down .argu_right {
	width: 525px;
	margin: 0 50px;
	text-align: left;
	line-height: 0;
	color: #000429;
}

.argu .argu_down .argu_right p {
	font-size: 20px;
	line-height: 25px;
}

.argu .argu_down .argu_right h2 {
	margin: 0 0 20px 0;
	font-size: 30px;
	line-height: 40px;
	color: #000429;
}

.argu .argu_down .argu_left {
	text-align: center;
	width: 525px;
	margin: 0 50px;
	text-align: left;
	line-height: 20px;
	color: #000429;
}

.argu .argu_down .argu_left p {
	font-size: 20px;
	line-height: 25px;
}

.argu .argu_down .argu_left h2 {
	margin: 0 0 20px 0;
	font-size: 30px;
	line-height: 40px;
	color: #000429;
}

.argu.gameplay {
	background: url('../images/background_iphone_game.webp') no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 80px 0;
}

.argu.gameplay .argu_down .argu_left h2,
.argu.gameplay .argu_down .argu_left p {
	color: #f5f5f5;
}

.argu.gameplay .gameplay_img {
	width: 310px;
}

.argu.gameplay .gameplay_img img {
	width: 100%;
}

.main .preinscription_button {
	margin: 40px auto 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.main .preinscription_button h1 {
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	color: #f5f5f5;
	padding: 0 5px;
	box-sizing: border-box;
}

.main .preinscription_button .button_pre_install {
	padding: 15px 30px;
	background: #F28457;
	/* background: #F25776; */
	color: #f5f5f5;
	border-radius: 10px;
	margin: 40px auto 60px;
	border: none;
	font-size: 20px;
	cursor: pointer;
	text-transform: uppercase;
	transition: all ease-in-out .2s;
}

.main .preinscription_button .button_pre_install:hover {
	transform: scale(1.05);
	transition: all ease-in-out .2s;
}

.main .preinscription_button img {
	width: 500px;
}


.argu {
	height: auto;
	margin: 100px 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.bonus {
	height: 100dvh;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.double_iphone {
	width: 600px;
}

.double_iphone img {
	width: 100%;
}

section.perso {
	height: 550px;
	margin: 100px 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.perso .personnages_section_left {

	overflow: hidden;
	background: url('../images/Plateau_TV_Persos.webp');
	background-position: center center;
	background-size: 200%;
	position: relative;
	width: 550px;
	height: 500px;
	border-radius: 20px;
	box-shadow: 0 10px 25px 10px rgba(0,0,0,.2);
}

.perso .personnages_section_right {
	width: 550px;
	padding: 0 0 0 50px;
}

.perso .personnages_section_right  p {
	font-size: 20px;
	line-height: 25px;
	color: #000429;
}

.perso .personnages_section_right  h2 {
	margin: 0 0 20px 0;
	font-size: 30px;
	line-height: 40px;
	color: #000429;
}

.slider_button {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	z-index: 11;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}

.button_to_move_slide {
	width: 60px;
	cursor: pointer;
	transition: all ease-in-out .2s;
}

.button_to_move_slide:hover {
	transform: scale(1.1);
	transition: all ease-in-out .2s;
}

.button_to_move_slide img {
	width: 100%;
}

.spotlight {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 150px;
	mix-blend-mode: screen;
	z-index: 10;
	transition: all ease-in-out .1s;
	opacity: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
}

.spotlight.on_light {
	transition: all ease-in-out .1s;
	opacity: .7;
	-webkit-touch-callout: none;
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none; 
}

.spotlight img {
	width: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none; 
}

.perso .personnages_section_left ul {
	/* display: flex;
	justify-content: flex-start;
	flex-direction: row; */
	/* height: 100%; */
}

.perso .personnages_section_left ul li {
	width: 100px;
	/* height: 100%; */
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	align-items: center;
	transition: all ease-in-out .2s;
}

/* .perso .personnages_section_left ul li img {
	transition: all ease-in-out .2s;
	height: 420px;
	padding: 20px 0 0 0;
} */

.perso .personnages_section_left ul li .the_perso {
	transition: all ease-in-out .2s;
	height: 420px;
	padding: 20px 0 0 0;
	position: relative;
	z-index: 2;
}

.perso .personnages_section_left ul li .the_perso img {
	height: 100%;
}

.perso .personnages_section_left ul li .for_pancarte {
	height: 60px;
	margin: -30px 0 0 0;
	position: relative;
	z-index: 1;
}

.perso .personnages_section_left ul li .for_pancarte img {
	height: 250%;
}

/* .red .the_perso img {
	height: 350px;
	transition: all ease-in-out .2s;
} */

.perso .personnages_section_left ul li.red .the_perso .the_perso {
	height: 350px;
	transition: all ease-in-out .2s;
}

.perso .personnages_section_left ul li.red .the_perso .the_perso img {
	height: 100%;
}

.perso .personnages_section_left ul li.red {
	transition: all ease-in-out .2s;
}

.argu.genius {
	background: url('../images/BackgroundForAnimation3.webp');
	margin: 100px 0 0 0;
	color: #f5f5f5 !important;
}

.argu.genius .argu_down .argu_left h2 {
	color: #f5f5f5 !important;
}

.argu.genius .argu_down .argu_left p {
	color: #f5f5f5 !important;
}

/* .genius_img {
	width: 400px;
	margin: -130px 0 0 0;
} */

.genius_img {
	width: 980px;
	margin: -130px 0 0 0;
}

.genius_img img {
	width: 100%;
}

footer {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	padding: 40px 60px;
	background: #000211;
}

footer .section_footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	width: 1050px;
	margin: 0 auto 60px	;
}

footer .section_footer .section_footer_left {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 49%;
}

footer .section_footer .section_footer_right {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
	width: 49%;
}

footer .section_footer .section_footer_left h5 {
	color: #bcbcbc;
	font-size: 12px;
}

footer .section_footer .section_footer_left .logo_for_footer {
	height: 100px;
}

footer .section_footer .section_footer_left .logo_for_footer img {
	height: 100%;
}

footer .section_footer .section_footer_left .link_rs ul {
	margin: 30px 0 0 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
}

footer .section_footer .section_footer_left .mail {
	margin: 30px 0 0 0;;
}

footer .section_footer .section_footer_left .mail a {
	color: #f5f5f5;
	font-size: 14px;
	text-decoration: none;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1.5px;
}

footer .section_footer .section_footer_left .link_rs ul li {
	margin: 0 30px 0 0;
	height: 20px;
}

footer .section_footer .section_footer_left .link_rs ul li a img {
	height: 100%;
}

footer .section_footer .section_footer_right ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}

footer .section_footer .section_footer_right ul li {
	margin: 0 30px 0 0;
}

footer .section_footer .section_footer_right ul li a {
	color: #f5f5f5;
	font-size: 14px;
	text-decoration: none;
}

.main.main_template_page_infos {
	height: auto !important;
	min-height: auto !important;
	width: 100%;
	margin: 0 0 40px 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background: #000429;
}

section.template_page_infos {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 5%;
	color: #000 !important;
	min-height: 50dvh;
}

section.template_page_infos h1 {
	margin: 20px 0 40px;
	font-size: 30px;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 1.5px;
}

section.template_page_infos h2 {
	margin: 20px 0 40px;
	font-size: 25px;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.5px;
}

section.template_page_infos h3 {
	margin: 20px 0 40px;
	font-size: 20px;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.5px;
}

section.template_page_infos p {
	margin: 20px 0 40px;
	font-size: 16px;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1.5px;
}

section.template_page_infos a {
	color: #F28457;
	text-decoration: none;
	font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1.5px;
}

section.template_page_infos ul {
	margin: 20px 0 40px;
}

section.template_page_infos ul li {
	font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1.5px;
  margin: 10px 0;
}

section.template_page_infos table {
	margin: 20px 0 40px;
}

section.template_page_infos table tr {
	padding: 10px 0;
}

section.template_page_infos table tr td {
	padding: 10px;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.5px;
	border: 1px solid #000;
}

section.template_page_infos form {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 0 0 60px 0;
}

section.template_page_infos form label {
	width: 100%;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.5px;
	margin: 0 0 10px 0;
}

section.template_page_infos form label.password {
	margin: 30px 0 10px 0;
}


section.template_page_infos form input[type="text"] {
	width: 310px;
	height: 50px;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 1.5px;
	color: #000;
	border-radius: 10px;
	border: 1px solid #b4b4b4;
	background: none;
	padding: 0 0 0 10px;
}

section.template_page_infos form input[type="text"]::placeholder {
	color: #b4b4b4;
	font-weight: 400;
}

section.template_page_infos form input[type="submit"] {
	width: 322px;
	height: 60px;
	margin: 20px 0 0 0;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	letter-spacing: 1.5px;
	color: #f5f5f5;
	background: rgb(177, 47, 47);
	border-radius: 10px;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
}

@media screen and (max-width:1255px) {

	.main .banner_game {
		height: 250px;
	}

	.argu .argu_down {
		flex-direction: column;
	}

	.argu .argu_down .argu_left {
		width: 90%;
		margin: 0 auto 40px;
		text-align: center;
	}

	.double_iphone {
		width: 100%;
	}

	.argu .argu_down .argu_right {
		text-align: center;
		width: 90%;
		margin: 0 auto;
	}

	.argu.gameplay .gameplay_img {
		margin: 0 auto;
	}
	
	section.perso {
		height: auto;
		margin: 20px 0 0 0;
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
	}

	.perso .personnages_section_right {
		width: 90%;
		padding: 0;
		text-align: center;
	}

	.perso .personnages_section_left {
		margin: 40px auto 0;
	}

	.argu.genius {
		background: url('../images/BackgroundForAnimation3.webp');
		margin: 100px 0 0 0;
		color: #f5f5f5 !important;
		padding: 40px 0 0 0;
	}

	.genius_img {
		width: 100%;
		margin: 0 auto;
	}

	footer .section_footer {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 90%;
		margin: 0 auto 60px;	
	}
	.section_footer_right {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
	}
	footer .section_footer .section_footer_right {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 60px 0 0 0;
		width: 100%;
	}
	footer .section_footer .section_footer_right ul {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}

@media screen and (max-width:780px) {

	.main .banner_game {
		height: 180px;
	}
	.main .preinscription_button h1 {
		font-size: 24px;
		line-height: 29px;
	}
	.main .game_in_phone {
		width: 280px;
		margin: 0 0 50px 0;
	}
	.main {
		height: auto;
		min-height: 100dvh;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.perso .personnages_section_left {
		width: 400px;
		height: 448px;
		margin: 40px auto 0;
	}
	.perso .personnages_section_left ul li .the_perso {
		transition: all ease-in-out .2s;
		height: 340px;
		padding: 20px 0 0 0;
		position: relative;
		z-index: 2;
	}
}

@media screen and (max-width:440px) {
	.perso .personnages_section_left {
		width: 300px;
		height: 335px;
		margin: 40px auto 0;
	}
	.perso .personnages_section_left ul li .the_perso {
		transition: all ease-in-out .2s;
		height: 240px;
		padding: 20px 0 0 0;
		position: relative;
		z-index: 2;
	}

	.perso .personnages_section_left ul li .for_pancarte img {
		height: 170%;
	}

	.button_to_move_slide {
		width: 40px;
	}

}

.device-info {
	text-align: center;
	margin-bottom: 30px;
}

.device-badge {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 20px;
	font-weight: bold;
	margin: 10px 0;
	font-size: 14px;
}

.ios { background: #007AFF; }
.android { background: #34A853; }
.web { background: #FF6B35; }

.button {
	display: block;
	max-width: 310px;
	padding: 15px 25px;
	margin: 40px 0;
	border: none;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	text-align: center;
	color: white;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.ios_button {
	/* background: linear-gradient(135deg, #007AFF, #0056CC); */
	background: #fff;
	color: #000;
}

.android_button {
	/* background: linear-gradient(135deg, #34A853, #137333); */
	background: #fff;
	color: #000;
}

.web_button {
	/* background: linear-gradient(135deg, #FF6B35, #CC4A1C); */
}

.button:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.code-section {
	margin-top: 30px;
	padding: 20px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	font-family: 'Courier New', monospace;
	font-size: 12px;
	overflow-x: auto;
}

.hidden { display: none; }
.valid {
	border: 2px solid #28a745;
}

.error {
	border: 2px solid #dc3545;
}

.error-message {
	color: #dc3545;
	font-size: 14px;
	margin-top: 5px;
	display: none;
}