/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 6, 2018 */
@font-face {
  font-family: 'OpenSans-Bold';
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans-BoldItalic';
  src: url("../fonts/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans-ExtraBold';
  src: url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans-Italic';
  src: url("../fonts/OpenSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans-Light';
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans-LightItalic';
  src: url("../fonts/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans-Regular';
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans-SemiBoldItalic';
  src: url("../fonts/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BebasNeue-Regular';
  src: url("../fonts/BebasNeue-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

html {
  background-color: black; }

body {
  position: relative;
  font-family: "OpenSans-Regular";
  width: 1080px;
  height: 1920px;
  padding: 50px;
  background: linear-gradient(#111, #222) !important;
  color: #FFF;
  margin: 0; }
  body.video {
    padding: 0; }

pre {
  color: white !important; }

h5 {
  font-size: 24px !important; }

.titleIndex {
  text-align: center;
  color: #FFF; }

.projet {
  text-align: center;
  margin: 100px auto; }

a.btn {
  padding: 20px 30px;
  background-color: #f49a55;
  color: white;
  text-decoration: none; }

.h1 {
  font-size: 110px !important;
  line-height: 100px !important; }

.formDiv {
  min-height: 400px;
  display: flex;
  align-items: center;
  position: relative; }

.navButtons {
  display: flex;
  align-items: center;
  justify-content: center; }

.steps {
  color: #fff;
  font-size: 22px;
  bottom: 0;
  margin: 0 50px; }

#logo-marque {
  width: 300px !important;
  max-width: 300px !important;
  height: 150px !important;
  background-size: contain !important;
  background-position: center;
  margin: 20px auto; }

form .choose {
  margin: 10px auto;
  width: 80%;
  padding: 30px;
  height: 200px;
  border: 4px solid #fff;
  box-shadow: 0px 0px 5px #000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center; }
  form .choose:hover {
    background-color: transparent !important;
    border-color: #0653b6 !important; }
  form .choose.actived {
    border-color: #0653b6; }
  form .choose img {
    max-width: 100%;
    height: 140px;
    width: auto; }
  form .choose p {
    font-size: 24px;
    color: #fff; }

form .error-text {
  position: relative;
  display: inline-block;
  top: 100%;
  margin-top: 30px;
  font-size: 20px;
  color: red; }

.resetForm {
  position: absolute;
  right: 20px;
  top: 20px; }

.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
  width: 100%; }

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #fff;
  outline: 0;
  font-size: 1.3rem;
  color: #fff;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s; }
  .form__field::placeholder {
    color: transparent; }

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #fff; }

.form__field {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  border-image: #fff;
  border-image-slice: 1; }
  .form__field ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #fff; }

/* reset input */
.form__field:required, .form__field:invalid {
  box-shadow: none; }

/* demo */
.winwheelDiv {
  position: relative;
  margin-top: 100px; }
  .winwheelDiv #canvas {
    z-index: 1; }
  .winwheelDiv #pointerImg {
    position: absolute;
    left: 455px;
    top: 10px;
    z-index: 999;
    width: 70px;
    height: auto; }
  .winwheelDiv #cupImg {
    position: absolute;
    left: 455px;
    top: 380px;
    z-index: 999;
    width: 70px;
    height: auto; }
  .winwheelDiv .launchWheel {
    margin: 50px auto;
    font-size: 40px !important;
    line-height: 50px !important;
    padding: 30px 70px; }

.previous, .next {
  width: auto;
  height: 75px;
  padding: 20px !important;
  font-size: 22px !important;
  line-height: 22px !important;
  border-radius: 0 !important;
  align-items: center;
  justify-content: center; }
  .previous p, .next p {
    margin-bottom: 0 !important; }

.btnHome {
  width: 50px;
  height: 50px;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0; }

.killKiosk {
  width: 50px;
  height: 50px;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 515px; }

#staticBackdrop .modal-header, #staticBackdrop .modal-footer {
  border: 0;
  justify-content: center; }

#staticBackdrop .h2 {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  font-size: 50px; }

#staticBackdrop p {
  font-size: 30px;
  text-align: center; }

#KioskBoard-VirtualKeyboard {
  bottom: unset !important;
  top: 45% !important; }

.reglement {
  font-size: 22px !important;
  width: auto;
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer; }

.goPlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 20; }
