/*main {
	height: 750px;
	background-color:#FF0;
}*/
/********************************************** IMG *******************************/  
.img_m{
	float:right;
}
/********************************************** MENU 6 *******************************/  
#bougez{
	width: 90%;
	height: auto;
	margin: 0 5%;
	position: relative;
	top: 0px;
	/*border: 1px dashed #063;
	background-color: rgba(369, 154, 255, 0.4);*/
	
	transition: top 0.5s ease;
	transition-delay: 100ms;
}
#bloc1{
	width: 24%;
	margin-left: 25%;
	height: 570px;
	/*border: 1px dashed #f00;*/
}
#bloc2{
	width: 49%;
	height: 570px;
	/*border: 1px dashed #30f;*/
}
#bouge1{	
	width:400px;
	float:right;
	height: 160px;
	z-index:3;
	position: relative;
	top: 0px;
	background-color: #115c73;
	padding:10px;
}
#bouge2{
	width:400px;
	float:right;
	height: 160px;
	z-index:2;
	position: relative;
	top: 30px;
	background-color: #115c73;
	padding:10px;
	
	-webkit-animation: mov1 0.7s ease-out 0s;
    -moz-animation: mov1 0.7s ease-out 0s;
    -o-animation: mov1 0.7s ease-out 0s;
    -ms-animation: mov1 0.7s ease-out 0s;
	animation: mov1 0.7s ease-out 0s; 
}
#bouge3{
	width:400px;
	float:right;
	height: 160px;
	z-index:1;
	position: relative;
	top: 60px;
	background-color: #115c73;
	padding:10px;
	
	 -webkit-animation: mov2 0.9s ease-out 0s;
    -moz-animation: mov2 0.9s ease-out 0s;
    -o-animation: mov2 0.9s ease-out 0s;
    -ms-animation: mov2 0.9s ease-out 0s;
	animation: mov2 0.9s ease-out 0s; 
}
#bouge4{	
	width:400px;
	height: 160px;
	z-index:3;
	position: relative;
	top: 0px;
	right:0px;
	background-color: #115c73;
	padding:10px;
}
#bouge5{
	width:400px;
	height: 160px;
	z-index:2;
	position: relative;
	top: 30px;
	background-color: #115c73;
	padding:10px;
	
	-webkit-animation: mov1 0.7s ease-out 0s;
    -moz-animation: mov1 0.7s ease-out 0s;
    -o-animation: mov1 0.7s ease-out 0s;
    -ms-animation: mov1 0.7s ease-out 0s;
	animation: mov1 0.7s ease-out 0s; 
}
#bouge6{
	width:400px;
	height: 160px;
	z-index:1;
	position: relative;
	top: 60px;
	background-color: #115c73;
	padding:10px;
	
	 -webkit-animation: mov2 0.9s ease-out 0s;
    -moz-animation: mov2 0.9s ease-out 0s;
    -o-animation: mov2 0.9s ease-out 0s;
    -ms-animation: mov2 0.9s ease-out 0s;
	animation: mov2 0.9s ease-out 0s; 
}
@keyframes mov1 {
	 0% { top: -190px }
	 40% { top: -190px }
	 100% { top: 30px }
  }
@keyframes mov2 {
	 0% { top: -380px }
	 40% { top: -380px }
	 100% { top: 60px }
  }
 /*#bouge1.zone:hover, #bouge2.zone:hover, #bouge3.zone:hover, #bouge4.zone:hover, #bouge5.zone:hover, #bouge6.zone:hover{	
	animation: rollcubeM 0.4s;
	animation-iteration-count: 1;
}
@keyframes rollcubeM {
  0% {transform: scale(1.4); opacity:0;}
  50% { transform: scale(0.9); opacity:1;}
}*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media screen and (max-width: 911px){
	#bougez{
		width: 98%;
		/*height: 1300px;*/
		margin: 0 1%;
	}
	#bloc1{
		width: 100%;
		margin-left: 0%;
	}
	#bloc2{
		width: 100%;
	}
	#bouge1, #bouge2, #bouge3, #bouge4, #bouge5, #bouge6{
		margin: 0 auto;
		float:none;
		width:100%;
		max-width: 400px;
		min-width: 300px;
	}
	main {
	height: 1300px;
	}
}