@charset "UTF-8";
body {
  background-color: white;
  font-size: smaller;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

main {
  padding: 60px 15px 0;
}

main > .container {
  padding: 10px 15px 0;
}

main > .container-fluid {
  padding: 10px 15px 0;
}

li.breadcrumb-item > a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.pagination > li > a {
  background-color: white;
  color: black;
}

.pagination > li > a:focus,
.pagination > li > a:hover {
  color: black;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a {
  color: white;
  background-color: black;
  border: solid 1px black;
}

.pagination > .active > a:hover {
  background-color: black;
  border: solid 1px white;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: black;
  border: solid 1px black;
}

#lmap {
  width: 100%;
  height: 650px;
  position: relative;
}

@media (max-width: 767.98px) {
  #lmap {
    height: 350px;
  }
}
#ternarySoil {
  width: 100%;
  max-width: 400px;
  height: 350px;
  position: relative;
  margin: 0;
  padding: 0;
}

ul[role=tree] {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 120%;
}

ul[role=tree] li {
  margin: 0;
  padding: 0;
  list-style: none;
}

[role=treeitem][aria-expanded=false] + [role=group] {
  display: none;
}

[role=treeitem][aria-expanded=true] + [role=group] {
  display: block;
}

[role=treeitem].doc::before {
  font-family: "Font Awesome 5 Free";
  content: "\f15c";
  display: inline-block;
  padding-right: 2px;
  padding-left: 5px;
  vertical-align: middle;
}

[role=treeitem][aria-expanded=false] > ul {
  display: none;
}

[role=treeitem][aria-expanded=true] > ul {
  display: block;
}

[role=treeitem][aria-expanded=false] > span::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07b";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}

[role=treeitem][aria-expanded=true] > span::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07c";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}

[role=treeitem],
[role=treeitem] span {
  margin: 0;
  padding: 0.125em;
  display: block;
}

/* disable default keyboard focus styling for treeitems
   Keyboard focus is styled with the following CSS */
[role=treeitem]:focus {
  outline: 0;
}

[role=treeitem][aria-selected=true] {
  padding-left: 4px;
  border-left: 5px solid #005a9c;
}

[role=treeitem].focus,
[role=treeitem] span.focus {
  border-color: black;
  background-color: #eee;
}

[role=treeitem].hover,
[role=treeitem] span:hover {
  padding-left: 4px;
  background-color: #ddd;
  border-left: 5px solid #333;
}

.sidebar li .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* ========================================
   Histogram styles for quantile display
   ======================================== */
/* Stats compactes avec bordure */
.quantile-stats {
  padding: 8px 12px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  font-size: 11px;
}
.quantile-stats span {
  display: inline-block;
}
.quantile-stats strong {
  color: #495057;
  font-weight: 600;
}

.quantile-histogram {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 60px;
  gap: 2px;
  padding: 5px 0;
  background-color: #f8f9fa;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}

.quantile-bar {
  flex: 1;
  min-height: 2px;
  background-color: #6c757d;
  border-radius: 2px 2px 0 0;
  transition: all 0.2s ease;
  cursor: pointer;
}
.quantile-bar:hover {
  background-color: #495057;
  transform: scaleY(1.05);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
}

/* Style spécial pour les valeurs uniques (from == to) */
.quantile-bar.unique-value {
  background-color: #dc3545;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255, 255, 255, 0.3) 2px, rgba(255, 255, 255, 0.3) 4px);
  border: 1px solid #c82333;
  position: relative;
}
.quantile-bar.unique-value:hover {
  background-color: #c82333;
  transform: scaleY(1.1);
  box-shadow: 0 -3px 6px rgba(220, 53, 69, 0.4);
}
.quantile-bar.unique-value {
  /* Indicateur visuel pour haute concentration */
}
.quantile-bar.unique-value::before {
  content: "⚠";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #dc3545;
  opacity: 0;
  transition: opacity 0.2s;
}
.quantile-bar.unique-value:hover::before {
  opacity: 1;
}

/* ========================================
   NoUiSlider pips customization
   ======================================== */
/* Mettre en évidence les pips des quantiles */
.noUi-pips .noUi-marker {
  background: #cbd5e0;
  height: 8px;
  width: 1px;
}
.noUi-pips .noUi-marker-large {
  background: #4a5568;
  height: 12px;
  width: 2px;
}
.noUi-pips .noUi-value {
  font-size: 10px;
  color: #718096;
  padding-top: 3px;
}
.noUi-pips {
  /* Labels spéciaux pour Q1, Médiane, Q3 */
}
.noUi-pips .noUi-value[data-value] {
  font-weight: 600;
  color: #2d3748;
}

/* ========================================
   Boolean field progress bar
   ======================================== */
.boolean-progress-container {
  max-width: 250px;
}
.boolean-progress-container .progress {
  font-size: 10px;
  font-weight: 600;
}

.boolean-legend {
  display: flex;
  gap: 10px;
  font-size: 9px;
  margin-top: 2px;
}
.boolean-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.boolean-legend .legend-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
}

/* Aligner visuellement le slider avec l'histogramme */
.field-controls .noUi-target {
  border: 1px solid #e0e0e0;
  box-shadow: none;
}
.field-controls .noUi-connect {
  background: #6c757d;
}
.field-controls .noUi-handle {
  border: 2px solid #495057;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.field-controls .noUi-handle:hover {
  background: #f8f9fa;
}

.dsi-stats-param-list {
  max-height: 72vh;
  overflow-y: auto;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
}

.dsi-stats-param-item {
  display: flex;
  align-items: center;
  padding: 0.35rem 0.5rem;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.85rem;
}
.dsi-stats-param-item:hover {
  background: #f0f4ff;
}
.dsi-stats-param-item.active {
  background: #e2e6ea;
  font-weight: 600;
}
.dsi-stats-param-item .dsi-stats-param-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dsi-stats-stat-card .card-body {
  min-width: 90px;
}

.dsi-stats-chart {
  min-height: 350px;
}

/*# sourceMappingURL=app.css-ZGxHwEV.map */
