@charset "UTF-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body,html {
	position: relative;
	width: 100%;
	height: 100%;
	font-family: sans-serif;
}
body {
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../img/back.jpg);
	background-size: cover;
}
a {
	color: inherit;
}
* {
	position: relative;
	box-sizing: border-box;
}
.icons {
	display: none;
}
#photo {
	position: fixed;
	width: 45%;
	height: 100%;
	top: 0;
	left: 0;
}
#photo .by {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 2px 4px;
	text-align: center;
	font-size: 10px;
	color: #FFF;	
}
#about {
	position: fixed;
	width: 55%;
	height: 100%;
	top: 0;
	right: 0;
	overflow: auto;
}
#about:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #FFF;
	background-color: rgba(255,255,255,.95);
	z-index: -1;
}
#about:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../img/back.jpg);
	background-size: cover;
	-webkit-filter: blur(6px);
	-ms-filter: blur(6px);
	filter: blur(6px);
	z-index: -2;
}
h1.logo {
	position: absolute;
	width: 130px;
	height: 52px;
	top: 0;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	opacity: .95;
}
h1.logo > span {
	position: absolute;
	display: block;
	width: 16px;
	height: 52px;
	top: 0;
	left: 50%;
	border: 8px solid transparent;
	text-indent: -9999px;
	border-color: #FFF;
}
h1.logo .DR {
	margin-left: -64px;
	border-right: none;
	border-radius: 12px 0 0 12px;
}
h1.logo .N {
	margin-left: -29px;
	border-left: none;
	border-bottom: none;
	border-radius: 0 12px 0 0;
}
h1.logo .A {
	width: 25px;
	margin-left: -12px;
	border-bottom: none;
	border-radius: 12px 12px 0 0;
}
h1.logo .NR {
	margin-left: 14px;
	border-right: none;
	border-bottom: none;
	border-radius: 12px 0 0 0;
}
h1.logo .D {
	margin-left: 49px;
	border-left: none;
	border-radius: 0 12px 12px 0;
}
h1.logo > span:before,
h1.logo > span:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 52px;
	top: -8px;
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
	border-color: #FFF;
	z-index: 1;
}
h1.logo .DR:after,
h1.logo .NR:after {
	width: 8px;
	left: 9px;
	border-right-width: 8px;
}
h1.logo .D:before,
h1.logo .N:before {
	width: 8px;
	left: -9px;
	border-left-width: 8px;
}
h1.logo .A:after {
	width: 7px;
	top: -8px;
	left: 1px;
	border-bottom-width: 8px;
}
#about .bloc {
	position: absolute;
	width: 100%;
	height: 522px;
	max-height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#about dl {
	display: block;
	padding: 8px 0;
	text-align: center;
	color: #6E462C;
}
.icon {
	width: 30px;
	height: 24px;
	fill: #6E462C;
}
#about dl dt,
#about dl dd {
	display: block;
}
#about dl dd {
	font-size: 12px;
	line-height: 16px;
	white-space: normal;
}
#about dl dd span {
	display: inline-block;
	padding-right: 8px;
	white-space: nowrap;
}
#about dl dt.ico {
	height: 24px;
}
#about dl dt.name {
	padding: 2px 0;
	font-size: 10px;
	line-height: 1;
	color: #81533B;
	opacity: .75;
}

@media screen and (min-width: 600px) {
	#photo {
		width: 50%;
	}
	#photo .by {
		text-align: left;
		font-size: 12px;	
	}
	#about {
		width: 50%;
	}
	h1.logo {
		width: 260px;
		height: 104px;
	}
	h1.logo > span {
		width: 32px;
		height: 104px;
		border-width: 16px;
	}
	h1.logo .DR {
		margin-left: -129px;
		border-radius: 24px 0 0 24px;
	}
	h1.logo .N {
		margin-left: -59px;
		border-radius: 0 24px 0 0;
	}
	h1.logo .A {
		width: 50px;
		margin-left: -25px;
		border-radius: 24px 24px 0 0;
	}
	h1.logo .NR {
		margin-left: 27px;
		border-radius: 24px 0 0 0;
	}
	h1.logo .D {
		margin-left: 97px;
		border-radius: 0 24px 24px 0;
	}
	h1.logo > span:before,
	h1.logo > span:after {
		height: 104px;
		top: -16px;
	}
	h1.logo .DR:after,
	h1.logo .NR:after {
		width: 16px;
		left: 18px;
		border-right-width: 16px;
	}
	h1.logo .D:before,
	h1.logo .N:before {
		width: 16px;
		left: -18px;
		border-left-width: 16px;
	}
	h1.logo .A:after {
		width: 14px;
		top: -16px;
		left: 2px;
		border-bottom-width: 16px;
	}
	#about .bloc {
		height: 644px;
	}
	#about dl {
		padding: 12px 0;
	}
	.icon {
		width: 40px;
		height: 32px;
	}
	#about dl dd {
		font-size: 14px;
		line-height: 18px;
	}
	#about dl dd span {
		padding-right: 8px;
	}
	#about dl dt.ico {
		height: 32px;
	}
	#about dl dt.name {
		padding: 3px 0;
		font-size: 12px;
	}
}