/* Page Membres du club */
.page-id-44733 .membres{
	background-color: transparent;
}
.page-id-44733 .adhere a{
	background-color: #ed6e28;
	padding: 10px 0;
	text-align: center;
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 auto;
	_width: 95%;
	margin-bottom: 15px;
	text-decoration: none;
	display: block;

}


.membres-mosaique{
	background-color: #333;
	padding: 30px;
}
.membres-mosaique .membre{
	float: left;
	margin-right: 35px;
	margin-bottom: 30px;
	position: relative;
}
.membres-mosaique .membre:nth-child(3n){
	margin-right:0;
}

.membres-mosaique .membre .title{
	bottom: 10px;
	position: absolute;
	left: 0;
	width: 100%;
	color: white;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
	font-size: 21px;
	font-weight: 900;
	text-align: center;
}



.membres-portraits{
	border: none;
	background-color: #333;
	color: white;
	padding: 30px;
}

.membres-portraits img{
	max-width: 50%;	
	max-height: 500px;
	height: auto;
	width: auto;
	float: left;
	margin-right: 20px;
}
.membres-portraits .title{
	font-size: 58px;
	line-height: 1;
	font-weight: 800;
}
.membres-portraits .membre{
	display: none;
}

