/*
cd C:\wamp3\www\Dropbox\sites\msdb_laravel\public\css
curl -X POST -s --data-urlencode 'input@style.css' https://cssminifier.com/raw > style-min.css
*/
@font-face {
    font-family: "GoogleSans";
    font-weight: 400;
    src: url('/fonts/Google-Sans-Font/GoogleSans-Regular.ttf');
}
@font-face {
    font-family: "GoogleSans";
    font-style: italic;
    src: url('/fonts/Google-Sans-Font/GoogleSans-Italic.ttf');
}
@font-face {
    font-family: "GoogleSans";
    font-weight: bold;
    src: url('/fonts/Google-Sans-Font/GoogleSans-Bold.ttf');
}
@font-face {
    font-family: "GoogleSans";
    font-weight: bold;
    font-style: italic;
    src: url('/fonts/Google-Sans-Font/GoogleSans-BoldItalic.ttf');
}
@font-face {
    font-family: "GoogleSans";
    font-weight: 600;
    src: url('/fonts/Google-Sans-Font/GoogleSans-Medium.ttf');
}
@font-face {
    font-family: "GoogleSans";
    font-weight: 600;
    font-style: italic;
    src: url('/fonts/Google-Sans-Font/GoogleSans-MediumItalic.ttf');
}
body {
    background: #1E2328;

    /*font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;*/
    font: 400 15px/24px RobotoDraft,Helvetica,Arial,sans-serif;
    font: 400 15px/24px GoogleSans;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #fff;
}

body.movies .container-fluid,
body.shows .container-fluid,
body.cartoons .container-fluid,
body.movie-watchlist .container-fluid,
body.movie-discover .container-fluid,
body.tv-discover .container-fluid {
  padding-left: 5px;
  padding-right: 5px;
}

.input-group .form-control {
    z-index: 1;
}
.tooltip-inner {
    background: #1E2328;
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 20px;
}
.navbar .navbar-collapse {
  max-height: 500px;
  overflow-y: scroll;
}
.navbar-brand>img {
    display: inline;
    margin: -6px 7px 0 0;
    height: 90%;
}
.label, .label.label-default {
    background-color: #2D4254;
}
/*.btn {
  background-color: #fff;
}*/
.btn a {text-decoration: none !important;}
.badge {
    background-color: #304454;
}
.form-group.form-error {
    border: 3px solid #D55B4F;
}
img.thumbnail {
    border-radius: 20px;
}

/* MODAL-FORM */
.modal-form .modal-content {
    background: #1E2328;
}
.modal-form .form-group {
    background: #252C34;
    border-radius: 20px;
    padding: .5em 1em 0;
}
.modal-form input.form-control,
.modal-form textarea.form-control {
    background-image: none;
}
.modal-form .modal-title,
.modal-form h3,
.modal-form p {
    color: #fff;
}
.modal-form .modal-content .modal-footer {
    padding: 0 1.5em 1em;
}

.btn.js--sending,
.btn.js--sended {
    display: none;
}

.rate .fa {
    color: #FFC107;
}

.well.item {
  background-color: #242C34 !important;
  box-shadow: none !important;
  /*border-bottom: 2px solid #242C34 !important;*/
}
.well.item div {
  overflow: hidden;
}
/*.home-block-feature span {
    overflow: hidden;
}*/
.well.item:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  /*transition: all 0.2s ease-in-out;*/
}
/*.well.item img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.well.item img:hover {
  -webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
  -ms-transform:scale(1.2);
  -o-transform:scale(1.2);
  transform:scale(1.2);
}*/

.no-padding {
    padding: 0 !important;
}
.loader {
  position : fixed;
  z-index: 9999;
  background : url(/images/loading2.gif) 50% 50% no-repeat;
  background-size: 75px;
  background-color: #000;
  opacity: 0.7;
  top : 0px;
  left : 0px;
  height : 100%;
  width : 100%;
  cursor : wait;
}

.info-media {
    padding-top: .5em;
    margin-bottom: 0;
}
.info-media.person{
  padding-bottom: .5em;
}
.title-movie {
    color: #fff;
    /*font-size: 1.3em;*/
    font-size: 1.2em;
    font-weight: 600;
    display: inline-flex;
    vertical-align: middle;
}

.title-movie:hover {
    color: #fff;
}
.img-movie a:hover,
.img-tv a:hover {
    text-decoration: unset;
}
a div.meta {
    visibility: hidden;
    background-color: rgba(38, 38, 38, 0.6);
    position: relative;
    top: -40px;
    left: 0;
    height: 40px;
    width: 100%;
    z-index: 1;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    justify-content: space-between;
}
a:hover div.meta {
    visibility: visible;
}
span.vote-average {
    font-size: 1.1em;
    line-height: 23px;
}
p.meta {
    padding-top: 0;
    /*padding-bottom: 1em;*/
    font-size: 1em;
    color: #666;
}
span.release-date {
    font-size: 1.0em;
    float: right;
}
span.title a, span.genres, p.title, h6.title,
span.info-actor a,
.navbar-brand,
.text-over-banner h2 {
  width: auto;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.frame span.title a,
.frame span.genres,
.frame p.title,
.frame h6.title,
.frame span.info-actor a {
    padding: 0 5px;
    font-size: 14px;
}


.navbar-brand{float: inherit;}
a.navbar-brand i {
  font-size: 2em;
}

.img-movie a img.lazy,
.img-tv a img.lazy {
   min-height:100px;
   width:100%;
}
.img-actor,
.img-movie-cast{
    float: left;
    padding: 0em .5em .5em 0;
}
.img-actor img{
    width: 70px;
    height: 103px;
    border: 2px solid white;
}
.img-movie-cast img{
    width: 90px;
    height: 123px;
    border: 2px solid white;
}
.info-actor,
.info-movie-cast {
    /*float: left;*/
    text-align: left;
    padding: 1em 0;
    max-height: 120px;
}
span.info-actor a,
span.info-movie-cast a {
    max-width: 10em;
}
.pagination {
    padding:2em;
}
a.title, a.title:hover {
    color:#fff !important;
}
.btn-default {
    padding: 6px;
    background: #fff;
}
.btn-default.isActive {
    border-bottom: 2px solid #fff;
}

.navbar.navbar-grey {
    background-color: #2D4254;
    color: #ffffff;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);*/
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.14), 0px 8px 10px 1px rgba(0,0,0,0.098), 0px 3px 14px 2px rgba(0,0,0,0.082);
}
.navbar .dropdown-menu li > a:hover,
.navbar.navbar-default .dropdown-menu li > a:hover,
.navbar .dropdown-menu li > a:focus,
.navbar.navbar-default .dropdown-menu li > a:focus {
    color: #fff;
    background-color: #1E2328;
}
.snackbar {
    background-color: #3ABCA7;
    font-size: 20px;
}
.date-planning h4{
    background-color: #2D4254;
    color: #ffffff;
    padding: 5px 10px 3px;
    margin-top: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.serie-order h3{
    background-color: #2D4254;
    color: #ffffff;
    padding: 10px;
    margin: 20px 0;
}
.form-control {
    color: #fff;
}
.form-group .checkbox label{
    display: inline-flex;
    line-height: 1.6;
}

/*** custom checkboxes ***/

.is-view input[type=checkbox] { display:none; } /* to hide the checkbox itself */
.is-view input[type=checkbox] + label:before {
  font-family: "Material Icons";
  display: inline-block;
}
.is-view input[type=checkbox] + label:before { /* unchecked icon */
    content: "visibility_off";
    cursor:pointer;
    font-size: 1.5em;
    color: #ccc;
    -webkit-font-feature-settings: 'liga';
}
.is-view input[type=checkbox]:checked + label:before { /* checked icon */
    content: "visibility";
    cursor:pointer;
    font-size: 1.5em;
    color: #3ed7c2;
    -webkit-font-feature-settings: 'liga';
}
.introjs-tooltip, .introjs-helperLayer {
    background-color: #242C34;
}
.introjs-button {
    background-color: #1E2328;
    color: #fff;
    background-image: none !important;
    text-shadow: none !important;
}
.is-downloaded input[type=checkbox] { display:none; } /* to hide the checkbox itself */
.is-downloaded input[type=checkbox] + label:before {
  font-family: "Material Icons";
  display: inline-block;
}
.is-downloaded input[type=checkbox] + label:before { /* unchecked icon */
    content: "inbox";
    cursor:pointer;
    font-size: 1.5em;
    color: #ccc;
    -webkit-font-feature-settings: 'liga';
}
.is-downloaded input[type=checkbox]:checked + label:before { /* checked icon */
    content: "move_to_inbox";
    cursor:pointer;
    font-size: 1.5em;
    color: #3ABCA7;
    -webkit-font-feature-settings: 'liga';
}
/*** Fin custom checkboxes ***/

/*.banner-show{
    top: 64px;
    position: absolute;
}*/
.banner-top{
    top: 64px;
    position: absolute;
    width:100%;
    height:500px;
    background-position:center;
    box-shadow: 0 7px 10px -2px #101215;
    /* background-attachment: fixed !important; */
}
.banner-top.cast {
    height: 512px;
    background-size: cover;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    /*box-shadow: 0 7px 10px -2px gray;*/
}
.text-over-banner {
    text-shadow: 1px 1px 4px #000;
    color: #fff;
}
.text-over-banner small { color: #fff; }
.header-poster {
  margin-left: -60px;
  /*min-width: 230px;*/
}
/*@media only screen and (max-width: 1024px) {
    .header-poster {
        margin-left: -20px;
        min-width: 230px;
    }
}*/
.header-poster img {
    position: absolute;
    right: 0;
    bottom: -400px;
    width: 250px;
    border-radius: 10px;
    padding: 0;
    margin-bottom: 12px;
    border: 0px solid rgba(134, 138, 145, 0.35);
}
.footer-grey {
    background: #2D4254;
    min-height: 60px;
    margin-top: 30px;
    color: #fff;
    padding: 1em;
}
.overlay-title {
    background: #000;
    opacity: 0.6;
    height: 100px;
    position: absolute;
    /*top: 364px;*/
    top: 460px;
    width: 100%;
}
.header-fixed { display: none; }
.navbar{
    position: fixed;
    width: 100%;
    top:0;
    z-index: 1000;
}
.cd-top {
  display: inline-block;
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #2D4254 url(/assets/back-to-top/img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  border-radius: 50%;
  outline: 0 !important;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #2D4254;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 30px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .no-padding-xs {
    padding: 0 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 80px;
    width: 80px;
    right: 30px;
    bottom: 30px;
  }
}

.img-profile {
  border: 2px solid #fff;
  border-radius: 50%;
  max-height: 140px;
}
.login-profile {
  padding-top: 10px;
  font-weight: bold;
  font-size: 2em;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
}
.progress-profile {
  height: 2em;
  margin: 0 1em;
}
.progress-percent-profile {
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
  position: absolute;
  z-index: 1000;
  color: #fff;
  top: 9px;
}
.profile-account, .profile-badge, .profile-timeline {
  margin:1em;
  padding: 1em;
}
@media only screen and (max-width: 768px) {
  .progress-percent-profile {
    left: 15%;
    top: 3px;
  }
  .time-on-block {
    padding-top: 1em;
  }
  .profile-account, .profile-badge, .profile-timeline {
    margin:0 0 1em 0;
  }
}

.progress {
    border-radius: 20px;
    /*height: 0.8em;*/
    margin-top: .5em !important;
}
.list-group .list-group-separator:before {
    border-bottom: 1px solid #1E2328;
}
.list-group-item .progress {
    margin-bottom: 0px;
}

.progress .progress-bar.progress-bar-success {
    background-color: #3ABCA7;
}
.progress .progress-bar.progress-bar-info {
    background-color: #406e96;
}
.time-passed {
    padding: 1em;
    text-align: center;
    background: #2D4254;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
}
.margin-bottom-1{
  margin-bottom: 1em;
}
.img-profile-header {
  border: 2px solid #fff;
}
.align-with-icon {
  display: inline-flex;
  vertical-align: middle;
}
.to-see-toggle-view{
  cursor: pointer;
  color: #2D4254;
  vertical-align: middle;
  position: absolute;
  top: 35px;
  left: 20px;
  font-size: 2.3em;
  /*background: #000;
  border-radius: 50%;
  padding: 5px;*/
}
a.nounderline:link
{
  text-decoration:none;
}
.nav>li>a,
.nav-pills>li>a.btn:not(.btn-raised) {
    color: #406e96;
}

.nav>li>a:hover,
.nav-pills>li>a.btn:not(.btn-raised):hover {
    color: #fff !important;
}

.nav>li.active>a,
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff !important;
    background-color: #2D4254 !important;
}
a, a:hover, a:focus {
    color: #337ab7;
}
.form-group.is-focused label,
.form-group.is-focused label.control-label {
    color: #90A4AE;
}
.form-group.is-focused .form-control {
    background-image: linear-gradient(#90A4AE, #90A4AE), linear-gradient(#D2D2D2, #D2D2D2);
}
.input-group .input-group-btn i.material-icons {
    color: #fff;
}


.dropdown-menu li a:hover {
    background-color: #1E2328;
    color: #406e96;
}
.nav>li>a:focus, .nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #242C34;
    color: #fff;
}
/*@media (max-width: 1199px){
    .navbar .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}*/
.btn.btn-default {
  background-color: #fff !important;
}
.btn.btn-default.btn-transparent {
  background-color: transparent !important;
    color: #fff;
}
.btn.btn-raised {
  border-radius: 20px;
  background-color: #fff;
}
.btn.btn-fab {
  border-radius: 50%;
}
.btn.btn-grey {
  color: #fff;
  background-color: #242C34;
}
.to-see-mark-view {
  padding: 0 8px;
  color: #FFF;
  background: #314454;
  border-radius: 20px;
  /* margin-bottom: 10px; */
  line-height: 1.8;
  /*float: right;*/
  position: absolute;
  right: 08px;
  bottom: 8px;
}
.to-see-mark-view:hover, .to-see-mark-view:focus {
  color: #FFF;
}
.movie-info-member {
  position: absolute;
  top: .3em;
  right: .3em;
  background: #242C34;
  padding: .5em .5em .08em .5em;
  border-radius: 50%;
  cursor: default;
  color: #fff;
}

/* HOME */
.home-title-on-img {
    position: absolute;
      margin: -2em .6em;
      font-size: 1.3em;

      width: auto;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      box-sizing: content-box;
      display: none;
  }
  .home-title-on-img.actu {
    margin: -3.5em .6em;
  }
  .home-block-feature {
    float: left;
    width: 50%;
  }
  @media only screen and (max-width: 768px) {
    .home-block-feature {
      width: 100%;
    }
    .home-title-on-img {
      font-size: 1em;
    }
  }
  div.row.home {
    padding: 1em;
    display: none;
  }
  .home-block-actus, .home-block-notif {
    padding-left: 0;
    /*padding-top: 2em;*/
  }
  .home-img-actu {
    display: inline-flex;
    height:200px;
    width:100%;
    overflow:hidden;
      border-radius: 20px;
  }
  .home-img-actu span {
    background-position: center !important;
    background-size: 100% !important;
    height: 200px;
    width: 100% !important;
  }
  .home-img-actu.empty, .home-img-actu.empty span {
    height: 75px;
  }
.row-action-primary img {
    max-width: 7em !important;
}
.list-group .list-group-item .list-group-item-heading {
    color: #fff !important;
}
.list-group .list-group-item .row-content {
    width: -webkit-calc(100% - 9em);
    width: calc(100% - 9em);
}
.center {
    text-align: center;
}
  @media only screen and (max-width: 768px) {
    .home-img-actu, .home-img-actu span {
      height: 120px;
    }
    /*.home-img-actu span {
      background-position: center;
      background-size: 100%;
      width: 100%;
    }*/
  }
  div.separator {
    margin: 1em 0 -1.5em;
  }
.form-group.label-floating label.control-label, .form-group.label-placeholder label.control-label {
  top: 5px;
}
.form-group.label-static label.control-label,
.form-group.label-floating.is-focused label.control-label,
.form-group.label-floating:not(.is-empty) label.control-label {
  top: -15px;
  left: 15px;
}
@media only screen and (max-width: 768px) {
  .form-group.label-static label.control-label,
  .form-group.label-floating.is-focused label.control-label,
  .form-group.label-floating:not(.is-empty) label.control-label {
    top: -7px;
  }
  .form-group.label-floating label.control-label, .form-group.label-placeholder label.control-label {
    top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .list-group-item.critique .row-picture,
  .list-group-item.comment .row-picture{
    display: none;
  }
  .list-group-item.critique .row-content,
  .list-group-item.comment .row-content {
    width: 100%;
  }
}
/* SLY */
/* Example wrapper */

.wrap {
  position: relative;
  margin: 3em 0;
}

.last-add--block {
    margin-top: 1em;
    border-radius: 10px;
    background: #242C34; /*#2D4254*/
    color: #FF9800;
}
.last-add-img {
    height: 200px;
}
.last-add--block h6.titre {
    font-size:18px;
    padding: 1em 10px 0;
}
/* Frame */

.frame {
  /*height: 250px;
  line-height: 250px;*/
  overflow: hidden;
}

.frame ul {
  list-style: none;
  margin: 0;
  /*padding: 0 1.2em 1.2em 0;*/
  padding: 0;
  height: 100%;
  /*font-size: 50px;*/
}

.frame ul li {
  float: left;
  width: 150px;
  height: 100%;
  margin: 0 1em 0 0;
  padding: 0;
  /*background: #333;
  color: #ddd;*/
  text-align: center;
}
.frame.movie ul li {
    width: 14rem;
}
/*#basic-actor li {
    width: 14rem;
}*/
.frame ul li.radius {
    border-radius: 20px;
    overflow: hidden;
}
.frame ul li img.radius {
    border-radius: 0;
    border: 0 !important;
    overflow: hidden;
}
#basic.frame ul li {
  cursor: pointer;
}
#basic-video.frame ul li,
#basic-video-us.frame ul li,
#basic-img.frame ul li {
    width: 200px;
}
#basic-imgshow.frame ul li {
    width: auto;
    height: 150px;
}
#basic-lastadd.frame li {
    width: 200px;
}
#basic-video.frame ul li .play-on-yt,
#basic-video-us.frame ul li .play-on-yt,
#basic-img.frame ul li .zoom-on-img {
    cursor: pointer;
    color: #fff;
    margin-top: -180px;
    opacity: 0.8;
    font-size: 3em;
}
.notif.alert {
    min-height: 85px;
}
.notif-picture {
    float: right;
    width: 60px;
    height: 60px;
    margin-left: 10px;
}
@media only screen and (max-width: 992px) {
    .last-add-img {
        height: 100px;
    }
    .last-add--block h6.titre {
        font-size:16px;
    }
    #basic-video.frame ul li,
    #basic-video-us.frame ul li,
    #basic-img.frame ul li {
        width: 250px;
    }
    #basic-imgshow.frame ul li {
        width: auto;
        height: 150px;
    }
    #basic-video.frame ul li .play-on-yt,
    #basic-video-us.frame ul li .play-on-yt,
    #basic-img.frame ul li .zoom-on-img {
        margin-top: -220px;
        font-size: 4em;
    }
}
#basic-video.frame ul li h4,
#basic-video-us.frame ul li h4 {
    margin-top: -10px;
    font-size: 14px;
}
.frame ul li div.season-btn {
    height:200px;
    padding: 2em 1em;
    text-align:center;
    /*background:#2D4254;*/
    /*opacity: .8;*/
    background-size: cover;
    background-position: center;
    border-radius:50%;
    border: 5px solid #fff;
    /*box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
.frame ul li .season {
    color:#fff;
    /*text-shadow: 3px 3px 4px #000;*/
    text-shadow: 1.5px 1.5px 2px #000;
    top: 40%;
    position: absolute;
    margin-left: -38px;
    font-size: 20px;
}
.frame ul li .season i {
    font-size: 25px;
}
.frame ul li.active .season {
    display: none;
}
.frame ul li.active div.season-btn,
.frame ul li.active .overlay:before {
  border-radius: 0;
  border: 2px solid #2D4254;
}
#basic-lastadd.frame ul li/*,
#basic-actor.frame ul li,
#basic-crew.frame ul li*/{
    background: #1E2328;
    border-bottom: 2px solid #242C34;
}

.frame.movie ul li{
    background: none !important;
    border-bottom: 0 !important;
}
.frame.movie img {
    border-radius: 50%;
}

.overlay {
  position: relative;
}

.overlay:before{
  position: absolute;
  content:" ";
  top:0;
  border-radius: 0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
}

.black:before {
  background: rgba(0, 0, 0, 0.8);
}
.frame ul li.active .black:before {
    background: none;
}
@media only screen and (max-width: 992px) {
    .frame ul li {
        /*width: 150px;*/
        width: 13rem;
    }
    .frame ul li div.season-btn {
        /*height: 150px;*/
        height: 13rem;
    }
    .frame ul li .season {
        /*top: 60px;*/
        top: 5rem;
        /*margin-left: -40px;*/
        margin-left: -4rem;
        font-size: 20px;
    }
    .frame ul li .season i {
        font-size: 20px;
    }
}
.season-load, .season-detail {
    margin-top: 0;
    /*border: 1px solid #ccc;*/
    border-radius: 20px;
    margin-bottom: 1em;
    background: #1E2328;
}
.season-detail .list-group .list-group-separator:before {
    border-bottom: 1px solid #242C34;
}
.list-group .list-group-separator:before {
    width: 100%;
}
/*@media only screen and (min-width: 992px) {
    .season-load, .season-detail {
        margin-top: -182px;
    }
}*/
/*.frame ul li.active, .frame ul li.active span {
  color: #fff !important;
  background: #2D4254;
}
.frame ul li.active {
    border: 4px solid #fff;

}*/


/* Scrollbar */

.scrollbar {
  margin: 0 0 1em 0;
  height: 2px;
  background: #ccc;
  line-height: 0;
}

.scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #2D4254;
  cursor: pointer;
}
.last-add--block .scrollbar {
    background: #FFF;
}
.last-add--block .scrollbar .handle {
    background: #FF9800;
}

.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}


/* Pages */

.pages {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  text-align: center;
}

.pages li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.pages li:hover {
  background: #aaa;
}

.pages li.active {
  background: #666;
}


/* Controls */

.controls {
  margin: 25px 0;
  text-align: center;
}


/* One Item Per Frame example*/

.oneperframe {
  height: 300px;
  line-height: 300px;
}

.oneperframe ul li {
  width: 1140px;
}

.oneperframe ul li.active {
  background: #333;
}


/* Crazy example */

.crazy ul li:nth-child(2n) {
  width: 100px;
  margin: 0 4px 0 20px;
}

.crazy ul li:nth-child(3n) {
  width: 300px;
  margin: 0 10px 0 5px;
}

.crazy ul li:nth-child(4n) {
  width: 400px;
  margin: 0 30px 0 2px;
}
.sly-nav .btn {
  padding: 4px;
}
.sly-nav .btn.disabled, .btn[disabled] {
  cursor: default;
}
/*FIN SLY*/
.modal-content {
    background: #1E2328;
}
#modal_episode .modal-body {
    padding: 1em 0 0 0;
}
img.cast-head {
    border-radius: 50%;
    border: 3px solid #fff;
    margin-top: -150px;
}
div.head-cast {
    margin-top: 250px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    margin-bottom: 2em;
    border-radius: 15px;
}
@media only screen and (max-width: 768px) {
    img.cast-head {
        margin-top: -75px;
        width: 150px;
    }
    div.head-cast {
        margin-top: 75px;
    }
}
.panel {
    background: #242C34;
    box-shadow: none;
    border-radius: 10px;
    border: solid 1px #242C34;
}
.panel.list-group {
    overflow: hidden;
}
.panel.no-border {
    border-radius: 0;
    border: none;
}
.block-menu {
    margin: 1.2em 0 1em;
}

@media only screen and (max-width: 768px) {
  .block-menu {
    margin: 2em 0 1em;
  }
}
.custom-filter {
    background: #242C34;
    margin: 1em;
    border-bottom: 2px solid #242C34;
    padding: 1em .5em .5em;
}
@media only screen and (max-width: 768px) {
  .custom-filter {
    padding: .5em 0em 0em;
  }
}
.custom-filter input.form-control {
    background-image: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.list, .order {
    display: inline-block;
    margin-left: 1em;
}
@media only screen and (max-width: 768px) {
  .list .nav>li>a,
  .order .nav>li>a {
    padding: 5px 5px;
  }
  .list.list-group,
  .order.list-group {
      margin-bottom: 0px;
  }
  .list h4, .order h4 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
span.date-indexed {
    position: absolute;
    top: .5em;
    left: .3em;
    background: #242C34;
    opacity: .8;
    padding: .2em .5em;
    border-radius: 20px;
    cursor: default;
    border: 1.2px solid #fff;
    color: #fff;
    font-size: 13px;
}
span.date-indexed-xs {
    position: absolute;
    bottom: .3em;
    right: .3em;
    background: #242C34;
    padding: .2em .5em;
    border-radius: 20px;
    cursor: default;
    /*border: 2px solid #fff;*/
    color: #fff;
    font-size: 13px;
}
/* Fixed plugin */
.fixed-plugin .form-group {
    margin: 10px 0 0 0;
}
.fixed-plugin li > a,
.fixed-plugin .badge{
    transition: all .34s;
    -webkit-transition: all .34s;
    -moz-transition: all .34s;
}

.fixed-plugin{
    position: fixed;
    top: 180px;
    right: 0;
    width: auto;
    background: rgba(33,41,48,.6);
    /*z-index: 1031;*/
    z-index: 1;
    border-radius: 8px 0 0 8px;
    text-align: center;
}
.fixed-plugin .fa-search{
    color: #FFFFFF;
    padding: 10px;
    border-radius: 0 0 6px 6px;
    width: auto;
}
.fa-2x {
    font-size: 1.5em;
}
.fixed-plugin .dropdown-menu{
    right: 55px;
    left: auto;
    width: 500px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.15);
    padding: 0 10px;
}
.fixed-plugin .dropdown-menu:after, .fixed-plugin .dropdown-menu:before{
    right: 10px;
    margin-left: auto;
    left: auto;
}
.fixed-plugin .fa-circle-thin{
    color: #FFFFFF;
}
.fixed-plugin .active .fa-circle-thin{
    color: #00bbff;
}

.fixed-plugin .dropdown-menu > .active > a,
.fixed-plugin .dropdown-menu > .active > a:hover,
.fixed-plugin .dropdown-menu > .active > a:focus{
    color: #777777;
    text-align: center;
}

.fixed-plugin img{
    border-radius: 0;
    width: 100%;
    height: 100px;
    margin: 0 auto;
}

.fixed-plugin .dropdown-menu li > a:hover,
.fixed-plugin .dropdown-menu li > a:focus{
    box-shadow: none;
}

.fixed-plugin .badge{
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 23px;
    margin-right: 5px;
    position: relative;
    width: 23px;
}
.fixed-plugin .badge.active,
.fixed-plugin .badge:hover{
    border-color: #00bbff;
}

.fixed-plugin .badge-blue{
    background-color: #314454;
}
.fixed-plugin .badge-green{
    background-color: #3ABCA7;
}
.fixed-plugin .badge-orange{
    background-color: #ff9800;
}
.fixed-plugin .badge-purple{
    background-color: #9c27b0;
}
.fixed-plugin .badge-red{
    background-color: #f44336;
}
.fixed-plugin h5{
    font-size: 14px;
    margin: 10px;
}
.fixed-plugin .dropdown-menu li{
    display: block;
    padding: 5px 2px;
    width: 100%;
    float: left;
}

.fixed-plugin li.adjustments-line,
.fixed-plugin li.header-title,
.fixed-plugin li.button-container{
    width: 100%;
    height: 50px;
    min-height: inherit;
}

.fixed-plugin li.button-container{
    height: auto;
}
.fixed-plugin li.button-container div{
    margin-bottom: 5px;
}

.fixed-plugin #sharrreTitle{
    text-align: center;
    padding: 10px 0;
    height: 50px;
}

.fixed-plugin li.header-title{
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.fixed-plugin .adjustments-line p{
    float: left;
    display: inline-block;
    margin-bottom: 0;
    font-size: 1em;
}
.fixed-plugin .adjustments-line .switch{
    float: right;
}
.fixed-plugin .dropdown-menu > li.adjustments-line > a{
      padding-right: 0;
      padding-left: 0;
      border-bottom: 1px solid #ddd;
      margin: 0;
}
.fixed-plugin .dropdown-menu > li > a.img-holder{
      font-size: 16px;
      text-align: center;
      border-radius: 10px;
      background-color: #FFF;
      border: 3px solid #FFF;
      padding-left: 0;
      padding-right: 0;
      opacity: 1;
      cursor: pointer;
      max-height: 100px;
      overflow: hidden;
      padding: 0;
}

.fixed-plugin .dropdown-menu > li > a.switch-trigger:hover,
.fixed-plugin .dropdown-menu > li > a.switch-trigger:focus{
    background-color: transparent;
}
.fixed-plugin .dropdown-menu > li:hover > a.img-holder,
.fixed-plugin .dropdown-menu > li:focus > a.img-holder{
    border-color: rgba(0, 187, 255, 0.53);;
}
.fixed-plugin .dropdown-menu > .active > a.img-holder,
.fixed-plugin .dropdown-menu > .active > a.img-holder{
    border-color: #00bbff;
    background-color: #FFFFFF;
}

.fixed-plugin .dropdown-menu > li > a img{
    margin-top: auto;
}

.fixed-plugin .btn-social{
    width: 50%;
    display: block;
    width: 48%;
    float: left;
    font-weight: 600;
}
.fixed-plugin .btn-social i{
    margin-right: 5px;
}
.fixed-plugin .btn-social:first-child{
    margin-right: 2%;
}

.fixed-plugin .dropdown .dropdown-menu{
    top: -2px;
    opacity: 0;

    transform-origin: 0 0;
}
.fixed-plugin .dropdown.open .dropdown-menu{
     opacity: 1;


     transform-origin: 0 0;
}

/*.fixed-plugin .dropdown-menu:before,
.fixed-plugin .dropdown-menu:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 62px;
    width: 16px;

}
.fixed-plugin .dropdown-menu:before{
    border-bottom: 16px solid rgba(0, 0, 0, 0);
    border-left: 16px solid rgba(0,0,0,0.2);
    border-top: 16px solid rgba(0,0,0,0);
    right: -17px;
}

.fixed-plugin .dropdown-menu:after{
    border-bottom: 16px solid rgba(0, 0, 0, 0);
    border-left: 16px solid #FFFFFF;
    border-top: 16px solid rgba(0,0,0,0);
    right: -16px;
}*/

.fixed-plugin{
    top: 70px;
}
@media (max-width: 768px) {
  .fixed-plugin {
    top: 50px;
    border-radius: 0px 0px 0px 6px;
    box-shadow: -2px 3px 10px -3px grey;
  }
  .fixed-plugin .dropdown .dropdown-menu {
    top: -45px;
    right: 5px;
  }
}
#suggest-show-all .list-group-item:hover {
    background: #1E2328;
}
/*@media (max-width: 991px){
    .fixed-plugin .dropdown-menu{
        right: 80px;
        width: 250px;
    }
    .fixed-plugin .dropdown-menu li{
        width: 100%;
    }

    .fixed-plugin li.adjustments-line,
    .fixed-plugin li.header-title,
    .fixed-plugin li.button-container{
        width: 100%;
        height: 55px;
        min-height: inherit;
    }

    .fixed-plugin li.button-container{
        height: auto;
    }

    .fixed-plugin .adjustments-line .switch{
        float: right;
        margin: 0 0px;
    }

    .fixed-plugin li.header-title{
        height: 40px;
    }
    .fixed-plugin .dropdown .dropdown-menu{
        top: 30px;
    }

    .fixed-plugin{
        top: 60px;
    }
}*/
.search-result {
  padding: 0;
}
a.result-block:focus {
  outline: 5px auto #666;
}
.close-search-all {
  position: absolute;
  top: 5px;
  right: 8px;
  border-radius: 50%;
  padding: 3px 7px !important;
  margin: 0;
  z-index: 1500;
}
/* Fin Fixed plugin */
.btn.btn-raised.btn-info,
.input-group-btn .btn.btn-raised.btn-info,
.btn.btn-fab.btn-info,
.input-group-btn .btn.btn-fab.btn-info {
    background-color: #314454;
    color: rgba(255,255,255, 0.84);
}
.btn.btn-raised.btn-success,
.input-group-btn .btn.btn-raised.btn-success,
.btn.btn-fab.btn-success,
.input-group-btn .btn.btn-fab.btn-success {
    background-color: #3ABCA7;
    color: rgba(255,255,255, 0.84);
}
.hideme {
  opacity: 0;
}
.morecontent span {
    display: none;
}
a.morelink {
    display: inline;
}
.well.item {
    border-radius: 15px !important;
    overflow: hidden;
}
.search-result img {
    border-radius: 10px;
}
.episode-btn-download {
    width: auto;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn.isotope-toggle-order {
    margin: 5px 1px;
}
.padding-1 {
    padding: 1em;
}
.alert {
    border-radius: 20px;
}

.home-block-feature.tv #item-0 {
    border-bottom: 2px solid #fff;
}
.home-block-feature.movie #item-2 {
    border-top: 2px solid #fff;
}

.home-block-feature.movie #item-0,
.home-block-feature.tv #item-0,
.home-block-feature.tv #item-1,
.home-block-feature.tv #item-2 {
    border-right: 2px solid #fff;
}
.t9-list-home {
    overflow-y: auto;
}
.nav.t9-menu>li>a {
    font-size: 1.5em;
    border-radius: 35px;
}
.nav.t9-menu .dropdown-menu>li>a {
    line-height: 1.6;
    font-size: 1.3em;
}
.blur-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 100px 0;
    background-image: linear-gradient(to bottom, transparent, #CFD8DC);
}
.fixed-plugin a {
    color: #fff;
    text-decoration: unset;
}
.fixed-plugin span.search-text {
    display: none;
    position: relative;
    font-size: 1.5em;
    padding-right: .8em;
}
.dropdown-backdrop {
    background: #2D4254;
    opacity: 0.8;
}
.dropdown-menu {
    background-color: #242C34;

}
.dropdown-menu>li>a {
    color: #fff;
}
.dropdownjs > ul {
    background: #1E2328;
}
.dropdownjs > ul > li.selected, .dropdownjs > ul > li:active {
    background: #2D4254 !important;
}
.ribbon {
    position: absolute;
    right: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: left;
}
.ribbon span {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    transform: rotate(45deg);
    width: 100px;
    display: block;
    background: linear-gradient(#468BC3 0%, #286cc3 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
}
.ribbon span::before {
    content: '';
    position: absolute;
    left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #286cc3;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #286cc3;
}
.ribbon span::after {
    content: '';
    position: absolute;
    right: 0%; top: 100%;
    z-index: -1;
    border-right: 3px solid #286cc3;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #286cc3;
}

.ribbon.red span, span.qualite-xs.red {background: linear-gradient(#D45B4F 0%, #b13c31 100%);}
.ribbon.red span::before {border-left-color: #b13c31; border-top-color: #b13c31;}
.ribbon.red span::after {border-right-color: #b13c31; border-top-color: #b13c31;}

.ribbon.blue span, span.qualite-xs.blue {background: linear-gradient(#468BC3 0%, #286cc3 100%);}
.ribbon.blue span::before {border-left-color: #286cc3; border-top-color: #286cc3;}
.ribbon.blue span::after {border-right-color: #286cc3; border-top-color: #286cc3;}

.ribbon.yellow span, span.qualite-xs.yellow {background: linear-gradient(#FE9831 0%, #c36b29 100%);}
.ribbon.yellow span::before {border-left-color: #c36b29; border-top-color: #c36b29;}
.ribbon.yellow span::after {border-right-color: #c36b29; border-top-color: #c36b29;}

.ribbon.black span, span.qualite-xs.black {
    background: linear-gradient(#2c3640 0,#242c34 100%);
}
.ribbon.black span::before {border-left-color: #242c34; border-top-color: #242c34;}
.ribbon.black span::after {border-right-color: #242c34; border-top-color: #242c34;}

span.qualite-xs {
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    border-radius: 20px;
}
@media only screen and (min-width: 768px) {
    .fixed-plugin a:hover .search-text {
        display: inline-block;
        line-height: 3em;
    }
    .home-block-feature.tv #item-0 {
        border-top-left-radius: 20px;
        overflow: hidden;
    }
    .home-block-feature.tv #item-1 {
        border-bottom-left-radius: 20px;
        overflow: hidden;
    }

    .home-block-feature.movie #item-1 {
        border-top-right-radius: 20px;
        overflow: hidden;
    }
    .home-block-feature.movie #item-2 {
        border-bottom-right-radius: 20px;
        overflow: hidden;
    }
}

@media only screen and (min-width: 769px) {
    .t9-list-home {
        max-height: 580px;
        overflow-y: auto;
        padding-right: 10px !important;
    }
    /* SCROLLBAR */
    /* Let's get this party started */
    ::-webkit-scrollbar {
        width: 10px;
    }
    /* Track */
    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
    /* Handle */
    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: rgba(31, 41, 48, 0.8);
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }
    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(31, 41, 48, 0.4);
    }
}

@media only screen and (max-width: 768px) {
    .home-block-feature.tv #item-0,
    .home-block-feature.tv #item-2 {
        border-right: 0;
    }
    .home-block-feature.tv #item-0 {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        overflow: hidden;
    }
    .home-block-feature.tv #item-1 {
        border-bottom-left-radius: 20px;
        overflow: hidden;
    }
    .home-block-feature.tv #item-2 {
        border-bottom-right-radius: 20px;
        overflow: hidden;
    }

    .home-block-feature.movie #item-0 {
        border-top-left-radius: 20px;
        overflow: hidden;
    }
    .home-block-feature.movie #item-1 {
        border-top-right-radius: 20px;
        overflow: hidden;
    }
    .home-block-feature.movie #item-2 {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        overflow: hidden;
    }
    .btn.btn-fab.btn-fab-mini,
    .input-group-btn .btn.btn-fab.btn-fab-mini {
        height: 25px;
        min-width: 25px;
        width: 25px;
    }
    .btn.btn-fab.btn-fab-mini i.material-icons,
    .input-group-btn .btn.btn-fab.btn-fab-mini i.material-icons {
        top: 68%;
        left: 68%;
        line-height: 15px;
        width: 15px;
        font-size: 15px;
    }

}
/* ============
 * Comentaires
 ===============*/
.comments-container * {
    margin: 0;
    padding: 0;
}
.comments-container {
    /*margin: 15px auto;*/
    width: 768px;
}
.comments-container ul {
    list-style-type: none;
}
.comments-container h1 {
    font-size: 36px;
    color: #283035;
    font-weight: 400;
}

.comments-container h1 a {
    font-size: 18px;
    font-weight: 700;
}

.comments-list {
    margin-top: 30px;
    position: relative;
}

/* ------
 * Liste
 --------*/
.comments-list:before {
    content: '';
    width: 2px;
    height: 100%;
    background: #c7cacb;
    position: absolute;
    left: 32px;
    top: 0;
}

.comments-list:after {
    content: '';
    position: absolute;
    background: #c7cacb;
    bottom: 0;
    left: 27px;
    width: 7px;
    height: 7px;
    border: 3px solid #dee1e3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.reply-list:before, .reply-list:after {display: none;}
.reply-list li:before {
    content: '';
    width: 60px;
    height: 2px;
    background: #c7cacb;
    position: absolute;
    top: 25px;
    left: -55px;
}


.comments-list li {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.comments-list li:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    width: 0;
}

.reply-list {
    padding-left: 88px;
    clear: both;
    margin-top: 15px;
}
/**
 * Avatar
 ---------------------------*/
.comments-list .comment-avatar {
    width: 65px;
    height: 65px;
    position: relative;
    /*z-index: 99;*/
    float: left;
    border: 2px solid #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    overflow: hidden;
}

.comments-list .comment-avatar img {
    width: 100%;
    height: 100%;
}

.reply-list .comment-avatar {
    width: 50px;
    height: 50px;
}

.comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}
/**
 * Caja del Comentario
 ---------------------------*/
.comments-list .comment-box {
    width: 680px;
    float: right;
    position: relative;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.comments-list .comment-box:before, .comments-list .comment-box:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #242C34;
    top: 22px;
    left: -11px;
}
.reply-list .comment-box:before,
.reply-list .comment-box:after {
    top: 16px;
}

.comments-list .comment-box:before {
    border-width: 11px 13px 11px 0;
    border-color: transparent rgba(0,0,0,0.05);
    left: -12px;
}

.reply-list .comment-box {
    width: 610px;
}
.comment-box .comment-head {
    background: #242C34;
    padding: 10px 12px;
    border-bottom: 1px solid #1E2328;
    overflow: hidden;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
}

.comment-box .comment-head .note i {
    color: #A6A6A6;
}
.comment-box .comment-head .note {
    float: right;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 5px;
}
.comment-box .comment-head .note i.yellow {
    color: #FE9831;
}
.comment-box .comment-name {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin: 5px 10px 5px 0;
}
.comment-box .comment-name a {
    color: #fff;
}
.comment-box .comment-head span {
    float: left;
    color: #666;
    font-size: 13px;
    position: relative;
    top: 1px;
}
.comment-box .comment-content {
    background: #242C34;
    padding: 12px;
    font-size: 15px;
    color: #fff;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    word-wrap: break-word;
}
.comment-content a {
    word-break: break-all;
}
.comment-box .comment-name.by-author, .comment-box .comment-name.by-author a {color: #03658c;}
.comment-box .comment-name.by-author:after {
    content: 'autor';
    background: #03658c;
    color: #FFF;
    font-size: 12px;
    padding: 3px 5px;
    font-weight: 700;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/** =====================
 * Responsive commentaires
 ========================*/
@media only screen and (max-width: 766px) {
    .comments-container {
        width: 100%;
    }
    .reply-list {
        padding-left: 60px;
    }
    .reply-list li:before {
        width: 28px;
        left: -28px;
    }
    .comments-list .comment-box,
    .reply-list .comment-box {
        width: 70%;
    }
    .comments-list .comment-box {
        float: left;
        margin-left: 20px;
    }
    .comment-box .comment-head span {
        float: right;
    }

}
@media only screen and (min-width: 1200px) {
    .col-lg-1 {
        width: calc(100%/8);
    }
}
.btn.tversion {
    margin: 0;
    display: block;
    padding: 5px;
    text-align: left;
}
.h3, h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 28px;
}
.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
}
.infos-film {
  padding-bottom: 1em;
}
.infos-film h3 {
    margin-bottom: 5px;
    line-height: 15px;
}
.infos-film .next-episode {
  height: 100px;
  margin-top: 20px;
}
.infos-film p {
  margin-top: 15px;
  margin-bottom: 0;
}
.infos-film .streamming {
  margin-top: 20px
}
.infos-film .next-episode img {
    height: 100%;
    float: left;
}
.infos-film .next-episode .info-np {
    display: inline-block;
    padding-left: 1em;
}
.infos-film .next-episode .info-np .title {
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .infos-film .left-block {
    text-align: right;
  }
}
a.platform-link img {
    width: 50px;
}
.menu {
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.12), 0 1px 6px 0 rgba(0,0,0,.12) !important;
    position: sticky;
    position: -webkit-sticky;
    top: 70px;
    /* box-shadow: 0 0 6px #000 !important; */
    background: rgba(0, 0, 0, 0.8) !important;
    z-index: 999;
}
.frame img.radius:hover {
    transform: scale(1.09);
    transition: transform .2s;
}
@media (max-width: 768px) {
	.col-xs-4 {width: 33.32%;}

}
@media only screen and (max-width: 768px) {
  /* .nav>li {
    display: inline-block;
  } */
  /*:not(:last-child)*/
  /* .navbar.navbar-grey {
    background-color: rgba(0, 0, 0, 0.8);
    transition: background .5s;
    transform: translateZ(0px);
  } */

  .navbar.navbar-grey .dropdown-menu {
    background-color: #242c34 !important;
    background-color: #242c34;
  }
  .navbar .navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 2.5rem;
    border-bottom: 1px solid rgb(100 96 96 / 39%);
  }
  .navbar .navbar-nav>li>a i.material-icons {
    font-size: 3rem;
    vertical-align: text-top;
  }
  .navbar .navbar-nav.navbar-right>li>a {
    border-bottom: none;
  }
  .nav>li.dropdown.open {
    display: block;
  }
  .navbar .navbar-nav .open .dropdown-menu>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 3em;
    font-size: 2rem;
  }
  .navbar .navbar-nav .open .dropdown-menu>li>a i.material-icons {
    font-size: 2.5rem;
    vertical-align: text-top;
  }
  .navbar .navbar-nav .open .dropdown-menu>li:not(:last-child) {
    border-bottom: 1px solid rgb(100 96 96 / 39%);
  }
  .navbar .navbar-nav .dropdown-menu li.divider { display:none; }
}
