@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  list-style: inherit;
  text-decoration: inherit;
}

.WOOD {
  font-family: 'Dancing Script', cursive !important;
  color: #f08c2b;
  font-size: 5rem;
  margin-top: 45px;
  text-align: center;
}

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #ececec;
}

.upBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contactForm {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hamburger, textarea {
  width: 40%;
}

img {
  width: 100%;
}

.inputs {
  margin-top: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inputs input:not(:last-child) {
  margin-bottom: 10px;
}

.inputs input {
  border-radius: 20px;
  padding: 10px;
}

.comment {
  height: 200px;
  border-radius: 15px;
  resize: none;
}

.sendButton {
  padding: 20px 25px;
  border-radius: 40px;
  font-size: large;
  font-weight: bold;
  background-color: #50D26A;
  color: aliceblue;
  border-width: 3px;
}

body {
  background-image: url(../asset/img/Tracé_1.png), url(../asset/img/Tracé_2.png);
  background-position: top 150px, right 10px, center;
  background-repeat: no-repeat;
}

.submitContainer {
  margin: 27.5px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container {
  margin-top: 35px;
}
/*# sourceMappingURL=style.css.map */