/* HTML & BODY */
html, body, form, fieldset, div, p, li, ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
html {
	overflow-y: visible;
	overflow-x: hidden;
	overflow: -moz-scrollbars-vertical;
	background: #ffffff;
}
body {
	height: auto;
	overflow-x: hidden;
	background: #ffffff;
	color: #333333;
	font: 14px/16px 'ProdigySansRegular';
}
h1 {
	font: 18px/22px 'ProdigySansRegular', Arial, sans-serif;
}
h2 {
	font: 14px/16px 'ProdigySansRegular', Arial, sans-serif;
}
li {
	list-style: none;
}
a {
	color: #777777;
	text-decoration: none;
}
img {
	text-decoration: none;
	border: none;
}
#logo, #site {
	background: none;
}

/* LOGO */
#logo {
	position: relative;
	width: 200px;
	left: 50%;
	margin: 20px 0px 10px -100px;
}
#logo img {
	width: 200px;
}
#infiniweb_generic #header-logo {
	margin: 20px auto;
}
#infiniweb_generic #header-logo img {
	width: 100px;
}
@media screen and (max-width: 1550px) {
	#logo {
		width: 120px;
		margin: 20px 0px 10px -60px;
	}
	#logo img {
		width: 120px;
	}
}

/* PRICE */
#price  {
	position: relative;
	width: 100%;
	letter-spacing: 3px;
	font: 12px/14px 'ProdigySansRegular', Arial, sans-serif;
	box-shadow:
	0px 2px 2px -2px rgba(0,0,0,.2);
	-moz-box-shadow:
	0px 2px 2px -2px rgba(0,0,0,.2);
	-webkit-box-shadow:
	0px 2px 2px -2px rgba(0,0,0,.2);
	border: 0px;
}
#price_inter {
	letter-spacing: 1px;
	font: 12px/12px 'Calibri', sans-serif;
	color: #585858;
	font-weight: bold;
}

/* ACCOUNT */
#header-account,
#button_home {
	z-index: 4;
	position: relative;
	width: 250px;
	top: 0px;
	left: 50%;
	margin: -3px 0px 0px -125px;
	font: 14px/16px 'ProdigySansSemiBold', Arial, sans-serif;
}
#header-account div,
#button_home div {
	width: 100px;
	padding: 10px;
}
.header-button,
footer .footer-link {
	float: left;
	margin: 0px 5px 0px 0px;
	text-align: center;
	cursor: pointer;
    border: none;
}
footer .footer-link {
	float: none;
	margin: 0px 0px -1px 0px;
}
footer .footer-link .footer-text {
	font: 14px/16px 'ProdigySansRegular';
	position: relative !important;
}
.header-button a,
footer .footer-link .footer-text {
	color: #333333;
}
.header-button:hover a,
footer .footer-link:hover .footer-text {
	color: #202020;
}

/* HOME ZONE 1 */
#cadre_titre {
	position: relative;
	width: 1500px;
	height: 150px;
	left: 50%;
	margin: 0px 0px 0px -750px;
	background: rgba(0,0,0,.8);
	box-shadow:
	inset 0px -2px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow:
	inset 0px -2px 0px 0px rgba(255,255,255,1);
	-webkit-box-shadow:
	inset 0px -2px 0px 0px rgba(255,255,255,1);
	border-bottom: 10px solid rgba(99,184,208,1);
}
@media screen and (max-width: 800px) {
#cadre_titre {
	height: 50px;
}
}
#home-bouquet {
	width: 100%;
	margin: 2px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
	background: #f1f1f1;
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.025);
	box-shadow:
	inset 0px 2px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow:
	inset 0px 2px 0px 0px rgba(255,255,255,1);
	-webkit-box-shadow:
	inset 0px 2px 0px 0px rgba(255,255,255,1);
}
@media screen and (max-width: 1550px) {
#home-bouquet {
	padding: 10px 0px 20px 0px;}
}
#bouquet_title {
	z-index: 2;
	position: absolute;
	width: 100%;
	text-align: center;
	margin: 30px 0px 0px 0px;
	color: rgba(255,255,255,1);
}

.home-games{
	min-height:120px;
	background-image: url('/images/btn-games.png');
	background-position: center;
	border-top:1px solid #777777;
	border-bottom:1px solid #777777;
	cursor: pointer;
}

#home-container {
	position: relative;
	width: 1510px;
	margin: auto;
	overflow: visible;
}

@media screen and (max-width: 800px) {
#home-container {
	text-align: center;
}
}

@media screen and (max-width: 800px) {
#bouquet_title {
	margin: 0px 0px 0px 0px;
}
}
#bouquet_title img {
	width: 40px;
	cursor: pointer;
}
@media screen and (max-width: 800px) {
.tv-back {
	position: relative;
	margin: 10px 0px 0px 0px;
}
#bouquet_title #imgmenu,
.tv-back #imgmenu {
	position: relative;
	width: 34px;
	height: 34px;
	left: 50%;
	margin: -10px 0px 0px -17px;
	background: rgba(0,0,0,.8);
	border-top-left-radius: 300px;
	border-bottom-left-radius: 300px;
	border-top-right-radius: 300px;
	border-bottom-right-radius: 300px;
}
.tv-back #imgmenu {
	position: relative;
	margin: 0px 0px 10px -17px;
}
#bouquet_title img,
.tv-back img {
	width: 30px;
	margin: 2px;
}
}
.rounded-button {
	text-align: center;
	padding: 10px 10px;
	background: rgba(255,255,255,1);
	box-shadow:
	inset 0px 1px 0px 1px rgba(0,0,0,.0), inset 0px 0px 0px 1px rgba(0,0,0,.1), 0px 1px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow:
	inset 0px 1px 0px 1px rgba(0,0,0,.0), inset 0px 0px 0px 1px rgba(0,0,0,.1), 0px 1px 0px 0px rgba(255,255,255,1);
	-webkit-box-shadow:
	inset 0px 1px 0px 1px rgba(0,0,0,.0), inset 0px 0px 0px 1px rgba(0,0,0,.1), 0px 1px 0px 0px rgba(255,255,255,1);
	border-top-left-radius: 300px;
	border-bottom-left-radius: 300px;
	border-top-right-radius: 300px;
	border-bottom-right-radius: 300px;
	cursor: pointer;
}
#tv-replay {
	width: 200px;
	float: right;
	margin-top: 50px;
	margin-right: 75px;
}
#tv-replay:hover {
	background: rgba(0,0,0,.8);
	color: #ffffff;
}
#avoir {
	position: relative;
	width: 300px;
	left: 50%;
	margin: 10px 0px 10px -160px;
}
@media screen and (max-width: 800px) {
#avoir {
	width: 280px;
	margin: 10px 0px 10px -150px;
}
#tv-replay {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
}

.home-bouquet-channel,
.home-bouquet-channel-mobile {
	float: left;
	width: 292px;
	height: 342px;
	margin: 10px 10px 0px 0px;
	background: #ffffff;
	box-shadow:
	inset 0px 0px 0px 1px rgba(0,0,0,.1), 0px 0px 0px 1px rgba(255,255,255,1);
	-moz-box-shadow:
	inset 0px 0px 0px 1px rgba(0,0,0,.1), 0px 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
	inset 0px 0px 0px 1px rgba(0,0,0,.1), 0px 0px 0px 1px rgba(255,255,255,1);
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.home-bouquet-channel-mobile {
	float: none;
	width: 120px;
	height: 152px;
	margin: 10px 10px 0px 0px;
	display: inline-block;
}
.home-bouquet-channel:hover,
.home-bouquet-channel-mobile:hover {
	box-shadow:
	inset 0px 0px 0px 1px rgba(0,0,0,.1), 0px 0px 9px 1px rgba(0,0,0,.1);
	-moz-box-shadow:
	inset 0px 0px 0px 1px rgba(0,0,0,.1), 0px 0px 9px 1px rgba(0,0,0,.1);
	-webkit-box-shadow:
	inset 0px 0px 0px 1px rgba(0,0,0,.1), 0px 0px 9px 1px rgba(0,0,0,.1);
}
.home-bouquet-channel img,
.home-bouquet-channel-mobile img {
	width: 290px;
	height: 290px;
	margin: 1px 0px -4px 1px;
}
.home-bouquet-channel-mobile img {
	width: 118px;
	height: 118px;
}
.home-bouquet-channel .title_home,
.home-bouquet-channel-mobile .title_home {
	padding: 0px 0px 0px 20px;
	font: 16px/50px 'ProdigySansSemiBold', Arial, sans-serif;
	box-shadow:
	inset 0px 1px 0px 0px rgba(0,0,0,.1);
	-moz-box-shadow:
	inset 0px 1px 0px 0px rgba(0,0,0,.1);
	-webkit-box-shadow:
	inset 0px 1px 0px 0px rgba(0,0,0,.1);
}
.home-bouquet-channel-mobile .title_home {
	padding: 0px 0px 0px 5px;
	font: 10px/30px 'ProdigySansSemiBold', Arial, sans-serif;
}
@media screen and (max-width: 1550px) {
.home-bouquet-channel {
	float: none;
	width: 250px;
	height: 300px;
	margin: 2px 2px 0px 0px;
	display: inline-block;
}
.home-bouquet-channel img {
	width: 248px;
	height: 248px;
}
}

/* HOME ZONE 2 */
.circle-button {
	background: rgba(255,255,255,1);
	box-shadow:
	0px 0px 1px 1px rgba(0,0,0,.1), 0px 0px 0px 3px rgba(255,255,255,1);
	-moz-box-shadow:
	0px 0px 1px 1px rgba(0,0,0,.1), 0px 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
	0px 0px 1px 1px rgba(0,0,0,.1), 0px 0px 0px 3px rgba(255,255,255,1);
	border-top-left-radius: 500px;
	border-bottom-left-radius: 500px;
	border-top-right-radius: 500px;
	border-bottom-right-radius: 500px;
	cursor: pointer;
}
.circle-button:hover {
	box-shadow:
	0px 0px 1px 1px rgba(0,0,0,0), 0px 0px 0px 3px rgba(255,255,255,1), 0px 0px 9px 1px rgba(0,0,0,.2);
	-moz-box-shadow:
	0px 0px 1px 1px rgba(0,0,0,0), 0px 0px 0px 3px rgba(255,255,255,1), 0px 0px 9px 1px rgba(0,0,0,.2);
	-webkit-box-shadow:
	0px 0px 1px 1px rgba(0,0,0,0), 0px 0px 0px 3px rgba(255,255,255,1), 0px 0px 9px 1px rgba(0,0,0,.2);
}
.home-button-container {
	width: auto;
	left: 0px;
	margin: auto;
	text-align: center;
	padding-top: 20px;
}
.home-button {
	float: none;
	width: 120px;
	height: 120px;
	margin: 0px 0px 20px 10px;
	display: inline-block;
}
.home-button h1 {
	width: 120px;
	text-align: center;
	margin-top: 50px;
}
.cross-button-container {
	position: relative;
	width: 1120px;
	left: 50%;
	margin: 0px 0px 0px -560px;
	padding: 10px 0px 10px 0px;
}
.cross-button {
	float: left;
	position: relative;
	width: 200px;
	height: 200px;
	margin: 1px 0px 50px 20px;
	text-align: left;
}
.cross-button img {
	width: 150px;
	margin: 25px 0px 0px 25px;
}
.cross-button h1 {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.cross-container {
	text-align: left;
	display: table;
	margin-top: 20px;
}
.cross-container .cross-button {
	float: none;
	margin: 5px 20px;
}
.cross-head {
    vertical-align:middle;
    display: table-cell;
}
@media screen and (max-width: 800px) {
.cross-head .cross-title h1 {
	font-size: 16px;
}
.cross-head .cross-description {
	font-size: 14px;
}
}
@media screen and (max-width: 1550px) {
.cross-button-container {
	width: auto;
	left: 0px;
	margin: auto;
	text-align: center;
}
.cross-button {
	float: none;
	width: 100px;
	height: 100px;
	margin: 0px 0px 5px 10px;
	display: inline-block;
}
.cross-button img {
	position: absolute;
	width: 80px;
	left: 50%;
	margin: 10px 0px 0px -40px;
}
}

/* FOOTER */
footer {
	width: 85% !important;
	letter-spacing: 0px;
	margin: 0px 0px 150px 0px;
	text-align: center; /* pour corriger le bug de centrage IE */
	font: 16px/20px 'ProdigySansSemiBold', Arial, sans-serif;
	box-sizing: border-box;
}
#footer-all {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center; /* on retablit l'alignement normal du texte */
	display: block;
	float: none;
}
#footer-all img {
	position: relative;
	margin: 20px 0px 0px 0px;
}

.footer-menu{
	font-size:1.2em;
	float:left;
	padding:6px;
	margin:0px 4px 0px 0px;
	border:1px solid #cacaca;
	background-color: #fafafa;
}
.footer-menu a {
	color:#777777;
}


/* BOUQUET */
#channel-container {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px 0px;
	margin: 0px 0px 20px 0px;
	/* IE10 Consumer Preview */
	background-image:
	-ms-linear-gradient(bottom, #FFFFFF 0%, #F1F1F1 100%);
	/* Mozilla Firefox */
	background-image:
	-moz-linear-gradient(bottom, #FFFFFF 0%, #F1F1F1 100%);
	/* Opera */
	background-image:
	-o-linear-gradient(bottom, #FFFFFF 0%, #F1F1F1 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image:
	-webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #F1F1F1));
	/* Webkit (Chrome 11+) */
	background-image:
	-webkit-linear-gradient(bottom, #FFFFFF 0%, #F1F1F1 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image:
	linear-gradient(to top, #FFFFFF 0%, #F1F1F1 100%);
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.025);
	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);
	-webkit-box-shadow:
	inset 0px 1px 0px 0px rgba(255,255,255,1);
}
#bouquet-container {
	width: 59%;
	padding: 1px 0px 1% 21%;
	overflow: visible;
}
.bloc_bouquet {
	float: left;
	width: 49%;
	margin: 0px 1% 1% 0px;
	padding: 0%;
	background: rgba(0,0,0,.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:
	0px 0px 0px 1px rgba(0,0,0,.2), 0px 2px 0px 0px rgba(255,255,255,.8), 2px 0px 0px 0px rgba(255,255,255,.8), -2px 0px 0px 0px rgba(255,255,255,.8);
	-moz-box-shadow:
	0px 0px 0px 1px rgba(0,0,0,.2), 0px 2px 0px 0px rgba(255,255,255,.8), 2px 0px 0px 0px rgba(255,255,255,.8), -2px 0px 0px 0px rgba(255,255,255,.8);
	-webkit-box-shadow:
	0px 0px 0px 1px rgba(0,0,0,.2), 0px 2px 0px 0px rgba(255,255,255,.8), 2px 0px 0px 0px rgba(255,255,255,.8), -2px 0px 0px 0px rgba(255,255,255,.8);
}
@media screen and (max-width: 1550px) {
#bouquet-container {
	width: 80%;
	padding: 1px 0px 1% 10%;
}
}
@media screen and (max-width: 800px) {
#bouquet-container {
	width: 90%;
	padding: 1px 0px 1% 5%;
}
.bloc_bouquet {
	width: 100%;
	margin: 0px 1% 5% 0px;
}
}
.bouquet-category {
	width: 94%;
	margin: 1% 0px 0% 1%;
	padding: 2% 2%;
	background: rgba(0,0,0,.75);
	color: rgba(255,255,255,1);
	font: 18px/20px 'ProdigySansRegular', Arial, sans-serif;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow:
	inset 0px 1px 0px 1px rgba(0,0,0,.5), 0px 1px 0px 0px rgba(255,255,255,.8), 1px 0px 0px 0px rgba(255,255,255,.8), -1px 0px 0px 0px rgba(255,255,255,.8);
	-moz-box-shadow:
	inset 0px 1px 0px 1px rgba(0,0,0,.5), 0px 1px 0px 0px rgba(255,255,255,.8), 1px 0px 0px 0px rgba(255,255,255,.8), -1px 0px 0px 0px rgba(255,255,255,.8);
	-webkit-box-shadow:
	inset 0px 1px 0px 1px rgba(0,0,0,.5), 0px 1px 0px 0px rgba(255,255,255,.8), 1px 0px 0px 0px rgba(255,255,255,.8), -1px 0px 0px 0px rgba(255,255,255,.8);
}
.bouquet-channel-line {
	padding: 1%;
	border-top: 1px solid rgba(255,255,255,.8);
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.bouquet-channel-line-content {
	padding: 1%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.bouquet-channel-line-content:hover {
	/* IE10 Consumer Preview */
	background-image:
	-ms-linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(0,0,0,.15) 100%);
	/* Mozilla Firefox */
	background-image:
	-moz-linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(0,0,0,.15) 100%);
	/* Opera */
	background-image:
	-o-linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(0,0,0,.15) 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image:
	-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,.1)), color-stop(1, rgba(0,0,0,.15)));
	/* Webkit (Chrome 11+) */
	background-image:
	-webkit-linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(0,0,0,.15) 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image:
	linear-gradient(to bottom, rgba(0,0,0,.1) 0%, rgba(0,0,0,.15) 100%);
	box-shadow:
	inset 0px 0px 0px 1px rgba(0,0,0,.1), 0px 1px 0px 0px rgba(255,255,255,.8);
	-moz-box-shadow:
	inset 0px 0px 0px 1px rgba(0,0,0,.1), 0px 1px 0px 0px rgba(255,255,255,.8);
	-webkit-box-shadow:
	inset 0px 0px 0px 1px rgba(0,0,0,.1), 0px 1px 0px 0px rgba(255,255,255,.8);
}
.bouquet-channel-line.first {
	border-top: 0px;
}
.bouquet-channel-line.last {
	border-bottom: 0px;
}
.bouquet-channel-line-text {
	float: left;
	font: 18px/22px 'ProdigySansRegular', Arial, sans-serif;
	margin: 15px 0px 0px 20px;
	text-shadow:
	0px 1px 0px rgba(255,255,255,.8);
	-moz-text-shadow:
	0px 1px 0px rgba(255,255,255,.8);
	-webkit-text-shadow:
	0px 1px 0px rgba(255,255,255,.8);
}
.bouquet-channel-line-image {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0px 0px 0px 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow:
	0px 0px 0px 1px rgba(0,0,0,.1), 0px 0px 0px 2px rgba(255,255,255,.5);
	-moz-box-shadow:
	0px 0px 0px 1px rgba(0,0,0,.1), 0px 0px 0px 2px rgba(255,255,255,.5);
	-webkit-box-shadow:
	0px 0px 0px 1px rgba(0,0,0,.1), 0px 0px 0px 2px rgba(255,255,255,.5);
}
.bouquet-channel-line-content:hover .bouquet-channel-line-image {
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	box-shadow:
	0px 0px 0px 1px rgba(0,0,0,.1), 0px 0px 0px 2px rgba(255,255,255,.8);
	-moz-box-shadow:
	0px 0px 0px 1px rgba(0,0,0,.1), 0px 0px 0px 2px rgba(255,255,255,.8);
	-webkit-box-shadow:
	0px 0px 0px 1px rgba(0,0,0,.1), 0px 0px 0px 2px rgba(255,255,255,.8);
}
.bouquet-channel-line-image img {
	width: 50px;
}
.bouquet-channel-line-play {
	float: right;
	margin: 10px 0px 0px 0px;
}
.bouquet-channel-line-play img {
	width: 30px;
	opacity: .75;
}

/* BOUQUET TV */
#bouquet-tablet-menu {
	z-index: 3;
	position: fixed;
	width: 10%;
	padding: 0px 2%;
	overflow-y: scroll;
	right: 0px;
	top: 0px;
	background: #f1f1f1;
	box-shadow:
	inset 2px 0px 0px 0px rgba(0,0,0,.1), -2px 0px 0px 0px rgba(255,255,255,.5);
	-moz-box-shadow:
	inset 2px 0px 0px 0px rgba(0,0,0,.1), -2px 0px 0px 0px rgba(255,255,255,.5);
	-webkit-box-shadow:
	inset 2px 0px 0px 0px rgba(0,0,0,.1), -2px 0px 0px 0px rgba(255,255,255,.5);
	-webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 2000px) {
#bouquet-tablet-menu {
	width: 16%;
}
}
@media screen and (max-width: 1750px) {
#bouquet-tablet-menu {
	width: 20%;
}
}
@media screen and (max-width: 1000px) {
#bouquet-tablet-menu {
	position: relative;
	width: 96%;
}
}
#bouquet-tablet-menu #channel-container {
	background: none;
	padding: 10% 0px 10% 0px;
	box-shadow:
	inset 2px 0px 0px 0px rgba(0,0,0,.0);
	-moz-box-shadow:
	inset 2px 0px 0px 0px rgba(0,0,0,.0);
	-webkit-box-shadow:
	inset 2px 0px 0px 0px rgba(0,0,0,.0);
	overflow: visible;
}
#bouquet-tablet-menu #bouquet-container {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#bouquet-tablet-menu .bloc_bouquet {
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	background: rgba(255,255,255,1);
}
#bouquet-tablet-menu  .bouquet-channel-line-text {
	font: 14px/22px 'ProdigySansRegular', Arial, sans-serif;
}

/* TV */
#bouquet-tablet-detail {
	position: relative;
	width: 86%;
	text-align: center;
}
@media screen and (max-width: 2000px) {
#bouquet-tablet-detail {
	width: 80%;
}
footer {
	width: 80% !important;
}
}
@media screen and (max-width: 1750px) {
#bouquet-tablet-detail {
	width: 76%;
}
footer {
	width: 75% !important;
}
}
@media screen and (max-width: 1000px) {
#bouquet-tablet-detail {
	width: 100%;
}
footer {
	width: 100% !important;
	padding: 0 2%;
}
}
.tv-title,
.home-title {
	position: relative;
	width: 86%;
	margin: auto;
	padding: 2%;
	background: rgba(0,0,0,.75);
	color: rgba(255,255,255,1);
	font: 18px/20px 'ProdigySansRegular', Arial, sans-serif;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow:
	inset 0px 1px 0px 1px rgba(0,0,0,.5), 0px 1px 0px 0px rgba(255,255,255,.8), 1px 0px 0px 0px rgba(255,255,255,.8), -1px 0px 0px 0px rgba(255,255,255,.8);
	-moz-box-shadow:
	inset 0px 1px 0px 1px rgba(0,0,0,.5), 0px 1px 0px 0px rgba(255,255,255,.8), 1px 0px 0px 0px rgba(255,255,255,.8), -1px 0px 0px 0px rgba(255,255,255,.8);
	-webkit-box-shadow:
	inset 0px 1px 0px 1px rgba(0,0,0,.5), 0px 1px 0px 0px rgba(255,255,255,.8), 1px 0px 0px 0px rgba(255,255,255,.8), -1px 0px 0px 0px rgba(255,255,255,.8);
}

#channel-container .page-title {
	width: 100%;
}

.tv-vision .video_player_container {
	float: left;
	width: 55%;
	text-align: center;
	margin: 2% 0px 2% 5%;
	background: rgba(0,0,0,.85);
	border: 3px solid #ffffff;
	box-shadow:
0px 0px 0px 1px rgba(0,0,0,.2);
	-moz-box-shadow:
0px 0px 0px 1px rgba(0,0,0,.2);
	-webkit-box-shadow:
0px 0px 0px 1px rgba(0,0,0,.2);
	cursor: pointer;
}
@media screen and (max-width: 2000px) {
.tv-vision .video_player_container {
	width: 720px;
	height: 405px;
}
}
@media screen and (max-width: 1750px) {
.tv-vision .video_player_container {
	width: 89%;
}
}
.tv-vision .video_player .play {
	position: absolute;
	width: 100px;
	height: 100px;
}

.tv-vision .video_player_container:hover {
	box-shadow:
0px 0px 0px 1px rgba(0,0,0,.2);
	-moz-box-shadow:
0px 0px 0px 1px rgba(0,0,0,.2);
	-webkit-box-shadow:
0px 0px 0px 1px rgba(0,0,0,.2);
}
.tv-vision .video_player_container .ratio_16-9 {
	position: relative;
	width: 100%;
	height: 100%;
}
.video_player_container .ratio_16-9 .preview {
	position: relative;
	width: 75%;
	height: 100%;
}

.tv-prog-container {
	float: left;
	width: 40%;
	margin: 2% 0px 0px 1%;
}
.tv-prog {
	float: left;
	width: 40%;
	padding: 2.5% 5% 2.5% 5%;
	text-align: left;
	box-shadow:
	inset 1px 0px 0px 0px rgba(0,0,0,.25);
	-moz-box-shadow:
	inset 1px 0px 0px 0px rgba(0,0,0,.25);
	-webkit-box-shadow:
	inset 1px 0px 0px 0px rgba(0,0,0,.25);
}
.tv-prog-preview {
	margin-right: 10px;
	margin-top: 10px;
}
@media screen and (max-width: 1750px) {
.tv-prog-container {
	width: 80%;
	margin: 2% 0px 0px 5%;
	overflow: visible;
}
.tv-prog {
	float: none;
	width: 100%;
	margin-top: 20px;
}
.tv-prog-preview {
	margin-top: 0px;
	float: left;
}
}
@media screen and (max-width: 800px) {
.tv-prog-preview {
	width: 75px;
	height: 50px;
}
}
.tv-prog b {
	color: #888888;
	font: 14px/16px 'ProdigySansLight', Arial, sans-serif;
}
.tv-prog-title {
	color: #555555;
	margin: 0px 0px 10px 0px;
	font: 20px/24px 'ProdigySansLight', Arial, sans-serif;
}
.tv-prog-description {
	color: #888888;
	font: 14px/16px 'ProdigySansLight', Arial, sans-serif;
}
@media screen and (max-width: 1550px) {
.tv-prog b {
	font: 12px/14px 'ProdigySansLight', Arial, sans-serif;
}
.tv-prog-title {
	font: 16px/18px 'ProdigySansLight', Arial, sans-serif;
}
}
.tv-back {
	display: none;
}
.message {
    width: 100% !important;
}
#price_inter {
    width: 100% !important;
    text-align: center;
    margin-left: inherit;
}
@media screen and (max-width: 800px) {
.tv-back  {
	display: block
}
}
.tv-back img{
	max-width: 30px;
}

/* LOADER */
#bouquet-tablet-loading {
	z-index: 10;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(255,255,255,.9);
}
#bouquet-tablet-loading img {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin: -17px 0px 0px -17px;
}

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


.tv-control{
	float: left;
	width: 186px;
	margin: 6px;
	overflow: hidden;
}
.tv-image {
	float: center;

}
.tv-image img{
	width: 180px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #cacaca;
}
.tv-play {
	margin: 8px;
	padding: 6px;
	color: #ffffff;
	background: #000000;
	font-size: 1em;
	font-weight: bold;
	background-image: url('/images/black-button.png');
	background-repeat: repeat-x;
}
.tv-play a {
	color: white;
}
.tv-description {
	font-size: 16px;
	padding: 12px;
	color: #050505;
	background-color: #eaeaea;
}
.loading {
	position: absolute;
	background-color: white;
	display: none;
	width: 16px;
	height: 16px;
	margin-top: 57px;
}
.loading img {
	width: 16px;
	height: 16px;
}

/* MOSAIC */
.bouquet-channel-mozaic{
	background: #eaeaea;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #303030;
	float: left;
	margin: 6px;
}
.bouquet-channel-mozaic img{
	width: 160px;
}

.view-button{
	position: absolute;
	top: 30px;
	left: 16px;

}
.header-menu {
	position: absolute;
	width: 110px;
	height: 44px;
	padding: 6px;
	top: 30px;
	left: 20px;
	margin: 16px;
	text-align: center;
	cursor: pointer;
}

/* SERVICE INTER*/
#accroche_inter_1 {
	color: black;
	letter-spacing: 0px;
	padding: 5px 0px;
	font: 16px/20px 'ProdigySansSemiBold', Arial, sans-serif;
}
#accroche_inter_2 {
	color: black;
	letter-spacing: 0px;
	padding: 10px 0px 20px 0px;
	font: 16px/20px 'ProdigySansSemiBold', Arial, sans-serif;
}
.frame-black-large a {
	color: white;
}

/* ===== Customer login ===== */
.credential_form {
	width: 250px;
	margin: 30px auto;
}
.credential_form .credential_form_input {
	margin-top: 5px;
	line-height: 20px;
}
.credential_form .credential_form_input input {
	float: right;
}
.credential_form .submit_button {
	clear: both;
	float: right;
	margin-top: 20px;
}
.login-text {
	text-align: center;
	font-size: 1.4em;
	padding: 6px;
	margin: 6px;
}
.account-button{
	text-align: center;
	padding: 6px;
	margin: 6px;
}
.account-button button{
	font-size:1.2em;
	padding:6px;

}

/*** PROGRAMME TV ***/
.prog-channel-title{
	background-color: #232323;
	margin: 2px 0px 2px 0px;
	padding: 4px;
	color: white;
	font-size: 1.2em;
}
.prog-channel-title a {
	color: white;
}
.prog-detail{
	border-bottom: 1px solid #cacaca;
	text-align: left;
	min-height: 80px;
}
.prog-img {
	float: left;
	width: 80px;
	height: 66px;
	border: 1px solid #cacaca;
	padding: 2px;
	margin: 4px;
}
.prog-img img{
	max-width: 80px;
}
.prog-play {
	position: relative;
	top: -45px;
	left: 25px;
}
.prog-play img{
	width: 25px;
}

.prog-type{
	font-weight: bold;
}
.prog-title{
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	color: #121212;
	padding: 2px;
	border-bottom: 1px solid #dadada;
	background-color: #eaeaea;
}

.prog-descr{
	font-style: italic;
	font-size: 1.1em;
}

/*** FIL INFO ***/
.filinfo-item{
	width: 100%;
	border-bottom: 1px solid #cacaca;
	margin-bottom: 10px;
}
.filinfo-video{
	float: left;
	width: 550px;
}
.filinfo-description{
	float: left;
	width: 500px;
	padding: 16px;
	font-size: 18px;
	text-align: left;
}


/***/
.customer-footer-container {
	font: 14px/16px 'ProdigySansRegular', Arial, sans-serif;
	margin: 0px 0px 20px 0px;
	padding:0px 0px 10px 0px;
	text-align: center; /* pour corriger le bug de centrage IE */
	border-bottom:1px solid #cacaca;
}
.customer-footer {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	text-align: center; /* on retablit l'alignement normal du texte */
	display: block;
	float: none;
}

.account-menu{
	text-align: center; /* on retablit l'alignement normal du texte */
}
.account-menu .home-button-white{
	float: left;
	width: 120px;
	margin: 0px 0px 0px 40px;
	padding: 10px 10px;
	text-align: center;
	background: #333333;
	box-shadow:
	inset 0px 0px 0px 1px rgba(0,0,0,.1);
	-moz-box-shadow:
	inset 0px 0px 0px 1px rgba(0,0,0,.1);
	-webkit-box-shadow:
	inset 0px 0px 0px 1px rgba(0,0,0,.1);
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor: pointer;
	color:white;

	margin-left: auto;
	margin-right: auto;
	text-align: center; /* on retablit l'alignement normal du texte */
	display: block;
	float: none;
}
.account-menu .home-button-white:hover {
	color:#333333;
	background-color: rgba(0,0,0,.025);
}

.confirm a {
	color:#000000;
}

.page-title {
	margin: 0px auto 20px 0px;
	padding: 20px;
	background: rgba(0,0,0,.75);
	color: white;
	font: 18px/20px 'ProdigySansRegular', Arial, sans-serif;
	text-align: left;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.page-title a {
	color: white;
}
.page-title a:hover {
	color: #cacaca;
}
@media screen and (max-width: 800px) {
.page-title {
	padding: 10px;
	font-size: 14px;
}
}

/* === Contents === */

.contents {
	width: 1000px;
	margin: auto;
}
.content-player {
	margin-bottom: 20px;
}
.content-player .video_player_container {
	width: 100%;
}
.content-player-head {
	padding: 10px;
}
.content-player-head .title {
	font-size: 20px;
	margin: 10px 0;
}
.content-player-head .date {
	font-size: 16px;
	margin-bottom: 10px;
}
.content-player-head .description {
	font-size: 17px;
}
.content-item {
	width: 100%;
	border-bottom: 1px solid #cacaca;
}
.content-item.first {
	border-top: 1px solid #cacaca;
}
.content-preview {
	float: left;
}
.content-head {
	padding-left: 16px;
	text-align: left;
}
.content-head .title {
	font-size: 20px;
	margin: 10px 0;
}
.content-head .date {
	font-size: 16px;
}
.content-description {
	font-size: 17px;
	padding-left: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
.contents {
	width: 100%;
}
.content-player-head {
	padding: 0 10px;
}
.content-player-head .title {
	font-size: 16px;
	margin: 10px 0;
}
.content-player-head .date {
	margin-bottom: 10px;
	font-size: 12px;
}
.content-player-head .description {
	font-size: 14px;
}
.content-preview img {
	margin-left: 10px;
	margin-top: 10px;
	width: 100px;
	height: 75px;
}
.content-head {
	margin-top: 10px;
	padding-left: 10px;
}
.content-head .title {
	font-size: 16px;
	margin: 0;
}
.content-head .date {
	font-size: 12px;
	margin-top: 5px;
}
.content-description {
	float: left;
	padding-left: 10px;
	font-size: 14px;
}
}

/* === Contents === */

.content-imageonly {
	position: relative;
	float: left;
	margin: 10px 15px;
	cursor: pointer;
}
.content-imageonly img {
	z-index: 1;
}
.content-imageonly .title-overlay {
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	color: white;
	z-index: 2;
	width: 160px;
	height: 40px;
	padding: 5px;
}
.article-image {
	float: left;
}
@media screen and (max-width: 800px) {
.content-imageonly {
	margin: 5px;
}
.content-imageonly img {
	width: 120px;
}
.content-imageonly .title-overlay {
	width: 120px;
}
.article-image {
	position: relative;
	float: none;
	width: 200px;
	height: 150px;
	left: 50%;
	margin-left: -100px;
}
}

#more,
#less {
	font-size: 20px;
	line-height: 40px;
	cursor: pointer;
	margin: 10px;
}
#more_loading,
#less_loading {
	display: none;
}

/* === Games === */

#game-container {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
#game-iframe {
	width: 640px;
	height: 960px;
}

@media screen and (max-width: 640px) {
	#game-iframe {
		width: 320px;
		min-height: 480px;
	}
}

.game-list {
	width: 850px;
	margin: auto;
}
.game-item {
	float: left;
	margin-left: 5px;
}
@media screen and (max-width: 850px) {
.game-list {
	width: 500px;
}
}
@media screen and (max-width: 500px) {
.game-list {
	width: 250px;
}
}

@media screen and (min-width: 800px) {
#site footer .footer-link {
	float: none;
	margin: 0px 0px -1px 0px;
	border: 0px;
}
#site footer .footer-text {
	font: 16px/22px 'ProdigySansSemiBold', Arial, sans-serif;
}
#site footer .footer-link:hover .footer-text {
	color: #555555;
}
}
/* NEW MENTION CGV */

#cgv_mention_new {
    font-size: 20px;
    color: #1e1e1e;
    text-align: center;
}
#cgv_mention_new a{
    color: rgba(73, 141, 199, 1);
}
@media screen and (max-width: 768px) {
  #cgv_mention_new {
    font-size: 16px;
}
}
#bouton_vierge {
    font: 35px/75px 'Arial', sans-serif !important;
    font-weight: bold !important;
    letter-spacing: 4px;
    height: 75px !important;
    left: 0px;
    margin: 10px auto 0px auto;
    background: rgba(73,141,199,1);
    color: rgba(255,255,255,1);
    border-radius: 10px;
    position: relative;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
	text-align: center;
}
#bouton_vierge:hover {
    background: rgba(49, 94, 132, 1);
}
#bouton_vierge img {
	display: none;
}
#operator_choice .operator .image {
    overflow: visible !important;
}
#operator_choice h3 {
    background: #fff !important;
}
/* 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;
}
#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;
}
@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_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);
}


/* SURCHARGE PRIVACY */

#generique {
	box-sizing: content-box !important;
	background: #fff;
	line-height: 20px;
}
#generique .detail {
	padding: 0 5%;
}
#generique .titre {
	background: #fff !important;
	border: none;
}
#generique .titre h1 {
	color: #333333;
}
#myaccount a {
	color: rgba(177, 0, 0, 1) !important;
}

.playzer_mentions a {
	color: rgba(177, 0, 0, 1) !important;
}
#prebilling_message {
	width: 100% !important;
}