@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);

.gradient {
  background: #ffffff; }

.bg-top {
  background: #010101;
  height: 80px;
  border-bottom: 3px solid #ffffff; }

.bg-top2 {
  height: 0;
  border-bottom: 3px solid #ffffff;
}
[role=main] {
  min-height: 710px; }
  [role=main] .bg-red {
    background: url("../img/motif-rouge.jpg");
    height: 415px;
    position: absolute;
    width: 100%;
    left: 0; }
  [role=main] .card {
    padding-top: 65px;
    text-align: center; }
    [role=main] .card img {
      margin: auto; }
    [role=main] .card p {
      font-size: 24px;
      color: #969191;
      position: relative;
      top: -100px;
      height: 0; }
      @media screen and (max-width: 992px) {
        [role=main] .card p {
          top: -60px; } }
    [role=main] .card.fel {
      padding-top: 0;
      margin-top: 30px; }
  [role=main] .recap {
    text-align: left;
    width: 415px;
    position: relative;
    margin: 0 auto 50px;
    top: -186px; }
    [role=main] .recap h2 {
      margin: 0;
      font-weight: bold;
      font-size: 16px;
      color: #ffffff;
      padding: 10px 15px;
      background: #ff3800; }
    [role=main] .recap .gradient {
      padding: 15px 30px;
      border: 3px solid #ff3800;
      border-top: 0;
      color: #1f2126;
      font-size: 14px; }
      [role=main] .recap .gradient div + div {
        border-top: 1px solid #1f2126;
        margin-top: 10px;
        padding-top: 10px; }
  [role=main] .timer {
    text-align: center;
    margin-top: -65px; }
    [role=main] .timer h2 {
      margin: 0 0 10px;
      text-transform: uppercase;
      font-size: 22px;
      color: #ffffff; }
  [role=main] .heading {
    color: #010101;
    text-align: center;
    font-size: 20px;
    margin-top: 40px; }
    [role=main] .heading h2 {
      margin-top: 0;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 28px;
      margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      [role=main] .heading {
        background: #414141;
        margin: 0 -15px;
        padding-top: 20px;
        position: relative; }
        [role=main] .heading h2 {
          color: #ffffff;
          text-align: right;
          position: absolute;
          width: 50%;
          left: 20px;
          bottom: 8%;
          font-size: 24px; } }
  [role=main] form {
    border: 3px solid #ff3800;
    max-width: 415px;
    margin: 20px auto 0;
    padding: 30px;
    color: #494949;
    font-size: 16px; }
    [role=main] form .radio {
      font-size: 14px; }
    [role=main] form .e-pro {
      font-size: 14px; }
      [role=main] form .e-pro img {
        margin-bottom: 5px; }
    [role=main] form.paiement {
      padding: 21px 30px 20px; }
      [role=main] form.paiement label {
        font-size: 14px; }
        [role=main] form.paiement label + div {
          padding-left: 0; }
        [role=main] form.paiement label a {
          color: #149bdf; }
        @media screen and (max-width: 768px) {
          [role=main] form.paiement label {
            padding: 0; } }
    [role=main] form + .text-center {
      font-size: 24px;
      color: #323232;
      margin-top: 32px; }
    [role=main] form [type=image] {
      max-width: 100%; }
    @media screen and (max-width: 768px) {
      [role=main] form {
        margin-top: 0;
        margin: 0 -15px;
        border: 2px solid #3f3f3f;
        max-width: none; } }
  [role=main] .felicitations {
    width: 390px;
    margin: 20px auto 0;
    color: #494949;
    font-size: 14px; }
    [role=main] .felicitations h2 {
      margin: 0;
      text-transform: uppercase;
      font-weight: bold;
      color: #ffffff;
      font-size: 27px;
      text-align: center;
      padding: 20px;
      background: #ff3800; }
    [role=main] .felicitations div {
      border: 3px solid #ff3800;
      border-top: 0;
      padding: 20px 25px; }
    @media screen and (max-width: 768px) {
      [role=main] .felicitations {
        width: auto;
        margin: 0 -15px;
        text-align: center; }
        [role=main] .felicitations .gradient {
          border: 2px solid #323232; } }

#timeradio > div {
  display: inline-block;
  color: #f79520;
  width: 60px;
  height: 60px;
  border: 3px solid #ffffff;
  background: #010101;
  font-size: 30px;
  line-height: 57px;
  border-radius: 999px;
  font-weight: bold; }

.bandeau {
  background: #ff3800;
  background: -moz-linear-gradient(top,#0088cc 0%,#22a1e0 50%,#0088cc 100%);
  background: -webkit-linear-gradient(top,#ff3800 0%,#fb5020 50%,#ff3800 100%);
  background: linear-gradient(to bottom,#ff3800 0%,#fb5020 50%,#ff3800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0088cc',GradientType=0);
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  height: 113px;
  line-height: 113px;
  margin-bottom: 50px;
  text-shadow: 0 0 10px #ccc; }
  .bandeau span {
    font-size: 36px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle; }
  .bandeau img {
    margin: -40px 0 -30px 30px; }
  @media screen and (max-width: 768px) {
    .bandeau {
      height: auto;
      line-height: normal;
      padding: 30px 0; }
      .bandeau img {
        display: block;
        margin: 10px auto 0; } }

.periode-essai {
  text-align: center;
  color: #323232;
  font-size: 14px;
  margin-bottom: 30px; }

#faq {
  font-weight: 400;
  font-size: 14px;
  color: #404040; }
  #faq strong {
    display: block;
    margin-top: 15px;
    margin-bottom: 2px;
    color: #323232;
    font-size: 16px; }

.modal-body {
  color: #333;
  height: 300px;
  overflow-x: auto;
  width: 100%;
  word-wrap: break-word; }

.description-mobile {
  font-size: 18px;
  color: #494949;
  margin: 0 -15px;
  position: relative;
  padding: 25px 0; }
  .description-mobile .bg-mobile {
    top: 0;
    background: #3f4040;
    height: 50%;
    position: absolute;
    width: 100%;
    z-index: -1; }
  .description-mobile img {
    margin: auto; }

.notif {
  width: 215px;
  font-size: 13px;
  border-radius: 3px;
  padding: 15px;
  background: #1A8DC6;
  border: 1px solid #186D97;
  color: white;
  position: fixed;
  top: -150px;
  right: 10%;
  line-height: normal;
  z-index: 999; }
  .notif a {
    color: white; }
  .notif div {
    font-size: 12px;
    margin-top: 5px; }
  .notif .close {
    margin: -13px -10px 0 0;
    color: white;
    text-shadow: 0 1px 0 #000;
    opacity: 0.5;
    cursor: pointer;
    float: right;
    font-size: 18px; }
    .notif .close:hover {
      opacity: 0.9; }
  @media screen and (max-width: 768px) {
    .notif {
      position: static;
      width: 100%;
      border-radius: 0; } }

#visiteur {
  -webkit-animation: notif 10s linear;
  -moz-animation: notif 10s linear;
  -o-animation: notif 10s linear;
  animation: notif 10s linear;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s; }

#achat {
  -webkit-animation: notif2 10s linear;
  -moz-animation: notif2 10s linear;
  -o-animation: notif2 10s linear;
  animation: notif2 10s linear;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 3s; }

@-webkit-keyframes notif {
  0% {
    top: -150px; }
  10% {
    top: 75px; }
  90% {
    top: 75px; }
  100% {
    top: -150px; } }
@-moz-keyframes notif {
  0% {
    top: -150px; }
  10% {
    top: 75px; }
  90% {
    top: 75px; }
  100% {
    top: -150px; } }
@keyframes notif {
  0% {
    top: -150px; }
  10% {
    top: 75px; }
  90% {
    top: 75px; }
  100% {
    top: -150px; } }
@-webkit-keyframes notif2 {
  0% {
    top: -150px; }
  10% {
    top: 140px; }
  80% {
    top: 140px; }
  85% {
    top: 20px; }
  90% {
    top: 20px; }
  100% {
    top: -150px; } }
@-moz-keyframes notif2 {
  0% {
    top: -150px; }
  10% {
    top: 140px; }
  80% {
    top: 140px; }
  85% {
    top: 20px; }
  90% {
    top: 20px; }
  100% {
    top: -150px; } }
@keyframes notif2 {
  0% {
    top: -150px; }
  10% {
    top: 140px; }
  80% {
    top: 140px; }
  85% {
    top: 20px; }
  90% {
    top: 20px; }
  100% {
    top: -150px; } }





[role=main] .recap2 {
    text-align: left;
    position: relative;
    margin: 0 auto 50px; }
[role=main] .recap2 h2 {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 15px;
    background: #ff3800; }
[role=main] .recap2 .gradient {
    padding: 15px 30px;
    border: 3px solid #ff3800;
    border-top: 0;
    color: #1f2126;
    font-size: 14px; }
[role=main] .recap2 .gradient div + div {
    border-top: 1px solid #1f2126;
    margin-top: 10px;
    padding-top: 10px;
}

#member_card_cvv {
  width: 100%;
}
select#member_country {

}
#member_card_expiration_date_day{display: none;}

.has-error input {
  color: #843534;font-size: 12px;
}
.has-error select {

}
.has-error li {color: #843534;font-size: 12px;list-style: none;}
.has-error ul {padding-left: 10px;
  padding-top: 3px;}
label {
  font-weight: unset !important;
}
