/*------------- CONTACT FORM ------------------ */
div.wpcf7 {
    margin: 0;
    padding: 0;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398F14;
}
div.wpcf7-mail-sent-ng {
    border: 2px solid #FF0000;
}
div.wpcf7-spam-blocked {
    border: 2px solid #FFA500;
}
div.wpcf7-validation-errors {
    border: 2px solid #F7E700;
}
span.wpcf7-form-control-wrap {
    position: relative;
}
span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FF0000;
    font-size: 10pt;
    left: 20%;
    padding: 2px;
    position: absolute;
    top: 20%;
    width: 280px;
    z-index: 100;
}
span.wpcf7-not-valid-tip-no-ajax {
    color: #FF0000;
    display: block;
    font-size: 10pt;
}
span.wpcf7-list-item {
    margin-left: 0.5em;
}
.wpcf7-display-none {
    display: none;
}
div.wpcf7 img.ajax-loader {
    border: medium none;
    margin-left: 4px;
    vertical-align: middle;
}
div.wpcf7 div.ajax-error {
    display: none;
}
div.wpcf7 .placeheld {
    color: #888888;
}

/*------------- CUSTOM ------------------ */
div.wpcf7 p{
	color: inherit;
	font-size:inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: inherit;
	margin-bottom: 15px;
}
#formulaire p.left{
	width: 48%;
	float: left;
	margin-right: 4%;
}
#formulaire p.right{
	width: 48%;
	float: left;
}
span.wpcf7-form-control-wrap{
	display: block;
	width: 100%;
	position: relative;
	margin-top: 2px;
	max-width: 100%;
}
.wpcf7-form-control,span.wpcf7-not-valid-tip{
	display: block;
	margin: 0;
	padding: 5px;
	width: 100%;
	height: 27px;
	border: 1px grey solid;
	background: grey;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
span.wpcf7-not-valid-tip{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: grey;
	color: white;
	font-family: arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 19px;
	text-transform: none;
	max-width: 100%;
	text-align: left;
}
.wpcf7-textarea {
	resize: none;
	width: 100%;
	height: 60px;
}
.wpcf7-submit {
  background-color: #3c3c3d;
  color: white;
  border: black;
  height: 28px;
  line-height: 1;
  padding: 5px 5px;
  width: auto;
  display: inline;
  text-transform: inherit;
}
div.wpcf7 img.ajax-loader{
	padding-left: 10px;
	display: inline-block;
	display: none;
	visibility: hidden;
}
div.wpcf7-response-output {
  background: none repeat scroll 0 0 #7A1618;
  border: medium none;
  color: #FFFFFF;
  margin: 0;
  padding: 5px;
  width: auto;
  max-width: 200px;
  text-align: center;
  line-height: 1;
  margin-bottom: 0px;
  position: absolute;
  right: 85px;
  bottom: 20px;
}

@media only screen and (min-width: 480px) and (max-width: 719px) {
	div.wpcf7-response-output{
		position: relative;
		top: 0;
		left: 0;
		max-width: none;
	}
}


/* !------------- GRID 1*320px ----------------------------------------------------------------------- */

@media only screen and (max-width: 479px) {
	div.wpcf7-response-output{
		position: relative;
		top: 0;
		left: 0;
		max-width: none;
	}
}
