.taxonomy-atouts.wp-block-post-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.taxonomy-atouts.wp-block-post-terms a {
  border: 2px solid;
  display: inline-flex;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-weight: bold;
  color: initial;
  pointer-events: none;
  flex-basis: calc(50% - 1rem);
}

.taxonomy-statuts a {
  text-decoration: none;
  pointer-events: none;
}

span.wp-block-post-terms__separator {
  display: none;
}

.gform-theme--foundation .gform_fields {
  gap: 1rem !important;
}

.gt-annonces h2::after {
  content: "" !important;
  display: none !important;
}
.gt-annonces .wp-block-read-more {
  display: flex;
  align-items: center;
}
.gt-annonces .wp-block-read-more:not(:has(img))::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  margin-left: 0.5em;
  position: relative;
  left: 0;
  transition: left 0.2s ease-in-out 0.2s;
}

/*# sourceMappingURL=archive-annonces.css.map */
