html, body
{
	background:#fff;
	color:#1a1a1a;
	margin:0;
	padding:0;
	text-align:left;
	font-family:'OpenSans-Light', Arial, sans-serif;
	font-size:16px;
	line-height:20px;
	min-height:100%;
	height:100%;
}

::selection {    background: #1a1a1a; color:#fff;    }
::-moz-selection {    background: #1a1a1a; color:#fff;}

* {
	box-sizing:border-box;
}

a, input, textarea, button
{
    outline:medium none;
	text-decoration:none;
	resize:none;
}


@font-face {
    font-family:'OpenSans-Light';
    src:url('../fonts/OpenSans-Light-webfont.eot');
    src:url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff2') format('woff2'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#OpenSans-Light') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'OpenSans-Regular';
    src:url('../fonts/OpenSans-Regular-webfont.eot');
    src:url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff2') format('woff2'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSans-Regular') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'TheanoDidot-Regular';
    src:url('../fonts/TheanoDidot-Regular-webfont.eot');
    src:url('../fonts/TheanoDidot-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TheanoDidot-Regular-webfont.woff') format('woff'),
         url('../fonts/TheanoDidot-Regular-webfont.ttf') format('truetype'),
         url('../fonts/TheanoDidot-Regular-webfont.svg#TheanoDidot-Regular') format('svg');
    font-weight:normal;
    font-style:normal;
}

img {
	image-rendering: optimizeQuality;
	image-rendering: -moz-optimizeQuality;
	image-rendering: -o-optimizeQuality;
}

#colmenu_fix, #colmenu
{
    position:fixed;
    width:100%;
	z-index:21;
	opacity:0;
	transition:all 0.1s ease-in 0s;
	-webkit-transition:all 0.1s ease-in 0s;
	-moz-transition:all 0.1s ease-in 0s;
	-o-transition:all 0.1s ease-in 0s;
}
.loaded #colmenu_fix
{
	opacity:1;
}

.menu_large
{
	top:0;
	padding: 20px;
	background:transparent;
}
.menu_thin
{
	top:0;
	padding: 0;
}

.menu_hidden
{
	top:-100px;
}

div#menu {
	background:#000;
	color:#fff;
	line-height: 0;
	position:relative;
	padding: 5px;
}
	div#close_works
	{
		position:fixed;
		left:0;
		width:100%;
		height:50px;
		color:#fff;
		background:#000;
		z-index:22;
		transition:all 0.4s ease-in 0s;
		-webkit-transition:all 0.4s ease-in 0s;
		-moz-transition:all 0.4s ease-in 0s;
		-o-transition:all 0.4s ease-in 0s;
	}
		.close_hidden
		{
			top:-51px;
		}
		.close_visible
		{
			top:0;
		}
		a#close {
			cursor:pointer;
			display:block;
			height:50px;
			width:100%;
			transition:all 0.2s ease-in 0s;
			-webkit-transition:all 0.2s ease-in 0s;
			-moz-transition:all 0.2s ease-in 0s;
			-o-transition:all 0.2s ease-in 0s;
			background-size:15px 15px;
		}
		a#close:hover {
			background-size:14px 14px;
			background-position:21px 18px;
		}
		span#cross
		{
			position:absolute;
			height:50px;
			width:16px;
			left:20px;
			background:transparent url("../imgs/close_w.png") no-repeat scroll center center;
			transition:all 0.2s ease-in 0s;
			-webkit-transition:all 0.2s ease-in 0s;
			-moz-transition:all 0.2s ease-in 0s;
			-o-transition:all 0.2s ease-in 0s;
		}
		span#ariane
		{
			position:absolute;
			top:0;
			left:50px;
			font:16px/50px "OpenSans-Regular",sans-serif;
			display:block;
			text-transform:uppercase;
			width:100%;
		}
		a#close:hover span#cross
		{
			transform:rotate(-90deg);
		}
		
a#menu_bt
{
	display:none;
	position:absolute;
	width:50px;
	height:50px;
	left:12px;
	top:0;
	cursor:pointer;
	z-index:50;
	transition:all 0.2s ease-in 0s;
	-webkit-transition:all 0.2s ease-in 0s;
	-moz-transition:all 0.2s ease-in 0s;
	-o-transition:all 0.2s ease-in 0s;
}
span.graph_bar
{
	display:block;
	background:#000;
    height:2px;
    position:absolute;
    opacity:1;
	
	transform-origin:center center 0;
	-webkit-transform-origin:center center 0;
	-ms-transform-origin:center center 0;
	
    transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    -o-transition:all 0.3s ease-in-out 0s;
    width:34px;
}

.menu_white span.graph_bar
{
	background:#1a1a1a;
}

	span#graph_top_bar
	{
		transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		top:14px;
		left:8px;
	}
	span#graph_mid_bar
	{
		top:24px;
		left:8px;
	}
	span#graph_bot_bar
	{
		transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		top:34px;
		left:8px;
	}
	
	a.menu_closed:hover span#graph_top_bar
	{
		top:16px;
	}
	a.menu_closed:hover span#graph_bot_bar
	{
		top:32px;
	}
	
	a.menu_opened
	{
		opacity:0;
	}
	
	a.menu_opened span#graph_top_bar
	{
		background-color:#1a1a1a;
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		top:25px;
	}
	a.menu_opened span#graph_mid_bar
	{
		background-color:#1a1a1a;
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		top:25px;
	}
	a.menu_opened span#graph_bot_bar
	{
		background-color:#1a1a1a;
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		top:25px;
	}


.menu_large a#menu_bt
{
	top:5px;
}
.menu_thin a#menu_bt
{
	top:0;
}

.inv
{
	opacity:0;
}

div#flap
{
	transition:all 0.2s ease-in 0s;
	-webkit-transition:all 0.2s ease-in 0s;
	-moz-transition:all 0.2s ease-in 0s;
	-o-transition:all 0.2s ease-in 0s;
}
	div.flap_closed
	{
		background:transparent;
	}
	div.flap_opened
	{
		left:0;
		background:rgba(255,255,255,1);
	}

div#in_menu
{
    padding:0;
    text-align:center;
	top:0;
}

a.bt_menu_v
{
    cursor:pointer;
    display:inline-block;
    font:16px/34px "OpenSans-Regular",sans-serif;
    height:34px;
    margin:0 0 0 14px;
    opacity:1;
    overflow:hidden;
	position:relative;
	color:#fff;
	transition:all 0.2s ease-in 0s;
	-webkit-transition:all 0.2s ease-in 0s;
	-moz-transition:all 0.2s ease-in 0s;
	-o-transition:all 0.2s ease-in 0s;
}
div.flap_opened a.bt_menu_v
{
	margin:0 0 0 32%;
	opacity:1;
}
	span.menu_v
	{
	    color:#ffffff;
		display:inline-block;
		height:42px;
		transition:all 0.2s ease-in 0s;	
		-webkit-transition:all 0.2s ease-in 0s;	
		-moz-transition:all 0.2s ease-in 0s;	
		-o-transition:all 0.2s ease-in 0s;	
		border-bottom:1px solid transparent;		
	}
a.bt_menu_v:hover span.menu_v
{
	height:26px;
	border-bottom:1px solid #fff;
}

div.menu_large  a.bt_menu_v span.menu_v_sel
{
	height:26px;
	border-bottom:solid #fff 1px;
}

a.bt_menu_v::before, a.special::before {
    background: #fff none repeat scroll 0 0;
    bottom: 5px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right center 0;
    transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    width: 100%;
}
a.bt_menu_v:hover::before, a.special:hover::before {
    transform: scaleX(1);
    transform-origin: left center 0;
}
a.menu_v_sel::before {
    background: #fff none repeat scroll 0 0;
    bottom: 5px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(1);
    transform-origin: right center 0;
    transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    width: 100%;
}


div#right_menu {
	float:right;
}

a#ml {
	display:inline-block;
	height:34px;
	line-height:34px;
	vertical-align: top;
	margin: 0 20px 0 0;
}
a#ml img {
	vertical-align:middle;
}

div#sn {
	display:inline-block;
}

div#flapload
{
	opacity:1;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	z-index:1000;
	transition:all 0.4s ease-in-out 0s;
	-webkit-transition:all 0.4s ease-in 0s;	
	-moz-transition:all 0.4s ease-in 0s;	
	-o-transition:all 0.4s ease-in 0s;	
}

body.loaded div#flapload
{
	top:-100%;
	opacity:1;
	background:#fff;
}

div#flapunload
{
	position:fixed;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	z-index:1000;
	transition:all 0.4s ease-in-out 0s;
	-webkit-transition:all 0.4s ease-in 0s;	
	-moz-transition:all 0.4s ease-in 0s;	
	-o-transition:all 0.4s ease-in 0s;	
}
.unload {
	top:100%;
}
.unload_active {
	top:0;
}

.sleepin
{
	top:100%;
}

.closeme
{
	top:-50%;
}



div#bg_works
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
	background-image:url('../imagesbank/portrait.jpg');
	z-index:18;
}
div#bg_blur
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
	background-image:url('../imgs/portrait_blur.jpg');
	z-index:0;
	/*transition:all 1.2s ease-in-out 0.1s;
	-webkit-transition:all 1.2s ease-in-out 0.1s;
	-moz-transition:all 1.2s ease-in-out 0.1s;
	-o-transition:all 1.2s ease-in-out 0.1s;*/
	transform:scale(1);
}
.loaded div#bg_blur
{
	transform:scale(1);
}

div#bg_container
{
	position:fixed;
	top:0;
	left:0;
    transition:all 0.25s ease-out 0s;
	-webkit-transition:all 0.25s ease-out 0s;
	-moz-transition:all 0.25s ease-out 0s;
	-o-transition:all 0.25s ease-out 0s;
}

div.bg_vis
{
	opacity:1;
}
div.bg_invis
{
	opacity:0;	
}

div.big_img
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:calc(100% + 30px);
	height:-webkit-calc(100% + 30px);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
	z-index:17;
	opacity:1;
	transform:scale(1);
    transition:all 30s linear  0.5s;
	-webkit-transition:all 30s linear  0.5s;
	-moz-transition:all 30s linear  0.5s;
	-o-transition:all 30s linear  0.5s;
}

.loaded div.big_img
{
	transform:scale(1.25);
}

.loaded div.notransform {
	transform:scale(1);
}


li.chapter
{
    font:70px/70px "TheanoDidot-Regular",serif;
    list-style-type:none;
    margin:0 0 30px 121px;
    text-align:left;
    transition:all 0.2s ease-out 0s;
	-webkit-transition:all 0.2s ease-out 0s;
	-moz-transition:all 0.2s ease-out 0s;
	-o-transition:all 0.2s ease-out 0s;
	opacity:0;
}
.loaded li.chapter
{
	font:70px/70px "TheanoDidot-Regular",serif;
	margin:0 0 30px 131px;
	opacity:1;
}
	a.chapt_bt
	{
		cursor:pointer;
		/*border-bottom:1px solid transparent;*/
		transition:all 0.2s ease-out 0s;
		-webkit-transition:all 0.2s ease-out 0s;
		-moz-transition:all 0.2s ease-out 0s;
		-o-transition:all 0.2s ease-out 0s;
		padding-bottom:10px;
	}
	
			@keyframes anim1 {
				from {
					opacity:1;        
				}
				50%
				{
					opacity:0;
				}
				to   {
					opacity:1;        
				}
			}
			
		a.chapt_bt span.dot
		{
			transition:all 0.2s ease-out 0s;
			-webkit-transition:all 0.2s ease-out 0s;
			-moz-transition:all 0.2s ease-out 0s;
			-o-transition:all 0.2s ease-out 0s;
			display:inline-block;
			opacity:1;
			padding-left:0;
		}
	
	.loaded a.chapt_bt:hover span.dot
	{
		opacity:0;
	}
	
/*	a.chapt_bt:hover span.dot
	{
		animation:anim1 0.8s infinite;
	} */
	
div#article
{
	display:block;
	position:relative;
}
			
header
{
	display:block;
    height:100vh;
    position:relative;
    width:100%;
	z-index:0;
	background:#1a1a1a;
	overflow:hidden;
}
	div#bg_header
	{
		background-position:center center;
		background-repeat:no-repeat;
		background-size:cover;
		height:100%;
		position:fixed;
		width:100%;
		top:0;
		left:0;
	}
	div#gradient
	{
		width:100%;
		height:100%;
		position:fixed;
		background:linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.5) 100%);
		background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.5) 100%);
		top:0;
		left:0;
	}
	div#title_header
	{
		position:absolute;
		top:85%;
		color:#fff;
		width:100%;
		text-align:center;
		z-index:1;
		cursor:pointer;
		transform:translate3d(0px, 0px, 0px);
		-webkit-transform:translate3d(0px, 0px, 0px);
		-ms-transform:translate3d(0px, 0px, 0px);
	}

		h1#titre_projet
		{
			display:none;
			font-family:'TheanoDidot-Regular',serif;
			font-size:60px;
			line-height:62px;
			margin:0;
			-webkit-background-clip:text;
			background-clip:text;
		}
		h2#resume_projet
		{
			display:none;
			font:24px/26px 'Opensans-Light',sans-serif;
			margin:0;
		}
		div#titre {
			padding: 0 2%;
			margin:0 0 45px;
		}
			h1#titre_projet_bot
			{
				font-family:'TheanoDidot-Regular',serif;
				font-size:48px;
				line-height:48px;
				margin:0;
				-webkit-background-clip:text;
				background-clip:text;
			}
			h2#resume_projet_bot
			{
				font:24px/26px 'Opensans-Light',sans-serif;
				margin:0;
			}
		img#arrow_enter
		{
			margin-top:25px;
			transition:all 0.2s ease-out 0s;
			-webkit-transition:all 0.2s ease-out 0s;
			-moz-transition:all 0.2s ease-out 0s;
			-o-transition:all 0.2s ease-out 0s;
		}
		div#title_header:hover img#arrow_enter
		{
			margin-top:30px;
		}
		
div#main
{
	display:block;
	background-color:#fff;
    position:relative;
	padding:0 0 100px;
	z-index:1;
	transform:translate3d(0px, 0px, 0px);
	-webkit-transform:translate3d(0px, 0px, 0px);
	-ms-transform:translate3d(0px, 0px, 0px);
}
	div.wrapper_1024
	{
		margin:0 auto;
		max-width:1024px;
		width:100%;
	}
	div.pad_45
	{
		padding:75px 0 0;
	}
	
	div#texte {
		color:#1a1a1a;
		float:left;
		font:16px/28px "OpenSans-Light",sans-serif;
		padding:0 2%;
		text-align:left;
		width:70%;
	}
		
	div#video_wrapper
	{
		width:100%;
		margin:50px 0 0;
		padding: 0 20px;
	}
		
	div#leftcol {
		color:#1a1a1a;
		float:left;
		font:16px/22px "OpenSans-Light",sans-serif;
		padding:0 0 0 5%;
		width:30%;
	}
	
	div#credits a, div#texte a, div#news_text a
	{
		color:#1a1a1a;
		border-bottom:solid 1px #1a1a1a;
		transition:all 0.1s ease-out 0s;
		-webkit-transition:all 0.1s ease-out 0s;
		-moz-transition:all 0.1s ease-out 0s;
		-o-transition:all 0.1s ease-out 0s;
	}
	div#tags a, div#presse_menu a, div#networks a, div#news_share a
	{
		transition:all 0.3s ease-out 0s;
		-webkit-transition:all 0.3s ease-out 0s;
		-moz-transition:all 0.3s ease-out 0s;
		-o-transition:all 0.3s ease-out 0s;
	}
	div#credits a:hover, div#news_text a:hover
	{
		border-bottom:solid 1px #fff;	
	}
		div#tags
		{
			margin:50px 0 25px;
			height:60px;	
			color: #1a1a1a;
			font: 16px/20px "OpenSans-Light",sans-serif;
			padding: 0 2%;
			width: 70%;
		}
		div#tags a.tag,
		div#presse_menu a.tag
		{
			background: #ffffff none repeat scroll 0 0;
			border: 1px solid #bbbbbb;
			color: #bbbbbb;
			cursor: pointer;
			display: inline-block;
			margin: 2px 2px 0 0;
			padding: 4px 9px;
			text-align: center;
		}
		div#tags a.tag:hover,
		div#presse_menu a.tag:hover
		{
			background:#1a1a1a;
			color:#fff;
			border:1px solid #1a1a1a;
		}
		div#tags a.tag:hover
		{
			background:#1a1a1a;
			color:#fff;
			border:1px solid #1a1a1a;
		}
		div#tags a.tag_selected,
		div#presse_menu a.tag_selected
		{
			background:#fff;
			color:#1a1a1a;
			border:1px solid #1a1a1a;
		}
		div#tags a.tag_selected:hover,
		div#presse_menu a.tag_selected:hover
		{
			background:#1a1a1a;
			color:#fff;
			border:1px solid #1a1a1a;
		}

		div#all_tags
		{
			display:block;
			opacity:1;
		}
		div#leftcol a#more_tags
		{
			background:#1a1a1a;
			color:#fff;
			cursor:pointer;
			display:inline-block;
			margin:0 0 0 -3px;
			padding:4px 10px;
			border:solid 1px #1a1a1a;
		}
		
div#credits
{
	font:16px/28px "OpenSans-Light",sans-serif;
	color:#1a1a1a;
	margin:50px 0;
}
	
div#networks
{
	width:100%;
	margin:0;
}
span#share_str
{
	display:block;
	font:16px/22px "OpenSans-Regular",sans-serif;
	text-transform:uppercase;
}
div#networks a
{
	text-decoration:none;
	cursor:pointer;
}
	div#sharex
	{
		float:left;
	}
		div#sharex a, span#pinwrapper a
		{
			border:none;
			display:inline-block;
			overflow:hidden;
			width:32px;
			height:32px;
		}
		div#sharex a:hover, span#pinwrapper a:hover
		{
			border:none;
		}
		a#sharex_facebook
		{
			cursor:pointer;
			display:inline-block;
			width:32px;
			height:32px;
			background:#1a1a1a url('../imgs/social.png') no-repeat  -64px -32px;
			margin:0 2px 0 0;
		}
		a#sharex_facebook:hover
		{
			background:#3E5294 url('../imgs/social.png') no-repeat  -64px -32px;		
		}
		a#sharex_twitter
		{
			cursor:pointer;
			display:inline-block;
			width:32px;
			height:32px;
			background:#1a1a1a url('../imgs/social.png') no-repeat -32px -32px;
			margin:0 2px 0 0;
		}
		a#sharex_twitter:hover
		{
			background:#3AAAE1 url('../imgs/social.png') no-repeat -32px -32px;
		}
		a#mypin
		{
			background:#1a1a1a url('../imgs/social.png') no-repeat left bottom;
		}
		a#mypin:hover
		{
			background:#C91618 url('../imgs/social.png') no-repeat left bottom;
		}
	
div#gallery_min
{
	width:100%;
	height:calc(100vh - 50px);
	height:-webkit-calc(100vh - 50px);
	overflow:hidden;
	margin:0;
	position:relative;
	padding:0;
	background:#000;
}
	div#gallery_min_rail
	{
		width:100000%;
		height:100%;
		overflow:hidden;
		line-height:0;
		position:absolute;
	}
		div.gallery_min_wagon
		{
			float:left;
			position:relative;
			overflow:hidden;
			height:100%;
		}
			a.thumb
			{
				overflow:hidden;
			}

			img.gallery_pic
			{
				display:block;
				height:100%;
				max-width: 100%;
			}
		
	div#toucher
	{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
		div#interface
		{
			background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 100%) repeat scroll 0 0;
			background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 100%) repeat scroll 0 0;
			bottom: 0;
			height: 70px;
			position: absolute;
			width: 100%;
		}
			div#in_interface
			{
				height:70px;
				margin:10px auto;
				width:190px;
			}
				a.controls
				{
					display:inline-block;
					width:50px;
					height:50px;
					background-color:transparent;
					background-position:10px 10px;
					background-repeat:no-repeat;
					margin:0 5px;
					cursor:pointer;
					transition:all 0.2s ease-out 0s;
					-webkit-transition:all 0.2s ease-out 0s;
					-moz-transition:all 0.2s ease-out 0s;
					-o-transition:all 0.2s ease-out 0s;
				}
				a#prevpic
				{
					background-image:url('../imgs/arrow-left.png');
				}
				a#prevpic:hover
				{
					background-position:5px 10px;
				}
				a#godown
				{
					background-image:url('../imgs/arrow-down.png');
				}
				a#godown:hover
				{
					background-position:10px 15px;
				}
				a#nextpic
				{
					background-image:url('../imgs/arrow-right.png');
				}
				a#nextpic:hover
				{
					background-position:15px 10px;
				}
			
div#controls_large, div#controls_large_top
{
	width:100%;
	position:fixed;
	height:50px;
	transition:all 0.5s ease-in-out 0.5s;
	-webkit-transition:all 0.5s ease-in-out 0.5s;
	-moz-transition:all 0.5s ease-in-out 0.5s;
	-o-transition:all 0.5s ease-in-out 0.5s;
}
			
div#curtain
{
	position:fixed;
	width:100%;
	height:100%;
	transition:all 0.3s ease-in-out 0.2s;
	-webkit-transition:all 0.3s ease-in-out 0.2s;
	-moz-transition:all 0.3s ease-in-out 0.2s;
	-o-transition:all 0.3s ease-in-out 0.2s;
	background:#1a1a1a;
	z-index:1002;
}
	div.opened_curtain
	{
		top:-100%;
	}
	div.closed_curtain
	{
		top:0;	
	}
	div.reopened_curtain
	{
		top:100%;
	}
	
div#gallery_rail
{
	display:none;
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	background:#fff;
	z-index:1000;
}
div#wagon_1
{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
	
	-webkit-backface-visibility:hidden;
}
div#wagon_2
{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:100%;
	background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    -webkit-background-size:contain;
	
	-webkit-backface-visibility:hidden;
}

div#controls
{
	position:fixed;
	left:100%;
	top:0;
	width:100%;
	height:100%;
	z-index:1001;
	cursor:ew-resize;
}	
	a.interface_gl
	{
		position:absolute;
		display:block;
		cursor:pointer;
		width:50px;
		height:50px;
		background-size:24px 24px;
		background-repeat:no-repeat;
		background-position:center center;
		background-color:#1a1a1a;
		transition:position 0.5s ease-in-out 0.5s;
		-webkit-transition:position 0.5s ease-in-out 0.5s;
		-moz-transition:position 0.5s ease-in-out 0.5s;
		-o-transition:position 0.5s ease-in-out 0.5s;

		transition:background-size 0.2s ease-in 0s;
		-webkit-transition:background-size 0.2s ease-in 0s;
		-moz-transition:background-size 0.2s ease-in 0s;
		-o-transition:background-size 0.2s ease-in 0s;
	}
	
	a.interface_gl:hover
	{
		background-size:20px 20px;
	}
	
	a#close_gallery
	{
		background-image:url('../imgs/close-white.png');
		left:12px;
	}
	div.top-100
	{
		top:-100px;
	}
	div.top-12
	{
		top:12px;
	}
		
	a#prev_pic
	{
		background-image:url('../imgs/arrow-left.png');
		left:12px;
	}

	a#next_pic
	{
		background-image:url('../imgs/arrow-right.png');	
		left:116px;
	}
		
	.bot-100
	{
		bottom:-100px;
	}
	.bot-12
	{
		bottom:12px;
	}
	
span#count
{
    background:#1a1a1a none repeat scroll 0 0;
    color:#ffffff;
    display:block;
    font:14px/50px "Opensans-Regular",sans-serif;
    height:50px;
    left:64px;
    opacity:1;
    position:absolute;
    text-align:center;
    width:50px;
	cursor:default;
}
	
		span#pinit
		{
			position:absolute;
			left:50%;
			bottom:5px;
			margin:0 0 0 -20px;
		}
	

.clear
{
	clear:both;
}

/*   EN COURS... */

a img
{
	border:none;
}

div#panel2
{
	margin-top:100%;
}

#content
{
	margin:150px 0 80px;
	position:relative;
	z-index:19;
	opacity:1;
	min-height:100vh;
	
	transition:all 0.2s ease-in 0s;			
	-webkit-transition:all 0.2s ease-in 0s;	
	-moz-transition:all 0.2s ease-in 0s;	
	-o-transition:all 0.2s ease-in 0s;
}

.loaded #content
{
	margin:150px 0 80px;
	opacity:1;
	padding:0;
	min-height: 100vh
}

#content_100
{
	margin:66% 0 0;
	position:relative;
	z-index:19;
	transition:all 0.3s ease-in-out 0s;			
	-webkit-transition:all 0.3s ease-in-out 0s;	
	-moz-transition:all 0.3s ease-in-out 0s;	
	-o-transition:all 0.3s ease-in-out 0s;	
}

.loaded #content_100
{
	margin:25% 20px 0;
}

div.col_three
{
	margin:0;
    width:50%;
}

div.wrapper_type
{
	overflow:hidden;
	position:absolute;
	width:100%;
	transition:all 0.2s ease-in-out 0s;
	-webkit-transition:all 0.2s ease-in-out 0s;
	-moz-transition:all 0.2s ease-in-out 0s;
	-o-transition:all 0.2s ease-in-out 0s;
}

div.type_closed
{
	height:0;
	border:solid 1px transparent;
}

div.type_opened
{
	height:auto;
	border:solid 1px #fff;
}

div.projet_container
{
	border:solid 1px #fff;
	display:block;
	float:left;
	overflow:hidden;
	position:relative;
	visibility:visible;
	opacity:0;
	transform:scale(1);
	transition:all 0.2s ease-in-out 0s;
	-webkit-transition:all 0.2s ease-in-out 0s;
	-moz-transition:all 0.2s ease-in-out 0s;
	-o-transition:all 0.2s ease-in-out 0s;
}

div.type_opened div.projet_container
{
	visibility:visible;
	opacity:1;
	transform:scale(1);
}

div.projet_container_ajax
{
	visibility:hidden;
}

a.projet
{
	display:block;
    width:100%;
	height:100%;
	line-height:0;
}

a.projet:hover img.projet_pic
{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
   transform-origin:center center 0;
    -webkit-transform-origin:center center 0;
	-ms-transform-origin:center center 0;
}

img.projet_pic
{
	transition:all 5s linear 0s;
	-webkit-transition:all 5s linear 0s;
	-moz-transition:all 5s linear 0s;
	-o-transition:all 5s linear 0s;
	width:100%;
	transform:scale(1.0);
}

div.projet_infos
{
	font-family:Times New Roman, serif;
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	
		background:linear-gradient(to bottom, rgba(0,0,0, 0) 0%, rgba(0,0,0, 0) 20%, rgba(0,0,0, 0.1) 60%, rgba(0,0,0, 0.4) 100%);
		background:-webkit-linear-gradient(top, rgba(0,0,0, 0) 0%, rgba(0,0,0, 0) 20%, rgba(0,0,0, 0.1) 60%, rgba(0,0,0, 0.4) 100%);
		background: rgba(0, 0, 0, 0) -webkit-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%) repeat scroll 0 0;
		background: rgba(0, 0, 0, 0) linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%) repeat scroll 0 0;
		/*background:rgba(0,0,0,0);*/
	cursor:pointer;
	text-align:center;
	opacity:0;
	
	transition:all 0.2s ease-in 0s;
	-webkit-transition:all 0.2s ease-in 0s;
	-moz-transition:all 0.2s ease-in 0s;
	-o-transition:all 0.2s ease-in 0s;
}

div.projet_infos_content
{
    opacity:0;
    position:absolute;
	width:100%;
	bottom:30px;
    left:0;
    opacity:0;
    text-align:left;
	color:#fff;
	padding:0 20px 0 40px;
	
	transition:all 0.2s ease-in 0s;
	-webkit-transition:all 0.2s ease-in 0s;
	-moz-transition:all 0.2s ease-in 0s;
	-o-transition:all 0.2s ease-in 0s;
	
}

a.projet:hover div.projet_infos
{
	opacity:1;
}

a.projet:hover div.projet_infos_content
{
	bottom:40px;
	opacity:1;
}

a.projet span.titre
{
	font:24px/24px "opensans-light",serif;
    display:inline-block;
	padding:0 0 5px 0;
	transition:all 1s ease-in 0s;
	-webkit-transition:all 1s ease-in 0s;
	-moz-transition:all 1s ease-in 0s;
	-o-transition:all 1s ease-in 0s;
}

a.projet span.resume
{
	font:16px/22px "Opensans-Light",sans-serif;
    display:inline-block;
}

a.projet span.view
{
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px;
	display:none;
}



div.more_container
{
	width:98%;
	height:150px;
	border-bottom:1px solid #1a1a1a;
}

	a.more
	{
		cursor:pointer;
		display:block;
		width:100%;
		height:100%;
		color:#1a1a1a;
		line-height:0;
	}
		span.s_more
		{
			font:24px/20px "Opensans-Light",sans-serif;
			position:relative;
			transform:translateY(-50%);
			-webkit-transform:translateY(-50%);
			-ms-transform:translateY(-50%);
			left:0;
			position:absolute;
			text-align:center;
			top:50%;
			width:100%;
			display:block;
			transition:all 1s ease-in-out 0s;
			-webkit-transition:all 1s ease-in-out 0s;
			-moz-transition:all 1s ease-in-out 0s;
			-o-transition:all 1s ease-in-out 0s;
		}
		
		a.more:hover span.more
		{
			font-size:40px;
		}

/* FOOTER */
div#footer
{
    height:150px;
    position:relative;
    z-index:20;
	color:#000;
	font-family:'Opensans-Light', sans-serif;
}
div.footer_w {
	background:#fff;
}
	span#copy
	{
		bottom:5px;
		display:block;
		font-size:13px;
		position:absolute;
		text-align:center;
		width:100%;
	}




/* CONTACT */

div#contact
{
	background:transparent;
	padding:0 20px;
}

div#contact_left
{
	width:50%;
	padding:5%;
	float:left;
	transition:all 0.2s ease-out 0.6s;
	-webkit-transition:all 0.2s ease-out 0.6s;
	-moz-transition:all 0.2s ease-out 0.6s;
	-o-transition:all 0.2s ease-out 0.6s;
	opacity:0;
	margin-top:50px;
	background:#f7f7f7;
}
.loaded div#contact_left
{
	opacity:1;
	margin-top:0;
}
div#contact_right
{
	width:50%;
	padding:5%;
	float:left;
	background:#fefefe;
	transition:all 0.2s ease-out 0s;
	-webkit-transition:all 0.2s ease-out 0.4s;
	-moz-transition:all 0.2s ease-out 0.4s;
	-o-transition:all 0.2s ease-out 0.4s;
	opacity:0;
	margin-top:50px;
}
.loaded div#contact_right
{
	opacity:1;
	margin-top:0;
}

.contact__field {
    background:url("../imgs/field.png") repeat scroll 0 0 / 5px 37px rgba(0, 0, 0, 0);
    border:medium none;
    color:#1a1a1a;
    display:block;
    font:18px/37px "OpenSans-Light",Arial,Helvetica,sans-serif;
    height:37px;
    margin:0 0 30px;
    opacity:0.6;
    padding:0;
    transition:opacity 0.35s ease 0s;
	-webkit-transition:opacity 0.35s ease-in 0s;	
	-moz-transition:opacity 0.35s ease-in 0s;	
	-o-transition:opacity 0.35s ease-in 0s;	
    width:100%;
}

.contact__field::placeholder, .contact__field:placeholder {
    color:#666;
    opacity:1;
}

.contact__field:focus
{
	opacity:1;
}

textarea.contact__field {
    height:148px;
    overflow:hidden;
}

.empty
{
	color:#cd081b;
	opacity:0.8;
}


a#sendmail
{
	cursor:pointer;
	display:inline-block;
    font:18px/37px "OpenSans-Light",Arial,Helvetica,sans-serif;
	padding:2px 24px;
	border:solid 1px #666;
	color:#666;
	transition:all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-transition:all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;	
	-moz-transition:all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;	
	-o-transition:all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;	
	background:transparent;
}

a#sendmail:hover
{
	color:#fff;
	background:#666;
	border:solid 1px #fff;
}

div.contact_titre
{
	font:32px/36px "TheanoDidot-Regular",serif;
	margin:0 0 5px;
}
div.contact_ss_titre
{
	font:16px/28px "OpenSans-light",sans-serif;
}

a.amail
{
	display:block;
	font:16px/28px "OpenSans-light",sans-serif;
	height:35px;
}
span.sp_mail {
    display:inline-block;
	color:#1a1a1a;
	border-bottom:1px solid transparent;
    height:32px;
    transition:all 0.2s ease-in 0s;
	-webkit-transition:all 0.2s ease-in 0s;
	-moz-transition:all 0.2s ease-in 0s;	
	-o-transition:all 0.2s ease-in 0s;
}
a.amail:hover span.sp_mail
{
	color:#1a1a1a;
	border-bottom:1px solid #1a1a1a;
	height:28px;
}

/* BIO */
div#biopusher
{
	position:fixed;
	height:50%;
	width:100%;
	left:0;
	top:50%;
	z-index:19;
}
.nograbbing
{
	cursor:grab;
}
.grabbing
{
	cursor:grabbing;
}

div#bio_texte
{
	width:100%;
	float:left;
	background:#fff;
	color:#1a1a1a;
	font:16px/28px "OpenSans-Light",sans-serif;
}
	div#bio_in_texte
	{
		padding:50px 400px 50px 80px;
		text-align:left;
	}
	
div#bio_rightcol
{
    float:right;
    width:100%;
}

	div#bio_portrait
	{
		line-height:0;
	}
		
	div#bio_awards
	{
		background:#f7f7f7;
	}
	div#bio_collections
	{
		background:#e7e7e7;
		margin:0;
	}
		div.bio_titre
		{
			font:48px/48px "TheanoDidot-Regular",serif;
			padding:30px 0 10px 70px;
			text-align:left;
		}
		div.bio_pad
		{
			padding:25px 60px 40px 80px;
			font:16px/42px "OpenSans-Light",sans-serif;
		}

/* NEXT PREV */

div#navi_post_proj
{
	background:#f7f7f7;
	position:relative;
	line-height:0;
	overflow: hidden;
}
	a.proj_navi
	{
		display:block;
		width:33.33%;
		height:150px;
		float:left;
		position:relative;
		transition:all 0.2s ease-in 0s;
		-webkit-transition:all 0.2s ease-in 0s;
		-moz-transition:all 0.2s ease-in 0s;	
		-o-transition:all 0.2s ease-in 0s;
	}
		span.proj_navi_bg
		{
			position:absolute;
			display:block;
			width:100%;
			height:100%;
		    background-position:center center;
			background-repeat:no-repeat;
			background-size:cover;
			transition:all 0.2s ease-in 0s;
			-webkit-transition:all 0.2s ease-in 0s;
			-moz-transition:all 0.2s ease-in 0s;	
			-o-transition:all 0.2s ease-in 0s;
			opacity:1;
		}
		span.arrow
		{
			position:absolute;
			display:block;
			width:100%;
			height:100%;
			transition:all 0.2s ease-in 0s;
			-webkit-transition:all 0.2s ease-in 0s;
			-moz-transition:all 0.2s ease-in 0s;	
			-o-transition:all 0.2s ease-in 0s;
			opacity:1;
		}
		a#proj_next span.arrow
		{
			background:rgba(0,0,0,0.6) url('../imgs/arrow-right.png') no-repeat 50% 50%;		
		}
		a#proj_prev span.arrow
		{
			background:rgba(0,0,0,0.6) url('../imgs/arrow-left.png') no-repeat 50% 50%;
		}
		a#proj_next:hover span.arrow
		{
			background:rgba(0,0,0,0.6) url('../imgs/arrow-right.png') no-repeat 55% 50%;
			opacity:0;
		}
		a#proj_prev:hover span.arrow
		{
			background:rgba(0,0,0,0.6) url('../imgs/arrow-left.png') no-repeat 45% 50%;
			opacity:0;			
		}
		a#proj_next:hover span.proj_navi_bg, a#proj_prev:hover span.proj_navi_bg
		{
			opacity:1;
		}
		span.proj_title
		{
			position:absolute;
			display:block;
			width:100%;
			height:100%;
			background:rgba(0,0,0,0.3);
			color:#fff;
			font:30px/150px "Opensans-light",sans-serif;
			opacity:0;
			transition:all 0.2s ease-in 0s;
			-webkit-transition:all 0.2s ease-in 0s;
			-moz-transition:all 0.2s ease-in 0s;	
			-o-transition:all 0.2s ease-in 0s;
			text-align:center;
		}
		a#proj_next:hover span.proj_title, a#proj_prev:hover span.proj_title
		{
			opacity:1;
			font:22px/150px "Opensans-light",sans-serif;
		}
		a#proj_back span.proj_back_bg
		{
			position:absolute;
			display:block;
			width:100%;
			height:100%;
			background:rgba(0,0,0,1);
			transition:all 0.2s ease-in 0s;
			-webkit-transition:all 0.2s ease-in 0s;
			-moz-transition:all 0.2s ease-in 0s;	
			-o-transition:all 0.2s ease-in 0s;
		}
		a#proj_back:hover span.proj_back_bg
		{
			background:rgba(0,0,0,0.65);		
		}
		a#proj_back span.proj_back_title
		{
			position:absolute;
			display:block;
			width:100%;
			height:100%;
			color:#fff;
			font:20px/150px "Opensans-light",sans-serif;
			opacity:1;
			text-align:center;
			transition:all 0.2s ease-in 0s;
			-webkit-transition:all 0.2s ease-in 0s;
			-moz-transition:all 0.2s ease-in 0s;	
			-o-transition:all 0.2s ease-in 0s;
		}
		a#proj_back:hover span.proj_back_title
		{
			font:16px/150px "Opensans-light",sans-serif;	
			opacity:0;
		}
		a#proj_back span.arrow
		{
			background:rgba(0,0,0,0.6) url('../imgs/arrow-up.png') no-repeat 50% 55%;
			opacity:0;
		}
		a#proj_back:hover span.arrow
		{
			background:rgba(0,0,0,0.6) url('../imgs/arrow-up.png') no-repeat 50% 50%;
			opacity:1;
		}
		
/* PRESSE */

div#presse_wrapper
{
	margin:100px 0 0;
	padding:0;
	width:100%;
	z-index:17;
}
	div#presse_menu
	{
		font:16px/22px "OpenSans-Light",sans-serif;
		left:0;
		position:fixed;
		width:100%;
		z-index:21;
		background:#fff;
		transition:all 0.1s ease-in 0s;
		-webkit-transition:all 0.1s ease-in 0s;
		-moz-transition:all 0.1s ease-in 0s;
		-o-transition:all 0.1s ease-in 0s;
	}
		div.presse_menu_large
		{
			top:100px;
			padding:0 0 20px;
		}
		div.presse_menu_thin
		{
			top:49px;
			padding:0 0 12px;
		}
		div#presse_menu_wrap
		{
			padding:0 0 0 20px;
			opacity:0;
			transition:all 0.2s ease-in 0.2s;
			-webkit-transition:all 0.2s ease-in 0.2s;
			-moz-transition:all 0.2s ease-in 0.2s;
			-o-transition:all 0.2s ease-in 0.2s;
		}
		.loaded div#presse_menu_wrap
		{
			opacity:1;
		}
	a#presse_arrow
	{
		display:block;
		position:fixed;
		width:5%;
		top:0;
		height:100%;
		left:-10%;
		background:url('../imgs/arrow-left-black.png') no-repeat center center;
	}
	
		a.press_y
		{
			text-align:center;
			color:#1a1a1a;
			cursor:pointer;
			display:block;
			font:24px/20px "Opensans-Light",sans-serif;
			height:35px;
			opacity:1;
			overflow:hidden;
			transition:all 0.4s ease-in 0.15s;
			-webkit-transition:all 0.4s ease-in 0.15s;
			-moz-transition:all 0.4s ease-in 0.15s;
			-o-transition:all 0.4s ease-in 0.15s;
		}
	div#presse_box
	{
		margin:0;
		padding:0;
		background:#fff;
		position:relative;
	}
	
div#presse_period
{
	position:absolute;
	width:100%;
	top:10px;
	z-index:19;
	color:#1a1a1a;
	text-align:center;
	font:34px/34px "TheanoDidot-Regular",serif;
}
	span#period
	{
		width:50%;
		display:inline-block;
	}
	a.bt_press
	{
		cursor:pointer;
		display:inline-block;
		width:50px;
		height:30px;
		transition:all 0.2s ease-out 0s;
		-webkit-transition:all 0.2s ease-out 0s;
		-moz-transition:all 0.2s ease-out 0s;
		-o-transition:all 0.2s ease-out 0s;
	}
	a#prev_press
	{
		background:url('../imgs/arrow-left.png') no-repeat center center;
	}
	a#prev_press:hover
	{
		background:url('../imgs/arrow-left.png') no-repeat center left;
	}
	a#next_press
	{
		background:url('../imgs/arrow-right.png') no-repeat center center;
	}
	a#next_press:hover
	{
		background:url('../imgs/arrow-right.png') no-repeat center right;
	}

a.presse {
	position:relative;
    box-shadow:4px 4px 12px #c4c4c8;
    cursor:pointer;
    display:inline-block;
    line-height:0;
    margin:2%;
    text-align:center;
    width:16%;
	overflow:hidden;
	transition:all 0.2s ease-in-out 0s;
	-webkit-transition:all 0.2s ease-in-out 0s;
	-moz-transition:all 0.2s ease-in-out 0s;
	-o-transition:all 0.2s ease-in-out 0s;
	transform:scale(0.5);
	-webkit-transform:scale(0.5);
	-ms-transform:scale(0.5);
	
	opacity:0;
}
.loaded a.presse
{
	opacity:1;
	transform:scale(1);
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
}

.loaded a.presse_inv
{
	opacity:0;
	transform:scale(0.5);
	-webkit-transform:scale(0.5);
	-ms-transform:scale(0.5);
}

.loaded a.presse_vis
{
	opacity:1;
	transform:scale(1);
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
}

a.presse:hover
{
    box-shadow:4px 4px 12px #c4c4c8;
}
	a.presse img
	{
		display:inline-block;
		opacity:1;
		width:100%;
	}

	a.presse img
	{
		display:inline-block;
		opacity:1;
		width:100%;
	}
	
	.bg_presse
	{
		display:inline-block;
		background:#1a1a1a;
	}
	
	span.infos_presse {
		background:linear-gradient(to bottom, rgba(20, 16, 17, 0.8) 0px, rgba(20, 16, 17, 0.7) 59%, rgba(20, 16, 17, 0.6) 84%, rgba(20, 16, 17, 0.5) 100%) repeat scroll 0 0;
		background:-webkit-linear-gradient(top, rgba(20, 16, 17, 0.8) 0px, rgba(20, 16, 17, 0.28) 59%, rgba(20, 16, 17, 0.09) 84%, rgba(20, 16, 17, 0.5) 100%) repeat scroll 0 0;
		top:0;
		color:#fff;
		left:0;
		line-height:normal;
		opacity:0;
		padding:20% 10%;
		position:absolute;
		width:100%;
		height:100%;
		
		transition:all 0.3s ease-in-out 0s;
		-webkit-transition:all 0.3s ease-in-out 0s;
		-moz-transition:all 0.3s ease-in-out 0s;
		-o-transition:all 0.3s ease-in-out 0s;
	}
	
	a.presse:hover span.infos_presse
	{
		opacity:1;
	}
	
		span.mag
		{
			font:24px/26px "TheanoDidot-Regular",serif;
			display:block;
			margin:20px 0 2% 0;
			opacity:0;
			border-bottom: 1px solid #ffffff;
			display: inline-block;
			transition:all 0.2s ease-in-out 0.1s;
			-webkit-transition:all 0.2s ease-in-out 0.1s;
			-moz-transition:all 0.2s ease-in-out 0.1s;
			-o-transition:all 0.2s ease-in-out 0.1s;		
		}
		a.presse:hover span.mag
		{
			margin:0 0 2% 0;
			opacity:1;
		}
		
		span.article
		{
			font:16px/22px "OpenSans-Light",sans-serif;
			margin:20px 0 0 0;
			opacity:0;
			transition:all 0.2s ease-in-out 0.2s;
			-webkit-transition:all 0.2s ease-in-out 0.2s;
			-moz-transition:all 0.2s ease-in-out 0.2s;
			-o-transition:all 0.2s ease-in-out 0.2s;	
		}
		a.presse:hover span.article
		{
			margin:0;
			opacity:1;
		}

		span.ko {
			display:block;
			font:14px/18px "OpenSans-Regular",sans-serif;
			margin:20px 0 0;
			text-align:center;
			width:100%;
			opacity:0;
			transition:all 0.2s ease-in-out 0.3s;
			-webkit-transition:all 0.2s ease-in-out 0.3s;
			-moz-transition:all 0.2s ease-in-out 0.3s;
			-o-transition:all 0.2s ease-in-out 0.3s;
		}
		a.presse:hover span.ko
		{
			margin:0;
			opacity:1;
		}
		
	span.download_presse
	{
		display:block;
		background:url('../imgs/download.png') no-repeat center center;
		height:30px;
	}
	
a#more_press
{
	display:block;
	cursor:pointer;
	width:100%;
	height:150px;
	background:#fff;
	text-align:center;
	font:48px/150px "TheanoDidot-Regular",serif;
}
a#more_press span.dot
{
	transition:all 0.2s ease-out 0s;
	-webkit-transition:all 0.2s ease-out 0s;
	-moz-transition:all 0.2s ease-out 0s;
	-o-transition:all 0.2s ease-out 0s;
	display:inline-block;
	opacity:1;
	padding-left:0;
}
a#more_press:hover span.dot
{
	opacity:0;
}

span#loading
{
	position:fixed;
	top:50%;
	left:50%;
	width:100px;
	height:100px;
	margin:-50px 0 0 -50px;
}
	span.loading_invis
	{
		display:none;
		opacity:0;
	}
	
	

div#texte strong, div#leftcol strong, div.bio_pad strong
{
	font-family:'OpenSans-Regular', sans-serif;
	font-weight:normal;
}

/* NEWS / ACTUS */
div#newsthread {
	padding:0 20px;
}

div#newsthread_wrapper {
    height: 100px;
    overflow: hidden;
    width: 100%;
	padding:150px 0 0;
	min-height: 100vh;
}
div.thread {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    height: 28px;
    margin: 20px 0 0;
    overflow: hidden;
    padding: 4px 12px 4px 0;
    position: relative;
    text-transform: uppercase;
    width: 200000%;
	cursor:pointer;
}
span.thread_date {
    background: #000 none repeat scroll 0 0;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    position: absolute;
    top: 0;
    z-index: 1;
}
div.thread_flow {
    display: block;
    left: 150px;
    margin-left: 112px;
}
div.wagon {
    position: absolute;
}

/* CLIENTS */
#wall_wrapper {
    border: 1px solid #000;
    cursor: move;
    height: 100%;
    overflow: hidden;
    position: relative;
    transform: scale(1);
    transition: all 0.6s ease-in-out 0s;
	-webkit-transition:all 0.6s ease-in-out 0s;
	-moz-transition:all 0.6s ease-in-out 0s;
	-o-transition:all 0.6s ease-in-out 0s;
    width: 100%;
	padding:40px;
}

._tile {
	width:250px;
	height:175px;
    line-height:175px;
    text-align: center;
	opacity:1;
	float:left;
}
._tile img {
    max-height: 80%;
    max-width: 80%;
    vertical-align: middle;
}


	
#logo_wrapper
{
	display: block;
	margin: 96px auto 16px;
	text-align: center;
	width: 100%;
	transform:translate3d(0px, 0px, 0px);
	-webkit-transform:translate3d(0px, 0px, 0px);
	-ms-transform:translate3d(0px, 0px, 0px);
	
	transition:all 0.3s ease-in 0s;	
	-webkit-transition:all 0.3s ease-in 0s;	
	-moz-transition:all 0.3s ease-in 0s;	
	-o-transition:all 0.3s ease-in 0s;
}
	.logo_invis
	{
		opacity:0;
	}
	.logo_vis
	{
		opacity:1;
	}

	div#draw
	{
		line-height:0;
		position:fixed;
	}
	
	div#lang
	{
		text-align:center;
		transition:all 0.2s ease-in 0s;
		-webkit-transition:all 0.2s ease-in 0s;
		-moz-transition:all 0.2s ease-in 0s;
		-o-transition:all 0.2s ease-in 0s;
	}
		div.lang_invis
		{
			opacity:0;	
		}
		div.lang_vis
		{
			opacity:1;	
		}
	
		.menu_thin div#lang
		{
			top:15px;
		}

	a.lang_bt
	{
		display:inline-block;
		color:#bbbbbb;
		font:28px/28px "OpenSans-Regular",sans-serif;
		cursor:pointer;
		border-bottom:2px solid transparent;
		padding-bottom:10px;
		margin:0;
		transition:all 0.2s ease-in 0.2s;
		-webkit-transition:all 0.2s ease-in 0s;
		-moz-transition:all 0.2s ease-in 0s;
		-o-transition:all 0.2s ease-in 0s;
	}
	a.lang_bt:hover
	{
		border-bottom:1px solid #bbbbbb;
		padding-bottom:0;
	}
	
	
div#home_networks
{
    top: 10px;
    height: 50px;
    position: fixed;
    right: 20px;
    text-align: right;
    width: 100%;
	transition:all 0.3s ease-in 0s;	
	-webkit-transition:all 0.3s ease-in 0s;	
	-moz-transition:all 0.3s ease-in 0s;	
	-o-transition:all 0.3s ease-in 0s;
}

	div.net_wrap_invis
	{
		opacity:0;
	}
	div.net_wrap_vis
	{
		opacity:1;
	}

	a.nethome
	{
		display:inline-block;
		width:28px;
		height:28px;
		margin:4px 2px 0 0;
		border-radius:14px;
		transition:all 0.3s ease-in 0s;	
		-webkit-transition:all 0.3s ease-in 0s;	
		-moz-transition:all 0.3s ease-in 0s;	
		-o-transition:all 0.3s ease-in 0s;
	}
		a.nethome_vis
		{
			opacity:1;
		}
	a.nethome:hover
	{
		border-radius:12px;
	}
	a#round_facebook
	{
		background:#fff url("../imgs/social_b.png") no-repeat -58px 0;
	}
	a#round_facebook:hover
	{
		background:#fff url("../imgs/social_b.png") no-repeat -58px 0;
	}
	a#round_insta
	{
		background:#fff url("../imgs/social_b.png") no-repeat -84px 0;
	}
	a#round_insta:hover
	{
		background:#fff url("../imgs/social_b.png") no-repeat -84px 0;
	}
	a#round_ted
	{
		background:#fff url("../imgs/social_b.png") no-repeat -112px 0;
	}
	a#round_ted:hover
	{
		background:#fff url("../imgs/social_b.png") no-repeat -112px 0;
	}

	a#lang {
		display: inline-block;
		height: 26px;
		line-height: 26px;
		margin: 4px 0 0 13px;
		text-align: center;
		transition: all 0.3s ease-in 0s;
		vertical-align: top;
		width: 28px;
		cursor:pointer;
	}
	a#lang:hover span.menu_v {
		height:26px;
		border-bottom:1px solid #fff;
	}
	
	/* NEWS */
	div#news_viewer {
		width:100%;
		height: 100%;
		overflow: hidden;
		position: fixed;
		background:#fff;
	}

	div#news_closer {
		background: transparent;
		height: 100%;
		left: 0;
		position: fixed;
		width: 100%;
		z-index: 1;
		cursor:crosshair;
	}
	div#newsletter_wrapper {
		position:fixed;
		z-index:2;
		background:#000;
		height:50px;
		width: 100%;
		transition:all 0.6s ease 0.6s;
		line-height:50px;
		color:#fff;
		padding-left:20px;
	}
		div.newsletter_hide {
			bottom:-50px;
		}
		div.newsletter_show {
			bottom:0;
		}
			input#newsletter {
				background: #000;
				border: none;
				border-bottom: 1px solid #fff;
				color: #fff;
				margin: 0 20px;
				width: 300px;
			}
			a.special {
				color:#fff;
				overflow: hidden;
				position: relative;
				padding:0 0 6px;
				cursor:pointer;
			}
	
	.closer_hide {
		top: -100%;
	}
	.closer_show {
		top:0;
	}
		div#news_viewer_display {
			height:100%;
			width: 100%;
			position:absolute;
			opacity:0;
			transform:scale(1.1);
			-webkit-transform:scale(1.1);
			transition:all 0.8s ease 1s;
			-webkit-transition:all 0.8s ease 1s;
			-moz-transition:all 0.8s ease 1s;
			-o-transition:all 0.8s ease 1s;
		}
		.loaded div#news_viewer_display {
			opacity:1;
			transform:scale(1);
		}
			div.news_display_wag {
				height:100%;
				width:100%;
				position: absolute;
				text-align:center;
				background-position: center center;
				background-repeat: no-repeat;
				background-size: cover;
				transition: all 0.8s ease 0s;
				-webkit-transition:all 0.8s ease 0s;
				-moz-transition:all 0.8s ease 0s;
				-o-transition:all 0.8s ease 0s;
				left:0;
				opacity:1;
			}
			div.decal_wag {
				transition: all 1.4s ease 0s;
				-webkit-transition:all 1.4s ease 0s;
				-moz-transition:all 1.4s ease 0s;
				-o-transition:all 1.4s ease 0s;
				left:-100%;
			}
			div.new_wag {
				left:100%;
			}
			div.placed_wag {
				left:0;
			}
			
			.news_display_wag > img {
				max-height: 100%;
				max-width: 100%;
			}

	div#news_prompteur {
		color: #000;
		font: 70px/85px "TheanoDidot-Regular",serif;
		padding: 20px 20px 20px 131px;
		position: absolute;
		text-align: left;
		top: 100%;
		width: 65%;
		transform:rotation(0.01deg);
	}

	div#news_selecta {
		height: 100%;
		margin-left:0;
		position: relative;
		width: 100%;
		background: #fff;
	}
	.slow_trans {
		opacity:0;
		padding: 150px 20px 0;
		transition:all 0.8s ease 0.5s;
		-webkit-transition:all 0.8s ease 0.5s;
		-moz-transition:all 0.8s ease 0.5s;
		-o-transition:all 0.8s ease 0.5s;
	}
	.loaded div.slow_trans {
		opacity:1;
		padding: 100px 20px 0;
	}
	.loaded div.rapid_trans {
		transition:all 0.3s ease 0s;
		-webkit-transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
		-o-transition:all 0.3s ease 0s;
		opacity:0;
		visibility:collapse;
	}
	.loaded div.remove_rapid_trans {
		opacity:1;
		visibility:visible;		
	}
	a.news_wrapper {
		cursor: pointer;
		display: inline-block;
		 margin: 0 0 0 3%;
		
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility:    hidden;
		-ms-backface-visibility:     hidden;
		
		transform:translate3d(0px, 0px, 0px);
		-webkit-transform:translate3d(0px, 0px, 0px);
		-ms-transform:translate3d(0px, 0px, 0px);
		
		-webkit-transform-style: preserve-3d;
				
		width: 30%;
		position: relative;
		line-height:0;
		overflow:hidden;
		background: #000;
		opacity:1;
	}
	a.news_wrapper:hover {
		overflow:hidden;
	}
	
	.news_infos {
		position: absolute;
		height: 100%;
		width: 100%;
		padding: 20px;
	}
		.lighten {
			color:#000;
		}
		.dark {
			color:#fff;
		}
		span.news_date {
			display: block;
			position: absolute;
			font:16px "opensans-regular";
		}
		span.titre_news {
			display: inline-block;
			font: 24px/32px "TheanoDidot-Regular",serif;
			height: 32px;
			overflow: hidden;
			opacity:0;
		}
		span.titre_inv {
			display:none;
		}
	
	.news_pics {
		width: 100%;
	}
	
	img.orig {
		line-height: 0;
		
		transform: scale(1);
		-webkit-transform:scale(1);
		-ms-transform:scale(1);
		
		transition:transform 5s linear 0s, opacity 0.3s ease 0s;
		-webkit-transition:transform 5s linear 0s, opacity 0.3s ease 0s;
		-moz-transition:transform 5s linear 0s, opacity 0.3s ease 0s;
		-o-transition:transform 5s linear 0s, opacity 0.3s ease 0s;
		
		width: 100%;
		opacity: 0.9;
		vertical-align:middle;		
	}
	a.news_wrapper:hover img.orig {
		transform:scale(2);
		-webkit-transform:scale(1);
		-ms-transform:scale(2);
		
		opacity:0.8;
	}
	
	img.mask {
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		line-height: 0;
	}
	
	img#loaded {
		position:fixed;
		top:2000%;
	}
	
/* JOBS */
#jobs_form {
    background: #f9f9f9;
	padding: 20px 20px;
}
.job__stage {
	margin:0 0 50px;
}
.job__left {
    display: inline-block;
    width: 33%;
    padding: 0 20px 0 0;
    font-family: 'OpenSans-Light', Arial, sans-serif;
    font-size: 0.8em;
}
	.job__left span.title {
		font:20px/22px "TheanoDidot-Regular",serif;
		display: block;
		padding: 0 0 10px;
	}
	
.job__right {
    display: inline-block;
    width: 60%;
    vertical-align: top;
    padding: 0 0 0 20px;
}

	.job__field {
		display: block;
		padding: 5px 10px;
		width: 100%;
		margin: 0 0 10px;
		font-size: 1.0em;
		font-family: 'OpenSans-Light', Arial, sans-serif;
		border: solid 1px #ccc;
	}
	.job__small {
		width: 100%;
		margin: 0 10px 10px 0;
	}
	textarea.job__field {
		font-family: 'OpenSans-Light', Arial, sans-serif;
	}
	.job__label {
		display:block;
		font-family: 'OpenSans-Light', Arial, sans-serif;
		margin:15px 0;
		padding: 5px 10px 10px;
		background: #fff;
		border: solid 1px #ccc;
	}
		.job__label span.tit {
			display:block;
			padding:0 0 5px;
		}
	.job__radio {
		cursor:pointer;
		margin:10px 0 0 30px;
	}
	.job__for {
		cursor:pointer;
	}
	
	.btn-off, .btn-off:hover {
		background:#b9b9b9;
		border-color: #b9b9b9;
	}
	.job__answer {
		text-align:center;
		padding:60px 20px;
		font:20px/24px "TheanoDidot-Regular",serif;
	}
	#files {
		color:#4cae4c;
	}

	
@media screen and (max-width:1024px){
	
	.menu_thin {
		height:44px;
		background:#fff;
	}

	#logo_wrapper
	{
		width:100%;
	}
	li.chapter
	{
		font:50px/50px "TheanoDidot-Regular",serif;
		opacity:0;
		margin:0 0 25px 106px;
	}
	
	.loaded div.big_img {
		transform: scale(1);
	}
	
	.loaded li.chapter {
		font:50px/50px "TheanoDidot-Regular",serif;
		margin:0 0 25px 86px;
		opacity:1;
	}

	#content_100 {
		margin:100% 20px 0;
	}
	.loaded #content_100 {
		margin:80% 20px 0;
	}
	
	div#titre {
		padding: 0 5%;
	}

	div#leftcol, div#texte
	{
		width:100%;
		padding:0 5%;
	}
	img#typo
	{
		display:none;
	}
	img#typo_lite
	{
		display:inline-block;
	}
	div.col_three
	{
		width:49.2%;
	}
	
	a.projet span.titre
	{
		font:20px/20px "Opensans-Light",sans-serif;
	}

	a.projet span.resume {
		display:none;
	}
	a.menu_opened {
		opacity:1;
	}
	div#menu
	{
		width:100%;
		background:#000;
	}
	div#controls_min
	{
		position:absolute;
		background:#ff8800;
		left:0;
		bottom:50px;
	}
	div#contact_left, div#contact_right
	{
		width:100%;
	}
	
	div#bio_texte, div#bio_rightcol
	{
		width:100%;
	}
	
	div.shadow
	{
		box-shadow: -6px -30px 70px #000000;
	}
	
	div#bio_in_texte {
		padding:50px 80px;
		text-align:left;
	}
	
	div#bio_awards
	{
		margin:0;
	}
	
	div#tags
	{
		width: 90%;
		margin:40px 0 0;
	}
	
	div.more_container
	{
		height:auto;
	}
	div#presse_wrapper {
		margin:180px 0 0;
	}	
	a.presse
	{
		width:29%;
	}

	span.mag {
		font:24px/22px "TheanoDidot-Regular",sans-serif;
	}
	
	span.article {
		font:16px/20px "OpenSans-Light",sans-serif;
	}
	
	a#proj_next:hover span.proj_title, a#proj_prev:hover span.proj_title {
		font:22px/150px "Opensans-Regular",sans-serif;
		opacity:1;
	}

	span.news_infos
	{
		bottom: 26%;
	}

	a.newser_link:hover span.news_infos {
		bottom: 20%;
	}
		span.news_titre
		{
			font: 24px/26px "TheanoDidot-Regular",serif;
		}

	span.reader {
		font: 16px/18px "OpenSans-Light",sans-serif;
		padding: 6px 10px;
	}

	div#news_infos_pad {
		padding: 0 12% 0 10%;
	}
	
	a#ml {
		display:none;
	}
	
	#wall_wrapper {
		padding:80px 40px 40px;
	}
	._tile {
		width:25%;
	}
	
	div#news_prompteur {
		color: #000;
		font: 50px/65px "TheanoDidot-Regular",serif;
		padding: 20px 20px 20px 131px;
		position: absolute;
		text-align: left;
		top: 100%;
		width: 100%;
	}
	
}

@media screen and (max-width:640px){

	a.bt_menu_v {
		color:#000;
		font:24px/24px "OpenSans-Light";
	}
	
	div.flap_opened a.bt_menu_v {
		display: block;
		margin: 0 0 5%;
		opacity: 1;
	}

	a#mobile_closer
	{
		position:fixed;
		display:block;
		height:100%;
		width:50%;
		cursor:pointer;
		top:0;
		z-index:49;
	}
	a.closer_inv
	{
		left:100%;
	}
	a.closer_vis
	{
		left:50%;
	}
	
	div#right_menu {
		float:none;
		margin: 40px 0;
	}

	#logo_wrapper
	{
		width:100%;
	}
	
	div#menu
	{
		width:100%;
		background:#fff;
	}

	a#menu_bt
	{
		display:block;
	}

	div#flap
	{
		top:0;
		width:50%;
		height:100%;
		position:fixed;
		text-align:center;
	}

	div.flap_closed 
	{
		left:-110%;
		padding:100px 0 0;
	}
	div.flap_opened
	{
		left:0;
		padding:100px 0 0;
		box-shadow:10px 0 70px #000000;
	}
	div.flap_closed a.bt_menu_v
	{
		cursor:pointer;
		display:block;
		float:none;
		font:24px/30px "OpenSans-Light",sans-serif;
		height:25px;
		margin:0 0 12px;
		opacity:1;
		overflow:hidden;
		transition:all 0.4s ease-in 0s;
		-webkit-transition:all 0.4s ease-in 0s;
		-moz-transition:all 0.4s ease-in 0s;
		-o-transition:all 0.4s ease-in 0s;
	}
	span.menu_v {
		border-bottom:1px solid rgba(0, 0, 0, 0);
		color:#1a1a1a;
		display:block;
		height:42px;
		transition:all 0.2s ease-in 0s;
		-webkit-transition:all 0.2s ease-in 0s;
		-moz-transition:all 0.2s ease-in 0s;
		-o-transition:all 0.2s ease-in 0s;
	}
	div.flap_closed a.bt_menu_v:hover span.menu_v
	{
		border-bottom:1px solid rgba(0, 0, 0, 1);	
	}
	
	div#in_menu {
		padding:0;
		text-align:center;
	}
	
	li.chapter
	{
		font:44px/44px "TheanoDidot-Regular",serif;
		opacity:0;
		margin:0 0 18px 70px;
	}
	
	.loaded li.chapter {
		font:44px/44px "TheanoDidot-Regular",serif;
		margin:0 0 18px 50px;
		opacity:1;
	}
	
	a.projet:hover img.projet_pic
	{
		transform:none;
		transition:none;
		-webkit-transition:none;
		-moz-transition:none;
		-o-transition:none;
	}
	
	a.projet:hover div.projet_infos_content
	{
		bottom:30px;
		opacity:1;
	}
	
	a.no_mobile
	{
		display:none;
	}
	
	div#title_header 
	{
		top:inherit;
		bottom:0;
	}
	
	h1#titre_projet {
		font-size:40px;
		line-height:42px;
	}

	h2#resume_projet 
	{
		font:20px/22px "Opensans-Light",sans-serif;
	}

	img#arrow_enter {
		margin-top:20px;
	}
	
		div#title_header:hover img#arrow_enter
		{
			margin-top:40px;
		}

	div#content, .loaded div#content
	{
		margin:150px 20px 20px 0;
		width:100%;
	}

	#content_100 {
		margin:100% 0 0;
	}
	
	.loaded #content_100 {
		margin:80% 0 0;
	}

	div#bio_in_texte {
		padding:30px 20px;
	}
	
	div.bio_titre {
		padding:30px 0 0 10px;
	}
	
	div.bio_pad {
		font:14px/32px "OpenSans-Light",sans-serif;
		padding:30px 10px 40px 20px;
	}
	
	div#bio_portrait img
	{
		width:100%;
	}
	
	div.col_three
	{
		width:98%;
		margin:1% 1% 0;
	}

	div.gallery_min_wagon {
	/*	width:100%;*/
	}
	
	div#themas {
		display:block;
		font:20px/24px "TheanoDidot-Regular",serif;
	}
	
	a#proj_next:hover span.proj_title, a#proj_prev:hover span.proj_title {
		opacity:0;
	}
	
	div#tags
	{
		width: 90%;
		padding: 0 4%;
	}
	div#networks
	{
		margin: 25px 0 0;
	}
	
	div#presse_menu
	{
		z-index: 20;
	}
	a.presse
	{
		width:46%;
	}
	span.infos_presse, span.mag
	{
		opacity:1;
	}
	
	div.news {
		width: 100%;
	}

	div#news_screen
	{
		height: auto;
	}
	div#news_head {
		width: 100%;
	}
	
	
	div#title_header_actu
	{
		display: none;
	}
	
	span#news_head_date, h1#news_head_title
	{
		display:none;
	}
	

	span#mobile_news_head_date {
		color: #ffffff;
		display: block;
		padding: 5%;
		position: absolute;
		width: 90%;
	}
	h1#mobile_news_head_title
	{
		color:#fff;
		display:block;
		position:absolute;
		bottom:5%;
		width:90%;
		padding:0 5%;
		font:32px/36px "TheanoDidot-Regular",serif;
	}
	div#news_infos {
		top:0;
		left:0;
		position:relative;
		width: 100%;
	}

		div#news_infos_pad {
			padding: 25px 12% 0 10%;
		}
		
	div.projet_infos, div.projet_infos_content
	{
		opacity:1;
	}
	
	span#citation {
		font: 30px/38px "TheanoDidot-Regular",serif;
		padding: 50px 20px 0;
	}
	

	a.lang_bt {
		font: 24px/24px "OpenSans-Regular",sans-serif;
	}
	
	
	._tile {
		float:none;
		width: 200px;
		margin: 0 auto;
	}
	
	div#newsletter_wrapper {
		display:none;
	}

	div#news_prompteur {
		color: #000;
		font: 35px/50px "TheanoDidot-Regular",serif;
		padding: 20px 20px 20px 20px;
		position: absolute;
		text-align: left;
		top: 100%;
		width: 100%;
	}
}