/*--- /app/static/css/modal.css ---*/
#clearWoModal .modal-body {
  padding-bottom: 0.25rem !important;   /* réduit le fond du corps */
}

#clearWoModal form {
  margin-bottom: 0 !important;          /* supprime l’écart sous le form */
}

#clearWoModal .modal-footer {
  margin-top: 0.25rem !important;       /* rapproche les boutons du corps */
}