.titre_explication
{
	width: 100%;
	text-align: center;
	position: relative;
	top: -30px;
}
.titre_joueurs
{
	position: absolute;
	text-align: center;
	width: 100%;
}
.titre_joueurs h2
{
	top: -50px;
}
.titre_fin
{
	width: 100%;
	text-align: center;
	position: relative;
	top: -20px;
}
.titre_fin h2
{
	width: 150px;
	padding: 25px;
}
h2, .titre_explication h1
{
	position: relative;
	z-index: 4;
	background-image: url(/images/games/hellapagos/planche-titre.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
	margin: auto;
	font-family: edo;
	color: whitesmoke;
	vertical-align: middle;
	padding: 30px 30px;
	-webkit-transform: rotate(-2deg);
	    -ms-transform: rotate(-2deg);
	        transform: rotate(-2deg);
	display: inline-block;
}
h3
{
	background-image: url(/images/games/hellapagos/encart-parchemin.png);
	background-size: 100% 100%;
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
	position: relative;
	z-index: 4;
	background-repeat: no-repeat;
	text-align: center;
	margin: auto;
	font-family: edo;
	color: whitesmoke;
	vertical-align: middle;
	padding: 20px 30px;
	display: inline-block;
	margin-top: -7%;
	font-size: 1.3em;
}
/* -------------------------------------------------------- */
/*															*/
/* Section titre.html										*/
/*															*/
/* -------------------------------------------------------- */
#section_titre
{
    width: 100%; /*la taille voulu*/
    display: inline-block;
    position: relative;
    background-image: url(/images/games/hellapagos/500/facing-vide.jpg);
    background-size: 100% 100%;
    overflow: hidden;
}
#section_titre:after
{
    padding-top: 56.25%; /*16:9 ratio*/
    display: block;
    content: '';
}
.fond-facing
{
	width: 100%;
}
#titre
{
	position: absolute;
	width: 65%;
	left: 5%;
	top: 20%;
	text-align: center;
}
#logo
{
	width: 100%;
	display: block;
	height: 21vw;
}
#baseline
{
	position: relative;
	top: -4vw;
	background-image: url(/images/games/hellapagos/500/planche-baseline.png);
	background-size: 100% 100%;
	font-family: edo;
	display: inline-block;
	padding: 2% 6%;
	font-size: 2.2vw;
	-webkit-transform: rotate(-1deg);
	    -ms-transform: rotate(-1deg);
	        transform: rotate(-1deg);
}
#baseline strong
{
	font-weight: normal;
}
#pecheuse
{
	position: absolute;
	width: 26%;
	bottom: -4%;
	right: -2%;
	background-image: url(/images/games/hellapagos/500/pecheuse.png);
	background-size: 100% 100%;
	height: 53vw;
}
#prixjouet {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: calc(50px + 6vw);
}
#prixjouetmobile {
	position: absolute;
	top: 50px;
	right: 30px;
	width: 15%;
	display: none;
}
@media only screen and (max-width: 750px) {
	#prixjouet {
		display: none;
	}
	#prixjouetmobile {
		display: block;
	}
}
@media only screen and (max-width: 500px) {
	#baseline
	{
		top: -9vw;
		padding: 6% 6%;
		font-size: 1em;
	}
}
@media only screen and (min-device-width: 500px) {
	#section_titre
	{
		background-image: url(/images/games/hellapagos/1000/facing-vide.jpg);
	}
	#baseline
	{
		background-image: url(/images/games/hellapagos/1000/planche-baseline.png);
	}
	#pecheuse
	{
		background-image: url(/images/games/hellapagos/1000/pecheuse.png);
	}
}
@media only screen and (min-device-width: 1000px) {
	#section_titre
	{
		background-image: url(/images/games/hellapagos/1500/facing-vide.jpg);
	}
	#baseline
	{
		background-image: url(/images/games/hellapagos/1500/planche-baseline.png);
	}
	#pecheuse
	{
		background-image: url(/images/games/hellapagos/1500/pecheuse.png);
	}
}
@media only screen and (min-device-width: 1500px) {
	#section_titre
	{
		background-image: url(/images/games/hellapagos/2000/facing-vide.jpg);
	}
	#baseline
	{
		background-image: url(/images/games/hellapagos/2000/planche-baseline.png);
	}
	#pecheuse
	{
		background-image: url(/images/games/hellapagos/2000/pecheuse.png);
	}
}
/* -------------------------------------------------------- */
/*															*/
/* Section explication.html Principe et but du jeu, Vidéo	*/
/*															*/
/* -------------------------------------------------------- */
#section_explication
{
	z-index: 3;
	position: relative;
	margin-top: -30px; 
	background-image: url(/images/games/hellapagos/500/fond-parchemin-sans-cotes.png);
	background-size: 100% 100%;
	padding-bottom: 50px;
}
#packshot
{
	vertical-align: middle;
	display: inline-block;
	width: 45%;
	padding: 0 2%;
}
#packshot img
{
	max-width: 100%;
}
#introduction
{
	vertical-align: middle;
	padding: 0 2%;
	text-align: justify;
	display: inline-block;
	width: 45%;
}
.youtube_player {
	text-align: center;
	margin-top: 10px;
	width: 100%!important;
	min-height: 31vw;
}
.youtube_player > * {
	max-width: 100%;
	border: 0;
	width: 55.1vw;
	height: 31vw;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
@media only screen and (max-width: 920px) {
	.youtube_player > *
	{
		width: 97vw;
		height: 54vw;
	}
	.youtube_player
	{
		min-height: 54vw;
	}
}
@media only screen and (max-width: 750px) {
	#introduction
	{
		width: 96%;
	}
	#packshot
	{
		width: 96%;
	}
}
@media only screen and (min-device-width: 500px) {
	#section_explication
	{
		background-image: url(/images/games/hellapagos/1000/fond-parchemin-sans-cotes.png);
	}
}
@media only screen and (min-device-width: 1000px) {
	#section_explication
	{
		background-image: url(/images/games/hellapagos/1500/fond-parchemin-sans-cotes.png);
	}
}
@media only screen and (min-device-width: 1500px) {
	#section_explication
	{
		background-image: url(/images/games/hellapagos/2000/fond-parchemin-sans-cotes.png);
	}
}
/* -------------------------------------------------------- */
/*															*/
/* Section joueurs.html Actions des joueurs					*/
/*															*/
/* -------------------------------------------------------- */
#section_joueurs{
    width: 100%; /*la taille voulu*/
    display: inline-block;
    position: relative;
	margin-top: -25px;
    background-image: url(/images/games/hellapagos/500/illustration-plateau2.jpg);
    background-size: 100% 100%;
    overflow: hidden;
}
#section_joueurs:after {
    padding-top: 56.25%; /*16:9 ratio*/
    display: block;
    content: '';
}
.astuce
{
	width: 25%;
	position: absolute;
	background-image: url(/images/games/hellapagos/fond-parchemin-petit.png);
	background-size: 100% 100%;
	top: 20%;
	left: 37.5%;
	z-index: 1;
	padding: 1%;
}
.elmt_plateau
{
	display: block;
	position: absolute;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
.elmt_important
{
	-webkit-filter: brightness(0%);
	        filter: brightness(0%);
}
#caisse-nourriture
{
	width: 20%;
	bottom: 0%;
	left: 19%;
}
#caisse-vide
{
	width: 13%;
	top: 42%;
	right: 25%;
}
#tombe-perroquet
{
	width: 6%;
	top: 15%;
	-webkit-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	        transform: scaleX(-1);
	left: 0%;
}
#pecheur
{
	right: -6%;
	bottom: -6%;
	width: 40%;
	height: 52.2%;
}
#femme-bois
{
	width: 28%;
	height: 49.8%;
	left: 23%;
	bottom: 0%;
}
#femme-conque
{
	width: 16%;
	height: 28.4%;
	left: 12%;
	top: 6%;
	-webkit-transform: scaleY(1) scaleX(-1);
	    -ms-transform: scaleY(1) scaleX(-1);
	        transform: scaleY(1) scaleX(-1);
}
#epave
{
	width: 25%;
	height: 44.4%;
	right: 2%;
	top: -8%;
}
#homme-eau
{
	width: 28%;
	height: 49.8%;
	left: -5%;
	bottom: 10%;
}
#nageur
{
	width: 15%;
	height: 26.5%;
	right: 28%;
	top: 11%;
}
#radeau
{
	width: 35%;
	height: 62.1%;
	right: 16%;
	bottom: 9%;
}
.elmt_important:hover
{
	z-index: 2;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	-webkit-filter: brightness(100%);
	        filter: brightness(100%);
}
#femme-conque:hover
{
	-webkit-transform: scaleY(1.1) scaleX(-1.1);
	    -ms-transform: scaleY(1.1) scaleX(-1.1);
	        transform: scaleY(1.1) scaleX(-1.1);
}
#pecheur:hover, #femme-bois:hover, #epave:hover, #homme-eau:hover
{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.desc_action
{
	position: absolute;
	z-index: 1;
	background-image: url(/images/games/hellapagos/500/planche-texte.png);
	background-size: 100% 100%;
	width: 80%;
	left: 8%;
	top: 15%;
	color: white;
	padding: 2%;
	height: 70%;
	font-size: 1.4vw;
	display: none;
}
.desc_action p
{
	text-align: justify;
}
#desc_peche p
{
	margin-top: 20px;
}
#desc_peche .txt_1
{
	width: 55%;
	min-height: 56%;
}
#desc_peche .txt_2
{
	width: 80%;
}
#exemple-peche
{
	width: 45%;
	position: absolute;
	right: 0;
	top: 0;
}
#desc_bois p
{
	margin-top: 0px;
	margin-bottom: 1%;
}
#desc_bois .txt_1
{
	width: 60%;
	min-height: 43%;
}
#desc_bois .txt_2
{
	float: right;
	width: 50%;
	min-height: 15%;
}
#desc_bois .txt_3
{
	float: right;
	width: 61%;
}
#exemple-bois-1
{
	position: absolute;
	top: 10%;
	right: 0;
	width: 40%;
}
#exemple-bois-2
{
	position: absolute;
	bottom: 8%;
	left: 0;
	width: 35%;
}
#desc_carte .txt_1
{
	width: 85%;
	margin-left: 15%;
}
#desc_carte .txt_2, #desc_carte .txt_3, #desc_carte .txt_4, #desc_carte .txt_5
{
	width: 72%;
}
#exemple-carte-ressource
{
	width: 30%;
	position: absolute;
	top: 15%;
	right: 0;
}
#exemple-carte-usage-unique
{
	width: 30%;
	position: absolute;
	bottom: 13%;
	right: 0;
}
#exemple-carte-permanent
{
	width: 30%;
	position: absolute;
	bottom: -5%;
	right: 0;
}
#desc_epave .txt_1
{
	width: 100%;
	min-height: 8%;
}
#desc_epave .txt_2
{
	width: 62%;
	min-height: 32%;
}
#desc_epave .txt_3
{
	width: 69%;
	margin-left: 31%;
	min-height: 36%;
	margin-top: 6%;
}
#exemple-epave
{
	width: 40%;
	position: absolute;
	top: 17%;
	right: 5%;
}
#exemple-carte-inutile
{
	width: 30%;
	position: absolute;
	bottom: 4%;
	left: 1%;
}
#desc_eau .txt_1
{
	width: 67%;
	margin-left: 3%;
}
#desc_eau .txt_2
{
	margin-left: 6%;
	width: 64%;
}
#exemple-eau
{
	width: 40%;
	position: absolute;
	top: 15%;
	right: -5%;
}
#pecheur:hover ~ #desc_peche
{
	display: block;
}
#femme-bois:hover ~ #desc_bois
{
	display: block;
}
#femme-conque:hover ~ #desc_carte
{
	display: block;
}
#epave:hover ~ #desc_epave
{
	display: block;
}
#homme-eau:hover ~ #desc_eau
{
	display: block;
}
.bouton_plateau
{
	margin-top: 4%;
	display: none;
	cursor: pointer;
}
.txt-pc
{
	display: block;
}
.txt-mobile
{
	display: none;
}
@media only screen and (max-width: 900px)
{
	#section_explication
	{
		padding-bottom: 150px;
	}
	.titre_joueurs h2
	{
		top: -140px;
	}
}
@media only screen and (max-width: 750px)
{
	#section_joueurs{
	    min-height: 56.25vw;
	    padding-bottom: 7%;
	}
	#section_joueurs:after {
	    padding-top:0%;
	}
	.elmt_plateau
	{
		display: none;
	}
	.astuce
	{
		position: relative;
		top: 0%;
		margin-top: 3%;
		min-width: 30%;
		width: auto;
		max-width: 80%;
		left: 8%;
		padding: 1% 4%;
	}
	.bouton_plateau
	{
		display: inline-block;
	}
	.desc_action
	{
		font-size: 1em;
		width: 94%;
		left: 1%;
		margin-top: 6%;
		position: relative;
	}
	#desc_peche .txt_1 {
	    min-height: 23vw;
	}
	#desc_bois .txt_1
	{
		width: 60%;
		min-height: 43%;
	}
	#desc_bois .txt_2
	{
		float: none;
		width: 60%;
		min-height: auto;
	}
	#desc_bois .txt_3
	{
		float: none;
		width: 60%;
	}
	#exemple-bois-1
	{
		right: -4%;
		width: 48%;
	}
	#exemple-bois-2
	{
		left: auto;
		top: 41%;
		right: 0%;
		width: 40%;
	}
	#desc_carte .txt_1 {
	    width: 100%;
	    margin-left: 0%;
	}
	#exemple-carte-ressource {
	    width: 25%;
	    top: 28%;
	    right: 3%;
    }
    #exemple-carte-usage-unique {
	    width: 27%;
	    bottom: 22%;
	    right: 3%;
	}
	#exemple-carte-permanent {
	    width: 25%;
	    bottom: 2%;
	    right: 3%;
	}
	#exemple-epave {
	    width: 40%;
	    position: relative;
	    margin-top: -5%;
	    right: -25%;
	    margin-bottom: -5%;
	}
	.txt-pc
	{
		display: none;
	}
	.txt-mobile
	{
		display: block;
	}
}
@media only screen and (min-device-width: 500px) {
	#section_joueurs{
	    background-image: url(/images/games/hellapagos/1000/illustration-plateau2.jpg);
	}
	.desc_action
	{
		background-image: url(/images/games/hellapagos/1000/planche-texte.png);
	}
}
@media only screen and (min-device-width: 1000px) {
	#section_joueurs{
		background-image: url(/images/games/hellapagos/1500/illustration-plateau2.jpg);
	}
	.desc_action
	{
		background-image: url(/images/games/hellapagos/1500/planche-texte.png);
	}
}
@media only screen and (min-device-width: 1500px) {
	#section_joueurs{
		background-image: url(/images/games/hellapagos/2000/illustration-plateau2.jpg);
	}
	.desc_action
	{
		background-image: url(/images/games/hellapagos/2000/planche-texte.png);
	}
}
/* -------------------------------------------------------- */
/*															*/
/* Section survie.html Survie des naufragés					*/
/*															*/
/* -------------------------------------------------------- */
#section_survie
{
	z-index: 3;
	position: relative;
	margin-top:-25px; 
	background-image: url(/images/games/hellapagos/500/fond-parchemin-sans-cotes.png);
	background-size: 100% 100%;
	text-align: center;
	padding-bottom: 50px;
}
.col-3
{
	width: 30%;
	margin: 0 1%;
	display: inline-block;
	vertical-align: top;
}
.img-survie
{
	max-width: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.img-survie2
{
	max-width: 100%;
	position: relative;
}
.img-box-survie
{
	height: 400px;
}
@media only screen and (max-width: 600px)
{
	.col-3
	{
		width: 80%;
		margin: 0 10%;
		display: inline-block;
		vertical-align: top;
	}
	.img-box-survie
	{
		height: auto;
	}
	.img-survie
	{
		max-width: 100%;
		position: relative;
		top: auto;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
}
@media only screen and (min-device-width: 500px) {
	#section_survie
	{
		background-image: url(/images/games/hellapagos/1000/fond-parchemin-sans-cotes.png);
	}
}
@media only screen and (min-device-width: 1000px) {
	#section_survie
	{
		background-image: url(/images/games/hellapagos/1500/fond-parchemin-sans-cotes.png);
	}
}
@media only screen and (min-device-width: 1500px) {
	#section_survie
	{
		background-image: url(/images/games/hellapagos/2000/fond-parchemin-sans-cotes.png);
	}
}
/* -------------------------------------------------------- */
/*															*/
/* Section fin.html											*/
/*															*/
/* -------------------------------------------------------- */
#section_fin
{
	width: 100%;
	height: 56.25vw;
	margin-top: -30px;
	position: relative;
}
#good-ending
{
	width: 50%;
	background-color: #00A5C3;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#radeau-fin
{
	width: 130%;
	position: absolute;
	top: 35%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	left: 50%;
}
.separation_fin
{
	position: absolute;
	background-image: url(/images/games/hellapagos/500/planche-baseline.png);
	-webkit-transform: rotate(93deg);
	    -ms-transform: rotate(93deg);
	        transform: rotate(93deg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 60vw;
	height: 10vw;
	top: 44%;
	left: 20%;
	z-index: 1;
}
#bad-ending
{
	width: 50%;
	background-image: url(/images/games/hellapagos/500/ouragan.jpg);
	background-size: 100% 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.text_fin
{
	background-image: url(/images/games/hellapagos/fond-parchemin-petit.png);
	background-size: 100% 100%;
	position: absolute;
	top: 10%;
	padding: 2% 5%;
	z-index: 1;
}
.text_bonne_fin
{
	width: 87%;
	left: 0%;
}
.text_mauvaise_fin
{
	width: 82%;
	left: 8%;
}
@media only screen and (max-width: 600px)
{
	.separation_fin
	{
		display: none;
	}
	#section_fin
	{
		margin-top: -45px;
		height: 200vw;
	}
	#good-ending
	{
		width: 100%;
		height: 50%;
	}
	#radeau-fin
	{
		width: 100%;
	}
	#bad-ending
	{
		width: 100%;
		height: 50%;
		left: 0;
		top: 50%;
	}
	.text_bonne_fin
	{
		width: 90%;
	}
	.text_mauvaise_fin
	{
		width: 90%;
		left: 0%;
	}
}
@media only screen and (min-device-width: 500px) {
	.separation_fin
	{
		background-image: url(/images/games/hellapagos/1000/planche-baseline.png);
	}
	#bad-ending
	{
		background-image: url(/images/games/hellapagos/1000/ouragan.jpg);
	}
}
@media only screen and (min-device-width: 1000px) {
	.separation_fin
	{
		background-image: url(/images/games/hellapagos/1500/planche-baseline.png);
	}
	#bad-ending
	{
		background-image: url(/images/games/hellapagos/1500/ouragan.jpg);
	}
}
@media only screen and (min-device-width: 1500px) {
	.separation_fin
	{
		background-image: url(/images/games/hellapagos/2000/planche-baseline.png);
	}
	#bad-ending
	{
		background-image: url(/images/games/hellapagos/2000/ouragan.jpg);
	}
}


/* -------------------------------------------------------- */
/*															*/
/* Section video-extension.html								*/
/*															*/
/* -------------------------------------------------------- */
#section_extension
{
	z-index: 3;
	position: relative;
	margin-top: -30px; 
	background-image: url(/images/games/hellapagos/500/fond-parchemin-sans-cotes.png);
	background-size: 100% 100%;
	padding-bottom: 50px;
}
@media only screen and (min-device-width: 500px) {
	#section_extension
	{
		background-image: url(/images/games/hellapagos/1000/fond-parchemin-sans-cotes.png);
	}
}
@media only screen and (min-device-width: 1000px) {
	#section_extension
	{
		background-image: url(/images/games/hellapagos/1500/fond-parchemin-sans-cotes.png);
	}
}
@media only screen and (min-device-width: 1500px) {
	#section_extension
	{
		background-image: url(/images/games/hellapagos/2000/fond-parchemin-sans-cotes.png);
	}
}
.annonce_extension {
	position: absolute;
	display: block;
	background-image: url("/images/games/hellapagos/masque_autre_plein.png");
	background-size: 100% 100%;
	width: 170px;
	height: 140px;
	padding: 120px 40px 0 0px;
	top: -80px;
	left: 10px;
	transform: rotate(-10deg);
	color: white;
	font-size: 1.7em;
	font-family: Grandstander-cleans, edo;
	cursor: pointer;
	text-decoration: none;
}
.annonce_extension:hover {
	color: #ECECEC
}
.masque_autre {
	position: absolute;
    width: 40px;
    opacity: 0.1;
}
@media only screen and (max-width: 1250px) {
	.annonce_extension
	{
		display: none;
	}
}