/*
 *	Main CSS
 */

html {
    background: url(../images/web/background.jpg) no-repeat center center fixed #000;
	background: url(../images/web/8.jpg) no-repeat center center fixed #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@font-face {
	font-family: neo_light;
	src: url('NeoFont/Neo Sans Light.ttf');
}
@font-face {
	font-family: neo_bold;
	src: url('NeoFont/Neo Sans Bold.ttf');
}

@font-face {
	font-family: neo;
	src: url('NeoFont/Neo Sans.ttf');
}
/*
@font-face {
	font-family: jeanne_regular;
	src: url('OpenSansFont/OpenSans_Regular.ttf');
}

@font-face {
	font-family: jeanne;
	src: url('OpenSansFont/OpenSans_CondLight.ttf');
}

@font-face {
	font-family: jeanne_bold;
	src: url('OpenSansFont/OpenSans_CondBold.ttf');
}

@font-face {
	font-family: jeanne_italic;
	src: url('OpenSansFont/OpenSans_CondLightItalic.ttf');
}
*/
body {
	padding: 0px;
	margin: 10px;
	font-family: Helvetica, Arial;
	font-family: 'Helvetica', 'Arial';
	//font-family: jeanne !important;
}

a {
	color:#435f96;
	font-weight:bold;
	cursor:pointer;
	outline: 0;
}

a:hover{
	color: #D86666;
}

h1, h2, h3, h4, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000;
}

select {
	//font-family: jeanne !important;
	font-size: 12pt !important;
	padding-bottom: 2px !important;
}

body, a, div {
	font-weight: normal !important;
}

#wrap {
	width: 1040px;
	margin: 0 auto;
}

#mainContainer {
	width: 100%;
	height: 800px;
	border-collapse: collapse;
}

#mainContent {
	margin-left: 2px;
	margin-right: 2px;
}

#search {
	position: relative;
	left: 729px;
	bottom: 52px;
	margin-bottom: -52px;
	/* */
	border:1px solid #D5D5D5;
	height: 50px;
	border-top-right-radius: 5px;
	width: 308px;
	background: #eaeaea;
	/* TODO remove div */
	/* */
	display: none;
}

#search input {
	height: 25px;
	padding-left: 5px;
	margin: 6px 12px 5px 18px;
}

#search_button {
	border: none;
	position: relative;
	left: 245px;
	bottom: 39px;
	border-left: 1px solid #999;
	background: url('../images/web/search.png') no-repeat;
	background-size: 25px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
}

#nMenu {
	margin: 0px 0px 10px 5px;
	padding: 0px;
	padding-right: 0px !important;
	border: 1px solid #D5D5D5;
	height: 50px;
	border-radius: 5px;
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	width: 100% !important;
	background: #E7E5E5;
	background: -moz-linear-gradient(#fff,#E7E5E5);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #E7E5E5),color-stop(1, #fff));
	background: -webkit-linear-gradient(#fff,#E7E5E5);    
	background: -o-linear-gradient(#fff,#E7E5E5);	
	background: -ms-linear-gradient(#fff,#E7E5E5);	
	background: linear-gradient(#fff,#E7E5E5);
	z-index: 11000;
}

#nMenu li {
	list-style: none;
	display: inline-block;
	float: left;
	width: 100px;
	padding: 4px;
	z-index: 2;
	margin-top: 5px;
}

#nMenu li:hover{
	background: rgba(255,255,255,0.6);
	color: #435F96;
}

.ssMenu {
	margin: 0px auto;
	padding: 0px;
	padding-top: 5px;
	text-align: center;
	background: white;
}

.ssMenu li {
	display: inline-block;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	width: 140px;
}

.ssMenuImagePic {
	height: 25px;
	width: 25px;
}

.subMenuTxt {
	color: #555;
	font-size: 9pt !important;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
	font-family: neo !important;
	line-height: 50px;
}

.name, .name a {
	//font-family: jeanne !important;
	font-size: 15pt !important;
	color: #104c92 !important;
	font-weight: normal !important;
}
	
#subMenuTab {
	font-size: 13pt !important;
	color:#777;
	/* */
	position: absolute;
	bottom: 20px;
	left: 74px;
}

.ssMenu a:active, .ssMenu a:link, .ssMenu a:visited, .ssMenu a:hover {
	color:#555;
	text-decoration: none;
}

.subMenuSelected {
    border-bottom: 2px solid #104C92;
    padding-bottom: 4px !important;
}

.hoverMenuItem2 div {
	padding-top:5px;
}

.hoverMenuItem2:hover {
    border-bottom: 1px solid #104C92;
    padding-bottom: 5px !important;
}
.subMenuSelected:hover {
    border-bottom: 2px solid #104C92;
    padding-bottom: 4px !important;
}

.subMenuTxt h1 {
	color: #555;
	font-size: 9pt !important;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
}
	
#subMenuTab h1 {
	font-size: 13pt !important;
	color:#777;
}

.nMenuEntry {
    font-family: neo_bold;
    font-size: 10pt;
    text-align: left;
    text-transform: uppercase;
	height: 45px;
}

.nMenuSelected {
    background: white !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding-bottom: 3px !important;
}

#logo_title {
	font-size: 12pt;
	text-decoration: none;
	color: #104c92;
	cursor: pointer;
	display: none;
}

.siteLogo {
	margin-top: 17px;
	padding-bottom: 0px;
	position: relative;
	text-align: center;
	font-weight: normal;
}

.onlineMenu {
	position: relative;
	top: -4px;
	font-weight: normal;
	color: #555 !important;
	font-family: neo_bold !important;
}

#cinemaOnline {
	color: #db5a5f;
}

#guidetvOnline {
	color: #3B6DB4;
}

#main {
	background: white;
	vertical-align: top;
	padding: 0px;
	height: 650px;
}

#main_top, #main_bottom {
	width: 100%;
}

#main_top td, #main_bottom td {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#sidebar {
	vertical-align: top;
}

#tilesContainer {
	position: relative;
	width: 300px;
	margin-bottom: 5px;
	height: 535px;
}

.tiles {
	width: 100px;
	height: 133px;
	position: absolute;
}

.tilesHidden {
	display: none;
}

#tile2, #tile5, #tile8, #tile11 {
	left: 100px;
}

#tile3, #tile6, #tile9 , #tile12 {
	left: 200px;
}

#tile4, #tile5, #tile6 {
	top: 133px;
}

#tile7, #tile8, #tile9 {
	top: 266px;
}

#tile10, #tile11, #tile12 {
	top: 399px;
}

.bd {
	border: 1px solid #ddd;
	padding: 5px;
	/* */
	margin-bottom: 5px;
}

#description_button {
	margin: 0 -180px 0 0;
	padding-top: 4px;
	cursor: pointer;
	font-family: 'Helvetica', 'Arial';
	//font-family: jeanne;
	float: left;
	/* */
	background: #ccc;
	text-shadow: 0 1px 1px #fff;
	color: #333;
	background: #e8e8e8;
	border: 1px solid #C0C0C0;
	font-weight: bold;
	padding-bottom: 3px;
}

#description_button:hover {
	background: #ddd;
}

#description_button img {
	float: left;
	padding-right: 10px;
	margin-bottom: 3px;
	padding-top: 2px;
}

#description_button span {
	vertical-align: middle;
	position: relative;
	top: 0px;
	line-height: 20px;
}

#footer {
	height: 5px;
	border: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: black;
	text-align: center;
	padding: 4px 0 4px 0;
	background: #E7E5E5;
	background: -moz-linear-gradient(#fff,#E7E5E5);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #E7E5E5),color-stop(1, #fff));
	background: -webkit-linear-gradient(#fff,#E7E5E5);    
	background: -o-linear-gradient(#fff,#E7E5E5);	
	background: -ms-linear-gradient(#fff,#E7E5E5);	
	background: linear-gradient(#fff,#E7E5E5);
}

#footer, #footer a {
	font-weight: normal;
	font-size: 10pt;
}

#footerLinks {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 3px;
	margin-top: 2px;
}

.footerLink {
	display: inline;
	margin-right: 3px;
}

.footerLink a, #footer a {
	text-decoration: none;
}

#blackout {
	display: none;
	background: rgba(4, 4, 4, 0.7);
	width: 100%;
	height: 100%;
	background-repeat:repeat-y;
	background-position:center;
	position:fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
}

.trailerContainer {
	display: none;
	background: rgba(4, 4, 4, 0.9);
	border: 1px double #444;
	width: 960px;
	height: 600px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	z-index: 999999;
}

.trailerContainer iframe {
	width: 100%;
	height: 100%;
}

.trailerClose {
	position: relative;
	right: -30px;
	margin-bottom: -27px;
	float: right;
	cursor: pointer;
}

#listCinema {
	vertical-align: top;
	margin-bottom: 3px;
	border: 1px solid #ddd;
	padding: 5px;
	/* */
	margin-bottom: 7px;
}

#listCinemaContainer {
	width: 100%;
	height: 200px;
	position: relative;
}
#listCinemaContainer a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 13pt;
	position: absolute;
}

#listCinemaContainer a:hover {
	text-decoration:underline;
}

#listCinemaContainer2 {
	margin: 7px;
	border-collapse: collapse;
}

#listCinemaContainer2 a {
	position: relative;
	text-decoration: none;
	cursor: pointer;
	color: #000;
	line-height: 25px;
	font-size: 7pt;
}

#listCinemaContainer2 a:hover h2 {
	color: #435f96;
}

#listCinemaContainer2 a h2 {
	border-bottom: 1px solid #acacac;
}

#listCinemaContainer2 td {
    vertical-align: top !important;
    width: 140px;
	padding-left: 13px;
	padding: 0px;
}

#listCinemaContainer2 #currentCinema h2 {
	text-decoration: underline;
}

#listCinemaContainer2 #currentCinema h2:hover {
	text-decoration: none;
}

.listCinemaHome {
	height: 240px;
	padding-top: 22px;
}

.listCinemaHeader {
	height: 125px;
    margin-left: 35px;
	width: 100%;
}

.listCinemaHeader a {
	font-size: 7pt !important;
}

.listCinemaBottom h2 {
	border: none !important;
}


.listCinemaHeader #currentCinema h2:hover {
	text-decoration: underline !important;
}

.listCinemaHeader {
	margin: 7px 0px 6px 6px !important;
}

.listCinemaHeader a h2 {
	border: none !important;
}

.listCinemaHome {
	margin: 0 0 5px 0 !important;
}

.listCinemaHome td {
	padding-left: 7px !important;
}

.listCinemaHeaderEntry {
	width: 65px !important;
	padding-left: 20px !important;
}

.listCinemaHeaderSep {
	width: 25px !important;
}

.separator {
	width: 1px;
	height: 110px;
	border-right: 1px solid #d5d5d5;
	position: relative;
	top: 5px;
	left: 10px;
}

#listCinemaTitle {
	text-transform: uppercase;
	color: #104c92;
	font-size: 17pt;
	line-height: 30px;
}

.hidden {
	display: none;
}

.grey {
	background: #F6F6F6;
}

#crlf {
	clear: both;
}

#navigation {
	padding: 5px;
	margin-bottom: 25px;
	clear: both;
}

/*.previous_link, .page_link, .next_link {
	background: -moz-linear-gradient(center top , #fff 0%, #efefef 100%) repeat scroll 0 0 transparent;
	border: 1px solid #bbb;
	color: #666666 !important;
	float: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	margin: 0 5px 0 0;
	text-align: center;
	width: 18px;
	text-decoration: none;
	padding: 3px;
}

.page_link:hover, .active_link {
	background: none repeat scroll 0 0 #666;
	border-color: #444;
	box-shadow: 0 1px 0 #fff, 0 0 2px rgba(0, 0, 0, 0.3) inset;
	color: #fff !important;
	cursor: pointer;
}

.previous_link, .next_link {
	width: 20px;
	height: 17px;
	border: none;
	box-shadow: none;
}

.previous_link {
	background: url('../images/web/left.png') no-repeat;
	background-size: 25px;
}

.next_link {
	background: url('../images/web/right.png') no-repeat;
	background-size: 25px;
	margin-left: 3px;
}

.page_ellipsis, .page_ellipsis:hover {
	background: none;
	border: none;
	box-shadow: none;
	color: #000;
	font-size: 15pt;
	cursor: default;
}*/

#pages {
	margin-bottom: 19px;
	text-align: right;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/*test*/
	width: 100%;
	margin-top: 15px;
}
#restos #pages {
	margin-left: -50px;
}
.page_link {
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
	margin: 0 2px;
}
.page_button {
	background: #f8f8f8;
	border: 1px solid #e0e0e0;
}
.page_button img {
	width: 9px;
	height: 9px;
}
.page_element {
    color: #555;
    display: inline-block;
	padding: 7px 14px;
}
.selectedPage .page_element {
	color: #00529c;
}
.selectedPage {
	border: 1px solid #e0e0e0;
	color: #555;
	cursor: default;
}
.page_button_disabled {
	background: #eee;
	cursor: default;
}
.page_ellipsis {
	line-height: 35px;
	cursor: default;
}
.page_info {
    min-width: 130px;
    white-space: nowrap;
    padding:0 15px;
}

.socialButtons {
	margin-left: 170px;
	padding-top: 1px;
    margin-top: 15px !important;;
}

.fb-like {
	/* fix for new facebook button */
	top: -4px;
}

.stayLeft {
	margin-left: 11px;
}

.tweetButton {
	color: white;
	margin-left: 13px;
	margin-right: -18px;
	width: 105px !important;
}

.likeBox {
	background: white;
	margin-top: 3px;
	margin-bottom: 6px;
	margin-left: 1px;
}

.fb-comments {
	padding: 5px;
}

.newsWidget {
	padding-top: 0px !important;
}

.newsWidgetEntry {
	width: 100%;
}

.newsWidgetLink {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

.newsWidgetLink:hover {
	color: #000;
}

.newsWidgetLink:hover .newsWidgetEntry {
	background: #efefef;
}

.newsWidgetEntry td {
	padding: 0px;
	margin: 0px;
}

.newsWidgetEntry:hover{
	color: #D86666;
}

.newsWidgetImg {
	width: 100px;
	height: 48px;
	border: 1px solid #666;
	padding: 1px;
	margin-left: 2px;
	margin-top: 5px;
}

.newsWidgetText {
	font-size: 10pt;
	padding-left: 2px;
	overflow: hidden;
	height: 60px;
	width: 165px;
}

.newsWidgetOverTitle, .newsWidgetSubTitle {
	font-size: 10pt;
	line-height: 20px;
}

.newsWidgetSubTitle {
	color: #435F96;
}

.pubImg {
	width: 298px;
	border: 1px solid #ddd;
	/* */
	padding-bottom: 0px;
}

.bd, #listCinema, .pubImg, #infoCinema, .versions_entry {
	border-radius: 0px;
	box-shadow: none;
}

/* Gallery */
.bandeAnnonces_gallery .flickity-prev-next-button {
	top: 186px;
}

.bandeAnnonce.gallery_cell {
	width: 142px;
}

.flickity-prev-next-button {
	opacity: 0.5;
}
.sortie_gallery:hover .flickity-prev-next-button {
	opacity: 1;
}
.bandeAnnonces_gallery:hover .flickity-prev-next-button {
	opacity: 1;
}
.zooms_gallery:hover .flickity-prev-next-button {
	opacity: 1;
}
.bars_gallery:hover .flickity-prev-next-button {
	opacity: 1;
}