/* =====================
GÉNÉRAL
===================== */

.aside h3 {
	color: #f19300;
}
.aside a {
	color: #3a4145;
}

/* =====================
PANIER SIDEBAR
===================== */

.aside .panier {
	background-color: #f19300;
	padding: 20px 10px;
	margin-bottom: 40px;
	text-align: center;
	color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.aside .panier h3 {
	font-size: 1.8rem;
	color: #ffffff;
}
.aside .panier .nb_produits {
	display: block;
	margin-top: 5px;
	font-size: 0.8em;
	font-weight: 400;
	text-transform: none;
}
.aside .simpleCart_items {
	text-align: left;
}
.aside .simpleCart_items .headerRow {
	display: none;
}
.aside .simpleCart_items .itemRow {
	position: relative;
	margin-bottom: 20px;
	padding: 0 40px 20px 0;
	border-bottom: 1px solid #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.aside .simpleCart_items .itemRow > div {
	display: inline-block;
}
.aside .simpleCart_items .itemRow > .item-name {
	display: block;
	vertical-align: top;
	margin-bottom: 10px;
}
.aside .simpleCart_items .itemRow > .item-quantity,
.aside .simpleCart_items .itemRow > .item-total {
	height: 30px;
	line-height: 30px;
}
.aside .simpleCart_items .itemRow > .item-decrement a,
.aside .simpleCart_items .itemRow > .item-increment a {
	display: inline-block;
	background-color: #ffffff;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-align: center;
	color: #f19300;
	vertical-align: top;
}
.aside .simpleCart_items .itemRow > .item-decrement a:hover,
.aside .simpleCart_items .itemRow > .item-increment a:hover {
	text-decoration: none;
}
.aside .simpleCart_items .itemRow > .item-decrement a {
	margin-right: 10px;
}
.aside .simpleCart_items .itemRow > .item-increment a {
	margin-left: 10px;
}
.aside .simpleCart_items .itemRow > .item-remove a {
	position: absolute;
	bottom: 20px;
	right: 0;
	display: inline-block;
	background-color: #ffffff;
	height: 30px;
	width: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-align: center;
	color: #f19300;
	vertical-align: top;
	font-size: 0;
	text-indent: -9999px;
	background-image: url("../../img/close_orange.svg");
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: center center;
	margin-left:
}
.aside .simpleCart_items .itemRow > .item-total {
	margin-left: 10px;
}
.aside .bottom_livraison > div,
.aside .bottom_total > div {
	display: inline-block;
	vertical-align: top;
}
.aside .simpleCart_checkout {
	display: inline-block;
	background-color: #ffffff;
	color: #f19300;
	border: 2px solid #f19300;
	margin: 20px 0 0 0;
	padding: 5px 20px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.aside .simpleCart_checkout:hover {
	text-decoration: none;
	background-color: #f19300;
	color: #ffffff;
	border: 2px solid #ffffff;
}


/* =====================
ÉVÉNEMENTS
===================== */

.aside .sidebar_event {
	margin-bottom: 40px;
}
.aside .sidebar_event h2 {
	font-size: 1.5rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #f19300;
}
.aside .sidebar_event #blocImg {
	display: none;
}
.aside .sidebar_event #conteneur + #conteneur {
	margin-top: 10px;
}
.aside .sidebar_event #blocTxt {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
.aside .sidebar_event #blocTxt strong {
	display: block;
}

/* =====================
DERNIERS ARTICLES
===================== */

.aside .lastart-list li {
	margin-bottom: 20px;
}

/* =====================
RESPONSIVE
===================== */










