body {
  background-color: #e6d1f1;
  color: #702382;
  font-family: Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

a, a:visited {
  color: #0e0e0e;
  font-size:0.9em
}

h1 {
  text-align: center;
}

.bottom {
  bottom: 0;
  position: absolute;
}

.carte-style {
  max-width:100%;
max-height:100%;
}

.hidden {
  display: none !important;
}

#butInstall {
  color:#0e0e0e;
}

#installContainer {
  /*position: absolute;*/
  bottom: 1em;
  display: flex;
  justify-content: center;
  width: 100%;
}

#installContainer button {
  background-color: inherit;
  cursor: pointer;
  border: 1px solid #0e0e0e;
  color: #0e0e0e;
  font-size: 1em;
  padding: 0.75em;
}

#fullpage {
  display: none;
  text-align: center;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-color: #e6d1f1;
}