/* RESET --------------------------------------------- */
html, body, iframe, div, h1, h2, h3, h4, h5, h6, p, span, em, strong, sup, sub, a,
dl, dt, dd, ol, ul, li, fieldset, legend, form, label,
table, tbody, tfoot, thead, tr, th, td,
img, object {margin:0;padding:0;border:0;}

a:active, a:focus {outline:none;border:0;}
table {border-collapse:collapse;border-spacing:0;}
table td {vertical-align:top;}
/* end RESET ----------------------- */

/* GENERAL --------------------------------------------- */
/* html , body */
html {/*...*/}
body {font-size:14px;font-family:'Open Sans', sans-serif;color:#626262;}
a img {border:none;}
a.adnove img {display:block;border: solid 1px #b2b2b2}
/* headers */
h1 {font-size:24px;color:#7B014E;font-weight: bold;}
h1>i.note{font-size:18px;color:#00df8b;font-style:normal;}
strong, b{font-weight: bold;}
h2 {font-size:18px;line-height:24px;color:#999999;font-weight:600;}
h3 {font-size:16px;color:#7B014E;}
h4 {font-size:14px;}
h5 {font-size:12px;}
h6 {font-size:11px;}

/* p 
p {font-size:14px;line-height:17px;margin-top:6px;margin-bottom:3px;}*/
p {
    font-size: 14px;
    line-height: 20px;
    margin-top:6px;margin-bottom:3px;
}
.sn_pencil_links.xtensadd, .sn_pencil_links2 .link.xtensadd{top:-30px;}
.mt5{margin-top:5px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.mr10{margin-right:10px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt40{margin-top:40px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.pad5{padding:5px;}
.pad10{padding:10px;}
.pad20{padding:0 20px;}
.padtb5{padding:5px 0;min-height: 29px;}
.padtb10{padding:10px 0;}
.padtb20{padding:20px 0;}
.padtb30{padding:30px 0;}
.padt10{padding-top:10px;}
.padt15{padding-top:15px;}
.padt20{padding-top:20px;}
.padt30{padding-top:30px;}
.padb10{padding-bottom:10px;}
.padb20{padding-bottom:20px;}
.padb30{padding-bottom:30px;}
.padb40{padding-bottom:40px;}
.padl20{padding-left:20px;}
.w600{width:550px;}
.h400{height:400px;}
/* links */
a {text-decoration:none;color:#626262;}
p a {text-decoration:underline;}
/*p a {border-bottom:1px solid;}*/
p a:hover {text-decoration:none;}

/* lists */
ul {list-style-type:square;margin:15px 0 15px 30px;}
ul li{margin:10px 0;font-size:14px;}
ol {margin:15px 0 15px 30px;}
ol li{margin:4px 0;font-size:14px;}

/* readonly */
input[readonly] {opacity:0.5;}
input[type='text'], input[type='password'], select{
background:#efefef;
line-height: 21px;
box-sizing: border-box;
font-size: 13px;
color: #626262;
border: 1px solid #999;
border-radius: 3px; 
padding: 3px 5px;   
}
.asterisk_input{color:#E21C2D;}
/* table */
.table {display:table;}
.row {display:table-row;}
.cell {display:table-cell;vertical-align:top;}
.table, .cell { height: 100%; }
.text_center{text-align:center;}
.text_right{text-align:right;}
/* clear */
.clearfix:after {content:"";display:table;clear:both;}
.clear {clear:both;}
.clear-left {clear:left;}
.clear-right {clear:right;}
.uppercase {text-transform:uppercase;}
.bs-border {moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
/* end GENERAL ---------------------- */

/* structure */
.header-1-full {height:78px;min-width:768px;background:#e21c2d;}
.header-2-full {height:74px;min-width:768px;background:#ededed;}
.slider-full {min-height:200px;min-width:768px;background:url(/v3/images/stardust.png);}
.footer-full {min-height:200px;min-width:768px;background:#ededed;margin-top:60px;}
.site-width {margin:0 auto;padding:0 15px;min-width:738px;max-width:1380px;}
body>div.ie7 {display:none;text-align:center;padding:50px 0 0 0;}
.wrapper_600{width:550px;margin:auto;}
.wrapper_800{width:800px;margin:auto;}
/* layouts */
/* ******************************** */
/* layout 2 columns (home) */
.layout-2-cols {width:100%;margin-top:30px;}
/*
.layout-2-cols .col-1 {background:#ffffff;}*/
.layout-2-cols .col-1.grey {background:#333333;}
.content_grey{background:#333333;}
.layout-2-cols .col-2 {width:302px;padding-left:30px;}
.layout-2-cols .col-2 > #droite > div {moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:30px;}
.layout-2-cols .col-2 .box-a {width:302px;padding-bottom:20px;background:#f1f1f1;}
/*.layout-2-cols .col-2 .box-a:last-child {margin-bottom:0;} paul */
@media screen and (max-width: 880px) {
	.layout-2-cols .col-1 {display:block;}
	.layout-2-cols .col-2 {display:block;width:auto;padding:30px 0 0 0;}
	.layout-2-cols .col-2 > #droite >div {width:50%;float:left;}
	.layout-2-cols .col-2 .box-a {width:100%;}
	.layout-2-cols .col-2 > #droite >div:nth-child(2n+1) {border-right:15px solid #ffffff;clear:both;}
	.layout-2-cols .col-2 > #droite >div:nth-child(2n) {border-left:15px solid #ffffff;}
}

/* menus */
/* ******************************** */
/* menu-1 (top) */
.menu-1 {float:left;}
.menu-1>.menu-1-item {float:left;}

.menu-1-item>a {float:left;padding:16px 0;}
.menu-1-item>a>div {float:left;height:46px;padding:0 17px;border-left:1px solid #9c1120;}

.menu-1-item>a.idx-1>div {width:135px;background:url(/v3/images/menu-1-1.png) no-repeat 0 50%;padding-left:0;border-left:0;}
.menu-1-item>a.on.idx-1>div {background-image:url(/v3/images/menu-1-1-hover.png);}
.menu-1-item>a.idx-1>div:hover {background-image:url(/v3/images/menu-1-1-hover.png);}

.menu-1-item>a.idx-2>div {width:164px;background:url(/v3/images/menu-1-2.png) no-repeat 50% 50%;}
.menu-1-item>a.on.idx-2>div {background-image:url(/v3/images/menu-1-2-hover.png);}
.menu-1-item>a.idx-2>div:hover {background-image:url(/v3/images/menu-1-2-hover.png);}

.menu-1-item>a.idx-3>div {width:114px;background:url(/v3/images/menu-1-3.png) no-repeat 50% 50%;}
.menu-1-item>a.on.idx-3>div {background-image:url(/v3/images/menu-1-3-hover.png);}
.menu-1-item>a.idx-3>div:hover {background-image:url(/v3/images/menu-1-3-hover.png);}

/* ******************************** */
/* menu-2 (top right) */
.dialog_modal{display:none;}
.horaire-block {float:right;margin-right:-15px;min-height:50px;padding:14px 15px 14px 70px;background:#7b014e url(/v3/images/montre.png) no-repeat 20px 12px;}
.menu-2 .menu-2-item {float:left;}
.menu-2 .sep {display:none;}
.menu-2-item a.clearfix {float:left;margin-left:20px;border:1px solid #00df8b;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;}
.menu-2-item:first-child a.clearfix {margin-left:0;}
.menu-2-item a>div {float:left;}
.menu-2-item a>div.left {text-align:center;min-width:86px;height:32px;line-height:32px;color:#00df8b;}
.menu-2-item a>div.right {width:24px;height:32px;border-left:1px solid #00df8b;background:url(/v3/images/arrow-1-down.png) no-repeat 50% 50%;}
@media screen and (max-width: 880px) {
	.horaire-block {min-height:124px;}
	.menu-2>.menu-2-item {float:right;}
	.menu-2>.sep {display:block;}
	.menu-2-item:first-child {margin-bottom:10px;}
	.menu-2-item>a.clearfix {margin-left:0;}
}
/* menu-2 (top right) region */
.menu-2-item.region {padding-top:2px;font-size:12px;line-height:14px;color:#FFFFFF;}
.menu-2-item.region>a {color:#00df8b;text-decoration:underline;}
/*.menu-2-item.region>a {color:#00df8b;border-bottom: 1px solid;}*/
.menu-2-item.region>a:hover {text-decoration:none;}
@media screen and (max-width: 880px) {
	.menu-2-item.region {padding-top:6px;}
}

.title_purple{color:#7b014e;font-size:34px;font-weight:700;}
.title_purple.large{font-size:48px;}
/* ******************************** */
/* menu-3 top level 2 left */
.menu-3 {float:left;position:relative;}
.menu-3>em {position:absolute;top:-7px;left:60px;width:23px;height:7px;background:url(/v3/images/semi-circle.png) no-repeat 50% 50%;}
.menu-3>a {float:left;font-size:13px;color:#999999;text-decoration:none;text-transform:uppercase;font-weight:bold;line-height:16px;margin-right:20px;padding:42px 0 16px 0;}
.menu-3>a.idx-1 {background:url(/v3/images/menu-3-1.png) no-repeat 50% 13px;}
.menu-3>a.idx-2 {background:url(/v3/images/menu-3-2.png) no-repeat 50% 17px;}
.menu-3>a.idx-3 {background:url(/v3/images/menu-3-3.png) no-repeat 50% 14px;margin-right:0;}
.menu-3>a.on {color:#7b014e;}
.menu-3>a:hover {color:#7b014e;}

/* ******************************** */
/* menu-4 footer */
.menu-4 {padding:40px 0 20px 0;}
.menu-4 .menu-4-item {float:left;min-width:165px;padding:40px 30px 40px 0;}
.menu-4-item.idx-1 {background:url(/v3/images/menu-4-1.png) no-repeat;}
.menu-4-item.idx-3 {background:url(/v3/images/menu-4-2.png) no-repeat;min-width:264px;}
.menu-4-item.idx-4 {background:url(/v3/images/menu-4-3.png) no-repeat;}
@media screen and (max-width: 910px) {
	.menu-4-item.idx-4 {clear:left;min-width:360px;}
}
.menu-4-item>a {display:block;color:#000000;text-decoration:none;line-height:20px;}
/*
.menu-4-item>a:after {content:" \276f";font-size:9px;position:relative;top:-1px;}
*/
.menu-4-item>a:after {content:" >";font-size:9px;position:relative;top:-1px;}
.menu-4-item>a.on {color:#7b014e;}
.menu-4-item>a:hover {color:#7b014e;}
.menu-4-item>a.off{color:#cccccc;}
.menu-4-item>a.off:hover {color:#cccccc;}
.menu-4-item>a>span {color:#7b014e;padding-right:5px;}

/* ******************************** */
/* menu-5 top level 2 right */
.menu-5-resp {float:right;position:relative;}
.menu-5-resp>.menu-5-resp-top {display:none;margin:20px 20px 0 0;border:1px solid #999999;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;}
.menu-5-resp-top>div {float:left;}
.menu-5-resp-top>div.left {text-align:center;min-width:86px;height:32px;line-height:32px;color:#999999;}
.menu-5-resp-top>div.right {width:24px;height:32px;border-left:1px solid #999999;background:url(/v3/images/arrow-2-down.png) no-repeat 50% 50%;}

.menu-5 {float:right;}
.menu-5>.menu-5-item{float:left;position:relative;}
.menu-5>.menu-5-item>a{float:left;font-size:13px;color:#999999;text-decoration:none;text-transform:uppercase;font-weight:bold;line-height:16px;padding:29px 0;}
.menu-5>.menu-5-item>a.on {color:#7b014e;}
.menu-5>.menu-5-item>a:hover {color:#7b014e;}

.menu-5 .menu-5-item-2{position:absolute;display:none;left:-15px;top:74px;padding:0 15px 10px 15px;background:#ededed;z-index: 999;}
.menu-5>.menu-5-item.on .menu-5-item-2{display:block;}
.menu-5 .menu-5-item-2>a{display:block;min-width:170px;font-size:13px;color:#999999;text-decoration:none;text-transform:uppercase;font-weight:bold;line-height:16px;height:16px;padding:0 0 4px 0;}
.menu-5 .menu-5-item-2>a.on {color:#7b014e;}
.menu-5 .menu-5-item-2>a:hover {color:#7b014e;}

.menu-5 .menu-5-item-2>a>span[class^="idx-"]{height:16px;padding-right:25px;}
.menu-5 .menu-5-item-2>a>span.idx-1{background:url(/v3/images/icon-cote.png) no-repeat 0 3px;}
.menu-5 .menu-5-item-2>a>span.idx-2{background:url(/v3/images/icon-festival.png) no-repeat 0 3px;}
.menu-5 .menu-5-item-2>a>span.idx-3 {background:url(/v3/images/Navigation_mediafilm_Repertoires_02_recompenses.png) no-repeat 3px 50%;}
.menu-5 .menu-5-item-2>a>span.idx-4 {background:url(/v3/images/Navigation_mediafilm_Repertoires_02_thematiques.png) no-repeat 0 50%;}
.menu-5 .menu-5-item-2>a>span.idx-5 {background:url(/v3/images/Navigation_mediafilm_Repertoires_02_retrospectives.png) no-repeat 0 50%;}
.menu-5 .menu-5-item-2>a>span.icon{padding:0 11px 0 1px;color:#7b014e;}

.menu-5>.sep {float:left;width:1px;height:12px;background:#999999;margin:32px 8px 28px 8px;}

.menu-5>a {float:left;font-size:13px;color:#999999;text-decoration:none;text-transform:uppercase;font-weight:bold;line-height:16px;padding:29px 0 29px 0;}
.menu-5>a:last-child {margin-right:0;}
.menu-5>a.on {color:#7b014e;}
.menu-5>a:hover {color:#7b014e;}

@media screen and (max-width: 880px) {
	.menu-5-resp>.menu-5-resp-top {display:block;}
	.menu-5 {display:none;}
	.menu-5-resp.on .menu-5 {display:block;position:absolute;right:0;top:74px;z-index:999;}
	.menu-5 {width:180px;padding:0 15px 10px 15px;background:#ededed;}
	.menu-5>.sep {display:none;}
	.menu-5>.menu-5-item {float:none;}
	.menu-5>.menu-5-item>a {float:none;display:block;padding:0 0 6px 0;}
	.menu-5 .menu-5-item-2{position:static;display:block;left:auto;top:auto;padding:0;}
	.menu-5>a {float:none;display:block;padding:0 0 6px 0;}

	
}


/* sliders */
/* ******************************** */
/* slider 1 */
.large_container{padding:20px 0;}
.large_container.off{display:none;}
.slider-1-row {padding:20px 0;}
.image_banner{text-align:center;}
.image_banner img{max-width:741px;}
.slider-1 {position: relative;background:#000000;}
/*
.slider-1> div:first-child {padding-top:34.21052631578%;}
.slider-1> div:last-child {position:absolute;z-index:1;top:0;bottom:0;left:0;right:0;}
*/
/* slider 2 */
.slider-2-row {/*height:320px;*/background:#353535;/*margin-bottom:60px;*/}
.slider-2-row.white {background:#ffffff;margin-bottom:0;}
.slider-2-row  .full_width_salles{width:100%;}
/* slider 3 paul */
.slider-3-row {padding:20px 0 0 0;}
.slider-3 {position:relative;}
.slider-3> div:first-child {padding-top:28.26086956521739%;}
.slider-3.fixed_mf_plus> div:first-child {padding-top:300px;}/*fixed padding top pour le slider de mediafilm+*/
.slider-3> div:last-child {position:absolute;z-index:1;top:0;bottom:0;left:0;right:0;overflow:hidden;}
.slider-3 .last-child {position:absolute;z-index:1;top:0;bottom:0;left:0;right:0;}/*ie8*/
.slider-3 .slider-3-b {width:100%;height:100%;}
.slider-3 .slider-page {width:100%;height:100%;position:absolute;display:none;overflow:hidden;}
.slider-3 .slider-page:first-child {display:block;}
.slider-3 .slider-page>a{display:block;}
.slider-3 .slider-3-left {float:left;height:100%;width:19.05797101449275%;position:relative;z-index:2;overflow:visible;}
.slider-3 .slider-3-right {float:left;height:100%;width:80.94202898550725%;position:relative;z-index:1;}
.slider-page .mask_slider {position:absolute;width:100%;height:100%;background:url(/v3/images/black_trsp.png);}

.slider-page .mask_slider_content {position:absolute;height:80%;bottom:8%;color:#ffffff;left:50px;text-align:center;font-size:28px;width:150px;}
.slider-page .mask_slider_content span {padding:10px 0;border-bottom:2px solid #ffffff;display:block;margin-bottom:20px;}
/*.slider-page .mask_slider_content span:after {content:" >";font-size:18px;position:relative;top:0;left:2px;}*/
@media screen and (max-width: 1000px) {
	.slider-page .mask_slider_content{font-size:20px;width:130px;}
	.slider-page .mask_slider_content span{padding:5px 0;}
	.slider-page .cote{width:110px !important;}
	.slider-page .cote_rank img{height:42px;}
}
.slider-3-pagination {text-align:center;padding:8px 0;}
.slider-3-pagination>a {display:inline-block;width:12px;height:12px;margin:0 4px;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;background:#999999;color:transparent;outline:0 none;}
.slider-3-pagination>a.on {background:#00df8b;}
.slider-3-pagination>a:hover {background:#00df8b;}

/*slider page d acceuil*/


.poster_left{
	height:390px;
	width:263px;
}
.poster_left>a{width:263px;display:block;}
.poster_left>a>img{display:block;max-height:390px;} /* paul */
.poster_right{
position:relative;
height:390px;
}
.pull_left{float:left;}
.pull_right{float:right;}


.mask_slider_content{
height:100%;position:absolute;top:20%;color:#ffffff;left:50px;text-align:center;font-size:28px;width:200px;
}
.mask_slider_content span{padding:10px 0;border-bottom:2px solid #ffffff;display:block;margin-bottom:20px;}
/*.mask_slider_content span:after {content:" >";font-size:18px;position:relative;top:0px;left:2px;}*/
.mask_slider{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background:url(/v3/images/black_trsp.png);
}

/*.cote{width:150px;}*/
.menu_cote a:first-child {
    border-left: medium none;
}

/*Listes*/
.grey_container{
    background: url("/v3/images/stardust.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.list_entry{
    border-left: 1px solid #dcdcdc;
	border-right:1px solid #f6f6f6;
	border-bottom:1px solid #dcdcdc;
	background:#999999;
    color: #000000;
    float: left;
    height: 440px;
    padding: 10px;
    position: relative;
    width: 230px;
	display:none;
}
.list_entry input{width:100%;}
.list_entry .list_title{color:#7B014E;font-weight:600;margin-top:50%;}
.full_width_listes .salles_slide2 .movie_entry .posters_bloc {height:260px;}
.full_width_listes .salles_slide2 .movie_entry  {
    border-left: 1px solid #dcdcdc;
	border-right:1px solid #f6f6f6;
	border-bottom:1px solid #dcdcdc;
	background:#f1f1f1;
    color: #000000;
    float: left;
    height: 440px;
    padding: 10px;
    position: relative;
    width: 230px;
}
.full_width_listes .movie_entry .poster {
    cursor: pointer;
    float: left;
    padding: 0 0 6px;
    width: 140px;
	margin-right:5px;
}
.full_width_listes .movie_entry  img {
    max-height: 100%;
    max-width: 100%;
}
.full_width_listes .movie_entry .poster_right_part img{width:65px;}
.full_width_listes .movie_entry .list_title{color:#333333;}
.full_width_listes .movie_entry .list_title span{color:#7B014E;font-weight:600;}
.full_width_listes .movie_entry .list_title a{color:#7B014E;font-weight:600;}
.full_width_listes .movie_entry .list_title a:hover{text-decoration:underline;color:#999999;}
/*caroussel films*/
/*
.full_width_salles .movie_label {
    float: left;
    height: 350px;
    width: 182px;
}
*/
.salles_slide2.grey_list{background-color:#f1f1f1;}
.salles_slide2.grey_list .movie_label{background:#353535;text-align:center;}
.salles_slide2.purple_list{background-color:#7b014e;}
.salles_slide2.purple_list .movie_label{background:#7A194F;text-align:center;}
.full_width_salles .movie_entry {
    /*border-left: 1px solid #5e5e5e;*/
    color: #ffffff;
    /* float: left;
   height: 330px;*/
    /*padding: 10px;*/
    position: relative;
    width: 162px;
}

.full_width_salles .salles_slide2 .movie_label {
    /*float: left;*/
   /* height: 329px;*/
    /*width: 182px;*/
	width:20%;
	vertical-align:middle;
	border-right:1px solid #666;
   /* border-left: 1px solid #dcdcdc;
	border-right:1px solid #f6f6f6;
	border-bottom:1px solid #dcdcdc;*/
}
.full_width_salles .salles_slide2 .movie_entry {
    border-left: 1px solid #000;
	border-right:1px solid #666;
	border-top:1px solid #666;
	background:#333333;
    color: #fff;
    /*float: left;*/
    /*height: 309px;*/
    /*padding: 10px;*/
    position: relative;
    /*width: 162px;*/
	width:20%;
}
p.purple, span.purple{color:#7B014E;}
.salles_slide2.purple_list .movie_entry{
    border-left: 1px solid #000;
	border-right: 1px solid #ba709f;
	border-top:1px solid #ba709f;
	border-bottom:1px solid #000;
    background: #7B014E;
}
.salles_slide2.purple_list .movie_entry .movie_title {
    color: #fff;
}
.salles_slide2.purple_list .movie_label {
    border-left: 1px solid #000;
	border-right: 1px solid #ba709f;
	border-top:1px solid #ba709f;
	border-bottom:1px solid #000;
}
.full_width_salles .movie_entry .poster {
    cursor: pointer;
    float: left;
    height: 275px;
    padding: 0 0 15px;
    width: 100%;
	text-align:center;
}
.full_width_salles .movie_entry .poster img {
    width: 100%;
	max-height:100%;
}
.full_width_salles .movie_entry .movie_title {
    /*cursor: pointer; paul */
    float: left;
    font-size: 13px;
    width: 100%;
	margin-bottom:5px;
}
.movie_title img {vertical-align:middle;}
.slider-1-row .bx-wrapper .bx-viewport{
	background: #000;
	height:390px !important;
}
.slider-2 .bx-viewport{max-height:475px;}
.slider-2 .slider2 {text-align:center;}
.slider-2 .slider2 img{max-width:1300px;}
@media only screen 
and (min-width : 880px) 
and (max-width : 1100px) 
{
/* Styles */
.slider-1-row .bx-wrapper .bx-viewport{
	height:300px !important;
	
}
.w600{width:340px;}
.wrapper_600 {
    margin: auto;
    width: 340px;
}
.wrapper_800{width:600px;margin:auto;}
.poster_left{height:300px;width:202px;}
.poster_left>a{width:202px;}
.poster_right{height:300px;}
.mask_slider_content{top:20%;left:50px;text-align:center;font-size:20px;width:130px;}
.mask_slider_content span{padding:5px 0;border-bottom:2px solid #ffffff;display:block;margin-bottom:20px;}
/*.cote{width:110px !important;}*/
.cote_rank img{height:42px;}
.poster_left img{width:100%}
}
@media all and (max-width: 880px){
/*  */
/* Styles */
.list_entry{
    width: 210px;
}
.list_entry .btn_grey.purple{display:block;margin-bottom:10px;text-align:center;}
.list_entry .btn_grey{display:block;margin-bottom:10px;text-align:center;margin-left:0px !important;}
.full_width_listes .salles_slide2 .movie_entry {
    width: 210px;
}
.full_width_listes .movie_entry .poster {
    width: 120px;
}
.slider-1-row .bx-wrapper .bx-viewport{
	height:254px !important;
}
.w600{width:600px;}
.wrapper_800{width:600px;margin:auto;}
.wrapper_600 {
    margin: auto;
    width: 600px;
}
.poster_left{
	height:254px;
	width:171px;
}
.poster_left>a{width:171px;}
.poster_right{
	height:254px;
}
.mask_slider_content{top:10%;left:30px;text-align:center;font-size:22px;width:130px;}
.mask_slider_content span{padding:5px 0;border-bottom:2px solid #ffffff;display:block;margin-bottom:20px;}
/*.cote{width:110px !important;}*/
.cote_rank img{height:42px;}	
}
.full_width_salles.grey{ background: none repeat scroll 0 0 #353535;}
.full_width_salles .bx-wrapper .bx-viewport {
	background: none;
	
	}
.full_width_salles .bx-wrapper  {
max-width:100% !important;
	}
.full_width_salles .bx-wrapper .bx-next {
	right: -1px;
	width:50px;
	height:50px;
	background:url(/v3/images/arrow_right_slider.png);
	z-index:500;
}
.full_width_salles  .bx-wrapper .bx-next:hover {
	background-position: 0 0;
}
.full_width_salles .bx-wrapper .bx-prev {
	left: 0px;
	width:50px;
	height:50px;
	z-index:500;
	background:url(/v3/images/arrow_left_slider.png);
}	
	
/* copyright */
.copyright {float:left;clear:left;font-size:11px;margin-bottom:30px;}
@media screen and (max-width: 910px) {
	.copyright {clear:none;}
	
}
@media screen and (max-width: 880px) {
.propulsion {clear:none;}
}
/*btn*/
.wrapper_btn {
    float: right;
    margin-top: 20px;
}
.btn_grey_plus{    
background: none repeat scroll 0 0 #eeeeee;
    color: #000000;
    font-weight: bold;
    padding: 8px 12px 8px 25px;
	background-image: url("/v3/images/plus.png");
	background-position: 8px 50%;
    background-repeat: no-repeat;
    background-size: 10px auto;
cursor:pointer;	
	}

.btn_grey_plus:hover {
	background: none repeat scroll 0 0 #7b014e;
    color: #2ef099;
    font-weight: bold;
	background-image: url("/v3/images/plus_hover.png");
		background-position: 8px 50%;
    background-repeat: no-repeat;
    background-size: 10px auto;	
}	
.btn_grey {
    background: none repeat scroll 0 0 #eeeeee;
    color: #000000;
    font-weight: bold;
    padding: 8px 12px;
	cursor:pointer;
}
.btn_grey.large {
display:block;
text-align:center;
}
.btn_grey.purple{color:#7b014e;}
.btn_grey:after {
    content: " >";
    font-size: 11px;
    position: relative;
    top: 0px;
}
.btn_grey_close {
    background: none repeat scroll 0 0 #eeeeee;
    color: #000000;
    font-weight: bold;
    padding: 8px 12px;
	cursor:pointer;
}
.btn_dgrey_close {
    background: none repeat scroll 0 0 #999;
    color: #7b014e ;
    font-weight: bold;
    padding: 8px 12px;
	cursor:pointer;
}
.btn_grey_close:after {
    content: "X";
	padding-left:5px;
	color:#e21b30;
    font-size: 14px;
    position: relative;
    top: 0px;
}
.btn_dgrey_close:after {
    content: "X";
	padding-left:5px;
	color:#e21b30;
    font-size: 14px;
    position: relative;
    top: 0px;
}
.btn_grey_close:hover,.btn_dgrey_close:hover {
	background: none repeat scroll 0 0 #7b014e;
    color: #2ef099;
    font-weight: bold;
    padding: 8px 12px;
}

.btn_dgrey:after {
    content: " >";
    font-size: 11px;
    position: relative;
 }  
 .btn_upload{
	color:#333333;
	text-decoration:underline;
	font-size:14px;
    background-image: url("/v3/images/fichier_telecharg.png");
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 16px auto;	
	padding-left:20px;
	cursor:pointer;
 }

 .download_purple{
 	color:#999999;
	font-weight:600;
	font-size:14px;
    background-image: url("/v3/images/download_purple.png");
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 28px auto;	
	padding-left:32px;
	line-height:28px;
	cursor:pointer;
 }
 .btn_upload:hover{color: #7b014e;}
 .download_purple:hover{color: #7b014e;}
 .btn_upload:after,.btn_purple:after {
    content: " >";
    font-size: 11px;
    position: relative;
    top: 0px;
}
.btn_grey:hover {
	background: none repeat scroll 0 0 #7b014e;
    color: #2ef099;
    font-weight: bold;
    padding: 8px 12px;
}
.btn_purple:hover{
    color: #ffffff;
}
.btn_purple{
	background: none repeat scroll 0 0 #7b014e;
    color: #2ef099;
    font-weight: bold;
    padding: 8px 12px;
	cursor:pointer;
}
.btn_grey.print{
    padding: 8px 12px 8px 35px;
	background-image: url("/v3/images/imprimer.png");
	background-position: 8px 50%;
    background-repeat: no-repeat;
    background-size: 17px auto;	
}
.btn_grey.print:hover{
	background: none repeat scroll 0 0 #7b014e;
    color: #2ef099;
    font-weight: bold;
	padding: 8px 12px 8px 35px;
	background-image: url("/v3/images/imprimerhover.png");
	background-position: 8px 50%;
    background-repeat: no-repeat;
    background-size: 17px auto;	
}
/*cotes et filtres */
.filtre {
	margin:10px 0;
}
.checkbox_filtre_lg {
    border: 1px solid #df021f;
    float: left;
    height: 29px;
    line-height: 29px;
    /*margin: 0 20px 0 0;*/
    width: 29px;
}
.checkbox_filtre_lg.on {
    background-image: url("/css/images/ipad/check-mark.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 16px auto;
}
/*
.menu_cote a.cote_1 {
    background-image: url("/sn_uploads/cote_1_white.png");
}
.menu_cote a.cote_2{
    background-image: url("/sn_uploads/cote_2_white.png");
}
.menu_cote a.cote_3{
    background-image: url("/sn_uploads/cote_3_white.png");
}
.menu_cote a.cote_4 {
    background-image: url("/sn_uploads/cote_4_white.png");
}
.menu_cote a.cote_5 {
    background-image: url("/sn_uploads/cote_5_white.png");
}
.menu_cote a.cote_6 {
    background-image: url("/sn_uploads/cote_6_white.png");
}
.menu_cote a.cote_7 {
    background-image: url("/sn_uploads/cote_7_white.png");
}*/
.menu_cote td:first-child {
    border-left: medium none;
}
.menu_cote{width:100%;text-align:center;}

.menu_cote  a{
    background-color: #393939;
    /*background-position: 10px 50%;
    background-repeat: no-repeat;
    background-size: 18px auto;*/
    border-left: 1px solid #797979;
    color: #ffffff;
    float: left;
    height: 31px;
    line-height: 31px;
    margin-bottom: 4px;
    padding: 0 15px 0 15px;
	min-width:50px;
	vertical-align:middle;
font-size:13px;
}
.menu_cote  a img{width:22px;margin-right:10px;vertical-align:middle;}
.menu_cote.large  a{min-width:100px;}
.menu_cote a.on{background-color:#cecece;color:#444444;}
.classsment_table{/*width:100%;*/margin-bottom:10px;}
/*
.classsment_table td{width:50%;}
*/
.filtre_lg{padding-left:40px;padding-right:20px;}
.filtre_classements {border-left: 1px solid #b2b2b2;}
.filtre_classements .text_filtre_classements {
    
    float: left;
    line-height: 31px;
    margin: 0;
    padding: 0 20px 0 20px;
}
.filtre_classements a {
    float: left;
    height: 31px;
    line-height: 31px;
    margin: 0 8px 5px 0;
    width: 31px;
}
.filtre_classements a.on {
    opacity: 0.4;
}
/*
 * General
 */
.hidden{
    display: none;
}
.half {
    width: 50%;
    box-sizing: border-box;
}
a.disabled, .off {
    display: none !important;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clear-fix {
    clear: both;
}
.upper {
    text-transform: uppercase;
}
.black{color:#333333 !important;}

/*
 * Recherche
 */
.recherche-simple, .recherche-full {
    padding: 15px 0 16px;
    background-color: #ccc;
}
#search-wrap {
    min-width: 768px;
}
.recherche-full {
    border-top: 1px solid #fff;
}
.recherche-full .row>label.row-label>span{
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
}
.recherche-simple {
    line-height: 29px;
    height: 29px;
}
.recherche-simple a {
    line-height: 29px;
    height: 29px;
    display: inline-block;
    color: #999;
}
.recherche-simple a:hover, .recherche-simple a:active, .recherche-simple a:focus {
    color: #7B014E;
}
#basic-search{
    height: 29px !important;
}
#basic-search-wrap {
    width: 300px;
}
form.form input[type="text"] {
    margin: 0;
    height: 29px;
    line-height: 29px;
    box-sizing: border-box;
    font-size: 13px;
    color: #626262;
    vertical-align: top;
    border: 1px solid #999;
    border-radius: 3px; 
    padding: 0 8px;   
}
#search-form input.q {    
    width: 207px;
}
#search-form .s-wrap {
    margin: 5px 0;
}
#search-form .s-wrap input.q {
    margin-right: 2px;
}
#search-form .s-wrap select {
    margin: 0 2px;
}
#search-form .s-wrap a.rm-opt, #search-form .s-wrap a.add-opt {
    display: inline-block;
    color: #7B014E;
    background: #999;
    border: 0 none #999;
    height: 29px;
    line-height: 24px;
    font-size: 20px;
    padding: 0 8px;
    margin: 0 2px;
    color: #000;
    background-color: #eee;
}
#search-form .s-wrap a.add-opt {
    color: #03dffc;
    background-color: #e21b30;
    margin-right: 0;
}
form.form input[type="submit"], form.form input[type="button"] {
    background-image: none;
    border: 0 none #999;
    font-size: 14px;
    margin-left: 8px;
    -webkit-appearance: none;
    border-radius: 0;
	cursor:pointer;
    /*
    color: #7B014E;
    background: #999;    
    height: 29px;
    line-height: 29px;
    padding: 0 8px;    
    font-weight: normal;
    */
}
form.form input[type="button"] {
    /*
    color: #000;
    background: #eee;
    */
}

button {border:0;}
.btn_dgrey {
    background: none repeat scroll 0 0 #999;
    color: #7B014E !important;
    font-weight: bold;
    padding: 8px 12px;
}
.btn_dgrey:hover {
    background: none repeat scroll 0 0 #7B014E;
    color: #2ef099 !important;
}
.btn_grey.medium,
.btn_dgrey.medium{
    padding: 4px 8px;  
}

a.btn-toggle {
    color: #999999;
    /* background: url("/v3/images/bgToggleBtn.gif") repeat-x left 21px transparent; */
    max-width: 142px;
    text-decoration: underline;    
    font-size: 14px;
    /*
    border-bottom: 1px solid #000;
    margin: 4px 0;
    line-height: 21px;
    height: 21px;
    */
}
.btn-toggle:hover{color:#7B014E;}
a.btn-toggle.double {
    line-height: 15px;
}

#mon-plus {width:24px;margin-left:8px;background:url("/v3/images/accueilMFplus.png") no-repeat 0 50%;}
#mon-plus.on {background:url("/v3/images/accueilMFplus_hover4.png") no-repeat 0 50%;}
#mon-plus:hover {background:url("/v3/images/accueilMFplus_hover4.png") no-repeat 0 50%;}

#mon-profile {padding-left:34px;margin-left:8px;background: url("/v3/images/bgMyProfile.png") no-repeat left center;}
#mon-profile.on {color:#7b014e;}

#mes-listes {padding-left:34px;margin-left:8px;background: url("/v3/images/bgMyLists.png") no-repeat left center;}
#mes-listes.on {color:#7b014e;}

#adv-search-title {
    color: #e21b30;
}
label.inline {
    margin-right: 5px;
}
label.inline:last-child {
    margin-right: 0;
}
label.row-label {
    width: 90px;
    display: inline-block;
}
.recherche-full .row {
    margin: 6px 0 3px;
    height: 29px;
    line-height: 29px;
    display: block;
    overflow: hidden;
}
.recherche-full .row select{
    vertical-align: top;
}
.recherche-full .row label.inline,
.recherche-full .row label.inline > *{
    vertical-align: top; 
    display: inline-block;
} 
.recherche-full .row label.inline > *{
    line-height: 19px;
}
.recherche-full .row.btn-wrap{
    margin-top: 70px;
}
/*
 * Films dropdown
 */
.menu-2-item {
    position: relative;
}
#films-list-wrap {
    position: absolute;
    width: 380px;
    height: 330px;
    box-sizing: border-box;
    right: -5px;
    bottom: -335px;
    border: 2px solid #fff;
    z-index: 100;
    background: #ededed;
    overflow-y: auto;
}
table.table-dropdown {
    width: 100%;
}
table.table-dropdown .cote {
    width: 20px;
}
table.table-dropdown .regie {
    width: 34px;
    padding-right: 0 !important;
}
table.table-dropdown thead tr {
    height: 34px;
    border-top: 9px solid #00df8b;
    border-bottom: 2px solid #cacaca;
}
table.table-dropdown thead th {
    font-weight: normal;
    text-align: left;
    font-size: 11px;
    padding: 0 10px;
    color: #000;
}
table.table-dropdown thead a {
    color: #999;
    /*padding-left: 5px;*/
}
table.table-dropdown thead a.active {
    color: #e6007e;
}
table.table-dropdown thead a:hover {
    color: #7b014e;
	text-decoration:underline;
}
table.table-dropdown td {
    text-align: center;
    padding: 2px;
    border-bottom: 1px solid #cacaca;
}
table.table-dropdown tbody tr:first-child td {
    padding-top: 18px;
}
table.table-dropdown td.name {
    text-align: left;
    padding: 0 10px;
}
table.table-dropdown td.name a {
    text-decoration: underline; 
    /* border-bottom: 1px solid #000; */
    color: #000;
    font-size: 14px;
    margin-right: 5px;
}
table.table-dropdown td.name span a{
    color: #e6007e;
    font-size: 11px;
    margin-left: 5px;
	text-decoration:none;
}
table.table-dropdown td.name span a:last-child {
    margin-right: 0;
}
table.table-dropdown td.cote {
    background: #cacaca;
}
table.table-dropdown td.cote div.int {
    height: 13px;
    line-height: 13px;
    /*
     border-left: 4px solid #e00220;
     border-right: 4px solid #e00220;
     box-sizing: border-box;
     */
    width: 21px;
    margin: 3px auto 4px;
    font-weight: bold;
    color: #333;
    background: url("/v3/images/bgIntBox.png") no-repeat 0 0 transparent;
}
table.table-dropdown div.box {
    width: 20px;
    height: 20px;
    margin-left: 11px;
    /*
     line-height: 20px;
     border-radius: 3px;
     color: #fff;
     font-size: 11px;
     */
}
table.table-dropdown div.box a img{width: 20px;}
table.table-dropdown div.box.green {
    /*
     background: #008444;
     font-size: 18px;
     text-transform: uppercase;
     font-weight: bold;
     */
    background: url("/v3/images/bgGreenBox.gif") no-repeat 0 0 transparent;
}
table.table-dropdown div.box.red {
    /*
     background: #e80033;
     */
    background: url("/v3/images/bgRedBox.png") no-repeat 0 0 transparent;
}
table.table-dropdown div.box.blue {
    /*
     background: #005195;
     */
    background: url("/v3/images/bgBlueBox.png") no-repeat 0 0 transparent;
}
table.table-dropdown div.box.orange {
    /*
     background: #f4aa00;
     */
    background: url("/v3/images/bgOrangeBox.png") no-repeat 0 0 transparent;
}  

/*
 * Mediafilms Plus login
 */
.menu-1{
    position: relative;
}
.mediafilm-plus-wrap{
    position: absolute;
    width: 738px;
    height: 275px;
    box-sizing: border-box;
    left: -4px;
    bottom: -268px;
    border: 2px solid #fff;
    z-index: 100;
    background: #7B014E;
    padding-top: 9px;
} 
.mediafilm-plus-wrap > em {
    background: url("/v3/images/bgIndicator.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    height: 13px;    
    position: absolute;
    top: -13px;
    width: 35px;
	left: 244px;
} 

.mediafilm-plus-wrap.idx-3-child > em {
    left: 414px;
}

.mediafilm-plus-wrap > .info-wrap {     
    width: 373px;
    height: 262px;
    padding: 15px;
    border-right: 2px solid #fff;
    box-sizing: border-box;
    background: #999;
    font-size: 14px;
    color: #fff;
}   
.mediafilm-plus-wrap > .form-wrap {     
    width: 361px;
    height: 262px;
    padding: 15px;
    box-sizing: border-box;
    background: #cacaca;
} 
.mediafilm-plus-wrap p{     
    line-height: 18px;
} 
.mediafilm-plus-wrap .header {
    height: 33px;
    color: #7B014E;
    font-weight: bold;
}
.mediafilm-plus-wrap .body{
    height: 171px;
}
.mediafilm-plus-wrap .body p:first-child{
    margin-top: 0;
}
.mediafilm-plus-wrap .body p:last-child{
    margin-bottom: 0;
}
.mediafilm-plus-wrap .body a{
    color: #999999;
    text-decoration: underline; 
    /* border-bottom: 1px solid #000; */
    font-size: 14px;
}
.mediafilm-plus-wrap .row label{
    display: block;
    margin: 15px 0 10px;
}
.mediafilm-plus-wrap .row:first-child label{
    margin-top: 0;
}
.mediafilm-plus-wrap .row{
    display: block;
    margin-bottom: 5px;
}
.mediafilm-plus-wrap .footer{
    height: 28px;
    text-align: right;
}
.mediafilm-plus-wrap .footer > *{
    display: inline-block;
    margin-left: 8px
}
.mediafilm-plus-wrap input[type="text"],.mediafilm-plus-wrap input[type="password"] {    
    width: 207px;
    background-color: #eaeaea;
}
.mediafilm-plus-wrap .btn_grey {font-size:13px;}

.mediafilm-plus-wrap .logout >a:first-child {color:#e6007e;text-decoration:underline;}
.mediafilm-plus-wrap .logout >a:hover {color:#7b014e;text-decoration:none;}
.mediafilm-plus-wrap .logout img {width:100%;display:block;margin:10px 0 16px 0;}

/*fiche d un film*/

.page_header_close {
    height: 33px;
}
.page_header_close .grey_x {
    cursor: pointer;
    float: right;
    margin-top: 9px;
}
/*
h1.film_title.cote_3 {
    background-image: url("/sn_uploads/0cote_3.png");
}
*/
.film_title {
    /*background-position: 0 4px;
    background-repeat: no-repeat;
    background-size: 26px auto;
    font-size: 1.25rem;
    line-height: 1.2em;*/
    padding: 0 0 0px 32px;
	color:#626262;
	font-size: 20px;
    font-weight: 600;	
}
.film_title span {
    font-weight: normal;
}
.page{padding-bottom:20px;}
.page .pull_left.fiche_content  {
    box-sizing: border-box;
    float: left;
    padding: 0 50px 0 0;
    width: 50%;
}
.page .pull_right {
    box-sizing: border-box;
    float: left;
    width: 50%;
}
.page .pull_right .classment {
    color: #626262;
    font-size: 13px;
}
.page .pull_right .classment img {
    margin-right: 5px;
    vertical-align: middle;
    width: 38px;
}
.player_zone {
    background-color: #000;
    margin-top: 5px;
    text-align: center;
}
.rooms_guide {
    /*border-top: 1px solid #b2b2b2;*/
    padding: 20px 0 15px;
    width: 100%;
}

.rooms_guide .selector_wrap {
    float: left;
    height: 40px;
    padding: 0 0 20px;
    width: 100%;
}

.rooms_guide .selector_wrap .selector.label {
    font-weight: bold;
	font-size:16px;
    margin-right: 15px;
}
.rooms_guide .selector_wrap .selector {
    color: #000000;
    float: left;
    height: 40px;
    line-height: 40px;
	font-weight:bold;
	text-transform:lowercase;
}

.rooms_guide .selector_wrap .selector.grey.active {
	background-color: #7B014E;
    color: #2ef099;
}
.rooms_guide .selector_wrap .selector.grey:hover {
	background-color: #7B014E;
    color: #2ef099;
}
.rooms_guide .selector_wrap .selector.grey {
    background-color: #efefef;
    cursor: pointer;
    margin-right: 2px;
    padding: 0 10px;
}
.schedule_header select{padding:5px 8px;}
.schedule .entry {margin-top:10px;}
.schedule .entry .titre{color:#7B014E;font-size:16px;font-weight:bold;}

/*tableau*/
/*.film_fiche_nb{display:none;}*/
/*.horaire_content{margin-top:10px;}*/
.entry .type_cinema{width:30px;}
.table_horaire {
	padding:15px 0;
	width:100%;
}.table_horaire table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}

.solid_border {
    border-bottom: 1px solid #b2b2b2;
    height: 1px;
    margin: 5px 0;
    width: 100%;
}

.table_horaire td{
	vertical-align:middle;
	background-color:#ffffff;
	border:0px solid #ffffff;
	border-width:0px 1px 0px 0px;
	text-align:center;
	padding:7px;
	color:#7B014E;
	min-width:70px;
	
}
.table_horaire td.desactivated{
text-decoration: line-through;
color:#999999;
background-color:#eeeeee;
}

.table_horaire th{
	background-color:#eeeeee;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 1px 1px 1px;
	font-weight:bold;
	font-size:11px;
	padding:7px;
	color:#000000;
}
.table_horaire th.today{
	background-color:#ff9d00;
	color:#7B014E;
}
.table_horaire td.today{
	background-color:#fff5e5;
	color:#7B014E;
}
.table_horaire td.today.desactivated{
text-decoration: line-through;
color:#999999;
}
/* FAQ*/
.faq h2{font-weight:normal;margin:10px 0;border-bottom:1px solid #cccccc;padding:5px 0;}
.faq_content{margin:5px 0 20px 0;max-width:555px;}
.faq .question{font-weight:700;color:#7B014E;font-size:14px;line-height:17px;padding:5px 0;}
.faq .reponse{color:#333333;font-size:14px;line-height:17px;padding:5px 0px 0px 20px;vertical-align: middle;display:none;}


/*
 * Menu liste de cinemas par regions
 */
#cinema-list-wrap {
    position: absolute;
    width: 380px;
    height: 330px;
    box-sizing: border-box;
    right: -5px;
    bottom: -335px;
    border: 2px solid #fff;
    z-index: 100;
    background: #ededed;
    overflow-y: auto;
}
#cinema-list {
    border-top: 9px solid #00df8b;
}
#cinema-list h3 {
    padding: 3px 13px 0;
    height: 27px;
    line-height: 27px;
    border-bottom: 1px solid #cacaca;
    color: #999;
    font-size: 18px;
    font-weight: normal;
}
#cinema-list p {
    padding: 0 13px;
}
#cinema-list a {
    color: #333;
    font-size: 14px;
}
/* horaire tele */


.full_width_1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #f6f6f6;
    border-color: #a9a9a9;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    margin: 0px 0 20px;
    min-height: 37px;
}
.full_width_1 .recommandations {
    color: #424242;
    float: left;
    line-height: 37px;
    margin: 0;
	padding-left:10px;
}
.full_width_1 .pagination {
    float: right;
}


.pagination a.left {
    background-image: url("/css/images/ipad/arrow-01-left.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 11px auto;
}
.pagination a.right {
    background-image: url("/css/images/ipad/arrow-01-right.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 11px auto;
}
.pagination a:first-child {
    border-left: 1px solid #a9a9a9;
}

.pagination a.page {
    color: #676767;
    font-size: 0.9375rem;
    font-weight: bold;
	padding-bottom:0;
}
.pagination a.page.on {
    color: #e00220;
}

.pages_list .pages {
    position: relative;
}
.pages_list .pages .page {
    display: none;
}
.pages .page .player_zone {
    min-height:300px;
}
.pages_list .pages .page.on {
    display: block;
}

.pagination a {
    background-color: #f6f6f6;
    border-left: 1px solid #a9a9a9;
    float: left;
    height: 37px;
    line-height: 37px;
    text-align: center;
    width: 44px;
}
h1.film_title.cote_4 {
    background-image: url("/sn_uploads/0cote_4.png");
}
h1.film_title span {
    font-weight: normal;
}
h2.film_jour {
    font-size: 0.9375rem;
    font-weight: normal;
    line-height: 1.133em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
h2.film_jour span {
    font-weight: bold;
    text-transform: capitalize;
}
.link_slider{width:60%;height:100%;position:absolute;top:0;right:0;z-index:99;}
.jwplayer .jwdisplayIcon{background-image:url('/images/bg_red.png'),url('/images/bg_red.png'),url('/images/bg_red.png') !important;}
.jwplayer .jwicon{background-image:url('/images/play_btn.png')!important;}
/*horaire tv tableau*/

.full_width_3 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #f6f6f6;
    border-color: #a9a9a9;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    min-height: 37px;
}
.horaire_scroll.left {
    background-image: url("/css/images/ipad/arrow-01-left.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 11px auto;
    left: 9px;
}
.horaire_scroll.off {
    display: none;
}
.horaire_scroll.right {
    background-image: url("/css/images/ipad/arrow-01-right.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 11px auto;
    right: 9px;
}
.horaire_scroll {
    background-color: #f6f6f6;
    height: 36px;
    position: absolute;
    top: 0;
    width: 37px;
    z-index: 10;
}

.horaire {
    overflow-x: auto;
    padding: 0 0 10px;
    width: 100%;
}

.horaire_table {
    border-bottom: 1px solid #e1e1e1;
    width: 1918px;
}
.horaire_table th:first-child {
    /*border-left: 1px solid #e1e1e1;*/
}
.horaire_table th {
    border-left: 1px solid #e1e1e1;
    color: #df021f;
    font-size: 0.875rem;
    font-weight: normal;
    height: 37px;
    text-align: center;
    width: 272px;
}
.horaire_table tr td:first-child {
    /*border-left: 1px solid #e1e1e1;*/
}
.horaire_table td {
    border-left: 1px solid #e1e1e1;
    padding: 6px;
    vertical-align: top;
}
.film_box {
    border-left: 1px dotted #ffffff;
    border-right: 1px dotted #ffffff;
    margin-bottom: 6px;
    padding: 6px;
}
.film_box .film_box_2 {
    border-bottom: 1px dotted #e1e1e1;
    min-height: 30px;
}
.film_box .film_box_2 h2 {
    /*background-position: 0 6px;
    background-repeat: no-repeat;
    background-size: 16px auto;*/
    color: #393939;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 4px 24px;
}
/*
.film_box .film_box_2 h2.cote_6 {
    background-image: url("/sn_uploads/0cote_6.png");
}
.film_box .film_box_2 h2.cote_4 {
    background-image: url("/sn_uploads/0cote_4.png");
}*/
.film_box .film_box_2 h2 span {
    cursor: pointer;margin-left:5px;
}
.film_box .film_box_2 .info {
    cursor: pointer;
    padding: 0 0 0 20px;
}
.film_box .film_box_2 .heure {
    color: #8b8b8b;
    font-size: 0.9375rem;
}
.film_box .film_box_2 .sep {
    color: #df021f;
    display: inline-block;
}

.film_box .film_box_2 .nom {
    color: #8b8b8b;
    font-size: 0.9375rem;
    text-transform: uppercase;
}
.film_box.rec {
    background: none repeat scroll 0 0 #ececec;
    border: 2px solid #e00220;
}
.img_rec {
    display: block;
    margin: auto auto 5px;
    width: 150px;
}
.film_box.rec .film_box_2 {
    border-bottom: 0 none;
}
.film_box .film_box_2 h2 a {
    float: right;
}
.film_box .film_box_2 h2 a img {
    display: block;
    margin-top: 3px;
    width: 16px;
}

.film_box.commandite {
    background: none repeat scroll 0 0 #ececec;
    border: 1px solid #b4b4b4;
}
.content_wrap_table{
position:relative;
margin-top:-38px;
padding:0 9px 0 10px;
min-width: 748px;
}

.full_width_2 .checkbox_filtre_lg.on {
    background-image: url("/css/images/ipad/check-mark.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 16px auto;
}
.movie_tile_left{float:left;width:30px;}
/*.movie_tile_right{width:125px;}*/
@media only screen 
and (min-width : 880px) 
and (max-width : 1100px) 
{
	.content_wrap_table{
	 max-width: 920px;
	 min-width: 800px;
	}
	
.movie_tile_left{width:30px;}
/*.movie_tile_right{width:80px;}*/

.full_width_salles .movie_entry .poster {
    height: 155px;
}
.full_width_salles .movie_label img{
    height: 190px;
}
/*
.full_width_salles .movie_entry{height:280px;}*/

}
@media screen and (max-width: 880px) {
	.content_wrap_table{
	 max-width: 728px;
	 min-width: 600px;
	}
.movie_tile_left{width:30px;}
/*.movie_tile_right{width:80px;}*/
/*
.full_width_salles .movie_entry .poster {
    height: 205px;
}
.full_width_salles .movie_label {
    height: 300px;
}
.full_width_salles .movie_entry{height:280px;}*/
}
/*Modal*/
.ui-widget {
      font-family: 'Open Sans',sans-serif;
    font-size: 14px;
}
.ui-dialog {padding:0;border:none;padding:0;border-radius:0;z-index:901}
.ui-dialog .ui-dialog-content{padding:10px;}
.modal_player_zone {
    background-color: #000;
    text-align: center;
	width:700px;
	position:relative;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: url("/v3/images/close.png") repeat-x scroll 50% 50% #e6e6e6;
    border: none;
	border-radius:0;
    color: #555555;
    font-weight: normal;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0.5em 1em;
}
.ui-dialog .ui-dialog-titlebar-close {
    height: 24px;
    margin: 0;
    padding: 1px;
    position: absolute;
    right: 0.3em;
    top: 15%;
    width: 20px;
}
.ui-state-default .ui-icon {
    background-image: url("/v3/images/close.png");
}
.ui-icon {
    height: 34px;
    width: 28px;
}
.ui-widget-header {
    background: #999999;
    border: none;
    color: #000;
	font-size:14px;
    font-weight: bold;
	border-radius:0;
}
.modal_content{padding:20px;min-width:200px;height:auto !important;}
.modal_content input[name='text'], .modal_content select{min-width:150px;}
/* film_slider */
.film_slider {overflow-x:hidden;width:100%;}
/*.film_slider .film_slider2 {margin:0 50px;} paul */
.film_slider .film_slider2 > div:first-child {padding-top: 56.25%;}
.film_slider .film_slider2 > div:last-child {position: absolute;z-index:999;top: 0;bottom: 0;left: 0;right: 0;}

.film_slider > .arrow_wrapper {position:absolute;z-index:9;height:100%;width:50px;}
.film_slider.video > .arrow_wrapper {background:#000000;}

.film_slider > .arrow_wrapper.left {left:0;}
.film_slider > .arrow_wrapper.right {right:0;}
.film_slider .arrow {position:absolute;left:0;top:50%;height:50px;width:50px;margin-top:-25px; background-repeat:no-repeat;background-position:50% 50%;/*background-size:50px auto;*/}
.film_slider > .left .arrow {/*background-image:url(/images/arrow-01-left.png);*/background-image:url(/images/picto-left.png);
background-repeat:no-repeat;background-position:50% 50%;/*background-color:#FFFFFF;*/}
.film_slider > .right .arrow {/*background-image:url(/images/arrow-01-right.png);*/background-image:url(/images/picto-right.png);background-repeat:no-repeat;background-position:50% 50%;/*background-color:#FFFFFF;*/}

.film_slider .img_or_video {position:absolute;display:none;width:100%;height:100%;top:0;left:0;overflow:hidden;}
.film_slider .img_or_video img {display:block;/*width:100%;*/height:100%;margin:0 auto;}
.film_slider .img_or_video:nth-child(2) {left:100%;display:block;}
.film_slider .img_or_video:nth-child(3) {left:200%;display:block;}
.film_slider .img_or_video.before_last {left:-200%;display:block;}
.film_slider .img_or_video:last-child {left:-100%;display:block;}
.film_slider .img_or_video:first-child {left:0;display:block;}

/* film_slider_info */
.film_slider_info {text-align:center;height:25px;clear:both;margin-top:5px;}
.film_slider_info span {display:none;background-color:#d2d2d2;color:#757476;padding:4px 8px;border-radius:4px;}
.film_slider_info span.on {display:inline-block;}
.recommandations_menu {
    display: none;
}
.recommandations_menu.on {
    display: block;
}
.fiche_menu{display:none;}
.fiche_menu.on{display:block;}
.recommandations_or_fiche  .fiche_menu {display:none;}
.recommandations_or_fiche.fiche  .fiche_menu {display:block;}
/*
.fiche_menu a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f6f6f6;
    background-image: url("/css/images/ipad/close.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 12px auto;
    border-color: #a9a9a9;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    float: right;
    height: 37px;
    line-height: 37px;
    text-align: center;
    width: 44px;
}*/
.menu_cote2 a {
    /*background-position: 10px 50%;
    background-repeat: no-repeat;
    background-size: 18px auto;*/
    color: #403d3d;
    float: left;
    height: 37px;
    line-height: 37px;
    padding: 0 15px;
}
.menu_cote2 a img{margin-right:5px;vertical-align:middle;}
/*
.menu_cote2 a.cote_1 {
    background-image: url("/sn_uploads/cote_1.png");
}.menu_cote2 a.cote_2 {
    background-image: url("/sn_uploads/0cote_2.png");
}.menu_cote2 a.cote_3 {
    background-image: url("/sn_uploads/0cote_3.png");
}.menu_cote2 a.cote_4 {
    background-image: url("/sn_uploads/0cote_4.png");
}.menu_cote2 a.cote_5 {
    background-image: url("/sn_uploads/0cote_5.png");
}.menu_cote2 a.cote_6 {
    background-image: url("/sn_uploads/0cote_6.png");
}
.menu_cote2 a.cote_7{
    background-image: url("/sn_uploads/0cote_7.png");
}*/
.film .pull_left img{
    border: 1px solid #939393;
    box-sizing: border-box;
    width: 100%;
}

.film  .image_film.pull_left {
    float: left;
    padding-right: 20px;
    width: /*132px*/160px;
}

.film .right {
    overflow: hidden;
}
/*slider fuche d un film*/
.full_width_5 {
    background: none repeat scroll 0 0 #333333;
    margin: 0 0 10px;
}

.full_width_5 .film_slider {
    overflow-x: hidden;
    position: relative;
}

.full_width_5 .film_slider > .left .arrow {
    background-image: url("/css/images/ipad/arrow-02-left.png");
}
.full_width_5 .film_slider .arrow {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 50px auto;
    height: 50px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
}
.full_width_5 .film_slider > .arrow_wrapper.right {
    right: 0;
}
.full_width_5 .film_slider > .arrow_wrapper.left {
    left: 0;
}
.full_width_5 .film_slider > .arrow_wrapper {
    height: 100%;
    position: absolute;
    width: 50px;
    z-index: 9999;
}

.full_width_5 .film_slider > .right .arrow {
    background-image: url("/css/images/ipad/arrow-02-right.png");
}

.full_width_5 .film_slider .film_slider2 {
    margin: 0 56px;
    position: relative;
}
.full_width_5 .film_slider .film_slider2 > div:first-child {
    padding-top: 56.25%;
}
.full_width_5 .film_slider .film_slider2 > div:last-child {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}


.full_width_5 .film_slider .img_or_video {
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.full_width_5 .film_slider .img_or_video:nth-child(2) {
    display: block;
    left: 100%;
}

.full_width_5 .film_slider .img_or_video:nth-child(3) {
    display: block;
    left: 200%;
}

.full_width_5 .film_slider .img_or_video:last-child {
    display: block;
    left: -100%;
}
.full_width_5 .film_slider .img_or_video:first-child {
    display: block;
    left: 0;
}
.menu_filtre {padding:10px 0;}
.menu_filtre a {
	background-position: 0px 50%;
	background-repeat: no-repeat;
	background-size: 20px auto;
	color: #999999;
	float: left;
	font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
	padding: 5px 20px 5px 28px;
}
.menu_filtre a.on{color: #7B014E;}
.menu_filtre a:hover{color: #7B014E;}								
.bande {
	background-image: url("/v3/images/b-ann_extraits.png");
	background-position: 0px 50%;
	background-repeat: no-repeat;
	background-size: 20px auto;
	color: #999999;
	font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
	padding: 5px 20px 5px 28px;	
}
a.bande:hover{color: #7B014E;}
.menu_filtre .gallerie {
	background-image: url("/v3/images/gallerie.png");
}	
.menu_filtre a.officiel {
	background-image: url("/v3/images/site_off.png");
}
.titre_filtre{color:#000;float:left;line-height:36px;padding-right:20px;}
.filtres_resultats{margin:0;}
.filtres_resultats li{float:left;background:#eeeeee;padding:10px;list-style:none;margin:0 5px 10px 5px;color:#000000;font-weight:bold;}	
.filtres_resultats li a{color:#000000;}
.filtres_resultats li a.close{padding-left:10px;color:#cc3333;}		
.fiche_table td{padding:2px 5px;}
.fiche_table td p{margin-top:0px;}
.fiche_table td img{vertical-align:middle;}
/*xtens styles*/
.box-a .player_zone{height:200px;}
.xtens_title{background:#f1f1f1;padding:20px 20px 15px 20px;color:#7B014E;font-size:20px;font-weight:700;line-height:24px;}

.xtens_media_content {
    background-image: url("/v3/images/stardust.png");
	padding:10px 20px;
	text-align:center;
}
.xtens_media_content img {max-width:200px;}
.xtens_media_content.large img {max-width:250px;}

.xtens_media_content.large2 {padding:0;}
.xtens_media_content.large2>a{display:block;}
.xtens_media_content.large2>a>img {display:block;width:100%;max-width:300px;margin:auto;}

.xtens_content{background:#f1f1f1;}
.xtens_content .text_content{padding:10px 20px;}
.text_content .text_content_title{font-size:16px;color:#666666;}
.text_content p{color:#333333;}
.ui-widget-overlay {
    background: #000000;
    opacity: 0.3;
}
/*fiche film*/

.film_info_left {
    float: left;
    width: 50%;
}

.table_film_info tr td:first-child {
    padding-left: 30px;
    text-align: right;
}
.table_film_info tr td:first-child  span{
    white-space: nowrap;
}
.table_film_info tr td {
    padding: 6px 4px;
}
.table_film_info tr td:last-child {
    font-weight: 700;
}
.film_info_right {
    float: right;
    width: 50%;
}

.full_width_6 {
    background: none repeat scroll 0 0 #7b014e;
    margin: 30px 0 10px;
    padding: 30px 10px 30px;
}

.uppercase {
    text-transform: uppercase;
}
.full_width_6 h2 {
    color: #2ef099;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.full_width_6 p {
    color: #ffffff;
}

.revue_presse_liste .revue_title:first-child {
    border-width: 1px;
}
.revue_presse_liste .revue_title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #7b014e;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
    cursor: pointer;
    padding: 20px;
}
.revue_presse_liste .revue_title h3 {
    color: #000000;
}

.revue_presse_liste .revue_title p {
    margin: 0;
}
.revue_presse_liste p {
    color: #000000;
}
.revue_presse_liste .revue_texte {
    background: none repeat scroll 0 0 #cdcdcd;
    border-bottom: 1px solid #7b014e;
    display: none;
    padding: 20px;
}

.revue_presse_liste .revue_texte p:last-child {
    margin: 0;
}
.revue_presse_liste .revue_texte.on {
    display: block;
}
.revue_presse_liste{margin:5px 0;}
.grey_text{color:#999;font-size:18px;padding:5px 0;}
/*les cotes*/
.cotes_table{width:100%;margin:25px 0;}
.cotes_table tr td:last-child{padding-left:30px;}
.cote_title{color:#7B014E;font-size:20px;font-weight:600;}
.purple_table tr td:first-child{color:#7B014E;border-right:2px solid #7B014E;font-weight:600;padding-right:20px;padding-left:0;}
.purple_table tr td{padding-left:20px;}

/* mediafilm + */
.grey-full {
    background:#333333;
    min-width: 768px;

	border-bottom:1px solid #ccc;
	padding:30px 0;
}
.purple-full{    background:#7c0551;
    min-width: 768px;

	border-bottom:1px solid #ccc;
	padding:30px 0;
	}
.white-full{    background:#ffffff;
    min-width: 768px;
	border-bottom:1px solid #ccc;
	padding:30px 0;
	}
.ast{color:#E21C2D;}	
.purple-full .layout-2-cols, .grey-full .layout-2-cols{margin-top:0;}
.purple-full .title_purple{color:#ffffff;}	
.grey-full .title_purple{color:#ffffff;}
.grey-full img {max-width:100%;}
.grey-full h2{color:#cccccc;}
.purple-full h2{color:#cccccc;}
.purple-full h3{color:#00df8b;}
.plus_liste ul{list-style-image:url('/v3/images/plus.png');}
.grey-full h3{color:#00df8b;margin:5px 0;}
.grey-full p{color:#ffffff;}
.grey-full ul li{color:#ffffff;}
.table_right_img, .table_left_img{width:100%;}
.table_left_img tr td:first-child{width:1000px;}
.table_left_img tr td:first-child img{width:100%;}
.table_left_img tr td:last-child{padding-left:30px;}
.table_right_img tr td:last-child{text-align:right;width:1000px;}
.table_right_img tr td:last-child img{width:100%;text-align:right;}
.table_right_img tr td:first-child {padding-right:30px;}
@media screen and (max-width: 880px) {

.table_left_img tr td:first-child {
    width: 550px;
}
.table_right_img tr td:last-child {
    width: 550px;
}

}

/*nous joindre */
.bloc_3{width:33%;float:left;}
.bloc_3_content img{width:100%;margin-bottom:20px;}
.purple-full .bloc_3{color:#ffffff;}
.purple-full .bloc_3 .bloc_3_content h3{color:#00df8b;margin:5px 0;font-size:14px;}
.purple-full .bloc_3 .bloc_3_content h3.f24{font-size:24px;}

.bloc_3 .bloc_3_content{padding:20px 25px 20px 25px;}
.bloc_3 .bloc_3_content:nth(2n+1) {background: #ffffff;}

.purple-full .table_left_img h2, .purple-full .table_right_img h2{color:#ffffff;}
.purple-full .table_left_img h3, .purple-full .table_right_img h3{color:#00df8b;margin:5px 0;}
.purple-full .table_left_img p, .purple-full .table_right_img p{color:#ffffff;}
/*formulaire */
.form_table{width:50%;float:left;}
.form_table input[type="text"] , .form_table input[type="password"] ,.form_table select{min-width:350px;vertical-align:top;}
.form_table label.row-label{width:200px;min-height:29px;}
/*.form_table label.row-label.pass2_membre_label{line-height: 15px;height: 29px !important;overflow: hidden;}*/
.form_textarea{border:1px solid #AFAFAF;padding:5px;height:200px;color:#626262;overflow:auto;}

@media only screen 
and (min-width : 880px) 
and (max-width : 1178px) 
{
.table_left_img tr td:first-child{width:700px;}
.table_right_img tr td:last-child{width:700px;text-align:right;}
}
	.alert-box {
		color:#333333;
		border-radius:10px;
		font-size:12px;
		padding:10px 45px;
		margin:10px 0px;
	}
	.alert-box span {
		/text-transform:uppercase;*/
	}
	.error.off, .success.off{display:none;}
	.error {
		background:#ffedef url('/v3/images/error.png') no-repeat 10px 50%;
		border:1px solid #ffa6af;
	}
	.success {
		background:#e0fff4 url('/v3/images/success.png') no-repeat 10px 50%;
		border:1px solid #30ffb2;
	}
.add_button{width:26px;height:26px;background:url('/v3/images/plus_box.gif') no-repeat;display:block;}
/* scene extrait */
/* scene def */
.block_scene_def.breve .breve{display:block;}
.block_scene_def.breve .texte{display:none;}
.block_scene_def.texte .breve{display:none;}
.block_scene_def.texte .texte{display:block;}
/* scene avis */
.block_scene_avis.breve .breve{display:block;}
.block_scene_avis.breve .texte{display:none;}
.block_scene_avis.texte .breve{display:none;}
.block_scene_avis.texte .texte{display:block;}
/* scene extrait */
.block_scene_extrait.breve .breve{display:block;}
.block_scene_extrait.breve .texte{display:none;}
.block_scene_extrait.texte .breve{display:none;}
.block_scene_extrait.texte .texte{display:block;}
/*scene interpreation*/
.block_interpretation_def.breve .breve{display:block;}
.block_interpretation_def.breve .texte{display:none;}
.block_interpretation_def.texte .breve{display:none;}
.block_interpretation_def.texte .texte{display:block;}
/*scene interpreation*/
.block_interpretation_avis.breve .breve{display:block;}
.block_interpretation_avis.breve .texte{display:none;}
.block_interpretation_avis.texte .breve{display:none;}
.block_interpretation_avis.texte .texte{display:block;}
/*scene interpreation*/
.block_interpretation_extrait.breve .breve{display:block;}
.block_interpretation_extrait.breve .texte{display:none;}
.block_interpretation_extrait.texte .breve{display:none;}
.block_interpretation_extrait.texte .texte{display:block;}


/* scenario def */
.block_scenario_def.breve .breve{display:block;}
.block_scenario_def.breve .texte{display:none;}
.block_scenario_def.texte .breve{display:none;}
.block_scenario_def.texte .texte{display:block;}
/* scenario avis */
.block_scenario_avis.breve .breve{display:block;}
.block_scenario_avis.breve .texte{display:none;}
.block_scenario_avis.texte .breve{display:none;}
.block_scenario_avis.texte .texte{display:block;}
/* scenario extrait */
.block_scenario_extrait.breve .breve{display:block;}
.block_scenario_extrait.breve .texte{display:none;}
.block_scenario_extrait.texte .breve{display:none;}
.block_scenario_extrait.texte .texte{display:block;}
/*scenario intention*/
.block_scene_intention.breve .breve{display:block;}
.block_scene_intention.breve .texte{display:none;}
.block_scene_intention.texte .breve{display:none;}
.block_scene_intention.texte .texte{display:block;}
/*scenario fiche*/
.block_scene_fiche.breve .breve{display:block;}
.block_scene_fiche.breve .texte{display:none;}
.block_scene_fiche.texte .texte{display:block;}
/*scenario documentation*/
.block_scene_documentation.breve .breve{display:block;}
.block_scene_documentation.breve .texte{display:none;}
.block_scene_documentation.texte .texte{display:block;}
/*Scenario formulaire */
.block_scene_formualire.breve .breve{display:block;}
.block_scene_formualire.breve .texte{display:none;}
.block_scene_formualire.texte .texte{display:block;}

.breve a.add_button {background:url('/v3/images/plus_box.gif') no-repeat;}
.solid_red_border{background:url('/v3/images/redpoints.png') repeat-x 0 50%;height:10px;}
.texte a.add_button {background:url('/v3/images/voir_moins.png') no-repeat;}
.textarea{width:600px;height:120px;margin:5px 0;color:#333333;resize: vertical;}
.grey_title{font-size:18px;color:#999999;}

/*comemntaire fiche film*/
h2.comment{padding-left:70px;line-height:55px;}
.commentaire{padding-left:70px;}
.commentaire div>.btn_grey{margin-left:30px;}
.commentaire .reponse{margin-left:30px;}

.img_xtens_large{/*max-width:342px;*/text-align:center;}
.img_xtens_large img{width:100%;}
.xtens_content ul{margin: 0 0 15px 30px;}
.xtens_content ul li{margin:5px 0;list-style-type: disc;color:#333333;}
.note{color:#333333;font-size:11px;line-height:12px;}

.film_swipe{background: none repeat scroll 0 0 #353535;margin:0;}
.film_swipe li {border-left: 1px solid #5e5e5e;
    color: #ffffff;
    float: left;
    height: 400px;
    padding: 10px;
    position: relative;
	margin:0;
}
.film_swipe li a{
    color: #ffffff;
}
.film_swipe li .poster{
	cursor: pointer;
    height: 290px;
	width:100%;
	text-align:center;
}
.film_swipe li .poster img{
max-height:100%;}
@media only screen 
and (min-width : 880px) 
and (max-width : 1100px) 
{
.film_swipe li .poster{height: 250px;}
.film_swipe li{height: 350px;}
.film_swipe .movie_label img{
    height: 250px;
}
.film_swipe li .movie_title .movie_tile_right{/*width:130px;*/}
}
@media screen and (max-width: 880px) {
.film_swipe li .poster{height: 250px;}
.film_swipe li{height: 350px;}
.film_swipe li .movie_title .movie_tile_right{/*width:130px;*/}
}
.film_swipe li .movie_title .movie_tile_right{margin-bottom:10px;}
.h2_grey{font-size:36px;font-weight:300;padding-top:50px;line-height:40px;}
.purple-full .table_left_img h2, .purple-full .table_right_img h2{font-size:36px;font-weight:300;padding-top:50px;line-height:40px;color:#cccccc;}
.p_grey, .p_grey p {padding-top:20px;font-size:20px;line-height:30px;font-weight:200}
.purple-full .table_left_img p, .purple-full .table_right_img p{padding-top:20px;font-size:20px;line-height:30px;font-weight:200}

/* tableau exposant */
.table_expo{margin:0;}
/*.table_expo li:first-child{padding:0px 10px 0px 0px;color:#7b014e;font-weight:600;border-right:2px solid #7b014e !important;}*/
.table_expo li:last-child{border-right:none;}
.table_expo li{float:left;padding:0px 10px 0 10px;color:#7b014e;list-style:none;border-right:1px solid #7b014e;margin:0;font-weight:600;}
.lien_fiche{color:#626262}
.lien_fiche:hover{color:#7b014e}
.ui-widget-content a.purple_link{color: #7b014e;font-weight:600;display:block;}
.ui-widget-content a.purple_link:hover{text-decoration:underline;}

/* paul */
.error-b {color:#E4242D;}
.error-b p {color:#E4242D;}
.field_error {color:#E4242D;}
.erreur{border:1px solid #ffa6af;}
/* paul end */
*::-webkit-input-placeholder {
    color: #626262 !important;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #626262 !important;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #626262 !important;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #626262 !important;
}