#global_logotype_container {
	margin-bottom:0;
}
#corps {
	padding:0;
	margin:0;
	width:100%;
}
#corpsSection {
	padding:0;
	margin:0;
	width:100%;
}
#zoneHaut {
	border: 1px dashed rgba(143, 188, 143, 1);
	border-right:none;
	border-left:none;
	background-color:#efefef;
}
#z_videos {
	padding:0;
	margin:0;	
	/*background-color:red;*/
	padding-bottom:30px;
	padding-top:15px;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
#z_videos .sousTitreVid {
	font-size:22px;
	padding:0px 4px 0px 4px;
	margin-bottom:10px;
	text-align:center;
	color:#518b8b;

	font-family:sans-serif;
}
#z_videos .video:hover {
	background-color:#8fbc8f;
	border:2px dotted white;
}
#z_videos .video:hover .sousTitreVid {
	color:white;
}
#Videos {
	text-align:center;
	/*background-color:red;*/
	margin:0 auto;
	margin-top:25px;

}
#Videos h1, #Videos .h1 {
    padding: 25px;
    background-color: white;
    border: 2px dashed #8fbc8f;
    color: #8fbc8f;
    margin-bottom: 15px;
}
#video_meav {
	margin-bottom:17px;
	padding:17px;
	padding-top:20px;
	padding-bottom:40px;
	background-color:white;
	border:2px dotted #8fbc8f;
	width:30%;
	min-width:360px;
	height:100%;
	flex-grow:1;
}
.video_iframe {
	overflow:hidden; padding-bottom:56.25%; position:relative; height:0;
}
.video_iframe iframe { left:0; top:0; height:100%; width:100%; position:absolute;}
#video_meav iframe {
	border:none;
}
#Videos .sousTitre a {
	text-decoration:none;
	color:white;
	font-family:sans-serif;
}
#z_videos .shibivideo {
	width:146px;
	height:199px;
	background-image:url("../img/shibivideo.png");
	background-size:100%;
	background-repeat:none;
	float:left;
	position:relative;
	top: 50px;
	left:50px;
}

#Videos .video {
	width:30%;
	min-width:200px;
	background-color:white;
	margin-left:5px;
	margin-right:5px;
	padding:10px;
	margin-bottom:10px;
	border:2px dotted #8fbc8f;
	flex-grow:1;
	flex-shrink:1;
}
#Videos .video .imagePrest {
	width:150px;
	height:auto;
	max-height:120px;
}
#Videos .video a {
	text-decoration:none;
    color: #518b8b;
}
#Videos .video:hover a {
    color: white;
}
#Videos .voirPlus {
	width:230px;
	text-align:center;
	margin:0 auto;
	margin-top:10px;
	background-color:#8fbc8f;
	border:1px dashed white;
	color:white;
}
#Videos .voirPlus:hover {
	background-color:#4A6F4A; /*Vert foncé*/
}
#Videos .voirPlus {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: -moz-linear-gradient(
		top,
		#8fbc8f 0%,
		#8fbc8f);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#8fbc8f),
		to(#8fbc8f));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #4a6f4a;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 10px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 10px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 10px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}
#Videos .voirPlus:hover {
	background: -moz-linear-gradient(
		top,
		#8fbc8f 0%,
		#4a6f4a);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#8fbc8f),
		to(#4a6f4a));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #4a6f4a;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 10px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 10px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 10px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}
#Videos .voirPlus a {
	display:inline-block;
	padding:25px;
}
/*#zone2 #lastBook {
	float:left;
	padding:15px;
	text-align:center;
}
#zone2 #lastBook .lastBook {
	padding:15px;
	width:500px;
	background-color:white;
	text-align:center;
}
#zone2 #lastBook .sousTitre {
	margin-bottom:15px;
}
#zone2 #lastBook .lastBook .sousTitre {
	margin-bottom:10px;
}
#zone2 #lastBook .lastBook img{
	width:300px;	
}*/

#zoneMilieu {
	background-color:#efefef;
}
.articleplus {
	color:black;
	background-color:white;
	width:80%;
	margin:0 auto;
	margin-bottom:35px;
	margin-top:35px;
	padding:20px;
}
.articleplus h1 {
	text-align:center;
	color:#8fbc8f;
	border:1px dashed #8fbc8f;
	padding:20px;
	
}
.articleplus p {
	margin-bottom:5px;
	margin-top:5px;
	text-indent:25px;
}
#z_articles { 
    padding-top: 40px;
    text-align: center;
	margin:0 auto;
	display:flex;
	margin-bottom:25px;
	flex-direction:column;
	justify-content:center;
	padding-bottom:25px;
}
/*#z_articles .sousTitreArticle {
	text-align:center;
	font-size:26px;
	font-style:bold;
	padding:18px;
	background-color:white;
	border-bottom: 1px dashed rgba(143, 188, 143, 1);
	color:#518b8b;
	display:inline-block;
	width:100%;
	height:50%;
	background-color:red;
}*/
#z_articles #lastArticles {
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	flex-shrink:1;
	flex-grow:1;
	margin-top:-50px;
	justify-content:center;
}
#z_articles .sousTitreArticles {
	text-align:center;
	font-size:22px;
	font-style:bold;
	color:#518b8b;
	display:inline-block;
	width:90%;
	height:60%;
	margin-top:15px;
	font-family:sans-serif;
}
#z_articles #lastArticles .lastArticles {
	padding-bottom:20px;
	padding-top:20px;
	margin-top:5px;
	display:inline-block;
	text-align:center;
	border:1px dashed #8fbc8f;
	background-color:white;
	width:25%;
	min-width:250px;
}
#z_articles #lastArticles .lastArticles:hover {
	background-color:#518b8b;	
}
#z_articles #lastArticles .lastArticles:hover a {
	color:white;
}
#z_articles #lastArticles .lastArticles:hover .sousTitreArticles {
	color:white;
}
#z_articles #lastArticles .lastArticles img {
	max-height:175px;
	width:80%;
	max-width:250px;
	margin:0 auto;
	padding:15px;
	
}
#z_articles #lastArticles .lastArticles a {
	text-decoration:none;
	color:#518b8b;
}
#z_articles  .voirPlus {
	width:200px;
	text-align:center;
	margin:0 auto;
	color:white;
}
#z_articles  .voirPlus a {
	display:inline-block;
	width:150px;
	padding:25px;
	color:white;
	text-decoration:none;
	font-size:22px;
}
#z_articles .voirPlus:hover {
	background-color:#4A6F4A;
}
#z_articles  .voirPlus {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: -moz-linear-gradient(
		top,
		#8fbc8f 0%,
		#8fbc8f);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#8fbc8f),
		to(#8fbc8f));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #4a6f4a;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 10px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 10px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 10px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}
#z_articles .voirPlus:hover {
	background: -moz-linear-gradient(
		top,
		#8fbc8f 0%,
		#4a6f4a);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#8fbc8f),
		to(#4a6f4a));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #4a6f4a;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 10px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 10px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 10px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}