@import url(//fonts.googleapis.com/css?family=Nunito);

html {
	height: 100%; 
	width: 100%;
	background: url(../images/pattern.png) #f6f6f6; 
	overflow:hidden;
}

body {
	height: 100%;
	width: 100%;
	margin:0;
	padding:0;
	position:fixed;
}

img {
	border:none;
}

.bmenu{
    position: fixed;
	bottom: 0;
	left: 0; 
	right: 0;
	height:8%;
	margin:auto;
	padding: 0;
	z-index:500;
	text-align:center;
}
.bmenu li{
    font-size: 1.25vw;
    display: inline-block;
	margin: auto;

}
.bmenu li a{
	white-space: nowrap;
	display: block;
	text-decoration:none;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(71,80,23,0.3);
	color: #f6f6f6;
	padding: 5px 20px;
	margin: 0.1vw;
	background: rgba(107,129,67,1);
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.bmenu li:first-child a{
	-webkit-border-radius: 15px 0px 0px 15px;
	-moz-border-radius: 15px 0px 0px 15px;
	border-radius: 15px 0px 0px 15px;
}
.bmenu li:last-child a{
	-webkit-border-radius: 0px 15px 15px 0px;
	-moz-border-radius: 0px 15px 15px 0px;
	border-radius: 0px 15px 15px 0px;
}
.bmenu:hover li a{
	text-shadow: 0px 0px 10px #f6f6f6;
	color: transparent;
	color:#F6f6f6\9;
}
.bmenu li a:hover{
	background: transparent;
	text-shadow: 1px 1px 10px rgba(71,80,23,0.6);
	color: rgba(107,129,67,1);
}


.mainwindow{
	display:block;
	position:fixed;
	margin-top:3.5%;
	margin-left:4.5%;
	height:83.5%;
	width:91%;
	border-radius:20px;
	box-shadow:3px 3px 15px #000;
}





/*Accueil*/


#dragon {
	
	background-image:url(../images/dragon.jpg);
	background-repeat:no-repeat;
	background-size:100% 100%;	
}

#logo {
	display:block;
	position:fixed;
	height:100%;
	width:100%;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-size: 40%;
	background-position:15% 12%;	
	z-index:1;		
}

#sticker {
	display:block;
	position:fixed;
	height:100%;
	width:100%;
	background-image:url(../images/sticker.png);
	background-repeat:no-repeat;
	background-size: 13%;
	background-position:93% 75%;	
	z-index:1;		
}

#tagline { 
	position:absolute;
	bottom:0;
	width:100%;
	height:7%;
	padding-top:0.5%;
	text-align:center;
	font-family: 'Nunito', sans-serif;
	font-size: 2vw;
	color:rgba(107,129,67,1);
	background:rgba(255,255,255,0.9);	
	border-radius:0 0 20px 20px;	
}


/*Bienfaits*/


#dirt {
	background-image:url(../images/bienfaitsbg.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;	
}

#bienfaitsbox1, #bienfaitsbox2, #bienfaitsbox3, #bienfaitsbox4, #bienfaitsbox5, #bienfaitsbox6, #bienfaitsbox7, #bienfaitsbox8, #bienfaitsbox9 {
	z-index:52;
	color:#f6f6f6;
	text-align:center;
	font-size:125%;
	line-height: 100%;
	font-family: 'Nunito', sans-serif;
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:22%;
	height:5%;
	padding-top:1%;
	border-radius: 20px ;
	background-color:rgba(140,124,110,0.9);
	box-shadow:0 5px 10px rgba(0,0,0,1), /*bottom external highlight*/
  0 -1px 1px #666, /*top external shadow*/ 
  inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/ 
  inset 0 10px 10px rgba(255,255,255,0.5); /*top internal highlight*/
}

#bienfaitsbox1:hover, #bienfaitsbox2:hover, #bienfaitsbox3:hover, #bienfaitsbox4:hover, #bienfaitsbox5:hover, #bienfaitsbox6:hover, #bienfaitsbox7:hover, #bienfaitsbox8:hover, #bienfaitsbox9:hover {
	background-color:rgba(0,0,0,0.4);
	cursor:pointer;
}

#ail {
	width:100%; 
	height:15%;
	position:absolute;
	bottom:0;
	padding-top: 5%;
	background-color:rgba(0,0,0,0.75);
	font-family: 'Nunito', sans-serif;
	font-size: 1.25vw;
	color:#f6f6f6;
	border-radius:0 0 20px 20px;
}

.bienfaitstext {
	z-index:2;
	font-size:100%;
	word-wrap:break-word;
	text-align:center;
	cursor:pointer;
	overflow:auto;
	width:96%;
	height:15%;
	position:absolute;
	bottom:0;
	padding: 2% 2% 2% 2%;
	background-color:rgba(0,0,0,0.75);
	font-family: 'Nunito', sans-serif;
	color:#FFF;
	border-radius:0 0 20px 20px;

}

/*Produits*/

.produitdescr {
	padding:1% 0;
	text-align:center;
	color:#f6f6f6;
	font-size:2vw;
	width:20%;
	height:12%;
	position:absolute;
	margin-top:40px;
	top:0;
	background-color:rgba(0,0,0,0.35);
}

#note {
	text-align:center;
	color:#f6f6f6;
	font-size:1vw;
	width:100%;
	height:5%;
	padding-top:1%;
	position:absolute;
	bottom:0;
	background-color:rgba(0,0,0,0.75);
	border-radius:0 0 20px 20px;
}

#produit ul {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	list-style:none;
}

#produit li {	
	width: 20%;
	height: 100%;
	float:left;
	
}

#produit li span{
	font-size:1.5vw;
}

#produit li:nth-child(1) {	
	background: url(../images/produit1.jpg) no-repeat;
	background-size:cover;
	background-position: center center;
	border-radius:20px 0 0 20px;
}

#produit li:nth-child(2) {	
	background: url(../images/produit4.jpg) no-repeat;
	background-position: center center;
	background-size:cover;
}

#produit li:nth-child(3) {	
	background: url(../images/produit2.jpg) no-repeat;
	background-position: center center;
	background-size:cover;
}

#produit li:nth-child(4) {	
	background: url(../images/produit3.jpg) no-repeat;
	background-position: center center;
	background-size:cover;
}

#produit li:nth-child(5) {	
	background: url(../images/produit5.jpg) no-repeat;
	background-position: center center;
	background-size:cover;
	border-radius:0 20px 20px 0;
}



/*Photos*/


#buttons {
	width:100%; 
	height:95%;
	position:fixed;
	z-index:1;
	border-radius:20px;
}

#slider-wrapper {
	width:100%; 
	height:100%;
	border-radius:20px;
}

#slider {
	width:100%; 
	height:100%; 
	position:relative;
	border-radius:20px;
}

.sp {
	width:100%; 
	height:100%; 
	position:absolute;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius:20px;
	
}

#button-previous img, #button-next img {
	cursor:pointer;
}

.photodescription{
	width:100%; 
	height:7%;
	position:absolute;
	bottom:0;
	padding-top: 2%;
	background-color:rgba(0,0,0,0.5);
	font-family: 'Nunito', sans-serif;
	color:#f6f6f6;
	border-radius:0 0 20px 20px;
}

.close {
	position: relative;
	display: inline-block;
	margin: 0 0;
	padding: 5px;
	width:40px;
	height:40px;
	border-radius: 50%;
	box-shadow: 0 0 0 25px transparent;
	background: rgba(0,0,0,0.5);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: box-shadow .6s ease-in-out;
	-moz-transition: box-shadow .6s ease-in-out;
	-o-transition: box-shadow .6s ease-in-out;
	-ms-transition: box-shadow .6s ease-in-out;
	transition: box-shadow .6s ease-in-out;
}	

.close:hover, .close:focus{		
	box-shadow: 0 0 0 0 rgba(0,0,0,0.3);
	-webkit-transition: box-shadow .4s ease-in-out;
	-moz-transition: box-shadow .4s ease-in-out;
	-o-transition: box-shadow .4s ease-in-out;
	-ms-transition: box-shadow .4s ease-in-out;
	transition: box-shadow .4s ease-in-out;
}

.close:active{
	width:35px;
	height:35px;
}

/*Videos*/


#video{
	background-color:#000;
}

.videodescription{
	width:100%; 
	height:7%;
	position:absolute;
	top:0;
	padding-top: 2%;
	background-color:rgba(0,0,0,0.5);
	border-radius:20px 20px 0 0;	
	font-family: 'Nunito', sans-serif;
	color:#f6f6f6;
}


/*Contact*/

#contact{
	font-size:1vw;
	font-family: 'Nunito', sans-serif;
	background-color:#f6f6f6;
}

#contactinfo {
	width: 37%;
	height: 81%;
	display:block;
	float:left;
	text-align:center;
	padding-left:2%;
	padding-right:2%;
	padding-bottom:2%;
	border-radius:0 20px 20px 0;
}

#contactinfo span {
	font-size:2vw;
	color:rgba(107,129,67,1);
	padding:1%;
}

#contactinfo a {
	text-align:center;
	font-family: 'Nunito', sans-serif;
	color:rgba(107,129,67,1);
	text-decoration:none;
	font-size: 1.55vw;
}

#contactinfo a:hover {
	text-align:center;
	font-family: 'Nunito', sans-serif;
	color:#000;
	text-decoration:none;
	border:none;
}

#claude {
	width: 25%;
	height: 100%;
	display:block;
	float:left;
	background-image: url(../images/claude.jpg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	border-radius:20px 0 0 20px;
}

#logo2 {
	display:block;
	float:left;
	width:75%;
	height:15%;
	background:url(../images/logo.png) no-repeat center;
	background-size:50% 60%;
}

#historique {
	width: 30%;
	height: 81%;
	display:block;
	float:left;
	word-wrap:break-word;
	font-size:1vw;
	overflow:auto;
	padding-left:2%;
	padding-right:2%;
	padding-bottom:2%;

}

#mapmap {
	height:40%;
	width:85%;
	margin:5% auto 1%;
	border-radius:20px;	
	box-shadow:3px 3px 15px #000;
}