@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 300;
  src: local("Avenir Light"), local("Avenir-Light"), url("/live/oe_/https://matoilic.ch/fonts/avenir-light.woff2") format("woff2");
}

@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  src: local("Avenir Book"), local("Avenir-Book"), url("/live/oe_/https://matoilic.ch/fonts/avenir-book.woff2") format("woff2");
}

@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  src: local("Avenir Heavy"), local("Avenir-Heavy"), url("/live/oe_/https://matoilic.ch/fonts/avenir-heavy.woff2") format("woff2");
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

body {
  background: #fff;
  color: #070717;
  font-family: Avenir, sans-serif;
  font-size: 18px;
}

input,
textarea,
label {
  border-radius: 0;
  display: block;
}

input,
textarea {
  border: none;
  border-bottom: 1px solid #82818C;
  background: transparent;
  outline: 0;
  padding: 0.3em 0.5ch;
  position: relative;
  width: 100%;
  z-index: 2;
}

input:focus,
textarea:focus {
  border-color: #1077DE;
}

textarea {
  height: 10em;
}

label {
  color: #82818C;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
}

.not-empty label {
  visibility: visible;
}

h1 {
  color: #1D9151;
  font-weight: 300;
  font-size: 3em;
}

@media screen and (max-width: 800px) {
  h1 {
    font-size: 2.2em;
  }
}

button {
  background: #1D9151;
  border: 0;
  color: #fff;
  padding: 0.5em 2ch;
}

@media screen and (max-width: 800px) {
  button {
    display: block;
    width: 100%;
  }
}

form {
  position: relative;
}

form.loading :not(.loader) {
  display: none;
}

::-webkit-input-placeholder {
  color: #82818C;
  opacity: 1;
}

::-moz-placeholder {
  color: #82818C;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #82818C;
  opacity: 1;
}

.main {
  margin: 5em auto;
  max-width: 90%;
  width: 1024px;
}

@media screen and (max-width: 800px) {
  .main {
    margin-top: 3em;
  }
}

.form-group {
  padding-top: 0.7em;
  position: relative;
}

.form-group:last-child {
  text-align: right;
}

.honey {
  display: none;
}

.message-success {
  color: #1D9151;
}

.message-error {
  color: #A41B1B;
}

.loader {
  color: #1D9151;
  font-weight: 400;
  height: 60px;
  letter-spacing: 0.2em;
  line-height: 60px;
  padding-left: 30px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 300px;
}

.loader:before,
.loader:after {
  -webkit-animation: loader 0.7s infinite alternate ease-in-out;
          animation: loader 0.7s infinite alternate ease-in-out;
  background: #1D9151;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 10px;
}

.loader:before {
  top: 0;
}

.loader:after {
  bottom: 0;
}

@-webkit-keyframes loader {
  0% {
    height: 30px;
    left: 0;
    width: 10px;
  }
  50% {
    height: 8px;
    width: 30px;
  }
  100% {
    height: 30px;
    left: 270px;
    width: 10px;
  }
}

@keyframes loader {
  0% {
    height: 30px;
    left: 0;
    width: 10px;
  }
  50% {
    height: 8px;
    width: 30px;
  }
  100% {
    height: 30px;
    left: 270px;
    width: 10px;
  }
}
