/* ----------------------------------------------------------
 * CHECKOUT
 *  /* COMMONS
 *    /* header
 *    /* body
 *    /* footer
 *  /* LOGIN
 *  /* CART
 *    /* movies
 *    /* total
 *  /* END MESSAGE
 *    /* code promo
 *  /* PAYMENT
 *  /* REGISTRATION
 *  /* SUCCESS
 *  /* ERROR
 * --------------------------------------------------------- */
/* -------------------------------------------------------
 * 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
 * ------------------------------------------------------- */
/* -------------------------------------------------------------------------------
 *  * COMMONS
 *  *----------------------------------------------------------------------------- */
.modal-content-checkout {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: 0;
  box-sizing: border-box; }

.registration #main-container {
  background-color: white; }

#registration-form .checkout-title {
  margin-bottom: 25px; }

#fos_user_registration_form_gender {
  margin-bottom: 10px; }

.modal-getback {
  z-index: 1;
  position: absolute;
  top: 54px;
  left: 47px; }
  .modal-getback:hover {
    text-decoration: none; }
  .modal-getback:before {
    font-size: 32px;
    color: #888a8d; }
  .modal-getback:hover:before {
    color: white; }

.checkout {
  width: 650px;
  /* -------------------------------------------------------------------------------
   * header
   * ----------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------------
   * body
   * ----------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------------
   * form
   * ----------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------------
   * footer
   * ----------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------------
   * LOGIN
   *----------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------------
   * CART
   *----------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------------
   * END MESSAGE
   * ----------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------------
   * PAYMENT
   * ----------------------------------------------------------------------------- */ }
  .checkout .modal-container-step2 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .checkout .modal-header .left-arrow-btn {
    position: absolute;
    top: 52px;
    left: 45px;
    text-decoration: none;
    color: #68696d;
    font-size: 32px; }
    .checkout .modal-header .left-arrow-btn:hover {
      color: white; }
    @media (max-width: 479px) {
      .checkout .modal-header .left-arrow-btn {
        left: 12px; } }
  .checkout .modal-body {
    position: relative;
    margin-top: -25px;
    padding: 0 15px; }
    .checkout .modal-body.bg-step1 {
      height: 223px;
      margin-bottom: -29px;
      position: relative;
      background: transparent url("../bundles/cineweb/images/common/backgrounds/bg-step1.jpg") no-repeat 0 0;
      background-size: cover; }
      .checkout .modal-body.bg-step1 p {
        max-width: 550px;
        margin: 0 auto;
        line-height: 1.2;
        color: white;
        font-family: "Lato";
        font-size: 26px;
        font-weight: lighter;
        text-align: center; }
        .checkout .modal-body.bg-step1 p.first-paragraph, .checkout .modal-body.bg-step1 p.first-paragraph-payment-confirmation {
          margin-top: 30px; }
          .checkout .modal-body.bg-step1 p.first-paragraph .styles-payment-confirmation-1,
          .checkout .modal-body.bg-step1 p.first-paragraph .styles-payment-confirmation-2, .checkout .modal-body.bg-step1 p.first-paragraph-payment-confirmation .styles-payment-confirmation-1,
          .checkout .modal-body.bg-step1 p.first-paragraph-payment-confirmation .styles-payment-confirmation-2 {
            font-weight: bolder; }
        .checkout .modal-body.bg-step1 p.first-paragraph {
          font-weight: bold; }
      @media (min-width: 480px) {
        .checkout .modal-body.bg-step1 p {
          line-height: 1.6; } }
    .checkout .modal-body .checkout-title {
      border-right: 0; }
    .checkout .modal-body .checkout-title,
    .checkout .modal-body .checkout-title-single,
    .checkout .modal-body .checkout-title-cb {
      width: 230px;
      margin: 0 auto;
      padding: 0 0 24px;
      text-align: center;
      font-family: "Lato";
      font-size: 20px;
      font-weight: 900;
      color: white;
      -webkit-font-smoothing: antialiased; }
      .checkout .modal-body .checkout-title.checkout-title, .checkout .modal-body .checkout-title.checkout-title-cb,
      .checkout .modal-body .checkout-title-single.checkout-title,
      .checkout .modal-body .checkout-title-single.checkout-title-cb,
      .checkout .modal-body .checkout-title-cb.checkout-title,
      .checkout .modal-body .checkout-title-cb.checkout-title-cb {
        border-bottom: 1px #3a3e48 solid; }
      .checkout .modal-body .checkout-title.checkout-title-cb,
      .checkout .modal-body .checkout-title-single.checkout-title-cb,
      .checkout .modal-body .checkout-title-cb.checkout-title-cb {
        display: none;
        width: 275px; }
  .checkout label a {
    color: #2791c6; }
    .checkout label a.registration-cgv-link {
      text-transform: uppercase; }
      .checkout label a.registration-cgv-link:hover {
        color: white;
        text-decoration: none; }
  .checkout input.form-control {
    position: relative;
    padding-left: 37px; }
  .checkout .form-group {
    position: relative; }
    .checkout .form-group i {
      z-index: 1;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 12px;
      font-size: 12px;
      line-height: 40px;
      color: #a9a9ac; }
      .checkout .form-group i .icon-account {
        font-size: 14px; }
      .checkout .form-group i .icon-pin, .checkout .form-group i .icon-key {
        font-size: 15px; }
    .checkout .form-group.has-error > i {
      color: #c93333; }
    .checkout .form-group.has-error .form-control {
      border-width: 2px; }
  .checkout .form-control {
    height: 40px; }
    .checkout .form-control:focus:before {
      color: #2791c6; }
  .checkout .modal-footer,
  .checkout .modal-footer-2 {
    margin-top: 29px; }
    .checkout .modal-footer.modal-footer-2,
    .checkout .modal-footer-2.modal-footer-2 {
      margin-top: 0;
      padding-top: 25px; }
    .checkout .modal-footer .cssc-button--middle,
    .checkout .modal-footer-2 .cssc-button--middle {
      vertical-align: middle; }
    .checkout .modal-footer .cinepass-add,
    .checkout .modal-footer-2 .cinepass-add {
      margin-bottom: 27px;
      padding: 0 52px 0 38px; }
      .checkout .modal-footer .cinepass-add .sub-cinepass-add,
      .checkout .modal-footer-2 .cinepass-add .sub-cinepass-add {
        width: 100%;
        display: inline-block;
        border-top: 2px solid #979ca5;
        border-bottom: 2px solid #979ca5; }
        .checkout .modal-footer .cinepass-add .sub-cinepass-add .checkout-payment-types-figure,
        .checkout .modal-footer-2 .cinepass-add .sub-cinepass-add .checkout-payment-types-figure {
          width: 228px;
          padding: 10px 0;
          float: left;
          text-align: center; }
        .checkout .modal-footer .cinepass-add .sub-cinepass-add .checkout-payment-types-details,
        .checkout .modal-footer-2 .cinepass-add .sub-cinepass-add .checkout-payment-types-details {
          padding: 25px 0 10px 228px;
          text-align: left; }
          .checkout .modal-footer .cinepass-add .sub-cinepass-add .checkout-payment-types-details p,
          .checkout .modal-footer-2 .cinepass-add .sub-cinepass-add .checkout-payment-types-details p {
            margin: 0; }
          .checkout .modal-footer .cinepass-add .sub-cinepass-add .checkout-payment-types-details .payment-types-details-title,
          .checkout .modal-footer-2 .cinepass-add .sub-cinepass-add .checkout-payment-types-details .payment-types-details-title {
            margin-bottom: 18px;
            color: white;
            font-size: 17px; }
          .checkout .modal-footer .cinepass-add .sub-cinepass-add .checkout-payment-types-details .payment-types-details-msg-1,
          .checkout .modal-footer-2 .cinepass-add .sub-cinepass-add .checkout-payment-types-details .payment-types-details-msg-1 {
            color: white; }
          .checkout .modal-footer .cinepass-add .sub-cinepass-add .checkout-payment-types-details .payment-types-details-msg-1, .checkout .modal-footer .cinepass-add .sub-cinepass-add .checkout-payment-types-details .payment-types-details-msg-1-gray,
          .checkout .modal-footer-2 .cinepass-add .sub-cinepass-add .checkout-payment-types-details .payment-types-details-msg-1,
          .checkout .modal-footer-2 .cinepass-add .sub-cinepass-add .checkout-payment-types-details .payment-types-details-msg-1-gray {
            font-size: 13px; }
          .checkout .modal-footer .cinepass-add .sub-cinepass-add .checkout-payment-types-details .payment-types-details-msg-1-gray,
          .checkout .modal-footer-2 .cinepass-add .sub-cinepass-add .checkout-payment-types-details .payment-types-details-msg-1-gray {
            color: #979ca5; }
          .checkout .modal-footer .cinepass-add .sub-cinepass-add .checkout-payment-types-details .payment-types-details-code,
          .checkout .modal-footer-2 .cinepass-add .sub-cinepass-add .checkout-payment-types-details .payment-types-details-code {
            font-size: 13px; }
          .checkout .modal-footer .cinepass-add .sub-cinepass-add .checkout-payment-types-details .payment-types-details-msg-2,
          .checkout .modal-footer-2 .cinepass-add .sub-cinepass-add .checkout-payment-types-details .payment-types-details-msg-2 {
            margin-top: 5px;
            color: #979ca5;
            font-size: 11px; }
          .checkout .modal-footer .cinepass-add .sub-cinepass-add .checkout-payment-types-details .payment-types-details-buy,
          .checkout .modal-footer-2 .cinepass-add .sub-cinepass-add .checkout-payment-types-details .payment-types-details-buy {
            margin-top: 10px;
            display: block; }
          .checkout .modal-footer .cinepass-add .sub-cinepass-add .checkout-payment-types-details .payment-types-btns,
          .checkout .modal-footer-2 .cinepass-add .sub-cinepass-add .checkout-payment-types-details .payment-types-btns {
            margin-top: 7.5px; }
          .checkout .modal-footer .cinepass-add .sub-cinepass-add .checkout-payment-types-details a,
          .checkout .modal-footer-2 .cinepass-add .sub-cinepass-add .checkout-payment-types-details a {
            text-decoration: underline; }
          .checkout .modal-footer .cinepass-add .sub-cinepass-add .checkout-payment-types-details a.click-here, .checkout .modal-footer .cinepass-add .sub-cinepass-add .checkout-payment-types-details a.the-cinepass,
          .checkout .modal-footer-2 .cinepass-add .sub-cinepass-add .checkout-payment-types-details a.click-here,
          .checkout .modal-footer-2 .cinepass-add .sub-cinepass-add .checkout-payment-types-details a.the-cinepass {
            color: #2791c6; }
            .checkout .modal-footer .cinepass-add .sub-cinepass-add .checkout-payment-types-details a.click-here:hover, .checkout .modal-footer .cinepass-add .sub-cinepass-add .checkout-payment-types-details a.the-cinepass:hover,
            .checkout .modal-footer-2 .cinepass-add .sub-cinepass-add .checkout-payment-types-details a.click-here:hover,
            .checkout .modal-footer-2 .cinepass-add .sub-cinepass-add .checkout-payment-types-details a.the-cinepass:hover {
              color: white; }
          .checkout .modal-footer .cinepass-add .sub-cinepass-add .checkout-payment-types-details .cssc-button--gray-inactive,
          .checkout .modal-footer-2 .cinepass-add .sub-cinepass-add .checkout-payment-types-details .cssc-button--gray-inactive {
            box-shadow: none;
            cursor: auto;
            background-color: #333333;
            color: #666666; }
        @media (max-width: 567px) {
          .checkout .modal-footer .cinepass-add .sub-cinepass-add .checkout-payment-types-figure,
          .checkout .modal-footer-2 .cinepass-add .sub-cinepass-add .checkout-payment-types-figure {
            width: auto;
            margin-bottom: 0;
            float: none;
            text-align: left; }
          .checkout .modal-footer .cinepass-add .sub-cinepass-add .checkout-payment-types-details,
          .checkout .modal-footer-2 .cinepass-add .sub-cinepass-add .checkout-payment-types-details {
            padding: 15px 0 10px 0; } }
    .checkout .modal-footer .title-share-on,
    .checkout .modal-footer-2 .title-share-on {
      color: #8b8d95;
      font-family: "Lato";
      font-size: 22px; }
    .checkout .modal-footer .icons-share-on,
    .checkout .modal-footer-2 .icons-share-on {
      text-align: center; }
      .checkout .modal-footer .icons-share-on a, .checkout .modal-footer .icons-share-on .fb-share-button,
      .checkout .modal-footer-2 .icons-share-on a,
      .checkout .modal-footer-2 .icons-share-on .fb-share-button {
        width: 38px;
        height: 38px;
        margin: 0 6px;
        display: inline-block;
        border-radius: 3px;
        background-color: #686a6e;
        text-align: center;
        text-decoration: none; }
        .checkout .modal-footer .icons-share-on a .fa, .checkout .modal-footer .icons-share-on .fb-share-button .fa,
        .checkout .modal-footer-2 .icons-share-on a .fa,
        .checkout .modal-footer-2 .icons-share-on .fb-share-button .fa {
          vertical-align: middle;
          line-height: 38px;
          color: white;
          font-size: 25px; }
    .checkout .modal-footer .order-items .item-gift,
    .checkout .modal-footer-2 .order-items .item-gift {
      background-color: #1b1b1b; }
    .checkout .modal-footer .order-items .item,
    .checkout .modal-footer-2 .order-items .item {
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 11px;
      color: #979ca5;
      text-align: justify;
      padding-top: 20px; }
      .checkout .modal-footer .order-items .item:not(.item-gift),
      .checkout .modal-footer-2 .order-items .item:not(.item-gift) {
        border-top: 2px solid #282a30; }
      .checkout .modal-footer .order-items .item.first-item,
      .checkout .modal-footer-2 .order-items .item.first-item {
        border: 0; }
      .checkout .modal-footer .order-items .item .poster,
      .checkout .modal-footer-2 .order-items .item .poster {
        text-align: left; }
      .checkout .modal-footer .order-items .item .infos h2,
      .checkout .modal-footer-2 .order-items .item .infos h2 {
        color: white;
        font-family: "Lato";
        font-weight: bolder;
        font-size: 20px;
        text-align: left;
        margin: 0; }
      .checkout .modal-footer .order-items .item .infos h3,
      .checkout .modal-footer-2 .order-items .item .infos h3 {
        color: #999999;
        font-family: "Lato";
        font-size: 14px;
        text-align: left;
        margin: 5px 0 10px; }
      .checkout .modal-footer .order-items .item .infos .cssc-button,
      .checkout .modal-footer-2 .order-items .item .infos .cssc-button {
        width: 100%;
        height: 40px; }
      .checkout .modal-footer .order-items .item .infos .btnWatchSvod,
      .checkout .modal-footer-2 .order-items .item .infos .btnWatchSvod {
        margin-bottom: 5px; }
      .checkout .modal-footer .order-items .item .infos .button-player-launch,
      .checkout .modal-footer-2 .order-items .item .infos .button-player-launch {
        right: auto;
        bottom: auto; }
      .checkout .modal-footer .order-items .item .gift-details,
      .checkout .modal-footer-2 .order-items .item .gift-details {
        margin-top: 5px; }
        .checkout .modal-footer .order-items .item .gift-details strong,
        .checkout .modal-footer-2 .order-items .item .gift-details strong {
          color: white; }
    .checkout .modal-footer .rent_notes,
    .checkout .modal-footer-2 .rent_notes {
      padding: 0 52px 0 38px;
      font-size: 11px;
      color: #979ca5;
      text-align: justify; }
    .checkout .modal-footer #submit-checkout-form,
    .checkout .modal-footer-2 #submit-checkout-form {
      width: 235px; }
  .checkout#modal_connexion .modal-footer .title {
    padding-right: 20px; }
    @media (max-width: 480px) {
      .checkout#modal_connexion .modal-footer .title {
        padding-right: 0;
        width: 100%; } }
  .checkout .modal-body-login {
    padding: 0 25px; }
    .checkout .modal-body-login .modal-body-login-left,
    .checkout .modal-body-login .modal-body-login-right,
    .checkout .modal-body-login .modal-login__submit {
      box-sizing: border-box; }
    .checkout .modal-body-login .modal-body-login-left {
      padding-right: 30px; }
      .checkout .modal-body-login .modal-body-login-left.next-modal-disabled {
        margin: 0 auto;
        float: none;
        padding-right: 0;
        border-right: 0;
        text-align: center; }
      .checkout .modal-body-login .modal-body-login-left .form-group-login {
        width: 100%; }
      .checkout .modal-body-login .modal-body-login-left .input-group {
        width: 100%;
        display: inline-block;
        position: relative; }
        .checkout .modal-body-login .modal-body-login-left .input-group i {
          position: absolute;
          top: 14px;
          left: 13px;
          z-index: 10;
          color: #aaacb2;
          font-size: 14px; }
        .checkout .modal-body-login .modal-body-login-left .input-group .form-control {
          width: 100%;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          float: none;
          color: #a9a9ac;
          font-size: 14px;
          font-weight: lighter; }
      .checkout .modal-body-login .modal-body-login-left .pw-forgot-checkout-link {
        color: #a9a9ac;
        font-size: 13px;
        font-weight: bold;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .checkout .modal-body-login .modal-body-login-left .pw-forgot-checkout-link:hover {
          color: white;
          text-decoration: none;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
    .checkout .modal-body-login .modal-body-login-right {
      padding-left: 30px; }
    .checkout .modal-body-login .form-group-login,
    .checkout .modal-body-login .modal-login__submit,
    .checkout .modal-body-login .cssc-button--social.is-facebook,
    .checkout .modal-body-login .modal-login__social .cssc-button + .cssc-button,
    .checkout .modal-body-login .pw-forgot-checkout-link {
      margin: 10px 0;
      padding: 0;
      display: inline-block; }
    .checkout .modal-body-login .modal-login__submit .cssc-button {
      margin-bottom: 0; }
    @media (max-width: 768px) and (min-width: 480px) {
      .checkout .modal-body-login .modal-body-login-left.next-modal-disabled {
        width: 50%; } }
    @media (max-width: 768px) {
      .checkout .modal-body-login .modal-body-login-left .modal-login__submit {
        display: block; } }
  .checkout .modal-list {
    /* -------------------------------------------------------------------------------
     * movies
     * ----------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------------
     * total
     * ----------------------------------------------------------------------------- */ }
    .checkout .modal-list .checkout-movies-list {
      max-height: 305px;
      margin-top: 0;
      padding: 0 30px;
      border-top: #3a3e48 solid 1px;
      border-bottom: #3a3e48 solid 5px;
      overflow-x: hidden;
      overflow-y: auto; }
      .checkout .modal-list .checkout-movies-list li {
        width: 100%;
        padding: 12px 0;
        display: inline-block;
        border-bottom: #3a3e48 solid 1px;
        position: relative;
        z-index: 1; }
        .checkout .modal-list .checkout-movies-list li:last-child {
          border: 0; }
        .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-img {
          width: 70px;
          height: 92px;
          margin-right: 25px;
          float: left; }
          .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-img .checkout-img {
            border: 0; }
        .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas {
          width: 100%;
          margin-bottom: 4px; }
          .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-movies-title {
            margin: 8px 0 8px 0;
            color: white;
            font-family: "Lato";
            font-size: 16px;
            font-weight: bold; }
          .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks {
            width: 100%;
            padding: 0 0 0 95px; }
            .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks .bundle-content {
              color: white; }
            .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks .checkout-block-left, .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks .checkout-block-right {
              width: 50%;
              float: left;
              box-sizing: border-box; }
            .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks .checkout-block-left {
              border-right: #3a3e48 solid 1px; }
              .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks .checkout-block-left p {
                height: 20px;
                margin: 0 2px 0 auto;
                padding: 0 8px;
                float: left;
                border-radius: 3px;
                background-color: #7f7f7f;
                text-align: center; }
                .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks .checkout-block-left p span {
                  line-height: 20px;
                  vertical-align: middle;
                  color: #e3e3e3;
                  font-family: "Lato";
                  font-size: 10px;
                  font-weight: bold;
                  text-transform: uppercase; }
            .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks .checkout-block-right p {
              margin: 0;
              padding: 0;
              float: left;
              font-family: "Lato";
              font-size: 15px;
              font-weight: bold;
              text-align: right; }
            .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks .checkout-block-right .details-price {
              width: 55%;
              padding: 0 10px 0 10px; }
              .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks .checkout-block-right .details-price span {
                color: white; }
            .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks .checkout-block-right .price {
              width: 30%; }
              .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks .checkout-block-right .price span {
                color: #2791c6; }
            .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks .checkout-block-right .icon-round-delete {
              width: 15%;
              float: right;
              display: block;
              color: #2791c6;
              font-size: 24px;
              text-decoration: none;
              text-align: right; }
        .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-reduction {
          width: 100%;
          height: 32px;
          position: absolute;
          bottom: 12px;
          z-index: -1;
          background-color: #77a37d; }
          .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-reduction .checkout-sub-block-reduction {
            width: 100%;
            padding: 0 35px;
            display: inline-block;
            line-height: 32px;
            color: white;
            font-family: "Lato"; }
            .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-reduction .checkout-sub-block-reduction .details-reduction {
              width: 60%;
              margin: 0 0 0 20%;
              float: left;
              text-align: center; }
              .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-reduction .checkout-sub-block-reduction .details-reduction .details {
                font-size: 14px; }
              .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-reduction .checkout-sub-block-reduction .details-reduction .code {
                font-size: 18px; }
            .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-reduction .checkout-sub-block-reduction .price-reduction {
              margin: 0;
              float: right;
              font-size: 18px;
              font-weight: bold;
              text-align: right; }
        @media (max-width: 567px) {
          .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas {
            width: auto;
            float: none;
            display: block; }
            .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks .checkout-block-left, .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks .checkout-block-right {
              width: auto;
              float: none;
              display: block; }
              .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks .checkout-block-left.checkout-block-left, .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks .checkout-block-right.checkout-block-left {
                border: 0; }
              .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks .checkout-block-left.checkout-block-right, .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks .checkout-block-right.checkout-block-right {
                width: 100%;
                float: left; }
                .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks .checkout-block-left.checkout-block-right .details-price, .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks .checkout-block-left.checkout-block-right .price, .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks .checkout-block-right.checkout-block-right .details-price, .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks .checkout-block-right.checkout-block-right .price {
                  margin-top: 10px;
                  margin-left: 0; }
                .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks .checkout-block-left.checkout-block-right .details-price, .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks .checkout-block-right.checkout-block-right .details-price {
                  padding-left: 0;
                  text-align: left; }
                .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks .checkout-block-left.checkout-block-right .icon-round-delete, .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-datas .checkout-blocks .checkout-block-right.checkout-block-right .icon-round-delete {
                  margin-top: 7.5px; }
          .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-reduction {
            height: auto;
            float: left;
            position: inherit; }
            .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-reduction .checkout-sub-block-reduction {
              padding: 2.5px 5px;
              line-height: normal; }
              .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-reduction .checkout-sub-block-reduction .details-reduction {
                width: auto;
                margin: 0; }
              .checkout .modal-list .checkout-movies-list li .checkout-movies-sub-item .checkout-block-reduction .checkout-sub-block-reduction .price-reduction {
                width: auto;
                margin: 0;
                float: left; } }
      @media (max-width: 768px) {
        .checkout .modal-list .checkout-movies-list {
          overflow: visible;
          max-height: inherit; } }
    .checkout .modal-list .checkout-movies-total {
      width: 100%;
      margin-bottom: 10px;
      padding: 0 30px;
      display: inline-block;
      box-sizing: border-box;
      color: white; }
      .checkout .modal-list .checkout-movies-total .checkout-movies-total-left {
        width: 50%;
        margin-top: 5px;
        float: left;
        color: #bebebe;
        font-size: 14px; }
      .checkout .modal-list .checkout-movies-total .checkout-movies-total-center, .checkout .modal-list .checkout-movies-total .checkout-movies-total-right {
        float: left;
        box-sizing: border-box;
        font-size: 18px;
        font-weight: bold; }
      .checkout .modal-list .checkout-movies-total .checkout-movies-total-center {
        width: 25%;
        color: #bebebe; }
        .checkout .modal-list .checkout-movies-total .checkout-movies-total-center span {
          margin-left: 60px; }
      .checkout .modal-list .checkout-movies-total .checkout-movies-total-right {
        float: right; }
        .checkout .modal-list .checkout-movies-total .checkout-movies-total-right span {
          margin-right: 35px;
          text-align: right; }
  .checkout .modal-end-messages {
    /* -------------------------------------------------------------------------------
     * code promo
     * ----------------------------------------------------------------------------- */ }
    .checkout .modal-end-messages .checkout-code-promo {
      width: 100%;
      padding: 0 27.5px;
      display: inline-block; }
      .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .before-end-messages-form {
        width: 50%;
        float: left;
        position: relative; }
        .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .before-end-messages-form .left-icon-block {
          width: 37px;
          margin-right: 18px;
          float: left;
          position: absolute;
          top: 0;
          left: 0;
          background-color: white;
          text-align: center; }
          .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .before-end-messages-form .left-icon-block .left-icon {
            margin: 10px 0;
            display: block;
            font-size: 24px; }
          .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .before-end-messages-form .left-icon-block .bottom-icon {
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 18.5px 12px 18.5px; }
        .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .before-end-messages-form .after-icon-block {
          margin-left: 55px;
          float: left;
          color: white;
          font-family: "Lato"; }
          .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .before-end-messages-form .after-icon-block .title-after-icon-block {
            margin: 10px 0;
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase; }
          .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .before-end-messages-form .after-icon-block .text-after-icon-block {
            margin: 0 0 25px 0;
            font-size: 13px; }
      .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .checkout-end-messages-form {
        width: 50%;
        float: left; }
        .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .checkout-end-messages-form fieldset {
          margin-top: 28.5px;
          position: relative; }
          .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .checkout-end-messages-form fieldset i {
            position: absolute;
            top: 10px;
            bottom: 0;
            left: 32px;
            color: #a9a9ac;
            font-size: 20px; }
          .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .checkout-end-messages-form fieldset input, .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .checkout-end-messages-form fieldset button {
            height: 40px;
            float: left;
            border: 0;
            border-radius: 3px;
            overflow: hidden;
            background-color: white;
            font-size: 14px;
            font-weight: lighter; }
          .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .checkout-end-messages-form fieldset .code-promo-input {
            width: 200px;
            margin: 0 10px 0 20px;
            padding: 0 16px 0 36px;
            color: #a9a9ac; }
            .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .checkout-end-messages-form fieldset .code-promo-input.error {
              padding: 0 14px;
              border: 2px solid red; }
          .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .checkout-end-messages-form fieldset .code-promo-submit-btn {
            padding: 0 16px;
            color: #191b1f; }
      .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .after-end-messages-form {
        width: 50%;
        float: left; }
        .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .after-end-messages-form .presentation-offer, .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .after-end-messages-form .title-offer, .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .after-end-messages-form .cancel-offer-btn {
          margin: 0;
          color: white;
          font-family: "Lato"; }
        .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .after-end-messages-form .presentation-offer {
          margin-top: 15px;
          font-size: 18px; }
        .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .after-end-messages-form .title-offer {
          font-size: 18px;
          font-weight: bold; }
        .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .after-end-messages-form .cancel-offer-btn {
          margin: 5px 0 15px;
          display: block;
          font-size: 14px;
          text-decoration: underline; }
      @media (max-width: 767px) {
        .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .before-end-messages-form {
          width: auto; }
        .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .checkout-end-messages-form {
          width: auto; }
          .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .checkout-end-messages-form fieldset {
            margin: 0 0 28.5px 0; }
            .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .checkout-end-messages-form fieldset i {
              left: 10px; }
            .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .checkout-end-messages-form fieldset .code-promo-input {
              margin: 0 10px 0 0; }
        .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .after-end-messages-form {
          width: auto; }
          .checkout .modal-end-messages .checkout-code-promo .checkout-sub-end-messages .after-end-messages-form .presentation-offer {
            margin: 0; } }
      .checkout .modal-end-messages .checkout-code-promo.checkout-code-promo-type-code {
        background-color: black; }
        .checkout .modal-end-messages .checkout-code-promo.checkout-code-promo-type-code .left-icon {
          color: black; }
        .checkout .modal-end-messages .checkout-code-promo.checkout-code-promo-type-code .bottom-icon {
          border-color: transparent transparent black transparent; }
      .checkout .modal-end-messages .checkout-code-promo.checkout-code-promo-all-cart {
        background-color: #77a37d; }
        .checkout .modal-end-messages .checkout-code-promo.checkout-code-promo-all-cart .left-icon {
          color: #77a37d; }
        .checkout .modal-end-messages .checkout-code-promo.checkout-code-promo-all-cart .bottom-icon {
          border-color: transparent transparent #77a37d transparent; }
  .checkout .checkout-total-price-basket {
    margin: 37px 0 35px 0;
    color: white;
    font-family: "Lato";
    font-size: 20px;
    text-align: center; }
    .checkout .checkout-total-price-basket .title-price, .checkout .checkout-total-price-basket .total-price {
      display: inline-block; }
    .checkout .checkout-total-price-basket .title-price {
      padding-right: 30px; }
    .checkout .checkout-total-price-basket .total-price {
      font-weight: bold; }
  .checkout .modal-credit-cards-error {
    min-height: 44px;
    visibility: hidden;
    margin: 0 auto;
    padding: 0 15px;
    background-color: red;
    text-align: center;
    color: white;
    font-family: "Lato", Arial, sans-serif;
    font-size: 20px;
    vertical-align: middle; }
    .checkout .modal-credit-cards-error .sub-modal-credit-cards-error {
      margin: 5px 0;
      vertical-align: middle;
      color: white;
      font-family: "Lato";
      font-size: 18px;
      font-weight: bold; }
      @media (min-width: 480px) {
        .checkout .modal-credit-cards-error .sub-modal-credit-cards-error {
          margin: 0;
          line-height: 44px; } }
  .checkout .modal-payment-types {
    padding: 0 15px;
    color: white;
    font-family: "Lato"; }
    .checkout .modal-payment-types .cssc-button {
      width: 235px;
      padding: 0 16px; }
    .checkout .modal-payment-types .credit-cards-types-checkout {
      min-height: 180px;
      padding: 20px;
      border: #41444a solid 1px;
      border-radius: 4px; }
      .checkout .modal-payment-types .credit-cards-types-checkout .payment-types-details-msg-little,
      .checkout .modal-payment-types .credit-cards-types-checkout .payment-types-details-msg-little-gray {
        font-size: 12px; }
      .checkout .modal-payment-types .credit-cards-types-checkout.cb-type-checkout .checkout-payment-types-figure {
        padding-top: 12px; }
      .checkout .modal-payment-types .credit-cards-types-checkout.cinepass-type-checkout {
        margin: 12px 0 20px; }
      .checkout .modal-payment-types .credit-cards-types-checkout .checkout-payment-types-figure {
        width: 228px;
        padding-right: 10px;
        float: left;
        text-align: center; }
      .checkout .modal-payment-types .credit-cards-types-checkout .checkout-payment-types-img {
        max-width: 210px; }
      .checkout .modal-payment-types .credit-cards-types-checkout .stripe-button-el {
        display: none; }
      .checkout .modal-payment-types .credit-cards-types-checkout .checkout-payment-types-details {
        padding-left: 228px; }
        .checkout .modal-payment-types .credit-cards-types-checkout .checkout-payment-types-details p {
          margin: 0; }
        .checkout .modal-payment-types .credit-cards-types-checkout .checkout-payment-types-details .payment-types-details-title {
          margin-bottom: 18px;
          font-size: 17px; }
        .checkout .modal-payment-types .credit-cards-types-checkout .checkout-payment-types-details .payment-types-details-msg-1, .checkout .modal-payment-types .credit-cards-types-checkout .checkout-payment-types-details .payment-types-details-msg-1-gray {
          font-size: 13px; }
        .checkout .modal-payment-types .credit-cards-types-checkout .checkout-payment-types-details .payment-types-details-msg-1-gray {
          color: #979ca5; }
        .checkout .modal-payment-types .credit-cards-types-checkout .checkout-payment-types-details .payment-types-details-code {
          font-size: 13px; }
        .checkout .modal-payment-types .credit-cards-types-checkout .checkout-payment-types-details .payment-types-details-msg-2 {
          margin-top: 5px;
          color: #979ca5;
          font-size: 11px; }
        .checkout .modal-payment-types .credit-cards-types-checkout .checkout-payment-types-details .payment-types-details-buy {
          margin-top: 10px;
          display: block; }
        .checkout .modal-payment-types .credit-cards-types-checkout .checkout-payment-types-details .payment-types-btns {
          margin-top: 7.5px; }
          .checkout .modal-payment-types .credit-cards-types-checkout .checkout-payment-types-details .payment-types-btns a {
            text-decoration: none; }
        .checkout .modal-payment-types .credit-cards-types-checkout .checkout-payment-types-details a {
          text-decoration: underline; }
        .checkout .modal-payment-types .credit-cards-types-checkout .checkout-payment-types-details a.click-here, .checkout .modal-payment-types .credit-cards-types-checkout .checkout-payment-types-details a.the-cinepass {
          color: #2791c6; }
          .checkout .modal-payment-types .credit-cards-types-checkout .checkout-payment-types-details a.click-here:hover, .checkout .modal-payment-types .credit-cards-types-checkout .checkout-payment-types-details a.the-cinepass:hover {
            color: white; }
        .checkout .modal-payment-types .credit-cards-types-checkout .checkout-payment-types-details .cssc-button--gray-inactive {
          box-shadow: none;
          cursor: auto;
          background-color: #333333;
          color: #666666; }
    @media (max-width: 567px) {
      .checkout .modal-payment-types .credit-cards-types-checkout .checkout-payment-types-figure {
        margin-bottom: 20px; }
      .checkout .modal-payment-types .credit-cards-types-checkout .checkout-payment-types-details {
        padding-left: 0; } }
  .checkout .credit-cards-types-checkout-form {
    display: none; }
    .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers {
      padding: 0 15px;
      color: white;
      font-family: "Lato"; }
      .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-choose-card-type {
        text-align: center; }
        .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-choose-card-type input {
          margin: 0 2px 0 20px; }
      .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout {
        margin: 0 0 40px 0;
        text-align: center; }
        .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block {
          width: 100%;
          display: inline-block;
          position: relative;
          color: #a9a9ac;
          text-align: center; }
          @media (min-width: 480px) {
            .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block {
              width: 340px; } }
          .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block input, .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block select {
            box-sizing: border-box; }
            .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block input.error, .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block select.error {
              border: 2px solid red; }
          .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block p, .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block label, .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block input, .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block .fakeselect-wrapper {
            margin: 5px 0;
            font-size: 14px;
            font-weight: lighter; }
          .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block p, .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block label {
            margin-top: 15px;
            display: block;
            text-align: left; }
          .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block .numbers-input, .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block .numbers-input-lg {
            width: 70px;
            height: 40px;
            border: 0;
            border-radius: 4px;
            float: left;
            color: #a9a9ac;
            font-weight: bold;
            text-align: center; }
            .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block .numbers-input.last-numbers-input, .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block .numbers-input-lg.last-numbers-input {
              margin-left: 20px;
              float: right; }
            .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block .numbers-input.numbers-input, .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block .numbers-input-lg.numbers-input {
              float: right; }
            .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block .numbers-input.numbers-input-lg, .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block .numbers-input-lg.numbers-input-lg {
              width: 100%; }
          .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block .union-input, .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block .union-input-invisible {
            width: 20px;
            height: 40px;
            line-height: 40px;
            float: left;
            text-align: center; }
            .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block .union-input.union-input-invisible, .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block .union-input-invisible.union-input-invisible {
              display: none; }
              @media (min-width: 480px) {
                .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block .union-input.union-input-invisible, .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block .union-input-invisible.union-input-invisible {
                  display: block; } }
          .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block .fakeselect-wrapper {
            position: relative;
            float: left;
            color: #a9a9ac;
            font-weight: bold; }
            .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block .fakeselect-wrapper .fake-select {
              width: 100%;
              margin: 0;
              padding: 0;
              opacity: 0.01;
              position: absolute;
              top: 0;
              left: 0;
              z-index: 2;
              -webkit-appearance: menulist-button; }
          .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block .last-numbers-text-top, .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block .last-numbers-text-bottom {
            width: 180px;
            margin: 0;
            position: absolute;
            right: -110px; }
            @media (max-width: 567px) {
              .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block .last-numbers-text-top, .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block .last-numbers-text-bottom {
                right: 0; } }
          .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block .last-numbers-text-top {
            bottom: 55px; }
            .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block .last-numbers-text-top label {
              margin: 0;
              display: inline-block; }
            .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block .last-numbers-text-top li {
              margin-right: 3px;
              font-size: 20px; }
          .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .credit-card-numbers-checkout .inputs-block .last-numbers-text-bottom {
            bottom: -40px; }
      .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .validate-credit-card-numbers-checkout {
        margin: 70px 0 0 0;
        text-align: center; }
        .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .validate-credit-card-numbers-checkout .save-credit-card-title {
          font-size: 20px !important;
          color: white !important;
          text-align: center !important;
          font-weight: bold !important; }
        @media (max-width: 567px) {
          .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .validate-credit-card-numbers-checkout {
            padding-top: 20px; } }
        .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .validate-credit-card-numbers-checkout .save-credit-card-numbers-checkout {
          margin-top: 10px; }
          .checkout .credit-cards-types-checkout-form .modal-credit-card-numbers .validate-credit-card-numbers-checkout .save-credit-card-numbers-checkout .after-checkbox {
            text-align: justify;
            margin: 0;
            padding: 0 30px;
            color: #a9a9ac;
            font-size: 14px;
            font-weight: lighter;
            font-style: italic; }
  .checkout #credit-card-checkout-form-block .checkout-error-msg,
  .checkout .modal-container-pw-validation .checkout-error-msg {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: inline-block;
    background-color: red;
    text-align: center; }
    .checkout #credit-card-checkout-form-block .checkout-error-msg p,
    .checkout .modal-container-pw-validation .checkout-error-msg p {
      margin: 0 30px;
      line-height: 30px;
      vertical-align: middle; }
      .checkout #credit-card-checkout-form-block .checkout-error-msg p span,
      .checkout .modal-container-pw-validation .checkout-error-msg p span {
        display: inline-block;
        color: white;
        font-size: 13px; }
        .checkout #credit-card-checkout-form-block .checkout-error-msg p span:first-child,
        .checkout .modal-container-pw-validation .checkout-error-msg p span:first-child {
          margin-right: 10px;
          font-size: 18px; }
      @media (max-width: 567px) {
        .checkout #credit-card-checkout-form-block .checkout-error-msg p p,
        .checkout .modal-container-pw-validation .checkout-error-msg p p {
          line-height: inherit; } }

/* -------------------------------------------------------------------------------
 * REGISTRATION
 * ----------------------------------------------------------------------------- */
.checkout-fieldset-title,
.checkout label {
  font-family: "Lato";
  font-size: 14px;
  font-weight: lighter;
  line-height: 20px;
  color: #a9a9ac; }
  .checkout-fieldset-title .checkout-checkbox,
  .checkout label .checkout-checkbox {
    margin-right: 8px; }

.label-gift label {
  color: white;
  font-weight: normal; }

.checkout .password-label-registration,
.checkout .password-label-error-registration {
  display: block;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 0;
  overflow: hidden;
  font-size: 14px; }
  .checkout .password-label-registration.password-label-registration,
  .checkout .password-label-error-registration.password-label-registration {
    color: #a9a9ac;
    font-weight: normal; }
  .checkout .password-label-registration.password-label-error-registration,
  .checkout .password-label-error-registration.password-label-error-registration {
    color: red; }

.checkout-fieldset-title {
  padding: 0 0 17px; }
  .checkout-fieldset-title .icon-account {
    padding-right: 6px;
    font-size: 12px; }

.form-group--dob .fakeselect-wrapper {
  float: left; }
  .form-group--dob .fakeselect-wrapper:last-child {
    width: 111px; }
  .form-group--dob .fakeselect-wrapper + .fakeselect-wrapper {
    margin-left: 20px; }
    .form-group--dob .fakeselect-wrapper + .fakeselect-wrapper:before {
      content: "/";
      position: absolute;
      top: 0;
      left: -14px;
      font-family: "Lato";
      font-size: 14px;
      font-weight: bold;
      color: #a9a9ab; }

/* Mobile */
@media (max-width: 767px) {
  .modal-getback {
    top: 129px;
    left: 15px; }

  .form-group--dob .fakeselect-wrapper {
    width: 69px; }
    .form-group--dob .fakeselect-wrapper:last-child {
      width: 90px; }
    .form-group--dob .fakeselect-wrapper .modal_checkout_cart .checkout-title {
      margin-bottom: 0; } }
/* ----------------------------------------------------------
 * SUCCESS
 * -------------------------------------------------------- */
.success {
  position: relative;
  margin: 0 -15px;
  text-align: center;
  font-family: "Lato";
  -webkit-font-smoothing: antialiased; }

.success__inner {
  position: relative;
  height: 216px;
  padding: 0 15px;
  background: transparent url("../bundles/cineweb/images/common/backgrounds/bg-success.jpg") center no-repeat; }

.success-title {
  position: relative;
  top: 42px;
  font-size: 24px;
  font-weight: 900;
  line-height: 31px;
  color: white;
  opacity: 0;
  transition-delay: 400ms;
  transform: translateY(-20px); }

.modal.fade.in .success-title {
  opacity: 0.999;
  transform: translateY(0px); }

.success-title span {
  font-weight: 300; }
.success-title a {
  color: #2791c6; }
  .success-title a:hover {
    text-decoration: underline; }

.success-illu {
  z-index: 1;
  position: absolute;
  top: 129px;
  right: 0;
  left: 0;
  opacity: 0;
  transition-delay: 700ms;
  transform: translateY(-20px);
  height: 216px;
  background: transparent url("../bundles/cineweb/images/icons/icn-success.png") center top no-repeat; }

.modal.fade.in .success-illu {
  opacity: 1;
  transform: translateY(0); }

.success > p {
  width: 525px;
  margin: 119px auto 0;
  font-family: "Lato";
  font-size: 14px;
  line-height: 20px;
  color: #babdc7; }

.success-share {
  padding-bottom: 35px; }
  .success-share .title {
    margin: 23px 0 6px;
    font-size: 22px;
    color: #8b8d95; }

.success-share__list {
  font-size: 0; }
  .success-share__list a {
    display: inline-block;
    font-size: 46px;
    vertical-align: middle;
    color: #686a6e;
    *display: inline;
    *zoom: 1; }
    .success-share__list a:hover {
      text-decoration: none;
      color: #2791c6; }
    .success-share__list a + a {
      margin-left: 13px; }

.end-step-block-btn-checkout {
  width: 100%;
  margin: 0;
  display: inline-block; }

.modal-switch-button {
  width: 242px;
  height: 45px;
  line-height: 45px;
  font-weight: bold; }

.cssc-button-inactive {
  margin: 0;
  padding: 0 16px;
  border: 0;
  display: inline-block;
  box-sizing: border-box;
  box-shadow: none;
  line-height: 40px;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
  color: #666666; }
  .cssc-button-inactive:hover {
    text-decoration: none;
    color: white; }

/* Mobile */
@media (max-width: 767px) {
  .checkout {
    width: 100%;
    margin: 0; }

  .success-title {
    top: 12px; }

  .success-illu {
    top: 150px;
    height: 135px;
    background-size: contain; }

  .success > p {
    width: 100%;
    margin-top: 80px;
    padding: 0 15px; } }
/* ----------------------------------------------------------
 * ERROR
 * -------------------------------------------------------- */
.checkout-error-msg {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
  background-color: red; }
  .checkout-error-msg p {
    margin: 0 30px;
    line-height: 30px;
    vertical-align: middle; }
  .checkout-error-msg#login-msg-error {
    height: auto;
    min-height: 62px;
    margin-bottom: 40px; }
    .checkout-error-msg#login-msg-error p {
      line-height: normal; }
    .checkout-error-msg#login-msg-error p:first-child {
      margin: 10px 30px 0 30px; }
    .checkout-error-msg#login-msg-error p:last-child {
      margin: 0 30px 10px 30px; }
  .checkout-error-msg#password-msg-error {
    height: 62px;
    margin-bottom: 40px;
    overflow: hidden; }
    .checkout-error-msg#password-msg-error p.login-msg-error-paragraph {
      margin: auto 50px;
      line-height: 62px; }
      .checkout-error-msg#password-msg-error p.login-msg-error-paragraph span {
        line-height: 1.2;
        vertical-align: middle; }
    .checkout-error-msg#password-msg-error span {
      display: inline-block;
      color: white;
      font-size: 13px; }
      .checkout-error-msg#password-msg-error span:first-child {
        margin-right: 10px;
        font-size: 18px; }
  @media (max-width: 567px) {
    .checkout-error-msg p {
      line-height: inherit; } }

/* Forgot password modal */
#lost-password-form-modal {
  margin: 0 25px 30px 25px; }
  #lost-password-form-modal .lost-password-title, #lost-password-form-modal .lost-password-desc {
    margin: 0;
    color: white; }
    #lost-password-form-modal .lost-password-title.lost-password-title, #lost-password-form-modal .lost-password-desc.lost-password-title {
      margin-bottom: 12px;
      font-size: 20px;
      font-weight: lighter; }
    #lost-password-form-modal .lost-password-title.lost-password-desc, #lost-password-form-modal .lost-password-desc.lost-password-desc {
      font-size: 13px;
      font-weight: normal; }
  #lost-password-form-modal .lost-password-block-input {
    margin-top: 40px;
    text-align: center; }
    #lost-password-form-modal .lost-password-block-input .lost-password-sub-block-input {
      margin: 0 0 20px 0;
      display: inline-block;
      position: relative; }
      #lost-password-form-modal .lost-password-block-input .lost-password-sub-block-input i {
        position: absolute;
        top: 14px;
        left: 13px;
        z-index: 10;
        color: #aaacb2;
        font-size: 14px; }
      #lost-password-form-modal .lost-password-block-input .lost-password-sub-block-input .lost-password-input {
        width: 288px; }
        @media (max-width: 479px) {
          #lost-password-form-modal .lost-password-block-input .lost-password-sub-block-input .lost-password-input {
            width: 100%; } }
  #lost-password-form-modal .lost-password-submit-block {
    text-align: center; }
    #lost-password-form-modal .lost-password-submit-block .lost-password-submit {
      width: 165px; }

.email-sent-title-modal {
  margin: 0 25px 12px 25px;
  color: white;
  font-size: 20px;
  font-weight: lighter; }

.email-sent-msg-modal {
  margin: 0 25px 60px 25px;
  color: white;
  font-size: 13px;
  font-weight: normal; }

.submit-block-reset {
  width: 100%;
  padding: 5px 25px 33px 25px;
  float: left;
  text-align: center; }
  @media (max-width: 320px) {
    .submit-block-reset {
      padding: 5px 0 33px 0; } }

#cb-msg-error,
#password-msg-errorx {
  height: auto; }

.small-details-gift-confirmation {
  font-size: 13px; }

.grey-checkout {
  color: #a9a9ac !important; }

.placeholder-fontawesome {
  font-family: Lato, FontAwesome, Arial, sans-serif; }

.textera-border-radius {
  border-radius: 4px !important; }

.subtitle-checkout-gift {
  font-size: 18px; }

.send-direct-gift-message {
  font-size: 12px; }

.last-row-gift-checkout {
  margin-bottom: 15px; }

@media screen and (min-width: 992px) {
  .space-buttons-classic-gift-right {
    padding-right: 2px; }

  .space-buttons-classic-gift-left {
    padding-left: 0; } }
.input-date-small {
  font-size: 9px; }

.input-hour-select {
  font-size: 13px; }

.modal-confirmation-order .modal-footer {
  padding: 0 0 33px 0; }

.credit-card-card {
  height: 140px;
  width: 220px;
  background: linear-gradient(#4a7a8a, #508fc8);
  border-radius: 5px;
  box-shadow: 0 0 6px #999999;
  padding-left: 15px; }
  .credit-card-card .credit-card-logo {
    position: relative;
    width: 50px;
    height: auto;
    left: 145px;
    top: 10px; }
  .credit-card-card .credit-card-name-label {
    color: #d2d9dd !important;
    margin: 0 !important; }
  .credit-card-card .credit-card-name {
    color: white !important;
    margin: 0 0 20px 0 !important; }
  .credit-card-card .credit-card-number {
    color: white !important;
    margin: 0 !important; }
  .credit-card-card .credit-card-expire-date-label {
    color: #d2d9dd !important;
    margin: 0 !important; }
  .credit-card-card .credit-card-expire-date {
    color: white !important; }

.credit-card-choices-payment .credit-card-card {
  margin: 0 auto;
  transition: all 0.4s ease; }
  .credit-card-choices-payment .credit-card-card:hover {
    transform: scale(1.1); }

.credit-card-choices-footer {
  margin-top: 80px;
  margin-bottom: 60px;
  font-size: 18px;
  color: white; }
  .credit-card-choices-footer .link-other-credit-card {
    font-size: 14px; }

.modal-container-step3 {
  display: none; }

/* -------------------------------------------------------
 * 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: 120px;
  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, 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-format {
      border-left: 1px solid #8a8a8a;
      padding-left: 12px;
      margin-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; }

.download-btn {
  width: 242px; }

/* Uncut Svod
 * ----------------------- */
.btnWatchSvod {
  width: 242px;
  margin-right: -2px; }
  .btnWatchSvod .thefilmlabel {
    padding: 0 20px; }
    .btnWatchSvod .thefilmlabel .icon-play {
      margin: 0;
      display: inline-block;
      position: relative;
      top: 0;
      left: 0;
      font-size: inherit; }
    .btnWatchSvod .thefilmlabel .film-label-buy-options {
      margin: 0 12px !important; }

.btnWatchSvod.btnAddMovie,
.btnWatchSvod.watch-film-btn-edito {
  width: 242px;
  margin-right: 0; }

.uncut-svod {
  background: #339999;
  padding: 5px; }
  .uncut-svod > img {
    height: auto;
    width: 20%; }
  .uncut-svod .offer {
    color: white;
    width: 80%; }
    .uncut-svod .offer > div {
      font-weight: lighter; }
    .uncut-svod .offer .intro-offer-subscribed {
      font-size: 20px;
      text-transform: uppercase; }
    .uncut-svod .offer .intro-offer-unsubscribed {
      font-size: 15px;
      margin-bottom: 5px; }
    .uncut-svod .offer .see-offer-link {
      color: inherit;
      font-size: 16px;
      font-weight: bold; }
    .uncut-svod .offer .btnSubscribe {
      width: auto;
      padding-left: 15px; }
      .uncut-svod .offer .btnSubscribe span {
        font-weight: bold;
        width: auto; }
      .uncut-svod .offer .btnSubscribe .thelabel {
        line-height: 20px;
        border-radius: 3px;
        width: auto;
        box-shadow: inset 0 2px 1px rgba(16, 16, 19, 0.1); }
    .uncut-svod .offer .btnSubscribe.cssc-button--pink {
      padding: 0 40px; }
    .uncut-svod .offer .btnSubscribe.cssc-button--white,
    .uncut-svod .offer .btnSubscribe.cssc-button--white > .thelabel {
      transition: color 0.3s ease; }
    .uncut-svod .offer .btnSubscribe.cssc-button--white:hover,
    .uncut-svod .offer .btnSubscribe.cssc-button--white:hover > .thelabel {
      background: #282a2f;
      color: white; }
      .uncut-svod .offer .btnSubscribe.cssc-button--white:hover i,
      .uncut-svod .offer .btnSubscribe.cssc-button--white:hover > .thelabel i {
        color: rgba(255, 255, 255, 0.5); }
    .uncut-svod .offer .btnSubscribe.cssc-button--white .thelabel {
      font-size: 11px;
      line-height: normal;
      padding: 5px 10px 5px 0; }
      .uncut-svod .offer .btnSubscribe.cssc-button--white .thelabel i {
        font-size: 2em;
        line-height: initial; }
      .uncut-svod .offer .btnSubscribe.cssc-button--white .thelabel b {
        font-size: 13px; }

@media (min-width: 992px) {
  .uncut-svod {
    padding: 0 0 0 300px; }
    .uncut-svod > img {
      height: 130px;
      width: auto; }
    .uncut-svod .offer {
      padding-top: 15px;
      width: 75%; }
      .uncut-svod .offer .intro-offer-subscribed {
        font-size: 23px;
        margin-top: 14px; }
      .uncut-svod .offer .intro-offer-unsubscribed {
        width: 53%;
        font-size: 18px;
        float: left; }
      .uncut-svod .offer .intro-offer-unsubscribed.full {
        width: 68%; }
      .uncut-svod .offer .btnSubscribe {
        float: left;
        margin-left: 20px; } }
@media (min-width: 1161px) {
  .uncut-svod {
    padding: 0 0 0 370px; }
    .uncut-svod .offer .intro-offer-unsubscribed {
      width: 60%; }
    .uncut-svod .offer .intro-offer-unsubscribed.full {
      width: 72%; } }
@media (min-width: 1399px) {
  .uncut-svod .offer {
    padding-top: 26px;
    width: 80%; }
    .uncut-svod .offer .intro-offer-unsubscribed {
      width: 72%; }
    .uncut-svod .offer .intro-offer-unsubscribed.full {
      width: 80%; } }
/* Casting & share
 * ----------------------- */
.profil-stats--casting {
  padding-top: 20px;
  padding-bottom: 30px;
  min-height: 148px; }
  .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: 700px;
  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 .cssc-button-group + .cssc-button-group {
      margin-top: 17px; }
    .profil-header__buttons .buttons-set .cssc-button-group .cssc-button {
      min-width: 50px; }

  .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__buttons .buttons-set.force-same-button-player-width .button-player-launch {
      margin-top: 10px; }

  .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 .cssc-button-group .cssc-button {
      display: inline-block;
      min-width: 50px; }
    .profil-header__buttons .buttons-set .cssc-button-group + .cssc-button-group {
      margin-top: 20px; }
    .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; }
    .profil-header__buttons .buttons-set.force-same-button-player-width .button-player-launch {
      margin-top: 10px; } }
@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 .cssc-button-group .cssc-button {
      display: inline-block;
      margin-left: 11px;
      min-width: 50px; }
    .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; }
    .profil-header__buttons .buttons-set.force-same-button-player-width .button-player-launch {
      margin-top: 10px; } }
/* 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%; }
    .profil-header__buttons .buttons-set .cssc-button-group {
      display: inline-block;
      margin-left: 11px; }
      .profil-header__buttons .buttons-set .cssc-button-group + .cssc-button-group {
        margin-top: 11px; }
      .profil-header__buttons .buttons-set .cssc-button-group .cssc-button {
        width: auto;
        min-width: 50px; }
        .profil-header__buttons .buttons-set .cssc-button-group .cssc-button + .cssc-button {
          margin-left: 11px; }
      .profil-header__buttons .buttons-set .cssc-button-group .cssc-button--label {
        min-width: 215px; }

  .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: 17px;
    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 {
    margin-bottom: 40px; }
    .filmographie ul.filmography-list-artist li .top-item-illu img {
      width: 100%; }

/* 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; }

  .btnWatchSvod {
    width: 100%; } }
@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 .search-item-img a {
    display: inline-block; }
  .whishlist .whishlist-container {
    display: flex;
    flex-wrap: wrap; }
  .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; }

.svod-product-prices-modal {
  text-align: center; }
  .svod-product-prices-modal .modal-content {
    border-radius: 0; }
    .svod-product-prices-modal .modal-content .modal-header {
      height: auto !important;
      padding-top: 10px; }
      .svod-product-prices-modal .modal-content .modal-header .main-logo-wrapper {
        padding: 10px 0; }
        .svod-product-prices-modal .modal-content .modal-header .main-logo-wrapper .logo-sub {
          position: relative;
          bottom: 5px;
          text-align: left; }
      .svod-product-prices-modal .modal-content .modal-header .uncut-svod {
        height: auto; }
        .svod-product-prices-modal .modal-content .modal-header .uncut-svod .offer {
          text-transform: uppercase;
          text-align: left;
          width: 70%; }
          .svod-product-prices-modal .modal-content .modal-header .uncut-svod .offer .intro1 {
            font-size: 23px; }
          .svod-product-prices-modal .modal-content .modal-header .uncut-svod .offer .intro2 {
            font-size: 16px; }
          .svod-product-prices-modal .modal-content .modal-header .uncut-svod .offer .seeOfferLink {
            text-transform: none; }
    .svod-product-prices-modal .modal-content .prices .blocPrice {
      width: 100%;
      border: 1px solid #ececec;
      border-top: 0; }
      .svod-product-prices-modal .modal-content .prices .blocPrice a {
        text-decoration: none; }
        .svod-product-prices-modal .modal-content .prices .blocPrice a .price .month {
          font-size: 16px;
          text-transform: lowercase; }
      .svod-product-prices-modal .modal-content .prices .blocPrice a,
      .svod-product-prices-modal .modal-content .prices .blocPrice span {
        color: #888888; }
      .svod-product-prices-modal .modal-content .prices .blocPrice .head,
      .svod-product-prices-modal .modal-content .prices .blocPrice .infos {
        font-size: 17px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 20px 10px;
        border-bottom: 1px solid #ececec;
        display: block; }
      .svod-product-prices-modal .modal-content .prices .blocPrice .head {
        height: 145px; }
        .svod-product-prices-modal .modal-content .prices .blocPrice .head h4 {
          font-weight: bolder;
          margin: 0; }
        .svod-product-prices-modal .modal-content .prices .blocPrice .head .price {
          font-size: 35px;
          font-weight: 100;
          color: #333333; }
      .svod-product-prices-modal .modal-content .prices .blocPrice .infos {
        height: 185px;
        display: flex; }
        .svod-product-prices-modal .modal-content .prices .blocPrice .infos .blocCenterInfos {
          margin: auto; }
          .svod-product-prices-modal .modal-content .prices .blocPrice .infos .blocCenterInfos .description {
            margin-bottom: 15px; }
      .svod-product-prices-modal .modal-content .prices .blocPrice .btnSubscribe {
        margin: 20px 0;
        float: none; }
        .svod-product-prices-modal .modal-content .prices .blocPrice .btnSubscribe span {
          color: white; }
      .svod-product-prices-modal .modal-content .prices .blocPrice .btnSubscribe:hover {
        color: white;
        background: #47494e; }
    .svod-product-prices-modal .modal-content .prices .blocPrice + .blocPrice {
      margin-left: -4px; }
    .svod-product-prices-modal .modal-content .modal-footer {
      font-size: inherit;
      text-align: center !important;
      margin: 0 !important;
      padding: 30px 0 !important; }
      .svod-product-prices-modal .modal-content .modal-footer > div {
        color: white;
        font-size: 16px;
        margin-bottom: 20px; }

@media (min-width: 660px) {
  .svod-product-prices-modal .modal-header .uncut-svod .offer {
    padding-top: 26px; } }
@media (min-width: 768px) {
  .svod-product-prices-modal .prices .blocPrice {
    display: inline-block;
    width: 49.5%; } }
@media (min-width: 1399px) {
  .svod-product-prices-modal .modal-content {
    width: 1000px !important; }
    .svod-product-prices-modal .modal-content .modal-header .uncut-svod {
      padding: 0 0 0 30px; }
    .svod-product-prices-modal .modal-content .modal-body .prices .blocPrice {
      width: 24.5%; } }
body.sticky-header .svod-product-prices-modal .main-logo-wrapper .logo a {
  height: 59px;
  width: auto; }
body.sticky-header .svod-product-prices-modal .main-logo-wrapper .logo-sub {
  font-size: inherit; }
  body.sticky-header .svod-product-prices-modal .main-logo-wrapper .logo-sub img {
    margin-left: 5px; }

.cssc-button-group .row .col-xs-12 {
  margin-bottom: 10px; }

.cssc-button-full {
  width: 100% !important; }
  .cssc-button-full .button-player-launch .download-btn {
    width: 100% !important; }

.cssc-button-gift-fixer {
  position: relative;
  top: 10px; }

.btn-delete-account {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 4px; }

.btn-cancel-delete-account {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 4px; }

/* -------------------------------------------------------
 * 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; }

.overlay, .modal-content-checkout,
#overlay-option-version-film,
#modal-option-version-film {
  display: none;
  position: fixed;
  top: 0; }

#div-step1 {
  display: block; }

.overlay,
#overlay-option-version-film {
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 9999998;
  background-color: black;
  opacity: 0.5; }

.modal-content-checkout,
#modal-option-version-film {
  width: 650px;
  margin: 0 auto;
  margin-top: 35px;
  left: -50%;
  right: -50%;
  z-index: 9999999;
  font-family: "Lato";
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: 0;
  box-sizing: border-box; }
  .modal-content-checkout .modal-header,
  #modal-option-version-film .modal-header {
    min-height: 1px; }
    .modal-content-checkout .modal-header .option-version-film-close-btn,
    #modal-option-version-film .modal-header .option-version-film-close-btn {
      z-index: 1030; }
  .modal-content-checkout .title-film-modal,
  .modal-content-checkout .sub-title-film-modal,
  .modal-content-checkout .btns-block-film-modal,
  #modal-option-version-film .title-film-modal,
  #modal-option-version-film .sub-title-film-modal,
  #modal-option-version-film .btns-block-film-modal {
    margin: 0 auto 30px;
    color: white;
    text-align: center; }
  .modal-content-checkout .title-film-modal,
  #modal-option-version-film .title-film-modal {
    font-size: 18px;
    font-weight: 900; }
  .modal-content-checkout .sub-title-film-modal,
  #modal-option-version-film .sub-title-film-modal {
    font-size: 26px; }
  .modal-content-checkout .text-block-film-modal,
  #modal-option-version-film .text-block-film-modal {
    text-align: center; }
    .modal-content-checkout .text-block-film-modal p,
    #modal-option-version-film .text-block-film-modal p {
      color: white; }
    .modal-content-checkout .text-block-film-modal p,
    .modal-content-checkout .text-block-film-modal div,
    #modal-option-version-film .text-block-film-modal p,
    #modal-option-version-film .text-block-film-modal div {
      margin: 0 auto; }
    .modal-content-checkout .text-block-film-modal .title-block-film-modal,
    #modal-option-version-film .text-block-film-modal .title-block-film-modal {
      margin: 0 0 10px 0;
      font-size: 18px;
      font-weight: bold; }
    .modal-content-checkout .text-block-film-modal .paragraph1-block-film-modal,
    .modal-content-checkout .text-block-film-modal .paragraph2-block-film-modal,
    #modal-option-version-film .text-block-film-modal .paragraph1-block-film-modal,
    #modal-option-version-film .text-block-film-modal .paragraph2-block-film-modal {
      margin: 0;
      font-size: 14px;
      text-transform: capitalize; }
    .modal-content-checkout .text-block-film-modal .paragraph1-block-film-modal,
    #modal-option-version-film .text-block-film-modal .paragraph1-block-film-modal {
      margin-top: 15px;
      font-weight: bold; }
    .modal-content-checkout .text-block-film-modal .paragraph2-block-film-modal,
    #modal-option-version-film .text-block-film-modal .paragraph2-block-film-modal {
      font-style: italic; }
  .modal-content-checkout .btns-block-film-modal,
  #modal-option-version-film .btns-block-film-modal {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
    text-align: center; }
    .modal-content-checkout .btns-block-film-modal fieldset,
    #modal-option-version-film .btns-block-film-modal fieldset {
      text-align: center; }
      .modal-content-checkout .btns-block-film-modal fieldset:first-child,
      #modal-option-version-film .btns-block-film-modal fieldset:first-child {
        text-align: left; }
      .modal-content-checkout .btns-block-film-modal fieldset:last-child,
      #modal-option-version-film .btns-block-film-modal fieldset:last-child {
        text-align: right; }
    .modal-content-checkout .btns-block-film-modal .btn-block-film-modal,
    #modal-option-version-film .btns-block-film-modal .btn-block-film-modal {
      margin-top: 15px;
      display: block;
      width: 50%;
      float: left; }
      .modal-content-checkout .btns-block-film-modal .btn-block-film-modal.single,
      #modal-option-version-film .btns-block-film-modal .btn-block-film-modal.single {
        width: 100%;
        text-align: center; }
      .modal-content-checkout .btns-block-film-modal .btn-block-film-modal .cssc-button.cssc-button--label,
      #modal-option-version-film .btns-block-film-modal .btn-block-film-modal .cssc-button.cssc-button--label {
        width: 320px;
        height: 45px; }
      .modal-content-checkout .btns-block-film-modal .btn-block-film-modal .cssc-button i,
      #modal-option-version-film .btns-block-film-modal .btn-block-film-modal .cssc-button i {
        display: inline-block;
        box-sizing: border-box;
        top: 4px;
        left: 10px;
        color: rgba(255, 255, 255, 0.5); }
      .modal-content-checkout .btns-block-film-modal .btn-block-film-modal .cssc-button .film-label,
      #modal-option-version-film .btns-block-film-modal .btn-block-film-modal .cssc-button .film-label {
        width: 94px;
        padding-left: 15px;
        vertical-align: 0;
        border: 0;
        letter-spacing: normal;
        background-color: transparent;
        color: white;
        font-size: 15px;
        font-weight: bold;
        text-align: left;
        text-transform: capitalize; }
      .modal-content-checkout .btns-block-film-modal .btn-block-film-modal .cssc-button .film-option,
      #modal-option-version-film .btns-block-film-modal .btn-block-film-modal .cssc-button .film-option {
        width: auto;
        margin: 0 5px 0 0;
        padding: 0 10px;
        border-radius: 4px;
        line-height: 24px;
        vertical-align: middle;
        background-color: rgba(0, 0, 0, 0.5);
        font-size: 11px; }
      .modal-content-checkout .btns-block-film-modal .btn-block-film-modal .cssc-button .thelabel,
      #modal-option-version-film .btns-block-film-modal .btn-block-film-modal .cssc-button .thelabel {
        width: 80px;
        height: 100%;
        float: right;
        font-size: 13px; }

.modal-content-checkout .modal-body {
  padding: 0 22px 10px; }
  .modal-content-checkout .modal-body .title-modal, .modal-content-checkout .modal-body .sub-title-modal {
    color: white;
    font-family: "Lato";
    text-align: center; }
  .modal-content-checkout .modal-body .title-modal {
    margin: 0 0 28px 0;
    font-size: 20px;
    font-weight: bold; }
  .modal-content-checkout .modal-body .sub-title-modal {
    margin: 0 0 30px 0;
    font-size: 26px;
    font-weight: lighter; }
  .modal-content-checkout .modal-body .credit-cards-types-checkout {
    margin-bottom: 10px;
    padding: 30px 40px;
    border: #41444a solid 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .modal-content-checkout .modal-body .credit-cards-types-checkout:last-child {
      margin-bottom: 40px; }

@media (max-width: 767px) {
  .modal-content-checkout {
    width: 100%;
    height: 100%;
    margin: 0;
    left: 0;
    right: 0; }
    .modal-content-checkout .checkout {
      width: 100%;
      height: 100%; }
      .modal-content-checkout .checkout .bgnoise {
        height: 100%;
        overflow-y: auto; }
    .modal-content-checkout #option-version-film-close-btn {
      width: auto; }
    .modal-content-checkout .btns-block-film-modal fieldset:first-child, .modal-content-checkout .btns-block-film-modal fieldset:last-child {
      text-align: center; }
    .modal-content-checkout .btns-block-film-modal .btn-block-film-modal {
      width: 100%;
      float: none;
      display: inline-block;
      text-align: center; }
      .modal-content-checkout .btns-block-film-modal .btn-block-film-modal .cssc-button {
        margin-top: 10px; }
    .modal-content-checkout .option-version-film-close-btn {
      width: auto; }
    .modal-content-checkout .modal-header {
      margin-bottom: 40px; }
    .modal-content-checkout .modal-body .sub-title-modal {
      font-size: 20px;
      margin-bottom: 10px; }
    .modal-content-checkout .modal-body .credit-cards-types-checkout {
      margin-bottom: 10px;
      padding: 5px;
      text-align: center; }
    .modal-content-checkout .modal-body .btns-block-film-modal {
      margin-top: 0; } }
@media (max-width: 479px) {
  #option-version-film-close-btn {
    top: 8px; } }
.modal-content-checkout .btns-block-film-modal .cssc-button--buy-options {
  overflow: hidden; }
  .modal-content-checkout .btns-block-film-modal .cssc-button--buy-options.cssc-button.cssc-button--label {
    min-width: 200px;
    width: auto; }
  .modal-content-checkout .btns-block-film-modal .cssc-button--buy-options .theicon {
    height: 100%;
    margin: 0;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 10px 0 15px;
    float: left; }
    .modal-content-checkout .btns-block-film-modal .cssc-button--buy-options .theicon i {
      width: auto;
      margin: 0;
      padding: 0;
      display: inline-block;
      vertical-align: middle;
      position: inherit; }
  .modal-content-checkout .btns-block-film-modal .cssc-button--buy-options .thefilmlabel {
    height: 100%;
    margin: 0;
    padding: 0;
    float: left; }
    .modal-content-checkout .btns-block-film-modal .cssc-button--buy-options .thefilmlabel .film-label-buy-options {
      width: auto;
      margin: 0 12px 0 0;
      padding: 0;
      display: inline-block;
      vertical-align: middle;
      background-color: transparent;
      color: white;
      font-size: 13px;
      font-weight: bold;
      text-align: left;
      text-transform: capitalize;
      letter-spacing: normal;
      min-width: 0; }
    .modal-content-checkout .btns-block-film-modal .cssc-button--buy-options .thefilmlabel .film-option {
      min-width: 0;
      margin: 10px 12px 0 0;
      display: inline-block; }
  .modal-content-checkout .btns-block-film-modal .cssc-button--buy-options .theoption {
    height: 100%;
    margin: 0;
    padding: 0 12px 0 7.5px;
    float: right; }
  .modal-content-checkout .btns-block-film-modal .cssc-button--buy-options:hover .theicon, .modal-content-checkout .btns-block-film-modal .cssc-button--buy-options:hover .thefilmlabel {
    color: #2791c6; }
    .modal-content-checkout .btns-block-film-modal .cssc-button--buy-options:hover .theicon i, .modal-content-checkout .btns-block-film-modal .cssc-button--buy-options:hover .theicon .film-label-buy-options, .modal-content-checkout .btns-block-film-modal .cssc-button--buy-options:hover .thefilmlabel i, .modal-content-checkout .btns-block-film-modal .cssc-button--buy-options:hover .thefilmlabel .film-label-buy-options {
      color: #2791c6; }

.film_page .modal-content-checkout,
.home_page .modal-content-checkout {
  position: fixed; }
  @media (max-width: 768px) {
    .film_page .modal-content-checkout,
    .home_page .modal-content-checkout {
      position: fixed; } }

.parental-code-modal .modal-content {
  text-align: center;
  width: 500px;
  margin: 35px auto;
  border: 0;
  box-sizing: border-box; }
  .parental-code-modal .modal-content .content {
    padding-bottom: 20px; }
    .parental-code-modal .modal-content .content .modal-header {
      height: auto !important;
      padding: 10px;
      margin-bottom: 20px; }
      .parental-code-modal .modal-content .content .modal-header .main-logo-wrapper {
        padding: 10px 0; }
        .parental-code-modal .modal-content .content .modal-header .main-logo-wrapper .logo a {
          width: auto; }
        .parental-code-modal .modal-content .content .modal-header .main-logo-wrapper .logo-sub {
          font-size: inherit;
          position: relative;
          text-align: left; }
      .parental-code-modal .modal-content .content .modal-header .cssc-notices-button {
        position: absolute;
        top: 18px;
        right: 20px;
        color: #a9a9ac;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .parental-code-modal .modal-content .content .modal-body .errorParentalCode {
      display: none;
      background: red;
      color: white;
      font-size: 16px;
      margin-bottom: 10px;
      padding: 5px; }
    .parental-code-modal .modal-content .content .modal-body .btnParentalCodeValid {
      width: 100px;
      margin-left: 5px;
      line-height: 34px;
      box-shadow: 0; }

@media (max-width: 500px) {
  .parental-code-modal .modal-content {
    width: 100%; } }
.modal-video-player {
  animatione-name: none !important;
  display: block;
  width: 75vw;
  height: auto;
  margin: 0 auto;
  margin-top: 0 !important; }
  .modal-video-player .modal-body {
    position: inherit;
    float: none;
    padding: 0; }
  .modal-video-player .modal-header {
    margin-bottom: 0; }

/* -------------------------------------------------------
 * 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 .top-trailer {
  display: none;
  max-width: 100%;
  width: 800px;
  max-height: 100%;
  height: 450px;
  margin: auto;
  position: absolute;
  top: 95px;
  left: 0;
  right: 0;
  z-index: 9; }
  .profil .top-trailer #close-trailer-top-btn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-sizing: border-box;
    position: absolute;
    top: 5px;
    right: -30px;
    z-index: 13;
    color: #a9a9ac;
    font-size: 14px;
    cursor: pointer; }
    .profil .top-trailer #close-trailer-top-btn:hover {
      color: white; }
  .profil .top-trailer .trailer-video .vjs-default-skin .vjs-big-play-button {
    border-radius: 50em;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  @media (max-width: 1023px) {
    .profil .top-trailer #close-trailer-top-btn {
      top: -5px;
      right: 7.5%; } }
  @media (max-width: 991px) {
    .profil .top-trailer {
      width: 100%; }
      .profil .top-trailer #close-trailer-top-btn {
        right: 5%; } }

#top-trailer-overlay,
#top-trailer-modal {
  display: none;
  margin: auto;
  position: fixed;
  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; }

#top-trailer-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9998;
  background-color: black;
  opacity: 0.25; }

#top-trailer-modal {
  max-width: 100%;
  width: 800px;
  max-height: 100%;
  height: 450px;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999; }
  #top-trailer-modal #close-trailer-top-btn-modal {
    position: absolute;
    top: 5px;
    right: -25px;
    z-index: 99999;
    color: white;
    cursor: pointer; }
    #top-trailer-modal #close-trailer-top-btn-modal:hover {
      color: #2791c6; }
    @media (max-width: 991px) {
      #top-trailer-modal #close-trailer-top-btn-modal {
        top: 10px;
        right: 5px; } }

/* -------------------------------------------------------
 * 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
 * ------------------------------------------------------- */
.testimonial__notices-modal .modal-content,
.press-review-modal .modal-content,
.synopsis-modal .modal-content,
.svod-edito-modal .modal-content,
.svod-product-prices-modal .modal-content,
.modalDeleteAccount .modal-content,
.modify-subscription-modal .modal-content {
  width: 935px;
  margin: 35px auto;
  border: 0;
  box-sizing: border-box; }
  .testimonial__notices-modal .modal-content.modal-dialog,
  .press-review-modal .modal-content.modal-dialog,
  .synopsis-modal .modal-content.modal-dialog,
  .svod-edito-modal .modal-content.modal-dialog,
  .svod-product-prices-modal .modal-content.modal-dialog,
  .modalDeleteAccount .modal-content.modal-dialog,
  .modify-subscription-modal .modal-content.modal-dialog {
    transform: inherit; }
  @media (max-width: 1023px) {
    .testimonial__notices-modal .modal-content,
    .press-review-modal .modal-content,
    .synopsis-modal .modal-content,
    .svod-edito-modal .modal-content,
    .svod-product-prices-modal .modal-content,
    .modalDeleteAccount .modal-content,
    .modify-subscription-modal .modal-content {
      width: 100%;
      margin-top: 0; } }
.testimonial__notices-modal .modal-header,
.press-review-modal .modal-header,
.synopsis-modal .modal-header,
.svod-edito-modal .modal-header,
.svod-product-prices-modal .modal-header,
.modalDeleteAccount .modal-header,
.modify-subscription-modal .modal-header {
  height: 38px;
  margin: 0;
  padding: 0;
  position: relative; }
  .testimonial__notices-modal .modal-header .cssc-notices-button,
  .press-review-modal .modal-header .cssc-notices-button,
  .synopsis-modal .modal-header .cssc-notices-button,
  .svod-edito-modal .modal-header .cssc-notices-button,
  .svod-product-prices-modal .modal-header .cssc-notices-button,
  .modalDeleteAccount .modal-header .cssc-notices-button,
  .modify-subscription-modal .modal-header .cssc-notices-button {
    position: absolute;
    top: 18px;
    right: 20px;
    color: #a9a9ac;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .testimonial__notices-modal .modal-header .cssc-notices-button:hover,
    .press-review-modal .modal-header .cssc-notices-button:hover,
    .synopsis-modal .modal-header .cssc-notices-button:hover,
    .svod-edito-modal .modal-header .cssc-notices-button:hover,
    .svod-product-prices-modal .modal-header .cssc-notices-button:hover,
    .modalDeleteAccount .modal-header .cssc-notices-button:hover,
    .modify-subscription-modal .modal-header .cssc-notices-button:hover {
      color: #2791c6;
      text-decoration: none;
      -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) {
      .testimonial__notices-modal .modal-header .cssc-notices-button,
      .press-review-modal .modal-header .cssc-notices-button,
      .synopsis-modal .modal-header .cssc-notices-button,
      .svod-edito-modal .modal-header .cssc-notices-button,
      .svod-product-prices-modal .modal-header .cssc-notices-button,
      .modalDeleteAccount .modal-header .cssc-notices-button,
      .modify-subscription-modal .modal-header .cssc-notices-button {
        right: 15px; } }
.testimonial__notices-modal .modal-body .modal-main-infos,
.press-review-modal .modal-body .modal-main-infos,
.synopsis-modal .modal-body .modal-main-infos,
.svod-edito-modal .modal-body .modal-main-infos,
.svod-product-prices-modal .modal-body .modal-main-infos,
.modalDeleteAccount .modal-body .modal-main-infos,
.modify-subscription-modal .modal-body .modal-main-infos {
  padding: 0 55px; }
  .testimonial__notices-modal .modal-body .modal-main-infos .modal-avatar,
  .press-review-modal .modal-body .modal-main-infos .modal-avatar,
  .synopsis-modal .modal-body .modal-main-infos .modal-avatar,
  .svod-edito-modal .modal-body .modal-main-infos .modal-avatar,
  .svod-product-prices-modal .modal-body .modal-main-infos .modal-avatar,
  .modalDeleteAccount .modal-body .modal-main-infos .modal-avatar,
  .modify-subscription-modal .modal-body .modal-main-infos .modal-avatar {
    margin-right: 10px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    float: left !important;
    background-color: #428bca; }
    .testimonial__notices-modal .modal-body .modal-main-infos .modal-avatar img,
    .press-review-modal .modal-body .modal-main-infos .modal-avatar img,
    .synopsis-modal .modal-body .modal-main-infos .modal-avatar img,
    .svod-edito-modal .modal-body .modal-main-infos .modal-avatar img,
    .svod-product-prices-modal .modal-body .modal-main-infos .modal-avatar img,
    .modalDeleteAccount .modal-body .modal-main-infos .modal-avatar img,
    .modify-subscription-modal .modal-body .modal-main-infos .modal-avatar img {
      width: 50px;
      height: 50px;
      display: block; }
  .testimonial__notices-modal .modal-body .modal-main-infos .right,
  .press-review-modal .modal-body .modal-main-infos .right,
  .synopsis-modal .modal-body .modal-main-infos .right,
  .svod-edito-modal .modal-body .modal-main-infos .right,
  .svod-product-prices-modal .modal-body .modal-main-infos .right,
  .modalDeleteAccount .modal-body .modal-main-infos .right,
  .modify-subscription-modal .modal-body .modal-main-infos .right {
    margin-left: 10px;
    display: block; }
    .testimonial__notices-modal .modal-body .modal-main-infos .right .modal-author, .testimonial__notices-modal .modal-body .modal-main-infos .right h2, .testimonial__notices-modal .modal-body .modal-main-infos .right .stars,
    .press-review-modal .modal-body .modal-main-infos .right .modal-author,
    .press-review-modal .modal-body .modal-main-infos .right h2,
    .press-review-modal .modal-body .modal-main-infos .right .stars,
    .synopsis-modal .modal-body .modal-main-infos .right .modal-author,
    .synopsis-modal .modal-body .modal-main-infos .right h2,
    .synopsis-modal .modal-body .modal-main-infos .right .stars,
    .svod-edito-modal .modal-body .modal-main-infos .right .modal-author,
    .svod-edito-modal .modal-body .modal-main-infos .right h2,
    .svod-edito-modal .modal-body .modal-main-infos .right .stars,
    .svod-product-prices-modal .modal-body .modal-main-infos .right .modal-author,
    .svod-product-prices-modal .modal-body .modal-main-infos .right h2,
    .svod-product-prices-modal .modal-body .modal-main-infos .right .stars,
    .modalDeleteAccount .modal-body .modal-main-infos .right .modal-author,
    .modalDeleteAccount .modal-body .modal-main-infos .right h2,
    .modalDeleteAccount .modal-body .modal-main-infos .right .stars,
    .modify-subscription-modal .modal-body .modal-main-infos .right .modal-author,
    .modify-subscription-modal .modal-body .modal-main-infos .right h2,
    .modify-subscription-modal .modal-body .modal-main-infos .right .stars {
      margin: 0;
      padding: 0;
      display: block; }
    .testimonial__notices-modal .modal-body .modal-main-infos .right .modal-author,
    .press-review-modal .modal-body .modal-main-infos .right .modal-author,
    .synopsis-modal .modal-body .modal-main-infos .right .modal-author,
    .svod-edito-modal .modal-body .modal-main-infos .right .modal-author,
    .svod-product-prices-modal .modal-body .modal-main-infos .right .modal-author,
    .modalDeleteAccount .modal-body .modal-main-infos .right .modal-author,
    .modify-subscription-modal .modal-body .modal-main-infos .right .modal-author {
      color: #888a8d;
      font-size: 13px;
      font-weight: lighter; }
      .testimonial__notices-modal .modal-body .modal-main-infos .right .modal-author strong,
      .press-review-modal .modal-body .modal-main-infos .right .modal-author strong,
      .synopsis-modal .modal-body .modal-main-infos .right .modal-author strong,
      .svod-edito-modal .modal-body .modal-main-infos .right .modal-author strong,
      .svod-product-prices-modal .modal-body .modal-main-infos .right .modal-author strong,
      .modalDeleteAccount .modal-body .modal-main-infos .right .modal-author strong,
      .modify-subscription-modal .modal-body .modal-main-infos .right .modal-author strong {
        display: inline-block;
        color: #27292f;
        font-weight: bold; }
    .testimonial__notices-modal .modal-body .modal-main-infos .right h2,
    .press-review-modal .modal-body .modal-main-infos .right h2,
    .synopsis-modal .modal-body .modal-main-infos .right h2,
    .svod-edito-modal .modal-body .modal-main-infos .right h2,
    .svod-product-prices-modal .modal-body .modal-main-infos .right h2,
    .modalDeleteAccount .modal-body .modal-main-infos .right h2,
    .modify-subscription-modal .modal-body .modal-main-infos .right h2 {
      color: #27292f;
      font-size: 16px;
      font-weight: bold; }
    .testimonial__notices-modal .modal-body .modal-main-infos .right .stars .star-rating .clear-rating,
    .press-review-modal .modal-body .modal-main-infos .right .stars .star-rating .clear-rating,
    .synopsis-modal .modal-body .modal-main-infos .right .stars .star-rating .clear-rating,
    .svod-edito-modal .modal-body .modal-main-infos .right .stars .star-rating .clear-rating,
    .svod-product-prices-modal .modal-body .modal-main-infos .right .stars .star-rating .clear-rating,
    .modalDeleteAccount .modal-body .modal-main-infos .right .stars .star-rating .clear-rating,
    .modify-subscription-modal .modal-body .modal-main-infos .right .stars .star-rating .clear-rating {
      padding-right: 0; }
  @media (max-width: 1023px) {
    .testimonial__notices-modal .modal-body .modal-main-infos,
    .press-review-modal .modal-body .modal-main-infos,
    .synopsis-modal .modal-body .modal-main-infos,
    .svod-edito-modal .modal-body .modal-main-infos,
    .svod-product-prices-modal .modal-body .modal-main-infos,
    .modalDeleteAccount .modal-body .modal-main-infos,
    .modify-subscription-modal .modal-body .modal-main-infos {
      padding: 0 15px; } }
.testimonial__notices-modal .modal-body .modal-msg,
.press-review-modal .modal-body .modal-msg,
.synopsis-modal .modal-body .modal-msg,
.svod-edito-modal .modal-body .modal-msg,
.svod-product-prices-modal .modal-body .modal-msg,
.modalDeleteAccount .modal-body .modal-msg,
.modify-subscription-modal .modal-body .modal-msg {
  margin: 20px 65px 28px 65px;
  padding: 0;
  word-wrap: break-word;
  color: #686a6e;
  font-size: 14px;
  font-weight: lighter; }
  @media (max-width: 1023px) {
    .testimonial__notices-modal .modal-body .modal-msg,
    .press-review-modal .modal-body .modal-msg,
    .synopsis-modal .modal-body .modal-msg,
    .svod-edito-modal .modal-body .modal-msg,
    .svod-product-prices-modal .modal-body .modal-msg,
    .modalDeleteAccount .modal-body .modal-msg,
    .modify-subscription-modal .modal-body .modal-msg {
      padding: 0 25px; } }
  @media (max-width: 991px) {
    .testimonial__notices-modal .modal-body .modal-msg,
    .press-review-modal .modal-body .modal-msg,
    .synopsis-modal .modal-body .modal-msg,
    .svod-edito-modal .modal-body .modal-msg,
    .svod-product-prices-modal .modal-body .modal-msg,
    .modalDeleteAccount .modal-body .modal-msg,
    .modify-subscription-modal .modal-body .modal-msg {
      max-height: auto;
      margin-left: 10px;
      margin-right: 10px; } }
.testimonial__notices-modal .modal-footer,
.press-review-modal .modal-footer,
.synopsis-modal .modal-footer,
.svod-edito-modal .modal-footer,
.svod-product-prices-modal .modal-footer,
.modalDeleteAccount .modal-footer,
.modify-subscription-modal .modal-footer {
  margin: 0 0 20px 0;
  padding: 0 35px;
  text-align: right; }
  .testimonial__notices-modal .modal-footer .opinion-footer__titlen, .testimonial__notices-modal .modal-footer .btnreset,
  .press-review-modal .modal-footer .opinion-footer__titlen,
  .press-review-modal .modal-footer .btnreset,
  .synopsis-modal .modal-footer .opinion-footer__titlen,
  .synopsis-modal .modal-footer .btnreset,
  .svod-edito-modal .modal-footer .opinion-footer__titlen,
  .svod-edito-modal .modal-footer .btnreset,
  .svod-product-prices-modal .modal-footer .opinion-footer__titlen,
  .svod-product-prices-modal .modal-footer .btnreset,
  .modalDeleteAccount .modal-footer .opinion-footer__titlen,
  .modalDeleteAccount .modal-footer .btnreset,
  .modify-subscription-modal .modal-footer .opinion-footer__titlen,
  .modify-subscription-modal .modal-footer .btnreset {
    margin: 0;
    padding: 0;
    display: inline-block; }
    .testimonial__notices-modal .modal-footer .opinion-footer__titlen.btnreset span, .testimonial__notices-modal .modal-footer .btnreset.btnreset span,
    .press-review-modal .modal-footer .opinion-footer__titlen.btnreset span,
    .press-review-modal .modal-footer .btnreset.btnreset span,
    .synopsis-modal .modal-footer .opinion-footer__titlen.btnreset span,
    .synopsis-modal .modal-footer .btnreset.btnreset span,
    .svod-edito-modal .modal-footer .opinion-footer__titlen.btnreset span,
    .svod-edito-modal .modal-footer .btnreset.btnreset span,
    .svod-product-prices-modal .modal-footer .opinion-footer__titlen.btnreset span,
    .svod-product-prices-modal .modal-footer .btnreset.btnreset span,
    .modalDeleteAccount .modal-footer .opinion-footer__titlen.btnreset span,
    .modalDeleteAccount .modal-footer .btnreset.btnreset span,
    .modify-subscription-modal .modal-footer .opinion-footer__titlen.btnreset span,
    .modify-subscription-modal .modal-footer .btnreset.btnreset span {
      font-size: 15px; }
  .testimonial__notices-modal .modal-footer .opinion-footer__title,
  .press-review-modal .modal-footer .opinion-footer__title,
  .synopsis-modal .modal-footer .opinion-footer__title,
  .svod-edito-modal .modal-footer .opinion-footer__title,
  .svod-product-prices-modal .modal-footer .opinion-footer__title,
  .modalDeleteAccount .modal-footer .opinion-footer__title,
  .modify-subscription-modal .modal-footer .opinion-footer__title {
    padding: 0 6px 0 0;
    vertical-align: middle;
    color: #686a6e;
    font-size: 12px; }
  .testimonial__notices-modal .modal-footer .btnreset,
  .press-review-modal .modal-footer .btnreset,
  .synopsis-modal .modal-footer .btnreset,
  .svod-edito-modal .modal-footer .btnreset,
  .svod-product-prices-modal .modal-footer .btnreset,
  .modalDeleteAccount .modal-footer .btnreset,
  .modify-subscription-modal .modal-footer .btnreset {
    margin: 0 6px;
    color: #888a8d;
    font-size: 17px; }
    .testimonial__notices-modal .modal-footer .btnreset:last-child,
    .press-review-modal .modal-footer .btnreset:last-child,
    .synopsis-modal .modal-footer .btnreset:last-child,
    .svod-edito-modal .modal-footer .btnreset:last-child,
    .svod-product-prices-modal .modal-footer .btnreset:last-child,
    .modalDeleteAccount .modal-footer .btnreset:last-child,
    .modify-subscription-modal .modal-footer .btnreset:last-child {
      padding-right: 0; }
  .testimonial__notices-modal .modal-footer .opinion-footer__nbr + .opinion-footer__nbr:before,
  .press-review-modal .modal-footer .opinion-footer__nbr + .opinion-footer__nbr:before,
  .synopsis-modal .modal-footer .opinion-footer__nbr + .opinion-footer__nbr:before,
  .svod-edito-modal .modal-footer .opinion-footer__nbr + .opinion-footer__nbr:before,
  .svod-product-prices-modal .modal-footer .opinion-footer__nbr + .opinion-footer__nbr:before,
  .modalDeleteAccount .modal-footer .opinion-footer__nbr + .opinion-footer__nbr:before,
  .modify-subscription-modal .modal-footer .opinion-footer__nbr + .opinion-footer__nbr:before {
    left: -8px; }

.modal-reviews-films-follow {
  overflow: hidden; }
  .modal-reviews-films-follow .modal-reviews-dialog-films-follow {
    max-height: 600px; }

.comment-testimonial__content-films-follow {
  word-wrap: break-word; }

/* -------------------------------------------------------
 * 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
 * ------------------------------------------------------- */
#carousel-articles-reviews .group-carousel,
#carousel-articles-reviews .article-block-carousel {
  height: 336px;
  overflow: hidden; }
  #carousel-articles-reviews .group-carousel.article-block-carousel,
  #carousel-articles-reviews .article-block-carousel.article-block-carousel {
    height: 170px; }
    @media (max-width: 991px) {
      #carousel-articles-reviews .group-carousel.article-block-carousel,
      #carousel-articles-reviews .article-block-carousel.article-block-carousel {
        height: auto; } }
  @media (max-width: 991px) {
    #carousel-articles-reviews .group-carousel,
    #carousel-articles-reviews .article-block-carousel {
      height: auto; } }
  #carousel-articles-reviews .group-carousel .sub-content-articles,
  #carousel-articles-reviews .article-block-carousel .sub-content-articles {
    max-height: 138px;
    overflow: hidden; }
    @media (max-width: 991px) {
      #carousel-articles-reviews .group-carousel .sub-content-articles,
      #carousel-articles-reviews .article-block-carousel .sub-content-articles {
        max-height: none; } }
@media (max-width: 991px) {
  #carousel-articles-reviews .group-carousel {
    margin-top: 30px; }
    #carousel-articles-reviews .group-carousel:nth-child(n+5) {
      display: none; } }
#carousel-articles-reviews .review-block-carousel {
  height: 148px;
  overflow: hidden; }
  @media (max-width: 991px) {
    #carousel-articles-reviews .review-block-carousel {
      height: auto; } }
  #carousel-articles-reviews .review-block-carousel:nth-child(even) {
    margin: 20px 0 0 0; }
  #carousel-articles-reviews .review-block-carousel:nth-child(odd) {
    margin: 0 0 20px 0; }
  #carousel-articles-reviews .review-block-carousel .review-item {
    height: 147px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 0 40px 0;
    padding: 0 0 25px 0;
    border-bottom: 1px #dddee0 solid; }
    @media (max-width: 991px) {
      #carousel-articles-reviews .review-block-carousel .review-item {
        height: auto; } }
    #carousel-articles-reviews .review-block-carousel .review-item .review-title {
      position: relative;
      font-family: "Lato";
      font-size: 20px;
      line-height: 20px;
      margin-bottom: 10px;
      font-weight: 400;
      color: #27292f; }
    #carousel-articles-reviews .review-block-carousel .review-item .review-press-img {
      width: 50px;
      height: 65px;
      margin-right: 14px; }
    #carousel-articles-reviews .review-block-carousel .review-item .sub-content-review {
      height: 107px;
      margin-bottom: 8px;
      overflow: hidden; }
      @media (max-width: 991px) {
        #carousel-articles-reviews .review-block-carousel .review-item .sub-content-review {
          height: auto; } }
    #carousel-articles-reviews .review-block-carousel .review-item .review-content {
      height: auto;
      margin: 0;
      overflow: hidden;
      font-size: 14px;
      line-height: 20px;
      color: #686a6e; }
#carousel-articles-reviews .no-reviews-block, #carousel-articles-reviews .no-reviews-text {
  margin: 0 auto;
  text-align: center; }
#carousel-articles-reviews .no-reviews-block {
  width: 97px;
  border: #dedede solid 7px; }
  #carousel-articles-reviews .no-reviews-block .no-reviews-line-big, #carousel-articles-reviews .no-reviews-block .no-reviews-line-small {
    margin: 0 auto;
    background-color: #dedede; }
  #carousel-articles-reviews .no-reviews-block .no-reviews-line-big {
    width: 46px;
    height: 7px;
    margin-top: 10px;
    margin-bottom: 10px; }
  #carousel-articles-reviews .no-reviews-block .no-reviews-line-small {
    width: 73px;
    height: 4px;
    margin-bottom: 7px; }
#carousel-articles-reviews .no-reviews-text {
  margin-top: 45px;
  color: #27292f;
  font-family: "Lato";
  font-size: 18px;
  font-weight: lighter; }
#carousel-articles-reviews .cc-main-link-collection {
  margin: 10px 0; }
#carousel-articles-reviews .media-body-review {
  max-height: 296px;
  overflow: hidden; }

#carousel-articles-reviews-container .block-dark-title {
  text-align: center; }

#carousel-articles-reviews-container .block-dark-title.text-left {
  text-align: left; }

#carousel-articles-reviews-container .block-dark-title.text-right {
  text-align: right; }

#carousel-articles-reviews-container .cc-main-link-block.articles-reviews .cc-main-link:hover {
  cursor: pointer; }

@media (min-width: 768px) and (max-width: 1160px) {
  #carousel-articles-reviews-container.block-review-articles .navigation-button.icon-chevron-left {
    left: -32px; }
  #carousel-articles-reviews-container.block-review-articles .navigation-button.icon-chevron-right {
    right: -32px; } }

/* Tablette & Mobile */
@media (max-width: 991px) {
  .review-list + .review-list + .review-list .review-item {
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 1px #dddee0 solid; } }

/* -------------------------------------------------------
 * 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
 * ------------------------------------------------------- */
.film_page {
  /* --------------------------------------
   * HEADER
   *------------------------------------ */ }
  .film_page .profil--film {
    /* -------------------------------------
     * buttons
     *---------------------------------- */ }
    .film_page .profil--film .profil-header__buttons .buttons-set {
      width: auto; }
      @media (max-width: 991px) {
        .film_page .profil--film .profil-header__buttons .buttons-set .cssc-button--label span {
          width: calc(100% - 116px);
          padding-left: 20px;
          text-align: left; }
        .film_page .profil--film .profil-header__buttons .buttons-set .cssc-button--label .thelabel {
          width: 80px; } }

/* -------------------------------------
 * POSTER
 *---------------------------------- */
.main-poster {
  z-index: 8;
  background: white;
  padding: 3px;
  border-radius: 0; }

/* -------------------------------------------------------
 * 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
 * ------------------------------------------------------- */
.tooltipContainer {
  position: absolute;
  background: #333333;
  color: #dddddd;
  z-index: 9999;
  padding: 10px 15px;
  border-radius: 3px; }
  .tooltipContainer:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333333; }

/* -------------------------------------------------------
 * 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
 * ------------------------------------------------------- */
#series .profil-stats__inner {
  color: white;
  margin-top: 30px; }
  #series .profil-stats__inner .profil-stat, #series .profil-stats__inner .title {
    color: white; }
  #series .profil-stats__inner .profil-stat:first-child {
    padding-left: 0; }
#series .icon-play-link {
  font-family: ucfont; }
#series .row {
  display: flex; }
#series a, #series .title {
  font-size: 12px; }
#series a, #series .synopsis {
  color: white; }
#series .toggle-button {
  display: block; }
#series .nav-tabs {
  margin: 0 0 10px 0;
  line-height: 18px; }
#series a.active {
  font-size: 15px;
  font-weight: bold; }
#series.container-fluid {
  background-color: #5badad;
  width: 100%; }
#series .info-serie {
  padding: 15px 20px; }
#series .synopsis {
  word-break: break-word; }
  #series .synopsis .episode {
    font-size: 20px; }
  #series .synopsis .duration {
    text-transform: uppercase;
    margin: 10px 0;
    line-height: 12px;
    font-size: 12px; }
  #series .synopsis .description {
    line-height: 1;
    font-size: 18px; }
#series #episodes-list {
  background-color: #6fb7b7; }
#series #episodes-list .nav-tabs,
#series #episodes-detail .nav-tabs {
  display: none; }
  #series #episodes-list .nav-tabs.active,
  #series #episodes-detail .nav-tabs.active {
    display: block; }
#series #episodes-list .season .synopsis,
#series #episodes-detail .season .synopsis {
  display: none; }
#series #episodes-detail .season.active .synopsis.active {
  display: block; }

@media (max-width: 767px) {
  #series .row {
    display: initial; }
  #series, #series .nav-tabs {
    text-align: left; }
  #series #episodes-list .season.active .synopsis.active {
    display: block; } }
/* -------------------------------------
 * buttons
 *---------------------------------- */
#series {
  position: relative;
  width: auto; }
  #series .cssc-button-group .row > div {
    width: 100%; }
  #series .cssc-button--label {
    line-height: 40px;
    opacity: initial; }
    #series .cssc-button--label span, #series .cssc-button--label .thelabel {
      font-size: 13px; }
    #series .cssc-button--label:hover {
      color: #d72968; }
  @media (max-width: 1200px) {
    #series .cssc-button--label span {
      padding: 0 10px 0 0; } }
  @media (max-width: 992px) {
    #series .cssc-button--label span {
      width: calc(100% - 106px); }
    #series .thelabel {
      min-width: 60px;
      width: 60px; } }

/* -------------------------------------------------------
 * 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: 50vh auto 0 auto;
  transform: translateY(-50%);
  -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; }