/*//////////////////// Import de Fonts \\\\\\\\\\\\\\\\\\\\*/

@font-face
{
	font-family: "Honey Script";
	src:url('HoneyScript-Light.ttf');
}

@font-face
{
	font-family: "Honey Script";
	font-weight: bold;
	src:url('HoneyScript-SemiBold.ttf');
}

@font-face
{
	font-family: "Niagara Engraved";
	src:url('NIAGENG.ttf');
}

@font-face
{
	font-family: "Lilly Belle";
	src:url('LillyBelle.ttf');
}


/*//////////////////// Background \\\\\\\\\\\\\\\\\\\\*/
html
{
	/*background-image: url("home.jpg");*/
	background: #4d2c0f; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjNGQyYzBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjglIiBzdG9wLWNvbG9yPSIjMjIxMTAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(-45deg,  #4d2c0f 9%, #221100 28%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(9%,#4d2c0f), color-stop(28%,#221100)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #4d2c0f 9%,#221100 28%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #4d2c0f 9%,#221100 28%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #4d2c0f 9%,#221100 28%); /* IE10+ */
	background: linear-gradient(135deg,  #4d2c0f 9%,#221100 28%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d2c0f', endColorstr='#221100',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

	background-size: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

h1
{
	/*font-family: "Niagara Engraved";*/
	font-family: "Honey Script";
	font-size: 6em;
	color:#da4549;
	text-align: center;
	margin-bottom: 3%;

}


h3
{
	font-size:1.5em;
	margin-top: 0;
	margin-bottom: 8%;
	text-decoration: underline;
	text-align: center;
	color:#d4b056;
}


#photos
{
	text-align: center;
}


#photos ul li
{
	display: inline;

}


.photo
{
	width: 45%;
	-moz-transition:all;
	-o-transition:all;
	-webkit-transition:all;
	transition-duration:0.7s;
	
}

.photo:hover 
{
    transform:scale(2.1,2.1);

}

.nom
{
/*	position: absolute;*/
	top:0;
	left:0;
	width: 30%;
}

#presentation
{
	width: 80%;
	margin: -5% auto 5% auto;
/*	border:solid 3px #da4549;*/
}

#presentation p
{
	font-size:1.5em;
	color:#e5e0e0;
	width: 60%;
	margin:2% 0 0 5%;
}

#presentation img 
{
	width:20%;
	margin-left: 70%;
	box-shadow: 3px 3px #221100;
	
}


#zones
{
	width: 90%;
	margin:8% auto;
	text-align: center;
	

}

#produits, #photos, #contact
{
	width:400px;
	display: inline-block;
	vertical-align: top;
	height: 470px;
	margin-bottom: 5%;
}


#produits
{
	background-color: #fef886;
	font-size: 1.3em;
	text-align: left;
}

.liste
{
	list-style-image: url("liste.png");
	margin-left:9%;

}


#produits h3
{
	color:#da4549;
	margin-top: 15%;
	margin-bottom: 15%;
	font-family: "Honey Script";
	font-size: 3em;
}

#produits ul li a
{
	text-decoration: none;
}

h5
{
	clear: right;
	font-style: italic;
	color:#da4549;
	font-weight: bold;
	margin-top: 12%;
	text-align: center;
}


#contact
{
	background-color:#fef886;
	font-size: 1.3em;
	text-align: center;
}

#contact h3
{
	margin-top: 15%;
	margin-bottom: 15%;
	font-family: "Honey Script";
	font-size: 3em;
}

#contact a, #contact h3
{	
	color:#da4549;
}

#map
{
	width: 100%;
	text-align: center;
	margin-top: 10%;
	visibility: visible;

}	
#littlemap
{
	display: none;
}

#footer
{
	width: 100%;
	background-color: rgba(237,205,143,0.3);
	margin-left:0;
	margin-bottom: 0;
	margin-top: 10%;
	clear: both;
	color:white;
}

#footer li a
{
	text-decoration: none;
	color:#da4549;
	margin-left: 1%;
	
}


.JulienLarue
{
	text-decoration: none;
	color:#da4549;
	margin-left: 1%;
	font-family: "Honey Script";
	font-size: 1.5em;
}

#footer ul
{
	height: 10%;
	text-align: center;
}

#footer li
{
	display: inline-block;
	width: 20%;
	
}



/*MENTIONS LEGALES*/
#mentions
{
	width: 90%;
	margin: 5% auto;
	text-align: center;
}
#entrepreneur, #publications, #hebergeur
{
	width: 400px;
	margin-left:4%;
	margin-bottom: 5%;
	display: inline-block;
	height: 320px;
	vertical-align: top;
}

#entrepreneur
{
	background-color: #fef886;
	text-align: left;
}

#entrepreneur h3
{
	color: #da4549;
	text-decoration: none;
	font-size: 2.3em;
	margin-top:5%;
}

#entrepreneur li
{
	margin-left:5%;
	font-size: 1.2em;
	color:black; 
}

#entrepreneur li a
{
	color: black;
}

#publications h3
{
	color: #e5e0e0;
	text-decoration: none;
	font-size: 2.3em;
	margin-top:5%;
}

#publications p
{
	margin-left:5%;
	margin-top:15%;
	font-size: 1.2em;
	color:black; 
}

#publications p a
{
	color: black;
}
#hebergeur h3
{
	margin-top:5%;
	color: #da4549;
	text-decoration: none;
	font-size: 2.3em;
}


#publications
{
	background-color: #da4549;
}

#hebergeur
{
	background-color:#fef886;
}
	
.numeros
{
	text-decoration: underline;

}
h2 
{
	color:#da4549;
	font-size: 6em;
	font-family: "Niagara Engraved";
	text-align: center;
	text-decoration: underline overline;
	margin-top:-15%;
	margin-bottom: 3%;
}

.accueil
{
		text-align: center;
		font-size: 25px;
}


.accueil a
{
	color:#da4549;
	font-family: "Honey Script";
	text-decoration: underline;
	font-size: 2em;
}


@media all and (max-width: 800px)
{

#map
{
	display: none;
}

#littlemap
{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10%;
}

}