/* Styling for the Equipe page*/
.each-member-pic {
	order: 0;
	max-width: 50%;
	margin-top: 15px;
	height: auto;
}

.iceff-text {
	background-color: #008eba;
	color: white;
	padding: 15px 20px;
	text-align: justify;
	font-size: 17px;
}

.each-member-pic {
	order: 0;
	max-width: 50%;
	margin-top: 15px;
	height: auto;
}

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

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.iceff-text {
		font-size: 20px;
	}

	.each-member-pic {
		order: 1;
		padding: 0px;
		height: 195px;
		width: auto;
		max-width: none;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.iceff-esp {
		min-height: 300px;
		width: 49%;
		padding: 10px 25px;
	}
}

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


}
