/*
 Theme Name: Divi Child photo-glamour
 Author: Jeroen Tiggelman
 Description: Divi Child Theme for photo-glamour
 Version: 1.0.1
 Template: Divi
*/

/* =Theme customization starts here */

/*formulaire de contact*/
#wpcf7-f26474-p2-o1 > form > p > label > span > input,
#wpcf7-f26474-p2-o1 > form > p > label > span > textarea,
#wpcf7-f26474-p2-o1 > form input[type=submit] {
  color: #000;
  border: none;
  font-size: 1em;
  width: 100%;
}

#wpcf7-f26474-p2-o1 > form input[type=submit] {
  background-color: #a87279 !important;
  border: none !important;
  color: #eddfb8;
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  transition: all .2s ease-in-out;
  width: 30%;
}

#wpcf7-f26474-p2-o1 > form input[type=submit]:hover {
  border-radius: 5px;
  transform: scale(1.1);
}

/*paragraphe GDPR dans formulaire de contact */
.prive-contact {
  color: #444;
  font-size: 0.6em !important;
}

.prive-contact a {
  color: #a87279 !important;
}

.prive-contact a:hover {
  color: #eddfb8 !important;
}
