


#jeu_content {
	position:relative;
	clear:right;
	width:90%;
	margin:auto;
	z-index:10;
	font-size: 1.4vw;
}

#jeu_content h1{
	text-align:center;
	font-size: 2vw;
	margin:0;
}

#enigme_content {
	position:relative;
	width:100%;
/* 	background-color:red; */
}


#indices {
margin:0;
padding:0;
}

#indices div {
	line-height: 2vw;
	padding: 0.8vw 2vw;
	margin:1.5vw 0;
	border: 1px solid black;
	border-radius:12px;
	display:none;
}

#indices div:first-child {
	display:block;
}

#indices div:last-child {
	display:block;
/* 	text-align:center; */
	border: 0px solid black;
	cursor:pointer;
}

#indices div:last-child span {
	background-color:green;
	border: 0px solid black;
}


#indices div span {
	height: 2vw;
	width: 2vw;
	text-align:center;
	font-weight:bold;
	color:white;
	background-color:black;
	margin-right: 1.5vw;
	display:inline-block;
	border: 1px solid black;
	border-radius:6px;
}


.drapeau {
height: 2vw;
}


#cible_content {
	font-weight:bold;
	line-height: 4vw;
	font-size: 1.5vw;
	text-align:center;
}

#cible_content div {
	line-height: 4vw;
	height: 4vw;
	vertical-align:middle;
	display:inline-block;
	margin: 0.8vw 0.4vw;
}

#cible {
	border: 1px solid black;
	margin:auto;
	border-radius:6px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6) inset;
	width: 20vw;
}




#objet_content {
	margin-top:1.5vw;
	text-align:center;
	font-size: 1.5vw;
}

#objet_content div {
	border: 1px solid black;
	border-radius:6px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
	margin:0.5vw;
	padding:0.8vw 1vw;
	background-color:white;
	display:inline-block;
	cursor:pointer;
}





.popup {
	position:absolute;
	width:100%;
	height:100%;
	background: rgba(255, 255, 255, 0.6);
	z-index:300;
	display:none;
}

.popup div {
	margin: 10% 30% 10% 30%;
	padding:5%;
	background: white;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.9);
	text-align:center;
	font-size: 1.5vw;
	font-family: lato;
}

.popup a {
	display: block;
	color:black;
	text-decoration:none;
}

#popup_bingo div {
	margin-top: 0%;
}

#popup_bingo img {
	width:100%;
	margin: 5% 0;
}


#commencer {
	cursor:pointer;
}






