@charset "UTF-8";
@font-face
{ 
    font-family: "pictonic";
    src: url('../fonts/pictonic.eot');
    src: url('../fonts/pictonic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/pictonic.ttf') format('truetype'),
        url('../fonts/pictonic.woff') format('woff'),
        url('../fonts/pictonic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* CSS RESET ======================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* FIN CSS RESET =============================================================== */

body{
 font-size:0.625em;
 color:#636363;
 background:#fff;
 font-family: 'Lato', Arial, sans-serif; 
 overflow-x:hidden;
}

header{padding-bottom: 20px}
#logo img{width:100%; margin-top:20px;}

#slideshow {position: relative; z-index: 1; border:10px solid #fff; margin:0 0 50px 0; display: block;}
#slideshow img{width:100%; height:auto; display: block;}
.slideshow_images{overflow: hidden;}
#slideshow .bannergroup {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slideshow .bannergroup > div{
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 1138px;
  height: 500px;
}

#slideshow .bannergroup > div div.description{
  background: #000; 
  padding:30px 30px 50px 30px;
  z-index: 1;
  position:absolute;
  bottom:65px;
  right: 0px;
  width:40%;
  font-size: 1.5em;
  line-height: 130%;
  color:#fff;

}

a.control_prev, a.control_next {
  position: absolute;
  top:35%;
  z-index: 999;
  display: block;
  left:-6%;
  width: auto;
  height: auto;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  opacity: 0.8;
  cursor: pointer;
}


a.control_next {
  left:auto;
  right: -6%;
}




.ms{height:40px;text-align: right; color:#fff; font-size: 1.5em; text-transform: uppercase; font-family: 'Oswald';padding:10px 0;}
.ms ul>li:first-child{padding-top: 5px}
.ms span[class^="icon-"]{background:#fff; color:#000; border-radius: 50%; height:25px; width:25px; text-align:center;line-height: 25px;  display:block;}
.ms span+strong{display: none}
.ms li{display: inline-block;vertical-align: top; margin:0 3px;}
.ms li a:hover span[class^="icon-"]{color:#fff; background: #000; text-decoration: none}
.bg{background:#000;min-height: 400px; width: 100%; position: absolute; top:0px; left: 0px; z-index:0;}
.mod-languages, .ms .custom {float: right}
.mod-languages{border-left:1px solid #fff; margin:0 0 0 5px;}
.mod-languages a{color:#fff; line-height: 25px}

#mainmenu {font-family:'Oswald';float:right; font-size: 1.5em;padding:15px 0px 15px 0; margin-top: 50px }
#mainmenu ul{text-align: center; float: right}
#mainmenu ul ul{text-align: left;}
#mainmenu li , #topmenu li{display: inline-block;}
#mainmenu a {color:#fff;font-weight:bold; padding:10px; margin:0 0 0 15px; text-transform: uppercase;}
#mainmenu li a:hover, #mainmenu li.active > a{color:#17cbff; text-decoration: none!important}
#mainmenu li li a,#mainmenu li li{display: block;}
#mainmenu li li a:hover, #mainmenu li li.active > a{background: #fff; color:#17cbff;}
#mainmenu li .caret{display: none}
.navbar{margin:0px;}
#mainmenu li.item-121 a, #mainmenu li.item-140 a{background:#17cbff; color:#000; }

#slideshow .description a{line-height:25px;background: #fff; text-transform: uppercase; font-family: 'Oswald'; font-size: 1.25em; color:#000; padding:10px 20px; display: inline-block;position: absolute;  margin-top:30px;}
#slideshow .description a:after{margin:-5px 0 0 10px; position: relative; color:#fff; font-size:12px; background:#17cbff; border-radius: 50%; vertical-align:middle; padding:7px; content:"\e072"; position: relative; top: 1px;  display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal;  font-weight: normal;  line-height: 1;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}

.accueil img{height: 400px}
.accueil h3{color:#000;  font-weight:300!important; font-family: 'Oswald'; font-size: 1.1em; text-transform: uppercase; margin-bottom: 5px}
.accueil h1{font-size: 2.5em; line-height: 100%; margin-bottom: 15px; font-family: 'Squada One'; color:#000; text-transform: uppercase; }
.accueil h2{font-size: 1.75em; line-height: 100%; margin-bottom: 15px; font-family: 'Squada One'; color:#000; text-transform: uppercase; }
.accueil li {overflow: hidden;}

#text{position: relative;}
#text > div{background: #fff;}
article, #films, #film_fiche,.accueil{font-size: 1.6em; line-height: 130%}
#film_fiche, .item-page{margin-top:15px; }
article h1{ }
article h2, #slideshow h2, #films h2, #film_fiche h1{font-size: 2.5em; line-height: 100%; margin-bottom: 15px; font-family: 'Squada One'; color:#17cbff; text-transform: uppercase; }
#films h2{font-size: 2.2em; margin-bottom: 5px }
#films h2 a{color:#17cbff;}
#films h2 span{font-size: 0.4em; font-family: 'lato'; font-weight: normal; color:#000000;}
#films h3,  #film_fiche h3, article h3{color:#000;  font-weight:300; font-family: 'Oswald'; font-size: 1.1em; text-transform: uppercase; margin-bottom: 5px}
#film_fiche h3{margin:0 0 30px 0;}
#film_fiche h3 strong,.film h3 strong, article.item-page h3{font-weight: bold}
article h3{ }
h4{font-family: 'Oswald'; font-size: 1.25em; text-transform: uppercase; margin:15px 0; color:#000;}
article hr{border-color:#ddd;}
article p{margin:0 0 20px 0; line-height: 140%}
article ul{list-style-type: disc; margin: 10px 0px 25px 35px;}
article ol{list-style-type: decimal; margin: 10px 0px 25px 35px;}
article em{font-style: italic;}
article li{padding: 3px 0; line-height: 140%}
article strong{font-weight: bold}
article img {max-width: 100%}
article table{width: 100%; border:1px solid #999; border-collapse: collapse; margin:20px 0;}
article td{border:1px solid #999; padding:5px;}
article th{background:#1369bf;color: #fff; padding:10px; text-align: center;}
article th a{color:#fff;}
#imagepreview{width:100%;}



.bouton{background: #fff; color:#000; font-family:'Oswald'; text-transform: uppercase; padding:10px 15px; line-height: 40px;}
.bouton span{background:#17cbff; border-radius: 50%; font-size: 11px; color:#fff;  margin-left:10px; text-align: center; display: inline-block; top:-2px; width: 20px; line-height: 20px; height:20px;}
.bouton:hover{background: #17cbff; color:#fff; text-decoration: none}
.film{padding-bottom: 45px; display: block; color:#000;}
.film img{width: 100%;}
.bg-f {padding-right: 30px;}
.bg-f > div{padding:10px 0 30px 0; display: block; line-height: 130%} 
.img-f a{ margin:20px 0; overflow: hidden; display: block; position: relative;z-index: 10}
.film .bg-f{position: relative;z-index:1; padding-top:40px; padding-bottom: 40px}
.film .bg-f:before{content:""; display:block; position:absolute; right:15px;top:0; z-index:-1; margin:0px; padding:0px; width:112%; height:100%; background: #f1f0ee}
.end{clear: both;}

#film_fiche .affiche{max-height:600px;background: #f1f0ee; display: block; margin-bottom: 30px;overflow: hidden;}
article .video iframe{width:100%;}
.bold{border-width: 10px; border-color:#000; margin:20px 0;}
#film_fiche table,#film_fiche table td{border:none;}
#film_fiche table tr:nth-child(odd){background: #f1f0ee}
#film_fiche table tr td:first-child{font-family: 'Oswald'; color:#000; text-transform: uppercase; width:35%;}
aside{}

footer{background:#000; margin-top:90px;}
footer > div.container{ padding: 50px 0; font-size: 1.5em; color:#fff; line-height: 130%; background:url(../images/libellule.png) right bottom no-repeat; background-size:auto 90% ;}
footer > div.container a{color:#fff; text-decoration: underline;}
footer .col-md-3:first-child{font-size:1.25em}
footer .white{background:white; color:#000; font-size: 1.3em; padding:30px 0;}
footer .white a{color:#000; text-decoration: underline;}

.content-links, .chrono_credits,.actions, .item-page .icons{display: none!important}

/*PAGINATION*/
div.pagination{margin:20px 0 0px 0; display: block; clear: both;  padding:20px 0 40px 0; text-align: center; font-family: 'Oswald'}
.pagination li{display: inline-block;}
.pagination li span, .pagination li a{padding:5px 10px; margin:5px;}
.pagination  a{color:#000;}
.pagination li span, .pagination a:hover{background:#000; color:#fff;}
.page-Prev, .page-Next, .limit{display: none!important;}
.pagination .counter{display: block; clear: both; height: 30px; margin-top:15px;}

.chronoform {max-width:280px; }
.chronoform label{font-weight: 500; margin:10px 0 5px 0;}
.chronoform #button5{;margin:10px 0; display: block;  background:#27325f; padding:10px 10px; text-align: center; display: block; color:#fff; font-weight: bold; text-transform: uppercase; border:none;}
.chronoform #button5:hover{background:#0c8ccd; color:#fff;}
.chronoform textarea{max-width: 260px}
.chronoform input, .chronoform textarea{padding:5px;border:1px solid #666;}

#films h1{font-size: 3em; line-height: 100%; padding: 40px 0; font-family: 'Squada One'; color:#000; text-transform: uppercase; display: block; text-align: center; }
.search_box {margin-bottom: 30px; padding-bottom: 40px; border-bottom:10px solid #000;}
.search_box input,.search_box select{
  color:#000;
  background: #f1f0ee;
  border:0;
  padding:10px 15px;
  margin:0px 0 10px 0;
  width:100%;
  display: block;
 height: 40px
}


::-webkit-input-placeholder { 
    color:    #000;
}
:-moz-placeholder { 
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { 
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { 
   color:    #000;
}
.search_box .duree input{width:50px; display: inline-block;float: left;}
.search_box .duree span{height: 40px; line-height: 40px; display: inline-block; float: left; margin:0 10px;}
.search_box button{ clear:both; display:block; background: #000; color:#17CBFF; border:none; padding:10px 20px; height: 40px; line-height: 20px;}
#filter_genre_chzn{margin:10px 0 25px 0;}

.search_box  label{display: none;}
/** RESET AND LAYOUT
===================================*/

.bx-wrapper {position: relative;margin: 0 15px 30px 15px;padding: 0;*zoom: 1;}
.bx-wrapper img {max-width: 100%;display: block;}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {left:0px;background: #fff;/*fix other elements on the page moving (on Chrome)*/-webkit-transform: translatez(0);-moz-transform: translatez(0);
      -ms-transform: translatez(0);
      -o-transform: translatez(0);
      transform: translatez(0);}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {position: absolute;bottom: -30px;width: 100%;}
.bx-wrapper li{ height: 200px;   position: relative;}
.bx-wrapper li img{ 
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* LOADER */


/* PAGER */
article .bxslider{margin:0px;}
.bx-wrapper .bx-pager {text-align: center;font-size: .85em;font-family: Arial;font-weight: bold;color: #666;padding-top: 20px;}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block;*zoom: 1;*display: inline;}
.bx-wrapper .bx-pager.bx-default-pager a {background: #666;text-indent: -9999px;display: block;width: 10px;height: 10px;margin: 0 5px;outline: 0;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {background: #000;}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {left: 10px;background: url(images/controls.png) no-repeat 0 -32px;}
.bx-wrapper .bx-next {right: 10px;background: url(images/controls.png) no-repeat -43px -32px;}
.bx-wrapper .bx-prev:hover {background-position: 0 0;}
.bx-wrapper .bx-next:hover {background-position: -43px 0;}
.bx-wrapper .bx-controls-direction a {position: absolute;top: 50%;margin-top: -16px;outline: 0;width: 32px;height: 32px;text-indent: -9999px;z-index: 9999;}
.bx-wrapper .bx-controls-direction a.disabled {display: none;}
 
.pictonic
{
  font-family: "pictonic";
  font-weight: normal; font-style: normal;
  -webkit-font-smoothing:  antialiased !important;
  -moz-font-smoothing:  antialiased !important;
  font-smoothing:  antialiased !important;
  line-height:1em;
}
 
a.pictonic, span.pictonic, small.pictonic {
  display: -moz-inline-stack;
  display:inline-block;
  zoom: 1;
  *display: inline;
}
 
[class^="icon-"], [class*=" icon-"]
{
  font-family: "pictonic";
  font-weight: normal; font-style: normal;
  -webkit-font-smoothing:  antialiased !important;
  -moz-font-smoothing:  antialiased !important;
  font-smoothing:  antialiased !important;
  line-height:1em;
}
 
a[class^="icon-"], a[class*=" icon-"], span[class^="icon-"], span[class*=" icon-"], small[class^="icon-"], small[class*=" icon-"] {
  display: -moz-inline-stack;
  display:inline-block;
  zoom: 1;
  *display: inline;
}
  
.icon-vimeo:before { content:""; } 
.icon-typepad:before { content:""; } 
.icon-twitter-2:before { content:""; } 
.icon-twitter-3:before { content:""; } 
.icon-twitter-1:before { content:""; } 
.icon-pinterest:before { content:""; } 
.icon-paypal:before { content:""; } 
.icon-flickr:before { content:""; } 
.icon-facebook:before { content:""; } 
.icon-youtube:before { content:""; } 
.icon-instagram:before { content:""; } 
.icon-instagram:before { content:""; } 



/* EXTRA Small devices (tablets, 768px and up) */
@media (max-width: 767px){
#logo{width:200px; margin:20px auto; display: block;}
header{height: 300px;}
header .col-md-2{display: block; width:100%;}
header{text-align: center;position: relative;}
header #mainmenu{margin:0px;padding:30px 0;}
header button{width:100%; text-align: center;padding: 15px 0px!important; margin:20px 0 0 0px!important; background:#17CBFF!important; color:#fff; font-size:1.5em; text-transform: uppercase;}
header ul.nav li{display: block; width:100%; float:none; text-align: left; color:#000;}
#mainmenu a{color:#000; text-align: left;}
#mainmenu ul{float: none;}
header #menu{width:100%;height:230px;}
.navbar-collapse {background: #fff; z-index: 100; position: absolute;width: 100%; border-bottom:1px solid #999; }
.home .navbar-collapse{background:#17CBFF;}
.navbar-collapse *{text-align: left!important;}
.navbar-collapse li{line-height: 150%;display: block;}
.navbar-collapse li a{line-height: 150%;display: block;}
#mainmenu{font-size: 1.7em; line-height: 150%}
#mainmenu li{display: block; position: relative; line-height: 150%;}
#mainmenu ul li.open ul{background:#f7f7f7; border-radius:0; border:none; display: block; position: relative; clear: both; float:none;box-shadow:none;}
footer .custom{padding:10px;}
footer .white{text-align:center;}

.film .row{background: #f1f0ee}
.film .bg-f:before{display: none}
footer > div.container{background-size:150px auto;}

#film_fiche .affiche{margin-top:15px; height:auto;}
article, #films, #film_fiche,.accueil{padding-top: 15px}
.accueil li a{margin-right:0px;overflow: hidden;display: block; text-align: center;}
.accueil li{margin-bottom: 40px; max-width: 300px}
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px){
#slideshow{width:100%!important;height:400px;}
#slideshow .bannergroup > div{width:700px;height:400px;}
#slideshow .bannergroup > div div.description{width:45%;}
.accueil{margin-bottom: 30px}
.film .row{background: #f1f0ee}
.film .bg-f:before{display: none}
#logo{width:200px; margin:20px auto; display: block;}


}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px){
#slideshow{width:100%!important;height:450px;}
#slideshow .bannergroup > div{width:950px;height:450px;}
#slideshow .bannergroup > div div.description{width:45%;}

}

/* AJOUT AD */

.team p {
    line-height: 6px;
}



