/* 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-texte-seo__content {
  color: var(--wp--preset--color--txt-black);
}
.s-texte-seo__content h2 {
  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: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .s-texte-seo__content h2 {
    font-size: 3rem;
    line-height: 1.15;
    letter-spacing: -0.06rem;
  }
}
@media screen and (max-width: 991px) {
  .s-texte-seo__content h2 {
    font-size: 2.5rem;
    line-height: 1.15;
    letter-spacing: -0.05rem;
  }
}
@media screen and (max-width: 580px) {
  .s-texte-seo__content h2 {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.04rem;
  }
}
@media screen and (max-width: 991px) {
  .s-texte-seo__content h2 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 580px) {
  .s-texte-seo__content h2 {
    margin-bottom: 2rem;
  }
}
.s-texte-seo__content h3 {
  font-size: 2rem;
  line-height: 1.09;
  font-style: normal;
  font-weight: 200;
  font-family: "Inter", sans-serif;
  margin-bottom: 1rem;
}
.s-texte-seo__content h5 {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .s-texte-seo__content h5 {
    font-size: calc(18px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-texte-seo__content h5 {
    font-size: 1.125rem;
  }
}
.s-texte-seo__content p {
  margin-top: 1.875rem;
}
.s-texte-seo__content p:first-child {
  margin-top: 0;
}
.s-texte-seo__content h2 + p,
.s-texte-seo__content h3 + p,
.s-texte-seo__content h4 + p,
.s-texte-seo__content h5 + p {
  margin-top: 1.25rem;
}
.s-texte-seo__content p + ul {
  margin-top: 0;
}
.s-texte-seo__content b,
.s-texte-seo__content strong {
  font-weight: 700;
}
.s-texte-seo__content .btn {
  margin-top: 2rem;
}
.s-texte-seo__content i,
.s-texte-seo__content em {
  font-style: italic;
}
.s-texte-seo__content p > a,
.s-texte-seo__content li > a {
  text-decoration: underline;
  line-height: 1.37;
}
.s-texte-seo__content ul,
.s-texte-seo__content ol {
  margin-top: 1.875rem;
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.s-texte-seo__content ul li,
.s-texte-seo__content ol li {
  position: relative;
  padding-left: 1.5rem;
}
.s-texte-seo__content ul li a,
.s-texte-seo__content ol li a {
  font-size: 16px;
}
.s-texte-seo__content ul li:last-child,
.s-texte-seo__content ol li:last-child {
  margin-bottom: 0;
}
.s-texte-seo__content ul li::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #131313;
  border-radius: 200px;
}
.s-texte-seo__content ol li {
  list-style: decimal;
}
.s-texte-seo__content img {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.s-texte-seo__content *:first-child {
  margin-top: 0;
}
.s-texte-seo__content img {
  margin: 1.25rem 0 3.5rem;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.s-texte-seo__content h2, .s-texte-seo__content h3 {
  font-weight: 500;
}
.s-texte-seo__content h2, .s-texte-seo__content h3 {
  font-size: 28px;
}
@media screen and (min-width: 569px) {
  .s-texte-seo__content h2, .s-texte-seo__content h3 {
    font-size: calc(28px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-texte-seo__content h2, .s-texte-seo__content h3 {
    font-size: 2.25rem;
  }
}
.s-texte-seo__content p {
  font-weight: 400;
}
.s-texte-seo__content p {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-texte-seo__content p {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-texte-seo__content p {
    font-size: 0.875rem;
  }
}
.s-texte-seo__more-trigger {
  margin-top: 1rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--wp--preset--color--txt-black);
  font-weight: 400;
  line-height: 1.4;
  text-decoration: underline;
  cursor: pointer;
}
.s-texte-seo__more-trigger {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-texte-seo__more-trigger {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-texte-seo__more-trigger {
    font-size: 0.875rem;
  }
}
.s-texte-seo__content-more {
  margin-top: 1rem;
  color: var(--wp--preset--color--txt-black);
}
.s-texte-seo__content-more h2 {
  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: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .s-texte-seo__content-more h2 {
    font-size: 3rem;
    line-height: 1.15;
    letter-spacing: -0.06rem;
  }
}
@media screen and (max-width: 991px) {
  .s-texte-seo__content-more h2 {
    font-size: 2.5rem;
    line-height: 1.15;
    letter-spacing: -0.05rem;
  }
}
@media screen and (max-width: 580px) {
  .s-texte-seo__content-more h2 {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.04rem;
  }
}
@media screen and (max-width: 991px) {
  .s-texte-seo__content-more h2 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 580px) {
  .s-texte-seo__content-more h2 {
    margin-bottom: 2rem;
  }
}
.s-texte-seo__content-more h3 {
  font-size: 2rem;
  line-height: 1.09;
  font-style: normal;
  font-weight: 200;
  font-family: "Inter", sans-serif;
  margin-bottom: 1rem;
}
.s-texte-seo__content-more h5 {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .s-texte-seo__content-more h5 {
    font-size: calc(18px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-texte-seo__content-more h5 {
    font-size: 1.125rem;
  }
}
.s-texte-seo__content-more p {
  margin-top: 1.875rem;
}
.s-texte-seo__content-more p:first-child {
  margin-top: 0;
}
.s-texte-seo__content-more h2 + p,
.s-texte-seo__content-more h3 + p,
.s-texte-seo__content-more h4 + p,
.s-texte-seo__content-more h5 + p {
  margin-top: 1.25rem;
}
.s-texte-seo__content-more p + ul {
  margin-top: 0;
}
.s-texte-seo__content-more b,
.s-texte-seo__content-more strong {
  font-weight: 700;
}
.s-texte-seo__content-more .btn {
  margin-top: 2rem;
}
.s-texte-seo__content-more i,
.s-texte-seo__content-more em {
  font-style: italic;
}
.s-texte-seo__content-more p > a,
.s-texte-seo__content-more li > a {
  text-decoration: underline;
  line-height: 1.37;
}
.s-texte-seo__content-more ul,
.s-texte-seo__content-more ol {
  margin-top: 1.875rem;
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.s-texte-seo__content-more ul li,
.s-texte-seo__content-more ol li {
  position: relative;
  padding-left: 1.5rem;
}
.s-texte-seo__content-more ul li a,
.s-texte-seo__content-more ol li a {
  font-size: 16px;
}
.s-texte-seo__content-more ul li:last-child,
.s-texte-seo__content-more ol li:last-child {
  margin-bottom: 0;
}
.s-texte-seo__content-more ul li::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #131313;
  border-radius: 200px;
}
.s-texte-seo__content-more ol li {
  list-style: decimal;
}
.s-texte-seo__content-more img {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.s-texte-seo__content-more *:first-child {
  margin-top: 0;
}
.s-texte-seo__content-more img {
  margin: 1.25rem 0 3.5rem;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.s-texte-seo__empty {
  margin: 0;
  color: var(--wp--preset--color--txt-gray-light);
  font-weight: 500;
  line-height: 1.4;
}
.s-texte-seo__empty {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-texte-seo__empty {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-texte-seo__empty {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 580px) {
  .s-texte-seo h2 {
    margin-bottom: 30px;
  }
}