ul:has(li.tag) {
    list-style: none;
    margin: 0;
    padding: 0;
    column-gap: .5rem;
}

li.tag {
    width:max-content;
    white-space:nowrap;
}

li.tag:has(>.button) {
  padding-top: var(--bouton-padding-block);
  padding-bottom: var(--bouton-padding-block);
}

.search_cat.active a::after,
a.search_cat.active::after, 
button.search_cat.active::after {
  margin-left: .5rem;
  content: url('/themes/custom/default_theme/images/icon_close.svg');
}
  
.search_cat:not(.active):not(:active):hover a::after,
a.search_cat:not(.active):not(:active):hover::after,
button.search_cat:not(.active):not(:active):hover::after {
  filter: invert(0.9);
}
  
.search_cat:not(.active) a::after,
a.search_cat:not(.active)::after,
button.search_cat:not(.active)::after {
  margin-left: .5rem;
  content: url("/themes/custom/default_theme/images/icon_mini_search_white.svg");
}

.tag .button {
  border-radius: 8px;
  padding: 5px 12px;
}

.exposed_filters_agenda {
    border-top: 1px solid lightgrey;
    margin-top: 2rem;
    padding-top: 1rem;
}
.exposed_filters_agenda h2 {
  font-size: 1.5rem;
  color: var(--primary_color_dark);
}
.exposed_filters_agenda .form-actions {
   margin-bottom: 0 !important;
}
.exposed_filters_agenda .form-actions input.form-control{
  padding-block: 0;
}
.exposed_filters_agenda .btn-light {
  min-width: 250px;
  height: 2.375rem
}
.exposed_filters_agenda .btn-light, 
.exposed_filters_agenda input[type=date] {
    color: var(--text_color);
    background-color: #e2e6ea;
    border-color: #dae0e5;
}