/*
Theme Name: Twenty Twenty-Five Child
Theme URI: http://example.com/twenty-twenty-five-child/
Description: Twenty Twenty-Five Child Theme
Author: Bertrand Watelet
Author URI: http://bwatelet.fr
Template: twentytwentyfive
Version: 1.0.0
*/

footer {
	margin-block-start: 2px;
}

.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #666;
  color: #333;
  font-size: 14px;
  outline: none;
  transition: border-color .2s;
}

.wpcf7-form-control.wpcf7-text::placeholder, .wpcf7-form-control.wpcf7-textarea::placeholder {
  color: #666;
}

.wpcf7-form-control.wpcf7-text:focus, .wpcf7-form-control.wpcf7-textarea:focus {
    border-bottom-color: #ddd;
}

.wpcf7-form-control.wpcf7-submit {
  background: none;
  border: none;
  color: #ea1d6f;
  font-size: 14px;
  cursor: pointer;
  outline: none;
}

.wpcf7-form-control.wpcf7-submit:hover {
  color: #b9134f;
}
