.wpcf7 {
  max-width: 700px;
  margin: 30px auto;
}

.wpcf7 label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.wpcf7-submit {
  background: #000;
  color: white;
  padding: 12px 25px;
  border-radius: 5px;
  cursor: pointer;
}


/* ===== Harmonisation labels et champs ===== */
.wpcf7 label {
  font-size: 18px !important;  /* un peu plus gros */
  font-weight: bold;
  display: block;
  margin-bottom: 2px;
  line-height: 1.4;
}

.wpcf7 input,
.wpcf7 textarea {
  font-size: 16px !important;
  padding: 8px 10px !important;
  width: 100%;
  margin-bottom: 7px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 1.4;
}

.wpcf7-submit:hover {
  background: #333;
}