
/************************************************************************************************CODE PAGE MENU SERRES ET JARDIN *******************************************************************************************************/
.menu_flore{
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.menu_flore h2{
	font-size: 1.8em;
	font-family:"signika";
	/*font-size: 2.2em;*/
	font-weight: 400;
	text-align: left;
	position: absolute;
	top: 25%;
	left: 0%;
	color: white;
	padding: 0.5% 3%;
	width: 20%;
	z-index: 100;
	border-bottom: none;
}

.menu_flore figure{
	width: 25%;
	height: 95vh;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	overflow: hidden;
}

#taille-img figure{
	width: 20%;
	height: 96vh;
}

.menu_flore figcaption {
	font-size: 1.2em;
	font-family:"lato";
	font-weight: 300;
	text-align: left;
	margin: 1% 10%;
	color: white;
	position: absolute;
	top: 40%;
	width: 65%;
}

.menu_flore figure a img:hover{
	width: 120%;
	transition: 0.6s;

}

/*.menu_flore button{
	position: absolute;
	top: 10%;
	left: 12%;
	width: 15%;
}*/

/*main .menu-flore div #button1{
	background-color: blue;
}
*/


/*******************************************************************************************************CODE PAGE JARDIN *******************************************************************************************************/
#bg-central{
	width: 100%;
	z-index: -100000;
	position: absolute;
	height: 100%;
	overflow: hidden;
	/*background-color: red;*/
}
/*#infos-gauche{
	width: 21%;
	float: left;
	position: relative;
}*/

.francaise h2{
	width: 20%;
    color: white;
    position: absolute;
    top: 30%;
    left: -1%;
   /* background-color: red;*/
    z-index: 1;
    text-align: left;
}


.francaise figure{
	width: 100%;
	height: 96vh;
}
.francaise figure img{
	width: 100%;
	height: 100%;
}

#infos-centrale{
	width: 75%;
    margin: 0 auto;
   	font-weight: 400;
    position: absolute;
    top: 20%;
    left: 12%;

}    

#infos-centrale h3{ 
	color: #1bbc9f;

}
#infos-centrale p{ 
	color: #182739
}

#infos-droite{
	width: 22.7%;
    height: 100%;
    float: right;

}

