/* Actualite */
#cnt_actu {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.post.act {
	width:300px;
	position:relative;
	overflow:hidden;
	/*box-shadow:0 15px 35px rgba(50, 50, 90, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);*/
	box-shadow:0px 35px 77px -17px rgba(0,0,0,0.44);
	margin-bottom:15px;
	min-height:443px;
	animation-name:post;
	animation-duration:1s;
	animation-delay:0s;
	animation-fill-mode:forwards;
	-webkit-animation-name:post;
	-webkit-animation-duration:1s;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode:forwards;
}

@keyframes post {
	0% { transform:scale(0);}
	50% {transform:scale(1.05);}
	100% {transform:scale(1);}
}
.post.act h2 {
	margin:0px;
}
.post.act .texte {
	font-weight:300;
	margin-top:5px;
}
.post.act .texte * {
	margin:0px;
}
.post.act h2 * {
	margin:0px;
	margin-top:5px;
	font-weight:300;
	font-size:18px;
}
.post-content {
	padding:10px;
}
.post-date {
	font-weight:300;
	font-size:12px;
	background-repeat:no-repeat;
	background-position:0px center;
	text-indent:20px;
	background-size:16px;
	background-image:url(/img/cal.png);
}
.post.act > a {
	position:absolute;
	top:0px; bottom:0px; left:0px;right:0px;
}
.img_mask {
	width:300px;
	height:300px;
	position:relative;
}
.img_mask > img {
	width:100%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.next {
	width:1000px;
}
/* Actu SEULE */
#cnt_content_actu {
	padding:10px;
	margin-bottom:55px;
}
.actualite {
	width:400px;
	margin:auto;
	box-shadow:0px 35px 77px -17px rgba(0,0,0,0.44);
}
.photo-actu {
	vertical-align:top;
	position:relative;
}
.photo-actu img {
	width:100%;
}
#share {
	font-size:10px;
	text-align:right;
}
