/*Global-home*/
body{
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
  color: #151515;
}
li{
	line-height: 1.4;
	letter-spacing: -0.4px;
}
a{
	text-decoration: underline;
	color: #151515;
  font-weight: bold;
}
a:hover{
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #0336FF; 
  color: #0336FF;
}

/*Texte mobile*/
p{
	line-height: 1.4;
	letter-spacing: -0.4px;
  margin: 30px 0;
}
.text--footer{
	font-weight: bold;
	margin: 25px 0;
	font-size: 20px;
}

/*Section*/
.section{
  margin: 40px 20px;
}
.section:first-child{
  margin-bottom: 0;
}
.section--dark{
  margin: 0;
  background-color: rgba(200,200,200,0.2);
  padding: 40px 20px 40px 20px;
}
.section--question{
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: none;
}
.section--resultat{
  margin: 50px 20px 70px 20px;
}

.header {
  background-color: black;
  height: 100vh;
  width: 100vw;
  vertical-align: middle;
  display: table-cell;
}

/*Titre Mobile*/
.title{
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	letter-spacing: -0.010em;
	font-weight: 700;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 30px;
}
.title--modif{
	color: white;
  background-color: #0336FF;
  padding: 0px 5px;
  display: inline-block;
}
.title--header{
  color: white;
	font-size: 70px;
	font-weight: bold;
	margin: 0;
	margin-left: 60px;
  z-index: 50;
  position: relative;
}
.title--header:before{
  content: "";
  background-color: #0336FF;
  width: 316px;
  height: 60px;
  display: block;
  position: absolute;
  z-index: -1;
  left: -60px;
}
.title--casestudy{
  font-size: 50px;
}
.title--casestudy:before{
  width: 321px;
  height: 44px;
}
.title--small{
	font-size: 25px;
	margin-top: 0px;
}
.title--graphique{
	font-size: 25px;
	margin: 100px 20px 20px 0px;
}
.title--question{
  font-size: 40px;
  margin: 40px 20px 40px 20px;
  text-align: center;
  width: 90%;
}
.title--resultat{
  margin-top: 40px;
}
.title--index{
  margin-left: 0;
  margin-bottom: 30px;
}
.title--index:before{
  width: 321px;
  height: 65px;
}
.title--index span{
  color: #151515;
}

/*Div*/
.div--blue{
  background-color: #0336FF;
  position: relative;
  left: -20px;
  width: 100%;
  padding: 20px;
  padding-bottom: 0;
  color: white;
}
.div--blue .img{
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
  margin: 0;
}
.div--blue p{
  padding: 30px;
}
.divconso{
  margin: 20px auto 40px auto;
}
.divalternative{
  margin: 20px auto 40px auto;
}
.divreaction{
  margin: 20px auto 40px auto;
}
.divconclusion{
  margin: 20px auto 40px auto;
}

/*List*/
.list{
	list-style: none;
  padding-left: 10px;
  margin: 40px 10px;
}
.list__el{
	margin-bottom: 20px;
}
.list--logo{
  padding-left: 65px;
}
.list__ellogo{
    margin-bottom: 30px;
}
.list__ellogo:before{
	content: "";
	display: inline-block;
	position: absolute;
  width: 35px;
  background-color: transparent;
  border: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 35px;
  left: 25px;
  margin-top: 5px;
  margin-right: -35px;
}
.list__ellogo--intensite:before{	
   background-image: url(images/intensite.svg);
}
.list__ellogo--brain:before{
    background-image: url(images/brain.svg);
}
.list__ellogo--skill:before{
    background-image: url(images/skill.svg);   
}
.list__ellogo--stop:before{
    background-image: url(images/stop.svg);
}
.list__ellogo--angry:before{
    background-image: url(images/angry.svg);    
}
.list__ellogo--forgot:before{
    background-image: url(images/forgot.svg);    
}
.list__ellogo--vr:before{
    background-image: url(images/vr.svg);    
}
.list__ellogo--comportement:before{
    background-image: url(images/comportement.svg);
}
.list__ellogo--ear:before{
    background-image: url(images/ear.svg);
}
.list__ellogo--streaming:before{
  background-image: url(images/netflix.svg);
}
.list__ellogo--youtube:before{
  background-image: url(images/youtube.svg);
}
.list__ellogo--jeux:before{
  background-image: url(images/joystick.svg);
}
.list__ellogo--achat:before{
  background-image: url(images/purchase.svg);
}
.list__ellogo--communication:before{
  background-image: url(images/computer.svg);
}
.list__ellogo--navigation:before{
  background-image: url(images/www.svg);
}
.list__ellogo--boulot:before{
  background-image: url(images/work.svg);
}
.list__el--footer{
  margin: 20px 10px;
  font-weight: lighter;
}
.list__el--footer a{
  color: white;
}
.list--question{
  width: 70%;
  display: block;
  padding: 0;
  margin: 0 auto; 
  text-align: center;
  list-style: none;
}  
.list--question2{
  text-align: left;
}
.list__el--question{
  padding: 10px 10px;
  border: 1px solid transparent;
  cursor: pointer;
  margin-bottom: 10px;
  background-color: white;
  border-radius: 5px;
  border-bottom: 1px solid rgb(180,180,180);
}
.list__el--question:hover{
  border: 1px solid #0336FF;
}
.list--index{
  margin: 50px 5px;
  display: flex;
  flex-direction: column;
}
.list__el--index{
  font-size: 18px;
  padding-left: 50px;
  margin-bottom: 30px;
  position: relative;
}
.list__el--index a:hover{
  color: white;
  transition: 0.3s ease;
}
.list__el--index a:before{
  content: "";
  display: block;
  width: 15px;
  height: 25px;
  background-color: #0336FF;
  position: absolute;
  left: 30px;
  z-index: -1;
  transition: 0.5s ease;
}
.list__el--index a:hover:before{
  width: 180px;
}
.list__el--index a:hover{
  font-weight: 400;
  text-decoration: none;
}

/*image*/
.img{
  width: 95%;
  margin: 50px auto;
  display: block;
}
.img--vertical{
  width: 60%;
}
.img--testdesign{
  border: 1px solid white;
}
.img--youtube:hover{
  transform: scale(1.1);
}


/*Bouton*/
.btn{
  position: relative;
  margin: 40px auto 0 auto;
  padding: 19px 22px;
  transition: all 0.2s ease;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: #0336FF;
  width: 40px;
  height: 40px;
  border: 4px solid #0336FF;
  transition: all 0.3s ease;
}
.btn span{
  position: relative;
  font-size: 15px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #151515;
  top: -4px;
  width: 100%;
  margin-left: 8px;
}
.btn:hover:before {
  width: 100%;
  border: 4px solid;
  border-color: #0336FF;
  background-color: transparent;
}
.btnflex{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
}
.btn--first{
  margin: 40px;
  float: right;
}
  /*Test*/
.btn--next span{
  color: rgba(230,230,230,0.9);
  font-weight: bold;
  top: -6px;
}
.btn--next:before{
  width: 100%;
  border: 2px solid #0A217E;
  background-color: #0A217E;
}
.btn--next:hover:before{
  width: 100%;
  border: 2px solid #0A217E;
  background-color: #0A217E;
}
.btn--next:hover span{
  color: white;
}
.btn--before span{
  color: black;
}
.btn--before:before{
  background-color: transparent;
  width: 100%;
  border: 4px solid #0A217E;
}
.btn--before:hover:before{
  background-color: #0A217E;
  width: 100%;
  border: 4px solid #0A217E;
}
.btn--before:hover span{
  color: white;
}

.nonterminer:before {
  background: rgba(123,29,29,0.7);
  border: 4px solid rgba(123,29,29,0);
}

.glitched {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	width: 100%;
	z-index: 100;
  background-image: url(http://api.thumbr.it/whitenoise-361x370.png?background=000000ff&noise=ffffff&density=61&opacity=20);
  -moz-animation: noise 0.2s 1;
  -webkit-animation: noise 0.2s 1;
 	 animation: noise 0.3s 1;
}
/*TEST*/
.body--question{
  background-color: rgba(200,200,200,0.5);
}
.loading{
	display: block;
	margin: 40px auto;
  width: 70%;
  border: 1px solid black;
 	height: 20px;
 	border-radius: 100px;
}
.loading__bar{
	background-color: #0336FF;
  width: 15%;
 	height: 20px;
 	border-radius: 100px;
}
.loading__bar2{
  	width: 21.5%;
}
.loading__bar3{
  	width: 28%;
}
.loading__bar4{
  	width: 34.5%;
}
.loading__bar5{
  	width: 41%;
}
.loading__bar6{
  	width: 47.5%;
}
.loading__bar7{
  	width: 54%;
}
.loading__bar8{
  	width: 60.5%;
}
.loading__bar9{
  	width: 67%;
}
.loading__bar10{
  	width: 73.5%;
}
.loading__bar11{
  	width: 80%;
}
.loading__bar12{
  	width: 86.5%;
}
.loading__bar13{
  	width: 94%;
}
.loading__bar14{
  	width: 100%;
}
.selected{
  background-color: #0336FF;
  color: white;
  border-bottom: 1px solid #0336FF;
}
.selected--multiple{
	background-color: #0336FF;
  color: white;
  border-bottom: 1px solid #0336FF;
}
.hidden{
	display: none;
}
#resultat{
	display: none;
}
body[data-page="question1"] #question1 {
    display: block;
}
body[data-page="question2"] #question2 {
	display: block;
}
body[data-page="question3"] #question3 {
	display: block;
}
body[data-page="question4"] #question4 {
	display: block;
}
body[data-page="question5"] #question5 {
	display: block;
}
body[data-page="question6"] #question6 {
	display: block;
}
body[data-page="question7"] #question7 {
	display: block;
}
body[data-page="question8"] #question8 {
	display: block;
}
body[data-page="question9"] #question9 {
	display: block;
}
body[data-page="question10"] #question10 {
	display: block;
}
body[data-page="question11"] #question11 {
	display: block;
}
body[data-page="question12"] #question12 {
	display: block;
}
body[data-page="question13"] #question13 {
	display: block;
}
body[data-page="question14"] #question14 {
	display: block;
}
body[data-page="resultat"] #resultat {
	display: block;
}

/*Graphique*/
.vue-chart-pie {
  width: 50%;
}
.vue-chart-pie path {
  stroke: white;
  stroke-width: 0;
  opacity: 1;
}
.graphpie{
	width: 90%;
	margin: 20px auto 10px auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.yourlegend{
  text-align: right;
  margin: 10px 30px 20px auto
}
.legendcolor{
	width: 30%;
	padding: 0;
	padding-left: 50px;
	list-style: none;
	position: relative;
}
.legendcolor__el{
	margin: 10px auto;
}
.legendcolor__el:before{
	content: "";
	width: 30px;
	height: 10px;
	display: block;
	position: absolute;
	left: 0px;
	margin: 8px;
}
.legendcolor__el--bleu:before{
	background-color: #0336FF;
}
.legendcolor__el--bleufonce:before{
	background-color: #0A217E;
}
.legendcolor__el--mauve:before{
	background-color: #6C70F5;
}
.legendcolor__el--jaune:before{
	background-color: #F3D326;
}
.legendcolor__el--saumon:before{
	background-color: #E5D6AD;
}
.graphpie .vue-chart-pie path:nth-of-type(1) {
  fill: #0336FF;
  opacity: 0.8;
  transform: scale(0.9);
}
.graphpie .vue-chart-pie path:nth-of-type(1):hover {
  opacity: 1;
  transform: scale(1);
}
.graphpie .vue-chart-pie path:nth-of-type(2) {
  fill: #0A217E;
  opacity: 0.8;
  transform: scale(0.9);
}
.graphpie .vue-chart-pie path:nth-of-type(2):hover {
  opacity: 1;
  transform: scale(1);
}
.graphpie .vue-chart-pie path:nth-of-type(3) {
  fill: #6C70F5;
  opacity: 0.8;
  transform: scale(0.9);
}
.graphpie .vue-chart-pie path:nth-of-type(3):hover {
  opacity: 1;
  transform: scale(1);
}
.graphpie .vue-chart-pie path:nth-of-type(4) {
  fill: #F3D326;
  opacity: 0.8;
  transform: scale(0.9);
}
.graphpie .vue-chart-pie path:nth-of-type(4):hover {
  opacity: 1;
  transform: scale(1);
}
.graphpie .vue-chart-pie path:nth-of-type(5) {
  fill: #E5D3AD;
  opacity: 0.8;
  transform: scale(0.9);
}
.graphpie .vue-chart-pie path:nth-of-type(5):hover {
  opacity: 1;
  transform: scale(1);
}
.bloc{
	display: none;
	color: #151515;
	position: absolute;
  background-color: white;
}
.bloc h3{
  margin: 0;
}
.bar{
	list-style: none;
	padding-left: 0;
	margin-left: 40%;
	border-left: 2px solid black;
	height: 325px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bar__el{
	margin: 0px 20px 20px 0;
	background-color: #0336FF;
	font-size: 16px;
}
.bar__el:last-child{
	margin-bottom: 0;
}
.bar__el span{
	position: relative;
	right: 151px;
	display: block;
	width: 121px;
	text-align: right;
	margin-left: 20px;
	font-size: 16px;
	color: #151515;
}
.bar--redac{
	width: 70%;
}
.bar--orga{
	width: 55%;
}
.bar--recherche{
	width: 35%;
}	
.bar--plateforme{
	width: 30%;
}
.bar--communication{
	width: 70%;
}
.bar--montage{
	width: 15%;
}
.bar--progra{
	width: 20%;
}
.bar--autres{
	width: 65%;
}
.bar--streaming{
	width: 63.6%;
}
.bar--youtube{
	width: 81.8%;
}
.bar--jeux{
	width: 59.1%;
}	
.bar--achat{
	width: 68.2%;
}
.bar--reseau{
	width: 72.7%;
}
.bar--communication{
	width: 72.7%;
}
.bar--navigation{
	width: 72.7%;
}
.bar--travail{
	width: 4.5%;
}
.bar--photo{
	width: 4.5%;
}
.exemplecolor--orange{
	color: #FF763B;
}

/*INDEX*/
.body--index{
  margin: 50px 20px;
}

/*Footer*/
.footer{
  background-color: black;
  color: white;
  margin: 0;
  padding: 20px;
}
.footer .list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
}
.keywords{
  color: #0336FF;
}

@media (min-width: 700px){
	body{
		font-size: 18px;
	}
  /*Section ipad*/
  .section{
    margin: 70px 40px;
  }
  .section--dark{
    margin: 0;
    padding: 80px 40px 20px 40px;
  }
  .section--question{
    margin: 80px 80px;
  }
  .section--resultat{
    margin: 100px 40px 100px 40px;
  }

  /*Title ipad*/
  .title{
    font-size: 50px;
    margin-bottom: 40px;
  }
	.title--header{
		font-size: 90px;
	}
  .title--header:before{
    width: 389px;
    height: 70px;
    top: 9px;
  }
  .title--small {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .title--graphique{
    font-size: 40px;
    margin: 60px 40px 40px 40px;
  }

  /*Div ipad*/
  .div--blue{
    left: -40px;
    padding: 0 40px;
  }
  .div--blue p{
    margin: 0;
    padding: 0;
  }
  .div--flex{
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .div--blue .img{
    margin: 0;
    width: 60%;
    left: 40px;
  }
  .divconso{
    margin-bottom: 50px;
  }
  .divalternative{
    margin-bottom: 50px;
  }
  .divreaction{
    margin-bottom: 50px;
  }
  .divconclusion{
    margin-bottom: 50px;
  }

  /*List ipad*/
  .list{
    width: 70%;
    padding-left: 0px;
    display: block;
    margin: 50px auto;
  }
  .list__el{
    margin-bottom: 20px;
  }
  .list--logo{
    padding-left: 100px;
    display: block;
    margin: 20px auto
  }
  .list__ellogo{
    margin: 30px auto
  }
  .list__ellogo:before{
    left: 130px;
  } 
  .list__el--activite:before{
    width: 35px;
    height: 35px;
    left: 15%;
  }
      /*INDEX*/
  .list__el--index{
    font-size: 20px;
  }
  .list--index{
    padding-left: 100px;
    margin-top: 100px;
  }

  /*Image ipad*/
  .img{
    width: 70%;
    margin: 50px auto;
  }
  .img--vertical{
    width: 50%;
  }

	/*Button ipad*/
  .btn{
    margin: 60px auto 40px auto;
  }
  .btn span{
    font-size: 20px;
  }

  /*Text ipad*/
	p{
		width: 80%;
		display: block;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.text--center{
		width: 80%;
		display: block;
		margin: 50px auto;
	}

  /*Footer ipad*/
  .footer{
    padding: 40px;
  }
  footer .list{
    width: 60%;
  }

  /*Graphique ipad*/
	.vue-chart-pie{
		width: 40%;
	}
  .legendcolor{
    width: 20%;
  }
	.legendcolor_el{
		font-size: 20px;
	}
	.legendcolor__el:before{
		width: 40px;
		height: 15px;
		left: -17px;
		margin: 8px;
	}
  .yourlegend{
    margin-right: 100px; 
  }
	.bar{
		margin-left: 30%;
		height: 340px;
	}
	.bar span{
		font-size: 18px;
		width: 140px;
		margin-left: -10px;
	}
	.graphpie{
		margin: 40px auto 20px auto;
	}
	.hidden{
		display: none;
	}
}

@media (min-width: 1000px){  
  p{
    width: 60%;
  }
  .img--vertical{
    width: 30%;
  }
  .list--index{
    display: flex;
    padding-left: 0;
    margin-top: 150px;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .list__el--index{
    width: 200px;
  }
  .list__el--index a:hover:before{
    width: 200px;
  }
  .divipad--flex{
    display: flex;
    align-items: center;
  }
}
@media(min-width: 1300px){
	body{
		font-size: 20px;
	}
  /*Section*/
	.section{
		margin: 100px 250px;
	}
  .section--dark{
    margin: 0;
    padding: 100px 250px 80px 250px;
  }
  .section--question{
    margin: 100px 20%;
  }
  .section--resultat{
    margin: 100px 250px 100px 250px;
    padding: 60px 30px;
  }

  /*Title desktop*/
	.title{
		font-size: 55px;
		margin-bottom: 60px;
	}
	.title--header{
		font-size: 120px;
    margin-left: 200px;
	}
  .title--header:before{
    width: 638px;
    height: 113px;
    top: 5px;
    left: -200px;
  }
	.title--small{
		font-size: 25px;
    width: 600px;
	}
  .title--question{
    font-size: 60px;
    width: 800px;
    margin: 50px auto;
  }
  .title--graphique{
    font-size: 35px;
    margin-top: 150px;
  }
  .title--index + .title{
    margin-left: 200px;
  }
  .title--index:before{
    width: 667px;
    left: -220px;
  }
  .title--resultat{
    font-size: 82px;
  }

  /*List desktop*/
  .list{
    width: 70%;
  }
	.list--flex{
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 60px;
    flex-wrap: wrap;
	}
	.list__el{
		width: 45%;
    margin-bottom: 40px;
	}
	.list--logo{
		width: 100%;
 		margin-bottom: 40px;
 		position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
	}
	.list__ellogo{
		width: 21%;
    margin: 40px;		
	}
	.list__ellogo:before{
		width: 120px;
		height: 120px;
		margin-bottom: 60px;
		left: calc(50% - 60px);
    position: relative;
    margin-right: -120px;
	}
  .list__ellogo--bigger{
    width: 40%;
  }
	.list--particulier{
		padding-left: 60px;
		margin: 20px 40px;
	}
	.list--particulier .list__el{
		margin: 0px 0px 40px 0px;
	}
  .desktopflex .list{
    width: 30%;
    padding-left: 50px;
  }
  .desktopflex .list .list__el{
    width: 70%;
  }
  .list--question{
    width: 500px;
  }
  .list__el--question{
    padding: 10px 20px;
    margin-bottom: 15px;
  }
    /*Index*/
  .list--index{
    width: 1100px;
  }
  .list__el--index{
    font-size: 25px;
    margin: 30px 0;
    width: 460px;
  }
  .list__el--index a{
    text-decoration: none;
  }
  .list__el--index a:before{
    height: 30px;
    left: 20px;
    top: 4px;
  }
  .list__el--index a:hover:before{
    width: 260px;
  }

  /*Div desktop*/
  .div--flex{
    justify-content: space-between;
  }
  .div--blue{
    left: -250px;
    width: calc(100% + 250px);
    padding: 0;
  }
  .div--blue p{
    margin-left: 250px;
    width: 40%;
  }
  .div--blue .img{
    width: 35%;
    left: 0;
  }
  .divipad--flex{
    justify-content: space-between;
  }
  .divipad--flex a{
    width: 45%;
  }
  .divconso{
    margin-bottom: 100px;
  }
  .divalternative{
    margin-bottom: 100px;
  }
  .divreaction{
    margin-bottom: 100px;
  }
  .divconclusion{
    margin-bottom: 100px;
  }

  /*Image desktop*/
	.img{
		width: 80%;
		margin: 70px auto;
    display: block;
	}
	.img--vertical{
		width: 300px;
	}
	.img--vertical--casestudy{
		width: 400px;
	}
  .desktopflex--img{
    flex-direction: row-reverse;
    align-items: center;
  }
  .desktopflex--img .img{
    width: 40%;
  }

  /*Text*/
	p{
		width: 530px;
		margin: 0 0 50px 0;
	}
	.text--center{
		margin: 0;
    width: 55%;
	}
	.text--footer{
		width: 300px;
	}

  /*Button desktop*/
  .btn span{
    font-size: 25px;
    top: -4px;
  }
  .btn--next span{
    color: rgba(230,230,230,0.9);
    font-weight: bold;
    font-size: 20px;
    top: -6px;
  }
  .btn--next:hover span{
    color: white;
  }
  .btn--before span{
    color: black;
    top: -4px;
    font-size: 20px;
  }
  .btn--before:before{
    background-color: transparent;
  }
  .btn--before:hover:before{
    background-color: #0A217E;
  }
  .loading{
    width: 500px;
  }


/*Graphique desktop*/
	.graphpie{
		margin: 50px auto 30px auto;
	}
  .yourlegend{
    margin-right: 200px;
  }
	.vue-chart-pie{
		width: 30%;
	}

  .desktopflex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
  }
  .desktopflex p{
    width: 45%;
  }
}

/*Animation*/ 
/*https://codepen.io/alexpivtorak/pen/GgZYbL*/
@-moz-keyframes glitch {
  0% {
    -moz-transform: skew(72deg);
    transform: skew(72deg);
  }
  5.55556% {
    -moz-transform: skew(-13deg);
    transform: skew(-13deg);
  }
  11.11111% {
    -moz-transform: skew(-56deg);
    transform: skew(-56deg);
  }
  16.66667% {
    -moz-transform: skew(-59deg);
    transform: skew(-59deg);
  }
  22.22222% {
    -moz-transform: skew(-71deg);
    transform: skew(-71deg);
  }
  27.77778% {
    -moz-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  33.33333% {
    -moz-transform: skew(29deg);
    transform: skew(29deg);
  }
  38.88889% {
    -moz-transform: skew(-13deg);
    transform: skew(-13deg);
  }
  44.44444% {
    -moz-transform: skew(-64deg);
    transform: skew(-64deg);
  }
  50% {
    -moz-transform: skew(71deg);
    transform: skew(71deg);
  }
  55.55556% {
    -moz-transform: skew(78deg);
    transform: skew(78deg);
  }
  61.11111% {
    -moz-transform: skew(-61deg);
    transform: skew(-61deg);
  }
  66.66667% {
    -moz-transform: skew(21deg);
    transform: skew(21deg);
  }
  72.22222% {
    -moz-transform: skew(65deg);
    transform: skew(65deg);
  }
  77.77778% {
    -moz-transform: skew(7deg);
    transform: skew(7deg);
  }
  83.33333% {
    -moz-transform: skew(-27deg);
    transform: skew(-27deg);
  }
  88.88889% {
    -moz-transform: skew(38deg);
    transform: skew(38deg);
  }
  94.44444% {
    -moz-transform: skew(-33deg);
    transform: skew(-33deg);
  }
}
@-webkit-keyframes glitch {
  0% {
    -webkit-transform: skew(-64deg);
    transform: skew(-64deg);
  }
  5.55556% {
    -webkit-transform: skew(56deg);
    transform: skew(56deg);
  }
  11.11111% {
    -webkit-transform: skew(58deg);
    transform: skew(58deg);
  }
  16.66667% {
    -webkit-transform: skew(24deg);
    transform: skew(24deg);
  }
  22.22222% {
    -webkit-transform: skew(-33deg);
    transform: skew(-33deg);
  }
  27.77778% {
    -webkit-transform: skew(-73deg);
    transform: skew(-73deg);
  }
  33.33333% {
    -webkit-transform: skew(-36deg);
    transform: skew(-36deg);
  }
  38.88889% {
    -webkit-transform: skew(60deg);
    transform: skew(60deg);
  }
  44.44444% {
    -webkit-transform: skew(49deg);
    transform: skew(49deg);
  }
  50% {
    -webkit-transform: skew(-59deg);
    transform: skew(-59deg);
  }
  55.55556% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  61.11111% {
    -webkit-transform: skew(73deg);
    transform: skew(73deg);
  }
  66.66667% {
    -webkit-transform: skew(-54deg);
    transform: skew(-54deg);
  }
  72.22222% {
    -webkit-transform: skew(-43deg);
    transform: skew(-43deg);
  }
  77.77778% {
    -webkit-transform: skew(73deg);
    transform: skew(73deg);
  }
  83.33333% {
    -webkit-transform: skew(-33deg);
    transform: skew(-33deg);
  }
  88.88889% {
    -webkit-transform: skew(42deg);
    transform: skew(42deg);
  }
  94.44444% {
    -webkit-transform: skew(-53deg);
    transform: skew(-53deg);
  }
}
@keyframes glitch {
  0% {
    -moz-transform: skew(10deg);
    -ms-transform: skew(10deg);
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  5.55556% {
    -moz-transform: skew(-19deg);
    -ms-transform: skew(-19deg);
    -webkit-transform: skew(-19deg);
    transform: skew(-19deg);
  }
  11.11111% {
    -moz-transform: skew(-68deg);
    -ms-transform: skew(-68deg);
    -webkit-transform: skew(-68deg);
    transform: skew(-68deg);
  }
  16.66667% {
    -moz-transform: skew(-36deg);
    -ms-transform: skew(-36deg);
    -webkit-transform: skew(-36deg);
    transform: skew(-36deg);
  }
  22.22222% {
    -moz-transform: skew(-65deg);
    -ms-transform: skew(-65deg);
    -webkit-transform: skew(-65deg);
    transform: skew(-65deg);
  }
  27.77778% {
    -moz-transform: skew(58deg);
    -ms-transform: skew(58deg);
    -webkit-transform: skew(58deg);
    transform: skew(58deg);
  }
  33.33333% {
    -moz-transform: skew(15deg);
    -ms-transform: skew(15deg);
    -webkit-transform: skew(15deg);
    transform: skew(15deg);
  }
  38.88889% {
    -moz-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  44.44444% {
    -moz-transform: skew(-68deg);
    -ms-transform: skew(-68deg);
    -webkit-transform: skew(-68deg);
    transform: skew(-68deg);
  }
  50% {
    -moz-transform: skew(-52deg);
    -ms-transform: skew(-52deg);
    -webkit-transform: skew(-52deg);
    transform: skew(-52deg);
  }
  55.55556% {
    -moz-transform: skew(44deg);
    -ms-transform: skew(44deg);
    -webkit-transform: skew(44deg);
    transform: skew(44deg);
  }
  61.11111% {
    -moz-transform: skew(-79deg);
    -ms-transform: skew(-79deg);
    -webkit-transform: skew(-79deg);
    transform: skew(-79deg);
  }
  66.66667% {
    -moz-transform: skew(-49deg);
    -ms-transform: skew(-49deg);
    -webkit-transform: skew(-49deg);
    transform: skew(-49deg);
  }
  72.22222% {
    -moz-transform: skew(-48deg);
    -ms-transform: skew(-48deg);
    -webkit-transform: skew(-48deg);
    transform: skew(-48deg);
  }
  77.77778% {
    -moz-transform: skew(-23deg);
    -ms-transform: skew(-23deg);
    -webkit-transform: skew(-23deg);
    transform: skew(-23deg);
  }
  83.33333% {
    -moz-transform: skew(33deg);
    -ms-transform: skew(33deg);
    -webkit-transform: skew(33deg);
    transform: skew(33deg);
  }
  88.88889% {
    -moz-transform: skew(-19deg);
    -ms-transform: skew(-19deg);
    -webkit-transform: skew(-19deg);
    transform: skew(-19deg);
  }
  94.44444% {
    -moz-transform: skew(35deg);
    -ms-transform: skew(35deg);
    -webkit-transform: skew(35deg);
    transform: skew(35deg);
  }
}
@-moz-keyframes noise {
  0% {
    background-position: 41px 77px;
  }
  10% {
    background-position: 85px 3px;
  }
  20% {
    background-position: -89px 19px;
  }
  30% {
    background-position: -12px -90px;
  }
  40% {
    background-position: 33px 84px;
  }
  50% {
    background-position: 2px -52px;
  }
  60% {
    background-position: 85px -98px;
  }
  70% {
    background-position: 7px 49px;
  }
  80% {
    background-position: 8px -95px;
  }
  90% {
    background-position: -87px -41px;
  }
}
@-webkit-keyframes noise {
  0% {
    background-position: -88px 26px;
  }
  10% {
    background-position: -89px -98px;
  }
  20% {
    background-position: -70px 92px;
  }
  30% {
    background-position: -12px -67px;
  }
  40% {
    background-position: 54px -51px;
  }
  50% {
    background-position: 86px -84px;
  }
  60% {
    background-position: 24px -98px;
  }
  70% {
    background-position: 83px 20px;
  }
  80% {
    background-position: -53px 28px;
  }
  90% {
    background-position: 84px 16px;
  }
}
@keyframes noise {
  0% {
    background-position: -96px -45px;
  }
  10% {
    background-position: 47px 25px;
  }
  20% {
    background-position: 87px 68px;
  }
  30% {
    background-position: -73px 38px;
  }
  40% {
    background-position: -40px 48px;
  }
  50% {
    background-position: -6px 82px;
  }
  60% {
    background-position: 24px 17px;
  }
  70% {
    background-position: 79px 33px;
  }
  80% {
    background-position: 25px 50px;
  }
  90% {
    background-position: -14px 13px;
  }
}
@-moz-keyframes bar {
  0% {
    height: 277px;
    top: 51%;
    opacity: 0.36;
  }
  10% {
    height: 69px;
    top: 100%;
    opacity: 0.69;
  }
  20% {
    height: 612px;
    top: 26%;
    opacity: 0.51;
  }
  30% {
    height: 92px;
    top: 23%;
    opacity: 0.03;
  }
  40% {
    height: 499px;
    top: 97%;
    opacity: 0.06;
  }
  50% {
    height: 556px;
    top: 79%;
    opacity: 0.48;
  }
  60% {
    height: 426px;
    top: 80%;
    opacity: 0.12;
  }
  70% {
    height: 117px;
    top: 76%;
    opacity: 0.03;
  }
  80% {
    height: 83px;
    top: 87%;
    opacity: 0.64;
  }
  90% {
    height: 535px;
    top: 93%;
    opacity: 0.08;
  }
}
@-webkit-keyframes bar {
  0% {
    height: 622px;
    top: 79%;
    opacity: 0.24;
  }
  10% {
    height: 451px;
    top: 8%;
    opacity: 0.17;
  }
  20% {
    height: 235px;
    top: 67%;
    opacity: 0.17;
  }
  30% {
    height: 550px;
    top: 60%;
    opacity: 0.39;
  }
  40% {
    height: 452px;
    top: 17%;
    opacity: 0.02;
  }
  50% {
    height: 391px;
    top: 56%;
    opacity: 0.23;
  }
  60% {
    height: 489px;
    top: 64%;
    opacity: 0.51;
  }
  70% {
    height: 609px;
    top: 44%;
    opacity: 0.2;
  }
  80% {
    height: 427px;
    top: 26%;
    opacity: 0.58;
  }
  90% {
    height: 141px;
    top: 22%;
    opacity: 0.41;
  }
}
@keyframes bar {
  0% {
    height: 603px;
    top: 19%;
    opacity: 0.55;
  }
  10% {
    height: 114px;
    top: 46%;
    opacity: 0.68;
  }
  20% {
    height: 240px;
    top: 36%;
    opacity: 0.41;
  }
  30% {
    height: 434px;
    top: 74%;
    opacity: 0.27;
  }
  40% {
    height: 322px;
    top: 24%;
    opacity: 0.14;
  }
  50% {
    height: 312px;
    top: 92%;
    opacity: 0.1;
  }
  60% {
    height: 608px;
    top: 91%;
    opacity: 0.13;
  }
  70% {
    height: 359px;
    top: 45%;
    opacity: 0.43;
  }
  80% {
    height: 177px;
    top: 33%;
    opacity: 0.27;
  }
  90% {
    height: 133px;
    top: 79%;
    opacity: 0.23;
  }
}