/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.archive-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.1875rem;
}

.archive-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  min-height: 1.25rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--wp--preset--color--red);
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  line-height: 1.41;
  text-decoration: none;
  opacity: 0.3;
  transition: opacity 0.3s ease;
  font-weight: 700;
}
.archive-page-btn {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .archive-page-btn {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .archive-page-btn {
    font-size: 0.875rem;
  }
}
.archive-page-btn.is-current {
  opacity: 1;
  pointer-events: none;
}
.archive-page-btn.is-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.archive-page-btn.is-prev, .archive-page-btn.is-next {
  display: none;
}
.archive-page-btn--dots {
  opacity: 0.3;
  pointer-events: none;
}
.archive-page-btn:focus-visible {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .archive-page-btn:hover {
    opacity: 1;
  }
}

.s-archive-posts-main {
  color: var(--wp--preset--color--red);
}
.s-archive-posts-main__inner {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
.s-archive-posts-main__inner.is-loading .s-archive-posts-main__list,
.s-archive-posts-main__inner.is-loading .s-archive-posts-main__pagination {
  opacity: 0.55;
  pointer-events: none;
}
.s-archive-posts-main__featured[hidden] {
  display: none;
}
.s-archive-posts-main__featured-card {
  margin: 0;
}
.s-archive-posts-main__featured-link {
  display: grid;
  grid-template-columns: minmax(0, 450fr) minmax(0, 734fr);
  gap: 1rem;
  padding: 2.1875rem;
  border-radius: 1rem;
  background-color: var(--wp--preset--color--beige-medium);
  color: var(--wp--preset--color--red);
  text-decoration: none;
}
.s-archive-posts-main__featured-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.4375rem;
  min-width: 0;
  min-height: 26.875rem;
  padding-bottom: 2.875rem;
}
.s-archive-posts-main__featured-title {
  margin: 0;
  font-family: "the-seasons", serif;
  font-weight: 400;
  line-height: 0.96;
  font-weight: 400;
}
.s-archive-posts-main__featured-title {
  font-size: 38px;
}
@media screen and (min-width: 569px) {
  .s-archive-posts-main__featured-title {
    font-size: calc(38px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-archive-posts-main__featured-title {
    font-size: 2.375rem;
  }
}
.s-archive-posts-main__featured-info {
  display: flex;
  flex-direction: column;
  gap: 1.4375rem;
  min-width: 0;
}
.s-archive-posts-main__featured-excerpt {
  margin: 0;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
  line-height: 1.41;
  font-weight: 500;
}
.s-archive-posts-main__featured-excerpt {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-archive-posts-main__featured-excerpt {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-archive-posts-main__featured-excerpt {
    font-size: 0.875rem;
  }
}
.s-archive-posts-main__featured-media {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.4375rem;
  min-width: 0;
}
.s-archive-posts-main__featured-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
.s-archive-posts-main__featured-image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 23.75rem;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.s-archive-posts-main__featured-link:focus-visible .s-archive-posts-main__featured-image {
  transform: scale(1.03);
}
@media (hover: hover) and (pointer: fine) {
  .s-archive-posts-main__featured-link:hover .s-archive-posts-main__featured-image {
    transform: scale(1.03);
  }
}
.s-archive-posts-main__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.s-archive-posts-main__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.625rem 0.5rem 0.375rem 0.5rem;
  border-radius: 1.875rem;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--red);
  font-family: "poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.s-archive-posts-main__tag {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-archive-posts-main__tag {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-archive-posts-main__tag {
    font-size: 0.8125rem;
  }
}
.s-archive-posts-main__date {
  font-family: "poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  transform: translateY(2px);
}
.s-archive-posts-main__date {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-archive-posts-main__date {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-archive-posts-main__date {
    font-size: 0.8125rem;
  }
}
.s-archive-posts-main__badge {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  min-height: 2.5rem;
  padding: 0.1875rem 1rem;
  border-radius: 0.5rem;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--red);
}
.s-archive-posts-main__badge--media {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  z-index: 1;
}
.s-archive-posts-main__badge-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.375rem;
  height: 1.9375rem;
  overflow: hidden;
  color: inherit;
}
.s-archive-posts-main__badge-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.s-archive-posts-main__badge-icon svg [fill]:not([fill=none]) {
  fill: currentColor;
}
.s-archive-posts-main__badge-icon svg [stroke]:not([stroke=none]) {
  stroke: currentColor;
}
.s-archive-posts-main__badge-label {
  font-family: "poppins", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
  transform: translateY(0.1875rem);
}
.s-archive-posts-main__badge-label {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-archive-posts-main__badge-label {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-archive-posts-main__badge-label {
    font-size: 0.8125rem;
  }
}
.s-archive-posts-main__arrow {
  display: inline-flex;
  align-self: flex-end;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  color: inherit;
  transform: rotate(90deg);
  margin: 0.375rem 0.375rem 0 0;
}
.s-archive-posts-main__arrow--featured {
  width: 1.25rem;
  height: 1.25rem;
}
.s-archive-posts-main__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.s-archive-posts-main__arrow svg [fill]:not([fill=none]) {
  fill: currentColor;
}
.s-archive-posts-main__arrow svg [stroke]:not([stroke=none]) {
  stroke: currentColor;
}
.s-archive-posts-main__filters-region {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.s-archive-posts-main__filters {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.s-archive-posts-main__filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.s-archive-posts-main__filter-pills[hidden] {
  display: none;
}
.s-archive-posts-main__filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 0.5rem 0.375rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 1.875rem;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--red);
  cursor: pointer;
  font-family: "poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.s-archive-posts-main__filter-pill {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-archive-posts-main__filter-pill {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-archive-posts-main__filter-pill {
    font-size: 0.8125rem;
  }
}
.s-archive-posts-main__filter-pill:focus-visible {
  background-color: var(--wp--preset--color--beige-medium);
  border-color: var(--wp--preset--color--red);
}
@media (hover: hover) and (pointer: fine) {
  .s-archive-posts-main__filter-pill:hover {
    background-color: var(--wp--preset--color--beige-medium);
    border-color: var(--wp--preset--color--red);
  }
}
.s-archive-posts-main__filter-pill-remove {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 0.5625rem;
  height: 0.5625rem;
  color: inherit;
  transform: translateY(-1px);
}
.s-archive-posts-main__filter-pill-remove svg {
  display: block;
  width: 100%;
  height: 100%;
}
.s-archive-posts-main__filter-pill-remove svg [fill]:not([fill=none]) {
  fill: currentColor;
}
.s-archive-posts-main__filter-pill-remove svg [stroke]:not([stroke=none]) {
  stroke: currentColor;
}
.s-archive-posts-main__filter {
  flex: 0 0 18.75rem;
  width: 18.75rem;
  max-width: 100%;
  min-width: 0;
}
.s-archive-posts-main__filter-select {
  width: 100%;
}
.s-archive-posts-main__results {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
.s-archive-posts-main__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.s-archive-posts-main__grid-item {
  min-width: 0;
}
.s-archive-posts-main__pagination {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .s-archive-posts-main__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 991px) {
  .s-archive-posts-main__featured-link {
    grid-template-columns: minmax(0, 1fr);
  }
  .s-archive-posts-main__featured-content, .s-archive-posts-main__featured-media {
    min-height: 0;
  }
}
@media screen and (max-width: 768px) {
  .s-archive-posts-main__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .s-archive-posts-main__filters {
    flex-direction: column;
  }
  .s-archive-posts-main__filter {
    flex-basis: auto;
    width: 100%;
  }
}