/* 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;}
a{color: #858585; text-decoration: none; outline: none;}
a:hover {font-weight: bold; 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;}

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

h2, 
.logo h2,
.menu > ul > li.active > a,
ul.submenu li.active > a,
.cms_pages h1, .map .tooltip{
	color: #3e9524;
}

@media screen and (min-width:1168px){
	.menu > ul > li:hover > a{
		color: #3e9524;
	}

	.menu > ul > li.active > a, .menu > ul > li:hover > a{
		font-weight: bold;
	}

	ul.submenu li:hover > a{
		text-shadow: 0 0 10px white;
	}	

	.items-list a:hover{
		color: #b8b8b8;
	}
}

@font-face {
	font-family:"Great Vibes";
	src:url("fonts/GreatVibes-Regular.eot?") format("eot"),
	url("fonts/GreatVibes-Regular.woff") format("woff"),
	url("fonts/GreatVibes-Regular.ttf") format("truetype"),
	url("fonts/GreatVibes-Regular.svg#GreatVibes-Regular") format("svg");
	font-weight:normal;font-style:normal;}


body{
	font-family: 'Tinos';
	font-weight: normal;
	font-size: 15px;
	line-height: 1.2;
	height: 100%;
	margin:0;
	padding:0;
	width: 100%;
	color: #424242;
}

html{
	height: 100%;
	width: 100%;
}

h1{
	font-style: italic;
	font-weight: bold;
}

h2{
	font-style: italic;
	font-weight: bold;
	font-size: 22px;
}

h4{
	font-style: italic;
	font-weight: bold;
	font-size: 14px;	
}

#cms_main{
	min-height:100%;
	width: 100%;
	background: url(img/fond-base.jpg) no-repeat;
	background-size: cover; 
	background-attachment: fixed;
}

.slides-navigation .next, .slides-navigation .prev{
	width: 33px;
	height: 93px;
	opacity: 0.5;
	transition: all 0.3s ease;	
}

.slides-navigation .next:hover, .slides-navigation .prev:hover{
	opacity: 1;
	transition: all 0.2s ease;
}

.slides-navigation .next{
	background: url(img/nav-right.png);
	margin-right: 20px;
}

.slides-navigation .prev{
	background: url(img/nav-left.png);
	margin-left: 20px;
}

hr{
	border: none;
	height: 1px;
	background: #ddd;
}

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


.header-wrap{
	height: 100px;
	width: 100%;
	background: white;
	border-bottom: 2px solid #3e9524;
	box-shadow: 0px 0px 0px 3px white, 0px 0px 15px 3px rgba(0,0,0,0.5);
	position: absolute;
	z-index: 10;
}

.header{
	width: 1160px;
	margin: auto;
	position: relative;
}

/*					LOGO
---------------------------------------*/

.logo{
	position: relative;
	z-index: 3;
	width: 250px;
	height: 160px;
	margin: auto;
	background: url(img/logo-fond.png) no-repeat;
	background-position: -1px -1px;
	text-align: center;
}

.logo h1 a *{
	display: none;
}

.logo h1 a{
	width:178px;
	height: 107px;
	display: block;
}

.logo h2{
	font-family:'Tinos', serif, helvetica, arial;
	font-weight: bold;
	font-size: 18px;
	margin-top: -20px;
}

.logo p{
	color: #6B6B6B;
	font-size: 15px;
	margin-top: 0;
	font-style: italic;
}

.logo h1{
	background: url(img/logo-img-desktop2.png) no-repeat;
	background-position: center center;
	margin:auto;
	width:158px;
	height: 107px;
	background-size: 100%;	
	transition: all 0.3s ease;
}

.logo h1:hover{
	background-size: 90%;
	transition: all 0.2s ease;
}

/*					NAV
---------------------------------------*/

.menu-desktop{display: block;}
.menu-mobile{display: none;}

.nav-toggle{
	display: none;
}

.menu {position:absolute;  right:0; bottom: 63px; text-align:center;}

.menu{
	/*padding-top: 64px;*/
	/*width: 1160px;*/
	/*background: rgba(0,0,0,0.1);*/
	text-align: center;
	margin-top: -2px;
	margin-left: -47px;
}

.menu > ul > li{
	display: inline-block;
	padding:10px 5px;
	/*margin:auto;*/
	width: 98px;
	text-align: center;
	background: url(img/fond-onglet.png) repeat-x;
	background-position: 0px 30px;
	transition: all 0.3s ease;
	font-size: 13px;
}

.menu > ul > li:nth-child(4){margin-right: 135px;}

.menu > ul > li:nth-child(5){margin-left: 135px;}



.menu > ul > li > ul{
	/*display: none;*/
}

.menu > ul > li > a{
	text-transform: uppercase;
	margin:auto;
	color: #424242;
}

.menu > ul > li.active{
	background-position: bottom;
}

.menu > ul > li.active > a{
	font-weight: bold;
}

.sidebar{
	float: left;
	width: 260px;
	height: 100%;
}

.sidebar > li, .sidebar > li > a{display: none;}

.sidebar > li.active{display: block;}

ul.submenu{
	padding: 10px 0px;
	margin-right: 10px;
	background: url(img/fond-motif.png);
	box-shadow: 0px 0px 19px rgba(0,0,0,0.5);
}

ul.submenu li{
	text-align: left;
	height: 40px;
	margin-left: -16px;
	padding-top: 5px;
	margin-bottom: -12px;
}

ul.submenu li > a{
	color: white;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	margin-left: 16px;
	top: 1px;
	position: relative;
	padding: 6px 10px;
}

ul.submenu li.active{
	background: url(img/fond-sous-li-1.png) no-repeat top left;
}

ul.submenu li.active > a{
	background:  url(img/fond-sous-li-2.png) repeat-x top;
}



.block-left{
	float: left;
	height: 40px;
	margin-bottom: -40px;
	margin-top: 10px;
	position: relative;
	z-index: 100;
}
.block-right{
	float: right;

}

.block-left a:first-child{
	font-family: helvetica, arial;
	font-weight: bold;
	color: #858585;
}

.block-left a:first-child:hover{
	color:#3b5998;
}

.lng img, .lng-m img{
	opacity: 0.4;
}

.lng img:hover, .lng-m img:hover{
	opacity: 1;
}

.toolbar{color: #fff;text-align: right;z-index: 10;position: relative;height: 36px;}
.toolbar .container {
    width: 1310px;
    position: relative;
    margin: auto;
}

.toolbar-right{font-size: 14px; display:flex; gap: 7px;}
.toolbar-right .fb-like{margin-top: 4px;}
.toolbar-right a:hover{font-weight:600;}
.toolbar-right a:hover:last-child{color:#fff; font-weight:700;}

.search_bar{display: inline-block;vertical-align: top;margin-top: 5px;}
.search_bar{
	position: relative;
}

.link_top {
    display: inline-block;
}

.link_top:hover{font-weight: 400;color: #000;}

.link_top.login{background: url(img/icone-login-gris.png) no-repeat center left;}
.link_top.cart{background: url(img/icone-panier-gris.png) no-repeat center left;}
.link_top.conditions{background: url(img/icone-conditions.png) no-repeat center left;}
.link_top.deco{padding-left: 0px;}
.link_top {
    padding: 3px 0;
    padding-left: 25px;
    margin: 0 5px;
	color: #8b8b8b;
}


.top_boutique{
	text-transform: uppercase;
	font-weight: 700;
	background: #8b8b8b;
	padding: 9px 15px;
	display: inline-block;
	color: #fff;
}

.top_boutique:hover{
	background: #3e9524;
}


.toolbar .search_bar input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(img/icone-loupe-gris.png) no-repeat center;
    border: none;
    width: 18px;
    height: 18px;
    z-index: 1;
    position: absolute;
    right: 5px;
    top: 4px;
    cursor: pointer;
}

.toolbar .search_bar.active input[name="search"]{
	background: #fff;
	width: 250px;
}

.toolbar .search_bar.active input[type="submit"]{
	background: url(img/icone-loupe-gris.png) no-repeat center;
	z-index: 4;
}

.toolbar input[name="search"] {
    position: relative;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 10px;
    border-radius: 20px;
    width: 10px;
    background: rgba(255,255,255,0);
    z-index: 2;
    transition: all 0.3s ease;
}

.slx-search h2:after{display: none;}
.slx-search h2{text-align: center;font-size: 30px;margin: 10px 0;}
.slx-search .sub_container{width: 990px;position: relative;margin: auto;background-color: #fff;padding: 20px;}
.slx-search .sub_container ol{margin-left: 30px; margin-bottom: 20px;}
.slx-search .sub_container ol li a{font-size: 14px;}
.slx-search .sub_container ol li a b{font-size: 20px; font-weight: 700;}

/*								CONTENU
============================================================================*/

.alert{padding: 20px;background: #000; border-radius: 5px;}

.alert-success{border: 1px solid #3c9435; background: #c8fcc4; color: #3c9435; text-align: center;}
.alert-danger{border: 1px solid #dc1c1c; background: #ffe1e1; color: #dc1c1c; text-align: center;}

.site-container, .site-pusher, .cms_main, .site-content, .section, .contenu{height: 100%}

/*.site-pusher{height: 100%}*/

.section{
	width: 100%;
}

.contenu{
	width: 1080px;
	margin:auto;
	padding-top: 165px;
	min-height: 100%;
}

.caption{
	color:white;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.caption h1{
	font-size: 64px;
	font-style: italic;
	font-weight: bold;
}

.caption h3{
	font-family: helvetica, arial;
	font-size: 34px;

}

/*				ACTUALITES
-----------------------------------------*/

.actu-wrap{
	position: relative;
	margin: auto;
	width:1080px;
	z-index: 200;
}

.actualites{
	position: fixed;
	width: 1080px;
	margin: auto;
	bottom: 100px;
}

.actualites #fade{
	/*float: right;*/
	margin-left: 520px;
}

.actualite{
	float: right;
	width: 330px;
	padding: 10px;
	background: url(img/fond-motif.png);
	box-shadow: 0px 0px 19px rgba(0,0,0,0.7);
	color: white;
	margin-right: 10px;
}

.actualite h2{
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
	color: white;
}

.actualite h4{
	margin-bottom: 10px;
}

.actualite p{
	font-size: 1em;
}

.button.actus{
	float: right;
	background: white url(img/triangle-btn.png) no-repeat center right;
	color: #858585;
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
	padding: 5px 10px;
	padding-right: 25px;
	border-right: 10px solid white;
	margin-top: -10px;
	transition: all 0.2s ease;
}

.button.actus:hover{
	float: right;
	background: white url(img/triangle-btn.png) no-repeat center right;
	color: #b8b8b8;
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
	padding: 5px 10px;
	padding-right: 30px;
	border-right: 5px solid white;
	margin-top: -10px;
	transition: all 0.2s ease;
}

.article{
	float: left;
	padding-bottom: 80px;
}

.article > img{
	width: 810px;
	margin-bottom: -10px;
}

.article p:first-child, .cms_pages p:first-child{
	margin-top: 0;
}

.article h1{
	color: white;
	font-size: 28px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	margin-bottom: 10px;
	padding-left: 10px;
}

.article p{
	text-align: justify;
}

.article h2{
	/* padding-left: 10px; */
}

.cms_pages{
	background: white;
	width: 790px;
	padding: 10px;
	padding-top: 20px;
}

.content-wrap{
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;	
	padding: 10px;
}

.cms_pages.credits .content-wrap{
	columns: 1;-webkit-columns: 1;-moz-columns: 1;
}

.cms_pages.credits{width: 100%;}

.cms_pages.credits h2{padding-left: 0;}

.cms_pages h1{
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	padding-left: 10px;
}

.slider{
	margin-bottom: 10px;
}

.cms_pages .colonne{
	padding: 2%;
	float: left;
	width: 46%;
}

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


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

.shop_list{
	background: white;
	margin-bottom: 20px;
	height: 162px;
	box-shadow: 0px 0px 19px rgba(0,0,0,0.5);
	width: 790px;
}

.shop_list h1{
	color: white;
	font-size: 24px;
	background: url(img/fond-motif.png);
	padding: 3px;
}

.shop_list h1 a{
	color: inherit;
}

.wine-thumb{
	width:260px;
	height: inherit;
	background-repeat : no-repeat;
	background-position: -20px bottom;
	float: left;
	min-height: 160px;
	margin-right: 10px;
	overflow: hidden;
}

.wine-thumb img{
	width: 260px;
	margin-top: -30px;
}

.shop_list p{
	width: 340px;
	float: left;
	margin-top: 0;
	margin-bottom: 20px;
}

.shop_list p.short{
	height: auto;
}

.accord{
	width: 100px;
	height: 95px;
	background: url(img/fond-accord.png);
	float: right;
	margin-top: -12px;
	padding-top: 5px;
	text-align: center;
	color: white;
}

.accord img{
	margin-top: 5px;
}

.liens-produit{
	float: right;
}

.button.vin{
	float: right;
	color: #858585;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding: 5px 10px;
	padding-right: 30px;
	margin: 2px 10px;
	transition: all 0.2s ease;	
	text-transform: none;
}

.button.vin:hover{
	color: #b8b8b8;
}

.button.vin.loc{
	background: url(img/btn-loc.png) no-repeat center right;	
	text-align: right;
}

.button.vin.plus{
	background: url(img/btn-plus.png) no-repeat center right;	
}

.button.vin.fiche{
	background: url(img/btn-fiche.png) no-repeat center right;	
	text-align: right;
}

.button.vin.bon{
	background: url(img/btn-bon.png) no-repeat center right;	
	text-align: right;
	margin-bottom: 200px;
}

.button.vin.retour{
	width: 176px;
	height: 47px;
	background: url(img/fond-retour.png) no-repeat top right;
	font-size: 18px;
	float: right;
	margin-top: -12px;
	padding-top: 8px;
	padding-right: 15px;
	text-align: right;
	color: white;
	margin-right: 4px;
}

.button.vin.retour img{
	position: absolute;
	/*margin-top: 2px;*/
	margin-left: -26px;
}

.button.vin.adesc{
	display: none;
	width: 176px;
	height: 47px;
	background: url(img/fond-retour.png) no-repeat top right;
	font-size: 18px;
	float: left;
	margin-top: -12px;
	padding-top: 8px;
	text-align: right;
	color: white;
	margin-right: -40px;	
	margin-left: 0px;
	padding:0;
	padding-top: 5px;
	text-align: center;
}

/*								WINE
-------------------------------------------------------------------*/

.cms_pages_product{
	background: white;
	width: 790px;
	margin-top: -43px;
	margin-bottom: 20px;
}

.cms_pages_product div.titre{
	color: white;
	font-size: 24px;
	background: url(img/fond-motif.png);
	padding: 3px;
	padding-left: 10px;
	height: 30px;
	/*width: 100%;*/
}

.cms_pages_product h1 a{
	color: inherit;
}

.cms_pages_product .left{
	float: left;
	margin: 20px;
	margin-top: -10px;
}

.cms_pages_product .right {
	float: right;
	width: 170px;
	margin-left: 10px;
	margin-bottom: 400px;
}

.cms_pages_product .cart_count{
	padding-bottom: 20px;
    padding-top: 10px;
    margin-top: 20px;
    border-top: 2px solid #e1e1e1;
}

.right .details{
	background: #8b8b8b;
	color: white;
	width: 140px;
	padding: 10px;
	margin-bottom: 10px;
}

.details h4{
	margin-top: 10px;
}

.details h4:first-child{
	margin-top: 0;
}

#description{
	margin-left: 192px;
	margin-right: 180px;
}

.distinction{
	padding: 10px;
	margin-bottom: 10px;
	background: #d6efcf;
	border-left: 10px solid #419629;
}

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

.distinction-special{
	font-size: 13px;
	margin: 5px 0;
	padding: 5px 10px;
	background: #d6efcf;
}

.distinction-special a{
	font-size: inherit !important;
}

.cart_count{
	display: inline-block;
}


.cart_count input[type="submit"]{
	margin-left: 10px;
	text-transform: none;
}

.cart_count .nostock{padding: 15px; display: inline-block;}

.cart_count .nostock strong{color: #666;font-size:18px;}




/*----------BOUTIQUE-----------*/


.container{
	position: relative;
}

.toolbar{text-align: right;}

.block-top-boutique .toolbar-top{
	width: 84%;
}
								
.toolbar-top{
	text-align: right;
	margin-bottom: 10px;
}

.cat_boutique h2{
	font-weight: 600;
	margin-bottom: 20px;
}

.boutique_container{margin: auto;}

.cat_boutique h2:after{display: none;}

.cat_boutique{
	margin-bottom: 20px;
    background-color: #fff;
    width: 80%;
    padding: 15px 15px 15px 15px;
}

.boutique_prod{border-bottom: 1px solid #3c9911; margin-bottom: 5px; text-align: right;display: table;width: 100%;position: relative;}

.boutique_prod:last-child{border-bottom:none;}

.boutique_prod .left{display: table-cell; text-align: left;vertical-align: middle;padding-left: 5px; padding-left: 10px; width: 440px;}
.boutique_prod.ab .left{padding-left: 25px;}

.boutique_prod .left img{margin-top: 5px; height: 25px;}

.boutique_prod span.app{font-size: 14px;font-style: italic;}
.boutique_prod span.pack{font-size: 13px;}

.boutique_prod .left strong{color: #666;margin: 0;position: relative;}

.boutique_prod .left a{font-size: 18px; color: #000;}

.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.ab::before{
	content: "";
	position: absolute;
	background: url(img/bio-small.png) no-repeat center;
	width: 20px;
	height: 30px;
	top: 10px;
	left: 0px;
	-webkit-background-size: contain;
	background-size: contain;
}

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

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

.btn-wrap{display: inline-block;vertical-align: middle;}
.boutique_prod .btn.cart{background: url(img/caddie-vert.png) no-repeat center;padding: 16px 25px;}
.boutique_prod .btn.cart:hover{background: url(img/caddie-hover.png) no-repeat center;color: #fff;}

.boutique_prod .cart_count input[type="submit"]{
	margin-left: 0;
}

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

.slx-facture form{
	background: #fff;
    padding: 15px;
}

.shop_cart_block{
	position: absolute;
	width: 160px;
	margin-left: 690px;
	margin-top: 10px; 
	transition: all 0.3s ease;
	background:  #fff;
	box-shadow: 0 0 9px rgba(0,0,0,0.1);
	text-align: center;
}

.trigger-cart .product_count{display: none;}

.btn-vin{
	display: none;
}

.shop_cart_block::after{
	content: "";
	background: url(img/block-shadow.png) no-repeat center;
	height: 20px;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	position: absolute;
	top: 100%;
	display: block;
	left: 0;
}

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

.shop_cart_block > .content{ padding: 15px;text-align: center;}

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

.shop_cart_block span{display: block;}

.shop_cart_block span.cart_total{margin-top: 10px;font-size: 20px;}

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

.price{display: inline-block;color:#000;vertical-align: middle;font-weight: 600;font-size: 20px;}
.price strike{color:#ababab;font-weight: 100;font-size: 14px;}

.shop_cart_block .btn.cart{float: none;padding: 10px 20px; font-size: 16px;
	font-style: italic;
	font-weight: bold;
	font-family: Tinos;
}


.liste-franco{display:none; padding: 10px;background: #e7612a; color: #fff; font-weight: 700;}

.liste-franco p{border-bottom: 1px solid #fff;margin: 0;	padding: 10px 0;	}
.liste-franco p:last-child{border-bottom: none;}

.liste-offre{display:none; background: #000; color: #fff; padding: 10px;}

.liste-offre h3{font-family: inherit; color: #fff;font-size: 34px;}

.product-quantite {
	color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.product-quantite span {
    margin-right: 10px;
    font-size: 15px;
    color: #666666;
    display: inline-block;
}

.but {
    display: inline-block;
    font-weight: 400;
    font-size: 26px;
    color: #000;
    vertical-align: middle;
    margin-top: -3px;
    cursor: pointer;
    line-height: 16px;
    position: relative;
    z-index: 2;
}

.inc{
	margin-top: 1px;
}

.btn-wrap {
    display: inline-block;
    vertical-align: middle;
}

.btn.cart {
    display: inline-block;
    vertical-align: middle;
    float: right;
    padding: 18px 30px;
    background: #000;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}

.btn.cart.white{background: #fff; color: #000;}

.btn.cart:hover{background: #505050;}


.btn.cart.white:hover{background: #ccc;}


input[name="count"] {
    border: none;
    text-align: center;
    width: 35px !important;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    padding: 0;
    background: #fff;
    padding: 5px !important;
    border: 1px solid #e1e1e1;
	position: relative;
	z-index: 2;
}


.slx-shop-main.ups{
	background-color: white;
    padding: 15px;
	margin-bottom:15px;
}

.upspoint_btn{
	cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #858585;
    color: #fff;
    font-size: 13px;
    font-style: italic;
    padding: 5px 10px;
    /*
    font-family: 'Tinos';
    */
    font-weight: bold;
    text-transform: uppercase;
	display: inline-block;
}

.slx-shop-cart-code{text-align: right; margin-top: 10px;}

.slx-shop-cart-code input[type="text"]{
	appearance: none;
	border: 1px solid #858585;
	padding: 4px;
	padding-bottom: 5px;
	margin-right: -4px;
}

.slx-shop-cart-zero{margin-top: 10px;}

.upspoint #map a { font-weight:normal; text-decoration:none; font-size: 11px;}
.upspoint #map a:hover { font-weight:normal; text-decoration:none; font-size: 11px;}
.gm-style .gm-style-iw-d { overflow: unset; }

.ups #map{height: 600px;}

.btn.btn-info{
	font-size: 12px !important;
	display: inline-block;
	margin-top: 10px;
}

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

.liste-loc-item.selected{
	background: #519624 !important;
	color: #fff;
}

.liste-loc-item.selected .btn{
	background: #fff;
	color: #519624;
}

.ups .btn.alt.right{
	display: inline-block;
}

.form-inline{margin-right: 20px;}

.ups .form-inline input, .ups .form-inline select{
	width: 100%;
}

.slx-user-orders{
	background: #fff;
	padding: 15px;
}

.slx-shop-main.ups .upspoint .col-lg-5, .upspoint .col-lg-6, .upspoint .col-lg-7 { float: left; }
.slx-shop-main.ups .upspoint .col-lg-7 { width: 58.33333333%; }
.slx-shop-main.ups .upspoint .col-lg-6 { width: 50%; }
.slx-shop-main.ups .upspoint .col-lg-5 { width: 41.66666667%; }

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


.overlay {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.show {/* display:block; */ z-index:100; opacity:1;}

.add-to-cart-window {position:fixed; top:50%; width:70%; height: 500px;	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: 265px;}
.atcw-right {width:240px; position: absolute;	right: 30px;top: 88px;	box-sizing:border-box; padding:20px; border:1px solid #cccccc;text-align: center;}

.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;width: 100px;text-align: center;}
.atcw-thumb img {display:block; max-width:170px;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;}

.atcw-right .shop_block_right:first-child{display: none;}


.atcw-left .pack{font-weight: normal;}
#popup-count{font-weight: 700;margin-top: 10px;font-size: 24px;}


/*										CART
====================================================================================================*/

.cms_pages{
	margin: auto;
}
.page.shop{ font-size: 17px;}

.shop .btn, .btn.noir, .btn.gris, .btn.blanc, a.button, .slx-user-account input[type="submit"]{
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	background: #858585;
	color: #fff;
	font-size: 14px;
	font-style: italic;
    font-weight: bold;
	padding: 10px 20px;
	font-family: 'Tinos';
	text-transform: uppercase;
	border-radius: 0;
}
.question-suite input[type="submit"]{
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	background: #3e9524;
	color: #fff;
	font-size: 14px;
	font-style: italic;
    font-weight: bold;
	padding: 10px 20px;
	font-family: 'Tinos';
	text-transform: uppercase;
	border-radius: 0;
}

.shop .btn:hover, .btn.noir:hover, .btn.gris:hover, .btn.blanc:hover, a.button:hover, .slx-user-account input[type="submit"]:hover{
	background: #666;
}

.question-suite input[type="submit"]:hover{
	background: #3a8b22;
}

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

.slx-user-bottom a{
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	background: #ffbebe;
	color: #f00;
	font-size: 18px;
	padding: 10px 20px;
	font-family: 'PT Sans';	
}

.slx-user-bottom a:hover{background: #ffe7e7;}

.btn.blanc{background: #fff;color: #000;}

.btn.gris{background: #ccc;}

.btn.vert, .shop .liste-results .btn.btn-info{
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	background: #3e9524;
	color: #fff;
	font-size: 14px;
	font-style: italic;
    font-weight: bold;
	padding: 10px 20px;
	font-family: 'Tinos';
	text-transform: uppercase;
}
.btn.vert:hover,  .shop .liste-results .btn.btn-info:hover{
	background: #3a8b22;
}

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

.shop .btn.small{font-size: 14px;text-transform: none;padding: 5px 10px;}


.dataTable thead tr{background: #8e8e8e;}
.dataTable thead th{padding: 10px;color: #fff;font-size: 17px;font-weight: 600;}

.dataTable tr{
	background: #f7f7f7;font-size: 16px;color: #000;border-bottom: 1px solid #cfcfcf;
}

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

.dataTable td.cart-name em{ display: block;	}

.dataTable td.cart-name span{color: #737373; display: block;	font-size: 12px;	}

.dataTable td.cart-name strong{color: #ff6c2f; margin-bottom: 10px;	display: block;		}

.dataTable td.cart-name a{color: #000;}


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

.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 #8e8e8e;
    margin-left: -60px;
    cursor: pointer;
}

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

td.del{background: #ededed;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 #8e8e8e;}

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

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

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

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

.cart-pickup h3{color: #3c3a37;font-size: 17px;font-weight: 600;}

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

.cart-pickup a, .slx-shop-finish-payments a, .orders-item-payments a {
    background: url(img/pickup.png) no-repeat left center;
    padding-left: 28px;
    display: block;
    min-height: 20px;
    font-size: 14px;
    line-height: 20px;
    margin: 8px 0;
    color: initial;
    font-weight: normal;
    font-style: normal;
}

.cart-pickup a.selected, .cart-pickup a:hover, .slx-shop-finish-payments a.strong, .slx-shop-finish-payments a:hover, .orders-item-payments a.strong, .orders-item-payments a:hover {
    background: url(img/pickup_active.png) no-repeat left center;
}

.slx-shop-finish-payments a.strong, .orders-item-payments a.strong{font-weight: 700;}

.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;}

div.shop_step {
    margin: 80px auto 20px auto;
    background: transparent url(img/shop_step_bar.gif) no-repeat center 20px;
    background-size: 610px 1px;
    max-width: 840px;
    text-align: center;
}

.shop_step .step {
    vertical-align: top;
    width: 24%;
    height: 52px;
    margin-top: -20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: inline-block;
    text-align: center;
    background: transparent url(img/shop_step_noactive.gif) no-repeat center bottom 16px;
    color: #bbbbbb;
    font-size: 14px;
}

.shop_step .step.active {
    color: #888888;
    background: transparent url(img/shop_step_active.gif) no-repeat center bottom 16px;
}

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

.footer-shop{background: #fff; padding: 35px 0; text-align: center;}

.footer-shop-block{margin: 5px;display: inline-block;vertical-align: top;background: #f7f7f7; padding: 20px;width: 250px;text-align: left;}

.footer-shop-block img{float: left;margin-right: 20px;}
.footer-shop-block p{margin: 0;}

/*.page.mosaic.cart{background: #ededed;}*/

.page.mosaic.cart img{box-shadow: none !important;}

/*										LOGIN
====================================================================================*/

.user_login{text-align: center;}

.login-left, .login-right{display: inline-block;vertical-align: top;width: 40%;position: relative; text-align: left;}

.login-left{margin-right: 40px;padding-right: 50px;}

.login-left:after{
	position: absolute;
	display: inline-block;
	content: "";
	background: url(img/motif.jpg) repeat-y center;
	width: 10px;
	height: 100%;
	top: 0;
	right: 0;
}

.loginspan{margin-right: 20px;}

.user-recovery{
	background: #fff;
    padding: 15px;
}

/*										REGISTER
====================================================================================*/

.register-left, .register-right{display: inline-block;vertical-align: top;width: 480px;}

.register-left input[type="text"],.register-left input[type="email"],.register-left input[type="phone"],.register-left input[type="mobile"], .register-left select, .register-left input[type="password"], .register-left textarea,
.register-right input[type="text"],.register-right input[type="email"],.register-right input[type="phone"],.register-right input[type="mobile"], .register-right select, .register-right input[type="password"], .register-right textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.3) inset;
	padding: 10px;
	box-sizing: border-box;
}

.form-row {
    margin-bottom: 10px;
    position: relative;
    text-align: left;
}

.form-row label {
    display: inline-block;
    width: 200px;
    font-weight: 600;
}

.register-left select,
.register-right select{
    background: url(img/triangle_select.png) no-repeat center right #fff;
    padding-right: 30px;
}

/*										CONFIRM
====================================================================================*/



.user_addressbook_element{	display: inline-block;vertical-align: top;width: 28%; margin: 0 20px;}

.user_addressbook_element h2{margin-bottom: 20px; padding-left: 0;}

.confirm-box{
	display: inline-block;
	vertical-align: top;
	width: 28%;
	background: #fff; 
	padding: 20px;
	box-shadow: 0 0 9px rgba(0,0,0,0.1);
	position: relative;
}

.confirm-box::after{
	content: "";
	background: url(img/block-shadow.png) no-repeat center;
	height: 20px;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	position: absolute;
	top: 100%;
	display: block;
	left: 0;
}

.confirm-box h2{text-transform: uppercase;font-weight: 400;font-size: 20px;}

.confirm-box h2:after{display: none;}

.confirm-box textarea{width: 100%;height: 100px;}


/*										ACCOUNT
====================================================================================*/

ul.bookmark {
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
}

ul.bookmark li {
    display: inline-block;
    margin-right: 10px;
    background: #fff;
    color: #000;
}

ul.bookmark li.active a {
	background: #000;
    color: #fff;
}

ul.bookmark li a {
    padding: 10px 20px;
    display: block;
}

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

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

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

.column1-3 div label.rgpd{font-weight: initial; width: initial; text-align: left;}

.slx-user-orders tr.header th {
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
}

.slx-user-orders tr.table-row:nth-child(2n+1) {
    background: #efefef;
}

.slx-user-orders tr.table-row td { padding: 10px;}

td.prod-model{display: none;}
.box-prod tr.header th:first-child{display: none;}

.slx-user-orders tr.table-row a {
    background: none;
    text-transform: none;
    text-align: left;
    color: initial;
    padding: 0;
}

.slx-user-orders td.light.small a { font-size: 12px;}

.slx-users h2{display: none;}

.slx-shop-payments input[type="image"]{
	max-width:400px;
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	transition: all 0.2s ease;
}

.slx-shop-payments input[type="image"]:hover{
	box-shadow: 0 0px 0px rgba(0,0,0,0);
}

.alert {
    display: block;
    border-radius: 5px;
    padding: 10px 0;
    /* margin-bottom: 15px; */
    margin-bottom: 20px;
    text-align: center;
   	left: 20px;
   	right: 20px;
}

.alert-success{
    background: #dfefff;
    border: 1px solid #66a8ea;
}

.alert-danger{
    background: white;
    border: none;
	color: #ff6666;
	box-shadow: #000;
}

.checkbox-mailing label{width: initial !important; font-weight: normal !important;}

/*								NEWS
-------------------------------------------------------------------*/

.cms_pages_all{
	width: 790px;
}

.cms_pages_all > p{
	background: white;
	padding: 10px;
	margin-bottom: -15px;
}

.cms_pages_all > img{
	margin-right: 10px;
}

.cms_pages_all.new{
	background: white;
	width: 790px;
	padding: 10px;
/*  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;*/
}

.cms_pages_all.new > h4, .cms_pages_all.new > p{
	background: white;
	padding: 10px;
}

.cms_pages_all.new > h4{
	margin-bottom: -15px;
	margin-top: -10px;
}

.box_news{
	padding: 10px;
	background: white;
	background-position: center 200px;
	border-bottom: 2px solid #3e9524;
	box-shadow:0 0 0 3px white, 0 0 10px rgba(0,0,0,0.6);
	float: left;
	width: 223px;
	min-height: 150px;
	margin: 10px;
	transition: all 0.1s ease;
	border-radius: 3px;
}

.box_news:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	background-position: center bottom;
}

.box_news h4{
	margin-bottom: 10px;
	margin-top: 5px;
}

.box_news h2{
	padding-left: 0;
}

.box_news h2 a{
	color: inherit;
}

.button.news{
	position: absolute;
	margin-top: 120px;
	margin-left: 100px;
	float: right;
	color: #858585;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	padding: 5px 10px;
	transition: all 0.2s ease;	
}

/*								MAP
-------------------------------------------------------------------*/

.map-wrap{
	background: rgba(255,255,255,0.6);
	padding: 10px;
	position: relative;
	margin: auto;
	margin-top: -510px;
}

.map-indications{
	width: 561px;
	height: 496px;
	background: url(../../img/map/carte-indications.png) left top no-repeat;	
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
}

.map{
	margin:auto;
	width: 561px;
	height: 496px;
	background: url(../../img/map/carte-hover.png) left top no-repeat;
	position: relative;
}

.map .overlay{
	width: 561px;
	height: 496px;
	background: url(../../img/map/carte-hover.png) left top no-repeat;	
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
}

.map .active{
	width: 561px;
	height: 496px;
	background: url(../../img/map/carte-active.png) left top no-repeat;	
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
}

.map .active.region1{
	background-position: left -496px;
}

.map .active.region2{
	background-position: left -992px;
}

.map .active.region3{
	background-position: left -1488px;
}

.map .active.region4{
	background: url(../../img/map/carte-active.png) left top no-repeat, url(../../img/map/carte-active.png) left top no-repeat;	
	background-position: left -1984px, left -2480px;
}

.map-fond{
	width: 561px;
	height: 496px;
	background: url(../../img/map/carte-fond.png) left top no-repeat;	
	/*position: absolute;*/
	top:0;
	left:0;
	/*z-index: 1;*/
}

.map img{
	position: absolute;
	top:0;
	left:0;
	z-index: 3;
}

.map .region.region1{
	background-position: left -496px;
}

.map .tooltip{
	position: fixed;
	background: white;
	top:0;
	left:0;
	z-index: 3;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	font-size: 16px;
	padding: 2px 5px;	
}

.button.map.retour{
	width: 176px;
	height: 47px;
	background: url(img/fond-retour.png) no-repeat top right;
	margin-left: 615px; 
	font-size: 18px;
	float: right;
	margin-top: -12px;
	padding-top: 8px;
	padding-right: 15px;
	text-align: right;
	color: white;
	position: absolute;
	font-style: italic;
	font-weight: bold;
}

.button.map.retour img{
	position: absolute;
	/*margin-top: 2px;*/
	margin-top: 8px;
	margin-left: 36px;
}

.items-list{
	margin: 10px;
}

.items-list a{
	font-weight: bold;
	/*font-style: italic;*/
	color: #858585;
	/*font-size: 18px;*/
}

/*					CMS_PAGES_ALL
--------------------------------------------------------*/

.pages_all{
	background: white;
	margin-bottom: 20px;
	min-height: 160px;
	box-shadow: 0px 0px 19px rgba(0,0,0,0.5);
	width: 790px;
}

.pages_all h2{
	color: white;
	font-size: 24px;
	background: url(img/fond-motif.png);
	padding: 3px 10px;
	margin-bottom: 10px;
}

.pages_all img[align=left]{
	margin: 0 10px 10px 10px;
}

.pages_all h2 a{
	color: inherit;
}

.pages_all p{
	margin: 10px;
}

.cms_cat_info{
	width: 770px;
	padding: 10px;
	background: white;
	margin-bottom: 20px;
	box-shadow: 0px 0px 19px rgba(0,0,0,0.5);
}


/*					SITEMAP
--------------------------------------------------------*/

.cms_sitemap > .cms_sitemap{
	width: 1080px;
	background: white;
	padding: 10px;
}

.cms_sitemap a{
	color: #858585;
}

.cms_sitemap a:hover{
	font-weight: bold;
}


/*					CMS_FORMS
--------------------------------------------------------*/

.cms_forms{
	width: 1080px;
	background-color: #fff;
	padding: 20px;
}

.cms_forms .partie-contact{
	float: left;
	/*width: 50%;*/
}

.cms_forms .partie-contact:first-child{
	margin-right: 20px;
}

#google-map {
    height: 623px;
    width: 640px;
}

.cms_forms .form .title{
	background: #3e9524; 
	color: white;
	width: auto;
	padding: 2px 5px;
	text-align: center;
	font-style: italic;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: -1px;
}

.cms_forms .form .error{
	background: none;
	color: red;
	position: absolute;
	padding: 5px;
	margin-left: -300px;
	margin-top: -23px;
}

.cms_forms .form input, .cms_forms .form textarea, .form-inline input, .form-inline select{
	margin-bottom: 10px;
	margin-top: -1px;
	width: 400px;
	border: 1px solid #f1eee9;
	background: #f1eee9;
	outline: none;
	padding: 5px;
	font-family: 'helvetica', 'arial';
	box-sizing: border-box;
}

.form label{width: 400px;display: block;}
.cms_forms .form input[type="checkbox"]{width: initial;}

.cms_forms .form input:focus, .cms_forms .form textarea:focus{
	border: 1px solid #3e9524;
}

.cms_forms .form textarea{
	min-height: 150px;
}

.cms_forms .form input[type="submit"]{
	text-align: left;
	font-family: Tinos;
	border:none;
	width: 130px;
	background: #858585 url(img/btn-submit.png) no-repeat center right;
	color: white;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	padding: 5px 10px;
	padding-right: 25px;
	border-right: 10px solid #858585;
	margin-top: -10px;
	transition: all 0.2s ease;
	right: 0;
	cursor: pointer;
	margin-bottom: 20px;
}

.cms_forms .form input[type="submit"]:hover{
	border-right: 5px solid #858585;
	transition: all 0.2s ease;
	right: 5px;
}

.grecaptcha-badge{z-index: 100;}

/*.cms_forms .form input[type="submit"]{
	background: #3ec0d7;
	color: white;
	width: 100px;
	font-weight: 700;
	font-style: italic;
	font-size: 20px;
	border-radius: 5px;
	font-family: 'tinos';
	border-bottom: 0px solid #17a1ba;
	margin-left: 250px;
	box-shadow: 0px 0px 0px #ddd;
	cursor: pointer;
	transition: all 0.2s ease; 
}

.cms_forms .form input[type="submit"]:hover{
	margin-top: -3px;
	background: #3ec0d7;
	border-bottom: 3px solid #17a1ba;
	box-shadow: 0px 5px 5px #ddd;
	transition: all 0.2s ease; 
}

.cms_forms .form input[type="submit"]:focus{
	margin-top: -1px;
	background: #3ec0d7;
	border-bottom: 1px solid #17a1ba;
	border-top: 3px solid #11899f;
	box-shadow: 0px 5px 5px #ddd;
	box-shadow:none;
	transition: none;
}*/

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

.footer-wrap{
	width: 100%;
	background: white;
	position: fixed;
	bottom: 0;
	border-top: 2px solid #3e9524;
	box-shadow: 0px 0px 0px 3px white, 0px 0px 15px 3px rgba(0,0,0,0.5);
	z-index: 20;
	left: 0;
	right: 0;
}

.footer{
	width: 1080px;
	margin:auto;
}

.footer-left p{
	font-style: italic;
	margin-top: 0;
	font-size: 12px;
	margin: 0 10px;
}

.footer-left{
	float: left;
}

.footer-right{
	float: right;
}

.footer-right p{
	margin-top: 10px;
	float: right;
}

.footer ul > li{
	/*display: table-cell;
	padding:10px 20px;
	margin:auto;
	width: 150px;
	text-align: center;
	background: url(img/fond-onglet.png) repeat-x;
	background-position: 0px 10px;
	transition: all 0.3s ease;*/

	display: inline-block;
    padding: 10px;
    margin: auto;
    /* width: 150px; */
    text-align: center;
    background: url(img/fond-onglet.png) repeat-x;
    background-position: 0px 10px;
    transition: all 0.3s ease;
}


.footer ul > li > a{
	text-transform: uppercase;
	margin:auto;
	color: #424242;
	font-size: 12px;
}

.footer ul > li.active{
	background-position: bottom;
	transition: all 1s ease;
}

.footer ul > li.active > a, .footer ul > li:hover > a{
	color: #3e9524;
}

ul.sitemap{margin: 0 20px; margin-bottom: 10px;}
ul.sitemap > li > a{font-size: 20px;}
ul.sitemap > li ul ul{margin-left: 20px; }
ul.sitemap > li ul ul li a {font-size: 16px; }

.home-shop-btn{display: none;}

/* Popup container FOOTER GRAND EST*/
.grand-est-popup{text-align: center;margin-top: 14px; float: left;}

  #myPopup a:hover{
	text-decoration: underline;
  }
  .popup {
   position: relative;
   display: inline-block;
   cursor: pointer;
  }

  .grand-est-popup img{width: 130px; opacity: 0.5;}
  .grand-est-popup img:hover{opacity: 1;}
  
  /* The actual popup (appears on top) */
  .popup .popuptext {
   visibility: hidden;
   width: 160px;
   background-color: #fff;
   text-align: center;
   border-radius: 6px;
   padding: .5rem;
   position: absolute;
   z-index: 1;
   bottom: 125%;
   left: 50%;
   margin-left: -80px;
   box-shadow: 0 0 20px rgb(0 0 0 / 50%);
  }

  .popup .popuptext p{margin: 0;} 
  
  /* Popup arrow */
  .popup .popuptext::after {
   content: "";
   position: absolute;
   top: 100%;
   left: 50%;
   margin-left: -5px;
   border-width: 5px;
   border-style: solid;
   border-color: #fff transparent transparent transparent;
  }
  
  /* Toggle this class when clicking on the popup container (hide and show the popup) */
  .popup .show {
   visibility: visible;
   -webkit-animation: fadeIn 1s;
   animation: fadeIn 1s
  }
  
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
   from {opacity: 0;}
   to {opacity: 1;}
  }
  
  @keyframes fadeIn {
   from {opacity: 0;}
   to {opacity:1 ;}
  }

/*FIN POPUP FOOTER GRAND-EST*/


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

	.toolbar{
		display: none;
	}

	.site-container, .site-pusher, .cms_main, .site-content, .section, .contenu{height: initial;}

	.menu-desktop{display: none;}
	.menu-mobile{display: block;}

	.site-container{overflow:hidden; height: 100%;
		background: #3e9524;}
	
	.site-pusher{
		z-index: 30;
		transition: all 0.3s ease;
		/*transform*/
		-webkit-transform:translateX(0px);
		   -moz-transform:translateX(0px);
		    -ms-transform:translateX(0px);
		     -o-transform:translateX(0px);
		        transform:translateX(0px);
		height: 100%;
		width: 100%;
	}


	.header-wrap{
		position: static;
		height: 50px;
		border:none;
		top: 0;
		left:0;
		right: 0;
		z-index: 999;
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
		border-bottom: none;
		box-shadow: inset 0 -1px 0 1px #e3e3e3;
	}

	.header{
		width: 100%;
	}
	.block-left{
		display: none;
	}
	.block-right{
		display: none;
	}

	.logo{position: absolute; height: auto; left: 5px; background:none; width: 100%; text-align: left;}
	.logo h1{background: url(img/logo-mobile.png) no-repeat; width: 117px;height: 69px; float: left; margin-right: 5px;}
	.logo h1 a{width:117px; height: 69px;}
	.logo h2{margin-top: 5px;}
	.logo h2 span{display: none;}
	.logo p{margin-top: 0px;}
	.logo h1:hover{background-size: 100%;}

	.m5{margin-left: 0;}
	
	.article{float:none; padding-bottom: 0;}
	.article > img{
		width: 100%;
	}

	.article p{margin:10px;}
	.contenu{width: 100%; padding-top: 20px; height: auto; min-height: inherit;}
	.cms_sitemap > .cms_sitemap, .cms_pages{width: 100%;}

	.article .cms_pages_all > p{
		margin-bottom: -15px;
	}	

	.sidebar{
		float: none;
		width: 100%;
		margin-top: -20px;
		margin-bottom: 20px;
	}

	ul.submenu{
		margin-right: 0;
		margin: auto;
		text-align: center;
		padding: 20px 20px 10px;
		background: #efefef;

	}

	ul.submenu li{
		display: inline-block;
		margin-left: 0;
		height: 35px;
	}

	ul.submenu li > a{
		margin-left: 0;
		font-size: 16px;
		color: #999;
	}

	ul.submenu li.active{
		background: none;
	}

	ul.submenu li.active > a {
		background: #cfcfcf;
		color:#fff;
		border-radius: 5px;
		border-bottom: 1px solid #fff;
		box-shadow: inset 0 1px 1px #999;
	}

	.nav-toggle{
		position: relative;
		display: block;
		float: right;
		width: 50px;
		height: 50px;
		
		cursor: pointer;

		z-index: 20;
	}

	.nav-toggle:after{
		content: '';
		/*position: absolute;*/
		display: block;
		width: 20px;
		height: 0;
		margin-top: 5px;
		margin-left: 15px;
		box-shadow: 0 10px 0 2px #3e9524, 0 18px 0 2px #3e9524, 0 26px 0 2px #3e9524;
	}

	.menu-mobile{
		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;
	}
	

	.menu-mobile > ul > li{
		display: inline-block;
		padding:10px 8px;
		/*margin:auto;*/
		text-align: center;
		background-position: 0px 30px;
		transition: all 0.3s ease;
		font-size: 13px;
	}
	
	.menu-mobile ul.nav > .selected{
		font-weight: bold;
		/*box-shadow: inset 0 0 20px rgba(0,0,0,0.2);*/
		background: rgba(0,0,0,0.1);
	}



	.stretch{
		display: none;
		margin-top: 10px;
		width: 100%;
	}
	
	.stretch li{
		margin: 10px 0px;
	}

	.stretch a{
		text-transform: none!important;
		font-style: italic;
	}

	.stretch .selected a{
		font-weight: bold;
		text-shadow:0 0 5px white;
	}

	.selected .stretch{
		display: block;
	}

	ul.nav{
		position: relative;
		background-color: #3e9524;
		z-index: 30;
	}

	ul.nav > li{
		display:list-item;
		width:250px;
		background:none;
		opacity:0;
		text-align:center;
		font-size:13px;
		padding:10px 8px;
		border-bottom:1px solid rgba(255,255,255,0);
		/*transform*/
		-webkit-transform:translateX(-150px);
		   -moz-transform:translateX(-150px);
		    -ms-transform:translateX(-150px);
		     -o-transform:translateX(-150px);
		        transform:translateX(-150px);
		/*transition*/
		-webkit-transition:all 0.3s ease;
		   -moz-transition:all 0.3s ease;
		     -o-transition:all 0.3s ease;
		        transition:all 0.3s ease;
	}


	ul.nav li a{
		color: white;
		text-transform: uppercase;
	}

	.menu-mobile > ul > li.selected > a{
		color: white;
		text-shadow:0 0 10px white;
	}

	ul.nav li:hover a{
		color: white;
	}	

	.with-sidebar .menu-mobile{
		/*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 ul.nav > li{
		border-bottom:1px solid rgba(255,255,255,0.2);
		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-content{
		position: absolute;
		top: 50px;
		right: 0;
		left: 0;
		bottom: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling:touch;
		-moz-overflow-scrolling:touch;
		overflow-scrolling:touch;
		width: 100%;
	}

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

	.with-sidebar .site-cache{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		box-shadow: -15px 0 50px black;
	}

	.footer-wrap{
		position: relative;
		background: white;
		border:none;
		box-shadow:none;
		margin-top: 50px;
		/*bottom: 0;*/
		box-shadow:0 0 5px rgba(0,0,0,0.4);
		padding-bottom: 10px;
	}

	.footer{
		width: 100%;
	}

	.footer p{
		float: none;
		margin: 10px;
	}

	.footer > ul{
		float: none;
	}

	.footer > ul > li{
		background: none;
		padding: 10px;
	}

	.cms_pages{
		padding: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		box-shadow:0 0 5px rgba(0,0,0,0.4);
	}

	.cms_pages .content-wrap{
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}

	#cms_main{
		background: url(img/fond-motif.png);
	}

	.actu-wrap{
		z-index: 20;
		width: 100%;
		/*height: 100%;*/
		left: 0;
	}

	.actualites{
		width: 100%;
		position: absolute;
		bottom: -30px;
	}

	.actualites #fade{
		margin-left: auto;
		width: 100%;

	}

	.actualite{
		width: 75%;
		margin-right: 20px;
	}

	.button.actus{
		margin-right: 10px;
	}

	.shop_list_center{
		width: auto;
		padding: 10px;
	}

	.shop_list{
		width: initial;
		height: 200px;
		left: 10px;
		right: 10px;
	}

	.button.vin{
		padding: 5px;
	}

	.shop_list .button.vin.plus{
		/*float: none;*/
		/*display: none;*/
		color:blue;
		overflow: hidden;
		width: 20px;
		height: 20px;
		margin-top: -30px;
	}

	.shop_list .button.vin.loc{
		/*float: none;*/
		/*display: none;*/
		color:blue;
		overflow: hidden;
		width: 20px;
		height: 20px;
		margin-top: -30px;
	}	

	.shop_list .button.vin.plus span, .shop_list .button.vin.loc span{
		display: none;
	}	
	
	.shop_list p{
		width: initial;
		height: 90px;
		float: none;
		overflow-y: scroll;
		text-align: left;
	}

	.wine-thumb{
		width:80px;
	}

	.wine-thumb img{
		width: auto;
		margin-left: -30px;
	}

	.shop_list h1 a{
		font-size: 17px;
	}

	.accord{
		margin-bottom: 20px;
	}

	.cms_pages_product{
		width: 100%;
	}

	.cms_pages_product div.titre{
		margin-top: 60px;
		background: none;
	}

	.cms_pages_product .left{
		margin: 0;
		margin-top: 0;
		float: none;
		text-align: center;
	}

	.button.vin.retour{
		margin: 0;
		padding: 0;
		margin-top: -12px;
		padding-top: 8px;
		padding-right: 15px;
		color: white;
		margin-right: 4px;
	}
	
	.right .button.vin.fiche, .right .button.vin.loc, .right .button.vin.bon{
		background: none;
	} 

	#description{
		float: none;
		width: inherit;
		margin: 0;
	}

	.cms_pages_product .cart_count{
		width: 100%;
	}

	.cart_count input[type="submit"]{margin-right: 10px;}

	#description h2{
		margin: 10px;
	}

	.cms_pages_product .right {
		float: none;
		width: inherit;
		margin-left: 0;
		margin-bottom: 0;
	}

	.right .details{
		width: initial;
		margin: 10px;
	}

	.button.vin.bon{
		margin-bottom: 50px;
	}

	.cms_pages_all{
		width: 100%;
	}

	.pages_all{
		width: initial;
		margin: 10px;
	}

	.pages_all_content{
		padding-bottom: 10px;
	}

	.map-wrap{
		margin-top: 0;
		width: 100%;
		height: 265px;
		background: white;
		text-align: center;
		padding: 0;
		padding-top: 15px;	
	}

	.map{
		width: 300px;
		height: 265px;
		background: url(../../img/map/carte-hover-m.png) left top no-repeat;
	}

	.map .overlay, .map .active{
		width: 100%;
		height: 265px;
		background-size: cover;
	}

	.map .overlay{
		background: url(../../img/map/carte-hover-m.png) left top no-repeat;
	}

	.map .active{
		background: url(../../img/map/carte-active-m.png) left top no-repeat;
	}

	.map .active.region1{
		background-position: left -265px;
	}

	.map .active.region2{
		background-position: left -530px;
	}

	.map .active.region3{
		background-position: left -795px;
	}

	.map .active.region4{
		background: url(../../img/map/carte-active-m.png) left top no-repeat, url(../../img/map/carte-active-m.png) left top no-repeat;	
		background-position: left -1060px, left -1325px;
	}	

	.map-fond{
		width: 100%;
		height: 265px;
		background: url(../../img/map/carte-fond-m.png) left top no-repeat;	
	}

	.map img{
		width: 100%;
	}	
		
	.cms_pages_all.new{
		width: 100%;
		padding: 10px 0;
	}

	.box_news{
		width: initial;
		margin: 0;
		float: none;
		background: white;
		outline: none;
		box-shadow: none;
		border:none;
		min-height: 0;
		border-bottom: 3px solid #3e9524;
		border-radius: 0px;
	}

	.cms_pages_all.new .box_news:last-child{
		border-bottom: none;
		height: 500px;
	}

	.box_news h2{
		border-bottom: 1px solid rgba(210,210,210,1);
	}
		
	.short-content p{
		margin: 0;	
	}

	.button.news{
		position: relative;	
		margin-top: 0;	
		margin-left: 0;	
		font-style: normal;	
		font-size: 12px;	
	}

	.box_news:hover{
		box-shadow:none;
	}

	.cms_pages_all.new > h4, .cms_pages_all.new > p{
		margin: 10px;
	}

	.cms_pages_all.new > h4{
		margin-bottom: -15px;
	}	

	.cms_cat_info{
		width: initial;
		margin: 10px;
	}
	
	.cms_forms{
		width: 100%;
		padding: 0;
	}

	.cms_forms .partie-contact{
		width: 100%;
		float: none;
		padding: 20px 0px;
	}

	.cms_forms h2{
		margin-left: 10px;
	}

	.cms_forms .form{
		margin: 10px;
	}

	.cms_forms .form input, .cms_forms .form textarea{
		width: 100%;
		padding: 5px 0px;
	}

	.form label{width: initial;}

	#google-map{
		width: initial;
		margin: 10px;
		height: 300px;
		margin-bottom: 10px;
	}

	.cms_forms .form input[type="submit"]{
		margin-top: -20px;
	}

	.lng-m{
		margin:auto;
		/*outline: 1px solid red;*/
		width: 50px;
		padding-left: 10px;
		margin-top: 20px;
	}

	.link_top, .toolbar-top{color: #fff;}
	
	.block-top-boutique .toolbar-top{width: initial; text-align: left;}

	.link_top.login {
		background: url(img/icone-login-blanc.png) no-repeat center left;
	}

	.link_top.cart {
		background: url(img/icone-panier-blanc.png) no-repeat center left;
	}

	.link_top.conditions {
		background: url(img/icone-conditions-blanc.png) no-repeat center left;
	}

	.home-shop-btn{
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0px;
		background: #fff;
		z-index: 100;
		padding: 10px;
		text-align: center;
	}

	.slx-shop-main.ups .upspoint .col-lg-5, .upspoint .col-lg-6, .upspoint .col-lg-7 { float: none; }
	.slx-shop-main.ups .upspoint .col-lg-7 { width: initial; }
	.slx-shop-main.ups .upspoint .col-lg-6 { width: initial; }
	.slx-shop-main.ups .upspoint .col-lg-5 { width: initial; }

	.form-inline{margin-right: 0;}

	.ups-mobile-btns{
		text-align: center;
	}

	.ups-btn{
		display: inline-block;
		background: #fff;
		box-shadow: 0 5px 10px #ccc;
		border-radius: 5px;
		padding: 10px;
		margin: 5px;
		text-transform: uppercase;
		font-style: italic;
	}

	.ups-btn.active{
		color: #fff;
		background: #000;
		background: #4b932c;
		box-shadow: 0 2px 5px #3d7823 inset;
	}


	.liste-results .liste-results-wrapper{max-height: initial;}

	.ups .upspoint.list #map{display: none;}
	.upspoint.list .liste-results .liste-results-wrapper{display: block;}

	.ups .upspoint.carte #map{display: block;}
	.upspoint.carte .liste-results .liste-results-wrapper{display: none;}

	.payment-button{
		width: 250px !important;
		height: 100px !important;
		background-size: contain !important;
	}

	.footer-left, .footer-right{
		float: none;
		text-align: center;
	}

	.grand-est-popup{
		float: none;
	}
}









@media screen and (min-width: 741px) and (max-width:1167px){
	
	.article h1{padding-left: 20px;}
	.site-content{width: 100%;}

	.cms_pages{
		width: 100%;
	}

	.header-wrap{
		height: 80px;
	}

	.block-left{margin-right: 10px;}
	.header{width: 100%;}
	.m1{display: none!important;}
	.m5{margin-left: 0;}
	li.active.m5{padding-left: initial; padding:5px 1%;}
	.menu{top: 56px;z-index: 2;width: 100%; text-align: left;margin-left:0;}

	ul.nav{
		margin-left: 130px;
	}

	.menu > ul > li{
		width: auto;
		font-size: 12px;
		padding:5px 1%;
	}

	.menu > ul > li:nth-child(4){margin-right: 0;}
	.menu > ul > li:nth-child(5){margin-left: 0;}

	.logo{position: absolute; height: auto; left: 0; background:none; width: 100%; text-align: left;z-index: 1;}
	.logo h1{background: url(img/logo-tablette.png) left center no-repeat; width: 127px;height: 80px; float: left; margin-right: 5px;}
	.logo h1 a{width:127px; height: 69px;}
	.logo h2{margin-top: 5px;}
	.logo p{margin-top: 0px;}	
	.logo h1:hover{background-size: 100%;}

	.actu-wrap{
		z-index: 20;
		width: 100%;
		/*height: 100%;*/
		left: 0;
	}

	.article{
		width: 100%;
		padding-bottom: 0;
	}

	.article > img{
		width: 100%;
		/*margin-bottom: 0;*/
	}

	.article p{
		margin: 10px;
	}

	.article .cms_pages_all > p{
		margin-bottom: -15px;
	}	

	.actualites{
		width: 100%;
		position: absolute;
		bottom: 30px;
	}

	.actualites #fade{
		margin-left: auto;
		width: 100%;

	}

	.actualite{
		width: 75%;
		margin-right: 20px;
	}

	.button.actus{
		margin-right: 10px;
	}

	.footer-wrap{
		position: relative;
		background: white;
		border:none;
		box-shadow:none;
		margin-top: 0;
		/*bottom: 0;*/
		box-shadow:0 0 5px rgba(0,0,0,0.4);
	}

	.footer{
		width: 100%;
	}	

	.footer ul{float: none;text-align: center;margin: auto;}

	.footer li:hover a{
		font-weight: normal;
	}
	
	.footer p{
		padding-right: 10px;
		padding-bottom: 10px;
	}	
	
	.contenu{
		width: 100%;
		padding-top: 95px;
	}

	.sidebar{
		float: none;
		width: 100%;
		margin-top: -10px;
		margin-bottom: 20px;
	}

	ul.submenu{
		margin-right: 0;
		margin: auto;
		text-align: center;
		padding: 5px 0px;
	}

	ul.submenu li{
		display: inline-block;
		margin-left: 0;
		height: 35px;
	}

	ul.submenu li > a{
		margin-left: 0;
		font-size: 16px;
	}

	ul.submenu li.active{
		background: none;
	}

	ul.submenu li.active > a {
		background: white;
		border-radius: 5px;
	}

	.shop_list_center{
		padding: 10px;
	}

	.shop_list{
		width: initial;
		left: 10px;
		right: 10px;
	}	

	.shop_list p{
		height: 60px;
		width: initial;
		float: none;
		overflow-y: scroll;
	}

	.shop-list h1{
		font-size: 19px;
	}

	.boutique_prod .right{width: 280px;}

	.cms_pages_product{
		width: initial;
		margin: 10px;
		margin-top: -44px;
	}

	.cms_pages_product #description{
		float: none;
		width: initial;
	}

	.map-wrap{
		margin-top: -4px;
		background: rgba(255,255,255,0.8);
	}

	.cms_pages_all.new{
		width: 100%;
		padding: 0;
	}

	.box_news{
		position: relative;
		width: 28%;
		margin: 1%;
	}

	.cms_pages_all.new > h4, .cms_pages_all.new > p{
		margin: 10px;
	}

	.cms_pages_all.new > h4{
		margin-bottom: -15px;
	}		

	.button.news{
		position: absolute;	
		margin-left: 0;	
		right: 0;
	}	

	.cms_cat_info{
		width: initial;
		margin: 10px;
	}

	.cms_pages_all{
		width: 100%;
	}

	.pages_all{
		width: initial;
		margin: 10px;
	}

	.cms_forms{
		width: 100%;
		padding: 0;
	}

	.cms_forms .partie-contact{
		width: 47%;
		padding: 20px 0px;
	}

	.cms_forms h2{
		margin-left: 10px;
	}

	.cms_forms .form{
		margin: 10px;
	}

	.cms_forms .form input, .cms_forms .form textarea{
		width: 100%;
		padding: 5px 0px;
	}

	.form label{width: initial;}

	#google-map{
		width: 100%;
		margin: 10px;
		height: 570px;
		margin-bottom: 10px;
	}

	.cms_forms .form input[type="submit"]{
		margin-top: -20px;
	}	

	.cms_sitemap{
		width: 100%;
	}
	.cms_sitemap > .cms_sitemap{
		width:initial;
		margin: 10px;
	}
}


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

	.boutique_prod .left{width: initial;}

	.cms_pages {
		padding: 20px 20px 40px 20px;
		width: initial;
	}

	img{
		max-width: 100%;
	}

	.shop_cart {
		width: initial;
		margin: 0 10px 0 10px; 
	}

	.shop_cart_block {
		right: 0;
		margin-right: 10px;
		margin-top: 44px;
	}

	.boutique_container {
		padding: 10px;
	}

	.cat_boutique {
		width: initial;
		margin-right: 170px;
	}

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


}


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

	.cat_boutique {
		margin-right: 0;
	}

	.boutique_prod{width: 100%;}


	.shop_cart_block{z-index: 20; right: -210px; margin-top: 54px; margin-right: 50px; transition: all 0.3s ease;}

	.shop_cart_block.open{right: -40px;}

	.boutique_prod .right{width: 280px;}

	.trigger-cart{display: block;padding: 15px;background: #000;right: 100%;margin-right: 20px;top: 0;position: absolute;border-radius: 50px;cursor: pointer;}

	.trigger-cart img{max-width: initial;}

	.trigger-cart .product_count{
		background: #fff;
		color: #000;
		border: 2px solid #000;
		width: 15px;
		height: 15px;
		border-radius: 12px;
		font-size: 12px;
		text-align: center;
		font-weight: 600;
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		cursor: pointer;
	}


	.shop_cart_block .btn.cart{display: inline-block;	vertical-align: top; 	}
	
	.button.vin.fiche {
		background: none;
	}


	.shop_cart_block .btn-vin{ display: inline-block;	vertical-align: top;	border-top: none;	 }

	.add-to-cart-window {position:absolute; top:70px; left: 20px;	right: 20px; bottom: 20px;	margin-left: 0;	margin-top: 0;	width: initial; height: initial;	overflow-y: 	auto;}
	.atcw-left { box-sizing:border-box; padding:10px; border:1px solid #cccccc;margin-right: 0;	}
	.atcw-right {width:initial; position: relative;	top: 0;	right: 0;	margin-top: 10px; padding: 10px;		}

	.atcw-thumb{margin-right: 15px;	width: 70px; height: 150px;		}

	td.thumb img{max-width: initial;}
	
	.cart-pickup.right, .cart-pickup.left{display: block;float: none;width: initial;}

	.question-suite{position: relative;margin-top: 110px;text-align: left;right:0;}
	
	.login-left, .login-right, .register-left, .register-right{display: block;width: initial; margin: 0;padding: 0;}

	.login-left form{
		text-align: left !important;
	}

	.column1-3{
		display: block;
		width: initial;
	}

	.user_addressbook_element{
		width: 49%;
		margin: 0;
		margin-bottom: 20px;
	}

	.confirm-box{
		display: block;
		width: initial;
		margin-top: 20px;
	}

}	

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

	.button.vin.fiche {
		background: none;
	}	




}

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

	.button.vin.fiche {
		background: none;
	}	
	.boutique_prod{
		display: block;
	}

	.boutique_prod .left{
		padding-left: 0;
		display: block;
	}

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

    
}

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

	.button.vin.fiche {
		background: none;
	}	

	

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

	.boutique_prod .btn.cart{padding: 15px 20px; margin-right: 0;}

	.boutique_prod .product-quantite{margin-top: 0;}

	.user_addressbook_element{
		display: block;
		width: initial;
	}

}

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

	.payment-button{
		width: 100% !important;
		height: 100px !important;
		background-size: contain !important;
	}
	
}



