/* VISION */
#vision_wrapper { 
	-webkit-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.10); 
	box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.10);
}
#vision_titre_wrapper { 
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}
#vision_titre h1 { font-size: 2.5em }
#vision_bouton { margin: 50px }
#vision_texte { font-style: italic }

/* MEMBRES EQUIPE */
#equipe_membres_wrapper {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	align-items: center
}
.equipe_membre_wrapper {
	margin-top: 20px;
	margin-bottom: 20px
}
.equipe_membre { max-width: 320px }
@media all and (min-width: 740px) {
	#equipe_membres_wrapper {
		flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		width: 720px;
		margin: auto
	}
	.equipe_membre_wrapper {
		margin-left: 20px;
		margin-right: 20px;
		height: 685px
	}
}
@media all and (min-width: 980px) {
	
	/* VISION */
	#vision_titre_wrapper { flex-direction: row }
	#vision_titre_wrapper img, #vision_titre { width: 50% }
	#vision_titre h1 {
		width: 80%;
	    margin: auto;
	    font-size: 4em;
	}
}
@media all and (min-width: 1300px) {
	/* VISION */
	#vision_titre h1 { font-size: 4.5em }
	#vision_bouton { margin-top: 125px }
}
@media all and (min-width: 1500px) {
	#equipe_membres_wrapper { width: 1440px }
}