/* COULEURS */d
/* orange : #e67002; */
/* vert : #46aa23; */
/* orange clair : #ffa600 */

@font-face {
  font-family: "MeowScript";
  src:
    local("MeowScript"),
    url("../fonts/MeowScript-Regular.ttf") format("truetype") ;
}
/* meow-script-regular - latin */
@font-face {
  font-family: 'Meow Script';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/meow-script-v5-latin-regular.woff2') format('woff2'); 
}


body{
	height: 100vh;
	width: 100%;
	background-image: url("../images/fd-miel-alveoles.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
	margin: 0;
	padding:0;
	font-family: verdana, arial, sans-serif;
}
a:link, a:active, a:hover, a:visited, a:focus {
  text-decoration: none;
  outline: 0;
  color: inherit!important;
}
.small{
	font-size: 12px;
}
.svg-alveole{
	clip-path: url(#svgAlveoleH865);
	width: 767px;
	height: 875px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.svg-alveole-entete{
	clip-path: url(#svgAlveoleEntete);
	width: 222px;
	height: 255px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	position: absolute;
    left: 655px;
	top: 50px;
}
.svg-alveole-menu{
	clip-path: url(#svgAlveoleMenu);
	width: 115px;
	height: 135px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.svg-alveole{
	margin-right: 15px;
}
.fd-blc-trans{
	background-color: rgba(255,255,255,0.85);
}
.svg-alveole img{
	height: 100%;
	width: auto;
	margin: auto;
}
#main-content{
	position: absolute;
	bottom: auto;
	left: -400px;
	height: 875px;
	width: 2360px;
	z-index: 8;
	top: 106px;
	overflow: hidden;
}
#entete{
	position: absolute;
	top: 0px;
	left: -397px;
	height: 255px;
	width: 2360px;
	z-index: 500;
}
#menu{
	width:245px;
	height: 335px;
	position: absolute;
	left: 1434px;
	top: -20%;
	z-index: 500;
}
#menu p{
	text-align: center;
	margin: 31% auto;
	width: 100%;
	font-family: "Meow Script", cursive;
	font-size: 26px;
	line-height: 26px;
	color: #46aa23;
	letter-spacing: -1px;
}
#menu .active p{
	color: #e67002;
}
.texte-alveole{
	position: relative;
}
.texte-contenu{
	text-align: left;
	width: 78%;
	margin: auto;
	height: 440px;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-width: thin;
	scrollbar-color: #e67002 rgba(255,255,255,0) ;
	padding-right: 2%;
	position: relative;
	margin-top: 45px;
}
.texte-contenu p{
	margin: 0;
}
#journees-decouverte img, #main-content-page img {
  height: 80px;
  width: auto;
  position: absolute;
  bottom: 50px;
  left: calc(50% - 50px);
}
.interieur-alveole{
	height: 70%;
	width: 50%;
	position: relative;
	left: 50%;
	top: 20%;
}
.interieur-alveole h2{
	font-size: 36px;
	padding: 0;
	margin:0;
	color: #46aa23;
	position: relative;
	text-align: right;
	right: 30%;
}
.interieur-alveole img{
	height: 110px;
	position: absolute;
	top: 20px;
	right: 15%;
}
.bouton-resa{
	border: solid 2px #46aa23;
	padding: 5px 15px;
	text-align: center;
	color: #46aa23;
	display: inline-block;
	width: auto;
	margin: 25px auto 0 auto;
	border-radius: 8px;
	font-size: 20px;
	font-weight: bold;
}
/* ASCENSEUR DEFILEMENT */
.texte-contenu::-webkit-scrollbar {
	width: 4px;
	background-color: rgba(0,0,0,0); 
}
.texte-contenu::-webkit-scrollbar-thumb{
    background: rgba(0,0,0,0); 
	scrollbar-color: #e67002 rgba(255,255,255,0);
}
.degrade-transp{
	/* position: absolute; */
	/* bottom: 153px; */
	/* width: 78%; */
	/* margin: 0 12% 0 10%; */
	/* height: 40px; */
	/* background: -moz-linear-gradient(rgba(255,243,226,0), rgba(255,243,226,1))); */
	/* background: -webkit-linear-gradient(rgba(255,243,226,0), rgba(255,243,226,1)); */
	/* background: -ms-linear-gradient(rgba(255,243,226,0), rgba(255,243,226,1)); */
	/* background: -o-linear-gradient(rgba(255,243,226,0), rgba(255,243,226,1)); */
	/* background: linear-gradient(rgba(255,243,226,0) , rgba(255,243,226,.9)); */
	/* background: linear-gradient(rgba(255,243,226,0), rgba(255, 243, 226,1), rgba(255,243,226,0) ); */
}
h1{
	text-align: center;
	width: 80%;
	margin: 45px auto 10px auto;
	font-family: "Meow Script", cursive;
	font-size: 55px;
	color: #e67002;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: .9em;
}
h2{
	font-family: "Meow Script", cursive;
	font-size: 29px;
	text-align: left;
	color: #e67002;
	letter-spacing: -1px;
	font-weight: normal;
}
h3{
	font-family: "Meow Script", cursive;
	font-size: 27px;
	text-align: left;
	color: #e67002;
	letter-spacing: -1px;
	font-weight: normal;
	margin-bottom: 6px;
}
h4{
	font-size: 18px;
	text-align: left;
	color: #e67002;
	margin: 8px auto 0 auto;
}
h4::before{
	content: url("../images/alveole-orange.png");
	padding-right: 5px;
	position: relative;
	top: 2px;
}
#menu.active p{
	color: #e67002;
}
#menu img{
	height: 95px;
	width: auto;
	position: absolute;
	bottom: 0;
	left: 20%
}
#venir{
	position: absolute;
	top: 0;
	left: 60px;
}
#venir p{
	position: absolute;
	bottom: -10px;
}
#journees{
	position: absolute;
	top: 102px;
	left: 0px;
}
#benoit{
	position: absolute;
	top: 102px;
	left: 120px;
}
#benoit p{
	position: absolute;
	top: -10px;
	left: 0px;
}
#affiche-calendrier{
	display: none;
}
/* CALENDRIER */
#calendrier{
	max-width: 300px;
	position: absolute;
	right: 15%;
	top: 30%;
}


@media screen and (max-height: 930px) and (min-height: 855px) and (min-width: 768px) {
	#entete{
		position: absolute;
		left: -310px;
		height: 255px;
		width: 2030px;
	}
	.svg-alveole-entete{
		position: absolute;
		left: 555px;
	}
	#main-content{
		left: -310px;
		height: 750px;
		width: 2030px;
		top: 134px;
	}
	#menu{
		left: 1230px;
}
	.svg-alveole{
		clip-path: url(#svgAlveoleH740);
		width: 656px;
		height: 750px;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
	}
	.texte-contenu{
		text-align: left;
		width: 78%;
		margin: auto;
		height: 365px;
		overflow-y: scroll;
		overflow-x: hidden;
		scrollbar-width: thin;
		scrollbar-color: #e67002 rgba(255,255,255,0) ;
		padding-right: 2%;
		position: relative;
		margin-top: 25px;
	}
	.benoit .texte-contenu{
		height: 415px;
	}
}
@media screen and (max-height: 854px) and (min-width: 768px){
	#entete{
		transform: scale(.75) translate(-260px, -40px);
	}
	#main-content{
		transform: scale(.75) translate(-261px, -189px);
	}	
	.svg-alveole{
		/* clip-path: url(#svgAlveoleH570); */
		/* width: 510px; */
		/* height: 575px; */
		/* display: inline-block; */
		/* text-align: center; */
		/* vertical-align: middle; */
	}
	.texte-contenu{
		/* text-align: left; */
		/* width: 78%; */
		/* margin: auto; */
		height: 425px;
		/* overflow-y: scroll; */
		/* overflow-x: hidden; */
		/* scrollbar-width: thin; */
		/* scrollbar-color: #e67002 rgba(255,255,255,0) ; */
		/* padding-right: 2%; */
		/* position: relative; */
		/* margin-top: 25px; */
	}
	.benoit .texte-contenu{
		/* height: 415px; */
	}
}
@media screen and (max-width: 767px) {
	#entete {
		position: relative;
		top: 0px;
		height: 205px;
		width: 546px;
		z-index: 10;
		max-width: 100%;
		/* border: red solid 1px; */
		left: 0;
		margin: auto;
		overflow: visible;
	}
	#main-content{
		position: relative;
		top: 0;
		left: 0%;
		max-height: 100vh;
		max-width: 100%;
		z-index: 5;
		/* border: blue solid 1px; */
		width: 546px;
		margin: auto;
		overflow: visible;
	}
	.svg-alveole-entete {
		position: absolute;
		transform: scale(.5);
		transform-origin: right top;
		top: 44px;
		right: calc(50% + 41px);
		left: auto;
	}
	.svg-alveole-menu{
		clip-path: url(#svgAlveoleMenuMobile);
		width: 70px;
		height: 80px;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		background-color: rgba(255,255,255,1);
	}
	#menu {
		/* width: 100%; */
		/* height: auto; */
		/* position: absolute; */
		left: auto;
		/* top: 0%; */
		width: 144px;
		height: 207px;
		position: relative;
		right: 0;
		top: 0;
		margin: auto;
		/* border: solid green 1px; */
	}
	#menu img {
		height: 45px;
		width: auto;
		position: absolute;
		bottom: auto;
		left: 28%;
		top: 230px;
}
	#menu p {
		font-size: 20px;
		line-height: 18px;
	}
	#venir p, #affiche-calendrier p {
		bottom: 0px;
		position: static;
	}
	#benoit {
		position: absolute;
		top: 79px;
		left: 37px;
	}
	#venir {
		position: absolute;
		top: 15px;
		right: 0px;
		left: auto;
	}
	#journees {
		position: absolute;
		top: 143px;
		left: 73px;
	}
	#affiche-calendrier{
		display: block;
		position: absolute;
		top: 143px;
		left: 0px;
	}
	#img-illu.svg-alveole{
		position: absolute;
		transform: scale(.52);
		transform-origin: right top;
		left: 84px;
		top: -178px;
		z-index: 9;
	}
	#dates{
		display: none;
	}
	#main-content-page, #journees-decouverte, #date{
		position: absolute;
		display: block;
		left: 0;
		top: 0;
		transform: scale(1.15);
		transform-origin: top left;
		z-index: 8;
	}
	#dates.visible{
		background-color: rgba(255,255,255,1);
		position: absolute;
		display: block;
		left: -75px;
		top: 208px;
		transform: scale(1.15);
		transform-origin: top center;
		z-index: 9;
	}
	.svg-alveole{
		clip-path: url(#svgAlveoleContenuMobile);
		width: 475px;
		height: 546px;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
	}
	h1 {
		font-size: 35px;
		margin: 55px auto 10px auto;
	}
	h4 {
		font-size: 16px;
	}
	.interieur-alveole h2 {
		right: 0%;
	}
	.interieur-alveole {
		height: 70%;
		width: 50%;
		position: relative;
		left: 25%;
		top: 15%;
		transform: scale(0.85);
		transform-origin: top center;
	}
	#calendrier {
		max-width: 300px;
		position: absolute;
		right: 25%;
		top: 23%;
		transform: scale(0.85);
		transform-origin: top center;
	}
	.interieur-alveole img {
		right: -20%;
	}
	.texte-contenu, .benoit .texte-contenu {
		width: 88%;
		margin: auto;
		height: 310px;
		height: 31vh;
		left: 0%;
	}
	.texte-contenu p {
		font-size: 14px;
	}
	#journees-decouverte img, #main-content-page img {
		height: 48px;
	}
}


@media screen and (max-width: 540px) {
	body{
		overflow-y: hidden;
	}
	#entete {
		transform: scale(.8) translate(-10%,-10%);
		width: 120vw;
		max-width: none;
	}
	#main-content{
		width: 120vw;
		max-width: none;
		position: fixed;
	}
	.svg-alveole-entete {
		position: absolute;
		transform: scale(.6);
		transform-origin: left top;
		top: 25px;
		right: auto;
		left: 0;
	}
	#menu{
		width: 144px;
		height: 207px;
		position: absolute;
		right: 45px;
		top: 0px;
		margin: 0;
		left: 101px;
	}
	#img-illu.svg-alveole{
		left: 179px;
		transform: scale(.4);
		top: 30px;
		transform-origin: left top;
		position: absolute;
	}
	#main-content-page, #journees-decouverte {
		left: -208px;
		top: 172px;
		transform: scale(1.5);
	}
	.texte-contenu, .benoit .texte-contenu {
		width: 80vw;
		padding-right: 10px;
		margin: 0 auto;
		left: 158px;
		transform: scale(0.7);
		top: 130px;
		position: absolute;
		transform-origin: left top;
		height: calc(100vh - 440px);
	}
	.svg-alveole{
		overflow: visible;
	}
	h1 {
		font-size: 24px;
		margin: 47px auto 20px auto;
	}
	h2 {
		font-size: 23px;
	}
	h4 {
		font-size: 12px;
		margin-bottom: 3px;
	}
	#dates.visible {
		left: -89px;
		top: 172px;
		transform: scale(1.5);
	}
	.texte-contenu p {
		font-size: 13px;
	}
	#calendrier {
		right: 25%;
		top: 15%;
		transform: scale(0.55);
	}
	.interieur-alveole{
		top: 9%;
		right: 15%;
		transform: scale(0.65);
	}
	.interieur-alveole img {
		height: 80px;
		top: 20px;
		right: -38px;
	}
}