
body { height: 100%;    margin: 0;
    padding: 0;background-image: url("pictures/rice.jpg");} 

.p-inline{
  display: inline;
  font-size: x-large;
}

.load {
  background-color: #B2B2B2;
  border: none;
  border-radius: 4px;
  color: black;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: x-large;
}


.row {
  width:960px;
  padding-top: 20px;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  margin: auto;
}
.block
{
 display: flex;
    align-items: center;
    justify-content: center;
text-align: center;
    width: 220px;}

.centerdivim
{position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding: 0;
}

#specLabels{                  /*??? enlever ou laisser*/
    position: absolute!important;
}

/*.gradient {background-image: linear-gradient(#B2B2B2, #B2B2B2, #B2B2B2, white);}*/




.centre {margin: auto;overflow: hidden;padding-bottom: 8px;}
.style1{border-top: 1px solid #8c8b8b;}
.centrevtrap {font-size: 220%; color: #144414; text-decoration: none;}


/*----------------Day selector cursor ----------------*/

.vt {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: orange;
}

.hl {
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  background: orange;
}



.vt2 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: red;
  z-index: 100,
}

.hl2 {
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  background: green;
  z-index: 101,
}


.centerdivim .leaflet-popup-content-wrapper {
  font-size:1vw;
  /*line-height:24px;*/
  }





#waveform{
  width: 100%;
  background: rgba(0,0,0,0.8);
}
#spectrogram{
  margin: 10px auto;
  position: relative;
}
#spectrogram canvas{
  left: 0;
}

#specLabels{
    position: absolute!important;
}

button{
  background: #eee;
  border: 1px solid #ddd;
  border-bottom: 4px solid #ccc;
  cursor: pointer;
  font-size: 20px;
  margin-top: 10px;
  padding: 10px;
}
button:active{
  outline: none;
  border-top: 4px solid #eee;
  border-bottom: 2px solid #777;
}
button:focus{
  outline: none;
}