

.contact .grid {margin-bottom:0px}
.contact .col-1-2 {margin-bottom:0px}
.contact input {color:white;}
.contact textarea {background: #FF8171;border:0px;padding:7px 12px;width:100%;font-size:1.3rem;color:white}
.contact .labmsg {color:#82ADC9;margin-left:25px;margin-bottom:8px}
.contact input[type="submit"] {margin-top:30px;border:0px}
.contact .input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0em;
	width: calc(100%);
	vertical-align: top;

}


.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #FF8171;
	color: white;
	font-weight: 400;

	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #696969;
	font-weight: bold;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.3em 0;
	width: 100%;
}

.graf {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}


.input--mjackson {
	overflow: hidden;
	padding-bottom: 1em;
}

.field_mjackson {
	padding: 0.25em 0.5em;
	margin-top: 1.5em;
	width: 100%;
	background: transparent;
	color: #FFFFFF;
	font-size: 1.2em;
	opacity: 0;
}

.input__label--mjackson {
	width: 100%;
	text-align: left;
	position: absolute;
	top: -1em;
	pointer-events: none;
	overflow: hidden;
	font-size:1.1em;
	padding: 0 0.25em;
	-webkit-transform: translate3d(1em, 2.75em, 0);
	transform: translate3d(1em, 2.75em, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__label-content--mjackson {
	color: white;
	padding: 0.4em 0 0.25em;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__label-content--mjackson::after {
	content: attr(data-content);
	position: absolute;
	top: 140%;
	left: 0;
	height: 100%;
	width: 100%;
	color:#FF8171;
	padding: 0.25em 0;

	letter-spacing: 1px;
	font-size: 0.85em;
}

.graf--mjackson {
	fill: #FF8171;
	pointer-events: none;
	top: 1em;
	bottom: 0px;
	height: 4.5em;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.7s, fill 0.7s;
	transition: transform 0.7s, fill 0.7s;
	-webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
	transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.field_mjackson:focus,
.input--filled .field_mjackson {
	-webkit-transition: opacity 0s 0.35s;
	transition: opacity 0s 0.35s;
	opacity: 1;
}

.field_mjackson:focus + .input__label--mjackson,
.input--filled .input__label--mjackson {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.field_mjackson:focus + .input__label--mjackson .input__label-content--mjackson,
.input--filled .input__label-content--mjackson {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);

}

.field_mjackson:focus ~ .graf--mjackson,
.input--filled .graf--mjackson {
	fill: #FF6151;

	-webkit-transform: translate3d(-66.6%, 0, 0);
	transform: translate3d(-66.6%, 0, 0);
}

input, select, textarea {
	font-size: 15pt;
	font-weight: 400;
	line-height: 1.75em;
	width:100%;
	padding:5px 8px;
}
input:focus, select:focus, textarea:focus {
background-color:#FF6151;
}

.contact .enviar {width:240px;font-size:1.2rem;background-color:white;color:#FF8171;padding-bottom:10px}
#loading,#accuse {display:none;margin-bottom:40px;padding:15px 20px;color:white;font-size:1.4rem;width:100%;background:url(../../pics/maquette/pattern_blue_1.png) top left repeat;}


.contact .intro {margin:20px 0px;font-size:1.1rem}
.contact .grid {width:100%}
.contact .grid_21 .col-1-2 {clear:none;float:left;margin-right:30px;width:50%;width:calc((100% - 30px) / 2)}
.contact .grid_21 .col-1-2:nth-child(even) {margin-right:0px}
@media only screen and (max-width:800px) {
.contact .grid_21 .col-1-2 {clear:none;float:none;margin-right:0px;width:100%}
}