 ::selection {background:white;}
::-moz-selection {background:white;}

 /*  RESET */
 html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET */
 
     body {
	margin: 0; /* il est conseill? de mettre ? z?ro la marge et le remplissage de l'?l?ment body, pour tenir compte des diff?rentes valeurs par d?faut des navigateurs */
	padding: 0;
	text-align: center; /* ce param?trage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite align? ? gauche (valeur par d?faut) dans le s?lecteur #container */
	color: #000000;
	font-family: Lintel, sans-serif;
	font-size: 16px;
	vertical-align: middle;
	letter-spacing: 1.6px;
	font-style: normal;
	line-height: 20px;
	font-weight: lighter;
	background-color: #fdecec;
    }
	
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
    cursor: url("images/cursor.png")6 18, pointer;        
}
a:active {
	text-decoration: none;
	color: #000;
}
 
 .header{
   z-index: 9999;
   position: fixed;
   top:10px;
   left:10px;
 }
   
.logo{
   opacity: 1 !important;
    z-index: 6 !important;
   width: 100px;
   height: 159px;
   background-image: url("../images/blackpalm.png");
   background-repeat: no-repeat;
   background-size: 100% 100%;
   background-position: center;
   background-color: transparent;
   margin:0 0 10px 55px;
   -webkit-transition: background-image 1s; /* Safari 3.1 to 6.0 */
    transition: background-image 1s;
}

.header span{
   margin-left: 52px;
}

.logo:hover{
   opacity: 0.7;
   background-image: url("../images/blackpalm2.png");
}

body {
	color: black;
	font-size: 16px;
	font-weight: 400;
	font-family: "Avenir Next",Helvetica,Arial,sans-serif;	
	text-transform: uppercase;
	text-align: left;
	height: 100%;
	width: 100%;
  cursor: url(../images/cursor-b.png), auto;	
}

a:hover{
  cursor: url(../images/cursor-o.png), auto;}

/* hide mobile big title */


.BPtitle{
    opacity: 0 !important;
    z-index: -999 !important;
    font-size: 0em;
    top: -1800px!important;
    margin: 0 auto;
     text-align: center;
}

.header_text{
z-index: -2;
width: 100%;
position: relative;
/* display: block; */
/* float: left; */
top: -120px;
left: 190%;
height: 20px;
opacity: 1;
/* margin: 0 0 0 6%; */
display: none;
}
  
.BPtitle{
    opacity: 0 !important;
    z-index: -999 !important;
    font-size: 0em;
    top: -1800px!important;
    margin: 0 auto;
     text-align: center;
}

.container {
	z-index: 99;
	width: 80%;
    width-min: 500px;
	padding-top:0;
	margin: 0 auto;
	margin-left: 20%;
	text-align: left; 
	vertical-align: top;
	height: 100%;
	}

/* bg */


.bg{
position: fixed;
  z-index: -99999 !important;
  width:120%;
  height:120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	background-image: url("/images/Currently-1.jpg");
  background-size: 100%;	
  animation-name: anim;	
  animation-duration: 10s;
  animation-delay: 0.5s;
	opacity: 0.3;
}

@keyframes anim {
  from {left: 60%;}
  to {left: 40%;}
}



/* text */
    

     h1{
	text-align: left;
    font-size: 4em;
	line-height: 1em;
    }    

     h2{
	font-size: 2em;
	font-weight:200;
	padding-top: 10px;			 
    text-align: left;
	line-height: 1.2em;		 
 	margin-top: 30px;
	margin-bottom: 10px;
        
    }
	
      h3{
  	font-size: 1em;
	padding-bottom: 10px;
	padding-top: 10px;		  
    text-align: left;
	line-height: 1.6em;
	margin-top: -10px;	  
       }


/*  list  */


.under{
	max-width: 1000%;
	margin-top: 8%;
	margin-bottom: 18%;
	
	}


.projects{
margin-top: 10em;
	}

 /*  footer    */

    .credits{
		position:fixed;
		font-size: 0.6em;
		margin: 1em;
		letter-spacing: 1px;
		bottom: 0;
		right: 4em;
    }
 
	

/* extra */

#arrow{
	position: fixed;
	left: 8%;
	top: 88%;
	vertical-align: middle;
	}

#arrow img:hover{
	margin-bottom: 30px;
	opacity: 1;
	}

#arrow img{
	opacity: 0.7;
	
	}



.some{
           position: fixed;
           top: 20px;
           right: 4%;
           margin: 0;
      }
        
        #icon{
            margin: 5px;
            opacity: 0.4;
            filter: alpha(opacity=40); /* For IE8 and earlier */
            -webkit-transition: opacity 1s; /* Safari */
            transition: opacity 1s;  
        }

        #icon:hover{
            opacity: 1;
            filter: alpha(opacity=100); /* For IE8 and earlier */
        }
        


 
   /* MOBILE */
        
@media only screen and (max-device-width: 480px) {

 
.logo {
    margin: 0 0 10px 40px;
}
	

.BPtitle {
    font-size: 6.5em !important;
    line-height: 2.6em;
    opacity: 1 !important;
    z-index: 999 !important;
}

/*	hide span logo */
	
.header span{
opacity: 0;
}	
	
.container{
	width: 100%;	
	}


     h1{
        font-size: 8em;
		 margin-top: 0;
		 margin-bottom: 0;
		 margin-left: 12%;
		 line-height: 3em;
    }    

     h2{
         font-size: 5em;
        line-height: 1.2em;
		 margin-bottom: 50px;
    }
	
	  h3{
         font-size: 3em;
        line-height: 1.5em;
		  margin-bottom: 80px;
    }

     h4{
        font-size: 6em;
	 line-height: 1.4em;
	width: 95%;
	 margin-bottom: 20px;	 
    } 

	h5 {
    font-size: 4em;
	line-height: 1.4em;
	width: 95%;
	margin-bottom: 20px;	
}
	
	h6 {
    font-size: 4em;
	line-height: 1.4em;
	width: 95%;
	opacity: 0.6;
}
	
 
#arrow img {
    opacity: 1;
    width: 100px;
}
	
#arrow {
left: 4%;
}	
	
.projectlist {
	width: 96%;
    margin-top: 3%;
    margin-bottom: 6%;
}
 .projects img{
	width: 100%;
	margin-bottom: 2%;
	   }

/*	footer mobile  */
	
.credits{
	font-size: 3em;
    line-height: 1.2em;
	text-align: left;
	margin-top: 5%;
	width: 97%;
    }
	

.some{
      opacity: 0;
      }
	
}