.reserve-membres a:link {
	text-decoration: none;
}
.reserve-membres a:hover {
	text-decoration: none;
}
.reserve-membres a:active {
	text-decoration: none;
}
.reserve-membres a:visited {
	text-decoration: none;
}

.reserve-membres .row a::after {
	content: "\f138";
	font-family: "Font Awesome 5 Pro";
	color: #8ec25e;
	font-size: 30px;
	font-weight: 900;
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 10px;
}

.colonne-contenu {
	margin-top: 20px;
	margin-bottom: 60px;
}

.element-menu {
	position: relative;
	display: flex;
	left: 50%;
	transform: translateX(-50%);
	border: 8px solid #8ec25e;
	padding: 0px;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	justify-content: center;
	align-items: center;
}

.element-menu::before {
	font-family: "Font Awesome 5 Pro";
	color: grey;
	font-size: 105px;
}

.reference::before {
	content: "\f02d";
}

.annexes::before {
	content: "\f02e";
}

.communications::before {
	content: "\f086";
}

.comites::before {
	content: "\f0c0";
}

.titre-menu {
	text-align: center;
	padding-top: 30px;
	width: 60%;
	margin: auto;
}

.reserve-membres .gauche {
	background-color: #e2e2e2;
	font-size: 19px;
}

.titre-menu-navigation {
	text-transform: uppercase;
	padding-left: 25px;
	font-weight: 600;
	color: white;
	background-color: #144B60;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 25px;
}

.section-menu-navigable {
	padding-bottom: 15px;
}

.reserve-membres a.bouton_retour_gauche {
	padding-bottom: 20px;
	color: #8ec657;
}

.reserve-membres .accordeon-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: #0f4d58;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 25px;
	align-items: center;
	cursor: pointer;
}

.reserve-membres .accordeon-header i {
	font-size: 1.6em;
	padding-right: 25px;
	font-weight: 400;
	color: inherit;
}

.reserve-membres .accordeon-header a:link {
	text-decoration: none;
	color: #0f4d58;
}
.reserve-membres .accordeon-header a:hover {
	text-decoration: none;
	color: #0f4d58;
}
.reserve-membres .accordeon-header a:active {
	text-decoration: none;
	color: #0f4d58;
}
.reserve-membres .accordeon-header a:visited {
	text-decoration: none;
	color: #0f4d58;
}

.reserve-membres .accordeon-content {
	padding-top: 8px;
}

.reserve-membres .accordeon-content a:link {
	text-decoration: none;
	color: #0f4d58;
}
.reserve-membres .accordeon-content a:hover {
	text-decoration: none;
	color: #0f4d58;
}
.reserve-membres .accordeon-content a:active {
	text-decoration: none;
	color: #0f4d58;
}
.reserve-membres .accordeon-content a:visited {
	text-decoration: none;
	color: #0f4d58;
}

.sous-titre-menu-navigation {
	margin-left: 45px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.menu-gauche-active {
	border-left: 5px solid #8ec657;
	padding-left: 10px;
	padding-bottom: 2px;
}