/*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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	outline: none;
}
input, textarea, button { outline: none; }
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
/*RESET*/

@font-face
{
    font-family: olivier;
    src: url('../fonts/olivier.eot');
    src: url('../fonts/olivier.woff') format('woff'), url('../fonts/olivier.ttf') format('truetype'), url('../fonts/olivier.svg') format('svg');
}


body{
    background: white;
    font-family: 'Lato', sans-serif;
    color: #555;
}

#background{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 1;
}
#background div{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-image: url(https://boutique.localizz.fr/media/wysiwyg/fond-site/fond.jpg);
    display: none;
}

.page-popup {
    padding: 20px;
}
.page-popup #background{
    display: none;
}

#wrapper, .wrapper{
    position: relative;
    z-index: 2;
}

/* to use */
.clear{
    clear: both;   
}

h2{ 
    margin:0px 0 10px 0; 
    padding-top: 15px;
    font-size:16px;  
    color:#d07228; 
    border: none;  
    text-transform: uppercase;
}

h1, .h1{
    position: relative;
    margin-bottom: 20px;
    padding: 22px 0px 5px 0px;
    color: #a5b64e;
    font-size: 22px;
    border-bottom: 2px solid #a5b64e;
    color: #859B12;
    text-transform: none;
}
h1:after, .h1:after{
    position: absolute;
    right: 0;
    bottom: -12px;
    display: block;
    background: url(../images/fleche-titre.png) left top no-repeat;
    width: 18px;
    height: 10px;
    content: "";
    z-index: 2;
}

h2 span{
    font-size: 14px;
    color: #555;
    font-weight: 700;
    padding-left: 10px;
}
h2 span a{
    color: #555;
    font-weight: 700;
    padding-left: 10px;
}

p{
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0px 5px 0px;
    color: #333333;
}

label{
    font-size: 14px;
    line-height: 18px;
}

ul li{
    font-size: 14px;
    color: #333333;
}

a{
    text-decoration: none;
    color: #859B12; 
}

a:hover{
    text-decoration: underline;
}

.orange{
    color: #CF6F0F;
}

.vert{
    color: #859B12; 
}

.marron{
    color: #5A2A16;
}

.italic{
    font-style: italic;
}

.normal{
    font-size: 14px;
}

.no-padding{
    padding: 0;
}

.no-margin{
    margin: 0;
}

.no-display{
    display: none;
}

.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* to use */


.main, .header, .footer{
    position: relative;
    width:1000px;
    margin: 0 auto;
    /*padding: 0px 10px 0px 10px;*/
    background: white;
}

.main{
    font-size: 14px;    
}

.header{ 
    height: 140px;
    margin-top: 0px;
}

.header > h1 {
	margin: 0;
	padding: 0;
	border: none;
}
.header > h1::after {
	content: none;
}

.header .logo{
    position: absolute;
    top: 8px;
    left: 16px;
    margin: 0;
    padding: 0;
}
.header .logo:after{
    content: none;
}

.col2-right-layout .col-main{
    width: 780px;
    float: left;
}
.col2-right-layout .col-right{
    width: 200px;
    padding: 20px 20px 20px 0;
    float: right;
}


.col-main .toolbar{
    position: relative;
    padding: 10px;
    background: #f3f3f3;
    
    width: 95%;
    margin: 50px auto 20px;
}

.col-main .toolbar .pages{
    position: absolute;
    top: -30px;
    right: 0px;
}
.col-main .toolbar .pager{
    float: left;
    margin: 0;
}
.col-main .toolbar .amount{
    float: left;
    width: 250px;
    font-weight: 700;
}
.col1-layout .col-main .toolbar .amount{
    width: 360px;
}
.col-main .toolbar .limiter{
    float: left;
    width: 250px;
    margin-top: 5px;
}
.col-main .toolbar .sorter{
    float: right;
    margin-top: 5px;
}



.col-main{   
    min-height: 400px;
    padding-bottom: 50px;
}

.col-main .error-msg, .col-main .cart-empty{
    width: 90%;
    margin: auto;
}

/*pager*/
/*.pager .amount{
    float : left;
}*/
.pager .pages{
    float: right;
}

.pages li {
    float: left;
    color: #B3B3B3;
    font-size: 14px;
    margin: 0px 4px 0px 4px;
}

.pages li a{
    display: block;
    color: #B3B3B3;
    padding: 5px;
    font-size: 14px;
    text-decoration: none;
}

.pages li.current, .pages li:hover{
    border-color: #a5b64e;
    background-color: #a5b64e;
    color: #fff;
}

.pages li.current{
    padding: 5px;
}

.pages li:hover a{
    color: #fff;
}

.pages li a:hover{
    text-decoration: none;
}

/*pager*/

.col2-left-layout-producteur .cols{
    position: relative;
    padding-left: 200px;
    min-height: 500px;
}

.col2-left-layout-producteur .col-left{
    width: 200px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.col2-left-layout-producteur .col-main{
    width: 800px;
    padding-top: 10px;
}

.breadcrumbs {
    height: 20px;
    padding-top: 2px;
    background:  url(../images/t/fond-ariane.png) left top repeat-x;
    
}

.breadcrumbs ul {
    padding-left: 10px;
}

.breadcrumbs li{
    float: left;
    padding-left: 5px;
}

.breadcrumbs li a{
    text-decoration: none;
    color: #5A2A16;
    font-size: 13px;
}

.breadcrumbs li strong{
    color: #859B12;
    font-size: 13px;
}


.footer{
    background: #5A2A16 url(../images/footer/logo.png) no-repeat right top;
    height: 450px;
    margin-bottom: 50px;
    position: relative;
}

.footer h5{
    font-family: olivier;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.footer a{
    color: #FFFFFF;
}

#newsletter-validate-detail{
    position: absolute;
    left: 40px;
    top: 40px;
    width: 300px;
}

#newsletter-validate-detail .form-subscribe-header{
    margin-bottom: 20px;
}
#newsletter-validate-detail .form-subscribe-header label{
    font-family: olivier;
    color: #fff;
    font-size: 20px;
}

#newsletter-validate-detail #advice-validate-email-newsletter{
    position: absolute;
    top: 85px;
    font-size: 12px;
    color: #CF6F0F;
}

.footer .block-followus{
    position: absolute;
    left: 410px;
    top: 40px;
}

.footer .block-followus ul{
    float: none;
}
.footer .block-followus ul li{
    float: left;
    margin: 4px 20px 0px 0px;
}

.footer .block-followus ul li a{
    display: block;
    width: 26px;
    height: 26px;
    text-decoration: none;
}

.footer .block-followus ul li a.facebook{
    background: url(../images/footer/facebook.png) no-repeat left top;
}
.footer .block-followus ul li a.twitter{
    background: url(../images/footer/twitter.png) no-repeat left top;
}
.footer .block-followus ul li a.instagram{
    background: url(https://boutique.localizz.fr/index.php/local/cms_wysiwyg/directive/___directive/e3ttZWRpYSB1cmw9Ind5c2l3eWcvaW5zdGFncmFtLnBuZyJ9fQ,,/key/12987e67ec4753c6472ad2cf89be85f4/) no-repeat left top;
}
.footer .block-followus ul li a.linkedin{
    background: url(https://boutique.localizz.fr/index.php/local/cms_wysiwyg/directive/___directive/e3ttZWRpYSB1cmw9Ind5c2l3eWcvbGlua2VkaW5fMV8ucG5nIn19/key/12987e67ec4753c6472ad2cf89be85f4/) no-repeat left top;
}

.footer #re_captcha_newsletter{
	margin-top: 10px;
}

.footer div.links{
    float: left;
    margin: 240px 0px 0px 40px;
    width: 180px;
    font-size: 14px;
}
.footer div.links ul li{
    padding: 2px 0px;
}

.footer ul.links{
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%;
}

.footer ul.links li{
    display: inline-block;
    padding: 5px;
    font-size: 12px;
}
.footer ul.links li:after{
    content: '|';
    display: inline-block;
    color: #808080;
    padding-left: 10px;
}
.footer ul.links li:last-child:after{
    content: none;
}

.footer ul.links li a{
    font-size: 12px;
    color: #808080;
}


#search_mini_form{
    position: absolute;
    top: 40px;
    left: 350px;
}

#search_mini_form #search, #newsletter-validate-detail #newsletter{
    color: #555;
    border-right: 0px;
    border-left: 1px;
    border-top: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #E7E7E7;
    width: 260px;
    font-size: 14px;
    padding: 9px 20px;
    float: left;
    margin: 0px;
}

#newsletter-validate-detail .container-captcha{
	position: relative;
}
#newsletter-validate-detail .container-captcha #re_captcha_newsletter{
	transform:scale(0.8);
	-webkit-transform:scale(0.8);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}
#newsletter-validate-detail .container-captcha .actions{
	position: absolute; 
	top: 12px; 
	right: 0px;
}

#search_autocomplete{
    padding: 10px;
    background: #f2f2f2;
    z-index: 999;
}
#search_autocomplete ul li{
    padding: 5px 10px;
    font-size: 12px;
    color: #797979;
    cursor: pointer;
}
#search_autocomplete ul li:hover{
    color: #fff;
    background: #859B12;
}
#search_autocomplete .amount{
    display: none;
}

#search_mini_form .button, #newsletter-validate-detail .button{
    height:36px;
    width: 50px;
    border: 0px;
    background: #859B12;
    color: #FFFFFF;
    font-size: 16px;
}

#mainTopLinks{
    position: absolute;
    right: 0px;
    top: 40px;
}
#mainTopLinks li { 
    float: left;
    padding: 5px 10px;
}
#mainTopLinks li.first {
    background: url('../images/my-account.png') no-repeat left 10px;
    height: 28px;
    padding-left: 30px;
    padding-top: 10px;
}
#mainTopLinks li.last {
    display: inline-block;
    background: url('../images/cart.png') no-repeat left 10px;
    height: 28px;
    padding-left: 60px;
    margin-left: 20px;
    width: 80px;
    padding-top: 10px;
}
#mainTopLinks li a{
    font-family: olivier;
    font-size: 16px;
}
#mainTopLinks li.last a span{
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #4d4d4d;
}
#mainTopLinks li.last a span.price{
    color: #CF6F0F;
    font-size: 16px;
}

#topRightLinks {
    float: right;   
    padding-right: 10px;
}

#topRightLinks li { 
    float: left;
    padding: 5px 5px 0px 5px;
}

#topRightLinks li a{ 
    font-size: 12px;
    color: #5A2A16;
}

.col-left .block{
    width: 180px;
    margin: auto;
    margin-top: 28px;
}

.block-layered-nav .block-subtitle, .block-title{
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 10px;
    color: #CF6F0F;
}

#narrow-by-list dt{
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-color: #E7E7E7;
    border-style: solid;
    margin-top: 10px;
    padding: 10px 5px 5px 5px;
    font-weight: bold;
    font-size: 14px;
}
#narrow-by-list dd{
    border-bottom: 1px;
    border-left: 1px;
    border-right: 1px;
    border-color: #E7E7E7;
    border-style: solid;
    margin-bottom: 10px;
    padding: 5px 5px 10px 5px;
    font-size: 14px;
}

#narrow-by-list li{
    padding: 3px 0;
}

#narrow-by-list li a{
    display: inline-block;
    text-transform: lowercase;
}
#narrow-by-list li a:first-letter{
    text-transform: uppercase;
}

.block-layered-nav .actions a{
    color: #4d4d4d;
    text-decoration: underline
}

.block-layered-nav .currently .label{
    font-weight: bold;
    display: block;
    padding-bottom: 4px;
}

.block-layered-nav .currently ol{
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-color: #E7E7E7;
    border-style: solid;
    margin-top: 10px;
    padding: 10px 5px 5px 5px;
}
.block-layered-nav .actions{
    border-bottom: 1px;
    border-left: 1px;
    border-right: 1px;
    border-color: #f5f5f5;
    border-style: solid;
    margin-bottom: 10px;
    padding: 5px 5px 10px 5px;
    text-align: right;
}

.block-layered-nav .currently ol li{
    position: relative;
    padding: 1px;
    margin-bottom: 10px;
}

.block-layered-nav .currently ol li:hover{
    background: #f2f2f2;
}

.block-layered-nav .currently .btn-remove {
    position: absolute;
    right: 4px;
    top: 20px;
    margin: 0;
}

.btn-remove {
    display: block;
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    background: url(../images/filter-remove.png) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}
.btn-remove:hover {
    background: url(../images/filter-remove-over.png) 0 0 no-repeat;
}

/** rating box **/
.ratings{
    width: 100%;
}
.ratings .rating-box, .ratings-table .rating-box{
    height: 22px;
    width: 85px;
    background: url(../images/etoile-grise.png) repeat-x left center;
}

.ratings .rating, .ratings-table .rating{
    height: 100%;
    background: url(../images/etoile.png) repeat-x left center;
}

/** rating box **/

ul.list-products{
    margin: 0;
    padding: 0 0 0 5px;
}

.col1-layout ul.list-products{
    padding-left: 10px;
}

.col-main li.product{
    position: relative;
    float: left;
    list-style-type: none;
    width: 174px;
    margin: 0px 3px 5px 3px;
    font-size: 14px;
    padding: 5px 5px 0px 5px;
    
    border: 1px solid #E7E7E7;
    
    background: #FFF;
}

.products-grid li.product{
    margin-top: 15px;
    margin-bottom: 15px;
}

.catalogsearch-advanced-result .products-grid li.product{
    margin: 15px;
}

.col-main li.product .product-label{
    position: absolute;
    right: 1px;
    top: 55px;
    width: 35px;
    height: 35px;
    z-index: 2;
}

.col-main li.product .product-image{
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    overflow: hidden;
    
    margin-bottom: 5px;
}

.col-main li.product .product-image img{
    position: absolute;
    display: block;
    margin: auto;
    
    top: -50%; 
    left: 0;         
    bottom: -50%; 
    right: 0;
}

.col-main li.product.horizontal{
    width: 330px;
    border: 1px solid #E7E7E7;
}

.col-main li.product.horizontal .infos{
    width: 240px;
    float: left;
}


.col-main li.product h3{
    margin-bottom: 5px;
    height: 50px;
}

.col-main li.product h3 span{
    display: block;
    width: 170px;
    overflow: hidden;
}

.col-main li.product h3 a:hover{
    text-decoration: none;
}

.col-main li.product .producteur-name{
    color: #CF6F0F;
    font-family: olivier;
    font-size: 18px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.col-main li.product .product-name{
    color: #5a2b17;
    font-size: 16px;
    height: 34px;
}

.col-main li.product .product-localisation{
    color: #a5b64e; 
    float: left;
    background: url(../images/localisation-produit.png) left top no-repeat;
    font-size: 12px;  
    padding-top: 4px;
    width: 110px;
    overflow:hidden;
    
    height: 24px;
}

.col-main li.product .product-localisation .product-ville{
    width: 80px;
    padding-left: 25px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.col-main li.product .product-localisation .product-latlng{
    font-size: 10px;
    padding-top: 2px;
    color: #B3B3B3;
}

.col-main li.product .price-box{
    float: right;
    padding-top:3px;
    height: 25px;
}

.col-main li.product .price{
    color: #ff9900; 
    font-size: 15px;
}

.col-main li.product .price-box .price-label{
    display: none;
}

.col-main li.product .price-box .old-price, .col-main li.product .price-box .special-price{
    padding: 0;
}
.col-main li.product .price-box .old-price{
    margin-top: -4px;
    line-height: 13px;
}
.col-main li.product .price-box .old-price .price{
    text-decoration: line-through;
    font-size: 13px;
    color: #B3B3B3;
}
.col-main li.product .minimal-price{
    padding: 0px;
    display: none;
}

.col-main li.product .product-desc{
    font-size: 13px;
    color: #4d4d4d;
    height: 39px;
    text-overflow: ellipsis; 
    overflow: hidden;
    padding-top: 10px;
    margin-bottom: 5px;
    clear: both;
}

.col-main li.product .ratings{
    height: 22px;
}
.col-main li.product .ratings .rating-box{
    float: left;
}
.col-main li.product .ratings .amount{
    display: block;
    float: left;
    margin: 4px 0px 0px 4px;
}
.col-main li.product .ratings .amount a{
    font-size: 12px;
}
.col-main li.product .no-rating{
    padding: 4px 0px 0px 0px;
    height: 18px;
}
.col-main li.product .no-rating a{
    font-size: 12px;
    color: #B3B3B3;
}

.col-main li.product.horizontal .rate{
    background: url(../images/rate_horizontal.jpg) left top no-repeat;
    width: 56px;
    height: 35px;
}

.col-main li.product .buttons{
    border-top: 1px dashed #9cb414;
    padding-top: 5px;
    padding-bottom: 5px;
}

.col-main li.product .button{
    border: none;
    background: none;
    cursor: pointer;
    float: left;
}

.col-main li.product.horizontal .buttons{
    float: left;
    width: 60px;
    border-top: 0px;
    border-left: 1px dashed #9cb414;
    margin-left: 10px;
    padding-left: 10px;
}

.col-main li.product .btn-producteur{
    background: url(../images/fiche-producteur.png) center center no-repeat;
    width: 58px;
    height: 35px;
}

.col-main li.product .btn-cart{
    background: url(../images/cart_add.png) no-repeat center 2px;
    width: 58px;
    height: 35px;
}

.col-main li.product .btn-wishlist{
    background: url(../images/ajout-favoris.png) 20px center no-repeat;
    width: 58px;
    height: 35px;
}

.col-main li.product .out-of-stock{
    float: left;
    width: 58px;
    height: 35px;
    background: url(../images/cart_out_of_stock.png) no-repeat center 2px;
}

/** labels **/
.product-label.label_bio{
    background: url(../images/labels/bio.png) no-repeat left top;
}
.product-label.coup_de_coeur{
    background: url(../images/labels/coup-de-coeur.png) no-repeat left top;
}
.product-label.frais{
    background: url(../images/labels/frais.png) no-repeat left top;
}
.product-label.local{
    background: url(../images/labels/local.png) no-repeat left top;
}
.product-label.new{
    background: url(../images/labels/new.png) no-repeat left top;
}
.product-label.point_relais{
    background: url(../images/labels/point-relais.png) no-repeat left top;
}
.product-label.promo{
    background: url(../images/labels/promo.png) no-repeat left top;
}
.product-label.label_mp{
    background: url(../images/labels/matieres-premieres-locales.png) no-repeat left top;
}
.product-label.label_design{
    background: url(../images/labels/conception-locale.png) no-repeat left top;
}
.product-label.label_fab{
    background: url(../images/labels/fabrication-locale.png) no-repeat left top;
}

.product-label.ab_certifie{
    background: url(../images/labels-officiels/AB-certifie.png) no-repeat left top;
    width: 47px;
}
.product-label.ab{
    background: url(../images/labels-officiels/AB.png) no-repeat left top;
    width: 54px;
}
.product-label.aoc{
    background: url(../images/labels-officiels/AOC.png) no-repeat left top;
    width: 58px;
}
.product-label.bio_coherence{
    background: url(../images/labels-officiels/BioCoherence.png) no-repeat left top;
    width: 66px;
}

.product-label.bio_equitable{
    background: url(../images/labels-officiels/BioEquitable.png) no-repeat left top;
    width: 66px;
}
.product-label.bio_solidaire{
    background: url(../images/labels-officiels/BioSolidaire.png) no-repeat left top;
    width: 66px;
}
.product-label.demeter{
    background: url(../images/labels-officiels/Demeter.png) no-repeat left top;
    width: 116px;
}
.product-label.epv{
    background: url(../images/labels-officiels/EPV.png) no-repeat left top;
    width: 142px;
}

.product-label.eu_ab_color{
    background: url(../images/labels-officiels/EU-AB-color.png) no-repeat left top;
    width: 98px;
}
.product-label.eu{
    background: url(../images/labels-officiels/EU.png) no-repeat left top;
    width: 98px;
}
.product-label.filiere_nutrition{
    background: url(../images/labels-officiels/FiliereNutrition.png) no-repeat left top;
    width: 97px;
}
.product-label.flo_fairtrade{
    background: url(../images/labels-officiels/FLO-Fairtrade.png) no-repeat left top;
    width: 56px;
}

.product-label.label_rouge{
    background: url(../images/labels-officiels/LabelRouge.png) no-repeat left top;
    width: 66px;
}
.product-label.nature_et_progres{
    background: url(../images/labels-officiels/NatureEtProgres.png) no-repeat left top;
    width: 45px;
}
.product-label.omega3_naturels{
    background: url(../images/labels-officiels/Omega3naturels.png) no-repeat left top;
    width: 107px;
}
.product-label.peche_durable{
    background: url(../images/labels-officiels/PecheDurable.png) no-repeat left top;
    width: 94px;
}
/** labels **/

.last-products, .highest-rated-products{
    margin: 10px 0px 30px 0px;
    padding: 0px 10px 0px 10px;
}


.highest-rated-products{
    float: left;
    width: 650px;
}

.col1-layout .highest-rated-products .list-products{
     padding-left: 30px;
}

.home-promo{
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    width: 300px;
    text-align: center;
}

.home-promo h2{
    text-align: left;
}

.dossiers{
    margin-left: 12px;
}

.dossiers div{
    position: relative;
    float: left;
    cursor: pointer;
    width: 315px;
    margin: 0px 5px 20px 5px;
    overflow: hidden;
}

.dossiers a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}

.dossiers h2{
    color: #CF6F0F;
    font-family: olivier;
    border: none;
    margin-bottom: 5px;
    padding-left: 5px;
    text-transform: none;
    font-size: 18px;
}

.dossiers h2:after{
    display: none;
}

.valeurs .valeur{
    padding-left: 130px;
    height: 75px;
    padding-top: 25px;
    float: left;
}
.valeurs .valeur.produits-locaux{
    background: url(../images/valeurs/produits-locaux.png) no-repeat 20px center;
}
.valeurs .valeur.qualite{
    background: url(../images/valeurs/qualite.png) no-repeat 50px center;
}
.valeurs .valeur.transport{
    background: url(../images/valeurs/transport-CO2.png) no-repeat 70px center;
}
.valeurs .valeur.paiement-securise{
    background: url(../images/valeurs/paiement-securise.png) no-repeat 50px center;
}

.valeurs .valeur .phrase1{
    display: block;
    color: #5a2b17;
    font-size: 16px;
}
.valeurs .valeur .phrase2{
    display: block;
    font-family: olivier;
    color: #a5b64e;
    font-size: 24px;
    padding-top: 5px;
}

.valeurs-infos .info{
    width: 199px;
    padding: 0px 25px 0px 25px;
    float: left;
    text-align: justify;
    height: 150px;
    border-right: 1px solid #a5b64e;
}
.valeurs-infos .info.produits-locaux{
	width: 230px;
}
.valeurs-infos .info.qualite{
	width: 170px;
}
.valeurs-infos .info.transport{
	width: 200px;
}
.valeurs-infos .info.paiement-securise{
	width: 200px;
	border: none;
	padding-right: 0px;
}

.valeurs-infos .info p{
	font-size: 11px;	
	line-height: 16px;
}


/* Pages producteur */
.banniere{
    padding-bottom: 3px;
    background: #f1f1f1 url(../images/t/ombre-h.png) left bottom repeat-x;
}
.banniere img{
    margin: 0;
    padding: 0;
    display: block;
}

.col-left .menu-left li{
    position: relative;
    display: block;
    width: 200px;
    height: 90px;
    list-style-type: none;
    
    border-bottom: 1px solid #ccc; 
}

.col-left .menu-left li.small{
    height: 50px;
}

.col-left .menu-left li.selected{
    width: 200px;
    border-right: none;
    background-color: white;
}

.col-left .menu-left li a{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 25px;
    padding-top: 65px;
    color: #555;
    text-decoration: none;
    text-align: center;
    display: block;
    font-family: olivier;
    font-size: 20px;
    background-position: center 5px;
    background-repeat: no-repeat;
}

.col-left .menu-left li.small a{
    padding-top: 20px;
    height: 30px;
    padding-left: 40px;
    text-align: left;
    font-size: 16px;
    background-position: 7px 12px;
    background-repeat: no-repeat;
}


.col2-left-layout-producteur .col-left{
    background: #f9f9f9 url(../images/t/ombre-v.png) right top repeat-y;
}
.col-left .menu-left .carte a{
    background-image: url('../images/t/carte.png');
    color: #5a2a14;
}
.col-left .menu-left .producteur a{
    background-image: url('../images/t/producteur.png');
    color: #cd6702;
}
.col-left .menu-left .produits a{
    background-image: url('../images/t/produits.png');
    color: #859b12;
}
.col-left .menu-left .actu a{
    background-image: url('../images/t/actu.png');
    color: #9db515;
}
.col-left .menu-left .promos a{
    background-image: url('../images/t/promo.png');
    color: #ff9a00;
}


.col-left .menu-left .account a{
    background-image: url('../images/menu-account/account.png');
}
.col-left .menu-left .account_edit a{
    background-image: url('../images/menu-account/account_edit.png');
}
.col-left .menu-left .address_book a{
    background-image: url('../images/menu-account/address_book.png');
}
.col-left .menu-left .orders a{
    background-image: url('../images/menu-account/orders.png');
}
.col-left .menu-left .billing_agreements a{
    background-image: url('../images/menu-account/billing_agreements.png');
}
.col-left .menu-left .reviews a{
    background-image: url('../images/menu-account/reviews.png');
}
.col-left .menu-left .wishlist a{
    background-image: url('../images/menu-account/whislist.png');
}
.col-left .menu-left .newsletter a{
    background-image: url('../images/menu-account/newsletter.png');
}
.col-left .menu-left .customercredit a{
	background-image: url('../images/menu-account/billing_agreements.png');
}
.col-left .menu-left .parrainage a{
	background-image: url('../images/my-account.png');
}
.col-left .menu-left .customercredit img, .col-left .menu-left .customercredit .price{
	display: none !important;
}


/*gallery*/
.gallery { float:left; width:200px; }
.gallery .image { position: relative; overflow:hidden; width:100%; height:200px; border: 1px solid #E7E7E7; padding: 0;}
.gallery .image img { max-width: 200px; max-height: 200px; }
.gallery .image a {  position: absolute; left: 0; top: 0; display: none;}
.gallery .image a:first-child {  display: block;}
.gallery .more-views {  
    color: #a5b64e; 
    text-align: center;
    font-size: 16px;
    margin-top:5px;
}
.gallery .more-views .infos{  
    padding-top: 5px;
    float: left;
    width:162px;
}
.gallery .more-views .img-left { 
    float: left; 
    background: url(../images/img-left.jpg) no-repeat left top;
    width: 19px;
    height: 22px;
    cursor: pointer;
}
.gallery .more-views .img-right { 
    float: left; 
    background: url(../images/img-right.jpg) no-repeat left top;
    width: 19px;
    height: 22px;
    cursor: pointer;
}
/*gallery*/


.producteur-view{
    padding: 20px 10px 10px 30px;
    margin-bottom: 40px;
}

.producteur-view h1{
    font-family: olivier;
    font-size: 32px;
    padding: 0px;
    margin: 0px;
    border: none;
}
.producteur-view h1:after{
    content: none;
}

.producteur-view .ville{
    font-size: 20px;
}

.producteur-view .description{
    margin-top: 20px;
}

.producteur-view .description h2{
    border: none;
    margin: 0;
}
.producteur-view .description h2:after{
    content: none;
}

.producteur-view .description .details{
     float: left;
     width: 400px;
     padding-left: 30px;
     text-align: justify;
}

.producteur-view .gallery { 
    width:300px; 
    float: left;
}

.producteur-view .gallery .image img { 
    max-width: 300px;
    max-height: 300px;
}

.producteur-view .gallery .more-views .infos{  
    width: 262px; 
}

.producteur-products{
     padding: 0px 10px 10px 15px;
}

.blog-news{
    padding: 10px 20px 10px 20px;
}

.blog-news h2{
    margin-bottom: 0px;
}

.blog-news h2 a:hover{
    text-decoration: none;
}

.blog-news .short-content{
    position: relative;
    background: #FAFAFA;
    padding: 10px 10px 20px 10px;
}

.blog-news .short-content p{
    padding: 5px;
    color: #666666;
}

.blog-news .short-content img{
    margin: 10px;
}

.blog-news .short-content .read-more{
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #9F9F9F;
}
/* Pages producteur */

/* Page produit */
.product-view{
    padding: 20px 10px 10px 30px;
}

.product-view h1{
    font-size: 26px;
    margin: 0 0 15px 0;
    padding: 0px;
    border: none;
    color: #5a2b17;
}
.product-view h1:after{
    content: none;
}

.product-view .product-shop{
    float: left;
    width: 520px;
}

.product-view .product-shop .producteur-name{
    font-size: 22px;
    font-family: olivier;
    margin-bottom: 15px;
    color: #CF6F0F;
}

.product-view .product-shop .producteur-ville{
    font-size: 14px;
    padding-top: 4px;
    background: url(../images/localisation-produit.png) left center no-repeat;
    padding-left: 25px;
}

.product-view .description{
    margin-top: 20px;
}

.product-view .description .short-description{
     position: relative;
     float: left;
     width: 280px;
     padding: 0px 20px 40px 20px;
}

.product-view .description .short-description .std{
    margin-top: 10px;
}

.product-view .description .short-description .read-more{
    position: absolute;
    right: 10px;
    bottom: 0px;
    color: #9F9F9F;
    cursor: pointer;
}
.product-view .description .short-description .read-more:hover{
    text-decoration: underline;
}

.product-view .description .rate{
    background: url(../images/rate.jpg) left top no-repeat;
    width: 84px;
    height: 19px;
}

.product-view .right{
    float: right;
    margin-right: 10px;
    width: 220px;
}

.product-view .right .badges{
    height: 40px;
    width: 100%;
}

.product-view .right .badges .product-label{
    width: 35px;
    height: 35px;
    float: right;
    margin-left: 10px;
}

.product-view .right .badges .product-label:last-child{
	margin-left: 0px;
}

.product-view .right .actions{
    position: relative;
    background-color: #F8f8f8;
    width: 200px;
    min-height: 300px;
    padding:10px;
}

.product-view .product-options, #modalboxOptions .product-options{
    padding: 20px 0;
}

.product-view .right .price{
    font-size: 30px;
    color: #CF6F0F;
}

.product-view .right .price-notice .price{
	color: #555;
	font-size: 14px;	
}

.product-view .right .price-box .price-label{
    display: none;
}

.product-view .right .price-box .old-price .price{
    text-decoration: line-through;
    font-size: 16px;
    color: #B3B3B3;
}

.product-view .right .price-kg{
	position: absolute;
	right: 10px;
	top : 20px;
    font-size: 12px;
    color: #333333;
}

.product-view .right .engagement-producteur{
    font-size: 12px;
    color: #5a2b17;
    cursor: pointer;
}

.product-view .right .availability, .product-view .product-grouped-list .availability{
    height: 22px;
    padding-left: 30px;
    margin-top: 10px;
}

.product-view .right .in-stock, .product-view .product-grouped-list .in-stock{
    background: url(../images/cart_in_stock.png) no-repeat left top; 
}

.product-view .right .out-of-stock{
    background: url(../images/cart_out_of_stock.png) no-repeat left top; 
}
.product-view .right .product-options dd{
    margin-bottom: 15px;
}
.product-view .right .product-options select{
    max-width: 195px;
}
.product-view .right .add-to-cart .btn-cart, .product-view .product-grouped-list .add-to-cart .btn-cart, #modalboxOptions .add-to-cart .btn-cart{
    background: url(../images/btn-cart-fond.jpg) repeat-x left top; 
    width: 200px;
    height: 38px;
    border: none;
    color: white;
    margin-top: 20px;
    font-size: 14px;
    text-transform: uppercase;
}

.product-view .product-grouped-list .add-to-cart .btn-cart{
    float: right;
}

.product-view .right .actions .link-wishlist, #modalboxOptions .link-wishlist{
    display: block;
    background: url(../images/ajout-favoris.png) no-repeat left top;
    padding-left: 35px;
    padding-top: 5px;
    height: 16px;
    color: #B3B3B3;
    margin-top: 20px;
    font-size: 12px;
}

.product-view .right .add-to-cart label, #modalboxOptions .add-to-cart label{
    font-size: 12px;
}

.product-view .right .add-to-cart input, #modalboxOptions .add-to-cart input{
    height: 17px;
    padding: 0 4px 0px 4px;
    width: 40px;
    font-size: 12px;
    border: 1px solid #E6E6E6;
    text-align: right;
    margin-left: 10px;
    margin-right: 10px;
}

.product-view .right .actions .cart-plus, #modalboxOptions .cart-plus{
     background: url(../images/cart-plus.png) no-repeat left center; 
     width: 17px;
     height: 17px;
     border: none;
     cursor: pointer;
}

.product-view .right .actions .cart-moins, #modalboxOptions .cart-moins{
     background: url(../images/cart-moins.png) no-repeat left center; 
     width: 17px;
     height: 17px;
     border: none;
     cursor: pointer;
     margin-left: 5px;
}

.product-view .right .actions .sku{
    display: block;
    background: url(../images/ref-produit.png) no-repeat 5px top;
    padding-left: 35px;
    padding-top: 7px;
    height: 21px;
    color: #B3B3B3;
    margin-top: 20px;
    font-size: 12px;
}

.product-view .product-grouped-list{
    margin-bottom: 40px;
    padding-right: 20px;
}
.product-view .product-grouped-list .grouped-items-table {
    margin-top: 10px;
}
.product-view .product-grouped-list .grouped-items-table tr th{
    font-size: 14px;
}
.product-view .product-grouped-list .grouped-items-table tr td:first-child{
    font-size: 14px;
    padding: 6px 4px;
}
.product-view .product-grouped-list .grouped-items-table .price{
    font-size: 16px;
}


.product-view .no-rating{
    font-size: 14px;
}

.product-view .product-collateral {
    width: 740px;
    min-height: 300px;
    margin-top: 20px;
    
    border: 1px solid #E7E7E7;
}

.product-view .product-collateral .menu {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.product-view .product-collateral .menu li{
    position: relative;
    display: table-cell;
    background: #FAFAFA;
    width: 2%;
    color: #a5b64e; 
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    height: 28px; 
    cursor: pointer;
}

.product-view .product-collateral .menu li:hover{
    background: url(../images/fond-menu-product-collateral.jpg) top left repeat-x;
    color: #FFFFFF;
}

.product-view .product-collateral .menu li.selected{
    background: url(../images/fond-menu-product-collateral.jpg) top left repeat-x;
    color: #FFFFFF;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
}

.product-view .product-collateral .menu li.selected:first-child{
    border-left: 0px;
}
.product-view .product-collateral .menu li.selected:last-child{
    border-right: 0px;
}

.product-view .product-collateral .menu li.selected:after{
    position: absolute;
    display: block;
    bottom: -11px;
    left:0;
    height: 11px;
    width: 100%;
    background: url(../images/menu-product-collateral-selected.jpg) no-repeat center top;
    content:"";
}

.product-view .boxes .box-collateral{
    top: 0;
    left: 0;
    padding: 20px 10px 10px 10px;
    display: none;
}

.product-view .boxes .box-collateral:first-child{
    display: block;
}

.product-view .boxes .box-description .content{
    width: 480px;
    border-right: 1px solid #E7E7E7;
    padding-right: 20px;
    float: left;
}
.product-view .boxes .box-description .label-officiels{
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    width: 160px;
}

.product-view .boxes .box-description .label-officiels .product-label{
    height: 66px;
    float: left;
    margin: 10px;
}

.box-reviews dl {
    margin-bottom: 20px;
}

.box-reviews dl dt{
    margin-top: 10px;
}

.box-reviews dl dd{
    margin-bottom: 10px;
}


.box-reviews dl dt .ratings-table{
    float: left;
}
.box-reviews dl dt span.summary{
    font-weight: bold;
    display: inline-block;
    padding-top: 5px;
    padding-left: 5px;
}
.box-reviews dl dt span.nickname{
    display: block;
    color: #B3B3B3;
    clear: left;
    padding-bottom: 5px;
}

.box-reviews dl dd .date{
    display: block;
    color: #B3B3B3;
    padding-top: 2px;
}

.box-reviews #product-review-table{
    margin-top: 20px;
}

.box-reviews #product-review-table .nobr{
    background: url(../images/star_review.png) no-repeat left top;
    width: 25px;
    height: 24px;
    display: block;
    margin: 10px;
}

.box-reviews #product-review-table td{
    text-align: center;
}

.box-reviews .form-add fieldset{
    float: left;
    width: 350px;
    border-right: 1px solid #E7E7E7;
    margin-bottom: 10px;
}

.box-reviews .form-add label{
    padding-bottom: 2px;
}

.box-reviews .form-add textarea{
    width: 320px;
}

.box-reviews .rate-product{
    float: left;
    padding-left: 20px;
}

.box-reviews .form-add fieldset h3{
    margin-bottom: 10px;
}

.box-reviews .rate-product h4{
    padding-left: 10px;
}

#customer-reviews{
    padding-right: 20px;
}

.box-reviews h2{
    margin-top: 10px;
    margin-bottom: 20px;
}

/* Page produit */

/* page category */
.category-view{
    padding: 0px 10px  0px 10px;
}

.category-view h1{
    color: #5A2A16;
    padding-bottom: 0px;
    font-size: 26px;
    border: none;
}
.category-view h1:after{
    content: none;
}
/* page category */

.category-products{
    padding: 10px;
}

.col-main .category-products .toolbar{
    margin-bottom: 0px;
}

.col-main .page-title{
    padding: 10px;
}

.col-main .page-title.title-buttons, .col1-layout .col-main .page-title{
    padding: 10px 20px;
}

.cms-page-view .col-main div.std, .cms-no-route .col-main div.std{
    width: 90%;
    margin: auto;
}
.cms-page-view .col-main h2:not(.cms-page-view.cms-home-particulier .col-main h2){
    padding-top: 30px;
}
.cms-page-view .col-main p:not(.cms-page-view.cms-home-particulier .col-main p):not(.cms-page-view.cms-home-particulier .col-main .list-products p){
    line-height: 22px;
}
.cms-page-view .col-main ul:not(.cms-page-view.cms-home-particulier .col-main ul):not(.list-products){
    padding: 0px 0px 10px 40px;
}
.cms-page-view .col-main ul li:not(.cms-home-particulier .cms-page-view .col-main ul li):not(.product){
    line-height: 22px;
    list-style-type: disc;
}

.col-main #infosContact{
    width: 90%;
    margin: auto;
}
.col-main #infosContact .infos{
    float: right;
    width: 300px;
    line-height: 22px;
}
.col-main #infosContact .infos h2{
    padding-top: 30px;
}
.col-main #infosContact .infos ul{
    padding-left: 40px;
}
.col-main #infosContact .infos ul li{
    list-style-type: disc;
}
.col-main #infosContact .plan{
    float: left;
}
.col-main #contactForm{
    padding-left: 60px;
    width: 550px;
    margin: 0;
}
.col-main #contactForm .form-list .field{
    width: 260px;
}
.col-main #contactForm .form-list .field:first-child{
    width: 270px;
}
.col-main #contactForm label{
    line-height: 22px;
}


/* product ads */
.ads-products{
    padding: 0px 10px 0px 10px;
    margin: 50px 0px 20px 0px;
}
.ads-products h2{
    position: relative;
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    color: #808080;
    border-bottom: 2px solid #B3B3B3;
    text-transform: none;
}
.ads-products h2:after{
    position: absolute;
    right: 0;
    bottom: -12px;
    display: block;
    background: url(../images/fleche-titre-grise.png) left top no-repeat;
    width: 18px;
    height: 10px;
    content: "";
    z-index: 2;
}
.ads-products .list-products{
    height: 300px;
    padding-top: 20px;
    background: #FAFAFA;
}
/* product ads */

/* blog */
.postWrapper{
    padding: 20px;
}
.postContent{
    width: 95%;
    margin: auto;
}

.block-blog .block-content .menu-recent, .block-blog .block-content .menu-categories, .block-blog .block-content .menu-tags, ul#narrow-by-list{
    border: 1px #E7E7E7 solid;
    margin-top: 10px;
    padding: 10px 5px 5px 5px;
}

.block-blog .block-content h5{
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}
/* blog */

/* faq */
.faq-list{
    padding: 10px 40px;
    clear: both;
}

#search_faq_form{
    padding: 20px;
    float: right;
}

#search_faq_form #faqsearch{
    color: #555;
    border-right: 0px;
    border-left: 1px;
    border-top: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #E7E7E7;
    width: 200px;
    height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
}

#search_faq_form .button{
    height: 36px;
    width: 50px;
    border: 0px;
    background: #859B12;
    color: #FFFFFF;
    font-size: 16px;
    float: left;
}

.faq-list dt{
    font-weight: bold;  
    font-size: 14px;
    cursor: pointer;
    padding: 10px 0px 10px 15px;
    background: url(../images/arrow-close-faq.png) no-repeat left center;
}
.faq-list dt.open{
    background-image: url(../images/arrow-open-faq.png);
}
.faq-list dd{
    font-size: 14px;
    display: none;
}

.faq-list dd:first-letter{
    font-size: 18px;
}
/* faq */

/* sitemap */
.page-sitemap{
    margin-bottom: 40px;
}
.page-sitemap .page-sitemap, .page-sitemap .pager, .page-sitemap .sitemap, .page-sitemap .links{
    width: 90%;
    margin: 5px auto;
}
.page-sitemap .page-title{
    padding: 20px;
}
.sitemap li{
    padding: 2px;
}
.sitemap li a{
    color: #555;
}
.sitemap .level-0{
    font-size: 16px;
    text-transform: uppercase;
}
.sitemap .level-0 a{
    color: #859B12;
}
.sitemap .level-1{
    font-size: 16px;
}
.sitemap .level-1 a{
    color: #C46100;
}

.sitemap .level-2 a{
    color: #555;
}
/* sitemap */


/* Form Elements */
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background: url(../images/btn-fond.png) repeat-x left top; cursor:pointer; }
button.button:hover{ background: url(../images/btn-fond-over.png) repeat-x left top; } 
button.button span { display:block; height:20px;  padding:5px 8px 0px 8px; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout { height:38px; background:url(../images/btn-orange.png) repeat-x left top; margin-bottom: 10px;}
button.btn-checkout:hover { background:url(../images/btn-orange-over.png) repeat-x left top;}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
/* Form Elements */



.form-list li { margin:0 0 8px; }
.form-list label { float:left; font-weight:normal; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#CC6600; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; } 
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; } 
.form-list-narrow li.wide input.input-text, 
.form-list-narrow li.wide textarea { width:254px } 
.form-list-narrow li.wide select { width:260px; }

.validation-advice{
    line-height: 22px;
    color: red;
}


.buttons-set { clear:both; margin:20px 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; color: #CC6600;}
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }
.buttons-set a { display:block; padding-top: 5px; }
.buttons-set2 {border: none; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }


.fieldset { background:#f9f9f9; padding:10px; margin:28px 0; }
.fieldset .legend {   border-bottom:1px dashed #5d5d5d;  color:#5d5d5d; font-size: 16px;  margin: 0 0 20px 0;}
.fieldset h2 { padding: 0 0 5px 0; }


.data-table { width:100%; border-spacing: 0px;}
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded; }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px;  }
.data-table td { padding:3px 8px; color: #5d5d5d;}

.data-table thead th { border-right:1px solid #bebcb7; padding:2px 8px; color:#fff; white-space:nowrap; vertical-align:middle; font-size: 14px;}
.data-table thead th:last-child { }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background: #859b12; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { }
.data-table tfoot tr.first td { }
.data-table tfoot tr { background-color:#fff !important;}
.data-table tfoot td { padding: 5px 0 5px 0; border-bottom:0; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
.data-table tbody th:first-child,
.data-table tbody td:first-child { border-left:1px solid #d9dde3; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f9f9f9 !important; }
.data-table tbody.even tr { background:#f9f9f9 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {  }
.data-table tbody tr.last { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }


.my-account{
    padding: 10px;
}


.my-account .fieldset{
    margin:  20px auto;
    width: 90%;
}

.messages{
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 20px 0px 20px 0px;
    color: white;
}

.messages a{
    color: #fff;
    text-decoration: underline;
}

.messages li{
    padding: 5px 0px 5px 0px;
    color: white;
}

.messages li.success-msg{
    background: #859B12;
}

.messages li.error-msg, .messages li.notice-msg{
     background: #CF6F0F;
}

.messages .success-msg span{
    background: url(../images/success-msg.png) no-repeat left top;
    padding: 5px 30px;
    font-size: 14px;
    color: #fff;
}

.dashboard .welcome-msg { margin: 10px auto 20px; width: 90%;}
.dashboard .welcome-msg .hello { color:#d07228; font-size: 16px;}
.dashboard .welcome-msg .hello strong{ font-weight: normal; }
.dashboard .welcome-msg p { margin:0; color: #5d5d5d; font-size: 14px;}
.dashboard .col2-set { padding:15px; background:#f9f9f9;}

/* General Box */
.box-account, .my-account .col2-set, 
.my-wishlist #wishlist-table, 
.cart form, 
.my-account .order-info,
.my-account .order-items h2,
.my-account #my-orders-table,
.my-account .pager,
.opc, 
.customer-account-forgotpassword #form-validate .fieldset,
.my-account .billing-agreements > p,
.my-account > p,
.col-main > p,
.wishlist-empty, 
.my-wishlist .buttons-set2, 
#my-reviews-table, 
.my-account .product-review .product-img-box, 
.my-account .product-review .product-details, 
.catalogsearch-advanced-index #form-validate, 
.catalogsearch-advanced-result .list-products,
#oar_widget_orders_and_returns_form, 
.col-main .tags-list, 
.my-account .order-date,
.customer-account-changeforgotten form{  margin: 10px auto 10px; width: 90%;}
.box-account a{ text-decoration: underline; font-size: 12px; }
.box-account p, .box-account address{ color: #5d5d5d; line-height: 18px; }
.box-account .box-head { margin:0; text-align:right; padding-top: 5px; }
.box-account .box-head h2{ float:left; }
.my-account .title-buttons button, 
.my-account .title-buttons div, 
.col-main > p,
.col-main > h2,
.cart .title-buttons button{ margin-left: 30px; }
.my-account ol li{ margin-bottom: 20px; }

.my-wishlist #wishlist-table .description{
    padding: 5px 0px;
}
.my-wishlist #wishlist-table button{
    margin: 5px 0px;
}

.col-main > .buttons-set{
    margin: auto;
    width: 95%;
}

.col-main .tags-list li{
    display: inline-block;
    padding: 10px 20px;
}

.dashboard .box .box-title { text-align:right;  border-bottom:1px dashed #5d5d5d; padding-bottom: 5px;}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:16px; font-weight:normal; margin:0; color: #5d5d5d;}

/* Block: Account Information */
.dashboard .box-info h4 { font-size:12px; font-weight:normal; text-transform:uppercase; color: #5d5d5d; padding-top: 10px;}

.account-login, .account-create{ padding: 20px; }
.account-login form, .account-create form {margin: 30px auto; width: 95%;}
.account-login form .col2-set:first-child .col-1{ border-right: 1px solid #e4e4e4; min-height: 250px;}
.account-login .col2-set .col-1{ padding-right: 2.4%; width: 47%;}
.account-login .col2-set .col-2{ padding-left: 2.5%; width: 47%; float: left}

.my-wishlist textarea{ width : 100%; }

.cart { padding: 20px; }
.cart #discount-coupon-form{ 
    width: 345px; 
    padding-right: 20px; 
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}
.cart .totals{ float: right; text-align: right; margin-right: 45px;}
.cart #shopping-cart-totals-table{ float: right; margin: 10px 0px;}
.cart #shopping-cart-totals-table td{ padding: 10px 5px; }
.cart #shopping-cart-totals-table .price{border: 1px solid #d9dde3; background: #f8f7f5; padding: 5px; font-size: 18px;}
.cart .cart-table tr.category td, .my-wishlist #wishlist-table tr.category td{
    padding: 10px;
    font-size: 16px;
    color: #d07228;
    text-transform: uppercase;
}
.cart .cart-table tr:hover, .my-wishlist #wishlist-table tr:hover{
    background:#eeeded;
}
.cart .cart-table tr.category:hover, .my-wishlist #wishlist-table tr.category:hover{
    background:#fff;
}

.cart #discount-coupon-form .input-box{
    float: left;
    margin-top: 10px;
}

.cart #discount-coupon-form .buttons-set{
    float: left;
    margin-top: 10px;
    border: none;
    width: 200px;
    clear: none;
    padding: 0;
}

.cart #discount-coupon-form .buttons-set button{
    width: 170px;
    margin-bottom: 5px;
}

.customer-account-forgotpassword #form-validate{ padding: 20px; }

#my-reviews-table{ border: 1px solid #d9dde3; }


.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }


/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/*** opc ***/
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:10px 0 10px; }
.block-progress .block-title strong { font-size:16px; color: #a5b64e; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; background:#eeeded; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#f8f7f5; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; line-height: 18px;}
.block-progress dt.complete { margin:0; background: #f8f7f5; color:#859B12; padding: 10px 5px;}
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.block-progress #shipping_method-progress-opcheckout dd .price{
    display: block;
    font-size: 16px;
    padding-top: 10px;
}

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eeeded; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; padding:0 4px; margin:5px 5px 0 0; color:#999; }
.opc .step-title h2 { float:left; margin:0; color:#999; border: none; padding-top: 3px;}
.opc .step-title h2:after{content: none;}
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#f8f7f5; border:1px solid #bbafa0; border-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { color:#859B12; }
.opc .allow .step-title h2 { color:#859B12; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#fff; border:1px solid #bbafa0; padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { color:#859B12; }
.opc .active .step-title h2 { color:#859B12; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #bbafa0; border-top:0; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; padding: 10px 0px;}
#opc-login .form-list{padding-top: 10px; }
#opc-login #checkout-step-login .col2-set:first-child .col-1 p{ padding: 10px 0; line-height: 18px; }
#opc-login #checkout-step-login .col2-set:first-child .col-1 ul{ line-height: 18px; }

#opc-shipping_method .buttons-set { border-top:0; }
#opc-shipping_method .detail-entrepot{
    margin-top: 10px;
    margin-bottom: 20px;
    display: none;
}
#opc-shipping_method .detail-entrepot table{
    margin-top: 5px;
}


.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

.opc #shipping-address-select, .opc #billing-address-select{ margin-top: 8px; }
.opc #co-payment-form { padding-bottom: 20px; }
.opc #co-payment-form p { line-height: 18px; }

.opc .sp-methods dd{ padding: 5px 0px 15px 0px; }
.opc .sp-methods dd ul li{ padding-bottom: 10px; }
.opc #checkout-review-table-wrapper{ border-left: 1px solid #bbafa0; border-right:1px solid #bbafa0; padding: 20px 0px;}
.opc #checkout-review-table { width: 95%; margin: auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name {  color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #bbafa0; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:20px; }
#opc-review .buttons-set a { padding: 0; text-align: left;}
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

#opc-review table tr td, #opc-review table tr th{
    padding: 5px;
}

.opc #co-shipping-method-form label{
    vertical-align: middle;
}


.ui-widget-overlay{
    background: url('../images/fond-popup.png') left top repeat;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
}
.ui-dialog{
    position: absolute;
    z-index: 999;
    background: #fff;
    padding: 20px;
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-dialog-titlebar-close{
    position: absolute;
    right: 5px;
    top: 10px;
    cursor: pointer;
    border: none;
    background: url('../images/close-dialog.png') no-repeat left top;
    width: 32px;
    height: 32px;
}

#modalPointsRelais #listePointsRelais{
    float: left;
    width: 270px;
    height: 100%;
    margin-top: 20px;
    overflow: auto;
}
#modalPointsRelais #mapPointsRelais{
    float: left;
    width: 630px;
    height: 100%;
    margin-top: 20px;
}

#modalPointsRelais #searchPointsRelais{
    position: absolute;
    top: 15px;
    left: 290px;
    z-index: 999;
    
    height: 32px;
    line-height: 32px;
    outline: none;
    background-color: #fff;
    padding: 0 11px 0 13px;
    width: 400px;
    font-size: 15px;
    font-weight: 300;
    text-overflow: ellipsis;
    border: 1px solid #ddd;
}

#mapPointsRelais .info-marker{
    color: #4d4d4d;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 5px;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Lato', sans-serif;
    width: 300px;
}
#modalPointsRelais table, #opc-shipping_method .detail-entrepot table.horaires{
    width: 300px;
    font-size: 13px;
    margin-bottom: 15px;
}

#modalPointsRelais table th, #opc-shipping_method .detail-entrepot table.horaires th{
    text-align: left;
    padding-bottom: 10px;
    padding-top: 5px;
    color: #111;
    font-size: 16px;
}
#modalPointsRelais table td{
    padding: 2px;
    border: 1px solid #dddddd;
}
#opc-shipping_method .detail-entrepot table.horaires td{
    padding: 4px;
    border: 1px solid #dddddd;
}
#modalPointsRelais table td:last-child, #opc-shipping_method .detail-entrepot table.horaires td:last-child{
    text-align: center;
}

#mapPointsRelais .info-marker button, #listePointsRelais button{
    height: 30px;
    padding: 0 10px;
    border: 0px;
    background: #859B12;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
}
#listePointsRelais .please-wait{
    text-align: center;
}

#listePointsRelais .scroll{
    height: 624px;
    width: 100%;
}
#listePointsRelais ul{
    padding-right: 10px;
}
#listePointsRelais ul li{
    position: relative;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
    line-height: 18px;
}
#listePointsRelais ul li img{
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

#listePointsRelais ul li h2{
    margin-bottom: 3px;
    width: 220px;
}
#listePointsRelais ul li button{
    margin-top: 5px;
}

#listePointsRelais table{
    width: 240px;
}
#listePointsRelais table thead th{
   color: #859B12;
   cursor: pointer;
}
#listePointsRelais table thead th:hover{
   text-decoration: underline;
}

input[type=text].localizz_pointrelais_code_entreprise,
input[type=text].localizz_partenaire_code{
	width: 170px;
	margin-left: 5px;
}
button.localizz_pointrelais_code_entreprise,
button.localizz_partenaire_code{
	background: #859B12;
	margin-right: 5px;
}
button.localizz_pointrelais_code_entreprise:hover,
button.localizz_partenaire_code:hover{
	background: #859B12;
}
button.localizz_pointrelais_code_entreprise span,
button.localizz_partenaire_code span{
	padding: 4px 8px 5px 8px;
	height: 12px;
}
.localizz_pointrelais_entreprise_selected,
.localizz_partenaire_selected{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

span.action{
   color: #859B12;
   cursor: pointer;
}
span.action:hover{
    text-decoration: underline;
}

.customerreward-money{
	color: #859b12;
}
.box-customercredit-history .pager{
	width: 100%;
}
#loading-credit{
  vertical-align: middle;
  display: inline-block;
}

/** auguria_sponsorship **/
.auguria-sponsorship-points-sponsorship .col-main > .std > *, 
.auguria-sponsorship-index-index .col-main form,
.auguria-sponsorship-points-change .col-main form,
.auguria-sponsorship-boost-index .col-main form{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

#profiler_section{
    position: relative;
    z-index: 99999;
}

#cgv{
	height: 20px;
	width: 20px;
	background: #fff;
}

#sogecommerce_payment_form {
	padding: 20px;
}
