.form-style-5 span {
	font-size: 1em;
}

.form-style-5{
	font-size: 0.9em;
	max-width: 500px;
	padding: 10px 20px;
	background: #f4f7f8;
	margin: 10px auto;
	padding: 20px;
	background: #f4f7f8;
	border-radius: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.form-style-5 fieldset{
	border: none;
}
.form-style-5 legend {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.form-style-5 label {
	display: block;
	margin-bottom: 8px;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="tel"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: rgba(255,255,255,.1);
	border: none;
	border-radius: 4px;
	font-size: 15px;
	margin: 0;
	outline: 0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	background-color: #e8eeef;
	color:#8a97a0;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom: 0px;
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="tel"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
	background: #d2d9dd;
}
.form-style-5 select{
	-webkit-appearance: menulist-button;
	height:40;
}
.form-style-5 .number {
	background: #1abc9c;
	color: #fff;
	height: 30px;
	width: 30px;
	display: inline-block;
	font-size: 0.8em;
	margin-right: 4px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
	position: relative;
	display: block;
	padding: 19px 39px 18px 39px;
	color: #FFF;
	margin: 0 auto;
	background: #1abc9c;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	width: 100%;
	border: 1px solid #16a085;
	border-width: 1px 1px 3px;
	margin-bottom: 10px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
	background: #109177;
}

.form-style-5 input.parsley-success,
.form-style-5 select.parsley-success,
.form-style-5 textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

.form-style-5 input.parsley-error,
.form-style-5 select.parsley-error,
.form-style-5 textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.form-style-5 .parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.7em;
  line-height: 0.7em;
  text-align: right;
  color:red;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.form-style-5 .parsley-errors-list.filled {
  opacity: 1;
}

.form-50 {
	overflow: hidden;
	width: 60%;
	float: left;
	padding: 0px 5px 0px 5px;
	margin: 5px;
}

.form-100, .form-50 {
		margin: 5px;
}

.form-100 {
	overflow: hidden;
	clear: both;
	width: 90%;
	display: block;
	padding: 5px;
	height:auto;
}

.checkbox_left {
	 float:left;
	 margin-right:10px
}

.form-input2 {
	width:45%;
	float:left;
	margin-right:5px;
}

.checkbox-inline {
  display: block; /* garantit le passage à la ligne ! */
}


.fieldgroup{
   float: left;
   width: auto;
   margin-left: 3em;
}

.fieldgroup2{
   float: left;
   width: 49%;
   margin-left: 3em;
}
.fieldgroup4{
   float: left;
   width: 80%;
   margin-left: 3em;
}

.fieldgroup3{
   float: left;
   width: 49%;
   margin-left: 3em;
}

.form-info {
	margin-left: 3em;
}
