#container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

table {
  text-align: center;
  border-spacing: 5px;
  width: 80%;
  margin: 50px 0;
  font-size: 20px;
}

tr li {
  padding: 0 20px;
  text-align: left;
  box-sizing: content-box;
}

td, th {
  background-color: #F1F1F1;
  border-radius: 5px;
  padding: 1% 0;
}

.libre {
  background-color: #B9D5FF;
}

.compet {
  background-color: #FFA2A2;
}

.note {
  font-size: 20px;
  color: red;
}

#map {
  text-align: center;
  margin: 5% 0;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
}
#map .outdoor {
  display: flex;
  flex-direction: column;
  font-size: larger;
  text-align: center;
  font-weight: bolder;
  line-height: 30px;
}
#map .place {
  margin-top: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 30px;
  font-size: large;
}
#map .place img {
  margin-right: 3%;
  width: 50%;
}

.yes {
  margin-bottom: 30px;
}/*# sourceMappingURL=horaire.css.map */