/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */



 .tm-navbar, .tm-navbar > div {
    height: 130px;
}

.tm-navbar.toolbar-special{
    height: 160px;
}

.tm-navbar.toolbar-special > div.special{
    margin-top:30px;
}

nav.tm-navbar-small.toolbar-special {
    margin-top: -160px;
}

.uk-grid-menu{
	    margin-top: 0px!important;
	    max-height:40px;
	    background-color:#807c74;
	    color:#ffffff;
}

.uk-navbar-nav > li > a {
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    color: rgba(256, 256, 256, 0.7);
    font-size: 14px;
    font-family: 'Lato';
    font-weight: normal;
    position: relative;
    text-transform: uppercase;
}

.uk-navbar-nav > li.uk-active > a{
	color: rgba(256, 256, 256, 1);
}

.uk-navbar-nav > li > a:hover{
	color: rgba(256, 256, 256, 1);
}

.uk-navbar-nav > li > a:before {
    content: '';
    position: absolute;
    left: 50%;
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 40px;
    border-radius: 50%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.02);
    top: 100%;
}

.uk-grid-menu ul.uk-navbar-nav.uk-hidden-small{
margin-left:auto;
margin-right:auto;
}

/*a.tm-logo img{
	margin-top:14px;
}*/

input.uk-search-field {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    line-height: normal;
    width: 180px;
    height: 30px;
    padding: 0 0 0 20px;
    border:2px solid #dacab0;
    background: rgba(0, 0, 0, 0);
    color: rgba(102, 102, 102, 0.5);
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    position: relative;
    z-index: 1;
    padding: 0;
    cursor: pointer;
}

.uk-search:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 16px;
    color: #999999;
    position:absolute;
    top:0;
    left:0;
    width:30px;
    line-height:28px;
    text-align:center;
    float:right;
}

.uk-search-field:focus, .uk-search.uk-active .uk-search-field {
    width: 180px;
     border:2px solid #dacab0!important;
     padding-top: 0px;
     padding-bottom:0px;
     padding-left:30px;
     padding-right:10px;
}

.uk-dropdown-search {
    top: 50px;
}

.uk-dropdown-search:before {
    left: 29%;   
}

@media(min-width:768px){
	div.mod-languages{
		height:130px;
		line-height:130px;
		letter-spacing:1px;
		font-size:14px;
	}
}

div.mod-languages ul li.lang-active{
	font-weight:600;
}

div.mod-languages li a{
	border-right:1px solid #dacab0;
	padding-left:3px;
	padding-right:3px;
}

div.mod-languages li:last-child a{
	border-right:0px solid #eeeeee;
}

div.account{
	height:130px;
	line-height:130px;
}

div.account {
    height: 130px;
    line-height: 130px;
    float:right;
}

div.currency {
    height: 130px;
    line-height: 130px;
    float:right;
}

div.cart {
    height: 130px;
    line-height: 130px;
    float:right;
}

div#mod_improved_ajax_login-99{
	float:right;
	height:30px;
	line-height:30px;
	box-sizing: border-box;
    display: block;
    height: 130px;
    line-height: 130px;
}

div#mod_improved_ajax_login-99 a{
	line-height:30px;
}

.loginBtn, .loginBtn:hover:active {
    background-color: transparent;
    background-image: none!important;
    color:#807c74;
    text-shadow:none;
    text-transform: uppercase;
    font-family:'Lato', helvetica, sans-serif;
    font-size:13px;
    letter-spacing: 1px;
    border:0px;
    box-shadow: none;
}

.selectBtn.ial-active .leftBtn, .selectBtn:hover .leftBtn, .selectBtn:hover .rightBtn{
	box-shadow: none;
	background:transparent;
	background-image:none;
}

div.loginWndInside button.loginBtn{
	background-color:#807c74!important;
}

.forgetLnk:link, .forgetLnk:visited, .forgetLnk:hover, .loginLst a.active, .loginLst a:hover {
    padding: 0 5px 0 25px;
    color: #ac8a53;
    text-decoration: none;
}

span.loginBtn.leftBtn:before{
	font-family:'FontAwesome';
	content:'\f007';
	color:#ac8a53;
}

span.loginBtn.rightBtn{
	display:none;
}

div.currency form {
    margin: 0px!important;
}

div.currency select{
	max-width:58px;
	margin-bottom:0px;
	border-radius:0px;
	font-size:13px;
	color:#807c74;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family:'Lato', helvetica, sans-serif;
	font-weight:400;
	margin-top:-2px;
	-webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding-right:0px;
    border:0!important;
    padding:0px 5px;
    height: 22px;
}

div.vmCartModule {
	text-transform: uppercase;
	font-size:16px;
	letter-spacing: 1px;
	font-weight:400;
	font-family:'Lato', helvetica, sans-serif;
	color:#807c74;
}

div.account a:after{
	    content:"|";
	    font-weight:400;
	    font-family:'Lato', helvetica, sans-serif;
}

div.currency form:after{ 
	content:"|"!important;
	font-weight:400;
	font-family:'Lato', helvetica, sans-serif;
	margin-right:10px;
	color:#ac8a53;
}



div.toolbar-small{
	float: right;
	right:20px;
	position: absolute;
	height:80px;
	line-height:90px;
}

nav.tm-navbar{
	margin-top:0px;
	-webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

nav.tm-navbar-small {
  margin-top:-130px;
}

h1.maintitle{
	font-family:'Cardo', helvetica, sans-serif;
	font-weight:600;
	font-size:62px;
	line-height:42px;
	margin-top:20px;
	margin-bottom:10px;
	padding-top:5px;
	text-shadow:1px 1px 2px rgba(0,0,0,0.3);

}

h1.maintitle span.subtitle{
	font-family:'Cardo', helvetica, sans-serif;
	font-weight:400;
	font-size:25px;
	margin:0px;
	text-shadow:1px 1px 2px rgba(0,0,0,0.3);
}

a.uk-button-secondary{
	border:2px solid #ffffff;
	font-size:15px;
	margin: 0px 6px;
	padding:0px 6px;
	text-shadow:1px 1px 2px rgba(0,0,0,0.3);
}

a.uk-button-secondary:hover{
	color:#666666!important;
	text-shadow:none;
	background-color:#ffffff;
}

.uk-overlay-panel .uk-button:not(.uk-button-primary):not(.uk-button-success):not(.uk-button-danger):before {
    background-color: transparent;
}

body.home-specifique div.tm-block-top-b{
	background:#f7f7f7;
}

body.home-specifique div.tm-block-top-c{
	background:#807c74;
	color:#ffffff;
}

body.home-specifique div.tm-block-top-c h1, body.home-specifique div.tm-block-top-c h2 {
	color:#ffffff;
}

h2.cattitle{
	font-weight:600;
	font-size:28px;
	line-height: 40px;
	letter-spacing: 3px;
}

h2.cattitle:after{
	content:' ';
	display:block;
	width:90px;
	border-bottom:1px solid #ac8a53;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}

p.subdesc{
	line-height:22px;
}

div.cat-home div.uk-panel div.uk-margin{
	margin-top: 0;
}

div.cat-home{
	padding:0 140px;
	margin-bottom: 40px;
}

div.cat-home div.uk-panel-box{
	padding:15px;
	background-color:#ffffff;
}

div.cat-home div.uk-width-space{
	margin:10px;
}

div.cat-home div.uk-panel-box h3{
	color:#606060;
	margin-top:15px;
	letter-spacing: 0px;
	font-size: 18px;
    line-height: 24px;
}

div.cat-home div.uk-panel-box h3:after{
	content:' ';
	display:block;
	width:50px;
	border-bottom:1px solid #ac8a53;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
}

h2.vertical{
	font-family:'Cardo', helvetica, sans-serif;
	font-weight:400;
	font-size:22px;
	line-height:32px;
	margin-top:-100px;
	text-shadow:1px 1px 2px rgba(0,0,0,0.3);
	color:#ffffff;
	position:absolute;
	right:-280px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
}

h2.vertical:after{
	content: ' ';
    display: block;
    width: 50px;
    margin-left: -65px;
    border-bottom: 1px solid #ac8a53;
    margin-top: -15px;
    margin-bottom: 5px;
    position: absolute;
}

h2.vertical:before{
	content: ' ';
    display: block;
    width: 50px;
    margin-right: -65px;
    border-bottom: 1px solid #ac8a53;
    margin-top: 15px;
    margin-bottom: 5px;
    position: absolute;
    right: 0;
}

div.logos-container{
	padding:0 180px;
}


.uk-slidenav-position .uk-slidenav-previous {
    left: -40px;
}

.uk-slidenav-position .uk-slidenav-next {
    right: -40px;
}

.uk-slidenav-position .uk-slidenav {
    display: block!important;
 }

 div.logosmarques{
 	overflow: hidden;
 }

img.uk-overlay-scale{
 	max-width:101%!important;
 }

div.acymailing_introtext{
	float:left;
	font-size:16px;
	font-weight:600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right:20px;
}

table.acymailing_form{
	float:left;
	margin-left:20px;
}

div.acymailing_module form{
margin-top:-10px;
}

div.acymailing_module_success {
    color: #ffffff;
    background-color: #b29363;
    font-weight:bold;
    padding: 0px;
    z-index: 10;
    margin-bottom: -35px!important;
}

div.tm-block-bottom-a{
	background:#b29363;
	color:#ffffff;
	padding-top: 0px;
	padding-bottom: 10px;
}

div.tm-block-bottom-a div.uk-container.uk-container-center{
	max-width:700px;
}

td.acyfield_email input{
	background:rgba(256,256,256,0.9);
	margin-bottom:0px;
	width:200px!important;
	margin-top:-4px;
	height: 25px;
	font-family: "Lato", verdana, sans-serif;
	font-size:14px;
	color:#888;
	text-transform: none;
}

td.acyfield_email input:focus{
	background-color:#ffffff;
}

td.acysubbuttons input.button{
	border:2px solid #ffffff;
	background:transparent;
	margin-top:-2px;
	margin-left:10px;
		font-size:14px;
	letter-spacing: 1px;
	-webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

td.acysubbuttons input.button:hover{
	border:2px solid #ffffff;
	background:#ffffff;
	color:#666;
}

div.galerie-container{
	padding:0 140px;
	margin-top:40px;
}

div.galerie-container p{
	line-height:20px;
	color:#7d7d7d;
}

h2.galerie{
	font-family:'Cardo', helvetica, sans-serif;
	font-weight:400;
	font-size:26px;
	line-height:32px;
	letter-spacing: 1px;
	margin-bottom:5px;
	color:#7d7d7d;
	padding-left:5px;
}

h2.galerie span{
	font-family:'Cardo', helvetica, sans-serif;
	font-weight:600;
	font-size:60px;
	line-height:72px;
	letter-spacing: 1px;
	margin-top:3px;
	margin-bottom:5px;
	color:#7d7d7d;
}

h3.galerie{
	font-family:'Cardo', helvetica, sans-serif;
	font-weight:400;
	font-size:20px;
	line-height:32px;
	letter-spacing: 1px;
	margin:0px;
	color:#ac8a53;
	padding-left:5px;
}

a.uk-button-primary{
	background-color:transparent;
	border:2px solid #ac8a53;
	color:#ac8a53;
	font-size:13px;
	font-weight: 400;
}

a.uk-button-primary:hover{
	background-color:#ac8a53;
}




p.share i{
	font-size:34px;
	padding:0 8px 0 0;
}

p.share a{
	color:#626262;
}

p.share a:hover{
	color:#ac8a53;
}


.tm-block-bottom-d .uk-container {
    max-width: 1920px;
    padding: 0 180px;
}


.tm-block-bottom-d .uk-panel-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    text-transform: uppercase;
    color: #626262;
    letter-spacing: 0px;
}

.tm-block-bottom-d .uk-panel-title:after {
    content: ' ';
    display: block;
    width: auto;
    border-bottom: 1px solid #ac8a53;
    margin-top: 15px;
}

p.tel{
	font-size:20px;
	line-height:28px;
	font-weight: 400;
}

ul.check {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

ul.check li {
    list-style: none;
    line-height: 24px;
}

ul.check li:before {
    font-family: "FontAwesome";
    content: "\f00c";
    color: #ac8a53;
    padding-right: 5px;
}

ul.link {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

ul.link li {
    list-style: none;
    line-height: 24px;
}

img.icopay{
	padding: 5px 10px;
}

div.presentation-marque p{
text-align: center;
font-size:14px;
line-height: 21px;
letter-spacing: 1px;
}

.tm-block-bottom-b, .tm-block-top-d{
	background:#ffffff;
}

body{
	background:#ffffff;
	color:#666666;
	font-weight: 400;
}


ul.uk-breadcrumb{
	text-align: center;
}

h1.uk-article-title{
	font-family:'Cardo', verdana, sans-serif;
	font-size:42px;
	line-height: 56px;
	color:#7d7d7d;
	margin:0 0 10px 0;
}

h2.vertical2 {
    font-family: 'Cardo', helvetica, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    margin-top: -90px;
    color: #7d7d7d;
    position: absolute;
    right: -100px;
    transform: rotate(-90deg);
   	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
    transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
}

h2.vertical2:before {
    content: ' ';
    display: block;
    width: 50px;
    margin-right: -65px;
    border-bottom: 1px solid #ac8a53;
    margin-top: 15px;
    margin-bottom: 5px;
    position: absolute;
    right: 0;
}

h2.vertical2:after {
    content: ' ';
    display: block;
    width: 50px;
    margin-left: -65px;
    border-bottom: 1px solid #ac8a53;
    margin-top: -15px;
    margin-bottom: 5px;
    position: absolute;
}

div.tm-toolbar{
	height:30px;
	padding:0px;
}

div.tm-toolbar p{
	padding:0px;
	margin:0px;
	text-align: center;
}

div.tm-toolbar{
	background:#ac8a53;
	color:#ffffff;
}

.uk-container {
    box-sizing: border-box;
    max-width: 1480px;
    padding: 0 30px;
}

.ial-bg {
    z-index: 9999000000;
}

.ial-bg.ial-active {
    opacity: 0.3;
}

.ial-window, .ial-usermenu{
	z-index: 9999000001;
}

.ial-trans-gpu.ial-active{
	position:fixed;
}

.uk-dropdown-search {
    width: 300px;
    margin-top: 0;
    background: #42403c;
    color: #eeeeee;
    border-color: rgba(0, 0, 0, 0);
}

.uk-dropdown-search:before {
    content: '';
    position: absolute;
    top: -11px;
    left: 48%;
    border-width: 0 8px 10px 8px;
    border-style: solid;
    border-color: transparent transparent #42403c;
}

.uk-nav-search > li > a {
    color: #bababa;
}

li.uk-search-moreresults a{
	background-color:transparent;
	border:2px solid #ac8a53;
	color:#ac8a53;
	padding:5px 10px;
	-webkit-transition: all linear 0.15s;
    transition: all linear 0.15s;
}

li.uk-search-moreresults a:hover{
	border:2px solid #ffffff;
	color:#ffffff;
}

ul.uk-navbar-nav > li:first-child a{
	font-size:0px;
}

ul.uk-navbar-nav > li:first-child a i{
	font-size:17px;
	line-height: 40px;
}

select{
color: rgba(102, 102, 102, 0.8);
}

option:disabled {
    color: rgba(102, 102, 102, 0.3)!important;
}


/*VIRTUEMART*/

.orderby-displaynumber {
    border-bottom: solid #E9E8E8 1px;
    border-top: solid #E9E8E8 0px;
    margin-top: 0px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:20px;
    padding: 0px;
}

div.browse-view{
	padding-top:30px;
}

div.browse-product-box{
	background:#ffffff;
	padding:20px;
	text-align: center;
	border:0px solid #ffffff;
	box-shadow: inset 0px 0px 2px #c3c3c3;
	-webkit-transition: all linear 0.15s;
    transition: all linear 0.15s;
}

div.browse-product-box:hover{
	border: 0px solid #dacab0;
	box-shadow: inset 0px 0px 3px #ac8a53;
}

div.browse-product-box:hover > div.vm3pr-1 a{
	color:#ac8a53;
}

div.product-price{
	float:none;
	text-align: center;
	margin:auto;
	padding-top:10px;
}

div.vm3pr-1 a{
	color:#7d7d7d;
}

div.vm3pr-1 a:hover{
	color:#ac8a53;
}

.browseProductImage {
    max-height: 300px;
    width: auto;
    max-width: 100%;
}

h3.browse-product-title{
	font-size:15px;
	letter-spacing: 0px;
	font-weight: 600;
}

p.product_s_desc{
	font-size:14px;
	height: auto;
}

div.PricesalesPrice{
	font-size:20px;
	margin-bottom:5px;
}

.vm-product-details-container {
    float: none;
    width: 100%;
}

div.spacer-buy-area div.product-price{
	float:left;
	text-align: left;
}

div.vmgroup .uk-panel-box{
	background:#ffffff;
	text-align: center;
}

div.vmgroup{
	padding: 0 150px;
}

div.vmgroup div.vm-product-slider-image{
	height:auto;
}

div.vmgroup h3.vm-product-slider-title{
	margin-top:15px;
	margin-bottom:5px;
	font-size:16px;
	line-height: 22px;
	font-weight: 400;
	min-height: 45px;
}

div.vmgroup .uk-panel-box {
    padding: 20px;
}

div.product-neighbours{
	font-size:14px;
	margin: 0 0 20px;
	margin-top:-10px;
}

h1.product-title{
	font-size:26px;
	line-height: 36px;
	font-weight:400;
	margin-bottom:10px;
}

div.vm-product-details-container h4{
	font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-transform: none;
}


.product-neighbours a.previous-page {
    background: none;
    padding-left: 0px;
    line-height: 20px;
    float: left;
}

.product-neighbours a.previous-page:before{
	 content: "\f060";
    font-family: FontAwesome;
    font-size: 16px;
    color: #ac8a53;
    padding-right:8px;
}

.product-neighbours a.next-page {
    background: none;
    padding-right: 0px;
    line-height: 20px;
    float: right;
}

.product-neighbours a.next-page:after{
	 content: "\f061";
    font-family: FontAwesome;
    font-size: 16px;
    color: #ac8a53;
    padding-left:8px;
}

a.mz-thumb-selected img{
	-webkit-filter: brightness(90%)!important;
    filter: brightness(90%)!important;
}

.productdetails-view .spacer-buy-area {
    padding-left: 0px;
}

div.product-description{
	font-size:14px;
	line-height:21px;
}

.nn_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle {
    background-color: #f8f8f8;
    color: #ac8a53;
}

.nn_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:hover {
    background-color: #eee;
    color: #ac8a53;
    text-decoration: none;
}

.nn_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:focus{
	background-color: #eee;
    color: #ac8a53;
    text-decoration: none;
    box-shadow: none;
}

span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button {
    max-width: 100%;
    background: #807c74;
    color: #fff;
    border: solid #807c74 0px;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    padding: 5px 10px;
    margin-bottom: 0;
    margin-left:8px;
}

span.addtocart-button input.addtocart-button:hover, span.addtocart-button input.notify-button:hover {
    max-width: 100%;
    background: #ac8a53;
    color: #fff;
    border: solid #ac8a53 0px;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    padding: 5px 10px;
    margin-bottom: 0;
    margin-left:8px;
}

div.product-short-description{
	font-weight:600;
	font-size:15px;
}

nav.uk-position-z-index{
	z-index:10000000000;
}

.mz-expand{
	z-index:10000000001!important;
}

.tm-top-b .uk-slidenav-position .uk-panel-box {
   border:0px solid #ffffff;
	box-shadow: inset 0px 0px 2px #c3c3c3;
	-webkit-transition: all linear 0.15s;
    transition: all linear 0.15s;
}

.tm-top-b .uk-slidenav-position .uk-panel-box:hover {
    border: 0px solid #dacab0;
	box-shadow: inset 0px 0px 3px #ac8a53;
}


/*
div.main-image figure img{
	-webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}*/

.nn_sliders.accordion>.accordion-group{
	border:0px;
}

.nn_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner {
    border-top: 0px solid #e5e5e5;
    border-left:0px;
    border-right:0px;
    border-color:rgba(51, 51, 51, 0.1);
    padding: 0px;
    border-style:dotted;
    border-bottom-width:2px;
    padding-bottom:25px;
}

.nn_sliders.accordion>.accordion-group .accordion-heading .accordion-toggle {
    display: block;
    padding: 0px;
    cursor: pointer;
    background-color:transparent!important;
}

.nn_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:focus {
    background-color: transparent;
    color: #ac8a53;
    text-decoration: none;
    box-shadow: none;
}

a:hover span.nn_sliders-toggle-inner{
	color:#666;
	-webkit-transition: all linear 0.15s;
    transition: all linear 0.15s;
}

div.vm-product-details-container h4{
	letter-spacing: 1px;
}

h4.ref{
	letter-spacing: 1px;
	font-weight: 300;
	color:#626262;
	text-align: right;
	font-size:13px;
}

h4.ref span{
	color: #ac8a53;
}

div.browse-view {
    padding-top: 15px;
}



aside.fixed > div{
	position:fixed;
	width:185px;
	z-index: 2;
	top:200px;


}

aside.not-fixed > div{
	position:absolute;
	width:185px;
	z-index:2;
	top:inherit;
	bottom:25px;
}

button#q_122_button, button.cf_search_button {
	display:none;
}

/*div.tm-main, aside.tm-sidebar-a{
	min-height:640px!important;
	height:auto;
}
*/
.cf_flt_wrapper select {
    width: 95%;
}

.cf_wrapper_input_text_1 input[type="search"] {
    width: 95%;
}

.cf_wrapper_input_text_2 input[type="search"] {
    width: 20%;
    min-width: 44px;
    background-color: #ffffff;
}

input.cf_smart_search{
	width:92%;
	margin-bottom: 5px
}

.cf_flt_header {
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    padding-bottom: 5px;
    font-weight: bold;
}

.headexpand {
    float: left;
    width: 14px;
    height: 15px;
    margin-right: 5px;
    margin-top:8px;
}

ul.cf_filters_list{
	padding-left:0px;
	margin-top:10px;
	margin-bottom:10px;
}

.cfLiLevel1 {
    margin-left: 15px !important;
}

.cfLiLevel2 {
    margin-left: 25px !important;
    font-size:14px;
    line-height: 1.6em;
}

.cfLiLevel2 a:before {
    content:"\f105";
    padding-right:5px;
    font-family: FontAwesome;
}

.cfLiLevel3 {
    margin-left: 45px !important;
    font-size:14px;
    text-transform: capitalize;
}

.cf_filters_list li.cfLiLevel0 {
    line-height: 1.7em;
}

.cf_filters_list li {
    line-height: 1.5em;
}

div.MagicToolboxContainer{
	max-width: 425px;
	margin: auto;
}

div.vm-pagination{
	padding: 0;
}

.orderlistcontainer{
	font-size: inherit;
}

.orderlistcontainer div.activeOrder{
	border-radius: 0;
}
.display-number select{
	width: auto;
	min-width: 165px;
	margin-bottom: 3px;
}

.vm-pagination-bottom{
	margin: auto;
	float: none;
}

.vm-page-counter {
	float: none;
}

.availability {
  	text-align: left;
  	margin: 5px 0 12px 0;
}

div.form-horizontal input#q_122_0, input.cf_smart_search{
background:#ffffff;
}

li.cfLiLevel0{
	text-transform: uppercase;
}

li.cfLiLevel0:before{
	content:"\f114";
	font-family: FontAwesome;
    color: #ac8a53;
    padding-left:0px;
}

li.cfLiLevel1{
	font-size:15px;
}

li.cfLiLevel2{
	font-size:14px;
	text-transform: capitalize;
}

span.cf_flt_counter{
	font-size:12px!important;
}



.cf_invisible {
    display: none!important;
}

.pagenav {
    padding: 6px 12px;
    margin: 0 5px;
    border: 1px solid #eee;
    background-color: #ffffff;
    color: #777777;
}

a.pagenav{
    color: #ac8a53;
    border: 1px solid #ac8a53;
}

.price-crossed div.PricebasePriceWithTax .PricebasePriceWithTax {
  text-decoration: line-through;
  color: #c21212;
  font-weight: 400;
}

.vm3pr-2 .product-price {
  min-height: 20px;
}

/*END VIRTUEMART*/


img#apreloader-logo{
	margin-top:-100px;
	z-index: 100000;
	position: relative;
}

#css3-spinner > div {
	margin-top:150px;
}


div#ancre-categories {
	position: absolute;
    margin-top: -110px;
}

.uk-offcanvas input.uk-search-field {
    width: 100%;
    border:1px solid #444!important;
    background: rgba(0, 0, 0, 0);
    color: #cccccc!important;
}

.uk-navbar-nav > li:last-child > a{
	color: #ffffff;
	background-color: #ac8a53;
	cursor: pointer;
}

#fancybox-content a.continue_link{
	display: inline-block;
	position: absolute;
	left: 0;
}

#fancybox-content a.showcart {
	display: inline-block;
	position: absolute;
	right: 0;
}

#fancybox-content a.showcart + h4{
	margin-top: 60px;
}

/*div.vmCartModule div.total_products_space:before{
content:"\f07a";
font-family: "Fontawesome";
margin-right:0px;
color:#ac8a53;
margin-left:5px;
}*/

div.tm-nav-search form.cf-form-search{
	display: inline-block;
	position: relative;
  	top: 5px;
}

div.tm-nav-search form.cf-form-search button:before{
	content:"\f002";
	font-family: "Fontawesome";
	margin-right:3px;
	color:#b2a091;
}

div#cart-view form input.button {
    background-color: #b29363;
    border-radius: 5px;
    padding: 2px 10px;
    color: #ffffff;
    border: none;
}

div#cart-view form input.button:hover {
    background-color: #967a51;
}

.vm-button-correct {
    background: #ac8a53;
    color: #fff;
    border: none;
    /*margin-top: 10px;*/
}

.vm-button-correct:hover {
    background: #967a51;
    color: #fff;
    border: none;
}

div.uk-offcanvas-bar span.input-append input{
	background:rgba(256,256,256,0.9);
	border-color:#cccccc;
}

div.uk-offcanvas-bar .uk-nav-offcanvas > li:last-child > a {
    display: none;
}

.ial-select:hover:before, .loginBtn:hover, .selectBtn:hover .rightBtn {
    background-color: transparent;
}

body.home-specifique .uk-navbar-nav>li:last-child>a {
    display:none;
}

div.message-discount{
	background:#f0f0f0;
	padding:1px 15px;
}

div.message-livraison{
	background:#b29363;
	padding: 18px 0 1px 0 !important;
}

div.message-discount h4{
	margin-top:20px;
	font-weight: 400;
	font-size:14px;
	line-height: 22px;
}

div.message-livraison h4{
	font-weight: 400;
	font-size:14px;
	line-height: 22px;
	color: #FFFFFF;
}

div.message-discount{
	margin-top:0px;
}

body.home-specifique div.message-discount{
	margin-top:0px!important;
	margin-bottom:-40px!important;
}

p.introconcours{
	font-size:17px;
	letter-spacing: 1px;
	line-height:25px;
}

h4.etape{
	text-transform: none;
	font-size:18px;
	letter-spacing: 0px;
}

.phare h3{
	margin-bottom:40px;
}

.category-view .row .category .spacer h2 a img {
    max-width: 101%;
}

/**** RESPONSIVE ****/



@media(max-width:1800px){
	div.cat-home{
	padding:0 120px;
}

div.logos-container{
	padding:0 140px;
}

div.galerie-container{
	padding:0 120px;
}

.tm-block-bottom-d .uk-container{
	padding:0 160px;
}}




@media(max-width:1640px){
	div.cat-home{
	padding:0 50px;
	}
	div.logos-container{
		padding:0 100px;
	}
	div.galerie-container{
		padding:0 50px;
	}
.tm-block-bottom-d .uk-container{
	padding:0 100px;
}

h1.maintitle{
    font-size: 52px;
    line-height: 38px;
    margin-top: 16px;
    margin-bottom: 10px;
    padding-top: 5px;
}

h1.maintitle span.subtitle {
    font-size: 23px;
}}




@media(max-width:1500px){
	div.galerie-container{
	padding:0 20px;
	}
	.tm-block-bottom-d .uk-container{
		padding:0 60px;
}}




@media(max-width:1440px){
	h2.vertical{
	margin-top:-70px;
	font-size:20px;
	line-height:30px;
	right:-260px;
}

h1.maintitle{
    font-size: 48px;
    line-height: 36px;
    margin-top: 16px;
    margin-bottom: 10px;
    padding-top: 5px;
}

h1.maintitle span.subtitle {
    font-size: 21px;
}

div.galerie-container{
	padding:0px;
}

	h2.galerie span{
	font-size:46px;
	line-height:56px;
	letter-spacing: 0px;
}

h2.galerie{
	font-size:22px;
	line-height:32px;
	letter-spacing: 0px;
}

h3.galerie{
	font-size:18px;
	line-height:32px;
	letter-spacing: 0px;
}

h2.vertical2{
	margin-top: -90px;
    font-size: 19px;
    line-height: 30px;
    right: -90px;
}
div.vmgroup div.uk-panel-box{
	min-height:350px;
}
.pagenav {
    padding: 5px 10px;
    margin: 0 4px;
    border: 1px solid #eee;
    background-color: #ffffff;
    color: #777777;
}}






@media(max-width:1380px){
	div.logos-container{
	padding:0 60px;
}}





@media(max-width:1320px){
	h2.vertical{
	margin-top:-70px;
	font-size:19px;
	line-height:30px;
	right:-265px;
}

div.cat-home{
	padding:0 20px;
}

div.cat-home div.uk-panel-box h3{
	font-size:16px;
	margin-bottom:5px;
}

div.cat-home.uk-grid-medium > * {
    padding-left: 20px;
}
h2.vertical2{
	margin-top: -90px;
    font-size: 19px;
    line-height: 30px;
    right: -90px;
}}






@media (min-width: 1220px){
.tm-block.tm-block-top-d {
    padding-top: 20px;
    padding-bottom: 0px;
}

.tm-toolbar, .tm-navbar > div {
    padding-left: 35px;
    padding-right: 35px;
}
aside.tm-sidebar-a div.uk-panel-box {
    padding: 30px;
}}






@media(max-width:1200px){
div.petite-galerie{
	margin-top:15px;
	margin-bottom:15px;
}
.tm-block-bottom-d .uk-container{
	padding:0 40px;
}}





@media(max-width:1180px){
	h2.vertical{
	display:none;
}
div.cat-home div.uk-panel-box h3{
	font-size:15px;
	margin-bottom:5px;
}
h2.vertical2{
	display: none;
}}





@media(max-width:1100px){
	div.galerie-container{
	padding:0px;
}

	h2.galerie span{
	font-size:36px;
	line-height:46px;
	letter-spacing: 0px;
}

h2.galerie{
	font-size:18px;
	line-height:30px;
	letter-spacing: 0px;
}

h3.galerie{
	font-size:16px;
	line-height:30px;
	letter-spacing: 0px;
}
.pagenav {
    padding: 4px 8px;
    margin: 0 3px;
    font-size:13px;
}}




@media (max-width: 1009px){
	/*div.mod-languages{
		letter-spacing:0px;
		float:left;
		height:30px;
		line-height:30px;
		position:relative;
		padding-left:20px;
	}

	.uk-navbar-content{
		margin-top:20px;
		height:50px;
		float:left;
	}*/

	a.tm-logo img{
	min-width:220px;
	margin-left:-25px;
}}




@media(max-width:980px){
	h2.vertical{
	display:none;
}
div.cat-home{
	padding:0px;
}

div.cat-home.uk-grid-medium > * {
    padding-left: 30px;
}
h2.vertical2{
	display:none;
}}




@media(max-width:959px){
	div.cat-home div.uk-width-medium-1-3:nth-child(4){
		margin-top:30px;
	}

	div.cat-home div.uk-width-medium-1-3:nth-child(5){
		margin-top:30px;
	}
	div.cat-home div.uk-width-medium-1-3:nth-child(6){
		margin-top:30px;
	}

	div.galerie-container{
	padding:0px;
	}

	h2.galerie span{
	font-size:46px;
	line-height:56px;
	letter-spacing: 0px;
	}

h2.galerie{
	font-size:22px;
	line-height:32px;
	letter-spacing: 0px;
	}

h3.galerie{
	font-size:18px;
	line-height:32px;
	letter-spacing: 0px;
}

.uk-navbar-nav > li > a {
    font-size: 13px;
}

.uk-navbar-nav > li > a {
    padding: 0 8px;
}
div.vmgroup div.vm-product-slider-image {
    height: auto;
    max-height: auto;
}}





@media (max-width: 920px){

	.loginBtn, .loginBtn:hover:active {
    font-size:13px;
    letter-spacing: 0px;
}

/*
div#mod_improved_ajax_login-99, div.account{
	height:30px;
}
*/
	div.currency select{
		font-size:13px;
		letter-spacing: 0px;
		width:50px;
	}

	div.vmCartModule{
		font-size:13px;
		letter-spacing: 0px;
	}
	.vm-pagination li{
		float:left;
	}
	span.vm-page-counter{
		display:none;
	}
}



@media(max-width:890px){
	h1.maintitle{
	font-size:38px;
	line-height:32px;
	padding-top:0px;
	margin-top:10px;
	margin-bottom:10px;
}

h1.maintitle span.subtitle {
    font-size: 18px;
    margin: 0px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}}



@media (max-width: 820px){
	a.tm-logo img {
    min-width: 190px;

}}




@media (min-width: 768px){
.tm-toolbar, .tm-navbar > div {
    padding-left: 15px;
    padding-right: 15px;
}}




@media (max-width: 767px){

	body.home-specifique div.message-discount{
	margin-top:-30px!important;
	margin-bottom:-40px!important;
	}

	div.uk-grid-menu{
		display:none;
	}

	.tm-navbar, .tm-navbar > div {
    height: 75px;
    padding-bottom:12px;
	}

	.tm-navbar.toolbar-special {
    height: 75px;
    padding-bottom:12px;
	}

	.tm-navbar.toolbar-special > div.special {
		margin-top:0px;
	}

	.uk-navbar-content {
	    margin-top: 0px;
	}

	.uk-navbar-toggle{
		height:64px;
		line-height: 64px;
	}

	nav.uk-navbar{
		position:fixed;
		width:100%;
	}

	div.cat-home div.uk-width-medium-1-3{
		margin-top:30px;
}

div.tm-main{
		margin-top:70px;
	}

	div.vm-order-list, div.display-number{display:none!important;}

	h1.uk-article-title {
    font-family: 'Cardo', verdana, sans-serif;
    font-size: 32px;
    line-height: 46px;
    color: #7d7d7d;
    margin: 0 0 10px 0;
}

ul.uk-breadcrumb{
	display:none;
}

div.vm-pagination ul{
	padding-left:0px;
}

.pagenav {
    padding: 3px 10px;
    margin: 0 3px;
    border: 1px solid #eee;
    background-color: #ffffff;
    color: #777777;
    font-size:13px;
}

li.pagination-start .pagenav{
	display:none;
}

li.pagination-end .pagenav {
	display:none;
}

div.vmCartModule{
		font-size:16px;
		letter-spacing: 0px;
}}





@media(max-width:760px){
	

h3.subtitle{
	font-size:18px;
	line-height:30px;
	padding-bottom:14px;
}

img.demi-assiette {
	max-width:180px;
	height:auto;
}

a.uk-button-secondary{
	font-size:13px;
}}





@media(max-width:682px){
	table.acymailing_form{
		float:none;
		margin-left: 0px;
	}

	div.acymailing_module form{
		margin-bottom:5px;
		margin-top:15px;
	}
	h1.maintitle{
	font-size:32px;
	line-height:32px;
	padding-top:0px;
	margin-top:10px;
	margin-bottom:10px;
}

h1.maintitle span.subtitle {
    font-size: 16px;
}}





@media(max-width:450px){
	a.tm-logo-small img {
    max-width: 150px!important;
    height:auto;
}

div.toolbar-small{
	right:10px;
}

a.uk-button-secondary{
	margin-bottom:10px!important;
}

div.tm-block-top-a{
	padding-top:30px;
}
h1.maintitle{
	margin-bottom:20px;
}
h1.maintitle span.subtitle {
    display:none;
}}





@media (max-width: 425px) {
	div.acymailing_module_form table.acymailing_form {
		margin: 0 auto!important;
	}

	div.acymailing_introtext {
    float: none;
    text-align: center;
	}
	
	.acymailing_module_form td {
    display: block;
	margin-top: 10px;
	}

.cf-form-search .input-append input {
    width: 160px;
}
p.subdesc{
	font-size:15px;
}}

.loginH3{
	font-size:15px;
	text-transform: uppercase;
}




@media(max-width:410px){
	table.acymailing_form{
		float:none;
		margin-left: 0px;
	}

	div.acymailing_module form{
		margin-bottom:5px;
		margin-top:15px;
	}
}





/**** RESPONSIVE VIRTUEMART ****/



@media(max-width:1800px){
	div.vmgroup{
	padding: 0 120px;
}}




@media(max-width:1640px){
	div.vmgroup{
	padding: 0 70px;
}}




@media(max-width:1500px){
	div.vmgroup{
	padding: 0 50px;
}}




@media (min-width: 1220px){
div.vmgroup .uk-panel-box {
    padding: 30px;
}
.tm-top-b .uk-panel-box {
    padding: 50px 30px;
}}




@media(max-width:1045px){
	aside.fixed > div{
	width:150px;
	top:190px;
	padding:25px;
}}




@media(max-width:980px){
	div.vmgroup{
	padding: 0 30px;
}}




@media(max-width:900px){
	aside.fixed > div{
	width:130px;
	font-size:14px;
	padding:20px;
}}




@media(max-width:767px){
	div.product-neighbours{
	display:none;
}
div.vm-product-details-container{
		padding-top:30px;
		text-align: center;
}
aside.fixed > div, aside.fixed, aside{
	display:none;
}

.uk-container {
    padding: 0 15px;
}}



/** Detail produit responsive **/

@media (max-width: 767px) {
div.spacer-buy-area div.product-price {
	float: none; 
    text-align: center;
}

.availability {
    text-align: center;
	margin: 12px 0 12px 0;
}

div.vm-product-container {
	padding-left: 30px;
	padding-right: 30px;
}

.productdetails-view .addtocart-bar {
    text-align: center;
}

.billto-shipto {
    padding: 10px 20px 25px;
}

.checkout-button-top {
    text-align: center;
}

div#cart-view form input.button {
	float: right;
}}

@media (max-width: 425px) {
h1.product-title {
    font-size: 20px;
    line-height: 26px;
}

div.vm-product-details-container h4 {
    text-align: center!important;
}


.manufacturer-details-view img {
    float: none;
    width: 100%;
    max-width: 200px;
    margin: 0 auto!important;
    display: block;
}

h1.uk-article-title {
    font-size: 27px;
    line-height: 33px;
}

span.quantity-controls {
    margin: 0 0 0 10px;
}

.quantity-box .quantity-input {
    height: 45px;
    width: 45px;
}

span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button {
    font-size: 18px;
    padding: 10px 15px;
}

span.addtocart-button input.addtocart-button:hover, span.addtocart-button input.notify-button:hover {
    font-size: 18px;
    padding: 10px 15px;
}

#fancybox-content a.continue_link {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

#fancybox-content a.showcart {
    display: block;
    position: relative;
}

#fancybox-content a.showcart + h4 {
    margin-top: 30px;
}

div.vmCartModule {
    font-size: 18px!important;
    margin-right: 10px;
}

.uk-navbar-content {
    padding: 0;
}

a.tm-logo-small img {
    margin-left: -25px;
}

div.billto-shipto .width50, div.vm-cart-header-container .width50 {
	width: 100%;
}}

/** ===== end responsive detail =====**/

/**** END RESPONSIVE VIRTUEMART ****/


/**================== BLOG ==================**/

body.home-specifique div.space-bottom .tm-block-bottom-c {
	background-color: #f0f0f0;
}

body.blog-specifique article.uk-article .uk-article-title {
    font-size: 22px;
    line-height: 28px;
}

body.blog-specifique article.uk-article img {
	max-width: 600px;
	width: 100%;
}

/**================== END BLOG ==================**/

.tm-block-bottom-d {
	padding-top: 60px!important;
}

@media (max-width: 850px) {
.cf-form-search .input-append input {
	max-width: 100px;
}
}



/** Modification Acymailing, inscription utilisateur (GDPR)**/


#trhtml{
	display: none;
}

.newsletter-gdpr{
	color:#ffffff;

}

.newsletter-gdpr h4{
	color:#ffffff;
	font-weight: 600;
	padding-top:15px;
	padding-bottom:5px;
}

.newsletter-gdpr a.uk-button{
	color:#ffffff;
	border:2px solid #ffffff;
	margin-left:10px;

}

#ca_banner{
	padding-top:3px!important;
	padding-bottom:3px!important;
}

#ca_banner p {
    font-size: 14px;
    letter-spacing: 0px;
}

#ca_banner p .infoplus{
	padding-left:5px;
	padding-right:5px;
}

#ca_banner p .infoplus a{
	text-decoration: none!important;
}

#ca_banner p .infoplus a:hover{
	text-decoration: underline;
	color:#444;
}

/** MODIF. 2020 [MaJ] **/

.vm2-normalstock{
	float: none;
}

.spacer.product-container {
	padding: 20px;
}

.product-container .PricesalesPrice{
	color: #ac8a53;
}
#cf_option_li_virtuemart_category_id_122_elid{
	display: none;
}
