.sc__inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sc__wrapper {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    border: 5px solid white;
}

.sc__container {
    position: relative;
    overflow: hidden;
    height: 450px;
    max-width: 450px;
}

.sc__container>img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.sc__container canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.sc__infos {
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 18px;
	display:none;
}


.jacceptesmsmailnotice{
	margin-top:2em;
	font-size:0.9em;
}

#jeu_inner form label {  
    /*color: #000;*/
	opacity:1!important;
}
.etape-perdant #jeu_inner a{
	text-decoration:underline;
}
.etape-perdant #jeu_inner a:hover{
	opacity:0.8;
}
.etape-perdant .dossier_ligne_cms h2{
	color:#5cc7d8;
	margin-bottom:1em;
}