

*, html {
	margin: 0;
	padding: 0;
  vertical-align: top;
}

a,a:hover, a:focus {
  cursor: pointer;
	text-decoration: none;
	color: #C79411;
	transition-duration: 0.5s;
}

a.inversed_link:hover {
  color: #000;
}

a.active {  color: #C79411 !important; }

.cp { cursor: pointer !important; }

.tac { text-align: center;}
.tal { text-align: left;}
.tar { text-align: right}
.taj { text-align: justify;}

.dib {display: inline-block;}
.db {display: block;}
.dn {display: none !important;}

.hide {display: initial !important;opacity: 0;visibility: hidden;}

.fll {float: left;}
.flr {float: right;}
.clear {clear: both;}

.or { color: #C79411 !important;}
.noir { color: #000;}
.gris-f { color: #3C3C3B;}
.gris-fonce-57 { color: #575756;}
.gris-fonce { color: #808080 !important;}
.blanc { color: #fff !important;}
.gris { color: #ccc;}
.gris-violet { color: #858894;}
.gris-input { color: #B1B1B1; }

.bg-or { background: #C79411;}
.bg-noir { background: #000;}
.bg-gris-f { background: #201D1D !important;}
.bg-blanc { background: #fff;}
.bg-gris { background: #eee;}
.bg-gris-clair { background: #F8F8F8;}
.bg-gris-clair-violet { background: #ebedeb;}
.bg-beige { background: #EEEDE5;}
.bg-gris-ephemere { background: #d9dadb; }
.bg-gris-input { background: #B1B1B1; }

.melior {
	font-family: 'Melior', serif !important;
}
.melior-bold {
	font-family: 'Melior Bold', serif !important;
}

.sourceSans {
  font-family: "Source Sans" !important;
}
.SourceSans {
  font-family: "Source Sans" !important;
}
.sourceSansLight {
  font-family: "Source Sans light" !important;
}
.SourceSansSemiBold {
  font-family: "Source Sans Semi-Bold" !important;
}
.SourceSansBold {
  font-family: "Source Sans Bold" !important;
}

h1,h2, h3, h4, h5 {
  font-family: 'Melior', serif;
}
.italic { font-style: italic; }

.icon-cart {
	height: 20px;
	width: 20px;
	background: url('../img/pictos/cart_white.svg') no-repeat center;
	display: inline-block;
  padding-top: 0.5px;
  text-align: center;
  margin: 1px 10px 0;
  line-height: 21px;
}
.icon-dring {
	height: 19px;
	width: 24px;
	background: url('../img/pictos/conciergerie_white.svg') no-repeat center;
	display: inline-block;
  margin: 1px 10px 0;

}
.icon-account {
	height: 20px;
	width: 20px;
	background: url('../img/pictos/account_white.svg') no-repeat center;
	display: inline-block;
	margin: 1px 10px 0;
}
.icon-heart {
	height: 23px;
	width: 23px;
	background: url('../img/pictos/wishlist_white.svg') no-repeat center;
	display: inline-block;
	margin: 1px 10px 0 ;
  line-height: 24px;
}
.icon-menu {
	height: 15px;
	width: 27px;
	background: url('../img/picto-menu.png') no-repeat center;
	display: inline-block;
	margin: 2px 0 0 0px;
}
.icon-dring.active {
	background: url('../img/pictos/conciergerie_or.svg') no-repeat center;
}

body {
	font-family: 'Source Sans', sans-serif;
  font-size: 15px;
  overflow-x:  hidden;

}

header {
  position: relative;
  z-index: 9;
}

header .logo {
  margin-left: 25px;
}

.profile_popup,
.profile_popup2 {
  display: none;
  width: 230px;
  position: absolute;
  background: #fff;
  padding: 12.5px;
  z-index: 9999;
  left: -110px;
  margin-top: 40px;
  color: #000 !important;
  border: 1px solid #828282;
}


.profile_popup ul li a,
.profile_popup2 ul li a {
    color: #000 !important;
}

.btn_popup_or {
  padding: 5px;
  font-size: 14px;
  font-family: "Source Sans Semi-Bold";
  text-align: center;
  border-top: 1px solid #C79411;
  border-bottom: 1px solid #C79411;
  margin: 20px 0;
}
.profile_popup ul li.btn_popup_or a,
.profile_popup2 ul li.btn_popup_or a {
  color: #C79411 !important;

}

.profile_popup::before,
.profile_popup2::before {
  content: "\f0d8";
  position: absolute;
  color: #fff;
  font-family: "FontAwesome";
  font-size: 3em;
  top: -35px;
  left: 45%;
  text-shadow: 1px -1px 0px #828282, -1px -1px 0px #828282;
}

.popup_cart  {
  margin-top: 15px;
  border: 1px solid #828282;
}
.popup_cart::before {
  top: -15px;
  text-shadow: 1px -1px 0px #828282, -1px -1px 0px #828282;

}

header .top-head {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav {height: 32px;font-size: 13px;}
.nav  nav ul { list-style: none; margin: 6px 0 0;}

.nav nav ul li.item {
	width: 210px;
	border-left: 1px solid #fff;
  height: 20px;
}

.nav nav ul li a {
	margin-top: 1px ;
  display: inline-block;
}

.nav nav ul li i {
	margin: 3px 10px;
}
#sub_menu, #sub_sub_menu {
      height: 35px;
}
.sub-nav nav {
	margin: 7px 0 0 -35px;
  padding-bottom: 7px;
}

.sub-nav nav ul li { padding: 0 15px;font-size: 15px;}

.sub-nav nav ul li a {
	color:#000;
	cursor: pointer;
}

#sub_menu.scrolled .notshow { opacity: 1 !important; }


#nav.scrolled {
	background: #000;
  color: #fff !important;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
		transition-duration: 1s;
}



#sub_menu.scrolled {
	background: #000;
  color: #fff !important;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
		transition-duration: 1s;
    color: #fff;
}

#sub_menu.scrolled nav ul li a {
	color: #fff;
}

#sub_sub_menu2.scrolled ,#sub_sub_menu.scrolled {
  height: 37px;
  position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 9;

}
#sub_sub_menu2.scrolled {
  height: inherit;

}

#sub_sub_menu2  nav ul  ,#sub_sub_menu nav ul  {
margin-bottom: 0
}

#sub_sub_menu2  nav ul li,#sub_sub_menu nav ul li {
  font-size: 15px;
  font-weight: 100;
      padding: 0 15px;
      border-right: 1px solid #808080;
      margin-top: 5px;
}

#sub_sub_menu2 nav ul li a,#sub_sub_menu nav ul li a {
color: #808080;
}

#sub_sub_menu2 nav ul li:last-child ,#sub_sub_menu nav ul li:last-child {
border:none;
}

header.double_menu_scrolled #sub_menu.scrolled {
  top: 30px;
  background: #fff !important;
  color: #000;
}

header.double_menu_scrolled #sub_menu.scrolled nav ul li a {
  color: #000;
}

header.double_menu_scrolled #sub_sub_menu2.scrolled, header.double_menu_scrolled #sub_sub_menu.scrolled {
  top: 60px;
}


.nav-maison nav ul li  {
  margin-top: 0 !important;
}

.header .picto-left {

}


.hero {
	background: url('../img/bg-hero.jpg') no-repeat center top #000;
	height: 400px !important;
	position: relative;
}
.hero.conciergerie {
	background: url('../img/bg-hero-conciergerie.jpg') no-repeat top center #efeae5;
	height: 218px !important;
	position: relative;
  background-size: auto 100%;
}
.hero.bg-hero-meunier {
	background: url('../img/bg-hero-meunier.jpg') no-repeat top center #d4d0c4;
	position: relative;
  background-size: auto 100%;
}
.hero.bg-hero-meunier .content-meunier , .hero.bg-hero-mis-en-avant .content-meunier {
  margin-top: 75px;
}
.hero.compte {
	background: url('../img/header_compte.jpg') no-repeat top center #c7cdd1;
	height: 220px !important;
	position: relative;
}
.hero.hero-cuvee200 {
  height: 220px !important;
	position: relative;
}

.hero h1 {
	position: absolute;
	top: calc(50% - 45px);
	width: 100%;
	font-weight: normal;
  font-family: 'Melior', serif !important;

}

.hero h1 .name {
	font-weight: bold;
	letter-spacing: 2px;
  font-family: 'Melior Bold', serif !important;


}

.hero .baseline {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30px;
	font-size: 22px;
  font-family: "Source Sans light";

  font-weight: 100;
	letter-spacing: 1px;
}
.hero.cart  {
  background: url('../img/bg_hero_cart_billecart.jpg') center;
  height: 220px !important;
}
.hero.cart .text-conciergerie {
top: 18%;
}

.hero.cart p {
  font-family: "Source Sans light";
  font-size: 14px;
  margin-top: 15px;
}


.main {
	padding: 20px 0;
}

/* UPDT V3 */
.main h2 {
	font-weight: normal;
  font-size: 31px;
    margin-top: 35px;
    margin-bottom: 35px;
}
/* END UPDT V3 */
.main h2 .sub_title2 {
  	font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
      font-weight: 100;
      margin-top: 10px;
      display: block;
      color: #686767;

}


.bloc-home-3 {
	background: url('../img/bloc-home-3.jpg') no-repeat left #000;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}

.bloc-text {
	max-width: 280px;
}

.bloc-title, .price {
  font-family: 'Melior', serif;

}

.btn-gris {
	background: #ddd;
    padding: 4px 50px;
    font-size: 21px;
    font-weight: 100;
    border-radius: 7px;
}

.plus {
	margin: 10px 50px;
	display: inline-block;
	}

.bloc-home-2 .bottom, .bloc-home-4 .bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}

.bloc-home-3 .centered {
	position: absolute;
	top:  calc(50% - 55px);
	width: 100%;
	left: 0;
}

footer {
	padding: 30px 10px 30px;
	position: relative;
}

footer ul {
	list-style: none;
}

footer ul li  {
	display: block;
	margin-bottom: 10px;
}

.no-margin {margin: 0;}

footer ul li a {
	color: #ccc;
	font-size: 12px;
	   white-space:nowrap;
	font-weight: lighter;

}

footer #goToTop {
	position: absolute;
	right: 50px;
	cursor: pointer;
	top: 50px;
}


footer .mentions {
	white-space: nowrap;
	font-size: 12px;
	margin-top: 20px;
}
footer .socials a {
	font-size: 23px;
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
  margin-right: 5px;
	color: #ccc;
	border: 1px solid #ccc;
	border-radius: 100%;
}

footer .socials a i {
    vertical-align: baseline;
    line-height: 40px;
}

.select {
	    width: 100%;
    border: 0;
    outline: 0;
    background: none;
    font-size: 1.5em;
}

/* CUSTOM SELECT */

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
/* UPDT V3 */

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-family: "Source Sans Light";
  color: #201D1D;
  height: 40px;
}


.select-flacon.no-border .select-styled {
  border-bottom: 1px solid ;border-radius: 0;border-color: #ccc;
}

.select-flacon.with-border .select-styled {
  border: 1px solid ; border-color: #ccc;
}

.select-flacon.with-border.noir .select-styled,.select-flacon.no-border.noir .select-styled { border-color: #000 !important;}
.select-flacon.with-border.blanc .select-styled,.select-flacon.no-border.blanc .select-styled { border-color: #FFF !important;}


.cuvee-millesime .sous_titre_produit {
  margin-bottom: 35px;
}

.select-styled {
  border-radius: 5px;
  font-family: "Source Sans light";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 20px;
    left: 0;
    background: none;
    font-weight: 100;
    padding: 5px 5px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 28px;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 25px;
}
/* UPDT V3 */

.select-options {
  font-size: 24px;
  font-weight: 100;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
  border-radius: 5px;
}
.select-options li {
  margin: 0;
  padding: 10px 0;
  text-indent: 15px;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  border-bottom: 1px solid #ccc;
}

.select.adresse ~ .select-options {
  font-size: 16px;
  font-weight: 100;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
  border-radius: 5px;
}
.select.adresse ~ .select-options li {
  margin: 0;
  padding: 5px 0;
  text-indent: 15px;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  border-bottom: 1px solid #ccc;
}
.select-options li:hover {
  color: #000;
  background: #eee;
}
.select-options li[rel="hide"] {
  display: none;
}


/**/
.images {
	border: 1px solid #201D1D;
	border-radius: 20px 0 0 20px;
}

.ephemere.big-img {
	height: 320px;
	overflow: hidden;
	text-align: center;
}

.slide {
  /*padding-top: 50px;*/
  margin-top: 27px;

}

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

.big-img img {
  width: 100%;
  float: right;
}

.thumbnails .thumbnail {
	width: 60px;
	height: 60px;
	overflow: hidden;
	text-align: center;
	border:1px solid #201D1D;
}
.thumbnails .thumbnail img, .big-img img {
	display: inline-block;
  max-height: 560px;
  max-width: 570px;
}

.thumbnails .thumbnail.active {
	border:1px solid #C79411;
}

.fz10 {
	font-size: 10px;
}
.fz12 {
	font-size: 12px;
}
.fz13 {font-size: 13px;}
.fz14 {font-size: 14px;}
.fz15 {font-size: 15px;}
.fz16 {font-size: 16px;}
.fz17 {font-size: 17px;}
.fz18 {font-size: 18px;}
.fz19 {font-size: 19px;}
.fz20 {	font-size: 20px;}
.fz22 {	font-size: 21px !important;}

.fz23 {
font-size: 23px;
}

.fz24 {
font-size: 24px;
}
.fz25 {
font-size: 25px;
}
.fz26 {
font-size: 26px;
}
.fz27 {
font-size: 27px;
}

.fz28 {
	font-size: 28px;
}
/* UPDT V3 */
.fz30 {
	font-size: 30px;
}
/* UPDT V3 */
.fz32 {
	font-size: 32px;
}
.fz35 {
	font-size: 35px;
}

.sourceSansLight.fz32 {
	font-size: 32px;
  line-height: 37px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    top:0; /* RAJOUTÉ */
    /* left: -9999px; */
    opacity: 0;

}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-weight: 100;
    color: #000;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #C79411;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #000;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*  */

.radioStyle [type="checkbox"]:checked,
.radioStyle [type="checkbox"]:not(:checked) {
    position: absolute;
    top:0; /* RAJOUTÉ */
    /* left: -9999px; */
    opacity: 0;

}
.radioStyle [type="checkbox"]:checked + label,
.radioStyle [type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-weight: 100;
    color: #000;
}
.radioStyle [type="checkbox"]:checked + label:before,
.radioStyle [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #C79411;
    border-radius: 100%;
    background: #fff;
}
.radioStyle [type="checkbox"]:checked + label:after,
.radioStyle [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #000;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radioStyle [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radioStyle [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*  */
input[type="submit"] {
  padding: 5px 20px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 8px;
}

.profile_popup input[type="submit"],
.profile_popup2 input[type="submit"] {
      padding: 5px 10px;
      width: 49%;
      margin: 0 0.5%;
      outline: none;
      border: none;
      border-radius: 4px;
      float: right;
}

.input input {
    outline: none;
    border: none;

}
textarea {
  border: 1px solid #000;
  outline: none;
  height: 170px;
  width: 100%;
  padding: 5px;
}


.swiper-slide {

}

/*  UPDTV3 */
hr { margin: 8px 0;}
/*  UPDTV3 */

.swiper-container {
    width: 100%;
}


.cuvee-millesime .btns .favorite {
  position: absolute;
  top: 5px;
  right: -55px;
}

.product-col-details {
    max-width: 360px;
    margin-left: 50px;
}

.product-col-details .bloc-title {
    text-transform: uppercase;
    font-size: 31px;
    font-family: 'Melior Bold', serif;
  /* white-space: nowrap; */
    margin-top: 30px;
    margin-bottom: 0;
    border-bottom: none;
    padding: 0;
    /* RAJOUT MOT CHAMPAGNE  */
    width: 150%;
    /* END  */
}

.product-col-details .btns  {
  position: relative;
  margin-top: 10px;
}

/* UPDT V3 */
.sous_titre_produit {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: 'Source Sans Light';
}
/* UPDT V3 */
.en_savoir_plus {
  font-family: "Melior Bold italic" !important;
}

.product-col-details .mots_product {
  font-size: 17px;
  line-height: 21px;
}
.product-col-details .btns .favorite {
  position: absolute;
  top: 10px;
  right: -110px;
  width: 150px;
}

.product-col-details .btn {
  width: 100%;
  border-radius: 7px;
  margin: 0 0 5px;
  font-family: 'Source Sans Light';
}

.product-brutreserve .btn.btn-gris{
	background: #000;
	color: #fff;
}

.product-brutrose .btn.btn-gris {
	background: #f0c49d;
	color: #000;
}
.product-grey .btn.btn-gris {
	background: #dee1e4;
	color: #000;
}
.product-extrabrut .btn.btn-gris {
	background: #191918;
	color: #c1652e;
}
.product-brutsousbois .btn.btn-gris {
	background: #654a3e;
	color: #C79411;
}
.product-vintage2007 .btn.btn-gris {
	background: #000;
	color: #C79411;
}
.product-demisec .btn.btn-gris {
	background: #bed8c2;
	color: #C79411;
}

.bg-bouteilles {
	background: url('../img/bg-bouteilles.png') repeat-y;
	background-size: cover;
	background-attachment: fixed;
}

.bg-saumon {
	background: #f7be93;
}
.wp-millesimes .main , .wp-clos .main  { padding-bottom: 0}
.wp-millesimes .content-slide:last-child {
  margin-bottom: 0 !important;
}
/* UPTV3 */
.millesime, .clos {
  height: 580px;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 0px;
}
/* END UPTV3 */
.cuvee-millesime {
		background-size: auto 100% !important;
    background-repeat: no-repeat;
}
.product {
		background-size: contain !important;
    background-repeat: no-repeat;
    min-height: 350px;
}
.product-millesime {
		background-size: auto 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 350px;
}

.cuvee-millesime .details {
	margin-left: 50px;
  max-width: 360px;
}
.cuvee-millesime h2 {
    margin-bottom: 5px;
}

.cuvee-millesime .select   {
  color: #fff;
}
.cuvee-millesime .select-options   {
  color:#000;
}

.cuvee-millesime .btns  {
  position: relative;
  margin-top: 10px;
}

.cuvee-millesime .btn {
  width: 100%;
  padding: 8px 50px;
  font-size: 21px;
  font-weight: 100;
  border: none;
  font-family: 'Source Sans Light';

}
.cuvee-millesime .btn:hover {
	color: #fff;
}

#cuveenicolas .cuvee-millesime, #cuveeelisabeth .cuvee-millesime, #cuveelouis .cuvee-millesime, #cuveeclos .cuvee-millesime {

}

#cuveenicolas, #cuveeelisabeth, #cuveelouis, #cuveeclos {
  min-height: 560px;
}

#cuveeclos {
  margin-bottom: 0px;
  /* border-bottom: 2px solid #fff; */
}

#cuveenicolas {
  background-image: url('../img/millesimes/cuvee-nicolas.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #000;
}
.nicolas {
  /*background: url('../img/millesimes/cuvee-nicolas.png') no-repeat left top;*/
  /* background-color: #0f0f0f; */
	color: #fff;
}
.nicolas .btn {
	border: 1px solid #C79411;
	padding: 5px 50px;
}
.elisabeth {
	/* background: url('../img/millesimes/cuvee-elisabeth.jpg') no-repeat center top #f7be93; */
	color: #000;
}
.elisabeth .select { color: #000; }
.elisabeth a i.or { color: #000 !important; }
.elisabeth hr  { border-color: #000; }


.elisabeth .btn {
	border: 1px solid #000;
	background: #000;
	color: #C79411;
	padding: 5px 50px;
}

.bg-blanc-f {
	background: #f4f5f7;
}
.louis {
	background: url('../img/millesimes/cuvee-louis.jpg') no-repeat center top #f4f5f7;
	color: #000;
}

.louis .select{   color: #000; }
.louis hr { border-color: #000; }

.louis .btn {
	border: 1px solid #000;
	background: #000;
	color: #C79411;
	padding: 5px 50px;
}


.bg-degrader-noir {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,353737+100 */
background: #000000; /* Old browsers */
background: -moz-linear-gradient(left, #000000 0%,#000000 40%, #353737 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #000000 0%,#000000 40%,#353737 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #000000 0%,#000000 40%,#353737 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#353737',GradientType=1 ); /* IE6-9 */
}
.clos {
	color: #fff;
  background: #000000 no-repeat center top;
}
.clos .btn {
	border: 1px solid #C79411;
	padding: 5px 50px;
  font-family: 'Source Sans Light';

}

p.note-degust {
  font-size: 18px;
}

.bloc-details p {
  margin-left: 40px;
}

.bloc-details h4 {
  font-size: 17px;
  margin-bottom: 0;
  /* text-transform: capitalize; */
}


i.oeil {
	height: 19px;
	width: 27px;
	background: url('../img/pictos/picto-oeil.svg') no-repeat center;
	display: inline-block;
	margin: 0 5px;
}
i.nez {
	height: 19px;
	width: 27px;
	background: url('../img/pictos/picto-nez.svg') no-repeat center;
	display: inline-block;
	margin: 0 5px;
}
i.bouche {
	height: 19px;
	width: 27px;
	background: url('../img/pictos/picto-bouche.svg') no-repeat center;
	display: inline-block;
	margin: 0 5px;
}

i.degustation {
	height: 38px;
	width: 14px;
	background: url('../img/pictos/picto-degustation.svg') no-repeat center;
	display: inline-block;
	margin: 0 10px -18px;
}

.infos-comp {
  width: 80%;
  margin: auto;
  vertical-align: top;
  font-size: 14px;
}
.infos-comp th {
  font-weight: normal;
}


.infos-comp tr th:nth-child(1),
.infos-comp tr td:nth-child(1) {
  padding-left: 25px
}

.text-conciergerie {
  position: absolute;
  line-height: auto;
  top: 45%;
  right: 20%;
}

.text-conciergerie .name-page {
  font-size: 29px;
  color: #fff;
  display: block;
  font-weight: 100;
}

.text-conciergerie h1 {
  position: relative;
  margin: 0;
  font-size: 29px;
  font-weight: lighter;
}

.text-conciergerie i {
  font-size: 13px;
}

.content-slide {
  margin: 0 auto 0;
}

.steps {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 10px;
  padding-top: 40px;
}
.cart .steps {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0.75+75,0+100 */
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 25%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 25%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 25%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.step {
  display: inline-block;
  width: 18%;
  margin:0px 0.5%;
  border-top: 2px solid #fff;
  padding: 2px 0 0 0;
  opacity: 0.5
 }

.step.active {
  opacity: 1;
  border-color: #C79411;

}


.cart .row {
  border-bottom: 1px solid #ddd;
  padding: 13px;
}

.center_vertical-align {
    padding-top: 4%;
    font-size: 18px;

}

.cart .img-cart {
  max-height: 170px;
  max-width: auto;
  width: auto;
  margin: auto;
}

.cart .designation {
  text-transform: uppercase;
  font-size: 22px;
}
.cart .select-styled  {
  padding-right: 30px;
  text-align: center;
  font-size: 18px;
  padding-top: 7px;
}
.cart .select-styled::after  {
  right: 45%;
}
.cart .declinaison, .prix, .total {
  font-weight: normal;
  font-size: 18px;
}

.option { font-size: 16px;}

form.form-promo  {
  margin: 15px 0;
  width: 100%;
}
form.form-promo.valid input {
  border: 1px solid #C79411;
  color: #C79411;
}

form.form-promo input{
    display: inline-block;
    outline: none;
    border: none;
    background: none;
    padding: 5px 5px;
    border: 1px solid #b1b1b1;
    border-radius: 6px;
    margin-right: -3px;
    color: #b1b1b1;
    text-align: center;
    width: 70%
  }
form.form-promo input::placeholder {
   color: #b1b1b1;
}

  form.form-promo input[type="submit"] {
    width: auto;
    color: #333;
  }


.back-cart, .confirm-cart {
  padding: 8px 30px;
  margin: 15px 10px;
  border-radius: 8px;
}

.back-cart {
  border: 1px solid #C79411;
}

.address-ship, .address-billing {
    padding: 10px 0;
    color: #000;
}



.address-ship.active h4 ,
.address-ship.active p ,
.address-ship.active i  ,
.address-billing.active h4,
.address-billing.active p,
.address-billing.active i,
.address-billing a,
.address-ship a {
  /* color: #000 !important; */
}


.btn-validate:hover {
  color: #C79411;
}

.btn-validate {
  margin: 0;
  margin: -10px 0;
}
.visite {
  min-height: 100%;
  width: 100%;
  top: 100px;
}
/* .visite::before{
  content: '';
  position: fixed;
  top: 30px;
  bottom: 0px;
  left: 0;right: 0;
  background: rgba(0,0,0,0.01);
} */

.visite .center_text {
    margin-top: 25%;
}
.visite .hsContent { z-index: 8}
.visite .hsContent h1 { font-size: 40px;font-weight: lighter; }
.visite .hsContent span {
  font-size: 24px !important;
  font-family: "Source Sans" !important;
  text-shadow: 0 0 10px #000;
}
.visite .hsContent .paragraph  {
  max-width: 840px;
  height: auto;
  margin: auto;
  float: none;
  top: 35%;
}

.visite .hsContent .paragraph * {
  font-size: 16px !important;
  color: #575756 !important;
  font-family: "Source Sans Light" !important;

}

.visite .voir_plus {
  padding: 10px 15px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: inline-block;
}

.visite .slogan {
  padding: 0 30px;
  font-family: 'Melior', serif;
  font-size: 18px !important;
  display: block;
}

.no-shadow,
.no-shadow *{
  text-shadow: none !important;
}

/* PAGE PRÉSENTATION CHAMPAGNE */
.product-slide {
  height: 610px;
  background-position: top center;
  background-color: #a6b3b9;
  background-repeat: no-repeat;
  position: relative;
  -webkit-background-size: auto 720px;
  background-size: auto 720px;
}
.product-slide-millesime {
  height: 610px;
  background-position: center top;
  background-color: #000;
  background-repeat: no-repeat;
  position: relative;
  -webkit-background-size: auto 720px;
  background-size: auto 720px;
}


.col-900 {
  max-width: 900px;
  margin: auto;
  font-family: "Source Sans Light";
  font-size: 18px;
}

.product-slide .content-text {
  float: right;
  margin-right: 150px;
  width: 380px;
  margin-top: 120px;
}

.product-slide-rdv .content-text {
  float: right;
  margin-right: 100px;
  width: 380px;
  margin-top: 120px;
}

.product-slide-millesime .content-text {
  width: 450px;
  margin-top: 50px;
}

.product-slide-rdv {
    height: 610px;
    background-position: center top;
    background-color:#cac6ab;
    background-repeat: no-repeat;
    position: relative;
    -webkit-background-size: auto 720px;
    background-size: auto 720px;
}


.product-slide-rdv .content-text {
  width: 450px;
  margin-top: 50px;
}

.product-slide .content-text h1 {
  font-size: 31px;
  font-family: "Melior Bold";

  text-transform: uppercase;
}

.product-slide .content-text .sous_titre_produit {
    font-size: 25px;
    font-family: "Source Sans Light"

}
.product-slide .content-text p {
    font-size: 16px;
    line-height: 19px;

}

.previous, .next {
  color: rgba(255,255,255, 0.6);
  font-size: 4em;
  margin-top: 15%;
}

.goToBoutique {
    /* border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; */
    padding: 10px;
    font-size: 13px;
    line-height: 18px;
        margin-top: 10px;
        border: 1px solid #c79411;

}
.goToBoutique:hover {
  background: #fff;
  border: 1px solid #c79411;
  color: #c79411 !important;
}

.product-slide .content-text .offers {
  font-size: 13px;
  line-height: 18px;
  padding: 10px 10px;
  /* border-top: 1px solid #fff; */
  /* border-bottom: 1px solid #fff; */
  display: inline-block;
}
/*
.goToBoutique:hover {

    color: #C79411 !important;
} */
/* .goToBoutique:hover * { color: #C79411 !important;} */
/* .product-slide .content-text .offers:hover  { color: #C79411 !important;
  border-top: 1px solid #C79411;
    border-bottom: 1px solid #C79411;} */

.goToBoutique {
  font-size: 15px;
  padding: 6px 25px;
  background: #c79411;
  color: #fff;
  border-radius: 5px;
}


.product-slide .steps {
  bottom: 0px;
}

.product-slide .steps li {
  width: 45px;
  background: #000;
  display: inline-block;
  opacity: 0.3;
  height: 2px;
  margin: 2px 5px;
}

.product-slide .steps li.active {
  opacity: 1;
}
.border-right {
  border-left: 1px solid #9EA2B3;
}

.parallax-window {
    min-height: 210px;
    background: transparent;
}

.col-380 {
  max-width: 380px;
  width: auto;
}

.critere {
  color: #9CA0B0;
  font-size: 14px;
  font-weight: 100;
  margin-top: 10px;
  margin-bottom: 30px;
  min-height: 120px;
}

.critere img {
  margin: 5px 0;
}

.critere p {
  margin: 5px 0;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

.signature {
  color: #9EA2B3;
  font-size: 13px;
}

.portrait-leonard {
    margin: 0 65px 0 165px;
}

.text-opacity {
  width: 80%;
  position: relative;
  font-size: 18px !important;
  display: inline-block;
  margin-top: 15px;
}
.text-opacity p {
  position: relative;
  color: #9EA2B3;
  line-height: 28px;
}
/* .text-opacity p .after {
    content: "";
    background: -moz-linear-gradient(top, rgba(32,29,29,0) 0%, rgba(32,29,29,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(32,29,29,0) 0%,rgba(32,29,29,0.65) 100%);
    background: linear-gradient(to bottom, rgba(32,29,29,0) 0%,rgba(32,29,29,0.80) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    position: absolute;
    top: 0;
    bottom: -20px;
    right: 0;
    left: 0;
}
.bg-gris-clair-violet .text-opacity p .after {
    content: "";
    background: -moz-linear-gradient(top, rgba(232,237,235,0) 0%, rgba(232,237,235,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(232,237,235,0) 0%,rgba(232,237,235,0.65) 100%);
    background: linear-gradient(to bottom, rgba(232,237,235,0) 0%,rgba(232,237,235,0.80) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
} */

.notes-guide {
    padding-top: 10px;
}
.note {
  font-size: 18px;
  font-family: "Source Sans Light";
  text-transform: uppercase;
}
.note p {
  width: 90%;
  text-transform: none;
  font-size: 15px;
  display: none;
}

.showCommentaire i {
  vertical-align: middle;
  font-size: 1.4em;
  margin-left: 10px;
}

.showCommentaire {
  font-size: 17px;
  font-weight: 100;
  margin-top: 10px;
  display: inline-block;
  font-family: "Source Sans Light";

}
.dl_fiche {
  font-size: 17px;
  font-weight: 100;
  font-family: "Source Sans Light";
  margin-bottom: 15px;
  display: block;
}

.present-champagne h2 {
  font-size: 30px;
  margin-top: 50px;
}
.present-champagne h4 {
  font-size: 19px;
}
.present-champagne .criteres { padding-top: 100px;}

.decal-text {
  text-indent: -10px;
  margin-left: 15px;
  font-size: 16px;
  line-height: 18px;
  font-family: "Source Sans Light";
}
.decal-text li { margin: 10px 0}

.bg-gris-clair-violet .critere p {
  color: #858894;
}

/* STYLE: PAGES: VISITES */

section {
	min-width: 960px;
	opacity: 0;
}
.loaded section,
.no-js section {
	opacity: 1;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}
main {
	overflow-x: hidden;
}
#preload {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.bcg {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.hsContainer {
	width: 100%;
	height: 100%;
	position: relative;
}

.hsContent {
	position: absolute;
	left: 160px;
	top: 0;
  opacity: 0;
}

/* STORE LOCATOR */

/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
#map {
  height: 700px;
}
/* Optional: Makes the sample page fill the window. */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.valign-middle {vertical-align: middle;}
.scrollable {
  max-height: 700px;
  overflow-y: auto;
  padding: 0 !important;
}

.field_address {
  vertical-align: baseline;
  margin-bottom: 15px
}
.field_address i {
  font-size: 18px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #000;
    vertical-align: baseline;
}
.field_address input[type="text"] {
  outline: none;
  border: none;
  vertical-align: baseline;
  width: 320px;
  background: #ddd;
  padding: 7px 35px;
  border-radius: 35px;
  font-size: 17px;
  font-weight: 100;
  font-family: "Source Sans Light";
}

.btn_submit_adresse {
  margin-left: 15px;
}

.btn_submit_adresse:hover {
  background: #000;
}

#billecartLover .content {
  width: 680px;
  margin: auto;
  padding: 20px 00px 30px 80px;
}

.billecartLover {
  margin: 10px 0 0 35px;
  display: block;
  font-size: 16px;
}
.billecartLover a {
  font-size: 13px;
  font-style: italic;
  vertical-align: baseline;
}

.types {
  border-radius: 35px;
  padding: 12px 5px;
  background: #2D2E2B;
  width: 320px;
  color: #ccc;
}
.types .dib { width: 49%; height: 20px;}
.types .dib:first-child { border-right: 1px solid #C3A571;}
.types label { font-weight: 100; font-size: 20px;margin-top: -6px; font-family: "Source Sans Light"; }
.types input[type=checkbox]:checked+label {
  color: #C3A571;
}
.types input[type=checkbox]+label {
  color: #fff;
}
.types input[type=checkbox] {
  display: none;
}

.location_item.active .gris-noir {
  color: #C3A571 !important;
}

.location_item.active  {
  background: #2D2E2B !important;
  color: #CACBCD !important;
}

.location_item.active .view div:first-child { border-color: #C79411 !important }

.location_item {
  font-size: 20px;
  font-weight: lighter;
}

.location_item .title {
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase;
}

.picto_tel {
  width: 41px;
  height: 40px;
  background: url('/assets/img/picto_store_locator0.png') no-repeat;
  background-size: 80%;

  display: inline-block;
}

.picto_enveloppe {
  width: 41px;
  height: 38px;
  background: url('/assets/img/picto_store_locator1.png') no-repeat;
  display: inline-block;
}

.picto_www {
  width: 41px;
  height: 38px;
  background: url('/assets/img/picto_store_locator2.png') no-repeat;
  display: inline-block;
}

.picto_horloge {
  width: 41px;
  height: 38px;
  background: url('/assets/img/picto_store_locator3.png') no-repeat;
  display: inline-block;
}

.picto_plus {
  width: 32px;
  height: 34px;
  background: url('/assets/img/picto_store_locator_plus.png') no-repeat;
  display: inline-block;
}

.picto_close {
  width: 32px;
  height: 34px;
  background: url('/assets/img/picto_store_locator_close.png') no-repeat;
  display: inline-block;
}

.plus_details {
  width: 320px;
  margin: auto;
  display: block;
  text-align: left;
}

.details_line {
  margin:15px 0 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #CACBCD;
}
.details_line:last-child {border: none;}

.bg-gris-noir {
  background: #2D2E2B;
}
.gris-noir {
  color: #2D2E2B;
}

.bg-gris-souris {
  background: #f7f7f7;
}
.gris-souris {
  color: #f7f7f7;
}

.cuvees_dispo .picto_close {
  margin: 10px;
}

.location_item .view {
  padding: 50px 0;
  float: left;
  display: block;
  width: 100%;
}

.location_item .view div:first-child {
    padding-right: 30px;
    border-right: 1px solid #2D2E2B;

}
.location_item .view div:last-child {
    padding-left: 30px;
}

.location_item .lover {
  color: #C3A571;
}

.cuvees_dispo {
    position: absolute;
    left: 0;
    top: 0;
    overflow-y: scroll;
    z-index: 2;
    height: 100%;
    width: 600px;
}
.cuvees_dispo .produit_dispo  {
  height: 250px;
}

.produit_dispo .infos {
  vertical-align: middle;
  margin-left: 50px;
}

.produit_dispo .image {
  height: 250px;
  width: 200px;
  overflow: hidden;
  vertical-align: middle;
}
.produit_dispo .image img {
  height: 100%;
  margin-left: -20px;
}
.produit_dispo h2 {
  font-size: 26px;
}
.produit_dispo span {
  font-size: 19px;
}
.cuvee-millenaire .container { height: 100%; }
.cuvee-millenaire {
  height: 700px !important;
  background-size: contain !important;
  background-position: 85% !important;
  transition-duration: 1s;
  text-align: center;
}

.cuvee-millenaire .topline {
  top: 100px;
  position: absolute;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  font-size: 25px;
  transition-duration: 1s;

}

.cuvee-millenaire h1 br {
    display: none;
}

.cuvee-millenaire h1 {
  top: 130px;
  font-size: 40px;
  left: 50%;
  transform: translateX(-50%);
  transition-duration: 1s;
  width: auto;

}

.cuvee-millenaire .bottomline {
  display: block;
  bottom: 50px;
  position: absolute;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;

}

.cuvee-millenaire.scrolled {
  height: 450px !important;
  transition-duration: 1s;
  background-size: 70% !important;
  background-position: right !important;
}

.cuvee-millenaire.scrolled * {
  transform: translateX(0%);
}

.cuvee-millenaire.scrolled h1 br {
    display: initial;
}

.cuvee-millenaire.scrolled h1 {
  text-align: left;
  top: 160px;
  font-size: 34px;
  left: 60px;
  transition-duration: 1s;

}

.cuvee-millenaire.scrolled .bottomline {
  display: none;
}

.cuvee-millenaire.scrolled .topline {
  top: 140px;
  left: 40px;
  text-align: left;
  font-size: 20px;
  transition-duration: 1s;

}

.visites_btns_with_margin {
  margin-left: -100px;

}
.visites_btns_with_margin a {
  color: #000;
  text-transform: uppercase;
  margin: 10px;
}
 .visites_btns a {
  color: #000;
  text-transform: uppercase;
  margin: 10px 0;
}

.product-slide .sub-nav nav ul li a.active {color: #000 !important;font-weight: bolder;}

.product-slide-millesime .sub-nav nav ul li a.active {
  color: #fff !important;
}

.loader {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 200px;
}

.recap_cart {
  padding: 0 10px 10px;
}
.recap_cart .row {
  margin: 0;
}

.recap_cart .row .photo_recap img  {   max-width: auto;width: auto;max-height: 170px; margin: auto;}

.recap_cart .row .photo_recap {
  max-height: 170px;
  max-width: 170px;
  margin: 5px 0;
}

.recap_cart .row .photo_recap, .recap_cart .row .text_recap, .qte_recap, .price_recap {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.recap_cart .row .text_recap, .qte_recap, .price_recap {
    margin-top: 25px;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
}
.form-control:hover, .form-control:focus {
  border-radius: 0;
  box-shadow: none;
}
.form-control:focus {
  border-color: #000;
}

.owl-carousel .owl-nav .owl-prev:before {
    position: absolute;
    top: 40%;left: 5px;
    color: #333;
    font-family: "FontAwesome";
    content: "\f104";
    font-size: 3em;

}
.owl-carousel .owl-nav .owl-next:before {
    position: absolute;
    top: 40%;right: 5px;
    color: #333;
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 3em;

}

.price_discount {
  text-decoration: line-through;
}

.nav-maison {
    margin-top: 5px;
}
.bloc-home-1 {
	/* background: url('../img/bloc-home-1.jpg') no-repeat center top; */
	-webkit-background-size: cover;
	background-size: cover;
	padding: 0 50px 0;
  max-width: 1065px;
  margin: auto;
}
.bloc-home-2 {
	/* background: url('../img/bloc-home-2.jpg') no-repeat center #fff; */
	padding: 20px 50px 30px;
	position: relative;
	height: 355px;
  max-width: 355px;
	margin: 5px 0;
}

.bloc-home-3 {
	/* background: url('../img/bloc-home-3.jpg') no-repeat center #201D1D; */
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	padding: 20px 50px 30px;
	position: relative;
  max-width: 355px;
	height: 355px;
	margin: 5px 0;
}

.bloc-home-4 {
	/* background: url('../img/bloc-home-4.jpg') no-repeat center #fff; */
	padding: 20px 0 30px 50px;
	position: relative;
	height: 355px;
  max-width: 355px;
	margin: 5px 0;
}

.galery_eph {
  margin: auto;
  max-width: 1065px;

}

.btn_bottom {
  position: absolute;
  bottom: 20px;
  right: 50%;
  transform: translateX(50%);
}
.bloc-ephemere {
  min-height: 210px;
  overflow: hidden;
  margin: 2.5px 0;
}
.bloc-ephemere img {
  max-width: auto;
  width: auto;
  height: 210px;
  margin-top: -20px;
  display: inline-block;
}


/* GALERY */

#outer_container{
	position:fixed;
	bottom:-160px;	/*-160px to hide*/
	margin:0px 0px 30px 0px;
	height:130px;
	padding:0;
  z-index: 99;
}
#thumbScroller{
	position:relative;
	overflow:hidden;
}
#thumbScroller .container{
	position:relative;
	left:0;
}
#thumbScroller .content{
	float:left;
}
#thumbScroller .content div{
	margin:2px;
	height:100%;
}
#thumbScroller img,
img.clone{
	height:120px;
}
#thumbScroller a{
	padding:2px;
	outline:none;
}
.fp_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background: rgba(0,0,0,0.2);
}
.fp_loading{
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	margin:-35px 0px 0px -35px;
	background:#000 url(../img/loader.gif) no-repeat center center;
	width:70px;
	height:70px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	z-index:999;
	opacity:0.7;
}
.fp_next,
.fp_prev{
	width:50px;
	height:50px;
	position:fixed;
	top:50%;
	margin-top:-15px;
	cursor:pointer;
	opacity:0.5;
}
.fp_next:hover,
.fp_prev:hover{
	opacity:0.9;
}
.fp_next{
	background:#000 url(../img/next.png) no-repeat center center;
	right:-50px;
}
.fp_prev{
	background:#000 url(../img/prev.png) no-repeat center center;
	left:-50px;
}
.fp_thumbtoggle{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
	height:280px;
  width:100%;
}
.fp_thumbtoggle:hover{
	opacity:1.0;
}
img.fp_preview{
	position:absolute;
	left:0px;
	top:0px;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.present-champagne .sub-nav ul li {
    padding: 0 20px;
    font-size: 13px;
}

/* MODIFS 05/02 */
.infos_conciergerie_cart p {
  text-shadow: 0 0 10px #000;
}
.bloc_no_img_cart {
  width: 170px;
  height: 170px;
  margin: auto;
  background: #ddd;
}

tr.recap td {
  border-top: 0 !important;
  height: 21px;
  padding: 0 8px !important;
  font-weight: 100;
}
.info_near_freeship {
  font-size: 12px;
}

/* BTNS */
.button {
  border: 1px solid #000;
  border-radius: 6px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 !important;
  font-family: "source Sans Light";
  display: inline-block;
  transition-duration: 1s;
}

/* BTNS COULEURS */

.button:hover,.button:active,.button:focus {
  border: 1px solid #C79411;
  color: #C79411;
}

.btn-promo-gris, .btn-promo-gris:hover,.btn-promo-gris:active,.btn-promo-gris:focus {
  border: 1px solid #B1B1B1 !important;
  color: #B1B1B1 !important;
  padding: 3px 10px !important;
  background: none;
}
.btn-or, .button.bg-noir:hover,.button.bg-noir:active,.button.bg-noir:focus {
  border: 1px solid #C79411 !important;
  color: #fff !important;
  background: #C79411 !important;
}
/* BTNS TAILLES */

.button.petit {
  width: 180px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
}
.button.moyen {
  width: 230px;
  height: 35px;
  line-height: 35px;
  font-size: 17px;
}
.button.big {
  width: 350px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}



span.error {
  font-size: 14px;
  color: #FF0000;
  font-family: "source Sans Light";
  margin-top: -10px;
  display: block;
  margin-bottom: 10px;
}

h3 {
  font-family: "Source Sans Light";
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  padding-left: 10px;
  font-size: 17px;
  text-transform: uppercase;
}
h3.or {
  border-bottom: 1px solid #C79411;
}

.paiement_secure * {
  vertical-align: middle;
}
.paiement_secure i {
  font-size: 18px;
  margin-right: 10px;
}
.paiement_secure img {
  margin: 0 20px;
}

.loader_adresse {
  position: fixed;
  margin: 0;
  z-index: 999;
  height: 100vh;width: 100vw;
  top: 0;left: 0;right: 0;bottom: 0;
  background: rgba(0,0,0,0.6);
}

.loader_adresse i {
  margin-top: 35%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 9999;
  position: relative;

}

.select.adresse {
  height: 26px !important
}
.select.adresse + .select-styled{
  font-size: 17px;
}
.select.adresse + .select-styled:after {
  top: -5px;
}

.account_line {
    margin: 8px 10px;
    color: #000;
  }
.account_line .picto_account {
  width: 30px;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
  }

.account_line.active a {
    color: #C79411;
  }
.account_line a {
    color: #000;
    position: relative;
    z-index: 99;
  }
.table-order tr:not(.no-survol):hover td:last-child {
  color: #C79411;
}
.table-order tr:hover td:last-child a::after {
  content: "télécharger";
}
.table-order tr:hover td:last-child a img {
  display: none;
}

.store_fav {
  border-bottom: 1px solid #C79411;
  padding: 10px;
}

.conciergerie_home {
  background: url('../img/bg_conciergerie_home.jpg');
  height: 200px;
  width: 100%;
  padding: 20px 0;
}

.notshow { opacity: 0}
.galery_eph {position: relative;}
.discover {
  position: absolute;
  top: 0;bottom: 0;left: 0;right: 0;
  height: 100%;
  width: calc(100% + 30px);
  background: #FFF;
  z-index: 5;
  margin: 0 -15px;
}

/* UPDTV3 */
span.title_millesime {
    font-family: "Source Sans light";
    font-size: 20px;
    font-weight: 100;
    padding: 2px 5px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: -3px;
}
/* ENDUPDTV3 */

.marge-left {
  margin-left: 35px;
}

.present-champagne .col-md-3 img {
  width: auto;
  max-width: none;
  height: 400px;
  margin: auto;
}

.present-champagne .notes-guide {
  min-height: 180px;
  background-position: bottom center !important;
}

.bouteille_detoured_presentation {
  background: url('/assets/img/page_presentation/Billecart-Salmon_Champagne-Brut Reserve.png') center no-repeat;
  background-size: auto 100%;
  height: 400px;
}
.ui-widget-content {
    background: transparent;
    color: inherit;
  }
.spinner-text {
  border: 0;
  outline: 0;
  font-size: 20px !important;
  background: transparent;
}
/*  UPDTV3 */
.cart .spinner-text {
  border: 0;
  outline: 0;
  background: transparent;
  width: 45px;
  display: block;
  margin: 0 0 0 50px;
}
/* ENDUPTDV3 */
.ui-widget.ui-widget-content {
  border: 0;
  padding:0 5px;
  width: 99%;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
}
.ui-button,
.ui-button:focus,
.ui-button:active,
.ui-button:hover   {
  border: none !important;
  background:none !important;
  color: #000;
}

.ui-button .ui-icon.ui-icon-triangle-1-n, .ui-button .ui-icon.ui-icon-triangle-1-n:hover {
  background-image: url('/assets/img/pictos/plus_black.png');
  background-size: cover;

}
.ui-button .ui-icon.ui-icon-triangle-1-s, .ui-button .ui-icon.ui-icon-triangle-1-s:hover {
  background-image: url('/assets/img/pictos/moins_black.png');
  background-size: cover;
}
.nicolas .ui-button .ui-icon.ui-icon-triangle-1-n,.nicolas .ui-button .ui-icon.ui-icon-triangle-1-n:hover,
.clos .ui-button .ui-icon.ui-icon-triangle-1-n,.clos .ui-button .ui-icon.ui-icon-triangle-1-n:hover {
  background-image: url('/assets/img/pictos/plus_blanc.png');
  background-size: cover;

}
.nicolas .ui-button .ui-icon.ui-icon-triangle-1-s,.nicolas .ui-button .ui-icon.ui-icon-triangle-1-s:hover,
.clos .ui-button .ui-icon.ui-icon-triangle-1-s,.clos .ui-button .ui-icon.ui-icon-triangle-1-s:hover {
  background-image: url('/assets/img/pictos/moins_blanc.png');
  background-size: cover;
}
.nicolas .ui-spinner-up, .nicolas .ui-spinner-up:hover,
.clos .ui-spinner-up, .clos .ui-spinner-up:hover {
  border-left: 1px solid #fff !important;
}
/* UPDT V3 */
.ui-spinner-up {
  top: 30%;
  left: 180px;
}
.ui-spinner-down  {
  top: 30%;
  left: 115px;
}

.cart .ui-spinner-up {
  top: 30%;
  left: 100px;
}
.cart .ui-spinner-down  {
  top: 30%;
  left: 30px;
}

.spinnerQte {
  position: absolute;
  left: 140px;
  width: 40px;
  text-align: center;
}

.ui-spinner a.ui-spinner-button {
  border: 1px solid #ccc !important;
  height: 25px;
  width: 25px;
  border-radius: 6px;
  line-height: 25px;
  margin-top: -5px;
}

.ui-spinner a.ui-spinner-button:hover {
  border: 1px solid #000 !important;
  background: #000 !important;
  height: 25px;
  width: 25px;
  border-radius: 6px;
  line-height: 25px;
  margin-top: -5px;
}
.noir .ui-spinner a.ui-spinner-button {
  border: 1px solid #000 !important;
}

.blanc .ui-spinner a.ui-spinner-button {
  border: 1px solid #Fff !important;
}

/* UPDT V3 */

.ui-icon-triangle-1-n,
.ui-icon-triangle-1-s {
  background-position: center;
}

.conciergerie_bloc {
  min-height: 190px;
  padding: 20px;
  border-bottom: 1px solid #EFEAE3;
  border-left: 1px solid #EFEAE3;
}
.conciergerie_bloc:nth-child(1) {
  border-left:none;
}
.bandeau_addresse {
  background: #EFEAE3;
  padding: 20px;
}

.popup_cuvee200 .button {
  position: absolute;
  z-index: 2;
  left: 50%; transform: translateX(-50%);
  bottom: 10px;
  width: 190px;
  border: 1px solid #C79411;
}
.popup_cuvee200 {
  background: url('/assets/img/cuvee200/popup_cuvee200.jpg') no-repeat #000;
  width: 230px;
  height: 330px;
  float: right;
  z-index: 1;
  position: relative;
  padding: 5px 10px 10px;
}
.guillement {
  font-size: 60px;
    line-height: 0px;
    margin: 26px 7px 0;
    display: inline-block;
}
.guillement:nth-child(2){
    /* margin: 26px -7px 0; */
}
.portrait_interview {
  margin-right: 40px;height: 290px;
}

input[disabled], textarea[disabled],
select[disabled='disabled'] {
   -webkit-text-fill-color: inherit;
   -webkit-text-fill-opacity: 1;
   opacity: 1;
   color: inherit;
}
.col-tab-product { padding: 0 15px;margin: 0 -15px;}

.notes_guides_presentation p { display: none;}

.subnav_open {
  height: auto;
}

.sub-nav-mobile {
  height: 0 !important;
  overflow: hidden;
  transition-duration: 1s;
}

.histoire_section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.histoire_content {
  max-width: 380px;
  margin-right: 5%;
}
.histoire_title {
  font-size: 65px;
  line-height: 65px;
}

.histoire_subtitle {
  font-size: 16px;
}

.timeline {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.timeline li {
  margin: 5px 0;
}

.timeline li.active a {
  font-family: "Source Sans Bold" !important;
}

.portrait-famille {
  height: 220px;
  margin-bottom: 8px;
  display: inline-block;
}

#video_bg_bouteille {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
}
.bg_bouteilles_champagne {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  background: url('/assets/img/bg/bg_bouteilles_champagne.jpg');
  background-size: cover;
}

.main_menu_home {
  margin-top: 7.5%;
}

.main_menu_home ul li a {
  display: block;
  padding: 20px 10px;
  margin-bottom: 2px;
  background: rgba(255, 255, 255, 0.2);
  height: 96px;
}
.uppercase {
  text-transform: uppercase;
}

.picto_main_menu {
  display: inline-block;
  line-height: 56px;
  width: 60px;
}

.txt_main_menu {
  margin: 5px 0 0 20px;
  display: inline-block;
  text-align: left;
  width: 250px;
}

#video_promo_instinct ,
.h500video {
  height: 500px;
}

.overlay_video .play {
  bottom: 20px;
  right: 30px;
  position: absolute;
  line-height: 30px;
  z-index: 8;
  display: inline-block;
  cursor: pointer;
}

.overlay_video .title_video {
  bottom: 50%;
  right: 60px;
  position: absolute;
  line-height: 30px;
}

.overlay_video {
  background: url(../img/calque-overlay-video.png) center no-repeat;
  background-size: 889px 500px;
  height: 500px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 8;
}
.overlay_video .inside_overlay {
  max-width:889px;
  width: 100%;
  height: 500px;
  position: relative;
  margin: auto;
}

.overlay_video::before, .overlay_video::after {
  content: "";
  background: rgba(255,255,255,.75);
  width: calc( calc(100% - 889px) / 2 );
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
}
.overlay_video::after {
  right: 0;
  left: initial;
}

/* UPTDV3 */

/* #blancdeblancsgrandcru .select-flacon .select-styled, */
#extrabrut .select-flacon .select-styled,
/* #brutsousbois .select-flacon .select-styled, */
#vintage2007 .select-flacon .select-styled,
#demisec .select-flacon .select-styled,
/* #cuveenicolasfrancois2006 .select-flacon .select-styled, */
#cuveeelisabeth2007 .select-flacon .select-styled,
#clossainthilaire1999 .select-flacon .select-styled,
#cuveelouis2006 .select-flacon .select-styled,
 #clossainthilaire2003 .select-flacon .select-styled {
  pointer-events: none;
}

/* #blancdeblancsgrandcru .select-flacon .select-styled:after, */
#extrabrut .select-flacon .select-styled:after,
/* #brutsousbois .select-flacon .select-styled:after, */
#vintage2007 .select-flacon .select-styled:after,
#demisec .select-flacon .select-styled:after,
/* #cuveenicolasfrancois2006 .select-flacon .select-styled:after, */
#clossainthilaire1999 .select-flacon .select-styled:after,
#cuveeelisabeth2007 .select-flacon .select-styled:after,
#cuveelouis2006 .select-flacon .select-styled:after,
#clossainthilaire2003 .select-flacon .select-styled:after {
  display: none;
  pointer-events: none;
}


.bg-noir-nicolas {
  background: #101010;
}
/* ENDUPTDV3 */

.select-qte {
  width: 19%;
  display: inline-block;
  margin-top: 10px;
}
.select-lot {
  width: 80%;
  display: inline-block;
  margin-top: 10px;
}

.select-qte, .select-lot {
  border-top: 1px solid #eee;
}
.select-qte.noir, .select-lot.noir {
  border-top: 1px solid #000;
}
.select-qte.blanc, .select-lot.blanc {
  border-top: 1px solid #fff;
}
.select-qte .select-styled, .select-lot  .select-styled, .select-options li {
      font-size: 18px;
      padding: 7px  0px 7px 5px;
}
 .select-options li { padding: 8px 0; }


form.completed::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9;
    width: 105%;
  }
form.completed::after {
    content: "\f05d";
    font-family: "FontAwesome";
    font-size: 6em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    z-index: 10;
    color: #fff;
  }

  .annul_BS {
    margin: auto;
    display: block;
    float: none;
  }

#cookiesCondition {
  font-family: "Helvetica";font-size: 16px;background: #ddd;text-align:center;cursor:pointer;padding: 10px 50px;position: fixed; bottom: 0;right:0;left: 0;z-index: 999999;
}
#cookiesCondition #accepted {
font-weight: bold;
}
#cookiesCondition #refused {
text-decoration: underline;
}

@media screen and (max-width: 992px) {
  #cookiesCondition {
    font-family: "Helvetica";
    font-size: 13px;
    background: #FFF;
    text-align:center;
    cursor:pointer;
    padding: 10px 50px;
    position: fixed;
    bottom: 0;
    right:0;
    left: 0;
    z-index: 999999;
  }
}

.center_main_menu li {
  margin: 5px 0;
}
.center_main_menu {
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
}

.main_content {
  min-height: 65vh;
}

.notif_mobile {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  background: #C79411;
  color: #fff;
}

.col-sm-12.no-shadow.tac.paragraph { padding: 20px;}

.col-sm-12.no-shadow.tac.paragraph::before {
    content: '';
    width: 1000%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #eeede6;
    padding: 20px 20px 50% 20px;
    z-index: -1;
    transform: translateX(-50%);
}

.footer {
  z-index: 8;
}

.sur-mesure {
  margin-top: 20px;
  display: inline-block;
}



li.blackfriday .picto_main_menu img { margin-bottom: 5px; }
li.blackfriday .picto_main_menu {
    display: inline-block;
    line-height: 16px;
    width: 130px;
    float: left;
}

li.blackfriday {
  background: #000;
}
.c-bb {
  color: #c4a27c;
}
.bg-bb {
  background-color: #c4a27c;
}

li.blackfriday .txt_main_menu.hidden-xs {
    float: left;
    margin-left: 40px;
    margin-top: -15px;
    display: inline-block !important;
}

.bs_bb { position: absolute; top: 48%;left: 50%; transform: translateX(-50%);}

.mb10 { margin-bottom: 10px;}

/* SELECT LANG */
.select-lang {
  display: block;
  font-size: 17px;
  font-family: 'Source Sans Light';
  color: #C79411;

  max-width: 320px;
  margin: 20px auto;
}

.select-lang {
  position: relative;
}
.select-lang select {
  border: none; outline: none; background: none;
  font-size: 16px;
  color: #C79411;

}
.select-lang::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #C79411;
  font-size: 1.5em;
  position: absolute;
  top: 0;
  right: -5px;
  height: 35px;
  line-height: 35px;
  width: 35px;
  display: inline-block;
  z-index: -1;
}

.select-lang select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
  }

  /* For IE10 */
  .select-lang select::-ms-expand {
    display: none;
  }
  /* SELECT LANG */

  .hsContent .container {
    max-width: 100%;
    width: 100%;
  }

  .txt_main_menu {
    width: 300px;
  }

  .imgTitle { margin: auto;}


  /* TMA OCT 2019 */

  .owl-carousel .owl-stage-outer {
    overflow: initial;
    width: 100%;
  }
  .offreBSB {
    background: url('/assets/img/bg-visuel-bsb-coffret.png') center top no-repeat #d9c097;
    height: 403px;
    margin-top: -3px;
    width: 100%;
    align-items: center;
    display: flex;
  }
 .edition_limite {
    letter-spacing: 1px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding: 0px 20px;
  }
  .productAssociate { overflow: hidden;}
  .productAssociate.off {
    display: flex;
    align-items: center;
    justify-content: center;
  }

.cartographie {
  padding: 0  0 20px;
  background: url('../img/bg_cartographie.jpg') center no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
      background-color: #252223;
}
#commentaireTextarea textarea {
  resize: none;
  margin: 10px 0;
  border: none;
  max-width: 430px;
  height: 200px;
  background:#eee;
  padding: 5px;
}

#decompte {
  margin: -35px 0px 0 5px;
  background: #eee;
  color: #333;
  z-index: 9;
  position: relative;
  display: inline-block;
}
#btnForm.disable::before{
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255, 0, 0, 0.5);
  width: 100%; height: 100%;
}
#btnForm.disable {
  pointer-events: none;
  opacity: 0.5;
  position: relative;
}
.mt10 {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}

#carouselASP .owl-stage-outer {
  overflow: hidden;
}
#carouselASP .owl-prev::before {
  left: -5%;
  top: 35%;
}
#carouselASP .owl-next::before {
  right: -5%;
  top: 35%;
}

@media (max-width: 768px) {
  #carouselASP .owl-prev::before {
    left: -12%;
    top: 35%;
  }
  #carouselASP .owl-next::before {
    right: -12%;
    top: 35%;
  }
  .xs-mt10 {
    margin-top: 10px;
  }
}

.bg-gris-fonce {
	background: #111;
}
