/** END FONCTIONS **/
.les_articles li {
  margin-bottom: 30px;
}
.les_articles .contenu {
  padding: 25px 0;
}
.les_articles .date {
  font-size: 12px;
  margin-bottom: 20px;
  color: #000;
}
.les_articles .titre {
  font-weight: bold;
  line-height: 1.3;
  font-size: 18px;
  color: #000;
}
.les_articles .resume {
  font-weight: 300;
  line-height: 1.2;
  font-size: 12px;
  margin-top: 20px;
  color: #000;
}
nav.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
nav.pagination .nav-links span,
nav.pagination .nav-links a {
  margin: 0 10px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 14px;
  line-height: 18px;
  padding: 14px;
  min-width: 48px;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  background-color: #000;
  height: inherit;
}
nav.pagination .nav-links .current {
  background-color: #f9d569;
  color: #000;
}
@media (min-width: 1200px) {
  .les_articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .les_articles li {
    width: 30%;
  }
}
