/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* color magritte 2015 */
/* offer colours */
/* =) */
/* Color product */
/* Nuance de gris */
/* HBO */
/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -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 {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.movie-top {
  position: relative;
  background: black;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #8c8c8c;
  padding-top: 75px;
  position: relative;
  height: 100vh;
  z-index: 800;
  font-size: 1rem; }
  .movie-top .innerContainer {
    *zoom: 1;
    height: 100%;
    padding: 0 1.25rem; }
    .movie-top .innerContainer:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 1024px) {
      .movie-top .innerContainer {
        padding: 0; } }
    @media (min-width: 1440px) {
      .movie-top .innerContainer {
        max-width: 1330px;
        margin-left: auto;
        margin-right: auto; }
        .movie-top .innerContainer:after {
          content: " ";
          display: block;
          clear: both; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .movie-top {
      height: 1024px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .movie-top {
      height: 768px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
    .movie-top {
      height: 480px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
    .movie-top {
      height: 320px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
    .movie-top {
      height: 568px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
    .movie-top {
      height: 320px; } }
  @media (min-width: 375px) {
    .movie-top {
      padding-top: 175px; } }
  @media (min-width: 1024px) {
    .movie-top {
      height: -webkit-calc(100vh - 110px);
      height: -moz-calc(100vh - 110px);
      height: calc(100vh - 110px);
      /** 
     * iPad with portrait orientation.
     */
      /** 
     * iPad with landscape orientation.
     */
      /**
     * iPhone 5
     * You can also target devices with aspect ratio.
     */
      padding-bottom: 40px; } }
  @media all and (min-width: 1024px) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .movie-top {
      height: 1024px; } }
  @media all and (min-width: 1024px) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .movie-top {
      height: 768px; } }
  @media screen and (min-width: 1024px) and (device-aspect-ratio: 40 / 71) {
    .movie-top {
      height: 500px; } }
  .movie-top--cover {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    height: 100%;
    font-family: "Avenir Next W01";
    font-weight: normal;
    font-style: normal; }
    .movie-top--cover article:first-child {
      display: none; }
    .movie-top--cover article {
      position: absolute;
      bottom: 0; }
    .movie-top--cover .diffusion .date {
      color: #ffffff;
      text-transform: uppercase;
      font-size: 0.8em;
      line-height: 2.6em;
      padding-left: 1.2em;
      letter-spacing: 0.08em; }
    .movie-top--cover .logoBe1 {
      vertical-align: top;
      width: 2.7em; }
      .movie-top--cover .logoBe1 .logoBe1-path {
        fill: #fff; }
    .movie-top--cover .title {
      color: #f7f7f7;
      margin: 0.7em 0; }
    .movie-top--cover .accroche {
      line-height: 1.4;
      margin-bottom: 1em;
      letter-spacing: 0.018em; }
      .movie-top--cover .accroche.full {
        display: none; }
    .movie-top--cover .more, .movie-top--cover .less {
      display: none;
      color: white;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 0.7em;
      letter-spacing: 0.17em; }
      .movie-top--cover .more i, .movie-top--cover .less i {
        color: #ef7c00; }
      .movie-top--cover .more.isVisible, .movie-top--cover .less.isVisible {
        display: block; }
    .movie-top--cover .btn {
      display: block;
      text-decoration: none;
      color: white;
      background-color: #ef7c00;
      padding: 15px;
      margin-top: 3em;
      text-transform: uppercase;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      margin-right: -1.25rem;
      margin-left: -1.25rem;
      padding-right: 1.25rem;
      padding-left: 1.25rem; }
      .movie-top--cover .btn img {
        vertical-align: middle;
        margin-right: 18px; }
    @media (min-width: 1024px) {
      .movie-top--cover article:first-child {
        display: block;
        width: 31.81818%;
        float: left;
        margin-right: 2.27273%; }
        .movie-top--cover article:first-child.coverFalse {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; }
        .movie-top--cover article:first-child img {
          display: block;
          width: 100%;
          border-radius: 4px; }
      .movie-top--cover article:last-child {
        padding-left: 2.04082%;
        right: 0; }
        .movie-top--cover article:last-child.coverTrue {
          width: 65.90909%; }
      .movie-top--cover .btn {
        border-radius: 3px;
        margin-left: 0;
        margin-right: 0;
        background-color: #000000;
        display: inline-block;
        padding: 1.6em 1.8em; } }
    @media (min-width: 1440px) {
      .movie-top--cover {
        margin-left: 8.41121%;
        width: 83.17757%;
        float: left;
        margin-right: 0.93458%;
        margin-right: 8.41121%; }
        .movie-top--cover article:first-child {
          width: 30.33708%;
          float: left;
          margin-right: 1.11111%; }
          .movie-top--cover article:first-child.coverFalse {
            width: 100%;
            float: left;
            margin-left: 0;
            margin-right: 0; }
        .movie-top--cover article:last-child {
          padding-left: 0;
          padding-right: 7.47664%; }
          .movie-top--cover article:last-child.coverTrue {
            width: 58.8785%; } }

.movie-infos--director .icon-director, .movie-details--director .icon-director {
  position: absolute;
  left: 0;
  background-color: #f7f7f7;
  width: 40px;
  height: 40px;
  padding: 9px;
  border-radius: 50%;
  top: calc(50% - 20px);
  /* height of element /2 */ }
  .movie-infos--director .icon-director img, .movie-details--director .icon-director img {
    border: 0; }
  .movie-infos--director .icon-director .more, .movie-details--director .icon-director .more {
    display: inline-block;
    background-color: #f29633;
    font-size: 0.7em;
    width: 25px;
    height: 25px;
    padding: 0.3em 0.4em 0.3em 0.2em;
    border-radius: 50%; }

.movie-infos {
  position: relative;
  *zoom: 1;
  font-family: "Avenir Next W01";
  font-weight: normal;
  font-style: normal;
  font-size: 0.9rem; }
  .movie-infos:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1024px) {
    .movie-infos {
      background: #ef7c00;
      background: -webkit-linear-gradient(left, #ef7c00 0%, #ef7c00 50%, #f7f7f7 50%, #f7f7f7 100%);
      background: linear-gradient(to right, #ef7c00 0%, #ef7c00 50%, #f7f7f7 50%, #f7f7f7 100%); } }
  .movie-infos > .innerContainer {
    letter-spacing: 0.05em;
    *zoom: 1; }
    .movie-infos > .innerContainer:after {
      content: "";
      display: table;
      clear: both; }
    .movie-infos > .innerContainer > div:first-child {
      display: none; }
      @media (min-width: 1024px) {
        .movie-infos > .innerContainer > div:first-child {
          display: block;
          width: 31.81818%;
          float: left;
          margin-right: 2.27273%;
          padding: 1.5em 0 1.5em 2.8em;
          margin-right: 0;
          color: #fff; } }
      @media (min-width: 1440px) {
        .movie-infos > .innerContainer > div:first-child {
          margin-left: 8.41121%;
          width: 24.29907%;
          float: left;
          margin-right: 0.93458%;
          padding: 1.5em 0 1.5em 2.8em;
          color: #fff; } }
    .movie-infos > .innerContainer > div:last-child {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      margin-right: -1em;
      margin-left: -1em;
      padding-right: 1em;
      padding-left: 1em;
      background-color: #f7f7f7;
      color: #8c8c8c;
      padding-top: 28px;
      padding-bottom: 28px; }
      @media (min-width: 1024px) {
        .movie-infos > .innerContainer > div:last-child {
          width: 68.18182%;
          float: right;
          margin-right: 0;
          padding: 3em 0; } }
      .movie-infos > .innerContainer > div:last-child ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .movie-infos > .innerContainer > div:last-child ul li {
          display: inline-block;
          margin-right: 1em; }
          .movie-infos > .innerContainer > div:last-child ul li:first-child {
            width: 100%;
            float: left;
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 15px; }
            @media (min-width: 1024px) {
              .movie-infos > .innerContainer > div:last-child ul li:first-child {
                width: 65.90909%;
                float: left;
                margin-right: 2.27273%;
                width: auto;
                float: none;
                padding-left: 5%;
                margin-bottom: 0; } }
            @media (min-width: 1440px) {
              .movie-infos > .innerContainer > div:last-child ul li:first-child {
                margin-left: 8.41121%; } }
          .movie-infos > .innerContainer > div:last-child ul li:last-child {
            margin-right: 0; }
      @media (min-width: 1440px) {
        .movie-infos > .innerContainer > div:last-child {
          margin-right: 8.41121%;
          width: 66.35514%;
          float: left;
          margin-right: 0.93458%;
          float: right;
          margin-right: 0;
          padding: 3em 0; } }
  .movie-infos--director {
    font-size: 1.3em;
    position: relative; }
    .movie-infos--director .icon-director {
      background-color: white; }
    .movie-infos--director .caps {
      font-size: 0.7em; }
    .movie-infos--director .more-directors {
      display: inline-block;
      background-color: #f29633;
      font-size: 0.7em;
      width: 25px;
      height: 25px;
      padding: 0.3em 0.4em 0.3em 0.2em;
      border-radius: 50%; }
  .movie-infos--year {
    padding: 0 0.5em 0 0;
    border-right: 1px solid #c4c4c4; }
    @media (min-width: 1024px) {
      .movie-infos--year {
        border-left: 1px solid #c4c4c4;
        padding: 0 1em; } }
  .movie-infos--duration {
    padding: 0 0.5em 0 0;
    border-right: 1px solid #c4c4c4; }
    @media (min-width: 1024px) {
      .movie-infos--duration {
        padding: 0 1em 0 0;
        border-right: none; } }
    .movie-infos--duration img {
      vertical-align: bottom;
      margin-right: 5px; }
  .movie-infos--range img {
    vertical-align: bottom;
    border: none; }
  .movie-infos--quality {
    border: 2px solid #c4c4c4;
    padding: 0.1em 0.4em;
    border-radius: 1em; }

.movie-details {
  font-family: "Avenir Next W01";
  font-weight: normal;
  font-style: normal;
  color: #8c8c8c; }
  .movie-details > .innerContainer {
    *zoom: 1; }
    .movie-details > .innerContainer:after {
      content: "";
      display: table;
      clear: both; }
  .movie-details .right-title, .movie-details .left-title {
    *zoom: 1;
    text-align: center;
    color: #dedede;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px; }
    .movie-details .right-title:after, .movie-details .left-title:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 1024px) {
      .movie-details .right-title, .movie-details .left-title {
        margin-bottom: 0;
        color: #000000; } }
    .movie-details .isActive.right-title, .movie-details .isActive.left-title {
      color: #000000;
      border-bottom-color: #ef7c00; }
  .movie-details .right-title {
    width: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: -1em;
    padding-left: 1em;
    float: left; }
    @media (min-width: 1024px) {
      .movie-details .right-title {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
  .movie-details .left-title {
    width: 50%;
    float: right;
    margin-right: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: -1em;
    padding-right: 1em; }
    @media (min-width: 1024px) {
      .movie-details .left-title {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
  .movie-details .left-tab, .movie-details .right-tab {
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .movie-details .left-tab, .movie-details .right-tab {
        margin-bottom: 0; } }
  .movie-details .left-tab {
    line-height: 2; }
    .movie-details .left-tab:before {
      clear: both;
      display: block;
      content: ""; }
  .movie-details h2 {
    color: inherit;
    font-size: 2em;
    font-weight: inherit;
    padding: 18px 0 10px 0; }
  .movie-details .isVisible {
    display: block; }
  .movie-details .isHidden {
    display: none; }
  .movie-details--director {
    padding-left: 20%;
    position: relative;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.4; }
    @media (min-width: 1024px) {
      .movie-details--director {
        font-weight: inherit; } }
    .movie-details--director .caps {
      font-weight: 300;
      font-size: 0.8em; }
  .movie-details .listSerie li div .episode {
    margin: 0 1em 0 0; }
  .movie-details .listSerie li div .hour {
    margin: 0 1em 0 0; }
  .movie-details .listSerie li div img {
    margin: 0; }
  .movie-details .listSerie li div .right-infos {
    float: right; }
  .movie-details .listSerie li div:first-child a {
    display: inline-block;
    border: 2px solid #f7f7f7;
    height: 26px;
    width: 26px;
    font-size: 0.8em;
    line-height: 22px;
    text-align: center;
    background-color: white;
    border-radius: 50%;
    color: inherit; }
  .movie-details .listSerie .toggleDesc {
    background: #F7F7F7;
    width: 100%;
    padding: 1em;
    margin: 2em 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: -1em;
    margin-left: -1em;
    padding-right: 1em;
    padding-left: 1em; }
    .movie-details .listSerie .toggleDesc .title {
      display: block;
      color: #000;
      margin: 0 0 0.2em 0; }
    .movie-details .listSerie .toggleDesc .h4 {
      margin: 2em 0 0.5em 0;
      color: #000000;
      font-size: 1.4em; }
    .movie-details .listSerie .toggleDesc .orangeButton {
      display: block;
      width: 100%;
      background: #ef7c00;
      line-height: 70px;
      text-align: center;
      color: #fff;
      text-decoration: none;
      margin-bottom: 2em;
      text-transform: uppercase;
      font-size: 0.8em;
      letter-spacing: 0.1em;
      border-radius: 2px; }
      .movie-details .listSerie .toggleDesc .orangeButton img {
        margin-right: 1em; }
    .movie-details .listSerie .toggleDesc .dispo {
      display: block;
      font-size: 0.8em;
      text-transform: uppercase;
      color: #ef7c00;
      letter-spacing: 0.075em;
      line-height: 2em;
      padding: 0.5em 1em 0 3em;
      margin: 0.3em 0 2em 0;
      background: url("/static/assets/images/icons/icon-check.png") no-repeat left 3px; }
    .movie-details .listSerie .toggleDesc .more, .movie-details .listSerie .toggleDesc .less {
      margin-top: 2em;
      margin-bottom: 1em; }
    .movie-details .listSerie .toggleDesc .listProchaineDiffusion {
      padding: 0; }
      .movie-details .listSerie .toggleDesc .listProchaineDiffusion .date {
        margin-left: 1em; }
      .movie-details .listSerie .toggleDesc .listProchaineDiffusion .heure {
        float: right; }
      .movie-details .listSerie .toggleDesc .listProchaineDiffusion li:first-child {
        border-top: 2px solid #eaeaea; }
  .movie-details .listFilm li span:last-child {
    float: right; }
  .movie-details .listFilm li img {
    margin-right: 20px; }
  .movie-details .list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 25px; }
    .movie-details .list svg {
      width: 3em;
      vertical-align: middle;
      margin-right: 1em; }
    .movie-details .list li {
      display: none;
      border-bottom: 2px solid #eaeaea;
      padding-top: 1.1em;
      padding-bottom: 1.1em; }
      .movie-details .list li:first-child, .movie-details .list li:nth-child(2), .movie-details .list li:nth-child(3) {
        display: block; }
      .movie-details .list li img {
        vertical-align: middle;
        width: 2.6em; }
      .movie-details .list li .date {
        text-transform: capitalize;
        font-size: 1.15em; }
      .movie-details .list li .hour {
        font-size: 0.85em;
        text-transform: uppercase;
        line-height: 2.1em;
        margin-right: 2em; }
    .movie-details .list.show-all li {
      display: block; }
  .movie-details .more, .movie-details .less {
    font-family: "Avenir Next W01";
    font-weight: normal;
    font-style: normal;
    font-weight: 600;
    font-size: 0.8em;
    display: none;
    text-transform: uppercase;
    text-decoration: none;
    color: #8c8c8c;
    margin-bottom: 30px; }
    .movie-details .more i, .movie-details .less i {
      color: #ef7c00;
      margin-left: 10px; }
    .movie-details .more .arrowBottom, .movie-details .more .arrowUp, .movie-details .less .arrowBottom, .movie-details .less .arrowUp {
      fill: #ef7c00;
      margin-left: 0.3em;
      width: 0.7em; }
    .movie-details .more.isVisible, .movie-details .less.isVisible {
      display: inline-block; }
  .movie-details .availability h3:first-child {
    padding-bottom: 0.6em; }
  .movie-details .availability h3 {
    font-size: 0.8em;
    text-transform: uppercase;
    color: #ef7c00;
    letter-spacing: 0.075em;
    line-height: 2em;
    padding: 0.5em 1em 0 3.8em;
    margin: 0.3em 0;
    background: url("/static/assets/images/icons/icon-check.png") no-repeat 0.6em 3px; }
  .movie-details .availability .tablet {
    display: none; }
  .movie-details .availability .mobile {
    background: #f7f7f7;
    padding: 0.9em;
    border-radius: 5px;
    color: #ef7c00;
    text-transform: uppercase; }
    .movie-details .availability .mobile p:first-child {
      margin-bottom: 15px; }
    .movie-details .availability .mobile img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px; }
  .movie-details .social {
    margin-top: 20px; }
    @media (min-width: 1024px) {
      .movie-details .social {
        margin-top: 0; } }
    .movie-details .social .fb-share {
      border: 2px solid #eaeaea;
      display: block;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 3em;
      padding-top: 20px;
      padding-bottom: 20px;
      border-radius: 2px;
      text-transform: uppercase;
      color: #8c8c8c;
      text-decoration: none;
      font-size: 0.8em;
      letter-spacing: 0.05em;
      padding-left: 5em;
      padding-right: 2em;
      line-height: 1.6em;
      background: url("/static/assets/images/icons/fb-share.png") no-repeat 1.6em center; }
      .movie-details .social .fb-share img {
        display: none; }
  @media (min-width: 1024px) {
    .movie-details {
      background: #f7f7f7;
      background: -webkit-linear-gradient(left, #f7f7f7 0%, #f7f7f7 50%, #fff 50%, #fff 100%);
      background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 50%, #fff 50%, #fff 100%);
      border-bottom: 1px solid #eaeaea; }
      .movie-details .isVisible {
        display: block; }
      .movie-details .isHidden {
        display: block; }
      .movie-details .movie-details--casting {
        width: 31.81818%;
        float: left;
        margin-right: 2.27273%;
        margin-right: 0;
        padding-right: 4.54545%; }
        .movie-details .movie-details--casting.left-tab {
          font-size: 0.93em; }
      .movie-details .movie-details--diffusion {
        width: 68.18182%;
        float: right;
        margin-right: 0;
        background-color: #fff;
        padding-left: 4.54545%; }
        .movie-details .movie-details--diffusion .listSerie span:last-child {
          float: left; }
      .movie-details h2 {
        font-size: 2.1em;
        margin-top: 1.1em;
        margin-bottom: 0.7em; }
      .movie-details .right-title, .movie-details .left-title {
        text-align: left;
        border-bottom: none; }
      .movie-details .movie-details--director {
        display: none; }
      .movie-details .left-tab:after {
        content: " ";
        margin: 3em 0 0 0;
        height: 4px;
        width: 50px;
        display: block;
        background-color: #ef7c00;
        border-radius: 2px; }
      .movie-details .list {
        border-top: 2px solid #eaeaea; }
        .movie-details .list li img {
          width: 3.8em; }
      .movie-details .listSerie .toggleDesc {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 2em 0; }
        .movie-details .listSerie .toggleDesc .title {
          display: none; }
      .movie-details .availability h3 {
        padding: 0.5em 1em 1em 3.4em;
        margin: 0.6em 0 0 1em;
        background: url("/static/assets/images/icons/icon-check.png") no-repeat left 3px; }
      .movie-details .availability .mobile {
        display: none; }
      .movie-details .availability .tablet {
        *zoom: 1;
        display: block;
        background-color: #f7f7f7;
        padding: 1em;
        margin-bottom: 3em;
        position: relative;
        border-radius: 2px; }
        .movie-details .availability .tablet:after {
          content: "";
          display: table;
          clear: both; }
        .movie-details .availability .tablet .gradient {
          position: absolute;
          top: 0;
          right: 0;
          background-image: url(/static/assets/images/icons/gradient-ondemand.png);
          background-size: cover;
          height: 100%;
          width: 150px;
          border-radius: 0 2px 2px 0;
          z-index: 1; }
        .movie-details .availability .tablet .content {
          width: 66.10169%;
          float: left;
          margin-right: 1.69492%; }
        .movie-details .availability .tablet .tv {
          width: 32.20339%;
          float: right;
          margin-right: 0; }
        .movie-details .availability .tablet p {
          font-size: 0.9em;
          padding: 0 0 0 4em;
          letter-spacing: 0.02em;
          font-weight: 400; }
        .movie-details .availability .tablet img {
          float: right;
          position: relative;
          z-index: 10;
          box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.5); }
      .movie-details .social .fb-share {
        background: none;
        text-align: center; }
        .movie-details .social .fb-share img {
          display: inline-block;
          vertical-align: middle;
          margin-right: 15px; }
      .movie-details .more, .movie-details .less {
        margin-bottom: 55px; } }
  @media (min-width: 1440px) {
    .movie-details .movie-details--casting {
      margin-left: 8.41121%;
      width: 24.29907%;
      float: left;
      margin-right: 0.93458%;
      padding-right: 3.27103%; }
    .movie-details .movie-details--diffusion {
      width: 66.35514%;
      float: right;
      margin-right: 0;
      padding: 0 8.41121%;
      background-color: #fff; }
    .movie-details h2 {
      font-size: 2.5em;
      margin-top: 2em; } }
