/* HTML & BODY */
html, body, form, fieldset, div, p, ul, li, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
form, fieldset, p, ul, li {
}
html {
	width: 100%;
}
body {
	width: 100%;
	height: auto;
	color: #555555;
	overflow-x: hidden;
	font-size: 11px;
	background: rgba(255,255,255,1);
	font-family: Verdana, Geneva, sans-serif;
}
h1, h2, h3, h4 {
	font-weight: normal;
	-webkit-margin-before: 2px;
	-webkit-margin-after: 2px;
	-webkit-margin-start: 2px;
	-webkit-margin-end: 2px;
}
li {
	margin: 0;
}
a, a :visited {
	color: rgba(0,0,0,1);
	text-decoration: none;
	cursor: pointer;
}
a img {
	text-decoration: none;
	border: none;
}
#ik {
	position: relative;
	width: 100%;
}

/* MENU */
#menu {
	z-index: 3;
	position: fixed;
	background: rgba(255,255,255,1);
	overflow: hidden;
}
#menu.secondaire {
	position: absolute;
	top: 170px;
	background: none;
}
@media screen and (max-width: 2000px) {
#menu.secondaire {
	top: 165px;
}
}
@media screen and (max-width: 1280px) {
#menu.secondaire {
	top: 30px;
}
}
#menu.home {
	background: rgba(255,255,255,0);
}
#menu {
	width: 100%;
	height: 170px;
	text-align: center;
}
@media screen and (max-width: 2000px) {
#menu {
	height: 100px;
}
}
@media screen and (max-width: 1280px) {
#menu {
	height: 90px;
}
}
#menu #elements {
	z-index: 2;
	position: relative;
	height: 100%;
	margin: 0px 10px 0px 0px;
	text-align: center;
}
#menu #elements li {
	position: relative;
	width: 110px;
	height: 110px;
	margin: 20px 10px 0px 10px;
	text-align: center;
	-moz-box-shadow:
0px 2px 3px 0px rgba(0,0,0,.3);
	-webkit-box-shadow:
0px 2px 3px 0px rgba(0,0,0,.3);
	box-shadow:
0px 2px 3px 0px rgba(0,0,0,.3);
	-moz-box-shadow:
inset 0px 0px 0px 1px rgba(0,0,0,0), 0px 0px 1px 0px rgba(0,0,0,.3);
	-webkit-box-shadow:
inset 0px 0px 0px 1px rgba(0,0,0,0), 0px 0px 1px 0px rgba(0,0,0,.3);
	box-shadow:
inset 0px 0px 0px 1px rgba(0,0,0,0), 0px 0px 1px 0px rgba(0,0,0,.3);
	display: inline-block;
	border-top-left-radius: 500px;
	border-bottom-left-radius: 500px;
	border-top-right-radius: 500px;
	border-bottom-right-radius: 500px;
	list-style: none;
	overflow: visible;
}
#menu #elements li.home {
	background: rgba(255,255,255,1);
}
#menu #elements li.games {
	background: rgba(0,0,0,1);
}
#menu #elements li.parents {
	background: rgba(147,24,128,1);
}
#menu #elements li.param {
	background: rgba(230,79,41,1);
}
#menu #elements li.account {
	background: rgba(64,64,64,1);
}
#menu #elements li.small {
	padding: 0px;
}
#menu #elements li.small {
	width: auto;
	margin: 0px 2% 0px 0px;
	-moz-box-shadow:
inset 0px 0px 0px 1px rgba(0,0,0,0);
	-webkit-box-shadow:
inset 0px 0px 0px 1px rgba(0,0,0,0);
	box-shadow:
inset 0px 0px 0px 1px rgba(0,0,0,0);
	display: none;
}
@media screen and (max-width: 2000px) {
#menu #elements li {
	position: relative;
	width: 110px;
	height: 50px;
	margin: 0px 10px 0px 10px;
	-moz-box-shadow:
inset 0px 0px 0px 1px rgba(0,0,0,0);
	-webkit-box-shadow:
inset 0px 0px 0px 1px rgba(0,0,0,0);
	box-shadow:
inset 0px 0px 0px 1px rgba(0,0,0,0);
}
#menu #elements li.home,
#menu #elements li.games,
#menu #elements li.parents,
#menu #elements li.param,
#menu #elements li.account {
	background: none;
}
}
@media screen and (max-width: 1280px) {
#menu #elements li {
	position: relative;
	width: 60px;
	height: 60px;
	margin: 0px 5px 0px 5px;
}
}
#menu #elements li img.image_menu {
	position: relative;
	height: 90px;
	margin: 10px 0px 0px 0px;
	background: rgba(255,255,255,1);
	-moz-box-shadow:
0px 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
0px 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
0px 0px 0px 2px rgba(255,255,255,1);
	border-top-left-radius: 200px;
	border-bottom-left-radius: 200px;
	border-top-right-radius: 200px;
	border-bottom-right-radius: 200px;
}
@media screen and (max-width: 2000px) {
#menu #elements li img.image_menu {
	height: 50px;
	margin: 10px 0px 0px 0px;
}
}
@media screen and (max-width: 1280px) {
#menu #elements li img.image_menu {
	height: 50px;
	margin: 10px 0px 0px 0px;
}
}
#menu #elements li .title {
	width: 100%;
	font: 12px/40px 'ProdigySansSemiBold', Arial, sans-serif;
}
#menu #elements li.home .title {
	color: rgba(241,155,31,1);
}
#menu #elements li.parents .title {
	color: rgba(147,24,128,1);
}
#menu #elements li.param .title {
	color: rgba(230,79,41,1);
}
#menu #elements li.account .title {
	color: rgba(40,40,40,1);
}
@media screen and (max-width: 2000px) {
#menu #elements li .title {
	width: 100%;
	font: 12px/18px 'ProdigySansSemiBold', Arial, sans-serif;
}
}
@media screen and (max-width: 1280px) {
#menu #elements li .title {
	font: 12px/12px 'ProdigySansSemiBold', Arial, sans-serif;
}
}

/* IPLUS */
.footer-iplus {
	margin: 10px 0px 10px 0px;
}

/* PAGES */
#ik #page_iktv,
#ik #page_heros,
#ik #page_liscence,
#ik footer {
	position: relative;
	width: 100%;
	margin-top: 170px;
	background: rgba(255,255,255,1);
	text-align: center;
	overflow: visible;
}
#ik #page_iktv {
	background: rgba(0,0,0,1);
}
@media screen and (max-width: 2000px) {
#ik #page_iktv,
#ik #page_heros,
#ik #page_liscence,
#ik foote {
	margin-top: 100px;
}
}
@media screen and (max-width: 1280px) {
#ik #page_iktv,
#ik #page_heros,
#ik #page_liscence,
#ik foote {
	margin-top: 90px;
}
}

#ik footer {
	margin: 40px 0px 80px 0px;
}
@media screen and (max-width: 1280px) {
#ik footer {
	margin: 20px 0px 40px 0px;
}
}

#ik .replays_container {
	overflow: hidden;
	position: relative;
	height: 250px;
}

#ik .replays {
	overflow-x: auto;
	height: 250px;
	margin-left: 5%;
	width: 90%;
	/* Hide scrollbar for IE, Edge and Firefox */
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

#ik .replays::-webkit-scrollbar {
	/* Hide scrollbar for Chrome, Safari and Opera */
	display: none;
}

#ik .replays .grid {
	width: 10000px;
	height: 250px;
}

/* WAZZA */
#ik #zone_episodes_container,
#ik #page_heros .channels {
	width: 88%;
	height: auto;
	margin: 5px;
	padding: 40px 0px;
	background: rgba(243,146,0,1);
	color: rgba(255,255,255,1);
	font: 30px/50px 'ProdigySansBold', Arial, sans-serif;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	display: inline-block;
	overflow: hidden;
}

@media screen and (max-width: 2000px) {
#ik #zone_episodes_container,
#ik #page_heros .channels {
	padding: 30px 0px;
	font: 22px/30px 'ProdigySansSemiBold', Arial, sans-serif;
}
}
@media screen and (max-width: 1280px) {
#ik #zone_episodes_container,
#ik #page_heros .channels {
	width: 90%;
	padding: 10px 0px;
	font: 14px/20px 'ProdigySansSemiBold', Arial, sans-serif;
}
}
/* PAGES IKTV */
#ik #page_iktv #player {
	position: relative;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,1);
}

/* PAGES HEROS */
#ik #page_heros,
#ik #page_liscence {
	position: relative;
	width: 80%;
	height: auto;
	margin: 170px 0px 0px 10%;
}
#ik #page_heros .selection,
#ik #page_liscence #zone_episodes .episode {
	width: 20%;
	height: auto;
	margin: 0.1%;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	display: inline-block;
	overflow: hidden;
}
#ik #page_heros .selection .label {
	display: none;
}

#ik #page_heros .channels {
	background: none;
}

#ik #page_heros .channel {
	width: 25%;
	margin: 20px auto;
	height: auto;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	display: block;
	overflow: hidden;
	float: left;
}
#ik #page_heros .channel .label {
	display: none;
}

#ik #page_heros .channel_logo {
	float: left;
}

@media screen and (max-width: 1550px) {
	#ik #page_heros .channel {
		width: 50%;
	}
}
@media screen and (max-width: 685px) {
	#ik #page_heros .channel {
		width: 100%;
		float: none;
	}
}

#ik #page_heros .replay {
	margin: 5px;
	height: auto;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	float: left;
	background-color: #83047e;
	position: relative;
}

#ik #page_heros .replay .play {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -35px;
}

#ik #page_heros .replay .lazy_loading {
	width: 100%;
	border-radius: 10px;
}

#ik #page_heros .replay .channel_logo_white {
	background-color: #83047e;
	position: absolute;
	float: right;
	right: 0px;
	bottom: 30px;
	padding: 5px 10px;
	border-radius: 10px 0px 0px 0px;
}

#ik #page_heros .replay .channel_logo_white img {
	width: 100px;
}

#ik #page_heros .replay .label {
	background-color: #83047e;
	color: white;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	margin-left: 10px;
}

/* Navigation */

#ik #page_heros .navigation {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: calc(5% - 25px);
	width: calc(90% + 50px);
	height: 100%;
	z-index: 1;
	pointer-events: none;
	display: none;
}

#ik #page_heros .navigation .button_left {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -40px;
	cursor: pointer;
	pointer-events: all;
}
#ik #page_heros .navigation .button_right {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -40px;
	cursor: pointer;
	pointer-events: all;
}

#ik #page_heros .navigation .button_left img,
#ik #page_heros .navigation .button_right img {
	width: 50px;
	height: 50px;
}

@media screen and (max-width: 2000px) {
#ik #page_heros,
#ik #page_liscence {
	width: 90%;
	margin: 100px 0px 0px 5%;
}
}
@media screen and (max-width: 1280px) {
#ik #page_heros,
#ik #page_liscence {
	width: 100%;
	margin: 90px 0px 0px 0px;
}
#ik #page_heros .selection,
#ik #page_liscence #zone_episodes .episode {
	width: 30%;
	margin: 0.33%;
}
}
#ik #page_heros .selection.large {
	width: 100%;
}
#ik #page_heros .selection img {
	width: 100%;
	height: auto;
}

#ik #page_heros .selection img.landscape {
	width: 178%;
	height: 100%;
	margin-left: -37%;
}

/* PAGES HERO */
#ik #page_liscence #zone_episodes .season_header {
	position: relative;
	width: 90%;
	margin: 20px 0px;
	padding: 0px 20px;
	background: rgba(149,13,129,.8);
	color: rgba(255,255,255,1);
	font: 20px/50px 'ProdigySansBold', Arial, sans-serif;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	display: inline-block;
}
@media screen and (max-width: 2000px) {
#ik #page_liscence #zone_episodes .season_header {
	width: 88%;
	margin: 10px 0px;
	padding: 0px 15px;
}
}
@media screen and (max-width: 1280px) {
#ik #page_liscence #zone_episodes .season_header {
	width: 90%;
	padding: 0px 10px;
}
}
/* #ik #page_liscence #zone_episodes .episode {
	width: 50%;
} */
#ik #page_liscence #zone_episodes .episode .numero {
	z-index: 2;
	position: absolute;
	width: 50px;
	height: 50px;
	margin: 20px 0px 0px 20px;
	text-align: center;
	background: rgba(241,155,31,1);
	color: rgba(255,255,255,1);
	-moz-box-shadow:
0px 0px 0px 2px rgba(255,255,255,.35);
	-webkit-box-shadow:
0px 0px 0px 2px rgba(255,255,255,.35);
	box-shadow:
0px 0px 0px 2px rgba(255,255,255,.35);
	border-top-left-radius: 200px;
	border-bottom-left-radius: 200px;
	border-top-right-radius: 200px;
	border-bottom-right-radius: 200px;
}
#ik #page_liscence #zone_episodes .episode .numero .num {
	z-index: 2;
	position: absolute;
	width: 100%;
	margin: 0px 0px 0px -8px;
	text-align: center;
}
#ik #page_liscence .episode .label {
	display: none;
}
#ik #page_liscence #zone_episodes .episode .numero img.play {
	z-index: 1;
	position: absolute;
	width: 16px;
	top: 17px;
	left: 25px;
	opacity: 1;
}
@media screen and (max-width: 1280px) {
#ik #page_liscence #zone_episodes .episode .numero {
	width: 30px;
	height: 30px;
	margin: 10px 0px 0px 10px;
}
#ik #page_liscence #zone_episodes .episode .numero .num {
	margin: 0px 0px 0px -5px;
}
#ik #page_liscence #zone_episodes .episode .numero img.play {
	width: 12px;
	top: 9px;
	left: 15px;
}
}
#ik #page_liscence #zone_episodes .episode .numero .content {
	font: 20px/50px 'ProdigySansBold', Arial, sans-serif;
}
@media screen and (max-width: 1280px) {
#ik #page_liscence #zone_episodes .episode .numero .content {
	font: 12px/30px 'ProdigySansBold', Arial, sans-serif;
}
}
#ik #page_liscence #zone_episodes .episode img {
	width: 100%;
	height: auto;
}

/* VIDEO PLAYER */
.video_player_container,
.video_player_container .video_player {
	width: 100%;
	height: 100%;
	background: rgba(147,34,128,1);
}
.video_player_container .video_player .play {
	position: absolute;
	width: 100px;
	height: 106px;
	left: 50%;
	top: 50%;
	margin: -53px 0px 0px -50px;
}
.video_player_container .video_player .preview {
	position: absolute;
	width: 250px;
	top: 50%;
	left: 50%;
	margin: -105px 0px 0px -125px;
}
.video_player_container #player_episode.video_player .preview {
	position: relative;
	width: auto;
	height: 100%;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
}
.video_player_container .video_player .loading {
	position: absolute;
	width: 40px;
	top: 50%;
	left: 50%;
	margin: -20px 0px 0px -20px;
	display: none;
}
.video_player_container .video_player .loading img {
	width: 40px;
}

#player_iktv.video_player .preview {
	height: auto;
}

/* ==== Coloring ==== */

/* COLORING */
.colo,
.game {
	float: left;
	width: 242px;
	height: 110px;
	margin: 20px 40px 20px 0px;
	background: rgba(255,255,255,1);
	border: 3px solid #ffffff;
}
.coloring {
	margin: 20px 0px 0px 20px;
	border: 1px solid rgba(0,0,0,.5);
}
.coloring_download {
	float: right;
	width: 200px;
	margin: 5px;
	padding: 12px;
	text-align: center;
}
.coloring_download a {
	color: #ffffff;
}

/* COLORING */
#color_description {
	width: 80%;
	text-align: center;
	padding: 10px 0px;
	margin: 0 auto;
	box-shadow:
	0px 0px 0px 1px rgba(0,0,0,.5);
	-webkit-box-shadow:
	0px 0px 0px 1px rgba(0,0,0,.5);
	-moz-box-shadow:
	0px 0px 0px 1px rgba(0,0,0,.5);
}
.color-picker {
	width: 560px;
	margin: 10px auto;
}
.color-picker .color {
	float: left;
	width: 30px;
	height: 30px;
    margin: 5px;
	box-shadow:
	inset 0px 0px 0px 2px rgba(0,0,0,.25), 0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 5px 1px rgba(0,0,0,.5);
	-webkit-box-shadow:
	inset 0px 0px 0px 2px rgba(0,0,0,.25), 0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 5px 1px rgba(0,0,0,.5);
	-moz-box-shadow:
	inset 0px 0px 0px 2px rgba(0,0,0,.25), 0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 5px 1px rgba(0,0,0,.5);
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.color-picker .color:hover,
.color-picker .color.active  {
	box-shadow:
	inset 0px 0px 0px 2px rgba(0,0,0,.25), 0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 1px 5px rgba(0,0,0,.5);
	-webkit-box-shadow:
	inset 0px 0px 0px 2px rgba(0,0,0,.25), 0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 1px 5px rgba(0,0,0,.5);
	-moz-box-shadow:
	inset 0px 0px 0px 2px rgba(0,0,0,.25), 0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 1px 5px rgba(0,0,0,.5);
}
.drawing-tools {
	width: 320px;
	margin: 0 auto;
}
.drawing-tools img {
	margin: 5px;
}
.drawing-tools img:hover {
	box-shadow:
	0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 0px 5px #ccc;
	-moz-box-shadow:
	0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 0px 5px #ccc;
	-webkit-box-shadow:
	0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 0px 5px #ccc;
}
.drawing-tools img.active {
	box-shadow:
	0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 0px 5px #e01344;
	-moz-box-shadow:
	0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 0px 5px #e01344;
	-webkit-box-shadow:
	0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 0px 5px #e01344;
}
#coloring_div {
	text-align: center;
}
#coloring_div canvas {
	/*height: 500px;*/
}
@media screen and (max-width: 1200px) {

	.channel #accroche_inter_1 {
		margin-top: 0px;
	}
	.channel #accroche_inter_2 {
		font-size: 13px
	}
	.channel #accroche_inter_1,
	.channel #accroche_inter_2 {
		padding: 5px 0px;
	}

}
@media screen and (max-width: 768px) {
.coloring {
	margin: 0;
}
.color-picker {
	position: relative;
	width: 300px;
}
#coloring_div canvas {
	width: 320px;
}
}

/* APP DIALOG */

#zone_icon {
	z-index: 9999;
	position: fixed;
	width: 85%;
	bottom: 0px;
	padding: 20px 10% 20px 5%;
	background: rgba(255,255,255,1);
	font: 14px/16px 'ProdigySansRegular', Arial, sans-serif;
	background-color: #e7e7e7;
}
#zone_icon a {
	color: rgba(0,0,0,.8);
}
#geticon {
	margin: 10px 0px 0px 0px;
	padding: 0px 20px;
}
#icon_app {
	float: left;
	width: 50px;
}
#close_app_link {
	position: absolute;
	width: 30px;
	height: 18px;
	top: 20px;
	right: 10px;
	padding: 6px 0px;
	text-align: center;
	background: #f1f1f1;
	border: 1px solid rgba(0,0,0,.1);
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,1);
	-webkit-box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,1);
	cursor: pointer;
}
#icon_app img {
	width: 50px;
	height: 50px;
}
#store_badge {
	width: 150px;
	margin: 10px 0px 0px 70px;
}

/* Form */

.form-error input {
	border: 1px solid #b94a48
}
.form-error-message {
	color:#b94a48;
	text-align: center;
	font-size: 13px;
}
/* NEW MENTION CGV */

#cgv_prebilling {
	margin-top: 10px;
    font-size: 14px;
	color: #777777;
    text-align: center;
    font-family: 'ProdigySansSemibold', sans-serif;
}
#cgv_prebilling a{
    color: rgba(226, 36, 99, 1);
}
@media screen and (max-width: 768px) {
  #cgv_prebilling {
    font-size: 16px;
}
}

/* == My Account == */

#myaccount {
	position: relative;
	width: 400px;
	left: 50%;
	margin: 0px 0px 0px -200px;
    text-align: left;
}
#myaccount #logo {
	margin: 20px;
}
#myaccount #logo img {
	position: relative;
	width: 120px;
	left: 50%;
	margin: 0px 0px 0px -60px;
}
/* BLOC */
#myaccount .bloc {
	padding: 20px 0px;
	border-top: 3px solid rgba(0,0,0,.1);
}
#myaccount .bloc .title {
	color: rgba(0,0,0,.7);
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
	font: 16px/16px 'ProdigySansExtraBold', Arial, sans-serif;
}
#myaccount .bloc p {
	color: rgba(0,0,0,.7);
	margin: 5px 0px;
	font: 14px/16px 'ProdigySansSemiBold', Arial, sans-serif;
}
#myaccount .bloc p.double {
	margin: 20px 0px 5px 0px;
}
#myaccount .bloc .text {
	margin: 5px 0px !important;
	color: rgba(0,0,0,.7);
	font: 14px/16px 'ProdigySansSemiBold', Arial, sans-serif;
}
#myaccount .bloc .text span {
	color: rgba(0,0,0,1);
}
#myaccount .bloc .text.infoconso {
	margin: 10px 0px 0px 0px;
}
#myaccount .bloc button {
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	background: #4082ac;
	text-transform: uppercase;
	text-align: center;
	color: rgba(255,255,255,1);
	font: 14px/50px 'ProdigySansBold', Arial, sans-serif;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
	border-radius: 2px;
}
#myaccount .bloc button:hover {
	background: rgba(0,0,0,.7);
}
#myaccount .bloc .alert {
	display: none;
	position: relative;
	margin: 20px 0px 0px 0px;
	padding: 15px;
	text-align: center;
	box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,.1);
	border-radius: 2px;
}
#myaccount .bloc .alert.success {
	background: #76bea2;
}
#myaccount .bloc .alert.error {
	background: #fdbd05;
}
#myaccount .bloc .alert-loader {
	display: none;
	width: 32px;
	height: 32px;
	margin: 5px auto;
}
#myaccount .bloc .alert .alert-text {
	color: rgba(255,255,255,1);
	font: 14px/18px 'ProdigySansBold', Arial, sans-serif;
}
#myaccount .bloc .alert .alert-text span {
	color: rgba(0,0,0,1);
	font: 16px/20px 'ProdigySansExtraBold', Arial, sans-serif;
	text-transform: uppercase;
	display: block;
}
#myaccount .bloc .alert .info {
	color: rgba(0,0,0,.5);
	font: 12px/14px 'ProdigySansSemiBold', Arial, sans-serif;
}
#myaccount .bloc .links {
	margin: 20px 0px 0px 0px;
	cursor: pointer;
}
#myaccount .bloc .links .lign {
	padding: 5px 0px;
	color: rgba(0,0,0,.5);
	font: 14px/24px 'ProdigySansSemiBold', Arial, sans-serif;
	border-top: 1px solid rgba(0,0,0,.1);
}
#myaccount .bloc .links .lign:hover {
	color: rgba(0,0,0,1);
}
#myaccount .bloc .links .lign .chevron {
	position: absolute;
	right: 10px;
	font: 16px/24px 'ProdigySansThin', Arial, sans-serif;
}
/* FOOTER */
footer {
	position: relative;
	margin: 0px 0px 20px 0px;
}
footer a,
footer footer-link {
	margin: 0px 10px 0px 0px;
	color: rgba(0,0,0,0.5);
	text-decoration: none;
	font: 12px/16px 'ProdigySansBold', Arial, sans-serif;
	display: inline-block;
	width: auto;
	height: auto;
	border: none;
	box-shadow: none;
	cursor: pointer;
}
/*
footer .footer-iplus {
    float: left;
}
*/

@media screen and (max-width: 720px) {
	#myaccount {
		width: 90%;
		left: 0px;
		margin: 0px 0px 0px 5%;
	}
	#myaccount #logo {
		margin: 10px;
	}
	#myaccount #logo img {
		width: 90px;
		margin: 0px 0px 0px -45px;
	}
}

#operator_choice .operator .image {
    overflow: visible !important;
}
#operator_choice h3 {
    background: #fff !important;
    text-shadow: none;
}

#zone_game {
	margin-left: auto;
	margin-right: auto;
	width: 595px;
}
@media screen and (max-width:600px) {
	#zone_game {
		width: 300px;
	}
}

/* COOKIE */

#cookie_dialog {
    z-index: 999!important;
    position: fixed;
    width: 100%!important;
    bottom: 0;
    padding: 5px 15px!important;
    background: #fff!important;
    font: 14px/14px 'ProdigySansRegular', Arial, sans-serif!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    border-top: 1.5px solid rgba(0, 0, 0, .2);
    box-sizing: border-box;
	left: 0;
}
#cookie_dialog .text {
    margin: 0!important;
}
#cookie_dialog p {
    width: 80%
}
#cookie_dialog p a {
    text-decoration: underline;
    cursor: pointer;
    color: #555555!important;
}
#cookie_dialog_close,
#cookie_settings_dialog_close {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .01)!important;
    border: .5px solid rgba(0, 0, 0, .1)!important;
    font: 14px/40px ProdigySansRegular, Arial, sans-serif!important;
    color: #555555!important;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
	float: right;
}
@media screen and (max-width:480px) {
    #cookie_dialog {
    font: 10px/10px ProdigySansRegular, Arial, sans-serif!important;
}
}

#cookie_dialog.advanced {
	display: block;
	padding-bottom: 20px;
}
#cookie_dialog.advanced p {
	width: 60%;
	margin: 20px 20%;
}
#cookie_buttons {
	clear: both;
	width: 310px;
	margin: 0 auto;
}
#cookie_buttons .cookie_button {
	width: 300px;
	height: 40px;
	background: rgba(0, 0, 0, .01)!important;
	border: .5px solid rgba(0, 0, 0, .1)!important;
	font: 14px/40px ProdigySansRegular, Arial, sans-serif!important;
	color: #555555!important;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}

#cookie_settings_dialog {
	left: 0;
	display: none;
	z-index: 999!important;
	position: fixed;
	width: 100%!important;
	bottom: 0;
	padding: 5px 15px!important;
	background: #fff!important;
	font: 14px/14px ProdigySansRegular, Arial, sans-serif!important;
	border-top: 1.5px solid rgba(0, 0, 0, .2);
	box-sizing: border-box;
}
#cookie_settings_dialog p {
	width: 60%;
	margin: 20px 20%;
	text-align: center;
}
#cookie_settings_dialog .cookie_type {

}
#cookie_settings_dialog .cookie_type_details {
	display: none;
}
#cookie_settings_dialog .cookie_type_label {
	cursor: pointer;
	font-weight: bold;
	margin: 20px 0;
}
#cookie_settings_dialog .cookie_type_description {
	margin: 20px 0;
}
#cookie_settings_dialog .cookie_table {
	width: 320px;
}
#cookie_settings_dialog .cookie_table tr td,
#cookie_settings_dialog .cookie_table tr th {
	text-align: left;
	border: 1px solid #ccc;
	margin: 0;
	padding: 5px;
}

.cookie_type_chevron {
	cursor: pointer;
	float: right;
}
.cookie_type_chevron::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.45em;
}
.cookie_type_chevron.right:before {
	left: 0;
	transform: rotate(45deg);
}
.cookie_type_chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}

#prebilling_message {
	max-width: 800px;
	margin: 0 auto;
	padding: 10px 0 60px;
}

#prebilling_message a {
	margin: 0;
	color: rgba(177, 0, 0, 1);
}
