.posts-title {
  margin-bottom: 3rem;
}

.post {
  border: 1px dotted #2a272f;
  border-radius: 5px;
  padding: 0 1rem;
  margin-bottom: 1rem;
}

.posts-navigation {
  display: flex;
  justify-content: space-between;
}

.posts-navigation :last-child {
  flex-grow: 1;
  text-align: right;
}

.category-link {
  margin: 0.5rem 0.5rem 0.5rem 0;
  border-radius: 5px;
  padding: 0.5rem;
  border: none;
}

.soirees-jeux {
  background-color: #fb7d85;
}

.soirees-jeux:hover {
  background-color: #2a272f;
}

.soirees-jeux a {
  color: #2a272f;
}

.soirees-jeux:hover a {
  color: #fb7d85;
}

.evenements {
  background-color: #f9d533;
}

.evenements:hover {
  background-color: #2a272f;
}

.evenements a {
  color: #2a272f;
}

.evenements:hover a {
  color: #f9d533;
}

.news {
  background-color: #87fef9;
}

.news:hover {
  background-color: #2a272f;
}

.news a {
  color: #2a272f;
}

.news:hover a {
  color: #87fef9;
}

.post-informations {
  margin: 0 0.4rem;
  font-style: italic;
}
