/* 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 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap");
.editor-styles-wrapper .is-root-container h2,
.editor-styles-wrapper .wp-block-post-content h2 {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 64px;
  letter-spacing: -1.12px;
}
.editor-styles-wrapper .is-root-container h3,
.editor-styles-wrapper .wp-block-post-content h3 {
  font-size: 2rem;
  line-height: 1.09;
  font-style: normal;
  font-weight: 200;
  font-family: "Outfit", sans-serif;
}
.editor-styles-wrapper .is-root-container h5,
.editor-styles-wrapper .wp-block-post-content h5 {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .editor-styles-wrapper .is-root-container h5,
  .editor-styles-wrapper .wp-block-post-content h5 {
    font-size: calc(18px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .editor-styles-wrapper .is-root-container h5,
  .editor-styles-wrapper .wp-block-post-content h5 {
    font-size: 1.125rem;
  }
}
.editor-styles-wrapper .is-root-container p,
.editor-styles-wrapper .wp-block-post-content p {
  margin-top: 1.875rem;
}
.editor-styles-wrapper .is-root-container p:first-child,
.editor-styles-wrapper .wp-block-post-content p:first-child {
  margin-top: 0;
}
.editor-styles-wrapper .is-root-container h2 + p,
.editor-styles-wrapper .is-root-container h3 + p,
.editor-styles-wrapper .is-root-container h4 + p,
.editor-styles-wrapper .is-root-container h5 + p,
.editor-styles-wrapper .wp-block-post-content h2 + p,
.editor-styles-wrapper .wp-block-post-content h3 + p,
.editor-styles-wrapper .wp-block-post-content h4 + p,
.editor-styles-wrapper .wp-block-post-content h5 + p {
  margin-top: 1.25rem;
}
.editor-styles-wrapper .is-root-container p + ul,
.editor-styles-wrapper .wp-block-post-content p + ul {
  margin-top: 0;
}
.editor-styles-wrapper .is-root-container b,
.editor-styles-wrapper .is-root-container strong,
.editor-styles-wrapper .wp-block-post-content b,
.editor-styles-wrapper .wp-block-post-content strong {
  font-weight: 700;
}
.editor-styles-wrapper .is-root-container .btn,
.editor-styles-wrapper .wp-block-post-content .btn {
  margin-top: 2rem;
}
.editor-styles-wrapper .is-root-container i,
.editor-styles-wrapper .is-root-container em,
.editor-styles-wrapper .wp-block-post-content i,
.editor-styles-wrapper .wp-block-post-content em {
  font-style: italic;
}
.editor-styles-wrapper .is-root-container p > a,
.editor-styles-wrapper .is-root-container li > a,
.editor-styles-wrapper .wp-block-post-content p > a,
.editor-styles-wrapper .wp-block-post-content li > a {
  text-decoration: underline;
  line-height: 1.37;
}
.editor-styles-wrapper .is-root-container ul,
.editor-styles-wrapper .is-root-container ol,
.editor-styles-wrapper .wp-block-post-content ul,
.editor-styles-wrapper .wp-block-post-content ol {
  margin-top: 1.875rem;
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.editor-styles-wrapper .is-root-container ul li,
.editor-styles-wrapper .is-root-container ol li,
.editor-styles-wrapper .wp-block-post-content ul li,
.editor-styles-wrapper .wp-block-post-content ol li {
  position: relative;
  padding-left: 1.5rem;
}
.editor-styles-wrapper .is-root-container ul li a,
.editor-styles-wrapper .is-root-container ol li a,
.editor-styles-wrapper .wp-block-post-content ul li a,
.editor-styles-wrapper .wp-block-post-content ol li a {
  font-size: 16px;
}
.editor-styles-wrapper .is-root-container ul li:last-child,
.editor-styles-wrapper .is-root-container ol li:last-child,
.editor-styles-wrapper .wp-block-post-content ul li:last-child,
.editor-styles-wrapper .wp-block-post-content ol li:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .is-root-container ul li::before,
.editor-styles-wrapper .wp-block-post-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;
}
.editor-styles-wrapper .is-root-container ol li,
.editor-styles-wrapper .wp-block-post-content ol li {
  list-style: decimal;
}
.editor-styles-wrapper .is-root-container img,
.editor-styles-wrapper .wp-block-post-content img {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.editor-styles-wrapper .is-root-container *:first-child,
.editor-styles-wrapper .wp-block-post-content *:first-child {
  margin-top: 0;
}
.editor-styles-wrapper .is-root-container img,
.editor-styles-wrapper .wp-block-post-content img {
  margin: 1.25rem 0 3.5rem;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.editor-visual-editor__post-title-wrapper > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-right: unset !important;
  margin-left: unset !important;
  max-width: 100% !important;
  margin-bottom: 2rem;
}