/* Le container général du jeu */
#jeu-1 section div#container-jeu-1 {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin:0;
	padding: 0;
	border-style: solid;
	border-width: 5px;
}

/* Entête */
#jeu-1 section div#container-jeu-1 header {
	display: block;
	position: absolute;
	width: 22.5%;
	margin-top: 11%;
	top: 0;
	left: 39%;
	background-color: transparent;
	z-index: 5;	
}

#jeu-1 section div#container-jeu-1 img.vignette, #jeu-1 section div#container-jeu-1 img.cloche {
	display: inline-block;
	width: 18%;
}

#jeu-1 section div#container-jeu-1 #requinvignette1 {
	
	}

/* Les boutons */
#jeu-1 section div#container-jeu-1 aside {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width:15%;
	height: auto;
	vertical-align:top;
	padding:0;
	background-color: transparent;
	z-index:4;
}

#jeu-1 section div#container-jeu-1 aside#boutons {
	top: 0;
	left: 0;	
}

/* Les images de fond du jeu */
#jeu-1 section div#container-jeu-1 picture.lamer {
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding:0;
	/*border-bottom: 20px solid red;*/
}

#jeu-1 section div#container-jeu-1 picture.lamer img {
	width: 100%;
	top: 0;
	left: 0;
	padding:0;
	/*border-bottom: 20px solid green;*/
}

#jeu-1 section div#container-jeu-1 picture#fond {
	z-index: 1;
	position: relative;
}

#jeu-1 section div#container-jeu-1 picture#requin {
	left: 60%;
	margin-top: 28%;
	width: auto;
	z-index:2;
}

#jeu-1 section div#container-jeu-1 picture#cabine {
	position: absolute;
	z-index:3;
}

/* Les boutons play et rejouer */
#jeu-1 section div#container-jeu-1 .cercle {
	display: block;
	width:60%;
	height:3em;
	font-size:2em;
	color:white; 
	border: solid 2px red;
	border-radius:240px;
	margin:20px auto;
}
  
#jeu-1 section div#container-jeu-1 .cercle:hover {
	opacity:0.7;
	cursor:pointer;
}

#jeu-1 section div#container-jeu-1 #play {
	background:#7db500;
}

#jeu-1 section div#container-jeu-1 #replay {
	background:#87318c;
}

/* Les boutons nombres */
#jeu-1 section div#container-jeu-1 aside#nombres {
	width:24%;
	left: 75%;
	padding-right: 5px;
}

#jeu-1 section div#container-jeu-1 .res, #jeu-1 section div#container-jeu-1 .ult {
	display: block;
	width: 100%;
	border: 2px solid #B5A47D;
	font-size: 0.8em;
	font-style: normal;
	font-weight: lighter;
	color: white;
	background: #00a1cb;
	border-radius: 50px;
	margin: 5px auto;
	text-align: left;
	font-family: 'sofadione-regular-webfont';
	-webkittransition: -webkit-transform 0.5s ease-in-out;
	-moz-transition: -moz-transform 0.5s ease-in-out;
	-o-transition: -o-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	-webkittransition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
	-webkittransition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}

#jeu-1 section div#container-jeu-1 .ult:hover {
	background-color: white;
	color: black;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	-o-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scale(1.5);	
	-moz-transform: scale(1.5);	
	-o-transform: scale(1.5);	
	transform: scale(1.5);
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}

/* Autres médias */
@media screen and (max-width: 980px) /* Si l'écran à une largeur inférieur à 1000px */
{
	/* Entête */
	#jeu-1 section div#container-jeu-1 header {
		width: 80%;
		margin-top: 40%;
		top: 0;
		left: 10%;
	}

	#jeu-1 section div#container-jeu-1 img.vignette, #jeu-1 section div#container-jeu-1 img.cloche {
		display: inline-block;
		width: 18%;
	}
	
	/* Fonds */
	#jeu-1 section div#container-jeu-1 picture#requin {
		left: 80%;
		width: 100%;
		height: 100%;
		z-index:2;
	}
	
	#jeu-1 section div#container-jeu-1 picture#requin img {
		height: 7%;
		width: 14%;
		margin-top: 48%;
	}
	
	#jeu-1 section div#container-jeu-1 aside {
        display:block;
		}
		
	#jeu-1 section div#container-jeu-1 .cercle {
		display:inline;
		margin:1% 5%;
		}

	#jeu-1 section div#container-jeu-1 .arrondi {
		display:inline;
		max-width:160px;
		}
		
	#jeu-1 section div#container-jeu-1 .jeu {
		max-width:600px;
		}
}