<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'museo500';
    src: url('../fonts/museo-500-webfont-webfont.eot');
    src: url('../fonts/museo-500-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo-500-webfont-webfont.woff2') format('woff2'),
         url('../fonts/museo-500-webfont-webfont.woff') format('woff'),
         url('../fonts/museo-500-webfont-webfont.ttf') format('truetype'),
         url('../fonts/museo-500-webfont-webfont.svg#museo500') format('svg');
    font-weight: normal;
    font-style: normal;

}



body {

}



#wrapper {
	background-color: transparent;
	width: 1140px;
	margin: 0 auto;
	/*padding (ou border: 1px solid couleur) : annulation du phÃ©nomÃ¨ne de fusion des marges*/
	/* padding-top: .5em; */ 
	overflow: hidden;

}

#wrapper2 {
	width: 730px;
	margin:0 auto;
	overflow: hidden;
}

									/************* HEADER ***************/

.header {
	width: 100%;
	height: 94px ;
	background-color: #f6f6f6;
	color: #333333;

}

.logo {
	float: left;
	padding-top: 22px;
}

.baseline {
	font-family: 'museo500';
	margin: -5px 0 0 41px;
    font-size: 15.6px;

}

.nav {
    float:left;
    margin-left: 362px;

   
}

.nav ul {
	
	text-align: center;
	margin: 0;
	

}

.nav li {
	display: inline-block;
    list-style-type: none;
    font-size: 16px;
    padding: 22px 20px 0 20px;
	
}


.nav li a {
	text-decoration: none;
	color: #333333;
	
}

.nav li:hover {
	background-color: white;
	border-bottom: 2px solid #a65579;
	height: 70px;
}
	
	
.active {
	background-color: white;
	border-bottom: 2px solid #a65579;
	height: 70px;


}
.nav p {
	margin:8px;
}

									/************* SECTION 1 ***************/

h2 {
	color:#a65579;
	font-family: 'museo500';
	font-size: 33px;
	text-align: center;
	margin: 60px 0 10px 0;
}

.accroche {
	font-family: 'museo500';
	color: #333333;
	font-size: 20px;
	text-align: center;
	margin: 0 0 80px 0;
}



.produit{
	background-color: #f6f6f6;
	text-align: center;
	display: inline-block;
	position: relative;
	width: 225px;
    height: 200px;
    margin: 10px 25px 10px 25px;
	border-bottom: 3px solid #a65579;
	vertical-align: top;
	padding: 5px;
}



h3 {
	font-family: 'museo500';
	font-size: 16px;
	color: #333333;

}

.description {
	font-family: 'PT Sans';
}

									/************* SECTION 2 ***************/

.section2 {
	margin-bottom: 90px;

}

h4 {
	font-family: 'museo500';
	font-size: 25px;
	color: #333333;
	text-align: center;
	margin: 70px 0 30px 0;
}

.picture{
	background-color: #f6f6f6;
	text-align: center;
	display: inline-block;
	position: relative;
	width: 235px;
    height: 250px;
    margin: 10px 25px 10px 25px;
	border-bottom: 3px solid #a65579;
	vertical-align: top;
	padding: 0;
	z-index: 1;

}

.picture:hover{
	background-color: rgba(255,255,255,0.7);
	position: relative;
	z-index: 3;

}

.description2 {
	font-family: 'PT Sans';
	text-align: left;
	margin: 0 10px 10px 10px;
	
}

.img {

	min-width: 100%;
	max-width: 100%;
	display: block;
	margin-bottom: 33px;
}







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


.footer {

	background-color: #f6f6f6;
	width: 100%;
	height: 290px;
	margin: 0

	
}

.test {
	display: inline-block;
	width:  235px;
	vertical-align: top;
	margin: 0 25px 10px 25px;

}


.test li {
	display: inline-block;
    list-style-type: none;


}


h5 {
	font-family: 'PT Sans';
	font-size: 16px;
}


.footer p {
	font-family:'PT Sans';
	font-size: 14px;
}

.copyright {
	border-top: 1px dashed #333333;

}

.copyright p {
	font-family: 'museo500';
	text-align: center;
	font-size: 14px;
	margin-top:30px; 

}

#owl-demo{
	margin:10px 0 10px 0;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;

}





</pre></body></html>