/************************************************
*************************************************

				RENDEZ-VOUS

*************************************************
************************************************/

section article{
	width: 390px;
	height: 310px;
	background: rgb(255, 255, 255);
	box-shadow: 0px 8px 6px -2px rgba(0, 0, 0, 0.3);
	padding: 25px 205px 25px 25px;
	position: absolute;
	top: 70px;
	left: 160px;
}

section article:before, section article:after{
	content: ' ';
	width: 100px;
	height: 40px;
	position: absolute;
	bottom: 10px;
	z-index: -1;
}

section article:before{
	box-shadow: -5px 5px 10px 10px rgba(0, 0, 0, 0.3);
	-moz-transform: rotate(-10deg) skewX(-10deg);
	-o-transform: rotate(-10deg) skewX(-10deg);
	-webkit-transform: rotate(-10deg) skewX(-10deg);
	-ms-transform: rotate(-10deg) skewX(-10deg);
	transform: rotate(-10deg) skewX(-10deg);
	left: 15px;
}

section article:after{
	box-shadow: 5px 5px 10px 10px rgba(0, 0, 0, 0.3);
	-moz-transform: rotate(10deg) skewX(10deg);
	-o-transform: rotate(10deg) skewX(10deg);
	-webkit-transform: rotate(10deg) skewX(10deg);
	-ms-transform: rotate(10deg) skewX(10deg);
	transform: rotate(10deg) skewX(10deg);
	right: 15px;
}

/* illustration */
section > div{
	width: 228px;
	height: 228px;
	background: url('../images/contact/illustrationContact.svg') no-repeat;
	position: absolute;
	top: 240px;
	left: 750px;
}

/************************************************
*************************************************

				TEXTES

*************************************************
************************************************/

/* message précédant le formulaire */
section article > p:first-child{
	font-family: 'OpenSansSemiboldItalic';
	color: rgb(87, 182, 221);
	margin-bottom: 20px;
}

/* message final du formulaire */
section article > p:only-child{
	font-family: 'OpenSansSemiboldItalic';
	color: rgb(87, 182, 221);
	margin-top: 20px;
}

/************************************************
*************************************************

				FORMULAIRE

*************************************************
************************************************/

section form p{
	font-size: 0.8em;
	margin: 15px 0px;
}

section form p:nth-of-type(1){
	margin: 0px 0px 15px 0px;
}

section form p:last-of-type{
	margin: 10px 0px 0px 0px;
}

section label{
	width: 150px;
	font-family: 'OpenSansSemibold';
	float: left;
}

section input[type='text'], section input[type='email'], section input[type='tel']{
	width: 230px;
	height: 25px;
	border: 0px;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3) inset;
	padding: 0px 5px;
	margin-top: -3px;
}

section select {
	width: 240px;
	height: 25px;
	border: 0px;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3) inset;
	padding-left: 5px;
	margin-top: -3px;
}

section input[type='submit']{
	width: 45px;
	height: 18px;
	display: block;
	font-family: 'OpenSansSemibold';
	font-size: 0.8em;
	color: rgb(255, 255, 255);
	background: url('../images/contact/fondBoutonValider.svg') repeat-x;
	border: 0px;
	margin: 0px 0px 0px 345px;
}

/* message d'erreur */ 
section form + p{
	font-family: 'OpenSansBold';
	font-size: 0.7em;
	color: rgb(87, 182, 221);
	text-align: right;
	margin-top: 15px;
}