@font-face {
	font-family: Graphik;
	src: url(../fonts/resonate/Graphik-Regular.otf);
  }
  @font-face {
	font-family: Graphik-Semibold;
	src: url(../fonts/resonate/Graphik-Semibold.otf);
  }
  @font-face {
	font-family: Circular-Book;
	src: url(../fonts/lareclame/CircularStd-Book.otf);
  }
  @font-face {
	font-family: Circular-Medium;
	src: url(../fonts/lareclame/CircularStd-Medium.otf);
  }
  @font-face {
	font-family: Circular-Bold;
	src: url(../fonts/lareclame/CircularStd-Bold.otf);
  }
  @font-face {
	font-family: Circular-Black;
	src: url(../fonts/lareclame/CircularStd-Black.otf);
  }
  @font-face {
	font-family: Anonymous-Pro;
	src: url(../fonts/omc/AnonymousPro-Regular.ttf);
  }

  @font-face {
	font-family: 'Bahnschrift';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/omc/BAHNSCHRIFT 1.woff') format('woff');
	}




body { background: #e8e8e8; margin:0; font-family: "Karla"; cursor:none;
	user-select: none;}
.container { margin: 0 auto; }
a {
	color:white;
	text-decoration: none;
}
a:hover {
	cursor:none;
}
/* Example wrapper */
.wrap {
	position: relative;
	margin: 0;
}

.cursor {
	z-index: 999999999999;
    position:fixed;
    top:0;
    left:0;
	transition:stroke-dashoffset linear 1s;
	user-select: none;
	pointer-events: none;
	fill: url(#degradeCurseur);
	stroke: white;
	stroke-width: 2;
	stroke-dasharray: 120;
	stroke-dashoffset: 120;
	transform: rotate(270deg);
}
.cursor.lol {
    stroke-dashoffset: 55;
}

/* Frame */
.frame {
	height: 250px;
	overflow: hidden;
}
.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 50px;
}
.frame ul li {
	float: left;
	width: 227px;
	height: 100%;
	margin: 0 1px 0 0;
	padding: 0;
	background: #333;
	color: #ddd;
	text-align: center;

}
.frame ul li.active {
	color: #fff;
	background: #a03232;
}

/* Scrollbar */
.scrollbar {
	position:absolute;
	top:82;
	left:0;
	z-index: 50;
	height: 5px;
	line-height: 0;
	width:100vw;
}
.scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #fff;

}
.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}

/* Pages */
.pages {
	list-style: none;
	position:fixed;
	top:10%;
	margin:auto;
	text-align: center;
	z-index:50000;
	width:100vw;
	padding:0;
}
.pages li {
	display: inline-block;
	width: 14px;
	height: 4px;
	margin: 0 20px;
	text-indent: -999px;
	overflow: hidden;
	background: #FFFFFF33;
	transition: all .2s;
}
.pages li:hover {
	background: #eee;
}
.pages li.active {
	background: #fff;
}


.prev { 
	position:fixed;
	left:50px;
	top:50%;
	height:50px;
	width:50px;
	z-index:65405;
	border: solid white;
	border-width: 0 0 3px 3px;
	transform: rotate(45deg);
	background-color:transparent;
	cursor:none;
	outline:0;
}
.next { 
	position:fixed;
	right:50px;
	top:50%;
	height:50px;
	width:50px;
	z-index:65405;
	border: solid white;
	border-width:3px 3px 0 0;
	transform: rotate(45deg);
	background-color:transparent;
	cursor:none;
	outline:0;
}



.oneperframe { height: 100vh;width: 100vw; }
.oneperframe ul li { height: 100vh;width: 100vw; }
.oneperframe ul li.active { }
.oneperframe ul li.jpg {
	background: url(../img/jpg.jpg) no-repeat 50% 0!important;

}
.oneperframe ul li {

	display: flex;
	justify-content: flex-end;
	flex-direction: column;

}
header span{
	z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    border-bottom: 1px solid white;
    font-family: 'Josefin Sans', sans-serif;
    color: white;
    font-size: 3em;
    margin-top: 22px;
    font-weight: 100;
}

.oneperframe ul li .btn-projet {
	padding:5px 15px;
	border-top:1px solid white;
	letter-spacing: 1em;
	font-weight: 100;
	font-family: 'Josefin Sans';
	transition: all .4s;

}
.oneperframe ul li .btn-projet:hover {
	letter-spacing: initial;
	background-color:#ffffff33;
}
.oneperframe ul li .projet {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
	padding:1% 0;
	border-top: 1px solid white;
}

.oneperframe ul li .projet .projet-titre {
	text-transform: uppercase;
	margin:0;
	font-size: 2em;
	margin-left:1%;
}
.oneperframe ul li .projet .projet-titre span {
 	font-size: .4em;
}
.oneperframe ul li .projet .description {
	display: flex;
	flex-direction: column;
	margin-right:1%;
}
.oneperframe ul li .projet .description div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1;
	margin:5px 0px;
}
.oneperframe ul li .projet .description div .environment-title, .oneperframe ul li .projet .description div .creators-title {
	text-transform: uppercase;
	font-size: .2em;
	font-weight: 100;
	opacity: .7;
}
.oneperframe ul li .projet .description div .environment-content, .oneperframe ul li .projet .description div .creators-content {
	font-size: .5em;
}

.menu-fs {
	position:absolute;
	top:0;
	left:0vw;
	width:100vw;
	background-color:#000;
	color:white;
	height:100vh;
	z-index: 80;
	flex-direction: column;
	display: none;
}
.menu-fs nav {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width:100%;
	height:100%;
	font-size: 4em;
}
.menu-fs nav a {
	text-decoration: underline;
	margin:1% 0;
	color:white;
}
.menu-fs footer {
	width: 100%;
	text-align: center;
}
.hamburger {
	position: absolute;
	z-index: 50000;
	right:1%;
	font-size: 1.5em;
	z-index: 40040;
	color:white;
	top:22px;
}
.hamburger span {

}
.hamburger span:hover {
}
.hamburger span:after {
	content: '';
	position: absolute;
	bottom:0px;
	left:0;
	width:100%;
	height:1px;
	background-color: #fff;
}
.hamburger input {
	display: none;
}






.oneperframe ul li.a2job {
	background-image: url(../img/a2job.jpg)!important;
	background-size: cover;
}
.oneperframe ul li.resonate {
	background-image: url(../img/resonate.jpg)!important;
	background-size: cover;
}
.oneperframe ul li.maddyness {
	background-image: url(../img/maddyness.jpg)!important;
	background-size: cover;
}
.oneperframe ul li.omc {
	background-image: url(../img/omc.jpg)!important;
	background-size: cover;
}
.oneperframe ul li.lareclame {
	background-image: url(../img/lareclame.jpg)!important;
	background-size: cover;
}





/* PAGE PROJET */

.projet_jpg {
	width:100%;
	background: url(../img/jpg/fond.jpg) no-repeat 50% 0;
	height:100vh;
	background-size: cover;
	display:flex;
	justify-content: center;
	align-items: center;
	left:0;
	top:0;
	z-index:5000;
}
.projet_jpg.a2job {
	background: url(../img/a2job.jpg) no-repeat 50% 0;
}
.projet_jpg.omc {
	background: url(../img/omc.jpg) no-repeat 100% 0;
}
.projet_jpg.resonate {
	background: url(../img/resonate.jpg) no-repeat 100% 0;
}
.projet_jpg.lareclame {
	background: url(../img/lareclame.jpg) no-repeat 100% 0;
}
.projet_name {
	font-size: 3em;
	text-transform: lowercase;
	text-align: center;
	color:white;
}
.projet_name img {
	width:20vw;
}
.scroll-icon {
	position:absolute;
	bottom:20px;
}
.scroll-icon svg {
	text-align: center;
      margin: auto;
      width: 50px;
      height: 50px;
}
.scroll-icon svg .scroll-icon-path {
	-webkit-animation: scrolling 1s alternate infinite ease-in-out;
	animation: scrolling 1s alternate infinite ease-in-out;
}
.le_projet {
	display:flex;
	justify-content: center;
	flex-direction: column;
	position:relative;
	padding: 200px 20%;
	overflow: hidden;
}
.le_projet:after {
	content:'';
	position:absolute;
  	top:-46px;
	left:0;
	-webkit-text-stroke-color: var(--color-text);
	font-size: 5em;
	font-family:"Josefin Sans";
	-webkit-text-stroke-width:1px;
  color:transparent;
  width:100%;
  font-weight: 100;
}
.cg{
	display: flex;
	justify-content: center;
	flex-direction: column;

}
.couleurs {
	display:flex;
	height:250px;
	justify-content: center;
	padding:0 20%;
}
.couleur {
	display:flex;
	align-items:center;
	flex: 0 0 50%;
}
.couleur-1 {
	background-color:#000;
	color:#fff;
}
.couleur-2 {
	background-color:#fff;
	color:black;
}
.lareclame .couleur {
	flex: 0 0 20%
}
.lareclame .couleur-1 {
	background-color:#F5DF63;
	color:#000;
}
.lareclame .couleur-2 {
	background-color:#462DCB;
	color:#fff;
}
.lareclame .couleur-3 {
	background-color:#1FE3AE;
	color:#fff;
}
.lareclame .couleur-4 {
	background-color:#272727;
	color:#fff;
}
.lareclame .couleur-5 {
	background-color:#FAFAFA;
	color:black;
}
.a2job .couleur {
	flex: 0 0 33%
}
.a2job .couleur-1 {
	background-color:#D31D56;
	color:#fff;
}
.a2job .couleur-2 {
	background-color:#24BBBD;
	color:#fff;
}
.a2job .couleur-3 {
	background-color:#FDCE2F;
	color:#fff;
}
.omc .couleur {
	flex: 0 0 33%
}
.omc .couleur-1 {
	background-color:#fff;
	color:#000;
}
.omc .couleur-2 {
	background-color:#000;
	color:#fff;
}
.omc .couleur-3 {
	background-color:#FFC342;
	color:#fff;
}
.couleur-infos {
	display: flex;
	flex-direction:column;
	padding-top: 100px;
    margin-left: 50px;
}
.couleur-nom {
	font-weight: bold;
}
.couleur-hex {
	font-size:0.7em;
	opacity:.5;
}
.fonts {
	display:flex;
  line-height: 3em;
  padding: 200px 0px;
  position:relative;
  overflow: hidden;
  justify-content: center;
  text-align:center;
}
.fonts.fonts-autres {
	padding-top:0px;
}
.fonts:after {
  	content:'';
  	position:absolute;
	top:0px;
  	left:0;
  	-webkit-text-stroke-color: var(--color-text);
  	font-size: 5em;
  	font-family:"Karla";
  	-webkit-text-stroke-width:1px;
	color:transparent;
}

.jpg .font-1 {
	font-family: "Anonymous Pro";
	flex: 0 0 30%;
  	display: flex;
	flex-direction: column;
	justify-content: center;
}
.jpg .fonts div span:nth-child(1){
font-size: 4em;
}
.jpg .fonts div span:nth-child(2){
line-height: 1em;
}
.jpg .font-2 {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 100;
	font-style: italic;	
	font-size:1.45em;
	flex: 0 0 30%;
  	display: flex;
  	flex-direction: column;
}
.resonate .font-1 {
	font-family: "Graphik";
	flex: 0 0 30%;
  	display: flex;
	flex-direction: column;
	justify-content: center;
}
.resonate .font-2 {
	font-family: "Graphik-Semibold";
	font-weight: 100;
	flex: 0 0 30%;
  	display: flex;
  	flex-direction: column;
}
.resonate .fonts div span:nth-child(1){
font-size: 4em;
}
.resonate .fonts div span:nth-child(2){
line-height: 1.1em;
}
.lareclame .font-1 {
	font-family: "Circular-Book";
	flex: 0 0 30%;
  	display: flex;
	flex-direction: column;
	justify-content: center;
}
.lareclame .font-2 {
	font-family: "Circular-Medium";
	font-weight: 100;
	flex: 0 0 30%;
  	display: flex;
  	flex-direction: column;
}
.lareclame .font-3 {
	font-family: "Circular-Bold";
	font-weight: 100;
	flex: 0 0 30%;
  	display: flex;
  	flex-direction: column;
}
.lareclame .font-4 {
	font-family: "Circular-Black";
	font-weight: 100;
	flex: 0 0 30%;
  	display: flex;
  	flex-direction: column;
}
.a2job .font-1 {
	font-family: "Open Sans";
	font-weight:400;
	flex: 0 0 30%;
  	display: flex;
	flex-direction: column;
	justify-content: center;
}
.a2job .font-2 {
	font-family: "Open Sans";
	font-weight: 700;
	flex: 0 0 30%;
  	display: flex;
	flex-direction: column;
	justify-content: center;
}
.a2job .fonts div span:nth-child(1){
font-size: 4em;
}
.a2job .fonts div span:nth-child(2){
	margin-top:10px;
line-height: 1.2em;
}
.omc .font-1 {
	font-family: "Bahnschrift";
	flex: 0 0 30%;
  	display: flex;
	flex-direction: column;
	justify-content: center;
}
.omc .font-2 {
	font-family: "Anonymous-Pro";
	flex: 0 0 30%;
  	display: flex;
	flex-direction: column;
	justify-content: center;
}
.omc .fonts div span:nth-child(1){
font-size: 4em;
}
.omc .fonts div span:nth-child(2){
	margin-top:10px;
line-height: 1.2em;
}
.maquettes {
	display:flex;
	width:100%;
	justify-content: flex-start;
	align-items: flex-start;
}
.lareclame .fonts div span:nth-child(1){
	font-size: 4em;
	}
.lareclame .fonts div span:nth-child(2){
	line-height: 1em;
	}
.maquette {
	width:50%;
  background-color:var(--color-bg);
  display:flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 50px 0px;
}
.maquette-desktop {
	width:80%;
  margin: auto;
  display: flex;
  border-radius: 30px;
  margin-bottom: 10vh;

}
.maquette-mobile {
	width:50%;
	border-radius: 30px;
	display: flex;
	margin:auto;
	margin-bottom: 10vh;
}
.le_projet {
	display:flex;
	justify-content: center;
	flex-direction: column;
	position:relative;
	padding: 200px 20%;
	overflow: hidden;
	font-size: 2em;
}
.le_projet:after {
	content:'';
	position:absolute;
  	top:-46px;
	left:0;
	-webkit-text-stroke-color: var(--color-text);
	font-size: 5em;
	font-family:"Karla";
	-webkit-text-stroke-width:1px;
  color:transparent;
  width:100%;
} 
.quit {
	position:fixed;
	top:50px;
	left:50px;
	height:50px;
	width:50px;
	color:var(--color-text);
	z-index:5001;
	text-decoration: underline;
}
.lien-texte {
	color:#000;
	text-decoration: underline;
}

/* Mobile */
@media screen and (max-width:968px) {
	.oneperframe ul li .projet {
	flex-direction: column;
	}
	.oneperframe ul li .projet .projet-titre {
		font-size: 1em;
	}
	.oneperframe ul li .projet .description div .creators-title {
		font-size: .3em;
	}
	content, .oneperframe ul li .projet .description div .creators-content {
		font-size: .6em;
	}
	header span {
		height: 58px;
		font-size: 2em;
	}
	.hamburger {
		top:13px;
	}
	.oneperframe ul li {
		justify-content: flex-start;
		flex-direction: column-reverse;
	}
	.oneperframe ul li .btn-projet {
		letter-spacing: initial;
	}
	.couleurs {
		flex-direction:column;
		height:auto;
	}
	.couleur {
		flex: 0 0 100%!important;
	}
	.couleur-infos {
		padding-bottom: 20px;
	}
	.le_projet {
		padding: 50px 5%;
	}
	.maquettes {
		flex-direction: column;
	}
	.maquette {
		width: 100%;
	}
	.maquette-mobile {
		width:80%;
	}
}




@-webkit-keyframes scrolling {
	0% {
	  -webkit-transform: translate(0px, 0px);
	  transform: translate(0px, 0px);
	}

	100% {
	  -webkit-transform: translate(0px, 80px);
	  transform: translate(0px, 80px);
	}
  }

  @keyframes scrolling {
	0% {
	  -webkit-transform: translate(0px, 0px);
	  transform: translate(0px, 0px);
	}

	100% {
	  -webkit-transform: translate(0px, 80px);
	  transform: translate(0px, 80px);
	}
  }