/** END FONCTIONS **/
.les_articles .un_article {
  background-color: #fff;
  margin-bottom: 30px;
  border: 1px solid #E5E5E5;
  box-shadow: 7px 9px 13px 0 rgba(73, 145, 135, 0.1);
  width: 100%;
  padding: 0;
  position: relative;
}
.les_articles .contenu {
  padding: 20px;
  text-align: left;
}
.les_articles .titre {
  font-family: phenomena;
  font-weight: bold;
  line-height: 1.3;
  font-size: 24px;
  color: #000;
}
.les_articles .resume {
  font-weight: 300;
  line-height: 1.2;
  font-size: 14px;
  margin-top: 15px;
  color: #000;
}
.les_articles .date {
  font-size: 12px;
  color: #95CDC2;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 15px;
}
.les_articles .cat {
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 30px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px;
  background-color: #f9d569;
  font-weight: bold;
  letter-spacing: 1px;
}
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: 768px) {
  .blog .les_articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blog .les_articles .un_article {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1024px) {
  .blog .les_articles .un_article {
    width: calc(33% - 30px);
  }
}
@media (min-width: 1200px) {
  .blog .les_articles .un_article {
    width: calc(25% - 30px);
  }
}
