/* 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-lts-posts-grid .l-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 1.875rem;
}
.s-lts-posts-grid__ttl {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
  grid-column: 1/2;
  grid-row: 1/2;
}
.s-lts-posts-grid__ttl {
  font-size: 36px;
}
@media screen and (min-width: 569px) {
  .s-lts-posts-grid__ttl {
    font-size: calc(36px + 20 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-lts-posts-grid__ttl {
    font-size: 3.5rem;
  }
}
.s-lts-posts-grid__btns {
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.s-lts-posts-grid__grid {
  grid-column: 1/3;
  grid-row: 2/3;
  display: flex;
  gap: 0.375rem;
}
.s-lts-posts-grid__col {
  flex: 1 1 50%;
  min-height: 0;
}
.s-lts-posts-grid__col:last-child {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.s-lts-posts-grid__item {
  flex: 1;
}
.s-lts-posts-grid .c-post-card {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .s-lts-posts-grid .l-container {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
  }
  .s-lts-posts-grid__btns {
    order: 3;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .s-lts-posts-grid__grid {
    flex-direction: column;
    gap: 0.5rem;
  }
  .s-lts-posts-grid__col {
    flex: none;
    width: 100%;
  }
  .s-lts-posts-grid__col:last-child {
    gap: 0.5rem;
  }
  .s-lts-posts-grid .c-post-card:not(.c-post-card--featured) {
    flex-direction: column;
  }
  .s-lts-posts-grid .c-post-card:not(.c-post-card--featured) .c-post-card__thumb-wrap {
    flex: 0 0 auto;
    width: 100%;
    height: 12.5rem;
  }
  .s-lts-posts-grid .c-post-card:not(.c-post-card--featured) .c-post-card__content {
    padding: 1.5rem;
  }
  .s-lts-posts-grid .c-post-card:not(.c-post-card--featured) .c-post-card__link-label {
    margin-top: 1.5rem;
  }
  .s-lts-posts-grid .c-post-card--featured .c-post-card__thumb-wrap {
    min-height: 13.75rem;
  }
  .s-lts-posts-grid .c-post-card--featured .c-post-card__content {
    padding: 1.5rem;
  }
  .s-lts-posts-grid .c-post-card--featured .c-post-card__ttl a {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    line-height: 1.2;
  }
  .s-lts-posts-grid .c-post-card--featured .c-post-card__ttl a {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) and (min-width: 569px) {
  .s-lts-posts-grid .c-post-card--featured .c-post-card__ttl a {
    font-size: calc(18px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 991px) and (min-width: 1440px) {
  .s-lts-posts-grid .c-post-card--featured .c-post-card__ttl a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 580px) {
  .s-lts-posts-grid__ttl {
    font-family: "Outfit", sans-serif;
    font-weight: 200;
    line-height: 1;
  }
  .s-lts-posts-grid__ttl {
    font-size: 42px;
  }
}
@media screen and (max-width: 580px) and (min-width: 569px) {
  .s-lts-posts-grid__ttl {
    font-size: calc(42px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 580px) and (min-width: 1440px) {
  .s-lts-posts-grid__ttl {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 580px) {
  .s-lts-posts-grid .c-post-card:not(.c-post-card--featured) .c-post-card__thumb-wrap {
    height: 11.25rem;
  }
  .s-lts-posts-grid .c-post-card:not(.c-post-card--featured) .c-post-card__content {
    padding: 1.25rem;
  }
  .s-lts-posts-grid .c-post-card--featured .c-post-card__thumb-wrap {
    min-height: 11.25rem;
  }
  .s-lts-posts-grid .c-post-card--featured .c-post-card__content {
    padding: 1.25rem;
  }
}