.map{
  height: 80vh;
}

.datatable{
  overflow-x: scroll;
}
.ol-control.ol-print{
  top: .5em;
  right: 2.5em;
  left: auto;
}

.alertes{
  position: fixed !important;
  bottom: 0;
  width: 100%;
  z-index: 10000;

}



.ol-control.ol-feature-list.ol-collapsed{
  bottom : 2em;
}

.ol-ext-print-dialog{
  z-index: 1000000;
}

.img-input{
  max-width: 150px;
}

input[type=range][orient=vertical] {
  writing-mode: vertical-lr;
  direction: rtl;
  width: 16px;
  vertical-align: bottom;
}

#centre-geoloc{
  position: absolute;
  bottom: .8em;
  right: .8em;
}

#th-Qneg{
  background-color:  rgba(148,0,211,0.65);
}
#th-tresFaible{
  background-color: rgba(42, 151, 2, 1);
}
#th-faible{
  background-color: rgba(245, 245, 0, 1);
}
#th-drainant{
  background-color: rgba(255, 143, 38, 1);
}
#th-fort{
  background-color: rgba(255, 7, 7, 1);
}
#th-sans{
  background-color: rgba(45, 45, 45, .3);
}
.container-carousel{
  background-color: black;
}
.img-carousel{
  max-height: 75vh;
}

/* Pour la légende  */
.ol-legend{
  display: flex;
}
.ol-legend > canvas {
  float: left;
}
.ol-legend > div.ol-legend {
  position: relative;
}