@charset "utf-8";
/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Thème enfant de Divi
 Author:         monagenceduweb
 Author URI:     https://www.monagenceduweb.com/
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* Nouvelles règles CSS */

.et-social-instagram a:before { 
	content: '\e09a';
}

.et_pb_contact_main_title { 
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 29px;
    color: #da291c!important;
}
.wpcf7-submit{
	cursor:pointer;
	color: #ffffff!important;
    background: #da291c;
    border-color: #ffffff;
    font-size: 16px;
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase!important;
    background-color: #da291c;
	padding: 9px 5px!important;
    width: 100%!important;
    margin: 0!important;
}

.wpcf7-submit:hover {
    color: #000000!important;
    background: #ffffff!important;
    border-color: #000000!important;
    border-radius: 2px;
}
 .wpcf7-submit:after {
    line-height: 1.7em;
    font-size: 1em!important;
    margin-left: -1em;
    left: auto;
}
#reservationForm , #contactForm{
background-color: #ffffff;
   margin-top: -40px!important;
    margin-bottom: -40px!important;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 2px;
    position: relative;
}
#reservationForm > div.et_pb_text_inner, #contactForm > div.et_pb_text_inner{
margin: 10px;
    padding: 27px;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 2px;

}

#wpcf7-f222553-p222557-o1 > form > p > span > input,
#wpcf7-f222553-p222557-o1 > form > p > span > input,
#wpcf7-f222553-p222557-o1 > form > p > span > textarea,
#wpcf7-f222553-p222557-o1 > form > p > span > select,
#wpcf7-f222541-p222540-o1 > form > p > span > input,
#wpcf7-f222541-p222540-o1 > form > p > span > input,
#wpcf7-f222541-p222540-o1 > form > p > span > textarea,
#wpcf7-f222541-p222540-o1 > form > p > span > select,
#wpcf7-f222528-p222527-o1 > form > p > span > input,
#wpcf7-f222528-p222527-o1 > form > p > span > input,
#wpcf7-f222528-p222527-o1 > form > p > span > textarea,
#wpcf7-f222528-p222527-o1 > form > p > span > select,
#wpcf7-f222505-p222521-o1 > form > p > span > input,
#wpcf7-f222505-p222521-o1 > form > p > span > input,
#wpcf7-f222505-p222521-o1 > form > p > span > textarea,
#wpcf7-f222505-p222521-o1 > form > p > span > select{
	width:100%;
	border-radius: 2px 2px 2px 2px;
    overflow: hidden;
    border-width: 1px;
    border-color: rgba(0,0,0,0.15);
	padding: 14px!important;
}

input[type="date"]:before {
  color: lightgrey;
  content: attr(placeholder) !important;
  margin-right: 0.5em;
}
input[type="date"]:before {
  color: lightgrey;
  content: attr(placeholder) !important;
  margin-right: 0.5em;
}
input[type="date"]:focus:before {
  content: '' !important;
}

#datepickerHidden{display:none;}
.wpcf7-mail-sent-ok{
	color: #398f14!important;
}