body {
	font-family: "robotolight";
	font-size: 13px;
	margin-left: auto;
  	margin-right: auto;
  	width: auto;
  	background-color: #eae6e2;
}

.container {
	max-width: 1170px;
}

h1 {
	font-family: 'medhurstregular';
	font-size: 62px;
	color: white;
	}

h2 {
	font-family: 'medhurstregular';
	font-size: 28px;
	text-align: center;
	margin-top: 40px;
}

h3 {
	text-align: center;
	font-weight: bold;
}

h4 {
	font-family: 'medhurstregular';
	font-size: 48px;
}


.col-3 p {
	text-align: justify;
}

nav a {
	text-decoration: none;
	color: white;
	margin-bottom: 30px;
	display: inline-block;
}

svg {
	margin-left: 10px;
}

#bandeau_fleur {
	background: url(images/banniere_fleurs.png) center;
	background-size: cover;
	height: 151px;
}


	/*HEADER*/

.header a{
	color: #973d78;
	text-decoration: none;
}

.header h4{
	color: #973d78;
	font-family: roboto;
}

.headband {
	width:100%;
	text-align: center;
	padding-top: 10px;
	text-align: center;
	display: block;

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

.headband h1 {
	font-size: 32px;
}

/*____________________________________*/

.ornement {
	max-width: 330px;
	display: block;
	margin: auto;
}


/*_______PROCHAINE FETE_____________*/

.prochaine_fete {
	background-color: white;
	margin-top: 30px;
}

.prochaine_fete img {
	margin-left: none;

}

.prochaine_fete p{
	font-size: 17px;
	margin: auto;
	padding: 20px 30px 20px 30px;
}

/*____________________________________*/

.guillemet {
	margin: 15px;
	display: none;
}

li a {
	font-size: 25px;
}


/*_____________HOVER____________*/
.survol {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: url(images/plus.png) no-repeat center 110px rgba(225, 208, 182, 0.8);
}


.plus_btn {
	display: block;
	position: relative;
	max-width: 290px;
}

.plus_btn:hover .survol {
	opacity: 1;
}


/*__________VENTES___________*/

#ventes a{
	text-decoration: none;
	color: black;
	background-color: white;
}

#ventes p{
	padding: 0px 10px 0px 10px;
	font-size: 20px;
	line-height: 165%;
	text-align: center;
}

#ventes img {
	margin: auto;
	display: block;
}



/*____________________________________*/

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

	/*CONTACT*/

#contact {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background: url(images/fleur_contact.png);
	-webkit-box-shadow:inset 0 0 30px 2px #000000;
	box-shadow:inset 0 0 30px 2px #000000;
	margin-top: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#contact h3 {
	font-size: 46px;
	text-align: center;
	margin-top: 10px;
}

#contact_box {
	width: 53%;
	border: 1px solid white;
	padding: 15px 30px 15px 30px;
	margin: 0px auto 5px auto;
	color: white;
	margin: auto;
}

#contact .container {
	padding: 20px;
}

#contact h4 {
	text-align: center;
	font-size: 30px;
}

.box {
	background-color: rgba(0, 0, 0, 0);
	border: 0px;
	margin: 0px 10px 5px 10px;
	width: 160px;
	color: white;
	border-bottom: 1px solid white;
}

::placeholder {
	font-style: italic;
	color: white;
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 10px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.col2 {
	width: 47%;
	margin:0 1.5%;
	float: left;
}

.col2 p {
	font-size: 16px;
	margin: 10px 0px 10px 20px;
}

#contact_box a {
	font-size: 18px;
	font-family: 'medhurstregular';
	display: block;
	padding: 6px 80px 6px 50px;
	margin: auto;
	background-color: white;
	text-decoration: none;
	color: black;
	text-align: center;
	width: 180px;
}

.retour {
	clear:both;
}

#message {
	background-color: rgba(0, 0, 0, 0);
	border: 0px;
	margin: 10px;
	padding: 10px 0px 10px 10px;
	width: 100%;
	color: white;
	border: 1px solid white;

}

.checkbox {
  display: block;
  position: relative;
  padding-left: 10px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.petit_bouton {
	padding: 0px !important;
	background-color: rgba(0, 0, 0, 0)!important;
	color: white!important;
	font-size: 12px!important;

}

/*____________________________________*/

span {
	font-size: 14px;
}

footer {
	text-align: center;
	margin: 35px 0px 35px 0px;
	font-weight: bold;
}



/*Media queries*/

@media (min-width: 576px) {
	
}


@media (min-width: 768px) {
	.headband h1 {
	font-size: 48px;
	}

	#contact h4 {
	font-size: 40px;
}

}

@media (min-width: 992px) {
	.headband h1 {
	font-size: 62px;
	}

	nav a {
		font-size: 20px;
	}

	.prochaine_fete p{
	font-size: 22px;
	}

	.prochaine_fete img {
		max-width: 286px;
	}

	.guillemet {
	display: block;
	}

	.box {
		width: 200px;
	}

	#contact h4 {
	font-size: 48px;
	}
}

@media (min-width: 1200px) {
	nav a {
		font-size: 25px;
	}

	.box {
		width: 270px;
	}
} 
