/*breadcrumb */


/**********************************************************************************************************/
/*ATTENTION : LA GESTION DES COULEURS SECONDARY ET THIRD S'EFFECTUE UNIQUEMENT DANS LE FICHIER layout_color.css*/
/**********************************************************************************************************/


ul.bread {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	padding: 0;
}

.breadcrumb {
	font-size: 12px;
	color: var(--darkprimary);
	margin: 1rem;
}

.breadcrumb span.here {
	margin-right: 5px;
}

.breadcrumb li:not(:first-child):before {
	content: ' › ';
	margin: 0 5px;
}

.breadcrumb li.active-breadcrumb {
	color: var(--secondary);
	text-transform: uppercase;
}

.breadcrumb a {
    text-decoration: none;
    color: var(--darkprimary);
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/*************************************RESPONSIVE**************************************/
/*************************************RESPONSIVE**************************************/
/*************************************RESPONSIVE**************************************/

/*breackpoint bootstrap sm */
@media (min-width:576px) {

}

/*breackpoint bootstrap md */
@media (min-width:768px) {

}

/*breackpoint bootstrap lg */
@media (min-width:992px) {

}

/*breackpoint bootstrap xl */
@media (min-width:1200px) {

}

/*ajustement spécifique 1300px */
@media (min-width:1300px) {

}

/*breackpoint bootstrap xxl */
@media (min-width:1400px) {

}

/*breackpoint bootstrap xxl */
@media (min-width:1600px) {

}
