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

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

.btn.btn-primary.btn-replay {
  width: max-content;
  display: block;
  margin: auto;
  font-weight: bold;
  border: 0;
  text-transform: uppercase;
  border-radius: 4px;
  background: #7c2c7e;
  font-size: 1.5rem;
}
.btn.btn-primary.btn-replay:hover {
  background: #009adf;
}

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

.ticket-wrapper{
  padding: 2.5rem 0;
}

.ticket-wrapper .ticket{
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  max-width: 360px;
  overflow:hidden;
  margin: auto;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
  transition: all ease 0.5s;
}
.ticket-wrapper .ticket:hover{
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.75);
  transition: all ease 0.5s;
}

.ticket-wrapper .ticket .scratch-area{
  position: absolute;
  background: #cccccc;
  border: 1px solid #f6f6f7;
  height: 270px;
  width: 270px;
}

.ticket-wrapper .ticket .scratch-area .scratch-card{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
}

.ticket-wrapper .ticket .scratch-area .scratch-card canvas {
  cursor : var(--game-ticket-cursor);
}

/* Smartphone */
@media all and (max-width:767px){
  .btn.btn-primary.btn-replay {
    font-size: 2.5rem;
  }
  .ticket-wrapper{
    padding: 0;
  }
  .ticket-wrapper .ticket{
    height: 540px;
  }
  .ticket-wrapper .ticket .scratch-area{
    top: 190px;
    right: 50%;
    margin-right: -135px;
  }
}

/* Tablette */
@media all and (min-width:768px){
  .ticket-wrapper .ticket{
    max-width: 760px;
    height: 330px;
  }
  .ticket-wrapper .ticket .scratch-area{
    top: 30px;
    right: 30px;
  }
}

/* // 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){} */


/* PAGE GAME */

@media (max-width:1280px) {



}
