/* line 1, ../scss/style.scss */
html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}

/* line 6, ../scss/style.scss */
.page {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  line-height: normal;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  color: #fff;
  background-color: #f0f0f0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: none !important;
  background: black !important;
}

/* line 24, ../scss/style.scss */
h1, h2, h3, h4, h5 {
  line-height: 1.3;
  font-weight: normal;
}

/* line 28, ../scss/style.scss */
.bg-position-top {
  background-position: 50% 0;
}

/* line 31, ../scss/style.scss */
.bg-position-middle {
  background-position: 50% 50%;
}

/* line 34, ../scss/style.scss */
.bg-position-bottom {
  background-position: 50% 100%;
}

/* line 37, ../scss/style.scss */
.page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  opacity: 0.4;
}

/* line 47, ../scss/style.scss */
img {
  max-width: 100%;
  width: auto\9;
  height: auto;
}

/* line 52, ../scss/style.scss */
a, a:link {
  color: inherit;
  filter: alpha(opacity=85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  opacity: 0.85;
}

/* line 58, ../scss/style.scss */
a:hover, a:focus, a:active {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* line 63, ../scss/style.scss */
ul, ol {
  display: inline-block;
  text-align: left;
  max-width: 50%;
}

/* line 67, ../scss/style.scss */
.container {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding: 1em 2em;
  z-index: 1;
}

/* line 75, ../scss/style.scss */
.content {
  max-width: 900px;
  margin: 0 auto;
}

/* line 79, ../scss/style.scss */
.social-links:empty {
  outline: 1px solid yellow;
}

/* line 82, ../scss/style.scss */
.social-links {
  padding: 1em 0;
  vertical-align: middle;
}

/* line 86, ../scss/style.scss */
.social-links a {
  padding: 0 0.3em;
  line-height: normal;
}

/* line 90, ../scss/style.scss */
.hosting-info {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em;
  font-size: 0.8em;
}

/* line 99, ../scss/style.scss */
.hosting-info p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

/* line 104, ../scss/style.scss */
.overlay-dark {
  background-color: #333;
}

/* line 107, ../scss/style.scss */
.overlay-dark:before {
  background-color: #333;
}

/* line 110, ../scss/style.scss */
.overlay-bright {
  background-color: white;
}

/* line 113, ../scss/style.scss */
.overlay-bright:before {
  background-color: white;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
}

@media screen {
  /* line 120, ../scss/style.scss */
  .page[class] {
    background-image: url("https://assets.storage.infomaniak.website/images/background/unsplash/MS7KD9Ti7FQ-medium.jpg");
  }
}
/* line 124, ../scss/style.scss */
body.debug:after {
  content: "default";
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: white;
  color: black;
  padding: 0.5em;
  font-size: 10px;
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  /* line 136, ../scss/style.scss */
  body.debug:after {
    content: "small";
  }

  /* line 136, ../scss/style.scss */
  h1 {
    font-size: 2em;
  }

  /* line 136, ../scss/style.scss */
  ul, ol {
    max-width: none;
  }

  /* line 136, ../scss/style.scss */
  .page {
    min-width: 300px;
  }

  /* line 136, ../scss/style.scss */
  .page .container {
    padding: 3em;
  }

  /* line 136, ../scss/style.scss */
  .page, .page[class] {
    background-image: url("https://assets.storage.infomaniak.website/images/background/unsplash/MS7KD9Ti7FQ-small.jpg");
  }
}
@media screen and (min-width: 641px) and (max-width: 1199px), (min-height: 500px) and (max-height: 1199px) {
  /* line 138, ../scss/style.scss */
  body.debug:after {
    content: "medium";
  }

  /* line 138, ../scss/style.scss */
  .page, .page[class] {
    background-image: url("https://assets.storage.infomaniak.website/images/background/unsplash/MS7KD9Ti7FQ-medium.jpg");
  }
}
@media screen and (min-width: 1200px) {
  /* line 139, ../scss/style.scss */
  body.debug:after {
    content: "large";
  }

  /* line 139, ../scss/style.scss */
  .page, .page[class] {
    background-image: url("https://assets.storage.infomaniak.website/images/background/unsplash/MS7KD9Ti7FQ-large.jpg");
  }
}
/* line 140, ../scss/style.scss */
.page .fallback-bg {
  display: none;
}

/* line 142, ../scss/style.scss */
.ie8 .page .fallback-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: inherit;
  z-index: 0;
}
