@CHARSET "ISO-8859-1";
	@media screen and (min-width: 200px) and (max-width: 949px)
{
	
body
{
	color:#000000;
	background-color:#EFEFEF;
	margin:0;
	font-size:10pt;
	letter-spacing:1px;
	font-family: 'Cormorant Garamond', serif;
	width:100vw;
	height:100vh;
	top:0px;
	left:0px;
	overflow-x:hidden;
}

header
{
	position:fixed;
	top:0px;
	left:0px;
	width:100vw;
	padding:20px 20px 20px 5vw;
	height:auto;
	background-color:#transparent;
	z-index:2000;
}

#logo
{
	position:fixed;
	float:left;
	width:200px;
	height:40px;
	z-index:2000;
	
	background-image:url(../img/nicolas-bianco-logo.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	-webkit-background-size:100% auto;
}

#menu
{
	position:fixed;
	right:5vw;
	top:35px;
	width:auto;
	height:auto;
}

#menu01, #menu02, #menu03, #menu04
{
	color:#00F;
	font-size:12pt;
	margin-left:40px;
	cursor:pointer;
}

#menu01:hover, #menu02:hover, #menu03:hover, #menu04:hover
{
	color:#FFF;
}

#bio
{
	position:relative;
	float:left;
	width:auto;
	height:auto;
	z-index:1000;
	background-color:#FFFFFF;
	top:0px;
	left:0px;
	
	padding:30vh 25vw 30vh 25vw;
}

#txtbio
{
	position:relative;
	float:left;
	width:50vw;
	height:auto;
	background-color:#FFFFFF;
}

.titre
{
	font-size:55pt;
}

.img
{
	position:relative;
	float:left;
	width:100vw;
	height:auto;
	background-color:#FFF;
}

#work
{	
	position:relative;
	float:left;
	width:100vw;
	height:auto;
	background-color:#FFF;
}

#work01, #work02, #work03, #work04, #work05
{
	position:relative;
	float:left;
	width:75vw;
	height:auto;
	background-color:#FFF;
	padding-bottom:100px;
}

.info
{
	position:relative;
	float:left;
	top:-100px;
	left:5vw;
	width:90vw;
	height:auto;
	background-color:#FFF;
}


#contact
{
	position:fixed;
	width:100vw;
	height:100vh;
	top:0vh;
	left:100vw;
	background-color:#F8F8F8;
	z-index:1500;
}
#closecon
{
	position:fixed;
	width:20vw;
	height:auto;
	left:140vw;
	background-color:transparent;
	color:#000;
	text-align:center;
	padding:15px 0px;
	top:60px;
	letter-spacing:3px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#closecon:hover
{
	color:#00F;
	background-color:transparent;
	cursor:pointer;
	letter-spacing:6px;
}

#expo
{
	position:fixed;
	width:100vw;
	height:100vh;
	top:0vh;
	left:100vw;
	background-color:#F8F8F8;
	z-index:1500;
}
#closexpo
{
	position:fixed;
	width:20vw;
	height:auto;
	left:140vw;
	background-color:transparent;
	color:#000;
	text-align:center;
	padding:15px 0px;
	top:60px;
	letter-spacing:3px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#closexpo:hover
{
	color:#00F;
	background-color:transparent;
	cursor:pointer;
	letter-spacing:6px;
}

#infoplus
{
	position:relative;
	float:left;
	width:50vw;
	left:25vw;
	color:#000;
	font-size:55px;
	text-align:center;
	top:25vh;
}

#infoplus span
{
	font-size:14pt;
	line-height:18pt;
}

#cta
{
	position:relative;
	float:left;
	padding:40px 0px;
	background-color:#FFF;
	color:#00F;
	width:70%;
	margin-left:15%;
	font-size:14pt;
}
#cta:hover
{	
	background-color:#00F;
	color:#FFF;
}




.decnone
{
	text-decoration:none;
}


footer
{	
	position:relative;
	float:left;
	width:100vw;
	height:auto;
	padding:100px 0px;
	background-color:#00F;
	color:#FFF;
}

#sign
{
	position:relative;
	float:left;
	width:77px;
	height:30px;
	top:0px;
	left:5vw;
	
	background-image:url(../img/nicolas-bianco-sign.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	-webkit-background-size:100% auto;
}

#copy
{
	position:relative;
	left:5vw;
	margin-left:200px;
}

#credit
{
	position:relative;
	left:5vw;
	margin-left:200px;
}
#credit a
{
	color:#FFF;
}
#credit a:hover
{
	color:#000;
}

.rs
{
	position:relative;
	left:5vw;
	width:60px;
	height:30px;
	background-color:transparent;
	margin-left:200px;
	margin-top:20px;
}

#fb
{
	position:relative;
	float:right;
	height:30px;
	width:30px;
	top:0px;
	opacity:1;
	
	background:url(../img/fb.png) no-repeat top left;
		
	background-size:auto 100%;
	-moz-background-size:auto 100%;
	-o-background-size:auto 100%;
	-webkit-background-size:auto 100%;
	
	-webkit-transition: .3s ease-in-out;
  	-moz-transition: .3s ease-in-out;
  	-o-transition: .3s ease-in-out;
  	transition: .3s ease-in-out;
}
#ig
{
	position:relative;
	float:right;
	height:30px;
	width:30px;
	top:0px;
	opacity:1;
	
	background:url(../img/ig.png) no-repeat top left;
		
	background-size:auto 100%;
	-moz-background-size:auto 100%;
	-o-background-size:auto 100%;
	-webkit-background-size:auto 100%;
	
	-webkit-transition: .3s ease-in-out;
  	-moz-transition: .3s ease-in-out;
  	-o-transition: .3s ease-in-out;
  	transition: .3s ease-in-out;
}

#fb:hover, #ig:hover
{
	cursor:pointer;
	opacity:0.5;
}



}
html {
    overflow-x:hidden;
}
::-webkit-scrollbar {
    width:0px;  /* remove scrollbar space */
    background: #transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #0000FF;
}
body
{
	overflow-x:hidden;
}


@media screen and (min-width: 950px) and (max-width: 1650px)
{
	
body
{
	color:#000000;
	background-color:#EFEFEF;
	margin:0;
	font-size:10pt;
	letter-spacing:1px;
	font-family: 'Cormorant Garamond', serif;
	width:100vw;
	height:100vh;
	top:0px;
	left:0px;
	overflow-x:hidden;
}

header
{
	position:fixed;
	top:0px;
	left:0px;
	width:100vw;
	padding:20px 20px 20px 5vw;
	height:auto;
	background-color:#transparent;
	z-index:2000;
}

#logo
{
	position:fixed;
	float:left;
	width:200px;
	height:40px;
	z-index:2000;
	
	background-image:url(../img/nicolas-bianco-logo.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	-webkit-background-size:100% auto;
}

#menu
{
	position:fixed;
	right:5vw;
	top:35px;
	width:auto;
	height:auto;
}

#menu01, #menu02, #menu03, #menu04
{
	color:#00F;
	font-size:12pt;
	margin-left:40px;
	cursor:pointer;
}

#menu01:hover, #menu02:hover, #menu03:hover, #menu04:hover
{
	color:#FFF;
}

#bio
{
	position:relative;
	float:left;
	width:auto;
	height:auto;
	z-index:1000;
	background-color:#FFFFFF;
	top:0px;
	left:0px;
	
	padding:30vh 25vw 30vh 25vw;
}

#txtbio
{
	position:relative;
	float:left;
	width:50vw;
	height:auto;
	background-color:#FFFFFF;
}

.titre
{
	font-size:55pt;
}

.img
{
	position:relative;
	float:left;
	width:75vw;
	height:auto;
	background-color:#FFF;
}

#work
{	
	position:relative;
	float:left;
	width:100vw;
	height:auto;
	background-color:#FFF;
}

#work01, #work02, #work03, #work04, #work05
{
	position:relative;
	float:left;
	width:75vw;
	height:auto;
	background-color:#FFF;
	padding-bottom:100px;
}

.info
{
	position:relative;
	float:left;
	left:5vw;
	width:15vw;
	height:10vh;
	background-color:#FFF;
}


#contact
{
	position:fixed;
	width:100vw;
	height:100vh;
	top:0vh;
	left:100vw;
	background-color:#F8F8F8;
	z-index:1500;
}
#closecon
{
	position:fixed;
	width:20vw;
	height:auto;
	left:140vw;
	background-color:transparent;
	color:#000;
	text-align:center;
	padding:15px 0px;
	top:60px;
	letter-spacing:3px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#closecon:hover
{
	color:#00F;
	background-color:transparent;
	cursor:pointer;
	letter-spacing:6px;
}

#expo
{
	position:fixed;
	width:100vw;
	height:100vh;
	top:0vh;
	left:100vw;
	background-color:#F8F8F8;
	z-index:1500;
}
#closexpo
{
	position:fixed;
	width:20vw;
	height:auto;
	left:140vw;
	background-color:transparent;
	color:#000;
	text-align:center;
	padding:15px 0px;
	top:60px;
	letter-spacing:3px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#closexpo:hover
{
	color:#00F;
	background-color:transparent;
	cursor:pointer;
	letter-spacing:6px;
}

#infoplus
{
	position:relative;
	float:left;
	width:50vw;
	left:25vw;
	color:#000;
	font-size:55px;
	text-align:center;
	top:25vh;
}

#infoplus span
{
	font-size:14pt;
	line-height:18pt;
}

#cta
{
	position:relative;
	float:left;
	padding:40px 0px;
	background-color:#FFF;
	color:#00F;
	width:50%;
	margin-left:25%;
	font-size:14pt;
}
#cta:hover
{	
	background-color:#00F;
	color:#FFF;
}




.decnone
{
	text-decoration:none;
}


footer
{	
	position:relative;
	float:left;
	width:100vw;
	height:auto;
	padding:100px 0px;
	background-color:#00F;
	color:#FFF;
}

#sign
{
	position:relative;
	float:left;
	width:77px;
	height:30px;
	top:0px;
	left:5vw;
	
	background-image:url(../img/nicolas-bianco-sign.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	-webkit-background-size:100% auto;
}

#copy
{
	position:absolute;
	left:5vw;
	margin-left:200px;
}

#credit
{
	position:absolute;
	left:5vw;
	margin-left:400px;
}
#credit a
{
	color:#FFF;
}
#credit a:hover
{
	color:#000;
}

.rs
{
	position:absolute;
	right:5vw;
	width:100px;
	height:30px;
	background-color:transparent;
}

#fb
{
	position:relative;
	float:right;
	height:30px;
	width:30px;
	top:0px;
	opacity:1;
	
	background:url(../img/fb.png) no-repeat top left;
		
	background-size:auto 100%;
	-moz-background-size:auto 100%;
	-o-background-size:auto 100%;
	-webkit-background-size:auto 100%;
	
	-webkit-transition: .3s ease-in-out;
  	-moz-transition: .3s ease-in-out;
  	-o-transition: .3s ease-in-out;
  	transition: .3s ease-in-out;
}
#ig
{
	position:relative;
	float:right;
	height:30px;
	width:30px;
	top:0px;
	opacity:1;
	
	background:url(../img/ig.png) no-repeat top left;
		
	background-size:auto 100%;
	-moz-background-size:auto 100%;
	-o-background-size:auto 100%;
	-webkit-background-size:auto 100%;
	
	-webkit-transition: .3s ease-in-out;
  	-moz-transition: .3s ease-in-out;
  	-o-transition: .3s ease-in-out;
  	transition: .3s ease-in-out;
}

#fb:hover, #ig:hover
{
	cursor:pointer;
	opacity:0.5;
}



}



@media screen and (min-width: 1650px)
{
	body
{
	color:#000000;
	background-color:#EFEFEF;
	margin:0;
	font-size:10pt;
	letter-spacing:1px;
	font-family: 'Cormorant Garamond', serif;
	width:100vw;
	height:100vh;
	top:0px;
	left:0px;
	overflow-x:hidden;
}

header
{
	position:fixed;
	top:0px;
	left:0px;
	width:100vw;
	padding:20px 20px 20px 5vw;
	height:auto;
	background-color:#transparent;
	z-index:2000;
}

#logo
{
	position:fixed;
	float:left;
	width:200px;
	height:40px;
	z-index:2000;
	
	background-image:url(../img/nicolas-bianco-logo.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	-webkit-background-size:100% auto;
}

#menu
{
	position:fixed;
	right:5vw;
	top:35px;
	width:auto;
	height:auto;
}

#menu01, #menu02, #menu03, #menu04
{
	color:#00F;
	font-size:12pt;
	margin-left:40px;
	cursor:pointer;
}

#menu01:hover, #menu02:hover, #menu03:hover, #menu04:hover
{
	color:#FFF;
}

#bio
{
	position:relative;
	float:left;
	width:auto;
	height:auto;
	z-index:1000;
	background-color:#FFFFFF;
	top:0px;
	left:0px;
	
	padding:30vh 25vw 30vh 25vw;
}

#txtbio
{
	position:relative;
	float:left;
	width:50vw;
	height:auto;
	background-color:#FFFFFF;
}

.titre
{
	font-size:55pt;
}

.img
{
	position:relative;
	float:left;
	width:75vw;
	height:auto;
	background-color:#FFF;
}

#work
{	
	position:relative;
	float:left;
	width:100vw;
	height:auto;
	background-color:#FFF;
}

#work01, #work02, #work03, #work04, #work05
{
	position:relative;
	float:left;
	width:75vw;
	height:auto;
	background-color:#FFF;
	padding-bottom:100px;
}

.info
{
	position:relative;
	float:left;
	left:5vw;
	width:15vw;
	height:10vh;
	background-color:#FFF;
}


#contact
{
	position:fixed;
	width:100vw;
	height:100vh;
	top:0vh;
	left:100vw;
	background-color:#F8F8F8;
	z-index:1500;
}
#closecon
{
	position:fixed;
	width:20vw;
	height:auto;
	left:140vw;
	background-color:transparent;
	color:#000;
	text-align:center;
	padding:15px 0px;
	top:60px;
	letter-spacing:3px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#closecon:hover
{
	color:#00F;
	background-color:transparent;
	cursor:pointer;
	letter-spacing:6px;
}

#expo
{
	position:fixed;
	width:100vw;
	height:100vh;
	top:0vh;
	left:100vw;
	background-color:#F8F8F8;
	z-index:1500;
}
#closexpo
{
	position:fixed;
	width:20vw;
	height:auto;
	left:140vw;
	background-color:transparent;
	color:#000;
	text-align:center;
	padding:15px 0px;
	top:60px;
	letter-spacing:3px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#closexpo:hover
{
	color:#00F;
	background-color:transparent;
	cursor:pointer;
	letter-spacing:6px;
}

#infoplus
{
	position:relative;
	float:left;
	width:50vw;
	left:25vw;
	color:#000;
	font-size:55px;
	text-align:center;
	top:25vh;
}

#infoplus span
{
	font-size:14pt;
	line-height:18pt;
}

#cta
{
	position:relative;
	float:left;
	padding:40px 0px;
	background-color:#FFF;
	color:#00F;
	width:50%;
	margin-left:25%;
	font-size:14pt;
}
#cta:hover
{	
	background-color:#00F;
	color:#FFF;
}




.decnone
{
	text-decoration:none;
}


footer
{	
	position:relative;
	float:left;
	width:100vw;
	height:auto;
	padding:100px 0px;
	background-color:#00F;
	color:#FFF;
}

#sign
{
	position:relative;
	float:left;
	width:77px;
	height:30px;
	top:0px;
	left:5vw;
	
	background-image:url(../img/nicolas-bianco-sign.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	-webkit-background-size:100% auto;
}

#copy
{
	position:absolute;
	left:5vw;
	margin-left:200px;
}

#credit
{
	position:absolute;
	left:5vw;
	margin-left:400px;
}
#credit a
{
	color:#FFF;
}
#credit a:hover
{
	color:#000;
}

.rs
{
	position:absolute;
	right:5vw;
	width:100px;
	height:30px;
	background-color:transparent;
}

#fb
{
	position:relative;
	float:right;
	height:30px;
	width:30px;
	top:0px;
	opacity:1;
	
	background:url(../img/fb.png) no-repeat top left;
		
	background-size:auto 100%;
	-moz-background-size:auto 100%;
	-o-background-size:auto 100%;
	-webkit-background-size:auto 100%;
	
	-webkit-transition: .3s ease-in-out;
  	-moz-transition: .3s ease-in-out;
  	-o-transition: .3s ease-in-out;
  	transition: .3s ease-in-out;
}
#ig
{
	position:relative;
	float:right;
	height:30px;
	width:30px;
	top:0px;
	opacity:1;
	
	background:url(../img/ig.png) no-repeat top left;
		
	background-size:auto 100%;
	-moz-background-size:auto 100%;
	-o-background-size:auto 100%;
	-webkit-background-size:auto 100%;
	
	-webkit-transition: .3s ease-in-out;
  	-moz-transition: .3s ease-in-out;
  	-o-transition: .3s ease-in-out;
  	transition: .3s ease-in-out;
}

#fb:hover, #ig:hover
{
	cursor:pointer;
	opacity:0.5;
}



}