body , html{
	background-color: #000;
	height: 100%;
	overflow: hidden;
}

body{

 	  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;      /* TWEENER - IE 10 */
      display: -webkit-flex;     /* NEW - Chrome */
      display: flex;  

      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;

      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;

      padding-top: 35px;
}

.fond-tout{
	padding-top: 35px;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	background-image:url(../images/backgd.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
}

#scene{
	width:925px;
	height: 480px;
/*	background: rgba(0,0,0,0.5);
	margin:auto; */
	position: relative;
	z-index: 2;
}


.menu-round-2{
	margin:auto;
	border: 1px solid #fff;
	z-index: 0;
	width: 34px;
	height: 34px;
	border-radius: 50% !important;
	text-align:center;
	position:absolute;
	bottom:8px;
	left:0;
	right:0;
	display: none;
	behavior: url(PIE.htc); /* remove if you don't care about IE8 */
	box-shadow:0 0 1px #fff;
	pointer-events: all;
	cursor:pointer;
}

.menu-round{
	margin:auto;
	border: 1px solid #fff;
	z-index: 20;
	width: 50px;
	height: 50px;
	border-radius: 50% !important;
	text-align:center;
	behavior: url(PIE.htc); /* remove if you don't care about IE8 */
	box-shadow:0 0 1px #fff;
	pointer-events: all;
	cursor:pointer;
}

.title-menu{
	text-align:center;
	font-size: 130%;
	display: none;
	position: absolute;
	left:0;
	right:0;
	margin-top: auto;
}


.one .title-menu{
	top:-70px;
}

.two .title-menu{
	top:-70px;
}

.three .title-menu{
	top:-40px;
}

.four .title-menu{
	top:60px;
}

.five .title-menu{
	top:-70px;
}

.six .title-menu{
	top:60px;
}



.hove{
	position: absolute !important;
}
.one{
top: 226px !important;
left: -38px !important;
width: 150px;
}
.two{
top: 213px !important;
left: 343px !important;
width: 240px;

}
.three{
top: -19px !important;
left: 843px !important;
width: 145px;
}
.four{
top: 411px !important;
left: 547px !important;
width: 240px;
}
.five{
top: 33px !important;
left: 542px !important;
width: 130px;
}
.six{
top: 271px !important;
left: 840px !important;
width: 155px;
}










.mobile .fond-tout{
	padding-top: 35px;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	margin: auto;
	width:100%;
	background-image:url(../images/backgd_2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
}


.mobile #scene{
	width:100%;
	height: 100%;
/*	background: rgba(0,0,0,0.5);
	margin:auto; */
	position: relative;
	z-index: 2;
}

.mobile .title-menu{
	display: block;
	position: initial;
}



@media only screen and (max-width: 680px) {
	.mobile .menu-round{
		width: 30px;
		height: 30px;
	}
	.title-menu{
		font-size: 80%;
	}

	.mobile .three{

	margin-top: -17px !important;
	margin-left: -52px !important;
	}

.mobile .one{
	margin-left: 52px !important;

}

}


.mobile .one{
top: 10% !important;
left: 30% !important;
width: auto;
}
.mobile .two{
top: 27% !important;
left: 23% !important;
width: auto;
}
.mobile .three{
top: 50% !important;
left: 50% !important;
margin-top: -25px;
margin-left: -86px;
width: auto;

}
.mobile .four{
top: 60% !important;
left: 17% !important;
width: auto;
}
.mobile .six{
top: 74% !important;
left: 53% !important;
width: auto;
}





