/* 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
 */
/**
 * Stylesheet used in pages 
 * containing carousel partial
 */
.swiper-container-wrapper {
  position: relative;
  min-height: 312px; }
  @media (min-width: 1440px) {
    .swiper-container-wrapper {
      width: 83.17757%;
      float: left;
      margin-right: 0.93458%;
      margin-left: 8.41121%;
      margin-right: 8.41121%; } }
  .swiper-container-wrapper .swiper-slide {
    background: url(/static/assets/images/icons/AjaxLoader-40.gif) no-repeat center center;
    width: 205px; }
    .swiper-container-wrapper .swiper-slide img {
      width: 205px;
      height: 274px;
      border-radius: 5px; }
  .swiper-container-wrapper .swiper-button-prev,
  .swiper-container-wrapper .swiper-button-next {
    background-color: #ef7c00;
    background-image: none;
    width: 64px;
    height: 64px;
    padding-top: 21px;
    padding-bottom: 23px;
    border-radius: 50%;
    position: absolute;
    top: 123px;
    display: none;
    text-align: center; }
    .swiper-container-wrapper .swiper-button-prev svg,
    .swiper-container-wrapper .swiper-button-next svg {
      width: 10px;
      height: 17px;
      fill: white;
      vertical-align: middle; }
  .swiper-container-wrapper .swiper-button-prev {
    left: 0px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .swiper-container-wrapper .swiper-button-next {
    right: 0px; }
  .swiper-container-wrapper .swiper-button-next, .swiper-container-wrapper .swiper-button-prev {
    overflow: hidden; }
    .swiper-container-wrapper .swiper-button-next:hover > svg, .swiper-container-wrapper .swiper-button-prev:hover > svg {
      animation: arrowRight .4s forwards; }

@keyframes arrowRight {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(50px); }
  51% {
    transform: translateX(-50px); }
  100% {
    transform: translateX(0); } }
  @media (min-width: 1440px) {
    .swiper-container-wrapper .swiper-button-prev {
      left: -10.33333%; }
    .swiper-container-wrapper .swiper-button-next {
      right: -10.33333%; } }

.bx-wrapper {
  position: relative;
  box-shadow: inherit;
  border: none;
  background: none; }
  .bx-wrapper .slide img {
    height: 274px;
    width: 205px; }
  .bx-wrapper .bx-controls-direction a {
    background-color: #ef7c00;
    width: 64px;
    height: 64px;
    padding-top: 21px;
    padding-bottom: 23px;
    margin-top: 0;
    border-radius: 50%;
    position: absolute;
    top: 103px;
    text-align: center;
    text-indent: inherit;
    background-image: none; }
    @media (min-width: 1440px) {
      .bx-wrapper .bx-controls-direction a {
        display: block; } }
    .bx-wrapper .bx-controls-direction a.disabled {
      display: none; }
    .bx-wrapper .bx-controls-direction a svg {
      width: 10px;
      height: 17px;
      fill: white;
      vertical-align: middle; }
  .bx-wrapper .bx-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .bx-wrapper .bx-next {
    right: 0; }
  @media (min-width: 1440px) {
    .bx-wrapper .bx-prev {
      left: -9.47664%; }
    .bx-wrapper .bx-next {
      right: -9.47664%; } }

.bxslider {
  display: none; }

body.ie9 .swiper-container,
body.ie9 .swiper-button-prev,
body.ie9 .swiper-button-next {
  display: none; }

body.ie9 .bxslider {
  display: block; }

.movie-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  padding-bottom: 0;
  color: #8c8c8c;
  font-size: 0.938rem;
  display: none; }
  @media (min-width: 1024px) {
    .movie-title {
      display: inline-block; } }

html.touch .swiper-button-prev,
html.touch .swiper-button-next {
  display: none; }
  html.touch .swiper-button-prev.disabled, html.touch .swiper-button-prev.swiper-button-disabled,
  html.touch .swiper-button-next.disabled,
  html.touch .swiper-button-next.swiper-button-disabled {
    display: none; }

/**
 * Devices non tactiles (desktop)
 */
html.no-touch body:not(.ie9) .swiper-button-prev,
html.no-touch body:not(.ie9) .swiper-button-next {
  display: table; }
  html.no-touch body:not(.ie9) .swiper-button-prev.disabled, html.no-touch body:not(.ie9) .swiper-button-prev.swiper-button-disabled,
  html.no-touch body:not(.ie9) .swiper-button-next.disabled,
  html.no-touch body:not(.ie9) .swiper-button-next.swiper-button-disabled {
    display: none; }

.data-details {
  font-size: 0.938rem; }
  .data-details .details {
    display: none;
    position: absolute;
    background: white;
    z-index: 100;
    top: -20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 20px 0 20px;
    border-radius: 5px; }
    .data-details .details.hover {
      display: block; }
    .data-details .details p {
      font-size: 0.938rem; }
    .data-details .details .movie-title {
      color: #000;
      font-family: "museo";
      font-weight: normal;
      font-style: normal;
      display: inherit; }
    .data-details .details a img {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      border-radius: 5px;
      box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
      max-width: 100%;
      height: 274px;
      width: 205px; }
    .data-details .details .year {
      font-family: "museo-300";
      font-weight: normal;
      font-style: normal;
      padding-bottom: 0;
      line-height: 1; }
    .data-details .details .diffusions {
      font-family: "museo-300";
      font-weight: normal;
      font-style: normal; }
      .data-details .details .diffusions img {
        margin-bottom: 0;
        vertical-align: middle;
        margin-right: 10px; }
    .data-details .details .onDemand span {
      font-family: "museo-300";
      font-weight: normal;
      font-style: normal; }
    .data-details .details .onDemand img {
      margin-bottom: 0;
      vertical-align: bottom;
      margin-right: 5px;
      width: 20px; }
    .data-details .details .diffusions {
      background: #ff6100;
      border-radius: 0 0 5px 5px;
      margin: 25px -20px 0 -20px;
      padding: 10px 0;
      color: white; }
      .data-details .details .diffusions > p,
      .data-details .details .diffusions > div {
        padding: 10px 20px 3px;
        font-size: 0.750rem; }
      .data-details .details .diffusions p {
        color: white; }
      .data-details .details .diffusions img {
        width: 40px;
        height: 25px; }
      .data-details .details .diffusions .title {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 6px;
        padding-top: 0;
        font-size: inherit; }
