/* CSS Document */



/**FONT**/
@import url('https://fonts.googleapis.com/css?family=Squada+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,800&display=swap&subset=latin-ext');




html {
	overflow-x: hidden;
	overflow-y: hidden;
}

/*CURSOR*/

html,
html *,
body,
body * {
  cursor: none;
}

.cursor-dot,
.cursor-dot-outline {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
z-index:999999	
}

.cursor-dot {
  width: 8px;
  height: 8px;
  background-color: #dc5656;
}

.cursor-dot-outline {
  width: 30px;
  height: 30px;
  background-color: rgba(229, 128, 128, 0);
  border:solid 1px rgba(229, 128, 128, 0.5)
}


.noise {
	background:#282741 url('../img/noise.png');
    
}
.bg {
     background:
		    linear-gradient(217deg, rgba(25,24,41,1), rgba(255,0,0,0) 100%),
            linear-gradient(127deg, rgba(40,39,65,1), rgba(0,255,0,0) 100%),
            linear-gradient(336deg, rgba(80,71,193,1), rgba(40,38,65,0.5) 100%);
}
.bgw {background:#efefef}
.bgr{background: #FF7258 url('../img/noise.png');}
.linear-grad {background: linear-gradient(#282741, #161524);}
.background {
	width:100%;
	height: 100%;
	background :#000;
	position:absolute;
	opacity:0.6;
	right:0
}

/**TYPO**/

.title h1 {
	font-family: 'Squada One', 'Arial Black', cursive;
	color:#fff;	
	text-transform:uppercase;
	font-size:8em;	
	line-height: 0.8em
}
.title h1 span{
	  display:block;
	  color: rgba(255,114,88,1);
	  -webkit-text-fill-color: rgba(255,114,88,0); /* Will override color (regardless of order) */
	  -webkit-text-stroke-width: 1px;
	  -webkit-text-stroke-color: rgba(255,114,88,1);
}

.outer {
  background:linear-gradient(to right, #FF7258 50%, rgba(255,114,88,0) 50%);
  background-size:200% 100%;
  background-position:right bottom;
  text-align:center;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  transition:all 1s ease;
}
.outer:hover {
  background-position:left  bottom;
  cursor:pointer;
  text-decoration:none
}
.title h1 span a:after {
	content: " / "
}
.title h1 span a:last-child:after {
	content: ""
}

.title ul {
	list-style: none;
	margin:0;
	padding:0
}

.title ul li {
	font-family: 'Squada One', 'Arial Black', cursive;
	color:#fff;	
	text-transform:uppercase;
	font-size:8em;	
	line-height: 0.8em;
	float:left
}

.title ul li a{
	color: rgba(255,114,88,1);
	  -webkit-text-fill-color: rgba(255,114,88,0); /* Will override color (regardless of order) */
	  -webkit-text-stroke-width: 1px;
	  -webkit-text-stroke-color: rgba(255,114,88,1);
}
.title ul li:after {
	color: rgba(255,114,88,1);
	  -webkit-text-fill-color: rgba(255,114,88,0); /* Will override color (regardless of order) */
	  -webkit-text-stroke-width: 1px;
	  -webkit-text-stroke-color: rgba(255,114,88,1);
	content: "/";
	padding:0 0.2em
}
.title ul li:last-child:after {
	content: ""
}

.title2 h1 {
	font-family: 'Squada One', 'Arial Black', cursive;
	color:#fff;	
	text-transform:uppercase;
	font-size:3em;	
	line-height: 1.2em
}
.title2 h1 span{
	  display:block;
	  color: rgba(255,114,88,1);
	  -webkit-text-fill-color: rgba(255,255,255,0); /* Will override color (regardless of order) */
	  -webkit-text-stroke-width: 1px;
	  -webkit-text-stroke-color: rgba(255,114,88,1);
}
.title2 a{
	font-family: 'Raleway', 'Arial Black', cursive;
	color: rgba(255,114,88,1);
	  -webkit-text-fill-color: rgba(255,114,88,0); /* Will override color (regardless of order) */
	  -webkit-text-stroke-width: 1px;
	  -webkit-text-stroke-color: rgba(255,114,88,1);
	 text-decoration:none;
	font-size:2.5em;
	font-weight:800
}


.title h2 {
	font-family: 'Squada One', 'Arial Black', cursive;
	color:rgba(255,255,255,0.5);	
	text-transform:uppercase;
	font-size:3em;	
}

.title p {
	font-family: 'Raleway', 'Arial', sans-serif;
	color:rgba(255,255,255,0.9);	
	font-weight: 300
}
.wd-title h2{
    right:0;
	top:-100px;
	z-index:99;
}
.folio h1,.cv h1 {
	font-family: 'Squada One', 'Arial Black', cursive;
	color:#4F4F4F;	
	text-transform:uppercase;
	font-size:10em;
	-webkit-writing-mode : vertical-rl;
	-ms-writing-mode : tb-rl ; /* ancien IE */
	-ms-writing-mode : vertical-rl;
	writing-mode : vertical-rl; 
	transform: rotate(180deg);
	text-align:right;
	margin:0 !important;
	padding:0 !important;
}

.folio h1:after, .cv h1:after {
	content:".";
	display:inline-block;
	color:#FF7258;
}

.folio h2 {
	font-family: 'Squada One', 'Arial Black', cursive;
	color:#FF7258;
	text-transform:uppercase;
	font-size:14em;
	position:relative;
	display:block;
	width:100%;
	text-align:right;
	padding:0 !important;
	margin:0 0 -20px 0!important;
}


.cv h2 {
	font-family: 'Squada One', 'Arial Black', cursive;
	color:#FF7258;
	text-transform:uppercase;
	font-size:4em;
	position:relative;
	display:block;
	width:100%;
	text-align:left;
	padding:0 !important;
	margin:0 0 -20px 0!important;
}

.folio h3, .cv h3 {
	font-family: 'Squada One', 'Arial Black', cursive;
	color:rgba(0,0,0,0.50);
	text-transform:uppercase;
	font-size:1.5em;
	position:relative;
	display:block;
	width:100%;
	margin:10px 0;
	padding:0
}

.folio span, .cv span {
	font-family: 'Squada One', 'Arial Black', cursive;
	color:rgba(0,0,0,0.50);
	text-transform:uppercase;
	font-size:3em;
	position:relative;
	top:27px;
	display:block;
	width:100%;
	text-align:right;
	right:0px
}
.folio img, .cv img{
	border:solid 1px #efefef;
	margin-bottom:25px
}

.info-cv {
	color:rgba(0,0,0,0.30);
	font-size:0.8em;
	font-weight:bold
}

.point {
	color:#FF7258
}
.overline {
   	transition-property: background-color;
    transition-duration: 0.25s	
}
.overline:hover{
	background:#FF7258;
	display:inline-block;
	color:#fff;
	
}
.citation {
	color:rgba(255,114,88,1);
	font-size:0.8em;
	line-height:0.5em		
}
.citation footer {
	color:#efefef
}


/**NAV**/
nav a {
	color:#fff !important;
	font-weight: bold
}
nav a:hover {
	color:#FF7258 !important
}
nav ul{
	margin-top:-22px !important;
}
canvas {
  display: block;
  width: 100vw;
  height: 100vh;
}
.nav-button {
	margin-top:5px;
	color:#fff !important;
}



/**line**/

.lines {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
}
.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.5) 100%);
  overflow: hidden;
	z-index:0
}
.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: run 7s 0s infinite;
          animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.lines .line:nth-child(1) {
  margin-left: -35%;
}
.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.lines .line:nth-child(3) {
  margin-left: 35%;
}
.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

@-webkit-keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

/**line**/

.lines2 {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  margin: auto;
  width: 100%;
}
.lines2 .line2 {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.5) 100%);
  overflow: hidden;
	z-index:0
}
.lines2 .line2::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 15vh;
  left: -50%;
  top: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: run2 7s 0s infinite;
          animation: run2 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.lines2 .line2:nth-child(1) {
  margin-top: -25%;
}
.lines2 .line2:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.lines2 .line2:nth-child(3) {
  margin-top: 25%;
}
.lines2 .line2:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

@-webkit-keyframes run2 {
  0% {
    left: -50%;
  }
  100% {
    left: 100%;
  }
}

@keyframes run2 {
  0% {
    left: -50%;
  }
  100% {
    left: 100%;
  }
}

/**scrollbar**/

::-webkit-scrollbar {
     width: 5px;
     height: 5px;
 }
 ::-webkit-scrollbar-button {
     width: 0px;
     height: 0px;
 }
 ::-webkit-scrollbar-thumb {
     background: #FF7258;
     border: 31px none #FF7258;
     border-radius: 0px;
 }
 ::-webkit-scrollbar-thumb:hover {
     background:#A65040;
 }
 ::-webkit-scrollbar-thumb:active {
     background: #A65040;
 }
 ::-webkit-scrollbar-track {
     background: #282741;
     border: 0px solid #282741;
     border-radius: 0px;
 }
 ::-webkit-scrollbar-track:hover {
     background: #282741;
 }
 ::-webkit-scrollbar-track:active {
     background: #282741;
 }
 ::-webkit-scrollbar-corner {
     background: transparent;
 }


@media only screen and (max-width: 960px) {

	.title h1 {
	font-family: 'Squada One', 'Arial Black', cursive;
	color:#fff;	
	text-transform:uppercase;
	font-size:3.5em;	
	line-height: 0.8em		
}
	.title h2 {
	font-family: 'Squada One', 'Arial Black', cursive;
	color:rgba(255,255,255,0.5);	
	text-transform:uppercase;
	font-size:2em;	
}
	.title h1 span a {
		display:block;
		text-align:left
	}
	
	.title h1 span a:after {
	content: ""
}
	.title ul li {
	font-family: 'Squada One', 'Arial Black', cursive;
	color:#fff;	
	text-transform:uppercase;
	font-size:3.5em;	
	line-height: 1em;
	float:none
}
	.title ul li:after {
	content: ""
}
	.wd-title h2{
    display:none
}
	.citation {
	color:rgba(255,114,88,1);
	font-size:0.8em;
	line-height:1.2em		
}
	.wd-title {
		margin-top:-20px
	}
	.folio h1, .cv h1 {
	font-size:4em;
}
	.folio h2 {
	font-size:5em;
	text-align: left	
}
	.cv h1 {
	display:none;
}
	.cv h2 {
	font-size:2em;
}
		.cv h3 {
	font-size:1.4em;
}
	
	.folio h3 {
		margin-bottom:0px
	}
	.folio img {
		margin-bottom:10px
	}
	.contact h1{
		font-size:1.5em !important
	}
	 p {
		font-size:0.8em;
		
	}
	.contact p a {
		font-size:1.5em;
	}
	
}




