#top-bar-secondary-menu li:before{
	content:'/';
	margin-right: 5px;
}

#top-bar-secondary-menu > li.item-no-sep:before,
#top-bar-secondary-menu li:first-child:before{
	display:none;
}

#top-bar-secondary-menu li{
	text-transform:lowercase;
}

#top-bar-secondary-menu li.item-no-sep {
	text-transform: inherit;
	position: relative;
}

#top-bar-secondary-menu li {
	text-transform: lowercase;
	margin-right: 5px;
}

#top-bar-secondary-menu li:last-child{
	margin-right:0;
}

.hand-button {
	padding: 0.75rem 1rem 0.75rem 2rem;
	margin-top: 1rem;
	/*color: #d61213 !important;
	background: #fff;*/
	font-weight: 600;
	font-size: 14px !important;
}

.hand-button::after {
	background-image: url(../images/logo_cartographie.png);
	content: '';
	width: 20px;
	height: 24px;
	position: absolute;
	left: 7px;
	background-size: cover;
	filter: brightness(100);
}
