@charset "UTF-8";
/* CSS Document */

body{
	background-color: #F2F1EC;
	font-family: "sans-serif";
	font-size:15px;
	line-height: 20px;
	color:#292929;
}

.retour{
	clear: both;
}  

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

.col2{
	width: 47%;
	float: left;
	display: block;  
}

/*--------------------- HEADER Blanc ---------------------*/

#header_blanc{
	background-color: white;
	color: #9F487E;
	font-weight: bold;
	padding: 20px 0 20px 0;
}

		.col2-headerleft{
			width: 47%;
			float: left;
			display: block;
			text-align: left;
			padding-top: 15px;
		}

			.col2-headerright{
				width: 47%;
				float: right;
				display: block;
				text-align: right;
			}

				#facebook a{
					padding-left:  15px;
					/*padding:10px 0 20px 0;*/
				}
/*--------------------- HEADER ---------------------*/
h1{
	font-family: 'marcellusregular';
	font-size: 50px;
	color:white;
	text-align: center;
	padding: 60px 0 30px 0;
}

header{
	text-align: center;
	background: linear-gradient(to bottom, #BB6A9C 0%, #572647 100%);/*dégradé*/
}

	header img{
	   margin:  auto;
	   display: block;	   
	}

.centre{ 			/*images sous H2*/
	width: 200px;
	margin: auto;
	display: block;
	padding-bottom: 20px;	
}

/*--------------------- MENU ---------------------*/
nav{
	padding: 10px 0 10px 0;
}
.menu{
	display: flex;
	list-style: none;
	justify-content: center;
	padding: 15px;
	padding-bottom: 20px;
	padding-top: 20px;
}

	.menu a{
		text-decoration: none;
		color: white;
		font-size: 14px;
		padding: 15px;

	}

		.menu a:hover{
			color: black;/*#F2F1EC;*/
			}

.menu li{
	border-right: solid 1px white;
	height: 20px;


}

/*--------------------- CONTENU ---------------------*/
.sousmenu{ 		/*image*/
	width:100%;
}

/*--------------------- PROCHAINE FETE ---------------------*/

.col2-lefte{
	float: left;
	width: 23%;
	text-align: right;
}

	.g-gauche{
		text-align: left;
		padding: 20px 0 24px 0;
	}

.col2-right{
	float: left;
	width: 73%;
	padding: 20px;
	text-align: justify;
	background-color: white;
}

	.g-right{
		float: right;
		padding: 25px 0 27px 0 ;
	
	}

/*--------------------- MEILLEURS VENTES ---------------------*/
#meilleursventes h3{
	text-align: center;
	font-size: 18px;
	color:#292929;
	font-family: 'marcellusregular';
	padding: 5px 5px;
}

#meilleursventes p{
		padding: 15px ;
}

#meilleursventes a{
	text-decoration: none;
	color: #292929;
		
}

h2{
	font-family: 'marcellusregular';
	font-size: 25px;
	color:#292929;
	text-align: center;
	padding: 100px 0 0px 0;
	/*background-image: url("images/soustitre.png") no repeat;*/
}

.col4{
	width:25%;
	text-align: justify;
	display: block;
	float: left;
	background-color: white;
	margin: 0 0px 1px 0px;
	position: relative;
}

	.col4 p{
		padding:0 20px 0 20px;
	}

		.col4 img{
			border: solid 1px #F2F1EC;
		}

			
.survol{
	position: absolute;
	background: url(images/plus.png) center no-repeat rgba(168, 134, 67, 0.3);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.4s ease;

/*	display: block;
	width: 150px;
	height: 100px;
	background-color: #F2F1EC;*/

	/*Ajoutons donc le CSS suivant à la suite de #soldes:*/
	/*position: absolute;
	top: 13%;/*placer à 0px du haut
	left: 50%;/*placer à 0px de la gauche*/
}

	.col4:hover .survol{ /* au survol du col4 utiliser la classe . survol */
		opacity: 1;

	}
/*--------------------- FOOTER ---------------------*/

h4{
	color: white;
	font-size: 18px;
	font-family: 'marcellusregular';
	text-align: center;
}


.basdepage{
	background-color: white;
	margin:auto;
}

/*--------------------- CONTACT ---------------------*/
#container_contact{
	width:1110px;
	margin: auto;
/*	background-image: url(images/bouquet07.jpg);*/
	height: 800px;
	margin-top: 30px;
}

::placeholder {
	background: none;
	color: white;
	opacity: 60%;
}

#bouquet_contact{
	background: url(images/bouquet07.jpg) ;
	margin-top: 50px;
	border: solid 1px white;
	background-size: cover;
}

	#bouquet_contact h4{
		padding-top: 100px;
		font-size: 50px;
	}

.contour{
	border: solid 1px white;
	width: 1000px;
	margin: auto;
}

.colleft_contact{
	width: 47%;
	display: block;
	float: left;
	color: white;
	padding-right: 3%;
}

		.colleft_contact p{
			padding-top: 20px;
			line-height: 30px;
			width: 100%
		}

.colright_contact{
	width: 47%;
	display: block;
	float: left;
	color: white;
	padding-left: 3%;
}

	.colright_contact p{
		width: 100%;
		padding-top: 20px;
		line-height: 30px;
	
	}

form{
	padding-bottom: 20px;
	width: 80%;
	margin: auto;
}

legend{
	margin-top: 50px;
}

.colleft_checkbox{
	color: white;
}

input{
	background: none;
	border: none;
	color: white;
	 padding-top: 20px;
}

 input[type="text"]{
 	 border-bottom: solid 1px white;
 	 width: 100%;
 }

	input[type="date"] {
		border-bottom: solid 1px white;
		width: 100%;

	}

		input[type="submit"] {
			background-color: white;
			border: solid 1px white;
			width: 150px;
			display: block;
			margin: auto;
			color: #5A5A5A;
		}

		input[type="submit"]:hover{
			color: white;
			border: solid 1px white;
			background-color: transparent;
		} 

textarea {
	width: 100%;
	border: 1px solid white;
	display: block;
	float: left;
	margin: auto;
	background: transparent;
	margin-top: 20px;
}



	#coordonnees label{
		color: white;
	}

input[type="submit"] {
	margin: auto;
	padding: 10px 50px 10px 50px;
	color: 
}


footer{
	text-align: center;
	background-color: white;
}

	footer p{
		padding: 20px;
	}

















