body.eooa .fil-ariane {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--color-rouge-fonce);
  margin: 2rem auto;
  width: 90%;
  max-width: 1200px;
}
body.eooa .fil-ariane a {
  text-decoration: underline;
  text-decoration-style: dotted;
  color: inherit;
}
body.eooa .fil-ariane a:hover {
  text-decoration: underline;
  text-decoration-style: solid;
  color: var(--color-rouge-vif);
}
.fil-ariane .separator {
  color: inherit;
}
.fil-ariane .current {
  font-weight: 800;
  color: var(--color-rouge-fonce);
}
