p.bandeau_texte_intro {
	display: block;
	width: 80%;
	text-align: center;
	background-color: #FFFFFF;
	padding: 0.5em;
	margin: 2em auto 0 auto;

}

article.cadre_profil_Select {
	display: flex;
	justify-content: center;
	position: relative;
	width: 80%;
	margin: 0 auto 4em auto;
}

article.cadre_profil_Select a {
	display: block;
	position: relative;
	width: 30%;
	margin: 5%;
	border: 4px solid #FFFFFF;
	border-radius: 50%;
	overflow: hidden;
}

article.cadre_profil_Select img {
	display: block;
	position: relative;
	width: 100%;
}

@media screen and (max-width: 80rem) {
	
	p.bandeau_texte_intro {

		width: 90%;


	}

	article.cadre_profil_Select {

		width: 100%;
		flex-direction: column;
		justify-content: center;
		position: relative;

	}

	article.cadre_profil_Select a {

		width: 65%;
		margin: 2em auto 2em auto;

	}

	article.cadre_profil_Select img {
		display: block;
		position: relative;
		width: 100%;
	}
	
	
}