@import url(../fonts/Displace/Displace.css);
/* line 76, ../sass/style.scss */
html {
  overflow-x: hidden;
}

/* line 80, ../sass/style.scss */
body {
  font-family: Displace, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #C9A290;
}

/* line 87, ../sass/style.scss */
h1 {
  font-family: hobeaux-rococeaux, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* line 93, ../sass/style.scss */
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 99, ../sass/style.scss */
input, button, keygen, textarea, select {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 106, ../sass/style.scss */
input:focus,
textarea:focus,
keygen:focus,
select:focus {
  outline: none;
}

/* line 113, ../sass/style.scss */
a {
  color: #C9A290;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 121, ../sass/style.scss */
ul {
  max-width: 130px;
  position: absolute;
  top: 40px;
  right: 40px;
}
@media only screen and (max-width: 992px) {
  /* line 121, ../sass/style.scss */
  ul {
    display: none;
  }
}
/* line 129, ../sass/style.scss */
ul li {
  display: inline-block;
  height: 16px;
  padding: 0 2px;
}
/* line 133, ../sass/style.scss */
ul li a {
  border-bottom: none;
}

/* line 138, ../sass/style.scss */
div.content {
  display: flex;
  height: 100vh;
}
@media only screen and (max-width: 992px) {
  /* line 138, ../sass/style.scss */
  div.content {
    flex-direction: column;
  }
}
/* line 144, ../sass/style.scss */
div.content .left {
  padding: 40px;
  width: 60%;
  background: #293122;
  color: #C9A290;
}
@media only screen and (max-width: 992px) {
  /* line 144, ../sass/style.scss */
  div.content .left {
    width: auto;
  }
}
/* line 152, ../sass/style.scss */
div.content .left img {
  width: 220px;
  margin-left: 140px;
}
/* line 156, ../sass/style.scss */
div.content .left h1 {
  font-size: 120px;
  letter-spacing: 9px;
  line-height: 120px;
  margin: 60px 0;
}
@media only screen and (max-width: 768px) {
  /* line 156, ../sass/style.scss */
  div.content .left h1 {
    font-size: 100px;
    line-height: 100px;
  }
}
/* line 166, ../sass/style.scss */
div.content .left p {
  font-size: 20px;
  max-width: 640px;
}
/* line 170, ../sass/style.scss */
div.content .left a {
  font-size: 14px;
  border-color: #C9A290;
  border-bottom: 2px solid;
  display: inline-block;
  padding-bottom: 5px;
}
/* line 177, ../sass/style.scss */
div.content .left form {
  margin: 60px 0;
  max-width: 640px;
}
/* line 180, ../sass/style.scss */
div.content .left form div {
  display: flex;
  background: #C9A290;
  padding: 20px 20px 0;
}
/* line 184, ../sass/style.scss */
div.content .left form div input[type="email"] {
  border: none;
  padding: 5px 0 0 10px;
  font-size: 18px;
  background: #C9A290;
  color: #293122;
  flex-grow: 1;
}
@media only screen and (max-width: 576px) {
  /* line 184, ../sass/style.scss */
  div.content .left form div input[type="email"] {
    font-size: 14px;
  }
}
/* line 195, ../sass/style.scss */
div.content .left form div input[type="submit"] {
  color: #293122;
  background-color: #C9A290;
  letter-spacing: 1px;
  font-weight: 600;
  border: none;
  border-left: 2px solid #293122;
  font-size: 18px;
  padding: 0 10px 0 30px;
  border-radius: 0;
}
/* line 205, ../sass/style.scss */
div.content .left form div input[type="submit"]:hover {
  cursor: pointer;
}
@media only screen and (max-width: 576px) {
  /* line 195, ../sass/style.scss */
  div.content .left form div input[type="submit"] {
    border: none;
    font-size: 14px;
  }
}
/* line 213, ../sass/style.scss */
div.content .left form div ::-webkit-input-placeholder {
  color: #293122;
}
/* line 216, ../sass/style.scss */
div.content .left form div :-moz-placeholder {
  color: #293122;
}
/* line 219, ../sass/style.scss */
div.content .left form div ::-moz-placeholder {
  color: #293122;
}
/* line 222, ../sass/style.scss */
div.content .left form div :-ms-input-placeholder {
  color: #293122;
}
/* line 225, ../sass/style.scss */
div.content .left form div :placeholder-shown {
  color: #293122;
}
/* line 232, ../sass/style.scss */
div.content .right {
  width: 40%;
  color: #293122;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
@media only screen and (max-width: 992px) {
  /* line 232, ../sass/style.scss */
  div.content .right {
    width: auto;
    display: block;
  }
}
/* line 243, ../sass/style.scss */
div.content .right p {
  font-size: 20px;
  width: 320px;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  /* line 243, ../sass/style.scss */
  div.content .right p {
    width: auto;
    text-align: left;
  }
}
@media only screen and (max-width: 576px) {
  /* line 243, ../sass/style.scss */
  div.content .right p {
    border: none;
  }
}
/* line 254, ../sass/style.scss */
div.content .right p a {
  color: #293122;
  border-color: #293122;
  border-bottom: 2px solid;
  display: inline-block;
  padding-bottom: 5px;
}
