.nav_bar___3GumK {
	background-color: #333333;
	-background-color: var(--backColor);
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
/* Base-nav */
.base-nav {
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 84px;
	width: 1500px;
}

.base-nav ul {
}

.base-nav li,.base-nav h3,.base-nav .cont,.base-nav p a {
	float: left;
	display: inline;
}

.base-nav li {
	float: left;
	height: 30px;
	line-height: 60px;
	width:250px;
	margin: auto;
	flex: 1 1;
    text-align: center;
}

.base-nav a {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 3px;
	color: #fff;
	flex: 1 1;
	text-align: center;
	text-decoration: none;
}

.base-nav a:hover {
	color: #40a9ff;
}

.base-nav a:active {
	color: #096dd9;
}

#ermeau>li {
	position: relative
}

.base-nav #ermeau ul {
	display: none
}

.base-nav #ermeau ul li {
	background: #f6f6f6;
	text-align: center;
	white-space: nowrap;
	display: inline-block;
	height: 84px;
	line-height: 84px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
	font-size: 24px;
	margin: 0;
	padding: 0;
	width: 100%;
	background-clip: padding-box;
	border-radius: 2px;
	outline: none;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
	white-space: nowrap;
	cursor: pointer;
	transition: all 0.3s;
}

.base-nav #ermeau ul li a {
	color: inherit;
	transition: all 0.3s;
}

.base-nav #ermeau ul li a:hover {
	color: #40a9ff;
}

.base-nav #ermeau ul li a:active {
	color: #096dd9;
}

.sub li:hover {
	background: #b73551;
}

.active___1wR3j::before {
	content: '';
	position: absolute;
	display: inline-block;
	left: 50%;
	transform: translate(-36px, 77px);
	width: 72px;
	height: 7px;
	border-radius: 8px;
	background-color: #6c89d7;
}