#boutique_create_account_form_table > tbody > tr:nth-last-child(1), #boutique_create_account_form_table > tbody > tr:nth-last-child(2) {
    display: none !important;
}

#contact_form_div > div.form-group:nth-last-child(1), #contact_form_div > div.form-group:nth-last-child(2) {
    display: none !important;
}

#password_forgotten_input_table > tbody > tr:nth-last-child(1), #password_forgotten_input_table > tbody > tr:nth-last-child(2) {
    display: none !important;
}

#login_code_forgotten_table > tbody > tr:nth-last-child(1), #login_code_forgotten_table > tbody > tr:nth-last-child(2) {
    display: none !important;
}
.form-cpe
{
  margin-left:3rem ;
  margin-right:3rem;
} .form-cpe .style_table tr:nth-child(odd) {
  background: #e8e5e547 !important;
}
.form-cpe .style_table tr:nth-child(even) {
  background: white !important;
}
.form-cpe .titre-tr h2{
  text-align: center;;
}
.form-cpe .titre-tr h2 {
  text-transform: lowercase; /* First force lowercase */
 
}

.form-cpe .titre-tr h2::first-letter {
  text-transform: uppercase; /* Then capitalize first letter */
}
@media screen  and (max-width: 991px) {
  .form-cpe {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
 
}