/* -------------------------------------------------------
 * Header
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * IMPORT FALLBACK DEFAULT VARIABLES
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * COMMON VARIABLES
 * ------------------------------------------------------- */
/* COLORS
 * ------------------------- */
/* COLORS to sort / to clean
 * ------------------------- */
/* SIZES
 * ------------------------- */
/* SIZES to sort/check/clean
 * ------------------------- */
/* COLUMN SIZES to sort/to check / to clean
 * ------------------------- */
/* -------------------------------------------------------
 * DEFAULT BOOTSTRAP BREACKPOINTS
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * UC FONT VARIABLES
 * ------------------------------------------------------- */
.profil-overlay {
  display: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 1023px) {
    .profil-overlay {
      background-color: rgba(0, 0, 0, 0.5); } }

.profil-row {
  background-color: black; }

.profil {
  position: relative; }
  .profil.profil--person .background-profil {
    min-height: 127px;
    position: relative;
    background-color: black; }
    .profil.profil--person .background-profil .bg-background-profil {
      height: 415px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-color: transparent; }
    .profil.profil--person .background-profil .icon-play {
      margin: -50 px-50 px 0 0;
      left: 50%;
      top: 50%;
      font-size: 100px; }

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 0; }

#opinions {
  background: #f0f0f1; }
  #opinions .icon-chevron-right {
    left: 95%; }
  #opinions .navigation-button:before {
    color: #666666; }

.uc-main {
  background: white;
  clear: both;
  display: block;
  margin: 0px;
  padding-top: 50px;
  padding-left: 60px;
  padding-bottom: 37px; }
  @media (max-width: 1023px) {
    .uc-main {
      padding-left: 0; } }
  .uc-main h2 {
    font-weight: normal; }
  .uc-main .rent-film-thumbnail-block {
    padding-left: 0; }
  .uc-main #last-rent {
    display: inline-block; }
    .uc-main #last-rent .rent-film-thumbnail-block, .uc-main #last-rent .current-rent {
      display: inline-block; }
    @media (max-width: 479px) {
      .uc-main #last-rent {
        display: block; } }
  @media (max-width: 479px) {
    .uc-main div#graph {
      margin-top: 20px;
      margin-bottom: 20px; } }
  .uc-main .all-commands {
    width: 100%;
    display: inline-block; }

.current-rent p, .current-rent time {
  padding: 0px;
  margin: 0px; }
.current-rent p:first-child, .current-rent time.current {
  color: #999999;
  padding: 0px;
  margin: 0px; }

.expiration-date {
  color: red; }

time.expiration-date {
  font-weight: bold;
  font-size: 17px; }

#opinions.cc-main {
  background: #f5f5f6; }

ul.opinion-list li {
  list-style: none;
  display: inline-block; }
  ul.opinion-list li:nth-child(2n+1) {
    clear: both; }

.cinepass-package, .cinepass-informations {
  display: inline-block;
  vertical-align: top; }

.cinepass-informations {
  margin-left: 15px; }
  .cinepass-informations p {
    margin: 0;
    padding: 0;
    line-height: 35px; }
  .cinepass-informations .cinepass-title {
    color: #999999;
    font-family: "Lato";
    font-size: 25px;
    font-weight: lighter;
    margin-bottom: 2px; }
  .cinepass-informations .cinepass-label {
    color: #333333;
    font-family: "Lato";
    font-weight: lighter;
    font-size: 35px; }
  .cinepass-informations .cinepass-sold {
    color: #78c1b5;
    font-weight: bold;
    font-family: "Lato";
    font-size: 20px;
    margin-top: 10px; }

#follower.cc-main {
  background-color: #f0f0f1;
  padding-bottom: 30px; }

.profil-header {
  position: relative;
  height: 227px;
  background-color: #191919;
  background-repeat: no-repeat;
  background-position: center; }

a.profil-header {
  display: block; }

.profil .has-shadow {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -moz-linear-gradient(bottom, black 0, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(0, black 0, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.1) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }

/* IE6-9 */
.background-profil {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 1024px) {
    .background-profil {
      position: relative; } }
  .background-profil .bg-background-profil {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: 630px;
    background-size: cover; }

.profil .icon-play {
  margin: -50px 0 0 -30px;
  display: block;
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 2;
  font-size: 25px;
  color: white; }

.profil .profil-header__poster .icon-play {
  padding: 1px;
  display: block;
  width: auto;
  top: inherit;
  left: inherit;
  bottom: 104%;
  left: 80px; }
  .profil .profil-header__poster .icon-play span {
    margin-left: -5px;
    padding-top: 6px;
    display: inline-block;
    vertical-align: top;
    font-family: "Lato";
    font-size: 13px;
    font-weight: bold; }
  .profil .profil-header__poster .icon-play:hover {
    color: #2791c6; }

.profil-header > .icon-play:before {
  margin: 0; }
  .profil-header > .icon-play:before img {
    z-index: 10;
    position: absolute;
    bottom: -96px;
    left: 30px;
    border-radius: 3px; }

.profil-header__name, .profil-header__name-noimg {
  z-index: 2;
  position: absolute;
  bottom: 87px;
  left: 405px;
  font-family: "Lato";
  color: white;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .profil-header__name.profil-header__name-noimg, .profil-header__name-noimg.profil-header__name-noimg {
    left: 90px; }
  .profil-header__name.user, .profil-header__name-noimg.user {
    bottom: 22px; }
  .profil-header__name .caption, .profil-header__name-noimg .caption {
    display: none; }
  .profil-header__name .name, .profil-header__name-noimg .name {
    position: relative;
    top: 10px;
    font-size: 40px;
    font-weight: 900; }
    .profil-header__name .name .agelimit, .profil-header__name-noimg .name .agelimit {
      margin-left: 6px;
      color: white;
      font-size: 15px;
      font-weight: bold; }
  .profil-header__name .job, .profil-header__name-noimg .job {
    color: #c5c5c5;
    font-size: 25px;
    font-weight: lighter; }
  .profil-header__name .authors, .profil-header__name-noimg .authors {
    font-size: 20px;
    font-family: "Lato";
    margin: 5px 0;
    font-weight: 400; }
    .profil-header__name .authors a, .profil-header__name-noimg .authors a {
      color: inherit; }
      .profil-header__name .authors a:hover, .profil-header__name-noimg .authors a:hover {
        text-decoration: underline; }
  .profil-header__name .time, .profil-header__name-noimg .time {
    font-size: 25px;
    font-weight: 300;
    color: #c5c5c5; }
  .profil-header__name i, .profil-header__name-noimg i {
    font-size: 21px; }

.profil-header > .cssc-button--follow {
  float: right;
  padding: 0 16px;
  line-height: 45px;
  margin-left: 10px; }

.btns-follow {
  position: absolute;
  bottom: 30px;
  right: 80px; }
  .btns-follow .cssc-button--follow {
    padding: 0 15px;
    margin-bottom: 5px; }
  .btns-follow.user {
    text-align: left; }
    .btns-follow.user li {
      list-style: none; }
    .btns-follow.user a {
      width: 200px;
      text-align: left;
      padding-left: 20px; }

.profil-header .cssc-button.has-icon--left i {
  padding-right: 11px;
  font-size: 19px;
  vertical-align: -3px; }

/* Btn */
@media (max-width: 1400px) {
  .btns-follow.user {
    width: 200px; } }
/* Mobile */
@media (max-width: 991px) {
  .btns-follow.user {
    position: inherit;
    width: 100%;
    margin: auto;
    bottom: auto;
    right: auto; }
    .btns-follow.user a {
      margin-bottom: 10px;
      width: calc(100% - 40px); } }
/* Header no-img */
.profil--noimg {
  background-color: black;
  height: auto; }
  .profil--noimg .profil-header {
    background-color: black;
    height: auto; }
  .profil--noimg .profil-stats {
    position: relative;
    bottom: 0;
    width: 100%;
    padding-left: 35px; }
  .profil--noimg .profil-stat:first-child, .profil--noimg .profil-stats__inner {
    padding-left: 0; }

/* Header person */
.profil--person .profil-header, .profil--film .profil-header {
  height: 415px; }
.profil--person .icon-play, .profil--film .icon-play {
  top: 50%; }

/* Stats
 * ----------------------- */
.profil-stats {
  border-bottom: 1px #dddee0 solid;
  z-index: 5; }
  .profil-stats .profil-stats__inner, .profil-stats .profil-stats__inner-noimg {
    min-height: 67px;
    padding: 15px 0 15px 295px; }
    .profil-stats .profil-stats__inner.profil-stats__inner-noimg, .profil-stats .profil-stats__inner-noimg.profil-stats__inner-noimg {
      padding-left: 0; }
      .profil-stats .profil-stats__inner.profil-stats__inner-noimg .profil-stat:first-child, .profil-stats .profil-stats__inner-noimg.profil-stats__inner-noimg .profil-stat:first-child {
        padding-left: 0; }

.profil-stats__inner {
  font-size: 0; }

.profil-stat {
  width: 130px;
  display: inline-block;
  padding: 0 29px;
  font-size: 13px;
  line-height: 37px;
  vertical-align: middle;
  color: #8a8a8a;
  *display: inline;
  *zoom: 1; }
  .profil-stat + .profil-stat {
    border-left: 1px #e2e2e2 solid;
    border-left: 1px rgba(88, 88, 88, 0.1) solid; }
  .profil-stat:nth-child(2) {
    width: 150px; }
    @media (max-width: 991px) {
      .profil-stat:nth-child(2) {
        width: auto; } }

.profil-stat__inner {
  display: inline-block;
  font-family: "Lato";
  font-weight: 400;
  line-height: 1.2;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  -webkit-font-smoothing: antialiased; }
  .profil-stat__inner p {
    margin: 0; }
    .profil-stat__inner p span {
      display: inline-block; }

.profil-stat .title {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 700;
  color: #040404; }
.profil-stat .value-info-artist {
  color: #8a8a8a;
  font-size: 13px; }
  @media (max-width: 991px) {
    .profil-stat .value-info-artist {
      float: right; } }

.profil-stat__inner .icon-avis {
  font-size: 16px; }
.profil-stat__inner .icon-addwishlist {
  font-size: 12px; }
.profil-stat__inner .icon-playlist {
  font-size: 15px; }
.profil-stat__inner .icon-label {
  font-size: 14px; }
.profil-stat__inner .icon-clock {
  font-size: 17px; }
.profil-stat__inner .icon-flag {
  font-size: 15px; }

/* Mobile */
@media (max-width: 991px) {
  /* Header
   *----------------------- */
  .profil-header {
    height: auto;
    padding-bottom: 20px;
    text-align: center; }
    .profil-header > .icon-play {
      margin-left: -50px; }
      .profil-header > .icon-play img {
        position: static;
        width: calc(60% - 40px);
        margin-top: 20px;
        margin-right: 20px;
        margin-left: 20px;
        border-radius: 0; }
    .profil-header .cssc-button--follow {
      display: block;
      position: static;
      width: calc(100% - 40px);
      margin: 0 20px; }

  .profil-header__name {
    position: static; }

  .profil-stats .profil-stats__inner {
    padding-left: 0;
    text-align: center; }

  .profil-stat {
    width: auto;
    padding: 0 15px; }

  .profil-header__name .name {
    position: static;
    margin: 9px 0 5px;
    font-size: 30px; }
  .profil-header__name .time {
    margin-bottom: 20px;
    font-size: 18px; }

  .profil--film .profil-header__name .time {
    margin-top: 10px; }

  /* Profil stats
   *----------------------- */
  .profil.profil--film .profil-stats__inner {
    margin-top: 20px; }

  .profil-stat + .profil-stat {
    border-left: 0;
    border-top: 1px rgba(138, 138, 138, 0.4) solid; }

  .profil--film .profil-stat + .profil-stat {
    border-top-color: rgba(88, 88, 88, 0.4); }

  .profil-stat {
    display: block;
    padding: 0;
    text-align: left; }

  .profil-stat__inner {
    display: block;
    line-height: 40px;
    overflow: hidden; }

  .profil-stat .title {
    float: left; }
    .profil-stat .title i {
      display: inline-block;
      width: 20px;
      vertical-align: middle; }
  .profil-stat p {
    float: right; }

  .profil .icon-play {
    top: 70%; }

  .profil .background-profil .icon-play {
    display: none; }

  .profil .profil-header__poster .icon-play {
    display: block;
    left: auto;
    right: 15px;
    top: auto;
    bottom: 15px;
    font-size: 88px;
    z-index: 10; }
    .profil .profil-header__poster .icon-play span {
      display: none; } }
/* ----------------------------------------------------------
 * Fiche film
 * ------------------------------------------------------- */
.profil--film .profil-header {
  height: 631px; }
.profil--film .profil-header__name {
  bottom: 27px; }

.profil-header__empty {
  display: none;
  max-width: 100%;
  width: 800px;
  height: 460px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.profil-header__poster {
  width: 290px;
  height: 386px;
  z-index: 9;
  position: absolute;
  bottom: -148px;
  left: 80px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .profil-header__poster.profil-header__poster-person {
    width: 295px;
    height: 295px;
    bottom: -27px; }
  .profil-header__poster .bg-background-profil-header-poster {
    width: 100%;
    height: 100%;
    position: absolute;
    border: white solid 3px;
    background-size: cover; }
  @media (max-width: 991px) {
    .profil-header__poster {
      width: 217.5px;
      height: 289.5px; } }
  @media (max-width: 767px) {
    .profil-header__poster {
      width: 290px;
      height: 386px; } }

.profil--film .name {
  margin-bottom: -6px;
  padding-bottom: 14px; }
.profil--film .profil-stat .title {
  color: white; }
.profil--film .profil-stat:first-child {
  padding-left: 0; }
.profil--film .profil-stats__inner {
  margin-top: 40px; }
.profil--film .profil-stat + .profil-stat {
  border-left-color: #585858;
  border-left-color: rgba(88, 88, 88, 0.4); }

.profil-header__buttons {
  z-index: 3;
  position: absolute;
  right: 30px;
  bottom: 20px;
  text-align: right;
  font-size: 0; }
  .profil-header__buttons .film-options {
    display: inline-block;
    margin: 0 -2px -2px 0;
    vertical-align: middle;
    *display: inline-block;
    *zoom: 1; }
    .profil-header__buttons .film-options.film-options-versions {
      padding-right: 12px;
      border-right: 1px solid #8a8a8a; }
    .profil-header__buttons .film-options.film-options-format {
      padding-left: 12px; }
  .profil-header__buttons .film-option, .profil-header__buttons .film-option-format {
    margin: 0 2px; }
    .profil-header__buttons .film-option.film-option-format, .profil-header__buttons .film-option-format.film-option-format {
      background-color: black;
      border: 1px solid #8a8a8a; }
  .profil-header__buttons .buttons-set {
    margin: 10px 0 0;
    width: 200px; }
    .profil-header__buttons .buttons-set .cssc-button {
      line-height: 45px;
      height: 45px; }
      .profil-header__buttons .buttons-set .cssc-button + .cssc-button {
        margin-top: 5px; }
    .profil-header__buttons .buttons-set .offer-cssc-button {
      width: 47px; }
      .profil-header__buttons .buttons-set .offer-cssc-button .icon-gift {
        left: 0; }
    .profil-header__buttons .buttons-set .button-player-launch {
      margin-top: 8px; }
  .profil-header__buttons .show-subtitles-options:hover {
    cursor: pointer;
    background: #2791c6; }
  .profil-header__buttons .subtitles-popover {
    position: absolute !important;
    max-width: 100px; }
    .profil-header__buttons .subtitles-popover .popover-content {
      padding: 10px; }
    .profil-header__buttons .subtitles-popover .film-option {
      margin: 5px 0 0 0;
      width: 100%;
      box-sizing: border-box;
      text-align: center; }
      .profil-header__buttons .subtitles-popover .film-option:first-child {
        margin-top: 0; }
    .profil-header__buttons .subtitles-popover > .arrow:after {
      border-top-color: #27292f; }

/* Casting & share
 * ----------------------- */
.profil-stats--casting {
  padding-top: 20px;
  padding-bottom: 30px; }
  .profil-stats--casting .casting {
    padding-left: 315px;
    max-width: 870px; }

.casting-title, .article-title {
  font-family: "Lato";
  font-size: 22px;
  font-weight: 400;
  color: #27292f; }

.casting .casting-title {
  margin-bottom: 10px; }

.casting-list, .article-infos {
  font-family: "Lato";
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #686a6e;
  -webkit-font-smoothing: antialiased; }
  .casting-list a, .article-infos a {
    padding-left: 3px;
    color: inherit; }
    .casting-list a:hover, .article-infos a:hover {
      text-decoration: underline; }

#carousel-photos {
  height: 170px;
  margin-bottom: 20px; }
  #carousel-photos .carousel-inner {
    height: 100%; }

.share .casting-title {
  margin-bottom: 7px; }

/* Bundle
 * ----------------------- */
.bundle__inner {
  position: relative;
  width: 630px;
  margin: 0 0 0 355px;
  padding-left: 70px;
  color: white; }

.bundle-left {
  width: 320px; }

.bundle__inner.icon-starflag:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 72px;
  color: white; }

.bundle-title {
  padding: 22px 0 13px;
  font-family: "Lato";
  font-size: 27px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased; }
  .bundle-title strong {
    font-weight: 700; }

.bundle-films {
  font-size: 16px;
  line-height: 18px;
  font-family: "Lato";
  -webkit-font-smoothing: antialiased; }

.bundle .bundle-price {
  line-height: 127px; }

.bundle-price {
  font-family: "Lato";
  font-size: 24px;
  font-weight: 700;
  color: white;
  -webkit-font-smoothing: antialiased; }
  .bundle-price del {
    color: #f39cbc; }

.bundle .cc-main-link-block {
  top: 20px; }

/* Wide */
@media (min-width: 1399px) {
  .profil-stats--casting .casting {
    padding-left: 325px; }

  .profil-header__poster {
    left: 80px; }

  .profil-header__name {
    left: 407px; }

  .bundle__inner {
    margin-left: 395px; }

  .profil-header__buttons .buttons-set {
    width: auto; }
    .profil-header__buttons .buttons-set .cssc-button {
      margin-left: 11px; }
      .profil-header__buttons .buttons-set .cssc-button + .cssc-button {
        margin-top: 0; }

  .profil-header__buttons .buttons-set.force-same-button-player-width {
    width: 244px; }
    .profil-header__buttons .buttons-set.force-same-button-player-width a {
      margin-left: 0; }

  .profil-header > img {
    left: 80px; }
  .profil-header .cssc-button--follow {
    right: 80px; }

  .profil-header__buttons {
    right: 80px; } }
@media (min-width: 1161px) and (max-width: 1398px) {
  .profil-header__buttons .buttons-set {
    width: 200px; }
    .profil-header__buttons .buttons-set .cssc-button {
      margin-left: 11px;
      display: block; }
    .profil-header__buttons .buttons-set .modal-switch-button {
      width: 100%; }
  .profil-header__buttons .film-options {
    display: block; }
    .profil-header__buttons .film-options.film-options-versions {
      margin-bottom: 4px;
      padding-right: 0;
      border: 0; }

  .profil-header__buttons .buttons-set.force-same-button-player-width {
    width: 244px; }
    .profil-header__buttons .buttons-set.force-same-button-player-width a {
      margin-left: 0; } }
@media (min-width: 992px) and (max-width: 1160px) {
  .profil-header__poster {
    left: 20px; }

  .profil-header__name {
    left: 330px; }

  .profil-header__buttons {
    right: 20px; } }
@media (min-width: 992px) and (max-width: 1160px) {
  .profil-header__buttons .buttons-set {
    width: 200px; }
    .profil-header__buttons .buttons-set .cssc-button {
      margin-left: 0;
      display: block; }
    .profil-header__buttons .buttons-set .modal-switch-button {
      width: 100%; }

  .profil-header__buttons .buttons-set.force-same-button-player-width {
    width: 244px; }
    .profil-header__buttons .buttons-set.force-same-button-player-width a {
      margin-left: 0; } }
/* Mobile */
@media (max-width: 799px) {
  .profil--film .background-profil .has-shadow,
  .profil--film .background-profil .bg-background-profil {
    height: 345.6px; } }
@media (max-width: 991px) {
  .profil.profil--person .background-profil-noimg {
    height: 10px;
    min-height: 10px; }
  .profil.profil--person .profil-header__name.profil-header__name-noimg {
    margin-top: 0; }

  .profil--film .background-profil .has-shadow,
  .profil--film .background-profil .bg-background-profil {
    display: none; }

  .profil {
    background-color: black; }

  .profil--film .profil-header {
    height: 218px;
    padding-bottom: 0; }

  .profil-header__poster {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 20px auto 0 auto; }
    .profil-header__poster img {
      width: 100%; }
    .profil-header__poster .buttons-img {
      top: 5px;
      right: 5px; }

  .profil-header__buttons {
    position: static;
    text-align: center; }
    .profil-header__buttons .film-options {
      margin-top: 20px; }
    .profil-header__buttons .buttons-set.force-same-button-player-width .button-player-launch {
      display: none; }

  .profil-header__name {
    margin: 50px 0 20px;
    padding: 0 20px;
    text-align: center; }

  .profil-header__buttons .buttons-set {
    width: auto;
    padding: 20px 0;
    margin: 0 20px; }
    .profil-header__buttons .buttons-set .cssc-button {
      width: 100%; }

  .cssc-button--label span {
    width: calc(100% - 85px);
    padding-left: 20px;
    text-align: left; }
  .cssc-button--label.gift span {
    width: calc(100%);
    padding-left: 20px;
    text-align: left; }
  .cssc-button--label .thelabel {
    width: 70px;
    text-align: center; }

  /* Casting
   *----------------------- */
  .profil-stats--casting .casting {
    padding-left: 0;
    max-width: none; }
  .profil-stats--casting .pull-left, .profil-stats--casting .pull-right {
    float: none !important; }
  .profil-stats--casting .pull-left {
    padding-bottom: 20px; }

  /* Bundle
   *----------------------- */
  .bundle__inner {
    width: auto;
    margin: 0;
    padding: 0 20px;
    text-align: center; }
    .bundle__inner.icon-starflag:before {
      left: 64px; }

  .bundle-title {
    padding-left: 111px;
    text-align: left;
    font-size: 24px;
    line-height: 24px;
    padding-top: 16px; }
    .bundle-title strong {
      display: block; }

  .bundle-left {
    width: auto; }

  .bundle-films {
    margin-top: 24px;
    font-size: 15px;
    line-height: 16px; }

  .bundle__inner .pull-left, .bundle__inner .pull-right {
    float: none !important;
    line-height: 1.2; }

  .bundle .bundle-price {
    margin-top: 14px; }
  .bundle .cc-main-link-block {
    top: 0; } }
/* ----------------------------------------------------------
 * Biographie
 * ------------------------------------------------------- */
.biographie {
  padding-bottom: 30px; }
  .biographie .block-dark-title {
    margin-bottom: 16px;
    padding-top: 71px;
    padding-bottom: 0; }
  .biographie a.cc-main-link {
    display: block;
    margin-top: 15px; }
  .biographie .content-biography-artist #biography-more {
    overflow: hidden; }
    .biographie .content-biography-artist #biography-more p a {
      color: #2791c6; }
    .biographie .content-biography-artist #biography-more .sub-biography-more {
      max-height: 250px;
      overflow: hidden; }
  .biographie .content-biography-artist #biography-less {
    overflow: hidden; }
    .biographie .content-biography-artist #biography-less .sub-biography-less {
      max-height: 217px;
      overflow: hidden; }
  .biographie .content-biography-artist #biography-more,
  .biographie .content-biography-artist #biography-less,
  .biographie .content-biography-artist #biographie {
    line-height: 20px;
    color: #686a6e;
    font-family: "Lato";
    font-size: 14px; }
    .biographie .content-biography-artist #biography-more p,
    .biographie .content-biography-artist #biography-less p,
    .biographie .content-biography-artist #biographie p {
      margin: 0 0 20px 0; }

/* ----------------------------------------------------------
 * Carousel
 * ------------------------------------------------------- */
.profil-wishlist {
  border-top: 1px solid #eeeeee; }

/* ----------------------------------------------------------
 * Last films
 * ------------------------------------------------------- */
.container-last-film-artist {
  padding: 0 0 0 20px; }

.lastfilm-container {
  padding: 0 2.5px; }
  .lastfilm-container .last-film img {
    float: right; }

.lastfilm .block-dark-title {
  margin-bottom: 23px;
  padding-top: 71px;
  padding-bottom: 0; }
.lastfilm .recommande-item__infos {
  margin-top: 14px;
  margin-left: 0px; }
  .lastfilm .recommande-item__infos .title-link {
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold; }
  .lastfilm .recommande-item__infos .author-link {
    padding-left: 20px;
    color: #888a8d;
    font-size: 13px;
    font-weight: lighter; }
    .lastfilm .recommande-item__infos .author-link span {
      color: #686a6e; }

/* Wide */
@media (min-width: 1399px) {
  .lastfilm .recommande-item, .lastfilm .pull-left {
    width: auto; } }
/* Mobile */
@media (max-width: 767px) {
  .biographie .block-dark-title, .lastfilm .block-dark-title {
    padding: 20px 0;
    margin: 0; } }
/* ----------------------------------------------------------
 * Filmographie
 * ------------------------------------------------------- */
.filmographie ul, .filmographie li {
  list-style: none; }
.filmographie .block-dark-title {
  padding: 41px 0 49px; }
.filmographie .title {
  color: #3e4045; }
.filmographie ul.filmography-list-artist {
  padding: 0; }
  .filmographie ul.filmography-list-artist li {
    display: block; }
    .filmographie ul.filmography-list-artist li ul.top-item {
      padding: 0;
      display: block; }
      .filmographie ul.filmography-list-artist li ul.top-item li.top-item-illu img {
        width: 100%; }
      .filmographie ul.filmography-list-artist li ul.top-item .fiche-description {
        padding-bottom: 40px; }
        .filmographie ul.filmography-list-artist li ul.top-item .fiche-description .title, .filmographie ul.filmography-list-artist li ul.top-item .fiche-description .author, .filmographie ul.filmography-list-artist li ul.top-item .fiche-description .price {
          max-width: 100%;
          max-height: 18px;
          display: block;
          white-space: nowrap;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis; }
          .filmographie ul.filmography-list-artist li ul.top-item .fiche-description .title strong, .filmographie ul.filmography-list-artist li ul.top-item .fiche-description .title em, .filmographie ul.filmography-list-artist li ul.top-item .fiche-description .author strong, .filmographie ul.filmography-list-artist li ul.top-item .fiche-description .author em, .filmographie ul.filmography-list-artist li ul.top-item .fiche-description .price strong, .filmographie ul.filmography-list-artist li ul.top-item .fiche-description .price em {
            max-width: 100%;
            display: inline-block;
            white-space: nowrap;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis; }
        .filmographie ul.filmography-list-artist li ul.top-item .fiche-description .title em {
          font-style: normal; }
        .filmographie ul.filmography-list-artist li ul.top-item .fiche-description .author {
          font-weight: bold; }
        .filmographie ul.filmography-list-artist li ul.top-item .fiche-description .price strong {
          color: #2791c6; }

/* Tablette & Mobile */
@media (max-width: 1023px) {
  .filmographie {
    padding-bottom: 0; }
    .filmographie > div {
      padding-bottom: 30px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .filmographie .buttonsset {
    top: 40px; } }
/* ----------------------------------------------------------
 * Friends
 * ------------------------------------------------------- */
.friends {
  padding-top: 40px; }

/* Followers */
.follow-presentation {
  display: block;
  margin-bottom: 31px;
  font-size: 0; }
  .follow-presentation .name {
    display: inline-block;
    padding-left: 10px;
    max-width: 62%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    vertical-align: middle;
    color: #686a6e;
    *display: inline;
    *zoom: 1; }
  .follow-presentation:hover .name {
    text-decoration: underline; }

/* Mobile */
@media (max-width: 767px) {
  .friends {
    padding-top: 20px; }
    .friends .nav-tabs > li {
      width: 50%;
      text-align: center; }
      .friends .nav-tabs > li + li {
        margin-left: 0; }
      .friends .nav-tabs > li a {
        padding: 0 12px;
        font-size: 17px;
        line-height: 23px; }

  .follow-presentation .name {
    padding-left: 10px;
    max-width: 80%; } }
/* Tablette */
@media (min-width: 768px) and (max-width: 1023px) {
  .follow-presentation .name {
    padding-left: 23px;
    max-width: 72%; } }
/* Wide */
@media (min-width: 1399px) {
  .follow-presentation .name {
    padding-left: 23px;
    max-width: 72%; }

  .filmographie .col-md-3 {
    width: 20%; }
  .filmographie ul li {
    display: block; }
    .filmographie ul li:nth-child(5n+1) {
      clear: both; } }
/* ----------------------------------------------------------
 * Avis
 * ------------------------------------------------------- */
.opinion-col .testimonial + .testimonial {
  margin-top: 32px; }
.opinion-col img {
  border: 0; }
.opinion-col .media > .pull-left {
  margin-right: 20px; }
.opinion-col .testimonial__avatar:after {
  right: -20px; }

.carousel--avis {
  padding-bottom: 60px; }
  .carousel--avis .navigation-button {
    left: -30px;
    margin-top: -25px; }
    .carousel--avis .navigation-button + .navigation-button {
      right: -30px;
      left: auto; }

/* Footer
 * ----------------------- */
#testimonial__modal + .opinion-footer {
  margin-top: 20px; }

.opinion-footer {
  position: relative;
  margin: 0 -20px -13px;
  padding: 0;
  padding-right: 15px;
  border-top: 1px #f2f2f2 solid;
  text-align: right;
  font-family: "Lato";
  font-weight: 400;
  line-height: 42px;
  color: #686a6e; }

.opinion-footer__nbr {
  position: relative;
  margin-left: 10px;
  font-weight: 700; }
  .opinion-footer__nbr:hover i {
    color: #2791c6; }
  .opinion-footer__nbr + .opinion-footer__nbr {
    padding-left: 10px; }
    .opinion-footer__nbr + .opinion-footer__nbr:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: -3px;
      width: 1px;
      height: 16px;
      margin-top: -8px;
      background-color: #dddee0; }
  .opinion-footer__nbr i {
    position: relative;
    padding-right: 3px;
    font-size: 17px;
    vertical-align: middle;
    color: #888a8d; }
  .opinion-footer__nbr .icon-hand-up {
    top: -3px; }
  .opinion-footer__nbr .icon-hand-down {
    top: 2px; }

.opinion-delete {
  text-align: right; }
  .opinion-delete a {
    text-align: right;
    text-decoration: underline;
    font-family: "Lato";
    font-size: 12px;
    color: #a0a3a9; }

/* Mobile */
@media (max-width: 767px) {
  .opinions .testimonial__avatar {
    width: 130px; }
    .opinions .testimonial__avatar img {
      width: 100%; } }
/* ----------------------------------------------------------
 * Articles
 * ------------------------------------------------------- */
.articles {
  padding-bottom: 57px; }

/* Tablette & Mobile */
@media (max-width: 1023px) {
  .articles {
    padding-bottom: 0; }
    .articles .editorialfeeditem {
      padding-bottom: 30px; } }
.syno-photos {
  padding-top: 41px; }
  .syno-photos .casting-title {
    padding-bottom: 21px; }

.tab-details .table tr:first-child td {
  border-top: 0; }
.tab-details .table tr td {
  color: #686a6e;
  line-height: 28px; }
  .tab-details .table tr td:first-child {
    padding-left: 0; }

.tab-synopsis p {
  font-family: "Lato";
  font-size: 14px;
  line-height: 20px;
  color: #686a6e; }

/* ----------------------------------------------------------
 * Slider photos
 * ------------------------------------------------------- */
.syno-photos .tab-content > .tab-pane {
  min-height: 170px;
  overflow: hidden; }
  .syno-photos .tab-content > .tab-pane .tab-synopsis {
    padding-right: 20px; }

.carousel--photos .clearfix {
  font-size: 0; }
.carousel--photos img {
  float: left;
  width: calc(100% / 2 - 2px); }
  .carousel--photos img + img {
    float: right; }
.carousel--photos .cssc-button:before {
  left: 0; }
.carousel--photos .cssc-button + .cssc-button:before {
  right: 0; }

#modal-photos .modal-dialog {
  width: 100%;
  display: inline-block;
  top: 35px;
  left: 0;
  right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-align: center; }
  #modal-photos .modal-dialog .modal-content {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    background-color: transparent; }
    #modal-photos .modal-dialog .modal-content .cssc-notices-button {
      position: absolute;
      top: 18px;
      right: 20px;
      z-index: 9;
      color: #a9a9ac; }
      #modal-photos .modal-dialog .modal-content .cssc-notices-button:hover {
        text-decoration: none; }
    #modal-photos .modal-dialog .modal-content .modal-body .thumbnail {
      padding: 0;
      border: #666666 solid 2px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      background-color: transparent; }
  @media (max-width: 1023px) {
    #modal-photos .modal-dialog {
      top: 0; }
      #modal-photos .modal-dialog .modal-content .modal-body .thumbnail {
        width: 100%; } }

/* Wide */
@media (min-width: 1399px) {
  .carousel--photos img {
    width: calc(100% / 2 - 2px); } }
/* Tablette */
/* Mobile */
@media (max-width: 767px) {
  .carousel--photos img {
    width: calc(50% - 10px); }

  #carousel-photos {
    height: 152px; } }
@media (max-width: 567px) {
  #carousel-photos {
    height: 118px; } }
@media (max-width: 479px) {
  #carousel-photos {
    height: 73px; } }
/* ----------------------------------------------------------
 * Distribution
 * ------------------------------------------------------- */
.film-distribution {
  min-height: 77px;
  border-top: 1px #e5e5e5 solid;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 400;
  color: #27292f;
  padding-top: 20px;
  padding-bottom: 20px; }
  .film-distribution img {
    margin-left: 22px; }

/* Mobile */
@media (max-width: 767px) {
  .film-distribution {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2; }
    .film-distribution .pull-left, .film-distribution .pull-right {
      float: none !important; }
    .film-distribution .pull-left {
      margin-bottom: 10px; } }
/* Tablette */
@media (min-width: 768px) and (max-width: 1023px) {
  .film-distribution {
    margin-top: 20px; } }
/* ----------------------------------------------------------
 * Slider Articles / Critiques
 * ------------------------------------------------------- */
.block-review-articles {
  padding-bottom: 50px; }
  .block-review-articles .block-dark-title {
    padding: 51px 0 46px; }

.carousel-articles-reviews {
  padding: 0 10px; }

.block-review-articles .cssc-button:before {
  color: #8b8b8b;
  margin-left: 30px;
  color: #8b8b8b;
  margin-right: 30px; }

.carousel-articles-reviews .navigation .cssc-button + .cssc-button:before {
  right: -10px;
  left: auto; }
.carousel-articles-reviews .block-dark-title {
  padding: 53px 0 45px; }
.carousel-articles-reviews .navigation-button {
  left: -10px;
  margin-top: -7px; }
  .carousel-articles-reviews .navigation-button + .navigation-button {
    right: -10px;
    left: auto; }
  .carousel-articles-reviews .navigation-button:before {
    font-size: 15px; }

/* Tablette & Mobile */
@media (max-width: 1161px) {
  .block-review-articles .block-dark-title {
    padding: 21px 0 20px; }
  .block-review-articles .navigation-button.icon-chevron-left {
    left: -2.5%; }
  .block-review-articles .navigation-button.icon-chevron-right {
    right: -2.5%; } }
@media (max-width: 1160px) {
  .block-review-articles .navigation-button {
    display: block; }
  .block-review-articles .cc-inner .row {
    position: relative; } }
@media (max-width: 768px) {
  .block-review-articles .cc-main-link-block, .opinions .cc-main-link-block, .block-testimonials--fichefilm .cc-main-link-block {
    padding-top: 0; } }
/* ----------------------------------------------------------
 * Commentaires
 * ------------------------------------------------------- */
.carousel-commentaires .testimonial + .testimonial {
  margin-top: 17px; }
.carousel-commentaires .cssc-button:before {
  color: #8b8b8b; }
.carousel-commentaires .navigation-button {
  right: -30px;
  left: auto;
  margin-top: -15px; }
  .carousel-commentaires .navigation-button:before {
    right: -35px;
    left: auto; }

/* Wide */
@media (min-width: 1399px) {
  .carousel-commentaires .testimonial + .testimonial {
    margin-top: 57px; } }
/* Mobile */
@media (max-width: 767px) {
  .block-review-articles {
    padding-bottom: 0; }
    .block-review-articles .col-md-6 + .col-md-6 .editorialfeeditem {
      margin-top: 20px; } }
/* ----------------------------------------------------------
 * Review lightbox
 * ------------------------------------------------------- */
.review-lightbox {
  display: none;
  z-index: 4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 50px 80px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5); }

.review-lightbox__modal {
  opacity: 0;
  visibility: hidden;
  top: -15px;
  padding: 65px 50px 48px;
  border-radius: 4px;
  position: relative;
  background-color: white; }
  .review-lightbox__modal.is-open {
    opacity: 0.999;
    visibility: visible;
    top: 0; }
  .review-lightbox__modal > .cssc-button {
    position: absolute;
    top: 22px;
    right: 22px;
    font-size: 15px;
    color: #a9a9ac;
    z-index: 1; }
    .review-lightbox__modal > .cssc-button:hover {
      background: transparent !important;
      color: #757578 !important; }

.review-lightbox-name {
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 17px;
  font-weight: 700;
  color: #686a6e; }

.review-lightbox-title {
  font-family: "Lato";
  font-size: 36px;
  line-height: 40px;
  color: #27292f;
  margin-top: 4px;
  margin-bottom: 23px; }

.review-lightbox__modal p {
  margin: 0;
  font-family: "Lato";
  font-size: 14px;
  line-height: 20px;
  color: #686a6e; }
  .review-lightbox__modal p + p {
    margin-top: 10px; }

/* ----------------------------------------------------------
 * Slider On vous recommande
 * ------------------------------------------------------- */
.block-nouveaute--profil .slider-nouveaute-wrapper .navigation .cssc-button {
  width: 140px; }

/* ----------------------------------------------------------
 * Playlist overview
 * ------------------------------------------------------- */
.playlistoverview__infos {
  font-family: "Lato";
  -webkit-font-smoothing: antialiased; }
  .playlistoverview__infos .media > .pull-left {
    display: block;
    margin-right: 20px; }
  .playlistoverview__infos .media-body {
    font-size: 0; }
  .playlistoverview__infos .time {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #535559; }
  .playlistoverview__infos .name {
    display: inline-block;
    margin: -3px 0 -7px;
    font-size: 30px;
    font-weight: 900;
    vertical-align: middle;
    color: #27292f;
    *display: inline;
    *zoom: 1; }
    .playlistoverview__infos .name:hover {
      text-decoration: none;
      color: #2791c6; }
    .playlistoverview__infos .name span {
      font-weight: 300; }
    .playlistoverview__infos .name + .delete {
      margin-left: 5px;
      position: relative;
      top: 2px; }
  .playlistoverview__infos .delete {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1; }
    .playlistoverview__infos .delete i {
      font-size: 22px;
      color: #2791c6;
      position: relative;
      top: 5px;
      cursor: pointer; }
    .playlistoverview__infos .delete .cc-main-link {
      margin-left: 6px;
      overflow: hidden;
      position: relative;
      top: -6px;
      position: right;
      right: 0;
      opacity: 0;
      visibility: hidden; }

.btn-delete-playlist-label {
  padding-left: 6px;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 400;
  position: relative;
  color: #2791c6; }

.playlistoverview__infos .delete.is-open .btn-delete-playlist-label {
  top: -2px;
  opacity: 0;
  visibility: hidden; }
.playlistoverview__infos .delete.is-open i {
  color: #888a8d; }
.playlistoverview__infos .delete.is-open .cc-main-link {
  opacity: 1;
  top: -2px;
  visibility: visible; }
.playlistoverview__infos .created {
  font-weight: 400;
  color: #686a6e;
  font-size: 14px; }
  .playlistoverview__infos .created a {
    color: #0f0f0f;
    font-weight: 700; }
    .playlistoverview__infos .created a:hover {
      text-decoration: underline;
      color: #0f0f0f; }
.playlistoverview__infos .description {
  margin-top: 11px;
  max-width: 500px;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }
  .playlistoverview__infos .description strong {
    font-weight: 700;
    color: #111111; }

.playlistoverview__medias {
  position: relative;
  margin: 30px 0 0;
  margin-right: -5px;
  padding-bottom: 50px;
  font-size: 0; }
  .playlistoverview__medias .playlistoverview__medias-link {
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
    *display: inline; }
    .playlistoverview__medias .playlistoverview__medias-link > img {
      display: block;
      *zoom: 1; }
  .playlistoverview__medias .dropdown-menu__alllinks {
    display: inline-block;
    width: 97px;
    height: 130px;
    vertical-align: top;
    *display: inline;
    *zoom: 1; }
    .playlistoverview__medias .dropdown-menu__alllinks:hover > div, .playlistoverview__medias .dropdown-menu__alllinks:hover .icon-icnround-right {
      color: #2791c6; }
    .playlistoverview__medias .dropdown-menu__alllinks > div {
      bottom: 36px;
      font-family: "Lato";
      font-size: 13px;
      font-weight: 700;
      line-height: 13px;
      letter-spacing: 0;
      padding-right: 10px; }
    .playlistoverview__medias .dropdown-menu__alllinks i {
      bottom: 10px;
      font-size: 16px; }

/* Mobile */
@media (max-width: 767px) {
  .playlistoverview__medias .dropdown-menu__alllinks > div {
    font-size: 20px;
    line-height: 25px; } }
/* ----------------------------------------------------------
 * Playlist manager
 * ------------------------------------------------------- */
.playlists {
  position: relative; }
  .playlists .created + .playlistoverview__medias {
    margin-top: 31px; }
  .playlists .description + .playlistoverview__medias {
    margin-top: 24px; }
  .playlists > .block-dark-title {
    padding-top: 65px; }
    .playlists > .block-dark-title .cssc-button {
      position: absolute;
      top: 67px;
      right: 0;
      padding: 0 12px 0 6px; }
      .playlists > .block-dark-title .cssc-button i {
        font-size: 17px; }
  .playlists .playlistoverview + .playlistoverview {
    border-top: 1px #dddee0 solid;
    padding-top: 46px; }
  .playlists .playlistoverview__medias {
    position: relative;
    margin: 0 -6px -6px 0; }

.playlistoverview__item {
  float: left;
  position: relative;
  margin: 0 6px 6px 0; }

.playlistoverview__item-hover {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.68); }
  .playlistoverview__item-hover.is-selected {
    visibility: visible;
    opacity: 0.999;
    cursor: pointer;
    transition-delay: 0.3s; }

.playlists .playlistoverview__item-hover:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -11px;
  font-size: 22px;
  color: #2791c6; }

.playlistoverview__item-hover.is-selected:before {
  margin-top: -11px; }
.playlistoverview__item-hover.is-selected:hover {
  background-color: rgba(0, 0, 0, 0.78); }
  .playlistoverview__item-hover.is-selected:hover:before {
    color: #888a8d; }

.playlistoverview__item .roll {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black; }

.playlistoverview__item-hover.deleting + .roll {
  top: 0; }
.playlistoverview__item-hover.deleting:before {
  visibility: hidden;
  margin-top: -20px;
  color: #888a8d;
  opacity: 0;
  transition-delay: 0.4s; }

.playlistoverview .dropdown-menu__alllinks > div, .playlistoverview .dropdown-menu__alllinks .icon-icnround-right {
  left: 10px; }

/* Mobile */
@media (max-width: 767px) {
  .playlists > .cssc-button {
    position: static;
    margin: 0; }
  .playlists .block-dark-title {
    padding: 25px 0 15px; }

  /* Playlists
   *  ----------------------- */
  .playlistoverview__infos .media > .pull-left img {
    display: none; }
  .playlistoverview__infos .media .media-object {
    display: inline; }
  .playlistoverview__infos .name {
    margin: -6px 0 -4px;
    font-size: 23px;
    line-height: 35px; }
  .playlistoverview__infos .created {
    font-size: 12px; }

  .playlists .playlistoverview__medias {
    position: relative;
    margin-right: 0;
    font-size: 0; }

  .playlistoverview .dropdown-menu__alllinks {
    height: auto; }
    .playlistoverview .dropdown-menu__alllinks img {
      width: 100%; }

  .playlistoverview__medias .dropdown-menu__alllinks {
    float: left;
    width: calc(100%  / 3 - 6px); }
  .playlistoverview__medias .playlistoverview__item {
    float: left;
    width: calc(100%  / 3 - 6px); }
    .playlistoverview__medias .playlistoverview__item img {
      width: 100%; }
  .playlistoverview__medias > img {
    float: left;
    width: calc(100%  / 3 - 6px);
    margin-bottom: 6px; }

  .playlistoverview__infos .name + .delete {
    margin-bottom: 10px;
    margin-left: 0; }
  .playlistoverview__infos .delete .cc-main-link {
    position: absolute;
    left: 22px; }
  .playlistoverview__infos .delete.is-open .cc-main-link {
    top: 7px; } }
/* ----------------------------------------------------------
 * Wishlist
 * ------------------------------------------------------- */
.whishlist {
  padding-bottom: 50px; }
  .whishlist .top-item-illu {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px; }
    .whishlist .top-item-illu .item-inner, .whishlist .top-item-illu .top-item-play {
      width: 30px;
      height: 30px;
      font-size: 14px;
      line-height: 33px; }
    .whishlist .top-item-illu .top-item-play .icon-play {
      font-size: 25px; }
    .whishlist .top-item-illu .top-item-link {
      display: block;
      width: 100%;
      height: 100%; }
    .whishlist .top-item-illu .buttonsset {
      right: 0px; }
    .whishlist .top-item-illu:hover .top-item-hover {
      visibility: visible;
      opacity: 1; }

/* Tablette */
@media (max-width: 768px) {
  .whislist .top-item-illu {
    float: left;
    width: calc(100% / 4 - 10px);
    margin-right: 10px;
    margin-bottom: 10px; } }
@media (max-width: 480px) {
  .whislist .top-item-illu {
    float: left;
    width: calc(100% / 3 - 10px);
    margin-right: 10px;
    margin-bottom: 10px; } }
.rating-container .rating-stars {
  color: #ff9e2b; }

/* -------------------------------------------------------
 * IMPORT FALLBACK DEFAULT VARIABLES
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * COMMON VARIABLES
 * ------------------------------------------------------- */
/* COLORS
 * ------------------------- */
/* COLORS to sort / to clean
 * ------------------------- */
/* SIZES
 * ------------------------- */
/* SIZES to sort/check/clean
 * ------------------------- */
/* COLUMN SIZES to sort/to check / to clean
 * ------------------------- */
/* -------------------------------------------------------
 * DEFAULT BOOTSTRAP BREACKPOINTS
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * UC FONT VARIABLES
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * Main Slider
 * ------------------------------------------------------- */
/* Main wrappers */
.block-big-slider {
  position: relative;
  font-family: "Lato"; }

.big-slider {
  position: relative;
  max-width: 100%;
  overflow: hidden; }

.bs-slides {
  position: relative;
  top: 0;
  left: 50%;
  width: 3600px;
  margin: 0;
  margin-left: -1800px;
  padding: 0; }
  .bs-slides > li {
    float: left;
    position: relative;
    width: 1200px;
    height: 580.64516px;
    margin: 0;
    padding: 0;
    list-style-type: none; }

.bsc-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .bsc-mask.bscm-right, .bsc-mask.bscm-left {
    z-index: 1;
    width: 0; }
  .bsc-mask.bscm-right {
    right: 0;
    left: auto; }

.bs-content-slide {
  display: inline-block;
  position: relative;
  width: 1200px;
  height: 580.64516px;
  background: transparent no-repeat top center;
  *display: inline;
  *zoom: 1; }
  .bs-content-slide .background-block {
    top: 0;
    z-index: 1; }

.home-img-top-carousel {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.watch-film-button {
  width: 244px; }

/* Links-like on left and right */
.bsc-filter {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer; }
  .bsc-filter:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.current .bsc-filter {
  display: none; }

/* Big Slider */
.block-big-slider .slide:before {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 350px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.block-big-slider .slide__inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  min-width: 410px;
  max-width: 500px;
  margin: 180px 0 0 60px; }
  .block-big-slider .slide__inner .slide-title {
    font-family: "Lato";
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
    margin: 5px 0 4px; }
    .block-big-slider .slide__inner .slide-title a {
      color: white;
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7); }
      .block-big-slider .slide__inner .slide-title a:hover, .block-big-slider .slide__inner .slide-title a:focus {
        text-decoration: none;
        color: #2791c6; }
  .block-big-slider .slide__inner .editors {
    margin: 0 0 5px;
    color: white;
    text-shadow: black 1px 1px 6px;
    font-size: 20px;
    font-weight: 400; }
    .block-big-slider .slide__inner .editors a {
      color: white; }
      .block-big-slider .slide__inner .editors a:hover, .block-big-slider .slide__inner .editors a:focus {
        text-decoration: none;
        color: #2791c6; }
  .block-big-slider .slide__inner .description {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: white;
    text-shadow: black 1px 1px 6px; }
  .block-big-slider .slide__inner .buttons-set {
    margin: 17px 0 8px 0; }
  .block-big-slider .slide__inner .cssc-button {
    margin-right: 15px;
    margin-bottom: 15px; }
    .block-big-slider .slide__inner .cssc-button:last-child {
      margin-right: 0; }
  .block-big-slider .slide__inner .cssc-button-slide {
    padding: 0 25px; }

/* slider navigation */
.mainslider__navigation {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  text-align: center;
  font-size: 0;
  padding: 0;
  max-height: 101px;
  overflow: hidden; }
  .mainslider__navigation > div {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    *display: inline;
    *zoom: 1; }
    .mainslider__navigation > div + div {
      margin-left: 10px; }
    .mainslider__navigation > div a {
      display: block;
      width: 160px;
      height: 91px; }
      .mainslider__navigation > div a img {
        border: 1px transparent solid; }
    .mainslider__navigation > div img:hover, .mainslider__navigation > div.current img {
      border-color: #2791c6; }

@media (min-width: 992px) and (max-width: 1199px) {
  .bs-slides {
    width: 2736px;
    margin-left: -1368px; }
    .bs-slides .slide__inner {
      margin: 100px 0 0 60px; }

  .bs-content-slide, .bs-slides > li {
    width: 912px;
    height: 441.29032px; }

  .mainslider__navigation > div a {
    width: 140px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .bs-slides {
    width: 2184px;
    margin-left: -1092px; }

  .bs-content-slide, .bs-slides > li {
    width: 728px;
    height: 352.25806px; }

  .mainslider__navigation {
    max-height: none;
    position: static;
    padding: 10px 0 20px 0;
    background-color: #27292f;
    background-image: url("http://www.fr.universcine.be/bundles/cineweb/css/images/common/backgrounds/bg-noise.png"); } }
@media (max-width: 767px) {
  .bs-slides {
    width: 100%;
    margin-left: 0;
    left: 0; }

  .bs-slides > li {
    width: 100%;
    height: auto; }
    .bs-slides > li:first-child, .bs-slides > li:last-child {
      width: 0; }

  .bsc-mask {
    position: relative;
    height: auto; }
    .bsc-mask:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 48.3871%; }

  .old-mask {
    position: absolute;
    top: 0;
    left: 0; }

  .bs-content-slide {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

  .mainslider__navigation {
    position: static;
    border-bottom: 1px #dddee0 solid;
    background: white; }
    .mainslider__navigation > div {
      margin: 0; }
      .mainslider__navigation > div + div {
        margin-left: 20px; }
      .mainslider__navigation > div a {
        width: auto;
        height: auto; }
      .mainslider__navigation > div span {
        font-size: 20px;
        color: #d0d1d5;
        line-height: 1.7;
        font-weight: 700; }
      .mainslider__navigation > div span:hover, .mainslider__navigation > div.current span {
        color: #2791c6; }

  .block-big-slider .slide__inner {
    margin-top: 50px;
    margin-left: 20px; } }
@media (max-width: 480px) {
  .block-big-slider .slide__inner {
    min-width: 0; }
    .block-big-slider .slide__inner .slide-title {
      font-size: 30px;
      line-height: 34px; } }
/* -------------------------------------------------------
 * IMPORT FALLBACK DEFAULT VARIABLES
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * COMMON VARIABLES
 * ------------------------------------------------------- */
/* COLORS
 * ------------------------- */
/* COLORS to sort / to clean
 * ------------------------- */
/* SIZES
 * ------------------------- */
/* SIZES to sort/check/clean
 * ------------------------- */
/* COLUMN SIZES to sort/to check / to clean
 * ------------------------- */
/* -------------------------------------------------------
 * DEFAULT BOOTSTRAP BREACKPOINTS
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * UC FONT VARIABLES
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * MOBILE FIRST
 * ------------------------------------------------------- */
.pushes-marketing-text-wrapper {
  padding: 30px 0; }

.one-push-text i {
  float: left;
  display: inline-block;
  color: white;
  background: #27292f;
  text-align: center;
  font-size: 33px;
  height: 80px;
  line-height: 80px;
  width: 80px;
  border-radius: 6px;
  margin: 0 20px 0 0; }
.one-push-text .main-text span {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300; }
  .one-push-text .main-text span strong {
    font-weight: 900; }
.one-push-text .main-text a {
  display: inline-block;
  margin: 5px 0 0 0; }

/* -------------------------------------------------------
 * SMALL SCREENS AND TABLET ONLY
 * ------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
  .one-push-text {
    text-align: center; }
    .one-push-text i {
      float: none;
      margin: 0; } }
/* -------------------------------------------------------
 * TABLET AND +
 * ------------------------------------------------------- */
@media (min-width: 992px) {
  .pushes-marketing-text-wrapper {
    padding: 50px 0; } }
/* -------------------------------------------------------
 * Search
 * ------------------------------------------------------- */
.homesearch {
  padding-top: 20px;
  padding-bottom: 20px; }
  .homesearch > div {
    height: 40px;
    line-height: 40px; }
  .homesearch .col-3 {
    text-align: right;
    position: relative;
    top: -4px; }
    .homesearch .col-3 > div {
      display: inline-block;
      vertical-align: middle;
      *display: inline;
      *zoom: 1; }
      .homesearch .col-3 > div + div {
        margin-left: 15px;
        padding-left: 13px;
        border-left: 1px #dddee0 dotted; }
  .homesearch .title {
    font-family: "Lato";
    font-size: 20px;
    font-weight: 300;
    color: #686a6e;
    -webkit-font-smoothing: antialiased; }

.homesearch-form {
  position: relative; }
  .homesearch-form input {
    height: 42px;
    border-radius: 0;
    border-radius: 2px 0 0 2px;
    line-height: 42px; }
  .homesearch-form .cssc-button {
    width: 70px;
    border: 1px #c4c5c9 solid;
    border-radius: 0 3px 3px;
    font-size: 14px;
    line-height: 40px;
    color: #888a8d;
    background-color: #f8f8f9; }

.homesearch-counter {
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 11px;
  font-weight: 400;
  color: #a9a9ac; }

.homesearch-counter__number {
  line-height: 46px;
  font-size: 36px;
  font-weight: 200;
  color: #2791c6;
  -webkit-font-smoothing: antialiased; }
  .homesearch-counter__number + span {
    padding-left: 5px;
    vertical-align: 8px; }

.homesearch-link a {
  position: relative;
  top: 0px;
  right: auto; }

/* Wide */
@media (min-width: 1399px) {
  .homesearch .title {
    font-size: 26px; }

  .homesearch__col.col-1 {
    margin-right: 46px; }

  .homesearch-form input {
    width: 520px; }

  .homesearch__col.col-2 {
    margin-right: 35px; } }
/* ----------------------------------------------------------
 * Block benefits
 * ------------------------------------------------------- */
.benefits {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: white; }

.benefit {
  position: relative;
  padding-left: 99px; }

.benefit__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 6px;
  text-align: center;
  line-height: 80px;
  color: white;
  background-color: #27292f;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.benefit--decouvrez {
  font-size: 32px; }

.benefit--cinepass {
  font-size: 28px; }

.benefit--catalogue {
  font-size: 32px; }

.benefit p {
  position: relative;
  top: -3px;
  margin: 0;
  padding: 0;
  max-width: 205px;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  color: #26282e;
  -webkit-font-smoothing: antialiased; }
.benefit strong {
  font-weight: 900; }
.benefit span {
  font-size: 16px; }
  .benefit span span {
    font-weight: 400; }
.benefit a {
  font-family: "Lato";
  font-size: 13px;
  font-weight: 700;
  color: #2791c6; }

.dropdown-menu .benefit a:hover {
  text-decoration: none;
  color: white; }

.benefit a:hover {
  text-decoration: none;
  color: #26282e; }

/* Wide */
@media (min-width: 1399px) {
  .benefit p {
    max-width: 225px; } }
/* Tablette */
@media (min-width: 768px) and (max-width: 991px) {
  .benefit {
    padding-left: 0;
    text-align: center; }

  .benefit__icon {
    position: relative;
    margin: 0 auto; }

  .benefit p {
    top: 0;
    margin: 11px 5px 5px;
    padding: 0;
    max-width: none;
    font-size: 20px; } }
/* Mobile */
@media (max-width: 767px) {
  .benefits {
    padding-top: 20px;
    padding-bottom: 123px; }
    .benefits > div {
      position: static;
      padding: 0; }

  .benefit {
    position: static;
    padding: 0; }

  .benefit__icon {
    position: relative;
    width: 90px;
    height: 60px;
    margin: 0 auto;
    line-height: 66px; }

  .benefit__inner {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    overflow: hidden;
    text-align: center;
    background-color: white; }
    .benefit__inner p {
      font-size: 13px; }

  .benefit p {
    margin: 0 auto; }

  .benefit--decouvrez {
    font-size: 24px; }

  .benefit--cinepass {
    font-size: 21px; }

  .benefit--catalogue {
    font-size: 24px; }

  .benefit.active .benefit__inner {
    height: 86px; }
  .benefit .benefit__inner {
    height: 0; }
  .benefit.active .benefit__icon {
    background-color: #d02865; }

  /* Menu Edito */
  .dropdown-menu--edito .cc-inner {
    padding: 0; }
  .dropdown-menu--edito .benefit__icon {
    display: none; }
  .dropdown-menu--edito .benefit .benefit__inner {
    display: block;
    position: static;
    height: auto;
    margin-bottom: 20px;
    text-align: left;
    background: 0; }
  .dropdown-menu--edito .benefits.benefits--edito {
    padding-bottom: 0; } }
.block-nouveaute {
  overflow-x: hidden;
  padding-bottom: 30px;
  margin-bottom: -30px; }

.block-nouveaute__inner {
  padding-bottom: 90px;
  position: relative; }

.slider-nouveaute-wrapper {
  position: relative; }

.slider-nouveaute img {
  width: 100%; }

.slider-nouveaute__inner {
  position: relative;
  overflow: visible !important;
  font-size: 0; }
  .slider-nouveaute__inner .item {
    margin: 0 -20px;
    width: calc(100% + 40px); }

.slider-nouveaute-item {
  float: left;
  width: calc(100% / 8); }

.nice-hover-item {
  position: relative;
  overflow: hidden; }
  .nice-hover-item:hover .top-item-hover {
    visibility: visible;
    opacity: 1; }
  .nice-hover-item .fiche-description {
    display: none; }
  .nice-hover-item:hover {
    -moz-transform: scale(1.25405);
    -ms-transform: scale(1.25405);
    -webkit-transform: scale(1.25405);
    border-radius: 3px;
    border: 1px #3d3f44 solid;
    box-shadow: 0 0 20px black;
    height: auto;
    margin-bottom: -65px;
    padding: 7px;
    transform: scale(1.25405);
    z-index: 3; }
    .nice-hover-item:hover .fiche-description {
      display: block; }
  .nice-hover-item .top-item-hover .buttonsset {
    top: 16px;
    width: 36px; }
    .nice-hover-item .top-item-hover .buttonsset .item-inner {
      width: 33px;
      height: 33px;
      margin-bottom: 8px;
      font-size: 12px;
      line-height: 33px; }
  .nice-hover-item .top-item-hover .bottom {
    right: 18px;
    left: 18px; }
  .nice-hover-item .top-item-hover .rating {
    bottom: 5px; }
  .nice-hover-item .icn-play-border {
    width: 30px;
    height: 30px;
    line-height: 30px; }
    .nice-hover-item .icn-play-border .icon-play {
      font-size: 12px;
      line-height: 40px; }
  .nice-hover-item .top-item-hover .rating, .nice-hover-item .rating i {
    font-size: 12px; }
  .nice-hover-item .fiche-description .title {
    font-size: 10px;
    line-height: 16px;
    margin-top: 7px; }
  .nice-hover-item .fiche-description .author {
    font-size: 10px; }
  .nice-hover-item .fiche-description .price {
    font-size: 9px; }

/* Nice Hover
 * ----------------------- */
/* Wide */
@media (min-width: 1400px) {
  .slider-nouveaute-item {
    float: left;
    width: calc(100% / 8); } }
/* Tablette & Mobile */
@media (max-width: 991px) {
  .nice-hover-item {
    height: auto !important; }
    .nice-hover-item:hover .fiche-description {
      display: none; }
    .nice-hover-item .top-item-illu img {
      width: 100%; }
    .nice-hover-item:hover {
      height: auto !important;
      margin: 0 !important;
      padding: 0;
      border: none;
      border-radius: 0;
      box-shadow: none;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none; }
    .nice-hover-item .fiche-description {
      display: none; }
    .nice-hover-item .top-item-link {
      background-color: transparent; }
    .nice-hover-item .top-item-hover {
      visibility: visible !important;
      opacity: 1 !important; } }
/* Tablette */
@media (min-width: 768px) and (max-width: 991px) {
  .slider-nouveaute__inner .item {
    width: calc(100% + 222px); }

  .slider-nouveaute-wrapper .navigation .cssc-button:before {
    display: none; }

  .slider-nouveaute-item {
    height: auto; }

  .block-nouveaute__inner {
    padding-bottom: 30px; } }
/* Mobile */
@media (max-width: 767px) {
  .block-nouveaute__inner {
    padding-bottom: 0; }

  .slider-nouveaute-wrapper .navigation .cssc-button {
    display: none; }

  .block-nouveaute .item {
    overflow: hidden;
    margin-right: 0; }

  .nice-hover-item:hover .top-item-hover, .nice-hover-item .top-item-hover {
    visibility: hidden;
    opacity: 0; }
  .nice-hover-item:hover {
    height: 247px;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none; }

  .slider-nouveaute-item {
    width: calc(100% / 4 );
    height: 187px; }

  .slider-nouveaute__inner .item {
    margin: 0 -50px;
    width: calc(100% + 100px); } }
/* Tablette */
@media (min-width: 768px) and (max-width: 991px) {
  .block-nouveaute--nopadding .block-nouveaute__inner {
    padding-bottom: 0; } }
/* -------------------------------------------------------
 * NEWS FEED
 * ------------------------------------------------------- */
.one-news {
  display: block;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 12px;
  margin-bottom: 20px;
  color: #8b8d95;
  height: 300px;
  overflow: hidden;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease;
  transition: none;
  position: relative;
  overflow: hidden; }
  .one-news:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 101%;
    height: 0;
    -webkit-box-shadow: 0px 0px 12px 12px white;
    -moz-box-shadow: 0px 0px 12px 12px white;
    box-shadow: 0px 0px 12px 12px white; }
  .one-news .img-wrapper {
    position: relative;
    max-height: 166px;
    overflow: hidden;
    margin-bottom: 12px; }
    .one-news .img-wrapper > img {
      width: 100%; }
  .one-news .tags {
    position: absolute;
    top: 10px;
    left: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .one-news h3 {
    color: #27292f;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 8px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .one-news:hover, .one-news:focus {
    text-decoration: none; }
    .one-news:hover h3, .one-news:focus h3 {
      color: #2791c6; }
    .one-news:hover .one-news-description, .one-news:focus .one-news-description {
      color: #8b8d95; }

.main-news .one-news {
  height: 620px; }
  .main-news .one-news .img-wrapper {
    max-height: 342px; }

@media (max-width: 991px) {
  .main-news .one-news {
    height: auto; }
    .main-news .one-news .img-wrapper {
      max-height: none; } }
@media (max-width: 767px) {
  .one-news {
    height: auto; }
    .one-news .img-wrapper {
      max-height: none; } }
/* ----------------------------------------------------------
 * Newsletter
 * ------------------------------------------------------- */
.block-newsletter {
  line-height: 120px !important; }
  .block-newsletter > * {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1; }
  .block-newsletter form {
    position: relative;
    top: 7px; }
  .block-newsletter .form-group, .block-newsletter .input-group {
    width: 100%; }
  .block-newsletter .input-group-btn {
    width: 1% !important; }
  .block-newsletter .cssc-button {
    vertical-align: baseline; }
  .block-newsletter .title {
    font-family: "Lato";
    font-size: 23px;
    font-weight: 300;
    color: #27292f;
    text-align: left; }
    .block-newsletter .title strong {
      font-weight: normal; }
  .block-newsletter .cssc-button {
    width: auto;
    padding: 0 25px; }
  .block-newsletter input {
    position: relative;
    top: 35px;
    height: 40px;
    line-height: 25px;
    border-right: 0; }
  .block-newsletter button {
    height: 39px !important;
    margin-left: 0 !important; }

/* Wide */
@media (min-width: 1399px) {
  .block-newsletter .title {
    font-size: 30px; } }
/* Tablette */
@media (min-width: 768px) and (max-width: 991px) {
  .block-newsletter {
    line-height: 3px !important; }
    .block-newsletter .title {
      display: block;
      margin: 0;
      font-size: 30px;
      line-height: 40px;
      padding: 19px 0 11px;
      text-align: center; }
      .block-newsletter .title strong {
        display: block; }
    .block-newsletter form {
      width: 400px;
      margin: auto;
      padding-bottom: 30px; }
    .block-newsletter input {
      width: 280px;
      top: 0; } }
/* Mobile */
@media (max-width: 767px) {
  .grid-actu {
    padding-bottom: 0;
    margin: 0; }
    .grid-actu img {
      width: 100%; }
    .grid-actu > div:first-child .actu-push {
      margin-bottom: 20px; }

  .block-newsletter {
    padding: 31px 0 37px;
    line-height: 28px !important; }
    .block-newsletter .title {
      margin-right: 0;
      margin-bottom: 23px;
      font-size: 20px;
      line-height: 25px;
      text-align: center; }
    .block-newsletter input {
      top: 0; } }
/* ----------------------------------------------------------
 * Top du moment
 * ------------------------------------------------------- */
.block-dark-title {
  padding: 45px 0 23px;
  font-family: "Lato";
  font-size: 22px;
  font-weight: 400;
  color: white;
  -webkit-font-smoothing: antialiased; }
  .block-dark-title.is-black {
    color: #27292f; }
    .block-dark-title.is-black span {
      color: #929396; }

.slider-topdumoment {
  position: relative;
  padding: 0 20px 29px 20px; }

.top-item {
  display: block;
  font-family: "Lato";
  line-height: 18px; }

.top-item-illu {
  position: relative; }

.top-item-list .top-item {
  float: left;
  width: calc(100% / 5 - 20px);
  position: relative; }
  .top-item-list .top-item img {
    width: 100%; }

.top-item + .top-item {
  margin: 0 0 0 20px; }
.top-item > img {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1; }

.fiche-description {
  position: relative; }
  .fiche-description > img {
    border: 2px white solid;
    position: absolute;
    top: -30px;
    left: 11px;
    z-index: 3; }
  .fiche-description .title {
    display: inline-block;
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: white;
    -webkit-font-smoothing: antialiased; }
  .fiche-description a:hover {
    text-decoration: none;
    color: #2791c6; }
  .fiche-description .author {
    font-size: 13px;
    color: #686a6e; }
    .fiche-description .author .strong {
      font-weight: 400;
      color: #888a8d; }
  .fiche-description .description {
    margin: 0;
    color: #a5a7ac;
    font-family: "Lato";
    font-weight: 400;
    line-height: 20px; }

.top-item-hover {
  visibility: hidden;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0; }

.top-item:hover .top-item-hover {
  visibility: visible;
  opacity: 1; }

.top-item-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(39, 41, 47, 0.3); }

.top-item-hover .buttonsset {
  z-index: 3;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  font-size: 0; }
  .top-item-hover .buttonsset .item-inner {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: white; }
    .top-item-hover .buttonsset .item-inner .icon-playlist {
      font-size: 20px;
      position: relative;
      left: 2px;
      top: 3px; }

.top-item-bookmark {
  border: 2px solid white;
  border-radius: 3px; }
  .top-item-bookmark:hover {
    border-color: #2791c6; }
    .top-item-bookmark:hover i {
      color: #2791c6; }

.top-item-hover .bottom {
  z-index: 3;
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px; }
.top-item-hover .top-item-play {
  position: absolute;
  right: 0;
  bottom: 8px;
  color: white; }
  .top-item-hover .top-item-play .icon-play {
    font-size: 40px; }
.top-item-hover .rating {
  position: absolute;
  bottom: 11px;
  left: 0; }

/* Navigation
 * ----------------------- */
.slider-topdumoment .navigation-button {
  left: -10px;
  margin-top: -65px; }
  .slider-topdumoment .navigation-button + .navigation-button {
    right: -10px;
    left: auto; }

/* Mobile */
@media (max-width: 767px) {
  .block-dark-title {
    text-align: center;
    padding: 26px 0; }

  .slider-topdumoment .top-item-list {
    text-align: center; }
    .slider-topdumoment .top-item-list .top-item {
      display: inline-block;
      vertical-align: middle;
      float: none;
      text-align: left; }

  .navigation--topdumoment .cssc-button:before {
    left: -7px; }
  .navigation--topdumoment .cssc-button + .cssc-button:before {
    left: auto;
    right: -7px; } }
/* Mobile */
@media (max-width: 1399px) {
  .top-item-list .top-item {
    float: left;
    width: calc(100% / 4 - 20px);
    position: relative; } }
/* Tablette & mobile */
@media (max-width: 767px) {
  .top-item-list .top-item {
    float: left;
    width: calc(100% / 1);
    position: relative; } }
@media (max-width: 991px) {
  .top-item-hover .buttonsset {
    z-index: 3;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 90px;
    font-size: 0; }
    .top-item-hover .buttonsset .item-inner {
      width: 40px;
      height: 40px;
      margin-left: 5px;
      text-align: center;
      font-size: 16px;
      line-height: 40px;
      color: white;
      float: left; } }
/* Wide */
@media (min-width: 1399px) {
  .slider-topdumoment .navigation-button {
    left: -37px;
    margin-top: -65px; }
    .slider-topdumoment .navigation-button + .navigation-button {
      right: -37px;
      left: auto; } }
/* ----------------------------------------------------------
 * On vous recommande
 * ------------------------------------------------------- */
.recommande-list {
  position: relative;
  padding: 0;
  margin: 0 -10px;
  overflow: hidden; }

.recommande-item {
  padding-bottom: 30px; }

.recommande-item__top {
  position: relative; }
  .recommande-item__top > img {
    width: 100%; }
  .recommande-item__top .top-item-hover {
    height: auto;
    bottom: 0;
    background-color: rgba(39, 41, 47, 0.3); }
  .recommande-item__top .icon-play {
    font-size: 40px;
    -webkit-font-smoothing: antialiased; }

.recommande-item__bottom {
  position: relative;
  z-index: 2; }
  .recommande-item__bottom > img {
    position: absolute;
    top: -30px;
    left: 8px;
    border: 2px white solid; }

.recommande-item__infos {
  position: relative;
  margin: 7px 0 0 80px;
  font-family: "Lato";
  font-size: 13px;
  line-height: 18px;
  color: #888a8d; }
  .recommande-item__infos a {
    display: block;
    width: 60%;
    color: #27292f; }
  .recommande-item__infos span {
    color: #686a6e; }
  .recommande-item__infos + .price {
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 12px; }

.recommande-item .rating {
  bottom: 19px;
  left: 9px; }
.recommande-item .icn-play-border {
  z-index: 5;
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: white; }
.recommande-item:hover .top-item-hover {
  visibility: visible;
  opacity: 1; }
.recommande-item a:hover {
  text-decoration: none;
  color: #2791c6; }

/* Wide */
@media (min-width: 1399px) {
  .recommande-item {
    padding-bottom: 50px; }

  .recommande-item__infos {
    font-size: 14px; }
    .recommande-item__infos strong {
      width: 210px; } }
/* Mobile */
@media (max-width: 767px) {
  .recommande-item__infos strong {
    max-width: 90px; } }
/* ----------------------------------------------------------
 * Block pushs
 * ------------------------------------------------------- */
.block-pushs .cc-inner {
  padding: 0px 70px; }
.block-pushs .cc-main {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px #dddee0 solid; }

.block-pushs__inner {
  text-align: center;
  font-size: 0; }
  .block-pushs__inner img {
    width: 100%; }
    .block-pushs__inner img + img {
      margin-left: 20px; }

/* Tablette */
@media (max-width: 1160px) {
  .block-pushs .cc-inner {
    padding: 0px 10px; }
  .block-pushs .cc-main {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px #dddee0 solid; } }
/* Mobile */
@media (max-width: 767px) {
  .block-pushs__inner img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%; }
    .block-pushs__inner img + img {
      margin-top: 20px;
      margin-left: auto; } }
/* -------------------------------------------------------
 * Nos collections
 * ------------------------------------------------------- */
.collection-main .slide-title {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7); }

.collection-main__inner a {
  color: white; }
.collection-main__inner a:hover {
  color: #2791c6;
  text-decoration: none; }

.block-collections {
  padding-bottom: 57px;
  border-bottom: 1px #dddee0 solid; }

.collections {
  position: relative; }

.collection-item {
  position: relative;
  background-color: transparent;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

.collection-main {
  float: left;
  width: 100%;
  overflow: hidden; }

.collection-main__inner {
  position: absolute;
  bottom: 5%;
  left: 3%;
  width: 430px; }
  .collection-main__inner .slide-title {
    font-size: 40px;
    line-height: 40px; }
  .collection-main__inner p {
    margin: 0 0 16px;
    color: white;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7); }
  .collection-main__inner .collection-description {
    color: white;
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7); }
  .collection-main__inner .buttonset {
    margin: 20px 0 0; }
  .collection-main__inner .cssc-button {
    width: 150px; }
    .collection-main__inner .cssc-button i {
      font-size: 16px; }

.collection-item .big_img {
  width: 100%; }

/* Thumbs
 * ----------------------- */
.collection-thumbs {
  overflow: hidden;
  clear: both;
  float: right;
  cursor: pointer; }

.collection-thumbs-item:hover {
  opacity: 0.8; }
.collection-thumbs-item > img {
  width: 100%; }

.collection-thumbs .col {
  margin-top: 20px; }

.collection-thumbs-item {
  background-size: contain; }
  .collection-thumbs-item .slide-title {
    margin: 0;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #686a6e;
    -webkit-font-smoothing: antialiased; }
  .collection-thumbs-item:hover .slide-title {
    color: #2791c6; }
  .collection-thumbs-item .collection-main__inner {
    position: relative;
    top: auto;
    left: auto;
    width: auto; }
  .collection-thumbs-item .slide-title ~ * {
    display: none; }

/* Wide */
@media (min-width: 1440px) {
  .collection-main {
    width: 988px;
    height: 556px; }

  .collection-thumbs {
    clear: none; }
    .collection-thumbs .col {
      float: none;
      width: 252px;
      margin-top: 0; }
      .collection-thumbs .col + .col {
        margin-top: 14px; } }
@media (min-width: 992px) and (max-width: 1439px) {
  .collection-thumbs {
    float: none; } }
/* Tablette */
@media (min-width: 768px) and (max-width: 991px) {
  .collection-main {
    width: 100%;
    float: none; }

  .collection-main__inner {
    top: 46px;
    left: 30px; }

  .collection-main .collection-main__inner .slide-title {
    font-size: 30px;
    line-height: 30px; } }
/* Mobile */
@media (max-width: 767px) {
  .collection-thumbs {
    float: none; }

  .collection-main .collection-main__inner p, .collection-main .collection-main__inner img, .collection-main .collection-main__inner .buttonset {
    display: none; }
  .collection-main .slide-title {
    display: block;
    margin: 0;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #686a6e;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0); }
  .collection-main .collection-main__inner {
    position: relative;
    top: auto;
    left: auto;
    width: auto; }

  .collection-thumbs .col {
    width: 100%; }
    .collection-thumbs .col + .col {
      margin-left: 0; }

  .block-collections {
    padding-bottom: 0; } }
/* ----------------------------------------------------------
 * Accessible
 * ------------------------------------------------------- */
.accessible {
  padding: 0 0 55px;
  text-align: center;
  font-size: 0;
  position: relative; }

.accessible__inner {
  /*margin-right: -30px; */ }

.accessible .title {
  padding: 52px 0 46px;
  font-family: "Lato";
  font-size: 40px;
  font-weight: 300;
  color: white;
  -webkit-font-smoothing: antialiased; }

.accessible-item {
  display: inline-block;
  position: relative;
  width: 130px;
  padding: 127px 0 0;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  color: white;
  background-color: transparent;
  background-image: url("../bundles/cineweb/images/common/devices/sprite-devices.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 30px; }

.accessible-item--tablette {
  background-position: 21px 43px; }

.accessible-item--smartphone {
  background-position: 49px -96px; }

.accessible-item--ordinateur {
  background-position: 1px -247px; }

.accessible-item--tv {
  background-position: 1px -430px; }

.accessible-item--console {
  background-position: 33px -537px; }

.accessible-item--chromecast {
  background-position: 35px -644px; }

.accessible-item__hover {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat; }

.accessible-item:hover .accessible-item__hover {
  visibility: visible;
  opacity: 1; }

.accessible-item--tablette .accessible-item__hover {
  bottom: -1px;
  background-image: url("../bundles/cineweb/images/gifs/tablette.gif"); }

.accessible-item--smartphone .accessible-item__hover {
  bottom: 0;
  background-image: url("../bundles/cineweb/images/gifs/smartphone.gif"); }

.accessible-item--ordinateur .accessible-item__hover {
  bottom: 11px;
  background-image: url("../bundles/cineweb/images/gifs/ordinateur.gif"); }

.accessible-item--tv .accessible-item__hover {
  bottom: 41px;
  background-image: url("../bundles/cineweb/images/gifs/tv.gif"); }

.accessible-item--console .accessible-item__hover {
  bottom: -34px;
  background-image: url("../bundles/cineweb/images/gifs/console.gif"); }

.accessible-item--chromecast .accessible-item__hover {
  bottom: -30px;
  background-image: url("../bundles/cineweb/images/gifs/chromecast.gif"); }

/* Tablette */
@media (min-width: 768px) and (max-width: 991px) {
  .accessible .title {
    padding: 40px 0 35px;
    font-size: 36px; }

  .accessible-item {
    width: 128px;
    margin-bottom: 20px; } }
/* Mobile */
@media (max-width: 767px) {
  .accessible {
    padding-bottom: 67px; }
    .accessible .title {
      padding: 35px 0;
      font-size: 40px;
      line-height: 40px; }

  .accessible__inner {
    margin-right: 0; }

  .accessible-item {
    margin-bottom: 20px;
    margin-right: 0; }

  .accessible-item--console, .accessible-item--chromecast {
    margin-top: -60px; } }
/* ----------------------------------------------------------
 * Create account
 * ------------------------------------------------------- */
.createaccount {
  text-align: center;
  font-size: 0;
  line-height: 90px;
  vertical-align: middle; }
  .createaccount .title {
    display: inline-block;
    margin-right: 20px;
    font-family: "Lato";
    font-size: 20px;
    font-weight: 400;
    vertical-align: middle;
    color: #27292f;
    *display: inline;
    *zoom: 1; }
  .createaccount .cssc-button {
    width: 165px;
    vertical-align: middle; }

/* Mobile */
@media (max-width: 767px) {
  .createaccount {
    padding: 33px 0 43px;
    line-height: 1.2; }
    .createaccount .title {
      display: block;
      margin-right: 0;
      margin-bottom: 16px; } }
/* ----------------------------------------------------------
 * Rechercher par genres
 * ------------------------------------------------------- */
.findgenres .nav {
  position: relative;
  margin-bottom: -10px;
  text-align: center; }
  .findgenres .nav > li {
    display: inline-block;
    float: none;
    margin-right: -19px;
    margin-bottom: 10px;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-right: 19px; }
    .findgenres .nav > li + li {
      margin-left: 0;
      padding-left: 0;
      border: 0; }
    .findgenres .nav > li > a {
      padding: 0 10px;
      border-radius: 3px;
      font-family: "Lato";
      font-size: 13px;
      font-weight: 700;
      line-height: 30px;
      color: #c4c5c9;
      background-color: #47494e;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
      -webkit-font-smoothing: antialiased; }
      .findgenres .nav > li > a:hover {
        color: white;
        background-color: #d02865; }
    .findgenres .nav > li.active > a {
      color: white;
      background-color: #d02865; }
.findgenres .tab-pane {
  position: relative;
  margin: 0 -20px -20px 0;
  padding: 20px 0 50px;
  text-align: center;
  font-size: 0; }
  .findgenres .tab-pane > div {
    display: inline-block;
    width: 140px;
    height: 187px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: left;
    vertical-align: middle;
    *display: inline;
    *zoom: 1; }
  .findgenres .tab-pane img {
    width: 100%; }
  .findgenres .tab-pane .dropdown-menu__alllinks {
    height: 100%; }
    .findgenres .tab-pane .dropdown-menu__alllinks > div {
      font-size: 25px;
      line-height: 30px; }
      .findgenres .tab-pane .dropdown-menu__alllinks > div strong {
        display: block; }

/* Wide */
@media (min-width: 1399px) {
  .findgenres .tab-pane > div {
    width: 190px;
    height: 253px; } }
/* Mobile */
@media (max-width: 767px) {
  .findgenres .tab-pane {
    padding-bottom: 0; }
  .findgenres .nav > li {
    display: block;
    width: 100%; }
    .findgenres .nav > li > a {
      display: block;
      width: 100%; }
  .findgenres .tab-pane > div {
    width: 125px;
    height: 166px; }
  .findgenres .tab-pane .dropdown-menu__alllinks > div {
    bottom: 36px;
    font-size: 20px;
    line-height: 23px; } }
/* Arrows buttons */
.block-nouveaute__inner .slider-nouveaute-wrapper .navigation-button.cssc-button.icon-chevron-left,
.block-nouveaute__inner .slider-nouveaute-wrapper .navigation-button.cssc-button.icon-chevron-right {
  width: 65px; }

/* -------------------------------------------------------
 * IMPORT FALLBACK DEFAULT VARIABLES
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * COMMON VARIABLES
 * ------------------------------------------------------- */
/* COLORS
 * ------------------------- */
/* COLORS to sort / to clean
 * ------------------------- */
/* SIZES
 * ------------------------- */
/* SIZES to sort/check/clean
 * ------------------------- */
/* COLUMN SIZES to sort/to check / to clean
 * ------------------------- */
/* -------------------------------------------------------
 * DEFAULT BOOTSTRAP BREACKPOINTS
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * UC FONT VARIABLES
 * ------------------------------------------------------- */
.block-nouveaute .top-item-hover a.top-item-cart, .block-nouveaute .top-item-hover a.top-item-bookmark {
  border: 2px solid white; }
  .block-nouveaute .top-item-hover a.top-item-cart i, .block-nouveaute .top-item-hover a.top-item-bookmark i {
    margin-top: 8px;
    display: inline-block; }
  .block-nouveaute .top-item-hover a.top-item-cart:hover, .block-nouveaute .top-item-hover a.top-item-bookmark:hover {
    border: 2px solid #2791c6; }
.block-nouveaute .top-item-hover a.top-item-cart, .block-nouveaute .top-item-hover a.top-item-bookmark, .block-nouveaute .top-item-hover a.top-item-play {
  background-color: transparent;
  color: white; }
  .block-nouveaute .top-item-hover a.top-item-cart i, .block-nouveaute .top-item-hover a.top-item-bookmark i, .block-nouveaute .top-item-hover a.top-item-play i {
    color: white; }
  .block-nouveaute .top-item-hover a.top-item-cart:hover, .block-nouveaute .top-item-hover a.top-item-bookmark:hover, .block-nouveaute .top-item-hover a.top-item-play:hover {
    background-color: transparent;
    color: #2791c6; }
    .block-nouveaute .top-item-hover a.top-item-cart:hover i, .block-nouveaute .top-item-hover a.top-item-bookmark:hover i, .block-nouveaute .top-item-hover a.top-item-play:hover i {
      color: #2791c6; }
.block-nouveaute .fiche-description a.title, .block-nouveaute .fiche-description .author, .block-nouveaute .fiche-description .price {
  font-size: 10px; }
.block-nouveaute a[class^="icon-"], .block-nouveaute a[class*=" icon-"] {
  font-family: "ucfont"; }
@media (max-width: 991px) {
  .block-nouveaute a {
    display: block; } }

/* -------------------------------------------------------
 * IMPORT FALLBACK DEFAULT VARIABLES
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * COMMON VARIABLES
 * ------------------------------------------------------- */
/* COLORS
 * ------------------------- */
/* COLORS to sort / to clean
 * ------------------------- */
/* SIZES
 * ------------------------- */
/* SIZES to sort/check/clean
 * ------------------------- */
/* COLUMN SIZES to sort/to check / to clean
 * ------------------------- */
/* -------------------------------------------------------
 * DEFAULT BOOTSTRAP BREACKPOINTS
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * UC FONT VARIABLES
 * ------------------------------------------------------- */
#article {
  padding-top: 40px;
  background: white; }
  #article .content-article {
    padding: 0 70px; }
    @media (max-width: 1399px) {
      #article .content-article {
        padding: 0 22px; } }
  #article .top-article, #article .bottom-article {
    position: relative; }
    @media (max-width: 1399px) {
      #article .top-article.bottom-article, #article .bottom-article.bottom-article {
        text-align: center; } }
    #article .top-article h1, #article .top-article .article-infos, #article .top-article #chapo, #article .bottom-article h1, #article .bottom-article .article-infos, #article .bottom-article #chapo {
      padding: 0 170px 0 0; }
      @media (max-width: 1399px) {
        #article .top-article h1, #article .top-article .article-infos, #article .top-article #chapo, #article .bottom-article h1, #article .bottom-article .article-infos, #article .bottom-article #chapo {
          padding: 0; } }
  #article .cc-inner {
    padding-right: 20px; }
  #article h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px; }
  #article .share-title {
    font-size: 15px;
    font-weight: 600;
    margin-top: -15px; }
  #article .article-infos {
    text-transform: uppercase;
    margin-bottom: 10px; }
  #article p {
    color: #686a6e; }
  #article #chapo a {
    margin: 0; }
  #article #chapo p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #686a6e;
    font-weight: 700;
    font-family: "Lato";
    margin-bottom: 15px; }
  #article #chapo .duration {
    color: #8a8a8a;
    font-style: italic; }
  #article a {
    color: #2791c6;
    font-weight: 700;
    font-family: "Lato";
    font-size: 14px;
    line-height: 20px; }
    #article a.title {
      color: white;
      font-size: 10px;
      font-weight: bold;
      line-height: 16px; }
  #article .share {
    margin-bottom: 30px;
    position: absolute;
    top: 22px;
    right: 0; }
    #article .share .casting-title {
      color: #333333;
      font-weight: normal; }
  @media (max-width: 1399px) {
    #article .top-article .share {
      position: inherit;
      text-align: center; } }
  @media (max-width: 767px) {
    #article .bottom-article .share {
      margin-bottom: 50px;
      position: inherit;
      text-align: center; } }
  #article .share-mobile-article {
    display: none; }
    @media (max-width: 991px) {
      #article .share-mobile-article {
        display: inline-block;
        width: 100%;
        margin: 12px 0 22px 0;
        padding: 25px 0;
        overflow-x: visible;
        position: relative;
        background-color: #f2f2f4;
        text-align: center; }
        #article .share-mobile-article .left-bg, #article .share-mobile-article .right-bg {
          width: 30px;
          height: 100%;
          position: absolute;
          top: 0;
          background-color: #f2f2f4; }
        #article .share-mobile-article .left-bg {
          left: -30px; }
        #article .share-mobile-article .right-bg {
          right: -30px; }
        #article .share-mobile-article .sub-share-mobile-article {
          display: inline-block; }
          #article .share-mobile-article .sub-share-mobile-article .share-title {
            margin: 0;
            margin-bottom: 7px;
            padding-left: 2px;
            color: #27292f;
            text-align: left; }
          #article .share-mobile-article .sub-share-mobile-article i {
            color: #686a6e;
            font-size: 38px; }
            #article .share-mobile-article .sub-share-mobile-article i:hover {
              color: #2791c6; } }
  #article .sign {
    font-style: italic; }
  #article .sidebar-film {
    text-align: left; }
    #article .sidebar-film h2 {
      font-family: "Lato";
      font-weight: normal;
      font-size: 15px;
      vertical-align: top;
      margin-top: 0px;
      margin-bottom: 20px; }
    #article .sidebar-film ul {
      padding: 0; }
      #article .sidebar-film ul li {
        list-style: none;
        margin-bottom: 50px; }
    @media (max-width: 767px) {
      #article .sidebar-film {
        padding: 0;
        display: inline-block; }
        #article .sidebar-film h2, #article .sidebar-film ul {
          text-align: left; } }
  #article .profil {
    margin-bottom: 20px;
    padding: 0;
    display: inline-block; }
    @media (max-width: 991px) {
      #article .profil {
        padding: 0 10px; } }
    @media (max-width: 767px) {
      #article .profil {
        background-color: transparent; } }
    #article .profil img {
      width: 79px;
      height: 73px;
      margin-right: 10px;
      padding: 0;
      float: left;
      border: #cccccc solid 1px; }
    #article .profil .right-profil {
      width: auto;
      display: block; }
      #article .profil .right-profil a {
        vertical-align: top; }
        #article .profil .right-profil a i {
          margin: 4px 0 0 2px;
          display: inline-block; }
      #article .profil .right-profil p.resume {
        display: block;
        margin: 0px;
        text-align: left; }
  #article .article-content, #article .article-video-preview {
    width: 950px;
    margin: auto;
    padding-right: 20px; }
    @media (max-width: 1399px) {
      #article .article-content, #article .article-video-preview {
        width: 100%;
        padding: 0; } }
    #article .article-content.article-video-preview, #article .article-video-preview.article-video-preview {
      padding: 15px 0 0 0; }
      #article .article-content.article-video-preview .link-video-img-article, #article .article-video-preview.article-video-preview .link-video-img-article {
        display: block;
        position: relative; }
        #article .article-content.article-video-preview .link-video-img-article .circle-video-img-article, #article .article-video-preview.article-video-preview .link-video-img-article .circle-video-img-article {
          width: 66px;
          height: 66px;
          margin: auto;
          border: 6px solid rgba(255, 255, 255, 0.5);
          -webkit-border-radius: 66px;
          -moz-border-radius: 66px;
          -ms-border-radius: 66px;
          border-radius: 66px;
          background-color: rgba(0, 0, 0, 0.5);
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #article .article-content.article-video-preview .link-video-img-article .circle-video-img-article i, #article .article-video-preview.article-video-preview .link-video-img-article .circle-video-img-article i {
            width: 0;
            height: 0;
            margin: 16px 0 0 20px;
            display: inline-block;
            border-style: solid;
            border-width: 12.5px 0 12.5px 20px;
            border-color: transparent transparent transparent white;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
        #article .article-content.article-video-preview .link-video-img-article:hover .circle-video-img-article, #article .article-video-preview.article-video-preview .link-video-img-article:hover .circle-video-img-article {
          border: 6px solid rgba(215, 41, 104, 0.5);
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #article .article-content.article-video-preview .link-video-img-article:hover .circle-video-img-article i, #article .article-video-preview.article-video-preview .link-video-img-article:hover .circle-video-img-article i {
            border-color: transparent transparent transparent #2791c6;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
      #article .article-content.article-video-preview .time-video-img-article, #article .article-video-preview.article-video-preview .time-video-img-article {
        margin: -10px 0 20px 0;
        padding-left: 3px;
        color: #666666;
        font-size: 14px;
        font-weight: lighter;
        font-style: italic; }
    #article .article-content.article-content, #article .article-video-preview.article-content {
      margin-bottom: 50px; }
      #article .article-content.article-content p, #article .article-video-preview.article-content p {
        margin: 20px 0 15px;
        color: #666666;
        font-size: 14px; }
      #article .article-content.article-content h1, #article .article-content.article-content h2, #article .article-content.article-content h3, #article .article-content.article-content h4, #article .article-content.article-content h5, #article .article-content.article-content h6, #article .article-video-preview.article-content h1, #article .article-video-preview.article-content h2, #article .article-video-preview.article-content h3, #article .article-video-preview.article-content h4, #article .article-video-preview.article-content h5, #article .article-video-preview.article-content h6 {
        margin: 0 0 20px;
        color: #333333;
        font-size: 18px; }
    @media (max-width: 991px) {
      #article .article-content p, #article .article-content h2, #article .article-video-preview p, #article .article-video-preview h2 {
        width: 100%;
        margin-left: 0;
        display: block; } }
    #article .article-content img, #article .article-video-preview img {
      width: 930px;
      height: auto;
      margin: 20px 0;
      display: block; }
      @media (max-width: 1399px) {
        #article .article-content img, #article .article-video-preview img {
          width: 100%;
          height: auto; } }
  #article .related-articles-article {
    background-color: white; }
    #article .related-articles-article .cc-inner-related-articles-article {
      padding: 0 70px;
      display: block; }
      @media (max-width: 1399px) {
        #article .related-articles-article .cc-inner-related-articles-article {
          padding: 0 22px; } }
      #article .related-articles-article .cc-inner-related-articles-article h2 {
        display: inline-block;
        color: #333333;
        font-size: 24px; }
      #article .related-articles-article .cc-inner-related-articles-article ul, #article .related-articles-article .cc-inner-related-articles-article li {
        list-style: none; }
      #article .related-articles-article .cc-inner-related-articles-article .related-articles-list {
        margin-top: 30px;
        padding: 0; }
        #article .related-articles-article .cc-inner-related-articles-article .related-articles-list .related-articles-item .related-articles-img-link {
          margin-bottom: 10px;
          display: block;
          overflow: hidden;
          position: relative; }
          @media (max-width: 991px) {
            #article .related-articles-article .cc-inner-related-articles-article .related-articles-list .related-articles-item .related-articles-img-link .related-articles-img {
              width: 100%; } }
          #article .related-articles-article .cc-inner-related-articles-article .related-articles-list .related-articles-item .related-articles-img-link .related-articles-img-title {
            padding: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            border: white solid 1px;
            background-color: rgba(0, 0, 0, 0.25);
            position: absolute;
            top: 10px;
            left: 10px;
            color: white;
            font-size: 14px;
            text-transform: uppercase; }
        #article .related-articles-article .cc-inner-related-articles-article .related-articles-list .related-articles-item .related-articles-sub-list {
          margin-bottom: 10px;
          padding: 0 0 10px 0; }
          @media (max-width: 991px) {
            #article .related-articles-article .cc-inner-related-articles-article .related-articles-list .related-articles-item .related-articles-sub-list {
              margin-bottom: 28px;
              padding: 0 0 18px 0;
              border-bottom: #dddee0 solid 1px; } }
          #article .related-articles-article .cc-inner-related-articles-article .related-articles-list .related-articles-item .related-articles-sub-list .time {
            margin-bottom: 14px;
            color: #535559;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase; }
        #article .related-articles-article .cc-inner-related-articles-article .related-articles-list .related-articles-item .related-articles-sub-item .link-title:hover {
          text-decoration: none; }
          #article .related-articles-article .cc-inner-related-articles-article .related-articles-list .related-articles-item .related-articles-sub-item .link-title:hover h1 {
            display: block;
            color: #2791c6;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
        #article .related-articles-article .cc-inner-related-articles-article .related-articles-list .related-articles-item .related-articles-sub-item .link-title h1 {
          max-height: 50px;
          margin-bottom: 10px;
          padding: 0;
          overflow: hidden;
          color: #27292f;
          font-size: 22px;
          font-weight: 400;
          line-height: 25px; }
        #article .related-articles-article .cc-inner-related-articles-article .related-articles-list .related-articles-item .related-articles-sub-item .resume {
          max-height: 60px;
          margin-bottom: 20px;
          display: block;
          overflow: hidden;
          color: #686a6e;
          font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 14px;
          line-height: 20px; }
        #article .related-articles-article .cc-inner-related-articles-article .related-articles-list .related-articles-item .related-articles-sub-item .see-bio {
          display: block;
          vertical-align: top; }
          #article .related-articles-article .cc-inner-related-articles-article .related-articles-list .related-articles-item .related-articles-sub-item .see-bio i {
            margin: 4px 0 0 2px;
            display: inline-block; }
  #article .block-nouveaute {
    background-color: #f0f0f2; }
    #article .block-nouveaute .block-dark-title.is-black {
      color: #333333; }
    #article .block-nouveaute a {
      font-family: "ucfont"; }

.top-btn {
  display: none;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: fixed;
  right: 40px;
  bottom: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #2791c6;
  text-align: center; }
  .top-btn i {
    line-height: 40px;
    vertical-align: middle;
    color: white;
    font-size: 25px; }

/* -------------------------------------------------------
 * IMPORT FALLBACK DEFAULT VARIABLES
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * COMMON VARIABLES
 * ------------------------------------------------------- */
/* COLORS
 * ------------------------- */
/* COLORS to sort / to clean
 * ------------------------- */
/* SIZES
 * ------------------------- */
/* SIZES to sort/check/clean
 * ------------------------- */
/* COLUMN SIZES to sort/to check / to clean
 * ------------------------- */
/* -------------------------------------------------------
 * DEFAULT BOOTSTRAP BREACKPOINTS
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * UC FONT VARIABLES
 * ------------------------------------------------------- */
@-webkit-keyframes fadeInOverlay {
  0% {
    opacity: 0; }

  100% {
    opacity: 0.5; } }

@keyframes fadeInOverlay {
  0% {
    opacity: 0; }

  100% {
    opacity: 0.5; } }

@-webkit-keyframes fadeOutOverlay {
  0% {
    opacity: 0.5; }

  100% {
    opacity: 0; } }

@keyframes fadeOutOverlay {
  0% {
    opacity: 0.5; }

  100% {
    opacity: 0; } }

@-webkit-keyframes fadeInModal {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeInModal {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

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

  100% {
    opacity: 0; } }

@keyframes fadeOutModal {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.animateShowOverlay, .animateShowModal,
.animateHideOverlay, .animateHideModal {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animateShowOverlay {
  -webkit-animation-name: fadeInOverlay;
  animation-name: fadeInOverlay; }

.animateShowModal {
  -webkit-animation-name: fadeInModal;
  animation-name: fadeInModal; }

.animateHideOverlay {
  -webkit-animation-name: fadeOutOverlay;
  animation-name: fadeOutOverlay; }

.animateHideModal {
  -webkit-animation-name: fadeOutModal;
  animation-name: fadeOutModal; }

#modal-trailer-desktop .modal-dialog, #modal-trailer-mobile .modal-dialog {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: transparent; }
  #modal-trailer-desktop .modal-dialog .modal-content .modal-header, #modal-trailer-mobile .modal-dialog .modal-content .modal-header {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-color: transparent;
    text-align: right; }
    #modal-trailer-desktop .modal-dialog .modal-content .modal-header .cssc-notices-button, #modal-trailer-mobile .modal-dialog .modal-content .modal-header .cssc-notices-button {
      display: inline-block; }
      #modal-trailer-desktop .modal-dialog .modal-content .modal-header .cssc-notices-button:hover, #modal-trailer-mobile .modal-dialog .modal-content .modal-header .cssc-notices-button:hover {
        text-decoration: none; }
  #modal-trailer-desktop .modal-dialog .modal-content .video-js .vjs-tech, #modal-trailer-mobile .modal-dialog .modal-content .video-js .vjs-tech {
    position: inherit; }
#modal-trailer-desktop#modal-trailer-desktop .modal-dialog, #modal-trailer-mobile#modal-trailer-desktop .modal-dialog {
  width: 800px;
  margin: 35px auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }
  #modal-trailer-desktop#modal-trailer-desktop .modal-dialog .modal-content, #modal-trailer-mobile#modal-trailer-desktop .modal-dialog .modal-content {
    overflow: visible; }
    #modal-trailer-desktop#modal-trailer-desktop .modal-dialog .modal-content .modal-header .cssc-notices-button, #modal-trailer-mobile#modal-trailer-desktop .modal-dialog .modal-content .modal-header .cssc-notices-button {
      margin: 5px -25px 0 0; }
      @media (max-width: 799px) {
        #modal-trailer-desktop#modal-trailer-desktop .modal-dialog .modal-content .modal-header .cssc-notices-button, #modal-trailer-mobile#modal-trailer-desktop .modal-dialog .modal-content .modal-header .cssc-notices-button {
          margin: 5px 10px 0 0; } }
  @media (max-width: 799px) {
    #modal-trailer-desktop#modal-trailer-desktop .modal-dialog, #modal-trailer-mobile#modal-trailer-desktop .modal-dialog {
      width: 100%; } }
#modal-trailer-desktop#modal-trailer-mobile, #modal-trailer-mobile#modal-trailer-mobile {
  width: 100%;
  height: 100%; }
  #modal-trailer-desktop#modal-trailer-mobile .modal-dialog, #modal-trailer-mobile#modal-trailer-mobile .modal-dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0; }
    #modal-trailer-desktop#modal-trailer-mobile .modal-dialog .modal-content, #modal-trailer-mobile#modal-trailer-mobile .modal-dialog .modal-content {
      width: 100%; }
      #modal-trailer-desktop#modal-trailer-mobile .modal-dialog .modal-content .modal-header .cssc-notices-button, #modal-trailer-mobile#modal-trailer-mobile .modal-dialog .modal-content .modal-header .cssc-notices-button {
        margin: 15px 15px 0 0; }
      #modal-trailer-desktop#modal-trailer-mobile .modal-dialog .modal-content .modal-body, #modal-trailer-mobile#modal-trailer-mobile .modal-dialog .modal-content .modal-body {
        width: 100%;
        height: 100%; }

#top .trailer-player-devices {
  width: 40px;
  height: 40px;
  margin: 0 0 0 8px;
  padding: 0;
  border: 0;
  vertical-align: middle;
  background: 0;
  display: inline-block;
  color: white;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #top .trailer-player-devices i {
    position: relative;
    top: 3px;
    left: 2px;
    color: white;
    font-size: 40px; }
  #top .trailer-player-devices:hover {
    color: #2791c6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #top .trailer-player-devices:hover i {
      color: #2791c6; }