.ydu-breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	font-size: 0.9em;
	flex-wrap: wrap;
	justify-content: center;
}

.section_entete_page .ydu-breadcrumb li a {
	color: white !important;
}

.section_entete_page .item-current {
	color: white !important;
}

.section_entete_page .seperator {
	color: white !important;
}

.ydu-breadcrumb li a {
	color: #1d1d1b;
	font-weight: inherit;
}

.ydu-breadcrumb .seperator {
	margin: 0 8px;
}

.item-current {
	color: #1d1d1b;
}

.seperator {
	color: #1d1d1b;
}

.ydu-breadcrumb li {
	font-size: 0.9em;
	letter-spacing: 0.2px;
	font-weight: 300;
}

#ydu-breadcrumb {
	margin-top: 20px;
}