.single-post .single {
  font-family: var(--Font-Text);
}
.single-post .single .wp-block-columns > section {
  margin: 1.75rem 0 !important;
}
.single-post .single .wp-block-columns > section:first-of-type {
  margin-top: 0 !important;
}
.single-post .single .wp-block-columns > .alignfull {
  margin: 3.75rem 0 !important;
}
.single-post .tooltip-links {
  position: absolute;
  background-color: var(--Cool-Gray-900, #111827);
  color: white;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.3125rem;
  font-size: 0.75rem;
  margin-left: 0.625rem;
  z-index: 1000;
  width: 5rem;
  text-align: center;
  top: 2rem;
  left: 0;
  transform: translateX(-50%);
}
.single-post .tooltip-links::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-bottom: 0.5rem solid var(--Cool-Gray-900, #111827);
}
.single-post .wp-block-social-links .wp-block-social-link.wp-social-link {
  background-color: #fff;
}
.single-post .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg {
  color: #6B7280;
  width: 2rem;
  height: 2rem;
}
.single-post .total-shares {
  position: relative;
}
.single-post .total-shares::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: var(--Cool-Gray-900, #111827);
  top: 50%;
  left: -0.8rem;
  z-index: 0;
  font-size: 5rem;
  transform: translateY(-50%);
}
.single-post .social-share-wrapper ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 0;
}
.single-post .social-share-wrapper ul .social-share {
  display: flex;
  gap: 0.5rem;
}
.single-post .social-share-wrapper ul .social-share a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6B7280;
}
.single-post .social-share-wrapper--mobile {
  display: none;
}
.single-post .social-share-wrapper--desktop {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.single-post .breadcrumbs span:last-of-type {
  color: #3B76F6;
}
.single-post .wp-block-heading {
  line-height: 1.2;
  padding-bottom: 2rem;
}
.single-post h2.wp-block-heading {
  font-size: 1.5rem;
  padding: 2rem 0 1.25rem 0;
}
.single-post .latest-posts-section h2.wp-block-heading {
  font-size: 2rem;
  font-weight: 400;
}
.single-post h3.wp-block-heading {
  font-size: 1.25rem;
  font-weight: 600;
}
.single-post .wp-block-image img {
  border-radius: 0.8rem;
}
.single-post .wp-block-columns {
  display: grid;
  grid-template-columns: 25% 75%;
  column-gap: 1.25rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0rem;
}
.single-post .wp-block-columns > *:not(.sticky-column) {
  grid-column-start: 2;
}
.single-post .wp-block-columns > .alignfull {
  grid-column: span 2;
}
.single-post .wp-block-button .wp-block-button__link.has-text-align-left {
  justify-content: flex-start;
}
.single-post .author-info {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 12px;
  font-family: var(--Font-Text);
}
.single-post .author-info--mobile {
  display: none;
}
.single-post .author-info--desktop {
  display: block;
}
.single-post .author-info--intitule {
  font-weight: 400;
  color: #6B7280;
}
.single-post .author-info img {
  border-radius: 50%;
  border: 1px solid #D1D5DB;
}
.single-post .author-info::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.5rem;
  height: 1px;
  background: linear-gradient(90deg, #9CA3AF 0%, rgba(156, 163, 175, 0) 100%);
}
.single-post .lecture-info {
  padding-top: 2.5rem;
  font-weight: 600;
}
.single-post .lecture-info--chrono {
  color: #6B7280;
  align-items: center;
  display: flex;
  gap: 0.2rem;
}
.single-post .lecture-info--chrono span {
  font-weight: 400;
}
.single-post .custom-excerpt {
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 1rem 0;
}
.single-post .post-date {
  margin-bottom: 1.5rem;
}
.single-post .post-thumbnail {
  aspect-ratio: 16/10;
}
.single-post .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.5rem;
}
.single-post .post-thumbnail .caption {
  text-align: center;
  margin-bottom: 0;
}
.single-post .below-post-thumbnail {
  margin-bottom: 3.75rem;
}
.single-post .wp-block-column {
  overflow: visible;
  height: 100%;
}
.single-post .wp-block-column.Body-2 h2 {
  font-weight: 600;
}
.single-post .wp-block-column.sticky-column {
  padding-top: 1rem;
}
.single-post .post-date.Body-3 {
  line-height: 2.8;
}
.single-post .post-category-tag a {
  margin-left: 0.2rem;
  padding: 0.5rem 0.75rem;
  border-radius: 100px;
  background: #BFD3FE;
  white-space: nowrap;
  color: #1E408A;
  font-weight: 600;
  font-family: var(--Font-Text);
}
.single-post .post-category-tag a[class$=-jaune] {
  color: #713F12;
  font-weight: bold;
  background-color: #FEF9C3;
}
.single-post ul.post-category-tag {
  display: flex;
  list-style: none;
  justify-content: flex-start;
  gap: 0.3rem;
  padding-left: 0;
}
.single-post ul.post-category-tag a {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .single-post .total-shares {
    margin-left: 2rem;
  }
  .single-post .author-info--mobile {
    display: block;
  }
  .single-post .wp-block-columns {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .single-post .author-info::before {
    height: 0;
  }
  .single-post .author-info--desktop {
    display: none;
  }
  .single-post .lecture-info {
    padding: 1.5rem 0 1.5rem 0;
  }
  .single-post .social-share-wrapper.social-share-wrapper--mobile {
    display: flex;
  }
  .single-post .social-share-wrapper.social-share-wrapper--mobile ul {
    padding: 0;
  }
}

/*# sourceMappingURL=citeo-articles-public.css.map */
