/*------------- CONTACT FORM ------------------ */
#name,#email,#subject,#message,#phone{
	margin-bottom: 21px;
/* 	min-height: 27px; */
	width: 670px;
}
#formulaire h3{
	float: left;
}

.wpcf7-form-control-wrap {
	position: relative;	
}

.wpcf7-form-control{
	font-family: inherit;
	font-size: inherit;
	height: 34px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #F0F0F0;
/* 	border-radius: 3px; */
	border: 1px #DFDFDF solid;
}
.wpcf7-text,.wpcf7-not-valid-tip {
	width: 495px;
	padding-left: 5px;
}
input[name="your-name"],
input[name="your-email"],
input[name="your-subject"],
input[name="your-phone"], 
.your-name,.your-email,.your-subject,.your-phone {
	float: right;
    position: relative;
}

#titreMessage{
/* 	margin-top: 25px; */
	float: left;
}
#message {
/* 	height: 165px;*WARNING: TEXTAREA HEigHT VARIES WITH BROWSERS*/
}

.wpcf7-textarea {
	resize: none;
	width: 495px;
	height: 150px;
	float: right;
/* 	margin-top: 25px; */
	padding-left: 5px;
}
#send{
	float: right;
/* 	margin-top: 20px; */
}
#send img{
	width: auto;
	height: auto;
	margin-right: 15px;
	float: left;
}
.wpcf7-submit {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 11px;
	font-weight: 400;
	padding: 12px 14px;
	height: auto;
}	
/* ERRORS */
.wpcf7-not-valid-tip {
  background: none;
  color: red;
  border-radius: 3px;
  display: block;
  left: 0;
  margin-top: 5px;
  padding-left: 5px;
  text-align: left;
  top: 0;
  width: 495px;
}

.wpcf7-response-output {
/* 	background-color: #999; */
	padding: 5px 10px;
	margin-top:10px;
	float: right;
	width: 480px;
	border-radius: 3px;
	clear: both;
	color: red;
}
.wpcf7-display-none{
	display: none;
}

/* !------------- GRID 3*240px ----------------------------------------------------------------------- */

@media only screen and (min-width: 719px) and (max-width: 984px) {
	
#name, #email, #subject, #message, #phone {
  height: auto;
  line-height: auto;
  margin-bottom: 10px;
  width: auto;
}

.wpcf7-text,.wpcf7-not-valid-tip,.wpcf7-textarea,.wpcf7-not-valid-tip,.wpcf7-response-output{
	width: 100%;
	padding: 0;
	margin: 0;
}

.your-name, .your-email, .your-subject, .your-phone {
	  clear: both;
	  display: block;
	  float: none;
	  margin-bottom: 10px;
	  margin-top: 5px;
	  position: relative;
	  width: 100%;
	}

	}

/* !------------- GRID 2*240px ----------------------------------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 719px) {

#name, #email, #subject, #message, #phone {
  height: auto;
  line-height: auto;
  margin-bottom: 10px;
  width: auto;
}

.wpcf7-text,.wpcf7-not-valid-tip,.wpcf7-textarea,.wpcf7-not-valid-tip,.wpcf7-response-output{
	width: 100%;
	padding: 0;
	margin: 0;
}

.your-name, .your-email, .your-subject, .your-phone {
	  clear: both;
	  display: block;
	  float: none;
	  margin-bottom: 10px;
	  margin-top: 5px;
	  position: relative;
	  width: 100%;
	}
}
/* !------------- GRID 1*320px ----------------------------------------------------------------------- */
@media only screen and (max-width: 479px) {
	#name, #email, #subject, #message, #phone {
  height: auto;
  line-height: auto;
  margin-bottom: 10px;
  width: auto;
}

.wpcf7-text,.wpcf7-not-valid-tip,.wpcf7-textarea,.wpcf7-not-valid-tip,.wpcf7-response-output{
	width: 100%;
	padding: 0;
	margin: 0;
}

.wpcf7-textarea{
	display: block;
	width: auto;
	color: black;
	float: none;
}
.your-name, .your-email, .your-subject, .your-phone {
	  clear: both;
	  display: block;
	  float: none;
	  margin-bottom: 10px;
	  margin-top: 5px;
	  position: relative;
	  width: 100%;
	}
}

/* MIKO EDIT KEVIN 17.01.22 */
.rgpd .wpcf7-form-control {
	background-color: transparent;
	border: none;
}
.wpcf7-acceptance {
	background-color: transparent;
	border: none;
}
.wpcf7-acceptance > span {
	font-size: 14px;
line-height: 24px;
width: 100%;
}
#name, #email, #subject, #message, #phone {
	width: 100%;
}