@font-face {
  font-family: "Peace-Sans";
  src: url('../fonts/Peace-Sans.ttf');
}

 body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background-color: #191921;
  opacity: 0;
}

body p, h2{
  color: #fff;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #22222b; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #555; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #888; 
} 

.gradient-bottom {
  background-image: url(../img/bottom-gradient.png);
  background-repeat: repeat-x;
  height: 300px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.navbar-brand {
  width: 63px;
  float: left;
  padding: 0px!important;
}

.navbar-brand img{
  height: auto;
  width: 100%;
}

/*GLITCH PROFILE/////////////////*/
.profile-glitch > img {
  top: 70px;
  left: 70px;
}
.profile-glitch > img:nth-child(2) {
  left: 72px;
  animation: example-three-anim-1 8s infinite linear alternate-reverse;
}
.profile-glitch > img:nth-child(3) {
  left: 68px;
  animation: example-three-anim-2 4s infinite linear alternate-reverse;
}


@keyframes example-three-anim-1 {
  0% {
    clip-path: inset(85% 0 1% 0);
  }
  6.6666666667% {
    clip-path: inset(11% 0 4% 0);
  }
  13.3333333333% {
    clip-path: inset(70% 0 21% 0);
  }
  20% {
    clip-path: inset(3% 0 24% 0);
  }
  26.6666666667% {
    clip-path: inset(97% 0 3% 0);
  }
  33.3333333333% {
    clip-path: inset(33% 0 50% 0);
  }
  40% {
    clip-path: inset(33% 0 21% 0);
  }
  46.6666666667% {
    clip-path: inset(61% 0 6% 0);
  }
  53.3333333333% {
    clip-path: inset(97% 0 1% 0);
  }
  60% {
    clip-path: inset(25% 0 46% 0);
  }
  66.6666666667% {
    clip-path: inset(87% 0 11% 0);
  }
  73.3333333333% {
    clip-path: inset(56% 0 11% 0);
  }
  80% {
    clip-path: inset(72% 0 28% 0);
  }
  86.6666666667% {
    clip-path: inset(47% 0 7% 0);
  }
  93.3333333333% {
    clip-path: inset(81% 0 14% 0);
  }
  100% {
    clip-path: inset(84% 0 16% 0);
  }
}
@keyframes example-three-anim-2 {
  0% {
    clip-path: inset(16% 0 85% 0);
  }
  6.6666666667% {
    clip-path: inset(15% 0 57% 0);
  }
  13.3333333333% {
    clip-path: inset(77% 0 4% 0);
  }
  20% {
    clip-path: inset(79% 0 20% 0);
  }
  26.6666666667% {
    clip-path: inset(51% 0 23% 0);
  }
  33.3333333333% {
    clip-path: inset(55% 0 31% 0);
  }
  40% {
    clip-path: inset(64% 0 37% 0);
  }
  46.6666666667% {
    clip-path: inset(65% 0 27% 0);
  }
  53.3333333333% {
    clip-path: inset(82% 0 12% 0);
  }
  60% {
    clip-path: inset(58% 0 33% 0);
  }
  66.6666666667% {
    clip-path: inset(16% 0 32% 0);
  }
  73.3333333333% {
    clip-path: inset(36% 0 6% 0);
  }
  80% {
    clip-path: inset(52% 0 45% 0);
  }
  86.6666666667% {
    clip-path: inset(48% 0 35% 0);
  }
  93.3333333333% {
    clip-path: inset(45% 0 25% 0);
  }
  100% {
    clip-path: inset(69% 0 25% 0);
  }
}
/*FIN GLITCH PROFILE/////////////////*/

/*NAV PERSO/////////////////*/
#navbar {
  height: 98px;
  width: 100%;
  position: fixed;
  top: 0;
  transition: top 0.3s;
  z-index: 111111;
  padding: 35px 35px 0;
  margin: auto;
}
 
.navbar-buttons {
  width: 63px;
  float: right;
}

#navbar-buttons img {
  width: 34px;
  height: 28px;
}
 
.overlay {
  position: fixed;
  background: rgba(25, 25, 33, 1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
 
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 1111111;
}

.overlay .nav-title {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 8%;
}
 
.overlay nav {
  position: relative;
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 40px;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  position: relative;
  opacity: 0;
  margin-bottom: 50px;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}

.overlay ul li a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 43.5%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: .35s;
}
 
.overlay ul li a:hover,
.overlay ul li a:focus,
.overlay ul li a:active {
  color: #e84545;
}
.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%;
  background: #ea2e49;
}

.overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
}
 
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

button:focus {
  outline:0;
}
 

.close-menu,
.button {
  cursor: pointer;
  transition: transform 0.30s;
}

.close-menu:hover,
.button:hover {
  transform: scale(1.1);
}

.hamburger {
  line-height: 16.33333px;
  width: 100%;
  height: 62px;
  cursor: pointer;
  transition: 1s;
  text-align: center;
  float: right;
  background-color: #191921;
  border-radius: 50%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 5px;
}

.hamburger .line {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 70%;
  border-top: 2px solid #eee;
  transition: .5s ease;
}
.hamburger .line:first-child {
  transform: translateY(3.5px);
}
.hamburger .line:last-child {
  transform: translateY(-3.5px);
}

.hamburger.open:hover .line:first-child, .hamburger.open:hover .line:last-child {
  transform: translateY(0);
}
/*FIN NAV PERSO/////////////////*/

/*HEADER/////////////////*/

#header{
  background-color:#181921;
  height: 100vh;
  width: 100%;
    background: url("../img/pattern.jpg") repeat 0 0;
  -webkit-animation: bg-scrolling-reverse .92s infinite;
  /* Safari 4+ */
  -moz-animation: bg-scrolling-reverse .92s infinite;
  /* Fx 5+ */
  -o-animation: bg-scrolling-reverse .92s infinite;
  /* Opera 12+ */
  animation: bg-scrolling-reverse .92s infinite;
  /* IE 10+ */
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear; 
}

@-webkit-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@-moz-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@-o-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@-webkit-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
@-moz-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
@-o-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
@keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}



.gradient-circle {
  height: 50vw;
  width: 50vw;
  max-width: 650px;
  max-height: 650px;
  border-radius: 50%;
  position: absolute;
  top: 50vh; 
  left: 195px; 
  transform: translate(-50%, -50%);
  background: linear-gradient(-60deg, #e84545, #14217c, #c31212, #14217c, #e84545);
  background-size: 400% 400%;
  animation: gradientBG 15s ease infinite;
}

.gradient-circle img {
  max-width: 635px;
  width: 100%;
  margin-left: -35px;
  margin-top: -95px;
  position: absolute;
  z-index: 1111;
}

.red-line {
  max-width: 310px;
  max-height: 580px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 255, 0.0);
  border-style: solid;
  border-width: 2px;
  border-color: #e84545;
  position: absolute;
  top: -8%;
  left: 28%;
}

/*.pattern{
  max-width: 350px;
  max-height: 200px;
  width: 50vw;
  height: 30vw;
  background-image: url(../img/pattern.png);
  background-repeat: repeat;
}
*/
@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}



.message-header {
  color: #fff;
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: 45px;
  margin-bottom: 55px;
  display: flex;
  position: fixed;
  z-index: 1000;
}

.message-header a {
  color: #fff;
  margin-right: 15px;
  text-decoration: none;
}

.message-header a::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width .3s;
}

.message-header a:hover::after {
  width: 100%;
}


.message-header img {
  width: 24px;
  height: 24px;
  margin-top: -5px;
  animation: float 2s ease-in-out infinite both;
}

@keyframes float {
  0% {
    transform: translateY(5%) translateX(40%);
  }
  
  50% {
    transform: translateY(50%);
    
  }
  
  100% {
    transform: translateY(5%) translateX(40%);    
  }
 }


/* Icon Float */
/*.hvr-icon-float {
  display: inline-flex;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-float .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-float:hover .hvr-icon, .hvr-icon-float:focus .hvr-icon, .hvr-icon-float:active .hvr-icon {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
*/

.scroll-down {
  text-align: center;
  position: absolute;
  left: 0;
  bottom:0;
  padding-left: 35px;
  padding-bottom: 55px;
}

.scroll-text a {
  text-decoration: none;
}

.scroll-text {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  color: #fff;
}

.scroll-text p{
  transform: rotate(-180deg); 
}

.scroll-arrow {
  height: 60px;
  width: 1px;
  background-color: #fff;
  margin-left: 26px
}

.scroll-arrow img {
  width: 20px;
  margin-left: -10px;
  margin-bottom: -80px;
  -webkit-animation: scroll 1.3s ease-out infinite forwards;
  -moz-animation: scroll 1.3s ease-out infinite forwards;
  animation: scroll 1.3s ease-out infinite forwards;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes scroll {
  0% {
    -moz-transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}




.intro-header {
  position: absolute;
  top: 46vh;
  z-index: 11;
}

.glitch {
  font-size: 72px;
  text-transform: upercase;
  position: relative;
  display: inline-block;
  color: #e84545;
  font-family: "Peace-Sans", Helvetica, Arial, sans-serif;
}
.glitch::before,
.glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #181921;
}
.glitch::before {
  left: 2px;
  text-shadow: -2px 0 #e84545;
  clip: rect(24px, 550px, 90px, 0);
  animation: glitch-anim-2 3s infinite linear alternate-reverse;
}
.glitch::after {
  left: -2px;
  text-shadow: -2px 0 #b300fc;
  clip: rect(85px, 550px, 140px, 0);
  animation: glitch-anim 2.5s infinite linear alternate-reverse;
}
@-webkit-keyframes glitch-anim {
  0% {
    clip: rect(16px, 9999px, 138px, 0);
  }
  4.166666666666666% {
    clip: rect(129px, 9999px, 143px, 0);
  }
  8.333333333333332% {
    clip: rect(148px, 9999px, 129px, 0);
  }
  12.5% {
    clip: rect(35px, 9999px, 43px, 0);
  }
  16.666666666666664% {
    clip: rect(52px, 9999px, 79px, 0);
  }
  20.833333333333336% {
    clip: rect(128px, 9999px, 111px, 0);
  }
  25% {
    clip: rect(104px, 9999px, 7px, 0);
  }
  29.166666666666668% {
    clip: rect(136px, 9999px, 11px, 0);
  }
  33.33333333333333% {
    clip: rect(112px, 9999px, 70px, 0);
  }
  37.5% {
    clip: rect(53px, 9999px, 108px, 0);
  }
  41.66666666666667% {
    clip: rect(19px, 9999px, 126px, 0);
  }
  45.83333333333333% {
    clip: rect(133px, 9999px, 84px, 0);
  }
  50% {
    clip: rect(141px, 9999px, 20px, 0);
  }
  54.166666666666664% {
    clip: rect(99px, 9999px, 55px, 0);
  }
  58.333333333333336% {
    clip: rect(105px, 9999px, 136px, 0);
  }
  62.5% {
    clip: rect(39px, 9999px, 80px, 0);
  }
  66.66666666666666% {
    clip: rect(74px, 9999px, 66px, 0);
  }
  70.83333333333334% {
    clip: rect(143px, 9999px, 121px, 0);
  }
  75% {
    clip: rect(100px, 9999px, 87px, 0);
  }
  79.16666666666666% {
    clip: rect(93px, 9999px, 137px, 0);
  }
  83.33333333333334% {
    clip: rect(33px, 9999px, 61px, 0);
  }
  87.5% {
    clip: rect(52px, 9999px, 85px, 0);
  }
  91.66666666666666% {
    clip: rect(4px, 9999px, 33px, 0);
  }
  95.83333333333334% {
    clip: rect(110px, 9999px, 82px, 0);
  }
  100% {
    clip: rect(9px, 9999px, 16px, 0);
  }
}
@keyframes glitch-anim {
  0% {
    clip: rect(16px, 9999px, 138px, 0);
  }
  4.166666666666666% {
    clip: rect(129px, 9999px, 143px, 0);
  }
  8.333333333333332% {
    clip: rect(148px, 9999px, 129px, 0);
  }
  12.5% {
    clip: rect(35px, 9999px, 43px, 0);
  }
  16.666666666666664% {
    clip: rect(52px, 9999px, 79px, 0);
  }
  20.833333333333336% {
    clip: rect(128px, 9999px, 111px, 0);
  }
  25% {
    clip: rect(104px, 9999px, 7px, 0);
  }
  29.166666666666668% {
    clip: rect(136px, 9999px, 11px, 0);
  }
  33.33333333333333% {
    clip: rect(112px, 9999px, 70px, 0);
  }
  37.5% {
    clip: rect(53px, 9999px, 108px, 0);
  }
  41.66666666666667% {
    clip: rect(19px, 9999px, 126px, 0);
  }
  45.83333333333333% {
    clip: rect(133px, 9999px, 84px, 0);
  }
  50% {
    clip: rect(141px, 9999px, 20px, 0);
  }
  54.166666666666664% {
    clip: rect(99px, 9999px, 55px, 0);
  }
  58.333333333333336% {
    clip: rect(105px, 9999px, 136px, 0);
  }
  62.5% {
    clip: rect(39px, 9999px, 80px, 0);
  }
  66.66666666666666% {
    clip: rect(74px, 9999px, 66px, 0);
  }
  70.83333333333334% {
    clip: rect(143px, 9999px, 121px, 0);
  }
  75% {
    clip: rect(100px, 9999px, 87px, 0);
  }
  79.16666666666666% {
    clip: rect(93px, 9999px, 137px, 0);
  }
  83.33333333333334% {
    clip: rect(33px, 9999px, 61px, 0);
  }
  87.5% {
    clip: rect(52px, 9999px, 85px, 0);
  }
  91.66666666666666% {
    clip: rect(4px, 9999px, 33px, 0);
  }
  95.83333333333334% {
    clip: rect(110px, 9999px, 82px, 0);
  }
  100% {
    clip: rect(9px, 9999px, 16px, 0);
  }
}
@-webkit-keyframes glitch-anim-2 {
  6.666666666666667% {
    clip: rect(57px, 9999px, 11px, 0);
  }
  10% {
    clip: rect(131px, 9999px, 96px, 0);
  }
  13.333333333333334% {
    clip: rect(71px, 9999px, 130px, 0);
  }
  16.666666666666664% {
    clip: rect(33px, 9999px, 69px, 0);
  }
  20% {
    clip: rect(7px, 9999px, 146px, 0);
  }
  23.333333333333332% {
    clip: rect(53px, 9999px, 52px, 0);
  }
  26.666666666666668% {
    clip: rect(1px, 9999px, 117px, 0);
  }
  30% {
    clip: rect(119px, 9999px, 8px, 0);
  }
  33.33333333333333% {
    clip: rect(67px, 9999px, 53px, 0);
  }
  36.666666666666664% {
    clip: rect(87px, 9999px, 20px, 0);
  }
  40% {
    clip: rect(80px, 9999px, 51px, 0);
  }
  43.333333333333336% {
    clip: rect(132px, 9999px, 111px, 0);
  }
  46.666666666666664% {
    clip: rect(149px, 9999px, 93px, 0);
  }
  50% {
    clip: rect(72px, 9999px, 22px, 0);
  }
  53.333333333333336% {
    clip: rect(46px, 9999px, 10px, 0);
  }
  56.666666666666664% {
    clip: rect(39px, 9999px, 49px, 0);
  }
  60% {
    clip: rect(44px, 9999px, 75px, 0);
  }
  63.33333333333333% {
    clip: rect(140px, 9999px, 44px, 0);
  }
  66.66666666666666% {
    clip: rect(134px, 9999px, 45px, 0);
  }
  70% {
    clip: rect(111px, 9999px, 90px, 0);
  }
  73.33333333333333% {
    clip: rect(3px, 9999px, 86px, 0);
  }
  76.66666666666667% {
    clip: rect(133px, 9999px, 9px, 0);
  }
  80% {
    clip: rect(2px, 9999px, 110px, 0);
  }
  83.33333333333334% {
    clip: rect(121px, 9999px, 35px, 0);
  }
  86.66666666666667% {
    clip: rect(77px, 9999px, 105px, 0);
  }
  90% {
    clip: rect(3px, 9999px, 3px, 0);
  }
  93.33333333333333% {
    clip: rect(135px, 9999px, 36px, 0);
  }
  96.66666666666667% {
    clip: rect(107px, 9999px, 139px, 0);
  }
  100% {
    clip: rect(4px, 9999px, 27px, 0);
  }
}
@keyframes glitch-anim-2 {
  6.666666666666667% {
    clip: rect(57px, 9999px, 11px, 0);
  }
  10% {
    clip: rect(131px, 9999px, 96px, 0);
  }
  13.333333333333334% {
    clip: rect(71px, 9999px, 130px, 0);
  }
  16.666666666666664% {
    clip: rect(33px, 9999px, 69px, 0);
  }
  20% {
    clip: rect(7px, 9999px, 146px, 0);
  }
  23.333333333333332% {
    clip: rect(53px, 9999px, 52px, 0);
  }
  26.666666666666668% {
    clip: rect(1px, 9999px, 117px, 0);
  }
  30% {
    clip: rect(119px, 9999px, 8px, 0);
  }
  33.33333333333333% {
    clip: rect(67px, 9999px, 53px, 0);
  }
  36.666666666666664% {
    clip: rect(87px, 9999px, 20px, 0);
  }
  40% {
    clip: rect(80px, 9999px, 51px, 0);
  }
  43.333333333333336% {
    clip: rect(132px, 9999px, 111px, 0);
  }
  46.666666666666664% {
    clip: rect(149px, 9999px, 93px, 0);
  }
  50% {
    clip: rect(72px, 9999px, 22px, 0);
  }
  53.333333333333336% {
    clip: rect(46px, 9999px, 10px, 0);
  }
  56.666666666666664% {
    clip: rect(39px, 9999px, 49px, 0);
  }
  60% {
    clip: rect(44px, 9999px, 75px, 0);
  }
  63.33333333333333% {
    clip: rect(140px, 9999px, 44px, 0);
  }
  66.66666666666666% {
    clip: rect(134px, 9999px, 45px, 0);
  }
  70% {
    clip: rect(111px, 9999px, 90px, 0);
  }
  73.33333333333333% {
    clip: rect(3px, 9999px, 86px, 0);
  }
  76.66666666666667% {
    clip: rect(133px, 9999px, 9px, 0);
  }
  80% {
    clip: rect(2px, 9999px, 110px, 0);
  }
  83.33333333333334% {
    clip: rect(121px, 9999px, 35px, 0);
  }
  86.66666666666667% {
    clip: rect(77px, 9999px, 105px, 0);
  }
  90% {
    clip: rect(3px, 9999px, 3px, 0);
  }
  93.33333333333333% {
    clip: rect(135px, 9999px, 36px, 0);
  }
  96.66666666666667% {
    clip: rect(107px, 9999px, 139px, 0);
  }
  100% {
    clip: rect(4px, 9999px, 27px, 0);
  }
}




.text-rotator {
  color:#fff;
  font-size: 36px;
  letter-spacing: 1px;

}

.text-rotator p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-weight: 300;
}

.word {
  position: absolute;
  width: 320px;
  opacity: 0;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.red {
  color: #e84545;
}

.btn-about-header {
  outline: none;
  border: none;
  padding: 14px 46px;
  display: block;
  cursor: pointer;
  font-size: 1.125rem;
  background-color: transparent;
  position: relative;
  border: 1px solid #e84545;
  margin-top: 30px!important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.two {
  border-color: #e84545;
  overflow: hidden;
  color: #e84545;
  font-weight: 600;
}
.two .insider {
  background-color: #fff;
  width: 100%;
  height: 20px;
  position: absolute;
  left: -145px;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
}
.two:hover {
  background-color: #e84545;
  border-color: #e84545;
  color: #fff;
}
.two:hover .insider {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  left: 173px;
}

/*FIN HEADER/////////////////*/

/*SLECTED WORKS/////////////////*/

#selected-works {
  width: 100%;
  height: 100%;
  padding-top: 230px;
  padding-bottom: 230px;
  background: linear-gradient(2deg, rgba(76,59,146,1) 0%, rgba(237,59,75,1) 100%);
}

#selected-works img {
  padding: 1rem;
  width: 100%;
  height: auto;
  transition: 0.3s;
}

#selected-works img:hover {
    filter: brightness(80%);
    transition: filter .3s ease-out;
    -moz-transition: filter .3s ease-out;
    -webkit-transition: filter .3s ease-out;
    -o-transition: filter .3s ease-out;
}

#selected-works video {
  padding: 1rem;
  width: 100%;
  height: auto;
  transition: 0.3s;
}

#selected-works video:hover {
    filter: brightness(80%);
    transition: filter .3s ease-out;
    -moz-transition: filter .3s ease-out;
    -webkit-transition: filter .3s ease-out;
    -o-transition: filter .3s ease-out;
}


#selected-works a {
  text-decoration: none;
  color: #191921;
}

#selected-works h2 {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
  padding-bottom: 5rem;
}

#selected-works h3 {
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #fff;
}

#selected-works h3 span {
  font-size: 16px;
  font-weight: 400;
}

/*FIN SLECTED WORKS/////////////////*/

/* FOOTER/////////////////*/
#footer {
  height: 250px;
  width: 100%;
  background-color: #191921;
}

#footer a{
  transition: 0.3s;
}

#footer a:hover{
  opacity: 0.5;
}

.text-footer {
  margin-top: 90px;
  max-width: 430px;
}

.social {
  margin-top: 90px;
}

.social img {
  height: 26px;
  margin: 16px;
}

.contact-mail {
  margin-top: 66px;
}

.contact-mail a {
  text-decoration: underline;
  color: #e84545;
  font-size: 22px;
}

.copyright{
  margin-top: 90px;
  padding-bottom: 25px;
}

.copyright p {
  text-align: center;
  margin: auto;
  bottom: 0;
  font-size: 14px;
  color: #b3b3b3;
}

.heart {
  position: relative;
  width: 18px;
  margin-left: 2px;
  margin-right: 2px;
  animation: pulse-heart 1s ease infinite;
  -webkit-animation: pulse-heart 1s ease infinite;
  -moz-animation: pulse-heart 1s ease infinite;
  -o-animation: pulse-heart 1s ease infinite;
}

@keyframes pulse-heart {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

@-webkit-keyframes pulse-heart {
    0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}
@-moz-keyframes pulse-heart {
    0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}
@-o-keyframes pulse-heart {
    0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

/*FIN FOOTER/////////////////*/


/* LOADING SCREEN/////////////////*/

.loader {
  height: 16vw;
  width: 16vw;
  max-width: 350px;
  max-height: 350px;
  border-radius: 50%;
  position: absolute; /* postulat de départ */
  top: 50%; left: 50%; /* à 50%/50% du parent référent */
  transform: translate(-50%, -50%);
  background: linear-gradient(-60deg, #e84545, #14217c, #c31212, #14217c, #e84545);
  background-size: 400% 400%;
  -webkit-animation: Gradient 10s ease infinite;
  -moz-animation: Gradient 10s ease infinite;
  animation: Gradient 10s ease infinite;
}    
  @-webkit-keyframes Gradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
  }
  @-moz-keyframes Gradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
  }
  @keyframes Gradient { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
  }

  #loadingDiv {
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      background-color:#191921;
      z-index: 9999999999;
}

/* FIN LOADING SCREEN/////////////////*/

/*MEDIA REPONSIVE/////////////////*/

@media (max-width: 1200px) {

}

@media (max-width: 992px) {

  .gradient-circle {
    top: 35vh;
    left: 50%;
  }

  .red-line {
    top: -13%;
  }
}

@media (max-width: 768px) {
  .red-line {
    max-width: 170px;
  }
}


@media (max-width: 540px) {

  #navbar {
    padding: 20px 20px 0;
  }

  .red-line {
    max-width: 108px;
    left: 20%;
    top: -5%;
  }

  .intro-header {
    margin-left: 38px;
    top: 42vh;
  } 

  .text-rotator {
    font-size: 30px;
    line-height: 4px;
  }

  .text-rotator p{
    display: block;
    line-height: 48px;
  }

  .overlay nav {
    font-size: 25px;
    letter-spacing: 20px;
  }

  .glitch {
    font-size: 58px;
  }

  .gradient-circle {
    top: 32vh;
    height: 60vw;
    width: 60vw;
  }

  .gradient-circle img {
    margin-top: -88px;
    margin-left: -70px;
  }

  .scroll-down {
    padding-left: 0px;
    padding-bottom: 30px;
    margin-left: -8px;
  }

  .message-header {
    margin-right: 16px;
    margin-bottom: 14px;
  }
  .btn-about-header {
    margin-top: 55px!important;
  }

  #footer {
    text-align: center !important;
  }

}

@media (max-width: 380px){

  .intro-header {
    top: 44vh;
  }

  .text-rotator {
    line-height: 0px;
  }
  
  .text-rotator p {
  line-height: 35px;
  }

}