html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-------------------------------*/
/*---        COLORS          ----*/
/*-------------------------------*/
/* var */
/* tokens */
/*-------------------------------*/
/*---       TYPOGRAPHY       ----*/
/*-------------------------------*/
/* var */
/* token */
/*-------------------------------*/
/*---       FONT WEIGHT      ----*/
/*-------------------------------*/
/*-------------------------------*/
/*---           SIZE         ----*/
/*-------------------------------*/
/* FONT SIZE SCALE */
/* FONT SIZE SCALE MOBILE */
/* FONT SIZE SCALE MOBILE */
/*-------------------------------*/
/*---        LINE HEIGHT     ----*/
/*-------------------------------*/
/*-------------------------------*/
/*---      LETTER SPACING    ----*/
/*-------------------------------*/
/*-------------------------------*/
/*---    TRANSITION DELAI    ----*/
/*-------------------------------*/
body {
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  color: #F2F2F2;
  background: #0F1011;
  /* overflow-x: hidden; */
}

h1, h2, h3, h4, h5 {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  text-transform: uppercase;
}

h2 {
  font-size: calc(8px + 2.5vw);
  letter-spacing: 1.03px;
}

p {
  line-height: 140%;
  letter-spacing: 1.03px;
}

a {
  color: #F2F2F2;
}
a:visited {
  color: #F2F2F2;
}
a:hover {
  color: #9f9fa0;
}

::selection {
  background: #F2F2F2;
  color: #0F1011;
}

/* FLEBOX */
.flex {
  display: flex;
}

.col-6 {
  width: 75%;
  max-width: 1000px;
}

.flex-center {
  justify-content: center;
}

.autoGrid {
  flex-wrap: wrap;
}

/* general bloc */
.bloc {
  padding-left: 4vw;
  padding-right: 4vw;
  width: 99.1vw;
}
.bloc h2 {
  margin-bottom: 64px;
}

.bloc_inline {
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 6vh;
  padding-bottom: 6vh;
  width: 99.1vw;
}
.bloc_inline h2 {
  margin-bottom: 1vh;
}

/* Wrapper with padding T&B */
.wrapper {
  padding-top: 14vh;
  padding-bottom: 14vh;
}

.white_wrapper {
  background-color: #F2F2F2;
  color: #0F1011;
}

/* NAVBAR */
nav.navbar {
  position: fixed;
  width: 99.3vw;
  height: 6vh;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
  justify-content: space-between;
  background: #0F1011;
  z-index: 1000;
}
nav.navbar a {
  letter-spacing: 1.03px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
nav.navbar .left {
  display: flex;
}
nav.navbar .left a {
  display: flex;
  gap: 0.7vw;
  align-items: center;
}
nav.navbar .left a > img {
  transition: all 0.3s ease-in-out;
  transform: translateX(0vw);
}
nav.navbar .left a:hover > img {
  transform: translateX(-0.5vw);
}
nav.navbar .right ul {
  display: flex;
}
nav.navbar .right a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  font-size: calc(8px + 0.4vw);
  z-index: 10;
  height: 6vh;
}
nav.navbar .right a::before {
  position: absolute;
  content: "";
  z-index: -1;
  background: #F2F2F2;
  top: 0px;
  left: 0px;
  width: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
nav.navbar .right a:hover {
  color: #0F1011;
}
nav.navbar .right a:hover::before {
  width: 100%;
}
nav.navbar .right a.active {
  border-bottom: 0.12rem solid white;
}

/* FOOTER */
footer {
  position: relative;
}
footer div {
  padding: 6vh 4vw;
}
footer div p {
  font-size: calc(8px + 0.4vw);
}

/* ------------------------------- */
/* --------     HEADER     ------- */
/* ------------------------------- */
header {
  padding-left: 4vw;
  padding-right: 4vw;
}
header .left {
  width: 57vw;
}

.home-header .left {
  padding-top: 52vh;
}
.home-header .left h1 {
  font-weight: 300;
  font-size: calc(8px + 1.4vw);
  padding-bottom: 5vh;
}
.home-header .text-slid {
  position: relative;
  height: 43vh;
}
.home-header .text-slid h2 {
  font-size: calc(8px + 5vw);
  white-space: nowrap;
}
.home-header .text-slid h2.animated {
  left: 33%; /* 1ch is roughly the width of one character */
  overflow: hidden;
  padding-left: 3vw;
}
.home-header .right {
  width: 43vw;
  padding-top: 58vh;
  text-transform: uppercase;
}
.home-header .right > div {
  width: 100%;
  padding-top: 5vh;
}
.home-header .right > div .txt {
  padding-left: 8px;
  font-size: calc(8px + 0.4vw);
}

/* ------------------------------- */
/* --------    PICTURE     ------- */
/* ------------------------------- */
.fred_picture {
  width: 100%;
  height: 60vh;
}
.fred_picture .content {
  width: inherit;
  height: inherit;
}
.fred_picture .content img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ------------------------------- */
/* ------    CARDS VALUE     ----- */
/* ------------------------------- */
.value .flex {
  align-items: stretch;
  align-content: flex-start;
  gap: 2vw;
}

.value_item {
  position: relative;
  background-color: #0F1011;
  flex: 1 0 0;
  min-width: 25vw;
  padding: 72px 32px;
  border: 1px solid #555;
}
.value_item h3 {
  font-size: calc(8px + 0.8vw);
  margin-bottom: 16px;
}
.value_item p {
  font-size: calc(8px + 0.6vw);
  color: #9f9fa0;
}
.value_item::before {
  content: "";
  position: absolute;
  background-color: #F2F2F2;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.value_item:hover::before {
  transform: translate(10px, 10px);
  opacity: 1;
}

/* ------------------------------- */
/* ------      PROJECTS      ----- */
/* ------------------------------- */
.project .Line_hori_AB:before,
.project .Line_hori_AB:after {
  background: #0F1011;
  transition-delay: 250ms;
}
.project h2 {
  margin-bottom: 64px;
}

.project_list {
  width: 100%;
}

.projectRow {
  width: 100%;
  color: #0F1011;
}
.projectRow .left {
  width: 60%;
}
.projectRow .left h3 {
  font-size: calc(8px + 0.8vw);
}
.projectRow .left .info {
  font-size: calc(8px + 0.4vw);
}
.projectRow .left > div {
  flex-grow: 1;
  min-width: 33%;
  padding-top: 8px;
  padding-left: 8px;
}
.projectRow .right {
  width: 40%;
}

.projectCard {
  cursor: pointer;
  display: flex;
}
.projectCard a {
  position: relative;
  width: 100%;
  padding: 24px 0 24px 8px;
  color: #0F1011;
  z-index: 10;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.projectCard a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: 0;
  background-color: #0F1011;
  transition: all 0.3s ease-in-out;
}
.projectCard a:hover {
  color: white;
}
.projectCard a:hover::before {
  width: 100%;
  z-index: -1;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
}

.white-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9998;
  animation: slideInFromLeft 1s forwards;
}

.black-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0F1011;
  z-index: 9998;
  animation: slideInFromBottom 1s forwards;
  animation-delay: 400ms;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
/* ------------------------------- */
/* ------    FIGMA PROFIL    ----- */
/* ------------------------------- */
.figma_profil {
  justify-content: space-between;
  flex-wrap: wrap;
}
.figma_profil .left, .figma_profil .right {
  width: 50%;
}
.figma_profil .left p {
  color: #9f9fa0;
}
.figma_profil a {
  display: block;
  width: fit-content;
  text-decoration: none;
}
.figma_profil a > .profil_container {
  background: rgba(217, 217, 217, 0.06);
  color: #F2F2F2;
}
.figma_profil a:hover > .profil_container {
  background: rgba(217, 217, 217, 0.1);
  color: #F2F2F2;
}
.figma_profil .right {
  justify-content: center;
}

.profil_container {
  align-items: center;
  border: 1px solid #F2F2F2;
  border-radius: 3.5rem;
  padding: 8px 32px 8px 8px;
  gap: 16px;
}

.profil_container_left img {
  width: 80px;
  height: 80px;
}

/* ------------------------------- */
/* ------        VIDEO       ----- */
/* ------------------------------- */
.video {
  position: relative;
  width: 100%;
  height: 80vh;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.66) 100%);
}
.video video {
  position: absolute;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -100;
}
.video .Line_verti_AB:before,
.video .Line_verti_AB:after {
  background: #F2F2F2;
}
.video .wrapper_video {
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-bottom: 56px;
  padding-left: 48px;
  padding-right: 48px;
}
.video .left, .video .right {
  width: 50%;
}
.video .left {
  flex-direction: column;
  gap: 24px;
}
.video .left img:not(.png) {
  width: 40vw;
}
.video .left p {
  color: #9f9fa0;
  font-size: calc(8px + 0.4vw);
  font-weight: 200;
}
.video .right ul {
  height: 100%;
  justify-content: end;
  align-items: flex-end;
  gap: 24px;
}
.video .right ul li a {
  position: relative;
  font-size: calc(8px + 0.4vw);
  font-weight: 200;
  text-decoration: none;
}
.video .right ul li a::after {
  content: "";
  position: absolute;
  background: #F2F2F2;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: -3px;
}

/* FADE IN BLOC */
.fade-in {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.fade-in.visible {
  opacity: 1;
}

/* DELAI */
.delai250 {
  transition-delay: 250ms;
}

.delai500 {
  transition-delay: 500ms;
}

.delai750 {
  transition-delay: 750ms;
}

/* ---------------------------------------*/
/* ----  Horizontal AFTER and BEFORE -----*/
/* ---------------------------------------*/
.Line_hori_AB {
  overflow: hidden; /* to prevent the pseudo-element from being displayed outside the div */
  position: relative; /* to position the pseudo-elements absolutely */
}

.Line_hori_AB:before,
.Line_hori_AB:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background: #6f7070;
  transform: scaleX(0); /* initial state, fully scaled down */
  transition: transform 1s ease-in-out; /* animate the scaling */
  transition-delay: 1.5s;
}

.Line_hori_AB:before {
  top: 0;
  transform-origin: left; /* scale from left to right */
}

.Line_hori_AB:after {
  bottom: 0;
  transform-origin: left;
}

.Line_hori_AB.visible:before,
.Line_hori_AB.visible:after {
  transform: scaleX(1); /* final state, fully scaled up */
}

/* ---------------------------------------*/
/* ----      Horizontal BEFORE       -----*/
/* ---------------------------------------*/
.Line_hori_Before {
  overflow: hidden; /* to prevent the pseudo-element from being displayed outside the div */
  position: relative; /* to position the pseudo-elements absolutely */
}

.Line_hori_Before:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background: #6f7070;
  transform: scaleX(0); /* initial state, fully scaled down */
  transition: transform 1s ease-in-out; /* animate the scaling */
  top: 0;
  transform-origin: left; /* scale from left to right */
  transition-delay: 1s;
}

.Line_hori_Before.visible:before {
  transform: scaleX(1); /* final state, fully scaled up */
}

/* ---------------------------------------*/
/* ----      Horizontal AFTER        -----*/
/* ---------------------------------------*/
.Line_hori_After {
  overflow: hidden; /* to prevent the pseudo-element from being displayed outside the div */
  position: relative; /* to position the pseudo-elements absolutely */
}

.Line_hori_After:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background: #6f7070;
  transform: scaleX(0); /* initial state, fully scaled down */
  transition: transform 1s ease-in-out; /* animate the scaling */
  bottom: 0;
  transform-origin: left; /* scale from left to right */
  transition-delay: 1.5s;
}

.Line_hori_After.visible:after {
  transform: scaleX(1); /* final state, fully scaled up */
}

/* ---------------------------------------*/
/* ----   Vertical AFTER and BEFORE  -----*/
/* ---------------------------------------*/
.Line_verti_AB {
  overflow: hidden; /* to prevent the pseudo-element from being displayed outside the div */
  position: relative; /* to position the pseudo-elements absolutely */
}

.Line_verti_AB:before,
.Line_verti_AB:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  background: #6f7070;
  transform: scaleY(0); /* initial state, fully scaled down */
  transition: transform 1s ease-in-out; /* animate the scaling */
  transition-delay: 1.5s;
}

.Line_verti_AB:before {
  left: 0;
  transform-origin: top; /* scale from left to right */
}

.Line_verti_AB:after {
  right: 0;
  transform-origin: top;
}

.Line_verti_AB.visible:before,
.Line_verti_AB.visible:after {
  transform: scaleY(1); /* final state, fully scaled up */
}

/* ------------------------------------*/
/* ----       Vertical BEFORE     -----*/
/* ------------------------------------*/
.Line_verti_B {
  overflow: hidden; /* to prevent the pseudo-element from being displayed outside the div */
  position: relative; /* to position the pseudo-elements absolutely */
}

.Line_verti_B:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  background: #6f7070;
  transform: scaleY(0); /* initial state, fully scaled down */
  transition: transform 1s ease-in-out; /* animate the scaling */
  transition-delay: 2s;
  left: 0;
  transform-origin: top; /* scale from left to right */
}

.Line_verti_B.visible:before {
  transform: scaleY(1); /* final state, fully scaled up */
}

.page_content {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  transition-delay: 200ms;
}

.project-item {
  margin-bottom: 8vh;
}
.project-item header, .project-item .p-thumb, .project-item .p-content {
  position: sticky;
  top: 0;
}
.project-item header {
  width: 99.1vw;
  height: 100vh;
}
.project-item header .head_container {
  width: 100%;
  height: 100%;
}
.project-item .left {
  padding-top: 37vh;
  height: 100%;
  padding-left: 4px;
}
.project-item .left .company {
  text-transform: uppercase;
  margin-bottom: 2vh;
}
.project-item .left h1 {
  font-weight: 600;
  font-size: calc(8px + 5vw);
  padding-bottom: 3vh;
}
.project-item .left .description {
  font-size: calc(8px + 0.8vw);
  color: #9f9fa0;
  font-weight: 300;
}
.project-item .right {
  width: 43vw;
  padding-top: 64vh;
  text-transform: uppercase;
}
.project-item .right > div {
  width: 100%;
  padding-top: 5vh;
}
.project-item .right > div .txt {
  padding-left: 8px;
  font-size: calc(8px + 0.4vw);
}

.p-thumb {
  background-color: #F2F2F2;
  width: 99.1vw;
  height: 100vh;
  padding: 10vh 16vw;
}
.p-thumb img {
  width: 100%;
  height: auto;
}
.p-thumb .text {
  color: #0F1011;
  font-size: calc(8px + 1vw);
  line-height: 173%;
}

.p-content {
  background-color: #0F1011;
  min-height: 100vh;
}
.p-content h2 {
  font-size: calc(8px + 2.5vw);
}
.p-content .descr {
  font-size: calc(8px + 0.6vw);
  color: #9f9fa0;
}

.p-content-bloc {
  margin-bottom: 10vh;
}

.col2-imgRight {
  gap: 2vw;
  padding-top: 14vh;
  padding-bottom: 14vh;
}
.col2-imgRight .b_left {
  width: 60%;
}
.col2-imgRight .b_left img {
  width: 100%;
  height: auto;
}
.col2-imgRight .b_right {
  width: 40%;
  padding: 0 4vw;
}

.p-quote {
  font-size: calc(8px + 2.5vw);
  line-height: 150%;
  text-transform: uppercase;
}
.p-quote mark {
  background-color: #F2F2F2;
  color: #0F1011;
}

.p-img-fs {
  width: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 8vw;
  padding-right: 8vw;
}
.p-img-fs img {
  width: 100%;
  height: auto;
}

.p-2img-sup {
  width: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.p-2img-sup .firstIMG, .p-2img-sup .secondIMG {
  width: 100%;
}
.p-2img-sup .firstIMG img, .p-2img-sup .secondIMG img {
  width: 70%;
  height: auto;
}
.p-2img-sup .secondIMG {
  transform: translateY(-5vh);
  display: flex;
  justify-content: end;
}

.videoContainer video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*-----------------*/
/*----  ARTICLE ---*/
/*-----------------*/
.article {
  padding-top: 14vh;
}
.article a {
  color: #51B9F9;
}
.article a:hover {
  color: #078CDE;
}

.article_section {
  margin-bottom: 80px;
}
.article_section h2 {
  font-size: calc(8px + 1.4vw);
  margin-bottom: 32px;
}
.article_section h3 {
  font-size: calc(8px + 0.8vw);
  margin-bottom: 16px;
}
.article_section p {
  font-size: calc(8px + 0.6vw);
  line-height: 173%;
  margin-bottom: 32px;
}
.article_section .info {
  font-size: 14px;
}
.article_section li {
  margin-bottom: 16px;
}

.article_pic {
  width: 100%;
  margin-bottom: 32px;
}
.article_pic img {
  width: 100%;
}

.table_card {
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.table_card_item {
  border: 0.12rem solid #6f7070;
  padding: 16px;
  flex: 1 1 160px;
}
.table_card_item p {
  font-size: 14px;
}

/*-----------------*/
/*----  Contact ---*/
/*-----------------*/
.contact_page {
  margin-bottom: 0;
}
.contact_page .right p {
  margin-bottom: 16px;
}
.contact_page .right p a {
  font-size: calc(8px + 0.4vw);
}

.overlayTroisD {
  position: relative;
}

.frameContainer {
  position: absolute;
  top: 5vh;
  left: 0;
}
.frameContainer iframe {
  width: 100vw;
  height: 95vh;
}

.flottant {
  position: absolute;
  top: 40vh;
}
.flottant h1 {
  font-weight: 600;
  font-size: calc(8px + 5vw);
  padding-bottom: 3vh;
}
.flottant .description {
  font-size: calc(8px + 0.8vw);
  color: #9f9fa0;
  font-weight: 300;
}

@media (max-width: 1000px), screen and (orientation: portrait) {
  /* ------------------------------- */
  /* --------    GLOBAL     ------- */
  /* ------------------------------- */
  .bloc {
    width: 100vw;
  }
  .bloc h2 {
    margin-bottom: 80px;
    font-size: calc(24px + 3vw);
  }
  .bloc_inline {
    width: 100vw;
  }
  .bloc_inline h2 {
    font-size: calc(24px + 3vw);
  }
  .bloc_inline p {
    font-size: calc(24px + 0.8vw);
  }
  .wrapper {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
  /* ------------------------------- */
  /* --------    HOME TOP     ------- */
  /* ------------------------------- */
  nav.navbar {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  nav.navbar .left {
    max-width: 100vw;
  }
  nav.navbar .left a {
    font-size: calc(24px + 1vw);
  }
  nav.navbar .right ul li a {
    font-size: calc(24px + 1vw);
    padding: 8px 16px;
  }
  .home-header-cont {
    flex-direction: column;
  }
  .home-header-cont .left, .home-header-cont .right {
    width: 100%;
  }
  .home-header-cont .left {
    padding-top: 20vh;
  }
  .home-header-cont .left h1 {
    padding-bottom: 1vh;
    font-size: calc(24px + 1.4vw);
  }
  .home-header-cont .text-slid {
    height: 25vh;
  }
  .home-header-cont .text-slid h2 {
    font-size: calc(24px + 5vw);
  }
  .home-header-cont .right {
    padding-top: 10vh;
    padding-bottom: 20vh;
  }
  .home-header-cont .right > div .txt {
    font-size: calc(24px + 0.8vw);
  }
  /* ------------------------------- */
  /* --------    PICTURE     ------- */
  /* ------------------------------- */
  .fred_picture .content img {
    object-position: 60%;
  }
  /* ------------------------------- */
  /* ------   CARD VALUE     ------- */
  /* ------------------------------- */
  .value .flex {
    gap: 4vh;
  }
  .value_item {
    min-width: 100%;
    padding: 80px 40px;
  }
  .value_item h3 {
    font-size: calc(24px + 1.4vw);
    margin-bottom: 48px;
  }
  .value_item p {
    font-size: calc(16px + 0.4vw);
    line-height: 173%;
  }
  /* ------------------------------- */
  /* -----   PROJECTS  LIST  ------- */
  /* ------------------------------- */
  .projectRow .Line_hori_AB.visible:before,
  .projectRow .Line_hori_AB.visible:after,
  .projectRow .Line_hori_Before.visible:before,
  .projectRow .Line_hori_After.visible:after {
    transform: scaleX(0);
  }
  .projectRow .Line_verti_AB.visible:before,
  .projectRow .Line_verti_AB.visible:after,
  .projectRow .Line_verti_B.visible:before {
    transform: scaleY(0);
  }
  .projectRow {
    border-bottom: 1px solid #6f7070;
    border-top: 1px solid #6f7070;
    padding: 32px 0;
  }
  .projectRow .left {
    flex-direction: column;
    width: 40vw;
    padding-top: 16px;
  }
  .projectRow .left h3 {
    font-size: calc(24px + 1.4vw);
  }
  .projectRow .left .info {
    font-size: calc(16px + 0.4vw);
    line-height: 173%;
  }
  .projectRow .left > div {
    flex-grow: 0;
    min-width: 100%;
  }
  .projectRow .right {
    width: 60vw;
  }
  .projectRow .right a {
    font-size: calc(16px + 1vw);
    line-height: 173%;
  }
  .projectRow .right a::after {
    margin-left: 16px;
    content: url(/icon/open_in_new.svg);
  }
  /* ------------------------------- */
  /* ------    FIGMA PROFIL    ----- */
  /* ------------------------------- */
  .figma_profil {
    gap: 4vh;
  }
  .figma_profil .left, .figma_profil .right {
    width: 100%;
  }
  .figma_profil a {
    font-size: calc(24px + 1vw);
  }
  .profil_container {
    gap: 32px;
  }
  .profil_container_left img {
    width: 80px;
    height: 80px;
  }
  /* ------------------------------- */
  /* ------        VIDEO       ----- */
  /* ------------------------------- */
  .video {
    height: 60vh;
  }
  .video .wrapper_video {
    flex-direction: column;
    justify-content: flex-end;
    gap: 80px;
  }
  .video .left, .video .right {
    width: 100%;
  }
  .video .left {
    gap: 40px;
  }
  .video .left img:not(.png) {
    width: 70vw;
  }
  .video .left p {
    font-size: calc(24px + 1.2vw);
    line-height: 130%;
  }
  .video .right ul {
    justify-content: space-between;
  }
  .video .right ul li {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .video .right ul li a {
    font-size: calc(24px + 1.2vw);
  }
  /* ------------------------------- */
  /* ------       FOOTER       ----- */
  /* ------------------------------- */
  footer {
    position: relative;
  }
  footer div {
    padding: 6vh 4vw;
  }
  footer div p {
    font-size: calc(8px + 0.6vw);
    line-height: 173%;
  }
  /* ------------------------------- */
  /* ------    PROJECT ITEM    ----- */
  /* ------------------------------- */
  .head_container {
    flex-wrap: wrap;
  }
  .project-item .left {
    padding-top: 15vh;
    height: 30vh;
    width: 99%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .project-item .left .company {
    font-size: calc(24px + 1.4vw);
  }
  .project-item .left h1 {
    font-size: calc(24px + 5vw);
  }
  .project-item .left .description {
    font-size: calc(24px + 1.4vw);
  }
  .project-item .right {
    width: 100%;
    padding-top: 0;
  }
  .project-item .right > div .txt {
    font-size: calc(24px + 1vw);
  }
  .p-thumb {
    height: auto;
    padding: 10vh 2vh;
  }
  .p-thumb .text {
    color: #0F1011;
    font-size: calc(24px + 0.8vw);
    line-height: auto;
  }
  .p-content-bloc, .col2-imgRight {
    flex-wrap: wrap;
  }
  .p-content-bloc .b_left, .col2-imgRight .b_left {
    width: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .p-content-bloc .b_right, .col2-imgRight .b_right {
    width: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .p-content-bloc .b_right .descr, .col2-imgRight .b_right .descr {
    font-size: calc(16px + 0.4vw);
  }
  .col2-imgRight {
    padding-top: 8vh;
    padding-bottom: 2vh;
  }
  .col2-imgRight h2 {
    margin-top: 48px;
  }
  .col-6 {
    width: 100%;
  }
  .m-marg-0 {
    margin: 0;
  }
  .p-quote {
    margin-top: 8vh;
  }
  /*-----------------*/
  /*----  Contact ---*/
  /*-----------------*/
  .contact_page .right p a {
    display: block;
    font-size: calc(24px + 1.2vw);
    padding-top: 24px;
    padding-bottom: 24px;
  }
  /*-----------------*/
  /*----  ARTICLE ---*/
  /*-----------------*/
  .article {
    padding-top: 7vh;
  }
  .article_section h2 {
    font-size: calc(24px + 3vw);
    margin-bottom: 32px;
  }
  .article_section h3 {
    font-size: calc(24px + 2vw);
    margin-bottom: 16px;
    line-height: 170%;
  }
  .article_section p {
    font-size: calc(16px + 1vw);
    line-height: 180%;
    margin-bottom: 48px;
  }
  .article_section .info {
    font-size: calc(16px + 1vw);
  }
  .article_section li {
    margin-bottom: 24px;
    font-size: calc(16px + 1vw);
  }
  /*-----------------*/
  /*----  FOOTER ---*/
  /*-----------------*/
  footer {
    position: relative;
  }
  footer div {
    padding: 6vh 4vw;
  }
  footer div p {
    font-size: calc(16px + 0.8vw);
  }
} /* END MEDIA QUERIES 780- *//*# sourceMappingURL=styles.css.map */