/*violet texte #963d77

'medhurstregular'

*/





body {
	background-image: url(images/pattern.png);
}





.retour {
	clear: both;
}

.center {
	margin: auto;
	width: 1110px;
}

.left {
	float: left;
	width: 50%;
}

.right {
	text-align: right;
	float: left;
	width: 50%;
}

#facebook a {
	display: inline-block;
	line-height: 31px;
	padding: 5px 2px;
	color: #963d77;
	text-decoration: none;
}

#tel p {
	color: #963d77;
	padding: 20px 10px 10px 10px;
}

#cn {
	padding: 100px 1px 1px 1px;
}

#violet {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#963d77+0,ad588f+100 */
background: #963d77; /* Old browsers */
background: -moz-linear-gradient(top,  #963d77 0%, #ad588f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #963d77 0%,#ad588f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #963d77 0%,#ad588f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#963d77', endColorstr='#ad588f',GradientType=0 ); /* IE6-9 */
height: 200px;

}

h1 {
	text-align: center;
	color: white;
	font-family: 'medhurstregular';
	padding-bottom: 40px;
	background: url(images/ornement.png) bottom center no-repeat;
	font-size: 75px;
	padding-top: 10px;
	
}

nav ul li {
	float: left;
	display: block;
		
}

nav ul li a {
	padding: 6px 4px 6px 7px;
	color: white;
	text-decoration: none;
	font-size: 23px;
	line-height: 20px;
	font-family: 'medhurstregular';
	
}

nav ul li a:after {
content: "|";
padding-left:20px;
}

nav ul li:last-child a:after {
display: none;
}

nav ul li a:hover {
	color: pink;

}

nav {
	width: 1110px;
	margin: auto;
	text-align: center;
	margin-top: 40px;
}

#fleurfond {
	background: url(images/fond.jpg) center no-repeat;
	height: 161px;
	background-attachment: fixed;
	-webkit-box-shadow:inset 0 2px 10px 3px #000000;
box-shadow:inset 0 2px 10px 3px #000000;
	
}

h2 {
	text-align: center;
	font-family: 'medhurstregular';
	font-size: 29px;
	text-transform: uppercase;
	padding: 30px 0;
	background: url(images/motif_marron.png) bottom center no-repeat;
	height: 35px;
	margin: 10px 0;
}

#fleurtexte {
	width: 279px;
	float: left;
}

#blanche {
	background-color: white;
	min-height: 439px;
}

#texte {
	float: left;
	display: block;
	width: 781px;
	font-size: 24px;
	font-family: arial;
	padding: 20px 25px 20px 25px;
	line-height: 40px;
	
}

#guillemethaut {
	background: url(images/guillemets.png) top left no-repeat;
	height: 60px;
}

#guillemetbas {
	height: 60px;
	background: url(images/guillemets2.png) bottom right no-repeat;
	text-align: right;
	display: block;
}

.fleur {
	display: block;
	float: left;
	width: 275px;
	border-left: 1px gray solid;
	background-color: white;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.fleur img {
	display: block;
}

.fleur:hover img{
	
	transition: all 600ms ease;
	-moz-transform: scale(1.5) rotate(5deg);
-webkit-transform: scale(1.5) rotate(5deg);
-o-transform: scale(1.5) rotate(5deg);
-ms-transform: scale(1.5) rotate(5deg);
transform: scale(1.5) rotate(5deg);
	
}

.cache {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	display: block;
	background: url(images/plus.png) no-repeat center 100px rgba(229,182,110,0.5);
	opacity: 0;
	transition: all 300ms ease;
}

.cache:hover {
	opacity: 1;
	transition: all 800ms ease;
}

#fleur4 {
	border-right: 1px gray solid;
}



.fleur p {
	line-height: 25px;
	font-size: 22px;
	font-family: arial;
	/*text-align: justify;*/
	padding: 0 20px 10px 20px;
	
}

.fleur h3 {
	line-height: 25px;
	font-family: arial;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding: 8px;

}

#violettes {
	background: url(images/violettes.jpg) center no-repeat;
	padding: 40px 0 60px 0;
	-webkit-box-shadow:inset 0 2px 10px 3px #000000;
box-shadow:inset 0 2px 10px 3px #000000;
background-attachment: fixed;
}

form {
	width: 870px;
	border: 3px solid white;
	margin: auto;
	padding: 30px 30px;
	background-color: rgba(00,00,00,0.5);
	box-sizing: border-box;

}

form h3 {
	line-height: 24px;
	font-family: 'medhurstregular';
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 8px;
	color: white;
	text-transform: uppercase;

}

form label {
	color: white;
	font-size: 20px;
	padding: 5px 5px;
}

.input {
	padding: 5px 5px;
	height: 30px;
	border: none;
	border-bottom: 1px white solid;
	background-color: transparent;
	color: white;
	font-size: 20px;
	margin-bottom: 9px;
	margin-left: 10px;
	width: 90%;
}

form p {
	color: white;
	padding: 10px 10px;
	font-size: 20px;
}

#selectionnez {
	padding: 12px 21px;

}

textarea {
	resize: vertical;
	width: 100%;
	height: 50px;
	background-color: transparent;
}

#contactdroite {
	padding-left: 0px;
}

.btn {
	padding: 10px 30px;
	margin: auto;
	display: block;
	font-family: 'medhurstregular';
	font-size: 30px;
	text-transform: uppercase;
}

footer {
	text-align: center;
	background-color: white;
	height: 70px;
	line-height: 60px;
	font-size: 20px;
}

::placeholder {
color: white;
opacity: 100%;
}
