@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700");
html {
  font-size: 10px;
}

body {
  width: 100%;
  height: 100%;
  background-color: #eee;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

p span.huge {
  font-size: 1.23em;
  display: inline-block;
}
p span.big {
  font-size: 1.17em;
  display: inline-block;
}
p span.small {
  font-size: 0.7em;
  display: inline-block;
}

.loading-screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 5rem;
  color: #666;
  background-color: #222;
  z-index: 99;
  text-align: center;
}
.loading-screen:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.25em;
}
.loading-screen svg {
  display: inline-block;
  vertical-align: middle;
}

.clickable {
  cursor: pointer;
}

.logo {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  z-index: 9;
  text-align: left;
  margin-left: 15px;
}

.orientation-warning {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #222222;
  z-index: 99;
  font-weight: 700;
  line-height: 1.2;
  display: none;
}
.orientation-warning:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.25em;
}
.orientation-warning .text {
  display: inline-block;
  vertical-align: middle;
}

#block-stephenson-content .content {
  margin-top: 0;
}

.page-node-type-jeu-roulette {
  background: url(../images/jeu-roulette-black-bg.png) repeat;
  background-size: 40px;
}

.confettisWrapper {
  width: 320px;
  max-width: 100vw;
  max-height: 100vh;
  margin: 0 auto;
  position: fixed;
  top: 0;
  z-index: 1;
  overflow: hidden;
}

.roulette-app-wrapper {
  width: 320px;
  min-height: 100vh;
  max-width: 100vw;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 1px 0;
}
.roulette-app-wrapper .roulette-inner-wrapper {
  height: 100%;
}
.roulette-app-wrapper .roulette-wrapper {
  width: 300px;
  height: 340px;
  margin: 120px auto 0;
  position: relative;
}
.roulette-app-wrapper .roulette-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/roulette-overlay.png);
  background-position: center -29px;
  background-repeat: no-repeat;
}
.roulette-app-wrapper .roulette-wrapper .roulette-message-over {
  position: absolute;
  top: 156px;
  left: 0;
  width: 100%;
  font-weight: 700;
  font-size: 47px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.roulette-app-wrapper #winWheelCanvas {
  background-image: url(../images/roulette-bg.png);
  background-position: center 53px;
  background-repeat: no-repeat;
}
.roulette-app-wrapper button, .roulette-app-wrapper input[type=submit] {
  font-size: 1.7rem;
  color: #67A3E7;
  background-color: #fff;
  border-radius: 25px;
  text-transform: uppercase;
  text-align: center;
  border: none;
  font-weight: 700;
  line-height: 2.6;
  padding: 0 15px;
  margin-bottom: 36px;
}
.roulette-app-wrapper button.progress-button, .roulette-app-wrapper input[type=submit].progress-button {
  position: relative;
  white-space: nowrap;
  z-index: 3;
}
.roulette-app-wrapper button.reset-button, .roulette-app-wrapper input[type=submit].reset-button {
  position: relative;
  white-space: nowrap;
  z-index: 3;
  margin-top: 40px;
  color: #fff;
  background-color: #464545;
  width: 220px;
}
.roulette-app-wrapper button .button-text, .roulette-app-wrapper input[type=submit] .button-text {
  margin: 0 10px;
}
.roulette-app-wrapper .rc-progress-line {
  height: 8px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.roulette-app-wrapper .home-screen .text {
  margin-top: 115px;
}
.roulette-app-wrapper .home-screen .text2 {
  position: absolute;
  width: 100%;
  bottom: 80px;
  line-height: 1.3;
}
.roulette-app-wrapper .prize-text {
  font-size: 15px;
  font-weight: 700;
  color: #4FAEE5;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  background-color: #fff;
  line-height: 18px;
  padding: 25px 9px;
  margin: 0 auto;
  max-width: 238px;
  margin-top: 60px;
}
.roulette-app-wrapper .finish-text {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  max-width: 270px;
  margin-top: 33px;
}
.roulette-app-wrapper.form-step .webform-submission-form {
  margin-top: 110px;
  padding: 0 10px;
}
.roulette-app-wrapper.form-step .webform-submission-form h2 {
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
}
.roulette-app-wrapper.form-step .webform-submission-form h2 strong {
  font-size: 34px;
  font-weight: 700;
}
.roulette-app-wrapper.form-step .webform-submission-form label {
  font-size: 1.8rem;
  color: #B6B6B6;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.2;
}
.roulette-app-wrapper.form-step .webform-submission-form label.small {
  font-size: 1.2rem;
}
.roulette-app-wrapper.form-step .webform-submission-form .form-item input[type=email], .roulette-app-wrapper.form-step .webform-submission-form .form-item input[type=text] {
  line-height: 42px;
  padding: 0 8px;
  font-size: 14px;
}
.roulette-app-wrapper.form-step .webform-submission-form .form-item-reglement {
  text-align: left;
  line-height: 1;
}
.roulette-app-wrapper.form-step .webform-submission-form .form-item-reglement .form-checkbox {
  display: inline-block;
}
.roulette-app-wrapper.form-step .webform-submission-form .form-item-reglement label {
  padding-left: 10px;
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
}
.roulette-app-wrapper.form-step .webform-submission-form .form-item-reglement label a {
  color: inherit;
}
.roulette-app-wrapper.form-step .webform-submission-form .webform-button--submit {
  width: 220px;
  display: inline-block !important;
  margin: 0;
}
.roulette-app-wrapper.form-step .webform-submission-form #edit-actions input {
  margin: 0;
}

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