.ppformulaire {
  /*border: 3px dashed red;*/
  width: 450px;
  margin: auto;
}
.ppformulaire h2 {
	padding-bottom: 20px;
	}
.ppformulaire .subtitle {
	font-family: "Barlow",sans-serif;
	font-size: 20px;
	line-height: ;
	letter-spacing: 1px;
	padding: 0 0 40px 0;
	text-align: center;
}
.ppformulaire .wpcf7 {
  width: 400px;
  padding: 0 20px;
  margin: auto;
}
.ppformulaire .formcontrol {
	padding: 5px 0;
}
.ppformulaire input[type=date],
.ppformulaire input[type=email],
.ppformulaire input[type=number],
.ppformulaire input[type=tel],
.ppformulaire input[type=text] {
	background: #ffffff;
	border: 2px solid #f1f3f4;
	border-radius: 40px;
	font-family: "Barlow",sans-serif;
	height: 44px;
	letter-spacing: 0.75px;
	margin-top: 5px;
	padding: 5px 20px;
}
.ppformulaire input[type=email],
.ppformulaire input[type=number],
.ppformulaire input[type=tel],
.ppformulaire input[type=text] {
	width: 100%;
}
.ppformulaire input[type=range] {
	-webkit-appearance: none !important; /*Needed to reset default slider styles */
	width: 80%;
	height: 3px;
	background-color: #d8dbe0;
	border: 0;
	border-radius: 3px;
	margin: auto;
	padding: 0 4px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ppformulaire input[type=range]:focus {
	outline: none;
}

.ppformulaire input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none !important;
  width: 20px;
  height: 20px;
  background-color: #2eaf4d;
  border:2px solid #ffffff;
  border-radius: 10px;
  box-shadow: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  }

.ppformulaire input[type=date] {
	width: 60%;
}
label.dob {
	width: 39%;
  display: inline-block;
  text-align: center;
}

.ppformulaire .number-apport {
	font-size: 18px;
	letter-spacing: 2px;
}
.ppformulaire .wpcf7::-webkit-input-placeholder {
	color: #979aa0;
	font-size: 12px;
	font-style: normal;
}
.ppformulaire .wpcf7::-moz-placeholder {
	color: #979aa0;
	font-size: 12px;
	font-style: normal;
}
.ppformulaire .wpcf7:-ms-input-placeholder {
	color: #979aa0;
	font-size: 12px;
	font-style: normal;
}
.ppformulaire .wpcf7::placeholder {
	color: #979aa0;
	font-size: 12px;
	font-style: normal;
}
.ppformulaire .wpcf7::-webkit-input-placeholder {
	color: #979aa0;
	font-size: 12px;
	font-style: normal;
}
.ppformulaire .wpcf7::-moz-placeholder {
	color: #979aa0;
	font-size: 12px;
	font-style: normal;
}
.ppformulaire .wpcf7:-ms-input-placeholder {
	color: #979aa0;
	font-size: 12px;
	font-style: normal;
}

.ppformulaire .wpcf7 label {
	font-family: "Barlow",sans-serif;
	font-size: 13px;
}
.ppformulaire .wpcf7 .ppform-label {
	color: #343c43;
	font-size: 14px;
	text-transform: uppercase;
}
.ppformulaire hr {
	height: 2px;
  color: #f1f3f4;
  background-color: #f1f3f4;
  border: 0;
  margin: 25px 0;
}
.ppformulaire .project-block {
	padding-bottom: 30px;
}

.ppformulaire .btn {
    margin-top: 20px;
    background: #f2484a;
    width: 100%;
}



div.wpcf7-mail-sent-ok {
	
}

/*
.footer__restaurants .item:nth-child(2),
.footer__restaurants .item:nth-child(3),
.footer__restaurants .item:nth-child(5),
.footer__restaurants .item:nth-child(7),
.footer__restaurants .item:nth-child(14),
.footer__restaurants .item:nth-child(15) {
	display: none !important;
}
*/

.footer__restaurants .item:nth-child(4) .adresse {
	letter-spacing: 0;
}

