* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
	background-color: rgba(50,50,55,1);
	height: 100%;
}

html,body{
	font-family: 'Exo', sans-serif;
	font-weight: 100;
	overflow: hidden;
	margin: 0;
}

body {
}
h1 {
	font-weight:100;
	color: rgba(150,150,140,1);
	text-align: right;
	line-height: 0.5em;
	right:2%;
	position:absolute;
	margin-top: 50vh;
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index: 20;
}
h2 {
	display: inline-block;font-size: 2em;
	position:absolute;color:rgba(250,150,0,1);
	top:250px;left:calc(100% + 130px);
}
.titre {
	right:-5px;
	position:absolute;
	text-align: right;
	letter-spacing: 5px;
}
.titre span{
}
.titre::first-letter{
	color: rgba(50,200,150,1);
}
.soustitre {
	color: rgba(50,200,150,1);
	font-size: 0.65em;
}
/*===========================================================================
                          DESSINS
 ===========================================================================*/
.triangle {
	background-image: url(images/trianglehautessai.png);
	z-index: 50 ;
	width: 50px;height:50px;position: absolute;top:0px;right:0px;
}

.legend .triangle {
	opacity: 0;transition-duration: 2s;
	
}
.container {
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	margin-top: 50vh;
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
			height: 70vh;
			width: 79%;
}
.screen {
	display: inline-block;
	position:relative;
	background-color: rgba(183,179,170,1);
	width: calc(78vw - 133px);
	height: 100%;
	transform:translateX(-100%);
	transition-duration: 2s;
	transition-timing-function: ease;
	box-sizing: border-box;
}
#cartonpng {
	display: none;
	position: absolute;top: 0pc;right:0px;
}
#normal {
	right: -100%;
	/*border:1vw solid rgba(183,179,170,1);*/
	margin-left: 1vw;
	opacity: 0;
	float:right;
	height: 100%;
	opacity: 0;
	transition-duration: 2s;
	box-sizing: border-box;
}
.legendText {
		font-size: 1.7em;line-height:0.7em;z-index: 2; text-align: right;font-style: italic;
		position:absolute;bottom:1vw;right:1vw;
	color:rgba(0,0,0,1);height:auto;width:auto;display: block;
}
.legendText span{
	font-size:0.7em !important;color: rgba(50,50,55,1);
}
.legend {
	background-color: rgba(183,179,170,1);
	background-image: url(images/legend.png);background-repeat: repeat-y;background-size:150px auto;
	position: relative;
	height:100%;
	overflow:auto;
	transition-duration: 2s;
}
/*===========================================================================
                          THUMBNAIL
 ============================================================================*/
#scroller {
	position: absolute;z-index: 3;pointer-events: none;
	opacity: 0;transition-duration: 1s;
	top:0px;right:21%;
	margin-top: 50vh;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	width: 130px;
	height: calc(70vh + 70px);
	display: flex; flex-direction: column;
}
#boutonhaut {
	opacity: 0.3;pointer-events: auto;
	background : url("images/up.png"); background-size: 50%;
	background-position:top center;background-repeat: no-repeat;
	height: 50px;
}
#boutonhaut:hover {
	opacity: 1;}
#boutonbas {
	opacity: 0.3;pointer-events: auto;
	background: url("images/down.png");background-size: 50%;
	background-position:bottom center;background-repeat: no-repeat;
	height: 50px;
}
#boutonbas:hover {opacity: 1;}

#thumbnail {
	left: 1vw;
	-ms-transform: translateX(200px);
	transform: translateX(200px);
	transition-delay: 0s;
	transition-duration: 2s;
	transition-property: transform;
	white-space: normal;
	display: inline-block;
	position: relative;
	background-color: rgba(50,50,55,1);
	font-size: 0px;
	width: 150px;
	overflow:auto;
	height: 100%;
	box-sizing: border-box;
	z-index: 2;
}
#thumbnail img {
	border-bottom:1vw solid rgba(50,50,55,1);
	opacity: 0.3;
	cursor:pointer;
	width : 100%;
	display: inline-block;
	transition-duration: 0.3s;
}
#thumbnail img:hover {
	opacity: 1;
}
.hauteurScroll {
	font-size: 0px;
}
/*===========================================================================
                          SOUS-SKETCHBOOK
 ============================================================================*/
.sketchbook {
	pointer-events: none;
	position:absolute;
	top:0;left:0;
	height:100%;
	width: 100%;
	z-index: 102;
	transform:translateX(-100%) translateX(55px);
	transition-duration: 2s;
}
.sousmain {
	overflow: visible;
	position:relative;
	height: 100%;
	width: 100%;

}
#smbouton {
	cursor: pointer;
	float:right;
	height:100%;
}
#sm1 {
	overflow:auto;
	background-image: url(images/patteressai.png);background-repeat: repeat; background-position: right top;
	background-color: rgba(0,0,0,0.5);
	height: 100%;
	z-index: 101;
	border:1px solid rgba(230,225,220,1);
	border-left:none;
}
#sm2 {
	font-size: 1.5em; text-align: center;color:  rgba(183,179,170,1);
	float: right;
	clear: right;
	/*background-image: url(images/carnet.png);
	background-size: 40%;background-repeat: no-repeat;background-position: center top;*/
	width: 60px;
	height: calc(100% - 60px);
	background-color: rgba(230,225,220,1);
}
#carnetpng {
	height:150px;
	pointer-events: none; opacity:0;transition: 0.5s;
	position: absolute;top:250px;right:-125px;
}
#sm3 {height: 60px;width: 60px;
	margin-top:10vh;pointer-events: auto;
	float: right;
	background-image: url(images/trianglebasgris.png);
	transition-duration: 2s;
	/*background-color:rgba(50,50,55,1);*/
}
/*===========================================================================
                          SKETCHBOOK
 ============================================================================*/

.sketchM {
	pointer-events: none;
	display:flex;flex-direction: row;
	height:70vh;
	margin-left: 10%;
	top:15vh;
	width:79%;
	position:absolute;
}
.sketchgauche {
	transform: translateX(-300vw);
	position:relative;
	height:100%;
	width: auto;
	transition-duration: 2s;
}
.sketchgauche > img{
	max-height:80.5vh;
	width: auto;
}
#sketchclose {
	pointer-events: auto;cursor: pointer;
	color:rgba(50,50,55,0.5);
	position:absolute;font-size: 7em;left:-9%;transition:transform 0.4s ease;transition-delay: 1.6s;
}
#sketchclose:hover{
	color: rgba(230,225,220,1);
}
.liseret {position: relative;
	right: -100%;
	width:100%;
	height:20%;
	align-self: center; color:rgba(230,225,220,0.7);font-size: 1.5em; letter-spacing: 2px;
	background-image: url(images/empreintessketch.png);background-repeat:no-repeat;
	background-color:rgba(50,50,55,1);background-size: auto 80%;background-position: 20px center;
	transition-delay: 0.2s;
	transition-duration: 1.8s;
}
.liseret div{display: none;
	position: absolute;margin-left: 6.7vh;bottom:calc(15% - 10px);
}
.liseret div::first-letter{font-weight:200;font-size:1.5em;
	color: rgba(230,225,220,1);
}
.sketchdiv {
	pointer-events: auto;
	position:absolute;top:5vh;left:7.4vh;
	/*background-color: red;*/
	/*width:87%;*/
	/*height:82%;*/
	overflow: hidden;
}
.sketches:first-child {display:block;}
.sketches {display:none;
   height:57.5vh;
}
.sketchdiv div{
	display:flex;flex-direction: column;justify-content: center;
	cursor: pointer;height:100%;width:33%; 
	-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;
	font-size: 5em;z-index: 200;color: rgba(0,0,0,0.2);
	position:absolute;top:0px;background-color: transparent;border:none;
}
.sketchdiv div:hover {
	color: rgba(50,200,150,0.8);
}
.boutongauche {
	text-align: left;left: 0px;
}
.boutondroit {
	text-align: right; right: 0px;
}

/*===========================================================================
                          CONTACT
 ============================================================================*/
.moi {
	position: absolute; bottom :15vh;width: 53px;height: 20vh;cursor:pointer;min-height: 200px;
}
.moi .triangle{
	background-image: url(images/trianglebasnoir.png);background-position: right-top;
	z-index: 50 ;
	width: 0;height:0;
	border-left: 0px solid rgba(183,179,170,1); /* 53px */
	border-top:0px solid transparent;
}
/*.moi div:nth-child(2){
	margin-top: 53px;cursor:pointer;
	background-image: url(images/profile.png); background-size:60%;background-repeat: no-repeat;
	background-position: center top;
	background-color: rgba(183,179,170,1);
	height:calc(100% - 53px);
	rgba(183,179,170,1);

}*/

.moi::after{
	content: "";
	width:0px;height:0px;
	border-left: 53px solid rgba(50,50,55,1);
	border-top:53px solid transparent; z-index: 200;
	position:absolute;bottom:-1px;left: 0px;
}
/*===========================================================================
                          PROFIL
 ============================================================================*/
 .boutonprofile {position: absolute;z-index: 300;bottom: 0;left: 1vw;
 	width: 25%;height: 200px;
 	background-image: url(images/empreinteslogo.png);background-size: 100% auto;
 	background-repeat: no-repeat;background-position: bottom;
 	opacity: 1;cursor: pointer;pointer-events: auto;display: none;
 }
.profile {pointer-events: none;
	position: absolute;bottom:15vh;right:calc(1vw + 17px);
	width:calc(18vw - 17px);height:70vh;z-index: 300;transition: 1s;overflow: hidden;min-width: 250px;
}
.fondprofile {pointer-events: auto;
	transform: translateY(101%);
	transition: 1s; 
}
.coinprofile {
	background-image: url(images/trianglebas.png);opacity: 0.66;
	float: right; height:50px; width : 50px;
}
.longeprofile {
	float: right;
	clear: right;
	width:50px;height:calc(70vh - 50px);
	background-color: rgba(0,0,0,0.66);
}
.fillprofile {
	overflow: auto; height:70vh;background-color: rgba(0,0,0,0.66);
}
.texteprofile {padding : 1vw;position: absolute;top: 0;left: 0;
	height:100%;width: 100%;
}
.date {display: block;
	font-size: 1em;color: rgba(50,200,150,0.8); text-align: right;border-bottom: 1px dotted rgba(255,255,255,0.8);
}
.entete {font-size: 1.5em;color: rgba(255,255,255,0.8); letter-spacing: 2px;line-height: 0.7em;right: 3px;
	margin-bottom: 10px;font-weight: 200;text-align: left;margin-top: 17%;
}
.entete::first-letter {
	color: rgba(50,200,150,1);
}
.entete span{font-weight: 100;font-family: 'Exo', sans-serif;
	font-size:0.6em;color:rgba(50,200,150,1);line-height: 0.5em; letter-spacing: 0px;
}
.bio {clear: left;width: 100%;height: calc(100% - 150px);
	font-family: 'Exo2', sans-serif;
	color: rgba(255,255,255,0.8);
	text-align: left;font-size: 0.8em;
	border-bottom: 1px dotted rgba(50,200,150,0.6);
	word-wrap: break-word;overflow: auto;	
}
.contactfooter {
	color: rgba(50,200,150,1);font-size: 1em;
}
.contactfooter a {
	text-decoration: none;color: rgba(50,200,150,1);
}
.texteprofile img{
	float: left;width: 20%;margin-right: 10px;
}
/*===========================================================================
                          BANDEAU
 ============================================================================*/
.bandeau {
	background-image:url(images/logonutrans.png); background-size: 70vh;z-index: 21;
	position: absolute;
	right: 0px;
	top: 0px;
	overflow-x: hidden;
	overflow-y: scroll;
	min-width: 300px;
		width: 20vw;
		right:0;
		height: 100%;
}
.bandeau img{
width: auto;
height:auto;
	display: block;
margin-left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 101;
    box-sizing: border-box;
}

.footer {
	font-size: 0.8em;
	position:absolute;
	left:50px;
	bottom: 12.3vh;
	color: rgba(183,179,170,1);
}
/*===========================================================================
                          LOADER
 ============================================================================*/
.fondcache {
	display: block;background-color:rgba(254,254,254,1);
	position :absolute;z-index: 500;
	top: 0px;left: 0px;height:100vh;width:100vw;overflow: hidden;
}
.cache {transform: scale(1.2);
	position: fixed; height: 100vh;width:100vw;z-index: 499;top:0;left:0;
}
.cache.loaded {
	cursor: pointer;
}
.titrecache {color:rgba(0,0,0,0.8);
	font-weight: 300;
	position:absolute;font-size: 1.5em;z-index: 502;text-align: right;letter-spacing: 4px;
	top:calc(50% + 50px);left: 50%;transform: translate(-50%,-50%);
	width: 140px;display: inline-block;
}
.titrecache span{
	font-size: 0.66em;text-align: right;position: absolute; display: block;right:2px;
	letter-spacing: initial; line-height: 0.3em;color: rgba(200,0,0,1); width: 100%;
}
.titrecache::first-letter { 
	color: rgba(200,0,0,1);
}
.blocloading {
	position: relative; z-index: 500;
	margin-left:auto;margin-right:auto;display:block;width:120px;
	margin-top: 50vh;transform: translateY(-50%);
}
.empreintes {
	opacity:0.7;width: 120px;
}
.loading {
	position: relative;color: rgba(0,0,0,0.7);
	z-index: 501; ;font-weight: 200;top:-5px;text-align: right;
	font-size: 0.8em;font-weight: 100;font-style: italic;animation-name: loading;
	animation-timing-function: ease-in;animation-duration: 1s;animation-iteration-count: infinite;
}
.loading.loaded {
	position: relative; color: rgba(0,0,0,0.7);
	z-index: 501; ;font-weight: 200;top:-5px;text-align: center;font-style: inherit; animation-name: none;
	font-size: 0.8em;font-weight: 100;
}

@keyframes loading {
	from {opacity: 1;}
	to {opacity: 0;}
}
.cadreloader {
	position: absolute; background-image: url(images/cadreloader2.png);background-repeat: no-repeat;
	height: 100px;width:250px;transform: translate(-40px,30px); background-size: 200px 65px;
	bottom: 0;
}
@media only screen and (max-width: 1500px) and (min-width: 1000px)
{
	.container {width: calc(99% - 300px);}
	.screen {width: calc(98vw - 433px);}
	#scroller {right: calc(300px + 1%);}
}

@media only screen and (max-width: 1000px)
{
.bandeau {display: none;}
.container {width: 100vw;}
.screen {width: calc(100vw - 140px);}
.sketchM {
	width:90%;
}
#scroller {right: 0 ;}
.profile {left:53px;}
#sketchclose {font-size: 5em;}
}
h1 {visibility: hidden;}
}