@font-face {
  font-family: 'BadHouseBold';
  src: url("../fonts/badhousebold-webfont.woff2") format("woff2"), url("../fonts/badhousebold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'BadHouseBold', Arial, sans-serif; }

html, body {
  padding: 0;
  margin: 0; }

body {
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  background: url("../img/bg.jpg") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed; }

[type="text"], [type="email"], [type="password"] {
  font-family: Arial, Verdana, sans-serif; }

[type="submit"], button {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  appearance: none;
  border-radius: 0; }

a {
  color: #ec6707;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }
  a img {
    border: none; }

.has-bg {
  background: url("../img/bg-container.jpg"); }

.table {
  display: table;
  width: 100%; }

.cell {
  display: table-cell;
  vertical-align: top; }

.vam {
  vertical-align: middle; }

.w50 {
  width: 50%; }

.h100 {
  height: 100%; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

h1 {
  padding: 0;
  margin: 0;
  color: #ec6707;
  font-size: 4rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1em; }

.sub-title {
  display: block;
  color: #441507;
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase; }

.container {
  max-width: 950px;
  margin: 0 auto; }

.header {
  padding: 20px 40px;
  margin: 0 0 15px; }

.logo {
  position: relative;
  display: inline-block;
  width: 320px;
  height: 323px; }
  .logo img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    transition: transform 2s; }
  .logo:hover img:first-child, .logo:focus img:first-child {
    transform: rotate(360deg);
    transition: transform 2s; }
  .logo:hover img:last-child, .logo:focus img:last-child {
    transform: rotate(-40deg);
    transition: transform 2s; }

.logo-small {
  width: 238px;
  height: 240px; }

.img-jeu-gagnant {
  display: inline-block;
  margin: 0 0 25px; }

.btns-cta {
  margin: 0 0 15px; }

.btn-cta {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  min-height: 130px;
  padding: 28px 80px 28px 95px;
  color: #fff;
  font-size: 1.8rem;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.2em;
  background-color: #441507;
  background-repeat: no-repeat;
  background-position: center center; }
  .btn-cta:first-child {
    margin-right: 1%; }
  .btn-cta:last-child {
    margin-left: 1%; }

.btn-play {
  background-image: url("../img/bg-btn-play.png"); }

.btn-subscribe {
  background-image: url("../img/bg-btn-subscribe.png"); }

main {
  display: block;
  padding: 40px 70px;
  margin: 0 0 15px; }

.img-gagner {
  display: inline-block;
  margin: 0 0 15px; }

.index-img {
  display: block;
  margin: 15px 0; }

.index-lot {
  display: inline-block;
  vertical-align: top;
  min-width: 394px;
  min-height: 137px;
  padding: 0 0 0 10px;
  margin: 0 0 20px;
  text-align: left;
  background: url("../img/bg-lot.png") no-repeat center center; }
  .index-lot:first-child {
    margin-right: 20px; }
  .index-lot strong {
    display: block;
    color: #ec6707;
    font-size: 2.4rem;
    text-transform: uppercase;
    line-height: 1em; }
  .index-lot span {
    display: block;
    color: #441507;
    font-size: 1.4rem;
    text-transform: uppercase;
    line-height: 1em; }

.index-lot-1 .cell:first-child {
  width: 130px; }

.index-lot-2 strong {
  font-size: 3em; }

.index-lot-2 span {
  font-size: 3em; }

.index-lot-2 .cell:first-child {
  width: 205px; }

.index-lot-3 {
  padding-top: 10px; }
  .index-lot-3 strong {
    display: inline; }
  .index-lot-3 span {
    display: inline-block;
    margin: 0 0 0 5px;
    font-size: 1rem; }
  .index-lot-3 .cell:first-child {
    width: 95px; }

/* modal */
.modal {
  display: none;
  z-index: 999;
  overflow-y: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(68, 21, 7, 0.9); }

.modal-content {
  max-width: 520px;
  margin: 30px auto; }

.modal-title {
  display: inline-block;
  width: 325px;
  height: 52px;
  margin: 0 0 33px;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 52px;
  background: url("../img/bg-modal-subscribe.png") no-repeat center center; }

.modal-section {
  display: none; }

.modal-title-connect {
  width: 280px;
  height: 79px;
  padding: 15px 10px 0;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1em;
  background-image: url("../img/bg-modal-play.png"); }

.form [type="text"], .form [type="password"], .form [type="email"] {
  display: block;
  width: 100%;
  padding: 5px;
  font-size: 1rem;
  background: #fff;
  border: #fff solid 1px;
  border-radius: 5px;
  transition: border .2s; }
  .form [type="text"]:focus, .form [type="password"]:focus, .form [type="email"]:focus {
    border-color: #ec6707;
    transition: border .2s; }
  .form [type="text"].has-error, .form [type="password"].has-error, .form [type="email"].has-error {
    border-color: #c20c0c; }

.form [type="checkbox"] {
  width: 24px;
  height: 24px;
  margin: 0; }

.form-block-2 > .cell:first-child {
  padding-right: 14px; }

.form-block-2 > .cell:last-child {
  padding-left: 14px; }

.label-block {
  display: block;
  margin: 0 0 1.5rem; }

.label-block-list {
  margin: .3em 0 0; }

.label-title {
  display: block;
  padding: 0 0 0 17px;
  margin: 0 0 1rem;
  color: #fff;
  font-size: 1.1rem; }

.checkbox-container {
  width: 30px; }

.label-checkbox {
  display: inline-block;
  color: #fff;
  font-size: .9rem; }

.g-recaptcha {
  width: 30px;
  transform: scale(0.8); }

.form-info {
  color: #fff;
  font-size: 1rem; }

.form-on-bg {
  width: 50%;
  margin: 2em auto 0; }
  .form-on-bg [type="submit"] {
    display: inline-block;
    padding: .4em 1em .5em;
    color: #fff;
    font-size: 1.3rem;
    font-family: inherit;
    background: #ec6707;
    border-radius: 10px; }
  .form-on-bg .label-title {
    color: #441507; }

.form-intro {
  color: #441507;
  font-size: 1.2rem;
  text-align: center; }

.submit-subscribe {
  width: 514px;
  height: 75px;
  color: #fff;
  font-size: 2.8rem;
  text-transform: uppercase;
  background: url("../img/bg-submit-subscribe.png") no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto; }

.submit-connect {
  width: 514px;
  height: 75px;
  margin: 20px 0 0;
  color: #fff;
  font-size: 2.8rem;
  text-transform: uppercase;
  background: url("../img/bg-submit-connect.png") no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto; }

.btn-forgot-password {
  color: #0275bc;
  font-size: .8rem; }

.copy-optin {
  color: #ec6707;
  font-size: .8rem; }

.form-last-info {
  padding: 0;
  margin: 30px 0 0;
  color: #ec6707;
  font-size: 2.2rem;
  text-align: center;
  text-transform: uppercase; }

.form-last-info-connect {
  color: #0275bc; }

.form-error {
  display: none;
  z-index: 9999;
  position: fixed;
  max-width: 360px;
  padding: 3px 10px 5px;
  left: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 1.1rem;
  background: #c20c0c;
  border-radius: 5px; }

.loader-container {
  text-align: center; }

.subscribe-success {
  display: none;
  color: #ec6707;
  font-size: 1.5rem;
  text-align: center; }
  .subscribe-success a {
    display: inline-block;
    padding: .5em 1em;
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
    background: #ec6707;
    border-radius: 10px; }
    .subscribe-success a:hover, .subscribe-success a:focus {
      text-decoration: none; }

/* game */
.steps {
  position: relative;
  width: 420px;
  height: 46px;
  padding: 0 0 0 47px;
  margin: 20px 0 0; }
  .steps img {
    position: absolute;
    left: 0;
    bottom: 0; }
    .steps img:nth-child(1) {
      left: 11%; }
    .steps img:nth-child(2) {
      left: 25%; }
    .steps img:nth-child(3) {
      left: 39%; }
    .steps img:nth-child(4) {
      left: 53%; }
    .steps img:nth-child(5) {
      left: 67%; }
    .steps img:nth-child(6) {
      left: 81%; }
  .steps:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -3px;
    background: url("../img/bg-steps.png") no-repeat; }

.block-game {
  display: none; }
  .block-game:nth-of-type(1) {
    display: block; }

.question {
  padding: 40px;
  margin: 0;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1em;
  background: #441507; }

.answers-container {
  padding: 40px 60px;
  margin: 15px 0 0; }

.answers ul {
  padding: 0;
  margin: 0; }

.answers li {
  display: inline-block;
  vertical-align: top;
  padding: 0 4px 0 0; }

.answers button {
  display: block;
  width: 268px;
  height: 91px;
  padding: 10px 10px 10px 25px;
  color: #441507;
  font-size: 1.6rem;
  text-align: left;
  text-transform: uppercase;
  line-height: 1em;
  background: url("../img/bg-answer.png") no-repeat;
  transition: color .2s; }
  .answers button:hover, .answers button:focus, .answers button.correct {
    color: #ec6707;
    transition: color .2s; }
  .answers button.active {
    color: #d1b6af;
    font-size: 1.4rem;
    background: url("../img/bg-answer-active.png") no-repeat right center; }

.clues {
  padding: 0 0 35px;
  text-align: center; }
  .clues ul {
    padding: 0;
    margin: 0; }
  .clues li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px; }

.clue {
  overflow: hidden;
  position: relative;
  display: block;
  width: 260px;
  height: 147px;
  background: #441507; }
  .clue img {
    opacity: .5; }
  .clue:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../img/clue-border.png") no-repeat; }
  .clue:hover .clue-overlay, .clue:focus .clue-overlay {
    opacity: 0;
    transition: opacity 1s; }

.clue-hint {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 1rem;
  text-align: left;
  line-height: 1.2em;
  transition: opacity 1s; }

.clue-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 50px 0 0;
  left: 0;
  top: 0;
  color: #ec6707;
  font-size: 2rem;
  text-transform: uppercase;
  background: url("../img/clue-bg.png") no-repeat;
  transition: opacity 1s; }

/* random page */
.page-container {
  padding: 40px; }

.password-success {
  display: none;
  width: 50%;
  padding: 1em;
  margin: 1em auto 0;
  color: #fff;
  text-align: center;
  background: #441507;
  border-radius: 10px; }
  .password-success p {
    margin: 0; }

/* la win */
.modal-section {
  display: block; }

.block-win {
  padding: 50px 90px;
  color: #fff;
  font-size: 2.8rem;
  text-transform: uppercase;
  background: #441507; }
  .block-win .cell:first-child {
    width: 310px; }

.block-win-title {
  display: block;
  font-size: 7rem;
  line-height: .8em; }

.block-win-won {
  line-height: 1em; }
  .block-win-won strong {
    color: #ec6707; }

.win-small {
  font-size: 2.2rem; }

.win-more-info {
  font-size: 1.5rem;
  text-align: center; }

.form-address {
  padding: 40px;
  margin: 15px 0 0;
  color: #fff;
  background: #ec6707; }
  .form-address [type="submit"] {
    display: block;
    width: 517px;
    height: 75px;
    margin: 20px auto 0;
    color: #ec6707;
    font-size: 2rem;
    text-transform: uppercase;
    background: url("../img/bg-submit-address.png") no-repeat;
    transition: opacity .2s; }
    .form-address [type="submit"]:hover, .form-address [type="submit"]:focus {
      opacity: .7;
      transition: opacity .2s; }

.form-address-left {
  padding-right: 40px; }

.form-address-title {
  font-size: 1.8rem;
  line-height: 1.2em; }

.win-also {
  padding: 30px 70px;
  margin: 15px 0;
  color: #fff;
  font-size: 2rem;
  line-height: 1em;
  text-transform: uppercase; }
  .win-also .cell:first-child {
    padding-right: 50px; }
  .win-also strong {
    color: #ec6707;
    font-size: 4rem;
    line-height: 1em; }

.modal-win-text {
  margin: 2em 0;
  text-align: center; }

.modal-win-text-title {
  color: #fff;
  font-size: 1.2rem; }
  .modal-win-text-title strong {
    font-size: 1.8rem;
    text-transform: uppercase; }

.modal-win-text-retry {
  color: #ec6707;
  font-size: 1.8rem;
  text-transform: uppercase; }

.modal-win-link {
  display: inline-block;
  padding: 15px 25px;
  color: #fff;
  font-size: 1.3rem;
  text-transform: uppercase;
  background: #ec6707;
  border: #ec6707 solid 1px;
  transition: color .2s, background .2s; }
  .modal-win-link:hover, .modal-win-link:focus {
    color: #ec6707;
    text-decoration: none;
    background: #fff;
    transition: color .2s, background .2s; }

.regular-page {
  padding: 60px;
  font-size: .9rem;
  line-height: 1.4em;
  background: url("../img/bg-container.jpg"); }
  .regular-page h1 {
    margin: 0 0 1em;
    font-size: 2rem; }
  .regular-page h2, .regular-page h3, .regular-page h4 {
    color: #ec6707; }
  .regular-page p, .regular-page li, .regular-page strong {
    font-family: Arial, Verdana, sans-serif; }

@media screen and (max-width: 1023px) {
  .logo {
    display: block;
    width: 100%;
    max-width: 280px;
    height: 270px;
    margin-left: auto;
    margin-right: auto; }
  .logo-small {
    margin-bottom: 30px; }
  .table {
    display: block;
    width: 100%; }
  .cell {
    display: block;
    width: 100%; }
  .container {
    background: url("../img/bg-container.jpg"); }
  .header img {
    width: 100%;
    height: auto; }
  main {
    padding: 20px; }
  .img-gagner, .index-img {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .btn-cta {
    display: block;
    width: 100%;
    padding: 5px 15px 5px 50px;
    margin: 0 0 10px !important;
    font-size: 1.3rem;
    -webkit-background-size: 90% auto;
    background-size: 90% auto; }
  .index-lot {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-width: 0;
    min-height: 0;
    padding: 10px 0;
    margin: 0 0 20px !important;
    background: none; }
    .index-lot:before {
      content: '';
      z-index: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: url("../img/bg-lot.png") no-repeat center center;
      -webkit-background-size: 100% 100%;
      background-size: 100% 100%; }
    .index-lot .table {
      position: relative; }
    .index-lot .cell {
      display: table-cell;
      width: auto;
      vertical-align: middle; }
      .index-lot .cell:first-child {
        width: 120px; }
    .index-lot img {
      max-width: 100px;
      height: auto; }
    .index-lot strong {
      font-size: 1.6rem; }
    .index-lot span {
      font-size: 1.3rem; }
  .index-lot-3 strong {
    display: block; }
  .index-lot-3 span {
    margin: 0; }
  .modal-content > .align-right {
    text-align: center; }
  .modal-title {
    width: 90%;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%; }
  .form {
    padding-left: 20px;
    padding-right: 20px; }
  .form-block-2 > .cell:first-child {
    padding-right: 0; }
  .submit-connect, .submit-subscribe {
    width: 100%;
    font-size: 1.5rem;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%; }
  .form-block-2 > .cell:last-child {
    padding-left: 0; }
  .form-last-info {
    font-size: 1.2rem; }
  .label-block-checkbox .table {
    display: table; }
  .label-block-checkbox .cell {
    display: table-cell;
    vertical-align: top;
    width: auto; }
    .label-block-checkbox .cell:first-child {
      width: 35px; }
  .form-info {
    display: block;
    margin-bottom: 15px; }
  .form-error {
    max-width: none;
    right: 20px; }
  .steps {
    width: 100%; }
    .steps:after {
      background-position: center bottom;
      -webkit-background-size: 100% auto;
      background-size: 100% auto; }
    .steps img {
      width: 30px; }
  .question {
    padding: 25px 15px;
    font-size: 1.9rem; }
  .answers-container {
    padding: 25px 15px; }
  .answers li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
    text-align: center; }
  .answers button {
    display: inline-block; }
  .clues li {
    margin: 0 0 15px; }
  .block-win {
    padding: 20px;
    font-size: 1.3rem;
    text-align: center; }
    .block-win img {
      display: block;
      width: 70%;
      margin: 0 auto 15px; }
  .block-win-title {
    font-size: 3rem; }
  .block-win-won {
    font-size: 2rem;
    line-height: 1.1em; }
  .win-small {
    font-size: 1rem; }
  .win-also {
    padding: 20px;
    text-align: center; }
    .win-also img {
      width: 100%;
      height: auto; }
    .win-also .cell:first-child {
      padding-right: 0; }
    .win-also strong {
      font-size: 2rem; }
  .form-address [type="submit"] {
    width: 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%; } }

@media screen and (max-width: 767px) {
  .steps img {
    width: 20px; } }
