/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing:border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

@font-face {
	font-family: 'Montserrat', serif;
	font-family: 'Montserrat', cursive;
  font-family: 'FontAwesome','';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
p{
	box-sizing:border-box;
}


							/*HEADER*/


.first{
	width: 100%;
	background-color: #a8988b;
}

nav ul{
	position: relative;
	z-index: 1;
	display: flex;
	justify-content:center;
	align-items:center;
	opacity: 5;
	list-style: none;
	height: 76px;
}
nav ul li:last-child{
	display: none;
}

nav ul li{ position: relative;}	
nav ul li a{
	/*margin-right: 20px;
	margin-left: 20px;*/
	padding:10px 20px;
	height: 76px;
	display: inline-block;
	line-height: 61px;
	color: black;
	text-decoration: none;
	font-family: 'Montserrat', serif;
	text-transform: uppercase;
	font-size: 14px;
	/*transition: background-color;*/
}

nav ul li a:hover{
	color:  #9b5902;
	-webkit-transition: 0.3s all ease;
}	

nav ul li ul { display: none;}
				
nav ul li:hover ul { display: flex;
				flex-direction:column;
				justify-content:flex-start;
				align-items:flex-start;
				width: auto;
				position: absolute;
				top:100%;}
nav ul li ul li{  white-space: nowrap;
				width: 100%;


					}
nav ul li ul li a{ display: block;
					text-align: center;}

nav ul li img{
	margin-top: 18px;
}
nav ul li:nth-child(9) img{
	margin-top: 13.5px;
}
.icon{
	height: 26px;
	width: 40px;
}
#rechercher{
	/*background: url(../img/zoom.svg) no-repeat;
	background-position: 103% 28%;
	background-size:18%;*/
	background-color: rgba(0,0,0,0);
	width: 100px;
	height: 28px;
	padding-left: 0.5rem;

}
::placeholder{
	color:black;
	padding-bottom:none;
}
#rechercher{
    border: none;
    border-bottom:0px solid black; 
    margin-bottom: -1rem;
    text-transform: uppercase;

}



.image{
	width: 100%;
	position: relative;
	height: 500px;
	background: url(../img/header2.jpg)no-repeat center;
}

/*.cosmetique{
	position: absolute;
	display: block;
	width: 250px;
	color: white;
	font-size: 40px;
	top: 35%;
	left:10%;
	transform: translate(-50%,-50%);
	line-height: 50px;
	font-family:'Crete Round';
	text-align: center;
	text-transform: uppercase;
	
	letter-spacing: 3px; 

}*/


					/*BODY*/


h1{
	font-size: 50px;
	
	font-family: 'Montserrat', serif;
	color:black;
	letter-spacing: 1px;
	font-weight: 900;
	margin-top: 5rem;
	
}
.blue{
	font-size: 40px;
	color: #84664f;
	letter-spacing: 1px;
	font-family: 'Montserrat', serif;
	font-weight: 200;
	
}
h2{
	font-size: 40px;
	font-family: 'Montserrat', serif;

}
body{
	/*background-color: #FCF8F1;
	 background:  url(../img/grille-horizontale.png),url(../img/grille-verticale.png) center  top repeat-y;*/
	
}
p.page1{
	
	color:#84664f;
	font-size: 18px;
	line-height: 20px;
	padding: 20px 25px;
	width: 386px;
	margin: 0 auto;
	margin-top: 40px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	
}
.pg_1{
	text-align: center;
	font-family: 'Montserrat', serif;
	font-size: 11px;
	color: black;
	margin-top: 20px;
}
strong{
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Montserrat', serif;
	font-weight: 700;
	color: black;

}

.wrapper{
	width: 1180px;
	margin:0 auto;

}
.wrapper2{
	width: 1155px;
	margin:0 auto;

}
.back{
	width: 100%;
	

}
.color_image{
background:#1A281B;
display:inline-block;
height: 366px;
}
.color_image img{
-moz-transition: opacity 0.9s;
-webkit-transition: opacity 0.9s;
-o-transition: opacity 0.9s;
}
.color_image img:hover{
opacity:0.8;
-moz-transition: opacity 0.1s;
-webkit-transition: opacity 0.1s;
-o-transition: opacity 0.1s;
}
.color_image1{
background:#1A281B;
display:inline-block;
height: 320px;
}
.color_image1 img{
-moz-transition: opacity 0.1s;
-webkit-transition: opacity 0.1s;
-o-transition: opacity 0.1s;
 
}
.color_image1 img:hover{
opacity:0.8;
-moz-transition: opacity 0.1s;
-webkit-transition: opacity 0.1s;
-o-transition: opacity 0.1s;
}
.color_image2{
background:#1A281B;
display:inline-block;
height: 421px;
}
.color_image2 img{
-moz-transition: opacity 0.9s;
-webkit-transition: opacity 0.9s;
-o-transition: opacity 0.9s;
}
.color_image2 img:hover{
opacity:0.8;
-moz-transition: opacity 0.1s;
-webkit-transition: opacity 0.1s;
-o-transition: opacity 0.1s;
}
.produit{
	margin-left: 
	margin-top: 75px;
	
	text-align: center;
	display: flex;
	justify-content:space-between;
}
 .huile{
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
}
.phuile {
	
	 	
	margin-left: 15px;
	height: 320px;
	width: 400px;
	
}
.phuile p{
	display: block;
	padding: 20px 25px;
	margin-top: 30px;
}
.phuile a{
	display:inline-block;
	text-align: center;
	margin-top: 30px;
}

.huile1{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	padding-bottom: 50px;
}
.phuile1 {
	

	margin-right: 15px;
	width: 400px;
	height: 320px;
	
}
.phuile1 p{
	display: block;
	padding: 20px 25px;
	margin-top: 30px;
}


.cadeaux{
	display: flex;
	justify-content: space-between;
}
.cercle2{
	position: relative;
	padding-top: 50px;
}
.cadeaux .cercle2 .button{
	padding: 4px 22px;
	
}
.cercle1{
	position: absolute;
	top:166px;
	left: 4px;
	width: 168px;
	height:168px;
	border-radius: 100px;
	background: #c7b9b5;
	opacity: 0.8;
}
.cercle{
	margin-left: 4px;
	width: 168px;
	height: 168px;
	border-radius: 100px;
	background: #a8988b;
	margin-bottom: 117px;
}
.pcercle{
	position: absolute;
	top: 200px;
	left: 30px;
	font-size: 25px;
	text-transform: uppercase;
	color: black;
	font-family: 'Montserrat', serif;
}


.button{
	display: inline-block;
	/*width: 175px;
	height: 41px;*/

	padding: 4px 35px;
	border: 2px solid black;
	border-radius: 4px;
	margin-top: 40px;
	text-align: center;
	text-decoration: none;
	color: black;
	font-size: 12px;
	line-height: 35px;
	text-transform: uppercase;
	font-family: 'Montserrat', serif;
	font-weight: 300;
}


.button:hover{
	background:#84664f;
	color: white;
	border: 2px solid #84664f;
}


/*.paragraphe{
	position: relative;
	display:flex;
	justify-content:space-around;
}*/

h2.pag1{
	position: relative;
	padding-left: 1rem;
	margin-top: 93px;
	text-transform: uppercase;
	color: black;
	margin-bottom: 50px;
	font-family:'Montserrat', serif;
	font-weight: 900;
	letter-spacing: 3px;
	
}



						/*FOOTER*/



.footer{
	height: 450px;
	padding-top: 100px;
	margin-top: 294px;
	background-color: #a8988b;

}
.navfoot li a{
	display:block;
	color: black;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 20px;
	font-family: 'Montserrat', serif;
	font-weight: 600;
}
.navfoot li a:hover {
	color:#9b5902;
}
.social a img{
	width: 25px;

}
.imgfoot1{
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 10px;
}
.imgfoot2{
	margin-bottom: 20px;
	margin-top: 39px;
	height: 40px;
}
.imgfoot3{
	margin-bottom: 20px;
	margin-top: 29px;
	margin-left: 10px;
}
.imgfoot4{
	margin-bottom: 13px;
	margin-top: 30px;
	margin-left: 10px;
	width: 48px;
	height: 54px;
}
.imgfoot5{
	margin-bottom: 20px;
	margin-top: 34px;
	margin-left: 30px;
	width: 40px;
}
.footicons{

	display: flex;
	
	justify-content:space-between;
}
.ligne{
	height: 1px;
	width: 1160px;
	background-color: black;
	margin-top: 20px;
}
.facebook{
	display: flex;
	
	justify-content:flex-end;

}
.facebook div{
	margin-right: 10px;
	margin-top: 20px;
}
.social ul li a img{
	width: 30px;
	height: 30px;
	
}

.pfoot{
	font-family: 'Montserrat';
	font-size: 14px;
	color: white;
}

								/*2PAGE*/


main{
	width: 100%;
}
.color {
    width: 100%;
    background-color: #a8988b;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-top: 200px;
    
}



	
.produit2{
	
	
	
	flex-wrap:wrap;
	display: flex;
	justify-content:space-between;
}
 .huile2{
	margin-top: 150px;
	
	
}
.huile2{
	display: flex;
	justify-content:space-between;
}
.produit_4{
	width: 498px;
	
	
}
.produit_4 ul li{
	display: inline-block;
	width: 242px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.produit_4 ul li a{
	text-decoration: none;
	font-family: 'Montserrat', serif;
	text-transform: uppercase;
	color:#84664f;
	font-size: 14px;
	padding: 4px;
	line-height: 20px;
}


.produit_4 ul li {
	text-align: center;

}
.block{
	margin-top: 120px;
	width: 558px;
	height: 66px;
	display: flex;
	justify-content:space-around;
	

}


.block .prod_p{
	line-height: 66px;
	font-size: 16px;
	font-family: 'Montserrat', serif;
	color: #30274d;}

a.button2{
	display: inline-block;
	/*width: 175px;
	height: 41px;*/

	padding: 4px 35px;
	border: 2px solid black;
	border-radius: 4px;
	margin-top: 8px;
	text-align: center;
	text-decoration: none;
	color: black;
	font-size: 12px;
	line-height: 35px;
	text-transform: uppercase;
	font-family: 'Montserrat', serif;
	font-weight: 300;
}
.block a.button1:nth-child(2){
	color:black;
	background-color:white;
	
	line-height: 28px;
}
.button1{
	border-radius: 4px;
	padding: 8px 24px;
	 
	display: inline-block;
	height: 41px;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	text-decoration: none;
	color: black;
	font-size: 14px;
	line-height: 28px;
	text-transform: uppercase;
	font-family: 'Montserrat', serif;

	
}
.button2:hover{
	background:#84664f;
	color: white;
	border: 2px solid #84664f;
}


.paragraphe{
	width: 556px;
}
p.page2{
	
	color: #84664f;
	font-size: 18px;
	line-height: 20px;
	margin: 0 auto;
	margin-top: 40px;
	font-family: 'Montserrat',serif;
	width: auto;
	text-align: left;
	font-weight: 200;

	
}

.pg2::after, .pg2::before{ display: none;}
.pg2{
	position: relative;
	font-size: 25px;
	margin-top: 93px;
	text-transform: uppercase;
	color: black;
	margin-bottom: 78px;
	font-family: 'Montserrat', serif;
	font-weight: 900;
	
}
.weleda{
	display: inline-block;
	margin-top: 20px;
	font-size: 14px;
	color: #84664f;
	position: relative;
	margin-top: 30px;
	text-transform: uppercase;
	margin-bottom: 78px;
	font-family: 'Montserrat', serif;
	text-decoration: none;
	font-weight: 200;

}

.flexslider{
	border: none;
	background: none;
}
.slider{
	width: 768px;
	margin: 0 auto;
	
}
.produit_4 span{
	color: black;
	font-weight: 700;
}
.block span{
	color: black;
	font-weight: 700;
}






@media only screen and (max-width:960px){
	.nav{
		width: 920px;
	}
	.image{
		width: 960px;
	}
	.image img{
		width: 100%;
	}
	nav ul li a{
	/*margin-right: 20px;
	margin-left: 20px;*/
	padding:0 10px;
	height: 76px;
	display: inline-block;
	line-height: 76px;
	color: black;
	text-decoration: none;
	
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-size: 16px;
	/*transition: background-color;*/
	}
	nav ul li img{
		width: 20px;
	}
		.produit img{
		width: 400px;
		height: 400px;
	}
	.huile img{
		width: 400px;
		height: 201px;
	}
	.cadeaux img{
		width: 400px;
		height: 254px;
	}
	.wrapper{
		width: 920px;
	}
	.produit{
	width:100%; 
	display: flex;
	justify-content:space-around;
	
}
h2.pag1::after, h2.pag1::before{ display: none;}

}


@media screen and (max-width: 820px) and (min-width: 480px){
	.image{
		width: 100%;
		background-position-x: 35%;
	}
	.wrapper{
		width: 100%;
	}
	.nav{
		width: 100%;
	}
	.produit{
	width:100%; 
	display: flex;
	flex-direction:column;
	
	}
	.huile{
		width: 380px;
		display: flex;
		flex-direction: column;
	}
	.huile div{
		width: 100%;
		text-align: center;
	}
	.huile a img{
		width: 400px;
		height: 200px;
	}
	.phuile{
		margin-left:1px;
	}
	.phuile p{
		padding: 30px 40px;
	}
	.huile1{
		width: 380px;
		display: flex;
		flex-direction: column;
	}
	.huile1 div{
		width: 100%;
		text-align: center;
	}
	.huile1 a img{
		width: 400px;
		height: 200px;
	}
	.phuile1{
		margin-left:1px;
	}
	.phuile1 p{
		padding: 30px 40px;
	}
	.color_image1{
		width: 400px;
		height: 200px;
	}
	.cadeaux{
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.cadeaux div:first-child{
		text-align: center;
	}
	.cadeaux div:last-child{
		text-align: center;
	}

	.cadeaux div:nth-child(1) a img{
		width: 400px;
		height: 250px;
	}
	.cadeaux div:nth-child(1) .color_image2{
		width: 400px;
		height: 250px;
	}
	.cercle2{
		margin: 0 auto;

	}
	.cadeaux div:last-child a img{
		width: 250px;
		height: 400px;
		
		
	}
	.cadeaux div:last-child .color_image2{
		width: 250px;
		height: 400px;
		
	}
	h2.pag1::after, h2.pag1::before{ display: none;}

	p.page1{
		font-size: 14px;
	}
	h2.pag1{
		font-size: 25px;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.footer{
		margin-top: 100px;
	}
	.button{
	
	width: 200px;
	height: 31px;
	margin-top: 40px;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 30px;

}


	.produit img{
		width: 300px;
		height: 300px;
	}
	.color_image{
		width: 300px;
		height: 300px;
	}
	.huile img{
		width: 300px;
		height: 151px;
	}
	.cadeaux img{
		width: 300px;
		height: 190px;
	}
	nav ul{width: 100%;}
	nav ul li:not(:last-child){display: none;
								width: 100%;
								background-color: #a8988b;
								text-align: center;}
		nav ul li:last-child{display: inline-block;
							margin-left: auto;
							position: absolute;
							top: 0;
							right: 0;}	

		nav ul.responsive{flex-direction:column;
				justify-content:flex-start;
							position: relative;
							}
		nav ul.responsive li{display: block;
							}
		nav ul.responsive li:last-child{position:absolute;
										top: 0;
										right: }
	
	input{
		display: none;
	}
	.menu ul li:nth-child(8){
		display: none;
	}
	
	div.ligne{
		display: none;
	}
	.navfoot li:not(:first-child){
		display: none;
	}
	.footicons{
		display: flex;
		flex-wrap:wrap;
		justify-content:space-around;
	}
	.footicons div{
		margin-left: 10px;
	}
}


