/* 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 */
.post-type-post .editor-styles-wrapper .is-root-container,
.post-type-post .editor-styles-wrapper .wp-block-post-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  gap: 1.5rem;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}
.post-type-post .editor-styles-wrapper .is-root-container > *,
.post-type-post .editor-styles-wrapper .wp-block-post-content > * {
  margin-top: 0;
  margin-bottom: 0;
}
.post-type-post .editor-styles-wrapper .is-root-container h1.wp-block-heading,
.post-type-post .editor-styles-wrapper .wp-block-post-content h1.wp-block-heading {
  font-family: "Panton", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.125rem;
  font-size: 3.5rem;
  line-height: 3.625rem;
  margin: 0;
  color: inherit;
}
.post-type-post .editor-styles-wrapper .is-root-container h2.wp-block-heading,
.post-type-post .editor-styles-wrapper .wp-block-post-content h2.wp-block-heading {
  font-family: "Panton", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.125rem;
  margin: 0;
  color: inherit;
}
.post-type-post .editor-styles-wrapper .is-root-container h3.wp-block-heading,
.post-type-post .editor-styles-wrapper .wp-block-post-content h3.wp-block-heading {
  font-family: "Panton", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.3125rem;
  margin: 0;
  color: inherit;
}
.post-type-post .editor-styles-wrapper .is-root-container h4.wp-block-heading,
.post-type-post .editor-styles-wrapper .is-root-container h5.wp-block-heading,
.post-type-post .editor-styles-wrapper .is-root-container h6.wp-block-heading,
.post-type-post .editor-styles-wrapper .wp-block-post-content h4.wp-block-heading,
.post-type-post .editor-styles-wrapper .wp-block-post-content h5.wp-block-heading,
.post-type-post .editor-styles-wrapper .wp-block-post-content h6.wp-block-heading {
  font-family: "Panton", sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  color: inherit;
}
.post-type-post .editor-styles-wrapper .is-root-container p,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-paragraph,
.post-type-post .editor-styles-wrapper .wp-block-post-content p,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-paragraph {
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin: 0;
  color: inherit;
  opacity: 0.7;
}
.post-type-post .editor-styles-wrapper .is-root-container p:has(strong),
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-paragraph:has(strong),
.post-type-post .editor-styles-wrapper .wp-block-post-content p:has(strong),
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-paragraph:has(strong) {
  opacity: 1;
}
.post-type-post .editor-styles-wrapper .is-root-container ul,
.post-type-post .editor-styles-wrapper .is-root-container ol,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-list,
.post-type-post .editor-styles-wrapper .wp-block-post-content ul,
.post-type-post .editor-styles-wrapper .wp-block-post-content ol,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-list {
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin: 0;
  padding-left: 1.25rem;
  color: inherit;
  opacity: 0.85;
  list-style-position: outside;
}
.post-type-post .editor-styles-wrapper .is-root-container ul li,
.post-type-post .editor-styles-wrapper .is-root-container ol li,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-list li,
.post-type-post .editor-styles-wrapper .wp-block-post-content ul li,
.post-type-post .editor-styles-wrapper .wp-block-post-content ol li,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-list li {
  margin-bottom: 0.5rem;
}
.post-type-post .editor-styles-wrapper .is-root-container ul li:last-child,
.post-type-post .editor-styles-wrapper .is-root-container ol li:last-child,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-list li:last-child,
.post-type-post .editor-styles-wrapper .wp-block-post-content ul li:last-child,
.post-type-post .editor-styles-wrapper .wp-block-post-content ol li:last-child,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-list li:last-child {
  margin-bottom: 0;
}
.post-type-post .editor-styles-wrapper .is-root-container .b-flexible-list,
.post-type-post .editor-styles-wrapper .wp-block-post-content .b-flexible-list {
  color: inherit;
  opacity: 0.85;
}
.post-type-post .editor-styles-wrapper .is-root-container figure.wp-block-image,
.post-type-post .editor-styles-wrapper .wp-block-post-content figure.wp-block-image {
  margin: 0;
  width: 100%;
}
.post-type-post .editor-styles-wrapper .is-root-container figure.wp-block-image img,
.post-type-post .editor-styles-wrapper .wp-block-post-content figure.wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
  object-fit: cover;
}
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-gallery,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-gallery {
  margin: 0;
}
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-gallery .wp-block-image img,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-gallery img,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-gallery .wp-block-image img,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-gallery img {
  border-radius: 1.5rem;
}
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-media-text__media img,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-media-text__media img {
  border-radius: 1.5rem;
}
@media screen and (max-width: 991px) {
  .post-type-post .editor-styles-wrapper .is-root-container h1.wp-block-heading,
  .post-type-post .editor-styles-wrapper .is-root-container h2.wp-block-heading,
  .post-type-post .editor-styles-wrapper .wp-block-post-content h1.wp-block-heading,
  .post-type-post .editor-styles-wrapper .wp-block-post-content h2.wp-block-heading {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 580px) {
  .post-type-post .editor-styles-wrapper .is-root-container h1.wp-block-heading,
  .post-type-post .editor-styles-wrapper .is-root-container h2.wp-block-heading,
  .post-type-post .editor-styles-wrapper .wp-block-post-content h1.wp-block-heading,
  .post-type-post .editor-styles-wrapper .wp-block-post-content h2.wp-block-heading {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .post-type-post .editor-styles-wrapper .is-root-container h3.wp-block-heading,
  .post-type-post .editor-styles-wrapper .wp-block-post-content h3.wp-block-heading {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.post-type-post .editor-styles-wrapper .is-root-container h1.wp-block-heading,
.post-type-post .editor-styles-wrapper .wp-block-post-content h1.wp-block-heading {
  display: none;
}

.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;
}