div#club {
	background: linear-gradient(to bottom, transparent, 95%, white),
		url("../img/image-e6b2eefdf10db4f459caf389d41bb121.png");
	background-position: center;
	background-size: 100%;
	color: white;
	height: 800px;
	padding-left: 90px;
	width: 100%;
}

div#club div.titre {
	font-size: 60px;
	font-style: Bold;
	font-variant: small-caps;
	font-weight: 700;
	letter-spacing: -1%;
	line-height: 110%;
	padding-top: 90px;
	width: 610px;
}

div#club div.description {
	font-size: 30px;
	font-style: Regular;
	font-weight: 400;
	letter-spacing: -1%;
	line-height: 110%;
	padding-top: 90px;
}

div#club div.rejoindreBtn {
	padding-top: 90px;
}

div#explorez div.titre {
	font-size: 40px;
	font-style: Bold;
	font-variant: small-caps;
	font-weight: 700;
	letter-spacing: -1%;
	line-height: 110%;
	padding-left: 100px;
	padding-top: 50px;
}

div#explorez div.description {
	font-size: 25px;
	font-style: Regular;
	font-weight: 400;
	letter-spacing: -1%;
	line-height: 130%;
	padding-left: 100px;
	padding-top: 15px;
}

div#explorez div.details {
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 80px;
}

div#explorez div.details div.detail {
	margin-bottom: 80px;
}

div#explorez div.details div.detail:hover {
	color: #F63F3F;
}

div#explorez div.details div.detail:hover div.icon {
	border-color: #F63F3F;
}

div#explorez div.details div.detail div.detail-titre {
	font-size: 25px;
	font-style: Regular;
	font-variant: small-caps;
	font-weight: 400;
	line-height: 110%;
	letter-spacing: -1%;
	margin-top: 20px;
	text-align: center;
}

div#bienvenue {
	padding: 50px 100px 50px 100px;
}

div#bienvenue div.texte {
	padding-right: 5%;
	text-align: justify;
}

div#bienvenue div.image img {
	border-radius: 15px;
	height: 694px;
}

div#temoignages {
	background: #014C8652;
	height: 609px;
	padding: 50px 100px 50px 100px;
}

div#temoignages div.titre {
	font-weight: 700;
	font-style: Bold;
	font-size: 40px;
	line-height: 150%;
	letter-spacing: -1%;
	font-variant: small-caps;
}

div#temoignages div.liste div.temoignage {
	background-color: transparent;
	margin-top: 15px;
	text-align: center;
}

div#temoignages div.liste div.temoignage div.photo {
	height: 32px;
	width: 377px;
	margin: auto;
}

div#temoignages div.liste div.temoignage div.photo img {
	border-radius: 100px;
	height: 79px;
	width: 79px;
}

div#temoignages div.liste div.temoignage div.detail {
	background-color: white;
	border: none;
	border-radius: 15px;
	box-shadow: 10px 10px 15px 0px #00000040;
	height: 381px;
	margin: auto;
	padding: 84px 50px 0 50px;
	width: 377px;
}

div#temoignages div.liste div.temoignage div.detail div.prenom {
	font-weight: 700;
	font-style: Bold;
	font-size: 25px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	text-transform: capitalize;
}

div#temoignages div.liste div.temoignage div.detail div.fonction {
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-top: 20px;
	text-align: center;
	text-transform: capitalize;
}

div#temoignages div.liste div.temoignage div.detail div.texte {
	font-weight: 200;
	font-style: ExtraLight;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -1%;
	margin-top: 40px;
	text-align: center;
}

div#temoignages .carousel {
	height: 448px;
}

div#temoignages .carousel-control-prev, div#temoignages .carousel-control-next {
	background: #F6973F;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	opacity: 1;
	top: 40%;
	transform: translateY(-50%);
}

div#temoignages .carousel-control-prev-icon {
	background-image: url("../img/arrow_left-ca56ddd382f13d542c7865d7588b28e9.svg");
}

div#temoignages .carousel-control-next-icon {
	background-image: url("../img/arrow_right-7a0e8566e3b18f1cdee89371c0771382.svg");
}