#game-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
    font-family: jumppartyregular, Helvetica, Arial, sans-serif;
}

#game-wrap .safe-wrap {
    position: relative;
    width: 100%;
    max-width: 1600px;
    letter-spacing: 0.2vw;
    background : #575656;
}

#game-wrap .safe-wrap > .dummy-height {
    padding-top: 35%;
}

#game-wrap .door-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
}

#game-wrap .door-right {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
}

#game-wrap .door-wheel {
    position: absolute;
    top: 30%;
    bottom: 30%;
    left: 43%;
    right: 43%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
}

#game-wrap .door-slider-container {
    position: absolute;
    width: 10.8%;
    height: 59%;
    left: 39.8%;
    top: 20%;
    overflow: hidden;
}
#game-wrap .door-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
}

.over-content {
    z-index: 1040;
}

.doors {
    z-index: 1050;
}

.over-doors {
    z-index: 1060;
}

#game-wrap .start-game-container {
    position: absolute;
    right: 16%;
    top: 19%;
    height: 55%;
    width: 20%;
    cursor: pointer;
}

#game-wrap .start-game, #game-wrap .btn-inscription {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 22%;
    color: #FFFFFF;
    background-color: #18B597;
    text-align: center;
    font-size: 2.4vw;
    line-height: 4vw;
    letter-spacing: 0.05vw;
    cursor: pointer;
    text-transform: uppercase;
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#game-wrap .btn-inscription {
    margin: 0% 2% 0 2%;
    float: left;
    position: relative;
    width: 46%;
    padding: 1% 0;
}

#game-wrap .manzy-play {
    margin-left: 38px;
    position: absolute;
    display: block;
    top: 6%;
    bottom: 12%;
    right: 0;
    left: 0;
    background-size: 100% 100%;
}

#game-wrap .safe-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
    z-index: 1030;
}

#game-wrap .already-win, #game-wrap .already-played, #game-wrap .not-logged, #game-wrap .no-game{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 21%;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

#game-wrap .safe-text {
    width: 60%;
    height: 80%;
    padding-top: 5%;
    margin: 0 auto;
    text-align: center;
    font-size: 6.5vw;
    line-height: 5.5vw;
    color: #18B597;
    text-shadow: 0 0.5vw 0.2vw rgba(0, 0, 0, .4);
    text-transform: uppercase;
}

#game-wrap .no-game {
	background-image: url(../../img/manzy-silhouette-01.png);
}
#game-wrap .no-game .safe-text {
	font-size: 5vw;
}

#game-wrap .not-logged {
	background-image: url(../../img/manzy-silhouette-02.png);
    background-position: center 30%;
}

#game-wrap .already-win, #game-wrap .already-played {
	background-image: url(../../img/manzy-silhouette-03.png);
}
#game-wrap .already-win .safe-text {
	font-size: 5vw;
}


#game-wrap .price-form {
    position: absolute;
    left: 15%;
    top: 15%;
    width: 25%;
    height: 40%;
    display: none;
}

#game-wrap .ljp-price {
    font-size: 3vw;
    width: 70%;
    text-align: center;
    height: 30%;
    line-height: 2vw;
    padding: 0;
    margin: 0;
}
#game-wrap .check-btn {
    font-size: 3vw;
    width: 25%;
    height: 30%;
    margin: 0;
    padding: 0;
    float: right;
}

#game-wrap .check-result {
    height: 100%;
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.25);
}
#game-wrap .check-result div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

#game-wrap .check-result div.wait-01 {
    display: block;
}

#game-wrap .gametimer {
    color: #18B597;
    font-size: 6vw;
    text-align: center;
    margin: 7% 0;
}

#game-wrap .center {margin-left: auto; margin-right: auto; text-align: center; width: 600px;}


#game-wrap .win-game-container, #game-wrap .played-game-container {
    position: absolute;
    right: 10%;
    height: 60%;
    width: 30%;
    display: none;
    text-align: center;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

#game-wrap .win-game-container {
    background-position: top;
    top: 9%;
    height: 80%;
    padding-top: 19%;
    line-height: 2.2vw;
}
#game-wrap .played-game-container {top: 25%;}
	
#game-wrap .game-congratulation, #game-wrap .game-thx {
    color: #FFFFFF;
    text-align: center;
    margin-top: -10%;
    font-size: 3.5vw;
    text-transform: uppercase;
    text-shadow: 0px 7px 4px rgba(0, 0, 0, .4);
    display: block;
}

/************************************************************************************
                                Smartphone game 
*************************************************************************************/

#game-wrap-mobile {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
    font-family: jumppartyregular, Helvetica, Arial, sans-serif;
}

#game-wrap-mobile .safe-wrap {
    position: relative;
    width: 100%;
    max-width: 820px;
    letter-spacing: 0.2vw;
    background : #575656;
}

#game-wrap-mobile .safe-wrap > .dummy-height {
    padding-top: 69%;
}

#game-wrap-mobile .safe-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0%;
    background-size: 170%;
    background-position: right bottom;
    background-repeat: no-repeat;
    display: block;
    z-index: 1030;
}

/* Doors */
#game-wrap-mobile .main-door {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
}

#game-wrap-mobile .door-wheel {
    position: absolute;
    top: 32%;
    bottom: 32%;
    left: 27%;
    right: 48%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
}

/* Start game box */
#game-wrap-mobile .start-game-container {
    position: absolute;
    right: 12%;
    top: 30%;
    height: 50%;
    width: 30%;
    cursor: pointer;
}

#game-wrap-mobile .start-game {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 22%;
    color: #FFFFFF;
    background-color: #18B597;
    text-align: center;
    font-size: 5vw;
    line-height: 7vw;
    letter-spacing: 0.3vw;
    cursor: pointer;
    text-transform: uppercase;
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#game-wrap-mobile .manzy-play {
    margin-left: 16%;
    position: absolute;
    display: block;
    top: 14%;
    bottom: 14%;
    right: 0;
    left: 0;
    background-size: 100% 100%;
}

/* Game messages */
#game-wrap-mobile .already-win, #game-wrap-mobile .already-played, #game-wrap-mobile .not-logged, #game-wrap-mobile .no-game{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 21%;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

#game-wrap-mobile .safe-text {
    width: 80%;
    height: 70%;
    padding-top: 15%;
    margin: auto auto;
    text-align: center;
    font-size: 6.5vw;
    line-height: 6.5vw;
    color: #18B597;
    text-shadow: 0 0.5vw 0.2vw rgba(0, 0, 0, .4);
    text-transform: uppercase;
}

#game-wrap-mobile .center {margin-left: auto; margin-right: auto; text-align: center;}

#game-wrap-mobile .no-game {
	background-image: url(../../img/manzy-silhouette-01.png);
}
#game-wrap-mobile .no-game .safe-text {
	font-size: 7vw;
}

#game-wrap-mobile .not-logged {
	background-image: url(../../img/manzy-silhouette-02.png);
    background-position: center 30%;
}

#game-wrap-mobile .already-win, #game-wrap-mobile .already-played {
	background-image: url(../../img/manzy-silhouette-03.png);
}
#game-wrap-mobile .already-win .safe-text {
	font-size: 5vw;
}

#game-wrap-mobile .btn-inscription {
    position: relative;
    bottom: 0;
    width: 46%;
    height: 22%;
    color: #FFFFFF;
    background-color: #18B597;
    text-align: center;
    font-size: 4.4vw;
    line-height: 4vw;
    letter-spacing: 0.3vw;
    cursor: pointer;
    text-transform: uppercase;
    display: block;
    margin: 0% 2% 0 2%;
    padding: 1% 0;
    float: left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* Price form */
#game-wrap-mobile .price-form {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 13%;
    display: none;
}

#game-wrap-mobile .ljp-price {
    font-size: 7vw;
    width: 40%;
    text-align: center;
    height: 78%;
    line-height: 6vw;
    padding: 0%;
    margin: 1% 1% 1% 3%;
    position: absolute;
}
#game-wrap-mobile .check-btn {
    font-size: 8vw;
    line-height: 1vw;
    width: 15%;
    height: 78%;
    margin: 0;
    margin-top: 1%;
    padding: 0;
    position: absolute;
    left: 45%;
    background-color: #18B597;
    color: #ffffff;
    text-transform: uppercase;  
}

#game-wrap-mobile .check-result {
    height: 210%;
    display: block;
    width: 40%;
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 113%;
    left: 3%;
}
#game-wrap-mobile .check-result div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

#game-wrap-mobile .check-result div.wait-01 {
    display: block;
}

#game-wrap-mobile .gametimer {
    color: #18B597;
    font-size: 14vw;
    text-align: center;
    margin: 0;
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 2.4%;
}


/* Game finish */
#game-wrap-mobile .win-game-container, #game-wrap-mobile .played-game-container {
    position: absolute;
    right: 6%;
    height: 60%;
    width: 40%;
    display: none;
    text-align: center;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 5vw;
}

#game-wrap-mobile .win-game-container {
    background-position: top;
    top: 10%;
    height: 80%;
    padding-top: 19%;
}
#game-wrap-mobile .played-game-container {top: 25%;}

#game-wrap-mobile .game-congratulation, #game-wrap-mobile .game-thx {
    color: #FFFFFF;
    text-align: center;
    margin-top: -15%;
    font-size: 6.5vw;
    text-transform: uppercase;
    text-shadow: 0px 7px 4px rgba(0, 0, 0, .4);
    display: block;
}
#game-wrap-mobile .game-congratulation {margin-top: -5%;}

ol.list-rule li {
    margin-bottom: 10px;
    font-size: 1.1em;
    list-style-type: decimal;
}

ol.list-game  {list-style-position: inside;font-weight: bold;}
ol.list-game li span {font-weight: normal;}

.countdown-timer {
    font-family: jumppartyregular, Helvetica, Arial, sans-serif;
    color: #18B597;
    line-height: 30px;
    font-size: 45px;
    text-align: center;
    letter-spacing: 0.05em;
}

.countdown-timer span {
    color: black;
}
.stockContainer{
    margin-top: 10px;
    min-height: 100px;
}
.stockContainer .countdown-timer {
    width: 100%;
    float: right;
}

.stockWheel-chart{
    margin-left: 78px;
    margin-top: 11px;
    z-index: 90;
}

.manzy-stockWheel {
	background-image:url(../../img/manzy-wheel.png);
    width: 70px; 
    height: 96px; 
	background-clip: border-box;
	background-origin:border-box;
	background-repeat: no-repeat;
    z-index: 100;
    float: left;
    margin-top: -15px;
    margin-left: 10px;
	}

.stockText{
    font-size: 25px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    float: right;
    padding: 9px 0;
    margin: 7px 0 0 0;
}
.stockText span{
    font-weight: bold;
}

.fb-title {
    color:  #557DBB;;
    text-transform: uppercase;
}

.fb-partage {
    background-color: #d6e0f4;
    min-height: 100px;
    margin-bottom: 50px;
    text-align: center;
    padding: 15px 15px;
    border-radius: 10px;
    -moz-border-radius:  10px;
}

@media (min-width: 600px) {
    .fb-partage {
        padding: 15px 150px;
    }

    .fb-partage::before {
        background-clip: border-box;
        background-image: url("../../img/manzy-judo.png");
        background-origin: border-box;
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        height: 230px;
        width: 150px;
        left: 0;
        top: -10px;
        position: absolute;
    }
}

.fb-btn {
    font-family: jumppartyregular, Helvetica, Arial, sans-serif;
    padding: 15px 70px;
    margin: 10px 10px;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #557DBB;
    border: 0;
    background-image: url("../../img/manzy-jump.png");
    background-repeat: no-repeat;
    background-position: right center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.fb-btn:hover, .fb-btn:active, .fb-btn.active, .fb-btn:focus, .fb-btn.focus {
    background-color: #334e85;
    background-position: right top;
}

.fb-success {
    color: #557dbb;
    text-transform: uppercase;
    padding: 25px 70px;
    margin: 8px 16px;
    font-size: 30px;
    font-weight: 500;
}


/* RESPONSIVE */

/* pour les ordis classiques*/
@media (max-width: 1200px) {
    .countdown-timer {font-size: 38px;}
    .stockText {font-size: 22px;}
    .stockWheel-chart {margin-left: 60px;}
    .manzy-stockWheel {margin-left: -8px;}
}


/* pour les tablettes */
@media (max-width: 992px) {
    .countdown-timer {font-size: 32px;}
    .stockText {font-size: 18px;}
}

/* pour les smartphones */
@media (max-width: 767px) {    
    #game-wrap {display: none;}
    .stockContainer {min-height: 60px;}
    .stockWheel-chart {margin-top: 0;}
    .manzy-stockWheel {margin-top: -30px; margin-bottom: 10px;}
    .fb-partage {margin-bottom: 0px;}
}

/* pour les smartphones */
@media (min-width: 767px) {
    #game-wrap-mobile {display: none;}
}