html, body {
	width: 100%; min-height:100%; height:100%;
	font-weight:normal;
	background-color:#FFF;}

.wrap{position:relative; width:1170px; margin:0 auto;}

.wrap-height{height:900px;}

.preload{position:absolute; top:-99999px; left:-99999px;}	


/*******************************************************************************************************************ACCUEIL*/

.top-mobile{ display:none;}
.fb-mobile{ display:none;}
.menu-mobile{ display:none;}

nav{
	background-color:rgba(255,255,255,0);
	width:100%;
	height:70px;
	line-height:70px;
	position:fixed;
	top:0;
	z-index:9999;
	transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;}

	nav > .wrap > ul{
		font-family: 'oranienbaumregular';
		font-weight:normal;
		font-size:1.3em;
		color:#000;
		list-style-type:none;
		display:block;
		text-align:center;}
	
		nav > .wrap > ul > li{
			display:inline-block;
			position:relative;
			float:left;}
		
			nav > .wrap > ul > li > a{
				text-decoration:none;
				color:#000;
				padding-left:30px;
				padding-right:50px;}
			
				nav > .wrap > ul > li:hover > a{
					text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);}
				
.nav-fb{
	line-height:1em; position:absolute; top:15px;}
				
.nav-scroll{
	background-color:rgba(255,255,255,1) !important;
	transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;}
	
.sub-services{position:absolute; display:none; list-style:none; background-color:#fff; padding:0 20px; width:140%; text-align:left;}

	.sub-services li{line-height:normal !important;}
		
		.sub-services a{font-family: 'oranienbaumregular'; font-size:1em; color:#000; margin:20px 0; display:block;}
			
			.sub-services a:hover{text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);}

.spage{top:120px !important; width:160% !important;}

.img-header{
	position:absolute; min-height:700px; width:100%; height:700px;
	background: url('../img/backgrounds/img-header.jpg') no-repeat center center fixed; opacity:1;
	
	-webkit-box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}
	
.logo-accueil{
	width:393px;
	padding-top:80px;
	display:block;
	margin:0 auto;}
	
header{}
	
	header h1{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#FFF;
		width: 500px;
		text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
		display: block;
		bottom:50px;
		position:absolute;
		left:50%;
		margin-left:-250px;}
		
.btn-video{
	background:url(../img/arrow-down.png) no-repeat 93% 50%;
	font-family: 'oranienbaumregular';
	font-weight:normal;
	color:#FFF;
	border:2px solid #eb1f22;
	line-height:20px;
	padding:10px 40px 10px 15px;
	position:absolute;
	left:500px;
	bottom:-30px;}

	.btn-video:hover{
		background-color:rgba(255,255,255,0.2);
		transition: all 0.4s ease-in;
    	-ms-transition: all 0.4s ease-in;
   		 -moz-transition: all 0.4s ease-in;
  	 	 -webkit-transition: all 0.4s ease-in;}

/*******************************************************************************************************************BIENVENUE*/

.bienvenue{
	background-image:url(../img/backgrounds/symphony.png);
	background-repeat:repeat;
	padding-top:100px;
	padding-bottom:90px;}
	
	.bienvenue h2{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		font-size:4.25em;}
	
	.bienvenue p{
		font-family: 'oranienbaumregular';
		font-weight:normal;
		color:#000;
		font-size:1.1em;
		line-height:1.5em;
		padding-top:80px;
		padding-left:400px;}
	
	.bienvenue a{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		font-size:1.8em;
		float:right;}
	
		.bienvenue a:hover{
			color:#662e93;
			text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);}
		
.fleurs-bienvenue{
	float:right;
	margin-top:-100px;}

.maison{
	padding-top:80px;
	float:left;}

/*******************************************************************************************************************PRODUITS SERVICES*/

.produits-et-services{
	position:relative;
	width:100%;
	height:520px;
	background: url('../img/backgrounds/img-produits.jpg') no-repeat center center fixed;
	
	-webkit-box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}
	
.couleur-produits{
	position:absolute;
	width:100%;
	height:520px;
	background-color:rgba(255,178,65,0.7);}
	
	.produits-et-services h2{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		font-size:3em;
		padding-top:70px;
		padding-bottom:55px;
		display:block;}
	
.produits-accueil{
	width:290px;
	float:left;}

	.produits-accueil h3{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		font-size:1.8em;
		padding-bottom:10px;}
	
	.produits-accueil img{width:241px; height:161px;}
	
.btn-more{
	font-family: 'lobster_1.3regular';
	font-weight:normal;
	color:#000;
	font-size:1.8em;
	padding-top:40px;
	float:right;}

	.btn-more:hover{
		text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);}

/*******************************************************************************************************************FACEBOOK*/

.facebook{
	background-image:url(../img/backgrounds/symphony.png);
	background-repeat:repeat;}
	
	.facebook h2{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		font-size:4em;
		text-align:center;
		padding-top:50px;
		padding-bottom:50px;
		display:block;}
		
		.facebook a{
			color:#000;
			text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);}
		
			.facebook a:hover{
				color:#662e93;}
	
		.img1-fb{
			position:absolute;
			top:30px;
			left:150px;}
		
		.img2-fb{
			position:absolute;
			top:20px;
			left:900px;}

/*******************************************************************************************************************CONSEILS JARDIN*/

.conseils-jardin{
	position:relative;
	width:100%;
	height:570px;
	background: url('../img/backgrounds/img-conseils.jpg') no-repeat center center fixed;
	
	-webkit-box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}
	
.couleur-conseils{
	position:absolute;
	width:100%;
	height:570px;
	background-color:rgba(255,255,255,0.7);}
	
.conseils-jardin h2{
	font-family: 'lobster_1.3regular';
	font-weight:normal;
	color:#000;
	font-size:3em;
	padding-top:70px;
	padding-bottom:40px;
	display:block;}

.conseils-accueil{
	background-color:rgba(255,255,255,0.5);
	padding:15px;
	width:340px;
	height:240px;
	margin-right:20px;
	float:left;
	counter-reset:counter1;}

	.conseils-accueil h3{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		font-size:1.5em;
		padding-bottom:20px;}
	
	.conseils-accueil p{
		font-family: 'oranienbaumregular';
		font-weight:normal;
		color:#000;
		font-size:1em;
		line-height:1.6em;
		margin-left:30px;}
		
	.conseils-accueil span{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		font-size:1.2em;
		margin-left:-17px;}
	
	.conseils-accueil ul{list-style:none;}
		
	.conseils-accueil ul li{
		position:relative;
		font-family: 'oranienbaumregular';
		font-weight:normal;
		color:#000;
		font-size:1em;
		line-height:1.6em;
		margin-left:30px;}
		
		.conseils-accueil ul li:before{
			content: counter(counter1);
			counter-increment: counter1;
			font-family: 'lobster_1.3regular';
			font-weight:normal;
			color:#000;
			font-size:1.2em;
			position:absolute; top:0; left:-25px;
		}

/*******************************************************************************************************************NOUVELLES*/

.nouvelles{
	background-image:url(../img/backgrounds/symphony.png);
	background-repeat:repeat;
	padding-top:20px;
	padding-bottom:90px;
	position:relative;}
	
	.nouvelles h2{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		font-size:3em;
		padding-top:70px;
		padding-bottom:55px;
		display:block;}
	
	.fleurs-nouvelles-titre{
		position:absolute;
		top:20px;
		left:150px;}
	
.date-et-new{
	width:500px;
	text-align:justify;
	margin-bottom:50px;
	margin-right:80px;
	float:left;
	position:relative;}

	.date-et-new p{
		font-family: 'oranienbaumregular';
		font-weight:normal;
		color:#000;
		line-height:1.8em;
		font-size:1.3em;}
		
		.date-et-new a{color:#000;}
		.date-et-new a:hover{color:#662e93;}
	
.date{
	width:100%;
	padding-bottom:20px;
	display:inline-block;}

	.date h3{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		height:43px;
		line-height:43px;
		text-align:right;
		font-size:1.3em;
		display:block;
		float:right;}
	
	.date img{
		padding-right:20px;
		display:block;
		float:right;}
	
.btn-nouvelles{
	font-family: 'lobster_1.3regular';
	font-weight:normal;
	color:#000;
	font-size:1.8em;
	float:right;}

	.btn-nouvelles:hover{
		color:#662e93;
		text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);}

/*******************************************************************************************************************ALBUM PHOTO*/

.album-photo-accueil{
	position:relative;
	width:100%;
	height:560px;
	background: url('../img/backgrounds/img-album.jpg') no-repeat center center fixed;
	
	-webkit-box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}
	
.couleur-album{
	position:absolute;
	width:100%;
	height:560px;
	background-color:rgba(0,176,237,0.7);}
	
	.album-photo-accueil h2{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		font-size:3em;
		padding-top:70px;
		padding-bottom:55px;
		display:block;}
		
	.album-photo-accueil img{
		margin-bottom:20px;
		margin-left:20px;}
		
.btn-album{
	font-family: 'lobster_1.3regular';
	font-weight:normal;
	color:#000;
	font-size:1.8em;
	padding-top:15px;
	float:right;}

	.btn-album:hover{
		text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);}
		
.youtube1{
	width:560px;
	height:250px;
	float:left;}
	
	.youtube1 iframe{
		width:560px;
		height:250px;}

.imgs-blue{
	width:610px;
	float:left;}

/*******************************************************************************************************************DIRECTIONS*/

.directions{
	background-image:url(../img/backgrounds/symphony.png);
	background-repeat:repeat;}
	
	.fleurs1-directions{
		position:absolute;
		top:20px;
		left:50px;}
	
	.directions h2{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		font-size:3.4em;
		text-align:center;
		padding-top:70px;
		padding-bottom:70px;
		display:block;}
	
	.fleurs2-directions{
		position:absolute;
		bottom:40px;
		left:1050px;}

/*******************************************************************************************************************FOOTER*/

footer{
	background-image:url(../img/backgrounds/symphony.png);
	background-repeat:repeat;
	height:750px;}
	
	.fleurs1-footer{
		position:absolute;
		top:60px;
		right:100px;}
	
	footer h2{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		font-size:3em;
		padding:120px 0 55px 100px;
		display:block;
		float:left;}
	
	footer p{
		font-family: 'oranienbaumregular';
		font-weight:normal;
		color:#000;
		line-height:1.8em;
		font-size:1.6em;
		padding-left:100px;
		display:block;
		float:left;}
	
	footer span{}
	
.heures{
	background-color:rgba(102,46,147,0.5);
	width:450px;
	text-align:center;
	margin-top:130px;
	margin-left:120px;
	float:left;
	display:block;}

	.heures h2{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#662e93;
		font-size:2.4em;
		padding:60px 0 55px 0 !important;
		display:block;
		float:none;}
	
	.heures p{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		line-height:1.8em;
		padding-bottom:50px;
		padding-left:0 !important;
		float:none;}
	
	footer h5{
		font-family: 'oranienbaumregular';
		font-weight:normal;
		color:#000;
		float:left;
		position:absolute;
		top:690px;
		left:130px;}
		
	.p2{ display:none;}

/*******************************************************************************************************************À PROPOS*/

.contenu-a-propos{
	background-image:url(../img/backgrounds/symphony.png);
	background-repeat:repeat;
	padding-top:120px;
	padding-bottom:100px;}
	
.header-a-propos{
	background: url('../img/header-a-propos.jpg') no-repeat center center;
	height:600px;
	margin-bottom:20px;
	
	-webkit-box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}
	
	.contenu-a-propos h2{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		font-size:3em;
		padding-top:70px;
		padding-bottom:80px;
		display:block;}
		
	.fleurs1-a-propos{
		position:absolute;
		top:15px;
		left:630px;}
		
	.fleurs2-a-propos{
		position:absolute;
		top:660px;
		left:1030px;}
		
	.contenu-a-propos p{
		font-family: 'oranienbaumregular';
		background-color:rgba(255,255,255,0.5);
		padding:10px;
		font-weight:normal;
		color:#000;
		font-size:1.2em;
		line-height:1.8em;
		text-align:justify;
		
		-webkit-column-count: 3; /* Chrome, Safari, Opera */
   	    -moz-column-count: 3; /* Firefox */
        column-count: 3;
		
		-webkit-column-gap: 50px; /* Chrome, Safari, Opera */
   	    -moz-column-gap: 50px; /* Firefox */
        column-gap: 50px;}
		
.photos-a-propos{
	margin-top:80px;}

	.photos-a-propos img{
		padding:0 7px;}
		
	.photos-a-propos a{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		font-size:1.8em;
		padding-top:15px;
		float:right;}
	
		.photos-a-propos a:hover{
			color:#662e92;
			text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);}
			
.footer-pages{
	background-color:#FFF;
	width:100%;
	padding:10px 0;}
		
	.footer-pages h5{
		font-family: 'oranienbaumregular';
		font-weight:normal;
		color:#000;}
	
.nav2{
	background-color:#FFF;
	width:100%;
	height:120px;
	line-height:150px;
	position:fixed;
	top:0;
	z-index:9999;}
	
	.logo-nav2{
		padding-top:20px;
		position:relative;
		float:left;
		display:block;}
		
	.nav2-fb{position:absolute; top:55px;}

	.nav2 > .wrap > ul{
		font-family: 'oranienbaumregular';
		font-weight:normal;
		font-size:1.2em;
		color:#000;
		list-style-type:none;
		display:block;
		text-align:center;}
	
		.nav2 > .wrap > ul > li{
			display:inline-block;
			position:relative;
			float:left;}
		
			.nav2 > .wrap > ul > li > a{
				text-decoration:none;
				color:#000;
				padding-left:30px;
				padding-right:30px;}
			
				.nav2 > .wrap > ul > li:hover > a{
					text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);}

/*******************************************************************************************************************NOUVELLES*/

.contenu-news{
	background-image:url(../img/backgrounds/symphony.png);
	background-repeat:repeat;}
	
	.contenu-news h2{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		font-size:3em;
		padding-top:70px;
		padding-bottom:80px;
		display:block;}
		
	.fleurs1-news{
		position:absolute;
		top:50px;
		left:160px;}
		
	.contenu-news p{}
		
.header-news{
	background: url('../img/header-news.jpg') no-repeat center center;
	height:600px;
	margin-bottom:20px;
	
	-webkit-box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}
	
.new{
	background-color:rgba(255,255,255,0.5);
	padding:15px;
	width:500px;
	text-align:justify;
	margin-bottom:50px;
	margin-right:50px;
	float:left;
	position:relative;}
	
	.new p{
		font-family: 'oranienbaumregular';
		font-weight:normal;
		color:#000;
		line-height:1.8em;
		font-size:1.3em;}
	
	.new a{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		font-size:1.2em;
		padding-top:20px;
		float:right;}
	
		.new a:hover{
			color:#662e93;
			text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);}
	
.date-new{
	width:100%;
	padding-bottom:20px;
	display:inline-block;}

	.date-new h3{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		height:43px;
		line-height:43px;
		text-align:right;
		font-size:1.3em;
		display:block;
		float:right;}
	
	.date-new img{
		padding-right:20px;
		display:block;
		float:right;}

/*******************************************************************************************************************ALBUM*/

.contenu-album{
	background-image:url(../img/backgrounds/symphony.png);
	background-repeat:repeat;}
	
	.contenu-album h2{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		font-size:3em;
		padding-top:220px;
		padding-bottom:100px;
		display:block;}
	
	.contenu-album h3{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		font-size:3em;
		padding-bottom:50px;
		display:block;}
		
	.fleurs1-album{
		position:absolute;
		top:155px;
		left:205px;}
		
	.contenu-album p{
		font-family: 'oranienbaumregular';
		font-weight:normal;
		color:#000;
		font-size:1.1em;
		line-height:1.5em;
		padding-top:80px;
		padding-left:400px;}
		
.album-photo{position:relative; display:block; list-style:none; padding-bottom:60px;}
.album-photo li{position:relative; display:inline-block; width:17%; height:120px; margin:0 1% 15px; overflow:hidden;}
.album-photo img{
	width:100%; height:auto;
	
	transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;}
	
.album-photo img:hover{
	-ms-transform: scale(1.2,1.2)  rotate(0.1deg); /* IE 9 */
    -webkit-transform: scale(1.2,1.2)  rotate(0.1deg); /* Chrome, Safari, Opera */
    transform: scale(1.2,1.2)  rotate(0.1deg);
	
	transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;}

/*******************************************************************************************************************PRODUITS ET SERVICES*/

.header-produits{
	background: url('../img/header-produits.jpg') no-repeat center center;
	height:600px;
	margin-bottom:20px;
	
	-webkit-box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}

.contenu-produits{
	background-image:url(../img/backgrounds/symphony.png);
	background-repeat:repeat;
	padding-bottom:50px;}
	
	.contenu-produits h2{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		font-size:3em;
		padding-top:70px;
		padding-bottom:80px;
		display:block;}
		
	.fleurs1-produits{
		position:absolute;
		top:40px;
		left:315px;}
		
	.contenu-produits p{
		font-family: 'oranienbaumregular';
		font-weight:normal;
		color:#000;
		font-size:1.2em;
		line-height:1.8em;
		padding-bottom:60px;}
		
.produit{
	background-color:rgba(102,46,147,0.3);
	width:100%;
	margin:20px;
	padding:15px;}
		
	.produit:nth-child(2n){
		background-color:rgba(255,255,255,0.7);}

	.produit h3{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		font-size:2.2em;
		padding-bottom:40px;}
		
	.produit p{
		font-family: 'oranienbaumregular';
		font-weight:normal;
		color:#000;
		font-size:1.2em;
		line-height:1.8em;
		padding-bottom:20px;}
		
	.produit .content ul{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		font-size:1.2em;
		line-height:1.8em;
		width:800px;
		padding-bottom:50px;
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
   	    -moz-column-count: 2; /* Firefox */
        column-count: 2;
		
		-webkit-column-gap: 20px; /* Chrome, Safari, Opera */
   	    -moz-column-gap: 20px; /* Firefox */
        column-gap: 20px;}
	
	.produit .content ul li{
		display:block;}

/*******************************************************************************************************************CONSEILS JARDIN*/

.header-conseils{
	background: url('../img/header-conseils.jpg') no-repeat center center;
	height:600px;
	margin-bottom:20px;
	
	-webkit-box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}

.contenu-conseils{
	background-image:url(../img/backgrounds/symphony.png);
	background-repeat:repeat;
	padding-bottom:100px;}
	
	.contenu-conseils h2{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		font-size:3em;
		padding-top:70px;
		padding-bottom:80px;
		display:block;}
		
	.fleurs1-conseils{
		position:absolute;
		top:35px;
		left:255px;}
		
.conseil{
	background-color:rgba(255,255,255,0.5);
	padding:15px;
	width:500px;
	margin:20px;
	display:block;
	float:left;
	counter-reset:counter1;}

	.conseil h3{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		font-size:1.5em;
		padding-bottom:20px;}
		
	.conseil p{
		font-family: 'oranienbaumregular';
		font-weight:normal;
		color:#000;
		font-size:1.2em;
		line-height:1.8em;
		margin-left:30px;}
		
	.conseil span{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		font-size:1.2em;
		margin-left:-17px;}
	
	.conseil ul{list-style:none;}
		
	.conseil ul li{
		position:relative;
		font-family: 'oranienbaumregular';
		font-weight:normal;
		color:#000;
		font-size:1em;
		line-height:1.6em;
		margin-left:30px;}
		
		.conseil ul li:before{
			content: counter(counter1);
			counter-increment: counter1;
			font-family: 'lobster_1.3regular';
			font-weight:normal;
			color:#000;
			font-size:1.2em;
			position:absolute; top:0; left:-25px;
		}

/*******************************************************************************************************************CONTACT*/

.contenu-contact{
	background-image:url(../img/backgrounds/symphony.png);
	background-repeat:repeat;}
	
	.contenu-contact h2{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		font-size:3em;
		padding-top:70px;
		padding-bottom:80px;
		display:block;}
		
	.fleurs1-contact{
		position:absolute;
		top:90px;
		left:300px;}
		
	.contenu-contact p{
		font-family: 'oranienbaumregular';
		font-weight:normal;
		color:#000;
		line-height:1.8em;
		font-size:1.6em;
		padding-left:100px;
		display:block;
		float:left;}
		
.heures-contact{
	background-color:rgba(102,46,147,0.5);
	width:450px;
	text-align:center;
	margin-bottom:80px;
	margin-left:120px;
	float:left;
	display:block;}

	.heures-contact h3{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#662e93;
		font-size:2.4em;
		padding:60px 0 55px 0 !important;
		display:block;
		float:none;}
	
	.heures-contact p{
		font-family: 'lobster_1.3regular';
		font-weight:normal;
		color:#000;
		line-height:1.8em;
		padding-bottom:50px;
		padding-left:0 !important;
		float:none;}

/********************************************************************************************************************/

.btnalbum{
	position:relative; display:block; padding:0 20px; margin-bottom:20px; height:50px; line-height:50px;
	color:#000; background:#fff; border:1px solid rgba(0,0,0,0.15); font-family: 'lobster_1.3regular'; font-size:1.6em;
	transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
}
.btnalbum:hover{
	opacity:0.5;	
	transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}

/********************************************************************************************************************/

.album-photo{position:relative; display:block; list-style:none; padding-bottom:60px;}
.album-photo li{position:relative; display:inline-block; width:17%; height:120px; margin:0 1% 15px; overflow:hidden;}
.album-photo img{
	width:100%; height:auto;
	
	transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;}
	
.album-photo img:hover{
	-ms-transform: scale(1.2,1.2)  rotate(0.1deg); /* IE 9 */
    -webkit-transform: scale(1.2,1.2)  rotate(0.1deg); /* Chrome, Safari, Opera */
    transform: scale(1.2,1.2)  rotate(0.1deg);
	
	transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;}

/********************************************************************************************************************/

.map-contact{position:relative; width:100%; height:640px;}

.overlayMapAccueil {
   background:transparent; 
   position:relative; 
   width:100%;
   height:640px; /* your iframe height */
   top:640px;  /* your iframe height */
   margin-top:-640px;  /* your iframe height */}

.titlecenter{display:block; width:100%; text-align:center;}
.ulmargin{margin-left:17px;}
.center{text-align:center;}
.clear{clear:both;}