

@font-face {
    font-family: 'lavanderia_delicatedelicate';
    src: url('fonts/lavendaria/lavanderia_delicate-webfont.eot');
    src: url('fonts/lavendaria/lavanderia_delicate-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lavendaria/lavanderia_delicate-webfont.woff2') format('woff2'),
         url('fonts/lavendaria/lavanderia_delicate-webfont.woff') format('woff'),
         url('fonts/lavendaria/lavanderia_delicate-webfont.ttf') format('truetype'),
         url('fonts/lavendaria/lavanderia_delicate-webfont.svg#lavanderia_delicatedelicate') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'lavanderia_regularregular';
    src: url('fonts/lavendaria/lavanderia_regular-webfont.eot');
    src: url('fonts/lavendaria/lavanderia_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lavendaria/lavanderia_regular-webfont.woff2') format('woff2'),
         url('fonts/lavendaria/lavanderia_regular-webfont.woff') format('woff'),
         url('fonts/lavendaria/lavanderia_regular-webfont.ttf') format('truetype'),
         url('fonts/lavendaria/lavanderia_regular-webfont.svg#lavanderia_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'lavanderia_sturdysturdy';
    src: url('fonts/lavendaria/lavanderia_sturdy-webfont.eot');
    src: url('fonts/lavendaria/lavanderia_sturdy-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lavendaria/lavanderia_sturdy-webfont.woff2') format('woff2'),
         url('fonts/lavendaria/lavanderia_sturdy-webfont.woff') format('woff'),
         url('fonts/lavendaria/lavanderia_sturdy-webfont.ttf') format('truetype'),
         url('fonts/lavendaria/lavanderia_sturdy-webfont.svg#lavanderia_sturdysturdy') format('svg');
    font-weight: normal;
    font-style: normal;

}





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;
}
/* 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;
}
/* Fin Meyer's css reset
*/









body {
    background-color: #c9bb9d;
}

h1, h2 {
    font-family: 'lavanderia_sturdysturdy';
    color: #222222;
    font-size: 2em;
}

header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}





.small-head {
    display: none;
    }

@media screen and (max-width: 700px) {
	.small-head {
    display: flex;
    justify-content: center;
    width: 100%;
        
    }
    header img:first-child, header img:nth-child(2), #cycler {
    display: none;
    }
}





header img:first-child {
    position: absolute;
    z-index: 10;
}

header img:nth-child(2) {
    z-index: 8;
	width: 100%;
	margin: auto;
}






#cycler {
    position: absolute;
    
    width: 80%;
    margin: auto;
}
#cycler img {
	width: 100%;
    position: absolute;
    z-index: 1;
}
#cycler img.active {
    z-index:3;
}



nav {
	background-color: #71957a;
	height: 60px;
	width: 100%;
	position: relative;
	z-index: 10;
	
    top: -170px;
    
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	outline: solid 8px  #71957a;
	
	color: #fff;
	font-size: 200%;
	font-family: 'lavanderia_sturdysturdy';
	text-shadow: rgb(3, 3, 3) 0px 0px 3px;
	
	
	-webkit-box-shadow: 0px 0px 25px 0px rgba(34,34,34,1);
	-moz-box-shadow: 0px 0px 25px 0px rgba(34,34,34,1);
	box-shadow: 0px 0px 25px 0px rgba(34,34,34,1);
}




.dropdown-content {
	padding: 15px;
	margin: auto;
    
    display: flex;
    justify-content: center;
    width: 80%;
}

.dropdown-content a {
	text-decoration: none;
	color: #fff;
    padding: 0 50px 0 50px;
}

a:hover {
    color: #67443d;
}

.dropdown .dropbtn {
    display: none;
}


@media screen and (max-width: 1080px) {
	nav {
	top: -85px; 
	}
}


@media screen and (max-width: 700px) {
    
    nav {
	background-color: #71957a;
	height: auto;
	width: auto;
	position: relative;
	z-index: 10;
	
    top: 0px;    
        
    width: 100%;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	outline: solid 8px  #71957a;
	
	color: #fff;
	font-size: 1em;
	font-family: 'lavanderia_sturdysturdy';
	text-shadow: rgb(3, 3, 3) 0px 0px 3px;
}
    
    
	 	/* Apparition du chevron */
	.dropdown .dropbtn {
        display: block;
    }

     /* Dropdown Button */
	.dropbtn {
		background-color: #71957a;
		color: #fff;
		padding: 16px;
		font-size: 16px;
		border: none;
		cursor: pointer;
        text-align: center;
	}

	/* Dropdown button on hover & focus */
	.dropbtn:hover, .dropbtn:focus {
		background-color: #71957a;
	}

	/* The container <div> - needed to position the dropdown content */
	.dropdown {
		position: relative;
		display: inline-block;
	}

	/* Dropdown Content (Hidden by Default) */
	.dropdown-content {
        padding: 0;
		display: none;
		background-color: #71957a;
		padding-bottom: 15px;
		
	}

	/* Links inside the dropdown */
	.dropdown-content a {
		color: #fff;
		padding:  2px;
		text-decoration: none;
		display: flex;
        justify-content: center;
	}

	/* Change color of dropdown links on hover */
	.dropdown-content a:hover {color: #67443d}

	/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
	.show {display:block;}

}




.img-bg {
	width: 100%;
	background: url("images/bg-body.png")no-repeat center;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
}



/****** about *****/

.about {
    width: 100%;
	margin: auto;
    display: flex;
    justify-content: center;
    margin-top: -250px;
}





.tea {
    flex: 1;
    display: flex;
}
.tea img {
    
    width: 70%;
    margin: auto;
    text-align: center;
}
.texte {
    flex:  1;
    display: flex;
    flex-direction: column;
    margin: auto;
	padding-top: 20px;
    text-align: justify;
}

.about p {
     width: 70%;
}


@media screen and (max-width: 700px) {
    .about {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: -50px;
    }
    .about p {
    width: 100%;
    }
	.texte {
		width: 80%;
	}
}


@media screen and (min-width: 700px) and (max-width: 1024px) {
    .about {
    margin-top: -100px;
    }
}

.about h2 {
	margin: 25px 0 25px 0;
	text-shadow: rgb(3, 3, 3) 0px 0px 3px;
}


/****** products *****/

.products {
    width: 70%;
    display: flex;
    margin: 100px auto auto auto;
    justify-content: center;
    
    font-family: 'lavanderia_sturdysturdy';
    color: #fff;
}

.products h2 {
	color: #fff;
	padding: 20px 0 5px 0;
	text-shadow: rgb(3, 3, 3) 0px 0px 3px;
}

.products .col {
    flex: 1;
    border-radius: 15px;
    text-align: center;
    margin: 15px;
	
	-webkit-box-shadow: 0px 0px 15px 0px rgba(34,34,34,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(34,34,34,1);
	box-shadow: 0px 0px 15px 0px rgba(34,34,34,1);
}
.products .col-in {
    flex: 1;
    
    border: solid 1px  white;
    border-radius: 15px;
    
    text-align: center;
    margin: 20px;
    padding: 5px;
	cursor: pointer;
}

.products .col:first-child {
    background-color: #6c5a4a;
}

.products .col:nth-child(2) {
    background-color: #a26d3b;
}

.products .col:nth-child(3) {
    background-color: #b15b58;
}

@media screen and (max-width: 700px) {
    .products {
	width: 80%;
    display: flex;
    flex-direction: column;
	}
}




/****** best sellers *****/
.best {
    width: 70%;
    display: flex;
	flex-direction: column;
    margin: 150px auto auto auto;
	padding: 70px 0 30px 0;
    justify-content: center;
	text-align: center;
    background-color: #fff;
    
    color: #222222;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(34,34,34,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(34,34,34,1);
	box-shadow: 0px 0px 15px 0px rgba(34,34,34,1);
}

.best .col {
	display: flex;
	justify-content: center;
	width: 80%;
	margin: 30px auto auto auto;
}

.best .col-in {
	margin: 0 5px 0 5px;
} 

.best img {
	border: solid 1px #222222;
	padding: 8px;
	margin-bottom: 20px;
	cursor: pointer;
}

.best h2 {
	text-shadow: rgb(3, 3, 3) 0px 0px 3px;
}
.best p {
	margin: 10px 20px 0 20px;
}



@media screen and (max-width: 700px) {
	.best {
	width: 90%;
	}
	.best .col {
    display: flex;
    flex-direction: column;
	width: 80%;
	margin: auto auto 25px auto;
	}
	.best img {
	width: 90%;
	margin: 50px auto 10px auto;
	}
}
@media screen and (max-width: 1024px) {
	.best img {
	width: 90%;	
	}
}



/****** footer *****/

footer {
    width: 100%;
    display: flex;
	flex-direction: column;
    margin: 150px auto auto auto;
    justify-content: center;
    
    
    color: #222222;
}


footer .row {
	display: flex;
	justify-content: center;
	width: 80%;
	margin: auto;
}

footer .col {
    flex: 1;
    border-radius: 15px;
    text-align: left;
    margin: 15px;

}

@media screen and (max-width: 700px) {
	
	footer .row {
    display: flex;
    flex-direction: column;
	width: 80%;
	margin: auto auto 25px auto;
	}
}

footer h2 {
	font-family: 'lavanderia_sturdysturdy';
	color: #222222;
	padding: 20px 0 5px 0;
	text-shadow: rgb(3, 3, 3) 0px 0px 3px;
	margin: 20px;
}

footer h3 {
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 10px;
}
footer p {
	margin-bottom: 15px;
	width: 90%;
}
footer li {
	margin-bottom: 8px;
}

footer li:hover {
	color: #67443d;
	cursor: pointer;
}


form {
	width: 90%;
}

input[type=text] {
    width: 100%;
    border-radius: 8px;
	border: 2px solid #222222;
	background-color: transparent;
    margin: 8px 0;
    box-sizing: border-box;
	font-family: 'tuganodemo';
	height: 30px;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #222222;
	background-color: transparent;
    border-radius: 8px;
    resize: none;
}

button {
	background-color: #67443d;
	border: none;
	border-radius: 5px;
	color: #fff;
	padding: 5px 0 5px 0;
	width: 20%;
	margin-top: 10px;
    cursor: pointer;
}

footer p:nth-child(2) {
	padding-bottom: 50px;
}

.last-line {
	background-color: #6fb1bd;
	width: 70%;
	height: 5px;
	
	margin: auto;
}


footer img {
	width: 100%;
}

























