#jeu-12 section div#container-jeu-12 table {
	width: 100%;
	margin: auto;
	margin-top: 50px;
}

#jeu-12 section div#container-jeu-12 .border{
	width:50px;
	height:50px;
	background: #8FC6FF;
	margin: 10px;
	border-radius:100px;
	border: 2px solid black;
	font-size: 1.2em;
}

#jeu-12 section div#container-jeu-12 {
	background-image: url(https://www.mathemagiques.org/data/uploads/jouer/au-debut/jeu-12/escargot.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: auto;
	width: 100%;
	height: 700px;
	/*background: radial-gradient(#999999,#CCCCCC);*/
	padding-left: 50px;
}

td {
	vertical-align: middle;	
}

#jeu-12 section div#container-jeu-12 .go {
	border-radius: 27px;
	width: 100px;
	height: 50px;
	margin: auto;
	border: solid 8px black;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin-top: 70px;
	font-weight: bolder;
}

#jeu-12 section div#container-jeu-12 .rejouer{
	border-radius: 27px;
	width: 100px;
	height: 50px;
	margin: auto;
	border: solid 8px black;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin-top: 70px;
	font-weight: bolder;
}

#jeu-12 section div#container-jeu-12 .result{
	display: inline-table;
 	margin:10px;
 	/*margin-left: 420px;
	margin-top: -60px;*/
 	width: 80px;
 	background: #193964;
 	height:80px;
	text-align: center;
 	border-radius:100px;
 	line-height: 80px; /* difference entre margin et height du coup on a 70 */
 	color: white;
 	border: 0px solid #8FC6FF;
 	font-size: 2.5em;  
}

#jeu-12 section div#container-jeu-12 .egal {
	/*display: inline-table;*/
	text-align: center;
	width: 50px;
	height: 50px;
	/*margin-top: -38px;
	margin-left: 370px;*/
	font-family: 'Sacramento', cursive;
	font-size: 4em;
	/*line-height: 40px;  /*centrer la ligne dans le div*/
	/*vertical-align: baseline;*/
	color: white;
}

#jeu-12 section div#container-jeu-12 .resulte {
	display: none;
}

#jeu-12 section div#container-jeu-12 .score {
	display: inline-block;
	height: 80px;
	width: 80px;
	/*margin-top: -93px;
	margin-left: 550px;*/
	text-align: center;
	font-size: 2.3em;
}

#jeu-12 section div#container-jeu-12 .click {
	background-color: #56779A;
	color: black;
}

#jeu-12 section div#container-jeu-12 .nb {
	/*display: inline-table;*/
	font-family: 'Sacramento', cursive;
	font-size: 3em;
	/*line-height: 60px;*/
	/*vertical-align: bottom;*/
	text-align: right;
}