@charset "utf-8";
/* CSS Document */

body {
	background-color: #222 !important;
/*	font-family:'Lora', "Times New Roman", Times, serif !important;*/
	background: linear-gradient(-60deg, #000 0%, #222 30%, #222 70%, #000 100%);
}

.bg-typo {
background-color: #000;
/*background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000' fill-opacity='0.7' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");*/
	}

.fond {
	background-color: #F0EDE6;
	background-image: url(fond-accueil.jpg);
	background-size: cover;
	background-position: top;
	height: 100vh;
	width: 100vw;
	position: absolute;
	top: 0;
}

.textesAnim {
color: #fff;
    text-align: center;
    line-height: 120%;
    font-family: arial;

	}

#texteAnim1 {
    font-size: 2.5em;
	display:inline-block;
	opacity:0;
	}
	
#texteAnim2 {
    font-size: 1.5em;
	display:inline-block;
	opacity:0;
	}	
	
#texteAnim3 {
/*position: absolute;
    top: 129px;
    right: 3vw;	
	*/
	font-style: italic;
    font-size: 1.3em;
			opacity:0;
	}		

		
@keyframes afficheInfoszone {
    0% {
        transform: translateY(-10px) ;
		opacity:0;
		height:0;
    }

    100% {
        transform: translateY(0px);
		opacity:1;
		height:100%;
		display:block;
		width:100%;
	}
}


@keyframes cacheInfoszone {
    0% {
		transform: translateY(0px);
		opacity:1;
		height:100%;
    }

	20% {
		
		}

    100% {
        transform: translateY(-40px) ;
		opacity:0;
		height:0;
		display:none;
	}
}

.afficheInfoszone, .afficheInfosArt { 
	animation: afficheInfoszone 1s; 
}

.cacheInfoszone {
	animation: cacheInfoszone 1s;
	height:0;
	overflow:hidden;
/*	position:relative;
	display:none;*/
}
		.FAQzone { display:flex; flex-wrap:wrap;
		}
		
		.FAQbloc {  margin:auto; width:170px; }
		
		.FAQtitre { 
padding: 10px;
background-color: #ccc;
text-align: center;
border-radius: 102px;
height: 160px;
width: 160px;
display: flex;
align-items: center;
text-align: center;
justify-content: center;
margin: 0 auto;
		}
		
		.FAQtitre:hover { 
		background-color: #CFA757;
			font-weight:bold;
			cursor:pointer;
		}
		.FAQreponse {
margin-top: 10px;
		}
		
		.FAQreponse p {
margin: 0;
padding: 5px 20px;
font-size: 0.9em;
		}
		
		.FAQreponse a {
			color:#F60;
		}
		
		.FAQreponse a:hover {
			color:#69F;
		}		


        .material-icons { 
            vertical-align: middle;
        }
        
        /* BOUTONS */
        .boutonSon { 
			background-color: #d58741; 
			color: #fff; 
			display: inline-block; 
			padding: 10px 12px; 
			margin: 5px; 
			cursor: pointer;
			border-radius: 30px;
			height: 40px; 
			border:2px solid #fff;
		}
        .affiche { display: inline-block;}
        .cache { display: none;}
        
		.iconTexte {
            display:inline-block;
            width: 0px;
            visibility: hidden;
            opacity: 0;
        }
        .libelle { display: inline-block;}

        /* MINILIENS */
        .mini-toolbar {
            display: inline-block;
            color: #fff;
            min-height:30px
        }
    
        .minilien span { /*font-size:1.1em;*/}
        
        a.minilien {
            display: block;
            color: #fff;
        /*	height: 20px !important;
            line-height: 20px !important;
            text-align: center;*/
            margin: 0 !important;
            padding: 5px;
        }
        
        .mini-toolbar .iconTexte {
            display:inline-block;
            width: 0px;
            visibility: hidden;
            opacity: 0;
        }
        
        .iconeBtn {
            width: 20px;
            height: 20px;
        /*    vertical-align: middle;
            display: inline-block;*/
        }


.separateur {filter: grayscale(70%); overflow: hidden;}
.separateur:hover {filter: grayscale(0%);}

.texteAccueil {
	font-size:1.5em; line-height:165%; text-align: center;width: 100%; color:#555;
}

#texteIntro  a { background-color:rgb(185, 163, 108); color:#fff; display:block; padding:5px}
#texteIntro  a:hover { background-color:rgb(210, 178, 99);}
/* polices */

@font-face {
    font-family: 'byron';
    src: url('/fonts/byronmedium-webfont.eot');
    src: url('/fonts/byronmedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/byronmedium-webfont.woff2') format('woff2'),
         url('/fonts/byronmedium-webfont.woff') format('woff'),
         url('/fonts/byronmedium-webfont.ttf') format('truetype'),
         url('/fonts/byronmedium-webfont.svg#byron_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#btle {
position: absolute;
bottom: 26px;
left:-120px;
}

#texteIndex,
#texte1,
#pied,
.blocart
 { /*font-family:Quicksand !important*/}

.fs {
  height: 100vh; }

.slide {
  color: #ffffff;
  position: relative; }
  
	.bcg {
	  background: no-repeat center center;
	  background-size: cover;
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  opacity: 1; }

	  #visuel01 .bcg {
		background:  url(images/fond-vignoble.jpg) no-repeat center top;
		background-size: cover; }

#trigger2 {
	position: relative;
	top: 100px;
}
#pinned-trigger2 {
	position: relative;
}

#imageAnim {
	bottom: -10px;
left: 0px;
position: absolute;}

#texte1.texte {font-size:4vh; color:#fff; line-height:145%; opacity:0.9; position:relative; text-align:center}
#texte2.texte, #texte3.texte, #texte4.texte {
font-size: 2rem;
line-height: 100%;
padding: 10px;
text-align: center;
letter-spacing: 3px;
font-weight: normal;
font-variant: small-caps;
	}

#texteIndex {font-size:3vh; color:#eee; line-height:145%; opacity:0.9; position:relative; text-align:center}

#texteAction,
#texteAction2,
#texteAction3,
texteAction4 {
	text-align:center;
	display: inline-block;
	margin: 70px 22px;
	opacity:0;
}

#texteAction a,
#texteAction2 a,
#texteAction3 a,
texteAction4 a {
	background-color:#7f4124;
	color: #ffffffaa;
	display: inline-block;
	padding: 10px 0 10px 0px;
	border: 1px solid #605749;
	width: 200px;
font-size:1.2em;
opacity:1;
}

#texteAction a:hover,
#texteAction2 a:hover,
#texteAction3 a:hover,
texteAction4 a:hover {
/*	background-color: #bf9c5a;*/
/* 	background:#fff !important; */
    color: #c7ac65 !important;
	opacity:1 ;
	box-shadow: 0 0 20px rgba(202, 188, 161, 0.37);
	transition: all 0.25s ease 0s;
	font-weight:500;
	letter-spacing:0.5px;
	border:1px solid #fffa;
}

#texteIntro { 
    margin: 0px auto;
    color: #fff;
    line-height: 170%;
    text-align: center;
    position: relative;
    opacity: 0;
    padding: 30px;
	font-size:2em;
/*	font-family:  "Cinzel", "Times New Roman", Times, serif; */
	width : 50%
} 

.centrerVertical {
	display:flex;
	align-items:center;
}

.zoning {
	min-height: 100vh;
	position:relative;
	overflow:hidden;
}

.zoningBreak {
	min-height: 50vh;
	position:relative;
}


#logoChampagne {
/*left: 40vw;*/
position: absolute;
opacity:0;
top:140px;
z-index:-1;
}

#logoHVE {
/*right: 40vw;*/
position: absolute;
opacity:0;
top:140px;
z-index:-1;
	}

#lienAutres {
	margin:auto;
	text-align: center;
    font-size: 1.2em;
	position:absolute; z-index:100;
	width:100%;
	opacity:0;
	display:none;

	}
#lienAutres a {
    font-family: "EB Garamond";
    color: #ffffffc4;
    font-size: 1.2em;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.74);
    border: 1px solid rgba(0, 0, 0, 0.74);
    padding: 7px 20px;
    margin: 5px;
    text-align: center;
	display:inline-block;
	}

#lienAutres a:hover {
background-color:#000;
border:1px solid #aaa;
	}


	
.pen1 {
	fill: none;
	stroke: #ddb06c;
	stroke-width: 45;
	stroke-linecap: round;
	
	stroke-dasharray: 2817;
	stroke-dashoffset: 2817;
	 opacity:0;
}

.pen1Anim {
	animation-duration: 1.5s;
	animation-name: draw1;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	animation-fill-mode: forwards;	
	}
	
.clipped1 {
  clip-path: url(#logoA1);
}

@keyframes draw1 {

  to {
	stroke-dashoffset: 0;
	/*	transform:scale(0.15)*/
	opacity:1;
  }
}
/* A2 */
.pen2 {
	fill: none;
	stroke: #ddb06c;
	stroke-width: 50;
	stroke-linecap: round;
	
	stroke-dasharray: 1817;
	stroke-dashoffset: 1817;
	 opacity:0;
}

.pen2Anim {
	animation-name: draw2;
	animation-duration: 1.5s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	}

.clipped2 {
  clip-path: url(#logoA2);
}

@keyframes draw2 {

  to {
	stroke-dashoffset: 0;
	/*	transform:scale(0.15)*/
	opacity:1;
  }
}

/* N1 */
.penN1 {
	fill: none;
	stroke: #ddb06c;
	stroke-width: 50;
	stroke-linecap: round;
	
	stroke-dasharray: 1817;
	stroke-dashoffset: 1817;
	

	 opacity:0;
}

.penN1Anim {
	animation-name: drawN1;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	}
.clippedN1 {
  clip-path: url(#logoN1);
}

@keyframes drawN1 {

  to {
	stroke-dashoffset: 0;
	/*	transform:scale(0.15)*/
	opacity:1;
  }
}

/* N2 */
.penN2 {
	fill: none;
	stroke: #ddb06c;
	stroke-width: 50;
	stroke-linecap: round;
	
	stroke-dasharray: 2817;
	stroke-dashoffset: 2817;
	

	 opacity:0;
}

.penN2Anim {
	animation-name: drawN2;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	}

.clippedN2 {
  clip-path: url(#logoN2);
}

@keyframes drawN2 {

  to {
	stroke-dashoffset: 0;
	/*	transform:scale(0.15)*/
	opacity:1;
  }
}

.svg-container {
display: inline-block;
    position: absolute;
	z-index:-1;
    width: 100%;
    padding-bottom: 100%;
    vertical-align: middle;
    overflow: hidden;
/*	opacity:0.5;*/
	

	}

.svg-containerAnim {
	opacity:1;
	animation-name: scaleLogo;
	animation-duration: 1.5s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	animation-fill-mode: forwards;

}
.svg-content {
display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
	}
	
@keyframes scaleLogo {


  from {
/*	  transform:scale(1);*/
  }

  to {
	//  transform:scale(4);
	opacity:0;	  
  }

}




@media screen and (min-width: 1024px) {
	/* ordinateur */
	#contentAccueil {}
	
	#cadreNoir{ 
	background-image: url('images/fond-index.webp'); background-position: center top;background-repeat: no-repeat;background-size: cover;
	background-color: #000;
	height: 100vh;
	margin: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100vw;
	}
	
	.section { padding:5vw 30vw}
	
	#logoIndex { width:45vh; margin:70px auto auto; opacity:0;}

	.fixe { top:0px; }
}


@media screen and (max-width: 1024px) {
	/* tablette  */
	#contentAccueil {}

	#cadreNoir{
	background-image: url('images/fond-index.webp'); background-position: center top;background-repeat: no-repeat;background-size: cover;
	background-color: #000;
	height: 100vh;
	margin: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100vw; }

	.section { padding:5vw 10vw}

	#logoIndex { width:40vh; margin:70px auto auto; opacity:0;}
	.fixe { top:0px; }
		.fixe { padding: 20px 10px !important;}
}

@media screen and (max-width: 768px) {
	/* mobile ou tablette portrait */
	#contentAccueil {background-image: none;}
	#cadreNoir{ background-image: none; opacity:0; height:100vh;	background-color: #000;
 }
	.introAccueil p { padding:50px;}

	#cadreFinal { width: 100%; margin: auto; padding: 10px;}
	#texteIntro {    font-size: 0.9em;}
	.texteAccueil { font-size:1.2em; }

#texteAction,
#texteAction2,
#texteAction3,
texteAction4 {
	text-align:center;
	display: inline-block;
	margin: 20px;
	opacity:0;
}



	#logoIndex { width:80vw; margin:50px auto auto; opacity:0;}
	
	
	.section { padding:5vw 10vw}
}


