* {
  box-sizing: border-box;
}

body {
  background-color: #f1f2f6;
  font-family: 'Roboto', sans-serif;
}

.carousel {
  height: 500px;
  width: 100%;
}

.carousel-cell {
  background-size: cover;
  border-radius: 5px;
  height: 350px;
  margin-right: 10px;
  width: 600px;
}

.container {
  color: grey;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}

.flickity-page-dots {
  display: none;
}

#infos {
  color: grey;
}

#map {
  height: 300px;
  width: 100%;
}

.progress-bar {
  height: 20px;
  width: 0;
  background: #333;
}

.restart-btn {
  background-color: orange;
  border-radius: 10px;
  color: blue;
  font-weight: bold;
  padding: 5px;
  text-transform: uppercase;
}

.template-container {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */