html,body,section
  {
	position:absolute;
	width:100%;height:100%;overflow:hidden;
	margin:0;padding:0;box-sizing:border-box;
	}

a,a:visited {color:#A3A6A9;text-decoration:none;}
  a:hover   {color:#DAA520;}
  
  
#BG{
  position:fixed;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  }

h1{text-align:center;text-transform:uppercase;margin-bottom:0;}


html,body,main,section
	{
    overflow:auto;
    height:auto;
    min-height:100%;
    position:relative;
    font: 1.02em/1.54 serif;
	}
footer{text-align:center;}
footer img{height:72px;margin:72px;}
	
	
section.eBook, section.YesWiki
	{
    max-width:963px;
    margin:auto;
    color:#369;
    text-align:justify;
	}

section.eBook .ebook, section.YesWiki .yeswiki
{
	background:rgba(255,255,255,.9);
	padding:1em;
	border-radius:0.45em;
	box-shadow: 0px 0px 12px #999;
	width: 93%;
	margin: auto;
}
section.YesWiki .yeswiki
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}



section.eBook img, section.YesWiki img
	{
	box-shadow: 0 0 12px;
	max-width:90%;
	max-height:75vh;
	margin:auto;
	border-radius:0.2em;
	transition: all 0.2s ease-out;
	}

section.YesWiki img
{
	height:45vh;
	width:auto;
	vertical-align: middle;
	margin: 0.9em 0.6em;
}

section.YesWiki img:hover
{
	transform: scale(1.09);
	z-index: 5;
}

section.eBook .Une
	{
	width:100%;
	height:100vh;
	text-align:center;
	}
section.eBook .Une img
	{
	margin:10vh 0;
	width:auto;
	max-height:80vh;
	max-width:90vw;
	box-shadow: 0px 0px 12px #999;
	}
section.eBook .p
{
	text-align:center;
	color:#999;
	font: 0.8em/1 monospace;
	margin: 2em 0;
}

	

	
/* RESOLUTION */
.contact
	{
	font-size:0.9em;
	}
	
#polymod-4-242 img,
#polymod-4-243 img,
#polymod-4-244 img,
#polymod-4-245 img
	{
	max-height:200px;
	max-width:200px;
	}

/* Suites */
section.eBook#Links 
	{
	padding:2em;
	margin:1em auto;
	}
section.eBook#Links .links div
	{
	background:rgba(218,165,32,1);
    padding:0.5em;
    border-radius:0.45em;
    box-shadow: 0px 0px 12px #999;
	transition:all 0.5s ease-in-out;
	}
section.eBook#Links .links div a
	{
	color:rgba(255,255,255,.9);
	transition:all 0.5s ease-in-out;
	}
section.eBook#Links .links div:hover
	{
	background:rgba(255,255,255,.9);
    padding:0.5em;
    border-radius:0.45em;
    box-shadow: 0px 0px 12px #999;
	}
section.eBook#Links .links div:hover a
	{
	color:rgba(218,165,32,1);
	}
section.eBook#Links .prev
	{
	float:left;
	}
section.eBook#Links .next
	{
	float:right;
	}

section.eBook#SuiteS
	{
	}
section.eBook .suite
	{
	padding:2em;
	margin:1em auto;
	}
section.eBook .suite h2
	{
	color:#963;
	}
section.eBook .suite .dl
	{
	text-align:center;
	}	
section.eBook .suite .dl .p
	{
    color:#999;
    font: 1em/1 monospace;
    margin: 2em 0;
	}
section.eBook .suite .Img
	{
	text-align:center;
	margin:1em auto;
	}
section.eBook .suite .Img img
	{
	max-width:70vw;
	max-height:70vh;
	}
