#vue_densemble {
	width: 90%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#vue_densemble div {
	width: 15%;
	background: white;
	box-shadow: 0px 0px 10px rgb(220, 220, 220);
	padding: 1%;
	margin-bottom: 4%;
}

#vue_densemble div img {
	width: 90%;
	margin-left: 5%;
	border-radius: 10px;
}

#vue_densemble div a {
	display: inline-block;
	background: var(--colorClear);
	border-radius: 150px;
	padding: 1%;
	text-align: center;
	color: white;
	margin-left: 14%;
	width: 70%;
}

.texte {
	width: 70%;
	padding: 4%;
	border-bottom: 2px solid var(--mainColor);
}

.texte:last-child {
	border: none;
}

.texte>h2>img {
	width: 10%;
	border-radius: 20px;
	vertical-align: middle;
	margin-right: 2%;
}

.texte #s_texte_image {
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}

.texte p {
	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);

}

.texte>#s_texte_image>img {
	width: 50%;
	margin: auto;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgb(220, 220, 220);
}

.lien {
	color: var(--mainColor);
	text-decoration: underline;
}