.abonnement_form {
}
.abonnement_form .abonnement-form-section {
  border-top: white solid 1px;
  padding: 40px 0;
}
.abonnement_form .abonnement-form-section.first-section {
  border-top: none;
}
.abonnement_form ol {
  padding: 0 0 0 18px;
}
.abonnement_form h3 {
  padding-bottom: 20px;
}
.abonnement_form select,
.abonnement_form input,
.abonnement_form textarea {
  background-color: #000000;
  color: #fff;
  width: 100%;
  padding: 10px;
  border-radius: 100px;
  margin-top: 5px;
  border: solid 1px #fff;
}
.abonnement_form p {
  padding-top: 10px;
}
.abonnement_form input,
.abonnement_form textarea {
  max-width: calc(100% - 27px);
  min-width: calc(100% - 27px);
}
.abonnement_form textarea {
  border-radius: 10px;
  max-height: 100px;
  min-height: 100px;
}
.abonnement_form input[type="checkbox"],
.abonnement_form input[type="radio"] {
  max-width: 100%;
  width: auto;
  min-width: auto;
}
.abonnement_form
  .abonnement-form-section
  .wpcf7-form-control.wpcf7-acceptance
  .wpcf7-list-item,
.abonnement_form
  .abonnement-form-section
  .wpcf7-form-control.wpcf7-radio
  .wpcf7-list-item {
  margin: 0;
  padding: 10px 0;
}
.abonnement_form select.wpcf7-not-valid,
.abonnement_form input.wpcf7-not-valid,
.abonnement_form textarea.wpcf7-not-valid {
  border: solid red 1px;
}
.abonnement_form input[type="submit"] {
  text-align: left;
  padding: 10px 0 10px 30px;
  min-width: 30px;
  max-width: 300px;
  font-size: 30px;
  color: #000;
  background: #fff;
  transition: 0.3s ease all;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E");
}

.abonnement_form input[type="submit"]:hover {
  background: #000;
  color: #fff;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E");
}

.abonnement_form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  padding: 0 !important;
}

.abonnement_form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  padding: 0;
}

.abonnement_form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  transition: 0.3s ease all;
  background-color: transparent;
}


.abonnement_form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  margin-right: 15px;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  transition: 0.3s ease all;
}

.abonnement_form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input[type="radio"]:checked {
  background-color: #fff;
  border-color: #fff;
}

.abonnement_form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
}

.abonnement_form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  flex: 1;
  color: #fff;
}

/*Heading sections*/
.abonnement_explanation {
  padding: 40px 0;
}

.abonnement_explanation ul {
  padding: 10px;
}

.abonnement_explanation ul li {
  padding: 5px;
}

.abonnement_header {
  padding: 40px 0;
}
.abonnement_header h2 {
  text-align: left;
  font-size: var(--text-big);
}

.abonnement_header .abonnement_subtitle {
  font-size: var(--text-medium);
}