/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.s-single-post-main {
  background-color: var(--wp--preset--color--white);
}
.s-single-post-main__inner {
  display: flex;
  align-items: flex-start;
  gap: clamp(2rem, 12vw, 5.625rem);
  width: 100%;
}
.s-single-post-main__aside {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 1.25rem;
  width: min(100%, 18.625rem);
  min-width: 0;
  position: sticky;
  top: calc(4.375rem + 1.5rem);
  align-self: flex-start;
}
.s-single-post-main__summary {
  width: 100%;
  padding: 0.8125rem 1rem;
  border-radius: 0.625rem;
  background-color: var(--wp--preset--color--beige-light);
}
.s-single-post-main__summary-title {
  margin: 0 0 0.625rem;
}
.s-single-post-main__summary-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.s-single-post-main__summary-item {
  margin: 0;
}
.s-single-post-main__summary-link {
  display: flex;
  align-items: center;
  min-height: 1.9375rem;
  padding: 0.4375rem 0.625rem 0.25rem;
  border: 0;
  border-radius: 0.375rem;
  background: transparent;
  color: var(--wp--preset--color--gray-dark);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  font-family: "poppins", sans-serif;
  line-height: 1.5;
  font-weight: 500;
}
.s-single-post-main__summary-link {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-single-post-main__summary-link {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-single-post-main__summary-link {
    font-size: 0.8125rem;
  }
}
.s-single-post-main__summary-link:focus-visible {
  color: var(--wp--preset--color--red);
  outline: none;
}
@media (hover: hover) and (pointer: fine) {
  .s-single-post-main__summary-link:hover {
    color: var(--wp--preset--color--red);
    outline: none;
  }
}
.s-single-post-main__summary-link.is-active {
  background-color: var(--wp--preset--color--pink);
  color: var(--wp--preset--color--white);
}
.s-single-post-main__summary-item.is-level-3 .s-single-post-main__summary-link {
  padding-left: 1.25rem;
}
.s-single-post-main__back {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  color: var(--wp--preset--color--red);
  text-decoration: none;
  font-family: "poppins", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}
.s-single-post-main__back {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-single-post-main__back {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-single-post-main__back {
    font-size: 0.8125rem;
  }
}
.s-single-post-main__back:focus-visible {
  color: var(--wp--preset--color--pink);
  outline: none;
}
@media (hover: hover) and (pointer: fine) {
  .s-single-post-main__back:hover {
    color: var(--wp--preset--color--pink);
    outline: none;
  }
}
.s-single-post-main__back-icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 0.8125rem;
  height: 0.8125rem;
  color: var(--wp--preset--color--pink);
}
.s-single-post-main__back-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.s-single-post-main__back-icon svg path {
  fill: currentColor;
}
.s-single-post-main__content {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}
.s-single-post-main__blocks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  width: 100%;
}
.s-single-post-main__blocks .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]), .s-single-post-main__blocks .wp-block-heading.has-heading-h3-font-size {
  font-family: "the-seasons", serif;
  line-height: 1.26;
  font-weight: 400;
  color: var(--wp--preset--color--red);
  font-weight: 400;
  font-family: "the-seasons", serif;
  line-height: 0.96;
  font-size: 2.375rem !important;
}
.s-single-post-main__blocks .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]), .s-single-post-main__blocks .wp-block-heading.has-heading-h3-font-size {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .s-single-post-main__blocks .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]), .s-single-post-main__blocks .wp-block-heading.has-heading-h3-font-size {
    font-size: calc(24px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-single-post-main__blocks .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]), .s-single-post-main__blocks .wp-block-heading.has-heading-h3-font-size {
    font-size: 1.625rem;
  }
}
.s-single-post-main__blocks .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]), .s-single-post-main__blocks .wp-block-heading.has-heading-h3-font-size {
  font-size: 38px;
}
@media screen and (min-width: 569px) {
  .s-single-post-main__blocks .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]), .s-single-post-main__blocks .wp-block-heading.has-heading-h3-font-size {
    font-size: calc(38px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-single-post-main__blocks .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]), .s-single-post-main__blocks .wp-block-heading.has-heading-h3-font-size {
    font-size: 2.375rem;
  }
}
.s-single-post-main__blocks .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]), .s-single-post-main__blocks .wp-block-heading.has-heading-h4-font-size {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.41;
  font-weight: 500;
  color: var(--wp--preset--color--gray-dark);
  font-family: "the-seasons", serif;
  line-height: 1.26;
  font-weight: 400;
  font-size: 1.625rem !important;
}
.s-single-post-main__blocks .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]), .s-single-post-main__blocks .wp-block-heading.has-heading-h4-font-size {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-single-post-main__blocks .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]), .s-single-post-main__blocks .wp-block-heading.has-heading-h4-font-size {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-single-post-main__blocks .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]), .s-single-post-main__blocks .wp-block-heading.has-heading-h4-font-size {
    font-size: 0.875rem;
  }
}
.s-single-post-main__blocks .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]), .s-single-post-main__blocks .wp-block-heading.has-heading-h4-font-size {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .s-single-post-main__blocks .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]), .s-single-post-main__blocks .wp-block-heading.has-heading-h4-font-size {
    font-size: calc(24px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-single-post-main__blocks .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]), .s-single-post-main__blocks .wp-block-heading.has-heading-h4-font-size {
    font-size: 1.625rem;
  }
}
.s-single-post-main__blocks :where(.wp-block-image) {
  margin: 0;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.s-single-post-main__blocks :where(.wp-block-image) img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0;
}
.s-single-post-main__blocks :where(.wp-block-video, .wp-block-embed) {
  margin: 0;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .s-single-post-main__inner.has-summary {
    padding-top: 4rem;
  }
  .s-single-post-main__aside {
    width: min(100%, 16.25rem);
  }
}
@media screen and (max-width: 991px) {
  .s-single-post-main__inner {
    flex-direction: column;
    gap: 2rem;
  }
  .s-single-post-main__inner.has-summary {
    padding-top: 2rem;
  }
  .s-single-post-main__aside {
    position: static;
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .s-single-post-main__inner.has-summary {
    padding-top: 1.5rem;
  }
}

.topbar-on .s-single-post-main__aside {
  top: calc(4.375rem + 4rem);
}

.editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]), .editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading.has-heading-h3-font-size {
  font-family: "the-seasons", serif;
  line-height: 1.26;
  font-weight: 400;
  color: var(--wp--preset--color--red);
  font-weight: 400;
  font-family: "the-seasons", serif;
  line-height: 0.96;
  font-size: 2.375rem !important;
}
.editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]), .editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading.has-heading-h3-font-size {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]), .editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading.has-heading-h3-font-size {
    font-size: calc(24px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]), .editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading.has-heading-h3-font-size {
    font-size: 1.625rem;
  }
}
.editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]), .editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading.has-heading-h3-font-size {
  font-size: 38px;
}
@media screen and (min-width: 569px) {
  .editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]), .editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading.has-heading-h3-font-size {
    font-size: calc(38px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]), .editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading.has-heading-h3-font-size {
    font-size: 2.375rem;
  }
}
.editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]), .editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading.has-heading-h4-font-size {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.41;
  font-weight: 500;
  color: var(--wp--preset--color--gray-dark);
  font-family: "the-seasons", serif;
  line-height: 1.26;
  font-weight: 400;
  font-size: 1.625rem !important;
}
.editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]), .editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading.has-heading-h4-font-size {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]), .editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading.has-heading-h4-font-size {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]), .editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading.has-heading-h4-font-size {
    font-size: 0.875rem;
  }
}
.editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]), .editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading.has-heading-h4-font-size {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]), .editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading.has-heading-h4-font-size {
    font-size: calc(24px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]), .editor-styles-wrapper .s-single-post-main__blocks .wp-block-heading.has-heading-h4-font-size {
    font-size: 1.625rem;
  }
}
.editor-styles-wrapper .s-single-post-main__blocks :where(.wp-block-image) {
  margin: 0;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.editor-styles-wrapper .s-single-post-main__blocks :where(.wp-block-image) img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0;
}
.editor-styles-wrapper .s-single-post-main__blocks :where(.wp-block-video, .wp-block-embed) {
  margin: 0;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}

.wp-site-blocks p.s-single-post-main__summary-title,
.editor-styles-wrapper p.s-single-post-main__summary-title {
  font-family: "the-seasons", serif;
  line-height: 1.26;
  font-weight: 400;
  color: var(--wp--preset--color--red);
}
.wp-site-blocks p.s-single-post-main__summary-title,
.editor-styles-wrapper p.s-single-post-main__summary-title {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .wp-site-blocks p.s-single-post-main__summary-title,
  .editor-styles-wrapper p.s-single-post-main__summary-title {
    font-size: calc(24px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .wp-site-blocks p.s-single-post-main__summary-title,
  .editor-styles-wrapper p.s-single-post-main__summary-title {
    font-size: 1.625rem;
  }
}