@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	list-style: none;
}

p {
	margin: 15px auto;
}

a {
	text-decoration: none;
}

a:hover, a:active {
	color: #999;
}

a {
	color: #000;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	color: rgb(70, 70, 70);
	letter-spacing: 0.065rem;
	font-size: 0.75rem;
	position: relative;
	line-height: 1.35rem;
}

h1, h2, .menu {
	color: #000;
	font-family: 'Open Sans', Verdana, sans-serif;
	font-weight: 600;
	line-height: 2;
}

h3, h4 {
	font-weight: 400;
	font-size: 12px;
}

h4 {
	margin-top: 32px;
}

p {
	max-width: 60rem;
}

hr {
	border-bottom: 2px dashed #BABABA;
	width: 10rem;
	margin: 60px auto 0;
}

.clear {
	clear: both;
}
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.half {
	margin: 30px auto 20px auto;
	width: 50%;
}

.half+.half {
	width: 46%;
}

.fullwidth {
	width: 100%;
	margin: 20px auto 20px auto;
}

.black {
	color: #000;
}

.bold {
	font-weight: 600;
}

.openSans {
	font-family: 'Open Sans', Verdana, sans-serif;
	line-height: 20px; 
}

.times {
	font-family: 'Times', serif; 
}

.small {
	font-size: 11px;
}

.cdt {
	text-transform: none;
	letter-spacing: 2px;
	line-height: 1.5;
}

.header {
	display: block;
	width: 100%;
}

#page {
	min-height: 100%;
	position: relative;
}

.home {
	width: 100%;
	min-height: 100%;
	position: relative;
}

.top-logo {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	display: none;
}

.floor .top-logo img {
	max-width: 46px;
	margin: 10px;
}

.floor-header {
	cursor: pointer;
}

.top-floor .floor-header {
	cursor: inherit;
}

.floor-header img {
	height: auto;
}

.floor-header h2 {
	width: 100%;
	font-size: 13px;
	position: absolute;
	text-align: center;
	bottom: 7%;
}

.floor-content article img {
	height: auto;
	max-width: 100%;
}

.floor .floor-header img {
	display: block;
	margin: 171px auto auto auto;
}

.floor {
	width: 50%;
	min-height: 100%;
	text-align: center;
	position: fixed;
	opacity: 0;
}

.floor-content {
	padding: 55px;
}

.top-floor {
	z-index: 9;
	position: absolute;
}
.hidden {
	display: none;
}

article {
	position: relative;
	margin-top: 200px;
}

article.intro {
	margin-top: 0;
}

article article {
	margin: 0;
}

article article+article {
	margin: 100px 0 0 0;
}

 #intro {
	margin-top: 60px;
}

#ute-consulting {
	background: #FFF;
}

#personal-projects {
	background: #eee;
	right: 0;
}

#consulting-contact {
	/*margin-top: 12rem;*/
	/*margin-bottom: 18rem;*/
}

#consulting-projects {
	/*margin-bottom: 10rem;*/
}

#consulting-press {
	margin: 4rem auto;
}

#api-gmaps img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
}


.menu-wrapper {
	display: inline-block;
	z-index: 99;
}

.menu img {
	display: block;
}

.menu-logo {
	max-width: 60px;
	margin: 10px 10px 0 10px;
	display: none;
	position: relative;
	cursor: pointer;
}

.menu {
	width: 100%;
	text-align: center;
	z-index: 9;
	font-weight: 400;
	margin-top: 100px;
}

.menu ul {
	border-top: 1px solid #8a8a8a;
	padding: 0px;
	margin: 20px auto auto auto;
	display: inline-block;
}

.menu ul li {
	display: inline-block;
	border-right: 1px solid #8a8a8a;
}


.menu ul li:hover {
	display: inline-block;
}

.menu ul li a {
	display: block;
	position: relative;
}

.menu ul li a, .menu ul li a:visited, .menu ul li a:active {
	padding: 12px;
	color: #000;
}

.menu ul li a:hover {
	color: #000;
}

.menu ul li:last-of-type {
	border: 0;
}



.clients, .personalities {
	text-align: left;
	font-family: "Open Sans", Verdana, sans-serif;
}

.clients h2, .personalities h2 {
	text-align: center;
	font-size: 13px;
	margin: auto auto 60px auto;
}

.clients {
	border-right: 1px solid #8a8a8a;
}

.floor-content h1 {
	font-size: 14px;
	border-top: 1px solid #8a8a8a;
	display: inline-block;
	margin: 30px auto;
	padding: 20px 25px;
}

.gallery {
	max-width: 850px;
	margin: auto auto 20px auto;
}

hr + .gallery {
	margin-top: 50px;
}

.gallery li {
	margin: 6px;
	display: block;
	float: left;
	transition: opacity 0.1s;	
	overflow: hidden;
}

.gallery li:hover {
	opacity: 0.6;
}

#personal-projects .floor-content {
	background: #eee;
}

#api-gmaps {
	height: 600px;
}

.credits {
	margin-top: 100px;
	font-size: 10px;
	white-space: nowrap;
	max-width: none;
}

#projects {
	/*margin-top: 50px;*/
}

#contact {
	/*margin-top: 130px;*/
}

#press {
	/*margin-top: 130px;*/
}

#press img {
	max-width: 400px;
}

.titre {
	margin: 0;
	padding: 0;
	font-family: 'Times', serif;
	color: black;
	font-weight: bold;
	font-size: 14px;
}

.titre+p {
	margin-bottom: 24px;
}

p+.titre {
	margin-top: 36px;
}


#intro-consulting h1 {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#intro-consulting p {
	margin-top: 24px;
}

#intro-consulting p+p {
	margin-top: 32px;
}

#intro-consulting img {
	margin-top: 48px;
}

#intro-consulting img+p {
	margin-top: 12px;
}

#intro-consulting #ute-photo {
	width: 26rem;
	margin: 0 auto;
	margin-top: 0;
}

#ute-photo + .credits {
	margin-bottom: 6rem;
}

.gallerie-min img {
	max-height: 300px;
	opacity: 0.7;
	transition: opacity 0.1s;
}

.gallerie-min img:hover {
	cursor: pointer;
	opacity: 1;
}

.gallerie-min p {
	margin-top: 16px;
}

article#stitched-shut {
	display: inline-block;
	max-width: 660px;
}

article#stitched-shut header {
	margin-bottom: 4rem;
}

#galerie-logo {
	max-width: 85px;
	margin-bottom: 16px;
}

#stitched-shut-photo {
	max-width: 380px;
}

#stitched-shut-typo {
	max-width: 280px;
	margin-bottom: 20px;
}

#stitched-shut-liste {
	font-size: 11px;
	letter-spacing: 2px;
	max-width: 480px;
	display: inline-block;
}

#stitched-shut-liste li {
	display: inline;
}

#stitched-shut-liste li+li:before {
	content: "/ ";
}

#stitched-shut-intro {
	margin-bottom: 24px;
}

#stitched-shut footer {
	letter-spacing: 2px;
	margin-top: 3rem;
}

#stitched-shut footer p+p:last-child {
	margin-top: 5rem;
}

#stitched-shut .credits {
	margin: 6px 0 36px 0;
}

#stitched-shut .credits:last-of-type {
	margin: 6px 0 0 0;
}

#stitched-shut+hr {
	margin-bottom: 60px;
}
