@media screen and (max-width: 1000px) {
	.header_top {
		display:none;
	}
	.header_menu {
		text-align:center;
		height:70px;
		background:#000;
	}
		.header_menu .logo {
			display:inline-block;
			text-align:center;
			top:10px;
		}
		.header_menu .logo img {
			height:50px;
		}
		.header_menu .showMenu {
			display:block;
		}
		
	.header_menu .menu {
		position:fixed;
		top:0;
		right:0;
		height:100vh;
		font-size:0;
		line-height:0;
		padding:0;
		text-align:center;
		background:#000;
		z-index:250;
		width:0px;
		transition:width 0.4s;
		overflow:hidden;
	}
		.header_menu .showMenu {
			position:absolute;
			display:block;
			right:9px;
			top:8px;
			font-size:32px;
			color:#666;
			padding:12px;
			transition:background 0.2s, color 0.2s;
		}
			.header_menu .showMenu:hover {
				background:#333;
				color:#CCC;
			}
		.header_menu .menu.show {
			width:220px;
		}
		.header_menu .menu .openMenu {
			display:block;
		}
		.header_menu .menu a {
			display:block;
			color:#EEE;
			width:220px;
			margin:0;
			font-size:17px;
			line-height:17px;
			padding:13px 0px 15px 20px;
			text-align:left;
			text-decoration:none;
			border-bottom:1px solid #555;
			transition:background 0.2s;
		}
			.header_menu .menu a.active {
				color:#EEE;
				background:#3f3f3f;
			}
			.header_menu .menu a:last-child {
				border:none;
			}
			.header_menu .menu a:hover {
				text-decoration:none;
				background:#555555;
				color:#FFF;
				border-bottom:1px solid #555;
				text-shadow:0px 1px 0px rgba(255,255,255,0.6);
			}
			.header_menu .menu a:last-child:hover {
				border:none;
			}
			.header_menu .menu .menuMob {
				display:block;
			}
		
	.slideShow {
		height:300px;
	}
		.slideShow .slide {
			height:300px;
		}
		.slideShow .fleche {
			top:125px;
		}
	
	.duo_bg.top {
		height:50%;
	}
		.duo_bg .leg {
			top:0 !important;
			left:0 !important;
			right:auto ! important;
			margin:0 !important;
			background:rgba(0,0,0,0.5);
			height:100%;
			width:100%;
			transform:translate(100%,0) !important;
			-webkit-transition: opacity 1.5s ease-out, -webkit-transform 1s ease-out !important; 
			transition: opacity 1.5s ease-out, transform 1s ease-out !important;		
		}
		.duo_bg.bot .leg {
			transform:translate(-100%,0) !important;
		}
			.duo_bg .leg.show {
				transform:translate(0%,0) !important;
			}
			.duo_bg .logo {
				width:20% !important;
			}
		
		
		.cache.left, .cache.right {
			display:none;
		}
	
	.formu {
		padding:20px 7.5%;
	}
	
	.chapter {
		width:85%;
	}
	
	.footer1 {
		height:150px;
	}
	.footer2 .left {
		left:3%;
		height:35px;
	}
	.footer2 .right {
		right:3%;
		height:35px;
	}
	.popMessage .msg, .popErreur .msg {
		max-width:80%;
	}

	
	.popMessage .lng {
		width:45px;
		height:30px;
		margin:3px 14px;
	}
}