body {width: 100vw; height: 100vh; overflow: hidden ; margin-right : 0px}

#red_circle{
font-weight: bold;
color: red;
}

#blue_circle{
font-weight: bold;
color: blue;
}

#green_circle{
font-weight: bold;
color: green;
}

#purple_circle{
font-weight: bold;
color: #4d0099;
}

#etat{
color: red;
font-weight: bold;
font-size: 0.6vw;
}

.wellPanel_title{
  color:black;
  font-weight:bold;
  font-size:1vw;
  text-align: center;

}

.dt-button.buttons-copy {
	margin-top: 10px !important;
}

.dt{
  font-size:1vw;
}
           

.selectize-input.full {
  font-size:0.6vw !important;
}

.selectize-control .selectize-input {
  max-height: 3vh;
  overflow-y: auto;
  /*width:13vw;*/
}

.selectize-dropdown-content {
  font-size:0.6vw;
}

.btn{
  font-size:0.6vw ;
}

.leaflet-control-layers{
    font-size:0.6vw;
}



