
.param-filtres {
  padding: 20px;
  margin-bottom: 50px;
}

.head-filtres{
    display: flex;
    justify-content: space-between;
}


.filters{display:flex;gap:2rem;margin-bottom:1.5rem; flex-wrap: wrap;}
.filters label{display:block; padding-bottom: 10px;
  margin-right: 30px;}
.results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2.5rem}
.grid-item{border:1px solid #eee;}

.filters > div > div {
  width: 100%;
}
.filters > div {
  flex: 1 49%;
  display: flex;
  flex-wrap: wrap;
}
.results-grid .txt-article.text-article-actus {
  background: white;
}

.end-results {
  text-align: center;
  margin-top: 40px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #0075bf;
  border-top: 1px solid #0075bf;
  padding-top: 10px;
}

.reset-filters:hover {
  color: white;
}
.reset-filters {
  background: white;
  border: 1px solid #0075bf;
  color: #0075bf;
}

.results-grid .grid-item a {
  text-decoration: none !important;
}

.post-meta {
  font-size: .8em;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #0f4e9e;
}