body {
  background-color: #000000;
  color: #ffffff;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Helvetica Neue LT Pro", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 101;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.menu-overlay.displayed {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background-color: rgba(0, 0, 0, 0.9);
}

#logo-menu {
  position: fixed;
  right: 35px;
  top: 35px;
  width: 40px;
  height: 30px;
  z-index: 10;
  display: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#logo-menu .trait {
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  border-radius: 5px;
  position: absolute;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#logo-menu #t1 {
  top: 0;
}

#logo-menu #t2 {
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-15px);
          transform: translateY(-50%) translateX(-15px);
  -webkit-transition: all .3s;
  transition: all .3s;
}

#logo-menu #t3 {
  bottom: 0;
}

#logo-menu:hover {
  cursor: pointer;
}

#logo-menu:hover #t2 {
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}

#logo-menu.opened #t2 {
  display: none;
}

#logo-menu.opened #t1 {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#logo-menu.opened #t3 {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}

.menu {
  position: fixed;
  display: block;
  right: 104px;
  top: 130px;
  z-index: 1;
  font-family: "Helvetica Neue LT Std";
  font-weight: bold;
  z-index: 100;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.menu.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

.menu ul li {
  display: inline-block;
  font-size: 20px;
  padding: 0 11px;
  margin: 0;
  position: relative;
}

.menu ul li a {
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 1px;
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.menu ul li a:hover {
  opacity: 0.7;
}

.menu ul li:after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 20px;
  background-color: #ffffff;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.menu ul li:first-child {
  padding-left: 0;
}

.menu ul li:last-child {
  padding-right: 0;
}

.menu ul li:last-child:after {
  display: none;
}

#reel-list {
  display: none;
  position: fixed;
  top: 60%;
  left: 112px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}

#reel-list ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

#reel-list ul li {
  display: block;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 15px;
}

#reel-list ul li:first-child {
  margin-top: 0;
}

#reel-list ul li a {
  text-decoration: none;
  color: #ffffff;
  font-family: "Helvetica Neue LT Pro";
  font-size: 23px;
  opacity: 0.3;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#reel-list ul li a:before {
  content: '';
  display: none;
  position: absolute;
  background-color: #ffffff;
  width: 1px;
  height: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#reel-list ul li.selected a, #reel-list ul li:hover a {
  font-size: 26px;
  opacity: 1;
  padding-left: 60px;
}

#reel-list ul li.selected a:before, #reel-list ul li:hover a:before {
  display: block;
  -webkit-transform: translateY(-50%) scaleX(75);
          transform: translateY(-50%) scaleX(75);
}

.page {
  display: block;
  width: 100%;
  height: 100vh;
}

.page#home {
  background: url("../img/Me_myself_and_i.jpg") no-repeat center center;
  background-size: cover;
}

.page#home #infos {
  position: absolute;
  top: 252px;
  right: 416px;
  display: block;
}

.page#home #infos #main-logo {
  width: 435px;
  height: 262px;
}

.page#home #infos a {
  text-decoration: none;
}

.page#home #infos #discover-my-work {
  margin: 0 auto;
}

.page#home #infos #discover-my-work:hover h2 {
  color: rgba(255, 255, 255, 0.65);
}

.page#home #infos #discover-my-work .circles {
  margin: 0 auto;
  display: block;
  margin-top: 100px;
  width: 80px;
  height: 80px;
  padding: 0;
  position: relative;
  margin-bottom: 23px;
}

.page#home #infos #discover-my-work .circles:hover {
  cursor: pointer;
}

.page#home #infos #discover-my-work .circles:hover .circle.anim {
  display: block;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: scaleandfade;
          animation-name: scaleandfade;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.page#home #infos #discover-my-work .circles .circle {
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
}

.page#home #infos #discover-my-work .circles .circle.big {
  width: 80px;
  height: 80px;
  opacity: 0.1;
  top: 0;
  left: 0;
}

.page#home #infos #discover-my-work .circles .circle.small {
  width: 36px;
  height: 36px;
  opacity: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page#home #infos #discover-my-work .circles .circle.anim {
  width: 84px;
  height: 84px;
  opacity: 1;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.page#home #infos #discover-my-work .circles .circle #down-arrow {
  width: 20px;
  height: 12px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
}

.page#home #infos #discover-my-work h2 {
  display: block;
  font-family: "Helvetica Neue LT Std";
  font-size: 17px;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.1);
  font-variant: small-caps;
  margin: 0 auto;
  padding: 0;
  width: 120px;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page#home #infos #discover-my-work h2:hover {
  cursor: pointer;
}

.page#home, .page#about, .page#contact {
  position: relative;
}

.page#home:before, .page#about:before, .page#contact:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  display: block;
  border: 10px solid #ffffff;
}

.page#home h1, .page#about h1, .page#contact h1 {
  font-family: "Helvetica Neue LT Std";
  font-size: 20px;
  color: #423131;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: -webkit-linear-gradient(45deg, #70506a, #281c4f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  padding: 0;
  margin: 0;
  letter-spacing: 2px;
}

.page#home .socials, .page#about .socials, .page#contact .socials {
  display: block;
  position: absolute;
  left: 85px;
  bottom: 106px;
}

.page#home .socials #imdb, .page#about .socials #imdb, .page#contact .socials #imdb {
  text-decoration: none;
  color: transparent;
  display: block;
  -webkit-transform: rotate(-90deg) translateY(-10px);
          transform: rotate(-90deg) translateY(-10px);
  mix-blend-mode: screen;
  margin-bottom: 45px;
}

.page#home .socials #imdb svg, .page#about .socials #imdb svg, .page#contact .socials #imdb svg {
  width: 47px;
  height: 23px;
}

.page#home .socials #linkedin, .page#about .socials #linkedin, .page#contact .socials #linkedin {
  text-decoration: none;
  color: transparent;
  display: block;
  mix-blend-mode: screen;
}

.page#home .socials #linkedin svg, .page#about .socials #linkedin svg, .page#contact .socials #linkedin svg {
  width: 22px;
  height: 20px;
}

.page.work {
  position: relative;
}

.page.work#showreel {
  background: url("../img/work-shworeel.jpg") no-repeat center center;
  background-size: cover;
}

.page.work#butterfly {
  background: url("../img/Work-blue-butterfly.jpg") no-repeat center center;
  background-size: cover;
}

.page.work#framed {
  background: url("../img/Work-be-framed@1x.jpg") no-repeat center center;
  background-size: cover;
}

.page.work#will-jay {
  background: url("../img/Work-gangsta.jpg") no-repeat center center;
  background-size: cover;
}

.page.work#will-jay .title, .page.work#will-jay .desc {
  text-shadow: none;
}

.page.work#mary {
  background: url("../img/Work-Mary.jpg") no-repeat center center;
  background-size: cover;
}

.page.work#purist {
  background: url("../img/Work-the-purist.jpg") no-repeat center center;
  background-size: cover;
}

.page.work#maps {
  background: url("../img/Work-maps.jpg") no-repeat center center;
  background-size: cover;
}

.page.work#left-behind {
  background: url("../img/Work-Left-Behind.jpg") no-repeat center center;
  background-size: cover;
}

.page.work#mind-blown {
  background: url("../img/Work-Mind-Blown@1x.jpg") no-repeat center center;
  background-size: cover;
}

.page.work#nightmares {
  background: url("../img/work-nightmare-and-legacy.jpg") no-repeat center center;
  background-size: cover;
}

.page.work#art-of-thieves {
  background: url("../img/work-art-of-thieves.jpg") no-repeat center center;
  background-size: cover;
}

.page.work#moving-days {
  background: url("../img/work-moving-days.jpg") no-repeat center center;
  background-size: cover;
}

.page.work#hard-times {
  background: url("../img/work-hard-times.jpg") no-repeat center center;
  background-size: cover;
}

.page.work header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.page.work header .work-logo {
  display: block;
  width: 172px;
  height: 172px;
  position: absolute;
  top: 107px;
  left: 105px;
}

.page.work header .flo {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 310px;
  margin-top: 112px;
  color: #ffffff;
  text-decoration: none;
}

.page.work header .flo h3 {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue LT Std";
  font-size: 38px;
  display: block;
  text-align: center;
  line-height: 1;
  text-shadow: 0px 0px 25px #505050;
}

.page.work header .flo h4 {
  margin: 0 auto;
  margin-top: 5px;
  padding: 0;
  font-family: "Helvetica Neue LT Std";
  font-size: 15px;
  position: relative;
  display: block;
  text-align: center;
  width: 123px;
  letter-spacing: 2px;
  text-shadow: 0px 0px 25px #505050;
}

.page.work header .flo h4:after, .page.work header .flo h4:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffffff;
  top: 7px;
}

.page.work header .flo h4:after {
  right: -10px;
}

.page.work header .flo h4:before {
  left: -10px;
}

.page.work footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  padding-bottom: 140px;
}

.page.work footer .work-title-bloc {
  display: block;
  text-align: center;
}

.page.work footer .work-title-bloc .title {
  font-family: "Garamond";
  font-weight: bold;
  font-size: 70px;
  line-height: 1;
  margin: 0 auto;
  padding: 0;
  text-shadow: 0px 0px 25px #505050;
}

.page.work footer .work-title-bloc .desc {
  font-family: "Helvetica Neue";
  font-size: 23px;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 1000px;
  max-width: 65%;
  letter-spacing: 1px;
  margin-top: 10px;
  line-height: 1.5;
  text-shadow: 0px 0px 25px #505050;
}

.page.work footer .etiquette {
  background-color: #ffffff;
  padding: 5px;
  position: absolute;
  bottom: 155px;
  right: 95px;
}

.page.work footer .etiquette .type {
  display: block;
  font-family: "Garamond";
  font-weight: bold;
  color: #000000;
  font-size: 30px;
}

.page.work .vid-player {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 92px;
  height: 92px;
}

.page.work .vid-player:hover {
  cursor: pointer;
}

.page.work .vid-player.white {
  background-color: #ffffff;
}

.page.work .vid-player.black {
  background-color: #011020;
}

.page.work .vid-player .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  width: 30px;
  height: 34px;
}

.page#about header, .page#contact header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.page#about header .work-logo, .page#contact header .work-logo {
  display: block;
  width: 172px;
  height: 172px;
  position: absolute;
  top: 107px;
  left: 105px;
}

.page#about header .flo, .page#contact header .flo {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 310px;
  margin-top: 112px;
  text-decoration: none;
  color: #ffffff;
}

.page#about header .flo h3, .page#contact header .flo h3 {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue LT Std";
  font-size: 38px;
  display: block;
  text-align: center;
  text-shadow: 0px 0px 25px #505050;
}

.page#about header .flo h4, .page#contact header .flo h4 {
  margin: 0 auto;
  margin-top: 5px;
  padding: 0;
  font-family: "Helvetica Neue LT Std";
  font-size: 15px;
  position: relative;
  display: block;
  text-align: center;
  width: 123px;
  letter-spacing: 2px;
  text-shadow: 0px 0px 25px #505050;
}

.page#about header .flo h4:after, .page#about header .flo h4:before, .page#contact header .flo h4:after, .page#contact header .flo h4:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffffff;
  top: 7px;
}

.page#about header .flo h4:after, .page#contact header .flo h4:after {
  right: -10px;
}

.page#about header .flo h4:before, .page#contact header .flo h4:before {
  left: -10px;
}

.page#about .content, .page#contact .content {
  display: block;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: 120px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 928;
}

.page#about .content h5, .page#contact .content h5 {
  font-family: "Garamond";
  font-weight: bold;
  font-size: 83px;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
}

.page#about .content .punchline, .page#contact .content .punchline {
  display: block;
  text-align: center;
  font-family: "Garamond";
  font-size: 65px;
  font-weight: normal;
  margin-top: 25px;
  width: 640px;
  margin: 0 auto;
}

.page#about .content .credit, .page#contact .content .credit {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: "Helvetica Neue LT Pro";
  font-size: 24px;
  position: relative;
  width: 225px;
  margin-top: 10px;
}

.page#about .content .credit:after, .page#about .content .credit:before, .page#contact .content .credit:after, .page#contact .content .credit:before {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page#about .content .credit:after, .page#contact .content .credit:after {
  right: -19px;
}

.page#about .content .credit:before, .page#contact .content .credit:before {
  left: -19px;
}

.page#about .content .speech, .page#contact .content .speech {
  font-family: "Helvetica Neue";
  font-size: 15px;
  letter-spacing: 1px;
  display: block;
  text-align: left;
  margin: 0 auto;
  margin-top: 90px;
}

.page#about .content .button, .page#contact .content .button {
  text-decoration: none;
  display: block;
  margin: 0 auto;
  position: relative;
  background: -webkit-linear-gradient(180deg, #504143, #a87556);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 40px;
  line-height: 2;
  font-family: "Garamond";
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 3px;
  font-variant-caps: all-small-caps;
}

.page#about .content .button:after, .page#contact .content .button:after {
  content: '';
  border: none;
  border-radius: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 93%;
  height: 100%;
  background-color: #ffffff;
  color: #011020;
  z-index: -2 !important;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page#about .content .button:hover:after, .page#contact .content .button:hover:after {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.62);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.62);
}

.page#about {
  position: relative;
  background: url("../img/Me_myself_and_i2.jpg") no-repeat center center;
  background-size: cover;
}

.page#about .content .button {
  width: 285px;
}

.page#contact {
  position: relative;
  background: url("../img/Me_myself_and_i3.jpg") no-repeat center center;
  background-size: cover;
}

.page#contact .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page#contact .content .punchline {
  width: auto;
  margin-top: 20px;
  position: relative;
}

.page#contact .content .punchline::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 54px;
  height: 2px;
  background-color: #ffffff;
}

.page#contact .content .contact-infos {
  font-variant-caps: all-small-caps;
  margin-top: 130px;
  position: relative;
  font-family: "Helvetica Neue LT Std";
  font-size: 20px;
  line-height: 2;
  letter-spacing: 3px;
}

.page#contact .content .contact-infos a {
  text-decoration: none;
  color: #ffffff;
}

.page#contact .content .contact-infos .phone {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.page#contact .content .contact-infos .phone li {
  display: inline-block;
  font-size: 20px;
}

.page#contact .content .contact-infos .phone li.pipe {
  margin-left: 15px;
  margin-right: 15px;
}

.page#contact .content .button {
  width: 378px;
}

.page#contact #duo {
  font-family: "Garamond";
  font-weight: bold;
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  display: block;
  text-align: center;
  letter-spacing: 2px;
}

.page#contact #duo p {
  opacity: 0.6;
}

.page#contact #duo a {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0.6;
}

.page#contact #duo a:hover {
  opacity: 1;
}

.bl {
  color: #000000;
}

.wh {
  color: #ffffff;
}

.nope {
  display: none !important;
}

.visible {
  display: block !important;
}

/*----------------------------RESPONSIVE-------------------------------*/
@media (max-width: 1366px) {
  .menu {
    right: 34px;
    top: 54px;
  }
  .menu ul li {
    font-size: 18px;
  }
  .page#home h1 {
    top: 44%;
  }
  .page#home #infos {
    top: 152px;
    right: 226px;
  }
  .page#home #infos #main-logo {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .page#home #infos #discover-my-work .circles {
    margin-top: 30px;
  }
  .page.work header .work-logo, .page#about header .work-logo, .page#contact header .work-logo {
    top: 35px;
    left: 45px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .page.work header .flo, .page#about header .flo, .page#contact header .flo {
    margin-top: 48px;
  }
  .page.work .vid-player {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
  }
  .page.work footer {
    padding-bottom: 65px;
  }
  .page.work footer .work-title-bloc .title {
    font-size: 40px;
  }
  .page.work footer .work-title-bloc .desc {
    font-size: 16px;
  }
  .page.work footer .etiquette {
    right: 34px;
    bottom: auto;
    top: 5px;
  }
  .page.work footer .etiquette .type {
    font-size: 20px;
  }
  .page#about .content, .page#contact .content {
    bottom: 80px;
  }
  .page#about .content h5, .page#contact .content h5 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .page#about .content .punchline, .page#contact .content .punchline {
    font-size: 30px;
  }
  .page#about .content .speech, .page#contact .content .speech {
    margin-top: 35px;
    font-size: 13px;
  }
  .page#about .content .credit, .page#contact .content .credit {
    font-size: 17px;
    width: 175px;
  }
  .page#about .content .button, .page#contact .content .button {
    font-size: 20px;
  }
  .page#about .content .button {
    width: 215px;
  }
  .page#contact .content {
    width: 100%;
  }
  .page#contact .content .contact-infos {
    margin-top: 60px;
  }
  .page#contact .content .punchline:after {
    bottom: -35px;
  }
  .page#contact .content .button {
    width: 298px;
  }
  #reel-list {
    left: 42px;
    top: 65%;
  }
  #reel-list ul li {
    margin-top: 10px;
  }
  #reel-list ul li a {
    font-size: 16px;
  }
  #reel-list ul li.selected a, #reel-list ul li:hover a {
    font-size: 18px;
    padding-left: 40px;
  }
  #reel-list ul li.selected a:before, #reel-list ul li:hover a:before {
    -webkit-transform: translateY(-50%) scaleX(45);
            transform: translateY(-50%) scaleX(45);
  }
}

@media (max-width: 1000px) {
  #logo-menu {
    display: block;
    z-index: 104;
  }
  .menu {
    -webkit-transform: translateX(350px);
            transform: translateX(350px);
  }
  .menu {
    top: 35px;
    right: 0;
    height: 100%;
  }
  .menu.show {
    width: 100%;
    z-index: 102;
    top: 0;
    position: relative;
  }
  .menu.show ul {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .menu ul {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .menu ul li {
    display: block;
    text-align: center;
    font-size: 30px;
    padding: 50px 0;
    width: 150px;
    margin: 0 auto;
  }
  .menu ul li:after {
    display: none;
  }
  .page#home {
    background: url("../img/Me_myself_and_i.jpg") no-repeat left center;
  }
  .page#home h1 {
    left: -30px;
  }
  .page#home .socials {
    left: 55px;
  }
  .page#home #infos {
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  .page#about {
    background: url("../img/Me_myself_and_i2.jpg") no-repeat right center;
  }
  .page#contact {
    background: url("../img/Me_myself_and_i3.jpg") no-repeat right center;
  }
}

@media (max-width: 980px) {
  #reel-list {
    left: -500px;
  }
  .page#about .socials, .page#contact .socials {
    left: 30px;
    bottom: 30px;
  }
  .page#about .socials #imdb, .page#about .socials #linkedin, .page#contact .socials #imdb, .page#contact .socials #linkedin {
    display: inline-block;
    vertical-align: middle;
  }
  .page#about .socials #imdb, .page#contact .socials #imdb {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    padding-top: 2px;
    margin-bottom: 0;
    margin-right: 50px;
  }
}

@media (max-width: 840px) {
  .page.work footer .etiquette {
    right: 50%;
    bottom: 0px;
    top: auto;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media (max-width: 764px) {
  .page#home h1 {
    left: -60px;
  }
  .page#home .socials {
    left: 30px;
    bottom: 36px;
  }
  .page.work header .work-logo, .page#about header .work-logo, .page#contact header .work-logo {
    display: none;
  }
  .page.work header .flo, .page#about header .flo, .page#contact header .flo {
    position: absolute;
    left: 25px;
    top: 35px;
    margin-top: 0;
  }
  .page#about .content {
    width: calc(100% - 60px);
  }
  .page#about .content h5, .page#about .content .punchline {
    width: 100%;
  }
  .page#contact .content {
    width: calc(100% - 60px);
  }
  .page#contact .content .contact-infos {
    width: 100%;
  }
  .page#contact .content .contact-infos a {
    display: block;
    width: 100%;
    word-wrap: break-word;
  }
  .page#contact .content .contact-infos .button {
    width: 298px;
  }
  .page#contact .content .contact-infos .phone li {
    display: block;
  }
  .page#contact .content .contact-infos .phone li.pipe {
    display: none;
  }
  .page#contact #duo {
    font-size: 8px;
  }
}

@media (max-width: 620px) {
  .page#contact #duo {
    display: none;
  }
}

@media (max-width: 540px) {
  .page#home #infos #main-logo {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
  .page.work header .flo, .page#about header .flo, .page#contact header .flo {
    width: 190px;
  }
  .page.work header .flo h3, .page#about header .flo h3, .page#contact header .flo h3 {
    font-size: 24px;
  }
  .page.work header .flo h4, .page#about header .flo h4, .page#contact header .flo h4 {
    font-size: 12px;
  }
  .page#contact .content .punchline:after {
    bottom: -17px;
  }
  .page#contact .content .contact-infos {
    margin-top: 25px;
    font-size: 16px;
  }
  .page#contact .content .contact-infos .phone li {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .page.work footer .etiquette {
    width: 80%;
    text-align: center;
  }
  .page#about header .flo {
    display: none;
  }
  .page#about .content {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .page#about .content .button {
    margin-top: 10px;
  }
  .page#contact .content {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (max-width: 370px) {
  .page#about .socials, .page#contact .socials {
    display: none;
  }
}

/*----------------------------ANIMATIONS-------------------------------*/
@-webkit-keyframes scaleandfade {
  0% {
    -webkit-transform: scale3(0) translate(-50%, -50%);
            transform: scale3(0) translate(-50%, -50%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
    opacity: 0;
  }
}
@keyframes scaleandfade {
  0% {
    -webkit-transform: scale3(0) translate(-50%, -50%);
            transform: scale3(0) translate(-50%, -50%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
    opacity: 0;
  }
}

/*-------------------LES TYPOS DE LA MORT QUI TUENT--------------------*/
@font-face {
  font-family: 'Garamond';
  src: url("../fonts/Garamond-Bold.eot");
  src: url("../fonts/Garamond-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Garamond-Bold.woff2") format("woff2"), url("../fonts/Garamond-Bold.woff") format("woff"), url("../fonts/Garamond-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Garamond';
  src: url("../fonts/Garamond.eot");
  src: url("../fonts/Garamond.eot?#iefix") format("embedded-opentype"), url("../fonts/Garamond.woff2") format("woff2"), url("../fonts/Garamond.woff") format("woff"), url("../fonts/Garamond.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("../fonts/HelveticaNeueLTStd-Bd.eot");
  src: url("../fonts/HelveticaNeueLTStd-Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTStd-Bd.woff2") format("woff2"), url("../fonts/HelveticaNeueLTStd-Bd.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Bd.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url("../fonts/HelveticaNeueLTPro-Md.eot");
  src: url("../fonts/HelveticaNeueLTPro-Md.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTPro-Md.woff2") format("woff2"), url("../fonts/HelveticaNeueLTPro-Md.woff") format("woff"), url("../fonts/HelveticaNeueLTPro-Md.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Roman.eot");
  src: url("../fonts/HelveticaNeue-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeue-Roman.woff") format("woff"), url("../fonts/HelveticaNeue-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*# sourceMappingURL=index.css.map */