.lei-items{
	display: flex;
	flex-wrap:wrap ;
	align-items: flex-start;
}
.lei-items .item{
	width: 100%;
	margin-bottom: 20px;
}
.lei-items .item H3{
	margin: 0;
}
.lei-items .item .illustration{
	height: 200px;
	width: 100%;
	background-size: cover;
}
.lei-items .item .commentaire{
	padding: 20px 10px;
}
.lei-items .item .btn-see{
	display:block;
	width: 100%;
	text-align: center;
	color:#fff;
	background-color: #ccc;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
}

.fichelei .lei-item H2{
	text-align: center;
}
.fichelei .lei-item H2:after{
	margin-left: auto;
	margin-right: auto;
}
.fichelei .lei-item .lieu{
	text-transform: uppercase;
	font-size: 20px;
	line-height: 30px;
	font-weight: bolder;
	text-align: center;
	margin-bottom: 30px;
}
.fichelei .lei-item .slide{
	overflow: hidden;
	margin-bottom: 30px;
}
.lei-item .illustration{
	height: 200px;
	width: 100%;
	background-size: cover;
}
