



@import url('https://fonts.googleapis.com/css?family=Unica+One');

Access-Control-Allow-Origin: http://eoplug.com/site17/

@font-face {
 font-family: 'UnicaOneRegular';
  src: url(www.book.eostation.xyz/img/UnicaOne-Regular.ttf);
}


@font-face {
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: lighter;
	src: url(www.book.eostation.xyz/img/Comfortaa-Light.ttf);
   }

@font-face {
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: normal;
	src: url(www.book.eostation.xyz/img/Comfortaa-Medium.ttf);
   }

 @font-face {
	font-family: 'Comfortaa';
	font-style: normal;
	font-weight: bold;
	src: url(www.book.eostation.xyz/img/Comfortaa-Bold.ttf);
   }
   



/************************ FONTS**************** ********/
/************************LAYOUT************************/
/************************ HEADER************************/
/************************ PAGES**************** ********/
/************************ SPECS ************************/
/************************ HOLDERS************************/
/************************ SPECS ************************/
/*****************TILT*****************/
/************************ IMG ************************/
/************************ BOX ************************/
/************************ MAP ************************/
/************************PARALLAX ************************/




/************************ FONTS**************** ********/
/*h1*/
h1{
	 display: flex;
	position:absolute;
	font-size:100px;
	font-family:'Unica One', cursive;
	color:rgb(255, 255, 255);
	text-shadow: 0 0 6px #fff;
	opacity:0;
	margin:auto;padding-top:20px;
	text-align:center;
	line-height:98%;
	font-weight:lighter;
	letter-spacing:-3px;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
h2{
	position:absolute;
	font-size:40px;
	font-family:'Unica One', cursive;
	color:rgb(53, 42, 42);
	padding:5px;
	text-align:center;
	line-height:98%;
	font-weight:lighter;
	letter-spacing:-3px;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	z-index:70;
}
/*h3 menu*/
h3{
	position:relative;
	font-size:45px;
	font-family:'Unica One', cursive;
	color:rgb(40, 40, 40);
	margin:auto;padding:5px 10px;
	text-align:center;
	line-height:98%;
	font-weight:lighter;
	letter-spacing:-1px;
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	z-index:70;
	}
/*h4 submenu*/
h4{
	position:relative;
	font-size:40px;
	font-family:'Unica One', cursive;
	color:rgb(40, 40, 40);
	margin:auto;padding:5px 10px;
	text-align:center;
	line-height:98%;
	font-weight:lighter;
	letter-spacing:-1px;
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;

	}

h5{	
	position:relative;
	font-size:30px;
	font-family:'Unica One', cursive;
	color:rgb(88, 86, 86);
	margin:auto;padding:5px;
	text-align:center;
	line-height:150%;
	font-weight:lighter;
	letter-spacing:-1px;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	}
h6{	
		position:relative;
		font-size:20px;
		font-family:'Unica One', cursive;
		color:rgb(255, 255, 255);
		margin:auto;padding:5px;
		text-align:center;
		line-height:150%;
		font-weight:lighter;
		letter-spacing:-1px;
		-webkit-transition:all .3s ease-in-out;
		transition:all .3s ease-in-out;
		}

p{
		position:relative;
		font-size:16px;
		font-family: 'Comfortaa', sans-serif;
		color:rgb(32, 32, 32);
		margin:auto;padding:5px;
		text-align:left;
		line-height:160%;
		font-weight:lighter;
		letter-spacing:-1px;
		-webkit-transition:all .3s ease-in-out;
		transition:all .3s ease-in-out;
	}
p2{
		position:relative;
		font-size:16px;
		font-family: 'Comfortaa', sans-serif;
		color:rgb(255, 255, 255);
		margin:auto;padding:5px;
		text-align:left;
		line-height:130%;
		font-weight:lighter;
		letter-spacing:0px;
		-webkit-transition:all .3s ease-in-out;
		transition:all .3s ease-in-out;
	}	

p3{
	position:relative;
	font-size:16px;
	font-family: 'Comfortaa', sans-serif;
	color:rgb(32, 32, 32);
	margin:auto;padding:5px;
	text-align:left;
	line-height:140%;
		font-weight:bold;
		letter-spacing:-20px;
		-webkit-transition:all .3s ease-in-out;
		transition:all .3s ease-in-out;
	}
p4{
		position:relative;
		font-size:13px;
		font-family: 'Comfortaa', sans-serif;
		color:rgb(32, 32, 32);
		margin:auto;padding:5px;
		text-align:left;
		line-height:160%;
		font-weight:lighter;
		letter-spacing:-1px;
		-webkit-transition:all .3s ease-in-out;
		transition:all .3s ease-in-out;
	}	
/************************PARALLAX************************/
.parallax {

	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: hidden;
	position: relative;
    z-index: 20;
}

#parallax1 {
	background-image: url("https://book.eostation.xyz/img/banner.jpg ");
    min-height: 550px; 

    }
.parallax2 {
	background-image: url("https://book.eostation.xyz/img/Calque 2.png ");
 	min-height: 500px;
  }	

.parallax3 {
	background-image: url("https://book.eostation.xyz/img/Calque 3.png ");
 	min-height: 500px;
}
.parallax4 {

}
	

/************************LAYOUT************************/
/*html { overflow: hidden; } body { overflow: hidden; }*/

html {
	scroll-padding-top: 4rem;
}

div {
    display: inherit;
}
* {
	margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Comfortaa', sans-serif;
    color: rgb(0 0 0);
    text-align: left;
    line-height: 98%;
    font-weight: bold;
    letter-spacing: -1px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-width: inherit;
}
.pagecontent{
	width: 100%;
    position: relative;
    z-index: 60;
    background-color: #ffffff;
  }

.mainpanel{
	display: flex;
	position: relative;
    width: 100%;
    height: auto;
    margin: auto;
	padding: 0 0 0;
	background-color: #ffffff;
  }

  .sidebar{
	position:relative;
	display: block;
	width: 20%;
	min-width: fit-content;
	float: right;
	z-index: 4;
	height: 100%;
  }

  .widjet {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	padding: clamp(10px, 30px, 40px);
	border-radius: 35px;
	margin: 40px 10px;
	background: rgb(255 132 79);
  }

 .formmarginbox {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	padding: 10px;
  }
  .uk-input {
	border: 5px solid rgb(133, 133, 133);
	border-radius: 15px;
	min-height: 35px;
	background: rgb(255, 255, 255);
	position:relative;
	font-size:16px;
	font-family: 'Comfortaa', sans-serif;
	color:rgb(3, 3, 3);
	margin:auto;padding:5px;
	text-align:left;
	line-height:98%;
	font-weight:lighter;
	letter-spacing:0px;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
  }
  .footer {
	display: flex; 
  align-items: center; 
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	width: 100vw;
    height: 120px;
    position: relative;
    display: grid;
    bottom: 0;
  }


/************************ HEADER************************/
#header {
	max-width: 100%;
    z-index: 100;
    height: 200px;
    background-color: white;
    margin: auto;
    position: fixed;
	transition: 0.4s;
}


.titleclass{
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	position:relative;
	width:80%;height:90%;
	margin:auto;padding:0px;
	}
.bannerarea{
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	position:relative;
    width: 100%;
    height: 90%;
    margin: 170px auto 0px 0;
    padding: 0 0 40px;
    z-index: 50;
    background-color: #ffffff;
	}	


	
.logoBig{
    margin: 200px 40vw 0;
    position: fixed;
    width: 300px; height: auto;
    top: 0px; left: 0;
    z-index: 200;
    padding: 0px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	}

.logoSmall{
	margin: -10px 10%;
	width: 120px; height: auto;
	top: 0; left: 0;
	position: absolute!important;
	z-index: 200;
	padding: 0px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	}	

#logoA{
}

#logoB{
	opacity: 0;}

#logoA:hover {
	width: 320px; height: auto;	}		
#logoB:hover 	{
			opacity:1;	}
				
					
#logo_shrink{
		opacity: 0;}

#logo_shrinkB{
	opacity: 0;
	}
#logo_shrinkB:hover{
	opacity:1;	}

.headerwrapper{
	max-width: 100%;
    max-height: 120px;
    margin: auto;
    position: relative;
    top: -35px;
    background-color: white;
	}
	

 .logo{
	  width: 100%;
		  height: 100%;
		  object-fit: cover;
		  overflow: hidden;	}



/************************ STICKY HEADER**************** ********/
*,
*:after,
*:before {
  box-sizing: border-box;
}
:root {
  --header-outer-height: 140px;
  --header-inner-height: 70px;
  --header-height-difference: calc(
    var(--header-outer-height) - var(--header-inner-height)
  );
  --header-bg: #fff;
}

.responsive-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* Sticky header */
.header-outer {
  /* Make it stick */
  z-index: 300;
  height: var(--header-outer-height);
  position: sticky;
  top: calc(
    var(--header-height-difference) * -1
  ); /* Multiply by -1 to get a negative value */
  display: flex;
  align-items: center;

  /* Other */
  background-color: var(--header-bg);
  box-shadow: 0 2px 20px 0 rgba(0,0,0, 0.5);
}

.header-inner {
  /* Make it stick */
  height: var(--header-inner-height);
  position: sticky;
  top: 0;

  /* Other */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Styling of other elements */
.header-logo img {
  display: block;
  height: calc(var(--header-inner-height) - 30px);
}

.header-navigation {
  display: flex;
  flex-wrap: wrap;
}

.header-navigation a,
.header-navigation button {
  font-size: 1.125rem;
  color: inherit;
  margin-left: 1.75rem;
  position: relative;
  font-weight: 500;
}

.header-navigation a {
  display: none;
  font-size: 1.125rem;
  color: inherit;
  text-decoration: none;
}

.header-navigation button {
  border: 0;
  background-color: transparent;
  padding: 0;
}

.header-navigation a:hover:after,
.header-navigation button:hover:after {
  transform: scalex(1);
}

.header-navigation a:after,
.header-navigation button:after {
  transition: 0.25s ease;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentcolor;
  transform: scalex(0);
  position: absolute;
  bottom: -2px;
  left: 0;
}

.main {
}


@media (min-width: 800px) {
  .header-navigation a {
    display: inline-block;
  }

  .header-navigation button {
    display: none;
  }
}


	


/************************ MENUS************************/

.menuThemes{
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
	position: fixed;
    left: 0;
    right: 200px;
    top: 10px;
    width: 35%;
    height: 50px;
    margin: auto;
    padding: 30px 0;
	z-index: 300;
	cursor:default;
	}
ul {
		list-style-type: none;
}

.navwrapper{
	display: block;
    width: 100%;
    position: absolute;
		}

.menuIcons {
	display:-webkit-flex;
	display: flex;
	justify-content: space-around;
    position: fixed;
    float: right;
    right: 10%;
	top:0;
    width: 240px;
    padding: 0px;
	cursor:default;
	flex-wrap:wrap;
	z-index: 300;
			
}

#tools{
	display:-webkit-flex;
	display: flex;
	justify-content: space-around;
    position: relative;
    width: 240px;
    padding: 0px;
	margin: auto;
	cursor:default;
	flex-wrap:wrap;
	z-index: 300;
			
}

/************************ HOLDERS************************/	


.iconArea, .iconArea2{
	height:50px;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	}

	.iconA	
.iconArea{margin:auto;padding:0 0 0 40px;}	
.iconArea2{margin:auto;padding:4px;}	
.iconAreaIn{
	position:relative;
	background-color:rgba(256, 256, 256, 0);
	width:auto;height:30px;
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	margin:10px;padding:0 20px;}

.iconAreaIn3{
		position:relative;
		background-color:rgba(256, 256, 256, 0);
		width:150px;height:150px;
		-webkit-transition:all .4s ease-in-out;
		transition:all .4s ease-in-out;
		margin:10px;padding:0 20px;}

.imgArea {
	max-width : 100%;
	}
.imgArea2 {
	position:relative;
	background-color:rgba(256, 256, 256, 0);
	margin:30px;
	width:30%;
	display:inline-block;
	}	
/************************ PAGES**************** ********/
#pages{}

.page{
	width: 100vw;
	flex-wrap: wrap;
}

#ca_menu{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-evenly;
	z-index:200;

    margin: auto; 	gap: 0px; padding:0px;
    width: 80%; height:150px;
	overflow: hidden;

	background-color: #fff;
	border-radius: 30px 0 30px 0;
	box-shadow: -10px 12px 15px 0px rgb(0 0 0 / 40%);
}

.wrapper{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	z-index:20;

    margin: auto; 	gap: 20px; padding:0px;
    width: 80%; height:auto;
	overflow: hidden;

	background-color: #fff;
	border-radius: 30px 0 30px 0;
	box-shadow: -10px 12px 15px 0px rgb(0 0 0 / 40%);
}

.wrapperinvisible{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	z-index:20;
	flex-wrap: wrap;
    margin: 40px ; 	gap: 20px; 
	background-color: #fff;
    width: 895%; height:auto; min-height:50px;
}

.wrapperinvisible2{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	z-index:20;
	flex-wrap: wrap;
    margin:auto; 	gap: 20px; 
	width: 95%; height:auto; min-height:50px;
}

.wrapperinvisible3{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	z-index:20;
	flex-wrap: wrap;
	height: 1px;
    width: 100%;	
	background-color: #fff;
}

.wrapper2{
	display: flex; 
	align-items: center;
	align-content: center;
	justify-content: center;
	z-index:20;

    margin:  10px;	padding: 20px; 	gap: 20px;
    width: 40%;	min-height: 150px;
	overflow: hidden;

	background-color: #fff;
	box-shadow: -10px 12px 15px 0px rgb(0 0 0 / 40%);
	border-radius:  30px 0 30px 0
}

.wrapper3{
	display: flex; 
	align-items: center;
	align-content: center;
	justify-content: center;
	object-fit: cover;
	flex-wrap: wrap;
	z-index:20;
	width:90%;
    overflow: hidden;
    margin:  auto;	padding: 20px; 	gap: 20px;
	min-height: 150px;
	background-color: #fcfcfc;
	box-shadow: -10px 12px 15px 0px rgb(0 0 0 / 40%);
	border-radius: 30px 0 30px 0
}

.wrapper4{
	display: flex; 
	align-items: center;
	align-content: center;
	justify-content: center;
	z-index:20;
    margin:  10px;	padding: 20px; 	gap: 20px;
    width: 40%;	min-height: 150px;
	background-color: #fff;
	box-shadow: -10px 12px 15px 0px rgb(0 0 0 / 40%);
	border-radius: 30px 0 30px 0
}

.wrapperthi{
	display: flex; 
	align-items: center;
	align-content: center;
	justify-content: center;
	z-index:20;

    margin:  10px;	padding: 20px; 	gap: 20px;
    width: 40%;	
}

@media only screen and (max-width: 1300px) {
	.wrapper{width: 100%;}
	.wrapperinvisible{width: 100%;}
  }	

@media (min-width: 800px) {
  .header-navigation a {
    display: inline-block;
  }


.bgImg{
	top: -20%;
    right: -10%;
    z-index: 10;
    position: absolute;
    max-height: 100%;
    object-fit: contain;
    opacity: 1;
}

.sticky{
	position: sticky;
	top: 84px;
}

/************************ GRID ************************/
.roww{
 flex:1;
}

.panel_img_height{
	display:flex;
	z-index:20;
	max-height: 100%;
    max-width: 100%;
    width: auto;
	height: 90vh;
}
.panel_img_width{
	display:flex;
	z-index: 20;
	max-height: 100%;
	height: auto;
    max-width: 100%;
    margin: auto auto 0;
}
	
.panelBg{
background-color: rgba(255, 255, 255, 0.5);
border-radius: 20%;
}

} 
/************************ SPECS ************************/
.hover:hover h3{color:rgb(40, 40, 40);}
.hover:hover h4{color:rgb(40, 40, 40);}
@media only screen and (max-width:1100px){
h3{	font-size:35px;padding:2px;}	
h4{	font-size:30px;padding:2px;}
h5{	font-size:20px;padding:2px;}
}
.innershadow{
	-moz-box-shadow:inset 1px -5px 8px rgba(0, 0, 0, .5);
	-webkit-box-shadow:inset 1px -5px 8px rgba(0, 0, 0, .5);
	box-shadow:inset 1px -5px 8px rgba(0, 0, 0, .5);}
.outershadow{
		-moz-box-shadow:0px 5px 5px 2px rgba(0, 0, 0, .4), 0px 1px 4px -3px rgba(0, 0, 0, .9);
	-webkit-box-shadow:0px 5px 5px 2px rgba(0, 0, 0, .4), 0px 1px 4px -3px rgba(0, 0, 0, .9);
			box-shadow:0px 5px 5px 2px rgba(0, 0, 0, .4), 0px 1px 4px -3px rgba(0, 0, 0, .9);
}
.pleft{text-align:left;}
.pright{text-align:right;}
.left{float:left !important;}
.right{float:right !important;}

.radiusLeft{border-radius:30px 0 30px 0;}
.radiusRight{border-radius:0 30px 0 30px;}
.radiusLeft2{border-radius:15px 0 5px 0;}
.radiusRight2{border-radius:0 15px 0 15px;}

.color1{color:rgb(180, 180, 180)!important;}
.color2{color:rgb(40, 40, 40)!important;}
.color3{color:rgb(250, 110, 30)!important;}

/*****************TILT*****************/
.tilt1{
	-ms-transform:rotate(-7deg);
	-webkit-transform:rotate(-7deg);
	transform:rotate(-7deg);}
.pattern{background-color:rgba(20, 30,40, .9);
		background-image:url(http://www.eoplug.com/site17/asset/patternB.png);background-repeat:repeat;}
.invisible{opacity:0;}
.hover:hover .invisible{opacity:1;}
*.unselectable{
	-webkit-touch-callout:none;
	-moz-user-select:-moz-none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-o-user-select:none;}


/************************ IMG ************************/
.img{max-width:100%;width:auto;height:auto;}
	
.imgHover{
	-webkit-transition:all .2s ease-in-out; transition:all .2s ease-in-out;} 	
@media only screen and (max-width:700px){
.imgArea2 {		margin:10px;	}
}
.imgHover:hover {
		-moz-box-shadow:0px 5px 5px 2px rgba(0, 0, 0, .4), 0px 1px 1px -3px rgba(0, 0, 0, .9);
	-webkit-box-shadow:0px 5px 5px 2px rgba(0, 0, 0, .4), 0px 1px 1px -3px rgba(0, 0, 0, .9);
			box-shadow:0px 5px 5px 2px rgba(0, 0, 0, .4), 0px 1px 1px -3px rgba(0, 0, 0, .9);
			-ms-transform:scale(1.01,1.01);
		-webkit-transform:scale(1.01,1.01);
				transform:scale(1.01,1.01);
	}

.imgbox {
	height: 100%;
	margin: auto;
	min-height: 150px;
	max-height: 730px;
	max-width: 1600px;
}

.imgbox2 {
	height: 100%;
	margin: auto;
	border-radius: 50% ;
}
.imgbox2:hover {
	-moz-box-shadow:0px 5px 5px 2px rgba(0, 0, 0, .4), 0px 1px 1px -3px rgba(0, 0, 0, .9);
	-webkit-box-shadow:0px 5px 5px 2px rgba(0, 0, 0, .4), 0px 1px 1px -3px rgba(0, 0, 0, .9);
			box-shadow:0px 5px 5px 2px rgba(0, 0, 0, .4), 0px 1px 1px -3px rgba(0, 0, 0, .9);
			-ms-transform:scale(1.01,1.01);
		-webkit-transform:scale(1.01,1.01);
				transform:scale(1.01,1.01);
	transition: 0.3s;
}

.imgbox2:active {
	-moz-box-shadow:0px 5px 5px 2px rgba(0, 0, 0, .4), 0px 1px 1px -3px rgba(0, 0, 0, 1);
	-webkit-box-shadow:0px 5px 5px 2px rgba(0, 0, 0, .4), 0px 1px 1px -3px rgba(0, 0, 0, 1);
			box-shadow:0px 5px 5px 2px rgba(0, 0, 0, .4), 0px 1px 1px -3px rgba(0, 0, 0, 1);
			-ms-transform:scale(1.02,1.02);
		-webkit-transform:scale(1.02,1.02);
				transform:scale(1.02,1.02);
	transition: 0.3s;
}

/************************ BUTTON ************************/
.picto{
	display:-webkit-flex;
	display:flex;
	position:relative;
    height: auto; width:auto;
	vertical-align: middle;
	margin:auto;
	z-index:10;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.button{

	display:-webkit-flex;
	display:flex;
	position:relative;
    height: auto; width:auto;
	vertical-align: middle;
	border:none;
	background:rgb(92, 88, 88);
	border-radius:18px;
	margin:  5px auto;
	padding:10px;
	z-index:10;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.button:hover {
	padding:16px;
	margin: 24px auto;
	background-color:#2c2c2c;
	transition: 0.3s;
}

.button:focus {
	border:none;
    outline-color: transparent;
    outline-style:solid;
	background:rgb(56, 52, 52);
	transition: 0.3s;
}
.button2{
	display:-webkit-flex;
    display: flex;
    position: relative;
    height: auto;
    width: auto;
    vertical-align: middle;
    border: none;
    background: rgb(233, 232, 232);
    border-radius: 0px;
	margin: 100px 5% -190px;
    padding: 20px;
    z-index: 150;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.button2:hover {
	padding:16px;
	background-color:rgb(196, 193, 193), 232, 232);
	transition: 0.3s;
}

.button2:focus {
    outline-color: transparent;
    outline-style:solid;
	background:rgb(233, 232, 232);
	transition: 0.3s;
}


/************************ BOX ************************/
/* box2 : submenu */
.box2{
	display:-webkit-flex;
	display:flex;
	justify-content: space-around;
	text-align: center;
    height: auto;
	min-height: 55px;
	line-height: 55px;
	vertical-align: middle;
	background:rgb(255, 255, 255);
	position:relative;
	border-radius: 50px;
    width: fit-content;
    padding: 5px;
	top:0px;
	z-index:10;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.box2:before{
    content: "";
    position: absolute;
    border-top: 12px solid transparent;
    border-right: 15px solid rgb(255, 255, 255);
    border-bottom: 12px solid transparent;
    z-index: 15;
    top: -17px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	}
	
.hover:hover .box2{
	bottom: -18px;
	}
.hover:hover .box2:before{
	}

/* box3 : menu labels */	
.box3{
	margin: -8px 50px;
    padding: 0px;
    position: relative;
    width: 60%;
    max-width:120px;
    min-height: 35px;
	border-radius: 4px 20px 20px 4px;
    max-width: 120px;
    min-height: 35px;
    background-color: rgb(180, 180, 180);
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;}
.box3:before{
	content:"";position:absolute;
	top:0px;left:-19px;
	width:0;height:0;
	border-bottom:20px solid transparent;
	border-top:20px solid transparent;
	border-right:20px solid  rgb(180, 180, 180);
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;}

.hover:hover .box3{background-color:rgb(146, 137, 137);transform:translateX(-20px);}
.hover:hover .box3:before{border-right:20px solid rgb(146, 137, 137);}

@media only screen and (max-width:1100px){
.box3{
	margin:-8px 30px;}
}	
/* box4 : polygon */	
.box4{
	position:absolute;
	width:60px;height:auto;
	margin:-6% -50%;}

/* icon specs */
.link{
	position:absolute;
	width:50px;height:auto;
	margin:10% -35%;
	z-index:50;}
.linkhover{
	position:absolute;
	width:53px;height:auto;
	margin:10% -40%;z-index:51;
	opacity:0;
	-webkit-transition:opacity .2s ease-in-out;
	transition:opacity .2s ease-in-out;}

.link2{
		position:absolute;
		width:150px;height:auto;
		z-index:50;}
.linkhover2{
	position:absolute;
	width:150px;height:auto;
	z-index:51;
	opacity:0;
	-webkit-transition:opacity .2s ease-in-out;
	transition:opacity .2s ease-in-out;}
	
.link3{
		position:absolute;
		width:40px;height:auto;
		margin:10% -35%;
		z-index:50;}		
		
.selector{
	position:absolute;
	width:55px;height:auto;
	margin:0 -45%;z-index:40;
	opacity:0;
	-webkit-transform:rotate(80deg);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;}


.hover:hover .linkhover, .linkhover2{opacity:1;}
.hover:hover .selector{
	opacity:1;
	-webkit-transform:translateX(0%);
	-webkit-transform:rotate(0deg);
	}
/* box5 : message popup */
.box5{
	display:-webkit-flex;
	display:flex;
	align-content: center;
	width:200px; height:50px;
	background:rgb(256, 256, 256);
	position:relative; margin:10px auto;
	border-radius:10px;
	z-index:10;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.imgbox:hover ~.box5{background-color:rgb(80, 80, 80);transform:translateX(-20px);}	

/* box6 : caption */
.box6{
	position:absolute;
	bottom:0;
	margin-left:45%;
	width:10px;height:10px;
	background:rgb(256, 256, 256);
	padding:5px;
	border-radius:10px;
	z-index:10;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.box6:before{
	content:"";
	position:absolute;
	right:50%;top:-18px;
	border-top:15px solid transparent;
	border-right:12px solid rgb(256, 256, 256);
	border-bottom:15px solid transparent;
	z-index:-1;
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);transform:rotate(90deg);
	-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;
	}
.hover:hover .box6{	width:200px;height:auto;}

@media only screen and (max-width:1100px){
.hover:hover .box6{	width:100px;height:auto;}	
}
.box{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    display: block;
    position: relative;
    padding: 10px;
    border-radius: 15px;
    background: #ffffff;
    margin: 30%;
  }
  .boxalpha{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    display: block;
	position: relative;
    padding: 10px;
    margin: 20% auto 0;
    z-index: 10;
  }
  .boxcircle{
	width: 100px;
    height: 100px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
	display:-webkit-flex;
	display:flex;
    padding: 10px;
    background: #ffffff;
    margin: auto;
  }
  .box7{
	display: flex; 
	align-items: center; 
    box-sizing: border-box;
	height: 120px;
    padding: 10px;
	bottom: -60px;
	background: #000000;
  }


/************************ KEYFRAME ************************/
/*fade*/
.fadeIn{animation:fadeIn 4s ease-in-out forwards;}
@keyframes fadeIn{
	0%{visibility:hidden;opacity:0;}
	1%{visibility:visible;opacity:0;}
	100%{opacity:1;}
}
@-webkit-keyframes fadeIn{
	0%{visibility:hidden;opacity:0;}
	1%{visibility:visible;opacity:0;}
	100%{opacity:1;}
}
.fadeOut{animation:fadeOut 4s ease-in-out forwards;}
@keyframes fadeOut{
	0%{opacity:1;}
	99%{visibility:visible;opacity:0;}
	100%{visibility:hidden;opacity:0;}
}
@-webkit-keyframes fadeOut{
	0%{opacity:1;}
	99%{visibility:visible;opacity:0;}
	100%{visibility:hidden;opacity:0;}
}

/* slide*/ 
.slideIn{animation:slideIn .5s ease-out forwards;}
@keyframes slideIn{
		0%{transform:translate(0%,+1000px);}
		100%{transform:translate(0%,0%);}
}
@-webkit-keyframes slideIn{
		0%{transform:translate(0%,+1000px);}
		100%{transform:translate(0%,0%);}
}
.slideOut{animation:slideOut .5s ease-out forwards;}
@keyframes slideOut{
		0%{transform:translate(0%,0%);}
		100%{transform:translate(0%,-1000px);}
}
@-webkit-keyframes slideOut{
		0%{transform:translate(0%,0%);}
		100%{transform:translate(0%,-1000px);}

}


/************************ MAP ************************/
#map {
	border-radius: 0px;
	position:relative;
    max-height: 800px;
    height: 80vh;
	width: 90%;
    margin: 50px auto;
	z-index:100;
	background-color: rgb(122, 124, 124);
}

#floating-panel {
	
  }


/************************PARALLAX ************************/

