body {
  font-family: 'Roboto', sans-serif;
  color: #999;
}
.logo {
  padding: 10px 0 0 10px;
  font-size: 30px;
  text-align: center;
}
.logo .red {
  color: #e1003a;
}
.logo a:hover {
  color: #000;
}
.logo img {
  width: 150px;
}
.logo_title {
  font-size: 13px;
  font-style: italic;
  color: #999;
  margin-top: 5px;
}
.ig-b- {
  display: inline-block;
}
.ig-b- img {
  visibility: hidden;
}
.ig-b-:hover {
  background-position: 0 -60px;
}
.ig-b-:active {
  background-position: 0 -120px;
}
.ig-b-v-24 {
  width: 137px; height: 24px; background: url(//badges.instagram.com/static/images/ig-badge-view-sprite-24.png) no-repeat 0 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .ig-b-v-24 {
      background-image: url(//badges.instagram.com/static/images/ig-badge-view-sprite-24@2x.png);
      background-size: 160px 178px;
    }
  }
  input:not([type='radio']),
  textarea {
    font-family: 'Roboto', sans-serif;
    width: 80%;
    margin-top: 0.5rem;
    padding: 0.3rem;
    font-size: 1rem;
    border: 1px solid #eee;
  }
  ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #c9c9c9;
  }
  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
     color: #c9c9c9;
     opacity:  1;
  }
  ::-moz-placeholder { /* Mozilla Firefox 19+ */
     color: #c9c9c9;
     opacity:  1;
  }
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
     color: #c9c9c9;
  }
  .subtitle {
    font-size: 14px;
    color: #c9c9c9;
  }
  .choice {
    width: auto !important;
    float: left;
    margin-top: 1px !important;
  }
  input[type="submit"] {
    cursor: pointer;
    border-radius: 5px;
    background: #e1003a;
    color: white;
    line-height: 25px;
    padding: 6px 10px;
    font-size: 13px;
    border: 1px solid transparent;
    transition: all 0.5s ease;
  }
  input[type="submit"]:hover {
    background: #000;
  }
  .nb_friends {
    width: 40px !important;
  }
  .other {
    width: 160px !important;
    font-size: 0.8rem !important;
    padding: 0rem !important;
    margin-top: 0rem !important;
    margin-left: 0.5rem !important;
  }
  input[type='radio'] {
    font-family: 'Roboto', sans-serif;
    margin-top: 0.5rem;
    margin-right: 1rem;
  }
  label {
    font-size: 0.9rem;
    color: #999;
    /*display: block;*/
    margin-bottom: -20px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  @media (max-width: 400px) {
    label {
      font-size: 13px;
    }
  }
  form {
    width: 95%;
    max-width: 400px;
    padding: 15px;
    background-color: #fff;
    border: 1px dashed #ccc;
  }
  @media (max-width: 400px) {
    form {
      padding: 5px;
      font-size: 13px;
    }
  }
  form img {
    width: 100%;
  }
  .social_img {
    width: auto;
    position: absolute;
    top: 25px;
    right: 20px;
    font-size: 25px !important;
  }
  .bloc {
    padding: 1rem;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .bloc_facebook {
    border-left: 3px solid #3a5795;
    position: relative;
  }
  .div_social {
    margin-top: 10px;
    cursor: pointer;
  }
  .bloc_facebook .title {
    color: #3a5795;
    font-weight: bold;
    cursor: pointer;
  }
  .bloc_facebook .sousbloc,
  .bloc_twitter .sousbloc,
  .bloc_instagram .sousbloc {
    padding-bottom: 20px;
  }
  .bloc_twitter {
    border-left: 3px solid #55acee;
    position: relative;
  }
  .bloc_twitter .title {
    color: #55acee;
    font-weight: bold;
    cursor: pointer;
  }
  .bloc_instagram {
    border-left: 3px solid #df3267;
    position: relative;
  }
  .bloc_instagram .title {
    color: #df3267;
    font-weight: bold;
    cursor: pointer;
  }
.bloc_newsletter {
  padding: 20px 20px 10px 20px;
}
  .bloc_hover {
    background-color: #f9f9f9;
  }
  .bloc_activated {
    background-color: #eee;
  }
  .asterisque {
    color: red;
  }
  .noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  hr {
    margin-bottom: 1.5rem;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1em 0;
    padding: 0;
  }
  .mentions {
    font-size: 0.8rem;
    color: #FF2C72;
    font-style: italic;
    opacity: 0.6;
  }
  .end {
    text-align: center;
    font-size: 1.2rem;
    padding: 2rem;
  }
  a {
    text-decoration: none;
    color: #333;
  }
  a:hover {
    color: #ff2c72;
  }
  .blank_space {
    height: 200px;
  }
  .chevron {
    position: relative;
    display: inline-block;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .chevron_rotate {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .legend {
    color: #FF2C72;
    font-size: 0.8rem;
    font-style: italic;
    opacity: 0.6;
    display: inline-block;
    padding-left: 20px;
  }
  .legend a {
    color: #FF2C72;
    text-decoration: underline;
  }
  .hide {
    display: none;
  }
  .soon {
    color: #ff8105;
    font-style: italic;
  }
  .end_img {
    width: auto;
  }
  .countdown {
    width: 95%;
    display: table;
    border: 1px solid #eee;
    text-align: center;
    margin: 0 auto;
  }
  .countdown .smalltext {
    font-size: 13px;
  }
  .countdown_date {
    display: table-cell;
    width: 33.33%;
    padding: 10px;
    color: #c9c9c9;
  }
  .countdown_number {
    background-color: #ccc;
    color: #fff;
  }

.tw_follow {
  padding-top: 20px;
  text-align: center;
}

.error {
  font-weight: lighter;
  color: orangered;
}

.errorField {
  border: 1px solid orangered !important;
}

.multiply_label {
  color: #c9c9c9;
}

.white_popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  text-align: center;
}

.white_popup_buttons {
  padding: 20px;
}

.libelle_newsletter .subtitle a {
  color: #c9c9c9;
  text-decoration: underline;
  word-break: break-all;
}

.winners {
  padding: 20px;
  font-size: 14px;
  margin: 15px 30px 0px 30px;
  border: 1px solid #eee;
}

.bloc_chances {
  margin: 20px;
  border-radius: 20px;
}

.countdown_number__chances {
  border-radius: 20px;
}

@media (max-width: 400px) {
  .sousbloc, .subtitle {
    font-size: 13px !important;
  }
}

.countdown_hours {
  border-left: 1px dashed #eee;
}
