@charset "UTF-8";
/* 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-text-media__content {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.s-text-media__content.is-valign-flex-start {
  align-items: flex-start;
}
.s-text-media__content.is-valign-center {
  align-items: center;
}
.s-text-media__content.is-valign-flex-end {
  align-items: flex-end;
}
.s-text-media__media, .s-text-media__text {
  flex: 0 0 50%;
  max-width: 50%;
  min-width: 0;
}
.s-text-media__media {
  padding-right: 5rem;
}
.s-text-media__content.is-reversed {
  flex-direction: row-reverse;
}
.s-text-media__content.is-reversed .s-text-media__media {
  padding-right: 0;
  padding-left: 5rem;
}
.s-text-media__figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.s-text-media__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.s-text-media__caption {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: var(--wp--preset--color--txt-black);
  line-height: 1.5;
  opacity: 0.4;
}
.s-text-media__caption {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-text-media__caption {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-text-media__caption {
    font-size: 0.75rem;
  }
}
.s-text-media__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.s-text-media__ttl {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  color: var(--wp--preset--color--txt-black);
  line-height: 1;
}
.s-text-media__ttl {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .s-text-media__ttl {
    font-size: calc(24px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-text-media__ttl {
    font-size: 2rem;
  }
}
.s-text-media__body {
  font-family: "Inter", sans-serif;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  color: var(--wp--preset--color--txt-black);
  opacity: 0.6;
}
.s-text-media__body {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-text-media__body {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-text-media__body {
    font-size: 0.875rem;
  }
}
.s-text-media__body h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
}
.s-text-media__body h2 {
  font-size: 42px;
}
@media screen and (min-width: 569px) {
  .s-text-media__body h2 {
    font-size: calc(42px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-text-media__body h2 {
    font-size: 2.625rem;
  }
}
.s-text-media__body h2:not(:first-child) {
  margin-top: 2rem;
}
.s-text-media__body h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1;
}
.s-text-media__body h3 {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .s-text-media__body h3 {
    font-size: calc(24px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-text-media__body h3 {
    font-size: 2rem;
  }
}
.s-text-media__body h3:not(:first-child) {
  margin-top: 1.25rem;
}
.s-text-media__body h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
.s-text-media__body h4 {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .s-text-media__body h4 {
    font-size: calc(18px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-text-media__body h4 {
    font-size: 1.25rem;
  }
}
.s-text-media__body h5 {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-text-media__body h5 {
    font-size: calc(16px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-text-media__body h5 {
    font-size: 1.125rem;
  }
}
.s-text-media__body p {
  margin-top: 1.25rem;
}
.s-text-media__body p:first-child {
  margin-top: 0;
}
.s-text-media__body a {
  color: var(--wp--preset--color--txt-black);
}
.s-text-media__body p + ul,
.s-text-media__body h2 + p,
.s-text-media__body h3 + p,
.s-text-media__body h4 + p,
.s-text-media__body h5 + p {
  margin-top: 1.25rem;
}
.s-text-media__body b,
.s-text-media__body strong {
  font-weight: 700;
}
.s-text-media__body .btn {
  margin-top: 2rem;
}
.s-text-media__body i,
.s-text-media__body em {
  font-style: italic;
}
.s-text-media__body p > a,
.s-text-media__body li > a {
  text-decoration: underline;
}
.s-text-media__body ul,
.s-text-media__body ol {
  margin-top: 1.875rem;
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.s-text-media__body ul li,
.s-text-media__body ol li {
  position: relative;
  padding-left: 0.75rem;
}
.s-text-media__body ul li:last-child,
.s-text-media__body ol li:last-child {
  margin-bottom: 0;
}
.s-text-media__body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4375rem;
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: currentColor;
  border-radius: 50% 50%;
}
.s-text-media__body ol li {
  list-style: decimal;
}
.s-text-media__body img {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.s-text-media__body *:first-child:not(.mejs-button):not(button) {
  margin-top: 0;
}
.s-text-media__body img {
  margin: 1.25rem 0 3.5rem;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
@media screen and (max-width: 991px) {
  .s-text-media__body img {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    border-radius: 0;
    display: block;
    height: auto;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.s-text-media__body p,
.s-text-media__body li,
.s-text-media__body a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
.s-text-media__body p,
.s-text-media__body li,
.s-text-media__body a {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-text-media__body p,
  .s-text-media__body li,
  .s-text-media__body a {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-text-media__body p,
  .s-text-media__body li,
  .s-text-media__body a {
    font-size: 0.875rem;
  }
}
.s-text-media__body .wp-video-shortcode:not(:first-child) {
  margin-top: 2rem;
}
.s-text-media__body .button {
  font-family: "Outfit", sans-serif;
  display: inline-flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 4px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1;
  cursor: pointer;
}
.s-text-media__body .button:not(:first-child) {
  margin-top: 1rem;
}
.s-text-media__body .button:hover {
  color: var(--wp--preset--color--txt-white);
  background-color: var(--wp--preset--color--bg-black);
}
.s-text-media__body .button--primary {
  background-color: var(--wp--preset--color--bg-deep-purple-medium);
  color: var(--wp--preset--color--txt-white);
}
.s-text-media__body h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
}
.s-text-media__body h1 {
  font-size: 36px;
}
@media screen and (min-width: 569px) {
  .s-text-media__body h1 {
    font-size: calc(36px + 20 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-text-media__body h1 {
    font-size: 3.5rem;
  }
}
.s-text-media__body h1:not(:first-child) {
  margin-top: 2rem;
}
.s-text-media__body h6 {
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}
.s-text-media__body h6 {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-text-media__body h6 {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-text-media__body h6 {
    font-size: 0.875rem;
  }
}
.s-text-media__body h6:not(:first-child) {
  margin-top: 1rem;
}
.s-text-media__body figure {
  margin: 2rem 0;
  max-width: 100%;
}
.s-text-media__body figure:first-child {
  margin-top: 0;
}
.s-text-media__body figure img {
  margin: 0;
}
.s-text-media__body figcaption,
.s-text-media__body .wp-element-caption,
.s-text-media__body .wp-caption-text {
  margin-top: 0.75rem;
  font-weight: 300;
  line-height: 1.5;
  opacity: 0.75;
}
.s-text-media__body figcaption,
.s-text-media__body .wp-element-caption,
.s-text-media__body .wp-caption-text {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-text-media__body figcaption,
  .s-text-media__body .wp-element-caption,
  .s-text-media__body .wp-caption-text {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-text-media__body figcaption,
  .s-text-media__body .wp-element-caption,
  .s-text-media__body .wp-caption-text {
    font-size: 0.75rem;
  }
}
.s-text-media__body .wp-caption {
  max-width: 100%;
}
.s-text-media__body .wp-caption img {
  margin: 0;
}
.s-text-media__body .aligncenter {
  display: block;
  margin-inline: auto;
  text-align: center;
}
.s-text-media__body .aligncenter figcaption,
.s-text-media__body .aligncenter .wp-element-caption {
  text-align: center;
}
.s-text-media__body .alignleft {
  float: left;
  margin: 0.5rem 1.5rem 1rem 0;
  max-width: 50%;
}
.s-text-media__body .alignright {
  float: right;
  margin: 0.5rem 0 1rem 1.5rem;
  max-width: 50%;
}
.s-text-media__body .alignwide {
  width: min(100%, 100% + 5rem);
  max-width: none;
  margin-inline: auto;
}
.s-text-media__body .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  border-radius: 0;
}
.s-text-media__body .alignfull img {
  border-radius: 0;
}
.s-text-media__body img.size-medium,
.s-text-media__body figure.size-medium img {
  max-width: 25rem;
  width: 100%;
}
.s-text-media__body img.size-thumbnail,
.s-text-media__body figure.size-thumbnail img {
  max-width: 9.375rem;
  width: auto;
}
.s-text-media__body blockquote,
.s-text-media__body .wp-block-quote {
  margin: 1.5rem 0;
  padding: 1rem 0 1rem 1.25rem;
  border-left: 0.1875rem solid currentColor;
  font-style: italic;
}
.s-text-media__body blockquote p,
.s-text-media__body .wp-block-quote p {
  margin-top: 0.75rem;
}
.s-text-media__body blockquote p:first-child,
.s-text-media__body .wp-block-quote p:first-child {
  margin-top: 0;
}
.s-text-media__body blockquote cite,
.s-text-media__body blockquote footer,
.s-text-media__body .wp-block-quote cite,
.s-text-media__body .wp-block-quote footer {
  display: block;
  margin-top: 0.75rem;
  font-weight: 400;
  font-style: normal;
  opacity: 0.75;
}
.s-text-media__body blockquote cite,
.s-text-media__body blockquote footer,
.s-text-media__body .wp-block-quote cite,
.s-text-media__body .wp-block-quote footer {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-text-media__body blockquote cite,
  .s-text-media__body blockquote footer,
  .s-text-media__body .wp-block-quote cite,
  .s-text-media__body .wp-block-quote footer {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-text-media__body blockquote cite,
  .s-text-media__body blockquote footer,
  .s-text-media__body .wp-block-quote cite,
  .s-text-media__body .wp-block-quote footer {
    font-size: 0.75rem;
  }
}
.s-text-media__body .wp-block-pullquote {
  margin: 2rem 0;
  padding: 2rem 1.5rem;
  text-align: center;
  border-top: 1px solid var(--wp--preset--color--bg-gray-medium);
  border-bottom: 1px solid var(--wp--preset--color--bg-gray-medium);
  border-left: none;
}
.s-text-media__body .wp-block-pullquote blockquote {
  border: none;
  padding: 0;
  margin: 0;
}
.s-text-media__body .wp-block-pullquote cite {
  margin-top: 1rem;
}
.s-text-media__body code,
.s-text-media__body kbd,
.s-text-media__body samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-weight: 400;
  background-color: var(--wp--preset--color--bg-gray-medium);
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
}
.s-text-media__body code,
.s-text-media__body kbd,
.s-text-media__body samp {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-text-media__body code,
  .s-text-media__body kbd,
  .s-text-media__body samp {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-text-media__body code,
  .s-text-media__body kbd,
  .s-text-media__body samp {
    font-size: 0.8125rem;
  }
}
.s-text-media__body pre,
.s-text-media__body .wp-block-code {
  margin: 1.5rem 0;
  padding: 1.25rem;
  overflow-x: auto;
  background-color: var(--wp--preset--color--bg-gray-medium);
  border-radius: 0.5rem;
}
.s-text-media__body pre code,
.s-text-media__body .wp-block-code code {
  background: none;
  padding: 0;
  border-radius: 0;
}
.s-text-media__body table,
.s-text-media__body .wp-block-table table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
  font-weight: 400;
}
.s-text-media__body table,
.s-text-media__body .wp-block-table table {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-text-media__body table,
  .s-text-media__body .wp-block-table table {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-text-media__body table,
  .s-text-media__body .wp-block-table table {
    font-size: 0.875rem;
  }
}
.s-text-media__body table th,
.s-text-media__body table td,
.s-text-media__body .wp-block-table table th,
.s-text-media__body .wp-block-table table td {
  padding: 0.75rem 1rem;
  border: 1px solid var(--wp--preset--color--bg-gray-medium);
  text-align: left;
  vertical-align: top;
}
.s-text-media__body table th,
.s-text-media__body .wp-block-table table th {
  font-weight: 700;
}
.s-text-media__body .wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.s-text-media__body hr,
.s-text-media__body .wp-block-separator {
  margin: 2.5rem auto;
  border: none;
  border-top: 1px solid var(--wp--preset--color--bg-gray-medium);
  opacity: 1;
  max-width: 7.5rem;
}
.s-text-media__body hr.is-style-wide,
.s-text-media__body .wp-block-separator.is-style-wide {
  max-width: 100%;
}
.s-text-media__body hr.is-style-dots,
.s-text-media__body .wp-block-separator.is-style-dots {
  border: none;
  max-width: none;
  text-align: center;
}
.s-text-media__body hr.is-style-dots::before,
.s-text-media__body .wp-block-separator.is-style-dots::before {
  content: "···";
  letter-spacing: 0.75rem;
  font-weight: 400;
}
.s-text-media__body hr.is-style-dots::before,
.s-text-media__body .wp-block-separator.is-style-dots::before {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .s-text-media__body hr.is-style-dots::before,
  .s-text-media__body .wp-block-separator.is-style-dots::before {
    font-size: calc(18px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-text-media__body hr.is-style-dots::before,
  .s-text-media__body .wp-block-separator.is-style-dots::before {
    font-size: 1.25rem;
  }
}
.s-text-media__body .wp-block-embed,
.s-text-media__body .wp-block-video,
.s-text-media__body .wp-block-audio,
.s-text-media__body .wp-block-media-text {
  margin: 2rem 0;
  max-width: 100%;
}
.s-text-media__body .wp-block-embed__wrapper,
.s-text-media__body .wp-block-video video {
  max-width: 100%;
}
.s-text-media__body .wp-block-embed iframe {
  max-width: 100%;
}
.s-text-media__body .wp-block-gallery,
.s-text-media__body .blocks-gallery-grid,
.s-text-media__body .wp-block-media-text {
  gap: 0.5rem;
}
.s-text-media__body .wp-block-gallery,
.s-text-media__body .blocks-gallery-grid {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
}
.s-text-media__body .wp-block-buttons {
  margin: 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.s-text-media__body .wp-block-button__link {
  text-decoration: none;
}
.s-text-media__body ul ul,
.s-text-media__body ol ol,
.s-text-media__body ul ol,
.s-text-media__body ol ul {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.s-text-media__body dl {
  margin: 1.5rem 0;
}
.s-text-media__body dt {
  font-weight: 700;
  margin-top: 0.75rem;
}
.s-text-media__body dd {
  margin-left: 1rem;
  margin-top: 0.25rem;
  opacity: 0.85;
}
.s-text-media__body mark {
  background-color: rgba(255, 128, 0, 0.25);
  padding: 0.0625rem 0.25rem;
}
.s-text-media__body sub,
.s-text-media__body sup {
  font-size: 0.75em;
  line-height: 0;
}
.s-text-media__body .has-text-align-center {
  text-align: center;
}
.s-text-media__body .has-text-align-right {
  text-align: right;
}
.s-text-media__body .has-text-align-left {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .s-text-media__body .alignleft,
  .s-text-media__body .alignright {
    float: none;
    max-width: 100%;
    margin: 1.5rem 0;
  }
  .s-text-media__body .alignwide,
  .s-text-media__body .alignfull {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }
  .s-text-media__body figure,
  .s-text-media__body .wp-block-image,
  .s-text-media__body .wp-caption,
  .s-text-media__body .wp-block-media-text__media {
    max-width: 100%;
  }
  .s-text-media__body figure img,
  .s-text-media__body .wp-block-image img,
  .s-text-media__body .wp-caption img,
  .s-text-media__body .wp-block-media-text__media img {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    border-radius: 0;
    display: block;
    height: auto;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .s-text-media__body > img,
  .s-text-media__body p > img,
  .s-text-media__body .wp-block-image img,
  .s-text-media__body .wp-block-gallery .blocks-gallery-item img,
  .s-text-media__body .wp-block-gallery .wp-block-image img {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    border-radius: 0;
    display: block;
    height: auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .s-text-media__body img.size-medium,
  .s-text-media__body figure.size-medium img,
  .s-text-media__body img.size-thumbnail,
  .s-text-media__body figure.size-thumbnail img {
    max-width: 100%;
    width: 100%;
  }
  .s-text-media__body figcaption,
  .s-text-media__body .wp-element-caption,
  .s-text-media__body .wp-caption-text {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    padding-inline: 0;
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
  }
  .s-text-media__body pre,
  .s-text-media__body .wp-block-code {
    padding: 1rem;
  }
}
.s-text-media__body::after {
  content: "";
  display: block;
  clear: both;
}
.s-text-media__body p {
  margin: 0;
}
.s-text-media__body p:not(:last-child) {
  margin-bottom: 1em;
}
.s-text-media.has-bg-black-background-color, .s-text-media.has-bg-blue-darkest-background-color {
  color: var(--wp--preset--color--txt-white);
}
.s-text-media.has-bg-black-background-color .s-text-media__ttl,
.s-text-media.has-bg-black-background-color .s-text-media__caption, .s-text-media.has-bg-blue-darkest-background-color .s-text-media__ttl,
.s-text-media.has-bg-blue-darkest-background-color .s-text-media__caption {
  color: var(--wp--preset--color--txt-white);
}
.s-text-media.has-bg-black-background-color .s-text-media__body, .s-text-media.has-bg-blue-darkest-background-color .s-text-media__body {
  color: var(--wp--preset--color--txt-white);
}
@media (max-width: 767px) {
  .s-text-media__content, .s-text-media__content.is-reversed {
    flex-direction: column;
    align-items: stretch;
    gap: 2.5rem;
  }
  .s-text-media__media, .s-text-media__text {
    flex: 1 1 auto;
    max-width: 100%;
  }
  .s-text-media__media, .s-text-media__content.is-reversed .s-text-media__media {
    padding-right: 0;
    padding-left: 0;
  }
}