.section-contactform input[type=text] {
  padding: 15px 30px !important;
}
.section-contactform form.wpcf7-form input[name="nom"] {
  width: 49%;
  margin-right: 1%;
}
.section-contactform form.wpcf7-form input[name="email"] {
  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: #0F302D;
}
.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;
  }
}
