/* 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 */

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

body{
	font-family: "Raleway";
	font-size: 14px;
	color: #4c4d4a;
	background-color: #faf8f5;
}

a, a:hover{
	color: inherit;
}

.container{
	position: relative;
}

h2{
	font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/**Header et Slide**/


header > .container > .logo-mobile img{
	display: none;
} 

img{max-width: 100%;}

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

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

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

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

#google_translate_element{
	position: absolute;
	top: 0;
	right: 0;
}

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

.alert-danger{
	font-weight: 700;
	color: #e10014;
}

header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: url(img/header-bg.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100px;
	transition: all 0.3s ease;
	border-bottom: 1px solid #cdb285;
	text-align: center;
}

.main-menu{
	display: inline-block;
	margin-top: 40px;
	font-size: 17px;
}

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

.main-menu > ul > li > a::before{
	content: "";
	display: block;
	position: absolute;
	/*width: 100%;*/
	height: 1px;
	bottom: -5px;
	left: 50%;
	right: 50%;
	z-index: 10;
	background: #cdb285;
	transition: all 0.2s ease;
}

.main-menu > ul > li > a{
    color: #4c4d4a;
    text-decoration: none;
	text-transform: uppercase;
}

.main-menu > ul > li > a:hover, .main-menu > ul > li.selected > a{
	border-bottom: 1px solid rgba(235,129,23,1);
}

.lng-button{
    display: inline-block;  
    text-align: center;
    margin-left: 20px;
	font-size: 17px;
}

.lng-button > a{
    color:#4c4d4a;
    text-decoration: none;
}

.slideshow, .slideshow > ul{
	height: 700px;
}

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

.slick-list li{
	height: 700px;position: relative;
}

.slideshow > ul{
    padding: 0;
}

.slide-content{
    text-align: center;
    padding-top: 300px;
    size: 50%;
}

.slide-content > p{
	margin-top: 20px;
    font-size: 30px ;
    color: rgba(255,255,255,0.7)
}

.slide-content > p::after{
	content: "";
	display: block;
	width: 500px;
	height: 1px;
	background-color: rgba(255,255,255,0.7);
	margin: auto;
	margin-top: 10px;
}

.slide-content a{
	margin: auto;
}

.slide-content > a img{
    max-width: none;
    margin: auto;
}

.site-content{
    padding-top: 100px;

}

.page-top{
	position: relative;
}

.page-top .content{
	padding: 50px 0;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.page-top .content h1{
	padding-top: 15px;
	color: white;
	text-shadow: 
	0 0 10px black, 
	0 0 20px black, 
	0 0 40px black;
}

.page-top .content h1::after{
	background: rgba(255, 255, 255, 0.8);
	height: 2px;
}


/**Accueil**/

.intro-text{
	margin-top:50px;
}



.intro-text p{
	text-align: center;
	font-size: 16px;
	max-width: 500px;
	margin: auto;
  }

  .intro-text::after{
	content: "";
	display: block;
	width: 350px;
	height: 1px;
	background-color: #f88d00;
	margin: auto;
	margin-top: 10px;
  }

.page{
	padding-top: 50px;
}

/**Acceuil 1er bloc**/

.bloc1{
	position: relative;
	z-index: 10;
}

.bloc1 img{
	box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.2 );
}

.bloc2{
	position: relative;
	box-sizing: border-box;
	border: solid 2px #b8d065;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	width: 73%;
	z-index: 2;
	top: 40px;
    left: 120px;
}

.clr,.clear{ 
	clear:both
}

.bloc2 h3{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

.bloc2 a{
	text-align: right;
}

.bloc2 p{
	font-size: 16px;
}

/**Acceuil Articles**/

.page-article{
	margin-top: 100px;
}

.article-img{
	width:100%;
	margin-right: 0px;
}

.article-txt.green{
	position: relative;
	box-sizing: border-box;
	border: solid 2px #b8d065;
	background-color: rgba(255, 255, 255, 0.8);
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: -30px;
	width: 250px;
	left: 20px;
	bottom: 150px;
}

.article-txt.orange{
	position: relative;
	box-sizing: border-box;
	border: solid 2px #f88d00;
	background-color: rgba(255, 255, 255, 0.8);
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: -30px;
	width: 250px;
	left: 20px;
	bottom: 150px;
}

.article-txt-content p{
	font-size: 14px;
}

h5{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

/**Acceuil Bouteille**/

.page-bouteille{
	margin-top: 25px;
	background-image: url(img/RectangleFondVert.png);
	background-repeat:no-repeat;
	background-position: 0% 64%;
}

.page-bouteille img{
	max-height: 398px;
}

h1{
	position: relative;
	display: inline-block;
	margin-bottom: 50px;
	font-size: 36px;
	text-transform: uppercase;
}

h1::after{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #f88d00;
	margin-top: 10px;
}

.bloc-bouteille{
	position: relative;
}

.bouteille{
	margin-top: 20px;
	text-align: center;
}

.bouteille p{
	margin-top: 15px;
	text-transform: uppercase;
	font-family: "Raleway";
}

.bloc-btn-achat{
	margin-top: 20px;
	text-align: center;
}

.bouteille > content img{
	width: 50%;
}

/**Acceuil Phototeque**/

.page-phototeque{
	margin-top: 100px;
}

.page-phototeque h1{
	text-transform: uppercase;
}

.bloc-photo{
	position: relative;
	
}

.photo img{
	max-width: none;
}


/** Page Vignoble**/

.zindex1{
	position: relative;
	z-index: 1;
}

.zindex2{
	position: relative;
	z-index: 2;
}

.page-vignoble{
	margin-top: 50px;
}

.page-vignoble h1{
	margin-bottom: 30px;
	text-transform: uppercase;
}

.bloc-vignoble{
	position: relative;
	margin-bottom: 100px;
	
}

.bloc-vignoble.image-left img{
	box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2 );
}

.bloc-vignoble.image-right img{
	box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.2 );
}

.bloc-vignoble-txt{
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.bloc-vignoble-txt h2{
	font-size: 24px ;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.bloc-vignoble-txt p{
	font-size: 16px;
}

.bloc-vignoble-txt.right{
	box-sizing: border-box;
	border: solid 2px #b8d065;
	top: 110px;
	right: 250px;
	width: 110%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 250px;
	padding-right: 15px;
}

.bloc-vignoble-txt.left{
	box-sizing: border-box;
	border: solid 2px #f88d00;
	top: 110px;
	left: 200px;
	width: 110%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 250px;
}


/** Page Text**/

.page-pagetext{
	margin-top: 100px;
}

.bloc-pagetext{
	margin-top: 60px;
	margin-bottom: 50px;
}

.bloc-pagetext img{
	z-index: 2;
}

.bloc-pagetext.title{
	margin-top: 15px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.bloc-pagetext h2{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}

.bloc-pagetext-middle{
	box-sizing: border-box;
	border: solid 2px #b8d065;
	margin-top: 30px;
	margin-bottom: 30px;
}

.bloc-pagetext.middle{
	margin-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.bloc-pagetext.left{
	position: relative;
	box-sizing: border-box;
	border: solid 2px #b8d065;
	background-color: rgba(255, 255, 255, 0.8);
	width: 900px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	top: 60px;
	right: 15px;
	z-index: 2;
}

.bloc-pagetext.right{
	position: relative;
	box-sizing: border-box;
	border: solid 2px #b8d065;
	background-color: rgba(255, 255, 255, 0.8);
	width: 900px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	top: 60px;
	right: 300px;
	z-index: 2;
}

/**Palmares**/

.bloc-palmares{
	position: relative;
	margin-left: 100px;
	margin-bottom: 400px;
}

.page-palmares{
	margin-top: 100px;
	
}

.bouteille-img{
	position: absolute;
	width: 20%;
	z-index: 2;
	text-align: center;
}

.bouteille-txt{
	position: relative;
	width: 100%;
	top: 210px;
	left: 50px;
	z-index: 1;
}

.bouteille-txt-content{
	width: 80%;
	padding-bottom: 10px;
	padding-left: 100px;
	padding-top: 30px;
}

.bouteille-txt-content p{
	font-size: 16px;
}

.bouteille-txt-content.rose{
	background-image: url(img/fondbouteillerose.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.bouteille-txt-content.rouge{
	background-image: url(img/fondbouteillerouge.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.bouteille-txt-content.blanc{
	background-image: url(img/fondbouteilleblanc.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/**Boutique**/

	.shop-bar{
		padding-top: 80px;
		display: inline-block;
	}

	.shop-bar .reset{
		display: none;
		cursor: pointer;
	}

	.toolbar_cart_count{
		color: white;
		background: #f88d00;
		padding: 0px 6px;
		border-radius: 15px;
		left: 10px;
		top: -10px;
    	position: absolute;
	}

	.count_number{
		display: inline-block;
		vertical-align: top;
		width: 20px;
		text-align: center;
		border: 1px solid #cdb285;
		padding: 7px 0;
		/*padding-right: 5px;*/
		font-size: 14px;
		box-sizing: border-box;
		height: 37px;
		margin: 0;
		margin-right: -5px;
		font-family: inherit;
		z-index: 2;
		position: relative;
		background: #fff;
	}

	.count_number{width: 30px;}


	.identification{
		margin-top: 0;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.identification.picto{
		box-sizing: border-box;
		border: solid 2px #d7d7d7;
		background-color: #d7d7d7;
		position: absolute;
		right: 0;
		z-index: 10;
	}

	.identification.picto a{
		position: relative;
		text-transform: uppercase;
		color: #646562;
		font-size: 12px;
		font-weight: 600;
		margin: 0 5px;
	}

	.list-shop{
		padding-top: 50px;
	}


	.product-img{
		position: relative;
		z-index: 2;
	}

	.product-img img{
		max-height: 375px;
		max-width: 110px;
	}

	.paysage .product-img img{
		max-height: 210px;
		max-width: 300px;
	}

	.list-shop .product-desc{
		width: 300px;
		border: 1px solid black;
		padding: 0 .5rem;
		height: 338px;
		position: relative;
		z-index: 1;
		right: 40px;
		line-height: normal;
	}

	.paysage .product-desc{
		height: initial;
		border-left: 1px solid black;
		right: initial;
	}	

	.product-desc .product-desc-wrap{
		max-width: 243px;
	}

	.title-short-desc p{
		font-size: 14px;
	}

	.title-short-desc h2, .title-short-desc h4{
		text-transform: uppercase;
		text-align: center;
	}

	.title-short-desc h2{
		font-size: 16px;
	}
	
	
	.fiche-technique a{
		text-align: center;
		display: block;
	}

	.fiche-technique.rouge .btn-technique, .fiche-technique.rouge .price h5{
		color: #7c0043;
	}

	.fiche-technique.rosé .btn-technique, .fiche-technique.rosé .price h5{
		color: #ed7c71;
	}

	.fiche-technique.blanc .btn-technique, .fiche-technique.blanc .price h5{
		color: #9eae66;
	}

	.fiche-technique .price h5 span{
		font-size: 15px;
		font-weight: 400;
	}

	.list-shop .product-desc.rouge{
		border-color: #7c0043;
	}

	.list-shop .product-desc.rosé{
		border-color: #ed7c71;
	}

	.list-shop .product-desc.blanc{
		border-color: #9eae66;
	}


	.text-start{
		margin-left: 40px;
	}

	.product_pack{
		font-size: 12px;
	}

	.product-quantite{
		cursor: pointer;
	}

	.product-quantite input{
		text-align: center;
	}

	.product-quantite .but{
		padding: 10px 5px;
	}

	.slx-shop-cart-question18 label input{
		margin-right: 5px;
	}


	.bar-filter label{margin: 3px;}

	.bar-filter{
		margin-bottom: 10px; 
		text-align: center;
		display: inline-block;
		margin-right: 20px;
	}

	/**.bar-filter::after{
	content: "";
	display: block;
	height: 1px;
	width: 200px;
	background: #d9d8d3;
	margin: auto;
	margin-top: 10px;
	}**/

	.bar-filter:last-child::after{display: none;}

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

	.bar-filter li{
		display: inline-block;
		border-bottom: none;
		padding: 5px 10px;
		margin-bottom: 5px;
		margin-right: 5px;
		background: #efefef;
		border-radius: 3px;
	}

	.bar-filter li.checked{
		background: #f88d00;
	}

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

	.bar-filter label{
		position: relative;
		top: initial;
		font-size: 16px;
		color: #f88d00;
		cursor: pointer;
	}

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

	/**Medaille**/

	.bloc-medal{
		margin-top: 10px;
	}

	.medal{
		position: relative;
		left: 10px;
	}

	.medal-txt{
		font-size: 13px;
	}

	.medal-txt.or{
		color: #b8750a;
	}

	.medal-txt.argent{
		color: #afafb0;
	}

	/**Bouton Panier**/

	.btn.cart{
		box-sizing: border-box;
		border: solid 2px #f88d00;
		background-color: #f88d00;
		color: white;
		font-size: 14px;
	}

	/**Fiche Technique**/

	.page-fiche-technique{
		padding-top: 100px;
	}

	.page-fiche-technique.rouge .btn-technique{
		color: #7c0043;

	}

	.page-fiche-technique.blanc .btn-technique{
		color: #9eae66;
	}

	.page-fiche-technique.rosé .btn-technique{
		color: #ed7c71;

	}

	.fiche-degustation-bouteille{
		margin-top: 10px ;
	}

	.nom-bouteille{
		text-align: center;
		margin-bottom: 50px;
	}

	.nom-bouteille h2{
		display: inline;
		position: relative;
		font-size: 30px;
	}

	.nom-bouteille h3{
		margin-top: 10px;
		position: relative;
		font-size: 20px;
	}

	.nom-bouteille h2::after{
		position: absolute;
    	content: "";
		left: 50%;
		transform: translateX(-50%);
    	display: block;
    	width: 100%;
    	height: 2px;
		bottom: -2px;
	}

	.page-fiche-technique.rouge .nom-bouteille h2::after{
		background-color: #7c0043;
	}

	.page-fiche-technique.blanc .nom-bouteille h2::after{
		background-color: #9eae66;
	}

	.page-fiche-technique.rosé .nom-bouteille h2::after{
		background-color: #ed7c71;
	}

	.fiche-technique-achat{
		display: block;
		position: relative;
		margin-bottom: 30px;
	}

	.fiche-technique-achat::after{
		position: absolute;
    	content: "";
    	display: block;
    	width: 100%;
    	height: 2px;
	}

	.page-fiche-technique.rouge .fiche-technique-achat::after{
    	background-color: #7c0043;
	}

	.page-fiche-technique.blanc .fiche-technique-achat::after{
    	background-color: #9eae66;
	}

	.page-fiche-technique.rosé .fiche-technique-achat::after{
    	background-color: #ed7c71;
	}

	.prix{
		text-align: center;
	}

	.prix p{
		font-size: 30px;
	}

	.prix p span{
		font-size: 15px;
		font-weight: 400;
		display: block;
	}

	.page-fiche-technique.rouge .fiche-technique-achat .prix p{
    	color: #7c0043;
	}

	.page-fiche-technique.blanc .fiche-technique-achat .prix p{
    	color: #9eae66;
	}

	.page-fiche-technique.rosé .fiche-technique-achat .prix p{
    	color: #ed7c71;
	}

	.packaging{
		text-align: center;
	}

	.fichetechnique-text h2{
		display:inline-block; 
		width:19%; 
		vertical-align:top;
		font-size: 20px;
		font-weight: 600;
	}

	.fichetechnique-text h3{
		display:inline-block; 
		width:19%; 
		vertical-align:top;
	}

	.page-fiche-technique.rouge .fichetechnique-text h2{
		color: #7c0043;
	}

	.page-fiche-technique.rouge .fichetechnique-text h3{
		color: #7c0043;
	}

	.page-fiche-technique.blanc .fichetechnique-text h2{
		color: #9eae66;
	}

	.page-fiche-technique.blanc .fichetechnique-text h3{
		color: #9eae66;
	}

	.page-fiche-technique.rosé .fichetechnique-text h2{
		color: #ed7c71;
	}

	.page-fiche-technique.rosé .fichetechnique-text h3{
		color: #ed7c71;
	}

	.fichetechnique-text p{
		display:inline-block; 
		width:80%; 
		vertical-align:top;
		color: #4c4d4a;
	}

	.produit-img img{
		max-height: 800px;
	}


/**Contact**/

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

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

.input{position: relative;}

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

.contact-form{
	padding: 15px;
	border: solid 2px #f88d00;
}

.contact-form .input label{color: rgba(0,0,0,0.6);}

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

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

.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;
	left: 5px;
	transform: scale(0.7,0.7);
}

.contact-form .input.focus label,
.contact-form .input.focus .form-control,
.contact-form .input.filled .form-control,
.contact-form .input.filled label{
	/*color: #fff;*/
}

.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: #f00;
}

.form_adduser{
	position: relative;
}

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

.contact-form input[type="submit"], #facture_submit{
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius:0;
	background: #f88d00;
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
	text-transform: uppercase;
}

/**Map**/

.partie-site.map{
	margin-bottom: -226px;
	z-index: 1;
}



/**Footer**/

.footer{
	background-color: #fd912b;
	margin-top: 10px;
	position: relative;
	/* z-index: 10; */
}

.footer::before{
	background-image: url(img/bckg-footer.png);
	content: "";
	display: block;
	width: 100%;
	height: 223px;
	background-size: 100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 99%;
}

.bloc-footer{
	margin-top: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.text-footer{
	color: white;
}

.txt1{
	border-right: 2px solid white;
	padding-right: -10px;
	width: 80%;
}

.txt1 h6{
	text-transform: uppercase;
	font-weight: 600;
}

.txt2{
	margin-left: -70px;
	padding-top: 40px;
}

.txt2 a{
	text-decoration: none;
	color: white;
}

.social-media img{
	margin-right: 15px;
}


/**Bouton Lire la suite**/

.lirelasuite{
	position: relative;
	box-sizing: border-box;
	border: solid 1px #f4ecec;
	background-color: #f4ecec;
	color: #f88d00;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	bottom: 10px;
	float: right;
	text-transform: uppercase;
}

.lirelasuite:hover{
	background-color: #f88d00;
	color: #f4ecec;
}

/**Bouton Achat**/

.btn-achat{
	box-sizing: border-box;
	border: solid 1px #f88d00;
	background-color: #f88d00;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

.btn-achat:hover{
	background-color: white;
	color: #f88d00;
}

.btn.orange{
	background: #f88d00 !important;
	color: white;
	text-transform: uppercase;
}

.btn.gris{
	background: rgb(170,170,170);
	color: #fff;
}


.btn.noir{
	background: #000;
}


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

.shop_cart .cart-buy-count{width: 105px;}

.page.shop{
	padding-top: 80px;
}

 .question-suite input[type="submit"], .btn.orange, .slx-users .btn{
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	background-color: #f88d00;
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
	text-transform: uppercase;
}

.btn.small{
	text-transform: none;
	padding: 5px 10px;
}

.column1-3 .checkbox-mailing label{
	width: initial;
}

.column1-3 .checkbox-mailing label input{
	margin-right: 5px;
	appearance: checkbox;
}

.question-suite input[type="checkbox"]{-webkit-appearance: checkbox;
-moz-appearance: checkbox;
appearance: checkbox;}

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

.slx-shop-cart-question18 label a{color: #cbd9de;}

.shop h1{
	text-align: center;
	margin: 30px 0;
}

.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-top: 5px solid #fff;
}

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

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

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

.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 !important;
    height: 30px;
    margin-top: -15px;
    margin-left: 10px;
    border: 1px solid #8e8e8e;
    cursor: pointer;
	box-shadow: none !important;
	padding: 0 10px;	
}

.cart-button-valider.show {
    opacity: 1;
    margin-top: 30px;
}

.cart-buy-count .but{
	position: relative;
	margin: 0 5px;
	z-index: 10;
	cursor: pointer;	
}

.cart-buy-count input[name="count"]{
	text-align: center;
	position: relative;
	z-index: 10;
	background: #fff;
	padding: 10px 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: 300px;
}

.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 {
    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 {
    background: url(img/pickup_active.png) no-repeat left center;
}

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

.atcw-msg {
    box-sizing: border-box;
    padding: 20px;
    margin-right: 275px;
}

.atcw-important {
    text-align: center;
    color: red;
	font-size: 16px;
}

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

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

.footer-shop-block{margin: 0 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;}


/**Delay**/

.animated.delay-01s {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
  }
  
  .animated.delay-02s {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
  }
  
  .animated.delay-03s {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
  }
  
  .animated.delay-04s {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
  }
  
  .animated.delay-05s {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
  }
  
  .animated.delay-06s {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
  }
  
  .animated.delay-07s {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
  }
  
  .animated.delay-08s {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
  }
  
  .animated.delay-09s {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
  }

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


.partie-site{
	padding-top: 100px;
}


.partie-site h3{
	font-size: 20px;
    font-weight: bold;
	color: #f88d00;
    text-transform: uppercase;
    margin-bottom: 10px;
}


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



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


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

.confirm-box{
	background: #000; 
	color: #fff;
	padding: 20px;
}

.confirm-box h2{text-transform: uppercase;font-weight: 400;font-size: 18px; color: #fff;}

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

.confirm-box textarea{width: 100%;height: 100px;box-sizing: border-box;background: #fff;}

.confirm-box .left.red{margin-top: 10px;display: block;}

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

ul.bookmark {
    width: 100%;
	background: #000;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 40px;
}

ul.bookmark li {
    display: inline-block;
    margin-right: 10px;
}

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

ul.bookmark li a {
    padding: 10px 20px;
    display: block;
    border: 3px solid #fff;
}

.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: 100px;
    display: inline-block;
    text-align: right;
}

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

.slx-users{
	position: relative;
	z-index: 2;
}

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

.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-user-bottom{margin-top: -45px;}

input[type="checkbox"]{
	-webkit-appearance: checkbox; 
	-moz-appearance: checkbox; 
	appearance: checkbox;
	border-color: #000;
	opacity: 1;
	width: initial;
	display: inline;
	margin-right: 10px;
}

.cart-info{padding: 20px; background: #fff;}

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


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

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

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

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

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

.popup-wrap .popup{
	top: 6%;
	max-height: 780px;
	/* bottom:10%; */
	overflow-y: auto;
	padding: 20px;
}


.popup-img-bottom{display: none;}
/*									RESPONSIVE
----------------------------------------------------------------*/

.slx-user-orders{
	max-width: 1320px;
	width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}


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

	.inviewport, .hiddenthis{
		opacity: 1;
	}

	/**Header**/

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

	/**Accueil**/

	.bloc2 {
		width: 80%;
		left: 90px;
	}
	
	/**Vignoble**/

	.bloc-vignoble-txt.right {
		top: 50px;
		right: 205px;
		width: 120%;
	}

	.bloc-vignoble-txt.left {
		top: 50px;
    	left: 190px;
	}

	.bloc-vignoble.image-left img{
		max-width: 100% !important;
	}

	.bloc-vignoble.image-right img{
		max-width: 100% !important;
	}

	/**Boutique**/

	.product-detail{
		width: 40%;
	}

	/**Palmares**/

	.bloc-palmares{
		margin-left: initial;
		padding-left: 100px;
	}

	.bouteille-txt{
		padding-left: 25px;
		left: 0;
	}
	

}

@media screen and (max-width: 1200px){
	
	.popup-wrap .popup{
		bottom: 10%;
	}

	.popup-img-top{
		display: none;
	}

	.popup-img-bottom img{
		width: initial;
		height: 220px;
	}

	.popup h1{font-size: 26px !important;}

	.popup-img-bottom{display: block;
		text-align: center;}

	.inviewport, .hiddenthis{
		opacity: 1;
	}

	/**Header**/

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

	/**Accueil**/

	.bloc1 img {
		width: 115% !important;
		top: 100px;
		position: relative;
	}
	
	.bloc2 {
		width: 90%;
		left: 60px;
	}
	
	
	.article-img {
		width: 90%;
	}
	
	
	.article-txt.orange {
		width: 200px;
	}

	.article-txt.green {
		width: 200px;
	}
	
	.page-bouteille img {
		max-height: 320px;
	}

	/**Vignoble**/

	.bloc-vignoble-txt.right {
		top: 20px;
		right: 205px;
		width: 145%;
	}

	.bloc-vignoble-txt.left {
		top: 50px;
    	left: 30px;
    	width: 145%;
	}

	.bloc-vignoble.image-left img{
		max-width: 100% !important;
	}

	.bloc-vignoble.image-right img{
		max-width: 100% !important;
	}

	/**Palmares**/

	.bouteille-txt{
		top: 155px;
	}
	
	/**Boutique**/

	.product-detail{
		width: 45%;
	}

	.list-shop .product-desc {
		width: 290px;
	}

	/**Fiche Technique**/

	.fichetechnique-text h2{
		width:30%; 
	}

	.fichetechnique-text h3{
		width:30%; 
	}

	.fichetechnique-text p{
		width:65%; 
	}

	/**Footer**/

	.txt2 {
		margin-left: -50px;
	}

}

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


	.inviewport, .hiddenthis{
		opacity: 1;
	}

	/**Accueil**/

	.bloc1 img {
		width: 120% !important;
		top: 75px;
		position: relative;
	}
	
	.bloc2 h3 {
		font-size: 20px;
	}
	
	.bloc2 p {
		font-size: 14px;
	}
	
	.bloc2 {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 35px;
		padding-right: 20px;
		width: 100%;
		top: 40px;
		left: 30px;
	}

	.article-img {
		width: 100%;
		margin-top: 30px;
	}

	.article-txt.green {
		width: 150px;
		bottom: 90px;
    	left: 15px;
	}
	
	.article-txt.orange {
		width: 150px;
		bottom: 90px;
    	left: 15px;
	}
	
	.lirelasuite {
		font-size: 12px;
	}
	
	.page-bouteille {
		background-position: 0% 65%;
    	background-size: auto 120px;
	}
	
	
	.page-bouteille img {
		max-height: 300px;
	}

	/**Page Text**/

	.bloc-pagetext.left {
		width: 650px;
	}

	.bloc-pagetext.right {
		width: 650px;
	}
	
	/**Vignoble**/

	.bloc-vignoble{
		margin-bottom: 0;
	}

	.bloc-vignoble-txt.right {
		top: 50px;
		right: 370px;
		width: 200%;
		padding-left: 15px;
		margin-top: 190px;
	}

	.bloc-vignoble-txt.left {
		top: 50px;
    	left: 30px;
		width: 200%;
		padding-right: 15px;
		margin-top: 200px;
	}

	.bloc-vignoble.image-left img{
		position: relative;
    	top: 30px;
	}

	.bloc-vignoble.image-right img{
		position: relative;
    	top: 50px;
	}

	/**Palmares**/

	.bloc-palmares {
		margin-bottom: 0;
		margin-left: 0;
	}

	.bloc-palmares > .col-lg-6{
		height: 445px;
	}

	.bouteille-txt{
		left: 0;
		padding-left: 50px;
	}

	/**Boutique**/
	.product-detail{
		width: 60%;
	}

	/**Fiche Technique**/

	.fichetechnique-text h2{
		display:block; 
		width:initial; 
	}

	.fichetechnique-text h3{
		display:block; 
		width:initial; 
	}

	.fichetechnique-text p{
		display:block; 
		width:initial; 
	}

	/**Footer**/

	.txt1{
		border-right: none;
	}

	.txt2 {
			border-left: 2px solid white;
			margin-left: -35px;
			padding-left: 20px;
	}

	.social-media img {
		margin-right: 35px;
	}

}

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

	.inviewport, .hiddenthis{
		opacity: 1;
	}

	/**Slide**/

	.slide-content > p::after {
		width: initial;
	}

	/**Accueil**/


	.bloc1 img {
		width: 97% !important;
    	top: 5px;
	}
	
	.bloc2 {
		width: 90%;
		top: -5px;
		left: 27px;
	}
	
	.page-article {
		text-align: center;
	}
	
	.article-img {
		width: 100%;
		margin-right: 0px;
		margin-top: -85px;
	}
	
	.article-txt.green {
		width: 250px;
		left: 238px;
		bottom: 160px;
	}
	
	.article-txt.orange {
		width: 250px;
		left: 238px;
		bottom: 160px;
	}
	
	.page-bouteille img {
		max-height: 230px;
	}
	
	.page-bouteille {
		background-position: 0% 58%;
		background-size: 1200px;
	}

	/**Page Text**/

	.bloc-pagetext.left {
		width: 560px;
		margin-left: 15px;
	}

	.bloc-pagetext.right {
		width: 560px;
		margin-left: 15px;
	}

	.bloc-pagetext-middle {
		width: 555px;
    	margin-left: 5px;
	}

	/**Vignoble**/

	.bloc-vignoble-txt.right {
		top: -5px;
		right: -24px;
		width: 95%;
		padding-left: 15px;
		margin-top: 0;
	}

	.bloc-vignoble-txt.left {
		top: -5px;
		right: -24px;
		width: 95%;
		padding-left: 15px;
		margin-top: 0;
	}

	.bloc-vignoble.image-left img{
    	top: 0;
	}

	.bloc-vignoble.image-right img{
    	display: none;
	}

	/**Palmares**/

	.bloc-palmares{
		padding-left: 0;
	}

	.bouteille-txt-content{
		width: 100%;
	}

	/**Boutique**/
	.product-detail{
		width: 100%;
	}

	/**Fiche Technique**/

	.produit-img{
		text-align: center;
	}

	.produit-img img {
		max-height: 400px;
	}

	.fichetechnique-text h2{
		display:inline-block; 
		width:19%; 
	}

	.fichetechnique-text h3{
		display:inline-block; 
		width:19%; 
	}

	.fichetechnique-text p{
		display:inline-block; 
		width:80%; 
	}

	.fiche-technique-achat.cart-count{
		text-align: center;
	}

	.fiche-technique-achat.cart-count .packaging{
		margin-bottom: 10px;
	}

	/**Panier**/

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

	/**Footer**/

	.txt2 {
			margin-left: -20px;
	}

	.social-media img {
		margin-right: 15px;
	}



	/**Header**/

	#google_translate_element {
		right: 17px;
		top: 70%;
	}


	header > .container > .logo-mobile img{
		display: block;
		max-width: 220px;
		padding-top: 18px;
	} 
	
	.page-top .content{
		padding: 0px 0;
	}

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

	.page-top .content img{
		display: none;
	}

	.container{
		max-width: initial;
	}

	.logo{
		padding-top: 5px;
	}

	.logo .navbar-brand img{
		height: 60px;
	}

	.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: #cdb285;
	    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;}  

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

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

	.site-content {
	    position: absolute;
	    top: 70px;
	    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: 0px;
	}

	.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 > ul{
	     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;
	     border-left:none;
	     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;
	 }

	 .with-sidebar .main-menu > ul{
	     /*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);
	 }  

	 .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-right {
        width: initial;
        position: relative;
        right: initial;
        top: initial;
        margin-top: 0px;
    }

	.atcw-title{
		font-size: 20px;
		padding-bottom: 10px;
	}

}

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

	.inviewport, .hiddenthis{
		opacity: 1;
	}

	/**Header**/

	header > .container > .logo-mobile img{

	} 

	.page-top .content img{
		display: none;
	}

	/**Accueil**/

	.slide-content > a img {
		max-width: 100%;
		margin: auto;
	}

	.bloc2 {
		left: 10px;
	}

	.article-txt.green {
		left: 42px;
	}

	.article-txt.orange {
		left: 42px;
	}

	.page-bouteille {
		background-image: none;
	}

	/**Page Text**/

	.bloc-pagetext.left {
		width: 325px;
	}

	.bloc-pagetext.right {
		width: 325px;
		right: 1px;
	}

	.bloc-pagetext-middle {
		width: 315px;
	}

	/**Vignoble**/

	.bloc-vignoble-txt.right {
		width: 90%;
	}

	.bloc-vignoble-txt.left {
		width: 90%;
	}

	/**Palmares**/

	/**Boutique**/

	.product-img {
		margin-bottom: 20px;
		width: 100%;
	}

	.product-img img {
		max-height: 250px;
	}

	.list-shop .product-desc {
		width: initial;
		border-right: none;
		border-top: none;
		border-bottom: 1px solid black;
		height: initial;
		right: initial;

	}

	.text-start {
		margin-left: initial;
	}

	/**Panier**/
	.question-suite input[type="submit"], .btn.noir {
		font-size: 12px;
	}

	
	.paysage .product-desc{
		border-left: none;
	}
}