.signupForm p {
  margin-bottom: 15px;
}
.signupForm .row ~ .row {
  margin-top: 5px;
}
.signupForm .openForm {
  cursor: pointer;
  margin-bottom: 15px !important;
}
.signupForm h2.titre {
  margin-bottom: 15px !important;
}
.signupForm .form {
  margin-bottom: 15px;
}
.signupForm .hide {
  display: none;
}
.signupForm #date_entree_d,
.signupForm #date_entree_m,
.signupForm #date_entree_y {
  width: initial !important;
  min-width: 80px;
}
.signupForm .tableau_formulaire td.libelle {
  background: transparent;
  color: #555;
  text-align: left;
  font-size: 13px;
}
.signupForm .inscription-titre {
  display: none;
}
