#soutiens {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}

#soutiens div {
	width: 43%;
	background: white;
	box-shadow: 0px 0px 10px rgb(220, 220, 220);
	padding: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
}

#soutiens p {
	box-shadow: none;
	border: none;
	background: none;
}

#soutiens div img {
	width: 5%;
}

#auteurs {
	color: var(--mainColor);
	font-size: 12px;
}