#agrement {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 90%;
}

#agrement>p {
	width: 70%;
	text-align: justify;
	border-left: 4px solid var(--mainColor);
	margin-top: 2%;
	margin-bottom: 2%;
	box-shadow: 0px 0px 10px rgb(220, 220, 220);
	padding: 2%;
	background: rgb(250, 250, 250);
	margin: auto;
	margin-top: 1%;
}

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

#agrements div {
	width: 25%;
	background: white;
	padding: 2%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
	margin-top: 2%;
	margin-bottom: 2%;
}

#agrements div img {
	width: 95%;
	box-shadow: 0px 0px 10px rgb(220, 220, 220);
	border-radius: 5px;
}

#agrements div>p {
	border-radius: 5px;
	padding: 1%;
	width: 70%;
	margin: auto;
	margin-top: 4%;
}

#or p {
	background: linear-gradient(90deg, gold, var(--colorClear));
}

#argent p {
	background: linear-gradient(90deg, silver, var(--colorClear));
}