
/*  	STYLES POUR FORMULAIRE		*/

#contact article > p:nth-child(27n +1) {
	font-family: 'Cormorant Garamond', serif;
	font-size: 2.2em;
	max-width: 730px;
}

#contact form {
	line-height: 0.5em;
	position: relative;
}
#contact form:before {
	content: '';
	display: block;
	height: 150px;
	width: 120px;
	position: absolute;
	background: transparent;
	top: 4px;
	left: -130px;
	background: url( '../m/t.png' ) no-repeat;
	background-size: 120px;
	z-index: -1;
	transform: rotate( -9deg );
}
#contact form label:first-of-type {
	padding-top: 2em;
}

#contact form b {
	color: #aaa;
	font-weight: 300;
}
#contact form label {
	margin-bottom: 1em;
	display: block;
	font-size: 18px;
	line-height: 1em;
}
#contact form input[type=text],
#contact form input[type=email],
#contact form textarea {
	width: 80%;
	padding: 0;
	margin: 0;
	display: block;
	font-size: 18px;
	height: 1em;
	padding: 0.5em;
	margin: 0.25em 0;
	border: 1px solid #888;
	line-height: 1.4;
	border-radius: 5px;
}
#contact form textarea {
	height: 10em;
}
#contact form [type=submit]#env {
	background: var(--clr-principale );
	font-size: 18px;
	font-weight: 500;
	color: white;
	padding: 0.5em 1em;
	border-radius: 6px;
	cursor: pointer;
	border: none;
	margin: 0;
	box-shadow: 0 2px 0 maroon;
}
#contact form [type=submit]#env:hover {
	margin-top: 2px;
	margin-bottom: -2px;
	background: maroon;
}
#contact form p {
	clear: both;
	padding-top: 1em;
	font-size: 20px;
	line-height: 1.8em;
	width: 83%;
}
#contact form p em {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	padding-right: 1em;
}

/*  	ACCUSÉE DE RÉCEPTION		*/
#contact form div {
	margin-top: 1em;
	height: 5.5em;
	border: 6px solid #aaa;
	position: relative;
}
#contact form div:before {
	content: '';
	display: block;
	background: pink;
	width: 100%;
	height: 1.5em;
	background: repeating-linear-gradient(
	  45deg, #f6ba52, #f6ba52 10px, #ffd180 10px, #ffd180 20px );	
}
#contact form div p {
	padding: 1em;
/*	font-family: Epilogue, sans-serif;	*/
	font-size: 18px;
	line-height: 1.5em;
}


