/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/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-701_ressources-list/scss/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.wp-block-citeo-semantic-ressource-list {
  display: flex;
  flex-direction: column;
  gap: var(--ds-semantic-spacing-l);
  padding: var(--ds-semantic-spacing-m) 0 var(--ds-semantic-spacing-5xl) 0;
}
.wp-block-citeo-semantic-ressource-list .wp-block-b2b-title-description-button .wp-block-buttons {
  margin-top: 0;
}
.wp-block-citeo-semantic-ressource-list .ressource-main-frame {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ds-semantic-spacing-l);
}
.wp-block-citeo-semantic-ressource-list .ressource-main-frame .wp-block-citeo-semantic-ressource-query {
  grid-column: span 2;
}
.wp-block-citeo-semantic-ressource-list .ressource-main-frame .wp-block-citeo-semantic-ressource-query .wp-block-post-template:has(.post-skeleton) {
  display: flex;
  flex-direction: column;
  gap: var(--ds-semantic-spacing-xs);
}
.wp-block-citeo-semantic-ressource-list .ressource-main-frame .wp-block-citeo-semantic-ressource-query .wp-block-post-template .post-skeleton {
  display: flex;
  padding: 0 var(--ds-semantic-spacing-s);
  align-self: stretch;
  height: var(--ds-semantic-sizing-7xl);
  box-sizing: border-box;
  background-color: var(--ds-semantic-color-neutral-surface-stronger-default);
  animation: shimmer 1s infinite linear alternate;
}
@keyframes shimmer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wp-block-citeo-semantic-ressource-list .ressource-main-frame .wp-block-citeo-semantic-ressource-query .wp-block-post-template .result-placeholder {
  padding: 0 var(--ds-semantic-spacing-s);
  align-self: stretch;
  height: var(--ds-semantic-sizing-7xl);
  box-sizing: border-box;
  background-color: var(--ds-semantic-color-layout-surface-subtle-default);
}
.wp-block-citeo-semantic-ressource-list .ressource-main-frame .wp-block-citeo-semantic-featured-post {
  min-height: 20rem;
  height: -moz-min-content;
  height: min-content;
}
.wp-block-citeo-semantic-ressource-list.hide-filters .all-filter-wrapper {
  display: none !important;
}
.wp-block-citeo-semantic-ressource-list .all-filter-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: var(--ds-semantic-spacing-l);
       column-gap: var(--ds-semantic-spacing-l);
  row-gap: var(--ds-semantic-spacing-s);
}
.wp-block-citeo-semantic-ressource-list .all-filter-wrapper .wp-block-citeo-semantic-query-filter {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-citeo-semantic-ressource-list .all-filter-wrapper .wp-block-citeo-semantic-horizontal-accordeon {
  flex-grow: 1;
}
.wp-block-citeo-semantic-ressource-list .all-filter-wrapper .active-filters-list {
  flex-basis: 100%;
  width: 100%;
  display: none;
  -moz-column-gap: var(--ds-semantic-spacing-s);
       column-gap: var(--ds-semantic-spacing-s);
  row-gap: var(--ds-semantic-spacing-2xs);
  flex-wrap: wrap;
}
.wp-block-citeo-semantic-ressource-list .all-filter-wrapper .active-filters-list .active-filter {
  display: inline-flex;
  gap: var(--ds-semantic-spacing-3xs);
  align-content: center;
  padding: 0 var(--ds-semantic-spacing-s);
  color: var(--ds-semantic-color-neutral-content-medium);
  border-radius: var(--ds-semantic-radius-default);
  background: var(--ds-semantic-color-neutral-surface-medium-default);
}
.wp-block-citeo-semantic-ressource-list .all-filter-wrapper .active-filters-list .active-filter .label-name {
  line-height: var(--ds-semantic-sizing-l);
  color: var(--ds-semantic-color-neutral-content-medium);
}
.wp-block-citeo-semantic-ressource-list .all-filter-wrapper .active-filters-list .active-filter .remove-filter {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wp-block-citeo-semantic-ressource-list .all-filter-wrapper.show-active-filters .active-filters-list {
  display: flex;
}
@media screen and (max-width: 900px) {
  .wp-block-citeo-semantic-ressource-list .ressource-main-frame {
    display: flex;
    flex-direction: column;
  }
  .wp-block-citeo-semantic-ressource-list .ressource-main-frame .wp-block-citeo-semantic-featured-post {
    display: none;
  }
  .wp-block-citeo-semantic-ressource-list .ressource-main-frame .result-placeholder {
    display: none;
  }
  .wp-block-citeo-semantic-ressource-list .wp-block-citeo-semantic-query-filter .filter-modal {
    right: unset;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-citeo-semantic-ressource-list .all-filter-wrapper {
    flex-wrap: wrap;
    gap: var(--ds-semantic-spacing-m);
  }
  .wp-block-citeo-semantic-ressource-list .all-filter-wrapper .wp-block-citeo-semantic-horizontal-accordeon {
    width: 100%;
  }
  .wp-block-citeo-semantic-ressource-list .all-filter-wrapper .wp-block-citeo-semantic-horizontal-accordeon .horizontal-accordeon-item-wrapper {
    max-width: 100%;
  }
  .wp-block-citeo-semantic-ressource-list.hide-filters .ressource-main-frame .results-metadata {
    flex-direction: column;
    align-items: flex-end;
  }
  .wp-block-citeo-semantic-ressource-list.hide-filters .ressource-main-frame .results-metadata .wp-block-citeo-semantic-query-tri {
    order: -1;
  }
  .wp-block-citeo-semantic-ressource-list.hide-filters .ressource-main-frame .results-metadata .wp-block-citeo-semantic-query-result {
    width: 100%;
  }
  .wp-block-citeo-semantic-ressource-list .ressource-main-frame .wp-block-citeo-semantic-ressource-query .wp-block-post-template .post-skeleton {
    border-radius: var(--ds-semantic-radius-default) var(--ds-semantic-radius-default) 0 0;
    height: var(--ds-semantic-sizing-11xl);
  }
}

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