@font-face {
	font-family: "Prospectus";
	font-weight: 500;
	font-style: normal;
	src: url("../fonts/ProspectusLSBd.otf") format("opentype");
}
@font-face {
	font-family: "Prospectus";
	font-weight: 500;
	font-style: italic;
	src: url("../fonts/ProspectusLSBdIt.otf") format("opentype");
}
@font-face {
	font-family: "Prospectus";
	font-weight: 600;
	font-style: normal;
	src: url("../fonts/ProspectusLBld.otf") format("opentype");
}

@font-face {
	font-family: "Brandon";
	font-weight: 400;
	font-style: normal;
	src: url("../fonts/BrandonGrotesque-Regular.otf") format("opentype");
}
@font-face {
	font-family: "Brandon";
	font-weight: 400;
	font-style: italic;
	src: url("../fonts/BrandonGrotesque-RegularItalic.otf") format("opentype");
}
@font-face {
	font-family: "Brandon";
	font-weight: 500;
	font-style: normal;
	src: url("../fonts/BrandonGrotesque-Medium.otf") format("opentype");
}
@font-face {
	font-family: "Brandon";
	font-weight: 500;
	font-style: italic;
	src: url("../fonts/BrandonGrotesque-MediumItalic.otf") format("opentype");
}
@font-face {
	font-family: "Brandon";
	font-weight: 700;
	font-style: normal;
	src: url("../fonts/JosefinSans-Bold.ttf") format("truetype");
}
@font-face {
	font-family: "Brandon";
	font-weight: 700;
	font-style: italic;
	src: url("../fonts/JosefinSans-BoldItalic.ttf") format("truetype");
}

/* générique - café */
.sc_origine,
.sc_type,
.sc_bio,
.sc_notes{
	margin: 0.3em 0;
	font-size: 1.4rem;
	line-height: 1.4rem;
	font-style: normal;
	font-weight: 500;
}

.sc_origine{
	margin: 0.3em 0 1em;
	color: #fff;
    background: #000;
    padding: 10px 7px;
}
.sc_type{
    color: #000;
    font-family: 'Prospectus';
    font-size: 1.8rem;
    line-height: 1.8rem;
}
.sc_bio{
	color:#2D4838;
}
.sc_notes{
}

/* thé */
.cat-116.woocommerce.single-product div.product .product_title,
.cat-116.woocommerce.single-product div.product p.price, 
.cat-116.woocommerce.single-product div.product span.price{
	color:#2D4838;
}
.cat-116.woocommerce.single-product div.product form.cart button[type=submit],
.cat-116 .sc_origine{
	background: #2D4838;
	border-color:#2D4838;
}

/* Machines */
.cat-110.woocommerce.single-product div.product .product_title,
.cat-110.woocommerce.single-product div.product p.price, 
.cat-110.woocommerce.single-product div.product span.price{
	color:#666;
}
.cat-110.woocommerce.single-product div.product form.cart button[type=submit],
.cat-110 .sc_origine{
	background: #666;
	border-color:#666;
}