
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --------------------------------------------- */

body{
	font-size: 1.1em;
	line-height: 1.5em;
	background-color:#dfe8f1; /*#c7cfd6; */
	font-family: 'Nunito', sans-serif;
	color: #1b1e1f;
}

ul{
	list-style-image: url("./images/icons8-chevron-right-10.png");
}

p{
	padding: 7px 0;
}

.textImg{
	width: 350px;
    float: right;
	margin: 0 50px;
	border-radius: 3px;
	cursor: pointer;
}
.landscape{
	width: 400px;
}

.textImg img{
	width:100%;
	height:100%;
	border-radius: 3px;
}
.imgTitle{
	text-align: center;
}

.title{
	width:170px;
	height: 100%;
	position: fixed;
	background: url(./images/katori-menu.png) no-repeat 0px,0px  fixed; 
	background-size: auto 100%; 
	background-position: center;
	background-color: black;
	
}
	
.menu{
	z-index: 10;
	text-align: center;
	padding: 20px 0;
	position: relative;
	margin-left: 170px;
}
.menuEntry{
	background-color: rgba(255, 255, 255, 0.7);
	font-size: 1.8em;
	padding: 20px 10px 20px 10px;
	width: 100%;
}
.menuEntry:hover{
	cursor: pointer;
	border-bottom: 2px solid black;
}
.menu a{
	color:inherit;
	text-decoration: inherit;
}

.menuFirstEntry{
	border-bottom-left-radius: 5px;
}
.menulastEntry{
	border-bottom-right-radius: 5px;
}

.bold{
	font-weight: bold;
}


.background{
	left:170px;
	right: 0px;
	position: fixed;
	height: 100%;
	background: url(./images/katori-jingu.jpeg) no-repeat center fixed; 
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardis�e */
}
.background.origin{
	background-image: url(./images/Choisai.jpg); 
	background-size: auto 100%;
	background-position: center;
}
.background.marishiten{
	background-image: url(./images/Marishiten.jpg); 
	background-size: auto 100%;
	background-position: center;
}


.content{
	z-index: 10;
	/* background-color: rgba(255, 255, 255, 0.7); */
	border-radius: 5px;
	margin:0px 5% 0px 5%;
	padding:50px;
	/* position: absolute; */
	overflow: initial;
	margin: 30px 0 5px 170px;
	left:5%;
	right:5%;
	top:150px;
}
h1{
	margin-left: 10px;
}

.content.center{
	top:40%; 
}

/* .content.full{
	top:20%;
} */

.content.book img{
	margin-right: 15px;
}

.content.book li,.content.lieux li{
	list-style: none;
}

.content.book h2{
	margin-left: 40px;
}

.marge{
	margin-left: 20px;
}


@media screen and (max-width: 1100px){
	.menuEntry{
		font-size: 1.8em;
	}

	.imgContainer{
		text-align: center;
	}
	.textImg{
		float: none;
		font-size: 1.5em;
		width: inherit;
		margin: 50px;
	}

}
@media screen and (max-width: 900px){
	.menuEntry{
		font-size: 1.8em;
	}
	.imgTitle{
		font-size: 1.5em;
	}
}



@media screen and (min-height: 900px){
	.title{
		background-size: auto 900px;
	}
}









/* Style the Image Used to Trigger the Modal */
#myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
  }
  
  #myImg:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index:300; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (Image) */
  .modal-content {
	margin: auto;
	display: block;
	/*width: 80%;*/
	max-width: 700px;
  }
  
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  #caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
	font-size:1.7em;
  }
  
  /* Add Animation - Zoom in the Modal */
  .modal-content, #caption { 
	animation-name: zoom;
	animation-duration: 0.6s;
  }
  
  @keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
  }
  
  .helper{
	  height:100%;
	  vertical-align: middle;
	  
  }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
	.modal-content {
		width: 100%;
	}
}