* {
	box-sizing:border-box;
    font-family: Exo;
}
html {
    overflow:hidden;
}

body, a {
    font-size: 16px;
}

body {
	height:100%;
}

a {
	text-decoration:none;
	color:#000;
}
.h1, .h2, .h3, .pays {
	font-family: 'Copperplate Gothic Light';
}
.error404 {
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: red;
	font-weight: bold;
	border: 1px solid red;
	padding: 20px;
	border-radius: 20px;
}
.mobile-only {
	display:none;
}
.top.level1 {
	position:absolute;
	width: 100%;
	padding-bottom: 15px;
	z-index: 5;
	top: 0;
}
.ajax-on .top.level1-w a  {
	filter: invert(100%);
}
.ajax_content{position: fixed;width: 100%;background: #fff;top: 0;z-index: 5;height: 0%;}
.ajax_content.on{height: 100%;}
.ajax_content > div{opacity:0;max-width: 1920px;margin: 110px auto 0;height: 100%;}
.ajax_content > div.on{opacity:1;}
.ajax_content, 
.ajax_content > div, 
.enquiry,
.fade,
a#enquire,
.menu a::before, 
.menu a::after {
	transition: 600ms ease-in-out;
}
.home {
    background: url(../img/eden-sphere.webp) white no-repeat center 0px / 100% 100%;
    letter-spacing: 1px;
    scrollbar-width: none;
}

.container {
	max-width:1920px;
	margin: 0px auto 0;
	height: 100%;
	/* overflow: hidden; */
	position: relative;
}

.top.level1-w, .top.level1-w a {
    color: #fff;
}
.top.level1-b, .top.level1-b a {
    color: #000;
}
.top.level1-b {
	background-color:#fff;
}
.top.level1 > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 35px 92px 5px;
    z-index: 5;
    position: relative;
	max-width:1920px;
	margin:0 auto;
}

.top.level1 a {
	text-decoration:none;
}

.top.level1 .menu a {padding: 0 20px;font-size: 15px;cursor: pointer;}
.top.level1 .menu a.sub:after {
	content:"";
	display:block;
	background: url(../img/tick-w.png) transparent no-repeat center center / contain;
	width: 8px;
	height: 5px;
	display: inline-block;
	margin-left: 4px;
}
.top.level1-b .menu a.sub:after {
	background: url(../img/tick-b.png) transparent no-repeat center center / contain;
}

.account {
	width: 111px;
	height: 55px;
	background: url(../img/account-border-w.png) transparent no-repeat center center / contain;
}
.level1-b .account {
	background: url(../img/account-border-b.png) transparent no-repeat center center / contain;
}
.account span {
	display:flex;
	height:100%;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

.home-block {display: flex;max-width: 1920px;align-content: center;justify-content: center;align-items: center;text-align: center;color: #fff;top: 50%;position: absolute;transform: translate(0, -55%);width: 100%;}
.home-block h1 {font-size: 37px;margin: 0px 0 10px 0;/* text-shadow: 0 0 1px black; */}
.home-block-sub {
    font-size: 20px;
    /* text-shadow: 0 0 1px black; */
}
.flex-horizontal {display: flex;justify-content: center;align-items: center;align-content: center;}

/* Button used on homepage: white border with small radius and a veil when hovering */
.button1 {
	background: url(../img/button1a.png) transparent no-repeat center center / contain;
	color: #fff;
	display: inline-block;
	width: 191px;
	height: 67px;
	text-align: center;
	margin: 0px 13px;
	font-size: 19px;
}
.button1:hover {
	background-image:url(../img/button1b.png); 
}

.button1 span {display: flex;height: 100%;justify-content: center;align-items: center;/* text-shadow: 0 0 1px black; */}

.home-block .buttons1 {
    margin-top: 23px;
}
#avion{
    background: url("../img/avion.png") no-repeat center center / cover transparent;
    width: 56px;
    height: 56px;
    position: absolute;
    z-index: 3;
    transition: 106s linear 0s infinite;
    /* opacity:0; */
    pointer-events:none;
    animation: hide 0.5s ease 0s forwards;
    /* visibility:hidden; */
    z-index: -2;
    /* top: 110px; */
    /* left: 0; */
}
.home:hover #avion{
	animation: show 1s ease 0s forwards;
}

#avion.show {
	visibility:visible;
}

.fog {
	position: absolute;
	width: 100%;
	align-content: flex-end;
	bottom: 0;
	background: url(../img/fog-home.png) repeat-x transparent left bottom / 50% 120%;
	height: 70%;
	animation: fog-home 100s linear infinite;
	left: 0;
}

.fog img {
	max-height:100%;
}
.visite-en-images-level1 {
    position: relative;
    height: calc(100% - 110px);
    min-height: 600px;
}
.visite-en-images-level1 ul {margin-left: 70px;}
.visite-en-images-level1 > div {
	position: absolute;
	display: flex;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
}
.visite-en-images-level1 ul li {margin-bottom: 20px;}
.visite-en-images-level1 ul li:last-child {margin-bottom: 0px;}
.visite-en-images-level1 ul a:hover, .visite-en-images-level1 ul a.selected {
	color:#70AC2E;
}
.logo img, .top.level1 a {
	transition: 1200ms linear;
}
.visite-en-images-level1 ul a {
	transition: 300ms linear;
	font-size: 20px;
}
.visite-en-images-level1 img {
	max-height: 500px;
}
.visite-en-images h1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
}
.veis {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
.vei > a {
    display: block;
    cursor: pointer;
    color: #fff;
    height: 100%;
    font-size: 18px;
    position: relative;
}
.vei h2 {margin-top: 0;padding-top: 123px;font-size: 28px;padding-bottom: 10px;margin-bottom: 0;letter-spacing: 2px;z-index: 1;position: relative;}
.vei {
    width: 360px;
    height: 480px;
    background: transparent no-repeat center center / 100% 100%;
}
.vei img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.vei > a:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.55;
	transition: 300ms linear;
	top: 0;
	left: 0;
	z-index: 1;
}
.vei.vei-japon > a:before {
	display:none;
}
.vei > a > div {
	position:relative;
	z-index: 2;
}
.vei > a:hover:before {
	opacity:0;
}

.haiku {
    font-family: 'blackadder itc';
    font-size: 31px;
    line-height: 1.5;
    z-index: 111;
}

.season {
	height: 100%;
	color:#fff;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.season h1 {
	font-size: 54px;
	margin-top: 0;
}

.season-content {
	position: absolute;
	top: 28%;
	left: 7%;
}

/* Japon Saison printemps */
.season_spring {
	background:url('/media/img/saisons/Printemps Mont Fuji A.webp') transparent no-repeat center center / 100% 100%;
}
.season_spring .cloud {
	position:absolute;
	animation: 720s linear 0s season-spring-cloud 1 forwards;
	background:url('/media/img/saisons/Nuage.webp') transparent no-repeat center center / 100% 100%;
	width: 15%;
	height: 12%;
	top: 18%;
	content: "";
	left: 69%;
}
.season_spring .fg{
	background:url('/media/img/saisons/Printemps Mont Fuji B.webp') transparent no-repeat center center / 100% 100%;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
/* /Japon Saison printemps */

/* Japon Saison été */
.season_summer {
	background:url('/media/img/saisons/Eté Harashiyama Bambous.webp') transparent no-repeat center center / 100% 100%;
}
.season_summer .lantern {
	position:absolute;
	animation: 4s linear 0s season-summer-lantern-shine infinite;
	background: radial-gradient(white 0%, transparent 70%);
	content: "";
}
.season_summer .lantern1{
    left: 59.3%;
    top: 84.1%;
    width: 4.125%;
    height: 7.232%;
    border-radius: 20px;
}
.season_summer .lantern2{
	left: 54%;
	top: 76.3%;
	width: 3.084%;
	height: 5.155%;
	border-radius: 20px;
}
.season_summer .lantern3{
	left: 51.7%;
	top: 69.1%;
	width: 2.823%;
	height: 4.635%;
	border-radius: 20px;
}
/* /Japon Saison été */

/* Japon Saison automne */
.season_fall {
	background:url('/media/img/saisons/Automne Harashiyama.webp') transparent no-repeat center center / 100% 100%;
}
.leaf > div {
	position:absolute;
	width:100%;
	height:100%;
}
.leaf0 {
	background:url('/media/img/saisons/Feuille1.webp') transparent no-repeat center center / 100% 100%;
}
.leaf1 {
	background:url('/media/img/saisons/Feuille2.webp') transparent no-repeat center center / 100% 100%;
}
.leaf2 {
	background:url('/media/img/saisons/Feuille3.webp') transparent no-repeat center center / 100% 100%;
}
.leaf3 {
	background:url('/media/img/saisons/Feuille4.webp') transparent no-repeat center center / 100% 100%;
}
/* /Japon Saison automne */

/* Japon Saison hiver */
.season_winter {
	background:url('/media/img/saisons/Hiver Hokkaido.webp') transparent no-repeat center center / 100% 100%;
}
/* /Japon Saison hiver */

.image-slider {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
    height: 100%;
}
.image-slider > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    height: 100%;
	transition:300ms linear;
}
.image-slider ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
}
.image-slider ul li {
    position: relative;
    width: 335px;
    height: 730px;
    margin-right: 20px;
}
.image-slider ul li a {
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    padding: 30px 20px;
}
.image-slider ul li h3 {}
.image-slider ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.image-slider .left {
    min-width: 40%;
}
.image-slider .left h2 {
    margin: 0 0 10px;
}
.image-slider .left div {}
.image-slider .next, .image-slider .previous {
	background:url(../img/arrow-right.png) transparent no-repeat center center;
	width:50px;
	height:50px;
	position:absolute;
	top:50%;
	transform: translate(0, -50%) scale(-1, 1);
	left: 40px;
	content:"";
	cursor: pointer;
	z-index: 2;
}
.image-slider .next {
	right: 85px;
	left: auto;
	transform: translate(0, -50%);
}
.container.block-visite-en-image > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.container.block-visite-en-image > div > div {width: 1200px;}
.container.block-visite-en-image {
    min-height: 600px;
    margin-top: 110px;
    height: calc(100% - 110px);
}
.level2 {
    position: absolute;
    width: 100%;
    top: 110px;
    background: #F2EBED;
    z-index: 5;
}
.level2 > div {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    height: 60px;
}
.level2 > div > a {
    position: absolute;
    left: 6%;
    height: 100%;
    align-content: center;
    display:block;
    font-family: 'Copperplate Gothic Light';
    font-size: 20px;
}
.level2 > div > ul {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    max-width: 700px;
    margin: 0 auto;
    height: 100%;
}
.level2 > div > ul > li {}
.level2 > div > ul > li > a {
    font-size: 14px;
    color: #7f7f7f;
}
.level2 > div > ul > li > a.selected, .level2 > div > ul > li > a:hover {
	color:#000;
}
.blocks {
	padding-top:110px;
}
.has-level2 {
    padding-top: 170px;
}
.zones-list h1 {
    text-align: center;
    font-family: 'Copperplate Gothic Light';
    color: #000;
}
.zone-container-preview {}
.zone-preview {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
}
.zone-preview li {
    max-width: 33%;
    margin: 0 0 6px;
    align-self: stretch;
}
.zone-preview li:nth-child(3n+2) {
	margin-left: .33%;
	margin-right: .33%;
}
.zone-preview li a {
    display: block;
}
.zone-preview li a img {
    width: 100%;
    height: 100%;
}
.zone-container-preview h2::before {
	content: "";
	display: inline-block;
	width: 80px;
	height: 1px;
	border-bottom: 1px solid #000;
	margin-right: 15px;
}
.zone-container-preview:first-child h2 {
	margin-top:0;
}
.zone-container-preview h2 {
    font-family: 'Copperplate Gothic Light';
    color: #000;
    margin-top: 100px;
    font-weight: normal;
}
.zone-container-menu-wrapper {
    position: fixed;
    /* background: #fff; */
    padding: 0;
    right: -310px;
    width: 350px;
    height: calc(100% - 170px);
    overflow-y: auto;
    transition: 0.5s linear;
    display: flex;
    z-index: 1;
}
ul.zone-container-menu {border-left: 2px solid #7f7f7f;background: #fff;width: 310px;padding-top: 20px;}
ul.zone-container-menu > li {
    margin-bottom: 20px;
}
ul.zone-container-menu > li > div, ul.zone-container-menu > li > a {
    font-family: Copperplate Gothic Light;
    color: #7f7f7f;
    padding: 0 10px 0 30px;
}
ul.zone-container-menu > li > ul {
    margin-left: 40px;
    margin-top: 20px;
    display: none;
}
ul.zone-container-menu > li > ul > li {}
ul.zone-container-menu > li > ul > li > a {
    font-family: 'Exo';
    font-size: 14px;
    color: #7f7f7f;
    line-height: 1;
}

.zones-list > .container, .zone-content .container, .zone-extra .container {padding: 0 10%;}
.zones-list > .container > .block-container, .zone-content .container > .block-container, .zone-extra .container > .block-container {
    width: 100%;
	transition:0.5s linear;
}
.zones-container-preview {
}
ul.zone-container-menu > li:hover > div, ul.zone-container-menu > li.selected > div, ul.zone-container-menu > li.selected > a {
	font-weight:bold;
	color:#000;
	cursor:pointer;
	position: relative;
	display: block;
}
ul.zone-container-menu > li:hover > ul, ul.zone-container-menu > li.selected > ul {
	display: block;
}
ul.zone-container-menu > li > ul > li:hover > a, ul.zone-container-menu > li > ul > li.selected > a {
	font-weight:bold;
	color:#000;
}

ul.zone-container-menu > li:hover > div::before, ul.zone-container-menu > li.selected > div::before, ul.zone-container-menu > li.selected > a::before {
	content:"";
	width:15px;
	height:15px;
	background-color:#7f7f7f;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 4px;
}

.zone-container-preview h3 {
	margin-left: 40px;
}
.on.zone-container-menu-wrapper {
	right:0;
}

.zone-container-menu-toggle {
	display:block;
	width: 40px;
	height: 40px;
	border:1px solid #7f7f7f;
	border-right:none;
	color: #7f7f7f;
	font-size: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	background: #fff;
}

.zone-content {
    display: flex;
    margin-top: 50px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
.zone-content .left {
    width: 65%;
}
.zone-content .left ul li {
	margin-right:10px;
}
.zone-content .left ul li:last-child{
	margin-right:0;
}
.zone-content .left ul {
    display: flex;
    margin-left: 5%;
}
.zone-content .left img {
    max-width: 100%;
}
.zone-content .right {
    width: 33%;
    font-size: 14px;
}
.zone-content .right h1 {
    margin-top: 10px;
    font-family: Copperplate Gothic Light;
}
.zone-content .right h2 {}
.rating {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 10px;
    margin-right: 5%;
}
.rating .rating_bg {background:url('../img/star_off.png') top left repeat-x transparent;position:relative;height: 32px;width: calc(32px * 5);margin-left: 20px;}
.rating .rating_fg {background:url('../img/star_on.png') top left repeat-x transparent;position:absolute;top:0;left:0;height: 100%;}

ul.zone-container-menu > li.zone, ul.zone-container-menu > li.subzone.has_sub {
    margin-bottom: 0px;
}

ul.zone-container-menu > li.subzone > a > span {}
ul.zone-container-menu > li.subzone > a > span::before {
	content: "";
	width: 15px;
	height: 10px;
	display: inline-block;
	border-bottom: 1px solid #7f7f7f;
	margin-right: 5px;
}
ul.zone-container-menu > li.subsubzone > a > span::before {
	content: "";
	width: 15px;
	height: 10px;
	display: inline-block;
	border-bottom: 1px solid #7f7f7f;
	margin-right: 5px;
	margin-left:20px;
}
ul.zone-container-menu > li.info > a,
ul.zone-container-menu > li.zone > a,
ul.zone-container-menu > li.subzone > a,
ul.zone-container-menu > li.subsubzone > a {
	color:#000;
}
.zone-extra-card  {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    justify-content: space-between;
    height: 100%;
}
.zone-extra h2 {
	font-family: Copperplate Gothic Light;
}
.zone-extra h2::before {
	content:"";
	width: 60px;
	display: inline-block;
	border-bottom: 1px solid #7f7f7f;
	margin-right: 20px;
}
.zone-extra h1 {
	text-align:center;
	font-family: Copperplate Gothic Light;
}
.zone-extra-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 50px;
}
.zone-extra-cards li h3 {
	text-align: center;
	font-size: 20px;
}
.zone-extra-cards li {
    border: 1px solid #7f7f7f;
    padding: 25px 35px;
    width: 48%;
	margin-bottom:50px;
}

.card .recto {
	backface-visibility: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
}
.card .recto img {
	width:100%;
	aspect-ratio: 1.5;
}
.card .verso {
    text-align: center;
    border: 1px solid #7f7f7f;
    padding: 20px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: nowrap;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    width: 100%;
    height: 100%;
}

.card .verso .description {
    font-style: italic;
    font-size: 14px;
}
.card .rating {
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    font-size: 12px;
}
.card .to-map {
    text-align: left;
}
.card .to-map a {font-size: 12px;}
.card .card-footer {
    font-size: 13px;
    line-height: 1.2;
}
.card-sides {
    position: relative;
    transform-style: preserve-3d;
    transition:transform 0.5s;
	width: 100%;
	height: 100%;
}
.card {
    width: 100%;
    aspect-ratio: 1.5;
	perspective: 1000px;
}
.card:hover .card-sides {
	transform:rotateY(180deg);
}