/* CSS Document */
html, body{
	margin:0px;
	padding:0px;
	min-height: 100%;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#6D6F71;
	font-weight: 300;
	line-height: 1.875em;
	background-color: #fff;
}

.clear{
	clear: both;
}

strong{
	font-weight:600;
}

a{
	text-decoration: none;
	color: inherit;
}

a:hover{
	text-decoration: underline;
}

.inside{
	width:100%;
	max-width: 1280px;
	margin: auto;
	box-sizing: border-box;
	padding-left: 150px;
	padding-right: 15px;
}

.header{
	background-color: #fff;
	height: 200px;
}

.header .inside{
	display: inline-block;
}

.header h1{
	margin: auto;
	font-weight:500;
	font-size: 2em;
	
}
.header h1 a{ 
	border-bottom: 2px solid;
}

.header h1 a:hover{
	text-decoration: none;
}

.headericons{
	padding-top: 1em;
	margin-bottom: 1em;
}

.headertitle{
	margin-top: 1em;
	margin-bottom: 0em;
}

.headermenus{
	margin-top: 1em;
	margin-bottom: 1em;
}

a.navlink{
	display: inline-block;
	margin-top: 1em;
	margin-right: 2em;
	color:#BCBEC0;
	text-decoration: none;
	font-weight:500;
	padding-bottom: .2em;
	line-height: normal;
}

a.navlink:hover, a.navlink.active{
	border-bottom: 2px solid;
}

a.navlink .counter{
	display: block;
	clear: both;
	color:#6D6F71;
	font-weight: 900;
}

a.topicon{
	display: inline-block;
	width:40px;
	height: 40px;
	background-position: left center;
	background-size: auto 14px;
	background-repeat: no-repeat;
}

a.topicon.about{
	background-image: url(../img/about.svg);
}
a.topicon.upload{
	background-image: url(../img/upload.svg);
}
a.topicon.facebook{
	background-image: url(../img/facebook.svg);
}
a.topicon.instagram{
	background-image: url(../img/instagram.svg);
}
a.topicon.pinterest{
	background-image: url(../img/pinterest.svg);
}
a.topicon.behance{
	background-image: url(../img/behance.svg);
}
a.topicon.linkedin{
	background-image: url(../img/linkedin.svg);
}

.fullheight{
	height: calc(100vh - 200px);
}


.projetslide{
	width:100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.projectlisting .projetslide{
	height: auto;
	margin-bottom: 1em;
}

.projectlisting .projetslide:after{
	content: "";
	display: block;
	padding-top: 59.4%;
}

.projectcontent{
	position: absolute;
	top:0px;
	left:0px;
	background-color: #fff;
	display: block;
	width:100%;
	transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-webkit-transition: -webkit-transform .6s; /* Safari */
	transition: transform .6s;
	z-index: 600000000000;
	max-height: calc(100% - 30px);
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	 -webkit-overflow-scrolling: touch;
}

.projectlisting .projetslide .projectcontent{
	position: fixed;
}

.projectcontent .textinside{
	width: 100%;
	max-width: 500px;
}

.projetslide.contenuopened .projectcontent, .projectcontent.opened{
	transform: translateY(0%);
	-ms-transform: translateY(0%);
	-webkit-transform: translateY(0%);
}

.projetslide a.opencontent{
	position: absolute;
	top:0px;
	left:30%;
	width:40%;
	height: calc(100vh - 200px);
	cursor:url("../img/btn_plus.png") 0 0, pointer;cursor:-webkit-image-set(url("../img/btn_plus.png") 1x, url("../img/btn_plus@2x.png") 2x) 0 0, pointer;
	z-index: 30000;
}

.touch .projetslide a.opencontent{
	background-image: url("../img/btn_plus.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 62.5%;
	width:40px;
	height: 30px;
	background-color: #000;
	position: fixed;
	top:auto;
	left:50%;
	transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	bottom:0px;
	z-index: 6000000000002;
}

.touch .projetslide.contenuopened a.opencontent{
	background-image: url("../img/btn_close.png");
}

.touchholder{
	background-color: #000;
	display: none;
	position: absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height: 30px;
	z-index: 6000000000001;
}

.touch .touchholder{
	display: block;
}

.projectlisting .projetslide a.opencontent{
	position: absolute;
}

.projectlisting .projetslide{
	overflow: hidden;
}

.projetslide.contenuopened a.opencontent{
	cursor:url("../img/btn_close.png") 0 0, pointer;cursor:-webkit-image-set(url("../img/btn_close.png") 1x, url("../img/btn_close@2x.png") 2x) 0 0, pointer;
}

.owl-nav{
	position: absolute;
	width:100%;
	left:0px;
	top:0px;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next{
	display: block;
	position: absolute;
	top:0px;
	height: calc(100vh - 200px);
	width:30%;
	text-indent: 3000000px;
	overflow: hidden;
}

.owl-carousel .owl-nav .owl-prev{
	left:0px;
	cursor:w-resize;
	cursor:url("../img/fleche_prev.png") 0 0, pointer;cursor:-webkit-image-set(url("../img/fleche_prev.png") 1x, url("../img/fleche_prev@2x.png") 2x) 0 0, pointer;
}

.owl-carousel .owl-nav .owl-next{
	right:0px;
	cursor:w-resize;
	cursor:url("../img/fleche_next.png") 0 0, pointer;cursor:-webkit-image-set(url("../img/fleche_next.png") 1x, url("../img/fleche_next@2x.png") 2x) 0 0, pointer;
}

.touch .owl-carousel .owl-nav .owl-prev{
	background-color: #000;
	background-image: url("../img/fleche_prev.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 62.5%;
	width:40px;
	height: 30px;
	left:0px;
	top:auto;
	bottom:0px;
	position: fixed;
}
.touch .owl-carousel .owl-nav .owl-next{
	background-color: #000;
	background-image: url("../img/fleche_next.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 62.5%;
	width:40px;
	height: 30px;
	left:auto;
	right:0px;
	top:auto;
	bottom:0px;
	position: fixed;
}

.bp_checking { display:none; }

/*.projectlisting{
	display: none;
}


@media (orientation: portrait) {
	.projectlisting{
		display: block;
	}
	
	.owl-carousel.owl-loaded{
		display: none ;
	}
}

@media (max-height:660px) {
	.projectlisting{
		display: block;
	}
	
	.owl-carousel.owl-loaded{
		display: none ;
	}

}*/

@media (max-height:600px) {
	/*.headericons{
		display: inline-block;
		max-width:50%;
		text-align: right;
		float: right;
	}
	.headertitle{
		display: inline-block;
		
		max-width:50%;
		float: left;
		    padding-top: 0.3em;
	}
	
	.headermenus{
		margin-top:0px;
	}*/
	
	.header{
		height: auto;
	}
	.inside{
		padding-left: 15px;
	}
}


@media (max-width:660px){
	.inside{
		padding-left: 15px;
	}

	#bp_mobile { display:block; }
	
	a.navlink{
		font-size: .8em;
		margin-right: 1.5em;
	}
}