/* red */
/* green */
/* button */
/* body font color */
/* field required */
/* grey */
/* cta pink */
/* cta white */
/* light blue */
/* grey */
@font-face {
  font-family: "Museo Sans";
  src: url("../../../../typos/museosans_0-webfont.woff") format("woff"), url("../../../../typos/museosans_0-webfont.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../../../../typos/museosans_1-webfont.woff") format("woff"), url("../../../../typos/museosans_1-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Museo Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  padding: 0;
  margin: 0;
  color: #0F0F11;
}
body a {
  text-decoration: none;
  color: #0F0F11;
}
body a:hover {
  text-decoration: underline;
}

.surlined-big {
  background: #00A493;
  padding: 0 8px 0 2px;
}

.maintenance {
  position: relative;
  overflow: hidden;
  max-width: 1280px;
  min-height: 800px;
  margin: 0 auto;
  padding: 0rem;
}
.maintenance p {
  margin: 0 0 10px 0;
}
.maintenance p.info {
  font-size: 18px;
}
.maintenance .logo {
  margin: 0 auto 10px;
  padding: 10px 0 0 10px;
}
.maintenance .logo img {
  width: 42px;
}
.maintenance .main {
  position: relative;
}
.maintenance .main .content {
  background: #F4F4F4;
}
.maintenance .main .content-wrapper {
  position: relative;
  z-index: 2;
  padding: 8px 16px;
  margin: 0 auto;
}
.maintenance .main .content .title {
  font-size: 23px;
  font-weight: 700;
  margin: 20px auto 24px;
  color: #FFFFFF;
}
.maintenance .main .content .description {
  font-weight: 300;
  margin: 0 auto 32px;
}
.maintenance .main .content .description:last-child {
  margin: 0 auto 16px;
}
.maintenance .main .content .description.box {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px;
}
.maintenance .main .content .description .items .item {
  margin: 0 auto 8px 0;
  display: flex;
  align-items: center;
  justify-content: start;
  min-height: 53px;
}
.maintenance .main .content .description .items .item .label {
  display: flex;
  justify-content: start;
  align-items: center;
}
.maintenance .main .content .description .items .item .dot {
  margin: 0 8px 1px 0px;
  height: 10px;
  width: 10px;
  min-width: 10px;
  background-color: #00A493;
  border-radius: 50%;
  display: inline-block;
}
.maintenance .main .content .description .items .item.bayam .bayam-logo {
  max-width: 80px;
  margin: 0 0 0 8px;
}
.maintenance .main .content .description .items .item.bayam .bayam-logo:hover {
  opacity: 0.5;
}
.maintenance .main .content .description .items .item.actus .actus-logo {
  max-height: 53px;
  margin: 0 0 0 8px;
  box-shadow: 9px 7px 6px #e6e6e6;
  border-radius: 30px;
}
.maintenance .main .content .description .items .item.actus .actus-logo:hover {
  opacity: 0.5;
}
.maintenance .main .content .description .items .item.social {
  display: block;
  margin-top: 20px;
}
.maintenance .main .picture {
  display: block;
  max-width: 495px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.maintenance .main .picture .image {
  width: 100%;
}
.maintenance .bottom {
  position: absolute;
  z-index: 1;
  height: 200px;
  display: block;
  width: 100%;
  background: transparent;
  bottom: 0;
}
.maintenance .bottom .section-bottom {
  position: relative;
  overflow: hidden;
  height: 200px;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: transparent;
}
.maintenance .bottom .section-bottom:after {
  background: #00A493;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -25px;
  bottom: 0;
  transform-origin: 100% 100%;
  width: 150%;
}
.maintenance .bottom .section-bottom.up:after {
  transform: rotate(-3deg);
}
.maintenance .bottom .section-bottom.down:after {
  bottom: -80px;
  transform: rotate(3deg);
}
.maintenance .social-links {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 16px 0 0 16px;
}
.maintenance .social-links .li {
  margin: 0 8px 0 0;
}
.maintenance .social-links .li:last-child {
  margin: 0;
}
.maintenance .social-links .li:hover {
  opacity: 0.5;
}
.maintenance .social-links .li a {
  display: block;
  width: 25px;
  height: 25px;
  font-size: 0;
  overflow: hidden;
}
.maintenance .social-links .instagram {
  background: transparent url("../img/icon-instagram.png") center center no-repeat;
  background-size: contain;
}
.maintenance .social-links .facebook {
  background: transparent url("../img/icon-facebook.png") center center no-repeat;
  background-size: contain;
}
.maintenance .social-links .youtube {
  background: transparent url("../img/icon-youtube.png") center center no-repeat;
  background-size: contain;
}
.maintenance .social-links .twitter {
  background: transparent url("../img/icon-twitter.png") center center no-repeat;
  background-size: contain;
}

/*******************************************/
@media only screen and (min-width: 414px) {
  .surlined-big {
    padding: 0 0 0 8px;
    background: transparent url("../img/top-title-surlined.png") no-repeat left top;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 45px;
    width: 100%;
    max-width: 365px;
  }

  .maintenance .main .content .title {
    font-size: 28px;
  }
  .maintenance .main .content .description {
    padding: 8px;
  }
}
/*******************************************/
@media only screen and (min-width: 768px) {
  .maintenance p {
    font-size: 18px;
  }
  .maintenance p.info {
    font-size: 18px;
  }
  .maintenance .logo img {
    width: 66px;
  }
  .maintenance .main .picture {
    margin: 55px auto;
    max-width: 90%;
  }
  .maintenance .main .content {
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
  .maintenance .main .content .title {
    font-size: 29px;
    margin: 0 auto 20px;
  }
  .maintenance .main .content .content-wrapper {
    order: 2;
    flex-basis: 45%;
    padding: 8px 8px;
    margin: 5% auto 0 auto;
  }
  .maintenance .main .content .content-wrapper .description {
    margin: 0 auto 24px;
  }
  .maintenance .main .picture {
    order: 1;
    flex-basis: 45%;
  }
}
/*******************************************/
@media only screen and (min-width: 1280px) {
  .maintenance .logo {
    padding: 8px 0 0 0px;
  }
  .maintenance .main .content .description .items .item.social {
    display: flex;
    margin-top: inherit;
  }
  .maintenance .main .social-links {
    margin: 1px 0 0 16px;
  }
}
