.pagination__blog {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 500;
}
span.page-numbers.current {
  color: #d10565;
}
.pagination__blog a {
  text-decoration: none;
  color: rgba(8, 75, 132, 1);
  margin-right: 1rem;
  margin-left: 1rem;
}
.pagination__blog a:hover {
  color: #d10565;
}

#nav-below.paging-navigation {
  background-color: #f4f4f4;
}
.title__blog-articles {
  display: flex;
  color: rgba(8, 75, 132, 1);
  cursor: pointer;
  font-weight: 400;
  font-size: 2rem;
  width: 100%;
  margin-top: 1rem;
}
.categorie_name_blog a {
  font-weight: 300;
  font-size: 1rem;
  color: #d10565;
  text-decoration: none;
  margin-top: 1rem;
}
.blog_illustration {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.title__blog-articles a {
  text-decoration: none;
  margin-top: -1rem;
}
.title__blog-articles a:hover {
  color: rgba(8, 75, 132, 0.5);
}
.title__blog-articles {
  display: flex;
  color: rgba(8, 75, 132, 1);
  cursor: pointer;
  font-weight: 400;
  font-size: 2rem;
  width: 100%;
  margin-top: 1rem;
}
.subitles {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  margin-top: -1rem;
  color: rgba(8, 75, 132, 1);
}
@media screen and (min-width: 800px) {
  .article_container {
    padding-left: 1rem;
  }
  .article_container:nth-of-type(1) {
    grid-row: 1 / 3;
  }
  .article_container:nth-of-type(1) img {
    width: 20vw;
    height: 20vh;
  }
  .article_container:nth-of-type(2) {
    grid-column: 2 / 3;
  }
  .article_container:nth-of-type(2) img {
    width: 20vw;
    height: 10vh;
  }
  .article_container:nth-of-type(3) {
    grid-column: 3 / 3;
  }
  .article_container:nth-of-type(3) img {
    width: 20vw;
    height: 10vh;
  }

  .container__blog {
    display: grid;
    width: 100vw;
    position: relative;
    margin-left: -20vw;
    margin-right: -20vw;
    padding-top: 5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-color: #f4f4f4;
  }
  .is-right-sidebar {
    display: none;
  }
  .is-left-sidebar {
    display: none;
  }
  .inside-right-sidebar {
    padding-top: 5rem;
  }
  .title__blog-articles a {
    text-decoration: none;
    margin-top: -1rem;
  }
  .title__blog-articles a:hover {
    color: rgba(8, 75, 132, 0.5);
  }
  .title__blog-articles {
    display: flex;
    color: rgba(8, 75, 132, 1);
    cursor: pointer;
    font-weight: 400;
    font-size: 2rem;
    width: 100%;
    margin-top: 1rem;
  }
  .subitles {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-top: -1rem;
    color: rgba(8, 75, 132, 1);
  }
  .categorie_name_blog {
    font-weight: 300;
    font-size: 1rem;
    color: #d10565;
    margin-top: 1rem;
  }
  .blog_illustration {
    width: 20vw;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
}
