@charset "UTF-8";
/*p {
  @include font-size(14px)
}*/
/* USAGE
@include keyframes(move-the-object) {
  0%   { left: 100px; }
  100% { left: 200px; }
}

.object-to-animate {
  @include animation('move-the-object .5s 1', 'move-the-object-again .5s 1 .5s');
}
*/
/*
.right {
  @include arrow((
    direction: 'right',
    color: orange,
    size: 30px
  ));
}

.down {
  @include arrow((
    direction: 'green',
    color: black,
    size: 30px
  ));
}

.up {
  @include arrow((
    direction: 'up',
    color: blue,
    size: 60px
  ));
}

.left {
  @include arrow((
    direction: 'left',
    color: red,
    size: 10px
  ));
}
*/
/* USAGE
body {
  @include background-image('pattern');
}
*/
/**
* Conditional Media Query Mixin
* by @sheiko (http://dsheiko.com)
*
* The problem this mixin solves is explained there
* http://css-tricks.com/conditional-media-query-mixins/
*
* https://github.com/dsheiko
* MIT license: http://www.opensource.org/licenses/mit-license.php
*/
/**
 * Usage examples
 */
/*.body {
  border: 2px solid #777;
  padding: 40px;
  background: silver;
  @include media( ">sm", "<md" ){
    background: red;
    color: white;
  };
}*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=e475893e-5196-4a16-b249-3d9064fb6dad");
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  /* 1 */
  /* 2 */
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio, canvas, progress, video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template, [hidden] {
  /* 1 */
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button, input, select, textarea {
  font: inherit;
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button, input, select {
  /* 1 */
  /* 2 */
  overflow: visible;
}
/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button, input, select, textarea {
  /* 1 */
  margin: 0;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Change the cursor in all browsers (opinionated).
 */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
}
/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}
/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
.o-container {
  position: relative;
  margin: 0 auto;
  /*@media (max-width: $to-small) {
	    padding-right: $padding-small;
	    padding-left: $padding-small;
	}

	@media (min-width: $from-small) {
		padding-right: rem($padding);
		padding-left: rem($padding);
	    max-width: rem($max-width) + rem($padding * 2);
	}

	&.o-container-map{
		@media (max-width: $to-small) {
		    padding-right: 0px;
		    padding-left: 0px;
		}
	}

	&.-max {
		@media (min-width: $to-medium) {
		    max-width: rem(1320px) + rem($padding * 2);
		}
	}

	&.-max-small {
		@media (max-width: $to-small) {
		    max-width: 500px;
		}
	}*/
}
.o-grid {
  position: relative;
  margin-left: -40px;
  letter-spacing: normal;
  font-size: 0;
}
.o-grid.-margin-tiny {
  margin-left: -0.8125rem;
}
@media (max-width: 767px) {
  .o-grid.-center-small {
    text-align: center;
  }
}
.o-grid.-small-gutter {
  margin-left: -30px;
}
.o-grid_container {
  margin: 0 auto;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .o-grid_container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .o-grid_container {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 1680px) {
  .o-grid_container {
    padding-left: 230px;
    padding-right: 230px;
  }
}
.o-grid_item, .o-half, .o-whole, .o-two-thirds, .o-third, .o-quarter, .o-three-quarters {
  display: inline-block;
  padding-left: 40px;
  width: 100%;
  vertical-align: top;
  font-size: 1rem;
}
.o-grid_item.-bottom, .-bottom.o-half, .-bottom.o-whole, .-bottom.o-two-thirds, .-bottom.o-third, .-bottom.o-quarter, .-bottom.o-three-quarters {
  vertical-align: bottom;
}
.o-grid.-margin-tiny .o-grid_item, .o-grid.-margin-tiny .o-half, .o-grid.-margin-tiny .o-whole, .o-grid.-margin-tiny .o-two-thirds, .o-grid.-margin-tiny .o-third, .o-grid.-margin-tiny .o-quarter, .o-grid.-margin-tiny .o-three-quarters {
  padding-left: 0.8125rem;
}
@media (min-width: 768px) {
  .o-grid.-margin-even .o-grid_item:nth-child(even), .o-grid.-margin-even .o-half:nth-child(even), .o-grid.-margin-even .o-whole:nth-child(even), .o-grid.-margin-even .o-two-thirds:nth-child(even), .o-grid.-margin-even .o-third:nth-child(even), .o-grid.-margin-even .o-quarter:nth-child(even), .o-grid.-margin-even .o-three-quarters:nth-child(even) {
    margin-top: 7.5rem;
  }
}
@media (min-width: 768px) {
  .o-half {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .o-two-thirds {
    width: 66%;
  }
}
@media (min-width: 1024px) {
  .o-third {
    width: 33%;
  }
}
@media (min-width: 1024px) {
  .o-quarter {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .o-three-quarters {
    width: 75%;
  }
}
.c-open-admin {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 20%;
  right: 20%;
  text-align: center;
  display: none;
  -webkit-transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}
.has-admin-open .c-open-admin {
  top: 32px;
}
.logged-in .c-open-admin {
  display: block;
}
.c-open-admin::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1000px;
  left: -1000px;
  content: "";
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  background: #1b8ef0;
}
.has-admin-open .c-open-admin::before {
  opacity: 0.8;
}
.c-open-admin:hover::before {
  opacity: 0.8;
}
.c-open-admin_button {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.3;
  line-height: 1;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 2px 15px;
  transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -webkit-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.has-admin-open .c-open-admin_button {
  transform: translate3d(0, 0%, 0);
  -ms-transform: translate3d(0, 0%, 0);
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
}
.c-open-admin_button span {
  position: relative;
  opacity: 1;
  color: #ffffff !important;
  transform: translate3d(0, 0%, 0);
  -ms-transform: translate3d(0, 0%, 0);
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -webkit-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
  font-family: "AmericanTypewriter";
}
.c-open-admin_button span::before {
  background: #1e488a;
}
.c-open-admin_button span:first-child {
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.has-admin-open .c-open-admin_button span:first-child {
  opacity: 0;
  transform: translate3d(0, -220%, 0);
  -ms-transform: translate3d(0, -220%, 0);
  -webkit-transform: translate3d(0, -220%, 0);
  -moz-transform: translate3d(0, -220%, 0);
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.c-open-admin_button span:last-child {
  transform: translate3d(-20px, -200%, 0);
  -ms-transform: translate3d(-20px, -200%, 0);
  -webkit-transform: translate3d(-20px, -200%, 0);
  -moz-transform: translate3d(-20px, -200%, 0);
  position: absolute;
  top: 0;
  right: 0;
}
.has-admin-open .c-open-admin_button span:last-child {
  transform: translate3d(-20px, 10px, 0);
  -ms-transform: translate3d(-20px, 10px, 0);
  -webkit-transform: translate3d(-20px, 10px, 0);
  -moz-transform: translate3d(-20px, 10px, 0);
}
.c-open-admin:hover .c-open-admin_button {
  transform: translate3d(0, 0%, 0);
  -ms-transform: translate3d(0, 0%, 0);
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
}
.c-open-admin_button:hover span::before {
  transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform-origin: left center;
}
#wpadminbar {
  transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -webkit-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}
.has-admin-open #wpadminbar {
  transform: translate3d(0, 0%, 0);
  -ms-transform: translate3d(0, 0%, 0);
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
}
/* Set default animation */
.-anim {
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.-anim.-to-top {
  transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
}
.-anim.-to-right {
  transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
}
.-anim.-to-bottom {
  transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
}
.-anim.-to-left {
  transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
}
.-anim.in-view, .in-view .-anim {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
@keyframes offset {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes btn-cinema {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes btn-cinema {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes btn-cinema {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@keyframes btn-cinema {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes btn-divertissement {
  0% {
    transform: translate3d(2px, 0, 0);
    -ms-transform: translate3d(2px, 0, 0);
    -webkit-transform: translate3d(2px, 0, 0);
    -moz-transform: translate3d(2px, 0, 0);
  }
  50% {
    transform: translate3d(-2px, 0, 0);
    -ms-transform: translate3d(-2px, 0, 0);
    -webkit-transform: translate3d(-2px, 0, 0);
    -moz-transform: translate3d(-2px, 0, 0);
  }
  100% {
    transform: translate3d(2px, 0, 0);
    -ms-transform: translate3d(2px, 0, 0);
    -webkit-transform: translate3d(2px, 0, 0);
    -moz-transform: translate3d(2px, 0, 0);
  }
}
@-moz-keyframes btn-divertissement {
  0% {
    transform: translate3d(2px, 0, 0);
    -ms-transform: translate3d(2px, 0, 0);
    -webkit-transform: translate3d(2px, 0, 0);
    -moz-transform: translate3d(2px, 0, 0);
  }
  50% {
    transform: translate3d(-2px, 0, 0);
    -ms-transform: translate3d(-2px, 0, 0);
    -webkit-transform: translate3d(-2px, 0, 0);
    -moz-transform: translate3d(-2px, 0, 0);
  }
  100% {
    transform: translate3d(2px, 0, 0);
    -ms-transform: translate3d(2px, 0, 0);
    -webkit-transform: translate3d(2px, 0, 0);
    -moz-transform: translate3d(2px, 0, 0);
  }
}
@-o-keyframes btn-divertissement {
  0% {
    transform: translate3d(2px, 0, 0);
    -ms-transform: translate3d(2px, 0, 0);
    -webkit-transform: translate3d(2px, 0, 0);
    -moz-transform: translate3d(2px, 0, 0);
  }
  50% {
    transform: translate3d(-2px, 0, 0);
    -ms-transform: translate3d(-2px, 0, 0);
    -webkit-transform: translate3d(-2px, 0, 0);
    -moz-transform: translate3d(-2px, 0, 0);
  }
  100% {
    transform: translate3d(2px, 0, 0);
    -ms-transform: translate3d(2px, 0, 0);
    -webkit-transform: translate3d(2px, 0, 0);
    -moz-transform: translate3d(2px, 0, 0);
  }
}
@keyframes btn-divertissement {
  0% {
    transform: translate3d(2px, 0, 0);
    -ms-transform: translate3d(2px, 0, 0);
    -webkit-transform: translate3d(2px, 0, 0);
    -moz-transform: translate3d(2px, 0, 0);
  }
  50% {
    transform: translate3d(-2px, 0, 0);
    -ms-transform: translate3d(-2px, 0, 0);
    -webkit-transform: translate3d(-2px, 0, 0);
    -moz-transform: translate3d(-2px, 0, 0);
  }
  100% {
    transform: translate3d(2px, 0, 0);
    -ms-transform: translate3d(2px, 0, 0);
    -webkit-transform: translate3d(2px, 0, 0);
    -moz-transform: translate3d(2px, 0, 0);
  }
}
@-webkit-keyframes btn-bar-bulle-1 {
  0% {
    opacity: 1;
    transform: translate3d(3px, 0, 0);
    -ms-transform: translate3d(3px, 0, 0);
    -webkit-transform: translate3d(3px, 0, 0);
    -moz-transform: translate3d(3px, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(-2px, -20px, 0);
    -ms-transform: translate3d(-2px, -20px, 0);
    -webkit-transform: translate3d(-2px, -20px, 0);
    -moz-transform: translate3d(-2px, -20px, 0);
  }
  51% {
    opacity: 0;
    transform: translate3d(-2px, 20px, 0);
    -ms-transform: translate3d(-2px, 20px, 0);
    -webkit-transform: translate3d(-2px, 20px, 0);
    -moz-transform: translate3d(-2px, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(3px, 0, 0);
    -ms-transform: translate3d(3px, 0, 0);
    -webkit-transform: translate3d(3px, 0, 0);
    -moz-transform: translate3d(3px, 0, 0);
  }
}
@-moz-keyframes btn-bar-bulle-1 {
  0% {
    opacity: 1;
    transform: translate3d(3px, 0, 0);
    -ms-transform: translate3d(3px, 0, 0);
    -webkit-transform: translate3d(3px, 0, 0);
    -moz-transform: translate3d(3px, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(-2px, -20px, 0);
    -ms-transform: translate3d(-2px, -20px, 0);
    -webkit-transform: translate3d(-2px, -20px, 0);
    -moz-transform: translate3d(-2px, -20px, 0);
  }
  51% {
    opacity: 0;
    transform: translate3d(-2px, 20px, 0);
    -ms-transform: translate3d(-2px, 20px, 0);
    -webkit-transform: translate3d(-2px, 20px, 0);
    -moz-transform: translate3d(-2px, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(3px, 0, 0);
    -ms-transform: translate3d(3px, 0, 0);
    -webkit-transform: translate3d(3px, 0, 0);
    -moz-transform: translate3d(3px, 0, 0);
  }
}
@-o-keyframes btn-bar-bulle-1 {
  0% {
    opacity: 1;
    transform: translate3d(3px, 0, 0);
    -ms-transform: translate3d(3px, 0, 0);
    -webkit-transform: translate3d(3px, 0, 0);
    -moz-transform: translate3d(3px, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(-2px, -20px, 0);
    -ms-transform: translate3d(-2px, -20px, 0);
    -webkit-transform: translate3d(-2px, -20px, 0);
    -moz-transform: translate3d(-2px, -20px, 0);
  }
  51% {
    opacity: 0;
    transform: translate3d(-2px, 20px, 0);
    -ms-transform: translate3d(-2px, 20px, 0);
    -webkit-transform: translate3d(-2px, 20px, 0);
    -moz-transform: translate3d(-2px, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(3px, 0, 0);
    -ms-transform: translate3d(3px, 0, 0);
    -webkit-transform: translate3d(3px, 0, 0);
    -moz-transform: translate3d(3px, 0, 0);
  }
}
@keyframes btn-bar-bulle-1 {
  0% {
    opacity: 1;
    transform: translate3d(3px, 0, 0);
    -ms-transform: translate3d(3px, 0, 0);
    -webkit-transform: translate3d(3px, 0, 0);
    -moz-transform: translate3d(3px, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(-2px, -20px, 0);
    -ms-transform: translate3d(-2px, -20px, 0);
    -webkit-transform: translate3d(-2px, -20px, 0);
    -moz-transform: translate3d(-2px, -20px, 0);
  }
  51% {
    opacity: 0;
    transform: translate3d(-2px, 20px, 0);
    -ms-transform: translate3d(-2px, 20px, 0);
    -webkit-transform: translate3d(-2px, 20px, 0);
    -moz-transform: translate3d(-2px, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(3px, 0, 0);
    -ms-transform: translate3d(3px, 0, 0);
    -webkit-transform: translate3d(3px, 0, 0);
    -moz-transform: translate3d(3px, 0, 0);
  }
}
@-webkit-keyframes btn-bar-bulle-2 {
  0% {
    opacity: 1;
    transform: translate3d(-3px, 0, 0);
    -ms-transform: translate3d(-3px, 0, 0);
    -webkit-transform: translate3d(-3px, 0, 0);
    -moz-transform: translate3d(-3px, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(2px, -20px, 0);
    -ms-transform: translate3d(2px, -20px, 0);
    -webkit-transform: translate3d(2px, -20px, 0);
    -moz-transform: translate3d(2px, -20px, 0);
  }
  51% {
    opacity: 0;
    transform: translate3d(2px, 20px, 0);
    -ms-transform: translate3d(2px, 20px, 0);
    -webkit-transform: translate3d(2px, 20px, 0);
    -moz-transform: translate3d(2px, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(-3px, 0, 0);
    -ms-transform: translate3d(-3px, 0, 0);
    -webkit-transform: translate3d(-3px, 0, 0);
    -moz-transform: translate3d(-3px, 0, 0);
  }
}
@-moz-keyframes btn-bar-bulle-2 {
  0% {
    opacity: 1;
    transform: translate3d(-3px, 0, 0);
    -ms-transform: translate3d(-3px, 0, 0);
    -webkit-transform: translate3d(-3px, 0, 0);
    -moz-transform: translate3d(-3px, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(2px, -20px, 0);
    -ms-transform: translate3d(2px, -20px, 0);
    -webkit-transform: translate3d(2px, -20px, 0);
    -moz-transform: translate3d(2px, -20px, 0);
  }
  51% {
    opacity: 0;
    transform: translate3d(2px, 20px, 0);
    -ms-transform: translate3d(2px, 20px, 0);
    -webkit-transform: translate3d(2px, 20px, 0);
    -moz-transform: translate3d(2px, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(-3px, 0, 0);
    -ms-transform: translate3d(-3px, 0, 0);
    -webkit-transform: translate3d(-3px, 0, 0);
    -moz-transform: translate3d(-3px, 0, 0);
  }
}
@-o-keyframes btn-bar-bulle-2 {
  0% {
    opacity: 1;
    transform: translate3d(-3px, 0, 0);
    -ms-transform: translate3d(-3px, 0, 0);
    -webkit-transform: translate3d(-3px, 0, 0);
    -moz-transform: translate3d(-3px, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(2px, -20px, 0);
    -ms-transform: translate3d(2px, -20px, 0);
    -webkit-transform: translate3d(2px, -20px, 0);
    -moz-transform: translate3d(2px, -20px, 0);
  }
  51% {
    opacity: 0;
    transform: translate3d(2px, 20px, 0);
    -ms-transform: translate3d(2px, 20px, 0);
    -webkit-transform: translate3d(2px, 20px, 0);
    -moz-transform: translate3d(2px, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(-3px, 0, 0);
    -ms-transform: translate3d(-3px, 0, 0);
    -webkit-transform: translate3d(-3px, 0, 0);
    -moz-transform: translate3d(-3px, 0, 0);
  }
}
@keyframes btn-bar-bulle-2 {
  0% {
    opacity: 1;
    transform: translate3d(-3px, 0, 0);
    -ms-transform: translate3d(-3px, 0, 0);
    -webkit-transform: translate3d(-3px, 0, 0);
    -moz-transform: translate3d(-3px, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(2px, -20px, 0);
    -ms-transform: translate3d(2px, -20px, 0);
    -webkit-transform: translate3d(2px, -20px, 0);
    -moz-transform: translate3d(2px, -20px, 0);
  }
  51% {
    opacity: 0;
    transform: translate3d(2px, 20px, 0);
    -ms-transform: translate3d(2px, 20px, 0);
    -webkit-transform: translate3d(2px, 20px, 0);
    -moz-transform: translate3d(2px, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(-3px, 0, 0);
    -ms-transform: translate3d(-3px, 0, 0);
    -webkit-transform: translate3d(-3px, 0, 0);
    -moz-transform: translate3d(-3px, 0, 0);
  }
}
@-webkit-keyframes btn-quilles {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes btn-quilles {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes btn-quilles {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@keyframes btn-quilles {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes btn-billard {
  0% {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
  20% {
    transform: translate3d(0, -16px, 0);
    -ms-transform: translate3d(0, -16px, 0);
    -webkit-transform: translate3d(0, -16px, 0);
    -moz-transform: translate3d(0, -16px, 0);
  }
  40% {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes btn-billard {
  0% {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
  20% {
    transform: translate3d(0, -16px, 0);
    -ms-transform: translate3d(0, -16px, 0);
    -webkit-transform: translate3d(0, -16px, 0);
    -moz-transform: translate3d(0, -16px, 0);
  }
  40% {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes btn-billard {
  0% {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
  20% {
    transform: translate3d(0, -16px, 0);
    -ms-transform: translate3d(0, -16px, 0);
    -webkit-transform: translate3d(0, -16px, 0);
    -moz-transform: translate3d(0, -16px, 0);
  }
  40% {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes btn-billard {
  0% {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
  20% {
    transform: translate3d(0, -16px, 0);
    -ms-transform: translate3d(0, -16px, 0);
    -webkit-transform: translate3d(0, -16px, 0);
    -moz-transform: translate3d(0, -16px, 0);
  }
  40% {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes btn-billard-row1 {
  0% {
    fill: #41B9E9;
  }
  10% {
    fill: #41B9E9;
  }
  20% {
    fill: #ffffff;
  }
  40% {
    fill: #41B9E9;
  }
  100% {
    fill: #41B9E9;
  }
}
@-moz-keyframes btn-billard-row1 {
  0% {
    fill: #41B9E9;
  }
  10% {
    fill: #41B9E9;
  }
  20% {
    fill: #ffffff;
  }
  40% {
    fill: #41B9E9;
  }
  100% {
    fill: #41B9E9;
  }
}
@-o-keyframes btn-billard-row1 {
  0% {
    fill: #41B9E9;
  }
  10% {
    fill: #41B9E9;
  }
  20% {
    fill: #ffffff;
  }
  40% {
    fill: #41B9E9;
  }
  100% {
    fill: #41B9E9;
  }
}
@keyframes btn-billard-row1 {
  0% {
    fill: #41B9E9;
  }
  10% {
    fill: #41B9E9;
  }
  20% {
    fill: #ffffff;
  }
  40% {
    fill: #41B9E9;
  }
  100% {
    fill: #41B9E9;
  }
}
@-webkit-keyframes btn-billard-row2 {
  0% {
    fill: #41B9E9;
  }
  30% {
    fill: #41B9E9;
  }
  40% {
    fill: #ffffff;
  }
  60% {
    fill: #41B9E9;
  }
  100% {
    fill: #41B9E9;
  }
}
@-moz-keyframes btn-billard-row2 {
  0% {
    fill: #41B9E9;
  }
  30% {
    fill: #41B9E9;
  }
  40% {
    fill: #ffffff;
  }
  60% {
    fill: #41B9E9;
  }
  100% {
    fill: #41B9E9;
  }
}
@-o-keyframes btn-billard-row2 {
  0% {
    fill: #41B9E9;
  }
  30% {
    fill: #41B9E9;
  }
  40% {
    fill: #ffffff;
  }
  60% {
    fill: #41B9E9;
  }
  100% {
    fill: #41B9E9;
  }
}
@keyframes btn-billard-row2 {
  0% {
    fill: #41B9E9;
  }
  30% {
    fill: #41B9E9;
  }
  40% {
    fill: #ffffff;
  }
  60% {
    fill: #41B9E9;
  }
  100% {
    fill: #41B9E9;
  }
}
@-webkit-keyframes btn-billard-row3 {
  0% {
    fill: #41B9E9;
  }
  50% {
    fill: #41B9E9;
  }
  60% {
    fill: #ffffff;
  }
  80% {
    fill: #41B9E9;
  }
  100% {
    fill: #41B9E9;
  }
}
@-moz-keyframes btn-billard-row3 {
  0% {
    fill: #41B9E9;
  }
  50% {
    fill: #41B9E9;
  }
  60% {
    fill: #ffffff;
  }
  80% {
    fill: #41B9E9;
  }
  100% {
    fill: #41B9E9;
  }
}
@-o-keyframes btn-billard-row3 {
  0% {
    fill: #41B9E9;
  }
  50% {
    fill: #41B9E9;
  }
  60% {
    fill: #ffffff;
  }
  80% {
    fill: #41B9E9;
  }
  100% {
    fill: #41B9E9;
  }
}
@keyframes btn-billard-row3 {
  0% {
    fill: #41B9E9;
  }
  50% {
    fill: #41B9E9;
  }
  60% {
    fill: #ffffff;
  }
  80% {
    fill: #41B9E9;
  }
  100% {
    fill: #41B9E9;
  }
}
@-webkit-keyframes btn-billard-row4 {
  0% {
    fill: #41B9E9;
  }
  70% {
    fill: #41B9E9;
  }
  80% {
    fill: #ffffff;
  }
  100% {
    fill: #41B9E9;
  }
}
@-moz-keyframes btn-billard-row4 {
  0% {
    fill: #41B9E9;
  }
  70% {
    fill: #41B9E9;
  }
  80% {
    fill: #ffffff;
  }
  100% {
    fill: #41B9E9;
  }
}
@-o-keyframes btn-billard-row4 {
  0% {
    fill: #41B9E9;
  }
  70% {
    fill: #41B9E9;
  }
  80% {
    fill: #ffffff;
  }
  100% {
    fill: #41B9E9;
  }
}
@keyframes btn-billard-row4 {
  0% {
    fill: #41B9E9;
  }
  70% {
    fill: #41B9E9;
  }
  80% {
    fill: #ffffff;
  }
  100% {
    fill: #41B9E9;
  }
}
@-webkit-keyframes btn-billard-row1-alt {
  0% {
    fill: #41B9E9;
  }
  10% {
    fill: #41B9E9;
  }
  20% {
    fill: #1b8ef0;
  }
  40% {
    fill: #41B9E9;
  }
  100% {
    fill: #41B9E9;
  }
}
@-moz-keyframes btn-billard-row1-alt {
  0% {
    fill: #41B9E9;
  }
  10% {
    fill: #41B9E9;
  }
  20% {
    fill: #1b8ef0;
  }
  40% {
    fill: #41B9E9;
  }
  100% {
    fill: #41B9E9;
  }
}
@-o-keyframes btn-billard-row1-alt {
  0% {
    fill: #41B9E9;
  }
  10% {
    fill: #41B9E9;
  }
  20% {
    fill: #1b8ef0;
  }
  40% {
    fill: #41B9E9;
  }
  100% {
    fill: #41B9E9;
  }
}
@keyframes btn-billard-row1-alt {
  0% {
    fill: #41B9E9;
  }
  10% {
    fill: #41B9E9;
  }
  20% {
    fill: #1b8ef0;
  }
  40% {
    fill: #41B9E9;
  }
  100% {
    fill: #41B9E9;
  }
}
@-webkit-keyframes btn-billard-row2-alt {
  0% {
    fill: #41B9E9;
  }
  30% {
    fill: #41B9E9;
  }
  40% {
    fill: #1b8ef0;
  }
  60% {
    fill: #41B9E9;
  }
  100% {
    fill: #41B9E9;
  }
}
@-moz-keyframes btn-billard-row2-alt {
  0% {
    fill: #41B9E9;
  }
  30% {
    fill: #41B9E9;
  }
  40% {
    fill: #1b8ef0;
  }
  60% {
    fill: #41B9E9;
  }
  100% {
    fill: #41B9E9;
  }
}
@-o-keyframes btn-billard-row2-alt {
  0% {
    fill: #41B9E9;
  }
  30% {
    fill: #41B9E9;
  }
  40% {
    fill: #1b8ef0;
  }
  60% {
    fill: #41B9E9;
  }
  100% {
    fill: #41B9E9;
  }
}
@keyframes btn-billard-row2-alt {
  0% {
    fill: #41B9E9;
  }
  30% {
    fill: #41B9E9;
  }
  40% {
    fill: #1b8ef0;
  }
  60% {
    fill: #41B9E9;
  }
  100% {
    fill: #41B9E9;
  }
}
@-webkit-keyframes btn-billard-row3-alt {
  0% {
    fill: #41B9E9;
  }
  50% {
    fill: #41B9E9;
  }
  60% {
    fill: #1b8ef0;
  }
  80% {
    fill: #41B9E9;
  }
  100% {
    fill: #41B9E9;
  }
}
@-moz-keyframes btn-billard-row3-alt {
  0% {
    fill: #41B9E9;
  }
  50% {
    fill: #41B9E9;
  }
  60% {
    fill: #1b8ef0;
  }
  80% {
    fill: #41B9E9;
  }
  100% {
    fill: #41B9E9;
  }
}
@-o-keyframes btn-billard-row3-alt {
  0% {
    fill: #41B9E9;
  }
  50% {
    fill: #41B9E9;
  }
  60% {
    fill: #1b8ef0;
  }
  80% {
    fill: #41B9E9;
  }
  100% {
    fill: #41B9E9;
  }
}
@keyframes btn-billard-row3-alt {
  0% {
    fill: #41B9E9;
  }
  50% {
    fill: #41B9E9;
  }
  60% {
    fill: #1b8ef0;
  }
  80% {
    fill: #41B9E9;
  }
  100% {
    fill: #41B9E9;
  }
}
@-webkit-keyframes btn-billard-row4-alt {
  0% {
    fill: #41B9E9;
  }
  70% {
    fill: #41B9E9;
  }
  80% {
    fill: #1b8ef0;
  }
  100% {
    fill: #41B9E9;
  }
}
@-moz-keyframes btn-billard-row4-alt {
  0% {
    fill: #41B9E9;
  }
  70% {
    fill: #41B9E9;
  }
  80% {
    fill: #1b8ef0;
  }
  100% {
    fill: #41B9E9;
  }
}
@-o-keyframes btn-billard-row4-alt {
  0% {
    fill: #41B9E9;
  }
  70% {
    fill: #41B9E9;
  }
  80% {
    fill: #1b8ef0;
  }
  100% {
    fill: #41B9E9;
  }
}
@keyframes btn-billard-row4-alt {
  0% {
    fill: #41B9E9;
  }
  70% {
    fill: #41B9E9;
  }
  80% {
    fill: #1b8ef0;
  }
  100% {
    fill: #41B9E9;
  }
}
@-webkit-keyframes btn-billard-row1-hover {
  0% {
    fill: #00f199;
  }
  10% {
    fill: #00f199;
  }
  20% {
    fill: #1b8ef0;
  }
  40% {
    fill: #00f199;
  }
  100% {
    fill: #00f199;
  }
}
@-moz-keyframes btn-billard-row1-hover {
  0% {
    fill: #00f199;
  }
  10% {
    fill: #00f199;
  }
  20% {
    fill: #1b8ef0;
  }
  40% {
    fill: #00f199;
  }
  100% {
    fill: #00f199;
  }
}
@-o-keyframes btn-billard-row1-hover {
  0% {
    fill: #00f199;
  }
  10% {
    fill: #00f199;
  }
  20% {
    fill: #1b8ef0;
  }
  40% {
    fill: #00f199;
  }
  100% {
    fill: #00f199;
  }
}
@keyframes btn-billard-row1-hover {
  0% {
    fill: #00f199;
  }
  10% {
    fill: #00f199;
  }
  20% {
    fill: #1b8ef0;
  }
  40% {
    fill: #00f199;
  }
  100% {
    fill: #00f199;
  }
}
@-webkit-keyframes btn-billard-row2-hover {
  0% {
    fill: #00f199;
  }
  30% {
    fill: #00f199;
  }
  40% {
    fill: #1b8ef0;
  }
  60% {
    fill: #00f199;
  }
  100% {
    fill: #00f199;
  }
}
@-moz-keyframes btn-billard-row2-hover {
  0% {
    fill: #00f199;
  }
  30% {
    fill: #00f199;
  }
  40% {
    fill: #1b8ef0;
  }
  60% {
    fill: #00f199;
  }
  100% {
    fill: #00f199;
  }
}
@-o-keyframes btn-billard-row2-hover {
  0% {
    fill: #00f199;
  }
  30% {
    fill: #00f199;
  }
  40% {
    fill: #1b8ef0;
  }
  60% {
    fill: #00f199;
  }
  100% {
    fill: #00f199;
  }
}
@keyframes btn-billard-row2-hover {
  0% {
    fill: #00f199;
  }
  30% {
    fill: #00f199;
  }
  40% {
    fill: #1b8ef0;
  }
  60% {
    fill: #00f199;
  }
  100% {
    fill: #00f199;
  }
}
@-webkit-keyframes btn-billard-row3-hover {
  0% {
    fill: #00f199;
  }
  50% {
    fill: #00f199;
  }
  60% {
    fill: #1b8ef0;
  }
  80% {
    fill: #00f199;
  }
  100% {
    fill: #00f199;
  }
}
@-moz-keyframes btn-billard-row3-hover {
  0% {
    fill: #00f199;
  }
  50% {
    fill: #00f199;
  }
  60% {
    fill: #1b8ef0;
  }
  80% {
    fill: #00f199;
  }
  100% {
    fill: #00f199;
  }
}
@-o-keyframes btn-billard-row3-hover {
  0% {
    fill: #00f199;
  }
  50% {
    fill: #00f199;
  }
  60% {
    fill: #1b8ef0;
  }
  80% {
    fill: #00f199;
  }
  100% {
    fill: #00f199;
  }
}
@keyframes btn-billard-row3-hover {
  0% {
    fill: #00f199;
  }
  50% {
    fill: #00f199;
  }
  60% {
    fill: #1b8ef0;
  }
  80% {
    fill: #00f199;
  }
  100% {
    fill: #00f199;
  }
}
@-webkit-keyframes btn-billard-row4-hover {
  0% {
    fill: #00f199;
  }
  70% {
    fill: #00f199;
  }
  80% {
    fill: #1b8ef0;
  }
  100% {
    fill: #00f199;
  }
}
@-moz-keyframes btn-billard-row4-hover {
  0% {
    fill: #00f199;
  }
  70% {
    fill: #00f199;
  }
  80% {
    fill: #1b8ef0;
  }
  100% {
    fill: #00f199;
  }
}
@-o-keyframes btn-billard-row4-hover {
  0% {
    fill: #00f199;
  }
  70% {
    fill: #00f199;
  }
  80% {
    fill: #1b8ef0;
  }
  100% {
    fill: #00f199;
  }
}
@keyframes btn-billard-row4-hover {
  0% {
    fill: #00f199;
  }
  70% {
    fill: #00f199;
  }
  80% {
    fill: #1b8ef0;
  }
  100% {
    fill: #00f199;
  }
}
@-webkit-keyframes c-circle-wave {
  0% {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 1);
    -ms-transform: scale3d(0.9, 0.9, 1);
    -webkit-transform: scale3d(0.9, 0.9, 1);
    -moz-transform: scale3d(0.9, 0.9, 1);
  }
  30% {
    opacity: 1;
    transform: scale3d(0.95, 0.95, 1);
    -ms-transform: scale3d(0.95, 0.95, 1);
    -webkit-transform: scale3d(0.95, 0.95, 1);
    -moz-transform: scale3d(0.95, 0.95, 1);
  }
  70% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 0;
    transform: scale3d(1.25, 1.25, 1);
    -ms-transform: scale3d(1.25, 1.25, 1);
    -webkit-transform: scale3d(1.25, 1.25, 1);
    -moz-transform: scale3d(1.25, 1.25, 1);
  }
}
@-moz-keyframes c-circle-wave {
  0% {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 1);
    -ms-transform: scale3d(0.9, 0.9, 1);
    -webkit-transform: scale3d(0.9, 0.9, 1);
    -moz-transform: scale3d(0.9, 0.9, 1);
  }
  30% {
    opacity: 1;
    transform: scale3d(0.95, 0.95, 1);
    -ms-transform: scale3d(0.95, 0.95, 1);
    -webkit-transform: scale3d(0.95, 0.95, 1);
    -moz-transform: scale3d(0.95, 0.95, 1);
  }
  70% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 0;
    transform: scale3d(1.25, 1.25, 1);
    -ms-transform: scale3d(1.25, 1.25, 1);
    -webkit-transform: scale3d(1.25, 1.25, 1);
    -moz-transform: scale3d(1.25, 1.25, 1);
  }
}
@-o-keyframes c-circle-wave {
  0% {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 1);
    -ms-transform: scale3d(0.9, 0.9, 1);
    -webkit-transform: scale3d(0.9, 0.9, 1);
    -moz-transform: scale3d(0.9, 0.9, 1);
  }
  30% {
    opacity: 1;
    transform: scale3d(0.95, 0.95, 1);
    -ms-transform: scale3d(0.95, 0.95, 1);
    -webkit-transform: scale3d(0.95, 0.95, 1);
    -moz-transform: scale3d(0.95, 0.95, 1);
  }
  70% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 0;
    transform: scale3d(1.25, 1.25, 1);
    -ms-transform: scale3d(1.25, 1.25, 1);
    -webkit-transform: scale3d(1.25, 1.25, 1);
    -moz-transform: scale3d(1.25, 1.25, 1);
  }
}
@keyframes c-circle-wave {
  0% {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 1);
    -ms-transform: scale3d(0.9, 0.9, 1);
    -webkit-transform: scale3d(0.9, 0.9, 1);
    -moz-transform: scale3d(0.9, 0.9, 1);
  }
  30% {
    opacity: 1;
    transform: scale3d(0.95, 0.95, 1);
    -ms-transform: scale3d(0.95, 0.95, 1);
    -webkit-transform: scale3d(0.95, 0.95, 1);
    -moz-transform: scale3d(0.95, 0.95, 1);
  }
  70% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 0;
    transform: scale3d(1.25, 1.25, 1);
    -ms-transform: scale3d(1.25, 1.25, 1);
    -webkit-transform: scale3d(1.25, 1.25, 1);
    -moz-transform: scale3d(1.25, 1.25, 1);
  }
}
@-webkit-keyframes btn-play-trailer {
  0% {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -18.5%, 0);
    -ms-transform: translate3d(0, -18.5%, 0);
    -webkit-transform: translate3d(0, -18.5%, 0);
    -moz-transform: translate3d(0, -18.5%, 0);
  }
}
@-moz-keyframes btn-play-trailer {
  0% {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -18.5%, 0);
    -ms-transform: translate3d(0, -18.5%, 0);
    -webkit-transform: translate3d(0, -18.5%, 0);
    -moz-transform: translate3d(0, -18.5%, 0);
  }
}
@-o-keyframes btn-play-trailer {
  0% {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -18.5%, 0);
    -ms-transform: translate3d(0, -18.5%, 0);
    -webkit-transform: translate3d(0, -18.5%, 0);
    -moz-transform: translate3d(0, -18.5%, 0);
  }
}
@keyframes btn-play-trailer {
  0% {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -18.5%, 0);
    -ms-transform: translate3d(0, -18.5%, 0);
    -webkit-transform: translate3d(0, -18.5%, 0);
    -moz-transform: translate3d(0, -18.5%, 0);
  }
}
.browser-from-1990 {
  background: #1b8ef0;
  color: #FFF;
  z-index: 100000;
}
.browser-from-1990 p {
  width: 960px;
  margin: 0 auto;
  padding: 4px 0;
}
::-moz-selection {
  background: #1b8ef0;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #1b8ef0;
  color: #fff;
  text-shadow: none;
}
/*	RESET webkit-tap-highlight-color DON'T COLORIZE */
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.scss_errors {
  position: fixed;
  z-index: 2000;
  background: #fff;
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
ins {
  background-color: #1b8ef0;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #1b8ef0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
img {
  max-width: 100%;
  height: auto;
}
a, button {
  outline: none;
}
a, a:hover, a:visited, a:focus, a:active {
  text-decoration: none;
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../images/loader.gif) no-repeat center center;
}
#swipebox-bottom-bar, #swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  transform: translate3d(0, 50px, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
#swipebox-prev, #swipebox-next, #swipebox-close {
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}
#swipebox-next {
  background-position: -78px 13px;
  float: right;
}
#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-prev.disabled, #swipebox-next.disabled {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all 0.3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}
#swipebox-bottom-bar, #swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}
#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
input, select, textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.label, .checkbox-label, .radio-label {
  display: block;
  margin-bottom: 0.25em;
}
.input, .checkbox-label:before, .radio-label:before, .checkbox-label:after, .radio-label:after, .select, .textarea, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: lightgray;
  background-color: white;
}
.input:focus, .checkbox-label:before:focus, .radio-label:before:focus, .checkbox-label:after:focus, .radio-label:after:focus, .select:focus, .textarea:focus, .wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 textarea:focus {
  border-color: gray;
}
.input::placeholder, .checkbox-label:before::placeholder, .radio-label:before::placeholder, .checkbox-label:after::placeholder, .radio-label:after::placeholder, .select::placeholder, .textarea::placeholder, .wpcf7 input[type="text"]::placeholder, .wpcf7 input[type="email"]::placeholder, .wpcf7 textarea::placeholder {
  color: gray;
}
.checkbox, .radio {
  position: absolute;
  width: auto;
  opacity: 0;
}
.checkbox:focus + .checkbox-label:before, .radio:focus + .checkbox-label:before, .checkbox:focus + .radio-label:before, .radio:focus + .radio-label:before, .checkbox:focus + .checkbox-label:after, .radio:focus + .checkbox-label:after, .checkbox:focus + .radio-label:after, .radio:focus + .radio-label:after {
  border-color: gray;
}
.checkbox:checked + .checkbox-label:after, .radio:checked + .checkbox-label:after, .checkbox:checked + .radio-label:after, .radio:checked + .radio-label:after {
  opacity: 1;
}
.checkbox-label, .radio-label {
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
  padding-left: 28px;
}
.checkbox-label:before, .radio-label:before, .checkbox-label:after, .radio-label:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: -9px;
  padding: 0;
  width: 18px;
  height: 18px;
  content: "";
}
.checkbox-label:after, .radio-label:after {
  border-color: transparent;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2210.5%22%20viewBox%3D%220%200%2013%2010.5%22%20enable-background%3D%22new%200%200%2013%2010.5%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M4.8%205.8L2.4%203.3%200%205.7l4.8%204.8L13%202.4c0%200-2.4-2.4-2.4-2.4L4.8%205.8z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 13px;
  background-repeat: no-repeat;
  opacity: 0;
}
.radio-label:before, .radio-label:after {
  border-radius: 50%;
}
.radio-label:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20enable-background%3D%22new%200%200%2013%2013%22%20xml%3Aspace%3D%22preserve%22%3E%3Ccircle%20fill%3D%22%23424242%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3C%2Fsvg%3E");
  background-size: 8px;
}
.select {
  position: relative;
  z-index: 1;
  padding-right: 40px;
}
.select::-ms-expand {
  display: none;
}
.select-wrap {
  position: relative;
}
.select-wrap:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 15px;
  width: 10px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2211.3%22%20viewBox%3D%220%200%2013%2011.3%22%20enable-background%3D%22new%200%200%2013%2011.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23424242%22%20points%3D%226.5%2011.3%203.3%205.6%200%200%206.5%200%2013%200%209.8%205.6%20%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}
.textarea {
  min-height: 100px;
  resize: vertical;
}
.wpcf7-checkbox {
  display: block;
  padding-top: 10px;
}
.wpcf7-checkbox input[type="checkbox"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../images/loader.gif) no-repeat center center;
}
#swipebox-bottom-bar, #swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  transform: translate3d(0, 50px, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
#swipebox-prev, #swipebox-next, #swipebox-close {
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}
#swipebox-next {
  background-position: -78px 13px;
  float: right;
}
#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-prev.disabled, #swipebox-next.disabled {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all 0.3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}
#swipebox-bottom-bar, #swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}
#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: "AmericanTypewriter";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/af43f91e-7e5e-423e-8a41-176aaa2d6bab.eot?#iefix");
  src: url("../fonts/af43f91e-7e5e-423e-8a41-176aaa2d6bab.eot?#iefix") format("eot"), url("../fonts/b98e947d-c7f0-4a56-b21a-cac5a0826cc8.woff2") format("woff2"), url("../fonts/a27244f4-111f-4cdd-ba1d-7dc4ef39f7af.woff") format("woff"), url("../fonts/a16c06ac-28c6-4161-9c9e-527c137a09ad.ttf") format("truetype"), url("../fonts/a599d618-af2a-4b06-ad23-d4920fdb0407.svg#a599d618-af2a-4b06-ad23-d4920fdb0407") format("svg");
}
h1, h2, h3 {
  font-family: "AmericanTypewriter";
}
h1, h2, h3, h4, h5, h6 {
  color: #101720;
  font-weight: 400;
}
p {
  margin-bottom: 20px;
  line-height: 1.6;
}
@media (max-width: 1023px) {
  p {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  p {
    font-size: 16px;
  }
}
blockquote {
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  blockquote {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  blockquote {
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  h1, .h1 {
    font-size: 50px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  h1, .h1 {
    font-size: 30px;
  }
}
@media (min-width: 1280px) {
  h2, .h2 {
    font-size: 2.125rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  h2, .h2 {
    font-size: 1.75rem;
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 1023px) {
  h2, .h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  h3, .h3 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  h3, .h3 {
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  h3, .h3 {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  h4 {
    font-size: 26px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  h4 {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  h5, h6 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  h5, h6 {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  h5, h6 {
    font-size: 12px;
  }
}
.c-block-mini-title {
  text-transform: uppercase;
  font-size: 12px;
}
.c-block-title {
  color: #101720;
}
/*.text{
    img{
        margin-bottom: 40px;
    }

    a{
        text-decoration: underline;
        @include anim(color $speed $easing)
        &:hover{
            color: $black;
        }
    }

    ul{
        margin: 0 0 30px 0;
        padding: 0;

        li{
            position: relative;
            padding: 3px 3px 3px 24px;
            margin: 0;
            background: $gray-lightest;
            list-style: none;

            &::after{
                position: absolute;
                top: 11px;
                left: 10px;
                content: "";
                background: $gray;
                display: block;
                width: 6px;
                height: 6px;
                border-radius: 50%;
            }

            &:nth-child(2n){
                background: $white;
            }
        }
    }
}*/
@font-face {
  font-family: 'biermans';
  src: url('../fonts/biermans.eot?4o70fl');
  src: url('../fonts/biermans.eot?4o70fl#iefix') format('embedded-opentype'), url('../fonts/biermans.woff2?4o70fl') format('woff2'), url('../fonts/biermans.ttf?4o70fl') format('truetype'), url('../fonts/biermans.woff?4o70fl') format('woff'), url('../fonts/biermans.svg?4o70fl#biermans') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'biermans' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ico-3d:before {
  content: "";
}
.ico-aventurier:before {
  content: "";
}
.ico-cineclub:before {
  content: "";
}
.ico-arrow-down-tiny:before {
  content: "";
}
.ico-cart:before {
  content: "";
}
.ico-phone:before {
  content: "";
}
.ico-age-18:before {
  content: "";
}
.ico-age-g:before {
  content: "";
}
.ico-age-13:before {
  content: "";
}
.ico-age-16:before {
  content: "";
}
.ico-arrow-left:before {
  content: "";
}
.ico-arrow-right:before {
  content: "";
}
.ico-arrow-up:before {
  content: "";
}
.ico-bar:before {
  content: "";
}
.ico-billard:before {
  content: "";
}
.ico-cinema:before {
  content: "";
}
.ico-close:before {
  content: "";
}
.ico-dance:before {
  content: "";
}
.ico-facebook:before {
  content: "";
}
.ico-horaire:before {
  content: "";
}
.ico-instagram:before {
  content: "";
}
.ico-logo:before {
  content: "";
}
.ico-mail:before {
  content: "";
}
.ico-nav:before {
  content: "";
}
.ico-quille:before {
  content: "";
}
.ico-quille-all:before {
  content: "";
}
.ico-quille-large:before {
  content: "";
}
.ico-quille-thin:before {
  content: "";
}
.ico-ticket:before {
  content: "";
}
.ico-twitter:before {
  content: "";
}
.ico-video:before {
  content: "";
}
.ico-youtube:before {
  content: "";
}
.ico-arcade:before {
  content: "";
}
.ico-arrow-down:before {
  content: "";
}
.o-header {
  z-index: 10;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #1b8ef0;
}
.o-header .c-block-wrap {
  min-height: 100vh;
  position: relative;
}
.c-header-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url('../images/bg-new-v2.jpg') 50% 50% no-repeat;
  background-size: cover;
  z-index: 1;
}
.c-header-img_bg {
  position: absolute;
  top: 0;
  left: -150px;
  height: 100%;
  bottom: 0;
  right: -150px;
  background: url('../images/bg-new-v2.jpg') 50% 50% no-repeat;
  background-size: cover;
  z-index: 1;
  -webkit-animation: img_bgAnimation 160s infinite;
  /* Safari 4+ */
  -moz-animation: img_bgAnimation 160s infinite;
  /* Fx 5+ */
  -o-animation: img_bgAnimation 160s infinite;
  /* Opera 12+ */
  animation: img_bgAnimation 160s infinite;
  /* IE 10+, Fx 29+ */
}
@keyframes img_bgAnimation {
  0% {
    transform: translate3d(-150px, 0, 0);
    -ms-transform: translate3d(-150px, 0, 0);
    -webkit-transform: translate3d(-150px, 0, 0);
    -moz-transform: translate3d(-150px, 0, 0);
  }
  50% {
    transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
  }
  100% {
    transform: translate3d(-150px, 0, 0);
    -ms-transform: translate3d(-150px, 0, 0);
    -webkit-transform: translate3d(-150px, 0, 0);
    -moz-transform: translate3d(-150px, 0, 0);
  }
}
@-webkit-keyframes img_bgAnimation {
  0% {
    transform: translate3d(-150px, 0, 0);
    -ms-transform: translate3d(-150px, 0, 0);
    -webkit-transform: translate3d(-150px, 0, 0);
    -moz-transform: translate3d(-150px, 0, 0);
  }
  50% {
    transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
  }
  100% {
    transform: translate3d(-150px, 0, 0);
    -ms-transform: translate3d(-150px, 0, 0);
    -webkit-transform: translate3d(-150px, 0, 0);
    -moz-transform: translate3d(-150px, 0, 0);
  }
}
@-moz-keyframes img_bgAnimation {
  0% {
    transform: translate3d(-150px, 0, 0);
    -ms-transform: translate3d(-150px, 0, 0);
    -webkit-transform: translate3d(-150px, 0, 0);
    -moz-transform: translate3d(-150px, 0, 0);
  }
  50% {
    transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
  }
  100% {
    transform: translate3d(-150px, 0, 0);
    -ms-transform: translate3d(-150px, 0, 0);
    -webkit-transform: translate3d(-150px, 0, 0);
    -moz-transform: translate3d(-150px, 0, 0);
  }
}
@-o-keyframes img_bgAnimation {
  0% {
    transform: translate3d(-150px, 0, 0);
    -ms-transform: translate3d(-150px, 0, 0);
    -webkit-transform: translate3d(-150px, 0, 0);
    -moz-transform: translate3d(-150px, 0, 0);
  }
  50% {
    transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
  }
  100% {
    transform: translate3d(-150px, 0, 0);
    -ms-transform: translate3d(-150px, 0, 0);
    -webkit-transform: translate3d(-150px, 0, 0);
    -moz-transform: translate3d(-150px, 0, 0);
  }
}
.c-header-stars {
  position: absolute;
  top: 0%;
  left: 0;
  height: 100%;
  right: 0;
  overflow: hidden;
  z-index: 4;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.c-header-stars_bg {
  position: absolute;
  top: 0;
  left: -150px;
  right: 0;
  bottom: 0;
  background: url('../images/stars-new.png') 50% 50% no-repeat;
  background-size: cover;
  -webkit-animation: stars_bgAnimation 60s infinite;
  /* Safari 4+ */
  -moz-animation: stars_bgAnimation 60s infinite;
  /* Fx 5+ */
  -o-animation: stars_bgAnimation 60s infinite;
  /* Opera 12+ */
  animation: stars_bgAnimation 60s infinite;
  /* IE 10+, Fx 29+ */
}
@keyframes stars_bgAnimation {
  0% {
    transform: translate3d(-150px, 0, 0);
    -ms-transform: translate3d(-150px, 0, 0);
    -webkit-transform: translate3d(-150px, 0, 0);
    -moz-transform: translate3d(-150px, 0, 0);
  }
  50% {
    transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
  }
  100% {
    transform: translate3d(-150px, 0, 0);
    -ms-transform: translate3d(-150px, 0, 0);
    -webkit-transform: translate3d(-150px, 0, 0);
    -moz-transform: translate3d(-150px, 0, 0);
  }
}
@-webkit-keyframes stars_bgAnimation {
  0% {
    transform: translate3d(-150px, 0, 0);
    -ms-transform: translate3d(-150px, 0, 0);
    -webkit-transform: translate3d(-150px, 0, 0);
    -moz-transform: translate3d(-150px, 0, 0);
  }
  50% {
    transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
  }
  100% {
    transform: translate3d(-150px, 0, 0);
    -ms-transform: translate3d(-150px, 0, 0);
    -webkit-transform: translate3d(-150px, 0, 0);
    -moz-transform: translate3d(-150px, 0, 0);
  }
}
@-moz-keyframes stars_bgAnimation {
  0% {
    transform: translate3d(-150px, 0, 0);
    -ms-transform: translate3d(-150px, 0, 0);
    -webkit-transform: translate3d(-150px, 0, 0);
    -moz-transform: translate3d(-150px, 0, 0);
  }
  50% {
    transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
  }
  100% {
    transform: translate3d(-150px, 0, 0);
    -ms-transform: translate3d(-150px, 0, 0);
    -webkit-transform: translate3d(-150px, 0, 0);
    -moz-transform: translate3d(-150px, 0, 0);
  }
}
@-o-keyframes stars_bgAnimation {
  0% {
    transform: translate3d(-150px, 0, 0);
    -ms-transform: translate3d(-150px, 0, 0);
    -webkit-transform: translate3d(-150px, 0, 0);
    -moz-transform: translate3d(-150px, 0, 0);
  }
  50% {
    transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
  }
  100% {
    transform: translate3d(-150px, 0, 0);
    -ms-transform: translate3d(-150px, 0, 0);
    -webkit-transform: translate3d(-150px, 0, 0);
    -moz-transform: translate3d(-150px, 0, 0);
  }
}
.c-header-fog {
  position: absolute;
  top: 0%;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 3;
}
.c-header-fog_bg {
  background: url('../images/fog-new.png') 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -350px;
  right: 0;
  bottom: 0;
  -webkit-animation: fog_bgAnimation 60s infinite;
  /* Safari 4+ */
  -moz-animation: fog_bgAnimation 60s infinite;
  /* Fx 5+ */
  -o-animation: fog_bgAnimation 60s infinite;
  /* Opera 12+ */
  animation: fog_bgAnimation 60s infinite;
  /* IE 10+, Fx 29+ */
}
@keyframes fog_bgAnimation {
  0% {
    transform: translate3d(350px, 0, 0);
    -ms-transform: translate3d(350px, 0, 0);
    -webkit-transform: translate3d(350px, 0, 0);
    -moz-transform: translate3d(350px, 0, 0);
  }
  50% {
    transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
  }
  100% {
    transform: translate3d(350px, 0, 0);
    -ms-transform: translate3d(350px, 0, 0);
    -webkit-transform: translate3d(350px, 0, 0);
    -moz-transform: translate3d(350px, 0, 0);
  }
}
@-webkit-keyframes fog_bgAnimation {
  0% {
    transform: translate3d(350px, 0, 0);
    -ms-transform: translate3d(350px, 0, 0);
    -webkit-transform: translate3d(350px, 0, 0);
    -moz-transform: translate3d(350px, 0, 0);
  }
  50% {
    transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
  }
  100% {
    transform: translate3d(350px, 0, 0);
    -ms-transform: translate3d(350px, 0, 0);
    -webkit-transform: translate3d(350px, 0, 0);
    -moz-transform: translate3d(350px, 0, 0);
  }
}
@-moz-keyframes fog_bgAnimation {
  0% {
    transform: translate3d(350px, 0, 0);
    -ms-transform: translate3d(350px, 0, 0);
    -webkit-transform: translate3d(350px, 0, 0);
    -moz-transform: translate3d(350px, 0, 0);
  }
  50% {
    transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
  }
  100% {
    transform: translate3d(350px, 0, 0);
    -ms-transform: translate3d(350px, 0, 0);
    -webkit-transform: translate3d(350px, 0, 0);
    -moz-transform: translate3d(350px, 0, 0);
  }
}
@-o-keyframes fog_bgAnimation {
  0% {
    transform: translate3d(350px, 0, 0);
    -ms-transform: translate3d(350px, 0, 0);
    -webkit-transform: translate3d(350px, 0, 0);
    -moz-transform: translate3d(350px, 0, 0);
  }
  50% {
    transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
  }
  100% {
    transform: translate3d(350px, 0, 0);
    -ms-transform: translate3d(350px, 0, 0);
    -webkit-transform: translate3d(350px, 0, 0);
    -moz-transform: translate3d(350px, 0, 0);
  }
}
.c-header-shadow {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15%;
  width: 100%;
  z-index: 5;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-transition: height 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: height 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: height 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-is-open .c-header-shadow {
  height: 30%;
}
@media (max-width: 767px) {
  .c-header-shadow {
    height: 25%;
  }
}
/***********/
.c-logo svg {
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.6));
}
.c-logo-wrapper {
  display: inline-block;
  width: 40vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -20%, 0);
  -ms-transform: translate3d(-50%, -20%, 0);
  -webkit-transform: translate3d(-50%, -20%, 0);
  -moz-transform: translate3d(-50%, -20%, 0);
  -webkit-transition: transform 0.9s 0.6s, opacity 0.6s 0.9s;
  transition: transform 0.9s 0.6s, opacity 0.6s 0.9s;
  -ms-transition: transform 0.9s 0.6s, opacity 0.6s 0.9s;
  -moz-transition: transform 0.9s 0.6s, opacity 0.6s 0.9s;
  z-index: 210;
  opacity: 0;
}
@media (max-width: 1023px) {
  .c-logo-wrapper {
    width: 250px;
    height: 68px;
  }
}
.is-loaded .c-logo-wrapper {
  transform: translate3d(-50%, -60%, 0);
  -ms-transform: translate3d(-50%, -60%, 0);
  -webkit-transform: translate3d(-50%, -60%, 0);
  -moz-transform: translate3d(-50%, -60%, 0);
  opacity: 1;
}
.c-logo-place {
  opacity: 0;
  transform: translate3d(0%, 60px, 0);
  -ms-transform: translate3d(0%, 60px, 0);
  -webkit-transform: translate3d(0%, 60px, 0);
  -moz-transform: translate3d(0%, 60px, 0);
  -webkit-transition: opacity 0.6s 2s, transform 0.6s 2s;
  transition: opacity 0.6s 2s, transform 0.6s 2s;
  -ms-transition: opacity 0.6s 2s, transform 0.6s 2s;
  -moz-transition: opacity 0.6s 2s, transform 0.6s 2s;
}
.is-loaded .c-logo-place {
  transform: translate3d(0%, 0px, 0);
  -ms-transform: translate3d(0%, 0px, 0);
  -webkit-transform: translate3d(0%, 0px, 0);
  -moz-transform: translate3d(0%, 0px, 0);
  opacity: 1;
}
.c-logo-biermans {
  opacity: 0;
  transform: translate3d(0%, 60px, 0);
  -ms-transform: translate3d(0%, 60px, 0);
  -webkit-transform: translate3d(0%, 60px, 0);
  -moz-transform: translate3d(0%, 60px, 0);
  -webkit-transition: opacity 0.6s 2.2s, transform 0.6s 2.2s;
  transition: opacity 0.6s 2.2s, transform 0.6s 2.2s;
  -ms-transition: opacity 0.6s 2.2s, transform 0.6s 2.2s;
  -moz-transition: opacity 0.6s 2.2s, transform 0.6s 2.2s;
}
.is-loaded .c-logo-biermans {
  transform: translate3d(0%, 0px, 0);
  -ms-transform: translate3d(0%, 0px, 0);
  -webkit-transform: translate3d(0%, 0px, 0);
  -moz-transform: translate3d(0%, 0px, 0);
  opacity: 1;
}
.c-logo-etre-diverti {
  opacity: 0;
  transform: translate3d(0%, 60px, 0);
  -ms-transform: translate3d(0%, 60px, 0);
  -webkit-transform: translate3d(0%, 60px, 0);
  -moz-transform: translate3d(0%, 60px, 0);
  -webkit-transition: opacity 0.6s 2.4s, transform 0.6s 2.4s;
  transition: opacity 0.6s 2.4s, transform 0.6s 2.4s;
  -ms-transition: opacity 0.6s 2.4s, transform 0.6s 2.4s;
  -moz-transition: opacity 0.6s 2.4s, transform 0.6s 2.4s;
}
.is-loaded .c-logo-etre-diverti {
  transform: translate3d(0%, 0px, 0);
  -ms-transform: translate3d(0%, 0px, 0);
  -webkit-transform: translate3d(0%, 0px, 0);
  -moz-transform: translate3d(0%, 0px, 0);
  opacity: 1;
}
.c-logo {
  display: block;
  height: auto;
  width: 100%;
}
.c-logo-path-1 {
  stroke-dasharray: 162.0012969971;
  stroke-dashoffset: -162.0012969971;
}
.is-loaded .c-logo-path-1 {
  animation: offset 0.4s 0.8s linear forwards;
  -ms-animation: offset 0.4s 0.8s linear forwards;
  -webkit-animation: offset 0.4s 0.8s linear forwards;
}
.is-ie .c-logo-path-1 {
  animation: offset 0s 0s linear forwards;
  -ms-animation: offset 0s 0s linear forwards;
  -webkit-animation: offset 0s 0s linear forwards;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}
.c-logo-path-2 {
  stroke-dasharray: 171.6936187744;
  stroke-dashoffset: 171.6936187744;
}
.is-loaded .c-logo-path-2 {
  animation: offset 0.4s 0.3s linear forwards;
  -ms-animation: offset 0.4s 0.3s linear forwards;
  -webkit-animation: offset 0.4s 0.3s linear forwards;
}
.is-ie .c-logo-path-2 {
  animation: offset 0s 0s linear forwards;
  -ms-animation: offset 0s 0s linear forwards;
  -webkit-animation: offset 0s 0s linear forwards;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}
.c-logo-path-3 {
  stroke-dasharray: 226.0004425049;
  stroke-dashoffset: 226.0004425049;
}
.is-loaded .c-logo-path-3 {
  animation: offset 0.4s 1.2s linear forwards;
  -ms-animation: offset 0.4s 1.2s linear forwards;
  -webkit-animation: offset 0.4s 1.2s linear forwards;
}
.is-ie .c-logo-path-3 {
  animation: offset 0s 0s linear forwards;
  -ms-animation: offset 0s 0s linear forwards;
  -webkit-animation: offset 0s 0s linear forwards;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}
#stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-is-open #stars {
  transform: translate3d(0, 2%, 0);
  -ms-transform: translate3d(0, 2%, 0);
  -webkit-transform: translate3d(0, 2%, 0);
  -moz-transform: translate3d(0, 2%, 0);
}
@media (min-width: 1024px) {
  .o-header-page {
    height: 80px;
  }
}
@media (max-width: 1023px) {
  .o-header-page {
    height: 60px;
  }
}
@media (min-width: 1024px) {
  .o-header-page.-with-anchors {
    height: 160px;
  }
}
.o-pre-footer {
  background: #101720;
  color: #ffffff;
  line-height: 1.4em;
  position: relative;
  z-index: 10;
}
@media (min-width: 1024px) {
  .o-pre-footer {
    padding: 6.875rem 0;
    font-size: 0.875rem;
  }
}
@media (max-width: 1023px) {
  .o-pre-footer {
    padding: 80px 0;
    font-size: 14px;
  }
}
.o-pre-footer .c-hr {
  margin: 0;
}
.o-pre-footer .c-hr::before {
  background: #40454d;
}
@media (max-width: 1023px) {
  .o-pre-footer .c-hr {
    display: none;
  }
}
@media (min-width: 1280px) {
  .o-pre-footer {
    padding-right: 10rem;
  }
  .page-template-t-cinema .o-pre-footer {
    padding-right: 0;
  }
}
.o-pre-footer .c-ico {
  font-size: 36px;
  color: #1b8ef0;
  margin-bottom: 14px;
  display: inline-block;
}
.o-pre-footer h3 {
  color: #00f199;
}
@media (min-width: 1024px) {
  .o-pre-footer .c-top-row {
    margin-bottom: 80px;
  }
}
@media (max-width: 1023px) {
  .o-pre-footer .c-top-row {
    margin-bottom: 40px;
  }
}
.o-pre-footer .c-bottom-row {
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .o-pre-footer .c-bottom-row {
    padding-top: 3.75rem;
  }
}
@media (max-width: 1023px) {
  .o-pre-footer .c-bottom-row {
    padding-top: 30px;
  }
}
@media (max-width: 1023px) {
  .o-pre-footer .c-bottom-row {
    text-align: center;
  }
}
.o-pre-footer .c-btn-mail {
  color: #1b8ef0;
}
.o-pre-footer .c-btn-tel {
  color: #ffffff;
}
.c-footer-col {
  position: relative;
}
@media (min-width: 1024px) {
  .c-footer-col {
    max-width: 370px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-footer-col {
    width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  .c-footer-col .ico-horaire, .c-footer-col .ico-ticket, .c-footer-col .ico-mail {
    position: absolute;
    top: 22px;
    left: 0;
    margin: 0;
  }
}
.c-footer-col p {
  font-size: 16px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .c-footer-col p {
    display: none;
  }
}
.c-footer-col .c-btn-arrow-right {
  width: auto;
  color: #00f199;
  font-family: "AmericanTypewriter";
}
@media (min-width: 1024px) {
  .c-footer-col .c-btn-arrow-right {
    font-size: 1.375rem;
    padding: 0 0 0 3.1875rem;
  }
}
@media (max-width: 1023px) {
  .c-footer-col .c-btn-arrow-right {
    font-size: 22px;
    padding: 30px 0 30px 50px;
    text-align: right;
    width: 100%;
  }
  .c-footer-col .c-btn-arrow-right i {
    display: none !important;
  }
  .c-footer-col .c-btn-arrow-right::before {
    position: absolute;
    left: 0;
    height: 1px;
    right: 0;
    bottom: 0;
    background: #282f37;
    -webkit-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    content: "";
  }
  .c-footer-col .c-btn-arrow-right.is-inview::before {
    transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
  }
}
.c-footer-col .c-btn-arrow-right i {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  font-size: 32px;
  color: #ffffff !important;
  margin: 0;
}
.c-footer-col .c-btn-arrow-right:hover i {
  transform: translate3d(6px, -50%, 0);
  -ms-transform: translate3d(6px, -50%, 0);
  -webkit-transform: translate3d(6px, -50%, 0);
  -moz-transform: translate3d(6px, -50%, 0);
}
.c-footer-horaire {
  position: relative;
}
.c-footer-carte-cadeau {
  position: relative;
}
.c-footer-newsletter {
  position: relative;
}
.c-footer-socials {
  position: relative;
}
.c-footer-address {
  position: relative;
}
.c-footer-address p {
  font-size: 12px;
}
.c-footer-sitemap-left {
  position: relative;
}
.c-footer-sitemap-right {
  position: relative;
}
.c-btn-arrow-right {
  padding: 20px 20px 20px 0;
  width: 3.4375rem;
  position: relative;
}
.c-btn-arrow-right .c-ico {
  color: #00f199;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 32px;
  transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-btn-arrow-right:hover .c-ico {
  transform: translate3d(10px, -50%, 0);
  -ms-transform: translate3d(10px, -50%, 0);
  -webkit-transform: translate3d(10px, -50%, 0);
  -moz-transform: translate3d(10px, -50%, 0);
}
@media (min-width: 1024px) {
  .c-made-by {
    text-align: right;
  }
}
@media (max-width: 1023px) {
  .c-made-by {
    position: relative;
    color: #111;
    padding: 10px 0;
  }
  .c-made-by a {
    color: #ffffff;
  }
  .c-made-by::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    right: -40px;
    content: "";
    background: #1b8ef0;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .c-made-by::after {
    right: 0px !important;
  }
}
footer {
  position: relative;
  text-transform: uppercase;
  background: #ffffff;
  color: #111;
  z-index: 10;
}
@media (min-width: 1280px) {
  footer {
    padding-right: 160px;
  }
  .page-template-t-cinema footer {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  footer {
    text-align: center;
  }
}
footer .c-made-by {
  font-size: 10px;
  line-height: 1.4em;
}
footer .c-made-by a {
  color: #ffffff;
}
footer .c-copy {
  font-size: 10px;
  line-height: 1.4em;
}
@media (max-width: 1023px) {
  footer .c-copy {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  footer .c-copy br {
    display: none;
  }
}
footer .c-copy a {
  color: #1b8ef0;
  display: inline-block;
  margin-left: 15px;
}
footer .c-block-wrap {
  position: relative;
  z-index: 10;
}
@media (max-width: 1023px) {
  footer .c-block-wrap {
    padding: 20px 0 0 0 !important;
  }
}
@media (min-width: 1024px) {
  footer .c-block-wrap:after {
    content: "";
    background: #1b8ef0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35%;
    z-index: -1;
  }
}
.c-footer-nav {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 1679px) {
  .c-footer-nav {
    display: none;
  }
}
.c-footer-nav li {
  margin-bottom: 10px;
}
.c-footer-nav a {
  color: #00f199;
}
.c-nav-socials {
  color: #1b8ef0;
  margin-bottom: 35px;
}
.c-nav-socials li {
  display: inline-block;
  margin-right: 15px;
}
.c-nav-socials li img {
  width: 42px;
}
@media (max-width: 1023px) {
  .c-nav-socials li:first-child {
    display: none;
  }
}
.c-nav-socials li:last-child {
  margin-right: 0;
}
.c-nav-socials a {
  color: #00f199;
  font-size: 22px;
}
.c-ico-logo {
  font-size: 42px;
  position: relative;
  top: 6px;
}
.c-footer-socials_link {
  display: inline-block;
  text-align: center;
  min-width: 30px;
}
.c-footer-socials_link .ico-facebook {
  vertical-align: middle;
}
.c-sitemap li {
  transform: translate3d(0, 60px, 0);
  -ms-transform: translate3d(0, 60px, 0);
  -webkit-transform: translate3d(0, 60px, 0);
  -moz-transform: translate3d(0, 60px, 0);
  opacity: 0;
  -webkit-transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-sitemap.is-inview li {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
}
.c-footer-socials li {
  transform: translate3d(0, 60px, 0);
  -ms-transform: translate3d(0, 60px, 0);
  -webkit-transform: translate3d(0, 60px, 0);
  -moz-transform: translate3d(0, 60px, 0);
  opacity: 0;
  -webkit-transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-footer-socials li:nth-child(2) {
  -moz-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.c-footer-socials li:nth-child(3) {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.c-footer-socials li:nth-child(4) {
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.c-footer-socials li:nth-child(5) {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.c-footer-socials.is-inview li {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
}
@media (min-width: 1024px) {
  .c-footer-sitemap-left li {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
@media (min-width: 1024px) {
  .c-footer-sitemap-right li {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
.c-footer-address {
  padding-top: 4px;
}
.c-footer-address p {
  margin-top: 0;
  letter-spacing: 1px;
}
@media (min-width: 1024px) {
  .c-top-row .o-third:nth-child(2) .-anim-text {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .c-top-row .o-third:nth-child(3) .-anim-text {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
.c-footer-address .-anim-text {
  display: inline-block;
}
.c-link-cart {
  position: relative;
  padding-left: 48px;
  color: #00f199;
  display: inline-block;
}
@media (max-width: 1023px) {
  .c-link-cart {
    display: none;
  }
}
.c-link-cart i {
  position: absolute;
  top: -8px;
  left: 0;
  color: #ffffff;
  font-size: 30px;
}
.c-btn-gmap {
  color: #ffffff;
}
.c-btn-gmap:hover, .c-btn-gmap:visited, .c-btn-gmap:focus {
  color: #ffffff;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
}
nav a:hover {
  text-decoration: none;
}
.c-header-tel {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 132%;
  width: 10.9375rem;
  color: #ffffff;
  font-size: 20px;
  font-family: "AmericanTypewriter";
  -webkit-transition: color 0.6s 0s;
  transition: color 0.6s 0s;
  -ms-transition: color 0.6s 0s;
  -moz-transition: color 0.6s 0s;
  font-family: "AmericanTypewriter";
  height: 5rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .c-header-tel {
    font-size: 20px;
    padding-top: 28px;
  }
}
@media (max-width: 767px) {
  .c-header-tel {
    font-size: 16px;
    padding-top: 30;
  }
}
.c-header-tel:hover {
  -webkit-transition: color 0.6s 0s;
  transition: color 0.6s 0s;
  -ms-transition: color 0.6s 0s;
  -moz-transition: color 0.6s 0s;
  color: #ffffff;
}
.c-nav-fixed .c-header-tel {
  left: 90px;
  color: #1b8ef0;
}
.c-nav-fixed .c-header-tel:hover {
  -webkit-transition: color 0.6s 0s;
  transition: color 0.6s 0s;
  -ms-transition: color 0.6s 0s;
  -moz-transition: color 0.6s 0s;
  color: #1b8ef0;
}
.nav-is-open .c-header-tel {
  color: #1b8ef0;
  -webkit-transition: color 0.6s 0s;
  transition: color 0.6s 0s;
  -ms-transition: color 0.6s 0s;
  -moz-transition: color 0.6s 0s;
}
.nav-is-open .c-header-tel:hover {
  color: #1b8ef0;
}
@media (max-width: 1023px) {
  .c-header-tel {
    display: none;
  }
}
.c-header-btn-nav {
  position: fixed;
  display: block;
  z-index: 200;
  transform: translate3d(0, -200%, 0);
  -ms-transform: translate3d(0, -200%, 0);
  -webkit-transform: translate3d(0, -200%, 0);
  -moz-transform: translate3d(0, -200%, 0);
  -webkit-transition: transform 0.6s 0.9s;
  transition: transform 0.6s 0.9s;
  -ms-transition: transform 0.6s 0.9s;
  -moz-transition: transform 0.6s 0.9s;
}
@media (min-width: 1024px) {
  .c-header-btn-nav {
    top: 1.5625rem;
    left: 1.5625rem;
  }
}
@media (max-width: 1023px) {
  .c-header-btn-nav {
    top: 25px;
    left: 25px;
  }
}
.is-loaded .c-header-btn-nav {
  transform: translate3d(0, 0%, 0);
  -ms-transform: translate3d(0, 0%, 0);
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
}
.load-animation-done .c-header-btn-nav {
  -webkit-transition: transform 0.6s 0s;
  transition: transform 0.6s 0s;
  -ms-transition: transform 0.6s 0s;
  -moz-transition: transform 0.6s 0s;
}
.nav-is-fixed .c-header-btn-nav {
  transform: translate3d(0, -200%, 0);
  -ms-transform: translate3d(0, -200%, 0);
  -webkit-transform: translate3d(0, -200%, 0);
  -moz-transform: translate3d(0, -200%, 0);
}
.c-header-btn-nav-fixed {
  position: absolute;
  left: 0px;
  float: left;
}
@media (min-width: 1024px) {
  .c-header-btn-nav-fixed {
    height: 5rem;
    width: 6.25rem;
  }
}
@media (max-width: 1023px) {
  .c-header-btn-nav-fixed {
    height: 60px;
    width: 60px;
  }
}
.c-top-nav_list {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-top-nav_list:after {
  display: table;
  clear: both;
  content: "";
}
@media (max-width: 1023px) {
  .c-top-nav_list {
    display: none;
  }
}
.c-top-nav_item {
  float: left;
  padding: 0 30px;
  margin: 0 30px;
  position: relative;
}
.c-top-nav_item:first-child {
  padding-left: 0;
  margin-left: 0;
}
.c-top-nav_item:last-child {
  padding: 0;
  margin: 0;
}
.c-top-nav_item:last-child::after {
  display: none;
}
.c-top-nav_item::after {
  position: absolute;
  top: 15px;
  width: 1px;
  right: 0;
  bottom: 15px;
  content: "";
  background: #e5e5e5;
}
.c-top-nav_link {
  color: #1b8ef0;
  font-family: "AmericanTypewriter";
  height: 5rem;
  display: inline-block;
  -webkit-transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1280px) {
  .c-top-nav_link {
    font-size: 20px;
    padding-top: 25px;
  }
}
@media (max-width: 1279px) {
  .c-top-nav_link {
    font-size: 16px;
    padding-top: 27px;
  }
}
.c-top-nav_link:hover {
  color: #1b8ef0;
}
.c-header-btn-nav-fixed, .c-top-nav_list {
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
}
.nav-is-fixed .c-header-btn-nav-fixed, .nav-is-fixed .c-top-nav_list {
  transform: translate3d(0, 0%, 0);
  -ms-transform: translate3d(0, 0%, 0);
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.home.is-loaded .c-header-btn-nav-fixed, .home.is-loaded .c-top-nav_list {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
}
.home.nav-is-fixed .c-header-btn-nav-fixed, .is-loaded .c-header-btn-nav-fixed, .home.nav-is-fixed .c-top-nav_list, .is-loaded .c-top-nav_list {
  transform: translate3d(0, 0%, 0);
  -ms-transform: translate3d(0, 0%, 0);
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.c-btn-nav {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {
  .c-btn-nav {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 1023px) {
  .c-btn-nav {
    width: 60px;
    height: 60px;
  }
}
.c-btn-nav:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  border: 1px solid #00f199;
  opacity: 1;
  transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-nav-fixed .c-btn-nav:after {
  border: none;
  top: 5px;
  left: 5px;
}
.nav-is-open .c-btn-nav:after, .c-btn-nav.is-active:after {
  opacity: 0;
  transform: scale3d(1.2, 1.2, 1);
  -ms-transform: scale3d(1.2, 1.2, 1);
  -webkit-transform: scale3d(1.2, 1.2, 1);
  -moz-transform: scale3d(1.2, 1.2, 1);
}
.c-btn-nav .c-btn-nav-bar {
  background: #1b8ef0;
}
.c-header-btn-nav .c-btn-nav .c-btn-nav-bar {
  background: #ffffff;
}
.c-btn-nav-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
}
@media (min-width: 1024px) {
  .c-btn-nav-wrap {
    width: 1.875rem;
    height: 16px;
  }
}
@media (max-width: 1023px) {
  .c-btn-nav-wrap {
    width: 24px;
    height: 16px;
  }
}
.c-btn-nav-bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  opacity: 1;
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 0.2, 1), bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0ms 0.3s;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 0.2, 1), bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0ms 0.3s;
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 0.2, 1), bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0ms 0.3s;
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 0.2, 1), bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0ms 0.3s;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  z-index: 3;
}
.c-btn-nav-bar .c-btn-nav:hover {
  background: #00f199;
}
.c-nav-fixed .c-btn-nav-bar {
  background: #1b8ef0;
}
.c-btn-nav-bar:nth-child(1) {
  top: 0;
}
.c-btn-nav-bar:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.c-btn-nav-bar:nth-child(3) {
  bottom: 0;
}
.c-btn-nav-bar:nth-child(4) {
  top: 50%;
  visibility: hidden;
  margin-top: -1px;
}
.nav-is-open .c-btn-nav-bar, .is-active .c-btn-nav-bar {
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 0.2, 1), bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s 0ms, visibility 0ms 0.3s;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 0.2, 1), bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s 0ms, visibility 0ms 0.3s;
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 0.2, 1), bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s 0ms, visibility 0ms 0.3s;
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 0.2, 1), bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s 0ms, visibility 0ms 0.3s;
}
.nav-is-open .c-btn-nav-bar:nth-child(1), .is-active .c-btn-nav-bar:nth-child(1) {
  top: -20px;
  opacity: 0;
  background: #1b8ef0;
}
.nav-is-open .c-btn-nav-bar:nth-child(2), .is-active .c-btn-nav-bar:nth-child(2) {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  background: #1b8ef0;
}
.nav-is-open .c-btn-nav-bar:nth-child(3), .is-active .c-btn-nav-bar:nth-child(3) {
  bottom: -23px;
  opacity: 0;
  background: #1b8ef0;
}
.nav-is-open .c-btn-nav-bar:nth-child(4), .is-active .c-btn-nav-bar:nth-child(4) {
  visibility: visible;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  background: #1b8ef0;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.nav-is-open {
  overflow: hidden !important;
}
.o-overlay-nav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 180;
  overflow: hidden;
  visibility: hidden;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: visibility 0s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: visibility 0s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: visibility 0s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.nav-is-open .o-overlay-nav {
  visibility: visible;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.nav-is-open .o-overlay-nav::before {
  transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: border-radius 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s 0s;
  transition: border-radius 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s 0s;
  -ms-transition: border-radius 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s 0s;
  -moz-transition: border-radius 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s 0s;
}
.o-overlay-nav::before {
  position: absolute;
  width: 0;
  height: 0;
  top: -200vw;
  left: -200vw;
  transform: scale3d(0, 0, 1);
  -ms-transform: scale3d(0, 0, 1);
  -webkit-transform: scale3d(0, 0, 1);
  -moz-transform: scale3d(0, 0, 1);
  content: "";
  border-radius: 50%;
  border: 200vw solid #ffffff;
  background: #ffffff;
  -webkit-transition: border-radius 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.9s 0.6s;
  transition: border-radius 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.9s 0.6s;
  -ms-transition: border-radius 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.9s 0.6s;
  -moz-transition: border-radius 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.9s 0.6s;
}
.c-overlay-nav {
  position: absolute;
}
@media (min-width: 1024px) {
  .c-overlay-nav {
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
  }
}
@media (max-width: 1023px) {
  .c-overlay-nav {
    padding: 100px 0 60px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: scroll;
  }
}
.c-overlay-nav .c-nav-btn span {
  color: #1b8ef0;
}
.c-overlay-nav path, .c-overlay-nav ellipse, .c-overlay-nav polygon {
  -webkit-transition: fill 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: fill 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: fill 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: fill 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-overlay-nav .c-nav-btn:hover path, .c-overlay-nav .c-nav-btn:hover ellipse, .c-overlay-nav .c-nav-btn:hover polygon {
  fill: #00f199 !important;
}
.c-nav-side .c-nav-side-link path, .c-nav-side .c-nav-side-link ellipse, .c-nav-side .c-nav-side-link polygon {
  -webkit-transition: fill 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: fill 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: fill 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: fill 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-nav-side .c-nav-side-link:hover path, .c-nav-side .c-nav-side-link:hover ellipse, .c-nav-side .c-nav-side-link:hover polygon {
  fill: #00f199 !important;
}
.c-overlay-nav-wrapper {
  transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -webkit-transition: transform 0.6s 0s, opacity 0.6s 0s;
  transition: transform 0.6s 0s, opacity 0.6s 0s;
  -ms-transition: transform 0.6s 0s, opacity 0.6s 0s;
  -moz-transition: transform 0.6s 0s, opacity 0.6s 0s;
  opacity: 0;
  position: relative;
}
.nav-is-open .c-overlay-nav-wrapper {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -moz-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.c-nav-bottom-row {
  -webkit-transition: transform 0.6s 0s, opacity 0.6s 0s;
  transition: transform 0.6s 0s, opacity 0.6s 0s;
  -ms-transition: transform 0.6s 0s, opacity 0.6s 0s;
  -moz-transition: transform 0.6s 0s, opacity 0.6s 0s;
  opacity: 0;
  position: relative;
}
.nav-is-open .c-nav-bottom-row {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -moz-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
@media (min-width: 1024px) {
  .c-nav-bottom-row {
    transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    -webkit-transform: translate3d(0, -50px, 0);
    -moz-transform: translate3d(0, -50px, 0);
  }
}
@media (max-width: 1023px) {
  .c-nav-bottom-row {
    transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
  }
}
.c-overlay-logo {
  position: absolute;
  top: 40px;
  right: 50px;
  color: #1b8ef0;
  font-size: 50px;
  overflow: hidden;
}
.o-header .c-nav-btn-row {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 25;
  /*opacity:0;
        @include anim(opacity $speed-slow ($load-time+4s) $easing);

        .is-loaded &{
            opacity:1;
        }*/
  bottom: 60px;
}
.c-nav-btn-row:after {
  content: "";
  display: block;
  clear: both;
}
.o-overlay .c-nav-btn-row {
  clear: both;
}
.c-nav-btn-row.-border-top {
  position: relative;
}
@media (min-width: 1024px) {
  .c-nav-btn-row.-border-top {
    margin-top: 3.125rem;
    padding-top: 1.25rem;
  }
}
@media (max-width: 1023px) {
  .c-nav-btn-row.-border-top {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.c-nav-btn-row.-border-top:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: #e5e5e5;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  -ms-transform-origin: top center;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -webkit-transition: transform 0.6s 0s;
  transition: transform 0.6s 0s;
  -ms-transition: transform 0.6s 0s;
  -moz-transition: transform 0.6s 0s;
  top: 0;
}
.nav-is-open .c-nav-btn-row.-border-top:before {
  -webkit-transition: transform 0.9s 0.3s;
  transition: transform 0.9s 0.3s;
  -ms-transition: transform 0.9s 0.3s;
  -moz-transition: transform 0.9s 0.3s;
  transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
}
@media (min-width: 1024px) {
  .c-nav-btn-row.-border-top:before {
    right: 0;
    left: 0;
  }
}
@media (max-width: 1023px) {
  .c-nav-btn-row.-border-top:before {
    right: 20px;
    left: 20px;
  }
}
.c-nav-btn-row.-border-top a {
  display: inline-block;
  padding: 40px 0;
  color: #1b8ef0;
  font-size: 18px;
  -webkit-transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-nav-btn-row.-border-top a:hover {
  color: #1b8ef0;
}
.c-nav-btn {
  width: 20%;
  float: left;
  text-align: center;
  position: relative;
  opacity: 0;
  z-index: 10;
  transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -webkit-transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.o-header .c-nav-btn:nth-child(1) {
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.o-header .c-nav-btn:nth-child(2) {
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.o-header .c-nav-btn:nth-child(3) {
  -moz-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.o-header .c-nav-btn:nth-child(4) {
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.o-header .c-nav-btn:nth-child(5) {
  -moz-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.is-loaded .c-nav-btn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.c-nav-btn svg {
  height: auto;
}
@media (min-width: 1024px) {
  .c-nav-btn svg {
    width: 3.75rem;
  }
}
@media (max-width: 1023px) {
  .c-nav-btn svg {
    width: 40px;
  }
}
@media (min-width: 1280px) {
  .o-header .c-nav-btn svg {
    width: 18%;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .o-header .c-nav-btn svg {
    width: 26%;
  }
}
@media (max-width: 767px) {
  .o-header .c-nav-btn svg {
    width: 50%;
  }
}
.c-nav-btn .c-btn-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 1680px) {
  .c-nav-btn .c-btn-text {
    font-size: 1.625rem;
  }
}
@media (min-width: 1024px) and (max-width: 1679px) {
  .c-nav-btn .c-btn-text {
    font-size: 1.25rem;
  }
}
@media (max-width: 1023px) {
  .c-nav-btn .c-btn-text {
    font-size: 20px;
  }
  .o-header .c-nav-btn .c-btn-text {
    display: none;
  }
}
.c-overlay-nav .c-nav-btn .c-path-white {
  fill: #1b8ef0 !important;
}
.c-overlay-nav .c-nav-btn .c-circle-waves {
  display: block;
}
.c-nav-btn .c-circle-waves {
  display: none;
}
@media (max-width: 1023px) {
  .c-nav-bottom-row .c-nav-btn {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .c-nav-bottom-row .c-nav-btn a {
    padding: 10px 0 0 88px;
    width: 100%;
    display: block;
  }
}
.c-nav-btn-link {
  padding-bottom: 30px;
  position: relative;
  display: block;
}
.o-header .c-nav-btn-link {
  max-height: 100px;
}
@media (max-width: 767px) {
  .o-header .c-nav-btn-link {
    padding-bottom: 0;
  }
}
.c-overlay-nav .c-circle-waves_wrap {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .c-overlay-nav .c-circle-waves_wrap {
    width: 100px;
    height: 100px;
  }
}
.c-circle-waves_wrap svg {
  position: relative;
}
@media (min-width: 1024px) {
  .c-circle-waves_wrap svg {
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
  }
}
@media (max-width: 1279px) {
  .o-header .c-circle-waves_wrap svg {
    top: -16px;
    transform: translate3d(0, 0%, 0);
    -ms-transform: translate3d(0, 0%, 0);
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
  }
}
.c-circle-waves {
  position: absolute;
  top: -12px;
  bottom: -12px;
  right: -12px;
  left: -12px;
  z-index: -1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
.c-nav-btn-link:hover .c-circle-waves, .c-tarifs-3d-circle .c-circle-waves {
  opacity: 1;
}
.c-circle-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  opacity: 0;
}
.c-nav-btn-link:hover .c-circle-wave, .c-tarifs-3d-circle .c-circle-wave {
  -webkit-animation: c-circle-wave 1.5s linear infinite;
  -moz-animation: c-circle-wave 1.5s linear infinite;
  -o-animation: c-circle-wave 1.5s linear infinite;
  animation: c-circle-wave 1.5s linear infinite;
}
.c-nav-btn-link:hover .c-circle-wave:nth-child(2), .c-tarifs-3d-circle .c-circle-wave:nth-child(2) {
  -webkit-animation: c-circle-wave 1.5s linear 0.75s infinite;
  -moz-animation: c-circle-wave 1.5s linear 0.75s infinite;
  -o-animation: c-circle-wave 1.5s linear 0.75s infinite;
  animation: c-circle-wave 1.5s linear 0.75s infinite;
}
.c-nav-btn-cinema .c-ico-cinema-inner {
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: btn-cinema 3s linear infinite;
  -moz-animation: btn-cinema 3s linear infinite;
  -o-animation: btn-cinema 3s linear infinite;
  animation: btn-cinema 3s linear infinite;
  -webkit-animation-play-state: paused;
  /* Safari 4.0 - 8.0 */
  animation-play-state: paused;
}
.c-nav-btn-cinema:hover .c-ico-cinema-inner {
  -webkit-animation-play-state: running;
  /* Safari 4.0 - 8.0 */
  animation-play-state: running;
}
.c-nav-btn-divertissement .c-ico-divertissement-inner {
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-animation: btn-divertissement 0.5s linear infinite;
  -moz-animation: btn-divertissement 0.5s linear infinite;
  -o-animation: btn-divertissement 0.5s linear infinite;
  animation: btn-divertissement 0.5s linear infinite;
  -webkit-animation-play-state: paused;
  /* Safari 4.0 - 8.0 */
  animation-play-state: paused;
}
.c-nav-btn-divertissement:hover .c-ico-divertissement-inner {
  -webkit-animation-play-state: running;
  /* Safari 4.0 - 8.0 */
  animation-play-state: running;
}
.c-nav-btn-bar .c-ico-bar-bulle-1 {
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: btn-bar-bulle-1 0.8s linear infinite;
  -moz-animation: btn-bar-bulle-1 0.8s linear infinite;
  -o-animation: btn-bar-bulle-1 0.8s linear infinite;
  animation: btn-bar-bulle-1 0.8s linear infinite;
  -webkit-animation-play-state: paused;
  /* Safari 4.0 - 8.0 */
  animation-play-state: paused;
}
.c-nav-btn-bar:hover .c-ico-bar-bulle-1 {
  -webkit-animation-play-state: running;
  /* Safari 4.0 - 8.0 */
  animation-play-state: running;
}
.c-nav-btn-bar .c-ico-bar-bulle-2, .c-nav-btn-bar .c-ico-bar-bulle-3 {
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: btn-bar-bulle-2 0.8s linear infinite;
  -moz-animation: btn-bar-bulle-2 0.8s linear infinite;
  -o-animation: btn-bar-bulle-2 0.8s linear infinite;
  animation: btn-bar-bulle-2 0.8s linear infinite;
  -webkit-animation-play-state: paused;
  /* Safari 4.0 - 8.0 */
  animation-play-state: paused;
}
.c-nav-btn-bar:hover .c-ico-bar-bulle-2, .c-nav-btn-bar:hover .c-ico-bar-bulle-3 {
  -webkit-animation-play-state: running;
  /* Safari 4.0 - 8.0 */
  animation-play-state: running;
}
.c-nav-btn-quilles .c-ico-quilles {
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: btn-quilles 3s linear infinite;
  -moz-animation: btn-quilles 3s linear infinite;
  -o-animation: btn-quilles 3s linear infinite;
  animation: btn-quilles 3s linear infinite;
  transform-box: fill-box;
  -webkit-animation-play-state: paused;
  /* Safari 4.0 - 8.0 */
  animation-play-state: paused;
}
.c-nav-btn-quilles:hover .c-ico-quilles {
  -webkit-animation-play-state: running;
  /* Safari 4.0 - 8.0 */
  animation-play-state: running;
}
.c-nav-btn-billard .c-ico-billard-blanche {
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: btn-billard 1s infinite;
  -moz-animation: btn-billard 1s infinite;
  -o-animation: btn-billard 1s infinite;
  animation: btn-billard 1s infinite;
  -webkit-animation-play-state: paused;
  /* Safari 4.0 - 8.0 */
  animation-play-state: paused;
}
.c-nav-btn-billard:hover .c-ico-billard-blanche, .c-nav-btn-billard:hover .c-ico-billard-row1, .c-nav-btn-billard:hover .c-ico-billard-row2, .c-nav-btn-billard:hover .c-ico-billard-row3, .c-nav-btn-billard:hover .c-ico-billard-row4 {
  -webkit-animation-play-state: initial;
  /* Safari 4.0 - 8.0 */
  animation-play-state: initial;
}
.o-overlay-nav .c-nav-btn-billard:hover .c-ico-billard-row1, .c-nav-side .c-nav-btn-billard:hover .c-ico-billard-row1 {
  -webkit-animation: btn-billard-row1-hover 1s infinite;
  -moz-animation: btn-billard-row1-hover 1s infinite;
  -o-animation: btn-billard-row1-hover 1s infinite;
  animation: btn-billard-row1-hover 1s infinite;
}
.o-overlay-nav .c-nav-btn-billard:hover .c-ico-billard-row2, .c-nav-side .c-nav-btn-billard:hover .c-ico-billard-row2 {
  -webkit-animation: btn-billard-row2-hover 1s infinite;
  -moz-animation: btn-billard-row2-hover 1s infinite;
  -o-animation: btn-billard-row2-hover 1s infinite;
  animation: btn-billard-row2-hover 1s infinite;
}
.o-overlay-nav .c-nav-btn-billard:hover .c-ico-billard-row3, .c-nav-side .c-nav-btn-billard:hover .c-ico-billard-row3 {
  -webkit-animation: btn-billard-row3-hover 1s infinite;
  -moz-animation: btn-billard-row3-hover 1s infinite;
  -o-animation: btn-billard-row3-hover 1s infinite;
  animation: btn-billard-row3-hover 1s infinite;
}
.o-overlay-nav .c-nav-btn-billard:hover .c-ico-billard-row4, .c-nav-side .c-nav-btn-billard:hover .c-ico-billard-row4 {
  -webkit-animation: btn-billard-row4-hover 1s infinite;
  -moz-animation: btn-billard-row4-hover 1s infinite;
  -o-animation: btn-billard-row4-hover 1s infinite;
  animation: btn-billard-row4-hover 1s infinite;
}
.c-ico-billard-row1 {
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: btn-billard-row1 1s infinite;
  -moz-animation: btn-billard-row1 1s infinite;
  -o-animation: btn-billard-row1 1s infinite;
  animation: btn-billard-row1 1s infinite;
  -webkit-animation-play-state: paused;
  /* Safari 4.0 - 8.0 */
  animation-play-state: paused;
}
.o-overlay-nav .c-ico-billard-row1, .c-nav-side .c-ico-billard-row1 {
  -webkit-animation: btn-billard-row1-alt 1s infinite;
  -moz-animation: btn-billard-row1-alt 1s infinite;
  -o-animation: btn-billard-row1-alt 1s infinite;
  animation: btn-billard-row1-alt 1s infinite;
  -webkit-animation-play-state: paused;
  /* Safari 4.0 - 8.0 */
  animation-play-state: paused;
}
.c-ico-billard-row2 {
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: btn-billard-row2 1s infinite;
  -moz-animation: btn-billard-row2 1s infinite;
  -o-animation: btn-billard-row2 1s infinite;
  animation: btn-billard-row2 1s infinite;
  -webkit-animation-play-state: paused;
  /* Safari 4.0 - 8.0 */
  animation-play-state: paused;
}
.o-overlay-nav .c-ico-billard-row2, .c-nav-side .c-ico-billard-row2 {
  -webkit-animation: btn-billard-row2-alt 1s infinite;
  -moz-animation: btn-billard-row2-alt 1s infinite;
  -o-animation: btn-billard-row2-alt 1s infinite;
  animation: btn-billard-row2-alt 1s infinite;
  -webkit-animation-play-state: paused;
  /* Safari 4.0 - 8.0 */
  animation-play-state: paused;
}
.c-ico-billard-row3 {
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: btn-billard-row3 1s infinite;
  -moz-animation: btn-billard-row3 1s infinite;
  -o-animation: btn-billard-row3 1s infinite;
  animation: btn-billard-row3 1s infinite;
  -webkit-animation-play-state: paused;
  /* Safari 4.0 - 8.0 */
  animation-play-state: paused;
}
.o-overlay-nav .c-ico-billard-row3, .c-nav-side .c-ico-billard-row3 {
  -webkit-animation: btn-billard-row3-alt 1s infinite;
  -moz-animation: btn-billard-row3-alt 1s infinite;
  -o-animation: btn-billard-row3-alt 1s infinite;
  animation: btn-billard-row3-alt 1s infinite;
  -webkit-animation-play-state: paused;
  /* Safari 4.0 - 8.0 */
  animation-play-state: paused;
}
.c-ico-billard-row4 {
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: btn-billard-row4 1s infinite;
  -moz-animation: btn-billard-row4 1s infinite;
  -o-animation: btn-billard-row4 1s infinite;
  animation: btn-billard-row4 1s infinite;
  -webkit-animation-play-state: paused;
  /* Safari 4.0 - 8.0 */
  animation-play-state: paused;
}
.o-overlay-nav .c-ico-billard-row4, .c-nav-side .c-ico-billard-row4 {
  -webkit-animation: btn-billard-row4-alt 1s infinite;
  -moz-animation: btn-billard-row4-alt 1s infinite;
  -o-animation: btn-billard-row4-alt 1s infinite;
  animation: btn-billard-row4-alt 1s infinite;
  -webkit-animation-play-state: paused;
  /* Safari 4.0 - 8.0 */
  animation-play-state: paused;
}
.c-nav-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 220;
  text-align: center;
  background: #ffffff;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media (min-width: 1024px) {
  .c-nav-fixed {
    height: 5rem;
  }
}
@media (max-width: 1023px) {
  .c-nav-fixed {
    height: 60px;
  }
}
.home.is-loaded .c-nav-fixed, .home .c-nav-fixed {
  transform: translate3d(0, -120%, 0);
  -ms-transform: translate3d(0, -120%, 0);
  -webkit-transform: translate3d(0, -120%, 0);
  -moz-transform: translate3d(0, -120%, 0);
}
.home.nav-is-fixed .c-nav-fixed, .is-loaded .c-nav-fixed {
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  transform: translate3d(0, 0%, 0);
  -ms-transform: translate3d(0, 0%, 0);
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
}
.c-logo-fixed {
  display: inline-block;
  transform: translate3d(0%, -100%, 0);
  -ms-transform: translate3d(0%, -100%, 0);
  -webkit-transform: translate3d(0%, -100%, 0);
  -moz-transform: translate3d(0%, -100%, 0);
  height: auto;
  z-index: 2;
  position: relative;
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {
  .c-logo-fixed {
    width: 10.125rem;
    margin-top: 1.0625rem;
  }
}
@media (max-width: 1023px) {
  .c-logo-fixed {
    width: 120px;
    margin-top: 13px;
  }
}
.c-logo-fixed svg {
  width: 14.25rem;
}
@media (min-width: 1024px) {
  .c-logo-fixed img {
    width: 10.125rem;
  }
}
@media (max-width: 1023px) {
  .c-logo-fixed img {
    width: 120px;
  }
}
@media (min-width: 1280px) {
  .home.is-loaded .c-logo-fixed, .home .c-logo-fixed {
    transform: translate3d(-50px, -100%, 0);
    -ms-transform: translate3d(-50px, -100%, 0);
    -webkit-transform: translate3d(-50px, -100%, 0);
    -moz-transform: translate3d(-50px, -100%, 0);
  }
}
.is-loaded .c-logo-fixed {
  transform: translate3d(0%, 0%, 0);
  -ms-transform: translate3d(0%, 0%, 0);
  -webkit-transform: translate3d(0%, 0%, 0);
  -moz-transform: translate3d(0%, 0%, 0);
}
@media (min-width: 1280px) {
  .home.nav-is-fixed .c-logo-fixed {
    transform: translate3d(-50px, 0%, 0);
    -ms-transform: translate3d(-50px, 0%, 0);
    -webkit-transform: translate3d(-50px, 0%, 0);
    -moz-transform: translate3d(-50px, 0%, 0);
  }
}
.c-subnav-fixed {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 160;
  line-height: 0;
  font-size: 0;
  text-align: center;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.movie-is-open .c-subnav-fixed {
  transform: translate3d(0, -120%, 0);
  -ms-transform: translate3d(0, -120%, 0);
  -webkit-transform: translate3d(0, -120%, 0);
  -moz-transform: translate3d(0, -120%, 0);
}
@media (min-width: 1024px) {
  .c-subnav-fixed {
    height: 5rem;
    top: 5rem;
  }
}
@media (max-width: 1023px) {
  .c-subnav-fixed {
    height: 40px;
    top: 60px;
  }
}
@media (max-width: 767px) {
  .c-subnav-fixed {
    display: none;
  }
}
.c-subnav-fixed::before {
  position: absolute;
  width: 130%;
  height: 100%;
  top: 0px;
  left: 0;
  border-radius: 80px;
  background: #1b8ef0;
  content: "";
  -webkit-transition: transform 0.6s 0.3s;
  transition: transform 0.6s 0.3s;
  -ms-transition: transform 0.6s 0.3s;
  -moz-transition: transform 0.6s 0.3s;
  transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
}
.is-loaded .c-subnav-fixed::before {
  transform: translate3d(-10%, 0, 0);
  -ms-transform: translate3d(-10%, 0, 0);
  -webkit-transform: translate3d(-10%, 0, 0);
  -moz-transform: translate3d(-10%, 0, 0);
}
.c-btn-subnav {
  position: relative;
  display: inline-block;
  color: #ffffff;
  z-index: 10;
  transform: translate3d(0, -115%, 0);
  -ms-transform: translate3d(0, -115%, 0);
  -webkit-transform: translate3d(0, -115%, 0);
  -moz-transform: translate3d(0, -115%, 0);
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-btn-subnav:nth-child(1) {
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.c-btn-subnav:nth-child(2) {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.c-btn-subnav:nth-child(3) {
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.c-btn-subnav:nth-child(4) {
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.c-btn-subnav:nth-child(5) {
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.c-btn-subnav:nth-child(6) {
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.is-loaded .c-btn-subnav {
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.c-subnav-num {
  position: absolute;
  top: 1.5625rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.75rem;
}
@media (max-width: 1023px) {
  .c-subnav-num {
    display: none;
  }
}
.c-subnav-progress {
  position: absolute;
  top: 100%;
  left: -2%;
  width: 100%;
  height: 0px;
  border-bottom: 9px solid #00f199;
  max-width: 102%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
}
.c-btn-subnav:first-child .c-subnav-progress {
  left: 0;
  max-width: 101%;
}
.c-btn-link {
  display: block;
  color: #ffffff;
  background: transparent;
  -webkit-transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
@media (min-width: 1024px) {
  .c-btn-link {
    padding: 3.125rem 2.5rem 0.9375rem;
    font-size: 1rem;
    height: 5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-btn-link {
    padding: 3.125rem 1.25rem 0.9375rem;
  }
}
@media (max-width: 1023px) {
  .c-btn-link {
    padding: 13px 10px 13px;
    font-size: 14px;
    height: 40px;
    line-height: 1;
  }
}
.c-btn-link:hover::before, .c-btn-link.is-active::before {
  transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
}
.c-btn-link::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  border-top: 80px solid #1885ee;
  -moz-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transform: scale3d(1, 0, 1);
  -ms-transform: scale3d(1, 0, 1);
  -webkit-transform: scale3d(1, 0, 1);
  -moz-transform: scale3d(1, 0, 1);
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  backface-visibility: hidden;
  z-index: -1;
}
@media (max-width: 1023px) {
  .c-btn-link::before {
    border-top: 40px solid #1885ee;
  }
}
.c-nav-side {
  position: fixed;
  top: 80px;
  left: 0;
  bottom: 0;
  background: #ffffff;
  width: 100px;
  z-index: 9;
  overflow: hidden;
  border-right: 1px solid #e5e5e5;
  transform: translate3d(-101%, 0, 0);
  -ms-transform: translate3d(-101%, 0, 0);
  -webkit-transform: translate3d(-101%, 0, 0);
  -moz-transform: translate3d(-101%, 0, 0);
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1023px) {
  .c-nav-side {
    display: none;
  }
}
@media (min-width: 1024px) {
  .c-nav-side {
    width: 100px;
  }
}
.-with-subnav .c-nav-side {
  top: 160px;
}
.is-loaded .c-nav-side {
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.c-nav-side-btn {
  width: 100%;
  position: relative;
  transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -webkit-transition: transform 0.6s 0.4s;
  transition: transform 0.6s 0.4s;
  -ms-transition: transform 0.6s 0.4s;
  -moz-transition: transform 0.6s 0.4s;
}
.c-nav-side-btn:nth-child(1) {
  -moz-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  -webkit-transition-delay: 1100ms;
  transition-delay: 1100ms;
}
.c-nav-side-btn:nth-child(2) {
  -moz-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.c-nav-side-btn:nth-child(3) {
  -moz-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  -webkit-transition-delay: 1300ms;
  transition-delay: 1300ms;
}
.c-nav-side-btn:nth-child(4) {
  -moz-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms;
}
.c-nav-side-btn:nth-child(5) {
  -moz-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.c-nav-side-btn:nth-child(6) {
  -moz-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}
.c-nav-side-btn:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  top: 0;
  right: 0;
}
.c-nav-side-btn:last-child:after {
  content: "";
  width: 10px;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  bottom: 0;
  right: 0;
}
.is-loaded .c-nav-side-btn {
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.c-nav-side-link {
  display: block;
  padding-top: 100%;
  position: relative;
}
.c-nav-side-link svg {
  width: 46%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
}
.c-nav-side-wrap {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  left: 0;
  right: 0;
}
.c-header-tel-mobile {
  position: fixed;
  top: 18px;
  right: 20px;
  width: 30px;
  height: 30px;
  color: #1b8ef0;
  font-size: 24px;
  z-index: 200;
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, -66px, 0);
  -ms-transform: translate3d(0, -66px, 0);
  -webkit-transform: translate3d(0, -66px, 0);
  -moz-transform: translate3d(0, -66px, 0);
}
.is-loaded .c-header-tel-mobile {
  transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
}
.home.is-loaded .c-header-tel-mobile {
  transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
}
.home.is-loaded.load-animation-done .c-header-tel-mobile {
  transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
}
.c-header-tel-mobile.-home {
  color: #00f199;
  top: 33px;
  font-size: 30px;
}
.nav-is-open .c-header-tel-mobile.-home {
  color: #1b8ef0;
}
.home.is-loaded.nav-is-fixed .c-header-tel-mobile.-home {
  transform: translate3d(0, -200%, 0);
  -ms-transform: translate3d(0, -200%, 0);
  -webkit-transform: translate3d(0, -200%, 0);
  -moz-transform: translate3d(0, -200%, 0);
}
.home.is-loaded.load-animation-done.nav-is-fixed .c-header-tel-mobile.-home {
  transform: translate3d(0, -66px, 0);
  -ms-transform: translate3d(0, -66px, 0);
  -webkit-transform: translate3d(0, -66px, 0);
  -moz-transform: translate3d(0, -66px, 0);
}
@media (min-width: 1024px) {
  .c-header-tel-mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  .c-overlay-nav-wrapper .c-nav-btn {
    float: none;
    width: 100%;
  }
  .c-overlay-nav-wrapper .c-nav-btn .c-btn-text {
    position: relative;
    bottom: inherit;
    left: inherit;
    text-align: left;
    font-size: 26px;
  }
  .c-overlay-nav-wrapper .c-nav-btn-link {
    text-align: left;
    padding: 18px 0 18px 88px;
  }
  .c-overlay-nav-wrapper .c-circle-waves_wrap {
    position: absolute;
    left: 20px;
    top: 13px;
  }
}
.page-template-t-horaire .c-block-horaire {
  text-align: left;
}
.page-template-t-horaire .c-block-horaire .c-block-title {
  display: none;
}
.c-horaire_list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.c-horaire_list:after {
  display: table;
  clear: both;
  content: "";
}
.c-horaire_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-horaire_list ul li.is-inview span, .c-horaire_list ul li.is-inview h3 {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
}
.c-horaire_list .c-horaire-day_list {
  padding-top: 55px;
}
.c-horaire_list span, .c-horaire_list h3 {
  transform: translate3d(0, 60px, 0);
  -ms-transform: translate3d(0, 60px, 0);
  -webkit-transform: translate3d(0, 60px, 0);
  -moz-transform: translate3d(0, 60px, 0);
  opacity: 0;
  -webkit-transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  position: relative;
}
.c-custom-select {
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .c-custom-select {
    display: none;
  }
}
.c-custom-select:after {
  content: "";
  font-family: 'biermans' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1b8ef0;
  position: absolute;
  top: 7px;
  right: 0;
  z-index: 10;
  font-size: 32px;
  pointer-events: none;
}
.c-custom-select .c-select {
  color: #1b8ef0;
  font-family: "AmericanTypewriter";
  font-size: 20px;
  border-bottom: 1px solid #1b8ef0;
  padding: 10px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #ffffff;
}
.c-horaire_item {
  float: left;
  position: relative;
}
@media (min-width: 1280px) {
  .c-horaire_item {
    width: calc(16% - 25px);
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .c-horaire_item {
    width: calc(16% - 20px);
  }
}
@media (max-width: 767px) {
  .c-horaire_item {
    width: 100% !important;
    display: none;
  }
  .c-horaire_item.c-mobile-active {
    display: block;
  }
  .c-horaire_item.c-horaire-days {
    display: none;
  }
}
@media (min-width: 1280px) {
  .c-horaire_item:nth-child(1) {
    width: 124px;
  }
}
@media (max-width: 1279px) {
  .c-horaire_item:nth-child(1) {
    width: 100px;
  }
}
.c-horaire_item h3 {
  margin: 0;
  color: #1b8ef0;
  font-size: 20px;
}
@media (min-width: 1680px) {
  .c-horaire_item h3 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1679px) {
  .c-horaire_item h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-horaire_item h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .c-horaire_item.is-active {
    color: #ffffff;
  }
  .c-horaire_item.is-active h3 {
    color: #ffffff;
  }
  .c-horaire_item.is-active::before, .c-horaire_item.is-active::after {
    position: absolute;
    right: 5px;
    left: 5px;
    z-index: -1;
    content: "";
  }
  .c-horaire_item.is-active::before {
    top: -10px;
    bottom: -10px;
    background: url(../images/wave-top.svg) repeat-x center -1px #1b8ef0;
    -webkit-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    -ms-transform-origin: top center;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    transform: scale3d(1, 0, 1);
    -ms-transform: scale3d(1, 0, 1);
    -webkit-transform: scale3d(1, 0, 1);
    -moz-transform: scale3d(1, 0, 1);
  }
  .c-horaire_item.is-active::after {
    bottom: -10px;
    height: 10px;
    background: url(../images/wave-bottom.svg) repeat-x center 1px #1b8ef0;
    -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    -ms-transform-origin: top center;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    transform: scale3d(1, 0, 1);
    -ms-transform: scale3d(1, 0, 1);
    -webkit-transform: scale3d(1, 0, 1);
    -moz-transform: scale3d(1, 0, 1);
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .c-horaire_item.is-active.is-inview::before, .c-horaire_item.is-active.is-inview::after {
    transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
  }
}
.c-horaire-cat_item {
  padding: 14px 0;
  height: 46px;
  position: relative;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-horaire-cat_item {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-horaire-cat_item {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .c-horaire-cat_item {
    text-align: right;
  }
  .c-horaire-cat_item span {
    display: block;
  }
  .c-horaire-cat_item span:after {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    float: left;
  }
  .c-horaire-cat_item:nth-child(1) {
    text-align: center;
  }
  .c-horaire-cat_item:nth-child(2) span:after {
    content: "Lundi";
  }
  .c-horaire-cat_item:nth-child(3) span:after {
    content: "Mardi";
  }
  .c-horaire-cat_item:nth-child(4) span:after {
    content: "Mercredi";
  }
  .c-horaire-cat_item:nth-child(5) span:after {
    content: "Jeudi";
  }
  .c-horaire-cat_item:nth-child(6) span:after {
    content: "Vendredi";
  }
  .c-horaire-cat_item:nth-child(7) span:after {
    content: "Samedi";
  }
  .c-horaire-cat_item:nth-child(8) span:after {
    content: "Dimanche";
  }
}
.c-horaire-cat_item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  -webkit-transition: transform 0.9s 0.6s;
  transition: transform 0.9s 0.6s;
  -ms-transition: transform 0.9s 0.6s;
  -moz-transition: transform 0.9s 0.6s;
  transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  content: "";
  background: #4d4d4d;
  opacity: 0.3;
}
.c-horaire-cat_item.is-inview::before {
  transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
}
.c-horaire-day_item {
  text-align: left;
  height: 46px;
  padding-top: 15px;
}
.c-horaire-day_list {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .c-horaire-cat_item {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .c-horaire-cat_item {
    text-align: right;
  }
}
.c-horaire-cat_list li:first-child {
  height: 55px;
}
@media (max-width: 767px) {
  .c-horaire-cat_list li:first-child {
    display: none;
  }
}
.c-horaire-cat_list li:first-child::before {
  display: none;
}
.c-horaire-cat_list li:last-child::before {
  display: none;
}
.c-block-horaire {
  max-width: 1250px;
  margin: 0 auto;
}
.t-horaire .c-block-horaire {
  max-width: 100%;
}
.t-horaire .c-section-sidebar {
  min-height: 1px !important;
}
.c-movie-day_list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-movie-day_list li {
  position: relative;
}
@media (max-width: 1023px) {
  .c-movie-day_item {
    margin-bottom: 20px;
  }
  .c-movie-day_item:last-child {
    margin-bottom: 0;
  }
}
.c-movie-day-info_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-movie-day-info_list:after {
  display: table;
  clear: both;
  content: "";
}
.c-movie-time_item, .c-movie-day-info_list .c-movie-day-info_item:nth-child(2) {
  position: relative;
}
.c-movie-time_item a, .c-movie-day-info_list .c-movie-day-info_item:nth-child(2) a {
  color: #1b8ef0;
}
@media (min-width: 1024px) {
  .c-movie-time_item::after, .c-movie-day-info_list .c-movie-day-info_item:nth-child(2)::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    background: #c4c4c4;
    transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    -webkit-transition: transform 0.9s 0.6s;
    transition: transform 0.9s 0.6s;
    -ms-transition: transform 0.9s 0.6s;
    -moz-transition: transform 0.9s 0.6s;
  }
  .c-movie-day_item:first-child .c-movie-time_item::after, .c-movie-day_item:first-child .c-movie-day-info_list .c-movie-day-info_item:nth-child(2)::after {
    height: 2px;
    background: #1b8ef0;
  }
  .is-inview .c-movie-time_item::after, .is-inview .c-movie-day-info_list .c-movie-day-info_item:nth-child(2)::after {
    transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
  }
}
@media (max-width: 1279px) {
  .c-movie-day-info_item:nth-child(2)::after {
    display: none;
  }
}
.c-movie-day-info_item {
  position: relative;
}
@media (min-width: 1024px) {
  .c-movie-day-info_item {
    float: left;
    display: block;
  }
}
@media (max-width: 1023px) {
  .c-movie-day-info_item {
    text-align: center;
    display: inline-block;
  }
  .c-movie-day-info_item:nth-child(3) {
    float: none;
    width: 100%;
    clear: left;
  }
  .c-movie-day-info_item:nth-child(1), .c-movie-day-info_item:nth-child(2) {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .c-movie-day-info_item {
    width: calc(90% - 146px);
    height: 50px;
  }
}
@media (min-width: 1280px) {
  .c-movie-day-info_item {
    width: calc(90% - 146px);
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-movie-day-info_item {
    width: 100%;
  }
}
.c-movie-day-info_item:first-child {
  text-align: left;
}
@media (min-width: 1280px) {
  .c-movie-day-info_item:first-child {
    width: 10%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-movie-day-info_item:first-child {
    width: 88px;
  }
}
.c-movie-day-info_item:nth-child(2) {
  text-align: left;
}
@media (min-width: 1024px) {
  .c-movie-day-info_item:nth-child(2) {
    width: 146px;
  }
}
.c-movie-day-info_item:nth-child(7) {
  width: 34px;
}
.c-movie-day-info_item h3 {
  margin: 0;
}
@media (min-width: 1024px) {
  .c-movie-day-info_item h3 {
    font-size: 20px;
    padding-top: 12px;
    height: 34px;
  }
}
.c-3d {
  display: inline-block;
  background: #1b8ef0;
  color: #ffffff;
  border-radius: 50%;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-3d {
    width: 2.125rem;
    height: 2.125rem;
    font-size: 0.875rem;
    padding-top: 0.5625rem;
  }
}
@media (max-width: 1023px) {
  .c-3d {
    width: 20px;
    height: 20px;
    font-size: 10px;
    padding-top: 4px;
  }
}
.c-movie-time_list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.c-movie-time_list:after {
  display: table;
  clear: both;
  content: "";
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-movie-time_list {
    padding-left: 88px;
  }
}
@media (max-width: 1023px) {
  .c-movie-day_list .c-movie-time_item.-no-show {
    display: none;
  }
}
@media (min-width: 1280px) {
  .c-movie-time_item {
    width: calc(12.5% - 4.75px);
    padding: 8px 0;
  }
}
@media (min-width: 1680px) {
  .c-movie-time_item {
    font-size: 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1679px) {
  .c-movie-time_item {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-movie-time_item {
    text-align: left;
    padding: 8px 0;
    padding-right: 8px;
    width: calc(12.5% - 6px);
  }
}
@media (min-width: 1024px) {
  .c-movie-time_item {
    float: left;
    display: block;
  }
}
@media (max-width: 1023px) {
  .c-movie-time_item {
    padding: 4px;
    display: inline-block;
  }
  .c-movie-time_item.-empty {
    display: none;
  }
  .c-movie-time_item::after {
    position: absolute;
    top: 50%;
    left: -5px;
    width: 6px;
    height: 1px;
    background: #c4c4c4;
    content: "";
    -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .is-inview .c-movie-time_item::after {
    transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
  }
  .c-movie-time_item:first-child::after {
    display: none;
  }
}
@media (min-width: 1024px) {
  .c-movie-time_item.-small {
    width: 38px;
    text-align: center;
  }
}
@media (max-width: 1279px) {
  .c-movie-time_item.-small {
    width: 46px;
  }
}
.c-movie-time {
  display: inline-block;
}
@media (min-width: 1024px) {
  .c-movie-time {
    height: 34px;
    padding-top: 5px;
  }
}
@media (min-width: 1680px) {
  .c-movie-time {
    padding-top: 9px;
  }
}
@media (min-width: 1024px) and (max-width: 1679px) {
  .c-movie-time {
    padding-top: 6px;
  }
}
@media (max-width: 1023px) {
  .c-movie-time {
    font-size: 14px;
  }
}
.c-movie-day {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 1024px) {
  .c-movie-day {
    padding-top: 19px;
    font-size: 12px;
    height: 34px;
  }
}
@media (max-width: 1023px) {
  .c-movie-day {
    font-size: 12px;
  }
}
.c-movie-time, .c-movie-day, .c-movie-day-info_item h3, .c-3d {
  opacity: 0;
  transform: translate3d(0, 60px, 0);
  -ms-transform: translate3d(0, 60px, 0);
  -webkit-transform: translate3d(0, 60px, 0);
  -moz-transform: translate3d(0, 60px, 0);
  -webkit-transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
}
.is-inview .c-movie-time, .is-inview .c-movie-day, .is-inview .c-movie-day-info_item h3, .is-inview .c-3d {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
}
@media (max-width: 1023px) {
  .c-movie-day-info_item h3 {
    font-size: 12px;
  }
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  letter-spacing: 0.015em;
  -webkit-font-smoothing: antialiased;
}
html *, body * {
  -webkit-font-smoothing: antialiased;
}
html {
  font-family: 'Quicksand', Helvetica, Arial, sans-serif;
}
body {
  overflow: hidden;
}
body.is-loaded {
  overflow-y: scroll;
}
body.is-changing-page body {
  overflow: hidden;
}
#scroll-wrap {
  width: 100%;
  height: 100%;
}
.c-block-wrap {
  position: relative;
}
@media (max-width: 767px) {
  .c-block-wrap {
    padding: 80px 20px;
    padding-bottom: 0;
  }
  .c-block-wrap.-last {
    padding-bottom: 80px;
  }
  .c-block-wrap.-with-img {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-block-wrap {
    padding: 80px 40px;
    padding-bottom: 0;
  }
  .c-block-wrap.-last {
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-block-wrap {
    padding: 7.5rem 7%;
    padding-bottom: 0;
  }
  .c-block-wrap.-last {
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .c-block-wrap {
    padding: 8.75rem 7%;
    padding-bottom: 0;
  }
  .c-block-wrap.-last {
    padding-bottom: 8.75rem;
  }
}
@media (min-width: 1680px) {
  .c-block-wrap {
    padding: 10.625rem 7%;
    padding-bottom: 0;
  }
  .c-block-wrap.-last {
    padding-bottom: 10.625rem;
  }
}
.page-template-t-cinema .c-block-wrap {
  margin-right: 0;
}
.o-pre-footer .c-block-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
footer .c-block-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .c-section-block {
    padding: 40px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-section-block {
    padding: 7.5rem 7%;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .c-section-block {
    padding: 8.75rem 7%;
  }
}
@media (min-width: 1680px) {
  .c-section-block {
    padding: 10.625rem 7%;
  }
}
.o-load-panel {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -webkit-transition: transform 0s 6s;
  transition: transform 0s 6s;
  -ms-transition: transform 0s 6s;
  -moz-transition: transform 0s 6s;
}
.is-loaded .o-load-panel {
  transform: translate3d(0, 0%, 0);
  -ms-transform: translate3d(0, 0%, 0);
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
}
#cloud-loading {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: #021528;
  opacity: 1;
  -webkit-transition: opacity 3s 4s, background 0s 4s;
  transition: opacity 3s 4s, background 0s 4s;
  -ms-transition: opacity 3s 4s, background 0s 4s;
  -moz-transition: opacity 3s 4s, background 0s 4s;
}
.is-loaded #cloud-loading {
  background: transparent;
  opacity: 0;
}
.c-btn {
  display: inline-block;
  position: relative;
  z-index: 5;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  border: none;
  -webkit-transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {
  .c-btn {
    font-size: 0.75rem;
    padding: 1.125rem 1.125rem;
  }
}
@media (max-width: 1023px) {
  .c-btn {
    font-size: 10px;
    padding: 16px;
  }
}
@media (min-width: 1024px) {
  .c-btn.-with-arrow {
    padding-left: 36px;
    padding-right: 36px;
  }
  .c-btn.-with-arrow.c-btn-movie-band {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media (max-width: 1023px) {
  .c-btn.-with-arrow {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.c-btn.-with-arrow .c-btn-text {
  display: inline-block;
  transform: translate3d(3px, 0, 0);
  -ms-transform: translate3d(3px, 0, 0);
  -webkit-transform: translate3d(3px, 0, 0);
  -moz-transform: translate3d(3px, 0, 0);
  -webkit-transition: transform 0.6s 0.1s;
  transition: transform 0.6s 0.1s;
  -ms-transition: transform 0.6s 0.1s;
  -moz-transition: transform 0.6s 0.1s;
}
.c-btn.-with-arrow:hover .c-btn-text {
  transform: translate3d(14px, 0, 0);
  -ms-transform: translate3d(14px, 0, 0);
  -webkit-transform: translate3d(14px, 0, 0);
  -moz-transform: translate3d(14px, 0, 0);
}
.c-btn.-with-arrow.c-btn-fiche {
  margin-top: 20px;
  width: 7.8125rem;
  padding: 0.625rem;
  min-height: 3.125rem;
  line-height: 30px;
}
.c-btn.-with-arrow.c-btn-fiche .c-btn-text {
  top: 10px;
  left: 30px;
}
.c-btn .c-ico {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 32px;
  color: #000000;
}
.c-btn:hover {
  color: #ffffff;
}
.c-btn:hover .c-ico {
  color: #00f199;
  transform: translate3d(-20%, -50%, 0);
  -ms-transform: translate3d(-20%, -50%, 0);
  -webkit-transform: translate3d(-20%, -50%, 0);
  -moz-transform: translate3d(-20%, -50%, 0);
}
.c-btn-movie-band:first-child {
  margin-right: 20px;
}
.c-btn-bg {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.c-btn-bg:after {
  content: "";
  display: block;
  width: 160%;
  padding-top: 100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  background: #1b8ef0;
  transform: translate3d(-160%, -50%, 0);
  -ms-transform: translate3d(-160%, -50%, 0);
  -webkit-transform: translate3d(-160%, -50%, 0);
  -moz-transform: translate3d(-160%, -50%, 0);
  -webkit-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-btn:hover .c-btn-bg:after {
  transform: translate3d(-30%, -50%, 0);
  -ms-transform: translate3d(-30%, -50%, 0);
  -webkit-transform: translate3d(-30%, -50%, 0);
  -moz-transform: translate3d(-30%, -50%, 0);
}
.c-btn-green .c-btn-bg {
  background: #00f199;
}
.c-btn-brown .c-btn-bg {
  background: #ac6543;
  color: #ffffff;
}
.c-btn-brown .c-ico {
  color: #ffffff;
}
.c-btn-brown .c-btn-text {
  color: #ffffff;
}
.c-image-parallax {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 98%;
  overflow: hidden;
}
.c-image-parallax-wrap {
  position: absolute;
  top: 0;
  left: -25%;
  width: 150%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.c-img-translate {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: 50% 50%;
}
.c-img-translate_wrap {
  overflow: hidden;
  position: relative;
}
.overlay-load, .overlay-changing {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  pointer-events: none;
}
.overlay-load::before, .overlay-changing::before {
  position: absolute;
  width: 0px;
  height: 0px;
  content: "";
  background: #021528;
  border: 200vw solid #021528;
  transform: scale3d(0, 0, 1);
  -ms-transform: scale3d(0, 0, 1);
  -webkit-transform: scale3d(0, 0, 1);
  -moz-transform: scale3d(0, 0, 1);
  border-radius: 50%;
  -webkit-transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.is-safari .overlay-load::before, .is-safari .overlay-changing::before {
  border-radius: 0%;
  border: 0vw solid #021528;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: left center;
  transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
}
.overlay-changing::before {
  top: -200vw;
  left: -200vw;
  transform: scale3d(0, 0, 1);
  -ms-transform: scale3d(0, 0, 1);
  -webkit-transform: scale3d(0, 0, 1);
  -moz-transform: scale3d(0, 0, 1);
}
.is-changing-page .overlay-changing::before, .swipebox-html .overlay-changing::before {
  transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
}
.overlay-load::before {
  top: -200vw;
  right: -200vw;
  transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
}
.is-loaded .overlay-load::before {
  transform: scale3d(0, 0, 1);
  -ms-transform: scale3d(0, 0, 1);
  -webkit-transform: scale3d(0, 0, 1);
  -moz-transform: scale3d(0, 0, 1);
}
.is-safari .is-loaded .overlay-load::before {
  transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
}
@media (min-width: 1024px) {
  .c-progress-section, .c-section-sidebar {
    padding-left: 100px;
  }
}
.c-anim-col-loading {
  position: relative;
  transform: translate3d(0, 60px, 0);
  -ms-transform: translate3d(0, 60px, 0);
  -webkit-transform: translate3d(0, 60px, 0);
  -moz-transform: translate3d(0, 60px, 0);
  opacity: 0;
  -webkit-transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-anim-col-loading.is-inview {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
}
@media (max-width: 1023px) {
  .is-loaded .c-anim-col-loading {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
  }
}
@media (min-width: 768px) {
  .c-anim-col-loading.-delay-slow {
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
}
.c-img-translate_mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -webkit-transition: transform 1.5s 0.2s;
  transition: transform 1.5s 0.2s;
  -ms-transition: transform 1.5s 0.2s;
  -moz-transition: transform 1.5s 0.2s;
}
.c-movies_item .c-img-translate_mask {
  transition-duration: 1s;
}
@media (min-width: 768px) {
  .c-movies_item .c-img-translate_mask {
    transform: translate3d(0, 24%, 0);
    -ms-transform: translate3d(0, 24%, 0);
    -webkit-transform: translate3d(0, 24%, 0);
    -moz-transform: translate3d(0, 24%, 0);
  }
}
@media (max-width: 767px) {
  .c-movies_item .c-img-translate_mask {
    transform: translate3d(0, 0%, 0);
    -ms-transform: translate3d(0, 0%, 0);
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
  }
}
.c-movies-new_link .c-img-translate_mask {
  transition-duration: 1s;
}
@media (min-width: 768px) {
  .c-movies-new_link .c-img-translate_mask {
    transform: translate3d(0, 24%, 0);
    -ms-transform: translate3d(0, 24%, 0);
    -webkit-transform: translate3d(0, 24%, 0);
    -moz-transform: translate3d(0, 24%, 0);
  }
}
@media (max-width: 767px) {
  .c-movies-new_link .c-img-translate_mask {
    transform: translate3d(0, 0%, 0);
    -ms-transform: translate3d(0, 0%, 0);
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
  }
}
.is-inview .c-img-translate_mask {
  transform: translate3d(0, 0%, 0);
  -ms-transform: translate3d(0, 0%, 0);
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
}
.c-movies-new_link .c-img-translate_mask, .c-single-thumb .c-img-translate_mask, .c-thumb-trailer .c-img-translate_mask {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
}
.c-movies-new_link .c-img-translate_mask .c-img-translate, .c-single-thumb .c-img-translate_mask .c-img-translate, .c-thumb-trailer .c-img-translate_mask .c-img-translate {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
}
.c-img-translate {
  transform: translate3d(0, -30%, 0);
  -ms-transform: translate3d(0, -30%, 0);
  -webkit-transform: translate3d(0, -30%, 0);
  -moz-transform: translate3d(0, -30%, 0);
  -webkit-transition: transform 1.5s 0.2s;
  transition: transform 1.5s 0.2s;
  -ms-transition: transform 1.5s 0.2s;
  -moz-transition: transform 1.5s 0.2s;
}
.c-movies_item .c-img-translate {
  transition-duration: 1s;
}
@media (min-width: 768px) {
  .c-movies_item .c-img-translate {
    transform: translate3d(0, -14%, 0);
    -ms-transform: translate3d(0, -14%, 0);
    -webkit-transform: translate3d(0, -14%, 0);
    -moz-transform: translate3d(0, -14%, 0);
  }
}
@media (max-width: 767px) {
  .c-movies_item .c-img-translate {
    transform: translate3d(0, 0%, 0);
    -ms-transform: translate3d(0, 0%, 0);
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
  }
}
.c-movies-new_link .c-img-translate {
  transition-duration: 1s;
}
@media (min-width: 768px) {
  .c-movies-new_link .c-img-translate {
    transform: translate3d(0, -14%, 0);
    -ms-transform: translate3d(0, -14%, 0);
    -webkit-transform: translate3d(0, -14%, 0);
    -moz-transform: translate3d(0, -14%, 0);
  }
}
@media (max-width: 767px) {
  .c-movies-new_link .c-img-translate {
    transform: translate3d(0, 0%, 0);
    -ms-transform: translate3d(0, 0%, 0);
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
  }
}
.is-inview .c-img-translate {
  transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
}
@media (min-width: 1680px) {
  .c-movies-list .c-movies_item:nth-child(4n-3) .c-img-translate, .c-movies-list .c-movies_item:nth-child(4n-3) .c-img-translate_mask {
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .c-movies-list .c-movies_item:nth-child(4n-3) .c-movie-rating {
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .c-movies-list .c-movies_item:nth-child(4n-2) .c-img-translate, .c-movies-list .c-movies_item:nth-child(4n-2) .c-img-translate_mask {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .c-movies-list .c-movies_item:nth-child(4n-2) .c-movie-rating {
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .c-movies-list .c-movies_item:nth-child(4n-1) .c-img-translate, .c-movies-list .c-movies_item:nth-child(4n-1) .c-img-translate_mask {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .c-movies-list .c-movies_item:nth-child(4n-1) .c-movie-rating {
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .c-movies-list .c-movies_item:nth-child(4n) .c-img-translate, .c-movies-list .c-movies_item:nth-child(4n) .c-img-translate_mask {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .c-movies-list .c-movies_item:nth-child(4n) .c-movie-rating {
    -moz-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
}
@media (min-width: 1024px) and (max-width: 1679px) {
  .c-movies-list .c-movies_item:nth-child(3n-2) .c-img-translate, .c-movies-list .c-movies_item:nth-child(3n-2) .c-img-translate_mask {
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .c-movies-list .c-movies_item:nth-child(3n-2) .c-movie-rating {
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .c-movies-list .c-movies_item:nth-child(3n-1) .c-img-translate, .c-movies-list .c-movies_item:nth-child(3n-1) .c-img-translate_mask {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .c-movies-list .c-movies_item:nth-child(3n-1) .c-movie-rating {
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .c-movies-list .c-movies_item:nth-child(3n) .c-img-translate, .c-movies-list .c-movies_item:nth-child(3n) .c-img-translate_mask {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .c-movies-list .c-movies_item:nth-child(3n) .c-movie-rating {
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
}
@media (min-width: 1680px) {
  .c-movies-new-list .c-movies-new_item:nth-child(6n-5) .c-img-translate, .c-movies-new-list .c-movies-new_item:nth-child(6n-5) .c-img-translate_mask, .c-movies-new-list .c-movies-new_item:nth-child(6n-5) .c-movie-new-title_anim {
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(6n-5) .c-movie-rating {
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(6n-4) .c-img-translate, .c-movies-new-list .c-movies-new_item:nth-child(6n-4) .c-img-translate_mask, .c-movies-new-list .c-movies-new_item:nth-child(6n-4) .c-movie-new-title_anim {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(6n-4) .c-movie-rating {
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(6n-3) .c-img-translate, .c-movies-new-list .c-movies-new_item:nth-child(6n-3) .c-img-translate_mask, .c-movies-new-list .c-movies-new_item:nth-child(6n-3) .c-movie-new-title_anim {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(6n-3) .c-movie-rating {
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(6n-2) .c-img-translate, .c-movies-new-list .c-movies-new_item:nth-child(6n-2) .c-img-translate_mask, .c-movies-new-list .c-movies-new_item:nth-child(6n-2) .c-movie-new-title_anim {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(6n-2) .c-movie-rating {
    -moz-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(6n-1) .c-img-translate, .c-movies-new-list .c-movies-new_item:nth-child(6n-1) .c-img-translate_mask, .c-movies-new-list .c-movies-new_item:nth-child(6n-1) .c-movie-new-title_anim {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(6n-1) .c-movie-rating {
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(6n) .c-img-translate, .c-movies-new-list .c-movies-new_item:nth-child(6n) .c-img-translate_mask, .c-movies-new-list .c-movies-new_item:nth-child(6n) .c-movie-new-title_anim {
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(6n) .c-movie-rating {
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .c-movies-new-list .c-movies-new_item:nth-child(5n-4) .c-img-translate, .c-movies-new-list .c-movies-new_item:nth-child(5n-4) .c-img-translate_mask, .c-movies-new-list .c-movies-new_item:nth-child(5n-4) .c-movie-new-title_anim {
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(5n-4) .c-movie-rating {
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(5n-3) .c-img-translate, .c-movies-new-list .c-movies-new_item:nth-child(5n-3) .c-img-translate_mask, .c-movies-new-list .c-movies-new_item:nth-child(5n-3) .c-movie-new-title_anim {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(5n-3) .c-movie-rating {
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(5n-2) .c-img-translate, .c-movies-new-list .c-movies-new_item:nth-child(5n-2) .c-img-translate_mask, .c-movies-new-list .c-movies-new_item:nth-child(5n-2) .c-movie-new-title_anim {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(5n-2) .c-movie-rating {
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(5n-1) .c-img-translate, .c-movies-new-list .c-movies-new_item:nth-child(5n-1) .c-img-translate_mask, .c-movies-new-list .c-movies-new_item:nth-child(5n-1) .c-movie-new-title_anim {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(5n-1) .c-movie-rating {
    -moz-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(5n) .c-img-translate, .c-movies-new-list .c-movies-new_item:nth-child(5n) .c-img-translate_mask, .c-movies-new-list .c-movies-new_item:nth-child(5n) .c-movie-new-title_anim {
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(5n) .c-movie-rating {
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-movies-new-list .c-movies-new_item:nth-child(4n-3) .c-img-translate, .c-movies-new-list .c-movies-new_item:nth-child(4n-3) .c-img-translate_mask, .c-movies-new-list .c-movies-new_item:nth-child(4n-3) .c-movie-new-title_anim {
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(4n-3) .c-movie-rating {
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(4n-2) .c-img-translate, .c-movies-new-list .c-movies-new_item:nth-child(4n-2) .c-img-translate_mask, .c-movies-new-list .c-movies-new_item:nth-child(4n-2) .c-movie-new-title_anim {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(4n-2) .c-movie-rating {
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(4n-1) .c-img-translate, .c-movies-new-list .c-movies-new_item:nth-child(4n-1) .c-img-translate_mask, .c-movies-new-list .c-movies-new_item:nth-child(4n-1) .c-movie-new-title_anim {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(4n-1) .c-movie-rating {
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(4n) .c-img-translate, .c-movies-new-list .c-movies-new_item:nth-child(4n) .c-img-translate_mask, .c-movies-new-list .c-movies-new_item:nth-child(4n) .c-movie-new-title_anim {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .c-movies-new-list .c-movies-new_item:nth-child(4n) .c-movie-rating {
    -moz-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
}
@media (min-width: 1024px) {
  .c-grid-tarif .o-third:nth-child(3n-1) .-anim-text {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .c-grid-tarif .o-third:nth-child(3n) .-anim-text {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
@media (min-width: 1680px) {
  .-small-padding {
    padding: 0 6.25rem;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .-small-padding {
    padding: 0 5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .-small-padding {
    padding: 0 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .-small-padding {
    padding: 0 5rem;
  }
}
.c-section-padding-right {
  position: relative;
  z-index: 1;
}
@media (min-width: 1280px) {
  .c-section-padding-right {
    padding-right: 10rem;
  }
}
@media (min-width: 1024px) {
  .-no-padding-right {
    padding-right: 0;
  }
}
.c-hr {
  height: 1px;
  border: none;
  background: none;
  position: relative;
}
.c-hr::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e5e5e5;
  -webkit-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  content: "";
}
.c-tarif-quilles .c-hr::before {
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.c-hr.is-inview::before {
  transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
}
@media (min-width: 1024px) {
  .c-hr {
    margin: 20px 0 24px 0;
  }
}
@media (max-width: 1023px) {
  .c-hr {
    margin: 20px 0 24px 0;
  }
}
.c-link {
  display: inline-block;
  padding: 3px 0;
  position: relative;
}
.c-footer-socials_link .c-link {
  padding-top: 0;
  padding-bottom: 10px;
  width: 100%;
}
.c-link::before, .c-link::after {
  content: "";
  background: #1b8ef0;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 51%;
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
}
.c-top-nav_link .c-link::before, .c-nav-btn .c-link::before, footer .c-link::before, #swipebox-close .c-link::before, .c-top-nav_link .c-link::after, .c-nav-btn .c-link::after, footer .c-link::after, #swipebox-close .c-link::after {
  background: #e5e5e5;
}
.o-pre-footer .c-link::before, .o-pre-footer .c-link::after {
  background: #40454d;
}
.c-footer-socials_link .c-link::before, .c-footer-socials_link .c-link::after {
  height: 3px;
  background: #00f199;
}
.c-link::before {
  left: 0;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.c-link::after {
  right: 0;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  -ms-transform-origin: right center;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.c-link:hover::before, .c-link:hover::after, .c-top-nav_link:hover .c-link::before, .c-top-nav_link:hover .c-link::after, .-border-top a:hover .c-link::before, .-border-top a:hover .c-link::after, #swipebox-close:hover .c-link::before, #swipebox-close:hover .c-link::after, .c-link-cart:hover .c-link::before, .c-link-cart:hover .c-link::after {
  transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
}
.c-link:hover::before, .c-top-nav_link:hover .c-link::before, .-border-top a:hover .c-link::before, #swipebox-close:hover .c-link::before, .c-link-cart:hover .c-link::before {
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  -ms-transform-origin: right center;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.c-link:hover::after, .c-top-nav_link:hover .c-link::after, .-border-top a:hover .c-link::after, #swipebox-close:hover .c-link::after, .c-link-cart:hover .c-link::after {
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@media (min-width: 1024px) {
  .-padding-top-small {
    padding-top: 6.875rem;
  }
}
.-max-width-490 {
  max-width: 490px;
  margin: 0 auto;
}
.c-text h2, .c-text h3, .c-text h4, .c-text h5, .c-text h6 {
  color: #1b8ef0;
  margin-top: 30px;
}
.c-text h2, .c-text h3 {
  margin-top: 40px;
}
.c-text :first-child {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .c-text h2 {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .c-text h2 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .c-text h3 {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .c-text h3 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .c-text h4 {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .c-text h4 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .c-text h5 {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .c-text h5 {
    font-size: 16px;
  }
}
.c-text .c-hr, .c-text hr {
  margin: 40px 0;
}
.c-text a {
  color: #1b8ef0;
}
.c-text a::before, .c-text a::after {
  background: #e5e5e5;
}
.c-text a:hover {
  color: #1b8ef0;
}
.c-text a.phone {
  color: #4d4d4d;
}
.c-text a.phone:hover {
  color: #4d4d4d;
}
@media (min-width: 1680px) {
  .c-section-text {
    padding-right: 20%;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .c-section-text {
    padding-right: 15%;
  }
}
@media (min-width: 1024px) {
  .c-section-text {
    padding-top: 60px;
  }
}
.c-ul-two-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-ul-two-col ul:after {
  display: table;
  clear: both;
  content: "";
}
.c-ul-two-col ul li {
  float: left;
  width: 50%;
  margin-bottom: 6px;
}
.c-btn-arrow-right, .ico-mail {
  display: inline-block;
}
.-align-center {
  text-align: center;
}
.-align-left {
  text-align: left;
}
.-align-right {
  text-align: right;
}
.c-text-small-uppercase {
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .c-text-small-uppercase {
    font-size: 0.625rem;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 1023px) {
  .c-text-small-uppercase {
    font-size: 10px;
    margin-bottom: 4px;
  }
}
.c-section-sidebar {
  padding-top: 80px;
}
.is-desktop .c-section-sidebar {
  min-height: 100vh;
}
#mce-responses {
  padding-top: 30px;
  font-size: 13px;
}
.c-newsletter-form_input {
  position: relative;
}
@media (min-width: 1024px) {
  .c-newsletter-form_input {
    padding-right: 180px;
  }
  .c-newsletter-form_input button {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 1023px) {
  .c-newsletter-form_input {
    padding: 0 30px;
  }
  .c-newsletter-form_input input {
    margin-bottom: 30px;
  }
}
.c-newsletter-overlay-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-newsletter-overlay-control a, .c-newsletter-overlay-control a:hover {
  color: #1b8ef0;
}
.c-newsletter-overlay {
  position: fixed;
  z-index: 240;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(65, 142, 233, 0.8);
  transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-newsletter-overlay.is-active {
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.c-newsletter-overlay_wrap {
  position: relative;
  padding-top: 80px;
  background: #ffffff;
}
.c-newsletter-content {
  position: relative;
  min-height: 400px;
  max-width: 800px;
  margin: 0 auto;
  text-align: right;
}
.c-newsletter-form {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
}
.c-input-text {
  display: block;
  font-size: 1.25rem;
  padding: 13px 0;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}
.c-input-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1b8ef0;
}
.c-input-text::-moz-placeholder {
  /* Firefox 19+ */
  color: #1b8ef0;
}
.c-input-text:-ms-input-placeholder {
  /* IE 10+ */
  color: #1b8ef0;
}
.c-input-text:-moz-placeholder {
  /* Firefox 18- */
  color: #1b8ef0;
}
.c-newsletter-overlay-logo {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 120px;
  display: none;
}
#a-l-affiche .c-section-header-text .c-tarifs-price span {
  font-family: 'Quicksand', Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: normal;
}
@media (max-width: 1279px) and (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }
}
.js-gallery img {
  margin-bottom: 11px;
  margin-left: 5px;
}
#wrap {
  position: relative;
  overflow: hidden;
}
.c-overlay-movie {
  top: -200vw;
  right: -200vw;
  position: fixed;
  width: 0;
  height: 0;
  content: "";
  background: #101720;
  border-radius: 50%;
  border: 200vw solid #101720;
  -webkit-transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 12;
  opacity: 0.9;
  transform: scale3d(0, 0, 1);
  -ms-transform: scale3d(0, 0, 1);
  -webkit-transform: scale3d(0, 0, 1);
  -moz-transform: scale3d(0, 0, 1);
}
.is-safari .c-overlay-movie {
  border-radius: 0%;
  border: 0vw solid #021528;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: right center;
  transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
}
.movie-is-open .c-overlay-movie, .newsletter-is-open .c-overlay-movie, .overlay-is-open .c-overlay-movie {
  transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
}
.is-safari .movie-is-open .c-overlay-movie, .is-safari .newsletter-is-open .c-overlay-movie, .is-safari .overlay-is-open .c-overlay-movie {
  transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
}
.movie-is-open {
  overflow: hidden !important;
}
.o-movies-band {
  position: fixed;
  right: 0;
  top: 80px;
  bottom: -450px;
  width: 700px;
  background: transparent;
  z-index: 20;
  pointer-events: none;
  overflow: hidden;
}
.o-movies-band .c-movies-list {
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  z-index: 10;
  will-change: transform;
  -webkit-transition: margin-bottom 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: margin-bottom 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: margin-bottom 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: margin-bottom 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1279px) {
  .o-movies-band {
    display: none;
  }
}
.o-movies-band:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 160px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.6s 5s;
  transition: opacity 0.6s 5s;
  -ms-transition: opacity 0.6s 5s;
  -moz-transition: opacity 0.6s 5s;
}
.is-loaded .o-movies-band:before {
  opacity: 1;
}
.o-movies-band:hover .c-movie-poster-img {
  opacity: 0.4;
}
.home .o-movies-band {
  -webkit-transition: top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  top: 0;
}
.nav-is-fixed.home .o-movies-band {
  top: 80px;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.-with-subnav .o-movies-band {
  top: 160px;
  -webkit-transition: top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.-with-subnav.movie-is-open .o-movies-band {
  top: 80px;
}
.c-movie {
  /***********/
  pointer-events: auto;
  position: relative;
  float: right;
  clear: both;
  z-index: 10;
  transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -webkit-transition: z-index 0ms 0.3s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: z-index 0ms 0.3s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: z-index 0ms 0.3s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: z-index 0ms 0.3s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-movie:hover {
  z-index: 12;
  -webkit-transition: z-index 0ms 0ms;
  transition: z-index 0ms 0ms;
  -ms-transition: z-index 0ms 0ms;
  -moz-transition: z-index 0ms 0ms;
  -moz-transition-delay: 0ms !important;
  -o-transition-delay: 0ms !important;
  -webkit-transition-delay: 0ms !important;
  transition-delay: 0ms !important;
}
.is-loaded .c-movie {
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.is-loaded .c-movie:nth-child(1) {
  -moz-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  -webkit-transition-delay: 1100ms;
  transition-delay: 1100ms;
}
.is-loaded .c-movie:nth-child(2) {
  -moz-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.is-loaded .c-movie:nth-child(3) {
  -moz-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  -webkit-transition-delay: 1300ms;
  transition-delay: 1300ms;
}
.is-loaded .c-movie:nth-child(4) {
  -moz-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms;
}
.is-loaded .c-movie:nth-child(5) {
  -moz-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.is-loaded .c-movie:nth-child(6) {
  -moz-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}
.is-loaded .c-movie:nth-child(7) {
  -moz-transition-delay: 1700ms;
  -o-transition-delay: 1700ms;
  -webkit-transition-delay: 1700ms;
  transition-delay: 1700ms;
}
.is-loaded .c-movie:nth-child(8) {
  -moz-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}
.is-loaded .c-movie:nth-child(9) {
  -moz-transition-delay: 1900ms;
  -o-transition-delay: 1900ms;
  -webkit-transition-delay: 1900ms;
  transition-delay: 1900ms;
}
.is-loaded .c-movie:nth-child(10) {
  -moz-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
}
.is-loaded .c-movie:nth-child(11) {
  -moz-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  transition-delay: 2100ms;
}
.is-loaded .c-movie:nth-child(12) {
  -moz-transition-delay: 2200ms;
  -o-transition-delay: 2200ms;
  -webkit-transition-delay: 2200ms;
  transition-delay: 2200ms;
}
.is-loaded .c-movie:nth-child(13) {
  -moz-transition-delay: 2300ms;
  -o-transition-delay: 2300ms;
  -webkit-transition-delay: 2300ms;
  transition-delay: 2300ms;
}
.is-loaded .c-movie:nth-child(14) {
  -moz-transition-delay: 2400ms;
  -o-transition-delay: 2400ms;
  -webkit-transition-delay: 2400ms;
  transition-delay: 2400ms;
}
.is-loaded .c-movie:nth-child(15) {
  -moz-transition-delay: 2500ms;
  -o-transition-delay: 2500ms;
  -webkit-transition-delay: 2500ms;
  transition-delay: 2500ms;
}
.is-loaded .c-movie:nth-child(16) {
  -moz-transition-delay: 2600ms;
  -o-transition-delay: 2600ms;
  -webkit-transition-delay: 2600ms;
  transition-delay: 2600ms;
}
.is-loaded .c-movie:nth-child(17) {
  -moz-transition-delay: 2700ms;
  -o-transition-delay: 2700ms;
  -webkit-transition-delay: 2700ms;
  transition-delay: 2700ms;
}
.is-loaded .c-movie:nth-child(18) {
  -moz-transition-delay: 2800ms;
  -o-transition-delay: 2800ms;
  -webkit-transition-delay: 2800ms;
  transition-delay: 2800ms;
}
.is-loaded .c-movie:nth-child(19) {
  -moz-transition-delay: 2900ms;
  -o-transition-delay: 2900ms;
  -webkit-transition-delay: 2900ms;
  transition-delay: 2900ms;
}
.is-loaded .c-movie:nth-child(20) {
  -moz-transition-delay: 3000ms;
  -o-transition-delay: 3000ms;
  -webkit-transition-delay: 3000ms;
  transition-delay: 3000ms;
}
.is-loaded .c-movie:nth-child(21) {
  -moz-transition-delay: 3100ms;
  -o-transition-delay: 3100ms;
  -webkit-transition-delay: 3100ms;
  transition-delay: 3100ms;
}
.is-loaded .c-movie:nth-child(22) {
  -moz-transition-delay: 3200ms;
  -o-transition-delay: 3200ms;
  -webkit-transition-delay: 3200ms;
  transition-delay: 3200ms;
}
.is-loaded .c-movie:nth-child(23) {
  -moz-transition-delay: 3300ms;
  -o-transition-delay: 3300ms;
  -webkit-transition-delay: 3300ms;
  transition-delay: 3300ms;
}
.is-loaded .c-movie:nth-child(24) {
  -moz-transition-delay: 3400ms;
  -o-transition-delay: 3400ms;
  -webkit-transition-delay: 3400ms;
  transition-delay: 3400ms;
}
.is-loaded .c-movie:nth-child(25) {
  -moz-transition-delay: 3500ms;
  -o-transition-delay: 3500ms;
  -webkit-transition-delay: 3500ms;
  transition-delay: 3500ms;
}
.is-loaded .c-movie:nth-child(26) {
  -moz-transition-delay: 3600ms;
  -o-transition-delay: 3600ms;
  -webkit-transition-delay: 3600ms;
  transition-delay: 3600ms;
}
.is-loaded .c-movie:nth-child(27) {
  -moz-transition-delay: 3700ms;
  -o-transition-delay: 3700ms;
  -webkit-transition-delay: 3700ms;
  transition-delay: 3700ms;
}
.is-loaded .c-movie:nth-child(28) {
  -moz-transition-delay: 3800ms;
  -o-transition-delay: 3800ms;
  -webkit-transition-delay: 3800ms;
  transition-delay: 3800ms;
}
.c-btn-all-movies {
  pointer-events: auto !important;
  z-index: 5;
  position: absolute;
  top: calc(50% - 225px);
  right: -100px;
  bottom: 0;
  width: 33px;
  height: 154px;
  background: #1b8ef0;
  color: #ffffff;
  opacity: 1;
  border: 1px solid #1b8ef0;
  transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), right 0.6s 3.2s;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), right 0.6s 3.2s;
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), right 0.6s 3.2s;
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), right 0.6s 3.2s;
}
.home .c-btn-all-movies {
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), right 0.6s 3.2s;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), right 0.6s 3.2s;
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), right 0.6s 3.2s;
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), right 0.6s 3.2s;
}
.c-btn-all-movies:hover {
  background: #ffffff;
  color: #1b8ef0;
}
.is-loaded .c-btn-all-movies {
  right: 160px;
}
.movie-is-open .c-btn-all-movies {
  right: -100px;
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), right 0.6s 0s;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), right 0.6s 0s;
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), right 0.6s 0s;
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), right 0.6s 0s;
}
.c-btn-all-movies span {
  white-space: nowrap;
  letter-spacing: 0.1em;
  line-height: 33px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  display: inline-block;
}
.c-btn-poster-all-movies {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  background: #1b8ef0;
  color: #ffffff;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-btn-poster-all-movies:hover {
  background: #ffffff;
  color: #1b8ef0;
}
.is-active .c-btn-poster-all-movies {
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -webkit-transition: transform 0.6s 0.8s, transform 0.6s 0.8s, background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s 0.8s, transform 0.6s 0.8s, background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.6s 0.8s, transform 0.6s 0.8s, background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s 0.8s, transform 0.6s 0.8s, background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-btn-poster-all-movies span {
  white-space: nowrap;
  letter-spacing: 0.1em;
  line-height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
}
.c-movie-poster-img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  opacity: 1;
  position: relative;
  z-index: 10;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  -ms-transform-origin: right center;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.movie-is-open .c-movie-poster-img {
  opacity: 0.4;
}
.c-movie-poster:hover .c-movie-poster-img {
  opacity: 1;
}
.c-movie.is-active .c-movie-poster-img {
  opacity: 1;
}
.c-movie-poster {
  width: 160px;
  position: relative;
  z-index: 10;
  cursor: pointer;
  background: #000000;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: width 0.6s 0.6s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.6s 0.6s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: width 0.6s 0.6s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: width 0.6s 0.6s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-movie-poster:hover {
  z-index: 12;
}
.c-movie.is-active .c-movie-poster {
  width: 320px;
  transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -webkit-transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s 0.6s;
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s 0.6s;
  -ms-transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s 0.6s;
  -moz-transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s 0.6s;
}
.c-movie-close {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 120px;
  opacity: 0;
  z-index: 15;
  -webkit-transition: opacity 0.6s 0s, visibility 0ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s 0s, visibility 0ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: opacity 0.6s 0s, visibility 0ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 0.6s 0s, visibility 0ms cubic-bezier(0.4, 0, 0.2, 1);
}
.is-active .c-movie-close {
  visibility: visible;
  opacity: 1;
}
.c-movie-close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: -moz-linear-gradient(left, rgba(16, 23, 32, 0.65) 0%, rgba(16, 23, 32, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(16, 23, 32, 0.65) 0%, rgba(16, 23, 32, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(16, 23, 32, 0.65) 0%, rgba(16, 23, 32, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6101720', endColorstr='#00101720',GradientType=1);
  /* IE6-9 */
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.is-active .c-movie-close:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.c-movie-arrow {
  pointer-events: none;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5rem;
  opacity: 0;
  color: #00f199;
  font-size: 2.25rem;
  text-align: center;
  z-index: 10;
  transform: translate3d(-70%, -50%, 0);
  -ms-transform: translate3d(-70%, -50%, 0);
  -webkit-transform: translate3d(-70%, -50%, 0);
  -moz-transform: translate3d(-70%, -50%, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.is-active .c-movie-arrow {
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0px, -50%, 0);
  -ms-transform: translate3d(0px, -50%, 0);
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-movie-close:hover .c-movie-arrow {
  transform: translate3d(6px, -50%, 0);
  -ms-transform: translate3d(6px, -50%, 0);
  -webkit-transform: translate3d(6px, -50%, 0);
  -moz-transform: translate3d(6px, -50%, 0);
}
.c-movie-rating {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #ffa800;
  color: #ffffff;
  font-size: 2.25rem;
  text-align: center;
  position: absolute;
  top: 1.25rem;
  right: 0;
  z-index: 15;
  transform: scale3d(0.3, 0.3, 1);
  -ms-transform: scale3d(0.3, 0.3, 1);
  -webkit-transform: scale3d(0.3, 0.3, 1);
  -moz-transform: scale3d(0.3, 0.3, 1);
  opacity: 0;
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), right 0.2ms 0.5s, opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), right 0.2ms 0.5s, opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), right 0.2ms 0.5s, opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), right 0.2ms 0.5s, opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-movie-rating.-age-g {
  background: #0d8443;
}
.c-movie-rating.-age-13 {
  background: #f4aa12;
}
.c-movie-rating.-age-16 {
  background: #135296;
}
.c-movie-rating.-age-18 {
  background: #e30b34;
}
.c-movie-rating.c-movie-cineclub {
  background: #1b8ef0;
  top: 4.0625rem;
}
.c-movie-rating.c-movie-aventurier {
  background: #1b8ef0;
  top: 4.0625rem;
}
.c-movie-rating.c-movie-3d {
  background: #1b8ef0;
  top: 4.0625rem;
}
.c-movie.is-active .c-movie-rating {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  right: -1.25rem;
  opacity: 1;
  transform: scale3d(0.9, 0.9, 1);
  -ms-transform: scale3d(0.9, 0.9, 1);
  -webkit-transform: scale3d(0.9, 0.9, 1);
  -moz-transform: scale3d(0.9, 0.9, 1);
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.c-movie-rating .c-ico {
  line-height: 40px;
}
.c-movie-expand {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.c-movie-title {
  text-transform: none;
  margin-bottom: 0.9375rem;
  font-size: 1.25rem;
  margin-top: 0;
}
.c-movie-content {
  /*overflow: hidden;
    position: relative;
    max-width: 100%;
    max-height: 100%;*/
}
.c-movie-content-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.25rem 1.875rem 0.625rem;
}
.c-movie-content-section {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 1.875rem;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-movie-content-section {
    display: none;
  }
}
.c-movie-content-section em {
  font-style: normal;
  font-size: 12px;
  color: #2f2f2f;
}
.c-movie-content-section p {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 7px;
  line-height: 1.4em;
}
@media (max-width: 1023px) {
  .c-movie-content-section p {
    font-size: 11px;
  }
}
.c-movie-content-section p:last-child {
  margin-bottom: 0;
}
.o-movies-band .c-movie-content-footer {
  padding: 1.25rem 1.875rem;
  text-align: left;
}
.c-movie-content-footer p {
  margin: 0;
  font-size: 12px;
}
a.c-btn-movie-trailer {
  display: block;
  color: #1b8ef0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  a.c-btn-movie-trailer {
    font-size: 10px;
  }
}
a.c-btn-movie-trailer:hover .c-btn-play-trailer-film {
  -webkit-animation-play-state: running;
  /* Safari 4.0 - 8.0 */
  animation-play-state: running;
}
.c-btn-play-trailer {
  display: inline-block;
  width: 32px;
  height: auto;
  max-height: 40px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.c-btn-play-trailer .c-btn-play-trailer-film {
  -webkit-animation: btn-play-trailer 0.3s linear infinite;
  -moz-animation: btn-play-trailer 0.3s linear infinite;
  -o-animation: btn-play-trailer 0.3s linear infinite;
  animation: btn-play-trailer 0.3s linear infinite;
  -webkit-animation-play-state: paused;
  /* Safari 4.0 - 8.0 */
  animation-play-state: paused;
}
.c-movie-expand_wrap {
  position: absolute;
  text-align: left;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(-101%, 0, 0);
  -ms-transform: translate3d(-101%, 0, 0);
  -webkit-transform: translate3d(-101%, 0, 0);
  -moz-transform: translate3d(-101%, 0, 0);
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.c-movie-expand_wrap::before {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -80px;
  left: -80px;
  border-radius: 50%;
  background: #ffffff;
  content: "";
  z-index: -1;
  -webkit-transition: transform 0.6s linear;
  transition: transform 0.6s linear;
  -ms-transition: transform 0.6s linear;
  -moz-transition: transform 0.6s linear;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.is-active .c-movie-expand_wrap {
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.is-active .c-movie-expand_wrap::before {
  transform: scale3d(24, 24, 1);
  -ms-transform: scale3d(24, 24, 1);
  -webkit-transform: scale3d(24, 24, 1);
  -moz-transform: scale3d(24, 24, 1);
  border-radius: 50%;
  opacity: 1;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
@media (min-width: 1024px) {
  .c-movie-expand_wrap .c-movie-title {
    margin-bottom: 1.5625rem;
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .c-movie-expand_wrap .c-movie-title {
    font-size: 18px;
  }
}
.c-movie-expand_wrap .c-btn-movie-trailer {
  text-transform: uppercase;
}
.c-movie-title a {
  -webkit-transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  color: #1e1e1e;
}
.c-movie-title a:hover {
  color: #1b8ef0;
}
.c-accordion {
  position: relative;
  z-index: 10;
}
@media (max-width: 1023px) {
  .c-accordion {
    margin-bottom: 40px;
  }
}
.c-accordion:last-child {
  margin: 0;
}
.c-accordion-title {
  position: relative;
  font-weight: normal;
  color: #1b8ef0;
  font-family: 'Quicksand', Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  cursor: pointer;
  position: relative;
  z-index: 10;
  opacity: 0;
  transform: translate3d(0, 60px, 0);
  -ms-transform: translate3d(0, 60px, 0);
  -webkit-transform: translate3d(0, 60px, 0);
  -moz-transform: translate3d(0, 60px, 0);
  -webkit-transition: transform 0.8s 0.2s, opacity 0.8s 0.2s;
  transition: transform 0.8s 0.2s, opacity 0.8s 0.2s;
  -ms-transition: transform 0.8s 0.2s, opacity 0.8s 0.2s;
  -moz-transition: transform 0.8s 0.2s, opacity 0.8s 0.2s;
}
@media (min-width: 1024px) {
  .c-accordion-title {
    padding: 3.125rem 0 3.125rem 7.1875rem;
    margin: 0;
  }
  .c-accordion-title:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    -moz-transform-origin: bottom;
    -o-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    transform: scale3d(1, 0, 1);
    -ms-transform: scale3d(1, 0, 1);
    -webkit-transform: scale3d(1, 0, 1);
    -moz-transform: scale3d(1, 0, 1);
    background: #f2f2f2;
    z-index: -1;
    display: block;
    content: "";
    -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .is-active .c-accordion-title:after {
    background: #ffffff;
  }
  .c-accordion-title:hover:after {
    transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
  }
}
@media (max-width: 1023px) {
  .c-accordion-title {
    font-size: 26px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-accordion-title {
    font-size: 26px;
  }
}
@media (min-width: 1280px) {
  .c-accordion-title {
    font-size: 30px;
  }
}
.is-inview .c-accordion-title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
@media (max-width: 1023px) {
  .c-accordion-text-title {
    font-size: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-accordion-text-title {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  .c-accordion-text-title {
    font-size: 30px;
  }
}
.c-accordion-text, .c-accordion-btn-wrapper {
  opacity: 0;
  transform: translate3d(0, 60px, 0);
  -ms-transform: translate3d(0, 60px, 0);
  -webkit-transform: translate3d(0, 60px, 0);
  -moz-transform: translate3d(0, 60px, 0);
  -webkit-transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.is-active .c-accordion-text, .is-active .c-accordion-btn-wrapper {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.c-accordion-text {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.c-accordion-btn-wrapper {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
@media (max-width: 1023px) {
  .c-accordion-text-p {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-accordion-text-p {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .c-accordion-text-p {
    font-size: 18px;
  }
}
.c-accordion-ico {
  position: absolute;
  top: 35px;
  left: 15px;
  width: 60px;
  height: auto;
}
.c-accordion-ico .c-accordion-bar {
  top: -8px;
}
@media (max-width: 1023px) {
  .c-accordion-ico {
    display: none;
  }
}
.c-accordion-content {
  position: relative;
  display: none;
}
.c-accordion-content .o-grid_item, .c-accordion-content .o-half, .c-accordion-content .o-whole, .c-accordion-content .o-two-thirds, .c-accordion-content .o-third, .c-accordion-content .o-quarter, .c-accordion-content .o-three-quarters {
  vertical-align: bottom;
}
.c-accordion-content .o-third {
  position: relative;
}
.c-accordion-content .o-two-thirds {
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-accordion-content {
    max-width: 600px;
  }
}
.c-accordion-text {
  position: relative;
}
@media (min-width: 1024px) {
  .c-accordion-text {
    padding-right: 5rem;
  }
}
.c-accordion-wrapper {
  padding-bottom: 1px;
}
.c-accordion-btn-wrapper {
  padding: 60px 0;
  position: relative;
  opacity: 0;
  transform: translate3d(0, 60px, 0);
  -ms-transform: translate3d(0, 60px, 0);
  -webkit-transform: translate3d(0, 60px, 0);
  -moz-transform: translate3d(0, 60px, 0);
  opacity: 0;
  -webkit-transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.is-active .c-accordion-btn-wrapper {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.c-accordion-image-wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 85%;
  width: 70%;
  margin-left: 40px;
}
@media (max-width: 1023px) {
  .c-accordion-image-wrapper {
    display: none;
  }
}
.c-accordion-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
.c-accordions-nav {
  pointer-events: none;
  z-index: 15;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
}
.c-accordions-nav .c-accordions-nav-wrap {
  position: relative;
  margin-right: 160px;
}
@media (max-width: 1023px) {
  .c-accordions-nav {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-accordions-nav {
    padding: 0 90px;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .c-accordions-nav {
    padding: 0 130px;
  }
}
@media (min-width: 1680px) {
  .c-accordions-nav {
    padding: 0 150px;
  }
}
.c-accordion-border {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 15px;
  border-bottom: 1px solid #f2f2f2;
}
.c-accordion-border::after {
  position: absolute;
  width: 130%;
  height: 100%;
  top: 0px;
  left: 0;
  border-radius: 8px;
  background: #1b8ef0;
  content: "";
  transform: translate3d(-102%, 0, 0);
  -ms-transform: translate3d(-102%, 0, 0);
  -webkit-transform: translate3d(-102%, 0, 0);
  -moz-transform: translate3d(-102%, 0, 0);
}
@media (min-width: 768px) {
  .c-accordion-border::after {
    -webkit-transition: transform 0.9s linear;
    transition: transform 0.9s linear;
    -ms-transition: transform 0.9s linear;
    -moz-transition: transform 0.9s linear;
  }
}
@media (max-width: 767px) {
  .c-accordion-border::after {
    -webkit-transition: transform 0.6s linear;
    transition: transform 0.6s linear;
    -ms-transition: transform 0.6s linear;
    -moz-transition: transform 0.6s linear;
  }
}
.is-active .c-accordion-border::after {
  transform: translate3d(-10%, 0, 0);
  -ms-transform: translate3d(-10%, 0, 0);
  -webkit-transform: translate3d(-10%, 0, 0);
  -moz-transform: translate3d(-10%, 0, 0);
}
@media (max-width: 1023px) {
  .c-home-accordions {
    padding-bottom: 80px;
  }
}
.c-home-accordions .c-block-wrap {
  position: relative;
  z-index: 10;
}
.c-btn-scroll-fold {
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -35px;
  text-align: center;
  -webkit-transition: opacity 0.6s 6.5s;
  transition: opacity 0.6s 6.5s;
  -ms-transition: opacity 0.6s 6.5s;
  -moz-transition: opacity 0.6s 6.5s;
  opacity: 0;
  pointer-events: none;
}
.is-loaded .c-btn-scroll-fold {
  opacity: 1;
  pointer-events: auto;
}
.c-btn-scroll-fold .c-ico {
  font-size: 42px;
  color: #00f199;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-btn-scroll-fold:hover .c-ico {
  transform: translate3d(-50%, -20%, 0);
  -ms-transform: translate3d(-50%, -20%, 0);
  -webkit-transform: translate3d(-50%, -20%, 0);
  -moz-transform: translate3d(-50%, -20%, 0);
}
main {
  overflow: hidden;
  position: relative;
}
.home main {
  overflow-y: scroll;
}
@media (max-width: 1023px) {
  .c-text-home_wrap {
    display: none;
  }
}
.c-text-home_wrap .c-img-medium {
  top: inherit !important;
  bottom: 0%;
  left: 130px;
  right: 130px;
  width: auto;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .c-text-home_wrap {
    margin-top: 120px;
  }
}
.c-text-home_wrap .c-gray-section {
  text-align: left;
}
@media (min-width: 1024px) {
  .c-text-home_wrap .c-gray-section {
    padding: 90px 90px 33% 90px;
  }
}
.c-text-home_wrap .c-gray-section::before {
  right: 0;
}
.c-text-home {
  margin-bottom: 80px;
}
.c-text-home a {
  color: #00f199;
  font-weight: 700;
}
.c-text-home h3 {
  margin-bottom: 10px;
}
@media (min-width: 1280px) {
  .c-text-home:nth-child(2) {
    padding-left: 90px;
  }
}
.c-text-home:last-child {
  margin-bottom: 0;
}
.-border-top.c-nav-btn-row.safari {
  bottom: 0 !important;
}
.c-nav-btn-row.safari {
  bottom: 80px !important;
}
.c-header-tel-mobile.safari {
  top: 63px;
}
.nav-is-fixed .c-header-tel-mobile.safari {
  top: 18px;
}
.c-header-btn-nav.safari {
  top: 55px;
}
.c-promo-top-right {
  position: absolute;
  top: 50px;
  right: 220px;
  z-index: 10;
  transform: translate3d(0, -500px, 0);
  -ms-transform: translate3d(0, -500px, 0);
  -webkit-transform: translate3d(0, -500px, 0);
  -moz-transform: translate3d(0, -500px, 0);
  -webkit-transition: transform 1s 1.4s;
  transition: transform 1s 1.4s;
  -ms-transition: transform 1s 1.4s;
  -moz-transition: transform 1s 1.4s;
}
.is-loaded .c-promo-top-right {
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
@media (max-width: 1279px) and (min-width: 1024px) {
  .c-promo-top-right {
    top: 50px;
    right: 20px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .c-promo-top-right {
    top: 100px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .c-promo-top-right {
    display: none;
  }
}
.c-trompette-logo {
  margin-top: 40px;
  display: inline-block;
  margin-bottom: 10px;
  width: 75px;
}
.c-promo-chocolato-Link {
  display: block;
  text-align: right;
  color: #ffffff;
  width: 100%;
  max-width: 360px;
}
.c-promo-chocolato-Link .h3 {
  margin-bottom: 15px;
  font-family: "AmericanTypewriter";
  font-size: 20px;
}
.c-promo-chocolato-Link .c-chocolato-logo {
  display: inline-block;
  margin-bottom: 5px;
  width: 125px;
}
.c-promo-chocolato-Link .c-chocolato-btn-text {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.2em;
}
.c-promo-chocolato-Link .c-chocolato-btn-text i {
  font-size: 32px;
  position: relative;
  margin-right: 10px;
  top: 8px;
}
.c-promo-location-Link {
  display: block;
  text-align: right;
  color: #ffffff;
  width: 100%;
  max-width: 360px;
}
.c-promo-location-Link .h3 {
  margin-bottom: 15px;
  font-family: "AmericanTypewriter";
  font-size: 20px;
}
.c-promo-location-Link .c-location-logo {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 10px;
  width: 75px;
}
.c-promo-location-Link .c-chocolato-btn-text {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.2em;
}
.c-promo-location-Link .c-chocolato-btn-text i {
  font-size: 32px;
  position: relative;
  margin-right: 10px;
  top: 8px;
}
.c-overlay-promo {
  position: fixed;
  top: -110%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
  text-align: center;
  transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  opacity: 0;
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0s 0.4s;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0s 0.4s;
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0s 0.4s;
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0s 0.4s;
}
.c-overlay-promo.is-active {
  -webkit-transition: transform 0.3s 0.4s, opacity 0.3s 0.4s, top 0s 0s;
  transition: transform 0.3s 0.4s, opacity 0.3s 0.4s, top 0s 0s;
  -ms-transition: transform 0.3s 0.4s, opacity 0.3s 0.4s, top 0s 0s;
  -moz-transition: transform 0.3s 0.4s, opacity 0.3s 0.4s, top 0s 0s;
  top: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.c-overlay-promo .c-overlay-promo-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}
.c-overlay-promo .c-overlay-promo-content {
  text-align: right;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  display: inline-block;
  z-index: 40;
  width: 100%;
  max-width: 900px;
  padding: 0 20px;
}
.c-overlay-promo .c-overlay-promo-content img {
  width: 100%;
  height: auto;
}
.c-overlay-promo .c-overlay-promo-content .c-overlay-promo-close {
  display: inline-block;
  line-height: 60px;
  text-transform: uppercase;
  color: #00f199;
  float: left;
  font-size: 14px;
}
.c-section-header-text {
  text-align: left;
  max-width: 640px;
}
@media (min-width: 1024px) and (max-width: 1679px) {
  .c-section-header-text {
    position: relative;
    padding-left: 3.125rem;
    top: 7.5rem;
  }
  #synopsis .c-section-header-text {
    top: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-section-header-text {
    padding-left: 0;
  }
}
@media (min-width: 1680px) {
  .c-section-header-text {
    position: relative;
    padding-left: 6.25rem;
    top: 10rem;
  }
  #synopsis .c-section-header-text {
    top: 1.875rem;
  }
}
.c-movies-list {
  text-align: center;
  /*@include media("<sm") {
        margin-left: 0px;
        margin-right: -10px;
    };*/
}
@media (min-width: 1024px) {
  .c-grid-movies {
    padding-top: 170px;
  }
}
@media (max-width: 1023px) {
  .c-grid-movies {
    padding-top: 100px;
  }
}
@media (max-width: 513px) {
  .c-grid-movies {
    padding-top: 50px;
    margin-left: 0 !important;
  }
}
.c-section-header-img {
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media (min-width: 1680px) {
  .c-section-header-img {
    height: 45.9375rem;
  }
  .c-section-header-img.-medium {
    height: 34.25rem;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .c-section-header-img {
    height: 42.5rem;
  }
  .c-section-header-img.-medium {
    height: 31.25rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-section-header-img {
    height: 36.25rem;
  }
  .c-section-header-img.-medium {
    height: 27.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-section-header-img {
    height: 425px;
  }
  .c-section-header-img.-medium {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .c-section-header-img {
    height: 280px;
    margin-bottom: 60px;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
  #aventuriers-voyageurs .c-section-header-img {
    margin-bottom: 0;
  }
}
.c-section-header-img .c-img-translate_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-movies_item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  vertical-align: top;
  font-size: 1rem;
}
@media (min-width: 1680px) {
  .c-movies_item {
    width: 25%;
  }
}
@media (min-width: 1024px) and (max-width: 1679px) {
  .c-movies_item {
    width: 33.33333%;
  }
}
@media (min-width: 514px) and (max-width: 1023px) {
  .c-movies_item {
    width: 50%;
  }
}
@media (max-width: 513px) {
  .c-movies_item {
    padding: 0 5px;
    width: 50%;
    margin-bottom: 10px;
  }
}
@media (min-width: 514px) {
  .c-movies_item {
    margin-bottom: 50px;
  }
}
.c-movies_item-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 143%;
}
.c-movie-hover {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  transform: translate3d(-101%, 0, 0);
  -ms-transform: translate3d(-101%, 0, 0);
  -webkit-transform: translate3d(-101%, 0, 0);
  -moz-transform: translate3d(-101%, 0, 0);
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.is-mobile .c-movie-hover {
  display: none;
}
@media (min-width: 514px) and (max-width: 1023px) {
  .c-movie-hover {
    padding-top: 40px;
  }
}
@media (max-width: 513px) {
  .c-movie-hover {
    padding-top: 60px;
  }
}
.c-movie-hover::before {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -80px;
  left: -80px;
  border-radius: 50%;
  background: #ffffff;
  content: "";
  z-index: -1;
  -webkit-transition: transform 0.6s linear;
  transition: transform 0.6s linear;
  -ms-transition: transform 0.6s linear;
  -moz-transition: transform 0.6s linear;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.c-movies_link_wrap:hover .c-movie-hover {
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.c-movies_link_wrap:hover .c-movie-hover::before {
  transform: scale3d(24, 24, 1);
  -ms-transform: scale3d(24, 24, 1);
  -webkit-transform: scale3d(24, 24, 1);
  -moz-transform: scale3d(24, 24, 1);
  border-radius: 50%;
  opacity: 1;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media (min-width: 1024px) {
  .c-movie-hover .c-movie-title {
    margin-top: 3.75rem;
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 1680px) {
  .c-movie-hover .c-movie-title {
    font-size: 1.375rem;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .c-movie-hover .c-movie-title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-movie-hover .c-movie-title {
    font-size: 1.125rem;
  }
}
@media (max-width: 1023px) {
  .c-movie-hover .c-movie-title {
    font-size: 18px;
    margin-top: 20px;
  }
}
.c-movie-hover .c-btn-movie-trailer {
  text-transform: uppercase;
}
.c-movie-content em  {
  text-transform: uppercase;
  font-style: normal;
}
.c-movie-rating-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  text-align: center;
}
.c-movie-ratings {
  display: block;
}
.c-movie-ratings .c-movie-rating {
  display: inline-block;
  margin-right: 10px;
}
.c-movie-warning {
  font-size: 11px;
  position: absolute;
  z-index: 999;
  white-space: nowrap;
  bottom: 0;
  left: 50%;
  top: auto;
  color: #fff;
  padding: 0px 7px;
  line-height: 24px;
  height: 24px;
  border-radius: 4px;
  transform: translate(-50%, 35px);
}
@media (max-width: 767px) {
  .c-movie-warning {
    font-size: 10px;
  }
}
.-age-g .c-movie-warning {
  background: #0d8443;
}
.-age-13 .c-movie-warning {
  background: #f4aa12;
}
.-age-16 .c-movie-warning {
  background: #135296;
}
.-age-18 .c-movie-warning {
  background: #e30b34;
}
.c-movie-cineclub .c-movie-warning {
  background: #1b8ef0;
}
.c-movie-aventurier .c-movie-warning {
  background: #1b8ef0;
}
.c-movie-3d .c-movie-warning {
  background: #1b8ef0;
}
.add-tooltip::before {
  content: attr(data-tip);
  font-size: 11px;
  position: absolute;
  z-index: 999;
  white-space: nowrap;
  bottom: 9999px;
  left: 50%;
  top: 0;
  background: #1b8ef0;
  color: #fff;
  padding: 0px 7px;
  line-height: 24px;
  height: 24px;
  opacity: 0;
  transform: translate(-50%, -30px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  border-radius: 4px;
}
.add-tooltip:hover::before {
  opacity: 1;
  transform: translate(-50%, -35px);
}
.c-movies_item .add-tooltip::before {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 30px);
}
.c-movies_item .add-tooltip:hover::before {
  opacity: 1;
  transform: translate(-50%, 35px);
}
.c-movie-poster .add-tooltip::before {
  left: auto;
  top: 50%;
  right: 100%;
  transform: translate(-10px, -50%);
}
.c-movie-poster .add-tooltip:hover::before {
  opacity: 1;
  transform: translate(-15px, -50%);
}
.add-tooltip.-age-g::before {
  background: #0d8443;
  content: "Général";
}
.add-tooltip.-age-13::before {
  background: #f4aa12;
  content: "13 ans et plus";
}
.add-tooltip.-age-16::before {
  background: #135296;
  content: "16 ans et plus";
}
.add-tooltip.-age-18::before {
  background: #e30b34;
  content: "18 ans et plus";
}
.add-tooltip.c-movie-cineclub::before {
  background: #1b8ef0;
  content: "Ciné-Club";
}
.add-tooltip.c-movie-aventurier::before {
  background: #1b8ef0;
  content: "Aventuriers Voyageurs";
}
.add-tooltip.c-movie-3d::before {
  background: #1b8ef0;
  content: "Film 3D";
}
.c-movies_item .c-movie-rating {
  display: inline-block;
  position: relative;
  top: 0;
  margin: 0 5px;
  z-index: 40;
  transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  padding-top: 1px;
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 513px) {
  .c-movies_item .c-movie-rating {
    top: 20px;
  }
}
.c-section-header-text .c-movie-rating {
  position: relative;
  top: 0px;
  right: inherit;
}
.is-inview .c-movie-rating {
  opacity: 1;
  transform: translate3d(0, 0%, 0);
  -ms-transform: translate3d(0, 0%, 0);
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
}
.o-movies .c-movie-rating {
  top: 24px;
}
.c-movies_item .c-movie-rating i::before {
  top: -2px;
  position: relative;
}
.c-movies_link_wrap {
  overflow: hidden;
  position: relative;
}
@media (min-width: 514px) {
  .c-movies_link_wrap {
    padding-top: 20px;
  }
}
@media (max-width: 513px) {
  .c-movies_link_wrap {
    padding-top: 40px;
  }
}
.c-img-translate-hover {
  -webkit-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.c-movies_link_wrap:hover .c-img-translate-hover {
  transform: translate3d(60px, 0, 0);
  -ms-transform: translate3d(60px, 0, 0);
  -webkit-transform: translate3d(60px, 0, 0);
  -moz-transform: translate3d(60px, 0, 0);
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.c-movie-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10;
}
.c-movie-img-wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #000000;
  opacity: 0;
  z-index: 3;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-movies-list.is-hover .is-desktop .c-movie-img-wrap::before, .c-movies-new-list.is-hover .is-desktop .c-movie-img-wrap::before {
  opacity: 0.6;
}
.c-movies_link_wrap:hover .is-desktop .c-movie-img-wrap::before, .c-movies-new_link:hover .is-desktop .c-movie-img-wrap::before {
  opacity: 0;
}
.c-movie-img {
  width: 100%;
  height: auto;
  top: inherit;
  right: inherit;
  left: inherit;
  bottom: inherit;
  position: relative;
}
.c-movies_item .c-movie-content-header, .c-movies_item .c-movie-content-section, .c-movies_item .c-movie-content-footer {
  border: none;
}
.c-movie-content-footer {
  padding-bottom: 0;
  /*position: absolute;
    bottom: 0;
    left: 0;*/
  width: 100%;
  text-align: center;
}
.c-movie-content-footer p + p {
  margin-top: 5px;
}
@media (max-width: 513px) {
  .c-movie-content-footer {
    padding-bottom: 20px;
  }
}
.c-movies-new-list {
  padding-top: 4.375rem;
}
.c-movies-new_item {
  position: relative;
  display: inline-block;
}
@media (max-width: 513px) {
  .c-movies-new_item {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (min-width: 514px) and (max-width: 767px) {
  .c-movies-new_item {
    width: 50%;
  }
  .c-movies-new_item:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 514px) {
  .c-movies-new_item {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-movies-new_item {
    width: 33.3333%;
  }
  .c-movies-new_item:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-movies-new_item {
    width: 25%;
  }
  .c-movies-new_item:nth-child(4n+1) {
    clear: left;
  }
  .c-movies-new_item .c-movie-new-title {
    font-size: 0.875rem;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  .c-movies-new_item {
    width: 20%;
  }
  .c-movies-new_item:nth-child(5n+1) {
    clear: left;
  }
  .c-movies-new_item .c-movie-new-title {
    font-size: 0.875rem;
  }
}
@media (min-width: 1680px) {
  .c-movies-new_item {
    width: 16.6%;
  }
  .c-movies-new_item:nth-child(6n+1) {
    clear: left;
  }
  .c-movies-new_item .c-movie-new-title {
    font-size: 1rem;
  }
}
.c-movies-new_link {
  display: block;
  position: relative;
}
.c-movies-new_link .c-movie-rating {
  position: absolute;
  padding-top: 2px;
  z-index: 40;
  opacity: 1;
  transform: scale(0.7) translate(0, 100%);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px) {
  .c-movies-new_link .c-movie-rating {
    top: 9px;
    left: 50%;
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  .c-movies-new_link .c-movie-rating {
    top: 50%;
    right: 0;
    transform: scale(0.7) translate(0, -50%);
  }
}
.c-movies-new_link.is-inview .c-movie-rating {
  opacity: 1;
}
@media (min-width: 514px) {
  .c-movies-new_link.is-inview .c-movie-rating {
    transform: scale(0.7) translate(0, -50%);
  }
}
@media (max-width: 767px) {
  .c-movies-new_link.is-inview .c-movie-new-title_anim {
    transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
  }
}
@media (max-width: 767px) {
  .c-movies-new_link {
    position: relative;
  }
  .c-movies-new_link:after {
    display: table;
    clear: both;
    content: "";
  }
  .c-movies-new_link .c-movie-img_overflow {
    float: left;
    width: 110px;
    margin: 0;
    padding: 0 19px 0 0;
  }
  .c-movies-new_link .c-movie-new-title_anim {
    position: absolute;
    text-align: left;
    top: 50%;
    left: 120px;
    transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
  }
}
.c-movie-img_overflow {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .c-movie-img_overflow {
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) and (max-width: 1679px) {
  .c-movie-img_overflow {
    margin-bottom: 2.1875rem;
  }
}
@media (min-width: 1680px) {
  .c-movie-img_overflow {
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 1023px) {
  .c-movie-img_overflow {
    padding-top: 14px;
  }
}
@media (min-width: 1024px) {
  .c-movie-img_overflow {
    padding-top: 0.875rem;
  }
}
.c-movie-new-img {
  display: block;
}
.c-movie-new-date {
  font-size: 0.75rem;
  color: #2f2f2f;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}
.c-movie-new-title {
  color: #1b8ef0;
  font-family: "AmericanTypewriter";
  line-height: 1.4em;
}
.c-movie-new-title_anim, .-anim-text {
  position: relative;
  -webkit-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, 60px, 0);
  -ms-transform: translate3d(0, 60px, 0);
  -webkit-transform: translate3d(0, 60px, 0);
  -moz-transform: translate3d(0, 60px, 0);
  opacity: 0;
}
.is-inview .c-movie-new-title_anim, .is-inview .-anim-text {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
}
.-anim-text.is-inview {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
}
.c-block-gray {
  position: relative;
  z-index: 10;
}
.c-block-to-left {
  text-align: left;
}
.c-text-center {
  text-align: left;
}
@media (max-width: 513px) {
  #film-a-venir .c-movies-list, #a-l-affiche .c-movies-list {
    margin: 0 -15px;
  }
}
@media (min-width: 1680px) {
  .c-grid-movies-new {
    margin-left: -60px;
  }
  .c-grid-movies-new .o-grid_item, .c-grid-movies-new .o-half, .c-grid-movies-new .o-whole, .c-grid-movies-new .o-two-thirds, .c-grid-movies-new .o-third, .c-grid-movies-new .o-quarter, .c-grid-movies-new .o-three-quarters {
    padding-left: 60px;
  }
}
@media (max-width: 513px) {
  .c-grid-movies-new {
    margin-left: 0;
  }
}
.c-gray-section {
  position: relative;
  text-align: center;
}
.c-gray-section h2 {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .c-gray-section .c-block-title {
    margin: 0 0 1rem 0;
  }
}
@media (max-width: 1023px) {
  .c-gray-section .c-block-title {
    margin: 0 0 16px 0;
  }
}
@media (min-width: 1024px) {
  .c-gray-section {
    padding-top: 7.5rem;
  }
}
@media (max-width: 1023px) {
  .c-gray-section {
    padding-top: 80px;
  }
}
.c-gray-section::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #f7f7f7;
  z-index: -1;
}
@media (min-width: 1024px) {
  .c-gray-section::before {
    right: 80px;
  }
}
@media (max-width: 1023px) {
  .c-gray-section::before {
    right: -40px;
  }
}
@media (min-width: 1024px) {
  .c-block-loges-vip .c-gray-section::before {
    right: 0;
  }
}
@media (min-width: 1024px) {
  .c-block-mini-title {
    margin: 0 0 3.75rem 0;
  }
}
@media (max-width: 1023px) {
  .c-block-mini-title {
    margin: 0 0 60px 0;
  }
}
.c-tarifs-desc {
  font-family: 'Quicksand', Helvetica, Arial, sans-serif;
}
@media (min-width: 1024px) {
  .c-tarifs-desc {
    font-size: 16px;
    margin: 0 0 60px 0;
  }
}
@media (max-width: 1023px) {
  .c-tarifs-desc {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .c-tarifs-desc {
    position: relative;
    min-height: 35px;
    padding: 10px 40px 10px 0;
    text-align: left;
    margin: 0;
  }
  .c-tarifs-desc::before {
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e5e5e5;
    -webkit-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    content: "";
  }
  .c-tarifs-desc.is-inview::before {
    transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
  }
  .c-tarifs-desc .c-tarifs-price {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
  .c-tarifs-3d .c-tarifs-desc {
    padding: 0;
    text-align: center;
  }
  .c-tarifs-3d .c-tarifs-desc::before {
    display: none;
  }
  .c-tarifs-3d .c-tarifs-desc .c-tarifs-price {
    position: relative;
    top: inherit;
    right: inherit;
    top: 4px;
  }
}
.c-tarifs-price {
  color: #1b8ef0;
  font-family: "AmericanTypewriter";
  display: block;
  letter-spacing: -2.5px;
}
@media (min-width: 1280px) {
  .c-tarifs-price {
    font-size: 2.75rem;
    margin-top: 0.625rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-tarifs-price {
    font-size: 2.125rem;
    margin-top: 0.625rem;
  }
}
@media (max-width: 1023px) {
  .c-tarifs-price {
    font-size: 28px;
    margin-top: 10px;
  }
}
.c-tarifs-price sup {
  font-size: 0.35em;
  position: relative;
  letter-spacing: 0;
  margin-left: 7px;
  margin-top: -3px;
  top: -0.6em;
}
.c-cineclub_list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-cineclub_list {
    margin: 2.25rem 0;
  }
}
@media (max-width: 1023px) {
  .c-cineclub_list {
    margin: 36px 0;
  }
}
@media (min-width: 768px) {
  .c-cineclub_list li {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-cineclub_list li {
    margin: 0 40px 40px 40px;
  }
}
@media (min-width: 1280px) {
  .c-cineclub_list li {
    margin: 0 40px 40px 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-cineclub_list li {
    margin: 0 20px 40px 20px;
  }
}
@media (max-width: 767px) {
  .c-cineclub_list li {
    display: block;
    width: 100%;
  }
}
.c-cineclub_list li:first-child {
  margin-left: 0;
}
.c-cineclub_list li:last-child {
  margin-right: 0;
}
.c-cineclub_list li h3 {
  margin-bottom: 0;
}
.c-cineclub_list li:nth-child(2n) .-anim-text {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.c-img-medium {
  position: absolute;
  right: 0;
  top: -10%;
  width: 32%;
  padding-bottom: 27%;
  z-index: 10;
  max-width: 575px;
  max-height: 466px;
}
@media (max-width: 1023px) {
  .c-img-medium {
    display: none;
  }
}
.is-desktop .c-img-medium {
  top: 24%;
}
.c-img-medium .c-img-translate_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-wrap-img-parallax .c-img-medium {
  width: 75%;
  bottom: 0;
  top: inherit;
  padding-bottom: 64%;
  top: 85%;
}
@media (min-width: 1680px) {
  .c-wrap-img-parallax .c-img-medium {
    padding-bottom: 50%;
  }
}
.c-wrap-img-parallax {
  position: relative;
}
.c-progress-section {
  position: relative;
}
.c-tarifs-3d {
  margin: 40px 0 60px;
}
.c-tarifs-3d-circle {
  background: #1b8ef0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  position: relative;
  -webkit-transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  margin-top: 10px;
}
.c-tarifs-3d-circle.is-inview {
  opacity: 1;
}
@media (min-width: 1024px) {
  .c-tarifs-3d-circle {
    padding-top: 2rem;
    width: 8.125rem;
    height: 8.125rem;
  }
}
@media (max-width: 1023px) {
  .c-tarifs-3d-circle {
    padding-top: 32px;
    width: 130px;
    height: 130px;
  }
}
.c-tarifs-3d-circle .c-tarifs-desc, .c-tarifs-3d-circle .c-tarifs-price {
  color: #ffffff;
  margin: 0;
}
.c-tarifs-3d-circle .c-tarifs-price span {
  position: relative;
  display: inline-block;
}
@media (min-width: 1024px) {
  .c-tarifs-3d-circle .c-tarifs-price span {
    font-size: 1.5rem;
    top: -0.5625rem;
    margin-right: 0.375rem;
  }
}
@media (max-width: 1023px) {
  .c-tarifs-3d-circle .c-tarifs-price span {
    font-size: 24px;
    top: -9px;
    margin-right: 6px;
  }
}
@media (min-width: 1024px) {
  .c-block-loges-vip .c-gray-section {
    padding: 0 10%;
  }
}
.c-text-loges {
  text-align: left;
}
@media (min-width: 1024px) {
  .c-text-loges {
    max-width: 30.625rem;
    padding: 7.5rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-text-loges {
    max-width: 490px;
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .c-text-loges {
    padding: 0 0 80px 0;
    text-align: center;
  }
}
.c-block-loges_img {
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-block-loges_img {
    position: absolute;
    left: 80px;
    width: 40%;
    bottom: 60px;
    top: -60px;
  }
}
@media (max-width: 767px) {
  .c-block-loges_img {
    display: none;
  }
}
@media (min-width: 1280px) {
  .c-block-aventuriers {
    padding-top: 6.25rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-block-aventuriers {
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .c-block-aventuriers {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1680px) {
  .c-block-aventuriers {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-block-aventuriers {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .c-block-aventuriers {
    margin-bottom: 80px;
  }
}
.c-map_wrap {
  overflow: hidden;
}
.c-map_wrap.is-inview .c-map {
  transform: translate3d(0, 0%, 0);
  -ms-transform: translate3d(0, 0%, 0);
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
}
.c-map {
  transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -webkit-transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-block-cine-club .o-half {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-block-nos-tarifs .c-section-header-img {
    margin-bottom: 0;
  }
}
.c-fiche-link-mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.is-desktop .c-fiche-link-mobile {
  display: none;
}
.is-mobile .c-fiche-link-mobile {
  display: block;
}
.is-mobile .c-movies_link_wrap:hover .c-img-translate-hover {
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
#loges-vip .c-phone {
  color: #000000;
}
.c-logo-aventurier {
  width: 100%;
  height: auto;
  max-width: 280px;
  display: inline-block;
  margin-bottom: 40px;
}
.c-subnav-wrap {
  position: relative;
  display: inline-block;
}
.c-subnav_title {
  color: #ffffff;
  margin: 0;
  position: absolute;
  z-index: 2;
  left: 0%;
  top: 0%;
  transform: translate3d(-100%, -100%, 0);
  -ms-transform: translate3d(-100%, -100%, 0);
  -webkit-transform: translate3d(-100%, -100%, 0);
  -moz-transform: translate3d(-100%, -100%, 0);
  -webkit-transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1;
}
.c-subnav_title.is-show {
  transform: translate3d(-100%, 0%, 0);
  -ms-transform: translate3d(-100%, 0%, 0);
  -webkit-transform: translate3d(-100%, 0%, 0);
  -moz-transform: translate3d(-100%, 0%, 0);
}
@media (min-width: 1024px) {
  .c-subnav_title {
    height: 80px;
    font-size: 18px;
    padding: 30px 45px 10px 0;
  }
}
@media (max-width: 1279px) {
  .c-subnav_title {
    display: none;
  }
}
.c-single-thumb {
  overflow: hidden;
  display: inline-block;
}
@media (min-width: 1024px) {
  .c-single-thumb {
    max-width: 38.75rem;
  }
}
@media (min-width: 514px) and (max-width: 767px) {
  .c-single-thumb {
    max-width: 50%;
  }
}
@media (max-width: 1023px) {
  .c-single-thumb {
    margin-bottom: 80px;
  }
}
#synopsis {
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  #synopsis .c-block-wrap {
    padding-top: 20px;
  }
}
.c-movie-info {
  position: relative;
}
@media (min-width: 1280px) {
  .c-movie-info {
    padding-top: 6.25rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-movie-info {
    padding-top: 2.5rem;
  }
}
@media (max-width: 1023px) {
  .c-movie-info {
    padding-top: 80px;
  }
}
.c-movie-info p {
  margin-top: 0;
}
.c-movie-info .-anim-text {
  display: block;
}
.c-movie-info .o-grid {
  margin-bottom: 20px;
}
@media (min-width: 514px) {
  .c-movie-info .o-grid .o-half:nth-child(2) .-anim-text {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
@media (min-width: 514px) and (max-width: 767px) {
  .c-movie-info .o-grid .o-half {
    width: 50%;
  }
}
.c-single-gray {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .c-single-gray {
    padding: 160px 126px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .c-single-gray {
    padding: 160px 60px;
  }
}
@media (max-width: 1023px) {
  .c-single-gray {
    padding: 80px 0px;
  }
}
.c-single-gray::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #f7f7f7;
}
@media (max-width: 1023px) {
  .c-single-gray::before {
    left: -40px;
    right: -40px;
  }
}
.c-single-gray.c-trailer {
  padding-top: 0;
  padding-bottom: 0;
}
.c-single-gray.c-trailer::before {
  top: 50%;
}
.c-thumb-trailer {
  display: block;
  overflow: hidden;
  position: relative;
}
.c-thumb-trailer .c-img-translate_mask::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  top: -80px;
  left: -80px;
  background: #101720;
  -webkit-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50%;
  transform: scale3d(0, 0, 1);
  -ms-transform: scale3d(0, 0, 1);
  -webkit-transform: scale3d(0, 0, 1);
  -moz-transform: scale3d(0, 0, 1);
  opacity: 0.9;
  z-index: 2;
}
.c-thumb-trailer:hover .c-img-translate_mask::before {
  transform: scale3d(38, 38, 1);
  -ms-transform: scale3d(38, 38, 1);
  -webkit-transform: scale3d(38, 38, 1);
  -moz-transform: scale3d(38, 38, 1);
}
.c-block-single-horaire .c-block-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.c-single-gray_container {
  max-width: 1625px;
  margin: 0 auto;
}
.c-single-gray_container img {
  width: 100%;
}
@media (min-width: 1280px) {
  .c-single-gray_container {
    padding: 0 10%;
  }
}
.c-play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  color: #00f199;
  z-index: 10;
  margin-top: -27px;
  margin-left: -27px;
  text-align: center;
}
.c-play-video i {
  font-size: 54px;
  position: relative;
  z-index: 3;
}
.c-play-video::before {
  position: absolute;
  content: "";
  backgroud: #101720;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
}
.swipebox-html .videoOpen .animBgVideo {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 80;
}
.videoOpen #swipebox-container {
  opacity: 1;
  transition: 0.6s opacity linear;
}
#swipebox-slider .slide .swipebox-video-container {
  width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 1024px) {
  #swipebox-slider .slide .swipebox-video-container {
    padding: 100px !important;
  }
}
@media (max-width: 1023px) {
  #swipebox-slider .slide .swipebox-video-container {
    padding: 40px 10px !important;
  }
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100% !important;
  height: calc(100vh - 200px);
  padding: 0px !important;
}
.html5-video-player .video-click-tracking, .html5-video-player .video-stream {
  width: 100% !important;
  height: 100% !important;
}
.swipebox-video {
  opacity: 0;
  -webkit-transition: opacity 0.9s 0.9s;
  transition: opacity 0.9s 0.9s;
  -ms-transition: opacity 0.9s 0.9s;
  -moz-transition: opacity 0.9s 0.9s;
}
.swipebox-html .swipebox-video {
  opacity: 1;
}
#swipebox-overlay {
  background: #ffffff;
}
#swipebox-close, #swipebox-prev, #swipebox-next {
  background: none !important;
}
#swipebox-close {
  color: #1b8ef0;
  font-family: "AmericanTypewriter";
  font-size: 20px;
  width: 80px;
  padding-top: 10px;
  right: 22px;
  top: 15px;
}
@media (max-width: 1023px) {
  .c-single-thumb_wrap {
    text-align: left;
  }
}
.billet {
  margin-top: 50px;
  text-align: center;
}
.billet select::-ms-expand {
  display: none;
}
.billet .o-select-wrap {
  position: relative;
  display: inline-block;
  width: 275px;
  line-height: 51px;
  color: #fff;
  margin-right: 30px;
}
.billet .o-select-wrap option {
  text-align: center;
}
.billet .-btn-buy {
  display: inline-block;
}
@media (max-width: 1023px) {
  .billet .-btn-buy {
    margin-top: 20px;
  }
}
.c-movie-new-title {
  -webkit-transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-movies-new_link:hover .c-movie-new-title {
  color: #101720;
}
.c-movies-new_link:hover .c-movie-img-wrap::before {
  opacity: 0.6;
}
.c-movie-mobile-wrap {
  display: none;
}
.is-mobile .c-movie-mobile-wrap {
  display: block;
}
@media (max-width: 1023px) {
  .c-movie-mobile-wrap {
    display: block;
  }
}
@media (min-width: 1024px) {
  .c-movie-mobile-wrap {
    margin-bottom: 6.875rem;
  }
}
@media (max-width: 1023px) {
  .c-movie-mobile-wrap {
    margin-bottom: 80px;
  }
}
.c-movie-mobile {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.c-movie-mobile-item {
  width: 12.5%;
}
@media (max-width: 513px) {
  .c-movie-mobile-item {
    max-width: 33.3333333%;
    width: 33.3333333%;
  }
}
.o-select {
  border: 1px solid #1b8ef0;
  position: relative;
  z-index: 1;
  padding-right: 2.5rem;
  padding: 0 15px;
  transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.no-valid .o-select {
  border-color: #00f199;
}
.o-select-wrap {
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .o-select-wrap {
    margin-right: 0 !important;
    width: 100% !important;
  }
}
.o-select-wrap::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2211.3%22%20viewBox%3D%220%200%2013%2011.3%22%20enable-background%3D%22new%200%200%2013%2011.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23#1b8ef0%22%20points%3D%226.5%2011.3%203.3%205.6%200%200%206.5%200%2013%200%209.8%205.6%20%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 0.625rem;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}
.billet-text {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 0;
  color: #1b8ef0;
  font-weight: 700;
  padding: 4px;
  background: #00f199;
  color: #ffffff;
  margin: 0;
  margin-top: -10px;
}
.no-valid .billet-text {
  opacity: 1;
}
.c-tarif-quilles {
  display: block;
  max-width: 1070px;
  margin: 0 auto;
}
.c-tarif-quilles .c-tarifs-desc {
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 1024px) {
  .c-tarif-quilles .c-tarifs-desc {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .c-tarif-quilles .c-tarifs-desc {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-tarif-quilles .o-grid .o-quarter {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .c-tarif-quilles .c-hr {
    display: none;
  }
  .c-tarif-quilles .o-quarter {
    margin-bottom: 10px;
  }
}
.c-tarif-quilles .c-tarif-quille-wrap .c-hr:last-child {
  display: none;
}
.c-tarif-quilles_title {
  color: #4d4d4d;
  font-family: 'Quicksand', Helvetica, Arial, sans-serif;
}
@media (min-width: 1024px) {
  .c-tarif-quilles_title {
    font-size: 1.25rem;
    margin: 0 0 1.75rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-tarif-quilles_title {
    font-size: 18px;
    margin: 0 0 28px 0;
  }
}
@media (max-width: 767px) {
  .c-tarif-quilles_title {
    font-size: 20px;
    margin-bottom: 6px;
    text-align: left;
  }
}
.c-tarif-quilles_title i {
  display: block;
  color: #1b8ef0;
  position: relative;
}
@media (max-width: 767px) {
  .c-tarif-quilles_title i {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .c-tarif-quilles_title i {
    margin-bottom: 26px;
    font-size: 68px;
    height: 56px;
  }
  .c-tarif-quilles_title i.ico-quille-large {
    font-size: 40px;
  }
  .c-tarif-quilles_title i.ico-quille-large::before {
    bottom: 8px;
  }
  .c-tarif-quilles_title i.ico-quille-large {
    font-size: 40px;
  }
  .c-tarif-quilles_title i.ico-quille-large::before {
    bottom: 8px;
  }
  .c-tarif-quilles_title i.ico-quille-thin {
    font-size: 53px;
  }
  .c-tarif-quilles_title i.ico-quille-thin::before {
    bottom: 6px;
  }
}
.c-tarif-quilles_title i:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.c-tarif-quilles_title .-anim-text {
  display: block;
}
@media (min-width: 1024px) {
  .c-map {
    height: 36.375rem;
  }
}
@media (max-width: 1023px) {
  .c-map {
    height: 360px;
  }
}
.t-contact .c-section-block {
  padding-bottom: 0;
}
.c-time-line-wrap {
  max-width: 800px;
  margin: 0 auto 0 auto;
  padding: 60px 0;
  position: relative;
}
.c-time-line-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.c-time-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #e5e5e5;
}
@media (max-width: 767px) {
  .c-time-line {
    left: 0px;
  }
}
.c-time-line-event {
  position: relative;
  float: left;
  width: 50%;
  clear: both;
  padding: 40px 25px 40px 25px;
  text-align: right;
  margin-top: -50px;
}
@media (max-width: 767px) {
  .c-time-line-event {
    width: 100%;
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.c-time-line-event.-image:before, .c-time-line-event.-image:after {
  display: none;
}
.c-time-line-event:first-child {
  margin-top: 0;
}
.c-time-line-event:before {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  background: #e5e5e5;
}
@media (max-width: 767px) {
  .c-time-line-event:before {
    right: auto;
    left: 0;
  }
}
.c-time-line-event:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  border: 2px solid #1b8ef0;
  position: absolute;
  top: 40px;
  right: -5px;
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale3d(0, 0, 1);
  -ms-transform: scale3d(0, 0, 1);
  -webkit-transform: scale3d(0, 0, 1);
  -moz-transform: scale3d(0, 0, 1);
}
@media (max-width: 767px) {
  .c-time-line-event:after {
    right: auto;
    left: -4px;
  }
}
.c-time-line-event.is-inview:after {
  transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
}
@media (min-width: 768px) {
  .c-time-line-event:nth-child(2n+1) {
    text-align: left;
    float: right;
  }
  .c-time-line-event:nth-child(2n+1):before {
    right: auto;
    left: 0;
  }
  .c-time-line-event:nth-child(2n+1):after {
    right: auto;
    left: -4px;
  }
}
.c-time-line-date {
  color: #1b8ef0;
  font-family: "AmericanTypewriter";
  font-size: 30px;
  margin-bottom: 1.875rem;
  position: relative;
  top: -15px;
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -webkit-transition: transform 0.6s 200ms, opacity 0.6s 200ms;
  transition: transform 0.6s 200ms, opacity 0.6s 200ms;
  -ms-transition: transform 0.6s 200ms, opacity 0.6s 200ms;
  -moz-transition: transform 0.6s 200ms, opacity 0.6s 200ms;
}
.c-time-line-event.is-inview .c-time-line-date {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.c-time-line-content {
  position: relative;
  font-size: 16px;
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -webkit-transition: transform 0.6s 300ms, opacity 0.6s 300ms;
  transition: transform 0.6s 300ms, opacity 0.6s 300ms;
  -ms-transition: transform 0.6s 300ms, opacity 0.6s 300ms;
  -moz-transition: transform 0.6s 300ms, opacity 0.6s 300ms;
}
.c-time-line-event.is-inview .c-time-line-content {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
@media (max-width: 1023px) {
  .c-historique-side-img {
    display: none;
  }
}
.c-time-line-img, .c-time-line-img .c-img-translate_wrap {
  width: 100%;
  height: 500px;
}
@media (max-width: 1023px) {
  .c-time-line-img, .c-time-line-img .c-img-translate_wrap {
    display: none;
  }
}
.is-desktop .c-time-line-event-img {
  height: 40px;
}
@media (max-width: 1023px) {
  .is-desktop .c-time-line-event-img {
    display: none;
  }
}
.-no-padding-top {
  padding-top: 0 !important;
}
.c-no-padding-bottom {
  padding-bottom: 0;
}
.c-promo_list {
  padding: 0;
  list-style: none;
}
.promos {
  padding-bottom: 5.75rem;
}
.promos .o-half.o-grid_item .-border-bottom, .promos .o-half .-border-bottom, .promos .o-half.o-whole .-border-bottom, .promos .o-half.o-two-thirds .-border-bottom, .promos .o-half.o-third .-border-bottom, .promos .o-half.o-quarter .-border-bottom, .promos .o-half.o-three-quarters .-border-bottom {
  padding-bottom: 3rem;
  border-top: 1px solid #f2f2f2;
}
.promos .o-half.o-grid_item:first-child .-border-bottom, .promos .o-half:first-child .-border-bottom, .promos .o-half.o-whole:first-child .-border-bottom, .promos .o-half.o-two-thirds:first-child .-border-bottom, .promos .o-half.o-third:first-child .-border-bottom, .promos .o-half.o-quarter:first-child .-border-bottom, .promos .o-half.o-three-quarters:first-child .-border-bottom, .promos .o-half.o-grid_item:nth-child(2) .-border-bottom, .promos .o-half:nth-child(2) .-border-bottom, .promos .o-half.o-whole:nth-child(2) .-border-bottom, .promos .o-half.o-two-thirds:nth-child(2) .-border-bottom, .promos .o-half.o-third:nth-child(2) .-border-bottom, .promos .o-half.o-quarter:nth-child(2) .-border-bottom, .promos .o-half.o-three-quarters:nth-child(2) .-border-bottom {
  border-top: 0px;
}
.image-promo img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .image-promo img {
    display: none;
  }
}
@media (max-width: 1023px) {
  .image-promo {
    padding-top: 40%;
    background-image: url('../images/promo-enfant-mobile.jpg');
    background-position: center center;
    background-size: cover;
  }
}
.box-form {
  background-color: #f2f2f2;
  padding: 35px 35px 50px 35px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .box-form {
    margin-top: 40px;
  }
}
.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="tel"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap input[type="date"], .wpcf7-form-control-wrap input[type="time"], .wpcf7-form-control-wrap input[type="number"], .wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap select {
  color: #3c3c3c;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-radius: 0;
  border: none;
  background-color: #fbfbfb;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
@media (max-width: 1023px) {
  .c-section-forfaits-enfants .o-half {
    width: 100%;
  }
}
.page-template-t-forfaits-enfants .c-progress-section, .page-template-t-forfaits-enfants .c-section-sidebar {
  padding-left: 0;
}
.page-template-t-forfaits-enfants .c-accordion-title {
  padding-left: 20px;
}
.c-btn-wrap {
  padding-top: 40px;
}
