/* CSS Mini Reset */
html, body, div, form, fieldset, legend, label, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, footer, header, nav {margin: 0; padding: 0;}
table {border-spacing: 0; border-collapse: collapse;}
li {list-style: none;margin: 0;}
a, a:hover {text-decoration: none; outline: none;}
img, fieldset {border: 0; height: auto;}
h1, h2, h3, h4, h5, h6, th, td, p, caption {font-weight: normal; font-size: 1em;}
footer, header, nav, section {display: block;}
/* End CSS Mini Reset */

/* Defaults */
#err, #err_msg {color:red; font-weight:bold; display:block; padding:5px 0 0 0; font-size:12px; margin-bottom:10px;}
#msg {color:green; font-weight:bold; display:block; padding:5px 0 0 0; font-size:12px; margin-bottom:10px;}
span.error {color:red; font-weight:bold; position: relative;top:-10px;}

img, object {border:0;}
.clr, .clear {clear:both;}
.strong {font-weight:bold;}
/*.right {float:right;} .left {float:left;}*/

#preloader{width: 100%; height: 100%; background: #fff;position: absolute;z-index: 10;}

.inviewport, .hiddenthis{opacity: 0;}
.visiblethis{opacity: 1;}

body, html, .site-pusher, .site-container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#cms_main{
	height: inherit;
}

body, html, .site-pusher, .site-container{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body{
	background: #fff;
	font-size: 16px;
	font-family: var(--primary-font);
	color: var(--text-color);
	--accent-color: #e26b00;
	--neutral-light: #f7f2eb;
	--neutral-1: #e8dfc8;
	--neutral-2: #bab4af;
	--neutral-4: #342512;
	--neutral-5: #14110c;
	--text-color: #6f5c51;
	--primary-font: 'Lato', sans-serif;
	--secondary-font: 'Cormorant Garamond', serif; 
	--third-font: 'Satisfy', cursive;
}

h1.center, h2.center, h3.center , h4.center{
	text-align:center;
}

h1, .page-top h2{
	font-family: var(--secondary-font);
	font-weight: 500;
	font-size: 42px;
	margin-bottom: initial;
	color: var(--neutral-4);
}

h2:not(.page-top-h2):not(.h3){
	font-family: var(--secondary-font) ;	
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	color: #000;
	/*text-align: center;*/
	margin-bottom: 20px;
}

.surtitre{
	font-family: var(--primary-font) !important;
	font-size: 11px !important;
	color: var(--accent-color) !important;
	text-transform: uppercase;
	font-weight: 500 !important;
	letter-spacing: 5px;
	margin-bottom: 10px !important;
	display: block;
}

.surtitre::before{
	display: inline-block;
	height: 1px;
	width: 40px;
	content: "";
	background: var(--accent-color);
	margin-right: 10px;
	margin-bottom: 3px;
}

h2.surtitre+h2{margin-top: 0;}

h3, .h3{
	font-family: var(--secondary-font);
	font-size: 24px;
	color: var(--accent-color);
	margin-bottom: 10px;
}

h4, .h4{
	font-family: var(--primary-font);	
	font-style: normal;
	font-weight: 600;	
	font-size: 15px;
	text-transform: uppercase;
	color: var(--accent-color);
	margin-bottom: 10px;
}


h5{
	font-family: 'Raleway';
	font-size: 14px;
	color: #959595;
	margin-bottom: 20px;
}

.separator{
	border-right: 2px solid #fff;
	width: 1px;
    padding: 0;
}

p+h2{margin-top: 20px;}

a{color: inherit;}

a:hover{color: inherit;}

p.tel{
	display: inline-block;
	padding: 4px 10px 2px;
	background: var(--accent-color);
	color: white;
}

.site-content p a:hover, .site-content li a:hover{text-decoration: underline;}

.site-content p a[title="btn"]{color: #fff; font-weight: normal;}
.site-content p a[title="btn"]:hover{color: var(--accent-color); text-decoration: none;}
p{margin: 0;margin-bottom: 1em;}

a.more{color: var(--accent-color);}
a.more:hover{text-decoration: underline;}

img{max-width: 100%; /* max-height: 500px; */}

.page ul, .mce-content-body  ul, .product-big ul{
	padding-left: 20px;
}

.page ul li, .mce-content-body  ul li, .product-big ul li{
	list-style: disc;
}


.btn, a[title="btn"], a[title="btn-orange"], .question-suite input[type="submit"], .btn-primary{
	box-shadow: 0 0 0 40px var(--accent-color) inset;
	color: #fff;
	padding: 7px 15px;
	display: inline-block;
	box-sizing: border-box;
	border: none;
	cursor: pointer;
	transition: all 0.1s ease;
	font-size: inherit;
	border-radius: 0px;
	text-decoration: none;
	font-family: var(--primary-font);
	text-transform: uppercase;
}

.btn:hover, a[title="btn"]:hover, a[title="btn-orange"]:hover, .btn.shop:hover, .btn-primary:hover{
	background: none;
	box-shadow: 0 0 0 2px var(--accent-color) inset;
	text-decoration: none;
	color: var(--accent-color);
}

.btn.blanc, a[title="btn-blanc"]{
	box-shadow: 0 0 0 40px #fff inset;
	color: var(--accent-color);
}

.btn.blanc:hover, a[title="btn-blanc"]:hover{
	box-shadow: 0 0 0 2px #fff inset;
	text-decoration: none;
	color: #fff;
}

.btn.noir, a[title="btn-noir"]{
	box-shadow: 0 0 0 40px #000 inset;
	color: #fff;
}

.btn.noir:hover, a[title="btn-noir"]:hover{
	box-shadow: 0 0 0 2px #000 inset;
	text-decoration: none;
	color: #000;
}

.btn.btn-primary.button.shop {
	background-color: var(--accent-color);
    color: #fff;
}

.btn.btn-primary.button.shop:hover {
    box-shadow: 0 0 0 2px #a7640e inset;
    text-decoration: none;
    color: #735E53;
	background-color: #fff;
}

.btn.reverse {
    box-shadow: 0 0 0 2px var(--accent-color) inset;
    color: var(--accent-color);
	background: #fff;
}

.btn.reverse:hover{
	box-shadow: 0 0 0 40px var(--accent-color) inset;
	text-decoration: none;
	color: #fff;
}


.btn.noir.reverse{
	box-shadow: 0 0 0 2px #000 inset;
	color: #000;
}

.btn.noir.reverse:hover{
	box-shadow: 0 0 0 40px #000 inset;
	text-decoration: none;
	color: #fff;
}

.btn.blanc.reverse{
	box-shadow: 0 0 0 1px #fff inset, 5px 5px #fff;
	color: #fff;
}

.btn.blanc.reverse:hover{
	box-shadow: 0 0 0 40px #fff inset;
	text-decoration: none;
	color: #000;
}

.btn.back{
	position:absolute;
	top: -30px;
	left: 0;
}

.container{
	margin: auto;
	max-width: 1240px;
	position: relative;
}

.container.margin{
	/*width: 1200px;*/
}

img.float-left{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.float-right{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.container.small{
	max-width: 700px;
}

/*					HEADER
======================================================*/

header{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: var(--neutral-light);
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.10) 0px 0px 40px;
}


	header .container{
		max-width: initial;
		padding: 0;
	}
/*
header .logo{
	background: url(img/logo.png) no-repeat center;
	background: url(img/logo-home.png) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	width: 90px;
    height: 60px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 10px;	
	top: 10px;
	opacity: 0;
	transition: all 0.3s ease;
	z-index: 1;
}*/

header .logo {
    background: url(img/logo-header.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 180px;
    height: 65px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 10px;
    top: 5px;
	padding: 0;
    opacity: 1;
    transition: all 0.3s ease;
    z-index: 1;
}

.main-menu > ul{
	display: inline-block;
}

.main-menu > ul > li{
	display: inline-block;
	position: relative;
	padding: 0 15px;
}

.main-menu > ul > li::before{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0px;
	top: 0;
	left: 50%;
	right: 50%;
	z-index: 10;
	transition: all 0.2s ease;
}

.main-menu > ul > li:hover::before{
	left: 0;
	right: 0;
	height: 2px;
	background: var(--accent-color);
	width: 100%;
}

.main-menu > ul > li.selected::before{
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background: var(--accent-color);
}

.main-menu > ul > li > a{
	color: var(--neutral-4);
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;	
	font-family: var(--primary-font);
	font-weight: 300;
	padding: 26px 0;	
	text-align: center;		
}

.main-menu > ul > li > ul > li > ul{display: none;}

.main-menu > ul > li.selected > a{
	color: var(--accent-color);
	font-weight: 600;
}

.main-menu > ul > li:last-child .dropdown-wrap{
	display: none;
}

.main-menu > ul > li > ul{
	display: none;
	position: absolute;
    background: #3a3530f2;
    text-align: left;
    left: 0;
    padding: 20px;
    border-top: none;
    top: 100%;
    width: max-content;
    box-shadow: 0 0 40px rgb(0 0 0 / 20%);
	color: white;
}

.main-menu > ul > li > ul > li{
	display: block;
	padding: 5px 0;
}

.main-menu > ul > li:hover > ul{
	display: block;
}

.dropdown-wrap{
	display : inline-block;
	cursor: pointer;
	padding: 0 10px;
	padding-left: 0;
}

.dropdown-triangle{
	display : inline-block;
	height : 0;
	width : 0;
	border-top : 7px solid var(--neutral-4);
	border-right : 3px solid transparent;
	border-left : 3px solid transparent;
}

li.selected > .dropdown-wrap .dropdown-triangle{border-top-color: var(--accent-color);}

.logo-mobile{display: none;}


.choix-langue{
	display: inline-block;
	width:41px;
	vertical-align: top;
	position: absolute;
	right: 20px;
	top: 30px;
}

.choix-langue .active{
	width: inherit;
	border: 1px solid rgba(255,255,255,1);
	padding: 10px;
	color: #fff;
	font-size: 16px;
	transition: all 0.2s ease;
}

.choix-langue .inactive{
	display: none;
    position: absolute;
    padding: 11px;
    margin-top: 7px;
    background: var(--accent-color);
    width: 41px;
    color: #fff;
}

.choix-langue .inactive a{display: block;}
.choix-langue:hover .inactive{display: block;}

.choix-langue:hover .active{border: 1px solid rgba(255,255,255,1);}

.choix-langue a{margin: 5px 0;}

@media screen and (min-width: 885px) {


	header.fixed{
		bottom: initial;
		position: fixed;
    	top: 0;
	}

	header.fixed .logo{
		opacity: 1;
	}

	header.fixed .main-menu{text-align: right;}
}

.back-to-top{
	opacity: 0;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 70px;
	height: 70px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.2s ease;
	z-index: 1;	
}

.back-to-top-triangle{
	height: 30px;
	width: 30px;
	border-left: 2px solid #735E53;
	border-top: 2px solid #735E53;
	transform: rotate(45deg);
	margin-left: 19px;
	margin-top: 25px;
}

.back-to-top.show{
	opacity: 1;
}

.logo{display: inline-block;padding-top: 5px;}

.logo img{width: 200px;}

/*					FOOTER
=====================================================================*/

footer{
	background: var(--neutral-1);
	padding-top: 20px;
	padding-bottom: 10px;
	color: var(--neutral-4);
}

footer h1{
	font-size: 28px;
	color: white;
}

footer a{
	color: inherit;
}

footer a:hover{
	text-decoration: underline;
}

footer h2{
	color: #bdb5a3;
	font-size: 22px;
}

footer h3{color: var(--text-color); margin-bottom: 0;}

footer a h3{
	font-family: var(--primary-font);
	text-transform: uppercase;
	text-align: initial;
	color: #fff;
	font-size: initial;
}

.footer-bloc.bottom {
    text-align: center;
}

.footer-bloc.bottom p {
    padding-top: 10px;
    margin: 0;
}

.site-content footer li a{color: inherit; font-weight: inherit;}

.site-content footer p a{color: inherit;}

.google_rate {
    width: 270px!important;
    padding: 5px!important;
}

footer > .container.row {
    margin: auto;
}


/*					SLIDER
=====================================================================*/

.slideshow-desktop{
	width: 100%;
	height: 80%;
	position: relative;
}

.slideshow-mobile{display: none;}

.slideshow, .slideshow > ul, .slick-list, .slick-track {height: 100%;}

.slideshow > ul > li{height: 100%;}

.slick-list li{height: 100%;	position: relative;	}

.slick-prev, .slick-next{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 0;
	background: rgba(255,255,255,0.2);
	width: 50px;
	height: 50px;
	border-radius: 25px;
	border: none;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 1;
}

.slick-prev:focus, .slick-next:focus{outline: none;}

.slick-prev::after, .slick-next::after{
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: rotate(45deg);
	margin-left: 5px;
}

.slick-prev::after{transform: rotate(-135deg);margin-left: 14px;}

.slick-prev:hover, .slick-next:hover{
	background: #F2E6D8;
}

.slick-prev:hover::after, .slick-next:hover::after{
	border-right: 1px solid #735E53;
	border-top: 1px solid #735E53;
}

.slick-prev{left: 20px;}
.slick-next{right: 20px;}

.slideshow .container{position: initial;}

.slide-content{
	position: absolute;
    top: calc(50% + 40px);
    transform: translateY(-50%);
    /* margin-bottom: -80px; */
    left: 100px;
    right: 0;
	z-index: 2;
}

.slide-content img{
	/**margin: auto;**/
}


.slide-txt h2 {
	font-family: var(--secondary-font);
    font-weight: 600;
    font-size: 60px;
    text-transform: none;
    text-shadow: 0 0 25px rgb(0 0 0);
    color: white !important;
}

.slideshow-cover{
	background: var();
	background: linear-gradient(0deg, rgba(20, 17, 12, 1) 0%, rgba(20, 17, 12, 0) 100%);
	width: 100%;
	height: 400px;
	bottom: 0;
	position: absolute;
	z-index: 1;
}

.slide-txt p{color: #fff; font-size: 20px;}

.slide-txt .btn{font-size: 16px; margin: 0 10px;}

.slide-txt{
	text-align: center;
	position: absolute;
	bottom: 30px;
	width: 650px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}

.slide-txt h1{
	font-family: var(--primary-font);
	text-transform: uppercase;
	letter-spacing: 3px;
	color: var(--accent-color);
	    font-weight: 600;
    font-size: 14px;
    text-shadow: 1px 2px 5px #000;
}

/*					PAGE-TOP
==============================================*/

.page-top{
	display: table;
	width: 100%;
	padding: 50px 0;
	height: 186px;
	background: var(--neutral-5);
	position: relative;
}

.page-top-cat{
	display: table;
	width: 100%;
	padding: 30px 0;
	height: 186px;
	margin-top: 75px;
}

.titre{
	text-align: center;
	margin: auto;
	z-index: 3;
	position: relative;
	display: table-cell;
}

#cms_navigation{
	text-shadow: 0 0 5px rgba(0,0,0,1);
	font-size: 16px; 
	color: #fff;
}

.page-top h1, .page-top h2{
	color: #fff;
	font-size: 30px;
	text-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.page h1, .page h2:not(.surtitre){
	margin-bottom: 30px;
}

.page-top.no-img{
	padding: 30px 0;
    height: 100px;
}

.page-top.no-img #cms_navigation{
	text-shadow: none;
	color: var(--text-color);
}

.page-top.no-img h1, .page-top.no-img h2 {
	text-shadow: none; 
	font-style: italic;
	font-size: 70px;
}

.page-top::before{
	content: "";
	background: linear-gradient(0deg, rgba(20, 17, 12, 1) 0%, rgba(20, 17, 12, 0) 100%);
	width: 100%;
	height: 300px;
	bottom: 100%;
	position: absolute;
	z-index: 1;
}

.logo-page-top{
	margin: auto;
    width: 25%;
	position: relative;
	z-index: 2;
}

/*					BLOCS accueil
=====================================================================*/

.bg_large{
	background: var(--neutral-1);
}



.bloc-accueil{
	text-align: center;
}

.page.blocs_accueil_wrap {
    padding: 5px 0;
	background: var(--neutral-light);
}

.bloc-accueil-img-container{
	width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin: auto;
}

.bloc-accueil-img{
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.2s ease;
    border-radius: 50%;
    overflow: hidden;
	
}

/**.bloc-accueil:hover .bloc-accueil-img{
	width: 110%;
	height: 110%;
}**/

.bloc-accueil-content{
	padding: 15px;
	padding-bottom: 30px;
}

.bloc-accueil-content h3 {
    text-transform: uppercase;
    color: var(--accent-color);
    font-weight: 700;
	margin-bottom: 0;
}

.bloc2 {
    padding: 30px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 0px 40px;
}

.bloc2 .actu-short.col-md-4.presse_bloc {
    width: 100%;
}

.bloc2 .actu-short.col-md-4.presse_bloc .presse_img{
    height: 156px;
}

.bloc2 .actu-short.col-md-4.presse_bloc .press_content {
    padding: 10px 20px;
}

.bloc2.galery{height: 435px;}

#slider_min .slide_min {
    height: 330px;
    width: 500px;
    background-size: cover;
}

/*					ACTUALITE
======================================================================*/

.article-photo {
    height: 460px;
}

/*					PAGES
======================================================================*/


.site-content.home{padding-top: 0;}


.page{padding-top: 80px; padding-bottom: 80px; position: relative;}

.page-top + .page{padding-top: 40px;}

.page.page-padding {
    padding-top: 0px;
    padding-bottom: 40px;
}

.page.gd_titre {
    padding-bottom: 0;
    padding-top: 0px;
}

.page.gd_titre h1{
    color: #b8731b!important;
   	margin-bottom: 0;
	text-transform: uppercase;
}


.page.shop{padding-top: 0;}

.page.map{padding: 0;}

.page:nth-child(2n+1) .page-left{display: none;}
.page:nth-child(2n+1) .page-right{display: block;}

.page:nth-child(2n) .page-left{display: block;}
.page:nth-child(2n) .page-right{display: none;}

.page.nobg{background: none;}

.page.nobg .container::before{display: none;}

.page:nth-child(2n+1) .row{position: relative;z-index: 1;}

.page.accueil-txt{
	padding-top: 40px;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
}

.page.bg_gris{
	background: #bab4af;
    border-radius: 50px 0px 0px 50px;
    color: white;
    margin-left: 190px;
	padding-top: 30px;
    padding-bottom: 30px;
	margin-bottom: 15px;
}

.page.bg_gris_large{
	background: #bab4af;
    color: white;
	padding-top: 30px;
    padding-bottom: 30px;
}

.page.bg_beige{
	background: var(--neutral-1);
    /**padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 30px;**/
}

.page.bg_noir{
	background: var(--neutral-5);
}

.page.bg_noir:not(.news_full){
	color: var(--neutral-2);
}

.page.review .col-lg-10{max-width: 100%; width: 100%;}

.page.bg_noir .container{z-index: 2;}

.bg_noir::after{
	position: absolute;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(200px);
	width: 300px;
	content: "";
	background: url(img/logo-blc.png) no-repeat center;
	background-size: contain;
	z-index: 1;
	opacity: 0.1;
}

.page.bg_light{
	background: var(--neutral-light);
}

.page.bg_noir:not(.news_full) h2:not(.surtitre):not(.h3){color: #fff;}

.page.bg_gris.txt_droit .page-txt h2{text-align: left;}

.page.bg_gris.txt_droit .page-txt p{text-align: left;}

.page.txt_droit .page-txt h2 {text-align: left;}

.page.txt_droit .page-txt h4 {text-align: left;}

.page.txt_droit .page-txt p {text-align: left;}

.page.bg_gris.txt_gauche .page-txt h2{text-align: right;}

.page.bg_gris.txt_gauche .page-txt p{text-align: right;}

.page.txt_gauche .page-txt h2 {text-align: right;}

.page.txt_gauche .page-txt h4 {text-align: right;}

.page.txt_gauche .page-txt p {text-align: right;}

.page-title.center{text-align: center;}

.page-title.center .surtitre::before{display: none;}

.page.titre-droite h2 {
    text-align: right!important;
}

.page.titre-gauche h2 {
    text-align: left!important;
}

.page.gauche h2 {
    text-align: left!important;
}

.page.nos-vins .page-left.image.col-md-4.col-lg-5.inviewport.visiblethis.animated.fadeInUp {
    text-align: center;
}

h1.center {
    color: #000;
	text-transform: uppercase;
}

.page.newsletter{
	text-align: center;
	padding: 40px 0;
	/*text-shadow: 0 0 20px #000;*/
}

.page.newsletter h1{
    color: #000;
}

.newsletter .btn{text-shadow: none;}

/*          PAGE Bloc cat
-----------------------------------------*/
.partie-site.page.service {
    text-align: center;
    width: 100%;
	padding-bottom: 30px;
}

.service {
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
}

.service-img {
    width: 200px;
}

.service-text h3{
	text-transform: uppercase;
	color: #b8731b;
	font-weight: 700;	
}


/*			PAGE gallery Line
-----------------------------------------*/


.gallery_line .container{width: initial;}

.gallery_line li {margin: 0 15px;display: inline-block;vertical-align: top;}
.gallery_line li img{height: 100%; opacity: 1;transition: all 0.2s ease;}

.gallery_line li:hover img{opacity: .5;}

.gallery_line .slick-prev, .gallery_line .slick-next{
	position: absolute;	
	/*top: -40px;	*/
	cursor: pointer;
	outline: 0;
}


.gallery_line .slick-next{
	right: 20px;	
}

.gallery_line .slick-prev{
	right: 60px;	
}

.gallery_line .slick-slider, .gallery_line .slick-list, .gallery_line .slick-list li{
	height: 250px;
}


/*              PARTENAIRES
-----------------------------------------*/


.page.partenaires{
	background: #6f848c;
}

.page.partenaires h2{
	text-align: center;
}

.partenaires ul{
	text-align: center;
}

.partenaires ul li{
	display: inline-block;
	width: 300px;
	text-align: left;
}

.partenaires p{
	font-weight: 700;
	color: #F2E6D8;
	font-size: 16px;
}

.partenaires a{
	color: white;
	font-weight: 400;
	font-size: 14px;
}

.partenaires h1{
	color: #F2E6D8;
}


/*				Recommandations
---------------------------------------*/

.page.recommandations h2{
	text-align: center;
}

.product-short.reco{text-align: left;}

.product-short.reco h2{
	text-align: left;
}

.product-short-title h5{
	font-size: 19px;
	color: #FFF;
}

/*				Page Fulll Img bg
---------------------------------------*/

.page.full-img{
	color: #fff;
	overflow: hidden;
}

.page.full-img h2{
	color: #fff;
}

.page.full-img .col-lg-4{
	background: rgba(0,0,0,0.3);
	box-shadow: 0 0 50px 50px rgba(0,0,0,0.3);
}



/*				ACTUS
--------------------------------------------------------------*/

.press_content{
	padding: 20px 30px;
	background: #fff;
	color: var(--text-color);
}

.actu-short.col-lg-4.presse_bloc {
    margin-bottom: 20px;
}

.actu-sidebar{margin-bottom: 10px;padding-bottom: 10px; /**border-bottom: 1px solid #959595;**/}

.actu-sidebar h5{margin-bottom: 0;}

.actu-sidebar:last-child{border-bottom: none;}

.presse_img{height: 200px;	}

.presse_img a{display: block;	width: 100%;	height: 100%;	}

.press_content h2{font-style: italic; color: #000; font-weight: 600; font-size: 26px;}

h5.date{margin-bottom: 0;}

.actu-sidebar h2{font-size: 24px;	}

.actu_content{background: #fff; padding: 15px; margin-bottom: 15px;	}


/*				SUBCAT
---------------------------------------*/

.dealers-nav > ul > li{display: none;}

.dealers-nav > ul > .menu-souscat-dealers{display: none;}

.dealers-nav > ul > .active.menu-souscat-dealers{display: block;}

.dealers-nav > ul > .active.menu-souscat-dealers > li{display: none;}

.dealers-nav > ul > .active.menu-souscat-dealers > li{display: none;}

.dealers-nav{text-align: center;margin-bottom: 50px;}

.dealers-nav li{display: inline-block;margin: 0 15px;}

.dealers-nav li a{color: #000; font-weight: normal;}
.dealers-nav li a:hover{text-decoration: none;}

.dealers-nav li.active a{color: var(--accent-color); font-weight: bold;}

.subcat_display{text-align: center;}

.subcat_display .subcat_img{height: 220px; display: block;}

.items-wrap > div{display: none;}.active.menu-souscat{display: flex;flex-wrap: wrap;}
.items-wrap input {
	display: none;
  }
.subcat_display{margin: 15px 0;    background: #fff; }

.subcat_display:hover .subcat_img{opacity: .7;}

.active.col-lg-2 .subcat_display{opacity: .7;}

.subcat_title{padding: 15px; padding-bottom: 25px;}


/*				FORMULAIRE
---------------------------------------*/

.contact_bloc{
	background: #3e4a4d;
	border-radius: 20px;
	text-align: center;
	min-height: 260px;
	margin-bottom: 30px;
}

.contact_bloc img{width: 70px;margin-bottom: 15px;}

.map-contact{
	background: #000;
	position: relative;
	width: 100%;
	height: 500px;
	margin-top: 24px;
}

.contact-form{ margin-bottom: 20px;}

.form-control{
	border: none;
	background: #000;
	opacity: .1;
	margin-bottom: 15px;
	padding-top: 12px;
	position: relative;
	z-index: 5;
	border-radius: 0;
}

label a {
    font-weight: 700;
}

.line .form-control, .user_login .form-control, .newsletter-form .form-control{
	background: #000;
	opacity: 0.1;
}

.line option, .user_login option, .newsletter-form option{background: #fff;}

.user_login h3 {
    color: #242424;
}

.input{position: relative;}

.input label{
	position: absolute;
    z-index: 1;
    top: 10px;
    left: 25px;
    font-weight: 300;
    /*font-size: 16px;*/
    transform: scale(1);
    transform-origin: top left;
    transition: all 0.2s ease;
    color: #979797;
}

.input.focus label{
	color: #000;
	top: 0px;
	transform: scale(0.7,0.7);
}

.input.focus .form-control{
	color: #000;
	opacity: 1;	
	background: rgba(255,255,255,0.5);
}

.input.focus .form-control option{color: initial;}

.input.filled .form-control{
	opacity: 1;
	color: #000;
	background: rgba(0,0,0,0.2);
}

.input.filled label{
	color: #000;
	top: 0px;
	transform: scale(0.7,0.7);
}

.form-check-input{margin-right: 10px; cursor: pointer;}

.buttons{margin-top: 10px;}

.form-dot{
	position: absolute;
	top: 0;
	right: 10px;
}

.form-error{
	color: #f00;
}

.contact-form .form-error{
	/* color: #ff0; */
}

.form_adduser{
	position: relative;
}

.form_adduser .form-dot{
	position: relative;
}

.contact-bloc{
	position: relative;
	padding-left: 110px;
	margin-bottom: 30px;
}

.contact-bloc p a{font-weight: normal;}

.contact-bloc-img{
	position: absolute;
	left: 0;
	top: 0;
	width: 86px;
	height: 86px;
	background: #e5e5e5;
	text-align: center;
}

.contact-bloc-img img{
	margin-top: 16px;
}

.actu-short h2{
	font-size: 30px;
}

#gmap::before{
    content: "";
    width: 100%;
    position: absolute;
    z-index: 2;
    display: block;
    height: 40px;
    background: url(img/ombre-bas.png) bottom;
}


/*				Sitemap
---------------------------------------*/

.container > ul.sitemap > li{
	list-style: none;
}

.container > ul.sitemap > li > a{
	font-family: var(--secondary-font);
	color: #735E53;
	font-size: 20px;
	font-weight: 700;
}



/*				BOUTIQUE
==================================================================*/

/*				Toolbar
---------------------------------------*/

.shop_toolbar.page_top{
    position: absolute;
	right: 0;
}

.shop_toolbar.page_top .toolbar_item{
	color: #fff;
}

.shop_toolbar{
    text-align: right;
    padding: 10px 20px;
    margin-bottom: 20px;
	position: relative;
	z-index: 3;
}

.shop_toolbar a {
    font-size: 14px;
}

.toolbar_item {
    padding: 5px 10px;
    display: inline-block;
    vertical-align: top;
	color: #939393;
    position: relative;
}

.toolbar_item:last-child{border-right: none; padding-right: 0;}

.toolbar_item::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: #000;
	margin-right: 10px;
}

a.retour::before{
	content: "";
	display: inline-block;
	background: url(img/reply-icon.png) no-repeat center;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.toolbar_item:hover{text-decoration: underline;}

.toolbar_item.cgv::before{background: url(img/cgv-icon.png) no-repeat center;}
.toolbar_item.cart::before{background: url(img/cart-icon.png) no-repeat center;}
.toolbar_item.login::before{background: url(img/login-icon.png) no-repeat center;}
.toolbar_item.logout::before{background: url(img/logout.png) no-repeat center;}

.toolbar_home{float: left;margin-top: 5px;}

.toolbar_cart_count{
	background: var(--accent-color);
    color: #fff;
    display: inline-block;
    padding: 1px 7px;
    min-width: 25px;
    text-align: center;
    border-radius: 15px;
    height: 25px;
    font-family: var(--primary-font);
    font-size: 13px;
    border: 2px solid #fff;
    position: absolute;
    left: 23px;
    top: -5px;
}



/*				LIST
---------------------------------------*/

.boutique-wrap.list{padding-top: 60px;}

.shop-filter-bg{
    background: var(--neutral-5);
    color: #fff;
    padding: 20px 20px;
}

.shop-filter-wrap span{display: none;}

.shop-filter-wrap .subcat_display .subcat_img{
	height: 150px;
}

.bar-filter label, .bar-filter li a{margin: 3px; display: block;}

.bar-filter{margin-bottom: 20px;}

.bar-filter .btn.orange{margin-bottom: 10px;}

label[for="confirm"] {text-transform:none;}


.bar-filter li:hover{
    box-shadow: 0 0 0 1px #bdbdbd inset;	
}

.bar-filter li:hover a{
    text-decoration: none;	
}

.bar-filter li.checked, .bar-filter li.selected{
	background: var(--accent-color);
}

.bar-filter li.checked label, .bar-filter li.selected a{
	color: #fff;
}

.bar-filter label, .bar-filter ul li a{
	position: relative;
    top: initial;
    font-size: 16px;
    cursor: pointer;
}

.bar-filter input[type="radio"]{
	padding: 0;
	width: 0px;
	position: absolute;
}

.bar-filter .h4 {
    color: white;
    font-size: 20px;
	text-align: center;
	margin-top: 10px;
}

ul.items-wrap {
    margin-top: 20px;
}

ul.items-wrap li{
    padding: 3px 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    position: relative;
}

.bar-filter li a {
    color: white;
}

.bar-filter ul li:last-child {
    margin-bottom: 30px;
}

.bar-filter li {
    padding: 3px 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    position: relative;
}




/*				LIST-ITEM
---------------------------------------*/

.list-item{
	margin-top: -15px;
}

.product-short{
	border: 2px solid #efefef; 
	padding: 23px;
	position: relative;
	min-height: 335px;
}

.product-short img{
	max-height: 275px;
	max-width: 130px;
}

.product-short-top{
	margin-bottom: 10px;
	text-align: center;
}

.product-short-right.paysage .product-short-bottom{
	right: initial;
	left: 30px;
}

.product-short-top img{
	max-width: 100%;
}

.product-short-left{
	float: left;
	margin-right: 20px;
	min-height: 150px;
}

.product-short.two_labels{padding-top: 41px;}

.product-short-title{margin-bottom: 10px; position: relative;}

.product-short-title h2{margin-bottom: -5px !important; color: var(--accent-color) !important; font-size: 21px !important;}
.product-short-title h3:not(.h4){margin-bottom: 0px; color: #65636a; font-size: 17px; padding-top: 3px;}
.product-short-title h4{color: var(--accent-color);}

.product-short-bottom{margin-top: 10px;}

.product-short-bottom .more{float: right;}

.product-short .quantite_border{
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 0 0 1px var(--accent-color) inset;
}

.product-short .quantite_border.nostock{
	box-shadow: none;
	color: #959595;
	font-style: italic;
}

.vin-taille {
    display: inline-block;
    vertical-align: middle;
	margin-right: 5px;
}

.product-quantite{
	display: inline-block; 
	vertical-align: middle; 
	position: relative; 
    margin-right: 10px;
}

.product-quantite:hover .select-listbox {display:block;}

.product-quantite input{
	text-align: center; 
	border: none; 
	padding: 7px 0; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.product-pack{display: inline-block;vertical-align: middle;}

.product-pack select{background: #fff; border: 1px solid #d9d8d3; padding: 6px 12px; }


.select-listbox {position:absolute;  top:100%; right: 0;z-index:11; display:none;}

.select-listbox span {display:block; width:36px; height:20px; line-height:17px; text-align:center; border-top:1px solid var(--accent-color); color:#000; background: #fff;cursor:pointer; font-size:12px; font-weight:bold;}

.select-listbox span:hover {background:var(--accent-color); color: #fff; }


.product-short-bottom label{
	color: #fff;
    background: var(--accent-color);
    padding: 7px;
    vertical-align: middle;
    margin-right: -5px;
    font-size: 17px;
    font-weight: 600;
    height: 39px;
    width: 85px;
    text-align: center;
}

strike {
    font-size: 14px;
    font-weight: 400;
    margin-right: 3px;
}

.btn.cart {
    box-shadow: 0 0 0 1px var(--accent-color) inset;
    padding-right: 20px;
    background: url(img/icone-panier-btn.png) no-repeat right center var(--accent-color);
	height: 39px;
}

.product-short .but{color: var(--accent-color); background: none; font-size: 24px; padding: 0; width: 15px; height: initial;}
.product-short .but:hover{color: #b9b9b9; background: none;}

.label_sucrosite{
	position: absolute;
	top: 5px;
	right: 5px;
	background: #bdb5a3;
	color: #fff;
	padding: 3px 10px;
	display: none;
}

.vin-taille span{font-style: italic; color: #c0c0c0;}

select[name="variant"]{visibility: hidden; position: absolute;}

.recommandation{
    position: absolute;
    top: 0;
    left: 0;
    background: #ffe2bd;
    right: 0;
    text-align: center;
    color: var(--accent-color);
    font-size: 13px;
}

.fav{
    position: absolute;
    top: 0;
    left: 0;
    background: #a9266a;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.product-short.two_labels .fav{
	top: 18px;
}

/*				ITEM
---------------------------------------*/


.product-big .recommandation{position: relative;top: initial;}
.product-big .fav{position: relative;top: initial;}
.product-big .hachette{margin-bottom: 15px; position: relative;top: initial;}

.product-big .btn.back{
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 1;
}

.product-big{
	background: #fff;
	position: relative;
	margin-bottom: 60px
}

/*.product-big .btn.pdf{
	float: right;
}*/

.product-big-img{text-align: center; position: relative;z-index: 2;}

.product-big-img .coeur-list-item{right: 0;top: -45px;}

.product-big-left{
	padding: 0!important;
	padding-top: 1.5rem!important;
}

.product-big-left img{
	max-height: 600px;
}

.product-right {
	border-left: 1px solid var(--neutral-1);
    padding: 0 20px;
	font-size: 14px;
}

.product-big-right .product-big-title {
    margin-bottom: 10px;
}

img.ab-demeter {
    width: 210px;
}

.product-big .cart_count{position: relative;}

.product-big-title{margin-bottom: 20px;}

.product-big-title h5{
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
}

.product-big-title .h3{
	color: var(--accent-color);
	margin-bottom: 0;
	display: block;
	font-style: italic;
	font-size: 36px;
}

.product-big-title h1{
	font-size: 36px;
	margin-bottom: 0;
	font-family: var(--secondary-font);	
	font-style: normal;
	font-weight: 700;
}

.product-big a.btn.pdf{
/*	position: absolute;
	top: 30px;
	right: 30px;*/
	box-shadow: 0 0 0 2px var(--accent-color) inset;
    color: #FFF;
    background-color: var(--accent-color);
    border-radius: 20px;
    width: 100%;
}

.product-big .cart_count{
	margin-bottom: 30px;
	background: var(--accent-color);
	color: #fff;
	padding: 20px ;
}

.product-big .price{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	color: #fff;
}

.product-big .vin-taille{
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
}

.accords{
	background: var(--neutral-light);
	padding: 20px 30px;
	margin-bottom: 20px;
}

.accords p:last-child{margin-bottom: 0;}

.accords h2{color: var(--neutral-5); font-size: 26px !important; margin-bottom: 10px !important;}

.cart_count_top{margin-bottom: 10px;}

.product-big-center h3{
	font-weight: 700;
}

.price{
	color: var(--accent-color) ;
	font-weight: 700;
	font-size: 24px;
}

.product-short .price{margin-bottom: -10px;}

.price strike{font-weight: normal; font-size: 16px;}


.slider-result{
	float: right;
    background: var(--accent-color);
    color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 14px;
}

.product-big-slider h3{
	font-size: 23px;
}

.slider-track{
	position: relative;
	background: #e4e4e4;
	height: 15px;
	width: 100%;
	margin-top: 10px;
}

.slider-knob{
	position: absolute;
	left: 0;
	top: 0;
	height: 15px;
	width: 0;
	background: var(--accent-color);
	border: 2px solid #e4e4e4;
	transition: all 1s ease;
	opacity: 0;
}

.slider-knob.brut{opacity: 1;width: 30px;}
.slider-knob.sec{opacity: 1;width: 10%;}
.slider-knob.demi-sec{opacity: 1;width: 33%;}
.slider-knob.moe{opacity: 1;width: 66%;}
.slider-knob.doux{opacity: 1;width: 100%;}

.slider-knob.cr_brut_nature{opacity: 1;width: 30px;}
.slider-knob.cr_extra_brut{opacity: 1;width: 25%;}
.slider-knob.cr_brut{opacity: 1;width: 40%;}
.slider-knob.cr_extra_sec{opacity: 1;width: 55%;}
.slider-knob.cr_sec{opacity: 1;width: 70%;}
.slider-knob.cr_demi_sec{opacity: 1;width: 85%;}
.slider-knob.cr_doux{opacity: 1;width: 100%;}

.slider-knob.tdg1 {opacity: 1; width: 1%;}
.slider-knob.tdg2 {opacity: 1; width: 9%;}
.slider-knob.tdg3 {opacity: 1; width: 18%;}
.slider-knob.tdg5 {opacity: 1; width: 27%;}
.slider-knob.tdg5 {opacity: 1; width: 36%;}
.slider-knob.tdg6 {opacity: 1; width: 45%;}
.slider-knob.tdg7 {opacity: 1; width: 54%;}
.slider-knob.tdg8 {opacity: 1; width: 63%;}
.slider-knob.tdg9 {opacity: 1; width: 72%;}
.slider-knob.tdg10 {opacity: 1; width: 81%;}
.slider-knob.tdg11 {opacity: 1; width: 90%;}
.slider-knob.tdg12 {opacity: 1; width: 100%;}

.slider-min{
	float: left;
	color: #8f8f8f;
	font-size: 13px;
	width: 20px;
	
}

.slider-9 {
    position: absolute;
    left: 9%;
    transform: translateX(-50%);
    color: #8f8f8f;
    font-size: 13px;
}

.slider-17 {
    position: absolute;
    left: 22%;
    transform: translateX(-50%);
    color: #8f8f8f;
    font-size: 13px;
	width: 20px;
}

.slider-18 {
    position: absolute;
    left: 18%;
    transform: translateX(-50%);
    color: #8f8f8f;
    font-size: 13px;
}

.slider-27 {
    position: absolute;
    left: 27%;
    transform: translateX(-50%);
    color: #8f8f8f;
    font-size: 13px;
}

.slider-33{
	position: absolute;
	left: 33%;
	transform: translateX(-50%);
	color: #8f8f8f;
	font-size: 13px;
}

.slider-34{
	position: absolute;
	left: 38%;
	transform: translateX(-50%);
	color: #8f8f8f;
	font-size: 13px;
}

.slider-36 {
    position: absolute;
    left: 36%;
    transform: translateX(-50%);
    color: #8f8f8f;
    font-size: 13px;
}

.slider-45 {
    position: absolute;
    left: 45%;
    transform: translateX(-50%);
    color: #8f8f8f;
    font-size: 13px;
}

.slider-51 {
    position: absolute;
    left: 51%;
    transform: translateX(-50%);
    color: #8f8f8f;
    font-size: 13px;
	width: 20px;
}

.slider-54 {
    position: absolute;
    left: 54%;
    transform: translateX(-50%);
    color: #8f8f8f;
    font-size: 13px;
}

.slider-63 {
    position: absolute;
    left: 63%;
    transform: translateX(-50%);
    color: #8f8f8f;
    font-size: 13px;
}

.slider-66{
	position: absolute;
	left: 66%;
	transform: translateX(-50%);
	color: #8f8f8f;
	font-size: 13px;
}

.slider-68 {
    position: absolute;
    left: 67%;
    transform: translateX(-50%);
    color: #8f8f8f;
    font-size: 13px;
}

.slider-72 {
    position: absolute;
    left: 72%;
    transform: translateX(-50%);
    color: #8f8f8f;
    font-size: 13px;
}

.slider-81 {
    position: absolute;
    left: 81%;
    transform: translateX(-50%);
    color: #8f8f8f;
    font-size: 13px;
}

.slider-85 {
    position: absolute;
    left: 82%;
    transform: translateX(-50%);
    color: #8f8f8f;
    font-size: 13px;
}

.slider-90 {
    position: absolute;
    left: 90%;
    transform: translateX(-50%);
    color: #8f8f8f;
    font-size: 13px;
}

.slider-max{
	float: right;
	color: #8f8f8f;
	font-size: 13px;
}

.product-big-slider{
	margin-bottom: 30px;
	position: relative;
}

.product-big-sliders-wrap .product-big-slider:last-child{
	margin-bottom: 0;
}

.product-big-sliders-wrap {
    margin-top: 20px;
}

/*						FRAIS DE PORT
----------------------------------------------------------------*/


p.frais-de-port {
    background: var(--accent-color);
    padding: 5px;
    text-align: center;
    color: white;
}

/*									POPUP ATCW
----------------------------------------------------------------*/

iframe.brevo{width: 580px; height: 700px;}

.popup-wrap .popup{
	padding: 0px;
	max-width: initial;
	/* ms width: 600px; */
	/* ms height: 700px; */
}

.popup p:last-child{margin-bottom: 0; height: 100%;}

.popup p a{color: var(--accent-color);}

.popup-wrap .popup-close{border: none; top: 0;right: 10px;}

.overlay-atcw {position:fixed; left:0; right:0; top:0; bottom:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:-1; opacity:0;}
.overlay-atcw.show {/* display:block; */ z-index:100; opacity:1;}

.add-to-cart-window {position:fixed; top:50%; width:70%; height: 550px;	margin-top: -250px;	 left:50%; margin-left:-35%; box-sizing:border-box; padding:25px; box-shadow:0px 0px 30px #000000; background:#ffffff; z-index:101;}
.atcw-left { box-sizing:border-box; padding:20px; border:1px solid #cccccc; margin-right: 275px;}
.atcw-right {width:250px; position: absolute;	right: 10px;top: 0px;	box-sizing:border-box; padding:20px; border:1px solid #cccccc;text-align: center;}

.add-to-cart-window h2::after{display: none;}
/*.atcw-left h3{display: none;}*/

.atcw-title {font-size:26px; color:#000000; padding-bottom:30px; font-weight:bold;}
.red-label {font-size:17px; color:#b52234; display:block; font-weight:bold; padding-bottom:6px;}

.atcw-thumb {float:left; margin-right:35px;height: 200px;text-align: center;}
.atcw-thumb img {display:block; height: inherit; margin:auto;}
/*.atcw-name {font-size:18px; font-weight:bold; color:#787878; padding-top:20px;}*/


.atcw-right small {display:block; text-align:center; font-size:11px; line-height:16px; color:#cccccc;}
.atcw-right .left, .atcw-right .right {margin-bottom:10px;}

.atcw-close.croix {width:25px; height:25px; position:absolute; right:22px; top:22px; background:url(img/delete.png) no-repeat center center; cursor:pointer;}
.atcw-right .btn.alt {cursor:pointer;}

#popup-count{font-weight: 700;margin-top: 10px;font-size: 24px;}

.atcw-right .btn{display: block;}

.atcw-name span{font-size: 24px;}

.delivery-image img{width: 200px;}


/*				  			TUNNEL d'ACHAT
-------------------------------------------------------------*/

.slx-shop-main {
    margin-bottom: 10px;
}

.shop-steps{
	margin-bottom: 30px;
	margin-top: 30px;
	overflow: hidden;
}

.step{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 24%;
	margin: 0;
	text-align: center;
	font-weight: 600;
	color: #c9c9c9;
}

.step span{
	background: #c9c9c9;
	width: 30px;
	padding: 2px;
	display: inline-block;
	font-weight: 600;
	border-radius: 22px;
	margin-right: 10px;
	font-size: 17px;	
	color: #fff;
}

.step.active{font-weight: 600; color: #383838cf;}

.step.active span{
	background: #383838;
	color: #fff;
}

.status{
	display: inline-block;
	height: 3px;
	width: 25%;
	background: #c9c9c9;
	margin: 0 -2px;
	position: relative;
}

.status.active::after{
	content: "";
	position: absolute;
	background: var(--accent-color);
	width: 10px;
	height: 10px;
	margin-top: -4px;
	border-radius: 7px;
	border:2px solid #fff;
	right: -1px;
	z-index: 5;
}

.status.active::before{
	content: "";
	position: absolute;
	background: var(--accent-color);
	width: 1500px;
	height: 3px;
	right: 0;
}




ul.bookmark{width: 100%;border-bottom: 2px solid #000;margin-bottom: 20px;}
ul.bookmark li{display: inline-block;margin-right: 10px;}
ul.bookmark li a{padding: 10px 15px;background: #f7f7f7;display: block; color: #000;}
ul.bookmark li:hover a{text-decoration: none; background: #eee;}
ul.bookmark li.active a{background: #000; color: #fff;}

.user_addressbook_element, .confirm-box{
	background: #fff;
}

.user_addressbook_element .input{
	margin-bottom: 10px;
}

.user_addressbook_element .input input, .user_addressbook_element .input select{
	width: 100%;
}

.confirm-box{
	background: #383838cf;
	color: #fff;
}

.confirm-box h2{
	color: #fff;
}

.confirm-box h2 span{
	font-size: 18px;
}

.confirm-box textarea{
	width: 100%;
	border: none;
}



/*				CART
-----------------------------------------------------------*/


.but, .count_number{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	text-align: center;
	border: none;
	padding: 4px 0;
	/*padding-right: 5px;*/
	font-size: 16px;
	box-sizing: border-box;
	/*height: 30px;*/
	margin: 0;
	margin-right: -5px;
	font-family: inherit;
	z-index: 2;
	position: relative;
	background: var(--accent-color);
	font-weight: 700; 
}

.but{color: #fff; width: 30px;}

.but:hover{background: #b9b9b9;cursor: pointer;}

.count_number{width: 30px; background: #fff;}


.slx-user-bottom{margin-top: -58px;}

.slx-user-bottom .btn{
	box-shadow: 0 0 0 25px #f13e3e inset;
}

.slx-user-bottom .btn:hover{
	box-shadow: 0 0 0 1px #f13e3e inset;
	color: #f13e3e;
}

.cart-inside{position: relative;}

.slx-shop-cart-question18 label{font-weight: 600;}
.slx-shop-cart-question18 p{margin-top: 0;}

.dataTable thead tr{background: #000; border-top: none; }
.dataTable thead th{padding: 10px;color: #fff;font-size: 17px;font-weight: 600;}

.dataTable tr{background: #fff;color: #000;border-top: 5px solid #fff;}

td.thumb img{max-height: 80px;margin-left: 10px;}

.dataTable td.cart-name span{color: #737373;}

.dataTable td{position: relative;padding: 10px 0;}

.shop_cart .cart-buy-count .cart-button-valider {
    position: absolute;
    top: 50%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    height: 30px;
    margin-top: -15px;
    border: 1px solid #000;
    margin-left: -60px;
    cursor: pointer;
}

.shop_cart .cart-buy-count .cart-button-valider.show {
    opacity: 1;
    margin-left: 5px; 
}

.btn.continue{float: left;}

td.del{text-align: center;margin-left: 10px;}

td.del a{display: block;width: inherit;height: inherit;}

td.del:hover{background: #f7c4c4;}

tr.shop_cart_total{background: initial; border-top: 2px solid #000;}

tr.shop_cart_total td{padding: 10px 0;}

td em{color: #ccc;}

.cart-buy-count{width: 115px;}

.cart-buy-count .but{vertical-align: top;}

.cart-buy-count input{
	width: initial;
    padding: 2px 5px;
    text-align: center;
    border: 1px solid var(--accent-color);
    margin-right: -5px;
}

.shop_cart .cart-buy-count input{
	position: relative;
	z-index: 2;
	height: 32px;
}

.cart-wrap {margin-top: 50px;position: relative;}

.cart-pickup.left {
    display: inline-block;
    vertical-align: top;
    width: 500px;
}

.cart-pickup.right {
    display: inline-block;
    vertical-align: top;
    width: 330px;
    float: right;
}


.cart-pickup { margin: 10px 0 50px 0;}

.cart-pickup > a, .slx-rds-confirm-payment > a{
    background: url(img/pickup.png) no-repeat left center;
    padding-left: 28px;
    display: block;
    min-height: 20px;
    line-height: 20px;
    margin: 8px 0;
    color: initial;
    font-weight: normal;
    font-style: normal;
}

.slx-rds-cart{margin-top: 60px;}

.cart-pickup > a.selected, .cart-pickup > a:hover, .slx-rds-confirm-payment > a.selected, .slx-rds-confirm-payment > a:hover {
    background: url(img/pickup_active.png) no-repeat left center;
}

.slx-rds-confirm-payment label{display: none;}

.cart-pickup a.more{
	background: none; 
	padding: 0; 
	min-height: initial;
	margin: 0;
	margin-top: 20px;
	color: #585858;
	font-style: italic;
}

.cart-pickup a.more:hover{text-decoration: underline;}

.question-suite{
	position: absolute;
	right: 0;
	bottom: 50px;
	text-align: right;
}

.slx-shop-cart-question18{
	position: absolute;
	top: -50px;
	right: 0;
	width: 320px;
}

.user_login{
	background: #fff;
}

input[type="checkbox"]{
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
	width: initial;
	margin-right: 10px;
}

th[align="right"]{text-align: right;}


.column1-3 {
    display: inline-block;
    vertical-align: top;
    width: 43%;
    background: #fff;
    padding: 20px;
    margin: 9px;
}

.column1-3 div {
    margin-bottom: 20px;
}

.column1-3 div label {
    font-weight: 600;
    margin-right: 5px;
    width: 113px;
    display: inline-block;
    text-align: right;
}

.column1-3 .checkbox-mailing label {
    width: initial;
    text-align: left;
    font-weight: 400;
}

.cart-pickup .right{
	color: var(--accent-color);
}

.alert{text-align: center; background: none; border: none;}

.alert-danger{color: #f00; font-weight: bold;}

input[name="code"]{height: 40px; vertical-align: middle; margin:0 10px;}

/*					SHOP SPECIAL (boutique en liste)
----------------------------------------------------------------*/

.boutique .title{text-align: center;padding: 25px 0;background: #242424; color: #fff;}

.boutique .title h1:after{display: none;}

.boutique .title h1{margin: 0;padding: 0;}

.boutique .sous-titre{background: #f2eae2;text-align: center;font-size: 18px;color: #6b6b6b;padding: 10px;}
.boutique .sous-titre p{ margin: 0; }

.boutique_container{
	position: relative;
}

.cat_boutique h2{
	font-size: 30px;
	color: #000;
	font-weight: 600;
	margin-bottom: 20px;
}

.cat_boutique{margin-top: 20px;}

.boutique_prod{background: #fff;margin-bottom: 5px; text-align: right;}

.boutique_prod:nth-child(2n){background: #f2e6d8;}

.boutique_prod:nth-child(2n+1){background: #f3f3f3;}

.boutique_prod form{display: table; width: 100%;}

.boutique_prod .left{display: table-cell; text-align: left;vertical-align: middle;padding-left: 5px;	}

.boutique_prod .left strong{font-size: 17px;color: #000;margin: 0;position: relative;padding-right: 29px; display: block;}

.boutique_prod .price{display: inline-block; vertical-align: middle;}

.boutique_prod .btn.cart{
	background: url(img/icone-panier-btn.png) no-repeat right center #383838cf;
	box-shadow: none;
}

.boutique_prod .btn.cart:hover{
	background: url(img/icone-panier-btn.png) no-repeat right center #b9b9b9;
}

.special_sucrosite{
	color: #aca596;
	font-style: italic;
	font-weight: bold;
}

.boutique_prod .left strong.ab:after{
	content: ""; 
	position: absolute;
	width: 25px;height: 23px;
	background: url(img/logo-AB.png) no-repeat center;
	margin-left: 10px;
	bottom: 0;
}

.boutique_prod .left strong.vb:after{
	content: ""; 
	position: absolute;
	width: 25px;height: 23px;
	background: url(img/logo-VB.png) no-repeat center;
	margin-left: 10px;
	bottom: 0;
}

.boutique_prod .left p{color: #737373; margin: 0;}

.boutique_prod .right{display: table-cell;width: 400px;	}

.boutique_prod .product-quantite input[type="text"]{text-align: center; margin-right: -5px;display: inline-block;vertical-align: top; padding: 3px 0;	}

.btn-wrap{display: inline-block;vertical-align: middle;}
.boutique_prod .btn-wrap .btn.cart { padding: 25px 25px; margin-left: 10px;}
.boutique_prod .btn-wrap .btn.cart {background: url(img/icone-panier-btn.png) no-repeat center #383838cf; box-shadow: none;}

.boutique_prod .btn.cart{padding: 16px 25px;}
.boutique_prod .btn.cart:hover{color: #fff;}


.shop_cart_block{	position: absolute;right: 0; transition: all 0.3s ease;}

.shop_cart_block.fixed{position: fixed; top: 120px; margin-top: 0; }

.shop_cart_block > .content{	color: #fff;background: var(--accent-color);padding: 15px;text-align: center;}
.shop_cart_block > .content h2{color: #fff;}

.shop_cart_block h3{text-transform: uppercase;font-size: 20px;font-weight: 600;}

.shop_cart_block span{display: block;font-size: 20px;margin-top: 5px;}

.shop_cart_block a{display: block;background: #383838cf;text-align: center;padding: 5px 15px;font-size: 18px;color: #fff;border: 1px solid #383838cf;}

.shop_cart_block a:hover{background: #fff; color: #735e53; border: 1px solid #383838;}

.shop_cart_block .print{background: url(img/doc-icon.png) no-repeat  5px center #fff;  padding-left: 25px; color: initial; border: 1px solid #4e4e4e;}

.out_stock{padding: 15px;font-weight: 600;}

.reduction-port{margin-top: 20px;background: #fff;}

.franco{background: var(--neutral-5); color: #fff;padding: 15px;text-align: center;box-shadow: 0 0 0 10px var(--neutral-5) inset, 0 0 0 12px #fff inset;}
.reductions{padding: 25px;border:2px solid var(--neutral-5);}

.reductions h3{color: #383838cf;}

.trigger-cart{display: none;}

.user-recovery{ margin: 100px 0; }

.boutique_prod select[name="variant"]{visibility: visible; position: relative; margin-left: 10px;}


/*						COUP DE COEUR
--------------------------------------------------------*/

h2.cursive{
	font-family: var(--third-font);
    font-weight: 400;
    font-size: 43px;
    color: var(--accent-color);
	text-transform: capitalize;
	display: inline;
}

h2.cursive p{
	display: inline;
	text-transform: none;
}


h2.cursive::after{background: var(--accent-color);}

h2.cursive span{
	font-family: var(--primary-font);
	font-weight: 400;
	font-size: 26px;
	color: #000;
	text-transform: capitalize;
}

.page.nobg.coeur h2 p {
    text-transform: capitalize;
}

.coeur-wrap{
	display: table;
	width: 100%;
	margin-top: 20px;
}

.coeur-vins{
	position: relative;
}

.coeur-item{
	background: #1d1914;
	text-align: center;
	margin: 10px 0;
	padding: 20px;
	transition: all 0.5s ease;
}

.coeur-item:hover{
	background: #2f2b26;
}

.coeur-photo-cell{
	width: 180px;	
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
}

.coeur-photo{
	height: 160px;
	border-radius: 80px;
}

.coeur-item-img{
	display: block;
	vertical-align: bottom;
	height: 300px;
	margin-right: 15px;
}

.coeur-item h2{
	font-size: 30px;
	margin-bottom: 0 !important;
}

.coeur-item-img img{max-height: 100%;}

.coeur-item-content{
	display: inline-block;
	vertical-align: bottom;
}

.coeur-item-content .product-short-title::after{
	display: none;
}

.coeur-list-item{
	position: absolute;
	right: 20px;
	top: 20px;
	color: var(--accent-color);
	font-size: 50px;
	line-height: 30px;
	cursor: help;
}

.coeur-list-item img{height: 40px; color: var(--accent-color);}

.product-short .coeur-list-item img{height: 30px;}

input[type="image"]{
	margin: auto;
    background: #ffffff;
    border: 2px solid var(--accent-color);
    box-shadow: 0 11px 15px rgb(0 0 0 / 13%);
    transition: all 0.1s ease;
}

input[type="image"]:hover{
	box-shadow: 0 15px 50px rgb(0 0 0 / 15%);
}


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


.article_short{
	background: #fff;
	margin-bottom: 20px;
}

.article_content{padding: 20px;}


.article-thumb{
	height: 300px;
}

.blog-photo{
	width: 100%;
	height: 400px;
}

.bg_noir .article_short h2{color: #000; margin-bottom: 15px !important;}

.blog_full_txt{background: #fff; padding: 20px;}

.blog_sidebar{
	padding: 0 20px;
}

.blog_sidebar h3{
	margin-bottom: 20px;
}

.blog-sidebar{
	background: #fff;
	margin-bottom: 20px;
}

.blog-sidebar:last-child{margin-bottom: 0;}


.blog_content{padding: 10px;}

.blog_content h5{margin-bottom: 0;}

.blog-sidebar a.thumb{
	display: block;
	height: 100%;
}


/* 					FAQ
======================================================== */

.faq-wrap{
	max-width: 920px;
	margin: auto;
}

.faq-item{border-bottom: 1px solid var(--neutral-1); margin-bottom: 15px; position: relative; padding-bottom: 5px;}
.faq-item:last-child{border-bottom: none;}

.faq-title{cursor: pointer; padding-right: 40px;}

.faq-title h3{
    font-family: var(--primary-font);
    
    font-weight: 700;
    font-size: 20px;
	color: #000;
}

.faq-dropdown{
	width: 30px;
	height: 30px;
	border-radius: 20px;
	background: var(--accent-color);
	position: absolute;
	right: 0;
	top: -5px;
}

.faq-dropdown::after{
    content: "+";
    position: absolute;
    color: #fff;
    font-size: 26px;
    top: -5px;
    display: block;
    right: 0px;
	width: 30px;
	text-align: center;
    font-weight: 300;
}

.faq-answer{display: none;}

.faq-item.open .faq-title h3{color: var(--accent-color);}
.faq-item.open .faq-dropdown::after{content: "-";}


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

	header .logo{
		left: 10px;
	}
	

	.header-social{
		display: inline-block;
		margin-right: 10px;
	}

	.header-right .header-social a{display: inline-block;}

	.main-menu{margin-left: 0;}

	.product-short{min-height: 280px;}

	.product-short-title::after {width: 80%;}
}


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

	.slide-content{bottom: 40%;	}

	.main-menu > ul > li > a {
		padding: 25px 10px;
	}

	.product-short-right{margin-bottom: initial;}

	.product-short-bottom{
		position: relative;
		right: initial;
		bottom: initial;
		text-align: left;
	}

	.vin-taille{
		position: relative;
		left: initial;
		bottom: initial;
		margin-bottom: 10px;
	}

	.bloc3 h3{font-size: 30px;}

	.product-short-title::after {width: 78%;}

}	

@media	screen and (max-width: 1080px){
	.main-menu > ul > li > a {
		padding: 25px 10px;
	}

	.cart-header{
		position: absolute;
		top: 0px;
		right: 0;
		padding: 5px 10px;
	}

	.cart-header-img {
	    position: relative;
	    display: inline-block;
	}

	.header-social p{margin-bottom: 0;}

	header.fixed .cart-header{
		top: 0;
		padding: 5px 10px;
	}

	.product-short-title::after {width: 76%;}

}




@media screen and (max-width: 1000px) {
	header .container{
		max-width: initial;
		padding: 0;
	}

	header .logo{
		left: 10px;
	}
	

	.header-social{
		display: inline-block;
		margin-right: 10px;
	}

	.header-right .header-social a{display: inline-block;}

	.main-menu{margin-left: 0;}

	.product-short{min-height: 280px;}

	.product-short-title::after {width: 80%;}
}


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

	.slide-content{bottom: 40%;	}

	.main-menu > ul > li > a {
		padding: 25px 10px;
	}

	.product-short-right{margin-bottom: initial;}

	.product-short-bottom{
		position: relative;
		right: initial;
		bottom: initial;
		text-align: left;
	}

	.vin-taille{
		position: relative;
		left: initial;
		bottom: initial;
		margin-bottom: 10px;
	}

	.bloc3 h3{font-size: 30px;}

	.product-short-title::after {width: 78%;}

}	



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


	.page-top-cat{
		display: none;
	}

	.page.bg_gris {margin-top: 20px;}

	.logo-page-top {display: none;	}

	.site-content.home{padding-top: 70px;}
	
	.slideshow-mobile, .slideshow > ul, .slick-list li{height: 340px;}

	.slideshow-desktop{display: none;}

	.slideshow-mobile{display: block;}

	.slideshow-mobile #preloader{display: none;}

	.slideshow-mobile .slide-content{
		bottom: initial;
	}

	.slide-content{
		margin: 0 24px;
		top: 50%;
		transform: translateY(-50%);
	}

	.slide-content img{
		max-width: 320px;
		max-height: 120px;
		width: auto;
	}

	.slide-content h1{
		font-size: 35px;
	}

	.slide-content h2{
		font-size: 20px;
	}

	.choix-langue{right: 80px; top: 23px;}


	.inviewport, .hiddenthis{opacity: 1;}

	#slider_min .slide_min {
		width: 100%;
	}

	.bloc3 img {
	    margin-right: 10px;
	    width: 40px;
	}
	.boutique_container{
		margin-right: 0;
		/*margin-top: 220px;*/
	}

	.shop_cart_block{
		margin-top: initial;
	}

	.product-short-title::after {width: 74%;}

	.product-short{min-height: initial;}

	.product-short.reco{
		padding: 10px 15px;
	}

	.cart-pickup.left{
		width: initial;
		display: block;
		margin-bottom: 20px;
	}

	.cart-pickup.right{
		float: none;
		display: block;
		width: initial;
	}

	.product-big-img .coeur-list-item{top: 10px; right: 15px;}

	.boutique_prod .right{width: 350px;	}

	.boutique_prod strike{position: absolute;	margin-top: -13px;}

	.container{max-width: initial;}

	.logo{padding-top: 5px;}

	.logo img{height: 60px;}

	.cart-header{padding: 10px; right: 80px;}

	.header-right{right: 190px; top: 10px;}

	.nav-toggle{
	    position: absolute;
	    float: right;
	    z-index: 1000;
	    display: inline-block;
	    width: 40px;
	    height: 30px;
	    cursor: pointer;
	    top: 20px;
	    right: 20px;
	}

	.trait1, .trait2, .trait3{
	    background: var(--accent-color);
	    width: 40px;
	    height: 3px;
	    position: absolute;
	    transition: all 0.5s ease;
	}

	.trait1{top: 0;left: 0;transform: rotate(0);}
	.trait2{top: 10px;left: 0;transform: rotate(0);opacity: 1;}
	.trait3{top: 20px;left: 0;transform: rotate(0);}

	body.with-sidebar .trait1{transform:rotate(45deg); top: 10px;}
	body.with-sidebar .trait2{opacity: 0;}
	body.with-sidebar .trait3{transform:rotate(-45deg);top: 10px;}  

	body.with-sidebar #side-cart{
		right: -550px;
	}

	body.with-sidebar #side-cart:hover{
		right: -250px;
	}

	
	header{padding-bottom: 5px; height: 70px;	}

	header.stuck{
		height: 55px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}

	.site-content {
	    position: absolute;
	    top: 0px;
	    right: 0;
	    left: 0;
	    bottom: 0;
	    overflow-y: scroll;
	    -webkit-overflow-scrolling: touch;
	    -moz-overflow-scrolling: touch;
	    overflow-scrolling: touch;
	    width: 100%;
	    margin-top: 0;
	    background: none;
	    padding-top: 70px;
	}

	.site-container{
	     overflow-x: hidden;
	     height: 100%;
	 }

	 .site-pusher{
	     z-index: 30;
	     transition: all 0.3s ease;
	     transform: translateX(0px);
	     height: 100%;
	     width: 100%;
	 }
	 
	 .main-menu{
	     display: initial;
	     position:absolute;
	     width: 250px;
	     top:0;
	     bottom:0;
	     right:0;
	     left:auto;
	     z-index:0;
	     /*transform*/
	     -webkit-transform:translateX(250px);
	        -moz-transform:translateX(250px);
	         -ms-transform:translateX(250px);
	          -o-transform:translateX(250px);
	             transform:translateX(250px);
	     /*transition*/
	     -webkit-transition:all 0.3s ease;
	        -moz-transition:all 0.3s ease;
	          -o-transition:all 0.3s ease;
	             transition:all 0.3s ease;
	     padding: 0;   
	     margin-top: 0;   
	 }

	 .main-menu > ul > li{
	     display:list-item;
	     width:250px;
	     background:none;
	     opacity:0;
	     text-align:center;
	     font-size:15px;
	     /*transition*/
	     -webkit-transition:all 0.3s ease;
	        -moz-transition:all 0.3s ease;
	          -o-transition:all 0.3s ease;
	             transition:all 0.3s ease;
	     border-radius: 0;
	     border-top: none;
	     border-bottom: 1px solid #ccc;
	     margin: 0;
	     padding: 0;
	     position: relative;
	 }

	 .main-menu > ul li::before{display: none;}

	 .main-menu > ul li a{
	     padding: 10px 0;
	     border-radius: 0;
	     display: block;
	     color: #000;
	     font-size: 18px;
	 }

	 .dropdown-triangle{border-top: 9px solid #735e53;}

	 .with-sidebar .main-menu{
	     /*transform*/
	     -webkit-transform:translateX(250px);
	        -moz-transform:translateX(250px);
	         -ms-transform:translateX(250px);
	          -o-transform:translateX(250px);
	             transform:translateX(250px);
	     /*transition*/
	     -webkit-transition:all 0.3s ease;
	        -moz-transition:all 0.3s ease;
	          -o-transition:all 0.3s ease;
	             transition:all 0.3s ease;
	 }
	 
	 .with-sidebar .main-menu > ul > li{
	     opacity:1;
	     /*transform*/
	     -webkit-transform:translateX(0px);
	        -moz-transform:translateX(0px);
	         -ms-transform:translateX(0px);
	          -o-transform:translateX(0px);
	             transform:translateX(0px);
	 }

	 .with-sidebar .site-pusher{
	     /*transform*/
	     -webkit-transform:translateX(-250px);
	        -moz-transform:translateX(-250px);
	         -ms-transform:translateX(-250px);
	          -o-transform:translateX(-250px);
	             transform:translateX(-250px);
	 }  

	 .site-pusher{
	 	background: #fff;
	 }

	.site-container{
		background: #f2e6d8;
	} 

	.dropdown-wrap{
		position: absolute;
		padding: 10px 20px;
		top: 0;
		right: 0;
	}

	.dropdown-triangle{
		display : inline-block;
		height : 0;
		width : 0;
		border-top : 9px solid black;
		border-right : 5px solid transparent;
		border-left : 5px solid transparent;
		border-bottom:none;

	} 

	.main-menu > ul > li:hover .dropdown-triangle{
		border-top: none;
		border-right : 5px solid transparent;
		border-bottom : 9px solid black;
		border-left : 5px solid transparent;
	}

	 .site-cache{
	     background: rgba(0,0,0,0);
	     transition:all 0.3s ease;
	 }

	 .with-sidebar .site-cache{
	     position: absolute;
	     z-index: 1000;
	     top: 0;
	     bottom: 0;
	     left: 0;
	     right: 0;
	     box-shadow: 0 0 40px rgba(0,0,0,0.4);
	 }	

	.main-menu > ul > li > ul{
		position: relative;
		text-align: center;
		left: initial;
		padding: 0;
		top: initial;
		width: initial;
		overflow: initial;
		box-shadow: none;
		background: none;
	}

	.main-menu > ul > li > ul::before{display: none;}

	.main-menu > ul > li > ul > li{margin-bottom: 0; padding: 0;}

	.main-menu > ul > li > ul > li a{padding: 5px 0;}

	.page-top .titre{padding-top: 0px; padding-bottom: 0;}

	.page-top .titre h1{padding-top: 0;}

	.inviewport, .hiddenthis{opacity: 1;}

	.add-to-cart-window{
		top: 20px;
		bottom: 20px;
		right: 20px;
		left: 20px;
		width: initial;
		height: initial;
		margin: 0;
		overflow: auto;
	}

	.atcw-left{margin-right: 0;}

	.atcw-thumb{margin-right: 0;}

	.atcw-right{width: initial;position: relative; right: initial; top:initial;margin-top: 20px;}

	.add-to-cart-window h2{font-size: 20px;}

	header{	text-align: initial; top: 0;}

	header.fixed{position: absolute; height: 70px;box-shadow: none; top: 0;}

	header.fixed .logo img {
    	height: 60px;
	}
	header.fixed .main-menu > ul > li{padding: 0;}

	.bg_noir::after{
		left: initial;
		transform: initial;
		right: 0;
	}

}


@media	screen and (max-width: 1080px){
	.main-menu > ul > li > a {
		padding: 25px 10px;
	}

	.cart-header{
		position: absolute;
		top: 0px;
		right: 0;
		padding: 5px 10px;
	}

	.cart-header-img {
	    position: relative;
	    display: inline-block;
	}

	.header-social p{margin-bottom: 0;}

	header.fixed .cart-header{
		top: 0;
		padding: 5px 10px;
	}

	.product-short-title::after {width: 76%;}


}


@media screen and (max-width: 1020px){
	.form {
		text-align: center;
	}

	.contact-txt.col-lg-6.p-4 h2 {
		text-align: center!important;
	}

}

@media screen and (max-width: 992px){
	.logo-page-top {display: none;	}

	.site-content.home{padding-top: 70px;}
	
	.slideshow-mobile, .slideshow > ul, .slick-list li{height: 340px;}

	.slideshow-desktop{display: none;}

	.slideshow-mobile{display: block;}

	.slideshow-mobile #preloader{display: none;}

	.slideshow-mobile .slide-content{
		bottom: initial;
	}

	.slide-content{
		margin: 0 24px;
		top: 50%;
		transform: translateY(-50%);
	}

	.slide-content img{
		max-width: 320px;
		max-height: 120px;
		width: auto;
	}

	.slide-content h1{
		font-size: 35px;
	}

	.slide-content h2{
		font-size: 20px;
	}

	.choix-langue{right: 80px; top: 23px;}


	.inviewport, .hiddenthis{opacity: 1;}

	.bloc3 img {
	    margin-right: 10px;
	    width: 40px;
	}
	.boutique_container{
		margin-right: 0;
		margin-top: 580px;
	}

	.shop_cart_block{
		margin-top: initial;
	}

	.product-short-title::after {width: 74%;}

	.product-short{min-height: initial;}

	.product-short.reco{
		padding: 10px 15px;
	}

	.cart-pickup.left{
		width: initial;
		display: block;
		margin-bottom: 20px;
	}

	.cart-pickup.right{
		float: none;
		display: block;
		width: initial;
	}

	.product-big-img .coeur-list-item{top: 10px; right: 15px;}

	.product-big-sliders-wrap {
		margin-right: 20px;
		margin-left: 20px;
	}

	.boutique_prod .right{width: 350px;	}

	.boutique_prod strike{position: absolute;	margin-top: -13px;}

	.container{max-width: initial;}

	.logo{padding-top: 5px;}

	.logo img{height: 60px;}

	.cart-header{padding: 10px; right: 80px;}

	.header-right{right: 190px; top: 10px;}

	

	body.with-sidebar #side-cart{
		right: -550px;
	}

	body.with-sidebar #side-cart:hover{
		right: -250px;
	}

	
	header{padding-bottom: 5px; height: 70px;	}

	header.stuck{
		height: 55px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}

	.site-content {
	    position: absolute;
	    top: 0px;
	    right: 0;
	    left: 0;
	    bottom: 0;
	    overflow-y: scroll;
	    -webkit-overflow-scrolling: touch;
	    -moz-overflow-scrolling: touch;
	    overflow-scrolling: touch;
	    width: 100%;
	    margin-top: 0;
	    background: none;
	    padding-top: 70px;
	}

	.site-container{
	     overflow-x: hidden;
	     height: 100%;
	 }

	 .site-pusher{
	     z-index: 30;
	     transition: all 0.3s ease;
	     transform: translateX(0px);
	     height: 100%;
	     width: 100%;
	 }
	 
	 .main-menu{
	     display: initial;
	     position:absolute;
	     width: 250px;
	     top:0;
	     bottom:0;
	     right:0;
	     left:auto;
	     z-index:0;
	     /*transform*/
	     -webkit-transform:translateX(250px);
	        -moz-transform:translateX(250px);
	         -ms-transform:translateX(250px);
	          -o-transform:translateX(250px);
	             transform:translateX(250px);
	     /*transition*/
	     -webkit-transition:all 0.3s ease;
	        -moz-transition:all 0.3s ease;
	          -o-transition:all 0.3s ease;
	             transition:all 0.3s ease;
	     padding: 0;   
	     margin-top: 0;   
	 }

	 .main-menu > ul > li{
	     display:list-item;
	     width:250px;
	     background:none;
	     opacity:0;
	     text-align:center;
	     font-size:15px;
	     /*transition*/
	     -webkit-transition:all 0.3s ease;
	        -moz-transition:all 0.3s ease;
	          -o-transition:all 0.3s ease;
	             transition:all 0.3s ease;
	     border-radius: 0;
	     border-top: none;
	     border-bottom: 1px solid #ccc;
	     margin: 0;
	     padding: 0;
	     position: relative;
	 }

	 .main-menu > ul li::before{display: none;}

	 .main-menu > ul li a{
	     padding: 10px 0;
	     border-radius: 0;
	     display: block;
	     color: #000;
	     font-size: 18px;
	 }

	 .dropdown-triangle{border-top: 9px solid #735e53;}

	 .with-sidebar .main-menu{
	     /*transform*/
	     -webkit-transform:translateX(250px);
	        -moz-transform:translateX(250px);
	         -ms-transform:translateX(250px);
	          -o-transform:translateX(250px);
	             transform:translateX(250px);
	     /*transition*/
	     -webkit-transition:all 0.3s ease;
	        -moz-transition:all 0.3s ease;
	          -o-transition:all 0.3s ease;
	             transition:all 0.3s ease;
	 }
	 
	 .with-sidebar .main-menu > ul > li{
	     opacity:1;
	     /*transform*/
	     -webkit-transform:translateX(0px);
	        -moz-transform:translateX(0px);
	         -ms-transform:translateX(0px);
	          -o-transform:translateX(0px);
	             transform:translateX(0px);
	 }

	 .with-sidebar .site-pusher{
	     /*transform*/
	     -webkit-transform:translateX(-250px);
	        -moz-transform:translateX(-250px);
	         -ms-transform:translateX(-250px);
	          -o-transform:translateX(-250px);
	             transform:translateX(-250px);
	 }  

	 .site-pusher{
	 	background: #fff;
	 }

	.site-container{
		background: #f2e6d8;
	} 

	.dropdown-wrap{
		position: absolute;
		padding: 10px 20px;
		top: 0;
		right: 0;
	}

	.dropdown-triangle{
		display : inline-block;
		height : 0;
		width : 0;
		border-top : 9px solid black;
		border-right : 5px solid transparent;
		border-left : 5px solid transparent;
		border-bottom:none;

	} 

	.main-menu > ul > li:hover .dropdown-triangle{
		border-top: none;
		border-right : 5px solid transparent;
		border-bottom : 9px solid black;
		border-left : 5px solid transparent;
	}

	 .site-cache{
	     background: rgba(0,0,0,0);
	     transition:all 0.3s ease;
	 }

	 .with-sidebar .site-cache{
	     position: absolute;
	     z-index: 1000;
	     top: 0;
	     bottom: 0;
	     left: 0;
	     right: 0;
	     box-shadow: 0 0 40px rgba(0,0,0,0.4);
	 }	

	.main-menu > ul > li > ul{
		position: relative;
		text-align: center;
		left: initial;
		padding: 0;
		top: initial;
		width: initial;
		overflow: initial;
		box-shadow: none;
		background: none;
	}

	.main-menu > ul > li > ul::before{display: none;}

	.main-menu > ul > li > ul > li{margin-bottom: 0; padding: 0;}

	.main-menu > ul > li > ul > li a{padding: 5px 0;}

	.page-top .titre{padding-top: 0px; padding-bottom: 0;}

	.page-top .titre h1{padding-top: 0;}

	.inviewport, .hiddenthis{opacity: 1;}

	.add-to-cart-window{
		top: 20px;
		bottom: 20px;
		right: 20px;
		left: 20px;
		width: initial;
		height: initial;
		margin: 0;
		overflow: auto;
	}

	.atcw-left{margin-right: 0;}

	.atcw-thumb{margin-right: 0;}

	.atcw-right{width: initial;position: relative; right: initial; top:initial;margin-top: 20px;}

	.add-to-cart-window h2{font-size: 20px;}

	header{	text-align: initial; top: 0;}

	header.fixed{position: absolute; height: 70px;box-shadow: none; top: 0;}

	header.fixed .logo img {
    	height: 60px;
	}

	header.fixed .main-menu > ul > li{padding: 0;}

	.product-big-title{margin-right: 0;	}

	td.thumb img{max-width: initial;}

	.slx-shop-cart-question18{position: relative;top: initial;width: initial;}

	.question-suite{position: relative;right: initial; bottom:initial;margin-top: 20px;}

	.btn.continue{display: block;margin: 20px 0;float: none;text-align: center;}
	
	.step{font-size: 12px;}

	.step span{display: block; margin: auto; font-size: 12px; width: 29px;padding: 5px;}

	h2.cursive span{display: block; font-size: 20px;}

	.product-big-img .coeur-list-item{top: 10px; right:20px;}

	.block-footer{text-align: center;}

	.logo-mobile{display: inline-block;padding-top: 5px;margin-left: 10px;}

	.logo-mobile img{height: 60px;}

	.logo{display: none;}

	#side-cart, #side-cart-atcw{
		top: 70px;
		height: initial;
	}

	.blocs3_wrap{
		margin-top: -55px;
		margin-bottom: 0;
	}

	.slide-content{
		bottom: 25%;
	}

	.slide-content h3{
		font-size: 18px;
	}

	.page-left, .page-right{text-align: center; margin: 15px;}

	.page:nth-child(2n+1) .page-right{	display: none;	}
	.page:nth-child(2n+1) .page-left{ display: block; }
	.page:nth-child(2n) .page-right{	display: none;	}
	.page:nth-child(2n) .page-left{ display: block; }

	.page-top h1{font-size: 35px;}

	.coeur-photo-cell {
		display: none;
	}

	.shop-filter-bg {
		background: #fff;
		color: #fff;
		padding: 0;
	}


	.bar-filter {
		background: var(--accent-color);
		padding: 10px;
		margin-bottom: 10px;
		position: relative;
	}

	.bar-filter.show ul{
		overflow: hidden;
		display: block;
	}
	
	.bar-filter::before {
		content: "+";
		font-weight: 700;
		font-size: 30px;
		display: block;
		position: absolute;
		width: 20px;
		height: 20px;
		top: 3px;
		right: 10px;
		color: #fff;
	}
	
	.bar-filter.show::before {
		content: "-";
	}

	.bar-filter h2 {
		font-size: 26px;
		margin-bottom: 0;
		cursor: pointer;
	}

	.bar-filter ul {
		display: none;
	}

	.bar-filter ul.items-wrap {
		display: none;
	}



}

@media screen and (max-width: 890px) {
	.logo-page-top {display: none;	}
	.product-short-title::after {
		width: 72%;
	}

}

@media screen and (max-width: 768px) {
	.logo-page-top {display: none;	}
	.bloc3{
		text-align: center;
	}

	.bloc3 img{
		float:none;
		width: initial;
		margin-right: 0;
		margin-top: 0;
	}

	.product-short-bottom{text-align: right;}

	.product-short-title::after {
		width: 80%;
	}

	.page.bg_gris {
		border-radius: 0;
		margin-left: 0;
	}

	.page.titre-gauche h2 {
		text-align: center!important;
	}

	.page.titre-gauche p {
		text-align: center!important;
	}

	.page-txt h2 {
		text-align: center;
	}

	.page.bg_gris h2 {
		text-align: center;
	}

	.page.bg_gris p {
		text-align: center!important;
	}

	.popup-wrap .popup{
		height: initial;
		bottom: 0;
	}

	iframe.brevo{width: 100%; height: 100%;}
}

@media screen and (max-width: 690px) {
	.logo-page-top {display: none;	}
	.boutique_prod .right{
		width: 260px;
	}

	.boutique_prod .price{
		position: absolute;
	}

	.boutique_prod .product-quantite{
		margin-top: 35px;
	}

	.coeur-wrap{display:block;}

	.coeur-photo-cell{display: none;}

	.coeur-vins{display: block;}

	.full-img.objectif{background: url(img/objectif-mobile.jpg) no-repeat center top !important; background-size: cover!important ;}

	/*.bar-filter .items-wrap{display: none;}*/

	.bar-filter .all-cats{display: none;}

	/*.bar-filter{
		background: #fff;
		padding: 10px;
		box-shadow: 0 0 0 2px #989898 inset; 
		position: relative;
	}

	.bar-filter::before {
	    content: "+";
	    font-weight: 400;
	    font-size: 30px;
	    display: block;
	    position: absolute;
	    width: 20px;
	    height: 20px;
	    top: -2px;
	    right: 10px;
	    color: #989898;
	    z-index: 1;
	}*/

	.bar-filter > h4{margin-bottom: 0; position: relative;z-index: 2;}

	.bar-filter.show h4{margin-bottom: 15px;}

	.bar-filter.show::before{
		content: "-";
	}

}

@media screen and (max-width: 580px){
	.logo-page-top {display: none;	}
	.boutique_prod .right{
		width: 180px;
	}

	.boutique_prod .product-quantite span{display: none;}

	.toolbar_item{font-size: 0;}

	.shop_toolbar::before{width: 100%}
	.shop_toolbar::after{width: 100%}

	a.toolbar_home img {
		display: none;
	}

	.product-short-title::after {
		width: 75%;
	}

}

@media screen and (max-width: 520px){
	.logo-page-top {display: none;	}
	.header-social{display: none;}

	.header-right{right: 130px; }

	header.fixed .header-right{display: initial;}

}

@media screen and (max-width: 470px){
	.logo-page-top {display: none;	}
	.cart-header > span{display: none;}

	header.fixed .cart-header{padding: 13px 10px;}

	.product_count{
		min-width: initial;
		right: initial;
	}

	.product-short-title::after {
		width: 71%;
	}

	.shop_cart{overflow-x: auto;}

	.shop_cart table{width: 460px;}

	.contact-txt h2{text-align: center;}
	
	.contact-bloc{text-align: center;padding: 0;}

	.contact-bloc-img{
		position: relative;
		margin: auto;
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 410px) {
	.logo-page-top {display: none;	}
	.boutique_prod .left{
		display: block;
	}

	.boutique_prod .right{
		display: block;
		width: initial;
	}

	.boutique_prod .price{
		position: relative;
		display: inline-block;
		right: initial;
	}

	.boutique_prod .product-quantite{margin-top: 10px;}
}

@media screen and (max-width: 380px){
	.logo-texte{display: none;}
	.logo-page-top {display: none;	}

	.boutique_container {
		margin-right: 0;
		margin-top: 610px;
	}
}

@media screen and (max-width: 330px){
	.logo-page-top {display: none;	}
	.logo-texte{display: none;}

	.product-short .quantite_border{
		box-shadow: none;
		text-align: center;
	}

	.quantite_wrap .quantite{
		box-shadow: 0 0 0 1px var(--accent-color) inset;
		padding: 0 10px;
		margin-bottom: 10px;
	}

}