/*
Theme Name: Titania for Assuna
Theme URI:http://www.ufothemes.com
Description:WordPress Theme from <a href="http://www.ufothemes.com">UFO Themes</a>
Version:1.1.2
Author:UFO Themes
Author URI:http://www.ufothemes.com
The CSS,XHTML and design is released under GPL:http://www.opensource.org/licenses/gpl-license.php
License: GPL
License URI: http://www.gnu.org/copyleft/gpl.html
Tags: light, white, two-columns
*/

/* RESET */
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,font,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 {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}

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

}

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

}

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

}

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

}

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

}

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

}

button{
	border:none;
	margin:0;
	padding:0;
	background:none;
}
ol,ul {
	list-style: none outside none;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: none;
}
:focus {
	outline: 0 none;
}
ins {
	text-decoration: none;
	color: #D32155;
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
del {
	text-decoration: line-through;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* BASIC */
html,body {
	height: 100%;
}
body {
	background: #FEFEFE;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 1.7em;
}
strong {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    color: #D22054;
    padding-left: 4px;
    padding-right: 4px;
	font-family: 'exobold', Arial, Helvetica, sans-serif;
    font-weight: normal;
	letter-spacing: 0.03em;
}
a {
	color: #3d3d3d;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
p a{
	color:#d22054;
}
p a:hover{
	text-decoration: underline;
	color:#d22054;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'exobold', 'Oswald', 'Droid Sans', Helvetica, sans-serif;
	color: #48261b;
	line-height: 1em;
	margin-bottom: 0.6em;
	font-weight: 400;
}
h1 {
	font-size: 24px;
}
h2, h3, h4, h5, h6 {
	font-size: 18px;
}
h3{
	font-size:16px;
	color:#D22054;
}
p {
	padding-bottom: 20px;
	color: #4B4B4B;
}
h1.entry-title {
	font-weight: normal;
	line-height: 1.3em;
}
iframe, embed, object {
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.renfortitre{
	font-weight:bold;
	text-decoration:underline;
}

.secondary-color {

}

/* CAPTION */
.wp-caption {
	text-align: center;
	
	padding-top: 4px;
	margin-bottom: 10px;
}
.wp-caption.alignleft {
	margin: 0px 10px 10px 0px;
}
.wp-caption.alignright {
	margin: 0px 0px 10px 10px;
}
.gallery-caption {
	margin-left: 0;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.post-full ul {
	list-style: disc;
	margin-bottom: 20px;
	color: #4B4B4B;
}
.post-full ul .children {
	list-style: disc;
	margin-bottom: 0px;
}
.post-full ul li {
	list-style: none outside none;
}
.post-full ol {
	list-style: decimal;
	margin-bottom: 20px;
}
.post-full ol li {
	margin-left: 20px;
}
blockquote {
	background: url(images/icon-quote.gif) no-repeat scroll left top transparent;
	color: #3d3d3d;
	font-size: 16px;
	padding: 10px 20px 10px 40px;
	width: auto;
	float: left;
	font-style: italic;
}


/* Floats and Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
.sticky {
}
.bypostauthor {
}


/* LAYOUT */
.wrapper {
	padding-top: 24px;
}
.home .wrapper {
	padding-top:0;
}
.wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.wrap-inside {
	margin-top: -6px;
	padding: 0;
	float: left;
	background: transparent;
	position: relative;
}
#slider-wrap {
	width:100%;
	height:604px;
	left: -290px;
	position: absolute;
    width: 1581px;

}
#header-wrap {
	width:100%;
	height:183px;
	background-image:url(images/bg-header-top-menu.png);
	position: relative;
	z-index:1;

}
#header {
	height: auto;
	position: relative;
}
#header-bg {
	width: 100%;
	height: auto;
	float: left;
}
#header-inner {
	width: 100%;
	float:left;
}
#top-container {
	position: relative;
	padding-top: 0;
}
#top-container2 {
	position: relative;
	padding-top: 53px;
}
#top-menu-wrap{
	float:right;
	padding:4px;
	background:rgba(256, 256, 256, 0.5);
	margin-top:20px;
}
#top-menu-newsletter {
	float:right;
	padding:4px;
	background:rgba(256, 256, 256, 0.5);
	margin-top:8px;
}
#footer {
	width: 100%;
	margin: 0 auto;
	clear: both;
	background-image:url(images/bg-footer.jpg);
	margin-top: 20px;
	float: left;
	padding:20px 0 0 0;
	color:#48261b;
}
.home #footer {
	margin-top: 0;
}
#footer-inside {

}
/*CALL TO ACTION*/
#calltoaction {
	width: 100%;
	float: left;
    height: 65px;
    margin-bottom: 50px;
    margin-top: 654px;
}
#calltoaction2 {
	width: 100%;
	float: left;
    height: 65px;
    margin-bottom: 50px;
    margin-top: 50px;
}
#calltofaitmain{
	float: left;
	width: 317px;
	height:62px;
	background-image:url(images/calltofaitmain.png);
	margin-right: 25px;
}
#calltoagenda{
	float: left;
	width: 317px;
	height:62px;
	background-image:url(images/calltoagenda.png);
	margin-right: 24px;
}
#calltonewsletter{
	float: left;
	width: 317px;
	height:62px;
	background-image:url(images/calltonewsletter.png);
}
#calltopaiement{
	float: left;
	width: 317px;
	height:62px;
	background-image:url(images/calltopaiement.png);
	margin-right: 24px;
}
#calltolivraison{
	float: left;
	width: 317px;
	height:62px;
	background-image:url(images/calltolivraison.png);
}
#calltofaitmain:hover, #calltoagenda:hover, #calltonewsletter:hover, #calltopaiement:hover, #calltolivraison:hover{
	opacity: 0.85;
}
p.calltoaction{
	color: #48261B;
    font-family: 'exomedium';
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 7px 0 0 72px;
    padding-bottom: 0;
    text-transform: uppercase;
}
p.calltoaction-second {
	color: #48261B;
    font-family: 'exolight';
    font-size: 16px;
    margin: -7px 0 0 72px;
    padding-bottom: 0;
}
p.calltoaction a, p.calltoaction-second a{
	color: #48261B;
}
.texte{
	float: left;
}
.fleche{
	float: left;
	margin-left: 59px;
    margin-top: 20px;
}
.fleche2{
	float: left;
	margin-left: 87px;
    margin-top: 20px;
}
.fleche3{
	float: left;
	margin-left: 13px;
    margin-top: 20px;
}
.fleche4{
	float: left;
	margin-left: 51px;
    margin-top: 20px;
}
.fleche5{
	float: left;
	margin-left: 24px;
    margin-top: 20px;
}

/*QUOTE*/
#quote {
	width: 100%;
	float: left;
	padding: 0;
	height: 132px;
	margin-top: 0px;
	background-image:url(images/bandeau-promo.png);
	margin-bottom:15px;
}
#quote .top-border, #footer .top-border {
	width:100%;
	height:3px;
	background:url(images/border.png) repeat-x bottom left;
	display:block;
	margin-bottom:35px;
}

#quote .bottom-border, #footer .bottom-border {
	width:100%;
	height:3px;
	background:url(images/border-bottom.png) repeat-x top left;
	display:block;
	margin-top:30px;
}
#footer .bottom-border {
	margin-top:0;
}
p.quote {
	color: #48261B;
    font-family: 'exomedium', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 36px auto 0;
    padding-bottom: 4px;
    text-align: center;
    text-transform: uppercase;
}
p.quote-second {
	color: #48261B;
    font-family: 'exolight', Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding-bottom: 0;
    text-align: center;
}
#blurbs {
	width: 920px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #e5e5e5;
	padding-bottom: 40px;
	padding-top: 40px;
}

a.learnmore {
	font-size: 10px;
	font-family: Georgia,Helvetica;
	font-weight: normal;
	text-decoration: none;
	color: #3d3d3d;
	text-transform: uppercase;
	background: url(images/readmore.png) no-repeat scroll bottom right;
	display: block;
	height: 32px;
	float: left;
	padding: 0 15px 0 0;
	text-shadow: 1px 1px 0 #FFFFFF;
	line-height: 33px;
}
a.learnmore span {
	background: url(images/readmore.png) no-repeat scroll 0 0;
	padding: 0 0 0 15px;
	display: block;
}
#home-widgets {
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 16px;
}
#home-wide-widgets {
	float: left;
	width: 100%;
}
#home-widgets .home-widget {
	width: 30%;
	margin-right: 5%;
	float: left;
	margin-top: 40px;
}

#home-widgets .home-widget {
border-top: 3px solid #FF694F;
width: 27%;
margin-right: 3%;
float: left;
margin-top: 40px;
border: 1px solid #CCC;
padding: 2%;
box-shadow: 0 0 8px #CCC;
}
#home-wide-widgets .home-widget {
	float: left;
	width: 100%;
	padding-bottom: 14px
}
#home-widgets .home-header h3, #home-wide-widgets .home-header h3 {
	font-size: 14px;
	margin-bottom: 11px;
	text-transform: uppercase;
	background: url(images/hover_overlay.png);
	padding: 6px;
	text-align: center;
	border-bottom: 1px solid #E5E5E5;
	color: #4f4f4f;
}
#home-wide-widgets .home-header h3, div.product .related h2 {
	margin-bottom: 16px;
}
.blurb {
	width: 100%;
	margin-right: 0;
	float: left;
}
.blurb p {
	padding-bottom: 12px;
}
.blurb h3.title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 11px;
	text-transform: uppercase;
}
#logo-wrap {
	float:left;
	height: 138px;
}
h1.logo {
	/*font-family: 'Lobster', 'Droid Sans', Helvetica, sans-serif;
	font-size: 54px;
	margin-bottom: 16px;
	font-weight: 400;
	text-align: left;*/
	margin-bottom: 0px;
	float:left;
}
h1.logo a {
	color:#FEFEFE;
}
#tagline {
	clear: left;
	font-size: 13px;
	color: #FEFEFE;
	padding-bottom: 5px;
	font-weight: normal;
	text-align: left;
	font-family: 'Lora', Arial,Helvetica,sans-serif;
}
#content .sidebar-header h3 {
	font-size: 18px;
	padding-bottom: 4px;
	width: 280px;
	margin-bottom: 14px;
}
#content .sidebar-widget, #content .sidebar-accueil-widget, #content .sidebar-meilleuresventes-widget, #content .sidebar-offredujour-widget {
	width: 280px;
}
.main-content {
	float: left;
	width: 100%;
	margin-bottom: 0;
}
#entry-full {
	width: 100%;
	margin: 0;
	float: left;
	margin: 0 0 40px;
}
#index-page {
	margin-top: 0px;
	float: left;
	width: 100%;
}

#deuxsidebars, #sidebarblog {
	width: 21%;
	background:transparent;	
}
#sidebar{
	background:transparent;	
}
.sidebar-left #sidebar, .sidebar-left #sidebar-accueil-shop, .sidebar-left #sidebar-meilleuresventes, .sidebar-left #sidebar-offredujour, #mailchimp {
	float:left;
	width:100%;
}
.sidebar-left #sidebar-accueil-shop-content {
	border-right: 1px dashed #EEEEEE;
    padding-left: 0;
    padding-right: 20px;

}
.sidebar-left #sidebar {
    padding-left: 0;
}
.sidebar-left #sidebar-content {
	padding-right: 20px;
	margin-bottom: 20px;
}

#sidebar-top-div {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDciLz4KICAgIDxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wMiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(45deg,  rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.02) 4%, rgba(0,0,0,0) 14%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(0,0,0,0.07)), color-stop(4%,rgba(0,0,0,0.02)), color-stop(14%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0.07) 0%,rgba(0,0,0,0.02) 4%,rgba(0,0,0,0) 14%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  rgba(0,0,0,0.07) 0%,rgba(0,0,0,0.02) 4%,rgba(0,0,0,0) 14%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  rgba(0,0,0,0.07) 0%,rgba(0,0,0,0.02) 4%,rgba(0,0,0,0) 14%); /* IE10+ */
	background: linear-gradient(45deg,  rgba(0,0,0,0.07) 0%,rgba(0,0,0,0.02) 4%,rgba(0,0,0,0) 14%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

	height:50px;		
}

.sidebar-left #sidebar-top-div {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0) 86%, rgba(0,0,0,0.02) 96%, rgba(0,0,0,0.07) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(86%,rgba(0,0,0,0)), color-stop(96%,rgba(0,0,0,0.02)), color-stop(100%,rgba(0,0,0,0.07))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0) 86%,rgba(0,0,0,0.02) 96%,rgba(0,0,0,0.07) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(0,0,0,0) 86%,rgba(0,0,0,0.02) 96%,rgba(0,0,0,0.07) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(0,0,0,0) 86%,rgba(0,0,0,0.02) 96%,rgba(0,0,0,0.07) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(0,0,0,0) 86%,rgba(0,0,0,0.02) 96%,rgba(0,0,0,0.07) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#12000000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

		
}
#sidebar-bottom-div {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDciLz4KICAgIDxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wMiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.02) 4%, rgba(0,0,0,0) 14%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0.07)), color-stop(4%,rgba(0,0,0,0.02)), color-stop(14%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.07) 0%,rgba(0,0,0,0.02) 4%,rgba(0,0,0,0) 14%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(0,0,0,0.07) 0%,rgba(0,0,0,0.02) 4%,rgba(0,0,0,0) 14%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(0,0,0,0.07) 0%,rgba(0,0,0,0.02) 4%,rgba(0,0,0,0) 14%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(0,0,0,0.07) 0%,rgba(0,0,0,0.02) 4%,rgba(0,0,0,0) 14%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	
	height:50px;
}

.sidebar-left #sidebar-bottom-div {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(45deg,  rgba(0,0,0,0) 86%, rgba(0,0,0,0.02) 96%, rgba(0,0,0,0.07) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(86%,rgba(0,0,0,0)), color-stop(96%,rgba(0,0,0,0.02)), color-stop(100%,rgba(0,0,0,0.07))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0) 86%,rgba(0,0,0,0.02) 96%,rgba(0,0,0,0.07) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  rgba(0,0,0,0) 86%,rgba(0,0,0,0.02) 96%,rgba(0,0,0,0.07) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  rgba(0,0,0,0) 86%,rgba(0,0,0,0.02) 96%,rgba(0,0,0,0.07) 100%); /* IE10+ */
	background: linear-gradient(45deg,  rgba(0,0,0,0) 86%,rgba(0,0,0,0.02) 96%,rgba(0,0,0,0.07) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#12000000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */



}

#sidebar-top h1.title-page {
	margin-top: 0;
	font-size: 24px;
	font-weight: 400;
	padding-bottom: 15px;
	margin-bottom:12px;
}
.main {
	float: left;
	width: 100%;
}
#content {
	float: left;
	width: 73%;
}
#left {
	float: left;
	width: 73%;
	margin-top: 0px;
}
.sidebar-left #content {
	float:right;
}
.sidebar-left #left {
	float:right;
}
#copyright {
	float:left;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
}
#copyright a {
	color: #fff;
}
#copyright a:hover {
	opacity:0.9;
}
#copy-text {
}
.last {
	margin-right: 0px !important;
}
.clear {
	clear: both;
}
.home-widget a {
	color: #707070;
}
.home-widget a:hover {
	color: #3d3d3d;
	text-decoration: none;
}
.full-width {
	width: 100% !important;
}
#head-line {
	padding: 10px 0;
	float: left;
	width: 100%
}
.single-post #head-line, .page #head-line {
	margin-bottom:15px;
}
body.single-post img {
	max-width: 100%;
	height: auto
}


/* SOCIAL MEDIA */
#bottom-footer {
	width: 100%;
	background-color:#48261b;
	clear:both;
}
#bottom-info {
	clear:both;
	padding: 10px 0;
}

#social {
	float: right;
	clear:left;
	margin-top:-64px;
}
#social a {
	float: left;
	margin-left: 4px;
	padding:3px;
}

#social a img {
	float: left;
}
span.follow {
	float: left;
	color: #48261B;
}

#phone {
	float: left;
}
span.phone {
	margin-right:20px;
}
span.phone, #phone, .follow, .weaccept, .call {
	font-weight: 400;
	font-size: 13px;
	float:left;
}
.call, .follow, .weaccept {
	margin-right: 10px;
	float:left;
}

.weaccept {
	float: right;
}
#weaccept-wrap {
	float: right;
}
#accepted {
	float: right;
	margin-left: 0;
}
#accepted .visa {
	width: 29px;
	height: 21px;
	background: url(images/payments.png) 0 0 no-repeat transparent;
	float: left;
	margin-left: 10px;
}

#accepted .mastercard {
	width: 29px;
	height: 21px;
	background: url(images/payments.png) -39px 0 no-repeat transparent;
	float: left;
	margin-left: 10px;
}

#accepted .amex {
	width: 29px;
	height: 21px;
	background: url(images/payments.png) -80px 0 no-repeat transparent;
	float: left;
	margin-left: 10px;
}

#accepted .paypal {
	width: 29px;
	height: 21px;
	background: url(images/payments.png) -119px 0 no-repeat transparent;
	float: left;
	margin-left: 10px;
}

#accepted .checks {
	width: 29px;
	height: 21px;
	background: url(images/payments.png) -158px 0 no-repeat transparent;
	float: left;
	margin-left: 10px;
}

#social, #phone, #weaccept-wrap {
	width: auto;
	color:#FFF;
}

/* SIGNLE POST */
.post-full {
	width: 100%;
	float: left;
}

/*** dev.com : remove title style ***/
.archive h1.page-title {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 33px;
	margin-top: 15px;
	color: #3D3D3D;
	border-bottom: 1px solid #DDD;
	padding-bottom: 7px;
	background: url(images/menu_bottom.png);
	padding-top: 7px;
	text-align: center;
	display: none;
}
.post-full .thumb {
	margin-bottom: 24px;
	background: url(images/hover_overlay.png) repeat scroll 0 0 transparent;
	padding: 8px;
	float: left;
	position: relative;
	margin-right: 20px
}
.post-full .thumb img {
	float: left;
}
.post-full .meta, .meta-blog-style {
	float: left !important;
	margin-top: 4px;
	width: 100% !important;
	margin-right: 0;
	border-top: 1px dashed #EEE;
	padding-top: 3px;
}
.post-full .meta a {
	color: #767676;
}
.logged-in-as a{
	color: #F29C07;
}
.post-full .meta a:hover, .logged-in-as a:hover {
	text-decoration: underline;
	color: #F29C07;
}

article .meta, .meta-single {
	font-size: 12px;
	float: left;
	width: 100%;
	color: #ACACAC;
	clear: left;
	margin-right: 0;
	margin-bottom: 10px;
}
article .meta a, .meta-single a {
	color: #ACACAC;
	border-bottom: 1px dotted;
}
article .meta a:hover, .meta-single a:hover {
	text-decoration: none;
	color: #F29C07;
}
.post-content {
	float: left;
	margin-bottom: 2px;
	width: 100%;
}
.single-portfolio .post-content {
	margin-top:14px;
}
.zoom-icon {
	display: block;
	height: 27px;
	width: 27px;
	float: right;
	background: url(images/zoom-icon.png) no-repeat top left;
	position: absolute;
	bottom: 6px;
	right: 6px;
	opacity: 1;
}
.single-product-image .zoom-icon {
	right: 16px;
	bottom: 16px;
}
.link-icon {
	display: block;
	height: 27px;
	width: 27px;
	float: right;
	background: url(images/link-icon.png) no-repeat top left;
	position: absolute;
	bottom: 6px;
	right: 42px;
	opacity: 0;
}
.subheader {
	float: left;
	line-height: 12px;
	margin-top: 5px;
	margin-left: 1px;
	text-transform: lowercase;
	width: 100%;
	color:#ACACAC;
	font-size: 20px;
	margin-bottom: 25px;
}
.subheader  p {
	padding-bottom:0;
}
article {
	float: left;
	margin-bottom: 30px;
	border-bottom: 1px dashed #EEE;
	width: 100%;
	padding-bottom:16px;
}
#index-page #left {
	margin-top: 0px;
}
.index-thumb {
	float: left;
	margin-right: 20px;
	padding: 4px;
	background: #FCFCFC;
	margin-bottom: 10px;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.index-thumb img {
	float: left;
}
.entry-right {
	float: left;
	width: 100%
}
.entry-right.has-thumb {
	width: 548px
}
.full-width .entry-right.has-thumb {
width: 848px;
}
.entry-left {
	float: left;
}
article a.readmore {
	margin-bottom: 14px;
	text-transform:capitalize;
}
.entry-right p {
	padding-bottom: 0;
}
.blog-style, .blog-style a {
	font-size: 30px;
	margin: 6px 0;
	font-weight: 400;
	color:#48261B;
	text-transform:uppercase;
}
.blog-style a:hover {
	color: #F29C07;
	text-decoration: underline;
}
article h2 {
	font-size: 18px;
	font-weight: 400;
}

/* NAVIGATION */
#main-menu-wrap {
	
	width: 100%;
	margin-left:-1px;
	position: relative;	
	z-index:2;
	
	
	/*float: left;
	height: 42px;
	border-bottom: 5px solid #CBCBCB;
	border-top: 1px solid #DFE0DD;
	margin-top: 12px;
	border: 1px solid rgba(0,0,0, 0.1);
	border-bottom: 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(256,256,256, 0.25);
	-moz-box-shadow: inset 0 1px 0 0 rgba(256,256,256, 0.25);
	box-shadow: inset 0 1px 0 0 rgba(256,256,256, 0.25);*/
	

	
}

#main-menu-shadow {
	
	box-shadow:0 0 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.3);
	position:absolute;
	width:100%;
	height:38px;
	z-index:1;
	bottom:5px;
	
}

ul.top {
	float: right;
	margin: 0;
	margin-right:17px;
}
ul.top a {
	color: #4B4B4B;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: underline;
	
}
ul.top:after{
	content:"| ";
	margin-left:17px;
	text-decoration:none;
	line-height: 40px;
}
ul.top li {
	display: inline;
	float: left;
	padding-left: 17px;
	margin-top: 11px;
}
ul.top a:hover {
	color: #d61f53;
	text-decoration: none
}
ul.top li.current-menu-item a {
	color: #444;
}
ul.nav {
	width: auto;
	font-size: 14px;
	line-height: 16px;
	float: left;
	height: 42px;
	font-family: 'exomedium', 'Oswald', 'Droid Sans', Helvetica, sans-serif;
	text-transform:uppercase;
	margin-top: 2px;
}
ul.nav li {	
	padding-top: 7px;
	display: inline;
	float: left;
	height: 24px;
	background:url(images/separateur.jpg) top right no-repeat;
}
ul.nav li a {
	font-weight: 400;
	padding: 0 15px;
	text-decoration: none;
	font-size: 14px;
	color:#FFF;
}
ul.nav li a:hover {
	color:#fff;
}
ul.nav li.current-menu-item a,ul.nav li.current_page_item a {
}
ul.nav li.current-menu-item> ul li a {
	color: #959595;
}
ul.nav li.current-menu-item> ul li a:hover {
	color: #3d3d3d;
}
ul.nav .menu-desc {
	float: left;
	clear: left;
	font-size: 10px;
	line-height: 10px;
	text-transform: lowercase;
	color: #ACACAC;
	text-shadow: 1px 1px 0 #FFFFFF;
}

ul.nav li ul li {
	border-right: 0;
	box-shadow: none;
}

ul.nav li.current-menu-item {
	background:url(images/separateur.jpg) top right no-repeat;
}
ul#menu-menu-left li:first-child {
	box-shadow: none !important;
}

ul.nav li.current-menu-item a {
	color: #FFF;
}

.sf-sub-indicator {
	position: absolute;
	right: 4px;
	top: 9px;
}

.top .sf-sub-indicator {
	position: absolute;
	display: block;
	right: -10px;
	top: 7px;
	width: 8px;
	height: 8px;
	text-indent: -999em;
	overflow: hidden;
	background: url(images/sub-menu.png) no-repeat center center;
}

/* Mobile Menu */
#mobile_menu {
	display: none;
	z-index: 999;
	position: absolute;
	left: -13px;
	background: #fdfdfd;
	top: 42px;
	width: 200px;
	text-align: center;
	font-size: 13px;
	border: 1px solid #EEE;
}

#mobile_menu li ul {
	display: block !important;
}
#mobile_nav li a {
	visibility: visible;
	line-height: 34px;
	width: 100%;
	border-bottom: 1px solid #EEE;
	float: left;
	text-decoration: none;
	color: #3d3d3d;
}

#mobile_nav li .menu-desc {
	display: none;
}

#mobile_nav .sf-sub-indicator {
	display: none;
}

#mobile_nav {
	display: none;
	text-align: center;
	line-height: 42px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	left: 10px;
	text-align: right;
	top: 0;
	padding-right: 13px;
	height: 43px;
}

/* FEATURED */
#featured {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom:6px;
}

#slider .slide {
	display: none
}
#slider .slide.first {
	display: block
}

#featured-inside {
	width: 100%;
	position: relative;
	background: transparent;
	float: left;
}
.slide {
	width: 100%;
}
.slider-arrow {
	background: url(images/slider-arrow.png) no-repeat scroll 0 0 transparent;
	display: block;
	height: 24px;
	right: 4px;
	position: absolute;
	top: 6px;
	width: 24px;
}
#slider {
	position: relative;
	z-index: 50;/* set z-index as appropriate to your site */
	width:100%;
	height: 400px;
}
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#slider .small-thumb {
	display: block;
	float: left;
	margin-right: 14px;
	position: relative;
}
a.prevNav {
	display: block ;
	height: 50px;
	width: 50px;
	background: url(images/nav-left.png) no-repeat top left;
	text-indent: -99999em;
}
a.nextNav {
	display: block ;
	height: 50px;
	width: 50px;
	background: url(images/nav-right.png) no-repeat top left;
	text-indent: -99999em;
}
.slider-nav {
	display: block !important;
}
.small-thumb {
	padding: 2px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
}
.caption {
	position: absolute;
	right: 0px;
	top: 0;
	background: url(images/info_bg.png);
	color: #4e4e4e;
	opacity: 1;/* Overridden by captionOpacity setting */
	width:260px;
	height: 384px;
	z-index: 8;
	padding: 0 15px 15px 15px;
	border: 1px solid #DDD;
}
.caption p {
	padding-bottom: 10px;
	margin: 0;
	color: #666
}
.caption h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1.4em;
	margin: 10px 0
}
.caption h3 a {
	color: #4e4e4e;
	font-family: "Droid Sans",Helvetica,Arial,sans-serif;
}
.caption a.readmore {
}
.caption h3 a span {
	color: #f17b24;
	font-size: 28px;
	text-transform: uppercase;
}
.caption .price {
	font-size: 16px;
	color: #5A9E2E;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	margin-bottom: 16px
}
p.slide-description {
	margin-top: 8px;
	padding-bottom: 13px;
}
.caption a:hover {
	text-decoration: none;
}
.caption span.onsale {
	top: -1px;
	padding: 2px 11px 6px 8px;
	right: -5px;
}
.slider-nav a {
	position: absolute;
	bottom: 174px;
	z-index: 100;
	cursor: pointer;
}
.prevNav {
	left: 0px;
}
.nextNav {
	left: 600px;
}


/* WIDGETS SIDEBAR */
.sidebar-widget, .sidebar-meilleuresventes-widget, .sidebar-offredujour-widget, mailchimp-widget {
	width: 100%;
	margin-bottom: 30px;
	float: left;
}
.sidebar-accueil-widget {
	width: 100%;
	float: left;
	padding: 0;
}

.home-page-sidebar #sidebar-accueil-shop {
	margin-top: 34px;
}
.home-page-sidebar #sidebar-meilleuresventes, .home-page-sidebar #sidebar-offredujour, #mailchimp, #editorial {
	margin: 0;
	padding: 0;
	border:none;
}
.sidebar-header h3{
	font-size: 16px;
	width: 100%;
	text-align: left;
	font-weight:normal;
	font-family: 'exobold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.home-widget h2.widgettitle, .home-products h2.widgettitle {
	float: left;
	position: relative;
 	margin: 0;
	margin-bottom: 0.6em;
	font-size: 32px;
	width: 95%;
	text-align: left;
	padding: 8px 0 0 24px;
	line-height: 22px;
	font-weight:normal;
	font-family: 'assuna_lav_regularregular', Arial, Helvetica, sans-serif;
	background-color: #D32155;
	color: #FFFFFF;
}
.home-widget h2.widgettitle:before, .home-products h2.widgettitle:before, .editorial-header h1:before  {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 15px 0 15px 16px;
}
.home-widget h2.widgettitle:after, .home-products h2.widgettitle:after, .editorial-header h1:after {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #D32155;
  border-style: solid;
  border-width: 15px 0 15px 14px;  
}
.sidebar-meilleuresventes-header h2 {
	float: left;
	position: relative;
 	margin: 0;
	margin-bottom: 0.6em;
  	padding: 8px 0 0 24px;
	font-size: 32px;
	font-family: 'assuna_lav_regularregular', Arial, Helvetica, sans-serif;
	background-color: #945599;
	color: #FFFFFF;
	line-height: 22px;
	width:80%;
}

.editorial-header h1 {
	float: left;
	position: relative;
 	margin: 0 0 10px;
	font-size: 32px;
	width: 80%;
	text-align: left;
	padding: 8px 0 0 24px;
	line-height: 22px;
	font-weight:normal;
	font-family: 'assuna_lav_regularregular', Arial, Helvetica, sans-serif;
	background-color: #D32155;
	color: #FFFFFF;
}
.sidebar-offredujour-header h3 {
	float: left;
	position: relative;
 	margin: 0 0 10px;
	font-size: 32px;
	width: 80%;
	text-align: left;
	padding: 8px 0 0 24px;
	line-height: 22px;
	font-weight:normal;
	font-family: 'assuna_lav_regularregular', Arial, Helvetica, sans-serif;
	background-color: #76b142;
	color: #FFFFFF;
}
.sidebar-blog-header h3 {
	float: left;
	position: relative;
 	margin: 0 0 10px;
	font-size: 32px;
	width: 80%;
	text-align: left;
	padding: 8px 0 0 24px;
	line-height: 22px;
	font-weight:normal;
	font-family: 'assuna_lav_regularregular', Arial, Helvetica, sans-serif;
	background-color: #00a990;
	color: #FFFFFF;
}
.sidebar-offredujour-header h3:before, .sidebar-meilleuresventes-header h2:before, .mailchimp-header h4:before, .sidebar-blog-header h3:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 15px 0 15px 16px;
}
.sidebar-meilleuresventes-header h2:after {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #945599;
  border-style: solid;
  border-width: 15px 0 15px 14px;  
}
.sidebar-offredujour-header h3:after {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #76b142;
  border-style: solid;
  border-width: 15px 0 15px 14px;  
}
.sidebar-blog-header h3:after {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #00a990;
  border-style: solid;
  border-width: 15px 0 15px 14px;  
}

.mailchimp-header h4 {
	float: left;
	position: relative;
 	margin: 0;
	margin-bottom: 0.6em;
	font-size: 32px;
	width: 80%;
	text-align: left;
	padding: 8px 0 0 24px;
	line-height: 22px;
	font-weight:normal;
	font-family: 'assuna_lav_regularregular', Arial, Helvetica, sans-serif;
	background-color: #fdd303;
	color: #FFFFFF;
}
.mailchimp-header h4:after {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fdd303;
  border-style: solid;
  border-width: 15px 0 15px 14px;  
}

#sidebar-meilleuresventes-bottom, #sidebar-offredujour-bottom, #editorial-bottom{
	margin-bottom:20px;
}
#mailchimp-bottom{
	margin-bottom:50px;
}
#sidebar-accueil-shop-content .sidebar-accueil-header h3 {
	margin: 0;
    padding: 0;
}
div.product .related h2 {
	margin-bottom: 20px;
}
.widget-content {
	float: left;
	width: 100%;
	color: #48261B;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.sidebar-widget a {
	color: #39281d;
}
.sidebar-widget a:hover, .sidebar-accueil-widget a:hover, .sidebar-meilleuresventes-widget a:hover, .sidebar-offredujour-widget a:hover {
	text-decoration: underline;
}
.sidebar-widget ul, .sidebar-accueil-widget ul, .sidebar-meilleuresventes-widget ul {
	width: auto;
	list-style: none;
	overflow: hidden;
}
.sidebar-widget ul li, .sidebar-meilleuresventes-widget ul li {
    padding-bottom: 6px;
    padding-top: 6px;
}
.sidebar-accueil-widget ul {
	font-family: 'exoregular', Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#4b4b4b;
	padding-bottom: 25px;
}
.sub-menu {
	padding-top: 1px;
}
.sidebar-accueil-widget ul .sub-menu li, #sidebarblog li{
	border-bottom: 1px dashed #EEEEEE;
    padding-bottom: 3px;
}	
.sidebar-accueil-widget ul .sub-menu li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#787878;
	padding-bottom: 9px;
    padding-right: 34px;
    padding-top: 9px;
}
#sidebarblog li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#787878;
	padding-bottom: 9px;
    padding-right: 55px;
    padding-top: 9px;
}
.sidebar-accueil-widget ul .sub-menu li a:hover, #sidebarblog li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}
.sidebar-accueil-widget ul .sub-menu li:hover, #sidebarblog li:hover{
	background:#ffebf0;
	color:#9d9d9d;
}
.sidebar-accueil-widget ul .menu li, #sidebarblog li{
	color:#820606;
}		
.sidebar-accueil-widget li {
}
.sidebar-widget ul li a {
}
.sidebar-widget ul li a:hover {
}
.sidebar-widget ul .children, .sidebar-accueil-widget ul .children , .sidebar-meilleuresventes-widget ul .children , .sidebar-offredujour-widget ul .children {
	float: left;
	width: 100%;
	padding-left: 10px;
}
#wp-calendar {
	width: 100%;
	height: 170px;
}
#wp-calendar thead th {
	text-align: left;
}
#wp-calendar caption {
	font-weight: bold;
	width: 100%;
	padding-bottom: 10px;
}
#wp-calendar tbody a {
	color: #61C0E7;
}


/* WIDGETS FOOTER */
#footer-widgets {
	padding: 0;
	width: 100%;
	padding-top: 16px;
	float: left;
}
.footer-widget {
	margin-right: 15px;
	width: 180px;
	margin-bottom: 30px;
	float: left;
}
#footer-widgets h5.widget-title {
	font-weight: 400;
	margin-bottom: 14px;
	text-transform: uppercase;
	color:#F29C07;
	font-size:16px;
	font-family: 'exolight', Arial, Helvetica, sans-serif;
}
.footer-widget a {
	color: #48261B;
}
.footer-widget a:hover {
}
.footer-widget ul {
	width: auto;
}
.footer-widget ul li {
	/*padding-bottom: 1px;*/
}
.footer-widget ul li:before {
	content: "• ";
	color: #f29c07;
}
.footer-widget ul li a:hover {
	text-decoration: underline;
}
.footer-widget ul .children {
}
.footer-widget ul ul {
	padding-left: 14px;
}
.footer-widget ul ul li {
	padding-bottom: 2px;
}

#footer-widgets .column-1 {
	width: 100%;
	margin-right: 0;
}
#footer-widgets .column-2 {
	width: 45%;
	margin-right: 10%;
}
#footer-widgets .column-3 {
	width: 30%;
	margin-right: 5%;
}
#footer-widgets .column-4 {
	width: 21.15%;
	margin-right: 5%;
	border-right: 1px dashed #48261b;
}
#footer-widgets .column-5 {
	width: 17%;
	margin-right: 3%;
}

/* DROPDOWN MENU */
.nav ul, .top ul {
	position: absolute;
	top: -999em;
	z-index: 10;
}
.nav li, .top li {
	float: left;
	position: relative;
}
.nav a, .top a {
	display: block;
	float: left;
}
.nav li:hover ul,ul.nav li.sfHover ul, .top li:hover ul,ul.top li.sfHover ul {
	left: -1px;
}
.nav li:hover li ul,.nav li.sfHover li ul, .top li:hover li ul,.top li.sfHover li ul {
	top: -999em;
}
.nav li li:hover ul,ul.nav li li.sfHover ul, .top li li:hover ul,ul.top li li.sfHover ul {
	left: 136px;
	top: 0px;
}
.nav li:hover ul,.nav li li:hover ul, .top li:hover ul,.top li li:hover ul {
	top: -999em;
}
.nav li li, .top li li {
	display: block;
	padding: 0px;
	float: left;
	height: auto !important;
}
.nav li li a:link,.nav li li a:visited, .top li li a:link,.top li li a:visited {
	display: block;
	height: auto;
	float: left;
	color:#3d3d3d !important;
}
.nav li:hover, .top li:hover {
	visibility: inherit;/* fixes IE7 'sticky bug' */
}
ul.nav ul, ul.top ul {
	width: 160px;
	background: #FFFFFF;
	border: 1px solid #e5e5e5;
	top: 42px !important;
	padding: 0px 0px 0px;
	z-index: 9999px;
	display: none;
	z-index: 60;
	border-bottom: 0px;
	box-shadow:0 2px 8px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow:0 2px 8px rgba(0, 0, 0, 0.12);
	-moz-box-shadow:0 2px 8px rgba(0, 0, 0, 0.12);
}
ul.top ul {
	top: 29px !important;
	left: 8px !important;
}
ul.nav ul li, ul.top ul li {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	border-bottom: 1px solid #e5e5e5;
	background: #ffffff;
}
ul.nav li:hover ul ul,ul.nav li.sfHover ul ul, ul.top li:hover ul ul,ul.top li.sfHover ul ul {
	top: -1px !important;
	left: 160px !important;
}
ul.nav ul li a, ul.top ul li a {
	font-size: 12px;
	color: #7f7e7e;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
	width: 150px;
	letter-spacing: 0;
	font-family: 'Lora', Arial,Helvetica,sans-serif;
	text-transform:none;
}
ul.nav ul ul, ul.top ul ul {
	left: -181px !important;
}
ul.nav ul li a, ul.top ul li a {
	border-right: 0;
}
ul.nav ul li a:hover, ul.top ul li a:hover {
	color: #4f4f4f;
}
ul.nav ul li.current-menu-item a, ul.top ul li.current-menu-item a {
	color: #4f4f4f;
	border: 0px;
}
ul.nav ul li.current-menu-item> ul li a, ul.top ul li.current-menu-item> ul li a {
	color: #4f4f4f;
}
ul.nav ul li.current-menu-item> ul li a:hover, ul.top ul li.current-menu-item> ul li a:hover {
	color: #4f4f4f;
}

div.product .related h2 {
	text-transform:uppercase;	
}

/* COMMENTS */
#commentbox {
	float: left;
	margin: 2px 0;
	border-top: 1px dashed #EEE;
	padding-top: 24px;
	width: 100%;
	margin-bottom: 30px;
}
#commentbox textarea {
	width: 610px;
}
.comment-body p {
	padding-bottom: 12px;
}
#commentbox div.reply a {
	text-transform: capitalize;
	float: none;
}
#commentbox div.reply a:hover {
	text-decoration: none;
}
#commentbox ol {
	list-style: none;
}
#commentbox ol li {
	margin-left: 0px;
	margin-bottom: 10px;
}
#commentbox ul {
	list-style: none;
	clear: both;
}
#commentbox ul li {
	margin-left: 0px;
	padding-left: 20px;
	background: url(images/comment-arrow.png) no-repeat scroll left 5px transparent;
}
div.authordata {
	width: 100px;
}
img.avatar {
	float: left;
	position: relative;
	padding: 2px;
	border: 1px solid #CACACA;
	margin-right: 10px;
}
.comment-wrap {
	float: left;
	margin-left: 20px;
}
#commentbox .fn {
	font-style: normal;
	font-weight: bold;
	color: #4f4f4f;
}
.commentmetadata {
	margin-bottom: 10px;
}
li.depth-1 .comment-wrap {
	width: 546px;
}
li.depth-2 .comment-wrap {
	width: 465px;
}
li.depth-3 .comment-wrap {
	width: 383px;
}
li.depth-4 .comment-wrap {
	width: 301px;
}
.full li.depth-1 .comment-wrap {
	width: 811px;
}
.full li.depth-2 .comment-wrap {
	width: 729px;
}
.full li.depth-3 .comment-wrap {
	width: 647px;
}
.full li.depth-4 .comment-wrap {
	width: 565px;
}
ol.commentlist {
	list-style: none outside none;
	padding-top: 8px;
}
ol.commentlist ul {
	list-style: none outside none;
}
.commentlist li.comment li {
	background: none;
	padding: 0px;
}
.commentlist li.comment ul {
	margin: 8px 0px 8px 15px;
}
#respond {
	padding-top: 0;
	float: left;
	width: 100%;
}
#respond-wrap p {
	padding: 0px;
}
#respond-wrap {
	margin-bottom: 20px;
}
.comment #respond {
	padding-left: 0px;
	padding-top: 25px;
}
#commentform textarea#comment {
	width: 100%;
	border: 1px solid #E5E5E5;
    color: #4B4B4B;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
#commentform textarea p{
	padding: 8px;
}
#commentform label {
	float: left;
	width: 100%
}
span.required {
	margin-left: 6px;
}
#commentform input[type="text"] {
	border: 1px solid #E5E5E5;
	color: #4B4B4B;
    font-size: 14px;
	height: 20px;
	padding: 3px;
	width: 40%;
}
li.comment #respond textarea {
	width: 100% !important;
}
li.comment #respond input[type=text] {
	width: 50% !important;
}
#respond h3#comments {
	background: none;
	margin: 0px;
	padding: 0px;
}
.comment-author {
	padding: 0px;
	font-size: 12px;
	color: #3d3d3d;
	font-style: normal;
}
.comment-author a {
	color: #3d3d3d;
}
.comment-author .comment-meta a:hover {
	text-decoration: none;
}
span.fn,span.fn a {
	color: #ffffff;
}
span.fn a:hover {
	text-decoration: none;
}
.comment-content {
	padding-top: 5px;
}
.comment-body {
	padding: 6px 0px 20px 0;
	border-bottom: 1px dashed #eee;
}

.comment-form-comment {
	padding-bottom: 4px;
}
#commentbox h3 {
	font-size: 14px;
	text-transform: none;
}
.comment-meta a {
	font-size: 10px;
	color: #ACACAC;
}

/*NEWSLETTER BAR */
#newsletterbar {
	float: right;
	margin-top: 0;
}
.clear{
	 clear: both;	
}
/* SEARCHBAR */
.search-form {
	width: auto;
	float: left;
}

.search-form .s {
	border: 1px solid #ddd;
	height: 29px;
	background: #FFF;
	font-size: 12px;
	float: left;
	width: 200px;
	padding-left: 6px;
	padding-right: 26px;
	color: #444;
	margin-right:4px;
}
.screen-reader-text{
	float:left;
	line-height: 36px;	
	margin-right: 17px;
	color:#4B4B4B;
}

#top-container .search-form .s {
	border: 0;
	background: #FFF;
	color: #666;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
#top-container2 .search-form .s {
	border: 0;
	background: #FFF;
	color: #666;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
#searchbar {
	float: right;
	margin-top: 0;
	padding-top: 3px;
}
span.search-button {
	float: left;
	position: absolute;
}
.search-form .searchsubmit {
	background: url(images/search_icon.png) no-repeat scroll 0 0 transparent;
	display: block;
	height: 16px;
	width: 16px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	border: 0px;
	cursor: pointer;
	clear: right;
	float: left;
	margin-top: 5px;
	margin-left: -25px;
	opacity: 0.5;
	background-color:transparent !important;
}
#header .search-form .searchsubmit {
	margin-top: 7px;
	box-shadow:none;
	border:0;
}
#sidebar .search-form .s, #footer .search-form .s {
	width: 204px;
}
#sidebar .search-form, #footer .search-form {
	margin-top: 0;
	margin-bottom: 10px
}
#footer .search-form .s {
	width: 148px
}

/* PAGE-NAVI */
.wp-pagenavi {
	float: left;
	margin: 20px 0px;
	width: 100%;
}
.wp-pagenavi span.pages {
	background-color: #FFFFFF;
	border: 0px !important;
	color: #606060 !important;
	margin: 2px;
	padding: 4px 8px !important;
	display: none !important;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
.wp-pagenavi span.current {
	background-color: #606060 !important;
	border: 0px !important;
	color: #FFFFFF !important;
	font-weight: bold;
	margin: 2px;
	padding: 4px 8px !important;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
.wp-pagenavi a,.wp-pagenavi a:link {
	background-color: #e5e5e5 !important;
	border: 0px !important;
	color: #3d3d3d !important;
	margin: 2px;
	padding: 4px 8px !important;
	text-decoration: none;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
.wp-pagenavi a:visited {
	background-color: #e5e5e5 !important;
	border: 0px !important;
	color: #3d3d3d !important;
	margin: 2px;
	padding: 4px 8px !important;
	text-decoration: none;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
.wp-pagenavi span.extend {
	background-color: #FFFFFF;
	border: 0px !important;
	color: #3d3d3d !important;
	margin: 2px;
	padding: 4px 8px !important;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}


/* PAGINATION */
.pagination {
	float: left;
	height: 100%;
	margin-top: 20px;
	width: 100%;
}


/* ADS */
.ad125 {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.ad468 {
	width: auto;
	margin: 20px auto;
}


/* UFO TWITTER WIDGET */
.ufo-twitter ul li {
	background: transparent;
	padding-left: 0px;
}
.ufo-twitter a {
}
.ufo-twitter a.readmore {
	text-transform: lowercase;
}
.ufo-twitter li p {
	padding-bottom: 4px;
}
.ufo-twitter ul li a {
	display: inline;
}
.ufo-twitter span.ufo-twitter-date {
	padding-bottom: 14px;
	display: block;
	font-size: 10px;
}
#footer .ufo-twitter a.readmore {
	display:none;
}

/* UFO RECENT POSTS WIDGET */
.ufo-recent {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	margin-top: 2px;
}
.ufo-recent .recent-thumb {
	padding: 3px;
	border: 1px solid #CACACA;
	float: left
}
.ufo-recent .recent-thumb img {
	float: left
}
.ufo-recent .thumb-wrap {
	float: left;
	margin-right: 8px;
}
.ufo-recent .meta {
	float: left;
	width: 210px;
	color: #909090;
	font-size: 10px;
}
.ufo-recent .meta a {
	color: #909090;
}
.ufo-recent .meta a:hover {
	color: #000000;
}
.ufo-recent .meta h4 a {
	font-family: Georgia,Helvetica,serif;
	font-style: italic;
	font-size: 13px;
	color: #3d3d3d !important;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 20px;
}
.ufo-recent .meta h4 a:hover {
	text-decoration: underline;
}
.ufo-recent .meta h4 {
	margin-bottom: 0px;
}
#footer .ufo-recent .meta {
	width: 66%;
}
#sidebar .ufo-recent .meta {
	width: 180px;
}


/* WP Gallery */
#left .gallery {
	margin: 0 auto 1.625em;
}

#left .gallery a img {
	border: none;
}

img[class*=align],img[class*=wp-image-],#left .gallery .gallery-icon img {
	border: 1px solid #ddd;
	padding: 6px;
}

#left .gallery .gallery-icon {
	margin: 2px 8px;
}
#left #gallery-1 .gallery-item {
	margin-top: 0;
}


#copy-text {
}

/* WooCommerce */


.single-product-image {
	float: left;
	width: 100%;
	position: relative;
}
.single-product-image img {
	padding: 8px;
	border: 1px solid #DDD;
	max-width: 100%;
	background: #FFF;
	margin: 0 auto;
	display: block;
}
.images {
	width: 50%;
	float: left;
	max-width: 95%;
	margin-right:5%;
	margin-bottom:20px;
}
.single-product #content {
	width: 77%;
}
.summary {
	float: right;
	padding-left: 0px;
	width: 250px
}
.woocommerce_tabs, .related, .woocommerce-tabs {
	width: 100%;
	float: left;
	padding-bottom: 0;
}


.product {
	float: left;
	width: 180px;
	margin-right: 15px;
	position: relative;
	margin-bottom: 20px;
}
.amount {
	color:#D22054;
}
del .amount {
	color:#999;
}
article.product {
	width: 100%;
	margin-right: 0;
}
.product a h3 {
	text-align:center;
	font-size: 13px;
	color: #48261b;
	font-weight: normal;
	font-family: Arial,Helvetica,sans-serif;
	margin-bottom:4px;
}
.product a h3:hover {
	color: #48261b;
	text-decoration: underline;
}
.product .price {
	float: left;
	color: #d22054;
	width: 100%;
	text-align:center;
	font-weight: bold;
}
.product .price .amount {
	text-align:center;
}
.product a.button {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	display:none;
	opacity:1 !important;
}
.product a.button-info {
	background: #3d3d3d;
	margin-left: 96px;
}
.product .added {
	background: #5A9E2E;
	color: #FFF;
	opacity: 1 !important;
}
.product-thumb-wrap {
	width: 100%;
	margin-bottom: 8px;
	float: left;
	overflow:hidden;
	position:relative;
}

.home .related ul.products li {
width: 176px;
}
.home .home-products ul.products li {
width: 176px;
overflow:hidden;
}

.product-thumb img {
	float: left;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.product-thumb img:hover {
	opacity:0.9;
}
.product-thumb-wrap span.hover {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	/* background: url(images/hover_overlay.png); */
	opacity: 0;
	left: 0;
}


.single-product .product {
	width: 100%;
	margin-right: 0;
	margin-bottom: 4px;
}
.single-product .product span.onsale {
}
.single-product .product span.single-onsale {
	display:none;
}
.home-products {
	width: 100%;
	float: left;
	margin-top: 20px;
	padding-bottom: 0;
}
.sidebar-left .home-products {
	float:right;
}
.home-products .product {
	margin-bottom: 25px;
}
.archive .product {
	margin-bottom: 20px;
	padding: 0;
	border: 0;
	background: transparent;
	margin-right:59px;
	overflow:hidden;
}
.archive .product:hover, .related .product:hover {

}

span.onsale {
	position: absolute;
	top: 0;
	padding: 6px;
	background: #ff694f;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	z-index: -1;
	right: 0;
	
	border-top: 0;
	border-right: 0;
}
.tax-product_cat span.onsale {
	right: 0;
	top: 0;
}

.home-products span.onsale {
	padding: 6px;
	right: 0;
	top: 0;
}

li.product {
	float: left;
	width: 204px;
	margin-right: 15px;
	position: relative;
	margin-bottom: 20px;
}

li.product a.button {
	font-size: 11px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	padding: 0;
	background-color: #d22054;
	opacity: 0;
	font-family: 'exoregular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:2px 0;
	width:100%;
}
li.product a.button:before {
	content: url(images/cartmini.png);
	padding-right: 5px;

}


.woocommerce_message a.button, .woocommerce-message a.button {
	color: #606060;
}


/* =WooCommerce
-------------------------------------------------------------- */

/* WOOCOMMERCE DEFAULTS */
.clear {
	clear: both;
}
.nobr {
	white-space: nowrap;
}

/* WOOCOMMERCE PRODUCTS SINGLE */
form.cart {
	margin-bottom: 12px;
}
form.cart:after {
	content: "";
	display: block;
	clear: both;
}
form.cart div.quantity {
	float: left;
	margin: 0 4px 0 0;
}
form.cart table {
	font-size: 12px;
	border-width: 0 0 1px 0;
}
form.cart table td {
	padding: 4px 4px 4px 0;
}
form.cart table div.quantity {
	float: none;
	margin: 0;
	width: 72px;
}
form.cart table small.stock {
	display: block;
	float: none;
}

table.variations {
	position: relative;
	float:left;
}

form.cart .variations label {
	font-weight: bold;
}
form.cart .variations select {
	width: 100%;
	float: left;
}
a.reset_variations {
	position: absolute;
	right: -88px;
}
form.cart .button {
	vertical-align: middle;
	float: left;
}
.product {
	position: relative
}

#breadcrumb, .woocommerce-breadcrumb {
	margin: 0 0 1.4em;
	padding: 0;
	font-size: 0.92em;
	color: #999;
	clear: both;
}

/* WOOCOMMERCE HEADER/CART MENU */
#cart-header-menu {
	width: 1050px;
	margin: 0 auto;
	height: 32px;
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
}

#cart-header-menu span.cart_subtotal {
	color: #FFFFFF;
	padding-right: 8px;
	border-right: 1px solid #333333;
}
#cart-menu-inner {
	float: right;
	margin-left: 0px;
	width: auto;
	list-style: none;
	position: relative;
	background: url(images/cart-bg.jpg) 0 0 no-repeat;
	padding: 6px 0 6px 17px;
	font-size: 14px;
}
#cart-menu-inner a.menu-link {
	margin-right: 8px;
	padding-right: 8px;
	display: inline;
	color: #fff;
	text-decoration: none;
	color:#FFF;
	font-family: "exobold", 'Oswald', 'Droid Sans', Helvetica, sans-serif;
	font-weight:400;
	text-transform:uppercase;
}
#cart-menu-inner a.cart_dropdown_link {
	border: 0;
	margin-right: 0;
}
#cart-menu-inner a.cart_checkout_link {
	border: 0;
	margin-left: 8px;
	margin-right: 0;
	padding-right: 0px;
}

#cart-menu-inner a.menu-link:hover {
	text-decoration: none;
	color: #fff;
	opacity:0.9;
}
.cart_dropdown {
	list-style: none;
	float: right;
	text-align:left;
}
.cart_subtotal {
	margin-right: 10px;
	color: #FFF;
	font-weight:400;
	font-family: "exomedium", 'Oswald', 'Droid Sans', Helvetica, sans-serif;
}
.cart_subtotal .amount {
	color:#FFF;
}
#cart-menu-inner .cart_dropdown_link {
}

.dropdown_widget {
	position: absolute;
	width: 240px;
	list-style: none;
	z-index: 200;
	background: #FDFDFD;
	margin-top: 20px;
	padding: 0px 19px 0 19px;
	right: 0;
	top: 14px;
	display: block;
	color: #7F7E7E;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-box-shadow: 0 0 60px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 60px rgba(0,0,0,0.4);
	box-shadow: 0 0 60px rgba(0,0,0,0.4);
}

#header .dropdown_widget {
	right: -282px;
	position: fixed;
	top: 46px;
}
#header .hidecart-icon {
	position: fixed;
	right: 0;
	cursor: pointer;
	background: white;
	height: 30px;
	width: 34px;
	background: url(images/cart.png) no-repeat 7px center #FDFDFD;
	text-indent: -999em;
	border-radius: 4px 0 0 4px;
	border: 1px solid #DFDFDF;
	border-right: 0;
	top: 30px;
	z-index: 201;
}
#header .close-icon {
	background: url(images/close.png) no-repeat 5px 4px #FDFDFD;
}
.dropdown_widget .update_succes {
	display: none
}
.dropdown_widget .hidden {
	display: none;
}
ul.product_list_widget li {
	border-bottom: 1px dashed #EEE;
	float: left;
	width: 100%;
	padding: 10px 0;
}
#sidebar ul.product_list_widget li {
	margin-bottom:5px;
}
ul.product_list_widget li.empty {
	border: 0;
}
ul.product_list_widget li a {
	float: none;
	display: block;
}
ul.product_list_widget li .quantity {
	text-align: left;
	float: left;
}

.dropdown_widget ul.cart_list li a img {
	float: right;
	display: block;
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
	margin: 0;
	width: 36px;
	height: auto;
}

#cart-header-menu #searchform {
	margin-left: 15px;
	float: left;
}
#cart-header-menu input#s {
	background: url(images/search.png) no-repeat scroll right 3px #ffffff;
	padding: 2px 10px 2px 10px;
}



h1.title-page {
	text-align: center;
	margin-bottom: 44px;
	color: #3d3d3d;
	line-height: 1.6em;
	font-size: 27px;
}
#breadcrumb {
}
#breadcrumb a.home, .woocommerce-breadcrumb a.home {
	text-indent: -999em;
	background: url(images/home.png) no-repeat center center;
	height: 18px;
	width: 18px;
	display: block;
	float: left;
	margin-right: 4px;
}
.woocommerce-result-count { display: none}
.term_description {
	display: none;
}
span.sku {
	float: left;
	width: 100%;
}


.widget_price_filter .price_slider {
	margin-bottom: 1em;
}
.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4em;
	font-size: 0.8751em;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 1;
	width: 0.9em;
	height: 0.9em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	border: 1px solid #333;
	cursor: pointer;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bbbbbb));
	background: -webkit-linear-gradient(#ffffff, #bbbbbb);
	background: -moz-linear-gradient(center top, #ffffff 0%, #bbbbbb 100%);
	background: -moz-gradient(center top, #ffffff 0%, #bbbbbb 100%);
	outline: none;
	top: -0.3em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),inset 0 0 0 1px rgba(255, 255, 255, 0.65);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),inset 0 0 0 1px rgba(255, 255, 255, 0.65);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAFUlEQVQIHWP4//9/PRMDA8NzEPEMADLLBU76a5idAAAAAElFTkSuQmCC) top repeat-x #fff;
	box-shadow: inset 0 0 0 1px rgba(251, 105, 84, 0.5);
	-webkit-box-shadow: inset 0 0 0 1px rgba(251, 105, 84, 0.5);
	-moz-box-shadow: inset 0 0 0 1px rgba(251, 105, 84, 0.5);
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	background: #D34C39;
	background: -webkit-gradient(linear, left top, left bottom, from(#D34C39), to(#FB6954));
	background: -webkit-linear-gradient(#D34C39, #FB6954);
	background: -moz-linear-gradient(center top, #D34C39 0%, #FB6954 100%);
	background: -moz-gradient(center top, #D34C39 0%, #FB6954 100%);
}
.widget_price_filter .ui-slider-horizontal {
	height: .5em;
	margin-top: 10px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}

.widget_price_filter .price_slider_amount .price_label {
	float: left;
	text-align: left;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}


/*** TABS ***/
div.product .woocommerce_tabs, div.product .woocommerce-tabs {
	margin-top: 0;
	clear: both;
}
div.product .woocommerce_tabs ul.tabs, div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0;
	margin: 0 0 1.618em;
	overflow: hidden;
	position: relative;
}
div.product .woocommerce_tabs ul.tabs li, div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #ccc;
	background: #f6f6f6;
	display: inline-block;
	position: relative;
	z-index: 0;
	margin: 0 1px;
	padding: 0 1em;
}
div.product .woocommerce_tabs ul.tabs li a, div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: .25em 0;
	font-weight: bold;
	color: #999;
}
div.product .woocommerce_tabs ul.tabs li a:hover, div.product .woocommerce-tabs ul.tabs li a:hover {
	text-decoration: none;
	color: #3d3d3d;
}
div.product .woocommerce_tabs ul.tabs li.active, div.product .woocommerce-tabs ul.tabs li.active {
	color: #3d3d3d;
	z-index: 2;
}
div.product .woocommerce_tabs ul.tabs li.active a, div.product .woocommerce-tabs ul.tabs li.active a {
	color: #3d3d3d;
}
div.product .woocommerce_tabs ul.tabs li:before,div.product .woocommerce_tabs ul.tabs li:after, div.product .woocommerce-tabs ul.tabs li:before,div.product .woocommerce-tabs ul.tabs li:after {
	border: 1px solid #ccc;
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
}
div.product .woocommerce_tabs ul.tabs li:before, div.product .woocommerce-tabs ul.tabs li:before {
	left: -6px;
	border-width: 0 1px 1px 0;
}
div.product .woocommerce_tabs ul.tabs li:after, div.product .woocommerce-tabs ul.tabs li:after {
	right: -6px;
	border-width: 0 0 1px 1px;
}
div.product .woocommerce_tabs ul.tabs:before, div.product .woocommerce-tabs ul.tabs:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #ccc;
	z-index: 1;
}

div.product .woocommerce_tabs h2, div.product .woocommerce-tabs h2 {
	margin-bottom: 18px;
	font-weight: 400;
}

table.shop_attributes {
	text-align: left;
	color: #4f4f4f;
}
.panel {
	margin-bottom: 40px;
}

.star-rating {
	margin:0 auto;
	width: 80px;
	height: 16px;
	background: url(images/star.png) repeat-x left 0;
}
.star-rating span {
	background: url(images/star.png) repeat-x left -32px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
	float: left;
}
.hreview-aggregate .star-rating {
	margin: 10px 0 0 0;
}
p.stars:after {
	content: "";
	display: block;
	clear: both;
}
p.stars span {
	width: 80px;
	height: 16px;
	position: relative;
	float: left;
	background: url(images/star.png) repeat-x left 0;
}
p.stars span a {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
}
p.stars span a:hover,p.stars span a:focus {
	background: url(images/star.png) repeat-x left -16px;
}
p.stars span a.active {
	background: url(images/star.png) repeat-x left -32px;
}
p.stars span a.star-1 {
	width: 16px;
	z-index: 10;
}
p.stars span a.star-2 {
	width: 32px;
	z-index: 9;
}
p.stars span a.star-3 {
	width: 48px;
	z-index: 8;
}
p.stars span a.star-4 {
	width: 64px;
	z-index: 7;
}
p.stars span a.star-5 {
	width: 80px;
	z-index: 6;
}

.show_review_form {
	display: none;
}

#reviews h2 {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 18px;
}


#reviews .comment {
	float: left;
	margin: 8px 0;
	border-bottom: 1px dashed #DDD;
	width:100%;
	padding-bottom:11px;
}
#reviews .comment .description {

}

#reviews .comment .description p {
	padding-bottom:0;
}

#reviews .comment .comment-text p.meta {
	padding-bottom:5px;
}
#review_form_wrapper {
	width: 100%;
	float: left;
}
#reviews .add_review {
	margin-top:20px;
}

/*** Related ***/
.related:after,.upsells.products:after {
	content: "";
	display: block;
	clear: both;
}
.related ul.products,.upsells.products ul.products,.related ul,.upsells.products ul {
	float: none;
}
.related ul.products li, .upsells.products ul.products li, .related ul li, .upsells.products ul li {
	width: 172px;
	padding: 0;
	border: 0;
	background: transparent;
	margin-right: 27px;
	overflow:hidden;

}
.related ul.products li img,.upsells.products ul.products li img,.related ul li img,.upsells.products ul li img {
	height: auto;
}
.related ul.products li a h3 {
	
}

input[type="button"].minus, input[type="button"].plus {
	width: 20px;
	height: 20px;
	background: #CCC;
	text-align: center;
	border: 0;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	float: left;
}

input[type="button"].minus {
	border-radius:2px 0 0 2px;
	-moz-border-radius:2px 0 0 2px;
	-webkit-border-radius:2px 0 0 2px;
}

input[type="button"].plus {
	border-radius:0 2px 2px 0;
	-moz-border-radius:0 2px 2px 0;
	-webkit-border-radius:0 2px 2px 0;
}

input[type="button"].minus:hover, input[type="button"].plus:hover {
	background: #444;
}
.qty {
	position: relative;
	border: 1px solid #CCC;
	height: 18px;
	margin: 0;
	color: #7f7e7e;
	text-align: center;
	padding: 1px !important;
	width: 36px;
	float: left;
}

table.shop_table td.product-name {
	max-width: 210px
}

form.cart .button {
	padding: 4px 8px;
	background: #3d3d3d;
	color: #fff;
	border: 0;
	cursor: pointer;
}

form.cart .button {
	width: auto;
	padding: 8px 23px;
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	clear: left;
	margin-top: 10px;
	font-weight: bold;
}

.woocommerce_message, .info, .woocommerce-message {
	margin-bottom: 20px;
	height: 20px;
	width: auto;
	padding: 8px;
	padding-left: 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background: url(images/info.png) no-repeat 8px center #F6F6F6;
	border: 1px solid #EDEDED;
	font-size: 12px;
}

.woocommerce_message .button, .woocommerce-message .button {
	margin-right: 6px;
	background: transparent;
	border: 0;
	float: none;
}
.woocommerce-ordering {
	margin-bottom:18px;
	float:right;
}
.summary .price {
	font-size: 18px;
	font-weight: bold;
	color: #D22054;
	text-align:left;
}

.summary .single_variation .price {
	margin: 6px 0;
}

.single-product h1.page-title {
	background: transparent;
	text-align: left;
	font-size: 22px;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	text-transform: none;
	line-height: 1.5em;
}

.product_meta {
	float: left;
	width: 100%;
	color: #4B4B4B;
	font-size: 12px;
}
.posted_in a {
	color: #39281d;
}
.posted_in a:hover {
	text-decoration:underline ;
}
.product_meta span {
	float: left;
	width: 100%;
}
.product_meta span.sku {
	width:auto;
	float:none;
}

form.cart .button, .caption .button {
	width: 100%;
	padding: 10px 23px;
	color: white;
	font-size: 16px;
	text-transform: inherit;
	font-weight: normal;
	clear: left;
	margin-top: 10px;
	background: none repeat scroll 0 0 #D22054;
	border: 1px solid #FF7CA2;
	font-family: 'exomedium', Arial, Helvetica, sans-serif;
}
#place_order{
	border:0;
	width: 100%;
	padding: 1px 42px 0 10px;
	margin: 0;
	width: auto;
	color: #FCFCFC;
	background: url(images/flechebtrosebig.jpg) no-repeat scroll right top #FF7BA2;
    cursor: pointer;
    font: 12px 'exobold',"Oswald",sans-serif;
	border-bottom: 1px solid #d4d0cd;
    text-align: center;
	text-shadow: 1px 1px 0 rgba(72,38,27,.4);
	letter-spacing: 0.06em;
	height: 30px;   
	text-transform: uppercase;
}
form.cart .button:before{
	content: url(images/cartnormal.png);
	padding-right: 7px;
}


.caption .button {
	margin-right: 2px;
	float: left;
	padding: 8px 0;
	text-align: center
}
#place_order {
	width: auto;
}


.summary {
	float: left;
	width: 40%;
	padding:0 2%;
	margin-top: 0px;
}



h1.title {
	border-bottom: 1px dotted;
    font-size: 30px;
	line-height: 33px;
    text-transform: uppercase;
}


.blurb a.readmore, .nav-next a, .nav-previous a, .pagination-prev a, .pagination-next a {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;

	background: none repeat scroll 0 0 #FF694F;
	border: 0px solid #555;
	clear: both;
	color: #FFF;
	float: left;
	font-size: 12px;
	line-height: 1;
	margin-top: 10px;
	text-align: center;
	width: auto;
	text-shadow: none;
	cursor: pointer;
	text-transform: capitalize;
	padding:8px;
	box-shadow: inset 0 1px 0 0 rgba(256,256,256, 0.25);
	-moz-box-shadow: inset 0 1px 0 0 rgba(256,256,256, 0.25);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(256,256,256, 0.25);
	border: 1px solid rgba(0,0,0, 0.1);
	font-family: 'exomedium', Arial, Helvetica, sans-serif;
}
.shop_table input[type="submit"]{
	
	border: none;
	clear: both;
	float: left;
	margin: 0;
	background: url(images/flechebtvertebig.jpg) no-repeat scroll right top #76B142;
	color: #FCFCFC;
    cursor: pointer;
    font: 12px 'exobold',"Oswald",sans-serif;
	border-bottom: 1px solid #d4d0cd;
    padding: 1px 40px 0px 10px;
    text-align: center;
	text-shadow: 1px 1px 0 rgba(72,38,27,.4);
	letter-spacing: 0.06em;
	height: 30px;   
}
.woocommerce-pagination .page-numbers li a, .woocommerce-pagination .page-numbers li span.current  {
	border: none;
	clear: both;
	float: left;
	margin:0;
	width: auto;
	color: #FCFCFC;
	background: none repeat scroll 0 0 #D32155;
    cursor: pointer;
    font: 12px 'exobold',"Oswald",sans-serif;
	border-style:none;
    padding: 1px 30px 0px 10px;
    text-align: center;
	letter-spacing: 0.06em;
	padding:6px 12px;
}

#respond input[type="submit"] /* input[type="button"] */, a.comment-reply-link  {
	border: none;
	clear: both;
	float: left;
	margin:0;
	width: auto;
	background: url(images/flechebtrouge.jpg) no-repeat scroll right top #ffc17f;
	color: #FCFCFC;
    cursor: pointer;
    font: 12px 'exobold',"Oswald",sans-serif;
	border-bottom: 1px solid #d4d0cd;
    padding: 1px 30px 0px 10px;
    text-align: center;
	text-shadow: 1px 1px 0 rgba(72,38,27,.4);
	letter-spacing: 0.06em;
}

.widget_price_filter .price_slider_amount .button {
	border: none;
	float: right;
	margin:0;
	background: url(images/flechebtrouge.jpg) no-repeat scroll right top #ffc17f;
	color: #FCFCFC;
    cursor: pointer;
    font: 12px 'exobold',"Oswald",sans-serif;
	border-bottom: 1px solid #d4d0cd;
    padding: 1px 30px 0px 10px;
    text-align: center;
	text-shadow: 1px 1px 0 rgba(72,38,27,.4);
	letter-spacing: 0.06em;
}
.mc_signup_submit .button {
	background: #FDD303;
    border-color: -moz-use-text-color -moz-use-text-color #D4D0CD;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #FCFCFC;
    cursor: pointer;
    float: right;
    font: 12px 'exobold',"Oswald",sans-serif;
    letter-spacing: 0.06em;
    margin: 4px 0 0;
    padding: 1px 5px 0;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(72, 38, 27, 0.4);
}

.widget_price_filter .price_slider_amount .button:hover {
	opacity: 0.9;
}


#woo-ordering {
	float: left;
	width: 100%;
	margin:8px 0;
}
.woocommerce-breadcrumb {
	float:left;
}
.woocommerce-pagination .page-numbers li span.current, .woocommerce-pagination .page-numbers li a:hover {
	background-color: #ff7ba2;
    text-shadow: 1px 1px 0 rgba(72, 38, 27, 0.2);
}

.woocommerce-pagination, .woocommerce-pagination .page-numbers {
	float: left;
	width: 100%;
	margin: 10px 0;
	font-weight: 400;
	text-transform: uppercase;
}
.woocommerce-pagination .page-numbers li {
	float:left;
	margin-right:10px;
}

.blurb a.readmore:hover, a.comment-reply-link:hover, #respond input[type="submit"]:hover /* input[type="button"] */, .shop_table input[type="submit"]:hover, input[type="submit"]:hover, .nav-next a:hover, .nav-previous a:hover, .pagination-prev a:hover, .pagination-next a:hover {
	opacity: 0.9;
}
.blurb a.readmore:hover {
	text-decoration:none;
}
.blurb a.readmore {
	margin:0;
}
.navigation, .pagination {
	float: left;
	width: 100%;
	margin: 10px 0;
	font-weight: 400;
	text-transform: uppercase;
}
.nav-next {
	float: right;
}
.nav-previous {
	float: left
}

.nav-previous a, .nav-next a, .pagination-prev a, .pagination-next a {
}
.shop_table input[type="submit"] {
	float: none
}

table.shop_table .checkout-button {
	border: none;
	clear: both;
	float: left;
	margin: 0;
	width: auto;
	color: #FCFCFC;
	background: url(images/flechebtrosebig.jpg) no-repeat scroll right top #FF7BA2;
    cursor: pointer;
    font: 12px 'exobold',"Oswald",sans-serif;
	border-bottom: 1px solid #d4d0cd;
    text-align: center;
	text-shadow: 1px 1px 0 rgba(72,38,27,.4);
	letter-spacing: 0.06em;
	height: 30px;   
	text-transform: uppercase;
}


.cart_dropdown .button {
	border: none;
	margin:0;
	background: url(images/flechebtrose.jpg) no-repeat scroll right top #FF7BA2;
	color: #FCFCFC;
    cursor: pointer;
    font: 12px 'exobold',"Oswald",sans-serif;
	border-bottom: 1px solid #d4d0cd;
    padding: 1px 30px 0px 10px;
    text-align: center;
	text-shadow: 1px 1px 0 rgba(72,38,27,.4);
	letter-spacing: 0.06em;
}

table.shop_table .checkout-button {
	margin-right: 0;
	margin-left: 14px;
}
.cart_dropdown .total {
	padding: 12px 0;
	clear: both;
	font-size: 14px;
}

#bg-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(images/menu_bottom.png);
	z-index: 100;
	opacity: 0.6
}

table.shop_table {
	border-top: 0;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
}
table.shop_table thead {
}

table.shop_table {
	text-align: left;
	border-collapse: separate;
	float: left;
}
table.cart {
	width: 100%
}
table.shop_table th {
	color: #3d3d3d;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	padding: 9px 12px;
	border-top: 1px solid #E5E5E5;
}
td.product-price, td.product-subtotal {
	color: #5A9E2E;
}
.my_account_orders .order-number {
	width: 18%
}
.cart th, .cart td {
	vertical-align: middle;
}

.input-text {
	border: 1px solid #CCC;
	padding: 5px;
	height: 16px;
}
#coupon_code  {
	color: #76B142;
    font: 14px 'exolight',"Oswald",sans-serif;
	text-transform:uppercase;
}
.nobr {
	white-space: nowrap;
}
a.remove {
	float: left;
	width: 18px;
	height: 18px;
	text-indent: -9999em;
	background: url(images/remove.png) no-repeat;
}
table.shop_table td {
	border-top: 1px solid #E5E5E5;
	padding: 6px 12px;
	vertical-align: middle;
}
.coupon {
	float: left;
}
td.product-thumbnail img {
	width: 48px;
	height: auto;
	float: left;
	border: 1px solid #DDD;
	padding: 2px;
}
.cart-collaterals .cart_totals tr td, .cart-collaterals .cart_totals tr th {
	border-top: 1px solid #E5E5E5;
	padding: 12px 10px 10px 0;
	text-align: left;
}
.calculated_shipping .woocommerce-info{
	padding: 12px 10px 10px 0;
	text-align: left;
	width: 340px;
}
.cart-collaterals {
	width: 100%;
	float: right;
}

/* Page panier ajout
----------------------- */
.cross-sells{
	float:left;
}
.cart-totaux {
	float:right;
	width: 290px;
}
.shipping_calculator{
	clear:both;
}
.shipping_calculator button{
	border: none;
	margin:0;
	background: url(images/flechebtrose.jpg) no-repeat scroll right top #FF7BA2;
	color: #FCFCFC;
    cursor: pointer;
    font: 12px 'exobold',"Oswald",sans-serif;
	border-bottom: 1px solid #d4d0cd;
    padding: 1px 30px 0px 10px;
    text-align: center;
	text-shadow: 1px 1px 0 rgba(72,38,27,.4);
	letter-spacing: 0.06em;
}




.cart_totals table {
	width: 100%;
	margin-bottom: 14px;
	margin-top: 10px
}
.cart-collaterals h2 {
	font-size: 16px
}
table.shop_table td.actions {
	padding: 6px 0 4px 0;
	border-bottom: 1px solid #DDD;
}
table.shop_table .button {
	margin-top: 0px;
	clear: right;
	margin-left: 10px;
}
table.shop_table .checkout-button {
	float: right;
}
table.my_account_orders {
	width: 100%
}

#payment {
	float: left
}
.full-width {
	width: 100%;
}

.dropdown_widget span.amount {
	color: #5A9E2E
}

.button:hover {
	opacity: 0.9;
}

.form-row {
	overflow: hidden;
	zoom: 1;
	padding: 3px 0 0;
	margin: 0 0 6px;
}

.col2-set .col-1 {
	float: left;
	width: 48%;
}

.col2-set .col-2 {
	float: right;
	width: 48%;
}

.orderby {
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	display: block;
	color: #444;
	background: #fff;
	height: 24px;
}
div form .form-row input.input-text, div #content .form-row input.input-text, div form .form-row textarea, div #content .form-row textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 1px solid #CCC;
	width: 100%;
	padding: 6px 12px;
	min-height:30px;
	margin: 0;
	outline: 0;
	background: white none;
	font-size: 12px;
	line-height: 18px;
}

#order_comments {
	max-width:100%;
	min-height:80px;
}
.col2-set {
	width: 100%;
	float: left;
}

.col-1, .col-2 {
	position: relative;
}


.form-row-first, .form-row-last {
	float: left;
	width: 47%;
	overflow: visible;
}

.form-row-last {
	float: right;
}

.addresses.col2-set .col-1, .addresses.col2-set .col-2 {
	width: 50%;
}

.customer_details {
	margin-bottom: 20px
}
.addresses {
}
.post-content .order_details {
	overflow: hidden;
	list-style: none;
	background: url(images/info_bg.png) bottom left repeat-x #f9f9f9;
}

.post-content .order_details li {
	border-bottom: 1px solid #ededed;
	padding-bottom: 4px;
	margin-bottom: 4px;
	margin-left: 0;
	padding-left: 12px
}

#customer_details {
	margin-bottom: 30px;
}
h3#order_review_heading {
	clear: both;
}

#payment ul.payment_methods {
	text-align: left;
	margin: 0;
	list-style: none;
	margin-bottom: 20px;
}

#payment ul.payment_methods li {
	margin-bottom: 8px;
}
#payment div.payment_box {
	margin-top: 10px;
	margin-bottom: 10px;
	width: auto;
	padding: 8px;
	padding-left: 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background: url(images/info.png) no-repeat 8px 10px #F6F6F6;
	border: 1px solid #EDEDED;
	font-size: 12px;
}

#shiptobilling {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
}
#shiptobilling-checkbox {
	float: left;
}

.form-row label {
	display: block;
}

.shipping-calculator-form select {
	width: 140px
}

#createaccount {
	float: left
}
label.checkbox {
	float: left;
	padding: 0 6px
}

.lost_password {
	float: left;
	margin-top: 14px;
	margin-left: 20px;
}


.woocommerce-checkout .post-content form {
	display: block;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.required {
	color: #FF0000
}

#review_form label {
	float: left;
}

#review_form span.required {
	display: none
}

tr.total {
	font-size: 18px
}
tr.total span.amount {
	color: #5A9E2E;
	font-size: 18px;
	font-weight: normal
}

.woocommerce_error {
	background: url(images/warning.png) no-repeat 8px 10px #F6F6F6;
}
ul.woocommerce_error li {
	margin-left: 0
}


/* HOMEPAGE TEMPLATES */

.home-page-sidebar .home-products {
	width: 72%;
}

.home-page-sidebar .home-products ul.products li {
	width: 204px;
	margin-right: 54px;
}

/* HOMEPAGE TEMPLATES - sidebar + widgets */
.home-page-sidebar-widgets #sidebar {
	margin-top: 20px;
	width: 30%;
}
.home-page-sidebar-widgets .home-products {
	width: 65%;
}

.home-page-sidebar-widgets .home-products ul.products li {
	width: 194px;
	margin-right: 32px;
}


/* BUTTONS */
a.slide-button {
	background: url(images/flechebtorange.jpg) no-repeat scroll right top #F3AE37;
	color: #FCFCFC;
    cursor: pointer;
    float: left;
    font: 14px 'exomedium',"Oswald",sans-serif;
	border-bottom: 1px solid #d4d0cd;
    left: 0;
    padding: 1px 32px 1px 10px;
    position: absolute;
    text-align: center;
    text-shadow: none;
    top: 94px;
	text-shadow: 1px 1px 0 rgba(72,38,27,.4);
}
a.slide-button:hover {
	opacity: 0.9;
}
h2.home-slide-title {
	color: #f29c07;
	font-size: 32px;
	font-family: 'sofiaregular', 'exobold', 'Oswald', 'Droid Sans', Helvetica, sans-serif; 
	float: left;
	clear: left;
	background-color:#FFF;
	padding: 3px 11px 3px 6px;
	margin-bottom: 3px;
}
p.slider-caption {
	padding-bottom: 0;
	float: left;
	clear: left;
	background-color:#FFF;
	font-family: 'exolight', 'Oswald', 'Droid Sans', Helvetica, sans-serif; 
	font-size: 28px;
	padding: 10px;
	max-width: 60%;
	color:#48261b;
	text-transform:uppercase;
}

/*
Prev/Next Nav
*/
.hs_wrap .flex-direction-nav li .prev, #ss_wrap .flex-direction-nav li .prev, .flex-direction-nav li .prev {
	display: block ;
	height: 13px;
	width: 8px;
	background: url(images/paginationprev.png) no-repeat center left;
	text-indent: -99999em; 
	left: 291px;
	top: 9px;
}
.hs_wrap .flex-direction-nav li .next, #ss_wrap .flex-direction-nav li .next, .flex-direction-nav li .next {
	display: block ;
	height: 13px;
	width: 8px;
	background: url(images/paginationsuiv.png) no-repeat center right;
	text-indent: -99999em;
	top: 9px;
	left: 309px;
}

.page-template-page-home-3-php .related ul.products li {width:176px;}

/* GALLERY */
.gallery-img {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}
.gallery-item {
	float: left;
}

#gallery.gallery-1col .gallery-desc {
	float: left;
	width: 270px;
	padding-left: 20px;
	padding-top: 8px;
}
#gallery.gallery-1col .gallery-desc p {
	padding-top: 20px;
}
#gallery.gallery-1col .gallery-item {
	margin-bottom: 26px;
}
#gallery.gallery-2col .gallery-item {
	width: 440px;
	margin-right: 40px;
	margin-bottom: 20px;
}
#gallery.gallery-2col .gallery-desc {
	float: left;
	padding-left: 8px;
	padding-top: 10px;
	width: 424px;
}
#gallery.gallery-3col .gallery-item {
	width: 292px;
	margin-right: 24px;
	margin-bottom: 20px;
}



/* GALLERY */
.gallery-img {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}
#content .galleries article {
	float: left;
	padding-bottom: 0;
	margin-bottom: 20px;
	background: transparent;
	border-bottom: 0;
}
.galleries article h2 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 8px;
}

.galleries article h2 a {
	
	text-decoration: none;
}

.galleries article h2 a:hover {
}
.galleries .gallery-image-wrap .zoom-icon, .galleries .gallery-image-wrap .link-icon {
	bottom: 11px;
}

.widget-gallery-wrap .gallery-img {
	background: #f9f9f9;
	padding: 5px;
	border: 1px solid #EAEAEA;
}
#index-page .galleries article {
	border: 0;
	margin-bottom: 24px;
	background: transparent;
}

.galleries article {
	background: transparent;
}

.gallery-image-wrap {
	float: left;
	margin-bottom: 14px;
	max-width: 100%;
	position: relative;
	margin-right: 20px;
	background: #FFF;
}

.single-portfolio .thumb {
	margin-bottom: 14px;
	position: relative;
}
.single-portfolio .flexslider {
	margin-bottom: 15px;
}
.gallery-image-wrap img {
	float: left;
	max-width: 100%;
}


.single-gallery #left {
	width: 100%;
}
.post-type-archive #left, .tax-pcategory #left, .tax-ptag #left, .page-template-page-gallery-php #left {
	width: 100%;
}
.galleries {
	width: 100%;
	float: left;
	margin-top:20px;
}
.galleries article {
	width: 46%;
	margin-right: 8%;
	margin-bottom: 30px;
	float: left;
	border-bottom: 0;
}
/* One column portoflio layout */
.galleries .one-column article {
	width: 100%;
}
.galleries .one-column .gallery-image-wrap {
	width:46%;
}

/* Three column potfolio layout */
.galleries .three-column article {
	width: 30%;
	margin-right:5%;
}
.galleries .three-column article .gallery-image-wrap {
	max-width: 100%;
	margin-right: 0;
}

/* Two column potfolio layout */
.galleries .two-column article .gallery-image-wrap {
	max-width: 100%;
	margin-right: 0;
}

.galleries .one-column article {
	width: 100%;
	margin-right: 0
}
.galleries .one-column article .gallery-image-wrap {
	margin-right: 20px
}


.single-portfolio .flexslider {
	margin-bottom: 15px;
}
span.image-count {
	position: absolute;
	left: 3%;
	bottom: 3%;
	background: #3d3d3d;
	padding: 0px 6px;
	color: #fefefe;
}

/* =Responsiveness: Desktop
================================================== */

.container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

/* =Responsiveness: Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
		width: 768px;
	}

	.wrap-inside {
		width: 768px;
		padding: 0;
	}

	#home-widgets, #index-page, #entry-full {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-right: 0;
		padding-left: 0;
	}

	#footer-widgets {
		width: 100%;
	}


	#home-widgets .home-widgets-fourth .home-widget, .home-portfolio-items li {
		width: 172px;
	}

	#home-widgets .home-widgets-half .home-widget {
		width: 364px;
	}

	.post-full .thumb {
		padding: 1%;
		max-width: 98%;
	}

	.slide-caption {
		width: 708px !important;
	}

	.active-sidebar #left {
		width: 73%;
	}

	#sidebar .ufo-recent .meta {
		width: 180px;
	}

	#sidebar .ufo-recent .meta a:hover {
		color: #3d3d3d;
	}

	#copyright {
		width: auto;
	}

	.post-type-archive #left {
		width: 728px;
	}

	.tax-pcategory #left, .tax-ptag #left, .single-gallery #left, .page-template-page-gallery-php #left {
		width: 728px;
	}

	.full-width {
		width: 728px;
	}

	.entry-right.has-thumb {
		width: 595px;
	}

	.active-sidebar .entry-right.has-thumb {
		width: 408px;
	}
	
	.full-width .entry-right.has-thumb {
	width: 614px;
	}
	
	li.product {
		width: 152px;
	}


	.images {
		width: 100%;
	}
	
	.summary {
		width:100%;
		padding:0;
		margin-top:20px;
	}
	.related ul.products li, .upsells.products ul.products li, .related ul li, .upsells.products ul li {
		width: 133px;
		margin-right: 19px;
	}
	
	.page-template-page-home-3-php .related ul.products li {
		width: 137px;
	}
	
	.home .related ul.products li {
		width:137px;
	}

	.cart-collaterals {
		width: 50%;
	}

	#sidebar .search-form .s {
		width: 150px;
	}

	.home-page-sidebar .home-products ul.products li {
		width: 152px;
		margin-right: 48px;
	}

	.home-page-sidebar-widgets .home-products ul.products li {
		width: 148px;
	}

	
	.archive .product {
	margin-right: 44px;
	}

}


/* =Responsiveness: Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
	.container {
		width: 300px;
	}

	.wrap-inside {
		width: 300px;
	}

	#home-widgets, #index-page, #entry-full {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-right: 0;
		padding-left: 0;
	}

	#footer-widgets {
		width: 260px;
	}

	#left {
		width: 100%;
	}

	.post-full .thumb {
		padding: 2%;
		max-width: 96%;
	}


	h1.title {
		font-size: 24px;
	}

	.slide-caption {
		width: 240px !important;
	}

	h2.slide-title {
		font-size: 16px;
		margin-bottom: 0;
	}
	p.quote {
		font-size: 15px;
	}

	#sidebar {
		width: 100%;
		float: left;
		padding-left: 0;
		background:transparent;
	}
	
	#sidebar-top-div, #sidebar-bottom-div {
		display:none;
	}

	.sidebar-widget {
		margin-bottom: 24px;
		width: 100%;
	}

	#footer-widgets .footer-widget {
		width: 260px;
		margin-right: 0;
		margin-bottom: 24px;
	}
	#copyright {
		width: 260px;
	}

	ul.nav li {
		display: none;
	}

	#mobile_nav {
		display: block;
	}

	.post-type-archive #left {
		width: 300px;
	}

	.tax-pcategory #left, .tax-ptag #left, .single-gallery #left, .page-template-page-gallery-php #left {
		width: 300px;
	}

	.full-width {
		width: 300px;
	}

	.index-thumb {
		width: 80px;
		height: 80px;
	}

	h1.logo {
		font-size: 30px;
	}

	.active-sidebar #left {
		width: 100%;
	}


	.hs_wrap .flex-direction-nav li .prev, #ss_wrap .flex-direction-nav li .prev, .flex-direction-nav li .prev {
		display: block ;
		height: 22px;
		width: 22px;
		background: url(images/nav-left-mobile.png) no-repeat top left;
		text-indent: -99999em;
		left: 0;
	}
	.hs_wrap .flex-direction-nav li .next, #ss_wrap .flex-direction-nav li .next, .flex-direction-nav li .next  {
		display: block ;
		height: 22px;
		width: 22px;
		background: url(images/nav-right-mobile.png) no-repeat top left;
		text-indent: -99999em;
		right: 0;
	}

	#home-widgets .home-widgets-fourth .home-widget, .home-portfolio-items li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}

	#tagline {
		padding-bottom: 10px;
	}
	h1.logo {
		margin-top: 26px;
	}

	#home-widgets .home-widgets-half .home-widget {
		width: 100%;
		margin-right: 0;
	}
	#mobile_menu {
		width: 303px;
	}

	.entry-right {
		width: 100%;
	}

	.entry-right.has-thumb {
		width: 280px;
	}

	.active-sidebar .entry-right.has-thumb {
		float: left;
		width: 100%;
	}

	article .meta {
		margin-right: 0;
	}
	.index-thumb {
		width: 40px;
		height: 40px;
	}

	.entry-left {
		display: none;
	}

	#sidebar .search-form .s {
		width: 248px;
	}


	h1.title, article h2 {
		font-size: 16px;
	}

	a.action-button {
		float: left;
		padding: 12px 0;
		position: relative;
		width: 100%;
		margin-top: 10px;
	}
	p.quote-second {
		width: 100%;
	}

	#tagline {
		padding-bottom: 0;
	}
	
	#header-inner {
		margin-top:0;
	}
	li.product {
		margin-right: 0 !important;
		width: 96%;
	}
	#content {
		width: 100%
	}
	
	.single-product #content {
		width: 100%;
	}
	.wrap-inside {
		padding: 0;
	}

	.summary {
		width: 100%;
		padding: 10px 0;
	}

	#top-container .search-form .s {
		width: 246px;
	}
	#top-container2 .search-form .s {
		width: 246px;
	}
	#searchbar {
		margin-left:0;
	}

	ul.top {
		float: left;
		margin: 8px 0;
	}

	.images {
		width: 100%;
	}

	.product-thumbnail {
		display: none
	}
	.qty {
		width: 18px;
	}

	table.shop_table th {
		padding: 9px 8px;
	}

	table.shop_table td {
		padding: 6px 3px;
	}

	.home .related ul.products li,	.related ul.products li, .upsells.products ul.products li, .related ul li, .upsells.products ul li {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 30px;
	}

	.cart-collaterals {
		width: 100%;
	}

	#social {
		width: 100%;
		margin-bottom: 0;
		margin-top:10px;
		float:right;
	}
	#phone {
		text-align: left;
	}

	.home-page-sidebar .home-products ul.products li {
		width: 100%;
		margin-right: 0 !important;
	}

	.home-page-sidebar .home-products {
		width: 100%;
	}

	table.shop_table .checkout-button {
		float: left;
		margin: 10px 0 0 0;
		width: 100%;
	}

	table.shop_table .button {
		padding: 8px 8px;
	}

	.home-page-sidebar-widgets #sidebar {
		width: 100%;
	}
	
	#home-widgets .home-widget {
		width: 96%;
		margin-right: 0 !important;
	}
	
	.form-row-first, .form-row-last {
		width: 45%;
	}
	
	p.slider-caption {
		display:none;
	}
	h2.home-slide-title {
		font-size:16px;
	}
	a.slide-button {
		font-size:12px;
	}
	
	li.product, .home-page-sidebar-widgets .home-products ul.products li {
	width: 100%;
	}
	
	.related ul.products li, .upsells.products ul.products li, .related ul li, .upsells.products ul li {
	width: 100%;;
	}
	
	.page-template-page-home-3-php .related ul.products li {
		width: 100%;
	}
	
	.home-page-sidebar-widgets #sidebar {
	width: 100%;
	}
	
	.galleries .three-column article, .galleries .two-column article, .galleries .one-column article {
		width:100%;
		margin-right:0 !important;
	}
	
	.galleries .one-column article .gallery-image-wrap {
		width:100%;
		margin-right:0;
	}
}

/* =Responsiveness: Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width: 420px;
	}

	.wrap-inside {
		width: 420px
	}

	#home-widgets, #index-page, #entry-full {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-right: 0;
		padding-left: 0;
	}

	.slide-caption {
		width: 360px !important;
	}

	.post-full .thumb {
		padding: 2%;
		max-width: 96%;
	}

	#left {
		padding: 14px 0 0 0;
		width: 100%;
	}
	#sidebar {
		width: 100%;
		float: left;
		margin-top: 20px;
		padding-left: 0;
	}
	.sidebar-widget {
		margin-bottom: 40px;
	}

	#footer-widgets .footer-widget {
		width: 380px;
		margin-right: 0;
		margin-bottom: 24px;
	}
	#copyright {
		width: 380px;
	}

	#content article {
		padding-bottom: 0;
		max-width: 100%;
	}

	ul.nav li {
		display: none;
	}

	#mobile_nav {
		display: block;
	}

	#searchbar {
		display: block;
		margin-left:0;
	}

	.post-type-archive #left {
		width: 420px;
	}

	.tax-pcategory #left, .tax-ptag #left, .single-gallery #left, .page-template-page-gallery-php #left {
		width: 420px;
	}

	#footer-widgets {
		width: 380px;
	}

	.full-width {
		width: 420px;
	}

	.active-sidebar #left {
		width: 100%;
	}

	#mobile_menu {
		width: 423px;
	}

	article .meta {
		margin-right: 0;
	}

	.active-sidebar .entry-right.has-thumb {
		float: left;
		width: 280px;
	}

	.index-thumb {
		width: 80px;
		height: 80px;
	}

	.entry-left {
		width: 110px;
		margin-right: 10px;
		display: block;
	}

	#sidebar .search-form .s {
		width: 364px;
	}


	a.action-button {
		float: left;
		padding: 12px 0;
		position: relative;
		width: 100%;
		margin-top: 10px;
	}

	p.quote-second {
		width: 100%;
	}

	#top-container .search-form .s {
		width: 366px;
	}
	#top-container2 .search-form .s {
		width: 366px;
	}

	table.shop_table td {
		padding: 12px 3px;
	}

	.weaccept {
		float: left;
	}
	
	.single-product #content {
	width: 100%;
	}

}


/* #Clearing
================================================== */

.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}




#tab-description h2 {
	font-family: 'exomedium', Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #39281d;
}
#tab-description p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #777777;
}
.woocommerce-error{
	background: url("images/error.png") no-repeat scroll 8px center  #F6F6F6;
    border: 1px solid #EDEDED;
    border-radius: 2px 2px 2px 2px;
    font-size: 12px;
    height: 20px;
    margin-bottom: 20px;
    padding: 8px 8px 8px 30px;
    width: auto;
}
.woocommerce-error .button, .woocommerce-message .button{
	float:right;
}
.woocommerce-error .button:hover{
	text-decoration:underline;
}
.woocommerce-error .button:after,.woocommerce-message .button:after, .added_to_cart:after{
	content:' →';
}
.added_to_cart{
	text-decoration:underline;
}
.rose{
	color:#D22054;
}
#presse, #mags{
	float:left;
	margin-right: 98px;
}
#blogs{
	float:left;
}
#paris, #couronne{
	float:left;
	margin-right: 99px;
	height: 500px;
}
#province, #agendas{
	float:left;
}
#paris dt, #province dt, #eshop dt, #couronne dt, #mags dt, #blogs dt, #presse dt{
	margin-top:20px;
	text-transform:uppercase;
}
#paris a, #province a, #eshop a, #mags a, #blogs a, #presse a, #couronne a{
	color:#D61F53;
	text-decoration:none;
}
#paris a:hover, #province a:hover, #eshop a:hover, #mags a:hover, #blogs a:hover, #presse a:hover, #couronne a:hover{
	opacity: 0.8;
	text-decoration:none;
}


#social-footer li{
	list-style-type:none;
}

#social-fb{
	display:block;
	background-image: url(images/social_facebook_off.png);
	width: 137px;
	height: 24px;
	border: none;
	margin-bottom:7px;
}
#social-fb:hover, #social-fb:focus{
background-image: url(images/social_facebook_on.png);
}
#social-fb img{
display:none;
}
#social-insta{
	display:block;
	background-image: url(images/social_instagram_off.png);
	width: 137px;
	height: 24px;
	border: none;
	margin-bottom:7px;
}
#social-insta:hover, #social-insta:focus{
background-image: url(images/social_instagram_on.png);
}
#social-insta img{
display:none;
}
#social-pin{
	display:block;
	background-image: url(images/social_pinterest_off.png);
	width: 137px;
	height: 24px;
	border: none;
	margin-bottom:7px;
}
#social-pin:hover, #social-pin:focus{
background-image: url(images/social_pinterest_on.png);
}
#social-pin img{
display:none;
}
#social-hello{
	display:block;
	background-image: url(images/social_hellocoton_off.png);
	width: 137px;
	height: 24px;
	border: none;
	margin-bottom:7px;
}
#social-hello:hover, #social-hello:focus{
background-image: url(images/social_hellocoton_on.png);
}
#social-hello img{
display:none;
}
#social-twitter{
	display:block;
	background-image: url(images/social_twitter_off.png);
	width: 137px;
	height: 24px;
	border: none;
	margin-bottom:7px;
}
#social-twitter:hover, #social-twitter:focus{
background-image: url(images/social_twitter_on.png);
}
#social-twitter img{
display:none;
}


.h1boutique{
	margin-bottom:27px;
}
.h1cat{
	border-bottom: 1px dotted;
    font-size: 30px;
    margin-bottom: 27px;
    text-transform: uppercase;
    width: 100%;
}
.txtstrong{
	font-weight:bold;
	color: #48261B;
    font-family: Arial,Helvetica,sans-serif;
	padding: 0;
	letter-spacing: normal;
}
.txtstronggris{
	font-weight:bold;
	color: #4B4B4B;
    font-family: Arial,Helvetica,sans-serif;
	padding: 0;
	letter-spacing: normal;
}

/*personnalisation tab description de produit */
#tab-description p {
    line-height: 20px;
    margin-bottom: 15px;
    padding-bottom: 0;
}
#tab-description h2 {
    color: #39281d;
    font-family: 'exomedium',Arial,Helvetica,sans-serif;
    font-size: 19px;
    margin-bottom: 5px;
    margin-top: 32px;
}
#tab-description span {
    font-style: italic;
}
#tab-description h3 {
    margin-top: 23px;
}
#tab-description ul {
    margin-bottom: 15px;
}
#tab-description li {
    color: #777777;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
	list-style-type: disc;
    margin-left: 14px;
}


/*personnalisation TVA panier */
.includes_tax {
    color: #4b4b4b;
    font-size: 12px;
}

tr.total .includes_tax span.amount {
    color: #5a9e2e;
    font-size: 12px;
    font-weight: normal;
}