/* -------------------------------------------------------- */
/*															*/
/* General													*/
/*															*/
/* -------------------------------------------------------- */
@font-face {
	font-family: 'edo';
	src: url('../../fonts/edo.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Grandstander-clean';
	src: url('../../fonts/Grandstander-clean.ttf');
	font-weight: normal;
	font-style: normal;
}
a
{
	color: #586E3D;
}
a:hover
{
	color: #6B9539;
}
ul
{
	padding: 0;
}
p
{
	text-align: justify;
}
body
{
	margin: 0;
	font-family: helvetica, arial, sans-serif;
	text-align: center;
}
h4
{
	background-image: url(/images/games/hellapagos/encart-parchemin.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	text-align: center;
	margin: auto;
	font-family: edo;
	color: whitesmoke;
	padding: 10px 0px;
	font-size: 1.4em;
}
/* -------------------------------------------------------- */
/*															*/
/* Header													*/
/*															*/
/* -------------------------------------------------------- */
#menu_princ
{
	z-index: 10;
	position: fixed;
	right: 5px;
	top: 0;
}
#menu_princ ul, #menu_mobile ul
{
	list-style: none;
	margin: 0;
}
#menu_princ li
{
	display: inline-block;
	padding: 40px 20px 0 20px;
	-webkit-transform: rotate(-5deg);
	    -ms-transform: rotate(-5deg);
	        transform: rotate(-5deg);
}
.elmt_menu
{
	text-decoration: none;
	color: black;
	font-family: 'edo';
	background-image: url(/images/games/hellapagos/planche-menu.png);
	padding: 25px 30px;
	background-size: 100% 100%;
	font-size: 1.5em;
	cursor: pointer;
}
.elmt_menu:hover
{
	background-image: url(/images/games/hellapagos/planche-menu-selec.png);
	color: black;
}
.lien_langue {
	text-decoration: none;
	color: black;
	font-family: 'edo';
	padding: 10px 35px;
	background-size: 100% 100%;
	display: block;
	font-size: 2em;
	background-image: url(/images/games/hellapagos/planche-menu-corde.png);
}
.elmt_menu img{
    width: 50px; 
    height: 30px; 
    position: relative; 
    top: 7px; 
    -webkit-mask: url(/images/games/hellapagos/drapeau_masque_peinture4.png); 
    -webkit-mask-size: 100% 100%; 
    -webkit-mask-position: center;
}
.lien_langue img {
    width: 40px;
    height: 20px;
    -webkit-mask: url(/images/games/hellapagos/drapeau_masque_peinture4.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
}
#choix_langue {
	z-index: 9;
	position: fixed;
	right: 20px;
	top: 78px;
	display: none;
}
.lien_langue:hover {
	background-image: url(/images/games/hellapagos/planche-menu-corde-selec.png);
}
.libelle_langue, .drapeau_cube_langue {
	display: none;
}
#menu_mobile
{
	position: fixed;
	z-index: 10;
	top: 5px;
	display: none;
	text-align: center;
	right: 5px;
	width: 290px;
}
.cercle_menu
{
	height: 64px;
	width:  64px;
	background-image: url(/images/games/hellapagos/menu.png);
	background-size: 100% 100%;
	margin: auto;
	margin-bottom: 15px;
}
.cercle_menu:hover
{
	background-image: url(/images/games/hellapagos/menu-1.png);
	cursor: pointer;
}
.corde_gauche, .corde_droite
{
	position: absolute;
	top: 10px;
	height: 120px;
	width: 60px;
	z-index: -1;
}
.corde_gauche
{
	-webkit-transform: rotate(70deg);
	    -ms-transform: rotate(70deg);
	        transform: rotate(70deg);
	left: 60px;
}
.corde_droite
{
	-webkit-transform: rotate(-70deg);
	    -ms-transform: rotate(-70deg);
	        transform: rotate(-70deg);
	right: 60px;
}
#menu_mobile li
{
	margin-top: -10px;
}
.elmt_menu_mobile, .elmt_menu_mobile_1
{
	text-decoration: none;
	color: black;
	font-family: 'edo';
	padding: 20px 50px;
	background-size: 100% 100%;
	display: block;
	font-size: 2em;
}
.elmt_menu_mobile
{
	background-image: url(/images/games/hellapagos/planche-menu-corde.png);
}
.elmt_menu_mobile_1
{
	background-image: url(/images/games/hellapagos/planche-menu-corde-1.png);
}
.elmt_menu_mobile:hover
{
	background-image: url(/images/games/hellapagos/planche-menu-corde-selec.png);
	color: black;
}
.elmt_menu_mobile_1:hover
{
	background-image: url(/images/games/hellapagos/planche-menu-corde-selec-1.png);
	color: black;
}
@media only screen and (max-width: 1024px) {
	#menu_princ
	{
		display: none;
	}
	#menu_mobile
	{
		display: block;
	}
	#choix_langue {
		right: auto;
		left: 5px;
		top: 0px;
		display: block;
		position: absolute;
	}
}
@media only screen and (max-width: 750px) {
	#menu_mobile
	{
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		right: auto;
	}
}

/* -------------------------------------------------------- */
/*															*/
/* Footer													*/
/*															*/
/* -------------------------------------------------------- */
footer 
{
	background-image: url(/images/games/hellapagos/2000/planche-texte.png);
	background-size: 110% 110%;
	background-position-x: 50%;
	background-position-y: 0%;
	position: relative;
	z-index: 8;
	margin-top: -15px;
	color: white;
	padding-top:1vw;
	padding-bottom:1vw;
	width: 100%;
}
.conteneur_cols
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.titre_col_footer
{
	font-size: 1.1em;
	margin: 12px 0;
}
footer a
{
	font-family: 'edo';
	color: white;
	font-size: 1.2em;
	text-decoration: none;
}
footer a:hover
{
	color: #36e0ff;
} 
.mentionslegales {
	text-align: center;
	padding: 20px 0 5px 0;
	color: white;
}
.footer_col 
{
	margin: 20px 0;
	min-width: 209px;
}
#footer_sites, #footer_reseaux, #footer_adresse
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
footer p, footer a {
	margin: 2px 0;
}
.reseaux_footer {
	width: 70px;
}
.reseaux_footer:hover {
	-webkit-box-shadow: 0px 0px 5px white;
	        box-shadow: 0px 0px 5px white;
}
#bouton_point_vente {
	color: white;
	background-color: #adb614;
	border: none;
	margin: 20px 0 0 0;
	padding: 20px 10px;
	font-size: 1.1em;
	cursor: pointer;
	display: block;
}
#bouton_point_vente:hover {
	background-color: #909810;
}
#auteur, #illustrateur {
	font-size: calc(1em + 0.2vw);
	font-weight: bold;
	text-align: center;;
}
@media only screen and (min-device-width: 500px) {
	footer
	{
		background-image: url(/images/games/hellapagos/1000/planche-texte.png);
	}
}
@media only screen and (min-device-width: 1000px) {
	footer
	{
		background-image: url(/images/games/hellapagos/1500/planche-texte.png);
	}
}
@media only screen and (min-device-width: 1500px) {
	footer
	{
		background-image: url(/images/games/hellapagos/2000/planche-texte.png);
	}
}

