html {
  font-family: lato, sans-serif;
  font-size: 16px; }

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

body {
  background-color: white;
  color: #231f20;
  padding: 15px;
  box-sizing: border-box; }

a {
  color: #231f20;
  text-decoration: none;
  outline: none; }

.front {
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 100%; }
  .front div {
    background-image: url("./img/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    background-size: contain; }
  .front h1 {
    font-size: 45px;
    font-weight: 300; }

nav div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }
  nav div i {
    margin: 12px 0 0 10px; }
  nav div h1 {
    font-weight: 300;
    font-style: normal;
    font-size: 45px;
    margin: 0;
    padding: 0; }
  nav div span {
    margin: 12px 10px 0 0; }

.menu {
  margin-top: 8vh;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start; }
  .menu a {
    width: 40vw;
    height: 40vw;
    margin: 1vw;
    color: #f1f2f2;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15vw;
    box-shadow: 2px 2px 1px 1px rgba(51, 51, 51, 0.75); }
    .menu a i {
      text-shadow: 2px 2px 3px rgba(51, 51, 51, 0.75); }

.icon1 {
  background-color: #b1e0da; }

.icon2 {
  background-color: #80ccc6; }

.icon3 {
  background-color: #4cb6ac; }

.icon4 {
  background-color: #26a69b; }

.icon5 {
  background-color: #02897c; }

.icon6 {
  background-color: #00796a; }

.map {
  margin-top: 2vh;
  text-align: center; }
  .map iframe {
    width: 90vw;
    height: 75vh;
    box-shadow: 2px 2px 1px 1px rgba(51, 51, 51, 0.75); }
  .map .button {
    background-color: #00796a;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px;
    margin: 20px auto 0 auto;
    width: 50vw;
    cursor: pointer;
    box-shadow: 2px 2px 1px 1px rgba(51, 51, 51, 0.75);
    display: block; }

.login {
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 100%; }
  .login div {
    background-image: url("./img/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    background-size: contain;
    margin: 0 auto 25px auto; }
  .login input {
    width: 310px;
    height: 40px;
    margin: 5px 0;
    font-size: 15px;
    padding: 5px 10px;
    box-sizing: border-box;
    color: #231f20;
    background-color: #f1f2f2;
    border: none;
    border-radius: 3px; }
  .login p {
    margin: 5px 0 0 0;
    padding: 0;
    color: #d1d3d4; }
  .login .google-fb {
    background-image: url("./img/login.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 320px;
    height: 150px;
    background-size: contain;
    display: block; }

.sticker {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 80vh; }
  .sticker .logo {
    background-image: url("./img/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    background-size: contain; }
  .sticker .button {
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px;
    margin: 20px auto 5px auto;
    width: 50vw;
    cursor: pointer;
    display: block;
    text-align: center;
    box-shadow: 2px 2px 1px 1px rgba(51, 51, 51, 0.75); }
  .sticker .button1 {
    background-color: #26a69b; }
  .sticker .button2 {
    background-color: #00796a; }

footer {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 60px;
  border-top: 3px solid #d1d3d4;
  background-color: white; }
  footer div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    font-size: 35px;
    padding-top: 5px;
    box-sizing: border-box; }
    footer div i {
      color: white;
      text-shadow: 2px 2px 3px rgba(51, 51, 51, 0.75); }

.user {
  margin-top: 5vh;
  margin-bottom: 80px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center; }
  .user a {
    width: 100%;
    padding: 25px 0;
    box-sizing: border-box;
    margin: 10px 0;
    color: white;
    box-shadow: 2px 2px 1px 1px rgba(51, 51, 51, 0.75);
    cursor: default; }
    .user a i {
      font-size: 30px; }
    .user a .first {
      width: 25vw;
      text-align: center; }
    .user a .text {
      width: 40vw;
      display: inline-block;
      font-size: 25px;
      text-transform: uppercase; }
    .user a .toggle {
      width: 10vw;
      cursor: pointer; }
    .user a .dots {
      width: 5vw;
      cursor: pointer;
      text-align: right; }

.settingsi {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #d1d3d4;
  margin-top: 5vh;
  height: 80vh;
  box-sizing: border-box; }
  .settingsi div {
    width: 100%;
    background-color: white;
    border-top: 2px solid #d1d3d4;
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer; }
    .settingsi div .fa-arrow-right {
      float: right;
      margin-right: 15px; }
  .settingsi .separator {
    margin-top: 5vh; }

.infos {
  margin-bottom: 80px; }

@media screen and (orientation: landscape) {
  .menu {
    margin-top: 1vh; }
    .menu a {
      width: 25vw;
      height: 20vw;
      font-size: 8vw; }

  .map {
    margin-top: 1vh; }
    .map iframe {
      width: 95vw;
      height: 60vh; }
    .map .button {
      width: 35vw; }

  .sticker .logo {
    width: 150px;
    height: 150px; }
  .sticker .button {
    margin: 5px auto; }
  .sticker span {
    height: 70px; } }
.places {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 5vh;
  margin-bottom: 70px; }
  .places div {
    box-shadow: 2px 2px 1px 1px rgba(51, 51, 51, 0.75);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 40px;
    color: white;
    display: inline-block;
    margin-top: 10px; }
  .places span {
    width: 100px;
    margin: 20px 0 0 20px;
    font-size: 25px;
    line-height: 60px;
    display: inline-block;
    text-transform: uppercase; }
  .places .avatar {
    margin: 0;
    padding: 0; }
    .places .avatar div {
      width: 130px;
      height: 130px;
      color: #231f20;
      font-size: 80px;
      line-height: 130px;
      display: block;
      margin: 0;
      padding: 0; }
    .places .avatar span {
      display: block;
      margin: 0;
      padding: 0;
      text-transform: none; }

.places {
  margin-top: 1vh; }

/*# sourceMappingURL=style.css.map */
