/* Styling for the Equipe page*/
.each-member {
	margin-top: 15px;
	width: 100%;
	background-color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	padding: 3% 1%;
}

.each-member-info {
	padding-left: 5px !important;
	order: 1;
}

.each-member-info a {
	color: #0687ab;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.each-member {
		text-align: justify;
		flex-direction: row;
	}

	.each-member-info {
		padding-left: 35px !important;
		order: 0;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.each-member {
		min-height: 210px;
		width: 49%;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 


}
