#main-header, #main-header.et-fixed-header{
    background:#000;
    box-shadow: 0 2px 0 #222 !important;
}
ul.et_pb_side_nav{background: #444}
#top-menu.nav li a{color:#fff !important}
#top-menu.nav li li a{color:#444  !important}
#top-menu.nav li li.current-menu-item a{color:black  !important}
#top-menu.nav li.current-menu-ancestor>a{color:#ddd  !important}
span.mobile_menu_bar:before {color:#fff !important}

@media only screen and (max-width: 430px) {
	#projet-top{
		width:95.5%;
		margin: 0 auto !important;
		text-align:center;
	}
	div.volet-tel{margin:14px 0 0 0 !important}
	.et_pb_column_0{margin:0 0 8px 0 !important}
	.volet-tel p>img{
		height:325px;
		position: relative;
  		animation-name: et_pb_flipLeft;
  		animation-duration: 900ms;
    	animation-delay: 0ms;
    	animation-timing-function: ease-in-out;
    	transform-origin: center;
    	animation-fill-mode: both;
    	opacity: 0;
    	transform:  perspective(2000px) rotateY(-45deg);
	}
}

