.wpcf7 {
  max-width: 700px;
  margin: 30px auto;
}

/* Labels */
.wpcf7 label {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 2px;
  line-height: 1.4;
}

/* Champs */
.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  font-size: 16px;
  padding: 8px 10px;
  margin-bottom: 7px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 1.4;
}

/* Bouton */
.wpcf7-submit {
  background: #000;
  color: white;
  padding: 12px 25px;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  transition: background 0.3s ease;
}

.wpcf7-submit:hover {
  background: #333;
}