#map {
  height: 100%;
  width: 40vw;
}

/* 
 * Optional: Makes the sample page fill the window. 
 */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}

.active {
  color: white;
  border: solid 1px gray;
  border-radius: 25px;
}

.activeButton {
  color: white;
  background-color: black;
  border-radius: 25px;
}

.container {
  background-image: url(../img/tableau.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 60vw;
}
.container #contenu {
  padding: 50px;
}
.container #contenu a {
  text-decoration: none;
  color: white;
  padding: 5px;
  font-size: 20px;
  font-family: "Fredericka the Great", cursive;
}
.container .choix {
  display: flex;
  justify-content: center;
}
.container .choix a {
  text-decoration: none;
  padding: 10px;
  color: white;
  font-size: 20px;
  font-family: "Fredericka the Great", cursive;
  margin: 30px;
}/*# sourceMappingURL=style.min.css.map */