/* CSS Document */


@media screen and (max-width: 790px) {
	.jeu{
		margin-left: -50px;
		margin-right: -50px;
	}
	.jeu iframe{
		height: 1250px !important;
	}
	.jeu iframe .subpage{
		padding: 10px 0 10px;
	}
	.jeu .page{
		min-height: 0 !important;
	}
	.jeu iframe footer img{
		display: none !important;
	}

}