/**
 * Master less file
 */
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #202020;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/**
 * Less file for variables
 */

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v6/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUUsj.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v6/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj4PVksj.ttf) format('truetype');
}
/**
 * Less file for mixins
 */
/**
 * Less file for html tags only
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  background-size: 100%;
  background-color: #202020;
  font-family: 'Space Grotesk', monospace;
  font-size: 14px;
  line-height: 1.3;
  width: 100vw;
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility !important;
  min-height: -webkit-fill-available;
  color: #202020;
}
h1 {
  font-size: 48px;
  font-weight: 400;
}
h2 {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.7;
}
h3 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
}
a {
  font-weight: 900;
  font-size: 12px;
  color: #202020;
  text-decoration: none;
}
p {
  margin: 30px 0;
  line-height: 1.5;
}
strong {
  font-weight: 900;
}
.home h2 {
  font-size: 46px;
}
/**
 * Less file for animations:
 * Here you can insert all keyframes and composite layer animations
 * The composite animations are only: opacities & transforms
 * So please aniamte all your elements with those css attributes to make 60 fps animations
 */
@-webkit-keyframes nectar-scrolling-text-before-animation {
  to {
    -webkit-transform: translateX(-100%) translateZ(0);
            transform: translateX(-100%) translateZ(0);
  }
}
@keyframes nectar-scrolling-text-before-animation {
  to {
    -webkit-transform: translateX(-100%) translateZ(0);
            transform: translateX(-100%) translateZ(0);
  }
}
@-webkit-keyframes nectar-scrolling-text-animation {
  to {
    -webkit-transform: translateX(0%) translateZ(0);
            transform: translateX(0%) translateZ(0);
  }
}
@keyframes nectar-scrolling-text-animation {
  to {
    -webkit-transform: translateX(0%) translateZ(0);
            transform: translateX(0%) translateZ(0);
  }
}
@-webkit-keyframes nectar-scrolling-text-before-animation-reverse {
  to {
    -webkit-transform: translateX(-100%) translateZ(0);
            transform: translateX(-100%) translateZ(0);
  }
}
@keyframes nectar-scrolling-text-before-animation-reverse {
  to {
    -webkit-transform: translateX(-100%) translateZ(0);
            transform: translateX(-100%) translateZ(0);
  }
}
@-webkit-keyframes nectar-scrolling-text-animation-reverse {
  to {
    -webkit-transform: translateX(0%) translateZ(0);
            transform: translateX(0%) translateZ(0);
  }
}
@keyframes nectar-scrolling-text-animation-reverse {
  to {
    -webkit-transform: translateX(0%) translateZ(0);
            transform: translateX(0%) translateZ(0);
  }
}
/**
 * Less file for mobile first
 */
.alt-font {
  font-family: 'Space Grotesk', monospace !important;
}
.btn {
  background-color: #202020;
  color: #FFF;
  padding: 25px 30px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}
.btn:active,
.btn:hover,
.btn:focus {
  text-decoration: underline;
}
.btn.btn-alt {
  background-color: #C6E3E9;
  color: #202020;
}
.midnightHeader.default {
  background: none;
}
.midnightHeader.default .menu ul li a {
  color: #202020;
}
.midnightHeader.default .menu ul li a.active:after {
  background-color: #202020;
}
.midnightHeader.default .logo div svg path,
.midnightHeader.default .logo div svg rect {
  fill: #202020;
}
.midnightHeader.bg-yellow {
  background-color: #C6E3E9;
}
.midnightHeader.bg-yellow .menu ul li a {
  color: #202020;
}
.midnightHeader.bg-yellow .menu ul li a.active:after {
  background-color: #202020;
}
.midnightHeader.bg-yellow .logo div svg path,
.midnightHeader.bg-yellow .logo div svg rect {
  fill: #202020;
}
.midnightHeader.bg-dark {
  background-color: #202020;
}
.midnightHeader.bg-dark .menu ul li a {
  color: #C6E3E9;
}
.midnightHeader.bg-dark .menu ul li a.active:after {
  background-color: #C6E3E9;
}
.midnightHeader.bg-dark .logo div svg path,
.midnightHeader.bg-dark .logo div svg rect {
  fill: #C6E3E9;
}
.midnightInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.back {
  z-index: 3;
  max-width: 40vw;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.back a {
  font-size: 10px;
}
header {
  top: 0;
  position: fixed;
  z-index: 2;
  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;
  width: 100vw;
}
header .logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 0;
  padding-top: 10px;
  padding-left: 10px;
}
header .logo div {
  margin-left: 10px;
}
header .logo div svg {
  width: 42px;
}
header .logo div svg path,
header .logo div svg rect {
  fill: #202020;
}
header .logo span {
  margin-left: 10px;
  line-height: 16px;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}
header .menu {
  position: relative;
  z-index: 1;
}
header .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 0;
}
header .menu ul li {
  list-style: none;
}
header .menu ul li a {
  font-weight: 400;
  font-size: 12px;
  margin-right: 40px;
  text-decoration: none;
  position: relative;
}
header .menu ul li a:hover,
header .menu ul li a:focus {
  text-decoration: underline;
}
header .menu ul li a.active {
  display: none;
  font-weight: 900;
  margin-left: 10px;
  pointer-events: none;
  cursor: none;
}
header .menu ul li a.active:after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #202020;
  position: absolute;
  top: calc(50% - 1px);
  left: -13px;
  border-radius: 100%;
}
header .menu ul li a.active:hover,
header .menu ul li a.active:focus {
  text-decoration: none;
}
.scrolling-animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  overflow: hidden;
  width: 100vw;
  margin: 0;
  position: relative;
}
.scrolling-animation h1,
.scrolling-animation h2,
.scrolling-animation h3 {
  font-family: 'Space Grotesk', monospace;
  color: #202020;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 4px;
}
.scrolling-animation h1 span,
.scrolling-animation h2 span,
.scrolling-animation h3 span {
  position: relative;
  font-size: 42px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  color: transparent;
}
.scrolling-animation .before-animation {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  -webkit-transform: translateX(0%) translateZ(0);
          transform: translateX(0%) translateZ(0);
  -webkit-animation: nectar-scrolling-text-before-animation linear infinite 30s;
          animation: nectar-scrolling-text-before-animation linear infinite 30s;
}
.scrolling-animation .animation,
.scrolling-animation .animation-after,
.scrolling-animation .animation-after2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  -webkit-transform: translateX(100%) translateZ(0);
          transform: translateX(100%) translateZ(0);
  -webkit-animation: nectar-scrolling-text-animation linear infinite 30s;
          animation: nectar-scrolling-text-animation linear infinite 30s;
}
.scrolling-animation.reverse .before-animation {
  -webkit-transform: translateX(-200%) translateZ(0);
          transform: translateX(-200%) translateZ(0);
  -webkit-animation: nectar-scrolling-text-before-animation-reverse linear infinite 180s;
          animation: nectar-scrolling-text-before-animation-reverse linear infinite 180s;
}
.scrolling-animation.reverse .animation,
.scrolling-animation.reverse .animation-after,
.scrolling-animation.reverse .animation-after2 {
  -webkit-transform: translateX(-100%) translateZ(0);
          transform: translateX(-100%) translateZ(0);
  -webkit-animation: nectar-scrolling-text-animation-reverse linear infinite 180s;
          animation: nectar-scrolling-text-animation-reverse linear infinite 180s;
}
#hero {
  min-height: 100vh;
  width: 100vw;
  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;
  overflow: hidden;
  position: relative;
  background-color: #FFF;
}
#hero div.content--layout {
  width: 85vw;
  height: 70vh;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 10vh;
}
#hero div.content--layout .content__back {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
#hero div.content--layout .content__back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#hero div.content--layout .content__back p {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #FFF;
  position: absolute;
  left: auto;
  right: auto;
  top: 75%;
  margin-left: -20%;
  font-size: 60px;
  line-height: 85px;
  font-weight: 100;
  letter-spacing: 6px;
}
#hero div.content--layout .content__back p span {
  font-size: 60px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  color: transparent;
}
#hero div.content--layout .content__front {
  z-index: 1;
  position: absolute;
  width: 160px;
  max-width: 70%;
  height: auto;
  bottom: 70px;
}
#hero div.content--layout .content__front path {
  fill: #C6E3E9;
}
#hero div.content--layout .content__name {
  letter-spacing: 2px;
  font-size: 12px;
  right: -10px;
  top: 0px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-top: 10px;
}
#hero .scrolling-animation h1 {
  margin: 5px 0;
}
#hero > span {
  position: absolute;
  bottom: 2vh;
  font-size: 12px;
}
#about {
  width: 100vw;
  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;
  background-color: #C6E3E9;
  padding: 10vh 0;
}
#about .wrapper-content {
  text-align: center;
}
#about .wrapper-content .wrapper-tworow {
  text-align: left;
  margin: 0;
}
#about h2 {
  font-size: 18px;
}
#about .btn {
  display: inline-block;
  margin: 0 auto;
  margin-top: 8vh;
}
.wrapper-content {
  margin: 0 auto;
}
.wrapper-content .scrolling-animation h1 {
  color: #FFF;
  font-size: 38px;
}
.wrapper-content .scrolling-animation h1 span {
  position: relative;
  font-size: 38px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  color: transparent;
}
.wrapper-content .content {
  margin: auto;
  width: 85vw;
  color: #FFF;
  letter-spacing: 2px;
}
.wrapper-content .content.w-full {
  width: 100%;
}
.wrapper-content .content.text-black h1,
.wrapper-content .content.text-black h2,
.wrapper-content .content.text-black h3,
.wrapper-content .content.text-black h4,
.wrapper-content .content.text-black p,
.wrapper-content .content.text-black li,
.wrapper-content .content.text-black span {
  color: #202020;
}
.wrapper-content .content + .content {
  margin-top: 10vh;
}
.wrapper-content .content.bg-black {
  background-color: #202020;
  padding: 5vh 10vw;
  width: 90vw;
}
.wrapper-content .content.bg-black h2 {
  color: #C6E3E9;
}
.wrapper-content.condensed,
.wrapper-content.free-time {
  display: none;
}
.wrapper-content .wrapper-list {
  margin: auto;
  width: 85vw;
  color: #FFF;
  letter-spacing: 2px;
}
.wrapper-twocol {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 85vw;
  margin: 0 auto;
}
.wrapper-twocol .left-side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  height: 100%;
  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;
  max-width: 100%;
}
.wrapper-twocol .right-side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
  width: 100%;
  max-width: 100%;
}
.wrapper-twocol .right-side .content--layout {
  height: 100%;
  position: relative;
}
.wrapper-twocol .right-side .content--layout .content__back {
  height: 60vh;
}
.wrapper-twocol .right-side .content--layout .content__back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.wrapper-twocol .right-side .content--layout h1 {
  display: inherit;
  width: auto;
  color: #FFF;
  position: absolute;
  right: -80px;
  top: 40%;
  margin: 0;
  font-size: 42px;
}
.wrapper-twocol .right-side .content--layout h1 span {
  font-size: 42px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  color: transparent;
}
.wrapper-tworow {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 80vw;
  margin: 0 auto;
}
.wrapper-tworow .top-side,
.wrapper-tworow .bottom-side {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 30px 0;
}
.wrapper-tworow .top-side div,
.wrapper-tworow .bottom-side div {
  padding: 0 ;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrapper-tworow .top-side div p,
.wrapper-tworow .bottom-side div p {
  margin: 10px 0;
}
.wrapper-tworow .top-side div p strong,
.wrapper-tworow .bottom-side div p strong {
  font-size: 10px;
  text-transform: uppercase;
}
.wrapper-tworow .top-side {
  margin-bottom: 0;
}
.wrapper-tworow .bottom-side {
  margin-top: 0;
}
.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}
.tags li {
  list-style: none;
  border-radius: 100px;
  border: solid 1px #202020;
  font-size: 10px;
  font-weight: 900;
  padding: 7px 20px;
  margin-right: 10px;
}
#portfolio {
  padding-top: 10vh;
}
#portfolio .content {
  padding-top: 5vh;
}
#projets {
  padding: 5vh 5vw;
  padding-top: 0;
  margin: 0 auto;
}
#projets .project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10vh 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#projets .project div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
#projets .project div .year {
  font-weight: 900;
  font-size: 26px;
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 20px;
  right: -20px;
}
#projets .project div img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
#projets .project div h2 {
  display: inherit;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #FFF;
  position: absolute;
  right: -10px;
  top: 50%;
  margin: 0;
  font-size: 23px;
}
#projets .project div h2 span {
  font-size: 23px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  color: transparent;
}
#projets .project div .subtitle {
  color: #FFF;
  text-align: center;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
}
#projets .project div a:hover img {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
#other-projects {
  padding-bottom: 10vh;
}
#other-projects .project-list {
  padding: 0;
  margin: 0;
  margin-top: 7vh;
}
#other-projects .project-list li {
  list-style: none;
  padding: 10px 0;
  padding-bottom: 20px;
  margin: 10px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
#other-projects .project-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #FFF;
}
#other-projects .project-list li a span:nth-child(2) {
  text-align: right;
  opacity: 0.6;
}
#other-projects .project-list li a:hover,
#other-projects .project-list li a:focus,
#other-projects .project-list li a:active {
  color: yellow;
}
#heading {
  padding-top: 15vh;
  background-color: #C6E3E9;
}
#heading .scrolling-animation {
  border-top: none;
  border-bottom: none;
}
#heading .scrolling-animation h1 {
  color: #202020;
}
#heading .scrolling-animation h1 span {
  color: transparent;
  -webkit-text-stroke-color: #202020;
}
#heading .scrolling-animation + .scrolling-animation {
  border-top: none;
}
#heading h1 {
  margin: 20px 0;
  padding: 0;
  border: none;
}
#heading .content {
  margin-top: 40px;
}
#heading.heading-project {
  padding: 0;
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
#heading.heading-project .back {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#heading.heading-project .content--layout {
  margin: 0;
  height: 90vh;
  width: 100vw;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
#heading.heading-project .content--layout .content__back {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 65vh;
  max-width: 90vw;
}
#heading.heading-project .content--layout .content__back div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#heading.heading-project .content--layout .content__back div p {
  margin: 0;
  margin-top: 10px;
}
#heading.heading-project .content--layout .content__back div p:nth-child(2) {
  font-size: 12px;
  text-align: right;
}
#heading.heading-project .content--layout .content__back img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
#heading .wrapper-twocol .left-side {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 5vh;
  padding-bottom: 5vh;
}
#heading .wrapper-twocol .right-side {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#heading .wrapper-twocol .content--layout {
  overflow: hidden;
}
#heading .wrapper-twocol .content--layout h1.content__front {
  left: 50%;
  top: 60%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 50px;
}
#heading .wrapper-twocol .content--layout h1.content__front span {
  font-size: 50px;
}
#project-info {
  background-color: #202020;
  padding: 5vh 0;
  color: #fff;
}
#project-info .wrapper-content {
  text-align: center;
}
#project-info .wrapper-tworow {
  text-align: left;
}
#project-info .wrapper-tworow .bottom-side div:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#project-info .wrapper-tworow .bottom-side div:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#project-info .btn {
  display: inline-block;
  margin-top: 5vh;
}
#project-content {
  background-color: #FFF;
  padding: 10vh 0;
}
#project-content .wrapper-content .content {
  width: 95vw;
}
#project-content .wrapper-content .content img {
  margin-bottom: 5vh;
  max-width: 100%;
}
#content {
  background-color: #FFF;
  padding: 10vh 0;
}
#content.negative-top {
  padding-top: 20vh;
  margin-top: -10vh;
}
#content .content h2 {
  margin-bottom: 40px;
}
#choose {
  padding: 5vh 0;
  text-align: center;
}
#choose p {
  font-size: 15px;
}
#choose ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
#choose ul li {
  margin: 0 2vw;
  list-style: none;
}
#choose ul li a {
  font-family: 'Space Grotesk', monospace;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.8;
  text-transform: uppercase;
  opacity: 0.6;
}
#choose ul li a:hover,
#choose ul li a:focus {
  opacity: 1;
}
#choose ul li a.active {
  opacity: 1;
  color: #C6E3E9;
}
#contact {
  background-color: #C6E3E9;
  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;
  padding-top: 100px;
}
#contact .scrolling-animation h1 {
  color: #202020;
}
#contact .scrolling-animation h1 span {
  -webkit-text-stroke-color: #202020;
  color: transparent;
}
#contact .card {
  background-color: #202020;
  width: 90vw;
  padding: 4vh 10vw;
  padding-bottom: 2vh;
  height: auto;
  margin: auto;
  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;
}
#contact .card h2,
#contact .card p {
  color: #FFF;
}
#contact .card div:nth-child(1) {
  padding-top: 0vh;
}
#contact .card div:nth-child(2) {
  text-align: center;
}
#contact .card div:nth-child(2) p.text-yellow {
  color: #C6E3E9;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 14px;
}
#contact .card div:nth-child(2) a {
  color: #C6E3E9;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact .card div:nth-child(2) a img {
  margin-left: 10px;
  width: 20px;
}
#contact .card div:nth-child(3) {
  text-align: center;
  margin-top: 3vh;
}
#contact .card div:nth-child(3) p {
  margin-bottom: 10px;
}
#contact .card div:nth-child(3) svg {
  width: 100px;
}
#contact .card div:nth-child(3) svg path {
  stroke: #C6E3E9;
}
footer {
  padding-top: 5vh;
  width: 100vw;
  background-color: #C6E3E9;
}
footer .wrapper-twocol {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .wrapper-twocol .right-side {
  text-align: center;
}
footer .wrapper-twocol h3 {
  margin-bottom: 0;
}
footer .wrapper-twocol p {
  margin-top: 0;
}
footer .copyright {
  border-top: solid 1px #202020;
  padding: 10px;
  margin: 0 10px;
  margin-top: 50px;
}
footer .copyright p {
  letter-spacing: 0;
  font-size: 10px;
  margin: 0;
}
@media (min-width: 768px) {
  /**
 * Less file for tablets
 */
}
@media (min-width: 992px) {
  /**
 * Less file for desktops
 */
  body {
    font-size: 16px;
    letter-spacing: 2px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  .h-full {
    min-height: 100vh !important;
  }
  .h-lg {
    height: 70vh !important;
  }
  .w-half {
    width: 50% !important;
  }
  .scrolling-animation h1 {
    font-size: 92px;
  }
  .scrolling-animation h1 span {
    font-size: 92px;
  }
  .scrolling-animation h2,
  .scrolling-animation h3 {
    font-size: 42px;
  }
  .scrolling-animation h2 span,
  .scrolling-animation h3 span {
    font-size: 42px;
  }
  .scrolling-animation .before-animation {
    -webkit-animation: nectar-scrolling-text-before-animation linear infinite 80s;
            animation: nectar-scrolling-text-before-animation linear infinite 80s;
  }
  .scrolling-animation .animation,
  .scrolling-animation .animation-after,
  .scrolling-animation .animation-after2 {
    -webkit-animation: nectar-scrolling-text-animation linear infinite 80s;
            animation: nectar-scrolling-text-animation linear infinite 80s;
  }
  .wrapper-content .scrolling-animation h1 {
    font-size: 70px;
  }
  .wrapper-content .scrolling-animation h1 span {
    font-size: 70px;
  }
  .wrapper-content .content {
    width: 40vw;
  }
  .wrapper-content .content.bg-black {
    padding: 5vh 5vw;
    width: 50vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .wrapper-content .wrapper-list {
    width: 60vw;
  }
  .wrapper-twocol {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 90vw;
  }
  .wrapper-twocol .left-side {
    padding: 0 4vw;
    padding-right: 13vw;
  }
  .wrapper-twocol .right-side {
    padding-right: 7vw;
    height: 100%;
  }
  .wrapper-twocol .right-side .content--layout .content__back {
    height: 100%;
  }
  .wrapper-tworow .top-side,
  .wrapper-tworow .bottom-side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .wrapper-tworow .top-side div,
  .wrapper-tworow .bottom-side div {
    padding: 0 2.5vw;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .wrapper-tworow .top-side {
    margin-bottom: 30px;
  }
  .wrapper-tworow .bottom-side {
    margin-top: 30px;
  }
  header {
    background-color: transparent;
  }
  header .logo {
    padding-top: 20px;
    padding-left: 10px;
  }
  header .logo div svg {
    width: 56px;
  }
  header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .menu ul li a.active {
    display: inline;
  }
  #hero div.content--layout {
    width: 40vw;
    height: calc(100vh - 240px);
  }
  #hero div.content--layout .content__front {
    bottom: 50px;
    max-width: 100%;
  }
  #hero div.content--layout .content__name {
    position: absolute;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
    padding-top: 0px;
  }
  #about h2 {
    font-size: 24px;
  }
  #portfolio {
    padding-top: 15vh;
  }
  #portfolio .content {
    padding-top: 10vh;
  }
  #projets .project {
    padding: 15vh 0;
  }
  #projets .project div {
    width: auto;
  }
  #projets .project div img {
    width: 55vw;
    height: 45vh;
  }
  #projets .project div h2 {
    font-size: 42px;
    right: -80px;
  }
  #projets .project div h2 span {
    font-size: 42px;
  }
  #project-info .wrapper-tworow .bottom-side div:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #project-info .wrapper-tworow .bottom-side div:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #heading .wrapper-twocol .left-side {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 0;
    padding-bottom: 0;
  }
  #heading .wrapper-twocol .right-side {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #heading .wrapper-twocol .content--layout h1.content__front {
    font-size: 80px;
  }
  #heading .wrapper-twocol .content--layout h1.content__front span {
    font-size: 80px;
  }
  #heading.heading-project {
    padding-top: 0px;
  }
  #heading.heading-project .content--layout {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }
  #heading.heading-project .content--layout .content__back {
    padding-top: 0;
    width: calc(100vh - 300px);
    max-width: 90vw;
  }
  #choose p {
    font-size: 18px;
  }
  #choose ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #contact {
    padding-top: 0;
  }
  #contact .card {
    width: 35vw;
    padding: 6vh 3vw;
  }
  footer .copyright {
    margin: 0 30px;
    margin-top: 50px;
  }
  footer .copyright p {
    letter-spacing: 2px;
  }
}
@media (min-width: 1200px) {
  /**
 * Less file for large desktops
 */
}
@media print {
  /**
 * Less file for print
 */
}
