body
{
	background-image: url(/images/games/hellapagos/images/500/facing-vide-sans-eau.jpg);
	background-size: 100%;
	background-color: #FFD577;
	background-repeat: no-repeat;
	text-align: justify;
}
#page
{
	background-image: url(/images/games/hellapagos/parchemin-fond-regles-main.png);
	background-size: 100%;
	background-repeat: repeat;
	margin: 10vw auto 5vw auto;
	padding: 0% 7%;
	position: relative;
}
#page::before {
	background-image: url(/images/games/hellapagos/parchemin-fond-regles-top.png);
	background-size: 100%;
	width: 100%;
	height: 5.6vw;
	content: '';
	position: absolute;
	left: 0;
	top: -4.6vw;
}
#page::after {
    background-image: url(/images/games/hellapagos/parchemin-fond-regles-bottom.png);
    background-size: 100%;
    width: 100%;
    height: 3.5vw;
    content: '';
    position: absolute;
    left: 0;
    bottom: -3.5vw;
}
h3
{
	padding: 20px 5%;
	display: inline-block;
	margin-left: -5%;
}
.exemple
{
	font-style: italic;
	color: darkgreen;
}
#logo_page
{
	width: 350px;
	background-image: url(/images/games/hellapagos/1000/logo-galerapagos.png);
	background-size: 100% 100%;
	display: block;
	height: 100px;
	position: absolute;
	top: 0;
	left: 2%;
	max-width: 96%;
}
@media only screen and (min-device-width: 500px) {
	body
	{
		background-image: url(/images/games/hellapagos/1000/facing-vide-sans-eau.jpg);
	}
	#page
	{
		/*background-image: url(../images/1000/fond-parchemin.png);*/
	}
}
@media only screen and (min-device-width: 1000px) {
	body
	{
		background-image: url(/images/games/hellapagos/1500/facing-vide-sans-eau.jpg);
	}
	#page
	{
		/*background-image: url(../images/1500/fond-parchemin.png);*/
	}
}
@media only screen and (min-device-width: 1500px) {
	body
	{
		background-image: url(/images/games/hellapagos/2000/facing-vide-sans-eau.jpg);
	}
	#page
	{
		/*background-image: url(../images/2000/fond-parchemin.png);*/
	}
}

.desc_card_extension {
	font-family: Grandstander-clean;
}
