.filtreur-indicateurs {
  position: relative; }
  .filtreur-indicateurs .filtreur-contenu {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 10px 30px; }
  .filtreur-indicateurs .white-background {
    background-color: light-dark(white, var(--background-contrast-grey)); }
  .filtreur-indicateurs:has(input:checked) .link_container {
    display: flex;
    width: 100%;
    justify-content: flex-end; }
  .filtreur-indicateurs:not(:has(input:checked)) .link_container {
    display: none; }
