<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Start Bootstrap - Shop Homepage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@font-face {font-family: "FunctionPro";src: url("font/function-regular.ttf");}
html{position: relative;min-height: 100%;}

body{
	background-color: #fff;
	font-family:"FunctionPro";
	color:#2c3449;
	font-size:16px;
}

.slide-image {width: 100%;}

.carousel-control, .item {border-radius: 4px;}

.caption {height: 130px;overflow: hidden;}

.caption h4 {white-space: nowrap;}

.thumbnail img {width: 100%;}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail .caption-full {padding: 9px;color: #333;}

/* Top barre */
.top_barre{background-color:#efeded;padding:5px;}
.top_barre a{color:#2c3449;}

/* Global*/
a{color:#2c3449;}

h1{
	font-size:20px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	color:#2c3449;
	font-family:"FunctionPro";
	text-transform:uppercase;
	letter-spacing: 3px;
}

h2{
	color:#2c3449;
	font-family:"FunctionPro";
	text-transform:uppercase;
	letter-spacing: 2px;
	font-size:20px;
}

h3{text-decoration:underline;font-size: 15px;}



/* home */
.h1_home{margin-bottom:20px;margin-top:20px;}

.form-control:focus{border:1px solid #2c3449;}

/* ############# */
/* FICHE PRODUIT */
/* ############# */

.titre_fiche_cat a{
	color:#2c3449;
	font-family:"FunctionPro";
	text-transform:uppercase;
	letter-spacing: 2px;
	font-size:20px;
}
.btn_action{
	background-color:#db7588;
    border-color: #db7588;
	font-size:19px;
	font-weight:bold;
	border-radius: 0px;
	color:white;
	font-weight:normal;
}

.btn_action_inverse{
	background-color:white;color:#db7588;border-color:#db7588;
	font-size:19px;
	font-weight:bold;
	border-radius: 0px;
	font-weight:normal;
}

.btn_action:hover{background-color: #2c3449;border-color: #2c3449;}

#prix{
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
}

/* Fiche produit */
#form_perso{display : none;}

/*Fil d'arianne*/
.breadcrumb{background-color:transparent;}

.thumbnail{
	border:none;
	background-color:transparent;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
	padding:10px;
	background-color:white;
}

/* Footer */
.footer {padding:5px;bottom: 0;width: 100%;}

.glyphicon-star{color:#c06a5d;}
.glyphicon-star-empty{color:#c06a5d;}

/*CritÃ¨re de couleur de forme rond*/
.btn_couleur{  
	border-radius: 12px;
	border: solid 1px transparent;
	width: 33px;
	height: 33px;
	display: inline-block !important;
	margin-right:5px;
	text-align:center;
}

.url_fiche{
	font-family:"FunctionPro";
	letter-spacing:2px;
	color:#000;
	text-transform:capitalize;
}

.rassurance{
	background-color:#f6f6f9;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

.icone{vertical-align: middle;}

/* promo */
.promo_barre{
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	/*background-color:#f0d0d3;*/
	background-color:black;
	color:white;
	letter-spacing:1px;
}

.lien{
	color:#2c3449;
	font-family:"FunctionPro";
	font-size:16px;
	padding:0px;
}</pre></body></html>