body{
	color: #292929;	
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 400;
	background: #F2F1EC;
}

.container {
    max-width: 1110px;
}

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

	h2{
		font-family: 'Marcellus';
		font-size: 25px;
		color: #292929;
		text-align: center;
		background: url(images/soustitre.png) center bottom no-repeat;
		padding-bottom: 70px;
		padding-top: 70px;
		margin-bottom: 40px;
	}

		h3{
			font-family: 'Marcellus';
			font-size: 18px;			
			color: #292929;
			text-align: center;		
			padding-top: 15px;	
		}

.right{
	text-align: right;
	float: right;
}

.left{
	text-align: left;
	float: left;
	padding-bottom: 1%;
}

/* ---------- BANDE INFOS ---------- */
.bande_infos{
	background: white;	
}

	.bande_infos .col-1{
		padding-top: 8px;
	}

		.bande_infos p{
			color: #9F487E;
			font-weight: 500;
			padding: 10px 1px;
		}

.bande_infos img{
	/*max-width: 80%;*/
	display: block;
}

/* ---------- HEADER ---------- */
header{
	background: linear-gradient(0deg, rgba(46,10,31,1) 0%, rgba(159,72,126,1) 60%);
}

.navbar{
	margin-top: 4% ;
	margin-bottom: 1%;	
}

.navbar-nav{ 
	margin: auto;
	color: white;
}

.nav-item{
	border-right: solid 1px white ;
	padding: 0px 20px 0px 20px;
	line-height: 10px;
}

.nav-link { /* nav a*/
	color: white;
}

.navbar-nav li:last-child  {
    border: none;
}
/* ---------- IMG ---------- */
.header{
	background: url(images/bouquet01.png) center no-repeat;
	min-height: 130px;	
}

/* ---------- POCHAINE FETE ---------- */
.prochaine_fete{
		background: white;
		/*padding: 1%;*/
		/*margin: auto;*/
    	/*display: block;*/
}

	.prochaine_fete p{
		padding: 3%;
		text-align: justify;
	}

		.prochaine_fete img{
			max-width: 100%;
		}


/* ---------- MEIILEURS VENTES ---------- */
.fond_blanc{
	background: white;
	position: relative;
}

.fond_blanc p{
	padding: 0 20px 0 20px;
	text-align: justify;
}

.fond_blanc img{
	max-width: 100%;
	display: block;
	margin: auto;
}

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

.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;
}

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

	}
/* ---------- CONTACT ---------- */
.contact{
	background: url(images/bouquet07.jpg) center no-repeat;
	background-size: cover;
	min-height: 100px;
	margin-top: 50px ;
	color: white;
}

.contact h1{
	background: none;
}

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

legend{
	padding-top: 10%;
	text-align: left;
	font-size: 15px;
    font-weight: 500;
}

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

.colleft_checkbox{
	/*width: 100%;*/
}

#provenance; #tarif; #candidature{
	width: 100%;

}

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

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

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

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

		input[type="submit"]:hover{
			color: white;
			border: solid 1px white;
			background-color: transparent;
		} 
/* ---------- FOTTER ---------- */
footer{
	background: white;
	text-align: center;
	padding: 1%;
}




@media screen and (max-width: 767px) {
	.prochaine_fete img{
		margin: auto;
		display: block;
		padding-bottom: 2%;
	}

	.bande_infos{
		text-align: center;
	}
}

@media screen and (max-width: 575px) {
	
	.bande_infos p , .bande_infos img{
		margin: auto;
		text-align: center;
	}
}








