/*

Theme Name: Maison du cinema 2017 (par Lubie)

Theme URI: http://lubie.co

Author: Lubie

Author URI: http://lubie.co

Description: Lubie basic theme

Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
/* FONTS

----------------------------------------------- */

@import url(smd.css?v171127c);
@font-face {
    font-family: 'ProximaNovaAltThin';
    src: url('fonts/Proxima Nova Alt Thin.eot');
    src: local('☺'), url('fonts/Proxima Nova Alt Thin.woff') format('woff'), url('fonts/Proxima Nova Alt Thin.ttf') format('truetype'), url('fonts/Proxima Nova Alt Thin.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaAltLight';
    src: url('fonts/Proxima Nova Alt Light.eot');
    src: local('☺'), url('fonts/Proxima Nova Alt Light.woff') format('woff'), url('fonts/Proxima Nova Alt Light.ttf') format('truetype'), url('fonts/Proxima Nova Alt Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaAltRegular';
    src: url('fonts/Proxima Nova Alt Regular.eot');
    src: local('☺'), url('fonts/Proxima Nova Alt Regular.woff') format('woff'), url('fonts/Proxima Nova Alt Regular.ttf') format('truetype'), url('fonts/Proxima Nova Alt Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaAltSemibold';
    src: url('fonts/Proxima Nova Alt Semibold.eot');
    src: local('☺'), url('fonts/Proxima Nova Alt Semibold.woff') format('woff'), url('fonts/Proxima Nova Alt Semibold.ttf') format('truetype'), url('fonts/Proxima Nova Alt Semibold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaAltCondensedExtrabold';
    src: url('fonts/Proxima Nova Alt Condensed Extrabold.eot');
    src: local('☺'), url('fonts/Proxima Nova Alt Condensed Extrabold.woff') format('woff'), url('fonts/Proxima Nova Alt Condensed Extrabold.ttf') format('truetype'), url('fonts/Proxima Nova Alt Condensed Extrabold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaLight';
    src: url('fonts/ProximaNova-Light.eot');
    src: local('☺'), url('fonts/ProximaNova-Light.woff') format('woff'), url('fonts/ProximaNova-Light.ttf') format('truetype'), url('fonts/ProximaNova-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/Proxima Nova Regular.eot');
    src: local('☺'), url('fonts/Proxima Nova Regular.woff') format('woff'), url('fonts/Proxima Nova Regular.ttf') format('truetype'), url('fonts/Proxima Nova Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaCondensedRegular';
    src: url('fonts/Proxima Nova Condensed Regular.eot');
    src: local('☺'), url('fonts/Proxima Nova Condensed Regular.woff') format('woff'), url('fonts/Proxima Nova Condensed Regular.ttf') format('truetype'), url('fonts/Proxima Nova Condensed Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaCondensedSemibold';
    src: url('fonts/Proxima Nova Condensed Semibold.eot');
    src: local('☺'), url('fonts/Proxima Nova Condensed Semibold.woff') format('woff'), url('fonts/Proxima Nova Condensed Semibold.ttf') format('truetype'), url('fonts/Proxima Nova Condensed Semibold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaCondensedExtrabold';
    src: url('fonts/Proxima Nova Condensed Extrabold.eot');
    src: local('☺'), url('fonts/Proxima Nova Condensed Extrabold.woff') format('woff'), url('fonts/Proxima Nova Condensed Extrabold.ttf') format('truetype'), url('fonts/Proxima Nova Condensed Extrabold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Global

----------------------------------------------- */

body {
    color: #333;
    font-weight: 400;
    font-family: "ProximaNovaAltRegular", Arial, Times, serif;
    line-height: 1.8;
    background-color: #000;
    background-image: url(img/background-fixed-default.jpg);
    position: relative;
    overflow-x: hidden;
}
/*

html {

height: 100%;

overflow: hidden;

}



body

{

height:100%;

-webkit-overflow-scrolling: touch;

}*/

::-webkit-scrollbar {
    width: 10px;
    height: 12px;
}
::-webkit-scrollbar-thumb {
    background: #000;
}
::-webkit-scrollbar-thumb:hover {
    background: #bc010c;
}
::-webkit-scrollbar-track-piece {
    background: #fff;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0.25em 0 .5em;
    font-weight: 400;
    font-family: ProximaNovaAltLight, Arial, Helvetica, sans-serif;
    line-height: 1.2em;
}
h1 {
    font-size: 16px;
    font-size: 1.6rem;
}
h2 {
    font-size: 14px;
    font-size: 1.4rem;
}
h3 {
    font-size: 13px;
    font-size: 1.3rem;
}
h4 {
    font-size: 12px;
    font-size: 1.2rem;
}
h5 {
    font-size: 11px;
    font-size: 1.1rem;
}
h6 {
    font-size: 10px;
    font-size: 1rem;
}
img {
    max-width: 100%;
    height: auto;
}
/* Links */

a {
    color: #bc010c;
    outline: none;
    -webkit-transition: all 0.14s ease 0s;
    -moz-transition: all 0.14s ease 0s;
    -o-transition: all 0.14s ease 0s;
    text-decoration: none !important;
}
/* Text Elements */

blockquote p {
    line-height: 1.6;
}
dd {
    margin-bottom: 1em;
}
/* Tables */

table {
    width: 100%;
    margin-bottom: 20px;
}
table th,
table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
table th {
    font-weight: bold;
}
table thead th {
    vertical-align: bottom;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 0;
}
table tbody + tbody {
    border-top: 2px solid #ddd;
}
/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    max-width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
/**********

LUBIE START

**********/
/* IE ALERT */

.ie-alert {
    background-color: #000;
    text-align: center;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}
.ie-alert a {
    color: #fff;
    line-height: 24px;
    text-decoration: none;
}
.wide-container {
    width: 100%;
}
/* Box links */

.lubielink {
    border: 3px solid #25b0fc;
    background: none;
    color: #25b0fc;
    padding: 8px 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.lubielink:hover {
    background: #25b0fc;
    color: #fff;
}
#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 80px;
    right: 20px;
    display: none;
}
#back-to-top a {
    display: block;
    width: 40px;
    height: 40px;
    background: #999999 url(img/backtotop.png) no-repeat center center;
    text-indent: -9999px;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}
#back-to-top a:hover {
    background-color: #bc010c
}
/* GMAP */

.gmaps,
.gmaps_loading {
    width: 260px;
    height: 195px;
}
#largemap img,
#minimap img,
.gmaps.full img {
    max-width: none;
}
.infowindow {
    width: 300px;
}
.infowindow h2 {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.infowindow a {
    color: #000;
}
#minimap {
    width: 100%;
    height: 250px;
}
.gmaps.large,
.gmaps_loading.large {
    width: 339px;
    height: 254px;
}
.gmaps.half,
.gmaps_loading.half {
    width: 100%;
    max-width: 700px;
    height: 200px;
}
#largemap {
    height: 450px;
    width: 100%;
    margin-top: 30px;
}
.gmaps.full,
.gmaps_loading.full {
    width: 100%;
    max-width: 700px;
    height: 400px;
}
.gmaps_loading {
    background: #000000 url(img/loading.gif) no-repeat center center;
    position: absolute;
    z-index: 2;
    display: none;
}
/**********

LUBIE END

**********/
/**********

BLOG START

**********/

.blogSection {
    float: left;
    width: 100%;
}
.blog_item {
    background: #fff;
    border-bottom: 3px solid #fff;
    float: left;
    margin: 0 5% 20px 0px;
    width: 45%;
    /*max-width: 300px;*/

    padding: 0;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */

    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */

    box-sizing: border-box;
    /* Opera/IE 8+ */

    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px transparent;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px transparent;
    -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px transparent;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px transparent;
}
.blog_item:hover {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px #bc010c;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px #bc010c;
    -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px #bc010c;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px #bc010c;
}
.blog_item .text_post {
    padding: 20px;
    position: relative;
}
.blog_item h3 {
    background: #fff;
    font-size: 24px;
    line-height: 28px;
    padding: 0 0px 10px 0;
    font-weight: bold;
    color: #050505;
    display: inline-block;
    position: relative;
    z-index: 990;
    top: 0;
}
.blog_item h3 a {
    color: #050505;
}
.blog_item h3 a:hover {
    color: #bc010c !important;
}
.blog_item .postBoxItem_date {
    color: #aaaaa9;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}
.blog_item .postBoxItem_date a {
    color: #aaaaa9 !important;
}
.blog_item .postBoxItem_date a:hover {
    color: #bc010c !important;
}
.blog_item .post_excerpt {
    font-size: 13px;
    margin-bottom: 0px;
}
.blog_item .post_excerpt p {
    margin-bottom: 0px;
    font-size: 16px;
}
.blog_item .preview_post {
    background: #000;
    float: none;
    width: 100%;
    margin-left: 0px;
}
.cartouche {
    border-top: 1px solid #ececec;
    font-weight: bold;
    padding: 20px;
}
.cartouche .comments {
    background: url(img/comment_icon.png) no-repeat left 6px;
    color: #aaa !important;
    padding-left: 24px;
    float: right;
}
.cartouche .readmore {
    color: #4c4c4c !important;
    font-style: italic;
    font-weight: bold;
    float: left;
}
.cartouche .readmore:hover {
    color: #bc010c !important;
}
.singlePost {
    background: #fff;
    margin: 0 20px 0px 0px;
    padding: 0;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */

    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */

    box-sizing: border-box;
    /* Opera/IE 8+ */

    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px transparent;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px transparent;
    -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px transparent;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 3px 0px 0px transparent;
}
.singlePost.faqSingle {
    background: #bc010c;
    border-bottom: 4px solid #bc010c;
}
.singlePost h1 {
    font-size: 36px;
    padding: 40px;
    color: #bc010c;
}
.singlePost.faqSingle h1 {
    padding: 0px 40px 0 40px !important;
}
.catFAQ {
    padding: 40px 40px 20px 40px;
    text-transform: uppercase;
}
.singlePost .article_content {
    padding: 40px;
    border-bottom: 1px solid #bc010c;
}
/**********

BLOG END

**********/
/*

---------------------- [ MOBILE NAVIGATION

*/

#instant_menu {
    width: 100%;
    background: #bc010c;
    height: 40px;
    z-index: 99;
    text-align: center;
}
#instant_menu ul {
    list-style: none;
    padding: 0px;
    display: inline-block;
    margin: 0px;
}
#instant_menu ul li {
    float: left;
    margin-right: 10px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    cursor: pointer;
    font-size: 10px;
}
#instant_menu ul li:hover {
    color: #000;
}
#header .mobileMenu_tool {
    display: none;
    width: 11px;
    height: 15px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9999;
}
.admin-bar #header .mobileMenu_tool {
    top: 12px;
}
#header .mobileMenu_tool .opener {
    background: transparent url(img/mobileMenu_tool.png) no-repeat center center;
    cursor: pointer;
    width: 11px;
    height: 15px;
    padding: 15px;
}
#header .mobileMenu_tool .opener.active {
    background: #bc010c url(img/mobileMenu_tool.png) no-repeat center center;
}
#mobile_logo {
    position: relative;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 999;
    width: 100%;
    text-align: center;
    background: #000;
    padding: 10px 0px 0px 0px;
}
#header #mobileMenu {
    display: none;
    width: 100%;
    clear: both;
    min-height: 0px;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999;
}
#header #mobileMenu a {
    text-transform: uppercase;
}
#header #mobileMenu ul {
    display: none;
    top: auto;
    margin: 0;
    padding: 0 0 0px 0;
    list-style: none;
}
#header #mobileMenu ul ul {
    border-top: 1px solid #d5d5d5;
    display: none;
    list-style: none;
    position: inherit;
}
/* #header #mobileMenu > ul li:first-child{

-webkit-box-shadow: 0px 2px 5px 0px  rgba(0, 0, 0, 0.2) inset;

-moz-box-shadow: 0px 2px 5px 0px  rgba(0, 0, 0, 0.2) inset;

-o-box-shadow: 0px 2px 5px 0px  rgba(0, 0, 0, 0.2) inset;

box-shadow: 0px 2px 5px 0px  rgba(0, 0, 0, 0.2) inset;

}*/

#header #mobileMenu li {
    border-bottom: 1px solid #2a2a2a;
    position: relative;
    display: block;
}
#header #mobileMenu > li {
    text-transform: uppercase;
}
#header #mobileMenu ul li ul li {
    display: block;
    font-size: 13px;
}
#header #mobileMenu li li li li.dropper.active,
#header #mobileMenu li li li.dropper.active,
#header #mobileMenu li li.dropper.active,
#header #mobileMenu li.dropper.active {
    background: #212525;
    background: rgba(255, 255, 255, 0.2);
}
#header #mobileMenu li.dropper.active li,
#header #mobileMenu li li.dropper.active li,
#header #mobileMenu li li li.dropper.active li,
#header #mobileMenu li li li li.dropper.active li {
    background: rgba(0, 0, 0, 0.6);
}
#header #mobileMenu ul li a {
    padding: 8px 10px 8px 20px;
    display: block;
    line-height: 30px;
    color: #bc010c;
}
#header #mobileMenu ul li a:hover {
    color: #fff;
    text-decoration: none;
}
#header #mobileMenu .dropper span {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 28px;
    height: 26px;
    display: block;
    text-align: center;
    line-height: 37px;
    font-size: 20px;
    color: #999;
    background: url(img/droppyDark.png) no-repeat center center;
}
#header #mobileMenu .dropper.active > span {
    background: url(img/droppyDarkactive.png) no-repeat center center !important;
}
#header #mobileMenu .dropper.active span li span {
    background: url(img/droppyDark.png) no-repeat center center;
}
.mobile.main_menu ul {
    padding: 0px;
    list-style: none;
    display: inline-block;
    margin: 0px;
}
.mobile.main_menu {
    padding: 20px 0px 0px 0px;
}
.mobile.main_menu ul li {
    float: left;
    margin-right: 12px;
}
.mobile.main_menu ul li a {
    font-size: 11px;
}
/* Alignment */

.alignleft {
    display: inline;
    float: left;
    margin: 0 1.5em 1.5em 0;
}
.alignright {
    display: inline;
    float: right;
    margin: 0 0 1.5em 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
/* Text meant only for screen readers */

.screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    display: block;
    clip: auto !important;
    line-height: normal;
    text-decoration: none;
    z-index: 100000;
    /* Above WP toolbar */
}
/* Clearing */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
*:first-child+html .clearfix {
    min-height: 1px;
}
.clearfix {
    display: block;
}
.clear {
    clear: both;
    width: 100%;
    display: block;
}
/* HEADER

----------------------------------------------- */

.site-header {
    padding: 40px 0 20px;
}
.site-branding {
    float: left;
    width: 100%;
    text-align: center
}
.site-title {
    margin: 0;
    font-size: 30px;
    font-family: ProximaNovaAltLight, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1em;
}
.site-title a {
    color: #333;
    text-decoration: none;
}
.site-description {
    color: #a6a6a6;
    font-weight: 300;
    font-family: ProximaNovaAltLight, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#header_banner {
    height: 470px;
}
#header_banner_shadow {
    background: transparent url(img/fiche_black_bg.png) top center no-repeat fixed;
    height: 100%;
}
/* SINGLE MOVIE

----------------------------------------------- */

#buy-tickets-float {
    position: absolute;
    top: -160px;
}
.contact_info {
    position: relative;
}
#default_container #content {
    margin-top: -120px;
}
#default_container h2.like_h1,
#default_container h1 {
    font-family: ProximaNovaLight, Arial, Helvetica, sans-serif;
    color: #e8e8e8;
    font-size: 48px;
    margin: 0px;
    text-transform: uppercase;
    text-shadow: 1px 2px 6px #000;
}
#default_container h2.like_h1 {
    padding: 30px 0px;
}
.single_information {
    color: #c2c2c2;
    font-size: 16px;
}
.single_information.right_col {
    padding-top: 140px;
    padding-bottom: 40px;
}
.single_information h2 {
    font-family: ProximaNovaLight, Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 26px;
    line-height: 26px;
    margin: 30px 0px 12px 0px;
}
/* HOME

----------------------------------------------- */

#bgsliderfull {
    position: relative;
}
#bgsliderfull .slide-number {
    display: none;
}
#bgsliderfull .container {
    height: 100%;
}
#bgsliderfull .slide {
    color: #ddd7d3;
    width: 50%;
    position: relative;
    display: none;
    z-index: 999;
}
.left_button {
    margin-right: 20px;
}
#bgsliderfull .slide.active {
    display: block;
}
#bgsliderfull .slide h3 {
    font-family: "ProximaNovaAltLight", Arial, sans-serif;
    font-size: 26px;
    line-height: 28px;
}
#bgsliderfull .slide h2 {
    font-family: "ProximaNovaLight", Arial, sans-serif;
    font-size: 48px;
    line-height: 52px;
    text-transform: uppercase;
}
#bgsliderfull .slide p {
    font-family: "ProximaNovaLight", Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #e8e8e8;
    max-width: 400px;
}
#bgsliderfull .slide .button {
    margin-top: 30px;
}
#slider_bullets {
    list-style: none;
    padding: 0px;
    position: absolute;
    left: 50%;
    top: 15px;
}
#slider_bullets li {
    float: left;
    height: 9px;
    width: 9px;
    margin-right: 20px;
    cursor: pointer;
    background: transparent url(img/bullets.png) -25px 0px no-repeat;
}
#slider_bullets li.active {
    background: transparent url(img/bullets.png) 0px 0px no-repeat;
}
.right_arrow,
.left_arrow {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.1);
    background-repeat: no-repeat;
    background-image: url(img/slider_arrow.png);
}
.right_arrow:hover,
.left_arrow:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.right_arrow {
    right: 0px;
    background-position: -40px 25px;
}
.left_arrow {
    left: 0px;
    background-position: 27px 25px;
}
#bgsliderfull .down_arrow {
    position: absolute;
    right: 200px;
    top: 6px;
}
#bgsliderfull #bottom_elements {
    position: absolute;
    right: 0px;
    width: 100%;
    bottom: 70px;
    height: 60px;
}
.down_arrow {
    font-family: "ProximaNovaAltLight", Arial, sans-serif;
    font-size: 28px;
    line-height: 32px;
    height: 42px;
    padding-right: 50px;
    background: transparent url(img/down_arrow.png) top right no-repeat;
    color: #e8e8e8;
    display: inline-block;
    cursor: pointer;
    border: none;
}
.down_arrow:hover {
    text-decoration: none;
    color: #e8e8e8;
    background-position: right 8px;
}
.bgshadowfull {
    /*background: transparent url(img/slider_overlay.png) bottom left no-repeat fixed; */
}
.gray_cover {
    background: transparent url(img/gray_overlay.png) top left repeat;
}
.gray_cover.darker {
    background: transparent url(img/gray_overlay_darker.png) top left repeat;
}
#single_fiche .gray_cover {
    background: transparent url(img/gray_cover_30.png) top left repeat;
}
#single_fiche .col-sm-9 {
    padding-left: 2px;
}
.container_blur,
.bodysliderfull {
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}
.bodybanner {
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}
.bg-default {
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/* LEFT COL

----------------------------------------------- */

#leftcol li.active a {
    color: #000;
}
/* MENU

----------------------------------------------- */

#top-navigation {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: transparent url(img/header_shadow.png) 0px 0px repeat-x;
    padding: 20px 0px 42px 0px;
    z-index: 999;
}
#top-navigation.sticky {
    /*

    padding:20px 0px;

    background-position: 0px -90px;

    */
}
.main_menu ul {
    list-style: none;
}
.main_menu ul li {
    line-height: 16px;
    margin-right: 40px;
    padding-left: 20px;
}
.main_menu.left ul li {
    float: left;
}
.main_menu.right ul li {
    float: right;
}
.main_menu li a {
    font-size: 14px;
    line-height: 16px;
    color: #e8e8e8;
    text-transform: uppercase;
    font-family: ProximaNovaCondensedSemibold, Arial, sans-serif;
}
.main_menu li a:hover {
    color: #fff;
    text-decoration: none;
}
.main_menu ul li.menu_handle {
    cursor: pointer;
    background: transparent url(img/menu_handle.png) 0px 0px no-repeat;
}
.main_menu ul li.movie {
    background: transparent url(img/icon_movie.png) 0px 2px no-repeat;
}
.main_menu ul li.trailer {
    background: transparent url(img/icon_trailer.png) 0px 2px no-repeat;
}
.main_menu ul li.blog {
    background: transparent url(img/icon_blog.png) 0px 2px no-repeat;
}
.main_menu ul li.promo {
    background: transparent url(img/icon_promo.png) 0px 2px no-repeat;
}
#left-menu .signature {
    text-align: center;
    font-family: ProximaNovaAltRegular, Arial, sans-serif;
    color: #5b5a5a;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 100px;
}
#left-menu .button.full {
    padding: 8px 12px;
}
#left-menu .social_media {
    margin-bottom: 30px;
}
#left-menu .social_media .label {
    margin: 0px;
}
#left-menu .social_media ul {
    padding: 10px 0px;
}
#left-menu .social_media ul li {
    color: #737373;
    margin: 0px 0px 0px 20px;
}
#left-menu .signature a {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden;
    display: inline-block;
    margin-top: 20px;
}

#left-menu {
    position: fixed;
    top: 0px;
    left: -260px;
    width: 260px;
    min-height: 100%;
    font-size: 14px;
    font-weight: 600;
    background-color: #141414;
    color: #636363;
    z-index: 499;
    display: none;
    padding: 95px 35px 65px 35px;
    overflow-y: auto;
    height: 100%;
}
#left-menu a[href="#"] {
    color: #737373 !important;
    cursor: text !important;
}
#left-menu ul {
    list-style: none;
    padding: 0px;
}
#left-menu ul li {
    text-align: right;
}
#left-menu ul li a {
    font-family: ProximaNova, Arial, sans-serif;
    font-size: 14px;
    color: #737373;
}
#left-menu li.current-menu-item > a,
#left-menu ul li a:hover {
    color: #e8e8e8;
}
#left-menu .navlang {
    color: #737373;
    font-family: ProximaNova, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    float: left;
}
#left-menu .menu_handle {
    color: #e8e8e8;
    font-family: ProximaNovaAltLight, Arial, sans-serif;
    font-size: 18px;
    line-height: 23px;
    cursor: pointer;
    padding-right: 30px;
    display: inline-block;
    background: transparent url(img/close_small.png) top right no-repeat;
    float: right;
}
#left-menu .menu_handle:hover {
    opacity: 0.8;
    text-decoration: none;
}
#left-menu #uppercase_menu li a {
    text-transform: uppercase;
}
#left-menu #uppercase_menu ul.sub-menu li a {
    text-transform: none !important;
}
#left-menu #uppercase_menu li.top-margin,
#left-menu #uppercase_menu li.menu-item-has-children {
    margin-top: 30px;
}
#left-menu .button.white_border {
    margin: 30px 0px;
}
#left-menu ul li.title a {
    display: block;
    margin-top: 40px;
}
/* PAGE TYPE

----------------------------------------------- */

body.page-template-default h1,
body.page-template-default h2,
body.page-template-default h3,
body.page-template-default h4,
body.page-template-default h5 {
    color: #fff;
    font-family: ProximaNovaLight, Arial, sans-serif;
}
body.page-template-default h2 {
    font-size: 36px;
}
body.page-template-default h3 {
    font-size: 28px;
}
body.page-template-default h4 {
    font-size: 22px;
}
body.page-template-default {
    color: #c2c2c2;
    font-size: 16px;
}
body.page-template-default a:hover {
    color: #fff;
}
/* CINEMA DROPDOWN

----------------------------------------------- */

.cinema_dropdown {
    line-height: 30px;
    max-height: 30px;
    position: relative;
}
#movie_filters .cinema_dropdown {
    float: left;
    margin-right: 40px;
}
.cinema_dropdown .selection {
    position: absolute;
    top: 36px;
    left: 0px;
    width: 100%;
    list-style: none;
    padding: 0px;
    background: #171616;
    background: rgba(22, 22, 22, 0.4);
    color: #fff;
    z-index: 9;
    display: none;
    min-width: 200px;
}
/*.cinema_dropdown:hover .selection*/

.cinema_dropdown .selection.open {
    display: block;
}
.cinema_dropdown .selection li {
    padding: 6px 10px;
    margin-bottom: 1px;
    background: rgba(22, 22, 22, 0.8);
    cursor: pointer;
}
.cinema_dropdown .selection li:hover {
    background: rgba(22, 22, 22, 0.9);
    opacity: 0.6;
}
.cinema_dropdown span.value {
    color: #e8e2de;
    font-family: ProximaNovaLight, Arial, sans-serif;
    font-size: 30px;
}
.cinema_dropdown span.arrow {
    background: url(img/dropdown_arrow.png) top left no-repeat;
    width: 21px;
    height: 11px;
    display: inline-block;
    margin-left: 20px;
}
.cinema_dropdown .clickit {
    cursor: pointer;
    border-bottom: 1px dotted #e8e2de;
    display: inline-block;
    margin: 0px;
    text-transform: lowercase;
}
/* MOVIE FILTERS

----------------------------------------------- */

#setting_toggle {
    background: transparent url(img/white_5.png) top left repeat;
    display: block;
    padding: 10px 20px;
    margin-bottom: 20px;
    position: relative;
    padding-right: 40px;
    font-size: 20px;
    color: #e8e2de;
    font-family: ProximaNovaLight, Arial, sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: none;
}
#setting_toggle span {
    top: 0px;
    right: 0px;
    position: absolute;
    width: 40px;
    height: 100%;
    background: #282a29 url(img/icon_settings.png) center center no-repeat;
}
#all_selectors {
    margin: 60px 0px 0px 0px;
}
#movie_filters {
    padding: 30px 20px;
    margin-bottom: 10px;
    background: transparent url(img/white_5.png) top left repeat;
}
#movie_filters label {
    font-family: ProximaNovaLight, Arial, sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #8b8685;
    float: left;
    margin-right: 20px;
}
#movie_sort {
    margin-bottom: 10px;
}
#movie_sort ul {
    padding: 0px;
    list-style: none;
}
#movie_sort ul li {
    float: left;
    margin-right: 0.8%;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    font-family: ProximaNova, Arial, sans-serif;
    font-size: 18px;
    line-height: 18px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent url(img/white_5.png) top left repeat;
    border-bottom: 1px solid transparent;
}
#movie_sort ul li:last-child {
    margin: 0px;
}
#movie_sort li.filter_by {
    text-align: left;
    color: #e8e2de;
    background: #4d4a48;
    background: rgba(232, 226, 222, 0.2);
    font-size: 22px;
}
#movie_sort li.print:hover,
#movie_sort li.button:hover,
#movie_sort li.button.active {
    background: #eaeaea;
    background: rgba(232, 226, 222, 0.5);
    color: #1a1918;
}
#movie_sort li.filter_by {
    width: 16%;
}
#movie_sort li.print {
    width: 24%;
    text-transform: uppercase;
    font-size: 14px;
}
#movie_sort li.critic,
#movie_sort li.public,
#movie_sort li.release,
#movie_sort li.sorting {
    cursor: pointer;
    width: 14%;
}
#movie_sort li.print {
    cursor: pointer;
}
#movie_sort li.release.active span,
#movie_sort li.release:hover span {
    background-image: url(img/icon_calendar_black.png);
}
#movie_sort li.public.active span,
#movie_sort li.public:hover span {
    background-image: url(img/icon_like_black.png);
}
#movie_sort li.critic.active span,
#movie_sort li.critic:hover span {
    background-image: url(img/icon_critique_black.png);
}
#movie_sort li.print:hover span {
    background-image: url(img/icon_print_black.png);
}
#movie_sort li.release span {
    padding-left: 25px;
    background: transparent url(img/icon_calendar.png) 0px 2px no-repeat;
}
#movie_sort li.public span {
    padding-left: 30px;
    background: transparent url(img/icon_like.png) 0px 4px no-repeat;
}
#movie_sort li.critic span {
    padding-left: 30px;
    background: transparent url(img/icon_critique.png) 0px 4px no-repeat;
}
#movie_sort li.print span {
    padding-left: 30px;
    background: transparent url(img/icon_print.png) 0px 4px no-repeat;
}
/* MOVIE BOX

----------------------------------------------- */

#movie_container {
    padding: 30px 0px 60px 0px;
}
.movie_box {
    width: 215px;
    padding: 0px 15px;
    min-height: 1px;
    float: left;
    margin-bottom: 50px;
}
.movie_box .movie_head {
    background: transparent url(img/box_head_shadow.png) top left repeat-y;
}
.movie_box .movie_head span.no {
    background: #51504f;
    color: #fff;
    font-family: "ProximaNovaAltSemibold", Arial, sans-serif;
    font-size: 14px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
}
.movie_box .movie_head span.info {
    color: #e8e2de;
    font-family: "ProximaNovaAltRegular", Arial, sans-serif;
    font-size: 14px;
    padding: 0px 10px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
}
h2.no_result {
    color: #e8e2de;
    font-family: "ProximaNovaAltRegular", Arial, sans-serif;
    font-size: 24px;
}
#movie_container .movie_box_content {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.14s ease 0s;
    -moz-transition: all 0.14s ease 0s;
    -o-transition: all 0.14s ease 0s;
}
#movie_container .movie_box_content:hover,
#movie_container .movie_box_content.waiting {
    border: 2px solid #ddd;
    position: relative;
}
#movie_container .movie_box_content.waiting:after {
    content: " ";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ddd;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}
.movie_box_content {
    height: 295px;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.5);
    position: relative;
    cursor: pointer;
}
.single_movie_fiche .movie_box_content {
    cursor: default;
}
.single_movie_fiche {
    margin-left: -20px;
}
.movie_box_content .movie_footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #282828;
}
.movie_footer ul {
    list-style: none;
    padding: 0px;
}
.movie_footer ul li {
    padding: 6px;
    float: right;
    font-family: "ProximaNovaAltSemibold", Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 20px;
}
.movie_footer ul li.new,
.movie_footer ul li.flag,
.movie_footer ul li.last-week {
    float: left;
    font-family: "ProximaNovaLight", Arial, sans-serif;
    color: #e8e8e8;
    padding-left: 25px;
    margin: 0px;
    font-size: 10px;
}
.movie_footer ul li.custom-flag {
    float: left;
    font-family: "ProximaNovaLight", Arial, sans-serif;
    color: #e8e8e8;
    padding-left: 10px;
    margin: 0px;
    font-size: 10px;
}
.movie_footer ul li.last-week {
    padding-left: 15px;
}
.movie_footer ul li.flag {
    background: transparent url(img/icon_flag.png) 10px center no-repeat;
}
.movie_footer ul li.new {
    background: transparent url(img/icon_nouveaute.png) 10px center no-repeat;
}
.movie_footer.last-week {
    background: #442627 !important;
}
.movie_footer ul li.lang {
    font-family: "ProximaNovaAltSemibold", Arial, sans-serif;
    color: #282828;
    background: #dadada;
    margin-left: 1px;
    margin-bottom: 0px;
}

.movie_footer ul li.subtitle {
    font-family: "ProximaNovaAltSemibold", Arial, sans-serif;
    color: #fff;
    background: #bc010c;
    margin-left: 1px;
    margin-bottom: 0px;
}
#movie_container .fiche {
    width: 122%;
    clear: both;
    margin: 30px 0px 20px -11%;
}
#movie_container .fiche h2 {
    font-family: "ProximaNovaLight", Arial, sans-serif;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0px;
}
#movie_container .fiche h4 {
    font-family: "ProximaNovaLight", Arial, sans-serif;
    color: #fff;
    font-size: 14px;
    margin: 0px;
    text-transform: uppercase;
}
#movie_container .fiche .gray_cover {
    padding: 40px 60px;
}
.note_container {
    margin: 20px 0px;
    color: #fff;
    font-family: "ProximaNovaLight", Arial, Times, serif;
    font-size: 16px;
    /*text-shadow: 1px 2px 6px #000;*/
}
.note_container ul {
    list-style: none;
    padding: 0px;
}
.note_container ul li {
    float: left;
    margin-right: 30px;
    margin: 0px 30px 4px 0px;
}
.note_container ul li.genre {
    margin-bottom: 10px;
}
.note_container.column li {
    width: 100%;
}
.note_container li.hour {
    padding-left: 25px;
    background: transparent url(img/icon_time.png) 0px 5px no-repeat;
}
.note_container li.public {
    padding-left: 30px;
    background: transparent url(img/icon_like.png) 0px 5px no-repeat;
}
.note_container li.critic {
    padding-left: 30px;
    background: transparent url(img/icon_critique.png) 0px 7px no-repeat;
}
.note_container .classification {
    border: 1px solid #fff;
    padding: 0px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
}
span.classification {
    margin-bottom: 60px;
    float: left;
    margin-right: 10px;
}
span.indication {
    font-family: "ProximaNovaLight", Arial, sans-serif;
    color: #828282;
    font-size: 13px;
}
.days_selector ul {
    list-style: none;
    padding: 0px;
}
.days_selector li.active,
.days_selector li:hover {
    background: #fff;
    color: #1a1918;
}
.days_selector ul.week-2 {
    display: none;
}
.days_selector ul li {
    float: left;
    width: 12.2%;
    text-align: center;
    margin-right: 0.3%;
    background: #b0b0b3;
    background: rgba(255, 255, 255, 0.5);
    font-family: "ProximaNova", Arial, sans-serif;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 0;
}
.current_day {
    background-color: #8f8468;
    background-color: rgba(40, 40, 40, 0.2);
    font-family: "ProximaNova", Arial, sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
}
.days_selector ul li.inactive:hover,
.days_selector ul li.inactive {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    cursor: not-allowed;
    background: #282828;
    color: #fff;
}
.schedule-day,
.schedule-week {
    display: none;
}
.schedule-day.active,
.schedule-week.active {
    display: block;
}
.schedule-day .show_col {
    background-color: #fff;
    float: left;
    padding: 8px 20px;
    font-family: "ProximaNova", Arial, sans-serif;
    color: #161615;
    font-size: 16px;
    margin-bottom: 1px;
}
.tableau_horaire {
    margin: 20px 0px;
}
.show_col_1 {
    width: 49.8%;
    margin-right: 0.2%;
}
.show_col_2 {
    width: 50%;
}
.days_selector ul li:last-child {
    margin: 0px;
    width: 12.5%;
}
.close_fiche {
    padding-right: 40px;
    background: transparent url(img/close_big.png) right center no-repeat;
    color: #fff;
    cursor: pointer;
    font-family: "ProximaNovaAltLight", Arial, sans-serif;
    font-size: 28px;
    line-height: 34px;
    float: right;
    z-index: 99;
    position: relative;
}
.play_video {
    position: relative;
    margin: 106px 0px 0px 0px;
}
.play_video img.video {
    width: 100%;
}
.play_video span {
    color: #1a1918;
    text-transform: uppercase;
    font-family: "ProximaNovaCondensedSemibold", Arial, sans-serif;
    font-size: 14px;
    background: #dadbdb;
    padding: 8px 10px;
    position: absolute;
    bottom: -10px;
    left: 20px;
}
.video_list .play_video {
    margin: 0px 0px 30px 0px;
}

.single_movie_fiche .play_button,
.play_video .play_button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -39px;
    margin-top: -39px;
    z-index: 9;
}
.play_video .play_button:hover {
    opacity: 0.7;
}

.single_movie_fiche{
    position:relative;
}

.single_movie_fiche .play_fiche{
    width:100%;
}

.video_toggle {
    list-style: none;
    padding: 0px;
}
.video_toggle li {
    float: left;
    width: 100%;
    margin-top: 2px;
    cursor: pointer;
    background: #1a1918;
    color: #a7a6a6;
    font-family: "ProximaNova", Arial, sans-serif;
    font-size: 15px;
    padding: 4px 10px;
    text-align: center;
}
.video_toggle li.active,
.video_toggle li:hover {
    background: #fff;
    color: #1a1918;
}
.video_toggle li:hover {
    background: #f1f1f1;
}
/* recommendation

----------------------------------------------- */

#recommendation {
    background: #1a1918;
    padding: 30px 0px;
}
#recommendation h2 {
    text-transform: uppercase;
    font-family: "ProximaNova", Arial, sans-serif;
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 30px;
}
/* comments

----------------------------------------------- */

#movie_comments {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    margin-top: 60px;
}
.comment_shadow {
    background: transparent url(img/comments_bg.png) top center repeat-y;
    padding: 50px 0px;
    padding: 70px 0px 50px 0px;
}
.one_comment {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.one_comment a {
    color: #000;
    text-decoration: underline !Important;
}
.full_comment {
    display: none;
    background: #fff;
    padding: 30px;
}

.full_comment p{
    font-size:18px
}

.comment_inner {
    position: relative;
    min-height: 280px;
    font-family: "ProximaNova", Arial, sans-serif;
    font-size: 14px;
}
.comment_rating {
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 100%;
}
.comment_author {
    color: #1a1918;
    font-size: 18px;
    text-transform: uppercase;
}
.comment_description {
    color: #1a1918;
    font-size: 18px;
}
.comment_author span {
    color: #908e8c;
}
ul.small_stars {
    list-style: none;
    padding: 0px;
}
ul.small_stars li {
    float: left;
    margin-right: 5px;
    background: transparent url(img/small_stars.png) -14px 0px no-repeat;
    display: block;
    width: 14px;
    height: 14px;
}
ul.small_stars li.active {
    background: transparent url(img/small_stars.png) 0px 0px no-repeat;
}
.rate_movie {
    background: #fff;
    width: 210px;
}
.rate_movie li {
    cursor: pointer;
}
p.rating_title {
    color: #1a1918;
    font-family: "ProximaNova", Arial, sans-serif;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 0px;
    text-shadow: none;
}
ul.big_stars {
    list-style: none;
    padding: 20px 20px;
    -webkit-box-shadow: inset 0px 20px 36px -9px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: inset 0px 20px 36px -9px rgba(0, 0, 0, 0.45);
    box-shadow: inset 0px 20px 36px -9px rgba(0, 0, 0, 0.45);
    margin-bottom: 0px;
}
ul.big_stars li {
    float: left;
    margin-right: 5px;
    background: transparent url(img/big_stars.png) -22px 0px no-repeat;
    display: block;
    width: 22px !important;
    height: 22px;
    margin-bottom: 0px;
}
/*ul.big_stars li:hover,*/

ul.big_stars li.active {
    background: transparent url(img/big_stars.png) 0px 0px no-repeat;
}
/* TRAILER

----------------------------------------------- */

.trailer_box {
    margin-bottom: 80px;
    color: #e8e8e8;
    font-family: "ProximaNova", Arial, sans-serif;
    font-size: 18px;
    padding-top: 44px;
    position: relative;
}
.trailer_box .trailer_img {
    width: 100%;
}
.trailer_box a.info {
    position: absolute;
    right: 0px;
    top: 0px;
    display: inline-block;
    padding: 6px 50px 6px 20px;
    color: #1a1918;
    text-align: center;
    background: #fff url(img/trailer_arrow.png) 90% 12px no-repeat;
}
.trailer_box p {
    padding: 6px 50px 6px 0px;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-overflow: ellipsis;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
}
.trailer_box a:hover {
    text-decoration: none;
    background-position: 88% 12px;
}
.play_button {
    position: absolute;
    top: 42%;
    left: 42%;
}
.fancybox-nav {
    width: 0 !important;
}


.fancybox-nav.text-only{
    position:static;
}

.fancybox-nav.text-only span{
    position:fixed;
    top:auto!important;
    bottom: 20px;
    right:auto !important;
    left:50%;
    margin-left:-190px;
    display:inline-block;
    width:380px;
    text-align:center;
    background-image:none;
    padding:10px 20px;
    height: auto;
}


.fancybox-nav.text-only span{
    background-color: #bc010c;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #bc010c;
    letter-spacing: 1px;
}
.fancybox-nav.text-only span:hover {
    background-color: #fff;
    color: #bc010c;
    border: 2px solid #fff;
    text-decoration: none;
}

/* SHORTCODE

----------------------------------------------- */

.read_more_hidden_container {
    display: inline;
}
.read_more_hidden {
    display: none;
}
.read_more_btn {
    cursor: pointer;
    color: #e8e8e8;
    font-size: 19px;
}
h2.transparent_subtitle {
    background: transparent url(img/white_5.png) 0px 0px repeat;
    padding: 30px;
    font-family: "ProximaNovaLight", Arial, sans-serif;
    font-size: 30px;
    color: #dfdfdf;
    margin-top: 20px;
}
.tarif_line {
    font-family: "ProximaNovaLight", Arial, sans-serif;
    font-size: 26px;
    padding: 15px 6px 15px 30px;
    color: #8b8685;
}
.tarif_line span.blanc {
    color: #fff;
}
span.learn_more {
    margin-left: 20px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    background: transparent url(img/learn_more.png) 0px 0px no-repeat;
}
a.learn_more span {
    margin-left: 20px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    background: transparent url(img/learn_more.png) 0px 0px no-repeat;
    margin-bottom: -6px;
    height: 30px;
}
a.learn_more {
    text-transform: none;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}
a.learn_more:hover {
    opacity: 0.8;
}
.tarif_line a {
    font-family: "ProximaNovaAltLight", Arial, sans-serif;
    font-size: 28px;
}
.tarif_line a,
.tarif_line span.price {
    color: #fff;
    float: right;
}
.tarif_line a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.tarif_line p.modalite {
    font-size: 14px;
    width: 100%;
    clear: both;
}
.tarif_line span.float_label {
    float: right;
    margin-left: 20px;
}
.tarif_line.underline {
    border-bottom: 1px dotted #8b8685;
}
/* social buttons

----------------------------------------------- */

.social_media {
    margin-top: 30px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #42403f;
}
.social_media ul {
    padding: 30px 0px;
    list-style: none;
    border-bottom: 1px solid #42403f;
    border-top: 1px solid #000000;
    margin: 0px;
}
.social_media ul li {
    font-family: "ProximaNova", Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    float: left;
    margin: 0px 20px 0px 0px;
}
.social_media ul li.label {
    line-height: 20px;
}
.social_media ul li a:hover {
    opacity: 0.7;
}
/* buttons

----------------------------------------------- */

.button {
    display: inline-block;
    font-size: 14px;
    padding: 8px 20px;
    font-family: "ProximaNovaCondensedExtrabold", Arial, sans-serif;
    text-align: center;
}
.button.full {
    width: 100%;
}
.button.medium {
    padding-top: 14px;
    padding-bottom: 14px;
}
.button.play {
    padding-left: 50px;
    background-image: url(img/icon_play.png);
    background-repeat: no-repeat;
    background-position: 15px 10px;
}
.button.play:hover {
    background-image: url(img/icon_play_black.png);
    color: #000 !important;
}
.button.red {
    background-color: #bc010c;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #bc010c;
    letter-spacing: 1px;
}
.button.red:hover {
    background-color: #fff;
    color: #bc010c;
    border: 2px solid #fff;
    text-decoration: none;
}
.button.white_border {
    font-family: "ProximaNovaCondensedSemibold", Arial, sans-serif;
    text-transform: uppercase;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
}
.button.white_border:hover {
    background-color: #fff;
    color: #bc010c;
    text-decoration: none;
}
/* CONTACT FORM

----------------------------------------------- */

.contact_info {
    font-family: "ProximaNovaLight", Arial, sans-serif;
    color: #c2c2c2;
    font-size: 16px;
    line-height: 22px;
}
.contact_info h2 {
    font-size: 26px;
    color: #fff;
    margin: 0px 0px 30px 0px;
}
.contact_info h3 {
    font-size: 16px;
    color: #fff;
    margin: 20px 0px 0px 0px;
}
#lubie_contact_form input[type="text"],
#lubie_contact_form input[type="tel"],
#lubie_contact_form input[type="email"],
#lubie_contact_form textarea {
    font-family: "ProximaNovaLight", Arial, sans-serif;
    font-size: 20px;
    color: #3d3c3c;
    font-weight: normal;
    width: 100%;
    max-width: 100%;
    padding: 30px 35px;
    line-height: 24px;
}
#lubie_contact_form .wpcf7-form-control.wpcf7-captchar {
    padding: 10px;
}
#lubie_contact_form textarea {
    height: 150px;
}
#lubie_contact_form .wpcf7-not-valid-tip {
    font-size: 11px;
}
#lubie_contact_form input[type="submit"] {
    float: right;
}
#lubie_contact_form .wpcf7-not-valid,
#lubie_contact_form input.error,
#lubie_contact_form textarea.error {
    border: 2px solid #bc010c;
}
span.wpcf7-not-valid-tip {
    color: #bc010c;
}
div.wpcf7-mail-sent-ok {
    border: none;
    background: #1b8702;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
div.wpcf7-validation-errors {
    border: none;
    background: #bc010c;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.wpcf7-checkbox .wpcf7-list-item-label{
    color:#fff;
}

#case_mailchimp.wpcf7-checkbox input[type=checkbox]{
    margin-left:8px;
}
/* HELPERS

----------------------------------------------- */

.show_tablet,
.show_mobile {
    display: none;
}
.site-pad {
    padding: 0px 130px;
}
.spacer {
    width: 100%;
    clear: both;
}
.spacer30 {
    height: 30px;
    width: 100%;
    clear: both;
}
.spacer20 {
    height: 20px;
    width: 100%;
    clear: both;
}
.spacer10 {
    height: 10px;
    width: 100%;
    clear: both;
}
.hidden {
    display: none;
}
.bgcover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.bgcontain {
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
}
.nopad-left {
    padding-left: 0px !important;
}
.nopad-right {
    padding-right: 0px !important;
}
.nopad {
    padding: 0px !important;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        left: -400px;
    }
}
@-moz-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        left: -400px;
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        left: -400px;
    }
}
.cssanimations .fade-in {
    opacity: 0;
}
.fade-in {
    -webkit-animation: fadeIn ease-out 1s;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */

    -moz-animation: fadeIn ease-out 1s;
    animation: fadeIn ease-out 1s;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/

    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.fade-in.one {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.fade-in.two {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.fade-in.three {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
.fade-out-left-slider {
    -webkit-animation: fadeOutLeft ease-out 1s;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */

    -moz-animation: fadeOutLeft ease-out 1s;
    animation: fadeOutLeft ease-out 1s;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/

    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
opacity-1 {
    opacity: 1;
}
/* Steps Forms

----------------------------------------------- */
/* LAYOUT

----------------------------------------------- */

.container {
    width: 1004px;
    /*padding:0px 0px;*/
}
.content-area {
    width: 100%;
    float: left;
}
.site-content {
    margin: 0px;
    padding-bottom: 30px !important;
}


.site-main {
    padding: 0px;
}
.site-content li {
    margin: 0 0 .75em;
}
.site-content ul ul,
.site-content ul ol,
.site-content ol ol,
.site-content ol ul {
    margin-top: .75em;
}
.hentry {
    margin: 0 0 40px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.entry-header {
    margin: 0 0 1.25em;
    text-align: center;
}
.entry-title {
    margin: 0 40px;
    font-size: 16px;
    font-size: 1.6em;
    line-height: 1.4;
    text-transform: uppercase;
}
.entry-title a {
    color: #333;
    text-decoration: none;
}
.entry-title a:hover {
    color: #bc010c;
}
.entry-meta {
    color: #a6a6a6;
    font-size: .9em;
    font-weight: 300;
    font-family: ProximaNovaAltLight, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.entry-meta a {
    color: #a6a6a6;
    text-decoration: none;
}
.entry-meta a:hover {
    color: #333;
}
.entry-meta .cat-links {
    margin: 0 20px 0 0;
}
.entry-meta [class^="ico-"]:before {
    margin-right: 5px;
    color: #333;
}
.comments-link:before {
    margin: 0 0 0 8px;
    padding: 0 6px 0 0;
    content: "/";
    color: #d6d6d6;
}
.entry-thumbnail {
    margin: 0 0 20px;
}
.entry-thumbnail img {
    display: block;
}
.entry-content {
    margin: 0 0 30px;
}
.entry-summary {
    margin: 0 0 30px;
}
.entry-footer {
    clear: both;
    padding: 8px 0;
    border: solid #333;
    border-width: 1px 0 3px;
}
.more-link,
.page-links {
    margin: 15px 0 0;
    display: block;
    text-align: center;
}
.post-password-required label {
    float: left;
    margin: 0 10px 0 0;
}
.page-header {
    margin: 0 0 30px;
    border-bottom: 3px solid #333;
}
.page-title {
    margin: 0 0 10px;
    color: #a6a6a6;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
body.page .entry-header {
    text-align: left;
}
body.page .entry-title {
    margin: 0;
}
body.search .page .entry-footer {
    padding: 0;
    border-top: none;
}
/* Author Box */

.author-info {
    margin: 0 0 40px;
    padding: 0 0 30px;
    border-bottom: 1px solid #333;
}
.author-info .author-photo {
    float: left;
    margin: 0 30px 0 0;
}
.author-info .author-content {
    margin: 0 0 0 105px;
}
.author-info .author-content h3 {
    margin: 0 0 10px;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.author-info .author-links a {
    margin: 0 20px 0 0;
    color: #a6a6a6;
    font-size: .9em;
    font-family: ProximaNovaAltLight, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
}
.author-info .author-links a:hover {
    color: #333;
}
/* Media

----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    border: none;
}
.wp-caption {
    border: 1px solid #d5d5d5;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: .5em 0;
}
.site-content .gallery {
    margin-bottom: 1.5em;
}
.site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.site-content .gallery dd {
    margin: 0;
}
.entry-attachment .attachment {
    margin: 0 0 15px;
}
/* Navigation

----------------------------------------------- */

.site-content [class*="navigation"] {
    margin: 0 0 15px;
    overflow: hidden;
}
[class*="navigation"] .nav-previous {
    width: 50%;
    float: left;
}
[class*="navigation"] .nav-next {
    width: 50%;
    float: right;
    text-align: right;
}
.site-content [class*="navigation"] a {
    display: inline-block;
    padding: 4px 15px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 300;
    font-family: ProximaNovaAltLight, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 26px;
    background: #333;
    border: solid #666;
    border-width: 0 0 3px;
}
.site-content [class*="navigation"] a:hover {
    background: #666;
    border-color: #333;
}
.site-content .post-navigation {
    margin-top: -25px;
    padding: 0 0 10px;
    border-bottom: 1px solid #333;
}
.site-content .post-navigation a {
    padding: 0;
    color: #333;
    font-size: .9em;
    font-weight: 400;
    line-height: 20px;
    background: none;
    border: none;
}
.site-content .post-navigation a:hover {
    color: #bc010c;
    background: none;
    border: none;
}
.site-content .post-navigation span {
    display: block;
    color: #a6a6a6;
    font-size: 1.3em;
    font-family: ProximaNovaAltLight, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.site-content .post-navigation .meta-nav {
    display: none;
}
.site-content .post-navigation .nav-next {
    width: 35%;
    margin-left: 5%;
    padding-right: 10%;
    text-align: left;
}
.site-content .post-navigation .nav-previous {
    width: 35%;
    margin-right: 5%;
    padding-left: 10%;
    text-align: right;
}
/* Comment Form */

#reply-title {
    margin-top: 20px;
}
#cancel-comment-reply-link {
    margin: 0 0 0 10px;
    color: #333;
    font-size: .9em;
    text-decoration: none;
}
#commentform {
    margin: 0;
    padding: 0;
}
#commentform label {
    display: block;
    width: 100%;
    color: #a6a6a6;
    font-family: ProximaNovaAltLight, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#commentform textarea {
    height: 125px;
}
/* WIDGETS

----------------------------------------------- */

.widget {
    margin: 0 0 15px;
    /*border-bottom: 1px solid #333;*/
}
.widget-title {
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 1.2em;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    /*border-bottom: 3px solid #333;*/
}
/* Make sure select elements fit in widgets */

.widget select {
    max-width: 100%;
}
.widget ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.widget ul ul {
    margin: 0 0 0 10px;
}
.widget li {
    margin: 0 0 10px;
}
.widget li a {
    color: #333;
}
.widget li a:hover {
    color: #bc010c;
}
/* Widget Tabs */

ul.widget-tab-nav {
    margin: 0 0 15px;
    border-bottom: 3px solid #333;
    *zoom: 1;
}
.widget-tab-nav li {
    float: left;
    width: 33.3%;
    margin: 0;
    text-align: center;
}
.widget-tab-nav li a {
    display: block;
    padding: 4px 15px;
    color: #a6a6a6;
    font-size: 1.1em;
    font-family: ProximaNovaAltLight, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 30px;
    background: none;
    border: none;
    border-radius: 0;
}
.widget-tab-nav li a:hover,
.widget-tab-nav li a:focus {
    color: #333;
    text-decoration: none;
}
.widget-tab-nav li.active a {
    color: #fff;
    background: #333;
}
.widget-tab-content .tab-pane {
    display: none;
}
.widget-tab-content .active {
    display: block;
}
.widget-tab-content .tab-pane li {
    margin: 0 0 15px;
}
.widget-entry-thumbnail {
    float: left;
    width: 50px;
    height: 50px;
}
.widget-entry-thumbnail img {
    width: 50px;
    height: 50px;
    display: block;
}
.widget-entry-summary {
    margin: 3px 0 0 60px;
}
.widget-entry-content span,
.widget-entry-summary span {
    color: #a6a6a6;
    font-size: .875em;
    font-weight: 300;
    font-family: ProximaNovaAltLight, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.widget-entry-content h4,
.widget-entry-summary h4 {
    margin: 0;
    font-size: 1em;
    text-transform: uppercase;
    line-height: 1.4;
}
.widget-entry-content h4 a,
.widget-entry-summary h4 a:hover {
    text-decoration: none;
}
#widget-tab-tags {
    padding: 0 0 15px;
    font-size: .9em;
    font-weight: 300;
    font-family: ProximaNovaAltLight, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1.8;
}
#widget-tab-tags a {
    color: #a6a6a6;
    text-decoration: none;
}
#widget-tab-tags a:hover {
    color: #333;
}
/* Widget oEmbed */

.widget-oembed-content {
    margin: 0 auto 5px;
}
.widget-oembed-content embed,
.widget-oembed-content iframe,
.widget-oembed-content object,
.widget-oembed-content video {
    max-width: 100%;
    min-height: 200px;
    max-height: 250px;
}
.widget-oembed-description {
    margin: 0 0 15px;
}
/* Widget Social Icons */

.widget-social-icons li {
    float: left;
    margin: 5px 10px 5px 0;
    text-align: center;
}
.widget-social-icons li a {
    display: block;
}
.widget-social-icons li a [class^="ico-"]:before {
    width: 40px;
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    background: #333;
}
.widget-social-icons li a:hover [class^="ico-"]:before {
    background: #bc010c;
}
/* Widget Flickr */

.widget-flickr-stream {
    margin: 0 -10px;
}
.flickr_badge_image {
    float: left;
    width: 60px;
    display: block;
    margin: 0 10px 20px 10px;
}
.flickr_badge_image img {
    display: block;
}
/* Header Widgets */

.site-header .widget {
    float: right;
    clear: right;
    margin: 0;
    text-align: right;
    border: none;
}
/* SIDEBAR

----------------------------------------------- */

.site-sidebar .widget_search .search-form {
    margin: 15px 0;
}
.site-sidebar .widget_search .search-field {
    float: left;
    width: 65%;
    margin: 0 10px 0 0;
}
.site-sidebar .search-submit {
    width: 20px;
    height: 20px;
    background: url(img/loupe.png) top left no-repeat;
    border: none;
    font-size: 0px;
    color: transparent;
    float: left;
    margin-top: 20px;
    padding: 8px 20px;
    margin-left: 10px;
}
.site-sidebar .search-submit:hover {
    background: url(img/loupe.png) top left no-repeat;
    border: none;
}
.site-sidebar .search-form {
    display: block;
    background: #fff;
    height: 50px;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.site-sidebar .search-form:after {
    content: '';
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    left: 10px;
}
.site-sidebar .search-field {
    width: 78%;
    border: none;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    margin-left: 2%;
}
/* SITE EXTRA

----------------------------------------------- */

#extra {
    background: transparent url(img/footer_bg.jpg) top center repeat-y;
    font-family: 'ProximaNova', Arial, sans-serif;
    color: #1a1918;
    font-size: 18px;
}
#extra #newsletter {
    padding-left: 60px;
    background: transparent url(img/newsletter_icon.png) left center no-repeat;
}
#extra #location {
    padding-left: 40px;
    background: transparent url(img/location_icon.png) left center no-repeat;
}
#extra #location a {
    color: #1a1918;
    text-transform: none;
}
#extra #location a:hover {
    color: #bc010c;
}
#extra .padding,
#extra .padding {
    padding-top: 30px;
    padding-bottom: 30px;
}
#extra #newsletter h4 {
    font-family: 'ProximaNovaCondensedExtrabold', Arial, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    margin: 0px;
}
#extra #newsletter h5 {
    font-family: 'ProximaNovaLight', Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 0px;
}
.site-extra {
    padding: 20px 0;
    border-top: 1px solid #333;
}
.site-extra .pad {
    margin: 0 -15px;
}
.site-extra .widget-area {
    float: left;
    width: 25%;
}
.extra-one .widget-area {
    width: 100%;
}
.extra-two .widget-area {
    width: 50%;
}
.extra-three .widget-area {
    width: 33.3%;
}
.site-extra .widget {
    margin: 0 15px 30px;
    padding: 0;
    border: none;
}
.site-extra .widget-social-icons li a [class^="ico-"]:before {
    width: 25px;
    line-height: 25px;
    background: none;
}
.site-extra .widget-social-icons li a:hover [class^="ico-"]:before {
    color: #bc010c;
}
/* FOOTER

----------------------------------------------- */

.site-footer {
    color: #a6a6a6;
    font-size: .875em;
    font-family: ProximaNovaAltLight, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #1a1918;
}
.site-footer a {
    color: #fff;
    text-decoration: none;
}
.site-footer a:hover {
    color: #bc010c;
}
.site-info {
    float: left;
}
.site-credit {
    float: right;
}
.footer-pad {
    padding: 0px 40px;
    position: relative;
}
footer .row {
    margin-left: 0;
    margin-right: 0;
}
/* ******************** Blog ******************** */

#page_title {
    margin-top: 125px;
    margin-bottom: 40px;
}
#page_title h1 {
    font-size: 44px;
    color: #fff;
    font-family: 'ProximaNovaLight';
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #e8e8e8;
}
body.page-id-223 #page_title h1,
body.page-id-217 #page_title h1 {
    font-size: 90px;
    margin-bottom: 100px;
}
.blogSection {
    height: auto !important;
}
/* Content Filter Blog */

.content-filter-blog {
    width: 100%;
    padding-left: 0;
    margin-bottom: 50px;
}
.content-filter-blog h3 {
    font-family: 'ProximaNova';
    font-size: 22px;
    display: inline-block;
    color: #d4cfcb;
    margin: 0px;
}
.content-filter-blog li.li-title {
    cursor: default !important;
}
.content-filter-blog li.li-title:hover {
    background: transparent url(img/white_5.png) top left repeat;
    color: #fff;
}
.content-filter-blog li {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: 'ProximaNova';
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 10px 20px;
    margin: 0px 1% 0px 0px;
    background: transparent url(img/white_5.png) top left repeat;
    cursor: pointer;
    width: 24%;
    text-align: center;
    float: left;
}
.content-filter-blog li span.industrie {
    padding-left: 30px;
    background: transparent url(img/blog-image-1.png) 0px 2px no-repeat;
}
.content-filter-blog li.active span.industrie,
.content-filter-blog li:hover span.industrie {
    background: transparent url(img/blog-image-1-hover.png) 0px 2px no-repeat;
}
.content-filter-blog li span.maison {
    padding-left: 30px;
    background: transparent url(img/blog-image-2.png) 0px 4px no-repeat;
}
.content-filter-blog li.active span.maison,
.content-filter-blog li:hover span.maison {
    background: transparent url(img/blog-image-2-hover.png) 0px 4px no-repeat;
}
.content-filter-blog li span.news {
    padding-left: 30px;
    background: transparent url(img/blog-image-3.png) 0px 4px no-repeat;
}
.content-filter-blog li.active span.news,
.content-filter-blog li:hover span.news {
    background: transparent url(img/blog-image-3-hover.png) 0px 4px no-repeat;
}
.content-filter-blog li span.archive {
    padding-left: 30px;
    background: transparent url(img/blog-image-4.png) 0px 4px no-repeat;
}
.content-filter-blog li.active span.archive,
.content-filter-blog li:hover span.archive {
    background: transparent url(img/blog-image-4-hover.png) 0px 4px no-repeat;
}
.content-filter-blog li.active,
.content-filter-blog li:hover {
    color: #32302e;
    background-color: #ebebeb;
}
.content-filter-blog li img.image-hover {
    display: none;
}
.content-filter-blog #archive {
    text-transform: uppercase;
}
.content-filter-blog li:last-child {
    margin-right: 0;
    /*margin-left:1px;*/
}
/* SIDE SHARE */

.post_block.full .post_text {
    position: relative;
    padding: 90px 40px 40px 40px;
}
.post_block.full .post_text.no_avatar {
    position: relative;
    padding: 40px;
}
#side_share {
    position: absolute;
    left: -47px;
    top: 260px;
    z-index: 9;
}
#side_share ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#side_share ul li {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 2px 0px;
}
#side_share ul li a:hover {
    opacity: 0.8;
}
#side_share #total_count {
    background-color: #f26531;
    color: #fff;
    width: 47px;
    padding: 10px 0px;
    overflow: hidden;
    display: block;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}
/* SINGLE BLOGUE

----------------------------------------------- */

#single_news {
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    margin-bottom: 100px;
    position: relative;
}
#single_header {
    height: 400px;
    background-position: center top;
}
#single_content {
    color: #6a6a6a;
    font-family: 'ProximaNovaLight';
    font-size: 19px;
    line-height: 22px;
}
#single_content {
    padding: 40px;
}
#single_content h1 {
    color: #1a1918;
    font-size: 36px;
}
#single_content h2 {
    color: #1a1918;
    font-size: 30px;
}
#single_content h3 {
    color: #1a1918;
    font-size: 26px;
}
.post_author {
    color: #1a1918;
    font-size: 16px;
    margin-bottom: 30px;
}
.post_author span {
    text-transform: uppercase;
}
.post_author span.date {
    text-transform: uppercase;
    font-size: 13px;
}
a.back {
    background: transparent url("img/back.png") top left no-repeat;
    padding-left: 60px;
    color: #e8e8e8;
    font-size: 28px;
    font-family: ProximaNovaAltLight, Arial, Helvetica, sans-serif;
    line-height: 32px;
    display: inline-block;
    margin-top: 30px;
}
a.back:hover {
    padding-left: 68px;
    text-decoration: none;
}
/* HOME NEWS BLOGUE

----------------------------------------------- */

#home_news h3 {
    color: #ddd7d3;
    font-size: 26px;
    font-family: ProximaNovaAltLight, Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    margin: 20px 0px 30px 0px;
}
#home_news h2.title {
    color: #e8e8e8;
    font-size: 48px;
    line-height: 48px;
    font-family: ProximaNovaLight, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 60px;
    min-height: 80px;
    padding-right: 100px;
    position: relative;
}
#home_news h2 img {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    -webkit-transition: all 0.14s ease 0s;
    -moz-transition: all 0.14s ease 0s;
    -o-transition: all 0.14s ease 0s;
}
#home_news h2 img:hover {
    margin-top: 10px;
}
#news_link {
    margin: 30px 0px 80px 0px;
    text-align: center;
}
#news_link a {
    color: #ffffff;
    text-transform: uppercase;
    font-family: ProximaNovaCondensedSemibold, Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 22px;
}
#news_link a:hover {
    text-decoration: none;
}
#news_link a:hover span {
    margin-left: 10px;
}
#news_link a span {
    display: block;
    width: 100%;
    background-image: url("img/arrow-news-link.png");
    height: 16px;
    margin-top: 15px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.14s ease 0s;
    -moz-transition: all 0.14s ease 0s;
    -o-transition: all 0.14s ease 0s;
}
/* BLOGUE

----------------------------------------------- */

.presentation-box {
    width: 48.9%;
    padding: 10px 0;
    position: relative;
    float: left;
    background-position: top center;
    position: relative;
    background-color: #2a2a2a;
    background-color: rgba(0, 0, 0, 0.2);
    margin-bottom: 2%;
}
.gutter-sizer {
    width: 2%;
}
.presentation-box .text-hover {
    /*-webkit-transition: all 0.75s ease; -moz-transition: all 0.75s ease; -ms-transition: all 0.75s ease; -o-transition: all 0.75s ease; transition: all 0.75s ease;*/

    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.presentation-box .text-hover.active {
    /*-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;*/

    min-height: 100%;
    max-height: 100%;
}
.presentation-box .text-hover .background-fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
}
.small-presentation-box {
    height: 296px;
}
.big-presentation-box {
    height: 620px;
}
.presentation-box .text-hover h2 {
    font-family: 'ProximaNovaLight';
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-size: 24px;
    margin: 0;
    position: relative;
    z-index: 9;
}
.presentation-box.big-presentation-box .text-hover h2 {
    font-size: 34px;
}
.presentation-box .text-hover.active h2 {
    margin-bottom: 10px;
}
.presentation-box .text-hover p {
    font-family: 'ProximaNovaLight';
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    margin-top: 20px;
    display: none;
    opacity: 0;
    position: relative;
    z-index: 9;
}
.presentation-box .text-hover p.active {
    display: block;
}

.presentation-box a{
    color:#fff !Important;
}

.presentation-box .text-hover .btn-read-more {
    display: none;
    opacity: 0;
    position: relative;
    z-index: 9;
}
.presentation-box .text-hover .btn-read-more.active {
    display: inline;
}
.presentation-box .text-hover .background-fixed {
    /*-webkit-transition: all 0.75s ease; -moz-transition: all 0.75s ease; -ms-transition: all 0.75s ease; -o-transition: all 0.75s ease; transition: all 0.75s ease;*/
}
.presentation-box .text-hover .background-fixed.active {
    /*-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;*/

    top: 0 !important;
}
.btn-read-more {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: 'ProximaNova';
    font-size: 22px;
    color: #fff;
    text-transform: lowercase;
}
.btn-read-more:hover {
    padding-left: 6px;
}
.btn-read-more:hover .arrow {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-image: url(img/arrow-read-more-hover.png);
}
.btn-read-more .arrow {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
    background-image: url(img/arrow-read-more.png);
    width: 20px;
    height: 13px;
    margin-left: 12px;
}
/* Loading Blog */

.loading-film,
.loading-blog {
    display: none;
    width: 100%;
    clear: both;
}
.loading-film {
    padding: 30px 0px;
}
.loading-film img,
.loading-blog img {
    display: block;
    margin: auto;
    width: 20px;
    height: 20px;
}
/* RESPONSIVE SUPPORT

----------------------------------------------- */

#newsletter {
    cursor: pointer;
}
#newsletter_register form{
    display: block !important;
}
#newsletter_register {
    display: none;
    position: absolute;
    top: -100px;
    left: 0px;
    height: 100px;
    width: 100%;
    background: #fff;
    z-index: 9;
}
#newsletter_register .widget_wysija_cont .formError .formErrorContent{
    width: 100% !important;
    left : 0 !important;
    font-family: inherit;
    font-size: 12px;
    margin: 0;
    padding: 10px 0px;
    background-color: #bc010c;
    border: 0;
}
#newsletter_register .widget_wysija_cont .formError,
#newsletter_register .widget_wysija_cont .wysija-msg,
#newsletter_register #message {
    position: absolute;
    top: 0;
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 100%;
    text-align: center;
    font-size: 12px;
    background: #A7A7A7;
}
#newsletter_register .widget_wysija_cont .formError{
    top: 0 !important;
    width: 100% !important;
    left : 0 !important;
    margin: 0;
    opacity: 1 !important;
}
#newsletter_register .widget_wysija_cont .wysija-paragraph{
    margin:0;
}
#newsletter_register .widget_wysija_cont .wysija-msg.active,
#newsletter_register #message.active {
    background: #A7A7A7;
    display: block;
}
#newsletter_register .widget_wysija_cont .allmsgs .updated{
    background-color: transparent;
    border: 0;
}
#newsletter_register button,
#newsletter_register input {
    height: 100px;
    width: 50%;
    margin: 0px;
    float: left;
}
#newsletter_register input {
    padding: 20px;
    border-radius: 0 !important;
}
#newsletter_register .wysija-submit,
#newsletter_register button {
    border: none;
    font-family: 'ProximaNovaCondensedExtrabold', Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background: #1b1b1b;
}
#newsletter_register .wysija-submit:hover,
#newsletter_register button:hover {
    background: #bc010c;
}
/* COMMENTS FORM

----------------------------------------------- */

#comments_form {
    display: none;
}
#rating_form {
    background: #fff;
    padding: 60px 40px;
}
#rating_form #characters {
    padding: 0px 20px;
}
#rating_form a {
    display: inline-block;
    padding: 20px;
    color: #6c6c6c;
    font-size: 14px;
    font-family: 'ProximaNovaLight', Arial, Helvetica, sans-serif;
}
#rating_form .error_text {
    background: #bc010c;
    text-align: center;
    padding: 4px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 1px solid #a6000a;
}
#rating_form h2 {
    color: #000;
    font-size: 55px;
    font-family: 'ProximaNovaAltThin', Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform:uppercase;
}
#rating_form p.success,
#rating_form p.error {
    text-align: center;
    font-size: 27px;
    color: #9d9f9f;
    line-height: 32px;
    padding: 0px 0px 60px 0px;
}
#rating_form p.error {
    color: #bc010c;
}
#rating_form textarea,
#rating_form input[type="text"] {
    padding: 20px;
    width: 100%;
    font-size: 20px;
}
#lubie_contact_form input[type="submit"],
#rating_form button {
    border: none;
    font-family: 'ProximaNovaCondensedExtrabold', Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background: #1b1b1b;
    width: 100%;
    padding: 30px 0px;
    letter-spacing: 1px;
    outline: 0 !important;
}
#lubie_contact_form input[type="submit"] {
    border: 1px solid #fff;
}
#lubie_contact_form input[type="submit"]:hover,
#rating_form button:hover {
    background: #bc010c;
}
.contact-info {
    color: #c2c2c2;
    font-family: 'ProximaNovaLight', Arial, Helvetica, sans-serif;
    font-size: 16px;
}
#comment_toggle ul {
    list-style: none;
    padding: 0px;
}
.flexslider_public,
.flexslider_critic {
    display: none;
}
#movie_comments .flex-direction.nav {
    display: none;
}
.flexslider.active {
    display: block;
}
#comment_toggle ul li.title {
    background: transparent;
    color: #fff;
    font-family: 'ProximaNovaLight', Arial, Helvetica, sans-serif;
    font-size: 30px;
    padding: 0px 50px 0px 0px;
    text-transform: uppercase;
}
#comment_toggle ul li {
    padding: 10px 50px 10px 70px;
    float: left;
    background-position: 35px 18px;
    background-repeat: no-repeat;
    font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 18px;
    background-color: #353837;
    background-color: rgba(55, 70, 85, 0.3);
}
#comment_toggle li.button {
    cursor: pointer;
}
#comment_toggle li.active {
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, 0.8) !important;
    color: #1a1918;
}
#comment_toggle li.critic.active {
    background-image: url(img/icon_critique_black.png);
}
#comment_toggle li.critic {
    background-image: url(img/icon_critique.png);
}
#comment_toggle li.public.active {
    background-image: url(img/icon_like_black.png);
}
#comment_toggle li.public {
    background-image: url(img/icon_like.png);
}
/* HISTOIRE

----------------------------------------------- */

.v-line {
    position: fixed;
    margin-top: -174px;
    top: 0px;
    left: 50%;
    width: 1px;
    background: #a3a3a3;
    height: 100%;
    z-index: 1;
}
.h-line {
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: -83px;
    height: 10px;
    width: 166px;
    display: block;
    background: transparent url('img/h-line.png') top left no-repeat;
    z-index: 2;
}
.single_history {
    color: #c2c2c2;
    font-family: 'ProximaNovaLight', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 140px;
}
.single_history img {
    width: 100%;
}
.single_history h2 {
    font-size: 22px;
    color: #fff;
}
h3.a-suivre {
    color: #e8e8e8;
    font-family: 'ProximaNovaAltThin', Arial, Helvetica, sans-serif;
    font-size: 48px;
    text-align: center;
    background: #000;
    -webkit-box-shadow: 0px -14px 80px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -14px 80px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -14px 80px 0px rgba(0, 0, 0, 0.75);
    z-index: 9;
    display: block;
    position: relative;
    text-transform: uppercase;
    margin: 0px 0px 30px 0px;
}
.single_history .year {
    color: #e8e8e8;
    font-size: 58px;
    font-family: 'ProximaNovaAltThin', Arial, Helvetica, sans-serif;
}
/* ***** Ajout Css ***** */

.days_selector ul li,
.current_day {
    padding: 10px 0;
}
#single_fiche .col-sm-9 {
    padding-left: 1px !important;
}
.days_selector ul li {
    width: 12.48% !important;
    border-right: 1px solid rgba(0, 0, 0, 0.35);
    margin-right: 0 !important;
}
#schedule .col-sm-9 {
    padding-left: 0;
    padding-right: 0;
}
.show_col_1 {
    width: 50%;
    margin-right: 0 !important;
    border-right: 1px solid rgba(0, 0, 0, 0.35);
}
#bgsliderfull .slide .button,
#single_fiche .button {
    padding-top: 14px;
    padding-bottom: 14px;
}
#bgsliderfull .button.play,
#single_fiche .button.play {
    background-position: 15px 17px;
}
#bgsliderfull h2,
#bgsliderfull h3,
#bgsliderfull p {
    color: #fff !important;
}
.movie_box {
    margin-bottom: 30px;
}
.presentation-box .text-hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.presentation-box .text-hover.active {
    padding-top: 50px !important;
}
.presentation-box .background-fixed {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#bgsliderfull .slide {
    position: absolute;
    bottom: 85px;
}
.slide_arrow {
    display: block !important;
}
.movie_footer .new {
    font-size: 10px;
}
.movie_footer ul li {
    line-height: 18px;
    padding: 6px 8px;
}
#bgsliderfull .down_arrow {
    right: 125px;
}
#top-navigation {
    pointer-events: none;
}
#top-navigation .site-branding {
    pointer-events: auto;
}
#top-navigation ul li {
    pointer-events: auto;
}


ul.big_stars{
    padding:13px 20px !important;
    box-shadow:none !important;
    -webkit-box-shadow:none !important;
    background: rgb(238,238,238);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
}

.btn-read-more .arrow-read-more{
    background-image:url(img/arrow-read-more.png);
    width:20px;
    height:13px;
    position:absolute;
    top:8px;
    right:-30px;
}

.schedule-day .show_col.show_col_1{
    padding:12px 20px !important;
}

.video_toggle li{
    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
    width:50% !important;
    padding:12px 10px !important;
    margin-top:3px !important;
}

.video_toggle li:first-child{
    width:49.5% !important;
    margin-right:0.5%;
}

.note_container{
    margin-bottom:27px !important;
}

.cinema_dropdown span.value{
    color:#fff !important;
}

.button.white_border{
    border:3px solid #fff !important;
}

#movie_filters{
    background-color:rgba(255,255,255,0.02) !important;
}

#movie_sort li.sorting{
    position:relative;
}

#movie_sort li.sorting .arrow-down-az{
    background-image:url(img/arrow-down-az.png);
    width:13px;
    height:20px;
    position:absolute;
    left:50%;
    margin-left:-37px;
    display:inline-block;
}

#movie_sort li.sorting.active .arrow-down-az, #movie_sort li.sorting:hover .arrow-down-az{
    background-image:url(img/arrow-down-az-hover.png);
}

#single_fiche .button{
    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}

.days_selector ul li{
    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}

#schedule .col-sm-9{
    padding-right:15px !important;
}

ul.big_stars{
    position:relative;
}

ul.big_stars .arrow-appreciate{
    background-image:url(img/arrow-appreciate.png);
    width:10px;
    height:18px;
    position:absolute;
    right:15px;
    top:15px;
}

#movie_sort li.print:hover, #movie_sort li.button:hover, #movie_sort li.button.active{
    background-color:#eaeaea !important;
    border-right:none !important;
}

.c2button{
    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
    color:#fff !important;
    font-size:24px !important;
}

.c2button:hover{
    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
    color:#d0d0d0 !important;
}

.main_menu ul li:first-child{
    padding-left:30px !important;
}

.movie_box{
    padding:0px 18.5px !important;
}

/* RESPONSIVE SUPPORT

----------------------------------------------- */

@media screen and (max-width: 1400px) {
    .video_toggle li span{
        display:none;
    }
}

@media screen and (max-width: 1200px) {
    #bgsliderfull .slide {
        width: 80%;
    }
    #bgsliderfull #bottom_elements {
        bottom: 10px;
    }
    .content-filter-blog h3,
    .content-filter-blog li {
        font-size: 13px;
    }
    .play_button {
        top: 44%;
        left: 41%;
    }
    .main_menu ul li {
        margin-right: 30px !important;
        margin-bottom: 4px;
    }
    #movie_container .fiche .gray_cover {
        padding-left: 0;
        padding-right: 0;
    }
    #movie_container .site-pad {
        padding-left: 82px;
        padding-right: 82px;
    }
}
@media screen and (max-width: 1100px) {
    .rate_movie {
        width: 185px;
    }
    .rate_movie .rating_title {
        font-size: 14px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    #movie_filters label,
    .cinema_dropdown span.value {
        font-size: 16px;
    }
    #movie_sort li.print {
        width: 100%;
        margin-top: 10px !important;
    }
    #movie_sort li.button {
        width: 20%;
    }
    #movie_sort li.filter_by {
        font-size: 16px;
        width: 16.8%;
    }
    #movie_sort li.sorting {
        margin: 0px;
    }
    .comment_description {
        font-size: 14px;
    }
}
​
/*DO NOT REMOVE*/

@media screen and (max-width: 1024px) {} @media screen and (max-width: 1024px) {
    .site-pad {
        padding: 0px 80px;
    }
    .container {
        width: 90%;
    }
    .blog_item {
        width: 100%;
    }
    .site-extra .widget-area {
        width: 50%;
    }
    .bgshadowfull.bgcover,
    body.home.bgcover {
        -webkit-background-size: auto 1080px !important;
        -moz-background-size: auto 1080px !important;
        -o-background-size: auto 1080px !important;
        background-size: auto 1080px !important;
        background-position: top center;
        background-attachment: scroll;
    }
    .main_menu ul li {
        margin-right: 25px;
    }
    #bgsliderfull .slide h3,
    #bgsliderfull .slide h2,
    #bgsliderfull .slide p {
        text-shadow: 1px 2px 6px #000;
    }
    #default_container h2.like_h1,
    #default_container h1 {
        font-size: 40px;
    }
    .button {
        font-size: 13px;
    }
    .social_media ul li.label {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0.5em;
        font-size: 12px;
    }
    .social_media ul li {
        margin-right: 8px;
    }
    .bgshadowfull {
        /* background: transparent url(img/slider_overlay_2.png) top left no-repeat fixed; */
    }
    #bgsliderfull .down_arrow {
        right: 30px;
    }
    #bgsliderfull .slide {
        position: absolute;
        bottom: 85px;
        left: 40px;
    }
}
@media screen and (min-width: 992px) {
    #mobile_settings {
        display: block !important;
    }
}
@media screen and (max-width: 992px) {
    .single_information.right_col {
        padding-top: 0px;
    }
    .video_toggle li {
        width: 50%;
    }
    #comment_toggle ul li.title {
        font-size: 24px;
    }
    #movie_sort li.print:hover,
    #movie_sort li.button:hover,
    #movie_sort li.button.active {
        border-bottom: 1px solid #000;
    }
    .h-line,
    .v-line {
        display: none;
    }
    .content-filter-blog h3,
    .content-filter-blog li {
        width: 100%;
        margin-bottom: 4px;
        font-size: 18px;
    }
    #movie_sort li {
        width: 100% !important;
    }
    .cinema_dropdown span.value,
    #movie_filters label {
        font-size: 22px;
        width: 100%;
    }
    .main_menu ul li {
        margin-right: 15px;
    }
    .main_menu li a {
        font-size: 12px;
    }
    #movie_filters label.table_top {
        margin-top: 30px;
    }
    #buy-tickets-float {
        position: static;
        top: 0px;
        margin-bottom: 30px;
    }
    #setting_toggle {
        display: block;
    }
    #mobile_settings {
        display: none;
    }
    .single_history {
        padding: 40px 30px;
        margin-bottom: 0px;
    }
    .single_history.single_left {
        background: transparent url(img/white_5.png) top left repeat;
    }
    .left_history {
        margin-bottom: 30px;
    }
    .cinema_dropdown .clickit {
        width: 100%;
    }
    .cinema_dropdown span.arrow {
        float: right;
    }
    #movie_filters .cinema_dropdown {
        margin-right: 0px;
        width: 100%;
    }
    .tarif_line a {
        margin-left: 20px;
    }
    #page_title {
        margin: 80px 0px 30px !important;
    }
    #extra .col-sm-6.nopad.dark {
        height: 170px;
    }
    .play_button {
        top: 44%;
        left: 44%;
    }
    .page-template-page-template-film-php #main .row {
        margin-left: 25px;
        margin-right: 25px;
    }
    .page-template-page-template-film-php #main .site-pad {
        padding: 0 30px;
    }
    .page-template-page-template-film-php #extra .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    #single_fiche .play_video img:not(.play_button) {
        width: 100%;
    }
    .movie_box {
        width: 205px;
    }
}
@media screen and (max-width: 768px) {
    .flexslider {
        overflow: hidden;
    }
    #bgsliderfull .slide {
        position: absolute;
        bottom: 200px;
        left: 40px;
    }

    #slider_bullets{
        left:44% !important;
    }

    .bodysliderfull,
    .bgshadowfull,
    .bodybanner {
        background-position: center 90px !important;
    }
    body.home .bgshadowfull {
        background-position: left 0px !important;
    }
    #back-to-top {
        display: none !important;
    }
    .bodybanner .bgshadowfull {
        background: transparent;
    }
    #movie_comments {
        background-attachment: scroll;
    }
    #default_container.container_blur {
        background-image: none !important;
    }
    .bodybanner {
        background-attachment: scroll;
    }
    body {
        right: 0px !important;
    }
    #left-menu {
        display: none !important;
        left: -260px !important;
    }
    #comment_toggle ul li {
        width: 100%;
    }
    a.back {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .tarif_line {
        font-size: 17px;
    }
    #rating_form {
        padding: 20px;
    }
    #rating_form h2 {
        font-size: 28px;
    }
    #rating_form p.success,
    #rating_form p.error {
        font-size: 22px;
    }
    #bgsliderfull .down_arrow {
        position: static;
    }
    /*

    body{

    background-attachment: scroll !important;

    }*/

    #default_container #content {
        margin-top: 0px;
    }
    .fancybox-nav.fancybox-next {
        right: 60px;
    }
    .fancybox-nav.fancybox-prev {
        left: 60px;
    }
    /* DISABLE HOVER EFFECT */

    .presentation-box .text-hover.active {
        min-height: 0;
        max-height: none;
    }
    .presentation-box .text-hover.active h2 {
        margin: 0px;
    }
    .presentation-box .text-hover p.active,
    .presentation-box .text-hover .btn-read-more.active {
        display: none;
    }
    .presentation-box .text-hover .text-hover {
        background-position: bottom center;
    }
    /* END DISABLE HOVER EFFECT */

    #movie_container .movie_box_content:hover {
        border: none;
    }
    #default_container h2.like_h1,
    #default_container h1 {
        font-size: 28px;
    }
    #lubie_contact_form input {
        margin-bottom: 20px;
    }
    #bgsliderfull .slide h2 {
        font-size: 36px;
        line-height: 38px;
    }
    .close_fiche {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: right;
        margin-bottom: 30px;
        font-size: 20px;
    }
    .play_video {
        margin-top: 30px;
    }
    body.page-id-223 #page_title h1,
    body.page-id-217 #page_title h1 {
        font-size: 48px;
    }
    #movie_container .fiche h2 {
        font-size: 30px;
    }
    .nopad_tablet {
        padding: 0px;
    }
    .schedule-day .show_col_1 {
        background: #eaeaea;
    }
    .right_arrow,
    .left_arrow {
        top: auto;
        bottom: 0px;
    }
    #bgsliderfull #bottom_elements {
        bottom: 0px;
        text-align: center;
    }
    #slider_bullets {
        top: -60px;
    }
    .site-pad {
        padding: 0px 40px;
    }
    #movie_container .site-pad {
        padding: 0px 40px;
    }
    #top-navigation {
        display: none;
    }
    .site-header .widget-area {
        display: none;
    }
    #header {
        /*padding-top: 32px;*/
    }
    #header #mobileMenu,
    #header .mobileMenu_tool {
        display: block;
    }
    .site-header .site-branding {
        float: none;
        text-align: center;
    }
    .content-area {
        float: none;
    }
    .site-content {
        margin: 0;
    }
    .site-sidebar {
        width: auto;
        float: none;
        margin: 20px 0 0;
    }
    .site-extra .widget-area {
        width: 100%;
    }
    #extra {
        background: #E8E8E8;
    }
    #extra .dark {
        background: #A7A7A7;
    }
    .show_tablet {
        display: block !important;
    }
    .hide_tablet {
        display: none !important;
    }
    #mobile_logo {
        display: block;
    }
    #page_title {
        margin: 30px 0px;
    }
    #extra .col-sm-6.nopad.dark {
        height: auto;
    }
    #news_link a {
        display: inline-block;
        margin-bottom: 30px;
    }
    #comments_form input {
        margin-bottom: 20px;
    }
    .button {
        font-size: 14px;
    }
    .social_media ul li.label {
        padding-top: 0.4em;
        font-size: 14px;
    }
    .social_media ul li {
        margin-right: 20px;
    }
    #extra .col-sm-6.nopad.dark {
        height: 160px;
    }
    .single-movie h2.like_h1 {
        padding-bottom: 0 !important;
    }
    .single-movie span.classification {
        margin-bottom: 30px;
    }
    .single-movie .single_information h2 {
        margin-top: 30px;
    }
    .page-template-page-template-film-php #extra .row {
        margin-left: 0;
        margin-right: 0;
    }

    .mobile_synopsis .synopsis{
        display:none;
        padding:10px 0px;
    }

    .show-synopsis{
        cursor:pointer;
    }
}
@media screen and (max-width: 650px) {

    #header #mobileMenu ul li a {
        padding: 0px 10px 0px 20px;
    }

    .show_col_1,
    .show_col_2 {
        width: 100%;
    }

    .note_container ul li.vo{
        line-height:1.1em;
    }

    .single_movie_fiche {
        margin-left: -15px;
    }
    .page-template-page-template-film-php #main .site-pad {
        padding-left: 0;
        padding-right: 0;
    }
    .page-template-page-template-film-php #main .row {
        margin-left: 0;
        margin-right: 0;
    }
    #page_title {
        margin: 30px 0px 0px !important;
    }
    #single_content h1 {
        font-size: 24px;
    }
    #single_content {
        padding: 40px 20px 40px 20px;
    }
    /*PREVENT A YOUTUBE BUG ON MOBILE*/

    body.page-template-page-template-trailer-php {
        background-attachment: scroll;
    }
    #bgsliderfull .slide p {
        display: none;
    }
    .single-movie h2.like_h1 {
        margin-bottom: 20px !important;
    }
    .single-movie .single_information h2 {
        margin:  20px 0 0px 0;
    }
    .single-movie .single_information h2.show-synopsis{
        margin-top:10px;
    }
    .note_container{
        font-size:15px;
    }
    .note_container,
    .tableau_horaire{
        margin:0px !important;
    }
    .single-movie .single_information .col-sm-12,
    .single-movie .single_information .col-lg-6 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .single-movie .single_information .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .single-movie .site-content {
        padding-bottom: 0 !important;
    }
    #extra .col-sm-6.nopad.dark {
        height: auto;
    }
    #bgsliderfull .slide .button {
        margin-top: 10px;
    }
    .right_arrow,
    .left_arrow {
        width: 50px;
        height: 50px;
    }
    .right_arrow {
        background-position: -54px 12px;
        bottom: 50px;
    }
    .left_arrow {
        background-position: 15px 13px;
        bottom: 0px;
        right: 0px;
        left: auto;
    }
    .play_video .play_button {
        left: 50%;
    }
    body.home .bgshadowfull.bgcover,
    body.home.bgcover {
        -webkit-background-size: auto 640px !important;
        -moz-background-size: auto 640px !important;
        -o-background-size: auto 640px !important;
        background-size: auto 640px !important;
    }
    #bgsliderfull .slide {
        width: 80%;
        left: 30px;
        bottom: 25px;
        padding-left: 0;
        padding-right: 0;
    }
    #bgsliderfull .slide h3 {
        font-size: 20px;
        line-height: 20px;
    }
    #bgsliderfull .slide h2 {
        font-size: 32px;
        line-height: 29px;
        margin-bottom: 5px;
    }
    #bgsliderfull .slide .button {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    #bgsliderfull .button.play {
        background-position: 15px 11px;
    }
    #bgsliderfull #bottom_elements {
        display: none;
    }
    #movie_container .movie_box_content {
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .bgshadowfull{
        background:rgba(0,0,0,0.3);
    }


    .single-movie #header_banner{
        display:none;
    }

    body.single-movie{
        background-image:none !important;
    }

    .single-movie #default_container h2.like_h1{
        padding:0px;
        margin-top:0px;
        word-break: break-word;
        font-size:21px;
    }

    .single-movie #default_container h2.like_h1.smaller{
        font-size:17px;
    }

    .single_information h2{
        font-size:20px;
    }

    .single-movie #header_banner_shadow{
        background:transparent;
    }

    .show_mobile {
        display: block !important;
    }
    .hide_mobile {
        display: none !important;
    }

    .no-pad-mobile{
        padding:0px;
    }

}
@media screen and (max-width: 480px) {
    .movie_footer.last-week {
        background: #282828 !important;
    }

    /*#bgsliderfull .slide .button{
    zoom:0.65;
    }*/

    .right_arrow {
        bottom: 50%;
    }

    #bgsliderfull .slide h3{
        margin-bottom:18px;
    }

    #bgsliderfull .left_arrow{
        display:none !Important;
    }

    #bgsliderfull .slide h2{
        margin-bottom:30px;
    }

    body {
        /*padding-top: 40px;*/
    }
    body.page-id-223 #page_title h1,
    body.page-id-217 #page_title h1 {
        margin-bottom: 40px;
    }
    .spacer {
        max-height: 30px;
    }
    #rating_form textarea,
    #rating_form input {
        padding: 4px;
    }
    #setting_toggle {
        font-size: 18px;
    }
    .single_information h2 {
        margin: 20px 0px;
    }
    .presentation-box {
        margin-bottom: 30px;
    }
    #side_share {
        top: 120px;
        left: -25px;
    }
    #movie_sort li.print {
        display: none;
    }
    body.page-template-default h2 {
        font-size: 20px;
    }
    .tarif_line {
        font-size: 14px;
    }
    .tarif_line a {
        float: left;
        font-size: 20px;
        margin: 20px 0px;
    }
    .tarif_line .gris,
    .tarif_line .blanc {
        width: 100%;
        display: inline-block;
    }
    #home_news h2.title {
        font-size: 30px;
        line-height: 34px;
    }
    #home_news h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .note_container li {
        width: 100%;
    }
    #default_container h2.like_h1,
    #default_container h1 {
        font-size: 28px;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .single_movie #default_container h2.like_h1{
        margin-top:0px;
    }

    #default_container {} #lubie_contact_form input[type="text"],
    #lubie_contact_form input[type="tel"],
    #lubie_contact_form input[type="email"],
    #lubie_contact_form textarea {
        padding: 10px;
    }
    .site-pad {
        padding: 0px 12px;
    }
    .site-footer {
        text-align: center;
    }
    .site-footer .site-info,
    .site-footer .site-credit {
        float: none;
    }

    .presentation-box {
        width: 100%;
    }
    #page_title h1 {
        text-align: center;
        font-size: 32px;
    }
    #extra {
        font-size: 14px;
    }
    #extra #newsletter {
        padding-left: 0px;
        background: transparent;
    }
    #extra #newsletter h4 {
        font-size: 14px;
        line-height: 16px;
    }
    #extra #newsletter h5 {
        font-size: 12px;
    }
    .down_arrow,
    #slider_bullets {
        display: none;
    }
    #movie_container .fiche {
        width: 100%;
        margin: 0px;
    }
    #movie_container .fiche .gray_cover {
        padding: 20px;
    }
    #movie_container .fiche .button {
        width: 100%;
        margin: 10px 0px;
    }
    #movie_container .movie_box {
        width: 100%;
    }
    .play_button {
        top: 48%;
        left: 41.5%;
    }
    .fancybox-title {
        display: none;
    }
    .social_media ul li {
        margin: 0 10px 0 0;
    }
    #movie_container .movie_box {
        width: 50%;
        margin-bottom: 30px;
        padding: 0 21px;
    }
    #movie_container .movie_box_content {
        min-height: 300px;
    }
}
@media screen and (max-width: 450px) {
    .play_button {
        top: 44%;
        left: 35.5%;
    }
    #header #mobileMenu ul li a {
        padding: 4px 10px 4px 20px;
    }
    .main_menu ul li {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .movie_box_content {
        height: 210px;
        -webkit-background-size: contain !important;
        -moz-background-size: contain !important;
        -o-background-size: contain !important;
        background-size: contain !important;
    }
    #comments_form #rating_form button {
        font-size: 12px;
    }
    #instant_menu ul li {
        margin-right: 0;
    }
    .social_media ul li {
        margin-right: 15px;
    }
    #movie_container .movie_box {
        width: 50%;
    }
    .movie_footer li {
        display: none;
    }
    .movie_footer li.subtitle,
    .movie_footer li.lang {
        display: block;
    }
    #movie_container .movie_box {
        padding: 0 14px !important;
        margin-bottom: 20px !important;
    }
    #movie_container {
        margin-left: -15px;
        margin-right: -15px;
        min-height: 200px;
    }
    #all_selectors {
        padding-left: 0;
        padding-right: 0;
    }
    #movie_container .movie_box_content {
        min-height: 222px;
    }
}
@media screen and (max-width: 340px) {

    #movie_container .movie_box_content {
        height:170px;
        min-height: 180px;
    }
}
/*

* jQuery FlexSlider v2.2.0

* http://www.woothemes.com/flexslider/

*

* Copyright 2012 WooThemes

* Free to use under the GPLv2 license.

* http://www.gnu.org/licenses/gpl-2.0.html

*

* Contributing author: Tyler Smith (@mbmufffin)

*/
/* Browser Resets

*********************************/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* FlexSlider Necessary Styles

*********************************/

.flexslider {
    margin: 0;
    padding: 0;
    /*overflow:hidden;*/
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
    width: 100%;
    display: block;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/* Clearfix for the .slides element */

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you

* include js that eliminates this class on page load */

.no-js .slides > li:first-child {
    display: block;
}
/* FlexSlider Default Theme

*********************************/

.flexslider {
    margin: 0px;
    position: relative;
    zoom: 1;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
    zoom: 1;
}
.carousel li {
    margin-right: 5px;
}
/* Direction Nav */

.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
    background: transparent url(img/slider_arrow.png) 0px 0px no-repeat;
    text-indent: 9999px;
    left: -40px;
}
.flex-direction-nav .flex-next {
    background: transparent url(img/slider_arrow.png) -50px 0px no-repeat;
    right: -40px;
    text-align: right;
    text-indent: 9999px;
}
.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: -45px;
}
.flexslider:hover .flex-next {
    opacity: 0.7;
    right: -45px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}
/* Pause/Play */

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: '\f003';
}
/* Control Nav */

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}
