@import url(./fonts/stylesheet.css);
body {
  background-color: #F7F5F0;
}

* {
  color: #262626;
}

h1 {
  font-size: 4rem;
  line-height: 1.25;
  font-weight: normal;
}

h2 {
  font-size: 5.2rem;
  line-height: 1.25;
  font-weight: normal;
}
h2.big {
  font-size: 12.6rem;
}

h3 {
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: normal;
}

h4 {
  font-size: 2.2rem;
  line-height: 1.25;
  font-weight: normal;
}

h5 {
  font-size: 3.2rem;
  line-height: 1.25;
}

h5 {
  font-size: 2.2rem;
  line-height: 1.25;
}

p {
  font-size: 1.6rem;
  line-height: 1.75;
}

.p-big {
  font-size: 2.2rem;
  line-height: 1.75;
}

a {
  color: #262626;
}

.btn, button[type=submit], input[type=submit] {
  line-height: 1;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 1.8rem;
  font-family: "Sofia Pro";
  color: #262626;
  font-weight: 400;
  border-radius: 3px;
  background-color: #262626;
  color: white;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 50px;
  -webkit-transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn img, button[type=submit] img, input[type=submit] img {
  margin-right: 10px;
}
.btn span, button[type=submit] span, input[type=submit] span {
  color: inherit;
}
.btn:hover, button[type=submit]:hover, input[type=submit]:hover {
  color: white;
  background-color: black;
}
.btn.pop, button[type=submit], input[type=submit] {
  color: #262626;
  background-color: #CB6D2C;
  background-image: none;
  border: 1px solid #CB6D2C;
}
.btn.pop span, button[type=submit] span, input[type=submit] span {
  color: inherit;
}
.btn.pop:hover, button[type=submit]:hover, input[type=submit]:hover {
  background-color: #00C67B;
  border: 1px solid #00C67B;
}
.btn.transparent, button.transparent[type=submit], input.transparent[type=submit] {
  border: 1px solid #262626;
  color: #262626;
  background: none;
  background-color: transparent;
}
.btn.transparent:hover, button.transparent[type=submit]:hover, input.transparent[type=submit]:hover {
  background-color: #CB6D2C;
}
.btn.transparent_white, button.transparent_white[type=submit], input.transparent_white[type=submit] {
  border: 1px solid white;
  color: white;
  background: none;
  background-color: transparent;
}
.btn.transparent_white:hover, button.transparent_white[type=submit]:hover, input.transparent_white[type=submit]:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn.blanc, button.blanc[type=submit], input.blanc[type=submit] {
  border: 1px solid white;
  background: none;
  background-color: white;
  color: #262626;
}
.btn.blanc:hover, button.blanc[type=submit]:hover, input.blanc[type=submit]:hover {
  background-color: #CB6D2C;
  border: 1px solid #CB6D2C;
}

input, select {
  outline: 0;
  width: 100%;
}

select.error, textarea.error, input[type=text].error, input[type=tel].error, input[type=email].error {
  border: 1px solid #e24848;
}

input[type=radio].error, input[type=checkbox].error {
  border: 1px solid #e24848;
}

.error + label {
  color: #e24848;
}

button[type=submit] {
  font-size: 15px;
  height: auto;
  width: 200px;
  cursor: pointer;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form_section {
  padding: 10px 0;
}

.form_part {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.input_container, .select_container {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  font-size: 0;
  margin-right: 10px;
}
.input_container:last-child, .select_container:last-child {
  margin-right: 0;
}
.input_container.half, .select_container.half {
  width: calc(50% - 5px);
}

label {
  margin-bottom: 8px;
  display: inline-block;
  font-size: 1.4rem;
  width: 100%;
  cursor: pointer;
}

input[type=checkbox], input[type=radio] {
  position: absolute;
  opacity: 0;
  left: -9999px;
}

input[type=checkbox] + label {
  display: inline-block;
  min-height: 30px;
  line-height: 25px;
  height: auto;
  background-image: url("../images/check_uncheck-151e26fe581996650621b43808496d8b.svg");
  padding-right: 15px;
  padding-left: 35px;
}

input[type=checkbox]:checked + label {
  background-image: url("../images/check_checked-e05ff2c97eacb302f54eff6e4d937d54.svg");
}

input[type=radio] + label {
  display: inline-block;
  min-height: 30px;
  line-height: 30px;
  height: auto;
  padding-right: 15px;
  background-image: url("../images/radio_uncheck-5c62a36eb072b6ae872ab0eabb08877d.svg");
  padding-left: 35px;
  background-position: left center;
}

input[type=radio]:checked + label {
  background-image: url("../images/radio_checked-fcab511c6d4835a0c098b730b62091c1.svg");
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444;
  opacity: 1; /* Firefox */
}

input::-moz-placeholder, textarea::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444;
  opacity: 1; /* Firefox */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444;
  opacity: 1; /* Firefox */
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444;
  opacity: 1; /* Firefox */
}

input::placeholder, textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444;
  opacity: 1; /* Firefox */
}

input[type=text], input[type=tel], input[type=email], input[type=password], input[type=digit], select, textarea {
  border: 1px solid #e1e1e1;
  display: inline-block;
  padding-left: 15px;
  vertical-align: top;
  border-radius: 3px;
  height: 42px;
  color: #262626;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  max-height: 500px;
  min-height: 150px;
  padding-top: 10px;
}

button[type=submit], input[type=submit] {
  border: 0;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 15px;
  display: inline-block;
  color: white;
}

.wpcf7-checkbox, .wpcf7-radio {
  padding-top: 10px;
  display: inline-block;
}

.wpcf7-list-item {
  margin-left: 0;
}

.legal {
  font-size: 1.2rem;
}
.legal a {
  font-size: inherit;
  text-decoration: underline;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  font-size: 1.6rem;
  font-style: italic;
  color: red;
  border: 0 !important;
  outline: 0;
}