/*main {
	height: 750px;
	background-color:#FF0;
}*/
/********************************************** IMG *******************************/  
.img_m{
	float:right;
}
.img_m_size{
	width:180px;
	height:auto;
}
.birds{
	width: 32%;
	margin: 0 2% 10px 0;
	padding: 0px;
	/*border: 1px dashed #063;*/
}
.birds3{
	width: 32%;
	margin: 0 0 10px 0;
	/*border: 1px dotted #729;*/
}
.birdtxt{
	padding: 12px 0 0 3px;	
	width: 60%;
	height:40px;
	/*background-color: rgba(079, 204, 125, 0.5);*/
}
.birdimg{
	width: 40%;
	height:40px;
	/*background-color: rgba(255, 184, 045, 0.5);*/
}
/********************************************** 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;
}
#bouge1{	
	width:400px;
	height: 160px;
	z-index:3;
	position: relative;
	top: 0px;
	background-color: #115c73;
	padding:10px;
	margin: 0 auto;
}
#bouge2{
	width:400px;
	height: 160px;
	z-index:2;
	position: relative;
	top: 30px;
	background-color: #2d3862;
	padding:10px;
	margin: 0 auto;
	
	-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;
	height: 160px;
	z-index:1;
	position: relative;
	top: 60px;
	background-color: #48263b;
	padding:10px;
	margin: 0 auto;
	
	 -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 }
  }
#bouge2 .zone:hover, .birds:hover, .birds3:hover{	
	animation: rollcubeM 0.4s;
	animation-iteration-count: 1;
}
@keyframes rollcubeM {
  0% {transform: scale-bug(1.4); opacity:0;}
  50% { transform: scale-bug(0.9); opacity:1;}
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media screen and (max-width: 911px){
	#bougez{
		width: 98%;
		/*height: 750px;*/
		margin: 0 1%;
	}
	#bouge1, #bouge2, #bouge3{
		width:100%;
		max-width: 400px;
		min-width: 300px;
	}
}
@media screen and (max-width: 400px){
	#bouge1{	
		padding:10px 5px;
	}
}