/*
 * Kameleo T2 Template Graphical configuration
 */
html {height: 100%;}
 
/* default values */
body {

	font-family: 'Open Sans', sans-serif;
    font-size: 93.75%; /* Better to use % here and then EM in content but you could use PX, PT, % or EM */
    line-height: 22px; /* Better to use PX here but you could use PX, PT, % or EM */
    height: 100%;
    
    /* font color */
    color: #53422f; 
    
    min-width: 10px;
    /* background of the page, can contain a image. would be like this background: #000 url(yourimage.jpg) center top no-repeat; */
    background-color: #fff;
}

/* specify additional backgrounds here */

div#w0 {
    height: 100%;
}

div#w1 { 
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 610px;
    overflow: visible;

    background-repeat: no-repeat;
    background-position: center center;
    background-image:url(../img/bg.jpg);
    background-size: 100% auto;
}

div#w1::after{
    content:'';
    position: absolute;
    top:530px;
    left:0;
    right:0;
    height: 80px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.8+0,1+100 */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


/*  remove tram 
div#w1 #tram {
    position: absolute; 
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent url(../img/tramme.png) center center repeat;
}
*/

div#w2 {
    position: relative;
    height: 100%;
}

div#w3 {
    height: 100%;
}

/*slider*/

/* Remove comment if you want to specify position and options of slider
.slider {
	width: 1200px;
	margin-left: -120px;
}

.nivo-controlNav {
    display: none;
}

.nivo-caption {
    display: none!important;
}

*/


/* Titles */
h1, h2, h3 {
    font-family: 'Vollkorn', serif;
    font-weight: normal;
    margin-bottom: 15px;
    color: #27221d;
}

h1 { /* page title */
    font-size: 1.6429em;
    padding: 0 15px 20px 15px;
    margin-bottom: 0;
    box-sizing:border-box;
    
}

h1 span {
    text-transform:uppercase;
    font-size: 0.6667em;
    color: #9e958b;
}

h2 { /* paragraph title */
    font-size: 1.625rem;
}

h3 { /* module title */
    font-size: 1.25em;
    margin:0;
}
h4 {
    color: #c9bfb5;
    border: none;
    margin-bottom: 18px;
    font-size: 1.071em;
}

div.c3 .wrap >h2{
    padding: 0 15px 35px 15px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-bottom:0;
}

div#ft .object, div#ft #mainNavFt a{
    font-size:  0.875rem;
    line-height: 18px;
}

div#ft .cn h2, div#bd div.c3 .object h2{
    font-size: 1.25rem;
}

/* global link color & style */

a {
	/* replace underline by none if you want no line under the links */
    text-decoration: underline; 
}

a:link {
	/* color of the links */
    color: #8c6f54;
}

a:visited {
	/* color of the links once you have clicked on */
    color: #8c6f54;
}

a:hover, a:focus, a:active {
    /* color of the mouse hover, and active state (when you actually press the mouse bouton) */
    color: #d4cbc3;
}

#ft a {
    color: #9e958b;
    text-decoration: none;
}

#ft a:hover {
    color: #53422f;
}

#cn a, #ft a {
    transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
}

/* paragraphs (block de contenu) */

p, .kProduct p, .kProductDetail p {
	margin:  0 0 9px 0; /* margin: top right bottom left; */
}

b, strong {
    color: #ada59a;
}

#cn div.object {
	margin: 0 15px 30px 15px; /* margin: top right bottom left; */
}

.product div.standard.object, .product div.text.object {
    max-width: 800px;
}

#highlights{
    margin-bottom: 100px;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox; 
    display: -webkit-flex; 
    -ms-flex-wrap:wrap; 
    flex-wrap:wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
}

#highlights div.object {
    float: left;
    margin: 0 15px 30px 15px;
    width: calc(50% - 30px);
    overflow: hidden;
    background-color: #27221d;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);

    max-width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
}

#highlights div.object p {
    margin: 0;
}

#highlights div.object .wrapimg{
    position: relative;
    z-index: 1;
    line-height: 0;
}

#highlights div.object .wrapobject{
    background-color: #27221d;
    position: relative;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    z-index: 20;
}

#highlights div.object:hover .wrapobject{
    margin-top: -15px;
    padding-bottom: 15px;
}

#highlights div.object .wrapobject::before{
    content:'';
    position: absolute;
    top:-25px;
    left:0;
    width: 35px;
    height: 30px;
    background-color:rgba(0,0,0,0.5);
    background-size: auto auto;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../img/highlight_bg.png); 
}


#highlights div.object img {
    max-width: 100%;
    height: auto;
    margin: 0;
    float: none;
}

#highlights div.object .wrapobject a {
    position: relative;
    display: block;
    font-size: 1.1429em;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 19px;
    padding: 20px;
    height: auto;
    width: 100%;
    box-sizing:border-box;
}

#highlights div.object:hover a{
    color: #d4cbc3;
}

/* modules */

div.module {
	margin: 0 0 10px 0; /* margin: top right bottom left; */
}



/* langues */

div#mainNavCt ul#lang { /* liens vers les différentes langues du site */
    float: right;
    height: auto;
    width:auto;
    background: url(../img/lan.png) no-repeat; 
    padding: 0;
    margin: 0 -6px 0 20px;
}

ul#lang li{
    float: left;
}

div#mainNavCt ul#lang li.active a{
    opacity: 1;
}


div#mainNavCt ul#lang li.active a{
    opacity: 0.5;
}

.langAndCurrency{
    display: inline-block;
    vertical-align: top;
}

.shop .langAndCurrency{
    display:none;
}

#mainNavCt .topbar{
    text-align: right;
}

/* structure */

/* header */
div#hd {
	margin: 0;
    position: fixed;
    top:0;
    width: 100%;
    background-color: transparent;
    z-index: 50;
}

.admin div#hd{
    top:44px;
}

div#hd .cn{
	/*background: url(../img/hd_cn.png) center top no-repeat;*/ /* url to your header image (usual name: "hd_cn.png") */
	background-color: #fff;
	width:1100px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}


/* content */

div.cn {
    width: 100%;
    padding:0;
}

.home div.cn, .product div.cn, .annexe div.cn, .hideMenu div.cn {
    padding:0 70px;
    box-sizing:border-box;
}

div#bd div#bd_bg{
	background-color: #fff; /* this images must be repeatable (usual name: "bd.png") */
    width:1100px;
    padding: 0 0 40px 0;
}

div#hd .cn{
    padding:0 105px 0 35px;
    box-sizing:border-box;
}

div#bd div.cn {
	margin:0;
}

div#bd{
    margin-top: 280px;
}

.cn #content {
    height:auto !important;
	height:500px;
}

.shop_thanks .cn #content {
    padding-left: 30px;
}

.shop_thanks .cn #content h1 {
    padding-left: 0;
}

.shop_thanks .cn #content h2 {
    padding-top: 30px;
}

/* content zones */

div#bd div.c1 {
    width: 270px;
}

div#bd div.c1 div.wrap { /* left column styling */
	padding: 0; /* spaceing: top right bottom left */
	background: transparent;
}
div#bd div.c1 h3 { /* left column styling */
	padding: 0; /* spaceing: top right bottom left */
	margin: 0; /* spaceing: top right bottom left */
	display: none; /* remove line if you want the title of the menu to appear in the left column above the submenu */
	height: 0;
}

div#bd div.c2{
    width:calc(100% - 280px); /* width of content column */
    padding-left: 0;
}

.home div#bd div.c2, .annexe div#bd div.c2, .hideMenu div#bd div.c2{
    width:100%;
}

.product div#bd div.c2, .basket div#bd div.c2{
    width: 100%;
}

div#bd div.c2 div.wrap { /* content column styling */
	padding: 70px 0 0 0; /* spaceing of content column */
	margin-top: 0;
}

div#bd div.c2 div.wrap img { /* style of all content images */
	margin: 0 20px 15px 0;
    max-width: 100%;
    height: auto;
}

div#bd div.c3{ 
    width: 100%; /* width of right column (minimum should usualy be around 240px)*/
    padding-left: 0;
    color: #665e56; /* color of third column paragraphs*/
}

div#bd div.c3 .object, 
div#ft .cn .c1, div#ft .cn .c2, div#ft .cn .c3,
.listing .object{
    width: calc(33.333% - 30px);
    margin: 0 15px;
    padding: 0 50px 40px 0;
    box-sizing:border-box;
}

div#bd div.c3 .wrap >div, div#ft .cn{
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox; 
    display: -webkit-flex; 
    -ms-flex-wrap:wrap; 
    flex-wrap:wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
}

.product div#bd div.c3{
    display: none; 
}

div#bd div.c3 div.wrap { /* right column styling */
	padding: 0;  /* spaceing: top right bottom left */
}

#mainNavFt{
    width: calc(100% - 30px);
    margin: 0 15px;
    text-align: center;

    display: -webkit-box;

    display: flex;
    display: -ms-flexbox; 
    display: -webkit-flex; 
    -ms-flex-wrap:wrap; 
    flex-wrap:wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -ms-flex-pack: justify;
}

#mainNavFt li{
    display: inline-block;
    padding:10px;
}

/* logo */

strong#logo{
    z-index: 50;
    position: relative;
}

strong#logo a {
	position: absolute;
    top: 10px;
    left: 30px;
    padding: 76px 0 0 188px;

    background: url(../img/logo.png) left center no-repeat;
    background-size: 170px auto;
    transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    z-index: 20;
}

strong#logo a:hover {
    opacity: 0.74;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 74);
    filter: alpha(opacity = 74);
}

/* navigation */

div#mainNavCt {
	margin: 0;
    position: relative;
    z-index: 20;
}

div#mainNavCt ul {
	position: relative;
	display: inline-block;
    vertical-align: top;
	margin: 0;
	background: none;
    text-align: right;
}

div#mainNavCt ul#mainNav {
    padding: 0;
    margin: 0;
    margin-right: -15px;
}


div#mainNavCt ul#annexe li a, div#mainNavCt ul#lang li a{
    font-size: 0.875rem;
    line-height: 21px;
}

div#mainNavCt ul li {
    position: relative;
	text-transform: uppercase; /* puts all words in uppercase in main menu (change to none if you want lowcase) */
    display: inline-block;
}

div#mainNavCt ul li a, div#mainNavCt ul li.on li a { /* style of the main navigation links */
    display: block;
	color: #998e84;
	text-decoration: none;
	padding: 9px 10px 12px 10px; /* space around link that is clickable */
	height: auto;
}

div#mainNavCt ul#mainNav li a {
    font-size: 1.125rem;
    line-height: 21px;
    color: #8a6f55;
    padding: 8px 15px 34px 15px;
    box-sizing: border-box;
}

div#mainNavCt ul li a:hover, div#mainNavCt ul li.on a, div#mainNavCt ul li.on li a:hover, div#mainNavCt ul li.on li.on a, div#mainNavCt ul#mainNav li a:hover, div#mainNavCt ul#mainNav li.on a {
	color: #d4cbc3;
	text-decoration:none;
	/*background: url(../img/hover_mainmenu.png) no-repeat top center; *//* different background (usual name: "hover_mainmenu.png") */
}

/* dropdown menu */
ul#mainNav li ul {
    position: absolute;
    padding:0;
    margin: -20px 0 0 0;
    z-index:10; 
    width: 240px;
    left:50%;
    margin-left:-120px;
    background-color: #2d2822;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
}

ul#mainNav li ul, ul#colorNav li ul {
    background-color: #fff;
}

ul#mainNav li ul li, ul#mainNav li ul li.default,
ul#colorNav li ul li, ul#colorNav li ul li.default {
    padding: 0;
    float:none;
    border: none;
    background:none;
    display:block;
    text-align:left;
}

#hd ul#mainNav li ul li a,
#hd ul#colorNav li ul li a {
    color: #998e84!important;
    text-decoration: none;
    font-size:1rem;
    line-height:20px;
    width:auto;
    height: auto;
    padding: 8px 17px;
    border-bottom: 1px solid #998e84;
    margin: 0px 0px;
}

ul#mainNav li ul li a:hover, ul#mainNav li ul li.on a,
ul#colorNav li ul li a:hover, ul#colorNav li ul li.on a{
    opacity:0.5;
}

/* secNavigation */

div#bd div.c1 ul#secNav { /* left column styling */
	padding: 31px 26px 0 0; /* spaceing: top right bottom left */
	margin: 0; /* spaceing: top right bottom left */
    min-height: 352px;	
    position: relative;
    z-index: 5;
}

div#bd div.c1 ul#secNav::after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: url(../img/left.png) right top no-repeat;
    opacity: 0.15;
    z-index: -1;
}


div#bd div.c1 ul#secNav li { /* left column styling */
	display: block;
	padding: 0;
	margin: 2px 0; /* spaceing */
}

body:not(.admin) div#bd div.c1 ul#secNav li[data-productcount="0"]{ /* hide empty categories in secNav on public view */
	display:none;
}

div#bd div.c1 ul#secNav li a { /* left column styling */
	text-decoration: none; /* means: no underline */
	font-weight:normal;
	font-size: 1.071em;
	color: #8a6f55;
	height: auto;
	width: auto;
	display: block;
	padding: 8px 20px 10px 24px;
}

div#bd div.c1 ul#secNav li a:hover, div#bd div.c1 ul#secNav li a:active, div#bd div.c1 ul#secNav li.on a { /* changes to apply to links when active or mouseHover */
	background-color: #fff;
	color: #27221d;
}

/* lists */
div#bd div.c2 div.wrap ul {
	list-style-type: none;
	margin: 0 6px 0 0;
}
div#bd div.c2 div.wrap #kamGallery ul {
    margin: 0;
}

div#bd div.c2 div.wrap ul li {
    padding-left: 14px;
    margin-bottom: 6px;
    background: url(../img/bullet.png) left 9px no-repeat;
}

div#bd div.c2 div.wrap #kamGallery ul li{
    background: none;
    padding: 0;
    margin: 0;
    width: calc(33.33% - 10px);
    margin-right: 10px;
}

/* tables */
div#bd div.c2 div.wrap table {
	width: 100%;
}

div#bd div.c2 div.wrap table tr td {
	border: solid #cacaca;
	border-width: 0 0 1px 0;
}


/* database */

.listing {
    margin-left: -15px;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox; 
    display: -webkit-flex; 
    -ms-flex-wrap:wrap; 
    flex-wrap:wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
}

.listing .object {
    position: relative;
    padding-right: 0;
    color: #9e958b;
    margin: 0 15px 30px 15px;
    background-color: #27221d;
    font-size: 0.9375rem;
    line-height: 19px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.listing .object .imgBg {
    width: 100%;
    height:260px;
    display: block;
    background: #fff;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox; 
    display: -webkit-flex; 
    -webkit-box-align: center; 
    -webkit-align-items: center; 
    -ms-flex-align: center; 
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

div#bd div.c2 div.wrap .listing .object img{
    margin: 0;
    float: none;
    max-width: 100%;
    height: auto;
}

.listing .object .short {
    position: relative;
    padding: 82px 20px 20px 20px;
    margin-top: -66px;
    min-height: 170px;
    background: url(../img/highlight_bg.png) 0 40px no-repeat;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.listing .object:hover .short {
    background-position: 0 20px;
}

.listing .object a.more {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-decoration: none;
    line-height: 19px;
    text-align: right;
    padding: 465px 40px 10px 20px;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: top 470px right 20px;

    background-size: 12px 10px; 
    transition: color 0.4s ease-in-out;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
}

.listing .object h2 {
    color: #8c6f54;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1429em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.4s ease-in-out;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
}

.listing .object:hover h2 {
    color: #d4cbc3;
}

.listing .object a.more:hover {
    color: #d4cbc3;
}

/* detail produit */

#content.detailListing .object.text.first, #content.detailListing .object.standard.first{
    display:none;
}

.nav_listing {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox; 
    display: -webkit-flex; 
    -ms-flex-wrap:wrap; 
    flex-wrap:wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    margin: 0 0 40px 0;
    padding: 0 0 0 0;
    border-bottom: 1px solid #4f483e;
}

.nav_listing a.back{
    border-bottom: none;
}

.nav_listing .back, .nav_listing .prev, .nav_listing .next {
    padding: 10px 20px;
    text-decoration: none;
}
.nav_listing .prev::after {
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../img/next-prev.png);
    background-position: left top;
    background-size: 11px 70px;
    transition: color 0.4s ease-in-out;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
}

.nav_listing .prev:hover::after {
    margin-left: -5px;
}

.nav_listing .next, .nav_listing .prev{
    position: relative;
}

.nav_listing .next::after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../img/next-prev.png);
    background-position: right bottom;
    background-size: 11px 70px;
    transition: color 0.4s ease-in-out;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
}

.nav_listing .next:hover::after  {
    margin-right: -5px;
}
.product div#bd .c2 .c1 {
    float: left;
    width: 380px;
    background-color: #27221d;
    margin: 0;
}

.product div#bd .c2 .c2 {
    float: right;
    width: 475px;
    margin-right: 25px;
}

.product div#bd .c2 .c1 .imgBg {
    width: 380px;
    height: 231px;
    display: block;
    background: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #d3d3d3;
}

.product div#bd .c2 .c1 .corner{
    position: absolute;
    width: 32px;
    height: 26px;
    margin-top: -25px; 
    background: url(../img/highlight_bg.png) 0 0 no-repeat;
}

.product div#bd .c2 .c1 img {
    float: none;
    margin: 0 auto;
    display:block;
}

#video {
    margin-top: 6px;
    border-top: 1px solid #3a342d;
}

#video iframe{
    display: block;
}

.product div#bd .c2 .c1 h4{
    padding: 0 20px 0 30px;
}

.product div#bd .c2 .c1 #kamGallery {
    padding: 30px 30px 20px 30px;
    margin: 0;
}

.product div#bd .c2 .c1 #kamGallery img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.detailListing a.pdf {
    position: relative;
    border: none;
    margin-top: 4px;
    padding: 18px 50px 18px 30px;
    display: block;
    border-bottom: 1px solid #3a342d;
}

.detailListing a.pdf .ico{
    position: absolute;
    right: 20px;
    top: 8px;
    width: 40px;
    height: 40px;
    background:url(../img/pdf.png) center center no-repeat;
}

.detailListing div #playlist{
    position: relative;
    display: block;
    border-top: 6px solid #ffffff;
}

.detailListing div #playlist a.bouton_playlist{
    background-color: #d4cbc3;
    display: block;
    text-decoration: none;
    line-height: 19px;
    text-align: right;
    padding: 20px 150px 20px 20px;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: top 26px right 130px;
    background-size: 12px 10px;
    transition: color 0.4s ease-in-out;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
}

.detailListing div #playlist a.bouton_playlist:hover{
    color:#27221d;
}


/*****/

.kProductDetailMore{
    background-image:none;
}

.kShop{
    line-height: 20px;
    font-size: 1rem;
    width: 100%;
    padding-right:20px;
    box-sizing:border-box;

    display: -webkit-box;

    display: flex;
    display: -ms-flexbox; 
    display: -webkit-flex; 
    -ms-flex-wrap:wrap; 
    flex-wrap:wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
}

.shop_product .kShop{
    padding:0 15px;
}

.kProductDetailInfos .mark{
    padding-right: 3px;
}

.kProductDetail{
    width: 100%;
}

.kProduct{
    width: calc(33.333% - 30px);
    margin: 0 15px 30px 15px;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
    padding:30px 20px;
    box-sizing:border-box;
}

.kProductInfos{
    padding: 0px;
    background-image:none;
}

.kProductInfos h3, .kProductDetail .kProductDetailInfos h1{
    letter-spacing: 0;
}

/* shop */

/** portes shop **/

/** panier **/

.basket h1{
    background: url(../img/dotted.png) left bottom repeat-x;
}

#undefined-sticky-wrapper{
    height: 0!important;
}
    
.panier{
    position: absolute;
    right:0;
    border-left:none;
    bottom:auto;
    padding:0;
    top: 0;
    height:105px;
    width:85px;
    cursor:pointer;
    z-index:50;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;   
    background-color: #fff;
    border-left:1px solid #aaada9;
    z-index: 10;
    display: block;
}

#kScart .cartwrap >p{
    display: none;
}

.basket .panier{
    display: none;
}

.panier.sticky{
    top: 75px!important;
}

.panier.sticky #kScart{
    background-color: rgba(109,87,156,0.3);
}

#kScart h2 {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;   
    color: #fff;
    padding: 10px 0 0 80px;
}

#kScart h2.scart span{
    background:url(../img/panier_icon.png) center center no-repeat;
    background-size: 40px auto;
    margin: -7px 0 0 -61px;
}

#kScart{
    background-color:transparent;
    margin:0px;
    padding:19px 0;
    height:54px;

    -webkit-transition: all 0.6s;
    transition: all 0.6s;   
}

.panier #kScart:hover {
    color: #fff;
}

.panier #kScart:hover h2 {
    color: #fff;
}

#kScart ul {
    position: absolute;
    z-index: -1;
    top: 88px;
    margin: 10px 10px 0 -82px;
    padding: 5px 0;
    opacity: 0.95;
    border:none;
    background-color: #fff;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.2);
}

#kScart li {
    padding: 14px 12px;
    border-bottom: 1px solid #dedede;
}

#kScart li div.Im {
    width: 70px;
}

#kScart li div {
    padding-left: 88px;
    width: 130px;
}

#kScart li div strong {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #403d38;
    margin-bottom: 16px;
    text-transform: uppercase;
}

#kScart li:last-of-type {
    border: none;
}

#kScart a.sCartOrder{
    display:none;
}

textarea#messageOrder{
    display:block;
    margin:10px auto;
}

.basket .slick-slider{
    background-image:url(../img/gateau-framboises.jpg);
    background-size: cover;
    position: relative;
}

.shopQuantityAndBuy a.kButton{
    display: inline-block;
    background-color: #6d579c;
    color: #fff;
    padding:10px 20px;
    text-decoration: none;

    -webkit-transition: background-color 0.2s linear;
    -webkit-transition: background-color  0.2s  linear;
    transition: background-color  0.2s  linear;
}

.shopQuantityAndBuy a.kButton:hover{
    background-color: #473966;
    color: #fff;
    text-decoration: none;
}

div.c2 .shoplight.object{
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.shoplight.object h2{
    margin-bottom: 10px!important;
    font-size: 1.25rem;
}

div#bd div.c2 .shoplight.object img{
    float: right;
    margin:0 0 10px 20px;
}

#cn #bd .productNo, #cn #bd .productDims, #cn #bd .productMark{
    display: block!important;
    margin-bottom: 5px;
}

p.price.action span.normal{
    text-decoration:line-through;
    color:#be3e3e;
}

.shoplight.object p.price span{
    font-size: 1.25rem;
    font-weight: 400
}

.shoplight.object span{
    margin-right: 5px;
    font-weight: 700;
}

.basket div#bd div.c1{
    display: none;
}

.basket div#bd .c2{
    padding:0 70px;
    box-sizing:border-box;
}


/* footer */
div#ft {
	position: relative;
    background-color:#cfcfcf;
    height: auto;
    overflow: hidden;
    padding-top: 35px;
}

div#ft .cn{
    width:1100px;
    padding: 20px 70px;
    height: auto;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -ms-flex-pack: justify;
}

div#ft .cn.powered >div{
    margin: 0 15px;
}

div#ft .cn #mainNavFt::after, div#ft .cn.powered::after{
    content:'';
    position: absolute;
    top:0;
    left:85px;
    right:85px;
    background-color:#b2b0ab;
    height:1px;
    display: block;
}

 div#ft #shop_footer{
    width: 100%;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox; 
    display: -webkit-flex;
    
    -webkit-box-pack:justify;
    
    -webkit-justify-content:space-between;
    
    justify-content:space-between;
    -ms-flex-pack: justify;
}

div#ft #shop_footer h2{
    color: #000;
    margin-bottom: 20px;
}

div#ft #shop_footer >div{
    font-size: 0.9375rem;
    margin: 0 15px;
}

div#ft #shop_footer .mode_livraison img{
    max-width: 80px;
    width: auto;
    height: auto;
    max-height: 60px;
}


/* logo kameleo & login */

div#copyright {
	margin: 4px 0 0 0;
	padding:0 ;
	font-size: 0.7334em;
	color:#000;
    float: left;
	border: none;
}

div#loginAndPowered {
	padding: 0;
	float: right;
	margin-right: 0;
	margin-top: 5px;
}

a#kPowered {
	padding: 14px 0 0 130px;
	background: transparent url(../../../../standards/img/login_w.png)  -31px top no-repeat;
}

div#kLogin {
	padding: 14px 0 0 30px;
	background: transparent url(../../../../standards/img/login_w.png) top left no-repeat;
}

div#kLogin:hover {
	background-color: rgba(0,0,0, .3); /* shadow on image */
	box-shadow: 0 0 5px rgba(255,255,255, .5);
}

div#ft div.cn .left {
	float: left;
	padding-left:49px;

	}
	
	
address {color:#808080; margin-left:2px;}

address a {color:#4096ee !important; text-decoration:none;}

/* uncomment for dark login */

a#kPowered {
	background: transparent url(../../../../standards/img/login_b.png)  -31px top no-repeat;
}


div#kLogin {
	background: transparent url(../../../../standards/img/login_b.png) top left no-repeat;
}

/***** 10.2 POPUP *****/


.popup_background{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100vh;
        width: 100vw;

        margin: 0;
        padding: 0;
        background: #000000;
        opacity: .85;
        filter: alpha(opacity=85);
        -moz-opacity: .85;
        z-index: 2000;
        display: none;

} 

.popup_container{
        display: none;
        position: fixed;
        text-align: center;
        width: 500px;
        max-width: 105%;

        height: auto;
        padding:50px;
        box-sizing: border-box;
        top: 50%;
        left: 50%;
        margin-left: -250px;
        margin-top: -180px;

        z-index: 3000;
        background-color: #000;
        color: #8c6f54;
        font-size: 0.75rem;
     
        border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

.popup_container p {
	margin-bottom: 10px;
}

#cn .popup_container h2{
		text-align: center;
        box-sizing: border-box;
        color: #8c6f54;
        font-size: 1.25rem;
        line-height: 1.5rem;
}   

#popup .popup_container img{
        width: 320px;
        height: auto;
        margin: 0 0 20px 0;
}

#popup .popup_container a{
	color: #8c6f54;
	text-decoration: undeline;
}

#popup .popup_container a.newbutton{
	color: #fff;
	display: inline-block;
	padding: 8px 12px;
	border: 2px solid #fff;
	border-radius: 5px;
	text-decoration: none;
}

.popup_background{
        background-color: rgba(0,0,0,0.8);
        z-index: 200;
        width: 100%;
}


.popup_container >div, .popup_container h2, .popup_container strong, .popup_container em{
        width: 100%;
        line-height: 18px;
}

/* close button */

.closeBtn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  opacity: 0.3;
}
.closeBtn:hover {
  opacity: 1;
}
.closeBtn:before, .closeBtn:after {
  position: absolute;
  left: 10px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #333;
}
.closeBtn:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.closeBtn:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/***** Mobiles version *****/

.mobile #logomobile a {
    background-image: url(../img/logo.png);
    background-position: left 20px center;
    background-repeat: no-repeat;
    margin-left: 0px;
    margin-top: 0px;
    height: auto;
    left: 0;
    background-size: 150px auto;
    padding: 68px 0 0 260px;
}

/* -- Mobile navigation --*/

.mobile div#mobile-nav div#top-bar{
    background-color:#fff;
    padding:0;
    height: 88px;
}

.mobile a#togglemenu{
    background-image:url(../img/menu_btn_grey.png);
    background-position:center center;
    background-size:30px auto;
    background-repeat:no-repeat;
    display:block;
    padding:88px 0 0 70px;
    width:0;
    height:0;
    overflow:hidden;
    background-color:transparent;
}

.mobile div#mobile-nav{
    padding:0;
}

.mobile #annexe{
    display: none;
}

.mobile ul#mobileNav{
    top: 88px;
}

.mobile ul#mobileNav{
    background-color: #e1e1e1;
    padding: 0;
}

.mobile #mobile-secnav{
    background-color:#27221d;
    padding:0;
    margin:0 20px;
    border-bottom:1px solid #d0d0d0;
}

.mobile div#bd div#bd_bg #secNav{
    display:none;
}

.mobile ul#mobileNav li a, .mobile #mobile-secnav li a{
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
    color: #27221d;
    padding: 15px 20px;
    font-style: normal;
    display: block;
    border-bottom:1px solid #fff;
}

.mobile ul#mobileNav li a:hover, 
.mobile ul#mobileNav li.lan li a:hover{
    background-color:rgba(0,0,0,0.1);
}

.mobile #mobile-secnav a.showNav{
    padding:10px 20px;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 400;
    color: #fff;
    font-style: normal;
}

.mobile div#secNavCt, .mobile div#thirdNavCt{
    display: none;
}

.mobile ul#mobileNav li.lan li, .mobile ul#mobileNav li.lan li a{
    display: inline-block;
    border-bottom: none;
}

/*****/

.mobile #content .object h2, .mobile h1, .mobile #content h1, 
.mobile div.c3 .wrap >h2{
    padding-left:0;
    padding-right:0;
}

.mobile .kProductDetailMore{
    padding: 20px 0;
    margin: 0;
}

/******/

.mobile .kScartMobile{
    margin-top: 20px;
}

.mobile .addedToScart .kScartMobile{
    margin-top:0;
}

.kProductDetailImg{
    margin-right: 40px;
    margin-bottom: 20px;
}

.mobile .kShop a.back, .mobile .kShop a.back:link, .mobile .kProductDetail{
    width: 100%;
}

.mobile.shop_list div#bd div#bd_bg div.cn{
    padding:20px 0;
}

.mobile.shop_list #content h1{
    padding: 20px 20px 20px 20px;
}

.mobile .kProduct{
    width: calc(50% - 40px);
    margin: 0 20px 40px 20px;
}


.mobile a.button.kToScart{
    text-align: center;
}

/****/


.mobile div#ft div.cn{
    padding:40px 20px 20px 20px;
}

.mobile #cn div.object{
    margin:  0 0 20px 0;
}

.mobile #highlights div.object{
    margin: 0 10px 20px 10px;
}

.mobile div#ft .cn::after{
    left: 0;
    right: 0;
}

.mobile div.c2  .listing div.object div.imgBg, .mobile div.c2  .listing div.standard.object{
    width: 50%!important;
}

.mobile .listing{
    margin:0;
}

.mobile div#bd div.c3 .object{
    width: 100%;
    padding-right: 0;
    margin:0;
}

.product.mobile div#bd .c2 .c2{
    margin:40px 0 0 0 ;
}

.mobile div.c2  .listing div.standard.object{
    width: calc(50% - 20px)!important;
    margin-right: 20px!important;
}

.product.mobile div.c2  .listing div.object div.imgBg{
    background-color: #fff;
    text-align: center;
    width: 100%!important;
}

.mobile div#ft div.c1, .mobile div#ft div.c2, .mobile div#ft div.c3{
    margin: 0;
}


/** shop mobile **/

.mobile .addedToScart{
    z-index: 2000;
}

.mobile .kShop{
    padding:0;
}

.mobile div#ft #shop_footer{
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
}

.mobile div#ft #shop_footer .object{
    margin-bottom: 30px;
}

/*****/

@media only screen and (max-width: 1200px){
    div#bd div#bd_bg, div#ft .cn, div#hd .cn{
        max-width:100%;
        height:auto;
    }

    strong#logo a{
        left: 0;
    }

    div#mainNavCt ul#mainNav li a{
        padding: 8px 10px 34px 10px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 650px){

    .mobile div.c2  .listing div.object div.imgBg, .mobile div.c2  .listing div.standard.object{
        width: 100%!important;
    }
    .product.mobile .nav_listing .back{
        display: block;
        width: 100%;
        margin-bottom: 0;
    }

    .mobile #highlights div.object{
        max-width: 450px;
        margin:0 0 20px 0;
    }

}

@media only screen and (max-width: 500px){
    .mobile .kProduct{
        width: calc(100% - 40px);
    }
}
