.transitionWDF {
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.page-famillesrurales.full h2 {
  text-align: unset;
}
.page-famillesrurales.full .introduction {
  background: url(../images/photo-axelle.jpg) no-repeat top center;
  height: 540px;
  overflow: hidden;
  position: relative;
}
.page-famillesrurales.full .introduction .content {
  background: rgba(255,255,255,0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 60px 50px 60px;
  width: 100%;
}
.page-famillesrurales.full .introduction .content h2 {
  text-transform: none;
  margin-bottom: 10px;
}
.page-famillesrurales.full .formulaire {
  margin: 50px 0;
  overflow: hidden;
}
.page-famillesrurales.full form .form-actions button {
  width: 100%;
  margin-top: 10px;
  background: #ff5b14;
  color: #0093ca;
  font-weight: bold;
  color: #ffffff;
  width: 130px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  padding-bottom: 6px;
  padding-top: 6px;
  font-size: 22px;
  text-decoration: none;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.page-famillesrurales.full form .form-actions button span:before {
  content: "";
}
.page-famillesrurales.full form .form-actions button:hover {
  background: #ffffff;
  color: #0093ca;
}
