
.meteo {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 !important;
  text-align: center;
  font-size: 18px;
  overflow-x: auto;
}

.meteoheure {
  background-color: cadetblue;
  border-radius: 10px;
  margin: 0 5px 5px 0;
  padding: 4px;
}

/* 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;
}