div#club {
	background: linear-gradient(to bottom, transparent, 95%, white);
	background-color: #024370;
	color: white;
	padding: 90px;
	background-color: #024370;
}

div#club div.titre {
	font-size: 70px;
	font-style: Bold;
	font-variant: small-caps;
	font-weight: 700;
	letter-spacing: -1%;
	line-height: 110%;
	margin-bottom: 60px;
}

div#club div.texte {
	font-size: 20px;
	font-style: Regular;
	font-weight: 400;
	letter-spacing: -1%;
	line-height: 110%;
	padding-right: 5%;
	text-align: justify;
}

div#club div.sous-titre {
	font-size: 30px;
	font-style: italic;
	font-weight: 700;
	letter-spacing: -1%;
	line-height: 150%;
	margin-top: 55px;
	text-align: center;
}

div.rejoindreBtn {
	padding-bottom: 25px;
	padding-top: 25px;
}

div#club div.image img {
	border-radius: 15px;
	height: 600px;
	margin: auto;
	margin-top: 50px;
}

div#membres {
	padding-bottom: 90px;
}

div#membres div.titre {
	font-size: 40px;
	font-style: Bold;
	font-variant: small-caps;
	font-weight: 700;
	letter-spacing: -1%;
	margin-left: 90px;
	margin-top: 60px;
	line-height: 110%;
	margin-top: 60px;
}

div#membres div.liste {
	margin-left: 5%;
	margin-right: 5%;
}

div#membres div.liste div.membre {
	height: 408px;
	margin-top: 90px;
	text-align: center;
}

div#membres div.liste div.membre div.photo {
	height: 129px;
	width: 377px;
	margin: auto;
}

div#membres div.liste div.membre div.photo img {
	border-radius: 100px;
	height: 200px;
	width: 200px;
}

div#membres div.liste div.membre div.detail {
	border: 1px solid black;
	box-shadow: 10px 10px 15px 0px #00000040;
	height: 279px;
	margin: auto;
	padding: 85px 30px 0 30px;
	width: 377px;
}

div#membres div.liste div.membre div.detail div.prenom {
	font-weight: 700;
	font-style: Bold;
	font-size: 30px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: capitalize;
}

div#membres div.liste div.membre div.detail div.fonction {
	font-weight: 400;
	font-style: Regular;
	font-size: 25px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-top: 10px;
	text-transform: capitalize;
}

div#membres div.liste div.membre div.detail div.tel, div#membres div.liste div.membre div.detail div.mail
	{
	font-weight: 200;
	font-style: ExtraLight;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -1%;
}

div#membres div.liste div.membre div.detail div.tel {
	margin-top: 10px;
}