.synthese_heading img {
	/*max-width: 350px;*/
	max-height: 250px;
}

.synthese_heading {
	overflow: hidden;
  text-align: justify;
}

.listposts_grid {

}

/* clearfix */
.listposts_grid:after {
	content: '';
	display: block;
	clear: both;
}

.listposts_grid-sizer, .listposts_grid-item {

}

.listposts_grid-item-1 {
	width: 100% !important;
}

.listposts_grid-item {
	float: left;
}

.listposts_item {
	background-color: white;
	margin-bottom: 10px;
	text-align: left;
	border-radius: 2px;
	box-shadow: 0 0 9px rgba(34, 34, 34, 0.15);
	border: 1px solid #c5c3c3;
	transition: all 0.6s ease;
	margin-left: -1px;
	overflow: hidden;
}

.listposts_item:hover {
	border: 1px solid lightgray;
	background-color: #EAEAEA;
	border-radius: 1px;
}
