@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #453839;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background-image: url(../img/boite.png);
	background-repeat: no-repeat;
	background-position: 10% 0%;
	background-size: 500px 500px;
	opacity: 1;
}

#titre {
	position:relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 20%;
	margin: 0 40%;
}

.sous_titre {
	background-color: #000000;
	color: #F3DD32;
	font-size: 16px;
	padding: 2px;
	border-radius: 2em;
}

.Tre1 {
	position: relative;
	float: left;
	width: 25%;
	margin: 7% 0;
}

.Tre2 {
	position: relative;
	float:right;
	width: 70%;
}

.jetons {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 350px;
	margin-right: 2%;
	width: 98%;
	height: 200px;
	background-image: url(../img/pions.png);
	background-repeat: no-repeat;
	background-position: right;
	opacity: 0.25;
}


#jeux {
	position: relative;
	width: 47%;
	height: 46%;
	margin: 0 auto;
}

#plateau {
	z-index: 10;
	position: absolute;
	left: 0px;
	top: 100px;
	width: 100%;
	height: auto;
}

#cadre-gris {
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 10px;	
	width: 90%;
	height: 600px;
	margin: 102px 0px 0px 6.7%;
	background-color:#fff;
}

#menu {
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 800px;	
	width: 100%;
	height: 200px;
}

#jeton-jaune {
	z-index: 2;
	position: absolute;
	left: 7.7%;
	top: 126px;
	width: 88px;
	height: 88px;
}

#jeton-rouge {
	z-index: 2;
	position: absolute;
	left: 20%;
	top: 126px;
	width: 88px;
	height: 88px;
}

.btn {
	width:100%;
	line-height: 2em;
	text-align:center;
	vertical-align:middle;	
	text-decoration:none;
	background-image:linear-gradient(white, black);
	border: 0px;
	border-radius: 2em;
	font-size: 16px;
	color: #000000;
}

#info {
	z-index: 20;
	position:absolute;
	left: 30%;
	top: 40%;
	width: 40%;
	padding: 2em;
	background-color: #FFFFFF;
	border: 2px solid #929090;
	border-radius: 1em;
	text-align: center;
	display:none;
}

.copy {
	font-size: 10px;
	color:#B5B5B5;
}

@media screen and (min-width: 0px) and (max-width: 1790px) {

	#titre {
		width: 100%;
		margin: 0px;
		text-align: center;
	}
	
	.Tre1 {
		display: none;
	}
	
	.Tre2 {
		width: 100%;
	}
}