@font-face {
    font-family: "Akkurat";
    src:url("fonts/lineto-akkurat-regular.eot");
    src:url("fonts/lineto-akkurat-regular.eot?#iefix") format("embedded-opentype"),
        url("fonts/lineto-akkurat-regular.woff2") format("woff2"),
        url("fonts/lineto-akkurat-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Akkurat";
    src:url("fonts/lineto-akkurat-bold.eot");
    src:url("fonts/lineto-akkurat-bold.eot?#iefix") format("embedded-opentype"),
        url("fonts/lineto-akkurat-bold.woff2") format("woff2"),
        url("fonts/lineto-akkurat-bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Akkurat";
    src:url("fonts/lineto-akkurat-italic.eot");
    src:url("fonts/lineto-akkurat-italic.eot?#iefix") format("embedded-opentype"),
        url("fonts/lineto-akkurat-italic.woff2") format("woff2"),
        url("fonts/lineto-akkurat-italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}

html, 
body {
    height: 100%;
    -ms-overflow-style:-ms-autohiding-scrollbar;
}

body {
	color: #000000;
	font-family: 'Akkurat', Arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: .2px;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body#home {
	overflow:hidden;
}

#email-error,
.form-msg,
small {
	font-size: 12px;
}
.form-msg {
	height: 2em;
}
.form-msg:empty {
    display: none;
}

h1 {
	font-size: 20px;
	font-family: 'Akkurat', Arial, sans-serif;
	font-weight: bold;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

h2 {
	font-size: inherit;
	font-family: 'Akkurat', Arial, sans-serif;
	font-weight: bold;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

p {
	margin: 0;
}

i {
	font-family: 'Akkurat', Arial, sans-serif;
	font-style: italic;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

*::selection {
	background: #000;
	color: #fff;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000000;
}

b, strong {
	font-weight: bold;
	font-family: 'Akkurat', Arial, sans-serif;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

img.responsive,
svg.responsive {
	width: 100%;
	max-width: 100%;
	height:auto;
}
img.responsive,
.thumb,
.portrait:not(.fixed_height):not(.big):not(.empty) {
	background: #f7f7f7;
}

.row {
	position: relative;
}

.decorative {
	font-size: 28px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-family: 'History 02', Georgia, serif;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.intro {
	font-size: 18px;
	line-height: 22px;
	text-align: justify;  
    -moz-text-align-last: center; /* Code for Firefox */
    text-align-last: center;
	font-family: 'Akkurat', Arial, sans-serif;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

label {
	font-weight: normal;
	margin: 0;
}

.error {
	color: #ff0000;
}

a {
	color: #000000;
}

a:hover,
a:focus,
a.active ,
span.active {
	color:#000000;
	text-decoration: underline;
}
.inactive,
.inactive:focus,
.inactive:hover {
	color: #bbbbbb!important;
	text-decoration: none!important;
}

.container-fluid,
#header_container,
#home_content {
    max-width:1800px;
}
#projects_menu,
#home_menu_background {
    max-width: 900px;
}

#project h1 {
	border: 1px solid #000000;
	display: inline-block;
	line-height: 24px;
	padding: 8px 20px;
	margin: 4% 0 2% 0;
}

#description {
	margin-bottom: 50%;
	text-align: center;
}
#description.loaded {
	margin-bottom: 0;
}
.row.top,
.row.bottom {
    margin-bottom: 4%;
}

.align-bottom,
.col-xs-12 > .img_project {
	margin-bottom: 20px;
}

#main_nav {
    background: #fff;
	display: block;
    height: 100%;
	position: fixed;
    width: 100%;
    z-index: 350;
	max-width: 1800px;
}

.highlight {
	background: #fff;
	line-height: 1.75em;
	/* d'après : https://css-tricks.com/multi-line-padded-text/ : */
	padding: 4.5px 0;
	box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
	box-decoration-break: clone;
}

#logo {
	left: 50%;
	margin-left: -54px;
	padding-top: 0;
	position: absolute;
	top: 25px;
	width: 108px;
	z-index: 280;
}
#logo a {
	display: block;
	width: 100%;
	height: auto;
}
#logo svg {
	height: 100%;
}
#logo_mobile {
	left: 50%;
	position: absolute;
	margin-left: -90px;
	margin-top: -25px;
	top: 50%;
	width: 180px;
}


#header_container {
	top: -120px;
    width: 100%;
    z-index: 200;
	-webkit-transition: top .6s ease-in-out;
	-moz-transition: top .6s ease-in-out;
	-o-transition: top .6s ease-in-out;
	transition: top .6s ease-in-out;
}

nav .link:hover {
	color: #000;
	cursor: pointer;
	text-decoration: underline;
}

.portrait {
	margin: 20px;
}
.portrait.empty {
	display: none;
}
.portrait.half_mobile {
    width: calc(50% - 30px); /* 30px = 20px de marge extérieure + 10px de marge intérieure */
    float: left;
    margin-top: 0;
}
.portrait.half_mobile.half_left {
	margin-right: 10px;
}
.portrait.half_mobile.half_right {
	margin-left: 10px;
}
#home,
.container-fluid,
#projects_menu {
	height: inherit;
}

#home:after {
	content: " ";
	clear: both;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
	overflow: hidden;
}

#projects_menu {
	background: #fff;
	box-sizing:border-box;
	position: fixed;
	left: 0;
	top: 0;
}
#projects_menu.closed {
	top: -100%;
}

.legend {
	bottom: 25px;
	left: 5%;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 90%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: scale3d(0.9,0.9,1);
    transform: scale3d(0.9,0.9,1);
}
.swiper-slide-active .legend {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.swiper-slide-prev .legend, 
.swiper-slide-next .legend {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

.legend span {
	cursor: pointer;
	position: relative;
}

.overlay {
	background: #d2d2d2;
	cursor: alias;
	cursor: url(http://vistoimages.com/assets/img/ui/cursor/croix.cur), alias;
	cursor: url('../img/ui/cursor/croix.cur'), url('../img/ui/cursor/croix.cur') 12 12, url('../img/ui/cursor/croix.png') 12 12, alias;
	opacity: .6;
	left: 0;
	top: 0;
	position: fixed;
	height: 100%;
	width: 100%;
	-webkit-transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
	/* delay visible on hide */
}
.overlay.closed {
	/* delay visible on visible */
	-webkit-transition: opacity .6s ease-in-out, top 0s ease-in-out .6s;
	-moz-transition: opacity .6s ease-in-out, top 0s ease-in-out .6s;
	-o-transition: opacity .6s ease-in-out, top 0s ease-in-out .6s;
	transition: opacity .6s ease-in-out, top 0s ease-in-out .6s;
	/* top position changed after opacity animation end */
	opacity: 0;
	top: -100%;
}

#overlay_projects_menu {
	z-index: 400;
}
#overlay_projects_menu.closed {
	z-index: 150;
}
html.menu_projects_open #projects_menu {
	top: 0;
}
html.stuck body,
html.menu_mobile_open body {
    overflow: hidden;
}

/* ---------------- FIN : slider projects menu ---------------- */

#home footer {
	display: none;
}

/* ---------------- Burger menu icon ---------------- */
.c-hamburger {
    background-color: transparent;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 55px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;

	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
    transition: background 0.3s;
    position: fixed;
    right: 0;
    top: 14px;
    z-index: 320;
}
.c-hamburger span {
    display: block;
    position: absolute;
    top: 24px;
    left: 18px;
    right: 18px;
    height: 2px;
    background: black;
	-webkit-transition: background 0s 0.3s;
	-moz-transition: background 0s 0.3s;
	-o-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
}
.c-hamburger span::before, 
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: black;
    content: "";
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}
.c-hamburger span::before {
    top: -5px;
    transition-property: top, transform;
}
.c-hamburger span::after {
    bottom: -5px;
    transition-property: bottom, transform;
}
.c-hamburger:focus {
    outline: none;
}
.c-hamburger.is-active {
    background-color: transparent;
}
.c-hamburger.is-active span {
    background: none;
}
.c-hamburger.is-active span::before, 
.c-hamburger.is-active span::after {
    transition-delay: 0s, 0.3s;
}
.c-hamburger.is-active span::before {
    top: 0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.c-hamburger.is-active span::after {
    bottom: 0;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* ---------------- FIN : Burger menu icon ---------------- */
#hamburger {
	z-index: 350;
}
#hamburger_tablet {
	display: none;
	top: 0;
}

#mask_prev {
	cursor: n-resize;
	cursor: url(http://vistoimages.com/assets/img/ui/cursor/arrow_prev.cur), n-resize;
	cursor: url('../img/ui/cursor/arrow_prev.cur') 7 26,  url('../img/ui/cursor/arrow_prev.png') 7 26, n-resize;
	position: absolute;
	z-index: 2;
}
#mask_next {
	cursor: s-resize;
	cursor: url(http://vistoimages.com/assets/img/ui/cursor/arrow_next.cur), s-resize;
	cursor: url('../img/ui/cursor/arrow_next.cur') 7 0, url('../img/ui/cursor/arrow_next.png') 7 0, s-resize;
	position: absolute;
	z-index: 2;
}
.swiper-slide-active .mask {
	display: none;
}

.portrait_img,
.thumb_video {
	cursor: zoom-in;
	cursor: url(http://vistoimages.com/assets/img/ui/cursor/zoom.cur), zoom-in;
	cursor: url('../img/ui/cursor/zoom.cur'), url('../img/ui/cursor/zoom.cur') 7 8, url('../img/ui/cursor/zoom.png') 7 8, zoom-in;
}

#zoom_img_container {
	background: #ffffff;
	cursor: alias;
	cursor: url(http://vistoimages.com/assets/img/ui/cursor/croix.cur), alias;
	cursor: url('../img/ui/cursor/croix.cur'), url('../img/ui/cursor/croix.cur') 12 12, url('../img/ui/cursor/croix.png') 12 12, alias;
	left: 0;
	height: 100%;
	opacity: 1;
	overflow: scroll;
	padding:0 2%;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 500;
	-webkit-transition: opacity .4s ease-in;
	-moz-transition: opacity .4s ease-in;
	-o-transition: opacity .4s ease-in;
	transition: opacity .4s ease-in;
}
#zoom_img_container.closed {
	cursor: initial;
	opacity: 0;
	top: -100%;

	-webkit-transition: opacity .4s ease-out, top 0s linear .6s;
	-moz-transition: opacity .4s ease-out, top 0s linear .6s;
	-o-transition: opacity .4s ease-out, top 0s linear .6s;
	transition: opacity .4s ease-out, top 0s linear .6s;
}
#zoom_img_container img.responsive,
#zoom_img_container .ratio-16-9,
#zoom_img_container .ratio-10-6 {
	margin: 2% auto;
}
#zoom_img_container img.responsive {
    width: auto;
}
.thumb_video {
	position: relative;
}
.thumb_video::after {
	/*background: #fff;
    content: "Play";*/
    /*content: '';
    background: url('data:image/svg+xml; utf8, <svg version="1.1" id="picto-play" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="8px" height="12px" viewBox="0 0 8 12" style="enable-background:new 0 0 8 12;" xml:space="preserve"><style type="text/css">.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#000000;}</style><polygon class="st0" points="0,0.3 7.1,6 0,11.7 "/></svg>') no-repeat 8px center #ffffff;*/
    content: '';
    /* background size x1 */
    /*background: url('../img/ui/sprite_picto_play.svg') no-repeat center 4px #ffffff;
    height: 20px;
    width: 22px;*/
    /* background size x1.5 */
    background: url('../img/ui/sprite_picto_play.svg') no-repeat center 5px #ffffff;
    -webkit-background-size: 33px 45px;
    -moz-background-size: 33px 45px;
    -o-background-size: 33px 45px;
    background-size: 33px 45px;
    height: 27px;
    width: 33px;
    /* background size x2 */
    /*background: url('../img/ui/sprite_picto_play.svg') no-repeat center 5px #ffffff;
    -webkit-background-size: 44px 60px;
    -moz-background-size: 44px 60px;
    -o-background-size: 44px 60px;
    background-size: 44px 60px;
    height: 33px;
    width: 45px;*/
    display: block;
    padding: 4.5px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.thumb_video:hover::after {
	/*background: #000;
	color: #fff;*/
    /* background size x1 */
    /*background: url('../img/ui/sprite_picto_play.svg') no-repeat center -14px #000000;*/
    /* background size x1.5 */
    background: url('../img/ui/sprite_picto_play.svg') no-repeat center -23px #000000;
    -webkit-background-size: 33px 45px;
    -moz-background-size: 33px 45px;
    -o-background-size: 33px 45px;
    background-size: 33px 45px;
    /* background size x2 */
    /*background: url('../img/ui/sprite_picto_play.svg') no-repeat center -32px #000000;
    -webkit-background-size: 44px 60px;
    -moz-background-size: 44px 60px;
    -o-background-size: 44px 60px;
    background-size: 44px 60px;*/
}
.portrait_video {
	position: absolute;
    top: 0;
}
.thumb_video.active .portrait_video,
.thumb_video.active::after {
	display: none;
}
html.on-mobile .portrait_video,
html.on-mobile .thumb_video::after {
	display: none;
}
.ratio-16-9 {
	position: relative;
    width: 100%;
    height: 0;
    padding-top: 56%;
}
.ratio-10-6 {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 62.11%;
}
.ratio-16-9 iframe,
.ratio-10-6 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#zoom_img_container button {
	top: 0;
}
#zoom_img_container.closed button {
	display: none;
}
html.touch #zoom_img_container:not(.closed) button {
	display: block;
}
#zoom_img_container button::after {
	content: " ";
	display: block;
    background: #ffffff;
    height: 34px;
    margin-left: auto;
    width: 39px;
    margin-right: auto;
}

/* ------------------- projects arrows ---------------------- */
#project_nav {
	height: 4%;
	margin-bottom: 2%;
	margin-top: 2%;
	overflow: hidden;
}

#project_nav #project_nav_container {
	bottom: auto;
	height: 26px;
	overflow: hidden;
	position: absolute;	
}

#project_nav.stuck #project_nav_container {
    bottom: 4%;
    position: fixed;
    z-index: 50;
}

.project_arrow {
	display: block;
    margin: 0;
    max-width: 28px;
    padding: 0;
	height: 26px;
    background: #ffffff;
    overflow: hidden;
    position: absolute;
    -webkit-transition: max-width 0.5s, left 0.5s, right 0.5s;
    transition: max-width 0.5s, left 0.5s, right 0.5s;
}
.project_arrow.prev {
	left: 20px;
} 
.project_arrow.next {
	right: 20px;
}
#project_nav.init .project_arrow.prev {
	left: -50px;
}
#project_nav.init .project_arrow.next {
	right: -50px;
}
.icon-wrap {
    position: absolute;
    top: 0;
}
.project_arrow.next .icon-wrap {
    right: 10px;
}
.project_arrow.prev .icon-wrap {
    left: 10px;
}

html.no-touch .project_arrow:hover,
html:not(.on-mobile) #project_nav:not(.stuck) .project_arrow {
    max-width: 470px;
} 

.project_arrow .label {
	white-space: nowrap;
}
.project_arrow:hover,
.project_arrow:hover .label {
	text-decoration: none;
}
.project_arrow.prev .label {
	padding-left: 38px;
}
.project_arrow.next .label {
	float: right;
	padding-right: 38px;
}

/* ------------------- FIN : projects arrows ---------------------- */


/* ---------------------- project footer contact ------------------------- */
footer {
	padding-top: 80px;
    padding-bottom: 20px;
    text-align: center;
}
footer small,
footer small a,
footer small a:hover {
	color: #bbbbbb;
}
#footer_contact {
	margin: 70px 0;
}
#footer_contact > .row:first-child {
	margin-bottom: 50px;
	text-align: center;
}
.contact_infos span {
	text-decoration: underline;
}
.newsletter_infos input[type=email] {
	padding: 0;
    margin: 0;
	margin-bottom: 1em;
    color: #000000;
    border: none;
    border-bottom: 1px solid #000000;
	float: left;
    width: 210px;
}
.newsletter_infos input[type=submit] {
	background: none;
    border: none;
	margin-bottom: 1em;
    -webkit-appearance: initial;
}
.newsletter_infos input[disabled] {
    color: #a9a9a9;
}

#footer_newsletter div p:nth-child(2) {
	text-align: center;
}
/* ------------------- FIN : project footer contact ---------------------- */


@media (max-width: 1280px) {
	body {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.3px;
	}
	#email-error,
	.form-msg,
	small {
		font-size: 11px;
		line-height: initial;
	}
	.intro {
		font-size: 17px;
		line-height: 21px;
	}
	h1 {
		font-size: 19px;
	}
}

@media (max-width: 1240px) {
	.decorative {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	body,
	.intro,
	#project h1 {
		font-size: 15px;
		line-height: 18px;
	}
	.decorative {
		font-size: 20px;
		line-height: 25px;
	}

	.intro {
		float: none;
		margin: 20px 0;
	}
	footer {
		display: none;
	}
	body#project footer {
		display: block;
		padding-top: 50px;
	}
	#projects_link,
	#about_link,
	#contact_link,
	#services_link_mobile,
	#press_link_mobile,
	#contact_link_mobile {
		position: absolute;
	}
	#lang_links_mobile {
		position: absolute;
	    left: 10px;
	    top: 20px;
	}
	#lang_links_mobile span {
		margin: 10px;
	    text-align: center;
	}
	#projects_link,
	#about_link,
	#services_link_mobile {
		top: 12%;
	}
	#contact_link_mobile,
	#press_link_mobile {
		bottom: 20px;
	}
	#about_link,
	#contact_link_mobile {
		right: 0;
	}

	#project_content,
	#page_content {
		margin-top: 80px;
	}

	#page_content .decorative {
		margin-bottom: 1.5em;
	}

	.contact_infos .col {
		margin-top: 3em;
	}

	.newsletter_infos {
		margin-bottom: 30px;
		margin-top: 80px;
	}

	#main_nav {
	    left: 100%;

		-webkit-transition: left .6s ease-in-out;
		-moz-transition: left .6s ease-in-out;
		-o-transition: left .6s ease-in-out;
		transition: left .6s ease-in-out;
	}

	#main_nav > * {
		opacity: 0;
	}
	#main_nav .link {
		left: 150px;
		position: relative;

		-webkit-transition: left .6s ease-in-out;
		-moz-transition: left .6s ease-in-out;
		-o-transition: left .6s ease-in-out;
		transition: left .6s ease-in-out;
	}
	#main_nav *:nth-child(7) .link{ -webkit-transition-delay: 300ms }
	#main_nav *:nth-child(1) .link{ -webkit-transition-delay: 400ms }
	#main_nav *:nth-child(5) .link{ -webkit-transition-delay: 400ms }
	#main_nav *:nth-child(2) .link{ -webkit-transition-delay: 500ms }
	#main_nav *:nth-child(4) .link{ -webkit-transition-delay: 500ms }

	html.menu_mobile_open #main_nav {
		left: 0;
	}

	html.menu_mobile_open #main_nav > * {
	    -webkit-animation: .8s ease 0s normal forwards 1 fadein;
	    animation: .8s ease 0s normal forwards 1 fadein;
	  /*animation: duration animation-timing-function delay ... ;*/
	}
	html.menu_mobile_open #main_nav .link {
		left: 0;
	}

	.swiper-slide .legend {
		bottom: 50%;
		-moz-transform: scale3d(0.9,0.9,1) translateY(50%);
		-o-transform: scale3d(0.9,0.9,1) translateY(50%);
		-ms-transform: scale3d(0.9,0.9,1) translateY(50%);
	    -webkit-transform: scale3d(0.9,0.9,1) translateY(50%);
	    transform: scale3d(0.9,0.9,1) translateY(50%);
	}
	.swiper-slide-active .legend {
		-moz-transform: scale3d(1,1,1) translateY(50%);
		-o-transform: scale3d(1,1,1) translateY(50%);
		-ms-transform: scale3d(1,1,1) translateY(50%);
	    -webkit-transform: scale3d(1,1,1) translateY(50%);
	    transform: scale3d(1,1,1) translateY(50%);
	}

	#project_nav {
		margin-top: 40px;
	}

	#page_content {
		margin-bottom: 40px;
	}
}

@media (min-width: 1600px) {
	.decorative {
		font-size: 33px;
	}
}


@media (min-width:768px){
	.align-bottom {
		position: absolute;
		bottom: 0;
		margin-bottom: 0;
	}
	.col-xs-12 > .img_project {
		margin-bottom: 0;
	}
	.right {
		right: 0;
	}
	#logo {
		padding-top: 110px;
		margin-left: -92px;
		top: 0;
		width: 180px;
	}

	#home #logo {
		padding-top: 0;
		margin-top: 110px;
		position: fixed;
		z-index: 580;
	}

	#project header,
	#project #header_container {
	    height: 210px;
	}

	header.stuck #header_container {
		top: -120px;
		position: fixed;
	}
	header.stuck.open #header_container {
		top: 0;
	}
	#main_nav {
		background: none;
		display: block;
		height: auto;
	    position: absolute;
		width: 100%;
		top: 40px;
	}
	#home #main_nav {
	    position: fixed;
	}
	
	#bottom_nav {
		bottom: 40px;
		position: absolute;
	    width: 100%;
	}

	.project_arrow.prev {
		left: 2%;
	} 
	.project_arrow.next {
		right: 2%;
	} 

	#project_nav .highlight {
		margin-left: 0;
	}

	.c-hamburger {
		display: none;
	}

	#home #projects_link * {
		display: none;
	}

	.align_bottom {
		position: absolute;
		bottom: 0;
		margin-bottom: 0;
	}
	.portrait,
	.portrait.half_mobile.half_left,
	.portrait.half_mobile.half_right {
	    width: 21%;
	    float: left;
	    margin: 2% 2%;
	}
	.portrait.big,
	.portrait.landscape {
	    z-index: 50;
	    position: relative;
	}
	.not-in-view {
		opacity: 0;
		 -moz-transition: all 700ms ease-out;
		-webkit-transition: all 700ms ease-out;
		-o-transition: all 700ms ease-out;
		transition: all 700ms ease-out;
		-moz-transform: translate3d(0px, 100px, 0px);
		-webkit-transform: translate3d(0px, 100px, 0px);
		-o-transform: translate(0px, 100px);
		-ms-transform: translate(0px, 100px);
		transform: translate3d(0px, 100px, 0px);
	}
	.not-in-view:nth-child(2n) {
		-moz-transition-delay: 300ms;
		-webkit-transition-delay: 300ms;
		-o-transition-delay: 300ms;
		transition-delay: 300ms;
	}
	.not-in-view:nth-child(3n) {
		-moz-transition-delay: 500ms;
		-webkit-transition-delay: 500ms;
		-o-transition-delay: 500ms;
		transition-delay: 500ms;
	}
	.in-view {
		opacity: 1;
		-moz-transform: translate3d(0px, 0px, 0px);
		-webkit-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate3d(0px, 0px, 0px);
	}

	.portrait_content {
		height: 100%;
		position: relative;
	}

	.thumb,
	.quote {
		position: absolute;
	    left: 0;
	    min-height: 100%;
	    top: 0;
	    width: 219%;
	    z-index: 100;
	}
	.quote {
	    width: 170%;
	}
	.portrait.empty {
		display: block;
	}

	/* ---------------- slider projects menu ---------------- */
	#projects_menu {
		padding-right: 0;

		-webkit-transition: top .6s ease-in-out;
		-moz-transition: top .6s ease-in-out;
		-o-transition: top .6s ease-in-out;
		transition: top .6s ease-in-out;
		z-index: 500;
	}
	/* ---------------- FIN : slider projects menu ---------------- */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* only on portrait tablets */
	#tablet_portrait_message {
		display: block!important;
	    background: rgba(128, 128, 128, 0.6); /*#b2b2b2;*/
	    height: 100%;
	    left: 0;
    	line-height: 100vh;
		position: fixed;
		text-align: center;
	    top: 0;
	    width: 100%;
	    z-index: 999;
	}
	body {
		overflow: hidden;
	}
}

@media only screen and (max-device-width : 767px) and (orientation : landscape) {
	#projects_link, 
	#services_link_mobile {
		top: 17%;
	}
}


