/***************
*    VARS      *
***************/
/***************
*    BASICS    *
***************/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-family: 'Anton', sans-serif;
  cursor: none;
}

body {
  background-color: #e6f5ff;
  background: black;
  overflow-x: hidden !important;
}

@-webkit-keyframes loadingDot {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes loadingDot {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.loading {
  width: 100%;
  height: 100vh;
  background-color: #0c0c0c;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  opacity: 1;
  color: #521a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity .1s ease-in;
  transition: opacity .1s ease-in;
  font-family: Impact, sans-serif;
  pointer-events: none;
}

.loading p {
  font-size: 2rem;
}

.loading p span {
  margin-left: 3px;
  margin-right: 3px;
}

.loading p span:nth-child(1) {
  -webkit-animation: loadingDot .6s ease-in infinite alternate;
          animation: loadingDot .6s ease-in infinite alternate;
}

.loading p span:nth-child(2) {
  -webkit-animation: loadingDot .6s .2s ease-in infinite alternate;
          animation: loadingDot .6s .2s ease-in infinite alternate;
}

.loading p span:nth-child(3) {
  -webkit-animation: loadingDot .6s .4s ease-in infinite alternate;
          animation: loadingDot .6s .4s ease-in infinite alternate;
}

.loading-close {
  opacity: 0 !important;
}

#bloc-page-2, #bloc-page-3 {
  background: #e4e4e4;
  cursor: auto;
}

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

/*************************
*    ARROW SCROLL TOP    *
**************************/
#arrow {
  position: fixed;
  z-index: 200000;
  bottom: 20px;
  right: 20px;
  color: #521a1a;
  font-size: 2rem;
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

#arrow:hover {
  color: #7c6c68;
}

/***************
*    CURSOR    *
***************/
@-webkit-keyframes animCursor {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@keyframes animCursor {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@-webkit-keyframes animCursor2 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}

@keyframes animCursor2 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}

@-webkit-keyframes animCursor3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes animCursor3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

#cursor {
  position: absolute;
  z-index: 1000;
  top: -100px;
  left: -100px;
  width: 40px;
  height: 40px;
  border: 2px solid #521a1a;
  border-radius: 50%;
  -webkit-animation: animCursor .5s infinite alternate;
          animation: animCursor .5s infinite alternate;
  pointer-events: none;
}

#cursor::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  border: 8px solid #7c6c68;
  border-radius: 50%;
  opacity: .5;
  top: -10px;
  left: -10px;
  -webkit-animation: animCursor2 .5s infinite alternate;
          animation: animCursor2 .5s infinite alternate;
}

.cursor-hover {
  background-color: rgba(238, 64, 64, 0.5);
}

.expand {
  -webkit-animation: animCursor3 .5s forwards !important;
          animation: animCursor3 .5s forwards !important;
}

/***************
*  SCROLL BAR  *
***************/
@media screen and (min-width: 1025px) {
  ::-webkit-scrollbar {
    width: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.7);
  }
  ::-webkit-scrollbar-thumb {
    background: #521a1a;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #7c6c68;
  }
}

/*****************
* PARALLAX SCENE *
******************/
.video-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .05;
  background-color: black;
  -o-object-fit: fill;
     object-fit: fill;
}

#scene {
  width: 100%;
  height: 100vh;
  background-size: cover;
  overflow: hidden;
  background-color: black;
}

.cedric {
  width: 100%;
  height: 100%;
  padding-left: 3vw;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(0, 0, 0, 0);
  font-size: 12vw;
}

.cedric .letter:nth-child(6) {
  margin-right: 2vw;
}

.front-end {
  width: 100%;
  height: 100vh;
  position: relative;
}

.front-end-text {
  color: rgba(0, 0, 0, 0);
  font-size: 4vw;
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*****************
*    HAMBURGER   *
******************/
.hamburger-container {
  position: fixed;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: visible;
  z-index: 1000;
}

.hamburger-container:hover .hamburger-container-line {
  background-color: #7c6c68;
}

.hamburger-container-line {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
  height: 2px;
  background-color: #521a1a;
}

.hamburger-container-line-open:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(12.5px);
          transform: rotate(45deg) translateY(12.5px);
  background-color: #7c6c68;
}

.hamburger-container-line-open:nth-child(2) {
  opacity: 0;
}

.hamburger-container-line-open:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-12.5px);
          transform: rotate(-45deg) translateY(-12.5px);
  background-color: #7c6c68;
}

/***************
*     MENU     *
****************/
.menu {
  position: fixed;
  top: 0;
  left: 200%;
  width: 100%;
  height: 100vh;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 100;
  border-left: 5px solid #521a1a;
  background-color: black;
}

.menu-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.menu-container p {
  pointer-events: visible;
  font-size: 8rem;
  color: #521a1a;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.menu-container p:hover {
  color: #7c6c68;
}

.menu .video-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .05;
  background-color: black;
  -o-object-fit: fill;
     object-fit: fill;
}

.menu-open {
  left: 0;
  border-left: 1px solid black;
}

/**************
*     ABOUT    *
***************/
.about-section {
  position: relative;
  color: #7c6c68;
}

@-webkit-keyframes color-change {
  0% {
    color: #521a1a;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  19% {
    color: #521a1a;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    color: black;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  21% {
    color: #521a1a;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  90% {
    color: #521a1a;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  91% {
    color: black;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  92% {
    color: #521a1a;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  94% {
    color: #521a1a;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  95% {
    color: #3b2424;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    color: #521a1a;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes color-change {
  0% {
    color: #521a1a;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  19% {
    color: #521a1a;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    color: black;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  21% {
    color: #521a1a;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  90% {
    color: #521a1a;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  91% {
    color: black;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  92% {
    color: #521a1a;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  94% {
    color: #521a1a;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  95% {
    color: #3b2424;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    color: #521a1a;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.video-3 {
  position: absolute;
  opacity: 1;
  background-color: black;
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: 100%;
}

.about-intro {
  position: relative;
  margin: 3rem auto;
  width: 100%;
  margin: auto;
  padding: 2em;
}

.about-intro h2 {
  width: 100%;
  text-align: center;
  font-size: 30vw;
  -webkit-animation: color-change 1s linear infinite;
          animation: color-change 1s linear infinite;
  margin: auto;
}

.about-intro p {
  font-family: sans-serif;
  width: 70%;
  margin: auto;
  line-height: 50px;
  font-size: 2.6rem;
  letter-spacing: .15rem;
  text-align: justify;
}

#about-contact-me-link {
  font-family: sans-serif;
}

#about-contact-me-link:hover {
  text-decoration: underline;
  color: #521a1a;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(var(--move-initial), 0, 0);
            transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    -webkit-transform: translate3d(var(--move-final), 0, 0);
            transform: translate3d(var(--move-final), 0, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate3d(var(--move-initial), 0, 0);
            transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    -webkit-transform: translate3d(var(--move-final), 0, 0);
            transform: translate3d(var(--move-final), 0, 0);
  }
}

.marquee {
  margin: 2rem 0;
  position: relative;
  overflow: hidden;
  --offset: 20vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
}

.marquee__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translate3d(var(--move-initial), 0, 0);
          transform: translate3d(var(--move-initial), 0, 0);
  -webkit-animation: marquee 5s linear infinite;
          animation: marquee 5s linear infinite;
}

.marquee span {
  font-size: 10vw;
  padding: 0 2vw;
  color: rgba(0, 0, 0, 0.541);
  background-color: #7c6c68;
  letter-spacing: 2vw;
}

.about-infos-container {
  width: 100%;
  position: relative;
}

.about-infos {
  margin: 2rem auto;
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1400px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
  font-family: sans-serif;
}

.about-infos-part {
  width: 30%;
  text-align: center;
  padding: 2rem;
  border: 1px dotted #7c6c68;
}

.about-infos-part h3 {
  font-size: 2rem;
  padding: 2rem;
  letter-spacing: .3rem;
}

.about-infos-part hr {
  background-color: #7c6c68;
  width: 80%;
  height: 1px;
  border: none;
  margin: auto;
}

.about-infos-part ul {
  list-style: none;
  margin: 2rem;
}

.about-infos-part ul li {
  color: #7c6c68;
  line-height: 40px;
  font-size: 1.6rem;
  font-family: sans-serif;
}

.about-infos-anim {
  opacity: 1;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
}

/**************
*    WORKS     *
***************/
@-webkit-keyframes worksTitle {
  0% {
    text-shadow: 0 0 0 black;
  }
  28% {
    text-shadow: 0 0 0 black;
  }
  29% {
    text-shadow: 1px 1px 5px #f82eff, -1px 1px 5px #00f7ff;
  }
  30% {
    text-shadow: 0 0 0 black;
  }
  79% {
    text-shadow: 1px 1px 5px #f82eff, -1px 1px 5px #00f7ff;
  }
  80% {
    text-shadow: 0 0 0 black;
  }
  90% {
    text-shadow: 0 0 0 black;
  }
  100% {
    text-shadow: 0 0 0 black;
  }
}
@keyframes worksTitle {
  0% {
    text-shadow: 0 0 0 black;
  }
  28% {
    text-shadow: 0 0 0 black;
  }
  29% {
    text-shadow: 1px 1px 5px #f82eff, -1px 1px 5px #00f7ff;
  }
  30% {
    text-shadow: 0 0 0 black;
  }
  79% {
    text-shadow: 1px 1px 5px #f82eff, -1px 1px 5px #00f7ff;
  }
  80% {
    text-shadow: 0 0 0 black;
  }
  90% {
    text-shadow: 0 0 0 black;
  }
  100% {
    text-shadow: 0 0 0 black;
  }
}

.works {
  position: relative;
  padding-bottom: 4rem;
}

.works .video-4 {
  position: absolute;
  opacity: .05;
  background-color: black;
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: 100%;
}

.works-title {
  position: relative;
  z-index: 2;
}

.works-title h2 {
  width: 100%;
  color: #521a1a;
  font-size: 30vw;
  text-align: center;
  -webkit-animation: worksTitle .05s linear infinite;
          animation: worksTitle .05s linear infinite;
}

.works-title p {
  width: 70%;
  margin: auto;
  line-height: 50px;
  font-size: 2.6rem;
  letter-spacing: .15rem;
  text-align: center;
  color: #7c6c68;
  font-family: sans-serif;
}

.works-projects {
  width: 90%;
  max-width: 1400px;
  margin: 3rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: white;
}

.works-projects-item {
  position: relative;
  margin: 20px 20px 20px 20px;
  width: 580px;
  height: 327px;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.4);
          box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.4);
  opacity: 0;
  -webkit-transition: opacity .5s ease-in;
  transition: opacity .5s ease-in;
}

.works-projects-item-show {
  opacity: 1 !important;
}

.works-projects-item-img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.works-projects-item-img-div {
  width: 100%;
  height: 100%;
  background-color: rgba(124, 108, 104, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 1;
}

.works-projects-item-img-div p {
  font-size: 2.5rem;
  line-height: 4rem;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  -webkit-transform: rotate(-4deg) scale(1.1);
          transform: rotate(-4deg) scale(1.1);
  text-shadow: 1px 1px 3px rgba(16, 16, 16, 0.6);
}

.works-projects-item-text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(56, 14, 14, 0.95);
}

.works-projects-item-text p {
  font-size: 1rem;
  font-weight: 800;
  margin: 1rem;
  font-family: sans-serif;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  letter-spacing: .2em;
}

.works-projects-item-text a {
  display: block;
  line-height: 60px;
  text-decoration: none;
  margin-top: 1rem;
  width: 140px;
  height: 60px;
  cursor: none !important;
  background-color: transparent;
  border: 2px solid #7c6c68;
  font-size: 1.4rem;
  color: white;
  letter-spacing: .2em;
  font-weight: 800;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.works-projects-item-text a:hover {
  background-color: #7c6c68;
  border: 2px solid white;
}

.works-projects-item:hover .works-projects-item-text {
  opacity: 1;
}

.works-projects-item:hover .works-projects-item-text h5, .works-projects-item:hover .works-projects-item-text p, .works-projects-item:hover .works-projects-item-text a {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.works-projects-item:hover .works-projects-item-img {
  background-size: 110% 110%;
}

.works-projects-item:hover .works-projects-item-img-div {
  opacity: 0;
}

/**************
*   CONTACT   *
***************/
@-webkit-keyframes contactTitle {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #521a1a;
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #521a1a;
  }
  31% {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    color: #7c6c68;
  }
  33% {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    color: #7c6c68;
  }
  34% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #521a1a;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #521a1a;
  }
}
@keyframes contactTitle {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #521a1a;
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #521a1a;
  }
  31% {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    color: #7c6c68;
  }
  33% {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    color: #7c6c68;
  }
  34% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #521a1a;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #521a1a;
  }
}

@-webkit-keyframes contactTitle2 {
  0% {
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }
  30% {
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }
  64% {
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }
  65% {
    -webkit-transform: skewX(10deg);
            transform: skewX(10deg);
  }
  66% {
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }
  100% {
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }
}

@keyframes contactTitle2 {
  0% {
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }
  30% {
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }
  64% {
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }
  65% {
    -webkit-transform: skewX(10deg);
            transform: skewX(10deg);
  }
  66% {
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }
  100% {
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }
}

.contact {
  position: relative;
  width: 100%;
}

.contact .video-5 {
  position: absolute;
  opacity: .05;
  background-color: black;
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: 100%;
}

.contact-title {
  width: 100%;
  margin: auto;
  text-align: center;
  -webkit-animation: contactTitle 2s ease-in-out infinite;
          animation: contactTitle 2s ease-in-out infinite;
}

.contact-title h2 {
  font-size: 25vw;
  width: 100%;
}

.contact-title p {
  color: #7c6c68;
  line-height: 40px;
  font-size: 1.8rem;
  width: 70%;
  margin: auto;
  font-family: sans-serif;
}

.contact-form {
  position: relative;
  width: 100%;
  margin: auto;
}

.contact-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3rem;
  padding: 1rem;
}

.contact-form form input {
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  width: 70%;
  margin: 2rem auto;
  height: 3.2rem;
  border: none;
  border-bottom: 2px dotted #7c6c68;
  color: #dfdfdf;
  outline: none;
  font-size: 2rem;
  background: transparent;
}

.contact-form form input::-webkit-input-placeholder {
  color: #7c6c68;
  font-size: 2rem;
}

.contact-form form input:-ms-input-placeholder {
  color: #7c6c68;
  font-size: 2rem;
}

.contact-form form input::-ms-input-placeholder {
  color: #7c6c68;
  font-size: 2rem;
}

.contact-form form input::placeholder {
  color: #7c6c68;
  font-size: 2rem;
}

.contact-form form textarea {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 70%;
  height: 50vh;
  margin: 2rem auto;
  border-top: none;
  border-left: 1px solid #7c6c68;
  border-right: 1px solid #7c6c68;
  border-bottom: 2px solid #7c6c68;
  color: #dfdfdf;
  outline: none;
  font-size: 2rem;
  resize: none;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

.contact-form form textarea::-webkit-input-placeholder {
  color: #7c6c68;
  font-size: 2rem;
}

.contact-form form textarea:-ms-input-placeholder {
  color: #7c6c68;
  font-size: 2rem;
}

.contact-form form textarea::-ms-input-placeholder {
  color: #7c6c68;
  font-size: 2rem;
}

.contact-form form textarea::placeholder {
  color: #7c6c68;
  font-size: 2rem;
}

.contact-form form input[type=submit] {
  width: 270px;
  padding: 0;
  font-size: 2rem;
  height: 70px;
  background: #7c6c68;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: none;
}

.contact-form form input[type=submit]:hover {
  background: #521a1a;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.7);
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.7);
  border: 1px solid #7c6c68;
}

/**************
*    SOCIAL    *
***************/
.social {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  position: relative;
}

.social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(0, 0, 0, 0.521);
  width: 100px;
  height: 100px;
  text-align: center;
  background-color: #7c6c68;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin: 2rem;
  font-size: 2.5rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.social a .icons {
  display: inline-block;
}

.social a:hover {
  background: #521a1a;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid white;
  -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.7);
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.7);
}

/*******************
*    COPYRIGHT     *
********************/
.copyright {
  display: block;
  color: #7c6c68;
  font-size: .9rem;
  font-family: sans-serif;
  width: 100%;
  text-align: center;
  padding-bottom: 1rem;
}

hr {
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  height: 2px;
}

.nodfj{
  visibility: hidden !important;
  display: none !important;
}

/*********************
*   MEDIA QUERIS     *
**********************/
@media screen and (max-width: 1024px) {
  * {
    cursor: auto !important;
  }
  #cursor, #cursor::after {
    display: none;
  }
  .about-infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-intro p {
    width: 100%;
    font-size: 1.9rem;
  }
  .about-infos-part {
    width: 90%;
    margin: 2rem auto;
    padding: 0;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .menu-container p {
    font-size: 4rem;
  }
}

@media screen and (max-width: 768px) {
  video{
    display: none !important;
  }
  .front-end-text {
    top: 60%;
  }
  .about-infos-part h3 {
    font-size: 1.3rem;
  }
  .hamburger-container {
    top: 15px;
    right: 15px;
    height: 20px;
    width: 30px;
  }
  .works-title p {
    font-size: 1.9rem;
    width: 100%;
    padding: 2rem;
  }
  .contact-form form input {
    width: 95%;
    font-size: 1.9rem;
  }
  .contact-form form input::-webkit-input-placeholder {
    font-size: 1.9rem;
  }
  .contact-form form input:-ms-input-placeholder {
    font-size: 1.9rem;
  }
  .contact-form form input::-ms-input-placeholder {
    font-size: 1.9rem;
  }
  .contact-form form input::placeholder {
    font-size: 1.9rem;
  }
  .contact-form form textarea {
    width: 95%;
    font-size: 1.9rem;
  }
  .contact-form form textarea::-webkit-input-placeholder {
    font-size: 1.9rem;
  }
  .contact-form form textarea:-ms-input-placeholder {
    font-size: 1.9rem;
  }
  .contact-form form textarea::-ms-input-placeholder {
    font-size: 1.9rem;
  }
  .contact-form form textarea::placeholder {
    font-size: 1.9rem;
  }
  .social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 736px) {
  .front-end-text {
    top: 65%;
  }
}

@media screen and (max-width: 414px) {
  .cedric .letter {
    font-size: 3rem;
  }
  .front-end-text {
    top: 55%;
  }
  .front-end-text .letter {
    font-size: 1rem;
  }
  .menu-container p {
    font-size: 4rem;
  }
  .works-projects {
    width: 100%;
    padding: 0;
  }
  .works-projects-item {
    width: 336px;
    height: 190px;
    margin: 10px 0px 10px 0px;
  }
  .works-projects-item-img-div p {
    font-size: 2rem;
  }
}
/*# sourceMappingURL=main.css.map */
