.bloc_pictos {width: 252px; margin:0 auto 30px auto;}
.bloc_pictos img {margin: 0 15px;float: left;}

@media screen and (max-width: 1199px) {
	.bloc_pictos {width:192px;}
	.bloc_pictos img {margin: 0 5px;}
}
@media screen and (max-width: 991px) {
	.bloc_pictos {width:342px;}
	.bloc_pictos img {margin: 0 30px;}
}
@media screen and (max-width: 767px) {
	.bloc_pictos {width:222px;}
	.bloc_pictos img {margin: 0 10px;}
}
.bienvenue ul li {
	list-style-type:none;
}
.bienvenue ul li input[type=radio] {margin-right:8px;}
.post {
	line-height: 230px;
	position:relative;
	background-color:#e9edec;
	text-align:center;
	padding:10px;
	cursor:pointer;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.div1mur {
	position:relative;
	background-color:#e9edec;
	text-align:center;
	padding:10px;
	cursor:pointer;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.div1mur span {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	color:#fff;
	background:rgba(0,190,186,0.8);
	font-size:12px;
	font-weight:normal;
	padding:10px 6px;
	min-height: 56px;
}
.post span {
	z-index:0;
	position:relative;
	color:#00beba;
	font-family:'Roboto',Arial,Helvetica,sans-serif;
	display:inline-block;
	vertical-align:middle;
	line-height:normal;
	font-style:italic;
	font-weight:bold;
	font-size:14px;
}
.post span a{
	color:#00beba;
	font-family:'Roboto',Arial,Helvetica,sans-serif;
}

.post.img span{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	color:#fff;
	background:rgba(0,190,186,0.8);
	font-size:12px;
	font-weight:normal;
	padding:10px 6px;
	min-height: 56px;
}
.post.img span a{
	color:#fff;
}
.WallPosts{
	position:relative;
}
#overlay {
	background: #222 url("/pics/load-rs.gif") no-repeat scroll center center;
	height: 100vh;
	opacity: 0.8;
	position: relative;
	z-index: 200;
}
@media screen and (max-width: 1199px) {
	.div1mur span, .post.img span{min-height: 64px;}
}
@media screen and (max-width: 991px) {
	.post, .div1mur {height: 230px !important;}
}