/* GENERAL */



html{width : 100vw;
overflow: auto;}


body {
    font-family: 'aw' !important;
	background: #f6f6f6;
	background-image: url('../images/seigaiha.svg');
	background-repeat: repeat;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    overflow: scroll;
	overflow-x: hidden;
}


a {
	color: #555;
	text-decoration: none;
}

.profil {
	width: 100%;
	min-height: 460px;
	margin: auto;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	background: #fff;
	border-radius: 12px;
	max-width: 1000px;
	padding-left: 20px;
	padding-right: 20px ;
	position: relative;
	text-align: center;

}

.profil p {
	padding-left: 20px;
	padding-right: 20px ;
}

.popupparent{
	display: none;
	position: absolute;
	width: 100%; 
    background-color: white;
    z-index:99999;
    top:0;}

.popup{
	display: none;
	position: absolute;
    width: 100%;
    background-color: white;
    z-index:999;
    top:0;
}

.popupcontenu {
	
	width: 100%;
	padding-top:2%;
	padding-left: 10%;
	padding-right: 10%;
	font-size: 1em;

}


.popupcontenu h2 {

	color: #005EB8;
	padding-top: 5px;
	font-size: 2em;
	font-weight: bolder;
}

.popupcontenu h5 {
		color: #d0544e;
		padding-top: 5px;
		font-size: 1em;
		font-weight: bolder;
}
	
	
.popupcontenu h6 {
		font-size: 1em;
		font-weight: normal;
}

.popup p{
	color: grey;
	font-size: 1.5em;

}


.popup nav{
	margin-top:20px;
	align-items: center;
	text-align: center;
	font-size: 2.5em;
	margin-bottom: 75px;
}


.fermer{
	text-align: center;
	font-size: 30px;
	color: #aaa;
	background-color: white;
	border: none;
	margin-bottom: 30px;
	min-width: 100px;
	cursor: pointer;
}
	


/* BARRE DE MENU */

.header {
	background-color: #fff;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.25);
	position: fixed;
	left:0;
    top:0;
	width: 100vw !important;
	z-index: 6;
  }
  
  .header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background-color: #fff;
  }
  
  .header li a {
	color: #005EB8;
	font-weight: bold;
	display: block;
	padding: 20px 20px;
	border-right: 1px solid #f4f4f4;
	text-decoration: none;
  }
  
  .header li a:hover,
  .header .menu-btn:hover {
	background-color: #f4f4f4;
	color:	#ffa100;
  }
  



  
  /* menu */
  
  .header .menu {
	clear: both;
	max-height: 0;
	transition: max-height .2s ease-out;
  }
  
  /* menu icon */
  
  .header .menu-icon {
	cursor: pointer;
	display: inline-block;
	padding: 28px 20px;
	float: right;
	position: relative;
	user-select: none;
  }
  
  .header .menu-icon .navicon {
	background: #333;
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 18px;
  }
  
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
	background: #333;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
  }
  
  .header .menu-icon .navicon:before {
	top: 5px;
  }
  
  .header .menu-icon .navicon:after {
	top: -5px;
  }
  
  /* menu btn */
  
  .header .menu-btn {
	display: none;
  }
  
  .header .menu-btn:checked ~ .menu {
	max-height: 240px;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon {
	background: transparent;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0;
  }
  
  /* 48em = 768px */



  @media (min-width: 768px) {
	.header li {
	  float: left;
	}
	.header li a {
	  padding: 20px 30px;
	}
	.header .menu {
	  clear: none;
	  float: right;
	  max-height: none;
	}
	.header .menu-icon {
	  display: none;
	}


  }
  


/* LIVRES */


/* page intérieure */
.bk-content {
	position: absolute;
	top: 7.5px;
	bottom: 12.5px;
	left: 3px;
	right: 17px;
	padding: 30px;
	padding-top:40px;
	overflow: hidden;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	cursor: default;

	-webkit-box-shadow: 
	1px 1px 0px 0px rgb(230, 230, 230), 
	2px 2px 0px 0px rgb(220, 220, 220),  
	3px 3px 0px 0px rgb(200, 200, 200),  
	4px 4px 0px 0px rgb(190, 190, 190),  
	5px 5px 0px 0px rgb(180, 180, 180);
	

	box-shadow: 
	1px 1px 0px 0px rgb(230, 230, 230), 
	2px 2px 0px 0px rgb(220, 220, 220),  
	3px 3px 0px 0px rgb(200, 200, 200),  
	4px 4px 0px 0px rgb(190, 190, 190),  
	5px 5px 0px 0px rgb(180, 180, 180);


}

.bk-content-current {
	opacity: 1;
	pointer-events: auto;
}

.bk-content p {
	padding: 0 0 10px;
	-webkit-font-smoothing: antialiased;
	color: #000;
	font-size: 0.6em;
	text-align: justify;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bk-content h5 {
	color: #d0544e;
	padding-top: 5px;
	font-size: 0.6em;
	font-weight: bolder;
}


.bk-content h6 {
	font-size: 0.6em;
	font-weight: normal;
}


.bk-page nav {

	text-align: center;
	position: relative;
	z-index: 100;
	cursor: pointer;

}

.bk-page nav span {
	text-align: center;
	font-size: 15px;
	color: #aaa;
	background: #f0f0f0;
	border-radius: 50%;
}

.bk-page-zoom {
margin-left: 20px;
color: #f0f0f0 !important;
background: #aaa !important ;
}

span.bk-page-zoom:before {
    content: "";
    height: 5px;
	width: 11px;
	border-radius: 2px;
    background: #aaa;
	position:absolute;
  
	transform: rotate(-45deg) translate3d(-15px,6px,0);
	
  }



@media (max-width: 500px){.bk-page nav {transform: scale(1.75);}}


.bk-list li .bk-page {
	
	width: 295px;
	height: 390px;
	top: 5px;
	border-top-right-radius: 0.3em;
	border-bottom-right-radius: 0.3em;

 -webkit-box-shadow: 15px 10px 10px rgba(0,0,0,0.2);
-moz-box-shadow: 15px 10px 10px rgba(0,0,0,0.2);;
box-shadow: 15px 10px 10px rgba(0,0,0,0.2);
	
}



.main{
	width: 100%;
    }

.bk-list {
	
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 75px;
		margin-bottom: 75px;
		border: 0;
		padding: 0;
		list-style: none;
	    max-width: 1000px;
		
}


.bk-list li {
	
	transform: scale(0.5);
	width: 300px;
	height: 400px;
	-webkit-perspective: 1800px;
	perspective: 1800px;
	margin-top: -75px;
	margin-bottom: -75px;
}

.logo {
	display: block;
	float: left;
	font-size: 2em;
	padding: 10px 20px;
	text-decoration: none;
	max-width: 400px;
    
}

/* ETAGERE */

.bk-list li:after {
	content: '';
	border-bottom: 40px solid grey;
    border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	height: 45px;
	width: calc(200% + 100px); /*IE9+*/
	position: absolute;
	top: 370px;
	left: -180px;
	right: 0;
	z-index: -99;
	margin: 0 -20px;
	box-shadow: 0px 20px 0px #a5a5a5;
}

.bk-info {
	position: relative;
	margin-top: 440px;
}



/*TRUC ETAGERE */

.plant{
	position: absolute;
	background-image: url('../images/statue.png');
	overflow: hidden;
	background-position: bottom ;
	background-repeat: no-repeat;
	background-size: contain;
	width: 350px;
	height: 350px;
	margin-left: 220px;
	margin-top: 70px;
	z-index: +99;
	-webkit-filter: brightness(102%);
	}
	
	.plant:hover { 
		-webkit-filter: brightness(110%);
	  }
	
	#bulle{
	display: none;
	color: #000;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius:10px;
	font-size: 25px;
	margin-top: 0px;
	margin-left: calc(12px + 100%);
	width: 200px;
	align-items: center;
	justify-content: center;
	text-align: center;
	} 
	
	#bulle::before{
		content: "";
		width: 0;
		height: 0;
		z-index: 0;
		margin-top: 87.5px;
		border-left:15px solid transparent;
		border-right:15px solid transparent;
		border-top: 25px solid rgba(255, 255, 255, 0.9);
		position: absolute;
		} 
	
	#statue:hover~#bulle{
		display:inline-flex;
		  position: relative;
		z-index: 999;
	}



.bk-info h3 {
	padding: 25px 0 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	font-size: 26px;
}

.bk-info h3 span:first-child {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 5px;
	display: block;
	color: #777;
}

.bk-info p {
	line-height: 24px;
	color: #444;
	min-height: 160px;
}

.bk-info button {
	background: #FC756F;
	border: none;
	color: #fff;
	display: inline-block;
	padding: 3px 15px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	margin-right: 4px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.bk-info button.bk-active,
.bk-info button:active {
	box-shadow: 
		0 1px 0 rgba(255, 255, 255, 0.8), 
		inset 0 -1px 1px rgba(0,0,0,0.2);
}

.no-touch .bk-info button:hover,
.bk-info button.bk-active {
	background: #d0544e;
}

.bk-list li .bk-book {
	display: inline-block;
	position: absolute;
	-webkit-transform-style: preserve-3d !important;
	transform-style: preserve-3d !important; 
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
}

.bk-list li .bk-book.bk-bookdefault:hover {
	-webkit-transform: rotate3d(0,1,0,35deg);
	transform: rotate3d(0,1,0,35deg);
	z-index: 999;
}


.bk-list li .bk-book > div,
.bk-list li .bk-front > div {
	display: block;
	position: absolute;
	
}

.bk-list li .bk-front {
	-webkit-transform-style: preserve-3d !important;
	transform-style: preserve-3d !important;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transform: translate3d(0,0,20px);
	transform: translate3d(0,0,20px);
	z-index: 1;


	/*OMBRE EXTERNE*/
	box-shadow: 15px 10px 10px rgba(0,0,0,0.2);
		
}

.bk-list li .bk-front > div {
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d !important;
	transform-style: preserve-3d !important;
		
}

.bk-list li .bk-page {
	-webkit-transform: translate3d(0,0,19px);
	transform: translate3d(0,0,19px);
	width: 295px;
	height: 390px;
	top: 5px;



}

.bk-list li .bk-front,
.bk-list li .bk-back,
.bk-list li .bk-front > div {
	width: 300px;
	height: 400px;
	z-index: 1;
	}

	.bk-list li .bk-left,
	.bk-list li .bk-right {
		width: 40px;
		left: -20px;
		
	}

.bk-list li .bk-top,
.bk-list li .bk-bottom {
	width: 295px;
	height: 40px;
	top: -15px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bk-list li .bk-back {
	-webkit-transform: rotate3d(0,1,0,-180deg) translate3d(0,0,20px);
	transform: rotate3d(0,1,0,-180deg) translate3d(0,0,20px);
	box-shadow: 10px 10px 30px rgba(0,0,0,0.3);
	border-radius: 3px 0 0 3px;
}

.bk-list li .bk-cover-back {
	text-align: center;
	color: white;
	-webkit-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}

.bk-list li .bk-cover-back p{
padding-top: 50%;}

.bk-list li .bk-right {
	height: 390px;
	top: 5px;
	-webkit-transform: rotate3d(0,1,0,90deg) translate3d(0,0,295px);
	-moz-transform: rotate3d(0,1,0,90deg) translate3d(0,0,295px);
	transform: rotate3d(0,1,0,90deg) translate3d(0,0,295px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bk-list li .bk-left {
	height: 400px;
	-webkit-transform: rotate3d(0,1,0,-90deg);
	transform: rotate3d(0,1,0,-90deg);
}

.bk-list li .bk-top {
	-webkit-transform: rotate3d(1,0,0,90deg);
	transform: rotate3d(1,0,0,90deg);
}

.bk-list li .bk-bottom {
	-webkit-transform: rotate3d(1,0,0,-90deg) translate3d(0,0,390px);
	transform: rotate3d(1,0,0,-90deg) translate3d(0,0,390px);
}

/* Transform classes */



/*.bk-list li .bk-book.bk-viewinside {
	-webkit-transform: translate3d(0,0,150px) rotate3d(0,1,0,0deg);
	transform: translate3d(0,0,150px) rotate3d(0,1,0,0deg);
	
}

.bk-list li .bk-viewinside .bk-front {
	-webkit-transform: translate3d(0,0,20px) rotate3d(0,1,0,-180deg);
	transform: translate3d(0,0,20px) rotate3d(0,1,0,-180deg);
	
}*/


/* Main colors and content */


.bk-list li .bk-front > div {
	border-radius: 0 3px 3px 0;	

	/*OMBRE INTERNE*/
	box-shadow: inset 13px 10px 287px -51px rgba(0, 0, 0, 0.25);
}

.bk-list li .bk-front:after {
	content: '';
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: -1px;
	width: 3px;
	background: rgba(12, 12, 12, 0.322);
	box-shadow: 1px 0 4px rgba(168, 168, 168, 0.4);
	

}

.bk-list li .bk-cover:after,
.bk-list li .bk-back:after {
	content: '';
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	width: 3px;
	background: rgba(12, 12, 12, 0.322);
	box-shadow: 1px 0 4px rgba(168, 168, 168, 0.4);
	z-index: 0;
}



.bk-left h2 {
	width: 400px;
	height: 40px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(90deg) translateY(-40px);
	transform: rotate(90deg) translateY(-40px);
}


.bk-page nav {
	display: block;
	text-align: center;
	margin-top: 15px;
	position: relative;
	z-index: 100;
	cursor: pointer;
}

.bk-page nav span {
	display: inline-block;
	width: 20px;
	height: 20px;
	color: #aaa;
	background: #f0f0f0;
	border-radius: 50%;
}

/* Individual style & artwork */

/* Book 1 */

.book-1 .bk-front > div,
.book-1 .bk-back,
.book-1 .bk-left,
.book-1 .bk-right,
.book-1 .bk-top,
.book-1 .bk-bottom,
.book-1 .bk-page,
.book-1 .bk-front:after {
	background-color:  #768990 ;}


.book-1 .bk-cover {
	background-image: url(../images/recru_on.png);	
	background-repeat: no-repeat;
	background-position: 50px 50px;
	background-size: 90%;
	background-color:  #768990 !important ;
	z-index: 0 !important;
}

.book-1 .bk-viewinside .bk-right {
	background-color:  #768990 !important ;
}


.book-1 .bk-cover h2 {
	position: absolute;
	width: calc(100% - 15px);
	padding: 30px;
	top: 20px;
	right: 20px;
	left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	background-color: rgba(0,0,0,0.2);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-1 .bk-cover h2 span:first-child,
.book-1 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-1 .bk-cover h2 span:first-child {
	display: block;
}

.book-1 .bk-cover h2 span:last-child,
.book-1 .bk-left h2 span:last-child,
.book-1 .bk-content p  {
	font-family: "aw";
	font-weight: bold;
} 

.book-1 .bk-left h2 {
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	}

.book-1 .bk-back img {
	width: 200px;
	display: block;
	margin: 30px auto 0;
}

.book-1 .bk-back p {
	color: #fff;
	font-size: 13px;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 40px;
	text-align: center;
	
}


/* Book 1 FIN*/

/* Book 2 */

.book-2 .bk-front > div,
.book-2 .bk-back,
.book-2 .bk-left,
.book-2 .bk-right,
.book-2 .bk-top,
.book-2 .bk-page,
.book-2 .bk-bottom,
.book-2 .bk-front:after {
	background-color: #5B4537;
}

.book-2 .bk-cover {
	background-image: url(../images/audit_on.png);	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;	
	/*background-position: 70px 150px;
	background-size: 90%;*/
}



.book-2 .bk-cover h2 {
	position: absolute;
	width: calc(100% - 15px);
	padding: 30px;
	top: 20px;
	right: 20px;
	left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	background-color: rgba(0,0,0,0.2);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-2 .bk-cover h2 span:first-child,
.book-2 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-2 .bk-cover h2 span:first-child {
	display: block;
}

.book-2 .bk-cover h2 span:last-child,
.book-2 .bk-left h2 span:last-child,
.book-2 .bk-content p  {
	font-family: "aw";
	font-weight: bold;
} 

.book-2 .bk-left h2 {
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	}

.book-2 .bk-back img {
	width: 200px;
	display: block;
	margin: 30px auto 0;
}

.book-2 .bk-back p {
	color: #fff;
	font-size: 13px;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 40px;
	text-align: center;
	
}

/* Book 2 FIN*/

/* Book 3 */

.book-3 .bk-front > div,
.book-3 .bk-back,
.book-3 .bk-left,
.book-3 .bk-right,
.book-3 .bk-top,
.book-3 .bk-page,
.book-3 .bk-bottom,
.book-3 .bk-front:after {
	background-color: #C8C8C8;
}

.book-3 .bk-cover {
	background-image: url(../images/com_on.jpg);	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;	
	/*background-position: 70px 150px;
	background-size: 90%;*/
}

.book-3 .bk-cover h2 {
	position: absolute;
	width: calc(100% - 15px);
	padding: 30px;
	top: 20px;
	right: 20px;
	left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	background-color: rgba(0,0,0,0.2);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-3 .bk-cover h2 span:first-child,
.book-3 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-3 .bk-cover h2 span:first-child {
	display: block;
}

.book-3 .bk-cover h2 span:last-child,
.book-3 .bk-left h2 span:last-child,
.book-3 .bk-content p  {
	font-family: "aw";
	font-weight: bold;
} 

.book-3 .bk-left h2 {
	color: rgb(44, 44, 44);
	font-size: 22px;
	line-height: 40px;
	text-align: center;
}

.book-3 .bk-back img {
	width: 200px;
	display: block;
	margin: 30px auto 0;
}

.book-3 .bk-back p {
	color: #fff;
	font-size: 13px;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 40px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

/* Book 3 FIN*/

/* Book 4 */

.book-4 .bk-front > div,
.book-4 .bk-back,
.book-4 .bk-left,
.book-4 .bk-right,
.book-4 .bk-top,
.book-4 .bk-page,
.book-4 .bk-bottom,
.book-4 .bk-front:after {
	background-color: rgb(50, 67, 77);
}

.book-4 .bk-cover {
	background-image: url(../images/conduite_on.jpg);	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;	
	/*background-position: 70px 150px;
	background-size: 90%;*/
}

.book-4 .bk-cover h2 {
	position: absolute;
	width: calc(100% - 15px);
	padding: 30px;
	top: 20px;
	right: 20px;
	left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	background-color: rgba(0,0,0,0.2);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-4 .bk-cover h2 span:first-child,
.book-4 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-4 .bk-cover h2 span:first-child {
	display: block;
}

.book-4 .bk-cover h2 span:last-child,
.book-4 .bk-left h2 span:last-child,
.book-4 .bk-content p  {
	font-family: "aw";
	font-weight: bold;
} 

.book-4 .bk-left h2 {
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}

.book-4 .bk-back img {
	width: 200px;
	display: block;
	margin: 30px auto 0;
}

.book-4 .bk-back p {
	color: #fff;
	font-size: 13px;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 40px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

/* Book 4 FIN*/

/* Book 5 */

.book-5 .bk-front > div,
.book-5 .bk-back,
.book-5 .bk-left,
.book-5 .bk-right,
.book-5 .bk-top,
.book-5 .bk-page,
.book-5 .bk-bottom,
.book-5 .bk-front:after {
	background-color:  rgb(66, 64, 64);
}

.book-5 .bk-cover {
	background-image: url(../images/manag_on.jpg);		
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;	
	/*background-position: 70px 150px;
	background-size: 90%;*/
}

.book-5 .bk-cover h2 {
	position: absolute;
	width: calc(100% - 15px);
	padding: 30px;
	top: 20px;
	right: 20px;
	left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	background-color: rgba(0,0,0,0.2);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.book-5 .bk-cover h2 span:first-child,
.book-5 .bk-left h2 span:first-child {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	padding-right: 20px;
}

.book-5 .bk-cover h2 span:first-child {
	display: block;
}

.book-5 .bk-cover h2 span:last-child,
.book-5 .bk-left h2 span:last-child,
.book-5 .bk-content p  {
	font-family: "aw";
	font-weight: bold;
} 

.book-5 .bk-left h2 {
	color: #fff;
	font-size: 25px;
	line-height: 40px;
	text-align: center;
}

.book-5 .bk-back img {
	width: 200px;
	display: block;
	margin: 30px auto 0;
}

.book-5 .bk-back p {
	color: #fff;
	font-size: 13px;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 40px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

/* Book 5 FIN*/

/* Fallbacks */

.no-csstransforms3d .bk-list li .bk-book > div,
.no-csstransforms3d .bk-list li .bk-book .bk-cover-back {
	background-color: grey;
	display: none;
}

.no-csstransforms3d .bk-list li .bk-book > div.bk-front {
	background-color: grey;
	display: block;
}

.no-csstransforms3d .bk-info button,
.no-js .bk-info button {
	display: none;
}

.overeverything{
	
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		display: none;
		overflow: hidden;
		outline: 0;
		
	  }

.overeverything li:after{ 
		display: none;
		}
	

@keyframes taadaa { 
			0% { opacity: 0;}
			15%{opacity: 0.8;}
			30% {opacity: 0;}
			45% {opacity: 0.8;}
			60% { opacity: 0;}
			75%{opacity: 0.8;}
			100% { opacity: 0;}
		         }

.info {

			position: absolute;
	        display: flex;
            align-items: center;
			justify-content: center;
			text-align: center;
			width: 50%;
			margin-left: 25%;
			margin-right: 25%;
			margin-top: 5px;
	 		background: white;
			border-radius: .5em;
		
			animation: taadaa 15s;
			opacity: 0;
			 
		}

@media (max-width: 720px){

	.info {width: 80%;
	margin-left: 10%;
	margin-right: 10%;}
}

@media (max-width: 450px){

	.info {width: 100%;
	margin-left: 0;
	margin-right: 0;}

	.header .logo {
		display: block;
		float: left;
		font-size: 2em;
		padding: 10px 20px;
		text-decoration: none;
		max-width: 275px;}
}