@font-face {
  font-family: 'gotham';
  src: url("../fonts/GothamBook-webfont.eot");
  src: url("../fonts/GothamBook-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamBook-webfont.woff") format("woff"), url("../fonts/GothamBook-webfont.ttf") format("truetype"), url("../fonts/GothamBook-webfont.svg#gothambookregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham_bold';
  src: url("../fonts/GothamBold-webfont.eot");
  src: url("../fonts/GothamBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamBold-webfont.woff") format("woff"), url("../fonts/GothamBold-webfont.ttf") format("truetype"), url("../fonts/GothamBold-webfont.svg#gothamboldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

html{
font-size:100%;	
height:100%;
	overflow-x: hidden;
}


body{
	width:100%;
	height:100%;
	margin:0 auto;
	padding:0;
	font-size:0.85em;
	font-family: 'gotham';
	color:#645f53;
}
.rowmin100{
min-height: 100%
}
.fixed{
	position: fixed;
}
.wrapper{
	z-index: 90;
}
a{
	text-decoration: none;
}
h2{
	text-transform: uppercase;
	font-size: 2em;
	margin-bottom:0.6em
}
h3{
	text-transform: uppercase;
	font-size: 1.5em;
	letter-spacing: 0.2em;
}
.test-domaines{
	position: fixed;
	right:0px;
	width:45px;
	height: 139px;
	top:50%;
	z-index: 1100;	
}
.le-domaine-1{
	width:45px;
	height: 45px;
	position: relative;
	opacity: 1;
	background-image: url('../img/jd.jpg');
	transition: all 0.5s;
}

.le-domaine-2:hover{
		filter: saturate(300%);
        -webkit-filter: saturate(300%);
        -moz-filter: saturate(300%);
        -o-filter: saturate(300%);
        -ms-filter: saturate(300%);
	transition: all 0.5s;
}
.le-domaine-1:hover, .le-domaine-3:hover{
		filter: saturate(130%);
        -webkit-filter: saturate(130%);
        -moz-filter: saturate(130%);
        -o-filter: saturate(130%);
        -ms-filter: saturate(130%);
	transition: all 0.5s;
}
.le-domaine-2{
	width:45px;
	height: 45px;
	margin-top:2px;
	position: relative;
	opacity: 1;
	transition: all 0.5s;
	background-image: url('../img/grappe.jpg');
}
.le-domaine-3{
	width:45px;
	height: 45px;
	margin-top:2px;
	position: relative;
	opacity: 1;
	transition: all 0.5s;
	background-image: url('../img/panier.jpg');
}

.btn-lang img{
	filter: grayscale(60%)
}
.btn-lang img:hover{
	filter: grayscale(0%)
}

.arouge{color:#9f242b;}
.arouge:hover{color:#9f242b;}

.avert{	color:#a9a72e;}
.avert:hover{	color:#a9a72e;}
.vert{
	color:#a9a72e;
}
.vert-sauvignon{
	color:#a39321;
}
.rose-brossette{
	color:#e18c40;
}
.bleu-brossette{
	color:#615c64;
}
.back-blanc {
    background-color: #FFF;
    padding: 10px 10px 0px 10px;
}
.photo-couv{
	width: 100%;
	background-image: url("../img/photo-domaine.jpg");
	background-size: cover;
	background-position: bottom center;
	max-height: 800px;
}
.lemenu{
	display: flex;
	justify-content: center;
	align-items: center;
}
.barre-navigation{
	background-color: #FFF;
	padding: 5px 50px;
	display: flex;	
	justify-content: center;
	align-items: center;
	z-index: 1000;
	text-align:center;
}

.ombre-nav{
	box-shadow: 0px 3px 4px #555;
}
.nav-item{
	padding:0px 5px;
}
.nav-item a{
	font-size: 1em;
	font-weight: bold !important;
	color:#574329 !important;
}

.navbar-nav li a:before {
  content: "|";
	padding-right:30px;
}
.navbar-nav li:first-child a:before {
  content: "";
}
.dropdown-menu{
	border:0px !important;
	border-radius:0px !important;
	font-size: inherit !important;
}
.dropdown-menu a:before{
	content: "" !important;
}
.dropdown-item{
	padding: 3px 0px !important;
}

.dropdown-item:active {
	background-color: #eee;
}
.dropdown-item.active{
	background-color: #ccc;
}

.active .nav-link{
	color:#a9a72e !important;
}
.nav-link.active{
	color:#a9a72e !important;}

.nav-link:focus {
	color:#a9a72e !important;}


.nav-item a:hover{
color:#a9a72e !important;
}
.btn-lang img{
	filter: grayscale(60%)
}
.btn-lang img:hover{
	filter: grayscale(0%)
}
.social{
	display: flex;
	justify-content:flex-end;
	align-items: center;
}

.situation{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-top:-80px;
	margin-bottom:150px;
}
.bordure-b{
	border:9px solid #FFF;
}
.photo-extrait{
	width: 100%;
	background-image: url("../img/photo-couv.jpg");
	background-size: cover;
	background-position: center center;
	min-height: 650px;
}
.plan-g{
	width: 100%;
	min-height: 500px;
	padding: 0 !important;
}
.photo-maison{
	width: 100%;
	background-image: url("../img/maison.jpg");
	background-size: cover;
	background-position: center center;
	min-height: 550px;
}
.photo-savoir{
	width: 100%;
	background-image: url("../img/vignes.jpg");
	background-size: cover;
	background-position: top center;
	min-height: 550px;
}

.photo-vigne{
	width: 100%;
	background-image: url("../img/photo-vigne-brossette.jpg");
	background-size: cover;
	background-position: center center;
	min-height: 500px;
}
.texte-vigne{
	background-color: #a9a72e;
	min-height: 500px;
	width: 100%;
	padding: 70px 110px;
	color:#FFF;
}
.le-travail{
	background-color: #efebe6;
	padding:120px 0px;
	color:#614015;
}




/*NOS VINS*/

.vin{
	margin:60px 0px 170px 0px;
}

.titre-vin{
	padding-left:40px;
	color:#000;
	display: flex;
	align-items: center;
}
.titre-vin h1{
	font-size: 2.7em;
}
.titre-vin span{
  font-family: 'gotham_bold';
}

.photo-bouteille{
	margin-top: -20px;
	margin-bottom: -60px;
	float:right;
}

.description-vin{
	display: flex;
	align-items: center;
	margin:20px 0;
	width:80%;
}
.description-vin ul{
	margin:0;
	padding:0 0 0 10px;
}
.description-vin h4{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0px;
}
.description-vin div {
	flex:3;
}
.description-vin div:first-child {
	flex:1;
	padding:0px 10px;
	text-align: center;
}
.la-description{
	display: flex;
	align-items: center;
}

.vin .picto svg{
	margin-right:14px;
}




.vin .picto svg:hover{

	filter: contrast(200%);
}

.vin .picto{
	display: flex;
	align-items: flex-end;
}

/*NOS CHENONCEAUX*/

.v-brossette,{
	color:#000 !important;
}
#brossette-blanc{
	background-image: url("../img/fond/fond-blanc.jpg");
}
#brossette-rose{
	background-image: url("../img/fond/fond-rose.jpg");
	background-size: cover;
}
#brossette-rouge{
	background-image: url("../img/fond/fond-rouge.jpg");
	background-size: cover;
}
#brossette-blanc .picto svg{
	color:#a39321;
}
#brossette-rose .picto svg{
	color:#e18c40;
}
#brossette-rouge .picto svg{
	color:#615c64;
}


.titre-gamme{
	float: right;
	padding-right: 20px !important;
	width: 100%;
	height: 95px;
	text-align: right;
	opacity: 0.8;
	margin-top:-95px;
}


/*CONTACT*/

input, textarea{
	font-family: 'gotham';;
}

.leform{
	width: 100%
}
#formulaire_contact input, #formulaire_contact textarea{
	margin:7px 0px;
}

/*FOOTER*/
.photo-footer{
	width: 100%;
	background-size: cover;
	background-position: center center;
	min-height: 300px;
	background-image: url("../img/footer-brossette.jpg");	
}


.nos-autres-vins{
	background-color:#fbf2ee; 
	padding:10px 0px;
}
.nos-autres-vins div, .footer div{
	display: flex;
	align-items: center;	
	justify-content: center;
}
.footer div{
	border-left: 1px solid #a68b68;
}
.footer{
	background-color:#574329;
	color:#FFF;
	text-align: center;
	padding:30px 0px 20px;
}

.footer a{
	color:#FFF;
	text-decoration: underline;
}
.footer a:hover{
	color:#cf9295;
}



@media screen and (max-width:1500px)  {
.navbar-nav li a:before {
	padding-right:20px;
}
.nav-item{
	padding:0px 5px;
}
.nav-item a{
	font-size: 0.95em;
	}

}

@media screen and (max-width:1200px)  {
.navbar-nav li a:before {
	padding-right:15px;
}
.nav-item{
	padding:0px 0px;
}
.nav-item a{
	font-size: 0.9em;
	}

}

@media screen and (max-width:1050px)  {
.navbar-nav li a:before {
	padding-right:7px;
}
.nav-item a{
	font-size: 0.85em;
	padding:0px 0px 0px 7px !important;
	}
}

@media screen and (max-width:940px)  {
.navbar-nav li a:before {
	padding-right:5px;
}
.nav-item a{
	font-size: 0.80em;
	padding:0px 0px 0px 5px !important;
	}
}

@media screen and (max-width:768px)  {
	.padtop {
		padding:10px 0px;
	}
	.description-vin{
		margin:10px 0px;
	}
	.photo-bouteille{		
	margin-top: 0px;
	margin-bottom: 0px;
		float:none;
	}
	.back-blanc{
		padding:40px;
		text-align: center;
	}
	.texte-vigne {
    	padding: 70px 40px;
	}
	.titre-vin{
		margin-top:20px;
		padding-left: 15px;	
		text-align: center;
		display: flex;
		justify-content: center;
	}
	.titre-vin h1{
		font-size: 2.7em;
	}
	.fines-bulles{
		background-size: cover;
	}
}

@media screen and (max-width:576px)  {
	.col-12{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
	.description-vin{
		margin:10px 0px;
		padding: 0px 30px;
		text-align: center;
		width:100%;
	}
	.la-photo{		
		display: flex;
		justify-content: center;
		text-aligne:center;
	}
	.vin {
		margin: 10px 0px 0px 0px;
		padding-bottom: 30px;
	}
	.situation{
		text-align: center;
	}
	
}

