div#edit-cette-formation-vous-interesse-en-tant-que {
    margin-top: 20px;
}

div#edit-cette-formation-vous-interesse-en-tant-que label {
    color: #000;
    padding-right: 30px;
}

#edit-cette-formation-vous-interesse-en-tant-que input {
    margin-bottom: 0;
}

body.formation-page .section6 .form-content .form-wrapper form .form-submit {
  margin-top: 20px;
  background: #9d1d76;
  background: linear-gradient(135deg, #9d1d76 0%, #c92a49 76%, #d62e3b 100%);
  border: none;
  color: #ffffff;
  padding: 10px 30px;
  cursor: pointer;
  font-weight: 600;
  transition: all 300ms ease-out;
}
body.formation-page .section6 .form-content .form-wrapper form .form-submit:hover {
  background: linear-gradient(135deg, #d62e3b 0%, #c92a49 76%, #9d1d76 100%);
}
