  #content > .container > .row{
  align-items: center;
}

.card-wrapper {
  position: relative;
  max-width: 460px;
  margin: auto;
}
.card-wrapper:after {
  filter: blur(0.25rem);
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  margin: -15px auto 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
.card-wrapper .card {
  background: #ffffff;
  padding: 32px 64px;
  z-index: 2;
  position: relative;
  border-radius: 8px;
  border: 0;
  height: 100%;
}
.card-wrapper .card .card-header {
  padding: 0px;
  color: #000000;
  border-radius: 8px 8px 0 0;
  text-align: center;
  background: none;
  border: 0;
}
.card-wrapper .card .card-header .card-title {
  font-weight: bold;
  margin-bottom: 32px;
  border: 0;
  text-transform: uppercase;
  font-family: sans-serif;
  color: #000000;
  font-size: 1.4em;
}
.card-wrapper .card .card-header .card-subtitle {
  font-size: 1.2rem;
  color: #000000;
}
.card-wrapper .card .card-body {
  padding: 0;
  margin: 0.5rem 0;
  color: #000000;
}
.card-wrapper .card .card-body .resume {
  text-align: center;
}
.card-wrapper .card .card-body .form-control {
  margin: auto;
}
.card-wrapper .card .card-body .description {
  max-width: 320px;
  margin: 0.25rem auto;
}
.card-wrapper .card .card-body .btn {
  width: max-content;
  margin: auto;
  display: block;
}
.card-wrapper .card .card-body .form-actions {
  margin: 16px 0 0;
}
.card-wrapper .card .card-footer {
  padding: 0;
  border: 0;
  background: none;
}
.card-wrapper .card .card-footer .btn {
  width: max-content;
  display: block;
  margin: auto;
}

.btn.btn-primary.btn-spin-wheel {
  font-weight: bold;
  border: 0;
  text-transform: uppercase;
  border-radius: 4px;
  background: #7c2c7e;
  font-size: 2rem;
}
.btn.btn-primary.btn-spin-wheel:hover {
  background: #009adf;
}

.wheel-of-fortune-wrap{
  max-width: 100%;
}

/* // Smartphone
@media all and (max-width:@responsiveSmart){}

// Tablette
@media all and (min-width:@responsiveTablet){}

// Desk
@media all and (min-width:@responsiveDesk ){
  .session-game-step.step-game.game-lottery{
    .step-wrapper{
      > .container{
        max-width: 1190px;
      }
    }
  }
}

// Full screen
@media all and (min-width:@responsiveLarge){} */


#phaserGame{
  width: 100%;
  /* max-width: 900px; */
  /* max-height: 900px; */
  display: flex;
  justify-content: center;
}

#phaserDOMBox{
  display: none;
}


/* PAGE LOADING */

#phaserDOMPageLoading{
  display: flex!important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#phaserDOMPageLoading .logo-wrapper{
  height: 45%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#phaserDOMPageLoading .logo-wrapper img{
  width: 42%;
}

#phaserDOMPageLoading .content-wrapper{
  height: 25%;
}

#phaserDOMPageLoading .progress-wrapper{
  height: 30%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#phaserDOMPageLoading .progress-wrapper .progress-label,
#phaserDOMPageLoading .progress-wrapper .progress-percent{
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: 600;
}

#phaserDOMPageLoading .progress-wrapper .progress-box{
  height: 25%;
  width: 60%;
  border-width: 0.5rem;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.6);
  margin: 0.5rem;
}
#phaserDOMPageLoading .progress-wrapper .progress-bar{
  height: 100%;
  background-color: #091920;
}
#phaserDOMPageLoading .progress-wrapper .progress-bar-fill{
  background-color: #FFFFFF;
  height: 100%;
  width: 0%;
}
/* PAGE GAME */

@media (max-width:1280px) {



}
