@viewport {
	width: device-width;
	zoom: 1;
}
@font-face {
	font-family: 'Nunito';
	src:	url('fonts/Nunito-Light.woff') format('woff'),
		url('fonts/Nunito-Light.ttf') format('truetype');
	font-weight: 300;
}
@font-face {
	font-family: 'Nunito';
	src:	url('fonts/Nunito-SemiBold.woff') format('woff'),
		url('fonts/Nunito-SemiBold.ttf') format('truetype');
	font-weight: 600;
}
@font-face {
	font-family: 'Amiri';
	src:	url('fonts/Amiri.woff') format('woff'),
		url('fonts/Amiri.otf') format('opentype');
	font-weight: 600;
}
body {
	margin: 0 16px;
	background: radial-gradient(#fff, #dec) fixed;
	font-family: 'Nunito', sans-serif;
	color: #002e41;
}
body::before {
	content: '勇智仁';
	width: 0;
	position: fixed;
	bottom: 32px;
	left: 32px;
	font-family: 'DFKai-SB';
	font-size: 128px;
	color: rgba(0,0,0,0.5);
	text-shadow: 0 0 1px rgba(0,0,0,0.5), 0 0 32px rgba(0,0,0,0.3);
}
a {
	color: #d80e30;
	text-decoration: none;
	transition: 0.3s;
}
a:hover {
	color: #840f18;
}
a.button {
	box-sizing: border-box;
	max-width: 480px;
	margin: 16px auto;
	padding: 8px 32px;
	border-radius: 6px;
	position: relative;
	display: block;
	background: #d80e30;
	text-align: center;
	color: #fff;
}
a.button:hover {
	background: #401;
	box-shadow: inset 0 0 1px 1px #d80e30, 0 0 4px #d80e30;
	text-shadow: 0 0 2px rgba(255,255,255,0.5), 0 0 6px #d80e30;
}
a.button>strong {
	text-transform: uppercase;
}
@keyframes fade_in {
	0%	{ opacity: 0; }
	100%	{ opacity: 1; }
}
img {
	animation-duration: 3s;
	animation-name: fade_in;
}
img.center {
	max-width: 100%;
	margin: 0 auto;
	border-radius: 3px;
}

.show	{ display: block; }
.hide	{ display: none; }
.btn_show {
	box-sizing: border-box;
	max-width: 240px;
	margin: 4px auto;
	padding: 4px 32px;
	position: relative;
	display: block;
	background: #d80e30;
	text-align: center;
	color: #fff;
}
.btn_show:hover {
	color: #fff;
}
.btn_show::before,
.btn_show::after {
	content: '';
	width: 16px;
	height: 22px;
	margin: -11px -8px;
	position: absolute;
	top: 50%;
	background: url('images/motif_bouton.svg');
}
.btn_show::before {
	left: 20px;
	transition: 0.2s;
}
.btn_show::after {
	right: 20px;
	transform: scale(-1,1);
	transition: 0.2s;
}
.btn_show:hover::before	{ left: 16px; }
.btn_show:hover::after	{ right: 16px; }
.btn_hide {
	display: block;
	font-size: 16px;
	text-align: center;
}


/*	--------------------------------	*/
/*	ENTÊTE					*/
/*	--------------------------------	*/

header {
	min-height: 448px;
	margin: 0 -16px 32px;
	padding: 16px;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: radial-gradient(rgba(216,14,48,0.5), rgba(216,14,48,0.0) 70%) 50% / 512px 512px no-repeat, radial-gradient(rgba(0,0,0,0), rgba(0,0,0,0.05), rgba(0,0,0,0.5)) center / cover fixed, url('images/patern_header.svg') fixed, linear-gradient(#d80e30, #840f18) fixed;
}
header>h1 {
	max-width: 720px;
	margin: 16px 0;
	position: relative;
	z-index: 1;
	font-family: Amiri, serif;
	font-size: 40px;
}
header::before,
header::after {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	background: url('images/motif.svg');
	pointer-events: none;
}
header::before {
	top: 8px;
	left: 8px;
}
header::after {
	top: 8px;
	right: 8px;
	background-position: -40px 0;
}
header>h1>a {
	display: block;
	font-weight: 100;
	text-align: center;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0 4px rgba(255,255,255,0.5), 0 0 16px rgba(255,0,128,0.5), 0 -1px 1px rgba(0,0,0,0.5);
}
header>h1>a:hover {
	color: #fff;
	text-shadow: 0 0 4px rgba(255,255,255,0.5), 0 0 16px rgba(255,0,128,0.5), 0 -1px 1px rgba(0,0,0,0.5);
}
header>nav {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #222;
}
header>nav {
	display: flex;
	flex-wrap: wrap;
}
header>nav>ul {
	margin: 0;
	padding: 0 16px;
	list-style: none;
}
header>nav>ul>li {
	display: inline-block;
}
header>nav>ul>li>a {
	padding: 8px;
	display: inline-block;
	color: #ddd;
}
header>nav>ul>li>a:hover {
	color: #fff;
	text-shadow: 0 0 8px #fff;
}
@keyframes show_logo {
	0%	{ transform: scale(1.2) perspective(500px) translate3D(0,0,100px) rotateX(70deg); }
	100%	{ }
}
header>svg {
	width: 256px;
	height: 416px;
	margin: -208px -128px;
	position: absolute;
	top: 224px;
	left: 50%;
	background: url('images/logo_anim.svg');
	animation-name: show_logo;
	animation-duration: 3s;
}


/*	--------------------------------	*/
/*	SECTIONS				*/
/*	--------------------------------	*/

section {
	max-width: 1280px;
	margin: 8px auto 64px;
	padding: 16px;
	border-radius: 3px;
	position: relative;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.2), 0 0 8px rgba(0,0,0,0.2);
	font-size: 18px;
	transition: 0.3s;
}
section>h2 {
	margin: 0;
	padding: 32px 16px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 16px;
	font-family: 'Amiri', sans-serif;
	font-size: 36px;
	text-shadow: 0 2px 1px #fff;
	line-height: 100%;
	transition: 0.3s;
}
#intro {
	margin: 32px auto;
	padding: 0;
	font-size: 20px;
	background: radial-gradient(#ffffffbb, #ddeeccbb) fixed;
	box-shadow: none;
}
#intro>.sommaire {
	margin: 32px -8px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#intro>.sommaire>li {
	max-width: 320px;
	margin: 8px;
	position: relative;
	display: flex;
	flex: 1 0 0;
	background: #111;
	color: #fff;
	transition: 0.3s;
}
#intro>.sommaire>li:hover {
	transform: scale(1.05);
}
#intro>.sommaire>li>a {
	min-height: 192px;
	padding: 32px;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	text-align: center;
	text-transform: uppercase;
	color: #ddd;
}
#intro>.sommaire>li::before,
#intro>.sommaire>li::after,
#intro>.sommaire>li>*:first-child::before,
#intro>.sommaire>li>*:first-child::after {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	background: url('images/motif.svg');
	pointer-events: none;
}
#intro>.sommaire>li::before {
	top: 8px;
	left: 8px;
}
#intro>.sommaire>li::after {
	top: 8px;
	right: 8px;
	background-position: -40px 0;
}
#intro>.sommaire>li>*:first-child::before {
	bottom: 8px;
	left: 8px;
	background-position: 0 -40px;
}
#intro>.sommaire>li>*:first-child::after {
	bottom: 8px;
	right: 8px;
	background-position: -40px -40px;
}
#intro>p {
	font-size: 20px;
	line-height: 115%;
	hyphens: auto;
	transition: 0.3s;
}


section.close {
	cursor: pointer;
}
section.close:hover {
	background: #fde;
}
section.close>*:first-child::after {
	content: '►';
	width: 48px;
	height: 48px;
	margin: -24px;
	border: solid 1px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 40px;
	background: #fff;
	box-shadow: 0 0 2px rgba(170,0,34,0.3), 0 0 8px rgba(170,0,34,0.3);
	font-size: 24px;
	line-height: 48px;
	text-align: center;
	text-indent: 2px;
	transition: 0.3s;
}
section.close:hover>*:first-child::after {
	transform: rotate(90deg);
}
section.close>*:not(:first-child) {
	display: none;
}
section>h3 {
	margin: 0;
	padding: 8px 24px;
	font-size: 28px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 110%;
	color: #840f18;
	text-shadow: 0 1px 1px #fff, 0 0 12px rgba(132,15,24,0.7);
	transition: 0.3s;
}
section>h4 {
	margin: 32px 0 16px;
	font-size: 28px;
}
section>h5 {
	margin: 24px 0 8px;
	font-size: 24px;
}
section p {
	margin: 8px 0;
	font-size: ;
	text-align: justify;
	line-height: 125%;
	hyphens: auto;
}
section>.content>div {
	margin: 0 -8px;
}
section>.content>div>* {
	padding: 16px 32px;
	flex: 1 0 0;
}
dfn,
.img>span {
	padding: 8px;
	display: block;
	line-height: 100%;
	font-size: 16px;
	text-align: center;
	color: #444;
}
.img>dfn,
.img>span {
	margin: -16px 0 0;
}
section>.content>div img {
	max-width: 100%;
	margin: 0 auto;
	border-radius: 2px;
	display: block;
	font-size: 16px;
}
section>.content>div .img {
	padding-top: 0;
	padding-bottom: 0;
}
section>.content>div .img img {
	margin-top: 16px;
	margin-bottom: 16px;
}
section>.content>.table {
	align-items: normal;
	flex-direction: row;
}
section>.content>.table>* {
	margin: 8px;
	padding: 16px;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0,0,0,0.1), 0 0 8px rgba(0,0,0,0.1);
}
section>.content>.table>*::before {
	padding: 8px;
	display: block;
	font-family: 'DFKai-SB';
	font-size: 96px;
	line-height: 100%;
	text-align: center;
	color: #222;
	text-shadow: 0 1px 0 #fff, 0 0 4px rgba(0,0,0,0.2), 0 0 16px rgba(0,0,0,0.2);
}
.puissance::before	{ content: '衝'; }
.souplesse::before	{ content: '姗'; }
.interne::before	{ content: '内'; }
.canvas {
	clear: both;
	font-size: 13px;
	text-transform: italic;
	text-align: center;
	color: #444;
}
.canvas.left {
	max-width: 240px;
	padding: 0 32px;
	float: left;
}
.ascendant .canvas {
	color: #ccc;
}
.canvas img {
	margin: 4px auto;
	display: block;
}
.canvas img,
img.img {
	max-width: 100%;
	border-radius: 3px;
	display: flex;
	justify-content: center;
}
section>.infos {
	margin: 16px 0 0;
	display: flex;
	flex-direction: column;
}
section>.infos>* {
	margin: 4px;
	box-shadow: 0 0 2px rgba(0,0,0,0.1), 0 0 8px rgba(0,0,0,0.1);
}
section>.infos>dl {
	padding: 24px;
	border-radius: 3px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 0 0 0;
	background: rgba(0,0,0,0.9);
	font-size: 16px;
	color: #fff;
}
section>.infos>dl::before {
	content: 'i';
	width: 72px;
	height: 72px;
	margin: 0 auto 24px;
	border: solid 4px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: serif;
	font-size: 80px;
	font-weight: bold;
}
section>.infos>dl>dt {
	margin: 8px 0 0;
	padding: 8px 0 0;
	border-top: dotted 1px;
	font-size: 18px;
	font-weight: bold;
}
section>.infos>dl>dd {
	margin: 0;
	padding: 0 0 0 8px;
}
section>.infos>div {
	padding: 16px 24px;
	border-radius: 3px;
	flex: 1 0 0;
	background: radial-gradient(rgba(224,224,224,0.5), #eee) 50% / 100% fixed, url('images/logo_blur.png') center / 50% no-repeat fixed, linear-gradient(#fff, #fff) fixed;
	color: #002e41;
}
section>.infos>div>h4 {
	text-align: center;
	text-transform: uppercase;
}
section>.infos>div>ul {
	padding: 0 0 0 16px;
}
section>.infos>div>.button {
	padding: 112px 8px;
}
section>.infos>div>.button::before,
section>.infos>div>.button::after {
	box-sizing: border-box;
	width: 100%;
	height: 96px;
	padding: 0 16px;
	border: solid 8px rgba(0,0,0,0);
	position: absolute;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 48px;
	text-align: center;
}
section>.infos>div>.button::before {
	content: '试';
	border-bottom: dotted 2px;
	top: 0;
}
section>.infos>div>.button::after {
	content: '';
	border-top: dotted 2px;
	bottom: 0;
	background: url('images/logo_white.svg') 50% / 80px no-repeat;
}
.bubble {
	margin: 8px 0;
	padding: 2px 16px;
	border: solid 1px;
	border-radius: 24px;
	display: block;
	font-size: 16px;
}
.infobubble {
	box-sizing: border-box;
	max-width: 240px;
	margin: 0 auto;
	padding: 8px 24px;
	border-radius: 3px;
	position: relative;
	background: #222;
	box-shadow: 0 0 2px rgba(0,0,0,0.2), 0 0 8px rgba(0,0,0,0.2);
	font-size: 14px;
	text-align: center;
	color: #fff;
}


/*	--------------------------------	*/
/*	ACCUEIL					*/
/*	--------------------------------	*/

#index {
	max-width: none;
	margin: -32px -16px;
	padding: 0;
	box-shadow: none;
}
#index>ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
#index>ul>li {
	min-width: 100%;
	flex-grow: 1;
	flex-basis: 0;
	display: flex;
	flex-direction: column;
}
#index>ul>li>a {
	box-sizing: border-box;
	height: 320px;
	max-height: 65vw;
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 120%;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0 2px rgba(0,0,0,0.5), 0 0 4px rgba(0,0,0,0.5);
	transition: 0.3s background-size;
}
#index>ul>li>a:hover {
	background-size: 110%;
}
#index>ul>li:nth-child(odd)	{ background: #111; }
#index>ul>li:nth-child(even)	{ background: #000; }
#index>ul>.cours>a	{ background-image: url('images/intro/cours.jpg'); }
#index>ul>.kungfu>a	{ background-image: url('images/intro/kungfu.jpg'); }
#index>ul>.philo>a	{ background-image: url('images/intro/philo.jpg'); }
#index>ul>.lignee>a	{ background-image: url('images/intro/lignee.jpg'); }
#index>ul>.medias>a	{ background-image: url('images/intro/medias.jpg'); }
#index>ul>.infos>a	{ background-image: url('images/intro/infos.jpg'); }


/*	--------------------------------	*/
/*	COURS DE KUNG FU			*/
/*	--------------------------------	*/

#intro_cours {
	margin: 0 -16px;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
}
#intro_cours>li {
	margin: 2px;
	padding: 0;
	flex: 0 0 0;
}
#intro_cours>li>a {
	box-sizing: border-box;
	width: 256px;
	padding: 16px 8px;
	border-radius: 3px;
	overflow: hidden;
	display: block;
	background: radial-gradient(rgba(255,255,255,0), rgba(0,0,0,0.02) 50%, rgba(0,0,0,0.05) 55%, rgba(0,0,0,0.15) 65%, rgba(0,0,0,0.7)) 50% / 400px 100%, linear-gradient(#d5d7d8, #282323);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2), 0 0 8px rgba(0,0,0,0.2);
	transform: scale(0.98);
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 2px rgba(0,0,0,0.2), 0 0 12px rgba(0,0,0,0.3);
}
#intro_cours>li>a:hover {
	transform: scale(1);
}
#intro_cours>li>a::after {
	content: '';
	width: 256px;
	height: 384px;
	position: relative;
	left: -8px;
	top: 20px;
	display: block;
	transition: 0.3s;
}
#intro_cours>li>#lien_enfants::after	{ background: url('images/cours.png'); }
#intro_cours>li>#lien_ados::after	{ background: url('images/cours.png') 0 -384px; }
#intro_cours>li>#lien_adultes::after	{ background: url('images/cours.png') 0 -768px; }
#intro_cours>li>#lien_seniors::after	{ background: url('images/cours.png') 0 -1152px; }
#intro_cours>li>#lien_seniors::after	{ background: url('images/cours.png') 0 -1152px; }
#intro_cours>li>#lien_stages::after	{ background: url('images/cours.png') 0 -1536px; }


/*	--------------------------------	*/
/*	PHILOSOPHIES APPLIQUÉES			*/
/*	--------------------------------	*/

ol {
	border-radius: 8px;
	background: radial-gradient(rgba(224,224,224,0.5), #eee) 50% / 100% fixed, url('images/logo_blur.png') center / 50% no-repeat fixed, linear-gradient(#fff, #fff) fixed;
	box-shadow: 0 0 2px rgba(0,0,0,0.2), 0 0 8px rgba(0,0,0,0.2);
	font-size: 16px;
	text-align: justify;
	line-height: 120%;
}
ol>li {
	padding: 16px 0;
	position: relative;
}
ol>li:not(:first-child)::before {
	content: '';
	width: 80%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 10%;
	background: #002e41;
}


/*	--------------------------------	*/
/*	LA LIGNÉE				*/
/*	--------------------------------	*/

.lignee>hr {
	width: 0;
	height: 64px;
	margin: -24px auto;
	top: 100%;
	left: 50%;
	border: none;
	border-left: dotted 8px #000;
	transition: 0.3s;
}

#tree {
	margin: 0 -16px;
	padding: 0 16px;
	overflow: hidden;
	list-style: none;
}
#tree>div {
	padding: 8px 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#tree>div:not(:first-child) {
	border-top: dotted 1px rgba(0,0,0,0.2);
}
#tree>div>* {
	min-width: 200px;
	flex: 1 0 0;
}
#tree>div>h4 {
	margin: 8px 16px;
	flex-basis: 100%;
	font-size: 20px;
	font-weight: normal;
	color: #aaa;
}
#tree>div>ul {
	max-width: 264px;
	margin: 0;
	padding: 0;
}
#tree>div>ul>li {
	position: relative;
}
#tree .ancetre {
	width: 100%;
	max-width: 240px;
	margin: 4px;
	padding: 4px 8px;
	border-radius: 3px;
	position: relative;
	background: radial-gradient(rgba(0,0,0,0.5), #000) 50% / 100% fixed, url('images/logo_blur.png') center / 50% no-repeat fixed, linear-gradient(#aaa, #000) fixed;
	font-size: 14px;
	color: #fff;
}
#tree li.ancetre:not(:first-child) {
	margin-top: 32px;
}
#tree li.ancetre:not(:first-child)::before {
	content: '';
	box-sizing: border-box;
	height: 32px;
	border-right: dotted 4px #000;
	position: absolute;
	bottom: 100%;
	left: 50%;
}
#tree .ancetre>h5 {
	margin: 0 0 4px;
	padding: 4px 4px 8px;
	border-bottom: dotted 1px;
}
#tree .ancetre>em {
	color: #ccc;
}
#tree .portrait {
	box-sizing: border-box;
	height: 88px;
	margin: -44px 16px;
	padding: 4px;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	right: 100%;
	display: none;
	background: rgba(0,0,0,0.3);
	font-size: 12px;
	text-align: center;
	line-height: 12px;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
#tree .date {
	box-sizing: border-box;
	width: 80px;
	height: 20px;
	margin: -10px 16px;
	padding: 4px 8px;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 100%;
	display: none;
	background: rgba(0,0,0,0.3);
	font-size: 12px;
	text-align: center;
	line-height: 12px;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
#tree .portrait:before,
#tree .date:before {
	content: '';
	box-sizing: border-box;
	width: 16px;
	position: absolute;
	top: 50%;
	border: none;
	border-top: dotted 3px rgba(0,0,0,0.3);
}
#tree .portrait:before {
	left: 100%;
}
#tree .date:before {
	right: 100%;
}
#tree .btn_show {
	font-size: 18px;
}
#tree .styles {
	list-style: square;
}
#tree .styles::before {
	content: '';
}
#tree .styles>h6 {
	margin: 8px 0 4px;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}
#tree .styles>h6::after {
	content: ' :';
}
#tree .styles>ul {
	margin: 0;
	padding: 4px 24px;
	border: dashed 1px rgba(255,255,255,0.5);
	border-radius: 3px;
	list-style: square;
}

.ascendant {
	box-sizing: border-box;
	max-width: 640px;
	margin: 24px auto;
	padding: 16px 32px;
	position: relative;
	background: radial-gradient(rgba(0,0,0,0.5), #000) 50% / 100% fixed, url('images/logo_blur.png') center / 50% no-repeat fixed, linear-gradient(#aaa, #000) fixed;
	color: #fff;
}
.ascendant::before,
.ascendant::after,
.ascendant>*:first-child::before,
.ascendant>*:first-child::after {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	background: url('images/motif.svg');
	pointer-events: none;
}
.ascendant::before {
	top: 8px;
	left: 8px;
}
.ascendant::after {
	top: 8px;
	right: 8px;
	background-position: -40px 0;
}
.ascendant>*:first-child::before {
	bottom: 8px;
	left: 8px;
	background-position: 0 -40px;
}
.ascendant>*:first-child::after {
	bottom: 8px;
	right: 8px;
	background-position: -40px -40px;
}
.ascendant>h4 {
	margin: 4px 0 0;
	font-size: 28px;
	line-height: 100%;
}
.ascendant>em {
	display: block;
	font-size: 14px;
	line-height: 100%;
}
.ascendant>picture,
.ascendant>img {
	width: 80%;
	max-width: 320px;
	margin: 16px auto;
	border-radius: 4px;
	display: block;
	box-shadow: 0 0 2px rgba(0,0,0,0.3), 0 0 8px rgba(0,0,0,0.3);
}
.ascendant>div>dl {
	margin: 8px;
	padding: 16px;
	border-radius: 3px;
	background: #d80e30;
	color: #fff;
}
.ascendant>div>dl>dt {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.ascendant>div>dl>dt:not(:first-child) {
	margin: 16px 0 0;
	padding: 16px 0 0;
	border-top: dotted 1px;
}
.ascendant>div>dl>dt::after {
	content: ' :';
}
.ascendant .btn_hide {
	max-width: 128px;
	margin: 16px auto;
	padding: 4px 8px;
	border-radius: 24px;
	background: #f8f8f8;
	text-shadow: 0 2px 0 #fff;
}
.ascendant h5 {
	margin: 32px 0;
	position: relative;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
}
.ascendant h5::before {
	content: '';
	width: 128px;
	height: 48px;
	margin: 0 auto 16px;
	display: block;
	background: url('images/p_delim.svg');
}
.ascendant h6 {
	margin: 16px 0;
	font-size: 18px;
	text-transform: uppercase;
	color: #ddd;
}
.covers {
	margin: 0 0 16px;
	text-align: center;
}
.covers>img {
	width: 160px;
	height: 240px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: top;
	background: #000;
	font-size: 14px;
	line-height: 110%;
	color: #888;
}
.research {
	margin: 8px;
	padding: 8px 24px;
	border-radius: 3px;
	background: radial-gradient(rgba(255,255,255,0.5), #fff) 50% / 100% fixed, url('images/logo_blur.png') center / 50% no-repeat fixed, linear-gradient(#fff, #aaa) fixed;
	font-size: 16px;
	color: #000;
}
.research>strong {
	padding: 8px;
	border-bottom: dotted 1px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-shadow: 0 1px 1px #fff, 0 0 8px rgba(0,0,0,0.4);
}
.research>div {
	text-align: center;
}
.research>div>a {
	font-weight: bold;
}


/*	--------------------------------	*/
/*	INFORMATIONS / CONTACT			*/
/*	--------------------------------	*/

iframe {
	min-height: 400px;
	margin: 0 24px 0 0;
	padding: 0;
	border: none;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 0 2px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
}
form {
	margin: 0;
	padding: 0 16px;
}
form>fieldset {
	padding: 0 16px;
	border: solid 1px rgba(0,0,0,0.3);
	border-radius: 3px;
}
form>fieldset>legend {
	padding: 0 8px;
	font-size: 12px;
	text-transform: uppercase;
	color: rgba(0,0,0,0.6);
}
form>fieldset>input,
form>fieldset>textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 8px 0;
	padding: 8px;
	border: solid 1px rgba(0,0,0,0.3);
	border-radius: 3px;
	display: block;
	font-size: 15px;
	transition: 0.1s;
}
form>fieldset>input:hover,
form>fieldset>textarea:hover {
	border: solid 1px #08f;
}
form>fieldset>textarea {
	min-height: 64px;
	resize: vertical;
}
form>fieldset>input[type="submit"] {
	padding: 16px;
	background: linear-gradient(#fff, #eee);
	color: #444;
	text-shadow: 0 1px 0 #fff;
}
form>fieldset>input[type="submit"]:hover {
	background: linear-gradient(#eee, #fff);
	color: #08f;
}

#livre_or>div>div>ul {
	max-height: 640px;
	overflow: auto;
	list-style: none;
}
#livre_or>div>div>ul>li {
	margin: 8px 0;
	padding: 8px 16px;
	position: relative;
	background: #f8f8f8;
}
#livre_or>div>div>ul>li:nth-child(odd) {
	background: #eee;
}
#livre_or>div>div>ul>li>h4 {
	margin: 0 0 8px;
	padding: 8px 96px 8px 16px;
	border-bottom: dotted 1px;
}
#livre_or>div>div>ul>li>time {
	position: absolute;
	top: 16px;
	right: 16px;
	font-size: 10px;
	text-align: right;
	line-height: 120%;
}

/*	--------------------------------	*/
/*	PIED DE PAGE				*/
/*	--------------------------------	*/

footer {
	margin: 32px -16px -16px;
	padding: 16px 32px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	background: url('images/patern_footer.svg') fixed, linear-gradient(#222, #111);
	font-size: 14px;
	color: #fff;
}
footer>* {
	min-width: 160px;
	flex-grow: 1;
	flex-basis: 0;
}
footer>p {
	min-width: 100%;
	margin: 0;
	padding: 24px 0 0;
	text-align: center;
	border-top: dotted 1px rgba(255,255,255,0.2);
}
footer>div>strong {
	text-transform: uppercase;
}
footer>div>ul {
	color: #d80e30;
}
footer>div>ul>li>div,
footer>div>ul>li>ul {
	color: #fff;
}
footer a:hover {
	color: #f24;
	text-shadow: 0 0 2px rgba(255,0,34,0.2), 0 0 6px rgba(255,0,34,0.2);
}



@media screen and (min-width: 512px) {
	header>h1 {
		font-size: 52px;
	}
	section>h2 {
		font-size: 40px;
	}
	#intro>.sommaire>li {
		min-width: 240px;
	}
	section>.infos {
		flex-direction: row;
		flex-wrap: wrap;
	}
	section>.infos>* {
		box-sizing: border-box;
		min-width: 240px;
	}
	section>.infos>div>.button {
		padding: 8px 112px;
	}
	section>.infos>div>.button::before,
	section>.infos>div>.button::after {
		width: 96px;
		height: 100%;
		top: 0;
		left: auto;
	}
	section>.infos>div>.button::before {
		border-bottom: solid 8px rgba(0,0,0,0);
		border-right: dotted 2px;
		left: 0;
	}
	section>.infos>div>.button::after {
		border-top: solid 8px rgba(0,0,0,0);
		border-left: dotted 2px;
		right: 0;
	}
}
	#index>ul>li {
		min-width: 440px;
	}
	.lignee>hr {
		height: 128px;
	}
	#tree>li>* {
		min-width: 200px;
	}
	#tree .portrait {
		box-sizing: border-box;
		width: 72px;
		height: 88px;
		margin: -44px 16px;
		padding: 4px;
		border-radius: 3px;
		position: absolute;
		top: 50%;
		right: 100%;
		display: none;
		background: rgba(0,0,0,0.3);
		font-size: 12px;
		text-align: center;
		line-height: 12px;
		box-shadow: 0 0 4px rgba(0,0,0,0.2);
	}
	#tree .portrait {
		display: block;
	}
	#tree .portrait::after {
		content: '';
		width: 64px;
		height: 80px;
		position: absolute;
		top: 4px;
		left: 4px;
		background: url('images/ancetres.png')
	}
	#tree #p_Bodhidharma::after	{ background-position: 0	0; }
	#tree #p_HongMei::after		{ background-position: -64px		0; }
	#tree #p_PakMei::after		{ background-position: 0	-80px; }
	#tree #p_QuangHue::after	{ background-position: -64px	-80px; }
	#tree #p_ChukFatWan::after	{ background-position: -128px	-80px; }
	#tree #p_CheungLaiChuen::after	{ background-position: -192px	-80px; }
	#tree #p_TangHueBac::after	{ background-position: -256px	-80px; }
	#tree #p_LuPingWoon::after	{ background-position: -320px	-80px; }
	#tree #p_NamAnh::after		{ background-position: -384px	-80px; }
	#tree .portrait>img {
		height: 80px;
		position: relative;
		z-index: 1;
	}
	#tree .portrait>img {
		height: 80px;
	}
	#tree .date {
		display: block;
	}
@media screen and (min-width: 720px) {
	section {
		font-size: 20px;
	}
	header>h1 {
		font-size: 64px;
	}
	section>h2 {
		font-size: 48px;
	}
	#intro>p {
		font-size: 25px;
	}
	section>h3 {
		font-size: 32px;
	}
	section>.content>div {
		margin: 0 -8px;
		display: flex;
		align-items: center;
	}
	section>.content>.full {
		align-items: normal;
	}
	section>.content>div:nth-child(even) {
		flex-direction: row-reverse;
	}
}
@media screen and (min-width: 1600px) {
	#index>ul>li {
		min-width: 30%;
	}
}


.temp {
	background: #fd0;
	color: #a08;
}
section>.content>div>div>img.temp {
	box-sizing: border-box;
	min-height: 384px;
	padding: 96px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url('images/patern_footer.svg'), linear-gradient(#999, #666);
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}