body {
	font-family: "Gill Sans";
	font-size: 13px;
	margin: auto;
}


.container {
	margin: auto;
	background-color: #f3f3eb;
}

#infos {
	background-color: white;
	width: 1110px;
	margin: auto;
	color: #99427d;
	padding: 15px;
}

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

}

#header li {
	display: inline-block;
}

#cover {
	background: url("img/cover.png");
	-webkit-box-shadow:inset 1px 1px 10px 1px #050505;
	box-shadow:inset 1px 1px 10px 1px #050505;
	height: 147px;
}

#contact {
	float: right;
}

#contact img {
	width: 20px;
	vertical-align: middle;
	margin-left: 20px;
}

#tel {
	float: left;
	font-weight: lighter;
}

h1 {
	font-family: "Medhurst";
	color: white;
	font-size: 80px;
	padding-top: 25px;
}

.retour {
	clear: both;
}

ul {
	width: 1110px;
	margin: auto;
}

nav a {
	text-decoration: none;
	float: left;
	color: white;
	padding: 0px 35px;
	margin: 20px 0;
	border-right: 1px solid white;
}

#acceuil {
	margin: auto;
	width: 1110px;
	padding-bottom: 50px;
}

#acceuil h2 {
	font-family: "Medhurst";
	text-transform: uppercase;
	text-align: center;
	padding: 30px;
	font-size: 25px;
}

#description {
	background-color: white;
	display: flex;
}

#description p {
	padding: 35px 15px;
	font-size: 22px;
	font-weight: lighter;
}

.ornement {
	display: block;
	margin: auto;
	padding-bottom: 30px;
}

#bouquets {
	display: flex;
	background-color: white;
}

#bouquets a {
	position: relative;
	display: block;
	color: black;
	text-decoration: none;
}

.survol {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(197,124,39,0.3) url("img/plus.svg") no-repeat 110px 105px;
	left: 0;
	right: 0;
	opacity: 0;
}

#bouquet1 a:hover .survol {
	opacity: 1;
}

#bouquet2 a:hover .survol {
	opacity: 1;
}

#bouquet3 a:hover .survol {
	opacity: 1;
}

#bouquet4 a:hover .survol {
	opacity: 1;
}

h3 {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding: 5px;
}

#bouquets p {
	font-size: 18px;
	font-weight: lighter;
	padding: 0 20px 50px;
}

#guillemetbas {
	float: right;
	padding: 20px;
}

footer {
	background: url("img/bouquet07.png");
	padding: 40px 0;
}

#formulaire {
	margin: auto;
	width: 850px;
	color: white;
	border: 1px solid;
	text-align: center;
}

form {
	width: 75%;
	margin: auto;
}

form p, label, textarea {
	font-style: italic;
	background-color: transparent;
}

form p {
	padding: 35px 0 10px ;
}

textarea {
		color: white;
	border: none;
	border-bottom: 1px solid white;
	border: solid 1px white;
	width: 100%;
	font-family: "Gill sans";
	font-size: 12px;
}

h4 {
	font-family: "Medhurst";
	text-align: center;
	color: white;
	font-size: 40px;
	padding: 25px 0;
}

input[type="submit"] {
	font-family: "Medhurst";
	background-color: white;
	border: none;
	padding: 6px 60px;
	text-transform: uppercase;
	font-size: 18px;
	cursor: pointer;
	margin: 15px;
}

input[type="text"] {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid white;
	color: white;
	font-style: italic;
	padding-top: 30px;
	width: 70%;
}

fieldset {
	width: 50%;
	float: left;
	text-align: left;
	padding-bottom: 5%;
}

.bloc {
	display: block;
	text-align: left;
	padding: 3px 0;
}

.droite {
	text-align: right;
}

#legende {
	padding: 35px;
	text-align: center;
}