.section-contactform {
  width: 90%;
  max-width: 1592px;
  margin: auto;
}
.section-contactform span.wpcf7-radio,
.section-contactform select.wpcf7-select,
.section-contactform span.wpcf7-checkbox {
  display: block;
  margin-bottom: 10px;
}
.section-contactform select.wpcf7-select {
  padding: 10px 20px;
  background-color: #4bbbbd;
  border: 0;
  color: #000000;
}
.section-contactform textarea,
.section-contactform input[type="text"],
.section-contactform input[type="email"],
.section-contactform input[type="tel"] {
  border: 1px #CCC solid;
  outline: 0;
  -webkit-appearance: none;
  font-family: 'Bebas Neue', sans-serif;
  border-radius: 20px;
  background-image: none;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  width: 100%;
  padding: 15px 30px;
  margin: 5px 0px;
  line-height: 1;
}
.section-contactform textarea {
  resize: vertical;
}
.section-contactform textarea:focus,
.section-contactform input:focus {
  border: 1px #4bbbbd solid;
}
.section-contactform input[type="submit"] {
  outline: 0;
  border: 0;
  border-radius: 20px;
  -webkit-appearance: none;
  background: #4bbbbd;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  text-align: center;
  padding: 12px 40px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  margin: auto;
}
.section-contactform input[type="submit"]:hover {
  background: #000000;
}
.section-contactform ::placeholder {
  color: #c8c8c8;
}
.section-contactform div.wpcf7-recaptcha>div {
  margin: auto;
}
.section-contactform span.recaptcha > span > div {
  margin: auto;
}
.section-contactform input.fifty1 {
  width: 49%;
  margin-right: 1%;
}
.section-contactform input.fifty2 {
  width: 49%;
  margin-left: 1%;
}
.section-contactform .toggle {
  display: inline-block;
  position: relative;
  user-select: none;
  margin: 3px 0px;
}
.section-contactform .toggle input {
  position: absolute;
  z-index: 1;
  top: auto;
  height: 1px;
  width: 1px;
  overflow: hidden;
  opacity: 0;
}
.section-contactform .toggle input + span.wpcf7-list-item-label {
  padding-left: 46px;
  position: relative;
  cursor: pointer;
}
.section-contactform .toggle label {
  margin-top: 1px;
}
.section-contactform .toggle input + span.wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #c8c8c8;
  display: inline-block;
  height: 20px;
  width: 40px;
  border-radius: 10px;
  transition: background-color 0.3s ease 0s;
}
.section-contactform .toggle input + span.wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  z-index: 3;
  top: 2px;
  left: 2px;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 10px;
  transition: transform 0.2s ease 0s;
}
.section-contactform .toggle input:checked + span.wpcf7-list-item-label::before {
  background-color: #4bbbbd;
}
.section-contactform .toggle input:checked + span.wpcf7-list-item-label::after {
  transform: translateX(20px);
}
.grecaptcha-badge {
  display: none !important;
}
@media screen and (max-width: 576px) {
  .section-contactform form input[name="nom"],
  .section-contactform form input[name="email"] {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
