.gn-all-posts-section {
  width: 100%;
  padding: 10rem 13.8rem;
  margin-bottom: 8.696rem;
}

@media screen and (max-width: 1440px) {
  .gn-all-posts-section {
    padding: 10rem 8rem;
    margin-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .gn-all-posts-section {
    padding: 6rem 1.7rem;
  }
}

.gn-all-posts-section .ajax-content-page {
  display: flex;
  flex-direction: column;
  gap: 4.348rem;
}

@media screen and (max-width: 767px) {
  .gn-all-posts-section .ajax-content-page {
    gap: 4.6rem;
  }
}

.gn-all-posts-section ul {
  padding: 0;
  margin: 0;
}

.gn-all-posts-section li {
  list-style: none;
}

.gn-all-posts-section h3 {
  font-weight: 500;
  margin: 0;
}

.gn-all-posts-section .gn_posts__tag,
.gn-all-posts-section .gn_posts__cat {
  font-size: 1.739rem;
  color: #565963;
}

@media screen and (max-width: 767px) {
  .gn-all-posts-section .gn_posts__tag,
  .gn-all-posts-section .gn_posts__cat {
    font-size: 1.6rem;
  }
}

.gn-all-posts-section .gn_posts__tag {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .gn-all-posts-section .gn_posts__tag {
    margin-right: 3px;
  }
}

.gn-all-posts-section .gn_posts__cat {
  font-weight: 700;
  margin-left: 10px;
  color: #3C0C44;
}

@media screen and (max-width: 767px) {
  .gn-all-posts-section .gn_posts__cat {
    margin-left: 0;
  }
}

.gn-all-posts-section .gn_posts__chapo {
  font-weight: 400;
}

.gn_posts__highlighted {
  display: flex;
  gap: 5.172rem;
}

@media screen and (max-width: 767px) {
  .gn_posts__highlighted {
    flex-direction: column;
    gap: 3rem;
  }
}

.gn_posts__highlighted .publications {
  display: flex;
  flex-direction: column;
  width: calc(50% - 2.586rem);
  height: fit-content;
}

@media screen and (max-width: 767px) {
  .gn_posts__highlighted .publications {
    width: 100%;
    height: unset;
  }
}

.gn_posts__highlighted .gn_posts__image {
  position: relative;
  width: 100%;
}

.gn_posts__highlighted .gn_posts__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: calc((40 / 77) * 100%);
}

.gn_posts__highlighted .gn_posts__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gn-all-posts-section .gn-all-posts-section__filters--cats {
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 5.565rem;
}

@media screen and (max-width: 767px) {
  .gn-all-posts-section .gn-all-posts-section__filters--cats {
    gap: 10px;
    margin-bottom: 3rem;
  }
}

.gn-all-posts-section .gn-all-posts-section__filters--cats > p {
  font-size: 2.435rem;

  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .gn-all-posts-section .gn-all-posts-section__filters--cats > p {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  .gn-all-posts-section .gn-all-posts-section__filters--cats > p {
    font-size: 2.2rem;
  }
}

.gn-all-posts-section .gn-all-posts-section__filters--cats li {
  font-size: 2.087rem;

  line-height: 1;
  font-weight: 500;
  list-style: none;
  cursor: pointer;
  color: #3C0C44;
  width: 100%;
  max-width: max-content;
  background: transparent;
  border: 2px solid #3C0C44;
  padding: 1.2rem 3.7rem 0.68rem;
}

@media screen and (max-width: 991px) {
  .gn-all-posts-section .gn-all-posts-section__filters--cats li {
    font-size: 2.2rem;
    padding: 1.1rem 3.2rem 0.6rem;
  }
}

@media screen and (max-width: 767px) {
  .gn-all-posts-section .gn-all-posts-section__filters--cats li {
    font-size: 1.8rem;

    padding: .79rem 2rem 0.52rem;
  }
}

.gn-all-posts-section .gn-all-posts-section__filters--cats li.is-active {
  color: #FFF;
  background-color: #3C0C44;
}

.gn-all-posts-section .gn-all-posts-section__filters--tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3.448rem;
  min-height: 50px;
  padding: 0.603rem 0;
  margin-bottom: 1.724rem;
}

@media screen and (max-width: 991px) {
  .gn-all-posts-section .gn-all-posts-section__filters--tags {
    row-gap: 2rem;
    column-gap: 1rem;
    min-height: auto;
    padding: 0;
    margin-bottom: 3rem;
  }
}

.gn-all-posts-section .gn-all-posts-section__filters--tags p,
.gn-all-posts-section .gn-all-posts-section__filters--tags li {
  font-size: 2.069rem;
}

.gn-all-posts-section .gn-all-posts-section__filters--tags p {
  line-height: 1.5;
  font-weight: 500;
  margin-right: 2.586rem;
}

@media screen and (max-width: 991px) {
  .gn-all-posts-section .gn-all-posts-section__filters--tags p {
    margin-right: 0;
  }
}

.gn-all-posts-section .gn-all-posts-section__filters--tags li {
  line-height: 1.5;
  font-weight: 700;
  cursor: pointer;
}

.gn-all-posts-section .gn-all-posts-section__filters--tags li.is-active {
  color: #BF1F36;
}

.gn-all-posts-section .gn_posts__highlighted .gn_posts__title {
  font-size: 3.478rem;
  margin-bottom: 1.3rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .gn-all-posts-section .gn_posts__highlighted .gn_posts__title {
    font-size: 3rem;
  }
}

.gn-all-posts-section .gn_posts__image img {
  margin-bottom: 2.6rem;
}

@media screen and (max-width: 767px) {
  .gn-all-posts-section .gn_posts__image img {
    margin-bottom: 2.3rem;
  }
}

.gn-all-posts-section .gn_posts__main .gn_posts__title {
  font-size: 3.043rem;
  margin: 2.6rem 0 1.3rem;
  line-height: 1.08;
}

@media screen and (max-width: 1440px) {
  .gn-all-posts-section .gn_posts__main .gn_posts__title {
    font-size: 2.155rem;
  }
}

@media screen and (max-width: 767px) {
  .gn-all-posts-section .gn_posts__main .gn_posts__title {
    font-size: 2.5rem;
    margin: 1.4rem 0 1.3rem;
  }
}

.gn-all-posts-section .gn_posts__chapo {
  font-size: 1.739rem;
}

@media screen and (max-width: 767px) {
  .gn-all-posts-section.gn_posts__chapo {
    font-size: 1.6rem;
  }
}

.gn-all-posts-section .gn_posts__main {
  display: flex;
  flex-wrap: wrap;
  gap: 5.172rem;
}

@media screen and (max-width: 991px) {
  .gn-all-posts-section .gn_posts__main {
    flex-wrap: wrap;
  }
}

.gn-all-posts-section .gn_posts__main .publications {
  width: 100%;
  max-width: calc((100% / 4) - 5.172rem);
}

@media screen and (max-width: 991px) {
  .gn-all-posts-section .gn_posts__main .publications {
    max-width: calc((100% / 2) - 5.172rem);
  }
}

@media screen and (max-width: 767px) {
  .gn-all-posts-section .gn_posts__main .publications {
    max-width: 100%;
  }
}

.gn-all-posts-section .gn_posts__main .publications .gn_posts__image {
  position: relative;
  display: block;
  margin-bottom: 2.586rem;
  max-width: 280px;
}

@media screen and (max-width: 767px) {
  .gn-all-posts-section .gn_posts__main .publications .gn_posts__image {
    margin-bottom: 1.897rem;
    max-width: initial;
  }
}

.gn-all-posts-section .gn_posts__main .publications .gn_posts__image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: calc((19 / 14) * 100%);
}

.gn-all-posts-section .gn_posts__main .publications .gn_posts__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gn-all-posts-section .gn_posts__tag-cat {
  display: flex;
  height: fit-content;
  margin: 3.448rem 0 1.293rem;
}

@media screen and (max-width: 767px) {
  .gn-all-posts-section .gn_posts__tag-cat {
    margin: 1.5rem 0 1.5rem;
  }
}

.load_more_ajax {
  display: flex;
  width: fit-content;
  height: fit-content;
  background-color: #BF1F36;
  color: #ffffff;
  padding: 1.913rem 3.391rem 1.739rem;
  margin: auto;
  font-size: 2.435rem;
  font-weight: 500;
  line-height: 1;
}

.load_more_ajax:hover {
  background-color: #3C0C44;
}

@media screen and (max-width: 767px) {
  .load_more_ajax {
    font-size: 1.8rem;
    padding: 1.5rem 4rem 1.2rem;
  }
}