/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/section_MC-389_go-further/scss/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.wp-block-citeo-articles-section-go-further {
  position: relative;
  overflow: hidden;
  margin-top: 8.5rem;
  display: flex;
  flex-direction: column;
  gap: var(--ds-semantic-spacing-l);
  padding: var(--ds-semantic-spacing-s) 0;
  border-top: 2px solid var(--ds-semantic-color-layout-content-medium);
  border-bottom: 2px solid var(--ds-semantic-color-layout-content-medium);
}
.wp-block-citeo-articles-section-go-further .tags-articles-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding-bottom: var(--ds-semantic-spacing-xs);
}
.wp-block-citeo-articles-section-go-further .tags-group {
  grid-column: span 3;
}
.wp-block-citeo-articles-section-go-further .articles-group-row {
  display: flex;
  gap: var(--ds-semantic-spacing-l);
}
.wp-block-citeo-articles-section-go-further .articles-group {
  grid-column: span 9;
  display: flex;
  flex-direction: column;
  gap: var(--ds-semantic-spacing-l);
}
.wp-block-citeo-articles-section-go-further .articles-group .wp-block-buttons {
  margin: 0 !important;
}
.wp-block-citeo-articles-section-go-further .main-cta-wrap {
  justify-content: flex-end;
}
.wp-block-citeo-articles-section-go-further .tag-link {
  display: flex;
  height: var(--ds-semantic-sizing-l);
  min-height: var(--ds-semantic-sizing-l);
  max-height: var(--ds-semantic-sizing-l);
  padding: 0 var(--ds-semantic-spacing-s);
  align-items: center;
  gap: var(--ds-semantic-spacing-3xs);
  border-radius: var(--ds-semantic-radius-default);
  background-color: var(--ds-semantic-color-layout-surface-medium-active);
  color: var(--ds-semantic-color-neutral-content-medium);
  text-align: center;
  transition: background-color 0.3s ease;
  text-decoration: none;
}
.wp-block-citeo-articles-section-go-further .tag-link:hover {
  background-color: var(--ds-semantic-color-neutral-surface-medium-active);
}
.wp-block-citeo-articles-section-go-further .tag-count {
  color: var(--ds-semantic-color-layout-content-subtlest);
  transition: visibility 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}
.wp-block-citeo-articles-section-go-further .tag-item {
  display: flex;
  align-items: center;
  margin-bottom: var(--ds-semantic-spacing-xs);
  gap: var(--ds-semantic-spacing-m);
}
.wp-block-citeo-articles-section-go-further .tag-item:hover .tag-count {
  opacity: 1;
}
.wp-block-citeo-articles-section-go-further .taxonomy-category.ds-display-2 a, .wp-block-citeo-articles-section-go-further .taxonomy-category.ds-display-2 span {
  color: var(--ds-semantic-color-accent1-surface-medium);
  padding: 0;
  background-color: transparent;
}
.wp-block-citeo-articles-section-go-further .display-one-post-frontend {
  flex-direction: column;
  align-items: flex-start;
}
.wp-block-citeo-articles-section-go-further .display-one-post-frontend .wp-block-post-title, .wp-block-citeo-articles-section-go-further .display-one-post-frontend .wp-block-post-date, .wp-block-citeo-articles-section-go-further .display-one-post-frontend .wp-block-post-excerpt {
  color: var(--ds-semantic-color-layout-content-medium);
}
.wp-block-citeo-articles-section-go-further .display-one-post-frontend--image {
  flex-basis: initial;
  width: 100%;
  overflow: hidden;
}
.wp-block-citeo-articles-section-go-further .display-one-post-frontend--image img {
  transition: transform 0.25s ease-out;
}
.wp-block-citeo-articles-section-go-further .display-one-post-frontend:hover .display-one-post-frontend--image img {
  transform: scale(1.05);
}
.wp-block-citeo-articles-section-go-further .wp-block-post-terms a {
  color: var(--ds-semantic-color-action-content-stronger);
  padding: var(--ds-semantic-spacing-3xs) var(--ds-semantic-spacing-xs);
  border-radius: var(--ds-semantic-radius-default);
  background-color: var(--ds-semantic-color-layout-surface-medium-default);
}
.wp-block-citeo-articles-section-go-further .wp-block-post-date time {
  font-size: var(--ds-core-typography-font-size-2xs);
}
.wp-block-citeo-articles-section-go-further .wp-block-post-excerpt {
  margin-bottom: var(--ds-semantic-spacing-s);
}
.wp-block-citeo-articles-section-go-further .wp-block-post-terms__separator {
  display: inline-block;
  width: var(--ds-semantic-spacing-xs);
}
.wp-block-citeo-articles-section-go-further .wp-block-encart-article {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.6rem;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.33% - 0.6666666667 * var(--ds-semantic-spacing-l));
  padding-bottom: var(--ds-semantic-spacing-m);
  padding-left: var(--ds-semantic-spacing-3xs);
  cursor: grab;
  transform: translateX(0);
  transition: transform ease-out 0.25s;
  margin: 0;
  border-bottom: 0;
  border-top: 0;
}
.wp-block-citeo-articles-section-go-further .wp-block-encart-article a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  width: 100%;
}
.wp-block-citeo-articles-section-go-further .wp-block-encart-article:active {
  cursor: grabbing;
}
.wp-block-citeo-articles-section-go-further .wp-block-encart-article.no-slide {
  cursor: default;
}
@media screen and (max-width: 1040px) {
  .wp-block-citeo-articles-section-go-further {
    margin-top: 4.5rem;
  }
  .wp-block-citeo-articles-section-go-further .tags-articles-container {
    display: flex;
    flex-direction: column;
    gap: var(--ds-semantic-spacing-l, 24px);
  }
  .wp-block-citeo-articles-section-go-further .tags-with-count {
    display: flex;
    gap: var(--ds-semantic-spacing-xs);
    align-items: center;
    flex-wrap: wrap;
  }
  .wp-block-citeo-articles-section-go-further .tag-item {
    margin-bottom: 0;
  }
  .wp-block-citeo-articles-section-go-further .tag-count {
    display: none;
  }
  .wp-block-citeo-articles-section-go-further .tags-group {
    grid-column: unset;
  }
  .wp-block-citeo-articles-section-go-further .articles-group {
    grid-column: unset;
  }
  .wp-block-citeo-articles-section-go-further .date-tag-wrapper, .wp-block-citeo-articles-section-go-further .article-wrapper {
    min-height: 0 !important;
  }
  .wp-block-citeo-articles-section-go-further .wp-block-post-title {
    height: auto !important;
  }
  .wp-block-citeo-articles-section-go-further .wp-block-encart-article {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: initial;
    width: 100%;
    padding: 0;
  }
}
.ds-theme-citeob2c .wp-block-citeo-articles-section-go-further .display-one-post-frontend--text .ds-display-2 {
  font-weight: var(--ds-core-typography-font-weight-regular);
}

/*# sourceMappingURL=style-index.css.map*/