
@font-face {
	font-family: 'HelvNeue';
	src: url('../font/HelveticaNeue.ttf');
}

@font-face {
	font-family: 'HelvNeueBold';
	src: url('../font/HelveticaNeueBold.ttf');
}

@font-face {
	font-family: 'HelvNeueLight';
	src: url('../font/HelveticaNeueLight.ttf');
}

@font-face {
	font-family: 'HelvNeueUltraLight';
	src: url('../font/HelveticaNeueUltraLight.ttf');
}

body {
	-webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    cursor: default;
}

div[data-role=header] {	
}


/*** arrows ***/

.divArrowLeft {
	position: absolute;
	z-index: 40;
	opacity: 0.7;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 52px;
	background-image: url(../resources/arrow_left.png);
	cursor: pointer;
}

.divArrowLeft:hover {
	opacity: 1;
}

.divArrowRight {
	position: absolute;
	z-index: 40;
	opacity: 0.7;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 52px;
	background-image: url(../resources/arrow_right.png);
	cursor: pointer;
}

.divArrowRight:hover {
	opacity: 1;
}

/*** menu ***/

.divMenu{
	position: absolute;
	z-index: 0;
}

.divMenuCell {
	position: absolute;
	z-index: 40;
	font-size: 22px;
	display: table-cell;
	vertical-align: center;
	text-align:center;
	font-family: Arial;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: black;
	background-color: white;
	cursor: pointer;
}

.divMenuRefresh {
	position: absolute;
	z-index: 40;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url(../resources/refresh.png);
	cursor: pointer;
}

.divScroller{
	position: absolute;
	z-index: 0;
	overflow-y: hidden;
	overflow-x: hidden;
}

.divCells{
	position: absolute;
	z-index: 10;
}

.divProgramCell{
	position: absolute;
	z-index: 20;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url(../resources/background.png);
	overflow: hidden;
	cursor: pointer;
}

.divProgramCellImage{
	position: absolute;
	z-index: 25;
	overflow: hidden;
}

.divProgramCellAnim{
	position: absolute;
}

.divProgramCellBanner{
	position: absolute;
	z-index: 30;
	background-color: black;
	opacity: 0.7;	
}

.divProgramCellLogo {
	position: absolute;
	z-index: 40;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
}

.divProgramCellTitle {
	position: absolute;
	z-index: 40;
	font-size: 22px;
	display: table-cell;
	vertical-align: left;
	font-weight: bold;
	font-family: Arial;
	color: white;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}

.divProgramCellSubTitle {
	position: absolute;
	z-index: 40;
	font-size: 22px;
	display: table-cell;
	vertical-align: left;
	font-family: Arial;
	color: white;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.divProgramCellInfo {
	position: absolute;
	z-index: 40;
	font-size: 22px;
	display: table-cell;
	vertical-align: left;
	font-family: Arial;
	color: white;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.divProgramCellIndex {
	position: absolute;
	z-index: 30;
	font-family: Arial;
	color: white;
	font-weight: bold;
	text-align: center;
	background-image: url(../resources/indexback.png);
	background-repeat: repeat;
	background-position: center center;
}

.divProgramCellTime {
	position: absolute;
	z-index: 30;
	font-family: Arial;
	color: black;
	font-weight: bold;
	background-color: white;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
}

.divProgramCellLoader{
	position: absolute;
	z-index: 199;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8%;
	background-image: url(../resources/loader.gif);
	overflow: hidden;
}

.divProgramCellBorder {
	position: absolute;
	z-index: 99;
	background-image: url(../resources/border.png);
	background-size: contain;
}

.divPopupBackground{
	position: absolute;
	z-index: 100;
	background-color: black;
	opacity: 0.7;	
	display: none;
}

.divPopup{
	position: absolute;
	z-index: 110;
	background-color: white;
}

.divPopupArtwork{
	position: absolute;
	z-index: 120;
	background-size: contain;
	background-image: url(../resources/background.png);
}

.divPopupTextLogo{
	position: absolute;
	z-index: 120;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.divPopupTextTitle {
	position: absolute;
	z-index: 120;
	font-family: Arial;
	color: black;
	font-weight: bold;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.divPopupTextGenre {
	position: absolute;
	z-index: 120;
	font-family: Arial;
	color: black;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.divPopupTextInfo {
	position: absolute;
	z-index: 120;
	font-family: Arial;
	color: black;
	text-align: left;
	overflow: auto;
}

.divPopupTextInfoEllipsis {
	display: -webkit-box; /* Webkit = Chrome */
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline; /* Opera */	
}

.divPopupTextTime {
	position: absolute;
	z-index: 120;
	font-family: Arial;
	color: white;
	font-wheight: bold;
	text-align: center;
	vertical-align: center;
	background-color: #404040;
}

.divPopupTextDate {
	position: absolute;
	z-index: 120;
	font-family: Arial;
	color: black;
	font-wheight: bold;
	text-align: center;
}

.divPopupTextResume {
	position: absolute;
	z-index: 120;
	font-family: Arial;
	color: black;
	text-align: justify;
	overflow: auto;
}

.divPopupTextResumeEllipsis {
 	display: -webkit-box; /* Webkit = Chrome */
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline; /* Opera */	
}

.divPopupCross{
	position: absolute;
	z-index: 199;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url(../resources/cross.png);
	cursor: pointer;
}

a{outline: none;}
.offer{position:absolute;}
.offer > a{background: url("../resources/btn_decouvrir.png") no-repeat scroll center 0 / contain rgba(0, 0, 0, 0);height:100%;display:block;margin:0 auto;}
