/* Import fonts -------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  src: url("fonts/Montserrat-Regular.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  src: url("fonts/Montserrat-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  src: url("fonts/Montserrat-Bold.woff") format("woff");
}

/* Variables -------------------------------------------------------------------------------------------------*/
body {
  font-family: "Montserrat", sans-serif;
  background-color: #ffebcf;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  body .container {
    max-width: 100% !important;
  }
}

body .content {
  width: 100%;
  max-width: 1080px;
  overflow: hidden;
}

body h1 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  word-break: break-word;
  color: #4e4e4e;
}

body header {
  background-color: white;
  width: 100vw;
  overflow: hidden;
  position: relative;
}

body header .background-logo-homepage {
  background-color: #ffebcf;
  border-radius: 0 0 50% 50%;
  padding: 2rem;
  width: 120vw;
}

@media (max-width: 768px) {
  body header .background-logo-homepage {
    width: 180vw;
  }
}

body header .background-logo-homepage .logo {
  width: 100%;
  max-width: 600px;
}

@media (max-width: 768px) {
  body header .background-logo-homepage .logo {
    max-width: 55vw;
  }
}

@media (max-width: 667px) {
  body header .background-logo-homepage .logo {
    max-width: 90vw;
  }
}

body header .fond-logo {
  background-color: #ffebcf;
  border-radius: 0 0 70% 0;
  padding: 32px;
  padding-right: 64px;
  min-width: 170px;
  width: 40%;
  position: relative;
  top: -48px;
  left: -48px;
}

@media (max-width: 568px) {
  body header .fond-logo {
    padding-right: 48px;
  }
}

body header .baseline {
  font-weight: 700;
  text-align: center;
  font-size: 1.5rem;
}

body header .baseline span {
  color: #f2b354;
  display: block;
  font-size: 3rem;
  margin: 0.5rem;
}

@media (max-width: 667px) {
  body header .baseline {
    font-size: 1rem;
  }
  body header .baseline span {
    font-size: 1.6rem;
    padding-top: 8px;
  }
}

@media (min-width: 768px) {
  body header .baseline {
    font-size: 1.5rem;
  }
  body header .baseline span {
    font-size: 3rem;
  }
}

body main {
  padding: 1rem;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  body main {
    padding: 2rem;
  }
}

@media (min-width: 996px) {
  body main {
    padding: 3rem;
  }
}

body footer {
  background-color: #f2b354;
}

body footer .credits {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

body footer .credits a {
  font-weight: 600;
  text-decoration: none;
  color: white;
}

body footer .footer-img {
  width: 110%;
  background-color: white;
  background-image: url(../img/footer.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 0;
  padding-top: 29%;
}

body body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .background-logo-homepage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*# sourceMappingURL=main.css.map */