/* 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-image-text__inner {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  align-items: stretch;
  border-radius: 1.25rem;
  position: relative;
}
.s-image-text--reverse .s-image-text__media-col {
  order: 2;
}
.s-image-text--reverse .s-image-text__content {
  order: 1;
}
.s-image-text__media-col {
  min-width: 0;
  flex: 0 0 50%;
  width: 50%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: visible;
}
.s-image-text__media-col:hover .s-image-text__caption {
  opacity: 0.4;
}
.s-image-text__media {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  background-color: var(--wp--preset--color--bg-gray-light);
  width: 100%;
  height: 100%;
  position: relative;
}
.s-image-text__media img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.s-image-text__media-placeholder {
  min-height: 13.75rem;
  border: 1px dashed var(--wp--preset--color--txt-gray-light);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: var(--wp--preset--color--txt-black);
  background-color: var(--wp--preset--color--bg-gray-light);
}
.s-image-text__media-placeholder {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-image-text__media-placeholder {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-image-text__media-placeholder {
    font-size: 1rem;
  }
}
.s-image-text__caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 2;
}
.s-image-text__caption {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  font-style: normal;
  font-weight: 300;
  margin: 0.5rem;
  padding: 0.5rem;
  color: #ffffff;
  background-color: #000000;
  width: fit-content;
  box-sizing: border-box;
  text-align: left;
  pointer-events: auto;
  transition: opacity 0.3s ease;
  border-radius: 4px;
}
.s-image-text__content {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
.s-image-text__content > svg {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  margin: 0 0 0.75rem;
}
.s-image-text__picto-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.s-image-text__picto {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
  margin: 0.75rem;
}
.s-image-text__title {
  color: var(--wp--preset--color--txt-black);
  margin: 0;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.14;
  letter-spacing: -0.07rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .s-image-text__title {
    font-size: 3rem;
    line-height: 1.15;
    letter-spacing: -0.06rem;
  }
}
@media screen and (max-width: 991px) {
  .s-image-text__title {
    font-size: 2.5rem;
    line-height: 1.15;
    letter-spacing: -0.05rem;
  }
}
@media screen and (max-width: 580px) {
  .s-image-text__title {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.04rem;
  }
}
.s-image-text__title u {
  text-decoration-color: var(--wp--preset--color--bg-secondary);
  text-underline-offset: 0.75rem;
  text-decoration-skip-ink: none;
}
.s-image-text__text {
  color: var(--wp--preset--color--txt-black);
}
.s-image-text__text p {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: 1.375;
}
.s-image-text__text p:last-child {
  margin-bottom: 0;
}
.s-image-text__text i,
.s-image-text__text em {
  color: var(--wp--preset--color--bg-primary);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.0225rem;
  font-style: normal;
}
.s-image-text__text i,
.s-image-text__text em {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .s-image-text__text i,
  .s-image-text__text em {
    font-size: calc(18px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-image-text__text i,
  .s-image-text__text em {
    font-size: 1.125rem;
  }
}
.s-image-text__text p:first-child {
  margin-top: 0;
}
.s-image-text__text p:last-child {
  margin-bottom: 1.5rem;
}
.s-image-text__buttons {
  margin-top: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .s-image-text__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
  }
  .s-image-text__media-col {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .s-image-text--reverse .s-image-text__media-col,
  .s-image-text--reverse .s-image-text__content {
    order: 0;
  }
  .s-image-text--mobile-image-second .s-image-text__media-col {
    order: 2;
  }
  .s-image-text--mobile-image-second .s-image-text__content {
    order: 1;
  }
}
@media screen and (max-width: 991px) {
  .s-image-text {
    overflow-x: clip;
  }
  .s-image-text__inner {
    gap: 1.75rem;
    padding-inline: 1.25rem;
    box-sizing: border-box;
  }
  .s-image-text__media-col {
    position: relative;
  }
  .s-image-text__media {
    height: auto;
    aspect-ratio: 16/10;
    max-height: none;
    border-radius: 1rem;
  }
  .s-image-text__caption-wrap {
    left: 0.5rem;
    bottom: 0.5rem;
    width: auto;
    max-width: calc(100% - 1rem);
  }
  .s-image-text__caption {
    margin: 0;
    padding: 0.375rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.35;
    max-width: 100%;
  }
  .s-image-text__content {
    width: 100%;
    max-width: 100%;
  }
  .s-image-text__content > svg {
    width: 2.25rem;
    height: 2.25rem;
    margin-bottom: 0.625rem;
  }
  .s-image-text__title {
    margin-bottom: 1.25rem;
  }
  .s-image-text__title u {
    text-underline-offset: 0.5rem;
  }
  .s-image-text__text {
    font-size: 1rem;
    line-height: 1.5;
  }
  .s-image-text__text p {
    overflow-wrap: anywhere;
  }
  .s-image-text__text p:last-child {
    margin-bottom: 1.25rem;
  }
  .s-image-text__buttons {
    width: 100%;
    margin-top: 0.25rem;
  }
  .s-image-text__buttons .btn-wrap {
    width: 100%;
  }
  .s-image-text--mobile-image-second .s-image-text__media-col {
    order: 2;
  }
  .s-image-text--mobile-image-second .s-image-text__content {
    order: 1;
  }
}
@media screen and (max-width: 580px) {
  .s-image-text__inner {
    gap: 1.5rem;
    padding-inline: 0;
  }
  .s-image-text__media {
    aspect-ratio: 4/3;
    border-radius: 0.75rem;
  }
  .s-image-text__title u {
    text-underline-offset: 0.375rem;
  }
  .s-image-text__text {
    font-size: 0.9375rem;
    line-height: 1.45;
  }
  .s-image-text__content > svg {
    width: 2rem;
    height: 2rem;
  }
}