

#popup_article_zen{
	width: 50%;
    text-align: justify;
    top: 10%;

}
.titre_artilce_zen{
	font-family: 'Montserrat-Regular';
    font-size: 35px;
    padding: 29px 0px;
    font-weight: normal;
}
.contenue_article_zen{    
    font-family: 'Lato-Regular';
    font-size: 14px;
    color: #000000;
    position: relative;
    top: 29px;
    text-align: justify;
    margin-bottom: 52px;
    float: left;
    width: 100%;
}
.image_artilce_zen img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;	
}	
.date_artilce_zen:before {
    content: "\f017";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin: 5px;
    font-size: 18px;
    color: #afacac;
}
.date_artilce_zen {
    margin-bottom: 1em;
    font-style: italic;
    font-weight: 400;
}
.date_artilce_zen span {    
    font-family: 'Lato-Regular';
    font-size: 15px;
    color: #e8282f;
}
/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(153,204,51,0.9);
	display: none;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center #FFF;
	text-indent: 200%;
	color: #000;
	outline: none;
	z-index: 100;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay ul li a {
	font-size: 54px;
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #f0f0f0;
}

/* Effects */
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.info{
  max-width:70%;
  margin:0 auto;
  text-align:center;
  padding:30px;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}
#popup_article_zen{
	display:none;
}