/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.c-surtitle {
  display: flex;
  align-items: flex-start;
  gap: 0.3125rem;
  margin: 0;
  color: var(--wp--preset--color--txt-white);
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.c-surtitle {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .c-surtitle {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-surtitle {
    font-size: 0.875rem;
  }
}
.c-surtitle__dot {
  flex-shrink: 0;
  width: 0.375rem;
  height: 0.375rem;
  margin-top: 0.45em;
  border-radius: 50%;
  background-color: var(--wp--preset--color--bg-cyan-blue);
}
.c-surtitle__label {
  flex: 1 1 auto;
  min-width: 0;
}
.c-surtitle__label .wp-block-paragraph {
  margin: 0;
  color: inherit;
}