
/********************************************** MENU *******************************/  
#bougez{
	width: 100%;
	height: auto;
	margin: 0;
	position: relative;
	top: 0px;
	/*border: 1px dashed #063;
	background-color: rgba(369, 154, 255, 0.4);
	
	transition: top 0.3s ease-out;
	transition-delay: 100ms;*/
	
	
}
section{	
	/*width:400px;
	height: 160px;*/
	z-index:3;
	position: relative;
	top: -40px;
	/*background-color: #f90;
	padding:10px;
	margin: 0 auto;*/
	
	-webkit-animation: mov1 0.7s ease 0s;
    -moz-animation: mov1 0.7s ease 0s;
    -o-animation: mov1 0.7s ease 0s;
    -ms-animation: mov1 0.7s ease 0s;
	animation: mov1 0.7s ease 0s; 
}

@keyframes mov1 {
	 0% { top: -2000px }
	 100% { top: -40px }
  }
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media screen and (max-width: 911px){
	#bougezzzzzzzzzzzz{
		width: 98%;
		/*height: 750px;*/
		margin: 0 1%;
	}

}
