.ep-header-logo-title {
	background-repeat: no-repeat;
	background-size: contain;
	width: 130px;
	height: 45px;
	display: flex;
	margin-left: 0;
}

.ep-header-nav-link {
	color: var(--prisme-color-font-header);
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid var(--prisme-color-grey-light);
	border-bottom: 1px solid var(--prisme-color-grey-light);
}

.ep-header-nav-link p {
	display: inline-block;
	margin-bottom: 0;
}

.ep-header-nav-link i {
	font-size: 1.2em;
	padding-right: 5px;
}

.ep-header-info-bullet-nav-link {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	background: var(--prisme-color-secondary);
	color: var(--prisme-color-tertiary);
	border-radius: 50%;
	font-size: 1.2rem;
	font-weight: 800;
}

.ep-header-info-bullet-navbar-toggler {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	background: var(--prisme-color-secondary);
	color: var(--prisme-color-tertiary);
	border-radius: 50%;
	font-size: 1.4rem;
	font-weight: 800;
}

.ep-header-navbar-toggler {
	color: var(--prisme-color-font-header);
}

.ep-header-dropdown-menu {
	margin-left: 3rem;
	background-color: transparent;
	width: fit-content;
}

.ep-header-dropdown-item {
	color: var(--prisme-color-font-header);
}

.ep-header-container-sell-button {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.ep-header-sell-button {
	background-color: var(--prisme-color-yellow-dark);
	color: var(--prisme-color-grey-dark);
	border: 0;
	border-radius: var(--prisme-radius);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	font-weight: 700;
	width: 150px;
	font-size: 1.2rem;
	margin-top: -5px;
}

.ep-header-sell-button:hover {
	transform: translate(0px, 2px);
	-webkit-transform: translate(0px, 2px);
	box-shadow: inset 0px 5px 10px 0px #3d3d3d78;
	box-shadow: none;
	background-color: var(--prisme-color-yellow-dark);
	color: var(--prisme-color-grey-dark);
}

@media screen and (min-width: 576px) {
	.ep-header-logo-title {
		width: 180px;
		height: 75px;
	}

	.ep-header-info-bullet-navbar-toggler {
		display: none;
	}

	.ep-header-navbar-collapse {
		flex-direction: row-reverse !important;
	}

	.ep-header-nav-item {
		font-size: 1.6rem;
		height: 60px;
		margin-top: auto;
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
		padding-left: 5px;
	}

	.ep-header-nav-item .show {
		width: 100%;
	}

	.ep-header-nav-item a.show p {
		display: block;
	}

	.ep-header-nav-link {
		border: 0;
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		text-align: center;
		height: 100%;
		font-weight: 500;
		margin: auto;

	}

	.ep-header-nav-link:hover {
		color: var(--prisme-color-font-header);
		width: 100%;
	}

	.ep-header-nav-link p {
		margin: 0;
		font-size: 1.4rem;
		display: none;
	}

	.ep-header-nav-link:hover p {
		display: block;
		padding: 0 1rem 0 1rem;
		border-top: 1px solid var(--prisme-color-font-header);
		border-bottom: 1px solid var(--prisme-color-font-header);
	}

	.ep-header-nav-link i {
		font-size: 1.5em;
	}

	.ep-header-dropdown-menu {
		background-color: var(--prisme-color-grey-dark);
	}

	.ep-header-info-bullet-nav-link {
		display: inline-block;
		width: 2rem;
		height: 2rem;
		line-height: 2rem;
		text-align: center;
		background: var(--prisme-color-secondary);
		color: var(--prisme-color-tertiary);
		border-radius: 50%;
		font-size: 1.2rem;
		font-weight: 800;
	}

	.ep-header-sell-button {
		margin-top: -20px;
		width: 250px;
		font-size: 1.4rem;
	}
}