@charset "UTF-8";

/* CSS Document */

.space,.space-xs,.space-sm,.space-md,.space-lg {
	display:block;float:none;clear:both
	}

.space-xs {
	padding-top:5px
	}
.space-sm {
	padding-top:15px
	}
.space-md {
	padding-top:20px
	}
.space {
	padding-top:30px
	}
.space-lg {
	padding-top:50px
	}
.space-xxl {
	padding-top:80px;
}
@media (max-width: 479px) {
    .space-xxl {
	padding-top:40px;
  }
}

.margin-bottom-xs {
	margin-bottom: 10px;
}

.margin-top-md {
    margin-top: 40px;
}

.margin-right-md {
	margin-right: 20px;
}

.padding-top-xs {
	padding-top:20px;
}

.padding-bottom-xs {	
	padding-bottom:20px;
}
.no-padding {
    padding-bottom: 0px;
    padding-top: 0px;
}

.padding-all-xs {
	padding: 5px;
}

@media (max-width: 479px) {
	.no-marging-top-xs {
		margin-top: 0px;
	}
}


/* NAVBAR */
/*Pour la gestion des drapeaux langues image en couleur*/

.topbar-icons a.nocolor img {
	filter: grayscale(1);
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(1);
        -o-filter: grayscale(1);
        -ms-filter: grayscale(1);
}


.topbar-icons a.active img {
	filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -o-filter: grayscale(0);
        -ms-filter: grayscale(0);
}

/* ############################################### */
/* top bar Caddie de Eboutique */
.topbar {
 /* position: fixed;
    right: 50px;
    top: 80px;*/
    z-index: 999;
    text-align: right;
  padding-top: 10px;
  margin-bottom: 5px;
}

/*iPads (portrait and landscape)*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .topbar {
    /*right: 10px;
    top: 110px;*/
    text-align: center;
    margin-bottom: 10px;
  }
}
/* Iphone */
@media (max-width: 479px) {
  .topbar {
      position: fixed;
   right: 10px;
    top: 70px;
    text-align: center;
    margin-bottom: 10px;
  }
}

.cartbox {
	/*width:230px;*/
}
.topbar .cartbox {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
     width:auto;
}


.topbar .cartbox .dropdown-menu > li, .navbar-change .topbar .cartbox .dropdown-menu > li {
    background-color: rgba(0,0,0,0.00);
}



/* #########################################*/


/* DIV top de page pour la marge de haut */
.top {
    padding-top: 80px;
}
@media (max-width: 479px) {
    .top {
    padding-top: 60px;
    }
}

/*--------------------*/
/* SAUTER de section dans une page */
.wrapafterslide {
	position: relative;
	z-index: 1020;
	text-align:center;
	margin-top: 0px;
	margin-bottom:0px;
	}
.mapinfoicon {
    position: absolute;
    top: -30px;
    left: 50%;
    background-color: rgba(165,145,115,0.70);
    color: #444;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    margin-left: -25px;
}
.mapinfoicon a {
    color: rgba(255,255,255,1.00);
}

.mapinfoicon a:hover, .mapinfoicon a:focus {
    color:#A1A1A1;
}


/* ###################*/
/* HOME PAGE- MAISON */

#homepicture  .picture {
    background-image: url(../images/home/home_picture_2024.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 920px;
}

#homepicturebottom .picture {
    background-image: url(../images/home/picture_bottom.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 920px;
}

/*iPads (portrait and landscape)*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1180px) {
    #homepicture  .picture {
		background-position: center top;
        background-image: url(../images/home/home_picture_md_2024.jpg);
        height: 620px;
    }
	#homepicturebottom  .picture {
		background-position: center top;
        background-image: url(../images/home/picture_bottom_md.jpg);
        height: 620px;
    }
}


@media (max-width: 479px) {
    
   #homepicture  .picture {
        background-image: url(../images/home/home_picture_xs_2024.jpg);
        height: 650px;
    } 
	#homepicturebottom  .picture {
        background-image: url(../images/home/picture_bottom_xs.jpg);
        height: 480px;
    } 
}


h2.neuton {
	font-family: 'Neuton', serif;
	font-weight: 400;
}

.fw-700 {
	font-weight: 700;
}

.fs-18 {
	font-size: 18px;
}

.fader_ue {
	width: 110px;
	height: auto;
	margin-right: 10px;
}

.logo-grandest {
	width: 130px;
	height: auto;

}



/* ---------------------------------------------------*/

a.underline {
	text-decoration: underline;    
}

/* LISTE PERSO */

.list-perso ul {
	margin-top:10px;
	margin-bottom:0px;
}

.list-perso ul li {
	margin-left:15px;
	margin-bottom:8px;
}
.list-perso ul li:before {
	/*font-family: 'FontAwesome';*/
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right:5px;
}

.list-rgpd ul li:before {
	content: "|";
	margin-right:6px;
	color: #FFFFFF;
}

.list-rgpd ul li:first-child:before {
	content: "";
}


/* ---------------------------------------------------*/

.about-us {}

.about-us h1 {
    color : #a59173;
    margin-bottom: 30px;
    font-size: 40px;
}

.about-us h2 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
	font-weight: 400;
}

.about-us.legal h2 {
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
    font-size: 26px;
}

.about-us h3 {
    margin-bottom: 20px;
    font-size: 20px;
}

.about-us h4 {
    font-size: 18px;
    text-decoration: underline;
    color: #0c343d;
    margin-top: 20px;
    text-transform: uppercase;
}

.about-us p {
    text-align: justify;
    line-height: 26px;
}
.about-us p.text-center {
	text-align: center;
}

.about-us p.small {
	line-height: normal;
}


.about-us p.legende {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.about-us p.carousel {
    text-align: center;
}



/* ##############################*/
/* PAGES DES CUVEES DE CHAMPAGNE */

/* Isotope Filter */

.project-filter {
	margin-bottom: 10px;
}

.project-filter ul li {
	display:inline-block;
}

.project-filter ul li a {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	padding: 8px;
	font-weight: 500;
	line-height: 45px;
	position: relative;
	background-color: #0c343d;
	margin-right: 15px;
	margin-bottom: 5px;
	text-decoration: none;
	border-radius: 4px;
}

#promotion .project-filter ul li a {
	line-height: normal;
}

.project-filter ul li a:hover, 
.project-filter ul li a.active {
	color: #FFFFFF;
	background-color: #a59173;
} 




/* Catalogue des produits */
.produits {}


.produits .carousel-inner {
	height: 200px;
}

.produits img.img-produit,
.produits .carousel-inner>.item>img {
	max-height: 200px;
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.project-content h3,
.produits h3 {
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;
}

.project-content .project .entry a:hover h3 {
    color: #a59173;
}

.project-content .project .entry img {
    opacity:1;
}
.project-content .project .entry img:hover {
    opacity:0.8;
}


/* Catalogue Fiche Cuvée */
.cuvee {
    border-bottom: 1px solid #A1A1A1;
}
.cuvee img.bouteille {
    padding-right: 45px;
	max-height: 600px;
}
/*iPads (portrait and landscape)*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
   .cuvee img.bouteille {
    padding-right: 0px;
    } 
}

.cuvee h2 {
	 font-family: 'Neuton', serif;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0px;
}


.cuvee .btn.btn-go {
	color:#000;
	font-size:15px;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
	background-color:#FFFFFF;
	border-color:#a59173;
	outline:none;
	border-radius:0;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 30px;
}
.cuvee .btn.btn-go:hover,
.cuvee .btn.btn-go:active {
	background-color:#a59173;
	color:#FFFFFF;
}


 


/* pour les anciennes fiches de cuvées */
/*.cuvee .intro {
    line-height: 30px;
    font-size: 15px;
}*/




/* ##############################*/
/* PAGES STORIES */

#stories {
    background-color: #f5f5f5;
    padding:95px 0 0; 
}

#stories .container {
    min-height: 490px;
}


/* grand media */
@media (min-width: 1200px) {
	#stories .container {
    min-height: 600px;
  }
}

.storie1 .post {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    /*border: 1px solid #4D3A3A;*/
}


.storie1 .post .entry img {
	width:100%;
	max-height:350px;
}

.storie1 .post .entry h2 {
    color: #000000;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0px;
}
.storie1 .post .entry a:hover h2 {
    color: #a59173;
}

.storie1 .post .entry img {
    opacity:1;
}
.storie1 .post .entry img:hover {
    opacity:0.8;
}

/* ##############################*/
/* E-BOUTIQUE */
/*######################*/

#e-boutique {
    /*background-color: #f5f5f5;*/
    padding:38px 0 0; 
}
@media (max-width: 479px) {
    #e-boutique {
	padding-top: 55px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
    }
}

/* Affiche produits boutique */
.product-boutique {
	margin-top: 20px;
}

.panel-client {
    padding: 20px;
    background: #a59173;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 15px;
}

.product-boutique .panel-client p {
	color: #000000;
	font-size: 18px;
	margin-bottom: 0px;
}

.panel-smart {
	padding: 10px;
	background: #fff;
	border: 1px solid #DADADA;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 15px;
	min-height: 580px;
}
@media (max-width: 479px) {
	.panel-smart {
		min-height: 300px;
	}
}



.product-boutique .panel-smart h2.nom-cuvee {
    font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0px;
}
.product-boutique .panel-smart p.surnom {
  font-size: 14px;  
}

.product-boutique .panel-smart img.photo-cuvee {
    max-height: 280px;
	margin-bottom: 20px;
}

.product-details .price {
	background-color: #dedede;	
	padding:4px 4px;
	margin-bottom: 10px;
	text-align: center;
}

.product-boutique .panel-smart p.price-tax {
    margin: 0px;
}

.product-boutique .product-details .price-new {
    color: #0c343d;
    font-size: 14px;
}

.product-boutique .product-details .price-old{
				font-size:12px;
				color:#A4A4A4;
				text-decoration:line-through;
			}

.product-boutique .product-details .price-tax {
    padding-top: 0px;
    font-size: 10px;
    text-transform: uppercase;
}

.quantity-section p {
    margin-right: 0px;
    margin-top: 10px;
}

.quantity-section .quantity {
	float: right;
	margin-left: 10px;
}

/*.quantity-section .quantity {
	float:left;
    margin-right: 10px;
}*/

.btn.btn-cart {
    background-color: #a59173;
}

.btn {
    text-transform:uppercase;
}

 a.btn.btn-cart {
    color: #FFFFFF;
     border-color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  padding: 4px 4px;
  position: relative;
  overflow: hidden;
  }

a.btn.btn-cart:hover {
    color: #FFFFFF;
    background-color: #0c343d;
}

/* OFFRES & PROMOTIONS */

.promo {
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 8px;
    background-color: #e4ac63;
    color: #231f20;
}

.promo h4 {
    color: #0c343d;
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 0px;
    text-decoration: none;
}

.promo ul li {
    margin-left: 0px;
}

.promo p, .promo ul {
    color: #231f20;
    font-size: 13px;
    margin: 0px;
}

.promo p span.important, .promo ul li span.important {
    font-weight: 900;
    color: #FFFFFF;
    font-size: 16px;
}


.payment-method-list > li, .icon-info > li {
  padding-left: 3px;
  padding-right: 3px;
}
.payment-method-list img, .icon-info img {
	height:25px;
}



/*###########################*/
/* NOUS TROUVER */

.pointvente h1 {
  font-size: 46px;
    color : #a59173;
}
.pointvente h2 {
    font-size: 26px;
    text-align: left;
    border-top: 1px dotted #a59173;
    margin-top: 20px;
    text-transform: uppercase;

}

.pointvente h3 {
    font-size: 22px;
}
.pointvente h3:before {
    content: "\f5ce";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right:5px;
    color: #000000;
}



/*###########################*/
/* MEDIA QUERIES */

/* grand media */
@media (min-width: 1200px) {
	
}

/*iPads (portrait and landscape)*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
}


/* Ipad vertical + iphone */
@media only screen and (max-width: 768px) {
}


/*juste iPhone */
@media (max-width: 479px) {
    
		.img-center-xs {
		margin-left: auto;
		margin-right: auto;
	}	
	
	.text-left-xs   { text-align: left;   }
	.text-center-xs { text-align: center; }
	.text-right-xs  { text-align: right;  }		
	
	.pull-left-xs  { float: left;  }
	.pull-right-xs { 
		left: auto;
		right: 0;
	}


}


/*==================================================*/
/* Section Contact Form Error-Success  & Inscription Form
   ================================================== */

.required {
    color: #fe5555;
}

#success,
#error {
    display: none;
}

#contact-map {
	height:580px;
	width:100%
	}

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

.logo-footer {
    height: 55px;
    width: auto;
}


.logo-ccf {
    height: 155px;
    width: auto;
}


/* Rounded icons */

.fa-round {
    width: 30px;
    height: 30px;
    padding-top: 5px;
    text-align: center;
    color: #a59173;
    border: solid 1px #a59173;
	background-color: #FFFFFF;
    border-radius: 50%;
}
.fa-2x.fa-round {
    width: 40px;
    height: 40px;
    padding-top: 5px;
}


a .fa-round {
    -webkit-transition: all .16s ease-in-out;
            transition: all .16s ease-in-out;
}

a .fa-round:hover {
    color: white;
    background-color: #a59173;
}




.copyright {
	padding-right: 0;
	padding-left: 0;
	font-size: 10px;
}

.cyber_sign {
	font-size: 10px;
}
.cyber_sign img  {
	height: 15px;
}
@media (min-width: 1200px) {
	.cyber_sign {
	/*text-align: right;	*/
	}
}
@media only screen and (max-width:767px) {
	.cyber_sign { text-align: center; }
}

/* Pied de page ------ */
#backToTop {
    background: rgba(165,145,115,0.6);
    color: #FFF;
    padding: 10px 0 3px;
    text-align: center;
    position: fixed;
    z-index: 6;
    bottom: 0;
    right: 10px;
    width: 54px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-border-radius: 60px 60px 0px 0px;
    -webkit-border-radius: 60px;
    border-radius: 60px 60px 0px 0px;
   -moz-transform: translate(0px, 60px);
    -ms-transform: translate(0px, 60px);
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
}
/* grand media */
@media (min-width: 1200px) {
	#backToTop {
		right: 50px;
	}
}

#backToTop.visible {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.visible {
    visibility: visible!important;
}

