.catho-breadcrumb {
  margin: 20px 0 47px 0;
}

.catho-breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.catho-breadcrumb li {
  display: inline;
  padding: 0;
  margin: 0;
}

.catho-breadcrumb li,
.catho-breadcrumb li a {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

/* Ajouter le séparateur "/" entre les éléments */
.catho-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin: 0 4px;
  color: #9e9e9e;
}

/* Style des liens */
.catho-breadcrumb a {
  text-decoration: none;
  color: black;
  transition: all 0.3s ease-in-out !important;
}

.catho-breadcrumb a:hover {
  text-decoration: underline;
  color: #b39964 !important;
}

.catho-breadcrumb li:last-child a, .catho-breadcrumb li:last-child span {
  color: #9E9E9E;
}

/* L'élément courant en gras (dernier élément) */
/*
.catho-breadcrumb li:last-child span {
 
}
*/
