/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.s-archive-posts-main .l-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.s-archive-posts-main__header {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--wp--preset--color--bg-gray-light);
}
@media screen and (max-width: 991px) {
  .s-archive-posts-main__header {
    gap: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.s-archive-posts-main__ttl {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
}
.s-archive-posts-main__ttl {
  font-size: 36px;
}
@media screen and (min-width: 569px) {
  .s-archive-posts-main__ttl {
    font-size: calc(36px + 20 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-archive-posts-main__ttl {
    font-size: 3.5rem;
  }
}
.s-archive-posts-main__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.s-archive-posts-main__grid > li {
  list-style: none;
  min-width: 0;
}
@media screen and (max-width: 991px) {
  .s-archive-posts-main__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
@media screen and (max-width: 580px) {
  .s-archive-posts-main__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.s-archive-posts-main__filters {
  display: flex;
  gap: 0.375rem;
}
@media screen and (max-width: 991px) {
  .s-archive-posts-main__filters {
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 580px) {
  .s-archive-posts-main__filters {
    gap: 0.25rem;
  }
}
.s-archive-posts-main__filter {
  display: inline-block;
  padding: 0.75rem 1rem;
  color: var(--wp--preset--color--txt-black);
}
@media screen and (max-width: 991px) {
  .s-archive-posts-main__filter {
    flex-shrink: 0;
    white-space: nowrap;
  }
}
@media screen and (max-width: 580px) {
  .s-archive-posts-main__filter {
    padding: 0.625rem 0.875rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .s-archive-posts-main__filter {
    font-size: 14px;
  }
}
@media screen and (max-width: 580px) and (min-width: 569px) {
  .s-archive-posts-main__filter {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 580px) and (min-width: 1440px) {
  .s-archive-posts-main__filter {
    font-size: 0.875rem;
  }
}
.s-archive-posts-main__filter.is-active {
  border-color: var(--wp--preset--color--bg-black);
  background-color: var(--wp--preset--color--bg-black);
  color: var(--wp--preset--color--txt-white);
}
@media (hover: hover) and (pointer: fine) {
  .s-archive-posts-main__filter:hover {
    border-color: var(--wp--preset--color--bg-black);
    background-color: var(--wp--preset--color--bg-black);
    color: var(--wp--preset--color--txt-white);
  }
}
.s-archive-posts-main .select2-container {
  min-width: 8.75rem;
}
.s-archive-posts-main__pagination-container {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 580px) {
  .s-archive-posts-main__pagination-container {
    justify-content: center;
  }
}

.s-archive-posts-main-post {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid transparent;
  background: linear-gradient(0deg, #FFF -0.2%, #EBF4FD 93.1%, #BDD4E7 279.7%) padding-box, linear-gradient(0deg, #BDD4E7 25%, #EBF4FD 75%, #FFFFFF 100%) border-box;
}
.s-archive-posts-main-post__thumb-wrap {
  flex: 0 0 13.75rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .s-archive-posts-main-post__thumb-wrap {
    flex-basis: 12.5rem;
  }
}
@media screen and (max-width: 580px) {
  .s-archive-posts-main-post__thumb-wrap {
    flex-basis: 11.25rem;
  }
}
.s-archive-posts-main-post__thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.s-archive-posts-main-post__content {
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .s-archive-posts-main-post__content {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 580px) {
  .s-archive-posts-main-post__content {
    padding: 1.25rem;
  }
}
.s-archive-posts-main-post__metas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 580px) {
  .s-archive-posts-main-post__metas {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.s-archive-posts-main-post__terms {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.s-archive-posts-main-post__term {
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  background-color: var(--wp--preset--color--bg-pale-sky-dark);
  color: var(--wp--preset--color--txt-white);
  border-radius: 4px;
  padding: 0.3125rem 0.625rem;
}
.s-archive-posts-main-post__term {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-archive-posts-main-post__term {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-archive-posts-main-post__term {
    font-size: 0.75rem;
  }
}
.s-archive-posts-main-post__date {
  font-weight: 300;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  color: var(--wp--preset--color--txt-pale-sky-dark);
}
.s-archive-posts-main-post__date {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-archive-posts-main-post__date {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-archive-posts-main-post__date {
    font-size: 0.75rem;
  }
}
.s-archive-posts-main-post__ttl {
  color: var(--wp--preset--color--txt-black);
}
.s-archive-posts-main-post__ttl a {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: inherit;
}
.s-archive-posts-main-post__ttl a {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .s-archive-posts-main-post__ttl a {
    font-size: calc(18px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-archive-posts-main-post__ttl a {
    font-size: 1.25rem;
  }
}
.s-archive-posts-main-post__ttl a::after {
  content: "";
  position: absolute;
  inset: 0;
}
.s-archive-posts-main-post__link-label {
  margin-top: 2.5rem;
  width: fit-content;
}
@media screen and (max-width: 580px) {
  .s-archive-posts-main-post__link-label {
    margin-top: 1.5rem;
  }
}