@charset "UTF-8";
/* CSS Document 
    Project : LCA
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,500,700,700i");

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

/*** Reset ***/
html, body, div, span, object, iframe, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-prev,
.swiper-next {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.15s ease-in-out;
    opacity: 1;
    color: white;
    cursor: pointer;
}

.swiper-prev:before,
.swiper-next:before {
    content: '\e905';
    font-family: icomoon;
    font-weight: normal;
    font-size: 20px;
}

.swiper-prev:hover, .swiper-prev:focus,
.swiper-next:hover,
.swiper-next:focus {
    color: #01cdd8;
}

.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled {
    opacity: 0.3;
}

.swiper-next:before {
    content: '\e904';
}

.swiper-bullets {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    height: 14px;
    padding-top: 8px;
    font-size: 1px;
}

/* Pagination Styles */
.swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
    width: 20px;
    height: 14px;
    display: inline-block;
    text-align: center;
    padding-top: 4px;
}

.swiper-pagination-bullet:before {
    content: '';
    display: inline-block;
    border-radius: 100%;
    background: rgba(190, 208, 216, 0.4);
    height: 6px;
    width: 6px;
    vertical-align: top;
}

.swiper-pagination-bullet:hover:before {
    background-color: #01cdd8;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet:before {
    background: #fff;
}

.swiper-pagination-bullet-active:before {
    background: #fff;
}

.swiper-pagination-white .swiper-pagination-bullet-active:before {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active:before {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

/* Progress */
.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

/* 3D Container */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

/*** Init ***/
html {
    font-size: 62.5%;
    line-height: normal;
    height: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    background: #141414;
    color: white;
    font-weight: normal;
    line-height: normal;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
    text-rendering: optimizeLegibility;
}

p {
    margin-bottom: 1.3em;
    line-height: 1.3;
}

a {
    color: inherit;
    text-decoration: none;
}

a.active {
    color: inherit;
}

a:hover, a:focus {
    color: #01cdd8;
}

li a.active {
    color: inherit;
}

a, button {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

ul.menu a.is-active {
    color: inherit;
}

ul, ol {
    margin-left: 20px;
    margin-bottom: 1em;
}

ul li, ol li {
    margin-bottom: 0.35em;
}

input, select, textarea, button {
    font-family: inherit;
    border-radius: 0;
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}

input {
    -webkit-appearance: none;
}

small {
    font-size: 0.85em;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.container:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.row .container {
    padding: 40px;
}

.cursor-pointer {
    cursor: pointer;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-align-center {
    text-align: center;
}

.display-none {
    display: none;
}

.classic-content {
    position: relative;
    display: block;
}

.overflow-hidden {
    overflow: hidden;
}

.button {
    color: #01cdd8;
    border: solid 1px #01cdd8;
    border-radius: 2px;
    padding: 6px 20px;
    font-size: 1.6rem;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 7px;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    background: none;
}

.button.button-light {
    color: #9b9b9b;
    border-color: #9b9b9b;
}

.button.white {
    color: #fff;
    border-color: #fff;
}

.button:hover {
    background-color: #01cdd8;
    color: white;
    border-color: #01cdd8;
}

.button.white:hover {
    background-color: #fff;
    color: #333;
    border-color: #fff;
}

.button.disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.button.disabled:hover, .button.disabled:focus {
    background: none;
    color: #01cdd8;
}

.button.loading {
    pointer-events: none;
    color: transparent;
    background-color: #01cdd8;
    border-color: #01cdd8;
    background-image: url("../img/global/loader_round_white_on_blue.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px auto;
    cursor: default;
    opacity: 1;
}

.button.loading.disabled {
    opacity: 1;
    cursor: default;
}

.button.loading.disabled:hover, .button.loading.disabled:focus {
    color: transparent;
    background-image: url("../img/global/loader_round_white_on_blue.gif");
    background-color: #01cdd8;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px auto;
}

.button.succeed {
    background-color: #01cdd8;
    border-color: #01cdd8;
    color: transparent;
    background-image: url("../img/global/checked.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px auto;
    cursor: default;
    opacity: 1;
}

.button.succeed.loading, .button.succeed.disabled {
    opacity: 1;
    cursor: default;
}

.button.succeed.loading:hover, .button.succeed.loading:focus, .button.succeed.disabled:hover, .button.succeed.disabled:focus {
    color: transparent;
    background-image: url("../img/global/checked.png");
    background-color: #01cdd8;
}

.button.progressing {
    pointer-events: none;
    color: transparent;
    background-color: transparent;
    border-color: #01cdd8;
    cursor: default;
    opacity: 1;
}

.button.progressing.disabled {
    opacity: 1;
    cursor: default;
}

.button.progressing.disabled:hover, .button.progressing.disabled:focus {
    color: transparent;
    background-color: transparent;
    border-color: #01cdd8;
}

.button.progressing .progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #01cdd8;
    background-image: url("../img/global/loader_round_white_on_blue.gif");
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 18px auto;
}

.button.dark-blue {
    border-color: #0295e1;
}

.button.dark-blue:hover, .button.dark-blue:focus {
    background-color: #0295e1;
}

.button.dark-blue.loading {
    pointer-events: none;
    background-color: #0295e1;
    border-color: #0295e1;
    background-image: url("../img/global/loader_round_white_on_dark_blue.gif");
}

.button.dark-blue.loading.disabled {
    opacity: 1;
    cursor: default;
}

.button.dark-blue.loading.disabled:hover, .button.dark-blue.loading.disabled:focus {
    background-image: url("../img/global/loader_round_white_on_dark_blue.gif");
    background-color: #0295e1;
}

.button.dark-blue.succeed {
    background-color: #0295e1;
    border-color: #0295e1;
    color: transparent;
    background-image: url("../img/global/checked.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px auto;
    cursor: default;
    opacity: 1;
}

.button.dark-blue.succeed.loading, .button.dark-blue.succeed.disabled {
    opacity: 1;
    cursor: default;
}

.button.dark-blue.succeed.loading:hover, .button.dark-blue.succeed.loading:focus, .button.dark-blue.succeed.disabled:hover, .button.dark-blue.succeed.disabled:focus {
    color: transparent;
    background-image: url("../img/global/checked.png");
    background-color: #01cdd8;
}

.button.yellow {
    border-color: #f48b00;
}

.button.yellow:hover, .button.yellow:focus, .button.yellow.loading {
    background-color: #f48b00;
}

.button.red {
    border-color: #ea4853;
}

.button.red:hover, .button.red:focus, .button.red.loading {
    background-color: #ea4853;
}

.unbordered-button {
    font-size: 1.6rem;
    color: #9b9b9b;
    border: none;
    background: transparent;
    cursor: pointer;
}

.unbordered-button:hover, .unbordered-button:focus {
    color: #01cdd8;
}

.unbordered-button.loading {
    pointer-events: none;
    color: transparent;
    background-image: url("../img/global/loader_round_blue_form_item.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px auto;
    cursor: default;
    opacity: 1;
}

.unbordered-button.loading:hover, .unbordered-button.loading:focus {
    color: transparent;
}

.unbordered-button.succeed {
    pointer-events: none;
    color: transparent;
    background-image: url("../img/global/check-on-standard.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px auto;
    cursor: default;
    opacity: 1;
}

.checked {
    color: #01cdd8;
    font-size: 1.6rem;
    font-weight: normal;
}

.checked:before {
    content: '\e918';
    font-family: icomoon;
    font-weight: normal;
    font-size: 8px;
    text-align: center;
    line-height: 18px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
    border: solid 1px #01cdd8;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

h1 {
    font-size: 4.6rem;
    font-weight: 300;
    margin-bottom: 1em;
}

h2 {
    font-size: 3rem;
    font-weight: 300;
    margin: 0 0 2rem;
}

h2:last-child {
    margin-bottom: 0;
}

h3 {
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 1em;
    margin-top: 0;
}

h2 + h3 {
    font-size: 2.2rem;
    font-weight: 300;
}

.icon {
    font-style: normal;
    color: rgba(190, 190, 190, 0.6);
}

.icon:before {
    content: '';
    font-family: icomoon;
    font-weight: normal;
    font-size: 2.2rem;
    vertical-align: top;
}

.icon span {
    display: none;
}

.icon.icon-vf:before {
    content: '\e90f';
}

.icon.icon-vo:before {
    content: '\e90e';
}

.icon.icon-vfst:before {
    content: '\e90d';
}

.icon.icon-3d:before {
    content: '\e909';
}

.icon.icon-vf-plain:before {
    content: '\e90c';
}

.icon.icon-vo-plain:before {
    content: '\e90b';
}

.icon.icon-vfst-plain:before {
    content: '\e90a';
}

.icon.icon-3d-plain:before {
    content: '\e908';
}

.icon.icon-disabled:before {
    content: '\e907';
}

.icon.icon-deaf:before {
    content: '\e906';
}

.icon.icon-check-off:before {
    content: '\e91d';
}

.icon.icon-check-on:before {
    content: '\e91e';
}
.icon.icon-twavox{
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/picto-twavox.png");
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: top;
}
.filters > ul > li .icon.icon-twavox{
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
}
.blue {
    color: #01cdd8;
}

.dark-blue {
    color: #0295e1;
}

.dark-yellow {
    color: #F08A00;
}

.dark-red {
    color: #ea4853;
}

.red {
    color: #ea4853;
}

.white {
    color: white;
}

.yellow {
    color: #f48b00;
}

.gold {
    color: #ffcf83;
}

.alert {
    color: #fd606c;
}

.light-blue {
    color: #68cefd;
}

.light-yellow {
    color: #fdbe6a;
}

.light-red {
    color: #f68c94;
}

.error-msg {
    color: #ff5a5a;
}

.more {
    color: #01cdd8;
    position: relative;
}

.more:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #01cdd8;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
}

.more:hover:before, .more:focus:before {
    opacity: 1;
}

.bloc {
    margin: 3rem 0;
}

.bg-light {
    background: #eaebec;
    color: #4a4a4a;
}

.bg-light2 {
    background-color: #d4d6d7;
    color: #4a4a4a;
}

.bg-light3 {
    background-color: #f0f0f0;
    color: #4a4a4a;
}

.bg-white {
    background: white;
    color: #4a4a4a;
}

.bg-white h3 {
    color: #9b9b9b;
}

.bg-black {
    background: black;
}

.bg-grey {
    background: #2a2a2a;
}

.padding-header {
    padding-top: 95px;
}

.cancel {
    color: #fd606c;
    font-size: 1.6rem;
}

.cancel:hover, .cancel:focus {
    text-decoration: underline;
    color: #fd606c;
}

form h3 {
    margin-bottom: 2rem;
}

form p {
    font-size: 1.8rem;
    font-weight: 300;
}

form h3 + p {
    margin-top: -2rem;
}

.check-list {
    margin: 2rem 0 3rem;
}

.check-list:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.check-list li {
    list-style: none;
    float: left;
    width: 25%;
    padding-right: 4rem;
    margin-bottom: 1rem;
}

.check-list li:nth-child(4n+1) {
    clear: left;
}

label {
    font-size: 1.5rem;
    font-weight: 300;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 4px 0 5px 26px;
}

input[type=checkbox] + label:before {
    content: '';
    font-family: icomoon;
    text-align: center;
    line-height: 18px;
    font-weight: normal;
    position: absolute;
    width: 20px;
    height: 20px;
    border: solid 1px #01cdd8;
    vertical-align: top;
    margin-right: 7px;
    border-radius: 50%;
    color: #01cdd8;
    font-size: 8px;
    padding: 0 0 0 2px;
    left: 0;
    top: 3px;
}

input[type=checkbox]:checked + label:before {
    content: '\e918';
}

.checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 4px 0 5px 26px;
}

.checkbox label:before {
    content: '';
    font-family: icomoon;
    text-align: center;
    line-height: 18px;
    font-weight: normal;
    position: absolute;
    width: 20px;
    height: 20px;
    border: solid 1px #01cdd8;
    vertical-align: top;
    margin-right: 7px;
    border-radius: 50%;
    color: #01cdd8;
    font-size: 8px;
    padding: 0 0 0 2px;
    left: 0;
    top: 3px;
}

.checkbox:checked + label:before {
    content: '\e918';
}

input[type=radio] {
    display: none;
}

input[type=radio] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 4px 0 5px 26px;
}

input[type=radio] + label:before {
    content: '';
    font-family: icomoon;
    text-align: center;
    line-height: 18px;
    font-weight: normal;
    position: absolute;
    width: 20px;
    height: 20px;
    border: solid 1px #01cdd8;
    vertical-align: top;
    margin-right: 7px;
    border-radius: 50%;
    color: #01cdd8;
    font-size: 8px;
    padding: 0 0 0 2px;
    left: 0;
    top: 3px;
}

input[type=radio]:checked + label:before {
    content: '\e918';
}

input[type=radio].gender + label {
    padding: 6px 0 5px 26px;
    font-weight: 400;
    margin-right: 12px;
    color: #4a4a4a;
}

.radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 4px 0 5px 26px;
}

.radio label:before {
    content: '';
    font-family: icomoon;
    text-align: center;
    line-height: 18px;
    font-weight: normal;
    position: absolute;
    width: 20px;
    height: 20px;
    border: solid 1px #01cdd8;
    vertical-align: top;
    margin-right: 7px;
    border-radius: 50%;
    color: #01cdd8;
    font-size: 8px;
    padding: 0 0 0 2px;
    left: 0;
    top: 3px;
}

.radio:checked + label:before {
    content: '\e918';
}

.file-upload-button {
    position: relative;
    overflow: hidden;
}

.file-upload-button input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.col-container {
    margin: 0 -20px;
}

.col-container:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.col-container .col3 {
    float: left;
    width: 33.3333%;
    padding: 0 20px;
}

.col-container .col3:nth-child(3n+1) {
    clear: left;
}

.col-container .col2 {
    float: left;
    width: 50%;
    padding: 0 20px;
}

.form-item {
    margin-bottom: 1.8rem;
    max-width: 373px;
    clear: left;
    transition: background-color 0.3s ease-in-out;
    position: relative;
}

.form-item.margin {
    margin-bottom: 7rem;
}

.form-item.form-item-small {
    float: left;
    max-width: 181px;
    clear: none;
    margin-right: 10px;
}

.form-item.form-item-small + .form-item-small {
    margin-right: 0;
}

.form-item label {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    color: rgba(175, 175, 175, 0.5);
    padding: 4px 0 5px;
}

.form-item input[type="checkbox"] + label {
    font-size: 1.5rem;
    opacity: 1;
    color: #bebebe;
    font-weight: 300;
}

.form-item.error label {
    padding-left: 5px;
    background-color: rgba(255, 90, 90, 0.1);
}

.form-item.error .form-text, .form-item.error .form-text:focus {
    border-bottom-color: #ff5a5a !important;
    background-color: rgba(255, 90, 90, 0.1) !important;
    color: #fff !important;
}

.form-item.error .form-text.no-white, .form-item.error .form-text:focus.no-white {
    color: #4a4a4a !important;
}

.form-item.error .alert-label {
    color: #ff5a5a;
}

.form-item .alert-label {
    text-align: right;
    font-size: 1.2rem;
    font-weight: 300;
    display: block;
    position: absolute;
    right: 0;
}

.form-item .form-text {
    width: 100%;
    border: none;
    border-bottom: solid 1px #4a4a4a;
    background: none;
    border-radius: 0;
    padding: 15px 5px 5px;
    font-size: 1.5rem;
    margin-bottom: 0.2rem;
    transition: border-color 0.3s ease-in-out;
    color: inherit;
}

.form-item .form-text:focus {
    border-bottom-color: #01cdd8;
    border-bottom-width: 2px;
    padding-bottom: 4px;
}

.form-item label + .form-text {
    padding-top: 0;
}

.bg-light .form-item label, .bg-white .form-item label {
    color: #bebebe;
    opacity: 1;
}

.bg-light .form-item .form-text, .bg-white .form-item .form-text {
    border-bottom-color: #bebebe;
}

.bg-light .form-item .form-text:focus, .bg-white .form-item .form-text:focus {
    border-bottom-color: #01cdd8;
}

.bg-light .form-item.error .form-text, .bg-white .form-item.error .form-text {
    border-bottom-color: #ff5a5a;
}

.mentions {
    font-size: 1.2rem;
    font-weight: normal;
    color: #9b9b9b;
    text-align: left;
}

.conditions-fields {
    margin: 40px 0 20px;
}

.form-actions {
    clear: both;
    margin-top: 20px;
    margin-bottom: 50px;
}

.form-actions:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bebebe;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #bebebe;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #bebebe;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #bebebe;
}

.bg-light ::-webkit-input-placeholder, .bg-white ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #afafaf;
}

.bg-light ::-moz-placeholder, .bg-white ::-moz-placeholder {
    /* Firefox 19+ */
    color: #afafaf;
}

.bg-light :-ms-input-placeholder, .bg-white :-ms-input-placeholder {
    /* IE 10+ */
    color: #afafaf;
}

.bg-light :-moz-placeholder, .bg-white :-moz-placeholder {
    /* Firefox 18- */
    color: #afafaf;
}

.fb-connect {
    display: inline-block;
    margin: 0 10px 40px 10px;
    background: #39579a;
    color: white;
    border-radius: 2px;
    padding: 8px 14px 8px 30px;
    font-size: 1.6rem;
    font-weight: normal;
    position: relative;
    cursor: pointer;
}

.fb-connect:before {
    content: '\e912';
    font-family: icomoon;
    font-size: 16px;
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: normal;
    line-height: 30px;
    left: 0;
    top: 50%;
    margin-top: -15px;
}

.fb-connect:hover, .fb-connect:focus {
    color: white;
    background-color: #2b4275;
    text-decoration: none;
}

.bt-minus, .bt-plus {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-indent: -999em;
    overflow: hidden;
    text-align: left;
}

.bt-minus:before, .bt-minus:after, .bt-plus:before, .bt-plus:after {
    content: '';
    width: 19px;
    height: 3px;
    background: white;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -2px;
    transition: background-color 0.15s ease-in-out;
}

.bt-minus:after, .bt-plus:after {
    content: none;
    width: 3px;
    height: 19px;
    margin-left: -2px;
    margin-top: -10px;
}

.bt-minus:hover:before, .bt-minus:hover:after, .bt-minus:focus:before, .bt-minus:focus:after, .bt-plus:hover:before, .bt-plus:hover:after, .bt-plus:focus:before, .bt-plus:focus:after {
    background-color: #01cdd8;
}

.bt-minus.disabled, .bt-plus.disabled {
    cursor: default;
}

.bt-minus.disabled:before, .bt-minus.disabled:after, .bt-plus.disabled:before, .bt-plus.disabled:after {
    background-color: #292929;
}

.bt-plus:after {
    content: '';
}

.default-table {
    border-collapse: separate;
    border-spacing: 10px;
    margin: 17px -10px;
}

.default-table:last-child {
    margin-bottom: 0;
}

.default-table th {
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 1.3rem;
    color: #9b9b9b;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    padding: 4px 10px 3px;
}

.default-table td {
    padding: 4px 10px 3px;
    font-size: 1.4rem;
    color: #9b9b9b;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}

.default-table td.total {
    border-top: solid 1px white;
    text-align: right;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 300;
}

.default-table td.total strong {
    font-weight: 500;
}

.default-table td.total_addon {
    text-align: right;
}

.default-table .price {
    text-align: right;
}

.left {
    float: left;
}

.right {
    float: right;
}

.button.right {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.clearfix:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.center {
    text-align: center;
}

.text-tag {
    display: inline-block;
    padding: 4px 4px 2px;
    background: white;
    background: rgba(255, 255, 255, 0.4);
    color: #212121;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4rem;
    vertical-align: top;
    line-height: 1;
}

.ui-datepicker {
    border: 1px solid #dddfe2;
    background: #f6f7f9;
    border-bottom: 1px solid #d9d9d9;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    padding: 0 8px;
    width: 256px;
}

.ui-datepicker-header {
    border: none;
    background: #fff;
}

.ui-datepicker-calendar {
    margin: 0;
}

.ui-datepicker-title {
    font-size: 17px;
    color: #0295e1;
    font-weight: 400;
    padding: 3px 0;
}

.ui-datepicker thead {
    border-bottom: none;
    padding: 2px;
}

.ui-datepicker th {
    font-weight: 400;
    font-size: 13px;
    color: #071830;
    padding: 3px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: none;
    background: transparent;
    font-size: 12px;
    text-align: right;
    color: #99abc4;
    padding: 5px;
}

.ui-state-active, .ui-widget-content .ui-state-active,
.ui-state-active, .ui-widget-content .ui-state-hover {
    background-color: #01cdd8;
    color: #ffffff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background-color: #eaf0f7;
    color: #99abc4;
}

.ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: transparent;
    border: none;
}

.ui-datepicker .ui-datepicker-prev span {
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/global/left-arrow.png");
}

.ui-datepicker .ui-datepicker-next span {
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/global/right-arrow.png");
}

.ui-datepicker-month {
    text-transform: capitalize;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 7px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 7px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 7px;
}

/*** [ Header ] ***/
#header {
    min-height: 55px;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    transition: background-color 0.3s ease-in-out;
    /* submenu */
}

.search-opened #header {
    background: #141414;
}

.js-scrolled #header {
    background-color: #141414;
}

#header .first-row {
    background: rgba(20, 20, 20, 0.5);
    position: relative;
    z-index: 2;
}

#header .first-row > .container {
    padding: 15px 30px;
}

#header .login {
    position: absolute;
    right: 30px;
    bottom: -40px;
    height: 40px;
    line-height: 40px;
    z-index: 2;
    font-size: 1.6rem;
    font-weight: 300;
}

#header .login.active > a, #header .login.opened > a {
    color: #01cdd8;
}

#header .login.active > a:after, #header .login.opened > a:after {
    opacity: 1;
}

#header .login > a {
    display: block;
    line-height: 40px;
    position: relative;
}

#header .login > a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #01cdd8;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
}

#header .login > a:hover:after, #header .login > a:focus:after {
    opacity: 1;
}

#header .login > a:before {
    content: '\e900';
    font-family: icomoon;
    font-weight: normal;
    font-size: 20px;
    margin-right: 0;
    vertical-align: top;
    width: 30px;
    float: left;
}

.logged-in #header .login > a:before {
    content: none;
    display: none;
}

#header .login > a .img {
    height: 28px;
    width: 28px;
    overflow: hidden;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    margin: -4px 7px 0 0;
    vertical-align: middle;
}

#header .login > a .img img {
    width: 100%;
    height: auto;
}

#header .login .submenu {
    line-height: normal;
    white-space: normal;
}

#header .logo-container {
    float: left;
}

#header .logo-container img {
    vertical-align: bottom;
}

#header .header-actions {
    float: right;
    white-space: nowrap;
}

#header .header-actions > div {
    display: inline-block;
}

#header .header-actions .search {
    white-space: nowrap;
    vertical-align: middle;
    padding-right: 20px;
}

#header .header-actions .search div {
    display: inline-block;
}

#header .header-actions .search form {
    display: inline;
}

#header .header-actions .search input[type=submit] {
    position: absolute !important;
    height: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

#header .header-actions .search .form-text {
    width: 81px;
    font-size: 1.6rem;
    font-weight: 300;
    background: none;
    padding: 0;
    border: none;
    color: white;
    transition: width 0.3s ease-in-out, color .3s ease-in-out;
}

.search-opened #header .header-actions .search .form-text {
    width: 728px;
    color: #01cdd8;
}

#header .header-actions .search .toggle-search {
    height: 20px;
    width: 30px;
    line-height: 20px;
    text-align: left;
    display: inline-block;
    margin-right: 0;
    float: left;
    vertical-align: middle;
    cursor: pointer;
    transition: color 0.15s ease-in-out;
}

#header .header-actions .search .toggle-search:hover {
    color: #01cdd8;
}

#header .header-actions .search .toggle-search:before {
    content: '\e902';
    font-family: icomoon;
    font-size: 20px;
    font-weight: normal;
}

#header .header-actions .search .close-search {
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: left;
    margin-right: 0;
    position: absolute;
    right: 51px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: color 0.15s ease-in-out, opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
}

.search-opened #header .header-actions .search .close-search {
    opacity: 1;
    visibility: visible;
    transition: color 0.15s ease-in-out, opacity 0.3s ease-in-out 0.3s, visibility 0s ease-in-out 0.3s;
}

#header .header-actions .search .close-search:hover {
    color: #01cdd8;
}

#header .header-actions .search .close-search:before {
    content: '\e901';
    font-family: icomoon;
    font-size: 12px;
    font-weight: normal;
}

#header .header-actions .seances {
    font-size: 2rem;
    font-weight: 300;
    vertical-align: middle;
    padding-left: 20px;
    position: relative;
    line-height: 20px;
    transition: opacity 0.3s ease-in-out 0.3s, visibility 0s ease-in-out 0.3s;
    opacity: 1;
    visibility: visible;
    background: none;
}

.search-opened #header .header-actions .seances {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
    transition: opacity 0.3s ease-in-out 0s, visibility 0s ease-in-out 0.3s;
}

#header .header-actions .seances:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    top: 50%;
    left: 0;
    margin-top: -10px;
    background: white;
    background: rgba(255, 255, 255, 0.3);
}

#header .header-actions .seances a:before {
    content: '\e903';
    font-family: icomoon;
    font-size: 20px;
    font-weight: normal;
    vertical-align: top;
    margin-right: 0;
    float: left;
    width: 30px;
}

#header .submenu {
    position: fixed;
    left: 0;
    right: 0;
    background: black url("../img/styles/bg_cezanne_submenu.jpg") center center;
    background-size: cover;
    text-align: left;
    min-height: 470px;
    max-height: 700px;
    max-height: 75vh;
    max-height: calc(100vh - 95px);
    overflow: auto;
    border-top: #217082 solid 1px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0s, visibility 0s ease-in-out 0.3s;
}

#header .submenu.bg-renoir {
    background-image: url("../img/styles/bg_renoir_submenu.jpg");
}

#header .submenu.bg-mazarin {
    background-image: url("../img/styles/bg_mazarin_submenu.jpg");
}

#header .submenu:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
}

#header .submenu:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(20, 20, 20, 0.5), rgba(18, 193, 250, 0.5));
}

#header .submenu .container {
    padding: 30px 0 30px 40px;
    position: relative;
    z-index: 3;
}

#header .submenu .col {
    float: left;
    width: 25%;
    padding-right: 40px;
}

#header .submenu .col:nth-child(4n+1) {
    clear: left;
}

#header .submenu .col.right {
    float: right;
}

#header .submenu .img {
    margin-bottom: 20px;
}

#header .submenu .status img {
    max-width: 200px;
    height: auto;
}

#header .submenu .movie .img {
    max-width: 150px;
    margin-bottom: 10px;
}

#header .submenu h2, #header .submenu .col-title {
    font-size: 2.6rem;
}

#header .submenu .second-nav {
    margin: 30px 0;
}

#header .submenu .second-nav li {
    margin: 0;
    list-style: none;
    font-weight: 300;
    font-size: 1.5rem;
    color: #bed0d8;
    margin-bottom: 10px;
}

#header .submenu .button {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}

#header .submenu p {
    color: #bed0d8;
    font-weight: 300;
    font-size: 1.5rem;
}

#header .submenu .more {
    font-weight: normal;
}

#header .submenu .counter {
    width: 150px;
    height: 150px;
    margin-bottom: 2rem;
}

#header .submenu .counter .figure {
    color: #01cdd8;
}

#header .submenu .counter .figure .number {
    font-size: 4rem;
}

#header .submenu .counter .figure .unit {
    font-size: 1.6rem;
}

#header .submenu .counter .svg-circle circle.percent {
    stroke: #01cdd8;
}

#header .main-menu:hover .submenu {
    transition: opacity 0.3s ease-in-out 0.3s, visibility 0s ease-in-out 0.6s;
}

#header .opened .submenu,
#header .main-menu:hover .opened .submenu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

#js-submenu-mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out 0s, visibility 0s ease-in-out 0.3s;
}

.js-submenu-displayed #js-submenu-mask, .autocompletion-opened #js-submenu-mask {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.main-menu {
    background: rgba(0, 0, 0, 0.5);
}

.main-menu > .container {
    position: static;
}

.main-menu > .container > ul {
    margin: 0;
    font-size: 0;
    text-align: center;
}

.main-menu > .container > ul > li {
    margin: 0;
    list-style: none;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 300;
    position: relative;
    z-index: 2;
}

.main-menu > .container > ul > li > a {
    padding: 9px 15px 8px;
    display: block;
    position: relative;
    min-height: 39px;
}

.main-menu > .container > ul > li > a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #01cdd8;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
}

.main-menu > .container > ul > li.only-mobile{
    display: none!important;
}

.main-menu > .container > ul > li > a:hover:after, .main-menu > .container > ul > li > a:focus:after {
    opacity: 1;
}

.main-menu > .container > ul > li.active > a, .main-menu > .container > ul > li.opened > a {
    color: #01cdd8;
}

.main-menu > .container > ul > li.active > a:after, .main-menu > .container > ul > li.opened > a:after {
    opacity: 1;
}

.main-menu > .container > ul > li.opened {
    z-index: 3;
}

/* menu mon compte */
body.has-second-menu {
    padding-top: 148px;
}

body.hasnt-second-menu {
    padding-top: 95px;
}

.second-menu {
    background: #141414;
    border-bottom: solid 1px #787878;
    /*position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 94px;*/
}

.second-menu .container {
    padding: 0 15px 0 40px;
}

.second-menu:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.second-menu .title {
    float: left;
    font-size: 2.6rem;
    font-weight: 300;
    padding-top: 1.2rem;
    padding-bottom: 0.36em;
}

.second-menu ul {
    float: right;
    margin: 0 0 -1px;
    position: static !important;
}

.second-menu ul li {
    float: left;
    font-size: 1.8rem;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    padding: 0;
}

.second-menu ul li a {
    display: block;
    padding: 18px 15px 10px;
    border-bottom: solid 2px transparent;
    transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    line-height: 2.5rem;
    min-height: 55px;
}

.second-menu ul li a .count {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #2a2a3a;
    background-color: #00b5be;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    line-height: 2.5rem;
    margin: 0 0 0 3px;
}

.second-menu ul li.active a, .second-menu ul li a.active {
    color: white;
    border-bottom-color: white;
}

.second-menu ul li a:hover, .second-menu ul li a:focus {
    color: #01cdd8;
    border-bottom-color: #01cdd8;
}

.second-menu ul li a:hover.count, .second-menu ul li a:focus.count {
    background-color: #01cdd8;
}

/*** [ Main ] ***/
#page {
    overflow: hidden;
}

.grid {
    background: white;
    margin: 0 0 20px 0;
}

.grid:after {
    /* Or @extend clearfix */
    content: "";
    display: table;
    clear: both;
}

[class*='col-']:not(.col-title) {
    float: left;
    padding-right: 20px;
}

.grid [class*='col-']:not(.col-title):last-of-type {
    padding-right: 0;
}

.col-2-3 {
    width: 66.66%;
}

.col-1-3 {
    width: 33.33%;
}

.col-1-2 {
    width: 50%;
}

.col-1-4 {
    width: 25%;
}

.col-1-8 {
    width: 12.5%;
}

/* Opt-in outside padding */
.grid-pad {
    padding: 20px 0 20px 20px;
}

.grid-pad [class*='col-']:last-of-type {
    padding-right: 20px;
}

.featured-slider .swiper-slide {
    position: relative;
    height: 595px;
}

.featured-slider .swiper-slide .img {
    overflow: hidden;
    position: relative;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.featured-slider .swiper-slide .img:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.featured-slider .swiper-slide .img img {
    display: block;
    min-width: 100%;
    min-height: 100%;
}

@supports (object-fit: cover) {
    .featured-slider .swiper-slide .img img {
        object-fit: cover;
        height: 595px;
        min-width: 0;
        min-height: 0;
        width: 100%;
    }
}

.featured-slider .swiper-slide .container {
    position: relative;
    height: 595px;
}

.featured-slider .swiper-slide .container .content {
    position: absolute;
    left: 30px;
    bottom: 40px;
    max-width: 450px;
    font-size: 2.2rem;
    font-weight: 300;
}

.featured-slider .swiper-slide .container .content .title {
    font-size: 4.4rem;
    font-weight: 300;
    margin-bottom: 0.8rem;
}

.featured-slider .swiper-slide .container .logos {
    position: absolute;
    top: 125px;
    left: 30px;
}

.logos ul {
    margin: 0;
}

.logos ul li {
    margin: 0 0 11px;
    list-style: none;
}

/* movies slider */
.movie .title {
    margin-bottom: 1rem;
}

.movie .img {
    margin-bottom: 2rem;
}

.movie .img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    max-width: 300px;
}

.movie .tag {
    margin-bottom: 1.5rem;
}

.movie .tag img {
    vertical-align: bottom;
}

.content-film-grille-horaire .stickers,
.performance .under-info .stickers,
.movie .stickers {
    margin: 0;
    display: inline-block;
    margin-right: 7px;
    vertical-align: top;
    margin-bottom: 25px;
    float: left;
}
.content-duration-public-relative{
    position: relative;
    top: 3px;
}
.content-film-grille-horaire .stickers,
.performance .under-info .stickers{
    margin-bottom: 0;
}
.classic-content .stickers {
    margin-bottom: 0;
}
.content-film-grille-horaire .stickers li,
.performance .under-info .stickers li,
.movie .stickers li {
    margin: 0 3px;
    list-style: none;
    display: inline-block;
}

.content-film-grille-horaire .duration,
.content-film-grille-horaire .public,
.performance .under-info .duration,
.performance .under-info .public,
.movie .duration, .movie .public, .movie .date, .movie .desc {
    display: inline-block;
    color: #d4d6d7;
    font-size: 1.5rem;
    font-weight: 300;
}
.content-film-grille-horaire .public,
.performance .under-info .public{
    margin-left: 5px;
}
.movie .date, .movie .desc {
    display: block;
    margin-bottom: 17px;
}
.performance .title-movie{
    font-size: 18px;
}
.performance .under-info{
    margin-top: 5px;
    font-size: 15px;
    color: #9b9b9b;
}
.performance .under-info .duration,
.performance .under-info .public{
    color: #9b9b9b;
}
.content-film-grille-horaire .duration,
.content-film-grille-horaire .public{
    color: #d3d5d7;
}
.content-film-grille-horaire .public:before,
.performance .under-info .public:before{
    content: ' | ';
}
.movie .duration + .public:before {
    content: '| ';
}

.movie .desc {
    clear: both;
}

.movie .cta {
    clear: left;
    margin-top: 17px;
}

.movie:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.movie .release-date, .movie .points {
    clear: both;
    margin-top: 29px;
    color: #00b5be;
    font-size: 1.5rem;
    font-weight: 300;
}

.movie .desc + .release-date {
    margin-top: 0;
}

.movie .session {
    font-size: 1.8rem;
    color: #bed0d8;
    font-weight: 300;
    clear: both;
}

.movie .session em {
    font-weight: normal;
    color: white;
    font-style: normal;
}

.movie .sessions-list {
    clear: both;
    margin-top: 15px;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    margin-bottom: 13px;
}

.movie .checkbox {
    color: #01cdd8;
    font-size: 1.6rem;
    font-weight: normal;
}

.carousel-slider {
    padding: 22px 0 40px;
    position: relative;
    overflow: hidden;
}

.carousel-slider:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: background-color 0.15s ease-in-out;
    z-index: 2;
}

.carousel-slider .tabs-content-container {
    padding-bottom: 30px;
}

.carousel-slider .swiper-container {
    padding-top: 18px;
    z-index: 3;
    min-height: 620px;
}

.carousel-slider .background-image-container {
    position: absolute;
    left: -40px;
    right: -40px;
    top: -40px;
    bottom: -40px;
    background-size: cover;
    -moz-transition: background-image 0.3s linear;
    -webkit-transition: background-image 0.3s linear;
    transition: background-image 0.3s linear;
    z-index: 1;
}

.carousel-slider > .container {
    padding: 18px 40px 40px;
    z-index: 2;
}

.carousel-slider .swiper-slide {
    width: 240px;
    padding-top: 40px;
    margin: 0 20px 20px;
    transition: width 0.3s ease-in-out, padding 0.3s ease-in-out;
    overflow: visible;
}

.carousel-slider .swiper-slide.swiper-slide-active {
    width: 300px;
    padding-top: 0;
}

.carousel-slider .swiper-slide.swiper-slide-active .content {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.carousel-slider .swiper-slide.swiper-slide-active .img:before {
    opacity: 0;
}

.carousel-slider .swiper-slide .img {
    position: relative;
}

.carousel-slider .swiper-slide .img:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.carousel-slider .swiper-slide .content {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
}

.carousel-slider .title {
    width: 500px;
}

.carousel-slider .tabs {
    position: relative;
    z-index: 2;
}

.tabs {
    margin-bottom: 16px;
    font-size: 1.8rem;
    text-align: center;
}

.tabs ul {
    margin: 0;
}

.tabs ul li {
    display: inline;
    list-style: none;
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
}

.tabs ul li a {
    display: inline-block;
    padding: 0 7px 6px;
    position: relative;
    position: relative;
    transition: color 0.3s ease-out;
}

.tabs ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition: all 0.3s ease-out;
}

.tabs ul li a:hover, .tabs ul li a:focus, .tabs ul li a:active, .tabs ul li a.active {
    color: white;
    text-decoration: none;
}

.tabs ul li a:hover:before, .tabs ul li a:focus:before, .tabs ul li a:active:before, .tabs ul li a.active:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.tabs ul li a:before {
    height: 1px;
    top: auto;
    left: 7px;
    right: 7px;
}

/* show detail */
.show-detail {
    position: relative;
    padding-right: 280px;
    min-height: 320px;
}

.show-detail .title {
    margin-bottom: 40px;
    float: left;
}

.show-detail .date {
    font-size: 1.5rem;
    font-weight: 300;
    float: right;
    color: #787878;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-top: 15px;
}

.show-detail .subtitle, .show-detail .content {
    clear: both;
}

.show-detail .img {
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
    height: 320px;
    text-align: right;
    overflow: hidden;
}

.show-detail .img img {
    width: 100%;
    height: auto;
}

.show-detail .content {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.4;
}

.show-detail .content p {
    line-height: 1.4;
}

.show-detail footer .button {
    margin-bottom: 20px;
}

.show-detail footer .more {
    color: #9b9b9b;
    margin-bottom: 20px;
    display: inline-block;
    margin-left: 5px;
    float: right;
    margin-top: 6px;
}

.show-detail footer .more:before {
    content: none;
}

.show-detail footer .more:hover, .show-detail footer .more:focus {
    color: #01cdd8;
}

/* fiche film */
.featured {
    height: 665px;
    position: relative;
}

.featured .background-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.featured .background-image:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 432px;
    background: linear-gradient(transparent, black 66.6666%);
}

.featured .background-image img {
    display: block;
    min-width: 100%;
    min-height: 100%;
}

@supports (object-fit: cover) {
    .featured .background-image img {
        object-fit: cover;
        height: 100%;
        min-width: 0;
        min-height: 0;
        width: 100%;
    }
}

.featured .container {
    height: 100%;
}

.featured .container .movie {
    position: absolute;
    left: 40px;
    bottom: 40px;
}

.featured .container .movie .title {
    font-size: 6.5rem;
    line-height: 1;
    margin-bottom: 2rem;
}

.featured .container .movie p {
    font-size: 2.2rem;
    font-weight: 300;
    margin: 0 0 1rem;
}

.featured .container .movie .img {
    padding-right: 40px;
    width: 310px;
}

.featured .container .movie .img, .featured .container .movie .content {
    display: table-cell;
    vertical-align: bottom;
}

.featured .container .movie .date {
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: 10px;
    color: #01cdd8;
}

.featured .container .logos {
    position: absolute;
    right: 40px;
    bottom: 45px;
}

.featured .container .logos li {
    display: inline-block;
    vertical-align: middle;
    margin: 11px 0 0 15px;
}

.movie-detail .trailer {
    float: right;
    width: 39.83333%;
}

.movie-detail .content {
    float: left;
    width: 56.83333%;
}

.movie-detail .infos {
    color: #787878;
    font-weight: 300;
    font-size: 1.5rem;
    margin-bottom: 40px;
}

.movie-detail .infos:last-child {
    margin-bottom: 0;
}

.movie-detail .infos a {
    color: #01cdd8;
}

.movie-detail .infos a:hover, .movie-detail .infos a:focus {
    text-decoration: underline;
}

.movie-detail .desc {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 20px;
}

.movie-detail .desc p {
    line-height: 1.4;
}

.movie-detail .date {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #9b9b9b;
}

.movie-detail.premiere .infos {
    font-size: 1.8rem;
    font-weight: normal;
}

.movie-detail.premiere .content {
    width: auto;
    float: none;
}

.sessions {
    position: relative;
    overflow: hidden;
}

.sessions .background-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
}

.sessions .background-image:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.sessions .background-image img {
    display: block;
    min-width: 100%;
    min-height: 100%;
}

@supports (object-fit: cover) {
    .sessions .background-image img {
        object-fit: cover;
        height: 100%;
        min-width: 0;
        min-height: 0;
        width: 100%;
    }
}

.sessions .container {
    padding: 40px;
}

.sessions .title {
    float: left;
    margin-bottom: 10px;
}

.sessions .dates {
    float: right;
    color: #bebebe;
    font-size: 1.5rem;
    margin: 15px 0 14px 20px;
    font-weight: 300;
}

.sessions .dates + * {
    clear: both;
}

.sessions .legends {
    clear: both;
}

.legends {
    margin: 0 0 40px;
}

.legends li {
    display: inline-block;
    list-style: none;
    margin: 0 15px 5px 0;
    font-size: 1.5rem;
    font-weight: 300;
}

.legends li:before {
    content: '\e918';
    font-family: icomoon;
    font-weight: normal;
    font-size: 6px;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 18px;
    border: solid 1px #01cdd8;
    position: relative;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
}

.legends li.dark-blue:before {
    border-color: #0295e1;
}

.legends li.yellow:before {
    border-color: #f48b00;
}

.legends li.red:before {
    border-color: #ea4853;
}

.legends li.white:before {
    border-color: white;
}

.legends li span {
    color: #bebebe;
    display: inline-block;
    vertical-align: middle;
}

.sessions-list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.sessions-list .day {
    margin-bottom: 13px;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    break-inside: avoid-column;
    /* IE 11 */
    overflow: hidden;
}

.sessions-list .date {
    color: #9b9b9b;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.sessions-list ul {
    margin: 0;
}

.sessions-list ul li {
    display: inline-block;
    width: 100px;
    margin: 0 7px 10px 0;
}

.sessions-list ul li .button {
    display: block;
    text-align: center;
    padding: 6px;
    margin-bottom: 9px;
    margin-right: 0;
}

.sessions-list ul li .icon {
    margin-right: -3px;
}

.sessions-list ul li .icon:before {
    font-size: 2rem;
}

.gallery {
    margin: 20px -5px 45px;
}

.gallery:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.gallery li {
    float: left;
    width: 25%;
    padding: 0 5px;
    margin: 0 0 20px;
    list-style: none;
    transition: opacity 0.5s ease-in-out;
    overflow: hidden;
}

.gallery li img {
    width: 100%;
    display: block;
    height: auto;
}

.gallery.photo-gallery:hover li {
    opacity: 0.33;
}

.gallery.photo-gallery:hover li:hover {
    opacity: 1;
}

.gallery.photo-gallery li {
    margin-bottom: 10px;
}

.trailer img {
    vertical-align: bottom;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.trailer a {
    display: block;
    position: relative;
    text-align: left;
}

.trailer a:before {
    content: '';
    position: absolute;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: background-color 0.2s ease-in-out;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -35px;
}

.trailer a:after {
    content: '\e917';
    font-family: icomoon;
    font-weight: normal;
    font-size: 24px;
    color: white;
    border: solid 2px white;
    position: absolute;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    padding-left: 22px;
    line-height: 60px;
}

.trailer a:hover:before, .trailer a:focus:before {
    background-color: black;
}

.trailer .title {
    margin: 5px 0;
    color: #9b9b9b;
    font-size: 1.5rem;
    font-weight: normal;
}

/* reviews / critiques */
.reviews {
    margin: 0 -20px;
}

.reviews li {
    float: left;
    width: 33.3333%;
    padding: 0 20px;
    margin-bottom: 60px;
    list-style: none;
}

.reviews li:nth-child(3n+1) {
    clear: left;
}

.review .title {
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 2rem;
}

.review .desc {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.4;
}

.review .desc p {
    line-height: 1.4;
}

.review .desc p:last-child {
    margin-bottom: 0;
}

.toggle-list-container .toggle {
    display: none;
}

.toggle-list-container .toggle-button .toggled-text {
    display: none;
}

.toggle-list-container.opened .toggle-button .toggled-text {
    display: block;
}

.toggle-list-container.opened .toggle-button .text {
    display: none;
}

/* fiche auteur */
.person #follow-button {
    display: inline-block;
    color: #01cdd8;
}

.person #follow-button img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
}

.person #follow-button span {
    vertical-align: middle;
    display: inline-block;
    padding-top: 4px;
}

/* liste de réseaux sociaux, partage */
.follow-links {
    margin: 0;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
}

.follow-links li {
    list-style: none;
    margin-bottom: 0;
    font-size: 1.8rem;
    color: #bed0d8;
    font-weight: 300;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    break-inside: avoid-column;
    /* IE 11 */
    overflow: hidden;
}

.follow-links li a {
    display: inline-block;
    padding-bottom: 10px;
}

.follow-links li a:before {
    content: '\e919';
    font-family: icomoon;
    font-weight: normal;
    color: #f48b00;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 10px;
    font-size: 16px;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 33px;
    border: solid #f48b00 1px;
    border-radius: 50%;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.follow-links li a:hover, .follow-links li a:focus {
    color: #f48b00;
}

.follow-links li a:hover:before, .follow-links li a:focus:before {
    background-color: #f48b00;
    color: white;
}

.follow-links li.facebook a:before {
    content: '\e912';
    color: #4278ea;
    border-color: #4278ea;
    font-size: 18px;
}

.follow-links li.facebook a:hover, .follow-links li.facebook a:focus {
    color: #4278ea;
}

.follow-links li.facebook a:hover:before, .follow-links li.facebook a:focus:before {
    background-color: #4278ea;
    color: white;
}

.follow-links li.instagram a:before {
    content: '\e910';
    color: #fc5c84;
    border-color: #fc5c84;
    font-size: 18px;
}

.follow-links li.instagram a:hover, .follow-links li.instagram a:focus {
    color: #fc5c84;
}

.follow-links li.instagram a:hover:before, .follow-links li.instagram a:focus:before {
    background-color: #fc5c84;
    color: white;
}

.follow-links li.twitter a:before {
    content: '\e911';
    color: #35caff;
    border-color: #35caff;
    font-size: 18px;
}

.follow-links li.twitter a:hover, .follow-links li.twitter a:focus {
    color: #35caff;
}

.follow-links li.twitter a:hover:before, .follow-links li.twitter a:focus:before {
    background-color: #35caff;
    color: white;
}

.follow-links li.youtube a:before {
    content: '\e913';
    color: #ff5858;
    border-color: #ff5858;
    font-size: 18px;
}

.follow-links li.youtube a:hover, .follow-links li.youtube a:focus {
    color: #ff5858;
}

.follow-links li.youtube a:hover:before, .follow-links li.youtube a:focus:before {
    background-color: #ff5858;
    color: white;
}

/* fiche acteur / realisateur */
.person .title {
    font-size: 6.5rem;
    font-weight: 300;
    margin: 0 0 1rem;
}

.person .subtitle {
    font-size: 2.2rem;
    color: #eaebec;
    font-weight: 300;
    margin: 0 0 1rem;
}

.person .desc {
    font-size: 1.5rem;
    color: #d4d6d7;
    font-weight: 300;
    margin-bottom: 2.7rem;
}

.movie-list {
    background: black;
    position: relative;
    overflow: hidden;
}

.movie-list .background-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    transition: background 0.3s ease-in-out;
    background-attachment: fixed;
}

.movie-list .background-image:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.movie-list .background-image img {
    display: block;
    min-width: 100%;
    min-height: 100%;
}

@supports (object-fit: cover) {
    .movie-list .background-image img {
        object-fit: cover;
        height: 100%;
        min-width: 0;
        min-height: 0;
        width: 100%;
    }
}

.movie-list .movie {
    padding: 20px 40px;
    background: transparent;
    transition: background-color 0.3s ease-in-out;
    position: relative;
}

.movie-list .movie:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.movie-list .movie:hover .img > img {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
}

.movie-list .movie:hover .img .trailer {
    text-align: right;
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.movie-list .movie:first-child {
    padding-top: 40px;
}

.movie-list .movie:last-child {
    border-bottom: 40px;
}

.movie-list .movie .container {
    max-width: 1094px;
}

.movie-list .movie .container:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.movie-list .movie .img {
    float: left;
    margin-right: 3.65631%;
    width: 29.25046%;
    max-height: 200px;
    text-align: right;
    position: relative;
}

.movie-list .movie .img img {
    max-width: 100%;
}

.movie-list .movie .img > img {
    max-height: 200px;
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.15s ease-in-out, visibility 0s ease-in-out 0s;
}

.movie-list .movie .img .trailer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
    text-align: right;
}

.movie-list .movie .content {
    overflow: auto;
    max-width: 580px;
}

.movie-list .movie .stickers {
    margin-bottom: 1.5rem;
}

.movie-list .movie .desc {
    margin-bottom: 2rem;
    margin-top: 1.7rem;
}

.movie-list .background-image + .movie {
    padding-top: 40px;
}

/* fidélité mon compte */
.loyalty-container {
    margin: 0 -20px;
}

.loyalty-container:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.loyalty-container .loyalty {
    float: left;
    width: 33.3333%;
    padding: 0 20px;
}
.loyalty-container .loyalty.width-50 {
    width: 50%;
}

.loyalty-container .loyalty:nth-child(3n+1) {
    clear: left;
}

.loyalty-container .loyalty .img {
    margin-bottom: 30px;
}

.loyalty-container .loyalty .img img {
    max-width: 100%;
    height: auto;
}

.loyalty-container .loyalty .desc {
    font-size: 1.8rem;
    font-weight: 300;
    color: #bebebe;
    margin-bottom: 30px;
}

.loyalty-container .loyalty .desc strong {
    font-weight: inherit;
    color: #ffcf83;
}

.counter {
    margin-bottom: 30px;
    min-height: 150px;
    min-width: 150px;
    position: relative;
    display: inline-block;
}

.counter .figure {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px;
    color: #ffcf83;
    text-align: center;
    padding-top: 46px;
}

@supports (display: flex) {
    .counter .figure {
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.counter .figure .number {
    font-size: 5rem;
    font-weight: 100;
    line-height: 1;
}

.counter .figure .unit {
    font-size: 1.8rem;
    font-weight: 300;
}

.counter .figure .gift {
    margin-top: 10px;
    font-size: 1.8rem;
    font-weight: normal;
}

.svg-circle {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.svg-circle circle {
    transition: stroke-dashoffset 1s ease-in-out;
    stroke: black;
    stroke-width: 16px;
}

.svg-circle circle.percent {
    stroke: #ffcf83;
    stroke-linecap: round;
}

.loyalty-badges {
    margin-right: -40px;
}

.loyalty-badges ul {
    margin: 0;
}

.loyalty-badges ul:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.loyalty-badges ul li {
    margin: 0 10px 10px 0;
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden;
    padding: 3px;
    position: relative;
}

.loyalty-badges ul li a {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    cursor: default;
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
}

.loyalty-badges ul li a span {
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    padding: 10px;
    font-size: 1.4rem;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.15s ease-in;
    /*transform: translate3d(-100%,0,0);
          transition: transform 0.2s ease-in, opacity 0s ease-in 0.2s;*/
    background-image: linear-gradient(269deg, #888888, #ededed 47%, #8d8d8d, #a1a1a1);
    border-radius: 50%;
    box-sizing: border-box;
    border: 3px solid #fff;
}

.loyalty-badges ul li a img {
    vertical-align: top;
    opacity: 1;
    width: 100%;
}

.loyalty-badges ul li a:hover span, .loyalty-badges ul li a:focus span {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
    transition-timing-function: ease-out;
}

.loyalty-badges ul li.locked a:before {
    content: '\e91c';
    font-size: 14px;
    font-family: icomoon;
    font-weight: normal;
    width: 26px;
    height: 26px;
    left: 50%;
    top: 50%;
    margin: -13px 0 0 -13px;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    line-height: 24px;
    color: white;
    position: absolute;
    border-radius: 50%;
}

.loyalty-badges ul li.locked a span {
    transform: translate3d(0, 0, 0);
    transition: opacity 0.15s ease-in;
}

.loyalty-badges ul li.locked img {
    display: none;
}

.loyalty-badges .desc {
    font-size: 2.2rem;
    color: #bebebe;
    font-weight: 300;
    margin: 12px 0;
}

.loyalty-badges.large {
    text-align: center;
    max-width: 770px;
    margin: 48px auto 0;
}

.loyalty-badges.large ul li {
    width: 118px;
    height: 118px;
    padding: 5px;
    margin: 0 18px 36px;
}

.loyalty-badges.large ul li a {
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
}

.loyalty-badges.large ul li a img {
    width: 106px;
    height: 106px;
}

.loyalty-badges.large ul li.locked a:before {
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: -22px 0 0 -22px;
    font-size: 22px;
}

.loyalty-badges.large ul li span {
    font-size: 2.4rem;
}

/* tickets, list e-billets */
.tickets {
    margin-bottom: 3rem;
}

.tickets > .title {
    font-size: 2rem;
    color: #787878;
    font-weight: normal;
    margin-bottom: 1rem;
}

.tickets-list {
    margin: 0;
    display: table;
    width: 100%;
    background: linear-gradient(to bottom, #141414, #122327);
}

.tickets-list > li {
    margin: 0;
    list-style: none;
    display: table-row;
    transition: background-color 0.15s ease-in-out;
}

.tickets-list > li:hover {
    background: #122327;
}

.tickets-list > li > div {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 33.3333%;
    padding: 15px 19px;
}

.tickets-list > li > div:first-child {
    padding-left: 40px;
}

.tickets-list > li > div:last-child {
    padding-right: 40px;
}

.tickets-list > li > div:nth-child(2) {
    position: relative;
}

.tickets-list > li > div:nth-child(2):before, .tickets-list > li > div:nth-child(2):after {
    content: '';
    width: 1px;
    top: 15px;
    bottom: 15px;
    left: 0;
    background: #217082;
    position: absolute;
}

.tickets-list > li > div:nth-child(2):after {
    left: auto;
    right: 0;
}

.tickets-list .movie:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.tickets-list .movie .img {
    float: left;
    margin-right: 15px;
    max-width: 68px;
    margin-bottom: 0;
}

.tickets-list .movie .content {
    overflow: auto;
}

.tickets-list .movie .content .title {
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
}

.tickets-list .movie .content .stickers {
    margin-bottom: 1.4rem;
}

.tickets-list .movie .content .points {
    margin-top: 1.4rem;
    color: #00b5be;
}

.tickets-list .details .time {
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 0.5rem;
}

.tickets-list .details .date {
    float: left;
    font-size: 1.8rem;
    font-weight: 300;
}

.tickets-list .details .nb-place {
    float: right;
    font-size: 1.8rem;
    color: #01cdd8;
    font-weight: 300;
    position: relative;
    cursor: default;
}

.tickets-list .details .nb-place .place-detail {
    position: absolute;
    left: 50%;
    width: 140px;
    top: 100%;
    margin-top: 10px;
    margin-left: -70px;
    border-radius: 2px;
    background-color: rgba(74, 74, 74, 0.9);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
    font-size: 1.4rem;
    color: #bebebe;
    padding: 8px 10px;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 50px, 0);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
}

.tickets-list .details .nb-place:hover .place-detail {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
}

.tickets-list .details .infos {
    padding-top: 1.8rem;
    clear: both;
    font-size: 1.2rem;
    color: #787878;
}

.tickets-list .price-container {
    vertical-align: middle;
    width: auto;
}

.tickets-list .price-container .price {
    font-size: 2.2rem;
    font-weight: 300;
}

.tickets-list .price-container + .actions {
    padding-left: 0;
}

.tickets-list .actions {
    width: 250px;
    text-align: right;
}

.tickets-list .actions > .title {
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 1.3rem;
}

.tickets-list .actions .buttons {
    white-space: nowrap;
    margin-bottom: 6px;
}

.tickets-list .actions .button {
    margin-right: 0;
    margin-left: 10px;
    padding-left: 2px;
    padding-right: 2px;
    min-width: 110px;
    text-align: center;
    margin-bottom: 10px;
}

.tickets-list .actions .button:first-child {
    margin-left: 0;
}

/* cartes */
.cards:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.cards .card {
    float: left;
    width: 50%;
    padding-left: 20px;
    margin-bottom: 40px;
}

.cards .card .title {
    color: #9b9b9b;
    font-size: 2rem;
    margin: 0 0 1rem;
    font-weight: normal;
}

.cards .card:nth-child(2n+1) {
    clear: left;
    padding-left: 0;
    padding-right: 20px;
}

.cards .card .img {
    max-width: 46.55172%;
    float: left;
    margin-right: 6.89655%;
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.cards .card .img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.cards .card .content {
    overflow: auto;
}

.cards .card .name {
    margin: 0 0 1rem;
    font-size: 2.6rem;
    font-weight: normal;
}

.cards .card .desc {
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.cards .card .expiration {
    font-size: 1.8rem;
}

.cards .card .expiration .expired {
    color: #fd606c;
}

.cards .card .expiration .label {
    margin-bottom: 1rem;
    display: block;
}

.cards .card .price {
    font-size: 1.5rem;
    font-weight: 300;
}

.offers .cards .card {
    float: left;
    width: 33.3333%;
    padding: 0 3.33333%;
    margin-bottom: 0;
    margin-top: 40px;
}

.offers .cards .card:nth-child(2n+1) {
    clear: none;
}

.offers .cards .card:nth-child(3n+1) {
    clear: left;
}

.offers .cards .card .title {
    margin: 0;
    color: white;
}

.offers .cards .card .img {
    float: none;
    width: auto;
    margin: 30px auto;
    max-width: 280px;
}

.profile-picture,
.card-picture {
    text-align: center;
}

.profile-picture .img,
.card-picture .img {
    display: inline-block;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.profile-picture .img img,
.card-picture .img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.profile-picture .button,
.card-picture .button {
    margin-right: 0;
}

.card-picture .img {
    border: 1px solid #787878;
}

.push {
    background: url("../img/styles/bg_push.jpg") center center;
    background-size: cover;
    padding: 30px 10px 30px 20px;
    height: 284px;
}

.push:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.push .img {
    width: 44.44444%;
    padding: 0 10px;
    float: left;
    text-align: center;
}

.push .img img {
    max-width: 100%;
    height: auto;
}

.push .content {
    width: 51.85185%;
    float: right;
}

.push p {
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 2.2rem;
}

.push .title {
    font-size: 2.6rem;
    font-weight: 300;
}

/* connecxion */
.full-screen-popin {
    position: fixed;
    padding-top: 49px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 200;
    background: linear-gradient(to bottom, #141414, #142e36);
    text-align: center;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out 0s, visibility 0s ease-in-out 0.3s;
}

.full-screen-popin.opened {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.full-screen-popin > .content {
    margin-bottom: 80px;
}

.full-screen-popin > .content:last-child {
    margin-bottom: 0;
}

.full-screen-popin .form-title {
    font-size: 2.6rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 4rem;
}

.full-screen-popin header {
    background: black;
    padding: 9px 60px 12px;
    border-bottom: #787878 solid 1px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
}

.full-screen-popin header .screen-title {
    color: #bebebe;
    font-size: 2.2rem;
    font-weight: 300;
    margin: 0;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.full-screen-popin header .back, .full-screen-popin header .close {
    position: absolute;
    height: 50px;
    width: 50px;
    text-indent: -999em;
    overflow: hidden;
    cursor: pointer;
    left: 0;
    top: 0;
    transition: color 0.15s ease-in-out;
}

.full-screen-popin header .back:hover, .full-screen-popin header .close:hover {
    color: #01cdd8;
}

.full-screen-popin header .back:before, .full-screen-popin header .close:before {
    content: '\e905';
    font-family: icomoon;
    font-size: 24px;
    font-weight: normal;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    line-height: 50px;
    text-indent: 0;
}

.full-screen-popin header .close {
    left: auto;
    right: 0;
}

.full-screen-popin header .close:before {
    content: '\e901';
}

.full-screen-popin .content h1 {
    font-size: 4rem;
    font-weight: 100;
    margin: 0 0 4rem;
}

.full-screen-popin .content p {
    font-size: 1.8rem;
    font-weight: 300;
}

.full-screen-popin .container {
    max-width: 404px;
    padding: 25px 5px;
    margin: 0 auto;
}

.full-screen-popin a {
    color: #01cdd8;
}

.full-screen-popin a:not(.button):hover, .full-screen-popin a:not(.button):focus {
    text-decoration: underline;
}

.full-screen-popin .fb-connect {
    color: white;
}

.full-screen-popin .fb-connect:hover, .full-screen-popin .fb-connect:focus {
    text-decoration: none;
}

.full-screen-popin form {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 300;
}

.full-screen-popin .form-item {
    margin-bottom: 2rem;
}

.full-screen-popin .mdp {
    display: inline-block;
    margin-bottom: 2rem;
}

.full-screen-popin .form-actions .form-item {
    margin-bottom: 0;
}

.full-screen-popin .form-actions .button {
    margin-right: 0;
    float: right;
}

.full-screen-popin .form-actions .back-action {
    float: left;
    font-weight: normal;
    font-size: 1.6rem;
    color: #9b9b9b;
    display: inline-block;
    padding: 6px 0;
}

.full-screen-popin .popin-center-message {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    margin-top: 50%;
}

/* search results */
#autocomplete {
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    border-top: solid 1px #01cdd8;
    background: linear-gradient(to bottom, #141414 66%, #142e36);
    max-height: 550px;
    max-height: 100vh;
    max-height: calc(100vh - 55px);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out 0s, visibility 0s ease-in-out 0.3s;
    z-index: 100;
}

#autocomplete footer {
    background: rgba(2, 171, 215, 0.25);
}

#autocomplete footer .container {
    max-width: 650px;
    padding: 15px;
}

#autocomplete footer a {
    color: #00e0ec;
    font-size: 1.5rem;
    font-weight: normal;
}

#autocomplete footer a:hover, #autocomplete footer a:focus {
    color: #00e0ec;
    text-decoration: underline;
}

.autocompletion-opened #autocomplete {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

#autocomplete .search-list .search-result {
    padding: 20px;
}

#autocomplete .search-list .search-result:last-child {
    padding-bottom: 20px;
}

#autocomplete .search-list .movie {
    max-width: 620px;
}

#autocomplete .search-list .movie .img {
    max-width: 68px;
    margin-right: 15px;
}

#autocomplete .search-list .movie .title {
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
}

#autocomplete .search-list .movie .cta {
    margin-top: 12px;
}

#autocomplete .search-list .movie .stickers {
    margin-bottom: 12px;
}

.search-list {
    background: linear-gradient(to bottom, #141414 66%, #142e36);
}

.search-list .search-result {
    padding: 40px;
    transition: background-color 0.15s ease-in-out;
}

.search-list .search-result:last-child {
    padding-bottom: 70px;
}

.search-list .search-result:hover {
    background: #122327;
}

.search-list .movie {
    max-width: 1200px;
    margin: 0 auto;
}

.search-list .movie .img {
    max-width: 150px;
    float: left;
    margin-right: 30px;
    margin-bottom: 0;
}

.search-list .movie .content {
    overflow: auto;
}

.search-list .movie p {
    font-size: 1.5rem;
    color: #bed0d8;
    margin-bottom: 1rem;
    font-weight: 300;
    margin-top: 0;
}

.search-list .movie p:last-child {
    margin-bottom: 0;
}

.search-list .movie .upcoming-date {
    color: #00b5be;
    font-size: 1.5rem;
    font-weight: 300;
}

.results-details {
    padding: 95px 0 0;
    border-bottom: solid 1px #787878;
}

.results-details .search-term {
    font-size: 2.6rem;
    font-weight: 300;
    display: inline-block;
    margin-right: 10px;
}

.results-details .nb-results {
    font-size: 1.5rem;
    font-weight: 300;
    color: #9b9b9b;
}

.results-details .container {
    padding: 10px 40px;
}

/* ajout au panier */
#cart {
    background: #141414;
}

#cart footer {
    padding: 23px 40px;
    background: #2a2a2a;
    border-top: #787878 solid 1px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: right;
    font-weight: 300;
    font-size: 1.8rem;
    z-index: 10;
}

#cart footer .button {
    margin-right: 0;
    margin-left: 40px;
}

#cart footer .button:hover, #cart footer .button:focus {
    text-decoration: none;
}

#cart footer .total {
    font-size: 1.8rem;
}

#cart footer .total strong {
    font-weight: 500;
}

.cart-summary {
    padding: 20px;
    background: linear-gradient(to bottom, #141414, #142e36);
}

.cart-summary:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.cart-summary .movie {
    float: left;
    width: 66%;
    text-align: left;
}

.cart-summary .movie .img {
    float: left;
    margin: 0 15px 0 0;
    max-width: 78px;
}

.cart-summary .movie .content {
    overflow: auto;
}

.cart-summary .movie .title {
    font-size: 2.2rem;
}

.cart-summary .profile {
    float: right;
    width: 33%;
    text-align: right;
    color: white;
    font-size: 1.8rem;
    font-weight: 300;
}

.cart-summary .profile .img {
    display: inline-block;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 3px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.cart-summary .profile .img img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.cart-summary .profile .status {
    font-size: 2.2rem;
    color: #afafaf;
    font-weight: 300;
}

.cart-summary .profile p:last-child {
    margin-bottom: 0;
}

.cart-summary.cart-summary-total {
    padding: 20px 40px;
}

.cart-summary.cart-summary-total .movie {
    width: auto;
    float: none;
}

.cart-summary.cart-summary-total .movie .img {
    margin-right: 0;
    width: 150px;
    max-width: none;
}

.cart-summary.cart-summary-total .movie .img + .content {
    margin-left: 190px;
}

.cart-summary.cart-summary-total .movie .title {
    font-size: 3rem;
}

.places .selected {
    font-size: 2.8rem;
    font-weight: 300;
    margin-bottom: 0.5rem;
}

.places .selected em {
    font-style: normal;
}

.places .available {
    font-size: 1.7rem;
    font-weight: 300;
    margin-bottom: 2.8rem;
    color: #9b9b9b;
}

.places .available em {
    font-style: normal;
}

.tooltipster-dark.info-disabled {
    max-width: 330px;
}

.tooltipster-dark .tooltipster-box {
    background: #2a2a2a;
    border: none;
    border-radius: 2px;
}

.tooltipster-dark.tooltipster-right .tooltipster-arrow-background, .tooltipster-dark.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #2a2a2a;
}

#connexion,
#contact-details {
    z-index: 999;
}

.error-card-picture,
.error-profile-picture {
    color: #ff5a5a;
    margin: 5px 5px 10px;
    font-size: 14px;
}

.place-selector {
    margin-bottom: 3rem;
    padding: 6px 0;
}

.place-selector:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.place-selector.a_pack.disabled {
    background-color: #212121;
}

.place-selector.a_pack.disabled .form-counter ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #3B3B3B;
    opacity: 1;
}

.place-selector.a_pack.disabled .form-counter ::-moz-placeholder {
    /* Firefox 19+ */
    color: #3B3B3B;
    opacity: 1;
}

.place-selector.a_pack.disabled .form-counter :-ms-input-placeholder {
    /* IE 10+ */
    color: #3B3B3B;
    opacity: 1;
}

.place-selector.a_pack.disabled .form-counter :-moz-placeholder {
    /* Firefox 18- */
    color: #3B3B3B;
    opacity: 1;
}

.place-selector.a_pack.disabled .form-counter .bt-minus.disabled:before, .place-selector.a_pack.disabled .form-counter .bt-minus.disabled:after, .place-selector.a_pack.disabled .form-counter .bt-plus.disabled:before, .place-selector.a_pack.disabled .form-counter .bt-plus.disabled:after {
    background: #3B3B3B;
}

.place-selector.a_pack.disabled .form-counter .bt-minus.disabled:before:hover, .place-selector.a_pack.disabled .form-counter .bt-minus.disabled:after:hover, .place-selector.a_pack.disabled .form-counter .bt-plus.disabled:before:hover, .place-selector.a_pack.disabled .form-counter .bt-plus.disabled:after:hover {
    background: #3B3B3B;
}

.place-selector .form-counter {
    float: left;
    width: 130px;
    position: relative;
}

.place-selector .form-counter .form-nb {
    width: 100%;
    background: none;
    border: none;
    height: 53px;
    line-height: 53px;
    padding: 0;
    font-size: 4rem;
    color: #01cdd8;
    font-weight: normal;
    text-align: center;
}

.place-selector .form-counter .form-nb.error {
    color: #ff5a5a;
}

.place-selector .form-counter ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #292929;
    opacity: 1;
}

.place-selector .form-counter ::-moz-placeholder {
    /* Firefox 19+ */
    color: #292929;
    opacity: 1;
}

.place-selector .form-counter :-ms-input-placeholder {
    /* IE 10+ */
    color: #292929;
    opacity: 1;
}

.place-selector .form-counter :-moz-placeholder {
    /* Firefox 18- */
    color: #292929;
    opacity: 1;
}

.place-selector .form-counter .bt-minus, .place-selector .form-counter .bt-plus {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
}

.place-selector .form-counter .bt-minus.disabled:before, .place-selector .form-counter .bt-minus.disabled:after, .place-selector .form-counter .bt-plus.disabled:before, .place-selector .form-counter .bt-plus.disabled:after {
    background: #292929;
}

.place-selector .form-counter .bt-minus.disabled:before:hover, .place-selector .form-counter .bt-minus.disabled:after:hover, .place-selector .form-counter .bt-plus.disabled:before:hover, .place-selector .form-counter .bt-plus.disabled:after:hover {
    background: #292929;
}

.place-selector .form-counter .bt-plus {
    left: auto;
    right: 0;
}

.place-selector .description {
    margin-left: 136px;
    text-align: left;
    font-size: 1.5rem;
    color: #d4d6d7;
    font-weight: 300;
}

.place-selector .description .title {
    font-size: 2rem;
    font-weight: 500;
    color: white;
}

.place-selector .description .subtitle {
    font-size: 1.2rem;
    font-weight: normal;
    color: #787878;
}

.place-selector .form-item {
    clear: both;
    background: #212121;
    padding: 4px 10px 10px 10px;
    text-align: right;
}

.place-selector .form-item .subcontent {
    display: inline-block;
    text-align: left;
}

.place-selector .form-item .unbordered-button {
    margin-left: 10px;
    height: 22px;
}

.place-selector .error-form-item {
    font-size: 12px;
    font-weight: 300;
    text-align: right;
    color: #ff5a5a;
    position: relative;
    margin-top: 2px;
}

.place-selector .info-form-item {
    font-size: 12px;
    font-weight: 300;
    text-align: right;
    color: #9b9b9b;
    position: relative;
    margin-top: 2px;
}

.place-selector .add_another_prepayed {
    font-size: 16px;
    text-align: center;
    color: #9b9b9b;
    display: block;
    text-decoration: none;
    margin-top: 16px;
}

.place-selector .add_another_prepayed:hover {
    color: #00e0ec;
    text-decoration: none;
}

.content-prepayed-card .form-item {
    margin-bottom: 0;
}

/* achat pack */
.content-cart-pack {
    text-align: left;
    padding: 40px;
}

.content-cart-pack > .title {
    font-size: 2.6rem;
    width: 300;
    margin-bottom: 2rem;
    color: #afafaf;
}

.content-cart-pack > .title strong {
    font-weight: 300;
    color: white;
}

.content-cart-pack > .infos {
    float: right;
    color: #787878;
    font-size: 1.5rem;
    font-weight: 300;
}

.content-cart-pack .tab-content-container2 {
    border-top: solid 1px #2a2a2a;
    padding-top: 30px;
}

.tabs2 {
    margin: 0;
}

.tabs2:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.tabs2 li {
    float: left;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.8rem;
    list-style: none;
    margin: 0;
}

.tabs2 li a {
    padding: 0 15px 11px;
    display: block;
    color: inherit;
    position: relative;
}

.tabs2 li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #01cdd8;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
}

.tabs2 li a:hover, .tabs2 li a:focus {
    color: #01cdd8;
    text-decoration: none;
}

.tabs2 li.active a {
    color: #01cdd8;
}

.tabs2 li.active a:before {
    opacity: 1;
}

.pack-list {
    margin: 0 -10px;
}

.pack-list:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.pack-list li {
    float: left;
    width: 187px;
    padding: 10px;
    list-style: none;
    color: #d4d6d7;
    font-size: 1.5rem;
    font-weight: 300;
    position: relative;
    margin: 0 20px 20px 0;
    transition: background-color 0.15s ease-in-out;
}

.pack-list li .img {
    margin-bottom: 7px;
}

.pack-list li .img img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.pack-list li .title {
    color: white;
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: .7rem;
}

.pack-list li .time {
    margin-bottom: 9px;
}

.pack-list li .button-select {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    line-height: 40px;
    text-indent: -999em;
    overflow: hidden;
    text-align: left;
}

.pack-list li .button-select:before, .pack-list li .button-select:after {
    content: '';
    width: 19px;
    height: 3px;
    background: white;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -2px;
    transition: background-color 0.15s ease-in-out;
}

.pack-list li .button-select:after {
    width: 3px;
    height: 19px;
    margin-left: -2px;
    margin-top: -10px;
}

.pack-list li .button-select:hover:before, .pack-list li .button-select:hover:after, .pack-list li .button-select:focus:before, .pack-list li .button-select:focus:after {
    background-color: #01cdd8;
}

.pack-list li .button-select.disabled {
    cursor: default;
}

.pack-list li .button-select.disabled:before, .pack-list li .button-select.disabled:after {
    background-color: #292929;
}

.pack-list li.active {
    background-color: #303335;
}

.pack-list li.active .button-select:before {
    background: #01cdd8;
}

.pack-list li.active .button-select:after {
    content: none;
}

.page-seances {
    padding-top: 187px;
}
.cart-table {
    width: 670px;
}

.cart-table.big {
    width: 800px;
}

/* séances */
.action_grilleHoraire .subfilter{
    height: 50px;
    background-color: rgba(0, 0, 0, 0.85);
    border-bottom: 1px solid #393939;
    position: relative;
}
.action_grilleHoraire .subfilter .container{
    padding: 0;
    position: relative;
}

.action_grilleHoraire{
    padding-top: 237px;
}
.action_grilleHoraire .subfilter .left-button{
    width: 190px;
    color: #fff;
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
}
.action_grilleHoraire .subfilter .right-button{
    position: absolute;
    color: #fff;
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
    right: 25px;
    top: 0;
}
.action_grilleHoraire .subfilter .left-button span,
.action_grilleHoraire .subfilter .right-button span {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.15s ease-in-out;
    opacity: 1;
    color: white;
    cursor: pointer;
}

.action_grilleHoraire .subfilter .left-button span:before,
.action_grilleHoraire .subfilter .right-button span:before {
    content: '\e905';
    font-family: icomoon;
    font-weight: normal;
    font-size: 20px;
}

.action_grilleHoraire .subfilter .left-button span:hover,
.action_grilleHoraire .subfilter .left-button span:focus,
.action_grilleHoraire .subfilter .right-button span:hover,
.action_grilleHoraire .subfilter .right-button span:focus {
    color: #01cdd8;
}

.action_grilleHoraire .subfilter .left-button span.disabled,
.action_grilleHoraire .subfilter .right-button span.disabled {
    color: white;
    opacity: 0.3;
    cursor: default;
}

.action_grilleHoraire .subfilter .right-button span:before {
    content: '\e904';
}
.action_grilleHoraire .subfilter ul{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 1085px
}
.action_grilleHoraire .subfilter ul li{
    margin: 0;
    list-style: none;
    border-left: #393939 solid 1px;
    position: relative;
    float: left;
    line-height: 50px;
    width: 155px;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 300;
}
.action_grilleHoraire .subfilter ul li.minor{
    font-size: 14px;
    color: #9b9b9b;
}


.action_grilleHoraire #header,
.page-seances #header {
    transition: background-color 0.3s linear, transform 0.3s linear;
    background: #141414;
}

.action_grilleHoraire.scroll-down,
.page-seances.scroll-down {
    padding-top: 0;
}

.action_grilleHoraire.scroll-down #header,
.page-seances.scroll-down #header {
    background: transparent;
    transform: translate3d(0, -148px, 0);
    transition: background-color 0.3s linear 0.3s, transform 0.3s linear;
}

.action_grilleHoraire .filters > ul > li .filter-toggle:before {
    right: 12px;
}

#grille-tele-ajax .column-info-salle {
    width: 195px;
    height: 80px;
    display: block;
    left: 0;
    position: absolute;
    border-right: 1px solid;
}

.salle_Cezanne .column-info-salle {
    color: #0295e1;
}

.salle_Renoir .column-info-salle {
    color: #f48b00;
}

.salle_Mazarin .column-info-salle {
    color: #ea4853;
}

.column-info-salle .info-salle {
    padding: 14px 0;
    width: 80px;
    margin-left: 40px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

.column-info-salle .numero_salle {
    display: inline-block;
    vertical-align: middle;
    font-size: 52px;
    font-weight: 300;
}

.salle-border-bottom {
    border-bottom: 1px solid #393939;
}

#grille-tele-ajax .programme {
    display: block;
    position: absolute;
    left: 195px;
    vertical-align: top;
    width: 1085px;

}

#grille-tele-ajax .programme .performance {
    background-color: #141414;
    padding: 15px;
    min-height: 80px;
    display: block;
    position: absolute;
}
#grille-tele-ajax .programme .performance.active{
    background-color: #2a2a2a;
}
#grille-tele-ajax .detaille_film{
    background-color: #2a2a2a;
    position: relative;
    width: 100%;
}
#grille-tele-ajax .programme .performance .time-seance{
    position: absolute;
    right: 20px;
    bottom: 18px;
    color: #9b9b9b;
    font-size: 18px;
    font-weight: 300;
    display: none;
}
.salle > .container{
    height: 80px;
}
.grille-loading {
    display: block;
    width: 140px;
    height: 140px;
    margin: 50px auto;
    background-image: url("../images/paiement/loading.gif");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 140px auto;
    box-sizing: border-box;
    padding: 48px 0;
}
.content-film-grille-horaire{
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}
.content-film-grille-horaire .affiche{
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 150px;
    margin-right: 40px;
}
.content-film-grille-horaire .affiche img{
    max-width: 150px;
}
.content-film-grille-horaire .film-info{
    vertical-align: top;
    position: relative;
    display: inline-block;
    max-width: 580px;
}
.content-film-grille-horaire .film-info .title{
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 8px;
}
.content-film-grille-horaire .film-info .desc{
    font-size: 15px;
    font-weight: 300;
    color: #d3d5d7;
    margin-top: 18px;
}

.grille-loading img {
    max-width: 40px;
    margin: 0 auto;
    display: block;
}
.action_grilleHoraire #barreheures_haut_wrapper{
    display: none!important;
}

@media (max-width: 1280px) {
    .action_grilleHoraire{
        padding-top: 187px;
    }
    .action_grilleHoraire .subfilter{
        display: none!important;
    }
    #grille-tele-ajax .column-info-salle,
    #grille-tele-ajax .programme{
        width: auto;
        float: none;
        position: relative;
        left: 0;
    }
    .column-info-salle .info-salle{
        /*margin-left: 0;*/
    }
    .salle > .container{
        height: auto;
    }
    #grille-tele-ajax .programme .performance{
        width: 100%!important;
        position: relative!important;
        margin-left: 0!important;
        border-bottom: 1px solid #393939;
    }
    #grille-tele-ajax .programme .performance .time-seance{
        display: block;
    }
    .salle-border-bottom{
        border: none;
    }
}
@media (max-width: 767px) {
    .action_grilleHoraire {
        padding-top: 141px;
    }
}
.seances {
    background: #141414;
    transition: background 0.3s ease-in-out;
}

.js-scrolled .seances {
    background: transparent;
}

.seances .container {
    padding: 10px 30px 11px 40px;
}

.seances .container:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.seances .title {
    float: left;
    margin: 0;
    font-size: 2.6rem;
    font-weight: 300;
    color: white;
}

.seances .link {
    float: right;
    color: #9b9b9b;
    padding-top: 7px;
}

.seances .link:hover, .seances .link:focus {
    color: #01cdd8;
}

.seances .link.download_programme {
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
}

.seances .link.download_programme:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    top: 16px;
    left: 0;
    margin-top: -10px;
    background: white;
    background: rgba(255, 255, 255, 0.3);
}

.filters {
    background-color: rgba(42, 42, 42, 0.95);
    border-top: solid 1px rgba(120, 120, 120, 0.85);
    border-bottom: solid 1px rgba(120, 120, 120, 0.85);
    position: relative;
}

.filters > ul {
    margin: 0 auto;
    max-width: 1280px;
}

.filters > ul:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.filters > ul > li {
    float: left;
    width: 25%;
    margin: 0;
    list-style: none;
    border-left: #4a4a4a solid 1px;
    position: relative;
}

.filters > ul > li:first-child {
    border-left: none;
}

.filters > ul > li .filter-toggle {
    display: block;
    padding: 10px 40px;
    cursor: pointer;
    position: relative;
    font-size: 1.5rem;
    color: #9b9b9b;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.filters > ul > li .filter-toggle:before {
    content: '\e915';
    font-family: icomoon;
    font-weight: normal;
    font-size: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    top: 50%;
    margin-top: -10px;
    right: 24px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform 0.2s ease-in-out;
}

.filters > ul > li .filter-toggle:hover {
    color: #01cdd8;
}

.filters > ul > li.opened {
    z-index: 2;
}

.filters > ul > li.opened .options {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
}

.filters > ul > li.opened .filter-toggle {
    color: #01cdd8;
}

.filters > ul > li.opened .filter-toggle:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filters > ul > li .options {
    position: absolute;
    left: 12px;
    right: 12px;
    background: #f0f0f0;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -50px, 0);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
    margin-top: -2px;
    overflow-x: hidden;
    max-height: 280px;
}
.row.seances .filters > ul > li.responsive-divider{
    display: none;
    height: 0;
}

@media (max-height: 400px) {
    .filters > ul > li .options {
        max-height: 180px;
    }
}

.filters > ul > li .options ul {
    margin: 0;
    padding: 5px 0;
    border-bottom: #d4d6d7 solid 1px;
}

.filters > ul > li .options ul:last-child {
    border-bottom: none;
}

.filters > ul > li .options ul li {
    margin: 0;
    list-style: none;
    padding: 2px 20px 2px 30px;
    position: relative;
    color: #787878;
    font-size: 1.3rem;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filters > ul > li .options ul li:hover {
    background-color: #d4d6d7;
}

.filters > ul > li .options ul li .icon {
    position: absolute;
    top: 2px;
    left: 31px;
    color: #9b9b9b;
}

.filters > ul > li .options ul li .icon:before {
    font-size: 14px;
}

.filters > ul > li .options ul li .icon.blue {
    color: #01cdd8;
}

.filters > ul > li .options ul li.selected:before {
    content: '\e918';
    font-family: icomoon;
    font-weight: normal;
    font-size: 8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    top: 50%;
    margin-top: -10px;
    left: 11px;
    color: #4a4a4a;
    position: absolute;
}

.filters > ul > li .options.multiple ul li {
    padding-left: 50px;
}

/* GRILLE HORAIRE */
.action_grilleHoraire .filters > ul > li {
    width: auto;
}

.action_grilleHoraire .filters > ul > li.semaine-soir {
    border: none;
    margin-left: 10px;
    margin-right: 10px;
}

.action_grilleHoraire .button-on-selected {
    color: #9b9b9b;
}

.button-on-selected {
    padding: 0 10px;
    line-height: 28px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    border: solid 1px transparent;
}

.active > .button-on-selected,
.button-on-selected:hover,
.button-on-selected.active {
    background-color: #02cdd7;
    border: solid 1px #02cdd7;
    color: #2a2a2a;
}

.line-height-35 {
    line-height: 35px;
}

/* END : GRILLE HORAIRE */

.offers {
    background: url("../img/styles/bg_offers.jpg") center top no-repeat;
    text-align: center;
    color: #d4d6d7;
}

.offers h2, .offers h1 {
    text-align: left;
    font-size: 3rem;
    margin-bottom: 1rem;
    margin-top: 0;
}

.offers.container {
    padding-bottom: 60px;
}

.offers > p {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 300;
}

.offers-container {
    margin: 33px -20px 20px;
}

.offers-container:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.offers-container .offer {
    float: left;
    width: 33.3333%;
    padding: 0 20px 40px;
    color: white;
}

.offers-container .offer .img {
    padding: 10px 0;
    margin-bottom: 34px;
    border-bottom: solid 1px #9b9b9b;
}

.offers-container .offer .img img {
    max-width: 100%;
    height: auto;
}

.offers-container .offer .title {
    font-size: 2.2rem;
    margin: 0 0 1rem;
    font-weight: normal;
}

.offers-container .offer p {
    color: #bebebe;
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 0;
}

.status-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.status-table th {
    padding: 0 20px 17px;
    vertical-align: middle;
    text-align: center;
    line-height: 1.4;
    border-bottom: solid 1px #4a4a4a;
    color: #eaebec;
}

.status-table th img {
    max-width: 180px;
    height: auto;
}

.status-table th em {
    display: block;
    font-size: 1.4rem;
    color: #afafaf;
    font-style: normal;
}

.status-table th:first-child {
    padding: 20px;
    text-align: left;
    border-right: solid 1px #4a4a4a;
    font-size: 1.6rem;
    font-weight: normal;
}

.status-table tr:first-child th:first-child {
    font-size: 2.2rem;
    font-weight: 300;
    color: white;
}

.status-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: solid 1px #4a4a4a;
}

.status-table td:nth-child(2) {
    color: #ffb583;
}

.status-table td:nth-child(3) {
    color: #f7f7f7;
}

.status-table td:nth-child(4) {
    color: #ffeeb4;
}

.status-table .icon {
    color: inherit;
}

.status-table .icon:before {
    font-size: 2.6rem;
}

.minutes-container {
    text-align: center;
    margin-top: 30px;
}

.minutes-container .minute {
    display: inline-block;
    margin: 18px;
}

.minutes-container .minute .number {
    font-size: 60px;
}

.minutes-container .minute:first-child .figure {
    color: #ffeeb4;
}

.minutes-container .minute:first-child .percent {
    stroke: #ffeeb4;
}

.minutes-container .minute:last-child .figure {
    color: #ffbf3e;
}

.minutes-container .minute:last-child .percent {
    stroke: #ffbf3e;
}

.minutes-legend {
    text-align: center;
    color: #ffeeb4;
    font-size: 3.6rem;
    font-weight: 100;
    margin-bottom: 40px;
}

.minutes-legend strong {
    display: block;
    font-weight: 300;
    font-size: 5rem;
}

.badge-detail {
    float: left;
    width: 50%;
    text-align: center;
    padding: 0 40px;
}

.badge-detail:nth-child(2n+1) {
    clear: left;
}

.badge-detail .img {
    margin-bottom: 20px;
    min-height: 140px;
}

.badge-detail .img img {
    vertical-align: bottom;
}

.badge-detail .first-line {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 300;
}

.badge-detail .second-line {
    margin-bottom: 10px;
    font-size: 3.6rem;
    font-weight: 300;
}

.badge-detail .third-line {
    font-size: 2rem;
    font-weight: 300;
    color: #787878;
}

/* card detail */
.card-detail {
    font-size: 1.8rem;
    font-weight: 300;
}

.card-detail:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.card-detail .col-left {
    float: left;
    width: 31.08333%;
    text-align: center;
}

.card-detail .col-right {
    float: right;
    width: 66.41667%;
}

.card-detail p:last-child {
    margin-bottom: 0;
}

.card-detail .img {
    border-radius: 14px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    margin-bottom: 26px;
}

.card-detail .img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.card-detail .price {
    font-size: 3rem;
    font-weight: 300;
}

.card-detail .price small {
    font-size: 2rem;
}

.card-detail h2 {
    margin-bottom: 11px;
}

.card-detail .chapo {
    font-size: 1.8rem;
    margin-bottom: 4rem;
}

.card-detail .chapo2 {
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 1rem;
}

.card-detail h3 {
    margin-bottom: 1rem;
}

.card-detail .mentions {
    font-size: 1.5rem;
    margin-bottom: 3rem;
    font-weight: 300;
}

.card-detail.card-integral .price, .card-detail.card-integral h2, .card-detail.card-integral .chapo {
    color: #dd4a35;
}

.card-detail.card-cinetoile .price, .card-detail.card-cinetoile h2, .card-detail.card-cinetoile .chapo {
    color: #1ea0db;
}

.card-detail.card-5places .price, .card-detail.card-5places h2, .card-detail.card-5places .chapo {
    color: #fa5c3d;
}
.card-detail.card-5places-bleue .price, .card-detail.card-5places-bleue h2, .card-detail.card-5places-bleue .chapo {
    color: #009fde;
}

.card-detail h3 {
    color: inherit;
}

/* Tarifs */
.tarifs .PhotoSalle2 {
    padding: 40px;
}

.tarifs .LigneDetailFicheFilm > p {
    padding: 10px 40px;
}

.tarifs .blocbuttonleft2 > p {
    padding: 0px 40px;
}

.tarifs table {
    width: 100%;
    font-size: 18px;
    font-family: "Roboto";
    font-weight: 300;
}

.tarifs table th:first-child, .tarifs table td:first-child {
    padding-left: 40px;
}

.tarifs table th:last-child, .tarifs table td:last-child {
    padding-left: 40px;
}

.tarifs table th, .tarifs table td {
    line-height: 40px;
}

.tarifs table thead {
    text-align: left;
}

.tarifs table tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.03);
}

@media (max-width: 968px) {
    .tarifs table {
        font-size: 14px;
    }

    .tarifs table th, .tarifs table td {
        padding-right: 5px;
        padding-left: 5px;
    }

    .tarifs table th:first-child, .tarifs table td:first-child {
        padding-left: 15px;
    }

    .tarifs table th:last-child, .tarifs table td:last-child {
        padding-right: 15px;
    }

    .tarifs table th, .tarifs table td {
        line-height: 1.2;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

/* Contact */
.contact #map {
    height: 600px;
}

.contact .row {
    font-size: 18px;
    font-weight: 300;
    padding: 40px;
}

.contact h4, .contact h6 {
    font-size: 30px;
    font-weight: 300;
}

.contact .LigneDetailFicheFilm *:first-child {
    margin: 0 0 1em 0;
}

.contact .LigneDetailFicheFilm *:last-child {
    margin: 0;
}

.contact .col-1-3:nth-child(1) h6 {
    color: #0295e1;
}

.contact .col-1-3:nth-child(2) h6 {
    color: #f48b00;
}

.contact .col-1-3:nth-child(3) h6 {
    color: #ea4853;
}

@media (max-width: 968px) {
    .contact .row {
        font-size: 14px;
        padding: 40px;
    }
}

@media (max-width: 730px) {
    #main.contact .col-1-3 {
        width: auto;
        float: none !important;
        display: block;
        margin-top: 30px;
    }

    #main.contact .col-1-3:first-child {
        margin-top: 0;
    }
}

/* Pages basiques */
.basic h1, .basic h2, .basic h3, .basic h4, .basic h5, .basic h6 {
    font-size: 30px;
    font-family: "Roboto";
    font-weight: 300;
    margin: 0 0 1em 0;
}

.basic .row {
    padding: 40px;
}

.basic .LigneDetailFicheFilm {
    padding-bottom: 2em;
}

/* boites de dialog */
.jconfirm-title-c {
    color: black;
}

.jconfirm-content {
    color: black;
}

/*** [ Footer ] ***/
#footer {
    background: #141414;
    color: #9b9b9b;
    text-align: center;
    font-weight: 300;
}

#footer h2 {
    color: white;
}

.footer-row {
    border-bottom: #212121 solid 1px;
}

.footer-row .container {
    padding: 24px 0;
}

.footer-row:last-child {
    border-bottom: none;
}

.footer-push {
    text-align: center;
    margin: 36px 0 6px;
    font-size: 0;
}

.footer-push li {
    margin: 0 40px 30px;
    display: inline-block;
    vertical-align: top;
    font-size: 1.6rem;
    width: 300px;
    height: 250px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
}

.footer-push li img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.social-links {
    margin: 0;
}

.social-links li {
    margin: 0 8px;
    list-style: none;
    display: inline-block;
    color: white;
}

.social-links li a {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 46px;
    border: solid 1px white;
    border-radius: 50%;
    transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.social-links li a:hover, .social-links li a:focus {
    border-color: #4278ea;
    color: #4278ea;
}

.social-links li a span {
    display: none;
}

.social-links li a:before {
    content: '\e912';
    font-family: icomoon;
    font-size: 24px;
    font-weight: normal;
}

.social-links li a.social-twitter:hover, .social-links li a.social-twitter:focus {
    border-color: #35caff;
    color: #35caff;
}

.social-links li a.social-twitter:before {
    content: '\e911';
}

.social-links li a.social-instagram:hover, .social-links li a.social-instagram:focus {
    border-color: #fc5c84;
    color: #fc5c84;
}

.social-links li a.social-instagram:before {
    content: '\e910';
}

.social-links li a.social-youtube:hover, .social-links li a.social-youtube:focus {
    border-color: #ff5858;
    color: #ff5858;
}

.social-links li a.social-youtube:before {
    content: '\e913';
}

.social-links li a.social-mobile:hover, .social-links li a.social-mobile:focus {
    border-color: #ffe87e;
    color: #ffe87e;
}

.social-links li a.social-mobile:before {
    content: '\e914';
}

.footer-nav-1 {
    margin-bottom: 50px;
    font-size: 1.8rem;
    color: white;
}

.footer-nav-1 ul {
    margin: 0;
}

.footer-nav-1 ul li {
    margin: 0;
    list-style: none;
    display: inline;
}

.footer-nav-1 ul li:before {
    content: '\2022';
    margin: 0 13px 0 10px;
}

.footer-nav-1 ul li:first-child:before {
    content: '';
    display: none;
}

.footer-nav-2 {
    margin-bottom: 50px;
}

.footer-nav-2 ul {
    margin: 0;
}

.footer-nav-2 ul li {
    margin: 0;
    list-style: none;
    display: inline;
    margin: 0 14px 10px;
    font-size: 1.5rem;
}

.copy {
    color: #4a4a4a;
    font-size: 1.3rem;
}

/*** [ Responsive ] ***/
@media (max-width: 1280px) {
    .tickets-list {
        display: block;
        margin: 0 -40px;
        width: auto;
    }

    .tickets-list > li {
        display: block;
    }

    .tickets-list > li:after {
        content: "";
        display: block;
        overflow: hidden;
        clear: both;
        visibility: hidden;
    }

    .tickets-list > li > div {
        display: block;
    }

    .tickets-list > li > div.movie {
        float: left;
    }

    .tickets-list > li > div.details {
        float: left;
    }

    .tickets-list > li > div.price-container {
        float: right;
        width: 33.3333%;
        padding-right: 40px;
        padding-bottom: 0;
    }

    .tickets-list > li > div.actions {
        float: right;
        width: 33.3333%;
    }

    .search-opened #header .header-actions .search .form-text {
        width: 500px;
    }

    .filters > ul > li .filter-toggle {
        padding-left: 15px;
        padding-right: 30px;
    }

    .filters > ul > li:first-child .filter-toggle {
        padding-left: 40px;
    }

    .filters > ul > li:last-child .filter-toggle {
        padding-right: 40px;
    }

    .filters > ul > li:last-child .filter-toggle:before {
        right: 24px;
    }

    .filters > ul > li .filter-toggle:before {
        right: 10px;
    }
}

@media (max-width: 1024px) {
    .main-menu > .container > ul {
        text-align: left;
    }

    #header .first-row > .container {
        padding: 15px;
    }

    #header .login {
        right: 15px;
    }

    .featured-slider .swiper-slide .container .content,
    .featured-slider .swiper-slide .container .logos {
        left: 15px;
    }

    .footer-push li {
        margin: 0 30px 30px;
    }

    .second-menu .container {
        padding: 0 5px 0 20px;
    }

    .row .container {
        padding: 20px 15px;
    }

    .offers.container {
        padding-bottom: 40px;
    }

    .seances .container {
        padding: 10px 15px 11px 15px;
    }

    .featured .container .movie {
        left: 15px;
        bottom: 20px;
    }

    .featured .container .movie .img {
        padding-right: 15px;
        width: 295px;
    }

    .featured .container .logos {
        right: 15px;
    }

    .filters > ul > li:first-child .filter-toggle {
        padding-left: 15px;
    }

    .filters > ul > li:last-child .filter-toggle {
        padding-right: 30px;
    }

    .filters > ul > li:last-child .filter-toggle:before {
        right: 10px;
    }

    .filters > ul > li .options {
        left: 8px;
        right: 8px;
    }

    .filters > ul > li .options ul li {
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .filters > ul > li .options ul li .icon {
        top: 5px;
    }

    .offers-container {
        margin-left: -15px;
        margin-right: -15px;
    }

    .offers-container .offer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .offers .cards .card {
        margin-top: 20px;
    }
}

@media (max-width: 1023px) {
    .featured .container .logos {
        top: 108px;
    }

    .featured .container .movie .title {
        font-size: 3.5rem;
    }

    .follow-links {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .tickets-list .movie .img {
        display: none;
    }

    .second-menu .title {
        display: none;
    }

    .second-menu .container {
        padding: 0;
    }

    .second-menu ul li,
    .main-menu > .container > ul > li {
        font-size: 1.6rem;
    }

    .second-menu ul {
        float: none;
        font-size: 0px;
        white-space: nowrap;
        overflow: auto;
    }

    .second-menu ul > li {
        display: inline-block;
    }

    .carousel-slider > .container {
        padding: 15px;
    }

    .carousel-slider {
        padding: 15px 0;
    }

    .loyalty-container {
        margin: 0 -15px;
    }

    .loyalty-container .loyalty {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 40px;
    }

    .loyalty-container .loyalty:nth-child(3n+1) {
        clear: none;
    }

    .loyalty-container .loyalty:nth-child(2n+1) {
        clear: left;
    }

    .loyalty-container .loyalty:last-child {
        width: 100%;
        margin-bottom: 0;
    }

    .tickets-list .actions .button {
        min-width: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .cards .card .img {
        float: none;
        max-width: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .search-opened #header .header-actions .search .form-text {
        width: 250px;
    }

    #header .submenu {
        min-height: 400px;
    }

    #header .submenu .container {
        padding: 15px 0 30px 15px;
    }

    #header .submenu h2, #header .submenu .col-title {
        font-size: 2rem;
    }

    #header .submenu .second-nav {
        margin: 20px 0;
    }

    #header .submenu .col {
        padding-right: 20px;
    }

    #header .submenu .status img {
        max-width: 100%;
    }

    .push {
        padding-top: 20px;
        padding-left: 10px;
    }

    .push .title {
        font-size: 2rem;
    }

    .push p {
        font-size: 1.6rem;
    }

    .status-table {
        margin-left: -15px;
        margin-right: -15px;
    }

    .status-table th {
        padding-left: 15px;
        padding-right: 15px;
    }

    .status-table th:first-child,
    .status-table td {
        padding: 10px 15px;
        font-size: 1.5rem;
    }

    .status-table tr:first-child th:first-child {
        font-size: 2rem;
        width: 25%;
    }

    .status-table th img {
        max-width: 100%;
    }
}

#js_toggle_menu {
    display: none;
}

@media (max-width: 767px) {
    body,
    body.has-second-menu,
    body.hasnt-second-menu {
        padding-top: 55px;
    }

    h2 {
        font-size: 2.4rem;
    }

    #header {
        background-color: rgba(0, 0, 0, 0.9);
        max-height: 100%;
        padding-top: 55px;
    }

    #header.js_menu_opened {
        overflow: auto;
    }

    #header.js_menu_opened .seances {
        display: none;
    }

    #header .logo-container img {
        height: 22px;
        width: auto;
    }

    #header .first-row .container {
        padding: 0;
    }

    #header .logo-container {
        padding: 15px 50px 15px 20px;
        float: none;
        min-height: 55px;
        border-bottom: #4a4a4a solid 1px;
        background-color: rgba(0, 0, 0, 0.9);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }

    #header .header-actions, #header .main-menu {
        display: none;
        position: relative;
        z-index: 1;
    }

    #header .header-actions {
        float: none;
        background-color: rgba(0, 0, 0, 0.9);
    }

    #header .header-actions > div {
        display: block;
        border-bottom: #4a4a4a solid 1px;
    }

    #header .header-actions > div.login {
        border-bottom-color: #01cdd8;
    }

    #header .header-actions .seances {
        height: 48px;
        padding: 15px 20px;
        margin-left: 0;
        font-size: 1.6rem;
    }

    #header .header-actions .seances:before {
        content: none;
    }

    #header .login {
        position: static;
        height: 48px;
        line-height: normal;
    }

    #header .login > a {
        padding: 15px 20px;
        line-height: normal;
        color: #01cdd8;
    }

    #header .search {
        height: 48px;
        padding: 15px 20px;
    }

    #header .search:before {
        width: 30px;
        text-align: left;
        margin-right: 0;
    }

    #header .login .submenu {
        display: none;
    }

    #js-submenu-mask {
        display: none;
    }

    #js_toggle_menu {
        display: block;
        right: 16px;
        width: 50px;
        height: 55px;
        padding: 15px;
        cursor: pointer;
        margin: 0;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
    }

    #js_toggle_menu i {
        display: block;
        background: #9b9b9b;
        height: 2px;
        margin-bottom: 5px;
        -webkit-transform-origin: 50% 50% 0;
        transform-origin: 50% 50% 0;
        transition: all 0.3s ease-in-out;
        opacity: 1;
    }

    .js_menu_opened #js_toggle_menu i {
        background-color: white;
    }

    .js_menu_opened #js_toggle_menu > i:nth-child(2) {
        opacity: 0;
    }

    .js_menu_opened #js_toggle_menu > i:nth-child(1) {
        -webkit-transform: translate3d(0, 7px, 0px) rotate(45deg);
        transform: translate3d(0, 7px, 0px) rotate(45deg);
    }

    .js_menu_opened #js_toggle_menu > i:nth-child(3) {
        -webkit-transform: translate3d(0, -7px, 0px) rotate(-45deg);
        transform: translate3d(0, -7px, 0px) rotate(-45deg);
    }

    .main-menu {
        background: #141414 linear-gradient(to bottom, rgba(20, 20, 20, 0.2), rgba(18, 193, 250, 0.2));
    }

    .main-menu > .container > ul > li {
        font-size: 2rem;
        color: #787878;
        display: block;
    }

    .main-menu > .container > ul > li > a {
        padding: 9px 20px 8px;
    }

    .main-menu > .container > ul > li > a:after {
        content: none;
    }

    body.logged-in .main-menu > .container > ul > li.only-mobile{
        display: block!important;
    }
    .main-menu > .container > ul > li.li-disconnect{
        border-top: 1px solid #787878;
        border-bottom: none !important;
    }
    .main-menu > .container > ul > li.li-disconnect a{
        color: #787878;
        font-size: 1.5rem;
        text-align: center;
    }
    .main-menu > .container > ul > li.li-disconnect a:hover{
        color: #01cdd8;
    }

    #header .submenu {
        opacity: 1;
        visibility: visible;
        min-height: 0;
        max-height: none;
        background: none !important;
        position: static;
        border-top: none;
        color: white;
    }

    #header .submenu:before, #header .submenu:after {
        content: none;
    }

    #header .submenu .container {
        padding: 5px 20px 10px;
    }

    #header .submenu .col {
        float: none;
        width: auto;
        padding-right: 0;
    }

    #header .submenu .movie {
        display: none;
    }

    #header .submenu .second-nav {
        display: none;
    }

    #header .submenu .col-title {
        display: inline-block;
        font-size: 1.5rem;
        padding: 5px 0;
    }

    .hide-mobile {
        display: none;
    }

    .featured-slider {
        display: none;
    }

    .featured-slider .swiper-slide .container .logos {
        top: 70px;
        left: 20px;
    }

    .featured-slider .swiper-slide .container .content {
        left: 20px;
    }

    .carousel-slider .swiper-slide {
        padding-top: 0;
        margin: 0 50px 0 0;
    }

    .carousel-slider .swiper-slide,
    .carousel-slider .swiper-slide.swiper-slide-active {
        width: 200px;
    }

    .carousel-slider .swiper-slide:last-child,
    .carousel-slider .swiper-slide.swiper-slide-active:last-child {
        width: 320px;
        width: 100vw;
        width: calc(100vw - 10px);
        margin-right: 0;
    }

    .carousel-slider .swiper-slide:last-child .img,
    .carousel-slider .swiper-slide.swiper-slide-active:last-child .img {
        max-width: 200px;
    }

    .carousel-slider {
        padding: 0 0 40px;
    }

    .carousel-slider .swiper-container {
        padding-left: 20px;
        min-height: 0;
    }

    .carousel-slider .swiper-slide .content {
        width: 300px;
    }

    .tabs {
        margin-bottom: 20px;
        border-bottom: #4a4a4a solid 1px;
        background-color: rgba(42, 42, 42, 0.95);
    }

    .tabs:before {
        content: '\e915';
        font-family: icomoon;
        font-size: 20px;
        font-weight: normal;
        width: 20px;
        height: 20px;
        color: #787878;
        text-align: center;
        line-height: 20px;
        position: absolute;
        top: 10px;
        right: 10px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: transform 0.2s ease-in-out;
    }

    .tabs ul li {
        display: none;
    }

    .tabs ul li.active {
        display: block;
    }

    .tabs ul li a {
        display: block;
        font-size: 15px;
        text-align: left;
        color: #9b9b9b;
        padding: 10px;
    }

    .tabs ul li a.active {
        color: #9b9b9b;
    }

    .tabs ul li a:before {
        content: none;
    }

    .tabs.show-tabs:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .tabs.show-tabs ul li {
        display: block;
    }

    .tabs.show-tabs ul li a.active {
        color: white;
    }

    .button {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row .container {
        padding: 20px;
    }

    .show-detail {
        padding-right: 0;
        min-height: 0;
    }

    .show-detail .img {
        position: static;
        width: 200px;
        height: auto;
        margin-bottom: 20px;
    }

    .show-detail .img img {
        vertical-align: bottom;
    }

    .show-detail .title {
        float: none;
        margin-bottom: 10px;
    }

    .show-detail .date {
        float: none;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .show-detail footer .more {
        float: none;
    }

    /* footer responsive */
    .footer-row .container {
        padding: 20px;
    }

    .footer-push {
        margin: 0;
    }

    .footer-push li {
        display: block;
        margin: 0;
        max-width: 100%;
        height: auto;
    }

    .footer-push li + li {
        display: none;
    }

    .footer-nav-2,
    .copy {
        text-align: left;
    }

    .footer-nav-2 ul li {
        display: block;
        margin-left: 0;
    }

    .social-links {
        margin-bottom: -6px;
    }

    .social-links li {
        margin: 0 3px 6px;
    }

    .social-links li:first-child {
        margin-left: 0;
    }

    .social-links li:last-child {
        margin-right: 0;
    }

    /* fiche film mobile */
    .featured {
        height: auto;
    }

    .featured .container .logos {
        display: none;
    }

    .featured .background-image {
        display: none;
    }

    .featured .container .movie {
        position: static;
        padding: 20px 20px 40px;
    }

    .featured .container .movie .img, .featured .container .movie .content {
        display: block;
    }

    .featured .container .movie .img {
        padding-right: 0;
        width: auto;
    }

    .featured .container .movie .title {
        font-size: 2.4rem;
        margin-bottom: 1rem;
    }

    .featured .container .movie p {
        font-size: 1.5rem;
        margin-bottom: 1.2rem;
    }

    .movie-detail .trailer {
        float: none;
        width: auto;
        margin-left: 0;
        margin: 0 -20px;
    }

    .movie-detail .trailer:last-child {
        margin-bottom: -20px;
    }

    .movie-detail.premiere .infos {
        font-size: 1.5rem;
        font-weight: 300;
    }

    .movie-detail .content {
        float: none;
        width: auto;
    }

    .movie-detail .desc {
        font-size: 1.5rem;
    }

    .sessions .container {
        padding: 20px;
    }

    .sessions .title {
        float: none;
        font-size: 3rem;
    }

    .sessions .dates {
        display: none;
    }

    .sessions-list {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .sessions-list ul li {
        margin-right: 0;
    }

    .gallery li {
        width: auto;
        float: none;
        margin-bottom: 10px;
    }

    .gallery.photo-gallery:hover li {
        opacity: 1;
    }

    .reviews li {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }

    .follow-links {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .padding-header {
        padding-top: 0;
    }

    .person .title {
        font-size: 3.5rem;
    }

    .movie-list .movie {
        padding: 15px;
    }

    .movie-list .movie .sessions-list {
        margin-bottom: 0;
    }

    .movie-list .background-image + .movie {
        padding-top: 20px;
    }

    .movie-list .movie .img {
        max-height: none;
        float: none;
        width: 150px;
        margin-bottom: 10px;
    }

    .movie-list .movie .img > img {
        width: 100%;
        height: auto;
    }

    .movie-list .movie:hover .img > img {
        opacity: 1;
        visibility: visible;
    }

    .movie-list .movie .img .trailer {
        position: static;
        visibility: visible;
        opacity: 1;
        display: none;
    }

    .tickets-list .movie .img {
        display: block;
    }

    .second-menu {
        display: none;
    }

    .loyalty-container .loyalty {
        float: none;
        width: auto;
    }

    .tickets-list {
        margin: 0 -20px;
        background: none;
    }

    .tickets-list > li {
        background: linear-gradient(to bottom, #141414, #122327);
        margin-bottom: 20px;
    }

    .tickets-list > li:last-child {
        margin-bottom: 0;
    }

    .tickets-list > li > div {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tickets-list > li > div.movie,
    .tickets-list > li > div.details {
        float: none;
        width: auto;
    }

    .tickets-list > li > div:first-child {
        padding-left: 20px;
    }

    .tickets-list > li > div.details {
        padding-bottom: 0;
    }

    .tickets-list > li > div.details:before {
        top: 0;
        left: 20px;
        right: 20px;
        bottom: auto;
        width: auto;
        height: 1px;
    }

    .tickets-list > li > div.details:after {
        width: auto;
        height: 1px;
        display: block;
        clear: both;
        margin-top: 18px;
        position: static;
    }

    .tickets-list .details .infos {
        padding-top: 0;
    }

    .tickets-list .details .nb-place,
    .tickets-list .details .date {
        margin-bottom: 18px;
    }

    .tickets-list > li > div.price-container {
        display: block;
        float: none;
        width: auto;
        padding-right: 20px;
    }

    .tickets-list > li > div.price-container:last-child {
        padding-bottom: 15px;
    }

    .tickets-list > li > div.actions {
        float: none;
        width: auto;
        text-align: left;
        padding: 15px 19px;
    }

    .tickets-list .price-container + .actions {
        padding-left: 19px;
    }

    .tickets-list .details .nb-place .place-detail {
        display: none;
    }

    .cards .card {
        float: none;
        width: auto;
        padding-left: 0;
        padding-right: 20px;
    }

    .check-list li {
        float: none;
        width: auto;
        padding-right: 0;
    }

    .col-container .col3 {
        float: none;
        width: auto;
    }

    .col-container .col3:after {
        content: "";
        display: block;
        overflow: hidden;
        clear: both;
        visibility: hidden;
    }

    .col-container .profile-picture .img {
        display: block;
        max-width: none;
        margin-top: 12px;
    }

    .col-container .profile-picture .img img {
        width: 200px;
        height: 200px;
        border-radius: 50%;
    }

    .form-item.form-item-small {
        width: 47%;
        width: calc(50% - 5px);
    }

    .form-item.margin {
        margin-bottom: 0;
    }

    .col-container .col2 {
        float: none;
        width: auto;
    }

    .push {
        margin: -20px -20px 0;
        height: auto;
        padding: 20px;
    }

    .push .img, .push .content {
        float: none;
        width: auto;
    }

    .push .img {
        margin-bottom: 20px;
    }

    .push .title {
        font-size: 2.6rem;
    }

    .push p {
        font-size: 1.8rem;
    }

    .col + .col .push {
        margin-top: 0;
    }

    .loyalty-badges {
        margin-right: 0;
    }

    .results-details {
        padding-top: 0;
    }

    .results-details .container {
        padding: 10px 20px;
    }

    .search-list .search-result {
        padding: 20px;
    }

    .search-list .movie .img {
        margin-right: 20px;
        max-width: 33.3333%;
    }

    .cart-summary {
        padding: 0;
        background: none;
    }

    .cart-summary .movie {
        float: none;
        width: auto;
        padding: 20px;
        background: linear-gradient(to bottom, #141414, #142e36);
    }

    .cart-summary .movie .img {
        display: none;
    }

    .cart-summary .profile {
        float: none;
        width: auto;
        padding: 20px;
        background: linear-gradient(to bottom, #141414, #142e36);
    }

    .full-screen-popin > .content {
        margin-bottom: 0;
    }

    #cart footer {
        padding: 20px;
        font-size: 1.5rem;
        position: static;
    }

    #cart footer .button {
        margin: 5px 0 5px 20px;
    }

    .content-cart-pack {
        padding: 20px;
    }

    .content-cart-pack > .infos {
        float: none;
        margin-bottom: 10px;
    }

    .pack-list {
        margin: 0 -20px;
    }

    .pack-list li {
        width: 50%;
        margin: 0;
    }

    .cart-summary.cart-summary-total {
        padding: 0;
    }

    .cart-summary.cart-summary-total .movie .img + .content {
        margin-left: 0;
    }

    .cart-table {
        width: auto;
    }

    .search-opened #header .header-actions .seances {
        opacity: 1;
        visibility: visible;
    }

    #autocomplete {
        top: 149px;
    }

    #header .login > a:hover:after, #header .login > a:focus:after {
        opacity: 0;
    }
    .row.seances .container h1,
    .row.seances.grille_horaire .container {
        display: none;
    }

    .filters {
        border-top: none;
        border-bottom-color: #787878;
    }
    .row.seances .filters{
        border-top: solid 1px rgba(120, 120, 120, 0.85);
    }
    .row.seances .filters > ul{
        padding: 0 5px;
    }

    .filters > ul > li {
        float: none;
        width: auto;
        height: 40px;
    }

    .filters > ul > li + li {
        display: none;
    }
    .row.seances.grille_horaire .filters > ul > li{
        display: inline-block;
    }
    .row.seances.grille_horaire .filters > ul > li.responsive-divider{
        display: block;
    }
    .row.seances.grille_horaire .filters > ul > li.li-days{
        border-left: none;
    }
    .filters > ul > li .filter-toggle {
        height: 40px;
    }

    .page-seances.scroll-down #header {
        transform: none;
    }

    .page-seances, .page-seances.scroll-down {
        padding-top: 163px;
    }

    .offers-container {
        margin-bottom: 0;
        margin-top: 0;
    }

    .offers-container .offer {
        float: none;
        width: auto;
    }

    .offers-container .offer:last-child {
        border-bottom: none;
    }

    .offers-container .offer .img {
        margin-bottom: 0;
        border-bottom: none;
    }

    .status-table-container {
        margin: 0 -20px;
        overflow: hidden;
        position: relative;
    }

    .status-table-container:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 30px;
        background: linear-gradient(to right, transparent, #000);
    }

    .status-table-container .wrapper {
        width: 100%;
        overflow: auto;
    }

    .status-table-container .status-table {
        margin-left: 0;
        margin-right: 0;
        width: 700px;
    }

    .status-table th:first-child, .status-table td {
        padding: 5px 10px;
        font-size: 1.3rem;
    }

    .status-table th {
        padding-left: 10px;
        padding-right: 10px;
    }

    .status-table tr:first-child th:first-child {
        font-size: 1.4rem;
        width: 20%;
    }

    .status-table .icon:before {
        font-size: 20px;
    }

    .badge-detail {
        float: none;
        width: auto;
        margin-bottom: 30px;
    }

    .offers .cards .card {
        float: none;
        width: auto;
    }

    .card-detail .col-left,
    .card-detail .col-right {
        float: none;
        width: auto;
    }

    .card-detail .img {
        margin-bottom: 15px;
    }

    .card-detail .col-left {
        margin-bottom: 20px;
    }

    #header .header-actions .search {
        position: relative;
    }

    #header .header-actions .search .close-search {
        right: 15px;
    }
}

/*# sourceMappingURL=styles.css.map */

body.search-loading #header .header-actions .search .toggle-search:before {
    content: "";
}

body.search-loading #header .header-actions .search .toggle-search {
    background-image: url("../img/global/loader_round_white_on_blue.gif");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px auto;
    cursor: default;
}

.error-tooltip.info-disabled {
    max-width: 330px;
}

.error-tooltip .tooltipster-box {
    background: #ff5a5a;
    border: none;
    border-radius: 2px;
}

.error-tooltip .tooltipster-content {
    color: #fff;
}

.error-tooltip.tooltipster-right .tooltipster-arrow-background, .error-tooltip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #ff5a5a;
}

/**
JIRA LP-159
*/
@media (max-height: 640px) {
    #header .submenu {
        max-height: 380px;
        min-height: 0;
    }

    #header .submenu .container {
        padding: 15px 0 15px 40px;
    }

    #header .submenu .movie .title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/*@media (max-height: 550px) {
  #header,
  #header .submenu{
    position: absolute;
  }
  #header .main-menu > .container > ul > li{
    position: initial;
  }
}
/**
JIRA LP-177
*/
.form-global-error {
    color: #ff5a5a;
    margin: 5px 0;
}

body {
    overflow-x: hidden;
}

.image-center-paiement {
    display: block;
    max-width: 220px;
    margin: 40px auto;
}

.payment-loading {
    display: block;
    width: 180px;
    height: 180px;
    margin: 40px auto;
    background-image: url("../images/paiement/loading.gif");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 180px auto;
    box-sizing: border-box;
    padding: 55px 0;
}

.payment-loading img {
    max-width: 60px;
    margin: 0 auto;
    display: block;
}

.full-screen-popin .container-600 {
    max-width: 600px;
}

@media (max-width: 600px) {
    .full-screen-popin .container-600 {
        padding: 25px 30px;
    }

    .image-center-paiement {
        display: block;
        max-width: 180px;
        margin: 20px auto 40px;
    }
}

.tooltipster-white {
    position: absolute;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.tooltipster-white .pri-content-tooltip {
    padding: 15px 20px;
}

.tooltipster-white .pri-content-tooltip .pri-title-tooltip {
    width: 200px;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    color: #000000;
}

.tooltipster-white.minimalist .pri-content-tooltip {
    padding: 10px 15px;
}

.tooltipster-white.minimalist .pri-content-tooltip .pri-title-tooltip {
    width: auto;
    font-size: 16px;
}

.tooltipster-white .pri-content-tooltip .pri-body-tooltip {
    display: block;
    width: 190px;
    padding-top: 5px;
    font-size: 15px;
    text-align: center;
    color: #afafaf;
    font-weight: 300;
    line-height: 1.2;
}

.position-relative {
    position: relative;
}

.z-index-10 {
    z-index: 10;
}

.z-index-9 {
    z-index: 9;
}

.z-index-8 {
    z-index: 8;
}

.z-index-7 {
    z-index: 7;
}

.z-index-6 {
    z-index: 6;
}

.z-index-5 {
    z-index: 5;
}

.z-index-4 {
    z-index: 4;
}

.z-index-3 {
    z-index: 3;
}

.z-index-2 {
    z-index: 2;
}

.z-index-1 {
    z-index: 1;
}

.reward-container .contact-picture {
    position: relative;
    margin: 40px auto 20px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.reward-container .felicitations {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px;
}

.reward-container .nb_badge {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #d4d6d7;
    margin-bottom: 60px;
}

.reward-container table {
    width: 100%;
}

.reward-container table tr td {
    text-align: center;
}

@media (max-width: 550px) {
    .reward-container table tr td {
        display: block;
    }
}

.reward-container-2 {
    background-color: #2a2a2a;
    text-align: center;
    padding: 44px 40px 60px;
}

.reward-container-2 .line_0 {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #d4d6d7;
    margin-bottom: 40px;
}

.reward-container-2 .line_1 {
    font-size: 30px;
    text-align: center;
    color: #ffffff;
}

.reward-container-2 .line_2 {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #d4d6d7;
    margin-bottom: 40px;
}

.reward-container-2 .content-image img {
    max-width: 100% !important;
}

.reward-container-2 .limit-date {
    margin: 40px 0;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    color: #d4d6d7;
}

.reward-container-3 {
    padding: 40px;
    background-color: #4278ea;
    text-align: center;
}

.reward-container-3 a {
    border: 1px solid;
    padding: 6px 20px;
    border-radius: 2px;
}

.bg-4a4a4a {
    background-color: #4a4a4a;
}
.content-badges {
    position: relative;
    max-width: 946px;
    margin: 20px auto 0;
}
.content-badges.mon_compte {
    max-width: 1166px;
}
.content-badge-fidelite {
    position: relative;
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    width: 210px;
    margin: 0 10px 10px;
}
.content-badge-fidelite .content-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.content-badge-fidelite .display-on-hover {
    position: relative;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.85);
    padding-top: 20px;
    padding-bottom: 30px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.content-badge-fidelite:hover {
    z-index: 3;
}

.content-badge-fidelite:hover .display-on-hover {
    opacity: 1;
}
.content-badge-fidelite .content {
    padding-top: 20px;
    padding-bottom: 20px;
}
.content-badge-fidelite .picto {
    position: relative;
    display: block;
    margin: 0 auto 10px;
    width: 135px;
    height: 135px;
}
.content-badge-fidelite .titre {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto;
    max-width: 180px;
}
.content-badge-fidelite .sous-titre {
    position: relative;
    display: block;
    text-align: center;
    padding: 5px 0 0;
    color: #afafaf;
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto;
    max-width: 180px;
}

.content-badge-fidelite .infos-supp {
    position: relative;
    padding-top: 30px;
}
.content-badge-fidelite .titre-film {
    position: relative;
    display: block;
    text-align: center;
    padding: 0 0 5px 0;
    color: #00dfeb;
    font-size: 15px;
    font-weight: 400;
    margin: 0 auto;
    max-width: 180px;
}
.content-badge-fidelite .infos-supp .titre-film:last-child {
    padding-bottom: 0;
}

.content-badge-fidelite .sur-titre-film {
    position: relative;
    display: block;
    text-align: center;
    padding: 20px 0 0 0;
    color: #afafaf;
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto;
    max-width: 180px;
}
.content-badge-fidelite .infos-supp .sur-titre-film:first-child {
    padding-top: 0;
}


.container-reward-badges {
    padding-top: 60px!important;
    text-align: center;
}
.container-reward-badges .content-reward-badge {
    margin: 0 30px;
}
.content-reward-badge {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    max-width: 560px;
}
.content-reward-badge .presentation {
    font-size: 14px;
    text-align: center;
    color: #d3d5d7;
    padding-bottom: 10px;
}
.content-reward-badge .content-cumulators-badges{
    text-align: center;
    padding-top: 10px;
}
.content-reward-badge .content-cumulators-badges > * {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 0;
}
.content-reward-badge .content-cumulators-badges .picto {
    width: 80px;
    height: 80px;
}
.content-reward-badge .content-cumulators-badges .math {
    width: 25px;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #eaebec;
}
.content-reward-badge .picture-carte-gain {
    position: relative;
    display: block;
    width: 100%;
    max-width: 190px;
    margin: 0 auto;
}
.content-reward-badge .titre-gain {
    font-size: 30px;
    font-weight: 300;
    padding-top: 20px;
    text-align: center;
    color: #ffffff;
}
.content-reward-badge .sous-titre-gain {
    font-size: 14px;
    padding-top: 10px;
    text-align: center;
    color: #d3d5d7;
}

.bg-gradient-grey-bottom {
    background-color: #2a2a2a;
    background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0)), linear-gradient(to bottom, #2a2a2a, #2a2a2a);
}