
.meteo {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0 !important;
  text-align: center;
  font-size: 18px;
  width:420px;
}

.meteoheure {
  background-color:darkolivegreen;
  border-radius: 10px;
    width: 124px;
    padding: 5px;
}

.jourprev {
	text-transform:capitalize;
}
.flexh {
	display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.precsvg {
  stroke: cornflowerblue;
  fill: cornflowerblue;

}

.barbule {
  overflow:clip;
  stroke: white;
  fill: white;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
/* width */
::-webkit-scrollbar {
  margin-top: 5px;
  height: 10px;
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}