#editounemanchette .first_row {
  display: none;
}

#listeedito {
  list-style-type: none;
  padding-left: 0px;
}

#listeedito label{
 display:none;
}

#editounemanchette {
  width: 50%;
}

@media only screen and (max-width: 600px) {
  #editounemanchette {
    width: 100%;
  }
}


