/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/sort-menu/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* =========================================================
   FILTER DROPDOWN (WRAPPER)
   ========================================================= */
.filter-dropdown {
  position: absolute;
  display: inline-flex;
  z-index: 99999;
}

.ituContainer [data-span="2"] {
  display: grid;
}

.ituContainer [data-span="2"] .filter-dropdown {
  justify-self: end;
}

/* Avec Clear visible : on revient en mode normal */
.filter-dropdown:has(.filter-dropdown__clear-inline:not([hidden])) {
  justify-content: flex-end;
}

/* =========================================================
   CONTROLS ROW (Filter by + Clear filter)
   ========================================================= */
.filter-dropdown__controls {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}

/* =========================================================
   TOGGLE BUTTON (Filter by)
   ========================================================= */
.filter-dropdown__toggle {
  display: inline-flex;
  align-items: center;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 24px;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
  white-space: nowrap;
  text-align: left;
}

/* =========================================================
   CLEAR FILTER (INLINE)
   ========================================================= */
.filter-dropdown__clear-inline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid #009cd6;
  background: #fff;
  color: #009cd6;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}

.filter-dropdown__clear-inline:hover {
  background: #eef8fc;
}

/* Caché = vraiment inexistant */
.filter-dropdown__clear-inline[hidden] {
  display: none !important;
}

.filter-dropdown__sep {
  color: #009cd6;
  font-weight: 600;
}

/* =========================================================
   DROPDOWN PANEL
   ========================================================= */
.filter-dropdown__panel {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 220px;
  max-height: min(60vh, 420px);
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  display: none;
  z-index: 999999;
}

/* =========================================================
   OPEN STATE
   ========================================================= */
.filter-dropdown.is-open .filter-dropdown__panel {
  display: block;
}

/* =========================================================
   LIST
   ========================================================= */
.filter-dropdown__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.filter-dropdown__item {
  margin-bottom: 6px;
  white-space: nowrap;
}

.filter-dropdown__item:last-child {
  margin-bottom: 0;
}

/* =========================================================
   SCROLLBAR (BLUE ITU STYLE)
   ========================================================= */
.filter-dropdown__panel::-webkit-scrollbar {
  width: 10px;
}

.filter-dropdown__panel::-webkit-scrollbar-track {
  background: #eef8fc;
}

.filter-dropdown__panel::-webkit-scrollbar-thumb {
  background: #009cd6;
  border-radius: 10px;
  border: 2px solid #eef8fc;
}

.filter-dropdown__panel::-webkit-scrollbar-thumb:hover {
  background: #007fb0;
}

/* Firefox */
.filter-dropdown__panel {
  scrollbar-width: thin;
  scrollbar-color: #009cd6 #eef8fc;
}

/* =========================================================
   HIDE FILTERED CARDS
   ========================================================= */
.ituCard.is-hidden {
  display: none !important;
}

/* =========================================================
   SAFETY (containers that were clipping dropdown)
   ========================================================= */
.cards-grid,
.wp-block-group,
.section-wrapper {
  overflow: visible !important;
}

/* =========================================================
   Optional breathing room for long dropdowns
   ========================================================= */
.digital-impact-section,
.cards-section {
  padding-bottom: 420px;
}

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