/* Style Page d'attente MOBILE max-900px
by Maison Surfin Estate
05.2022
*/

.main-content {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  margin: 30px auto;
}
h1 {
  font-size: 45px !important;
  margin-bottom: 1.5em;
}
p {
  font-size: 35px !important;
}
.logo_style {
  padding-bottom: 30px;
}
.logo_style img {
  max-width: 80%;
}
.description {
  max-width: 90%;
  margin: 0 auto;
}
.footer > p > a {
  font-size: 30px;
  line-height: 1.2em;
  margin: 20px 0;
}

.menu_links {
  display: block;
  text-align: center;
  margin-bottom: 10vh;
}
button {
  padding: 25px 70px !important;
}
button a {
  font-size: 30px;
}
.desktop {
  display: none;
}
