#entete {
	padding: 0 20px;
	margin: 0 0 30px 0;
	height: 30px;
	color: rgb(0,0,0);
/*	background-color: #01b491; */
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.items {
	margin-top: 45vh; /* poussé de la moitié de hauteur de viewport */
	transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-basis: 12%;
}
.item {
	width: 220px;
	height: 150px;
}
.item img { max-width: 100%; }

.sitessl { bottom: 10px;}