
html {
  font-size: 10px; }

body {
  font-family: Helvetica, Arial, sans-serif;
  background: #252525;
  color: #fff; }

a, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none; }

.color-primary {
  color: #f02349 !important; }

.bg-primary {
  background: #f02349 !important;
  color: #ffffff !important; }

.border-primary {
  border-color: #f02349 !important; }

.invisibile {
  visibility: hidden; }

.ucase {
  text-transform: uppercase; }

.navbar {
  background: #333;
  color: #fff;
  margin: 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  border: none; }

.toolbarnav-content {
  height: 40px;
  position: relative; }
  .toolbarnav-content > div {
    /* height: 100%; */
    vertical-align: middle; }
  .toolbarnav-content .nav-btn {
    margin: 0.96rem;
    position: absolute;
    top: 0; }
    .toolbarnav-content .nav-btn#navbar-left {
      left: 0; }
    .toolbarnav-content .nav-btn#navbar-right {
      right: 0; }
  .toolbarnav-content i {
    color: #f02349; }

.navbar-center {
  text-align: center; }
  .navbar-center img {
    max-height: 60px;
    max-width: 200px;
    margin-top: 4px; }

.navbar {
  min-height: 40px; }
  .navbar i {
    font-size: 2rem; }
  .navbar .baseline {
    background: #ffffff;
    text-align: center;
    padding: 2px 0; }
    .navbar .baseline img {
      height: 20px; }

#menu-left {
  background: #101010;
  color: #fff;
  font-size: 1.7rem;
  font-family: 'PT Sans', sans-serif;
  border-right: solid 1px #585858; }
  #menu-left ul .sub-menu {
    margin-top: 20px;
    border-top: solid 1px #585858; }
    #menu-left ul .sub-menu .sub-menu-title, #menu-left ul .sub-menu .sub-menu-item {
      margin: 10px 50px; }
    #menu-left ul .sub-menu .sub-menu-title {
      position: relative;
      font-size: 2rem;
      text-transform: uppercase;
      font-weight: bold;
      font-family: 'PT Sans Narrow', sans-serif; }
      #menu-left ul .sub-menu .sub-menu-title i {
        position: absolute;
        left: -40px;
        font-size: 1.5em;
        color: #f02349; }
  #menu-left .item {
    padding: 5px 0;
    color: #888;
    margin-right: -50px; }
    #menu-left .item i {
      font-size: 1.2em;
      display: inline-block;
      margin-right: 10px;
      vertical-align: bottom; }
    #menu-left .item .toogle-sub-items {
      /* &.open .sub-items {
         height: 100%;
      } */ }
      #menu-left .item .toogle-sub-items.open .fa-chevron-right {
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -webkit-transform: rotate(90deg);
        /* Chrome, Safari, Opera */
        transform: rotate(90deg); }
      #menu-left .item .toogle-sub-items i.fa-chevron-right {
        float: right;
        padding: 5px;
        border-radius: 50%;
        -webkit-transition: 500ms ease-in-out;
        -moz-transition: 500ms ease-in-out;
        -o-transition: 500ms ease-in-out;
        transition: 500ms ease-in-out; }
        #menu-left .item .toogle-sub-items i.fa-chevron-right:before {
          position: relative;
          left: 1px; }
      #menu-left .item .toogle-sub-items .sub-items {
        display: none;
        text-indent: 70px;
        background-color: #262626;
        margin: 10px 0 0 -50px !important; }
        #menu-left .item .toogle-sub-items .sub-items li {
          padding: 5px 0; }

#menu-login, .login {
  background-color: #252525;
  color: #fff; }
  #menu-login .toMain-btn, .login .toMain-btn {
    height: 100%;
    z-index: 100;
    cursor: pointer;
    float: left;
    position: relative; }
    #menu-login .toMain-btn i, .login .toMain-btn i {
      color: #f02349;
      height: 1.25em;
      width: 1.25em;
      margin: 0.8em 0.6em; }
  #menu-login .connexion, .login .connexion {
    width: 60%;
    margin: 65px auto 0; }
    #menu-login .connexion .logo, .login .connexion .logo {
      text-align: center; }
      #menu-login .connexion .logo img, .login .connexion .logo img {
        max-width: 170px;
        max-height: 50px;
        margin-bottom: 30px; }
    #menu-login .connexion input, .login .connexion input {
      width: 100%;
      margin: 5px 0;
      padding: 10px;
      border: none;
      border-radius: 2px;
      color: #000; }
    #menu-login .connexion input[type="button"], #menu-login .connexion input[type="submit"], .login .connexion input[type="button"], .login .connexion input[type="submit"] {
      background-color: #f02349;
      text-transform: uppercase;
      border: 1px solid #f02349;
      color: #FFF;
      font-weight: bold;
      margin: 15px 0;
      font-family: 'Oswald', sans-serif;
      font-size: 1em; }
    #menu-login .connexion h1, .login .connexion h1 {
      text-align: center;
      color: #f02349; }
    #menu-login .connexion .liens, .login .connexion .liens {
      text-align: center; }
      #menu-login .connexion .liens a, .login .connexion .liens a {
        color: #FFF; }

#menu-search {
  margin-top: 15px;
  padding: 20px 35px 0px; }
  #menu-search form {
    position: relative;
    color: #cccccc; }
  #menu-search input {
    background: #333;
    border-radius: 25px;
    border: none;
    width: 100%;
    text-indent: 15px;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0; }
    #menu-search input:focus {
      outline: none; }
    #menu-search input::-webkit-input-placeholder {
      color: #a4a4a4; }
    #menu-search input:-moz-placeholder {
      color: #a4a4a4; }
    #menu-search input::-moz-placeholder {
      color: #a4a4a4; }
    #menu-search input:-ms-input-placeholder {
      color: #a4a4a4; }
  #menu-search i {
    position: absolute;
    left: 0;
    bottom: 8px;
    font-size: 0.9em; }

#nb-playlist {
  font-size: 11px;
  border-radius: 10px;
  display: block;
  padding: 2px 15px;
  float: right;
  position: relative;
  top: 5px;
  font-weight: bold; }

/*** content site ***/
#sb-site {
  background: #252525;
  color: #fff;
  padding-top: 10px; }

.tabs {
  text-align: center;
  margin-bottom: 0;
  font-size: 9px; }
  .tabs li {
    display: inline-block;
    width: 50%;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    height: 32px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff; }
    .infos-service .tabs li {
      width: 33.333%; }
    .tabs li.off {
      font-weight: normal;
      color: gray;
      border-bottom-color: #666 !important; }

.parts-container .part {
  display: inline-block;
  vertical-align: top;
  overflow-y: scroll;
  padding: 10px; }

.list-videos {
  padding: 5px 10px;
  width: 100%; }

.video {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
  padding: 10px;
  background: #4C4C4C; }
  .video + .video {
    margin-top: 5px; }
  .video .categories a {
    display: inline-block; }
    .video .categories a:last-child:after {
      content: ''; }
    .video .categories a:after {
      content: ','; }
  .video a {
    display: block; }
  .video .thumbs {
    position: relative; }
    .video .thumbs img {
      width: 100%; }
      .video .thumbs img.btn-video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 48px;
        height: 50px;
        margin-left: -24px;
        margin-top: -25px; }
  .video .infos {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0.5rem;
    background-color: #4C4C4C;
    color: #fff;
    padding-bottom: 0;
    /*  background-image: -webkit-linear-gradient(bottom, rgba(30,29,38,0.5), rgba(73,76,97,0.5));
        background-image: -moz-linear-gradient(bottom, rgba(30,29,38,0.5), rgba(73,76,97,0.5));
        background-image: -o-linear-gradient(bottom, rgba(30,29,38,0.5), rgba(73,76,97,0.5));
        background-image: -ms-linear-gradient(bottom, rgba(30,29,38,0.5), rgba(73,76,97,0.5));
        background-image: linear-gradient(to top, rgba(30,29,38,0.5), rgba(73,76,97,0.5));
        border-top: solid rgba(255,255,255,0.25) 1px;
     */ }
    .video .infos .categories {
      margin-top: 10px;
      font-weight: normal;
      text-align: right; }
    .video .infos .title {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 1.5rem; }
    .video .infos .btn-actions a {
      display: inline-block;
      width: 20%;
      font-size: 14px;
      padding: 5px 0; }
      .video .infos .btn-actions a.btn-play i {
        background: rgba(255, 0, 102, 0.25);
        display: inline-block;
        padding: 5px;
        font-size: 10px;
        border-radius: 50%;
        border: solid #fff 2px; }
      .video .infos .btn-actions a.btn-play .icon-play:before {
        position: relative;
        left: 1px; }
    .video .infos .duration .progressbar {
      display: inline-block;
      width: 70%;
      height: 3px;
      border-radius: 2px;
      background-color: rgba(0, 0, 0, 0.5);
      position: relative;
      vertical-align: middle; }
      .video .infos .duration .progressbar:before {
        content: '';
        background: rgba(255, 255, 255, 0.7);
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        top: -3px;
        left: -3px; }
    .video .infos .duration .value {
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px;
      font-size: 10px; }

.categories .item {
  background: #333;
  margin: 5px 10px 0;
  padding: 5px 10px;
  font-size: 0.9em;
  overflow: hidden; }
  .categories .item:last-child {
    margin-bottom: 15px; }
  .categories .item .name {
    text-transform: uppercase;
    font-weight: bold;
    float: left; }
  .categories .item .nb-videos {
    float: right;
    color: #fff; }
  .categories .item ul {
    height: 100%;
    margin-top: 5px; }
    .categories .item ul li {
      display: inline-block;
      width: 28.333333%;
      text-align: center;
      font-weight: bold;
      padding-right: 3px; }
      .categories .item ul li:last-child {
        width: 15%;
        padding: 0;
        vertical-align: middle; }
      .categories .item ul li img {
        width: 100%; }
      .categories .item ul li.more a {
        display: block;
        text-align: center; }
      .categories .item ul li.more div {
        font-size: 3rem;
        font-weight: bold;
        border-width: 1px;
        border-style: solid;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        vertical-align: text-top;
        line-height: 36px;
        text-align: center;
        display: inline-block; }

.categorie > .title, #sb-site > .title {
  font-size: 1.5em;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  font-weight: bold; }

.background-popup-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  z-index: 20;
  opacity: 0.5;
  display: none; }

.popup-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  padding: 5px; }
  .popup-video .content-popup-video {
    background: #12171D;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold; }
    .popup-video .content-popup-video .text-desc {
      color: #3abaf9;
      font-size: 0.8em;
      font-weight: normal;
      width: 80%;
      min-width: 240px;
      margin: 5px auto; }
      .popup-video .content-popup-video .text-desc .btn {
        background: #2cd37b;
        color: #fff;
        width: 182px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 5px auto; }

.legal {
  padding: 10px !important; }
  .legal a {
    text-decoration: underline; }

.legal .title, .infos-service .legal {
  font-size: 1.3em;
  text-transform: capitalize;
  text-align: center; }

.infos-service {
  color: #000; }
  .infos-service .tabs li {
    font-size: 0.9em; }

.in-playlist, .in-likes {
  color: #f02349 !important; }

.page-account-creation .submit-box input {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  width: 200px;
  background: #f02349;
  border: solid #f02349 1px;
  color: #ffffff;
  font-weight: bold;
  height: 34px;
  border-radius: 3px;
  margin: 20px auto; }
.page-account-creation .submit-box input:hover {
  background: #ffffff;
  color: #f02349;
  outline: none; }
.page-account-creation .label {
  font-size: 100%;
  color: #fff; }
.page-account-creation .login-panel {
  padding: 10px; }
.page-account-creation .title-form {
  font-weight: bold;
  margin-bottom: 10px; }
.page-account-creation .center {
  text-align: center; }

.page-login .navbar {
  display: none; }
.page-login #sb-site {
  margin-top: 0; }
.page-login .login {
  background-color: #252525;
  color: #fff;
  padding-bottom: 50px; }
.page-login #sb-site > .login {
  padding-bottom: 200px; }
.page-login .head {
  position: relative;
  padding: 5px;
  padding-bottom: 40px;
  color: #ffffff; }
.page-login .logo {
  height: 50px;
  margin: 30px auto 0;
  display: block; }
.page-login .login-form {
  max-width: 70%;
  margin: 10px auto;
  font-size: 1.2em; }
.page-login .field {
  margin: 15px 0;
  border-radius: 3px;
  /* border: solid #b8b8b8 1px;*/
  color: #A4A4A4;
  padding: 7px 0;
  position: relative;
  background: #fff; }
.page-login .field i {
  margin: 0 10px; }
.page-login input {
  width: 100%;
  font-size: 0.9em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 3px;
  border: solid #b8b8b8 1px;
  text-indent: 35px;
  background: none;
  font-weight: bold; }
.page-login .title-form {
  text-align: center;
  font-size: 1.1em; }
.page-login .submit button {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  width: 100%;
  background: #f02349;
  border: solid #f02349 1px;
  color: #ffffff;
  height: 44px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 0.9em; }
.page-login .submit button:active {
  background: #ffffff;
  outline: none; }
.page-login .link {
  margin: 10px;
  font-size: 16px;
  text-align: center; }
.page-login .link .icon-chevron-right {
  vertical-align: middle;
  font-size: 1.6em; }
.page-login .underlink {
  text-decoration: underline;
  text-transform: lowercase; }
.page-login .errors {
  color: #ff0000; }
.page-login .btn-back {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em; }
.page-login .btn-back .icon-chevron-left {
  vertical-align: middle;
  font-size: 2em; }
.page-login .bold {
  font-weight: bold; }

.page-join {
  position: relative;
  background: #000 url(/img/bg.jpg) center/cover no-repeat;
  /* background-image: url(/img/bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat; */ }
  .page-join #sb-site {
    background: none;
    color: #ffffff; }
  .page-join footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .page-join .head {
    position: relative;
    padding: 5px;
    padding-bottom: 60px; }
    .page-join .head .btn-back {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 0.9em; }
  .page-join .logo {
    height: 50px;
    margin: 30px auto 0;
    display: block; }
  .page-join .text {
    text-align: center;
    font-size: 22px; }
  .page-join .text-pass {
    margin-top: 40px;
    font-size: 0.95em;
    font-weight: bold;
    text-transform: uppercase; }
  .page-join .btn {
    display: block;
    width: 200px;
    margin: 20px auto;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    background: #F06;
    border: solid #F06 1px;
    color: #ffffff;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 15px; }

.page-account .desactivation {
  font-size: 10px; }
.page-account .desactivation a {
  text-decoration: underline; }
.page-account form {
  width: 300px;
  margin: 0 auto; }
.page-account .field {
  margin: 5px auto; }
.page-account .field input {
  width: 100%;
  color: #000000; }
.page-account input[type="submit"] {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  width: 100%;
  background: #f02349;
  border: solid #f02349 1px;
  color: #ffffff;
  font-weight: bold;
  height: 34px;
  border-radius: 3px; }
.page-account .error {
  color: #ff0000; }

.page-video .video-js {
  color: #f02349; }
  .page-video .video-js .vjs-control-bar {
    background-color: rgba(0, 0, 0, 0.7); }
  .page-video .video-js .vjs-big-play-button {
    font-size: 4em;
    line-height: 1.1em;
    height: 1.2em;
    width: 1.4em;
    top: 50%;
    left: 50%;
    margin-top: -0.6em;
    margin-left: -0.7em;
    border-color: #f02349;
    background-color: rgba(0, 0, 0, 0.7); }

footer {
  /* margin-top:  50px; */
  font-size: 10px;
  padding: 0 3px;
  text-align: justify;
  margin-top: 100px; }
  footer .compatibility {
    float: left; }
  footer .mineur {
    float: right; }

.btn-next-page {
  background: #F06;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  width: 200px;
  margin: 10px auto;
  font-size: 17px;
  padding: 5px; }

.spinner {
  margin: 20px auto;
  width: 20px;
  height: 20px;
  position: relative; }
  .spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%; }
  .spinner .container1 > div, .spinner .container2 > div, .spinner .container3 > div {
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .spinner .container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .spinner .container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
  .spinner .container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
  .spinner .container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg); }
    .spinner .container2 .circle1 {
      -webkit-animation-delay: -1.1s;
      animation-delay: -1.1s; }
    .spinner .container2 .circle2 {
      -webkit-animation-delay: -0.8s;
      animation-delay: -0.8s; }
    .spinner .container2 .circle3 {
      -webkit-animation-delay: -0.5s;
      animation-delay: -0.5s; }
    .spinner .container2 .circle4 {
      -webkit-animation-delay: -0.2s;
      animation-delay: -0.2s; }
  .spinner .container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg); }
    .spinner .container3 .circle1 {
      -webkit-animation-delay: -1.0s;
      animation-delay: -1.0s; }
    .spinner .container3 .circle2 {
      -webkit-animation-delay: -0.7s;
      animation-delay: -0.7s; }
    .spinner .container3 .circle3 {
      -webkit-animation-delay: -0.4s;
      animation-delay: -0.4s; }
    .spinner .container3 .circle4 {
      -webkit-animation-delay: -0.1s;
      animation-delay: -0.1s; }
  .spinner .circle1 {
    top: 0;
    left: 0; }
  .spinner .circle2 {
    top: 0;
    right: 0; }
  .spinner .circle3 {
    right: 0;
    bottom: 0; }
  .spinner .circle4 {
    left: 0;
    bottom: 0; }

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
.ads {
  text-align: center;
  padding: 5px 0; }
  .ads a {
    background: #FF0000;
    color: #fff !important;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    /* text-transform: capitalize; */
    display: inline-block;
    text-shadow: 1px 1px #580000;
    padding: 10px 10px;
    width: 276px;
    font-size: 13px; }

#tc_notification_overlay {
  width: 300px;
  margin-left: -150px;
  position: fixed;
  font-size: 0px;
  left: 50%;
  bottom: 0px;
  height: 182px;
  overflow: visible;
  z-index: 900;
  display: none; }

.infopop_metro_msg_theme_1 .age_verification {
  float: left;
  display: block;
  width: 167px;
  height: 180px;
  text-align: center;
  margin: 0 auto;
  background: #333333;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }
  .infopop_metro_msg_theme_1 .age_verification .age_verification_icon {
    width: 40px;
    padding: 20px 0 15px;
    margin: 0 auto; }
.infopop_metro_msg_theme_1 .metro_msg_notification {
  float: right;
  display: block;
  width: 133px;
  height: 180px;
  background: #ffffff;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }
.infopop_metro_msg_theme_1 .metro_msg_close {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(/img/ads/btn_close.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  right: 5px;
  top: 5px;
  z-index: 9;
  cursor: pointer; }

.infopop_metro_msg_theme_2 .inner_box {
  display: block;
  width: 278px;
  height: 140px;
  background: #333333;
  margin: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }
.infopop_metro_msg_theme_2 .wrapper_age_verification_icon {
  position: absolute;
  display: block;
  width: 81px;
  height: 71px;
  background: url(/img/ads/bg_metro_alert.png) 0 0 no-repeat;
  top: -5px;
  left: 40px; }
  .infopop_metro_msg_theme_2 .wrapper_age_verification_icon .age_verification_icon {
    width: 50px;
    height: 45px;
    padding: 15px 0 0 15px;
    margin: 0 auto; }
.infopop_metro_msg_theme_2 .age_verification {
  float: right;
  display: block;
  width: 167px;
  height: 180px;
  text-align: center;
  margin: 0 auto; }
  .infopop_metro_msg_theme_2 .age_verification img {
    padding: 30px 15px 0 0; }
.infopop_metro_msg_theme_2 .metro_msg_close {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(/img/ads/btn_close_grey.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  right: 2px;
  top: 0;
  z-index: 9;
  cursor: pointer; }

#infopop_metro_msg_overlay {
  position: absolute;
  display: block;
  width: 300px;
  height: 180px;
  left: 0;
  top: 0;
  text-align: right;
  background: white; }

.opacity_0 {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0; }

.conditions .tabs {
  clear: both; }
  .conditions .tabs li {
    width: 33.33333%;
    font-size: 8px; }

.page-account-creation .content form {
  border: solid 1px #f02349;
  padding: 10px;
  border-radius: 3px; }

.page-account h1, .page-account h2, .page-account h3, .page-account h4, .page-account h5, .page-account h6, .page-account-creation h1, .page-account-creation h2, .page-account-creation h3, .page-account-creation h4, .page-account-creation h5, .page-account-creation h6, .page-lost-password h1, .page-lost-password h2, .page-lost-password h3, .page-lost-password h4, .page-lost-password h5, .page-lost-password h6 {
  font-weight: bold;
  margin-top: 35px; }
.page-account .text a, .page-account-creation .text a, .page-lost-password .text a {
  font-weight: bold;
  text-decoration: underline; }
.page-account .text li, .page-account-creation .text li, .page-lost-password .text li {
  margin-left: 10px; }
.page-account .button, .page-account-creation .button, .page-lost-password .button {
  margin: 20px auto 10px;
  display: inline-block;
  border: solid 2px #f02349;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  background: #f02349;
  color: #FFFFFF;
  border-radius: 0;
  text-decoration: none !important; }
.page-account form, .page-account-creation form, .page-lost-password form {
  width: 300px;
  margin: 0 auto; }
  .page-account form .errors, .page-account-creation form .errors, .page-lost-password form .errors {
    color: red; }
  .page-account form input, .page-account-creation form input, .page-lost-password form input {
    width: 278px;
    margin: 5px 0;
    padding: 10px;
    border: none;
    border-radius: 2px;
    color: #000; }
  .page-account form .button, .page-account-creation form .button, .page-lost-password form .button {
    margin-top: 0; }
.page-account .logo-internet-plus, .page-account-creation .logo-internet-plus, .page-lost-password .logo-internet-plus {
  width: 25px;
  margin-right: 5px; }

.f-links {
  text-align: center; }
  .f-links a {
    display: inline-block;
    margin: 10px 4px;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none; }

.page-infos-service .legal ul {
  text-align: center;
  margin: 10px 20px;
  background: #3f3f3f;
  border: solid 1px #585858;
  border-radius: 5px;
  overflow: hidden; }
  .page-infos-service .legal ul li {
    font-size: 15px;
    text-align: left; }
    .page-infos-service .legal ul li + li {
      border-top: solid 1px #585858; }
    .page-infos-service .legal ul li a {
      text-decoration: none;
      display: block;
      padding: 10px 10px; }
    .page-infos-service .legal ul li i {
      margin-right: 10px; }

/*# sourceMappingURL=style_hdpremium.css.map */
