:root {
  --grey_line: rgba(87, 87, 86, .5);
  --transparent: rgba(0, 204, 0, 0);
  --white: #fff;
  --grey_dark: #111;
  --grey_dark_alpha: var(--grey_bg);
  --vert_flash: #0c0;
  --gris_typo: #1d1e1c;
  --grey_font: #999898;
  --marge_entrée_rubrique: 50px;
  --grey_filter: rgba(87, 87, 86, .7);
  --lightgrey_font: #aeaeae;
  --grey_bg: rgba(29, 30, 28, .9);
  --black: black;
  --height: 0px;
  --white-2: white;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Arsmaquettepro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.header_section {
  z-index: 10;
  border-bottom: 1px solid var(--grey_line);
  background-color: var(--transparent);
  opacity: 1;
  background-image: linear-gradient(rgba(15, 15, 15, .7), rgba(15, 15, 15, .7));
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 75px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
}

.hero_section {
  z-index: 6;
  border-bottom: 0px none var(--grey_line);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 85vh;
  min-height: auto;
  max-height: 100%;
  margin: 0;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
  left: 0;
  right: 0;
}

.footer_section {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.back-to-top_bg {
  aspect-ratio: auto;
  border-top: 1px solid var(--grey_line);
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  margin: auto 0 0;
  padding-bottom: 3px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.back-to-top_bg:hover {
  background-color: var(--grey_dark);
  background-image: linear-gradient(to bottom, var(--grey_dark_alpha), var(--grey_dark_alpha)), url('../images/grain-slow.gif');
  opacity: 1;
  color: var(--vert_flash);
  mix-blend-mode: normal;
  background-position: 0 0, 0 0;
  background-size: auto, 240px;
}

.back-to-top_btn {
  z-index: 100;
  opacity: 1;
  text-decoration: none;
  position: static;
}

.back-to-top_btn:hover {
  opacity: 1;
  color: var(--gris_typo);
}

.footer {
  z-index: 100;
  background-color: var(--vert_flash);
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  position: relative;
}

.back-to-top {
  opacity: 1;
  color: var(--gris_typo);
  font-size: 21px;
  font-weight: 300;
  text-decoration: none;
}

.back-to-top:hover {
  opacity: .5;
}

.image {
  flex: 0 auto;
  height: 45px;
  display: block;
}

.button-footer {
  border: 1px solid var(--gris_typo);
  background-color: var(--transparent);
  color: var(--gris_typo);
  cursor: none;
  border-radius: 20px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  transition: opacity .2s;
}

.button-footer:hover {
  background-color: var(--gris_typo);
  color: var(--white);
}

.button-footer-grey {
  border: 1px solid var(--gris_typo);
  background-color: var(--gris_typo);
  color: #fff;
  cursor: none;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

.button-footer-grey:hover {
  background-color: var(--transparent);
  color: var(--gris_typo);
}

.header-block-center {
  z-index: 100;
  aspect-ratio: auto;
  text-align: center;
  object-fit: contain;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 33%;
  height: 130px;
  display: flex;
  position: relative;
}

.header-block-right {
  width: 33%;
}

.header-block-left {
  width: 33%;
  padding-left: 35px;
}

.hamburger-wrapper {
  z-index: 3;
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0 10px;
  transition: filter .2s;
  display: flex;
  position: relative;
}

.hamburger-wrapper:hover {
  opacity: 1;
  filter: grayscale();
  mix-blend-mode: normal;
}

.menu-large {
  cursor: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 75px;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.menu {
  width: 30px;
  height: auto;
  position: absolute;
}

.line {
  background-color: #fbf9fc;
  width: 100%;
  height: 2px;
  margin-bottom: 12px;
}

.line.top {
  background-color: var(--vert_flash);
  height: 1px;
  margin-bottom: 10px;
}

.line.middle {
  background-color: var(--vert_flash);
  transform-origin: 50%;
  height: 1px;
  margin-bottom: 10px;
  transform: none;
}

.line.bottom {
  background-color: var(--vert_flash);
  height: 1px;
  margin-bottom: 0;
}

.grain {
  z-index: 1;
  opacity: .05;
  background-image: url('../images/grain-slow.gif');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
  height: auto;
  padding-left: 39px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grain.header {
  z-index: -1;
  opacity: .05;
  flex: 0 auto;
  height: 75px;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  background-color: var(--grey_dark);
  cursor: none;
  margin-left: auto;
  margin-right: auto;
}

.work_section {
  z-index: 2;
  border-right: 1px none var(--grey_line);
  border-left: 1px none var(--grey_line);
  height: auto;
  min-height: 100%;
  max-height: 8%;
  padding-left: 35px;
  padding-right: 35px;
  display: block;
  position: relative;
}

.contact_section {
  z-index: 2;
  height: 100vh;
  min-height: auto;
  max-height: 100vh;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
}

.hero_wrapper {
  border-right: 1px solid var(--grey_line);
  border-bottom: 1px none var(--grey_line);
  border-left: 1px solid var(--grey_line);
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100vh;
  max-height: 100vh;
  margin: auto 0;
  padding: 0;
  display: flex;
}

.h1_homepage_hero {
  color: var(--grey_font);
  width: 100%;
  margin-top: 45px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 20%;
  font-family: Wagon, sans-serif;
  font-size: 130px;
  font-style: italic;
  font-weight: 200;
  line-height: 100px;
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
}

.h1_homepage_hero_l2 {
  z-index: 3;
  color: var(--grey_font);
  text-align: left;
  justify-content: flex-end;
  width: 100%;
  height: 100px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 12%;
  font-family: Wagon, sans-serif;
  font-size: 130px;
  font-style: italic;
  font-weight: 200;
  line-height: 100px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.h1_homepage_hero_l3 {
  color: var(--grey_font);
  width: 100%;
  margin-top: 15px;
  padding-left: 17%;
  font-family: Wagon, sans-serif;
  font-size: 130px;
  font-style: italic;
  font-weight: 200;
  line-height: 100px;
  display: inline-block;
  position: relative;
  top: auto;
  left: 0;
}

.bg_color_homepage {
  z-index: 10;
  background-color: var(--transparent);
  mix-blend-mode: normal;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bg_color_homepage.work {
  background-color: var(--grey_dark_alpha);
}

.h2_hero_homepage {
  color: var(--grey_font);
  width: 30%;
  margin-top: 0;
  padding-top: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  display: inline-block;
  position: relative;
  top: -105px;
  left: 28.5%;
}

.bulle_home_01 {
  width: 260px;
  margin-top: -58px;
  position: relative;
  top: -307px;
  left: -372px;
}

.pola_anim_block {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  width: 250px;
  margin-left: auto;
  margin-right: 2%;
  display: flex;
  position: relative;
  top: 181px;
  left: auto;
}

.pola_home {
  object-fit: contain;
  width: 115px;
  max-width: none;
}

.pola {
  border: 7px solid var(--white);
  outline-offset: 0px;
  cursor: none;
  object-fit: fill;
  outline: 3px #333;
  justify-content: center;
  width: auto;
  max-width: none;
  display: flex;
  overflow: visible;
  transform: rotate(-5deg);
}

.pola.no_border {
  border-style: none;
}

.arrow_text {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
  top: -31px;
}

.homepage_category_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid var(--grey_line);
  border-left: 1px solid var(--grey_line);
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.heading {
  color: var(--grey_font);
  letter-spacing: .7px;
  border-right: 0 #000;
  min-height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 5px;
  font-family: Wagon, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 200;
}

.title_header_wrapper {
  margin-top: var(--marge_entrée_rubrique);
  flex: 1;
  align-self: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.etoile_verte_block {
  align-self: center;
  height: 60%;
}

.bio_section {
  z-index: 2;
  border: 0 #000;
  height: auto;
  min-height: 0;
  max-height: 100%;
  padding-left: 35px;
  padding-right: 35px;
  display: block;
  position: relative;
}

.homepage_project_01 {
  position: static;
}

.homepage_project_01_img {
  object-fit: contain;
  width: 30%;
  height: auto;
  position: relative;
  left: 194px;
}

.homepage_project_01_title-details {
  z-index: 2;
  flex-direction: column;
  width: auto;
  padding-left: 34%;
  display: block;
  position: relative;
  top: 86px;
  left: 0;
}

.h1_homepage_project {
  color: var(--vert_flash);
  font-family: Wagon, sans-serif;
  font-size: 110px;
  font-style: italic;
  font-weight: 200;
  line-height: 80px;
  display: block;
  position: static;
  left: 0;
}

.homepage_project_02 {
  margin-top: -80px;
  position: relative;
  top: auto;
}

.homepage_project_02_img {
  object-fit: contain;
  width: 30%;
  height: 100%;
  position: relative;
  left: 736px;
}

.homepage_project_number {
  color: var(--grey_font);
}

.homepage_project_details {
  color: var(--grey_font);
  flex: none;
  font-weight: 700;
  position: relative;
  top: -10px;
}

.homepage_project_03 {
  z-index: 2;
  margin-top: -90px;
  position: relative;
  top: auto;
}

.homepage_project_04 {
  margin-top: -140px;
  position: relative;
  top: auto;
}

.homepage_project_05 {
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  position: relative;
  top: -50px;
}

.homepage_project_02_title-details-copy {
  z-index: 2;
  flex-direction: column;
  width: 67%;
  display: block;
  position: relative;
  top: -85px;
  left: 264px;
}

.homepage_project_03_title-details {
  z-index: 2;
  flex-direction: column;
  width: auto;
  display: block;
  position: relative;
  top: 85px;
  left: auto;
}

.homepage_project_03_img {
  object-fit: contain;
  width: 30%;
  height: auto;
  position: relative;
  left: 184px;
}

.homepage_project_04_img {
  object-fit: contain;
  width: 30%;
  height: auto;
  position: relative;
  left: 736px;
}

.homepage_project_04_title-details {
  z-index: 2;
  flex-direction: column;
  width: auto;
  padding-left: 48%;
  display: block;
  position: relative;
  top: 86px;
  left: auto;
}

.homepage_project_05_img {
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  object-fit: contain;
  outline: 3px #333;
  width: 30%;
  height: auto;
  position: relative;
  left: 448px;
}

.all_works_btn_wrapper {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-end;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 50px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.bio_content_wrapper {
  margin-bottom: 0;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 35px;
  display: flex;
}

.homepage_bio {
  width: 65%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.homepage_bio_competences {
  border: 1px #000;
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  padding-top: 200px;
  padding-bottom: 100px;
  padding-left: 160px;
  display: flex;
}

.bio_paragraph_01 {
  color: var(--grey_filter);
  margin-bottom: 40px;
  margin-left: 0;
  padding-left: 220px;
  font-size: 32px;
  line-height: 36px;
}

.bio_paragraph_02 {
  color: var(--grey_filter);
  margin-bottom: 40px;
  padding-left: 0;
  font-size: 32px;
  line-height: 36px;
}

.h4_competences {
  color: var(--grey_font);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 22px;
}

.text-block {
  color: var(--lightgrey_font);
}

.h4_competences2 {
  color: var(--grey_font);
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 22px;
}

.button-light_grey {
  z-index: 999;
  border: 1px solid var(--lightgrey_font);
  background-color: var(--transparent);
  outline-offset: 0px;
  color: var(--lightgrey_font);
  cursor: none;
  border-radius: 20px;
  outline: 3px #1d1e1c;
  padding-top: 7px;
  padding-bottom: 7px;
  transition: opacity .3s;
  position: relative;
}

.button-light_grey:hover {
  background-color: var(--grey_font);
  color: var(--gris_typo);
}

.resume_btn_wrapper {
  border: 1px #000;
  margin-top: auto;
  padding-bottom: 0;
  padding-left: 0;
}

.homepage_work_wrapper {
  border-right: 1px solid var(--grey_line);
  border-bottom: 1px none var(--grey_line);
  border-left: 1px solid var(--grey_line);
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 60px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.homepage_contact_wrapper {
  border-right: 1px solid var(--grey_line);
  border-left: 1px solid var(--grey_line);
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-left: 39px;
  padding-right: 40px;
  display: flex;
}

.h1_homepage_contact {
  z-index: 2;
  color: var(--grey_font);
  flex: 0 auto;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 22%;
  font-family: Wagon, sans-serif;
  font-size: 130px;
  font-style: italic;
  font-weight: 200;
  line-height: 100px;
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
}

.h1_homepage_contact_l2 {
  z-index: 3;
  color: var(--grey_font);
  flex: none;
  order: 0;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Wagon, sans-serif;
  font-size: 130px;
  font-weight: 200;
  line-height: 100px;
  display: block;
  position: static;
  top: 0;
  left: 485px;
}

.h1_homepage_contact_l3 {
  z-index: 2;
  color: var(--grey_font);
  width: auto;
  margin-top: 30px;
  padding-top: 0;
  padding-left: 6%;
  font-family: Wagon, sans-serif;
  font-size: 130px;
  font-style: italic;
  font-weight: 200;
  line-height: 100px;
  display: inline-block;
  position: relative;
  top: 0;
  left: auto;
}

.h2_contact_homepage {
  z-index: 2;
  color: var(--grey_font);
  width: 28%;
  margin-top: -50px;
  padding-top: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  display: inline-block;
  position: relative;
  top: 0;
  left: 65%;
}

.homepage_contact_email {
  z-index: 3;
  pointer-events: none;
  cursor: none;
  width: auto;
  height: auto;
  padding-left: 53%;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 40px;
  left: auto;
}

.text_contact {
  pointer-events: auto;
  color: var(--vert_flash);
  cursor: none;
  font-family: Wagon, sans-serif;
  font-size: 28px;
  font-style: italic;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
}

.text_contact:hover {
  color: var(--lightgrey_font);
}

.text_contact.grey {
  color: var(--grey_font);
}

.homepage_contact_instagram {
  z-index: 3;
  pointer-events: auto;
  cursor: none;
  width: auto;
  height: auto;
  padding-left: 88%;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
  top: 43px;
  left: auto;
}

.homepage_contact_instagram:hover {
  color: var(--white);
  mix-blend-mode: normal;
}

.homepage_contact_linkedin {
  z-index: 3;
  pointer-events: auto;
  cursor: none;
  width: auto;
  height: auto;
  padding-left: 0%;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 0;
  left: 0%;
}

.contact_btn_wrapper {
  z-index: 5;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 50px;
  margin-bottom: 100px;
  padding-right: 10px;
  display: block;
  position: static;
  top: -60px;
}

.bulle_work_01 {
  width: 400px;
  padding-bottom: 20px;
  display: block;
  position: relative;
  top: 72px;
  left: -28%;
}

.h1_work_hero {
  color: var(--grey_font);
  width: 100%;
  margin-top: -100px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 64%;
  font-family: Wagon, sans-serif;
  font-size: 130px;
  font-style: italic;
  font-weight: 200;
  line-height: 100px;
  display: inline-block;
  position: relative;
  top: 0;
  left: auto;
}

.h1_work_hero_l2 {
  z-index: 3;
  color: var(--grey_font);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 22%;
  font-family: Wagon, sans-serif;
  font-size: 130px;
  font-style: italic;
  font-weight: 200;
  line-height: 100px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.h1_work_hero_l3 {
  color: var(--grey_font);
  width: 100%;
  margin-top: 0;
  margin-bottom: 4%;
  padding-left: 43%;
  font-family: Wagon, sans-serif;
  font-size: 130px;
  font-style: italic;
  font-weight: 200;
  line-height: 100px;
  display: inline-block;
  position: relative;
  top: 0;
  left: auto;
}

.bg_color_work {
  background-color: var(--transparent);
  mix-blend-mode: normal;
}

.work_project_wrapper {
  z-index: 6;
  border-style: none solid solid;
  border-width: 1px;
  border-color: black var(--grey_line) var(--grey_line);
  cursor: auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-left: 35px;
  margin-right: 35px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.work_project_wrapper.top {
  border-top-color: var(--grey_line);
}

.project_section {
  z-index: 6;
  border-top: 0px none var(--grey_line);
  border-right: 1px none var(--grey_line);
  border-left: 1px none var(--grey_line);
  height: auto;
  min-height: auto;
  max-height: none;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.project_year {
  color: var(--grey_filter);
  line-height: 14px;
}

.project_responsable {
  color: var(--lightgrey_font);
  line-height: 14px;
}

.form {
  z-index: 10;
  background-color: var(--transparent);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.success-message, .error-message {
  background-color: var(--transparent);
}

.form-block {
  margin-bottom: 0;
}

.h3_project_brand {
  color: var(--grey_font);
  letter-spacing: .7px;
  border-right: 0 #000;
  min-height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 5px;
  font-family: Wagon, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 200;
}

.h3_project_category {
  color: var(--grey_font);
  letter-spacing: .7px;
  border-right: 0 #000;
  min-height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 5px;
  padding-left: 5px;
  font-family: Wagon, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 200;
}

.h3_project_category.fs-cmsfilter_highlight {
  font-style: italic;
}

.h3_project_category.project_page {
  padding-left: 0;
  font-size: 24px;
  line-height: 24px;
  display: inline;
}

.h3_arrow {
  color: var(--grey_font);
  letter-spacing: .7px;
  border-right: 0 #000;
  min-height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Wagon, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 200;
  line-height: 20px;
}

.h3_arrow.green {
  color: var(--vert_flash);
  padding-right: 5px;
}

.h1_work_contact {
  z-index: 2;
  color: var(--grey_font);
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 10%;
  font-family: Wagon, sans-serif;
  font-size: 130px;
  font-style: italic;
  font-weight: 200;
  line-height: 100px;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}

.h1_work_contact_l2 {
  z-index: 3;
  color: var(--grey_font);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 45%;
  font-family: Wagon, sans-serif;
  font-size: 130px;
  font-style: italic;
  font-weight: 200;
  line-height: 100px;
  display: flex;
  position: relative;
  top: -15px;
  left: 0;
}

.h1_work_contact_l3 {
  z-index: 2;
  color: var(--grey_font);
  width: 100%;
  margin-top: -300px;
  padding-top: 0;
  padding-left: 23%;
  font-family: Wagon, sans-serif;
  font-size: 130px;
  font-style: italic;
  font-weight: 200;
  line-height: 100px;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}

.work_contact_instagram {
  z-index: 4;
  width: 100%;
  height: auto;
  padding-left: 85%;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 105px;
  left: 0;
}

.work_contact_email {
  z-index: 3;
  width: 100%;
  height: auto;
  padding-left: 4%;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 40px;
  left: auto;
}

.work_contact_linkedin {
  z-index: 3;
  width: 100%;
  height: auto;
  padding-left: 12%;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 5px;
  left: auto;
}

.bulle_work_02 {
  z-index: 2;
  width: 400px;
  position: relative;
  top: -336px;
  left: 65%;
}

.radio-button-field {
  border: 1px solid var(--grey_filter);
  color: var(--grey_filter);
  border-radius: 20px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 7px 12px;
}

.radio-button-field:hover {
  color: var(--grey_font);
}

.radio-button-field:focus {
  color: var(--vert_flash);
}

.radio-button {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.macaron_projet_wrapper {
  justify-content: center;
  height: 130px;
  display: flex;
  position: absolute;
  top: 8%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo_projet {
  align-self: auto;
  width: 8%;
  max-width: 8%;
}

.hero_wrapper_projet {
  object-fit: fill;
  border: 15px solid #fff;
  justify-content: center;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  display: flex;
}

.hero_section_projet {
  z-index: 2;
  border-bottom: 1px solid var(--grey_line);
  height: auto;
  max-height: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.projet_section {
  z-index: 2;
  border-right: 1px none var(--grey_line);
  border-left: 1px none var(--grey_line);
  height: auto;
  min-height: 100%;
  max-height: 8%;
  padding-left: 35px;
  padding-right: 35px;
  display: block;
  position: relative;
}

.project_wrapper_dtails {
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  position: static;
}

.project_title-links {
  z-index: 2;
  flex-direction: column;
  width: 60%;
  padding: 60px 35px 0 0;
  display: flex;
  position: static;
  top: 0;
  left: 0;
}

.project_details-links {
  z-index: 2;
  flex-direction: column;
  width: 37.5%;
  padding-top: 140px;
  padding-right: 0;
  display: flex;
  position: static;
  top: 0;
  left: 0;
}

.h1_project_client {
  color: var(--vert_flash);
  font-family: Wagon, sans-serif;
  font-size: 110px;
  font-style: italic;
  font-weight: 200;
  line-height: 100px;
  display: block;
  position: static;
  left: 0;
}

.h2_project_title {
  color: var(--lightgrey_font);
  letter-spacing: .5px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Wagon, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 200;
  line-height: 32px;
}

.project_agency_wrapper {
  color: var(--grey_bg);
  display: flex;
}

.project_agency {
  color: var(--grey_font);
  margin-right: 5px;
}

.project_date {
  color: var(--grey_line);
}

.project_details_p {
  color: var(--grey_font);
  margin-top: 40px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.project_details_arrow {
  width: 2.5%;
  padding-top: 140px;
}

.text-block-2 {
  color: var(--vert_flash);
  margin-right: 0;
  padding-right: 0;
  font-family: Wagon, sans-serif;
  font-size: 32px;
  font-style: italic;
  line-height: 27px;
}

.project_cover_img {
  object-fit: fill;
  border-radius: 0;
  width: 100%;
}

.project_category_wrapper {
  padding-top: 40px;
}

.project_category {
  border: 1px solid var(--grey_line);
  color: var(--grey_font);
  border-radius: 20px;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 12px;
  display: inline-block;
}

.fs-prevnext_collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-prevnext_collection-list-wrapper.hide {
  display: none;
}

.fs-prevnext_collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.fs-prevnext_block {
  border: 1px solid var(--grey_line);
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  padding: 9px 15px;
  display: block;
}

.project_wrapper_imgs {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.project_main_img {
  width: 100%;
  display: flex;
}

.project_citation {
  padding-top: 60px;
  padding-bottom: 40px;
}

.project_citation_text {
  color: var(--lightgrey_font);
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 48px;
  line-height: 52px;
}

.project_img_wrapper-40-60 {
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.project_img_01 {
  align-self: auto;
  width: 40%;
  padding-top: 0;
  padding-right: 20px;
}

.project_img_02 {
  width: 60%;
  padding-top: 240px;
  padding-bottom: 20px;
  padding-left: 0;
}

.project_img_03 {
  text-align: center;
  flex: 1;
  align-self: center;
  width: 100%;
  padding-top: 60px;
  padding-left: 0;
}

.h1_project_cases_l1 {
  z-index: 2;
  color: var(--grey_font);
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 26%;
  font-family: Wagon, sans-serif;
  font-size: 130px;
  font-style: italic;
  font-weight: 200;
  line-height: 100px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}

.h1_project_cases_l2 {
  z-index: 3;
  color: var(--grey_font);
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 45%;
  font-family: Wagon, sans-serif;
  font-size: 130px;
  font-style: italic;
  font-weight: 200;
  line-height: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: -14px;
  left: 0;
}

.project_cases_wrapper {
  border-right: 1px solid var(--grey_line);
  border-left: 1px solid var(--grey_line);
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 0 35px 40px;
  display: flex;
}

.project_img_wrapper-80 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project_wrapper {
  border-right: 1px solid var(--grey_line);
  border-left: 1px solid var(--grey_line);
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cases_section {
  height: auto;
  padding-left: 35px;
  padding-right: 35px;
}

.project_img_wrapper-60-40 {
  flex-direction: row;
  align-items: flex-start;
  padding-top: 60px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.project_img_04 {
  width: 60%;
  padding-right: 140px;
}

.project_img_05 {
  width: 40%;
  padding-top: 220px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.more_cases_naos {
  z-index: 3;
  width: 100%;
  height: auto;
  padding-left: 63%;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 55px;
  left: 0;
}

.more_cases_comexposium {
  z-index: 3;
  width: 100%;
  height: auto;
  padding-left: 31%;
  text-decoration: none;
  display: flex;
  position: relative;
  top: -78px;
  left: 0;
}

.more_cases_kering {
  z-index: 3;
  width: 100%;
  height: auto;
  padding-left: 15%;
  text-decoration: none;
  display: flex;
  position: relative;
  top: -62px;
  left: 0;
}

.more_cases_l-or-al {
  z-index: 3;
  width: 100%;
  height: auto;
  padding-left: 83%;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.more_cases_bsamourai {
  z-index: 3;
  width: 100%;
  height: auto;
  padding-left: 73%;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 70px;
  left: 0;
}

.bulle_project {
  z-index: 2;
  width: 350px;
  position: relative;
  top: 119px;
  left: 4%;
}

.fs-prevnext_row {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.fs-prevnext_collection-item {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.text-block-4 {
  color: var(--lightgrey_font);
  text-align: center;
  justify-content: space-around;
  margin-bottom: 0;
  display: block;
}

.prevnext_link {
  color: var(--transparent);
  flex-direction: row;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 0;
  padding: 1rem;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.prevnext_link.w--current {
  color: var(--transparent);
  height: 20px;
  max-height: 30px;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  position: absolute;
}

.preloader {
  z-index: 1000;
  background-color: var(--vert_flash);
  justify-content: center;
  align-items: center;
  padding-left: 80px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo_loader_wrapper {
  width: 400px;
}

.logo_loader_wrapper.header {
  cursor: none;
  width: auto;
  text-decoration: none;
}

.logo_loader_l1_wrapper {
  display: flex;
}

.logo_loader_l2_wrapper {
  text-align: right;
}

.logo_loader_star {
  width: 58px;
  margin-right: 25px;
}

.logo_loader_star.header {
  margin-right: 0;
}

.text-loader-l2 {
  color: var(--gris_typo);
  font-family: Wagon, sans-serif;
  font-size: 71px;
  font-style: italic;
  font-weight: 200;
  line-height: 70px;
}

.text-loader-l2.header {
  color: var(--lightgrey_font);
  width: 202px;
  font-size: 34px;
  font-style: italic;
  line-height: 29px;
}

.loader_pic_wrapper {
  z-index: -1;
  padding-left: 0;
  display: flex;
  position: relative;
  top: -30px;
  left: -75px;
  transform: rotate(0);
}

.loader_pic {
  border: 20px #000;
  width: 180px;
  transform: rotate(-5deg);
}

.loader_welcome_wrapper {
  flex-direction: column;
  justify-content: flex-end;
  width: 150px;
  padding-left: 15px;
  display: flex;
}

.preloader_welcome {
  width: 170px;
  padding-left: 40px;
}

.image_preloader {
  border: 7px solid var(--white);
  background-color: #fff;
}

.preloader_arrow {
  width: 60%;
}

.preloader_star_img.header {
  mix-blend-mode: normal;
  width: 48%;
  max-width: none;
  position: relative;
  top: -3px;
  transform: translate(0);
}

.text-loader-l1 {
  color: var(--gris_typo);
  font-family: Wagon, sans-serif;
  font-size: 71px;
  font-style: italic;
  font-weight: 200;
  line-height: 70px;
}

.text-loader-l1.header {
  color: var(--lightgrey_font);
  font-size: 34px;
  font-style: italic;
  line-height: 29px;
}

.bg_portrait_homepage {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.image-2 {
  aspect-ratio: auto;
  mix-blend-mode: normal;
  object-fit: fill;
  width: 100%;
  display: block;
}

.bg_squelette_homepage {
  z-index: 1;
  mix-blend-mode: multiply;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.parralax {
  z-index: auto;
  height: 4600px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.all_works_border_btn {
  z-index: auto;
  color: var(--grey_font);
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Cercle_crayon_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-clip: border-box;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 190px;
  height: 55px;
  margin-top: 0;
  padding: 40px 55px 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: static;
  left: auto;
  right: auto;
}

.all_works_btn {
  z-index: 999;
  background-color: var(--transparent);
  pointer-events: auto;
  color: var(--lightgrey_font);
  cursor: none;
  flex: none;
  margin-right: 21px;
  padding-left: 40px;
  padding-right: 40px;
  transition: opacity .2s;
  position: absolute;
}

.all_works_btn:hover {
  color: var(--white);
}

.all_works_border_btn-2 {
  z-index: 998;
  color: var(--grey_font);
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Cercle_crayon_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-clip: border-box;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 190px;
  height: 55px;
  margin-top: 0;
  padding: 40px 55px 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: absolute;
  left: auto;
  right: auto;
}

.bio_paragraph_03 {
  color: var(--grey_filter);
  margin-bottom: 40px;
  margin-left: 0;
  padding-left: 100px;
  font-size: 32px;
  line-height: 36px;
}

.contact_me_btn_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-end;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 50px;
  margin-top: 40px;
  margin-bottom: 80px;
  padding-right: 19.5%;
  display: flex;
  position: relative;
}

.contact_me_btn {
  z-index: 150;
  background-color: var(--transparent);
  pointer-events: auto;
  color: var(--lightgrey_font);
  cursor: none;
  flex: none;
  margin-right: 21px;
  padding-left: 40px;
  padding-right: 40px;
  transition: opacity .2s;
  position: absolute;
}

.contact_me_btn:hover {
  color: var(--white);
}

.contact_me_border_btn {
  z-index: 10;
  color: var(--grey_font);
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Cercle_crayon_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-clip: border-box;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 190px;
  height: 55px;
  margin-top: 0;
  padding: 40px 55px 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.contact_me_border_btn-2 {
  z-index: 1;
  color: var(--grey_font);
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Cercle_crayon_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-clip: border-box;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 190px;
  height: 55px;
  margin-top: 0;
  padding: 40px 55px 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: absolute;
  left: auto;
  right: auto;
}

.text_line_wrapper-2 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
}

.text_line_wrapper-2.is--creatives {
  transform-style: preserve-3d;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  transform: none;
}

.rotation_text-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rotation_text-2.is--website {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  height: auto;
  min-height: auto;
  padding-left: 40%;
  display: flex;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0)translate3d(0, 0, -50px);
}

.rotation_text-2.is--work {
  z-index: 999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  flex-direction: row;
  flex: 0 auto;
  align-self: auto;
  padding-left: 40%;
  display: flex;
  transform: translate3d(0, 0, -50px);
}

.rotation_text-2.is--product {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  padding-left: 40%;
  display: flex;
  transform: rotateX(-180deg)rotateY(0)rotateZ(0)translate3d(0, 0, -50px);
}

.rotation_text-2.is--return {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  padding-left: 40%;
  display: flex;
  transform: rotateX(-270deg)rotateY(0)rotateZ(0)translate3d(0, 0, -50px);
}

.text_row-2 {
  height: 9.17em;
}

.text_row-2._2 {
  flex-direction: column;
  justify-content: center;
  height: 100px;
  font-style: italic;
  display: flex;
}

.project_bg {
  z-index: -1;
  border-top: 1px none var(--grey_filter);
  border-bottom: 1px none var(--grey_line);
  background-color: var(--grey_bg);
  background-image: linear-gradient(to bottom, var(--grey_dark_alpha), var(--grey_dark_alpha));
  opacity: 1;
  mix-blend-mode: normal;
  flex-direction: row;
  flex: none;
  width: 100%;
  height: 0%;
  margin-top: 1px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .2s, height .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link_project_list {
  z-index: auto;
  object-fit: fill;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link_project_list:hover {
  opacity: 1;
  -webkit-text-stroke-color: var(--grey_font);
}

.cursor-wrapper {
  z-index: 10000;
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.cursor-inner {
  background-color: var(--white);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
  position: relative;
}

.cursor-h-txt {
  z-index: 1520;
  clear: none;
  color: var(--grey_font);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.cursor-outer {
  border: 2px solid var(--vert_flash);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_btn {
  cursor: none;
}

._141-close-button-wrapper {
  z-index: 3;
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 12%;
  left: 0%;
  right: 0%;
}

._141-close-button-inner {
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

._141-nav-item {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Wagon, sans-serif;
  font-size: 120px;
  font-weight: 200;
  text-decoration: none;
}

._141-close-button-x {
  background-color: #171717;
  border-radius: 100px;
  width: 2px;
  height: 20px;
  display: flex;
  position: absolute;
  transform: rotate(-45deg);
}

._141-close-button-x._2 {
  transform: rotate(45deg);
}

._141-menu-wrapper {
  z-index: 151;
  background-color: var(--gris_typo);
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

._141-close-button-outer {
  background-color: var(--lightgrey_font);
  opacity: 1;
  text-align: center;
  border-radius: 50%;
  flex: 1;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0;
}

._141-nav-text {
  color: #fff;
  text-align: right;
  margin-bottom: 10px;
  font-family: Wagon, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 200;
  line-height: 40px;
  text-decoration: none;
  transition: color .2s;
}

._141-nav-text:hover {
  color: var(--vert_flash);
}

._141-nav-text.off {
  text-decoration: line-through;
}

._141-nav-wrapper {
  z-index: 3;
  flex-direction: column;
  flex: none;
  order: -1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin: auto 0 auto 60px;
  display: flex;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

._141-nav-wrapper.signature {
  flex-flow: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0%;
  right: 0%;
}

.project_img_home {
  opacity: 1;
  filter: grayscale();
  cursor: none;
  left: 115px;
}

.container {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.cursor_wrap {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.hover_section {
  z-index: 100;
  border-top: 1px none var(--grey_line);
  position: relative;
}

.page-padding {
  padding: 2em 5%;
}

.page-padding.is-hover {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: auto;
  padding: 0;
  display: flex;
}

.cursor_list {
  width: 100%;
  height: 100%;
  transition: transform .4s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover_item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: padding .2s, color .2s;
  display: flex;
}

.hover_item:hover {
  color: rgba(0, 0, 0, .3);
  padding-left: 0;
  padding-right: 0;
}

.cursor_move {
  width: 24em;
  max-width: 90%;
}

.cursor_wrapper_pic {
  z-index: 1000;
  opacity: 0;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: transform .3s cubic-bezier(.645, .045, .355, 1), opacity .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(.5);
}

.cursor_item {
  width: 100%;
  height: 100%;
}

.project-css {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.work_contact_wrapper {
  border-right: 1px solid var(--grey_line);
  border-left: 1px solid var(--grey_line);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 35px;
  display: flex;
  position: relative;
}

.parralax_work {
  z-index: auto;
  height: 1900px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.bg_brain_01 {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.image-brain {
  aspect-ratio: auto;
  mix-blend-mode: multiply;
  object-fit: fill;
  width: 50%;
  max-width: 50%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bg_brain_02, .bg_brain_03, .bg_brain_04, .bg_brain_05, .bg_brain_06, .bg_brain_07, .bg_brain_08, .bg_brain_09, .bg_brain_10, .bg_brain_11, .bg_brain_12, .bg_brain_13, .bg_brain_14, .bg_brain_15, .bg_brain_16, .bg_brain_17 {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.homepage_project_05_title-details {
  z-index: 2;
  flex-direction: column;
  width: 60%;
  display: block;
  position: relative;
  top: 86px;
  left: 68px;
}

.dynamic-link-preview {
  color: var(--vert_flash);
  font-style: normal;
  text-decoration: none;
}

.signature_text {
  font-size: 12px;
}

.logo_footer {
  align-self: center;
  margin-right: 30%;
}

.btn_resume_footer {
  margin-right: 10%;
}

.btn_footer {
  flex-direction: row;
  margin-right: 5%;
  display: flex;
}

.signature_text_menu {
  color: var(--grey_font);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 5px;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.signature_text_menu:hover {
  opacity: 1;
}

.signature_text_menu-link {
  color: var(--grey_font);
  text-decoration: none;
  transition: color .2s;
}

.signature_text_menu-link:hover {
  opacity: 1;
  color: var(--white);
}

.arrow_project {
  align-items: center;
  width: 3%;
  display: flex;
}

.title_project {
  align-items: center;
  width: 30%;
  display: flex;
}

.category_project {
  flex-wrap: wrap;
  align-content: flex-start;
  width: 90%;
  margin-left: 5px;
  display: flex;
}

.year_project {
  flex-direction: column;
  align-items: flex-end;
  width: 10%;
  margin-left: 1%;
  padding-right: 5px;
  display: flex;
}

.category-year_project_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 67%;
  display: flex;
}

.bg_bokeh {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.image-bokeh {
  aspect-ratio: auto;
  mix-blend-mode: multiply;
  object-fit: fill;
  width: 100%;
  max-width: 100%;
  margin-top: -350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bg_dust {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: multiply;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.image-dust {
  aspect-ratio: auto;
  mix-blend-mode: multiply;
  object-fit: fill;
  width: 100%;
  max-width: 100%;
  margin-top: -350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bg_bokeh_homepage {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: multiply;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.next {
  color: var(--lightgrey_font);
  text-align: center;
  justify-content: space-around;
  margin-bottom: 0;
  display: block;
}

.link-2 {
  color: var(--lightgrey_font);
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}

.fs_prevnext_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 60px;
  display: grid;
}

.fs_prevnext_block {
  border: 1px solid var(--grey_line);
  background-color: var(--transparent);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.fs_prevnext_block:hover {
  background-color: var(--grey_dark_alpha);
  color: var(--white);
}

.fs_prevnext_empty {
  z-index: auto;
  background-color: var(--grey_dark);
  color: var(--grey_font);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.prevnext_item {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.previous_text {
  color: var(--grey_font);
}

.prevnext_list {
  position: relative;
}

.project_img {
  width: 100%;
}

.bg1 {
  border-right: 1px solid var(--grey_line);
  opacity: .5;
  width: 15%;
  height: 100%;
  max-height: 100%;
  margin-top: 75px;
  padding-top: 0;
  padding-left: 35px;
}

.bg2 {
  border-right: 1px solid var(--grey_line);
  opacity: .5;
  width: 8%;
  height: 100%;
  max-height: 100%;
  margin-top: 75px;
  padding-top: 0;
  padding-left: 0;
}

.bg3 {
  border-right: 1px solid var(--grey_line);
  opacity: .5;
  width: 20%;
  height: 100%;
  max-height: 100%;
  margin-top: 75px;
  padding-top: 0;
  padding-left: 0;
}

.h1_playground_hero {
  color: var(--grey_font);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 37%;
  font-family: Wagon, sans-serif;
  font-size: 130px;
  font-style: italic;
  font-weight: 200;
  line-height: 100px;
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
}

.h1_playground_hero_l2 {
  z-index: 3;
  color: var(--grey_font);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 48.5%;
  font-family: Wagon, sans-serif;
  font-size: 130px;
  font-style: italic;
  font-weight: 200;
  line-height: 100px;
  display: flex;
  position: relative;
  top: auto;
  left: 0;
}

.h1_playground_hero_l3 {
  color: var(--grey_font);
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 16.5%;
  font-family: Wagon, sans-serif;
  font-size: 130px;
  font-style: italic;
  font-weight: 200;
  line-height: 100px;
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
}

.bulle_playground_01 {
  width: 250px;
  position: relative;
  top: 175px;
  left: -19%;
}

.h2_playground {
  color: var(--vert_flash);
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 53%;
  font-family: Wagon, sans-serif;
  font-size: 110px;
  font-style: italic;
  font-weight: 200;
  line-height: 100px;
  display: block;
  position: static;
  left: 0;
}

.h2_playground.l1 {
  margin-top: 0;
  padding-left: 28%;
}

.h2_playground.l2 {
  padding-left: 41%;
}

.h2_playground.l3 {
  margin-top: -10px;
  padding-top: 0;
  padding-left: 19%;
}

.h2_playground.l4 {
  margin-top: -5px;
  padding-left: 43%;
}

.h2_playground.l5 {
  margin-top: -5px;
  padding-left: 10%;
}

.scroll_classique {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  font-family: Wagon, sans-serif;
  font-size: 72px;
  font-weight: 200;
  display: inline;
  transform: rotate(90deg);
}

.scroll_classique_wrapper {
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 45px;
  display: flex;
}

.scroll_classique_wrapper.home {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: -145px;
}

.scroll_classique_wrapper.work {
  margin-bottom: 20px;
}

.scroll_classique_wrapper.bottom {
  display: none;
}

.parralax_playground {
  z-index: auto;
  object-fit: contain;
  flex-direction: row;
  height: 2400px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.pola_playground {
  object-fit: contain;
  width: 125px;
  max-width: none;
}

.pola_anim_block_playground {
  z-index: -1;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  margin-left: 9%;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 0;
  left: auto;
}

.playground_pola_wrapper_01 {
  border-right: 1px none var(--grey_line);
  border-left: 1px none var(--grey_line);
  flex-direction: row;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  padding-left: 3%;
  padding-right: 0;
  display: flex;
  position: relative;
  top: -356px;
  left: 0;
}

.playground_content_wrapper {
  border-right: 1px solid var(--grey_line);
  border-left: 1px solid var(--grey_line);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 35px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
}

.horizontal-section {
  z-index: auto;
  border-top: 0px none var(--grey_line);
  border-right: 0px none var(--grey_line);
  border-left: 0px none var(--grey_line);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 70vh;
  min-height: auto;
  max-height: 100vh;
  margin-bottom: 0;
  padding: 0 35px;
  display: block;
  position: static;
  top: auto;
  bottom: auto;
  overflow: hidden;
}

.playground_sketches {
  z-index: 3;
  width: 100%;
  height: auto;
  padding-left: 42%;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 80px;
  left: auto;
}

.playground_posters {
  z-index: 3;
  width: 100%;
  height: auto;
  padding-left: 0%;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 185px;
  left: auto;
}

.playground_photos {
  z-index: 3;
  width: 100%;
  height: auto;
  padding-left: 76%;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 136px;
  left: auto;
}

.playground_side_projects {
  z-index: 3;
  width: 100%;
  height: auto;
  padding-left: 68%;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 257px;
  left: auto;
}

.playground_graffiti {
  z-index: 3;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  padding-left: 0%;
  padding-right: 15%;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 424px;
  left: auto;
}

.coeur_playground {
  width: 7%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 56px;
  bottom: auto;
  left: 89%;
  right: 0%;
}

.keep_scrolling {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  width: 5%;
  margin: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0%;
  right: 0%;
}

.keep_scrolling.bottom {
  z-index: 1;
  width: 5.5%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.keep_scrolling.top {
  width: 5%;
  padding-top: 0;
  display: flex;
  bottom: 10%;
}

.horizontal-sticky {
  align-items: stretch;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-trigger {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.wrapper {
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: none;
  display: none;
}

.list {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.horizontal-item {
  flex: none;
  align-self: center;
  width: 40%;
  height: 100%;
  padding-right: 5%;
}

.card {
  border: 1px none var(--grey_line);
  flex-direction: column;
  width: auto;
  height: auto;
  max-height: none;
  display: block;
}

.card_img_container {
  flex-direction: column;
  flex: 1;
  align-self: flex-start;
  width: auto;
  height: 80%;
  display: flex;
}

.card_img {
  aspect-ratio: auto;
  object-fit: fill;
  flex: 1;
  max-width: none;
  margin-bottom: 10px;
  display: inline-block;
  overflow: visible;
}

.playground_section {
  z-index: 6;
  height: auto;
  min-height: 100vh;
  max-height: none;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
  top: auto;
}

.h5_playground {
  color: var(--lightgrey_font);
  letter-spacing: .5px;
  margin-bottom: 0;
  margin-right: 2px;
  font-family: Wagon, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 200;
  text-decoration: none;
  display: inline;
}

.h6_playground {
  color: var(--grey_font);
  margin-top: 0;
  font-size: 11px;
  font-weight: 300;
  text-decoration: none;
}

.container_playground {
  z-index: 6;
  width: 100%;
  max-width: none;
  height: 70vh;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.container_playground.is--sticky {
  border-right: 1px solid var(--grey_line);
  border-left: 1px solid var(--grey_line);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 1440px;
  min-height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  padding: 60px 80px 20px;
  display: flex;
}

.image-heart {
  aspect-ratio: auto;
  mix-blend-mode: multiply;
  object-fit: fill;
  width: 50%;
  max-width: 50%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bg_heart_01, .bg_heart_02, .bg_heart_03, .bg_heart_04, .bg_heart_05, .bg_heart_06, .bg_heart_07, .bg_heart_08, .bg_heart_09, .bg_heart_10 {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.bg_playground {
  background-color: var(--transparent);
  mix-blend-mode: normal;
}

.text-loader-l1_new {
  color: var(--lightgrey_font);
  padding-bottom: 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
}

.logo_border {
  background-color: var(--lightgrey_font);
  flex: none;
  justify-content: flex-start;
  align-self: stretch;
  height: 3px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 0;
  display: flex;
}

.logo_mkl_wrapper {
  opacity: .5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.logo_mkl_wrapper:hover {
  opacity: .8;
}

.logo_mkl_wrapper.w--current {
  opacity: .5;
  width: 40px;
  text-decoration: none;
  transition: opacity .2s;
}

.logo_mkl_wrapper.w--current:hover {
  opacity: .8;
}

.bg_header_blurry {
  z-index: -3;
  border-bottom: 1px solid var(--grey_line);
  background-color: var(--grey_filter);
  opacity: .9;
  mix-blend-mode: darken;
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65));
  width: 100%;
  height: 75px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span {
  font-weight: 500;
}

.swiper {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: relative;
}

.swiper.is-main {
  height: 70vh;
}

.swiper.is-small {
  z-index: 3;
  align-items: center;
  height: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper.is-small {
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.swiper-slide.is-main {
  opacity: 0;
  width: 100%;
  height: 70vh;
  padding-top: 20px;
}

.swiper-slide.is-small {
  flex: none;
  align-self: center;
  width: auto;
  height: auto;
  padding: 0 4em 1.3em;
}

.image-flex {
  outline-offset: 0px;
  border-style: none;
  border-color: #000;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  outline: 3px #333;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  max-height: none;
  display: flex;
}

.image-flex_link {
  max-width: 90%;
  height: 60vh;
  margin-bottom: 60px;
  position: relative;
}

.image-flex_photo {
  box-shadow: 2px 2px 5px 0 var(--grey_bg);
  object-fit: contain;
  height: 100%;
  margin-top: 0;
}

.image-flex_photo.is-animate {
  cursor: auto;
  transform: translate(0, 100vh)scale(.8);
}

.image-flex_photo.is-animate.shadow {
  box-shadow: 2px 2px 10px 0 var(--grey_bg);
}

.images {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.images_list {
  width: 100%;
  height: auto;
  position: relative;
}

.images_item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.swiper-small_link {
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.main-wrapper {
  height: auto;
}

.page-wrapper {
  border-right: 1px solid var(--grey_line);
  border-left: 1px solid var(--grey_line);
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.fantome_img {
  width: 36px;
  max-width: none;
  height: 36px;
  margin-top: 2px;
}

.pacman_img {
  width: 38px;
  max-width: none;
  height: 38px;
}

.pacman_wrapper {
  z-index: 1;
  object-fit: contain;
  height: 100vh;
  max-height: 100vh;
  margin-bottom: auto;
  padding-top: 60vh;
  padding-bottom: 0%;
  display: flex;
  position: fixed;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.parralax-home {
  z-index: auto;
  object-fit: contain;
  height: 5000px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.radio-button-label-4 {
  line-height: 16px;
}

.hero_wrapper-work {
  border-right: 1px solid var(--grey_line);
  border-bottom: 1px solid var(--grey_line);
  border-left: 1px solid var(--grey_line);
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: auto;
  max-height: 100%;
  margin: auto 0;
  padding: 0;
  display: flex;
}

.playground_pola_wrapper_02 {
  border-right: 1px none var(--grey_line);
  border-left: 1px none var(--grey_line);
  flex-direction: row;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  max-height: none;
  margin-top: -70px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  padding-left: 0;
  padding-right: 0%;
  display: flex;
  position: relative;
  top: -303px;
  left: 0;
}

.pola02 {
  border: 7px solid var(--white);
  outline-offset: 0px;
  cursor: none;
  object-fit: fill;
  outline: 3px #333;
  justify-content: center;
  width: auto;
  max-width: none;
  display: flex;
  overflow: visible;
  transform: rotate(0);
}

.pola02.no_border {
  border-style: none;
  width: auto;
  transform: rotate(5deg);
}

.pola_playground-02 {
  object-fit: contain;
  width: 125px;
  max-width: none;
}

.playground_pola_wrapper_03 {
  border-right: 1px none var(--grey_line);
  border-left: 1px none var(--grey_line);
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  max-height: none;
  margin-top: 3%;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  padding-left: 35%;
  padding-right: 0;
  display: flex;
  position: relative;
  top: -313px;
  left: 0;
}

.pola-3 {
  border: 7px solid var(--white);
  outline-offset: 0px;
  cursor: none;
  object-fit: fill;
  outline: 3px #333;
  justify-content: center;
  width: auto;
  max-width: none;
  margin-right: 0%;
  display: flex;
  overflow: visible;
  transform: rotate(9deg);
}

.pola-3.no_border {
  border-style: none;
}

.tape_01 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8%;
  display: flex;
  position: absolute;
  top: -21px;
  left: 127px;
}

.tape_02 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8%;
  display: flex;
  position: absolute;
  top: -102%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tape_03 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8%;
  display: flex;
  position: absolute;
  top: -12%;
  bottom: auto;
  left: 35%;
  right: auto;
}

.lightbox-link {
  box-shadow: 0 7px 15px 5px var(--black);
}

.lightbox-link-2 {
  box-shadow: 0 5px 15px 7px var(--black);
}

.legend_project {
  color: var(--grey_font);
  text-align: left;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 10px;
  line-height: 14px;
  text-decoration: none;
}

.project_img_06 {
  text-align: center;
  flex: 1;
  align-self: center;
  width: 100%;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 20px;
}

.img_collection_work {
  width: 100%;
}

.lightbox-link-3, .lightbox-link-4, .lightbox-link-5, .lightbox-link-6 {
  text-decoration: none;
}

.project_img_07 {
  width: 50%;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 0;
}

.project_img_wrapper-50-50 {
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.vincennes_wrapper {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  transition: transform .3s, opacity .3s;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
  transform: scale(.5);
}

.link_bio_home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--lightgrey_font);
  overflow-wrap: normal;
  vertical-align: baseline;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  text-decoration: none;
  display: inline;
  position: static;
}

.link_bio_home:hover {
  color: var(--grey_font);
  text-decoration: none;
}

.image-11, .image-12 {
  display: block;
}

.bio_my_name_is {
  opacity: 1;
  border: 5px solid #fff;
  border-radius: 0;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 20em;
  min-width: auto;
  max-width: 90%;
  min-height: auto;
  display: block;
}

.bio_pics_home {
  z-index: 1000;
  border-radius: 50px;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.bio_vincennes {
  opacity: 1;
  outline-offset: 0px;
  border: 5px solid #fff;
  border-radius: 0;
  outline: 3px #333;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 20em;
  min-width: auto;
  max-width: 90%;
  min-height: auto;
  display: block;
}

.my_name_is_wrapper {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  transition: transform .3s, opacity .3s;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
  transform: scale(.3);
}

.bio_paragraph_04 {
  color: var(--grey_filter);
  margin-bottom: 40px;
  margin-left: 0;
  padding-left: 300px;
  font-size: 32px;
  line-height: 36px;
}

.caveman_wrapper, .ted_wrapper {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  transition: transform .3s, opacity .3s;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
  transform: scale(.5);
}

.bio_ted, .bio_caveman {
  opacity: 1;
  border: 5px solid #fff;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 20em;
  min-width: auto;
  max-width: 90%;
  min-height: auto;
  display: block;
}

.roshi_wrapper {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  transition: transform .3s, opacity .3s;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
  transform: scale(.5);
}

.bio_roshi {
  opacity: 1;
  border: 5px solid #fff;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 20em;
  min-width: auto;
  max-width: 90%;
  min-height: auto;
  display: block;
}

.cookie_wrapper {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  transition: transform .3s, opacity .3s;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
  transform: scale(.5);
}

.bio_cookie {
  opacity: 1;
  border: 5px solid #fff;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 20em;
  min-width: auto;
  max-width: 90%;
  min-height: auto;
  display: block;
}

@media screen and (min-width: 1280px) {
  .header_section {
    align-items: center;
    height: 75px;
  }

  .hero_section {
    min-width: 100%;
    height: 85vh;
    min-height: auto;
    max-height: 100vh;
    margin-left: 0;
    margin-right: 0;
  }

  .footer_section {
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .grain.header {
    flex: none;
    height: 75px;
  }

  .hero_wrapper {
    justify-content: space-around;
    min-width: 100%;
    height: 100%;
    min-height: auto;
    max-height: 100%;
  }

  .h1_homepage_hero {
    margin-top: 45px;
    padding-left: 20%;
    font-size: 140px;
    line-height: 110px;
    left: auto;
  }

  .h1_homepage_hero_l2 {
    padding-right: 10%;
    font-size: 140px;
    line-height: 110px;
  }

  .h1_homepage_hero_l3 {
    padding-left: 13%;
    font-size: 140px;
    line-height: 110px;
  }

  .h2_hero_homepage {
    font-size: 14px;
    top: -105px;
    left: 28.5%;
  }

  .bulle_home_01 {
    width: 280px;
    margin-top: -91px;
    top: -295px;
  }

  .pola_anim_block {
    top: 191px;
    left: auto;
  }

  .pola_home {
    width: 120px;
  }

  .pola {
    width: auto;
  }

  .bio_section {
    min-height: 0;
  }

  .homepage_project_01_title-details {
    padding-left: 34%;
  }

  .homepage_project_02_title-details-copy {
    width: 67%;
    left: 287px;
  }

  .homepage_project_04_title-details {
    padding-left: 48%;
  }

  .all_works_btn_wrapper {
    padding-right: 0;
  }

  .bio_content_wrapper {
    padding-left: 0;
    padding-right: 35px;
  }

  .homepage_bio {
    width: 65%;
  }

  .homepage_bio_competences {
    width: 35%;
    padding-left: 160px;
  }

  .bio_paragraph_02 {
    padding-left: 0;
  }

  .h1_homepage_contact, .h1_homepage_contact_l2 {
    font-size: 140px;
    line-height: 110px;
  }

  .h1_homepage_contact_l3 {
    padding-left: 6%;
    font-size: 140px;
    line-height: 110px;
  }

  .homepage_contact_instagram {
    padding-left: 90%;
  }

  .homepage_contact_linkedin {
    padding-left: 0%;
  }

  .bulle_work_01 {
    left: -28%;
  }

  .h1_work_hero, .h1_work_hero_l2, .h1_work_hero_l3 {
    left: 0;
  }

  .logo_projet {
    max-width: 8%;
  }

  .project_details_p {
    line-height: 20px;
  }

  .h1_project_cases_l1 {
    text-decoration: none;
  }

  .h1_project_cases_l2 {
    text-decoration: none;
    top: -14px;
    bottom: auto;
  }

  .bg_squelette_homepage {
    padding-top: 0%;
  }

  .contact_me_btn_wrapper {
    padding-right: 19.5%;
  }

  .rotation_text-2.is--website, .rotation_text-2.is--work, .rotation_text-2.is--product, .rotation_text-2.is--return {
    padding-left: 37%;
  }

  .project_img_home {
    left: 115px;
  }

  .work_contact_wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }

  .parralax_work {
    height: 1850px;
  }

  .logo_footer {
    margin-right: 33%;
  }

  .btn_footer {
    margin-right: 1%;
  }

  .h1_playground_hero, .h1_playground_hero_l2, .h1_playground_hero_l3 {
    left: 0;
  }

  .bulle_playground_01 {
    top: 261px;
    left: -14%;
  }

  .h2_playground.l2 {
    padding-left: 41%;
  }

  .parralax_playground {
    flex-direction: row;
    height: 2400px;
    min-height: auto;
    max-height: none;
    overflow: hidden;
  }

  .pola_playground {
    width: 165px;
  }

  .pola_anim_block_playground {
    margin-left: 9%;
    top: 0;
    left: auto;
  }

  .playground_content_wrapper {
    justify-content: center;
    height: auto;
    max-height: none;
    padding-left: 35px;
    padding-right: 35px;
  }

  .horizontal-section {
    height: auto;
    min-height: 100%;
    max-height: none;
    margin-top: 0;
    padding-top: 0;
  }

  .keep_scrolling.bottom {
    z-index: auto;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .keep_scrolling.top {
    display: flex;
  }

  .playground_section {
    height: auto;
    min-height: 100vh;
    max-height: none;
  }

  .bg_header_blurry {
    flex: none;
    height: 75px;
  }

  .swiper.is-main {
    top: 0;
  }

  .swiper-slide.is-main {
    padding-top: 0;
  }

  .image-flex {
    height: 70vh;
  }

  .image-flex_link {
    max-width: 90%;
    height: 60vh;
    margin-bottom: 60px;
  }

  .images {
    top: 0%;
  }

  .main-wrapper {
    min-height: 0;
    max-height: none;
  }

  .page-wrapper {
    min-height: auto;
    max-height: none;
  }

  .parralax-home {
    width: auto;
    height: 5000px;
  }

  .hero_wrapper-work {
    justify-content: center;
    min-width: 100%;
    height: 100%;
    min-height: auto;
    max-height: 100%;
  }

  .pola02 {
    width: auto;
  }

  .pola_playground-02 {
    width: 165px;
  }

  .playground_pola_wrapper_03 {
    margin-top: -6%;
    padding-top: 0%;
  }

  .pola-3 {
    width: auto;
  }

  .tape_03 {
    top: -11%;
  }

  .vincennes_wrapper {
    transform: scale(.2);
  }

  .bio_my_name_is {
    width: 18em;
    max-width: 100%;
  }

  .bio_pics_home {
    margin-bottom: 0;
  }

  .bio_vincennes {
    width: 15em;
  }

  .my_name_is_wrapper, .caveman_wrapper, .ted_wrapper {
    transform: scale(.2);
  }

  .bio_ted, .bio_caveman {
    width: 15em;
  }

  .roshi_wrapper {
    transform: scale(.2);
  }

  .bio_roshi {
    width: 15em;
  }

  .cookie_wrapper {
    transform: scale(.2);
  }

  .bio_cookie {
    width: 15em;
  }
}

@media screen and (min-width: 1440px) {
  .header_section {
    height: 75px;
  }

  .hero_section {
    min-width: 100%;
    min-height: auto;
    max-height: 100vh;
  }

  .footer_section {
    position: relative;
  }

  .grain.header {
    height: 75px;
  }

  .body {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .work_section {
    min-height: 0;
    max-height: 100%;
  }

  .contact_section {
    height: 85vh;
    min-height: 85vh;
    max-height: 85vh;
  }

  .hero_wrapper {
    min-width: 100%;
    height: 100%;
    min-height: auto;
    max-height: 100%;
  }

  .h1_homepage_hero {
    margin-top: 0;
    padding-left: 20%;
    left: 0;
  }

  .h1_homepage_hero_l2 {
    margin-top: 0;
    padding-right: 20%;
    left: auto;
  }

  .h1_homepage_hero_l3 {
    margin-top: 10px;
    padding-left: 20%;
    left: 0;
  }

  .h2_hero_homepage {
    width: 25%;
    top: -130px;
    left: 26%;
  }

  .bulle_home_01 {
    margin-top: -145px;
    margin-left: -59%;
    padding-left: 0%;
    top: -283px;
    left: auto;
  }

  .pola_anim_block {
    width: 250px;
    margin-right: 7%;
    top: 170px;
    left: auto;
  }

  .pola_home {
    width: 125px;
  }

  .pola {
    width: auto;
  }

  .homepage_category_wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }

  .title_header_wrapper {
    padding-left: 0;
  }

  .bio_section {
    min-height: 0;
  }

  .homepage_project_01_title-details {
    padding-left: 36%;
  }

  .homepage_project_02_img {
    left: 828px;
  }

  .homepage_project_04 {
    margin-top: -170px;
  }

  .homepage_project_02_title-details-copy {
    width: 59%;
    left: 412px;
  }

  .homepage_project_03_title-details {
    padding-left: 5%;
  }

  .homepage_project_03_img {
    left: 247px;
  }

  .homepage_project_04_img {
    left: 912px;
  }

  .homepage_project_04_title-details {
    padding-left: 55%;
  }

  .homepage_project_05_img {
    left: 391px;
  }

  .bio_content_wrapper {
    padding-left: 0;
    padding-right: 35px;
  }

  .homepage_bio {
    width: 60%;
  }

  .homepage_bio_competences {
    padding-left: 220px;
  }

  .homepage_work_wrapper, .homepage_contact_wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }

  .h1_homepage_contact {
    padding-left: 30%;
  }

  .h1_homepage_contact_l3 {
    padding-left: 13%;
  }

  .h2_contact_homepage {
    left: 65%;
  }

  .homepage_contact_email {
    padding-left: 57%;
  }

  .homepage_contact_linkedin {
    padding-left: 6%;
  }

  .bulle_work_01 {
    left: -28%;
  }

  .h1_work_hero {
    padding-left: 61%;
    left: 0;
  }

  .h1_work_hero_l2 {
    padding-left: 24%;
    left: 0;
  }

  .h1_work_hero_l3 {
    left: 0;
  }

  .h1_work_contact {
    padding-left: 18%;
  }

  .work_contact_instagram {
    z-index: 4;
    padding-left: 73%;
  }

  .work_contact_email {
    padding-left: 13%;
  }

  .work_contact_linkedin {
    padding-left: 14%;
  }

  .logo_projet {
    width: 6%;
    max-width: 6%;
  }

  .project_img_03 {
    width: 100%;
  }

  .h1_project_cases_l1 {
    padding-left: 27%;
  }

  .project_img_wrapper-80 {
    text-align: center;
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .more_cases_naos {
    padding-left: 60%;
  }

  .more_cases_comexposium {
    padding-left: 33%;
  }

  .more_cases_kering {
    padding-left: 18%;
  }

  .more_cases_l-or-al {
    padding-left: 81%;
  }

  .more_cases_bsamourai {
    padding-left: 68%;
  }

  .bulle_project {
    left: 7%;
  }

  .parralax {
    height: 4910px;
  }

  .contact_me_btn_wrapper {
    padding-right: 23.5%;
  }

  .rotation_text-2.is--website, .rotation_text-2.is--work, .rotation_text-2.is--product, .rotation_text-2.is--return {
    padding-left: 42%;
  }

  .project_bg {
    min-width: 100%;
  }

  .project_img_home {
    left: 146px;
  }

  .work_contact_wrapper {
    height: auto;
    min-height: 100%;
    max-height: 100%;
  }

  .parralax_work {
    flex: 1;
    height: auto;
    min-height: 1950px;
    max-height: 100%;
  }

  .homepage_project_05_title-details {
    width: 50%;
    left: 120px;
  }

  .logo_footer {
    margin-right: 40%;
  }

  .h1_playground_hero {
    padding-left: 39%;
    left: 0;
  }

  .h1_playground_hero_l2 {
    padding-left: 48%;
    left: 0;
  }

  .h1_playground_hero_l3 {
    padding-left: 15.5%;
    left: 0;
  }

  .bulle_playground_01 {
    top: 251px;
    left: -14%;
  }

  .h2_playground.l1 {
    padding-left: 31%;
  }

  .h2_playground.l2 {
    padding-left: 42%;
  }

  .h2_playground.l3 {
    padding-left: 22.5%;
  }

  .h2_playground.l4 {
    padding-left: 52%;
  }

  .h2_playground.l5 {
    padding-left: 15%;
  }

  .parralax_playground {
    height: 2500px;
    overflow: hidden;
  }

  .pola_playground {
    width: 175px;
  }

  .pola_anim_block_playground {
    width: 400px;
    margin-left: 11%;
    margin-right: auto;
    top: 0;
    left: auto;
  }

  .playground_pola_wrapper_01 {
    padding-left: 5%;
    padding-right: 35px;
  }

  .playground_content_wrapper {
    height: auto;
    max-height: none;
  }

  .playground_sketches {
    padding-left: 42%;
  }

  .playground_posters {
    padding-left: 2%;
  }

  .playground_photos {
    padding-left: 74%;
  }

  .playground_side_projects {
    padding-left: 64%;
  }

  .playground_graffiti {
    padding-left: 0%;
    padding-right: 21%;
  }

  .keep_scrolling.bottom {
    z-index: auto;
    width: auto;
    margin: 0;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .keep_scrolling.top {
    display: flex;
  }

  .playground_section {
    height: auto;
    max-height: none;
  }

  .container_playground {
    height: 75vh;
    margin-top: 0;
  }

  .bg_header_blurry {
    height: 75px;
  }

  .swiper-slide.is-main {
    height: 62vh;
  }

  .swiper-slide.is-small {
    padding-bottom: 1em;
  }

  .image-flex {
    outline-offset: 0px;
    border: 1px #000;
    border-width: 1px 0;
    outline: 3px #333;
    height: 70vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .image-flex_link {
    height: 65vh;
    margin-top: 0;
    margin-bottom: 0;
  }

  .images_item {
    height: 70vh;
    margin-top: 0;
    padding-top: 0;
  }

  .page-wrapper {
    border-right: 1px solid var(--grey_line);
    border-left: 1px solid var(--grey_line);
  }

  .keep_scrolling_img {
    width: 65px;
  }

  .pacman_img {
    width: 46px;
    max-width: none;
    height: 46px;
  }

  .pacman_wrapper {
    z-index: 1;
    margin-bottom: auto;
    padding-top: 60vh;
    padding-bottom: 0%;
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
  }

  .parralax-home {
    height: 5100px;
  }

  .hero_wrapper-work {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    height: 100%;
    min-height: auto;
    max-height: 100%;
  }

  .playground_pola_wrapper_02 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .pola02 {
    width: auto;
  }

  .pola_playground-02 {
    width: 175px;
  }

  .playground_pola_wrapper_03 {
    padding-left: 35%;
    padding-right: 35px;
  }

  .pola-3, .lightbox-link {
    width: auto;
  }

  .legend_project {
    padding-top: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .header_section {
    height: 75px;
  }

  .hero_section {
    min-width: 100%;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  .footer_section {
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-large {
    transition: filter .2s;
  }

  .menu-large:hover {
    filter: grayscale();
    mix-blend-mode: normal;
  }

  .grain.header {
    flex: 1;
    height: 75px;
  }

  .body {
    object-fit: fill;
    margin-bottom: 0;
    overflow: visible;
  }

  .work_section {
    border-left-style: none;
    border-right-style: none;
    top: 0;
  }

  .contact_section {
    height: auto;
    max-height: 100vh;
    margin-top: 0;
    padding-top: 0;
    top: 0;
  }

  .hero_wrapper {
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    min-height: 100vh;
    max-height: none;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
    position: static;
    top: 0;
  }

  .h1_homepage_hero {
    margin-top: 0;
    padding-top: 0;
    padding-left: 28%;
    top: -135px;
    left: 0;
  }

  .h1_homepage_hero_l2 {
    margin-top: 15px;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 26%;
    top: -135px;
    left: 0;
  }

  .h1_homepage_hero_l3 {
    margin-bottom: 0;
    padding-left: 30%;
    top: -115px;
    left: auto;
  }

  .bg_color_homepage {
    width: auto;
    max-width: none;
  }

  .h2_hero_homepage {
    width: 20%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    top: -215px;
    bottom: auto;
    left: 20.5%;
  }

  .bulle_home_01 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -46%;
    top: -467px;
    left: auto;
  }

  .pola_anim_block {
    justify-content: flex-end;
    width: 260px;
    margin-right: 9%;
    top: 30px;
    left: -73px;
  }

  .pola_home {
    width: 140px;
  }

  .homepage_category_wrapper {
    margin-bottom: 0;
    padding-bottom: 70px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .title_header_wrapper {
    padding-left: 0;
  }

  .bio_section {
    min-height: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
    bottom: auto;
  }

  .homepage_project_01_title-details {
    width: auto;
    padding-left: 45%;
    left: auto;
  }

  .homepage_project_02_img {
    left: 1136px;
  }

  .homepage_project_04 {
    margin-top: -166px;
  }

  .homepage_project_02_title-details-copy {
    width: 45%;
    left: 848px;
  }

  .homepage_project_03_title-details {
    width: 30%;
    left: 136px;
  }

  .homepage_project_03_img {
    left: 313px;
  }

  .homepage_project_04_img {
    left: 1229px;
  }

  .homepage_project_04_title-details {
    width: auto;
    padding-left: 57%;
    left: auto;
  }

  .homepage_project_05_img {
    left: 534px;
  }

  .bio_content_wrapper {
    padding-left: 0;
    padding-right: 35px;
  }

  .homepage_bio {
    border-left: 1px #000;
    height: 100%;
  }

  .homepage_bio_competences {
    height: 100%;
    margin-top: 200px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bio_paragraph_01 {
    padding-left: 220px;
  }

  .bio_paragraph_02 {
    padding-left: 80px;
  }

  .button-light_grey {
    cursor: none;
  }

  .resume_btn_wrapper {
    border-style: none;
    margin-top: 0;
    padding-left: 80px;
  }

  .homepage_work_wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }

  .homepage_contact_wrapper {
    margin-bottom: 0;
    padding: 140px 35px 0;
    position: relative;
    top: 0;
    bottom: 0;
  }

  .h1_homepage_contact {
    width: 100%;
    padding-left: 34%;
    left: 0;
  }

  .h1_homepage_contact_l2 {
    width: 100%;
  }

  .h1_homepage_contact_l3 {
    width: 100%;
    padding-left: 25%;
    left: auto;
  }

  .h2_contact_homepage {
    left: 65%;
  }

  .homepage_contact_email {
    width: auto;
    padding-left: 54%;
    left: auto;
  }

  .homepage_contact_instagram {
    justify-content: flex-end;
    width: auto;
    padding-left: 0;
    padding-right: 8%;
    left: auto;
  }

  .homepage_contact_linkedin {
    width: auto;
    padding-left: 20%;
    left: auto;
  }

  .bulle_work_01 {
    margin-left: 130px;
    left: -24%;
  }

  .h1_work_hero {
    margin-left: 0;
    padding-left: 60%;
    left: 0;
  }

  .h1_work_hero_l2 {
    margin-left: 0;
    padding-left: 32%;
    position: relative;
    top: 0;
    left: 0;
  }

  .h1_work_hero_l3 {
    margin-left: 0;
    padding-left: 46%;
    left: 0;
  }

  .h1_work_contact {
    padding-left: 20%;
    padding-right: 19%;
  }

  .h1_work_contact_l2 {
    padding-left: 43%;
  }

  .h1_work_contact_l3 {
    padding-left: 27%;
  }

  .work_contact_instagram {
    padding-left: 64%;
    left: 0;
  }

  .work_contact_email {
    width: 100%;
    padding-left: 15%;
    left: 0;
  }

  .work_contact_linkedin {
    padding-left: 20%;
  }

  .bulle_work_02 {
    left: 58%;
  }

  .radio-button {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .logo_projet {
    width: 5.3%;
    max-width: 5.3%;
  }

  .hero_wrapper_projet {
    border-width: 15px;
  }

  .projet_section {
    border-left-style: none;
    border-right-style: none;
  }

  .project_details-links {
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .h1_project_client {
    font-size: 140px;
  }

  .project_citation_text {
    padding-left: 30px;
  }

  .project_img_03 {
    width: 100%;
  }

  .h1_project_cases_l1 {
    padding-left: 34%;
    font-size: 140px;
    line-height: 110px;
  }

  .h1_project_cases_l2 {
    margin-bottom: 60px;
    font-size: 140px;
    line-height: 110px;
  }

  .more_cases_naos {
    padding-left: 59%;
  }

  .more_cases_comexposium {
    padding-left: 36%;
  }

  .more_cases_kering {
    padding-left: 24%;
  }

  .more_cases_l-or-al {
    padding-left: 77%;
  }

  .more_cases_bsamourai {
    padding-left: 66%;
  }

  .bulle_project {
    left: 307px;
  }

  .prevnext_link {
    color: var(--transparent);
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    padding: 1rem;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0;
    right: 0%;
  }

  .bg_portrait_homepage, .bg_squelette_homepage {
    width: auto;
  }

  .parralax {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 5750px;
    margin-top: -10%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .bio_paragraph_03 {
    padding-left: 220px;
  }

  .contact_me_btn_wrapper {
    padding-right: 26.5%;
    bottom: 0;
  }

  .text_line_wrapper-2.is--creatives {
    width: 100%;
    margin-left: 0%;
    padding-left: 0%;
  }

  .rotation_text-2.is--website, .rotation_text-2.is--work, .rotation_text-2.is--product, .rotation_text-2.is--return {
    padding-left: 51%;
  }

  ._141-menu-wrapper {
    display: none;
  }

  .project_img_home {
    left: 327px;
  }

  .work_contact_wrapper {
    min-height: 85vh;
    max-height: 100vh;
    padding-top: 140px;
  }

  .parralax_work {
    height: 2300px;
    min-height: 2300px;
  }

  .homepage_project_05_title-details {
    width: 30%;
    left: 152px;
  }

  .dynamic-link-preview {
    color: var(--vert_flash);
  }

  .signature_text {
    font-size: 12px;
  }

  .logo_footer {
    margin-right: 50%;
  }

  .fs_prevnext_wrapper {
    margin-top: 30px;
  }

  .fs_prevnext_block {
    border: 1px solid var(--grey_line);
    background-color: var(--transparent);
    cursor: none;
    border-radius: 20px;
    padding: .5rem 1rem;
  }

  .fs_prevnext_empty {
    background-color: var(--grey_dark);
  }

  .prevnext_item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .text-block-5 {
    color: var(--vert_flash);
  }

  .previous_text, .no_previous_text {
    color: var(--lightgrey_font);
  }

  .image-6 {
    width: auto;
  }

  .project_img.lightbox-link {
    width: 100%;
  }

  .bg1 {
    flex: 0 auto;
    margin-top: 75px;
  }

  .bg2, .bg3 {
    margin-top: 75px;
  }

  .h1_playground_hero {
    margin-top: -120px;
    margin-left: 0;
    padding-left: 40%;
    top: 0;
    left: 0;
  }

  .h1_playground_hero_l2 {
    margin-left: 0;
    padding-left: 47%;
    position: relative;
    top: 0;
    left: 0;
  }

  .h1_playground_hero_l3 {
    margin-left: 0;
    padding-left: 23%;
    left: 0;
  }

  .bulle_playground_01 {
    margin-top: 0;
    margin-left: -48%;
    top: 75px;
    left: 216px;
  }

  .h2_playground {
    font-size: 140px;
  }

  .h2_playground.l1 {
    margin-top: 0;
  }

  .h2_playground.l2 {
    margin-top: 0;
    padding-top: 30px;
    padding-left: 42%;
  }

  .h2_playground.l3 {
    margin-top: 0;
    padding-top: 15px;
  }

  .h2_playground.l4, .h2_playground.l5 {
    margin-top: 0;
    padding-top: 11px;
  }

  .scroll_classique_wrapper {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .scroll_classique_wrapper.home {
    margin-top: -135px;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    top: -160px;
  }

  .scroll_classique_wrapper.work {
    margin-bottom: 60px;
    padding-top: 60px;
  }

  .parralax_playground {
    z-index: auto;
    height: 2800px;
    position: absolute;
  }

  .pola_playground {
    width: 185px;
  }

  .pola_anim_block_playground {
    justify-content: flex-end;
    width: 400px;
    margin-left: 13%;
    margin-right: 9%;
    top: -60px;
    left: auto;
  }

  .playground_pola_wrapper_01 {
    padding-left: 35px;
    padding-right: 35px;
    display: flex;
    top: -391px;
  }

  .playground_content_wrapper {
    justify-content: center;
    height: 100%;
    margin-bottom: 0;
    padding-top: 0;
  }

  .horizontal-section {
    justify-content: flex-start;
    height: 80vh;
    display: flex;
    top: auto;
  }

  .playground_sketches {
    width: 100%;
    padding-left: 42.5%;
    left: 0;
  }

  .playground_posters {
    width: 100%;
    padding-left: 11%;
    left: 0;
  }

  .playground_photos {
    width: 100%;
    padding-left: 73%;
    left: 0;
  }

  .playground_side_projects {
    width: 100%;
    padding-left: 59%;
    top: 298px;
    left: 0;
  }

  .playground_graffiti {
    width: 100%;
    padding-left: 64%;
    top: 498px;
    left: 0;
  }

  .keep_scrolling {
    width: 65px;
    bottom: 1%;
  }

  .keep_scrolling.bottom {
    z-index: auto;
    flex-direction: column;
    align-items: center;
    width: 65px;
    height: 65px;
    margin: auto;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .keep_scrolling.top {
    display: flex;
    bottom: 0%;
  }

  .wrapper {
    padding-top: 0;
  }

  .list {
    margin-top: 0;
    padding-top: 0;
  }

  .horizontal-item {
    width: 37%;
    margin-top: auto;
    padding-right: 3%;
  }

  .card_img_container {
    width: 70%;
    height: auto;
    max-height: none;
    transform: rotate(0);
  }

  .card_img {
    box-shadow: 5px 2px 15px 3px var(--black);
    flex: 1;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .playground_section {
    height: 90vh;
    top: 0;
  }

  .h5_playground {
    margin-right: 5px;
  }

  .h6_playground {
    padding-left: 10px;
  }

  .container_playground {
    border-right: 0px none var(--grey_line);
    border-left: 0px none var(--grey_line);
    height: 80vh;
    margin-top: 0;
    padding-top: 0;
  }

  .container_playground.is--sticky {
    max-width: 1920px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    top: 0;
  }

  .image-heart {
    width: 40%;
    max-width: 40%;
    margin-top: 135px;
  }

  .bg_heart_01 {
    align-self: center;
  }

  .bg_playground {
    z-index: 2;
    position: relative;
  }

  .bg_header_blurry {
    height: 75px;
  }

  .swiper.is-main {
    height: 73vh;
  }

  .swiper.is-small {
    height: 50px;
    margin-bottom: 1em;
    padding-bottom: 0;
  }

  .swiper-slide.is-small {
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .image-flex {
    outline-color: var(--grey_filter);
    outline-offset: 0px;
    border: 0 #000;
    outline-width: 3px;
    outline-style: none;
    align-items: flex-end;
    height: 75vh;
  }

  .image-flex_link {
    align-self: center;
    max-width: 90%;
    height: 63vh;
    margin-top: 40px;
    margin-bottom: -20px;
    padding-top: 0;
  }

  .image-flex_link.shadow {
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, .1);
  }

  .image-flex_photo {
    box-shadow: none;
  }

  .image-flex_photo.is-animate {
    box-shadow: none;
    transform: translate(0, 100vh)scale(.8);
  }

  .images_item {
    height: 75vh;
  }

  .page-wrapper {
    z-index: auto;
  }

  .keep_scrolling_img {
    width: 65px;
  }

  .fantome_wrapper {
    z-index: 10;
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 25%;
    padding-bottom: 25%;
    display: flex;
    position: fixed;
    top: auto;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .fantome_img {
    width: 42px;
    max-width: none;
    height: 42px;
    margin-top: 2px;
    padding-top: 0;
  }

  .pacman_img {
    width: 46px;
    max-width: none;
    height: 46px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .pacman_wrapper {
    z-index: 1;
    height: 90vh;
    max-height: 90vh;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 60vh;
    padding-bottom: 0%;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .parralax-home {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 5700px;
    margin-top: -10%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hero_wrapper-work {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
    position: static;
    top: 0;
  }

  .playground_pola_wrapper_02 {
    padding-left: 35px;
    padding-right: 35px;
    display: flex;
    top: -379px;
  }

  .pola_playground-02 {
    width: 185px;
  }

  .playground_pola_wrapper_03 {
    padding-left: 35%;
    padding-right: 35px;
    display: flex;
  }

  .lightbox-link {
    width: 100%;
  }

  .legend_project {
    padding-top: 30px;
  }

  .vincennes_wrapper {
    text-decoration: none;
    display: none;
  }

  .image-10 {
    max-width: 100%;
  }

  .link_bio_home {
    color: var(--lightgrey_font);
    text-decoration: none;
    display: inline-block;
  }

  .my_name_is_wrapper {
    text-decoration: none;
    display: none;
  }

  .bio_paragraph_04 {
    padding-left: 220px;
  }

  .caveman_wrapper, .ted_wrapper, .roshi_wrapper, .cookie_wrapper {
    text-decoration: none;
    display: none;
  }
}

@media screen and (max-width: 991px) {
  label {
    font-size: 12px;
  }

  .header_section {
    align-items: center;
    height: 75px;
    position: -webkit-sticky;
    position: sticky;
  }

  .hero_section {
    height: 85vh;
    min-height: auto;
    max-height: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .back-to-top_bg {
    height: 45px;
  }

  .footer {
    height: 80px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .back-to-top {
    font-size: 18px;
    line-height: 18px;
  }

  .image {
    height: 40px;
  }

  .button-footer {
    margin-right: 7px;
    padding: 2px 10px;
  }

  .button-footer-grey {
    padding: 2px 10px;
  }

  .header-block-center {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-block-right {
    justify-content: flex-end;
    display: flex;
  }

  .header-block-left {
    padding-left: 25px;
    display: flex;
  }

  .hamburger-wrapper {
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-large {
    cursor: pointer;
    width: 80px;
    height: 75px;
    display: flex;
  }

  .menu {
    width: 25px;
  }

  .grain.header {
    flex: 1;
    width: auto;
    max-width: none;
    height: 75px;
    padding-left: 35px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .body {
    cursor: auto;
  }

  .work_section {
    max-height: none;
    padding-left: 25px;
    padding-right: 25px;
  }

  .contact_section {
    height: auto;
    min-height: 85vh;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero_wrapper {
    overflow-wrap: normal;
    justify-content: center;
    height: auto;
    min-height: 100vh;
    max-height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .h1_homepage_hero {
    z-index: 2;
    margin-top: -20px;
    padding-left: 8%;
    font-size: 110px;
    line-height: 90px;
    left: 0;
  }

  .h1_homepage_hero_l2 {
    width: 100%;
    padding-right: 3%;
    font-size: 110px;
    line-height: 90px;
    left: auto;
  }

  .h1_homepage_hero_l3 {
    margin-top: 0;
    padding-left: 12%;
    font-size: 110px;
    line-height: 90px;
    left: auto;
  }

  .h2_hero_homepage {
    width: 33%;
    font-size: 11px;
    line-height: 15px;
    top: -88px;
    left: 31.5%;
  }

  .bulle_home_01 {
    width: 220px;
    margin-top: -102px;
    top: -80px;
    left: -236px;
  }

  .pola_anim_block {
    z-index: 1;
    cursor: auto;
    width: 220px;
    margin-right: 12%;
    top: 5px;
    left: 0;
  }

  .pola_home {
    width: 100px;
  }

  .pola {
    cursor: pointer;
    width: auto;
    transform: rotate(-5deg);
  }

  .homepage_category_wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading {
    font-size: 28px;
  }

  .title_header_wrapper {
    align-self: flex-start;
    align-items: stretch;
    margin-top: 25px;
  }

  .etoile_verte_block {
    align-self: center;
    margin-bottom: 5px;
  }

  .bio_section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .homepage_project_01_title-details {
    padding-left: 40%;
    top: 54px;
  }

  .h1_homepage_project {
    font-size: 80px;
    line-height: 50px;
  }

  .homepage_project_02 {
    margin-top: -30px;
  }

  .homepage_project_02_img {
    cursor: pointer;
    left: 450px;
  }

  .homepage_project_number, .homepage_project_details {
    font-size: 11px;
    line-height: 17px;
  }

  .homepage_project_03 {
    margin-top: -65px;
  }

  .homepage_project_04 {
    margin-top: -122px;
  }

  .homepage_project_05 {
    margin-bottom: -15px;
    top: -60px;
  }

  .homepage_project_02_title-details-copy {
    width: 66%;
    top: -55px;
    left: 199px;
  }

  .homepage_project_03_title-details {
    top: 50px;
  }

  .homepage_project_03_img {
    cursor: pointer;
    left: 100px;
  }

  .homepage_project_04_img {
    cursor: pointer;
    left: 470px;
  }

  .homepage_project_04_title-details {
    padding-left: 49%;
    top: 50px;
  }

  .homepage_project_05_img {
    left: 217px;
  }

  .bio_content_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .homepage_bio_competences {
    padding-top: 150px;
    padding-left: 80px;
  }

  .bio_paragraph_01 {
    padding-left: 120px;
    font-size: 22px;
    line-height: 26px;
  }

  .bio_paragraph_02 {
    font-size: 22px;
    line-height: 26px;
  }

  .h4_competences {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block {
    font-size: 11px;
    line-height: 17px;
  }

  .h4_competences2 {
    font-size: 14px;
    line-height: 18px;
  }

  .button-light_grey {
    cursor: pointer;
    padding: 5px 12px;
    font-size: 12px;
    line-height: 18px;
  }

  .resume_btn_wrapper {
    padding-left: 15px;
  }

  .homepage_work_wrapper, .homepage_contact_wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .h1_homepage_contact {
    height: auto;
    padding-left: 18%;
    font-size: 110px;
    line-height: 90px;
  }

  .h1_homepage_contact_l2 {
    font-size: 110px;
  }

  .h1_homepage_contact_l3 {
    padding-left: 4%;
    font-size: 110px;
    line-height: 90px;
  }

  .h2_contact_homepage {
    width: 29%;
    font-size: 11px;
    line-height: 15px;
    left: 475px;
  }

  .homepage_contact_email {
    cursor: auto;
    padding-left: 57%;
  }

  .text_contact {
    cursor: pointer;
    font-size: 22px;
    font-weight: 200;
    line-height: 22px;
  }

  .homepage_contact_instagram {
    cursor: auto;
    padding-left: 87.5%;
    top: 32px;
  }

  .homepage_contact_linkedin {
    cursor: auto;
    margin-left: -1%;
    padding-left: 0%;
    top: -1px;
    left: auto;
  }

  .bulle_work_01 {
    width: 290px;
    margin-top: 0;
    margin-bottom: -36px;
    padding-top: 15px;
    padding-bottom: 0;
    top: -32px;
    left: -25%;
  }

  .h1_work_hero {
    padding-left: 62%;
    font-size: 110px;
    line-height: 90px;
    left: 0;
  }

  .h1_work_hero_l2 {
    width: 100%;
    padding-left: 12%;
    font-size: 110px;
    line-height: 90px;
    top: 5px;
    left: 0;
  }

  .h1_work_hero_l3 {
    margin-bottom: 80px;
    padding-left: 39%;
    font-size: 110px;
    line-height: 90px;
    left: 0;
  }

  .work_project_wrapper {
    margin-left: 25px;
    margin-right: 25px;
  }

  .project_year, .project_responsable {
    font-size: 12px;
  }

  .form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
    width: 80%;
  }

  .form-block {
    text-align: center;
    justify-content: center;
    width: 80vw;
    display: flex;
  }

  .h3_project_brand {
    padding-left: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .h3_project_category.fs-cmsfilter_highlight {
    margin-right: 0;
    padding-left: 2px;
    font-size: 22px;
    line-height: 32px;
  }

  .h3_project_category.project_page {
    font-size: 22px;
    line-height: 22px;
  }

  .h3_arrow {
    padding-right: 2px;
    font-size: 28px;
  }

  .h1_work_contact {
    height: auto;
    font-size: 110px;
    line-height: 90px;
  }

  .h1_work_contact_l2 {
    font-size: 110px;
    line-height: 90px;
  }

  .h1_work_contact_l3 {
    margin-bottom: 60px;
    padding-left: 17%;
    font-size: 110px;
    line-height: 90px;
    top: 80px;
  }

  .work_contact_instagram {
    padding-left: 82%;
    top: 60px;
  }

  .work_contact_email {
    padding-left: 1%;
    top: 23px;
  }

  .work_contact_linkedin {
    padding-left: 2%;
    top: -15px;
  }

  .bulle_work_02 {
    width: 290px;
    top: -295px;
    left: 60.5%;
  }

  .radio-button-field {
    margin-left: 3px;
    margin-right: 3px;
    padding: 3px 10px 4px;
  }

  .macaron_projet_wrapper {
    height: 90px;
  }

  .logo_projet {
    width: 9%;
    max-width: 9%;
  }

  .hero_wrapper_projet {
    border-width: 12px;
  }

  .projet_section {
    border-left-style: none;
    border-right-style: none;
    padding-left: 25px;
    padding-right: 25px;
  }

  .project_wrapper_dtails {
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
  }

  .project_title-links {
    width: 100%;
  }

  .project_details-links {
    width: 100%;
    padding-top: 20px;
  }

  .h1_project_client {
    font-size: 90px;
    line-height: 70px;
  }

  .h2_project_title {
    font-size: 28px;
    line-height: 28px;
  }

  .project_details_p {
    width: 70%;
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
  }

  .project_details_arrow {
    width: 3%;
    margin-right: 5px;
    padding-top: 20px;
    padding-right: 0;
  }

  .project_category_wrapper {
    padding-top: 30px;
  }

  .project_category {
    margin-bottom: 10px;
  }

  .project_citation_text {
    font-size: 36px;
    line-height: 36px;
  }

  .project_img_wrapper-40-60 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .project_img_01 {
    padding-right: 0;
  }

  .h1_project_cases_l1 {
    font-size: 110px;
    line-height: 90px;
    top: -9px;
  }

  .h1_project_cases_l2 {
    font-size: 110px;
    line-height: 90px;
    top: -20px;
  }

  .project_cases_wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .project_img_wrapper-80 {
    width: 80%;
  }

  .cases_section, .project_img_wrapper-60-40 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .project_img_04 {
    width: 60%;
    padding-right: 30px;
  }

  .project_img_05 {
    padding-left: 0;
  }

  .more_cases_naos {
    padding-left: 66%;
    top: 39px;
  }

  .more_cases_comexposium {
    padding-left: 24%;
    top: -68px;
  }

  .more_cases_kering {
    padding-left: 12%;
    top: -50px;
  }

  .more_cases_l-or-al {
    padding-left: 89%;
    top: -6px;
  }

  .more_cases_bsamourai {
    top: 58px;
  }

  .bulle_project {
    width: 290px;
    top: 80px;
    left: -1%;
  }

  .logo_loader_wrapper.header.w--current {
    cursor: pointer;
  }

  .logo_loader_star.header {
    width: 55px;
    margin-top: 0;
  }

  .text-loader-l2.header {
    font-size: 30px;
    line-height: 25px;
  }

  .preloader_star_img.header {
    position: relative;
    top: -5px;
  }

  .text-loader-l1.header {
    font-size: 30px;
    line-height: 25px;
  }

  .bg_portrait_homepage {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .image-2 {
    flex: 0 auto;
    margin-top: 0;
    padding-top: 0;
  }

  .bg_squelette_homepage {
    margin-top: 0;
    padding-top: 0;
  }

  .parralax {
    height: 3650px;
    margin-top: 0;
    padding-top: 0;
  }

  .all_works_border_btn {
    width: 160px;
    height: 35px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .all_works_btn {
    cursor: pointer;
    margin-top: 0;
    margin-right: 10px;
    font-size: 12px;
    line-height: 18px;
    top: 5px;
  }

  .all_works_border_btn-2 {
    width: 150px;
    height: 35px;
    padding-top: 30px;
  }

  .bio_paragraph_03 {
    padding-left: 120px;
    font-size: 22px;
    line-height: 26px;
  }

  .contact_me_btn_wrapper {
    margin-bottom: 0;
    padding-bottom: 140px;
    padding-right: 8%;
  }

  .contact_me_btn {
    cursor: pointer;
    font-size: 12px;
    line-height: 18px;
    top: 7px;
  }

  .contact_me_border_btn, .contact_me_border_btn-2 {
    padding-top: 30px;
  }

  .rotation_text-2.is--website, .rotation_text-2.is--work, .rotation_text-2.is--product, .rotation_text-2.is--return {
    padding-left: 32%;
  }

  .cursor-wrapper {
    z-index: -100;
    display: none;
  }

  ._141-close-button-wrapper {
    flex-direction: column;
    width: 30px;
    height: 30px;
    margin-right: auto;
    top: auto;
    bottom: 10%;
    left: 0%;
    right: 0%;
  }

  ._141-close-button-x {
    height: 17px;
  }

  ._141-menu-wrapper {
    width: 100%;
    display: none;
    position: fixed;
    bottom: 0;
  }

  ._141-nav-text {
    font-size: 45px;
    line-height: 35px;
  }

  ._141-nav-wrapper {
    margin-right: 30px;
    top: 10%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .project_img_home {
    cursor: pointer;
    object-fit: contain;
    left: 100px;
  }

  .page-padding.is-hover, .hover_item {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hover_item:hover {
    color: #000;
    padding-left: 0%;
    padding-right: 0%;
  }

  .cursor_wrapper_pic {
    display: none;
  }

  .work_contact_wrapper {
    height: auto;
    min-height: 85vh;
    max-height: 100vh;
    padding-left: 25px;
    padding-right: 25px;
  }

  .radio-button-label {
    font-size: 12px;
  }

  .parralax_work {
    height: 2200px;
  }

  .image-brain {
    width: 80%;
    max-width: 80%;
  }

  .homepage_project_05_title-details {
    top: 54px;
    left: 65px;
  }

  .signature_text {
    font-size: 12px;
    line-height: 14px;
  }

  .logo_footer, .btn_resume_footer {
    margin-right: 8%;
  }

  .btn_footer {
    justify-content: space-between;
    margin-right: 0%;
    display: flex;
  }

  .signature_text_menu, .signature_text_menu-link {
    font-size: 10px;
    line-height: 14px;
  }

  .image-bokeh {
    width: 100%;
    max-width: 100%;
  }

  .image-dust {
    width: 130%;
    max-width: 130%;
    margin-top: -100px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .fs_prevnext_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .fs_prevnext_block {
    padding: .125rem .25rem .25rem .125rem;
  }

  .bg1, .bg2, .bg3 {
    margin-top: 75px;
  }

  .h1_playground_hero {
    padding-left: 36%;
    font-size: 110px;
    line-height: 90px;
    left: 0;
  }

  .h1_playground_hero_l2 {
    width: 100%;
    padding-left: 48%;
    font-size: 110px;
    line-height: 90px;
    top: 5px;
    left: 0;
  }

  .h1_playground_hero_l3 {
    margin-bottom: 80px;
    padding-top: 17px;
    padding-left: 8%;
    font-size: 110px;
    line-height: 90px;
    left: 0;
  }

  .bulle_playground_01 {
    width: 220px;
    margin-top: 0;
    padding-top: 0;
    top: 172px;
    left: -20%;
  }

  .h2_playground {
    font-size: 90px;
    line-height: 70px;
  }

  .h2_playground.l1 {
    margin-top: 0;
    padding-left: 20%;
  }

  .h2_playground.l2 {
    margin-top: 0;
    padding-top: 8px;
    padding-left: 42%;
  }

  .h2_playground.l3 {
    margin-top: 0;
    padding-left: 8%;
  }

  .h2_playground.l4 {
    margin-top: 8px;
    padding-left: 30%;
  }

  .h2_playground.l5 {
    margin-top: 8px;
    padding-left: 1%;
  }

  .scroll_classique.scroll_btm {
    flex-direction: row;
    padding-top: 25px;
    display: flex;
  }

  .scroll_classique.scroll_btm-up {
    flex-direction: row;
    margin-bottom: 130px;
    margin-right: -25px;
    padding-top: 25px;
    display: flex;
    transform: rotate(-90deg);
  }

  .scroll_classique_wrapper {
    padding-bottom: 0;
  }

  .scroll_classique_wrapper.home {
    top: -35px;
  }

  .scroll_classique_wrapper.work {
    margin-top: 40px;
    margin-bottom: -30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .scroll_classique_wrapper.bottom {
    z-index: -1;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .parralax_playground {
    height: 2600px;
  }

  .pola_playground {
    width: 115px;
  }

  .pola_anim_block_playground {
    z-index: -1;
    cursor: pointer;
    width: 200px;
    margin-left: 0%;
    margin-right: 3%;
    top: 0;
    left: 0;
  }

  .playground_pola_wrapper_01 {
    padding-left: 3%;
    padding-right: 25px;
    top: -510px;
    left: -14px;
  }

  .playground_content_wrapper {
    justify-content: center;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 0;
    top: auto;
    bottom: auto;
  }

  .horizontal-section {
    height: 80vh;
    max-height: 100vh;
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .playground_sketches {
    padding-left: 34%;
    top: 75px;
  }

  .playground_posters {
    padding-left: 2%;
    top: 313px;
  }

  .playground_photos {
    padding-left: 76%;
    top: 103px;
  }

  .playground_side_projects {
    padding-left: 68%;
    top: 195px;
  }

  .playground_graffiti {
    padding-left: 0%;
    padding-right: 36%;
    top: 400px;
  }

  .coeur_playground {
    left: 93%;
  }

  .keep_scrolling {
    flex: none;
    width: 8%;
    max-width: 8%;
    height: 8%;
    bottom: 0%;
  }

  .keep_scrolling.top {
    width: 8%;
  }

  .playground_section {
    height: auto;
    max-height: none;
    padding-left: 25px;
    padding-right: 25px;
    top: auto;
  }

  .container_playground {
    height: 80vh;
  }

  .container_playground.is--sticky {
    min-height: 50vh;
  }

  .image-heart {
    width: 80%;
    max-width: 80%;
  }

  .bg_playground {
    z-index: 10;
    position: relative;
  }

  .text-loader-l1_new {
    padding-bottom: 2px;
    font-size: 18px;
  }

  .logo_border {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .logo_mkl_wrapper, .logo_mkl_wrapper.w--current {
    width: 40px;
  }

  .bg_header_blurry {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 75px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-flex {
    height: 80vh;
  }

  .image-flex_link {
    height: 68vh;
    margin-bottom: 20px;
  }

  .fantome_img {
    width: 36px;
    height: 36px;
  }

  .pacman_img {
    width: 38px;
    height: 38px;
  }

  .pacman_wrapper {
    height: 90vh;
    max-height: 100vh;
    padding-top: 60vh;
    padding-bottom: 0%;
  }

  .parralax-home {
    height: 4050px;
    margin-top: 0;
    padding-top: 0;
  }

  .hero_wrapper-work {
    overflow-wrap: normal;
    justify-content: center;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .playground_pola_wrapper_02 {
    padding-left: 0;
    padding-right: 0;
    top: -281px;
    left: -14px;
  }

  .pola02 {
    cursor: pointer;
    width: auto;
    transform: rotate(-5deg);
  }

  .pola_playground-02 {
    width: 115px;
  }

  .playground_pola_wrapper_03 {
    padding-left: 14%;
    padding-right: 25px;
    top: -281px;
    left: auto;
  }

  .pola-3 {
    cursor: pointer;
    width: auto;
    transform: rotate(-5deg);
  }

  .tape_01 {
    width: 10%;
    top: -16px;
    left: 62px;
  }

  .tape_02 {
    width: 10%;
  }

  .tape_03 {
    left: 20%;
  }

  .project_img_wrapper-50-50 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .bio_paragraph_04 {
    padding-left: 120px;
    font-size: 22px;
    line-height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .header_section {
    justify-content: space-between;
    max-width: 100%;
    height: 75px;
    display: flex;
  }

  .hero_section {
    height: auto;
    min-height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .back-to-top_bg {
    height: 35px;
  }

  .footer {
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    height: auto;
    display: flex;
  }

  .button-footer {
    margin-left: 10px;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .button-footer-grey {
    margin-left: 0;
    margin-right: 20px;
  }

  .header-block-center {
    height: auto;
  }

  .header-block-left {
    padding-left: 20px;
  }

  .menu {
    height: 25px;
    margin-top: 3.5px;
  }

  .line.top, .line.middle {
    margin-bottom: 7px;
  }

  .grain {
    padding-left: 0;
  }

  .grain.header {
    height: 75px;
    padding-left: 0;
  }

  .body {
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .work_section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact_section {
    min-height: 60vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero_wrapper {
    height: auto;
    min-height: 100vh;
    padding-top: 55px;
  }

  .h1_homepage_hero {
    margin-top: -10px;
    padding-left: 7%;
    font-size: 90px;
    line-height: 70px;
  }

  .h1_homepage_hero_l2 {
    height: auto;
    padding-bottom: 0;
    padding-right: 7%;
    font-size: 90px;
    line-height: 70px;
    display: flex;
  }

  .h1_homepage_hero_l3 {
    margin-top: 10px;
    padding-left: 8%;
    font-size: 90px;
    line-height: 70px;
  }

  .bg_color_homepage {
    width: 100%;
    max-width: 100%;
  }

  .h2_hero_homepage {
    width: 50%;
    top: 0;
    left: 17%;
  }

  .bulle_home_01 {
    width: 180px;
    margin-top: -25px;
    top: -137px;
    left: -167px;
  }

  .pola_anim_block {
    width: 200px;
    top: 9px;
    left: 37px;
  }

  .pola_home {
    width: 90px;
  }

  .homepage_category_wrapper, .bio_section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .homepage_project_01_title-details {
    top: 50px;
  }

  .h1_homepage_project {
    font-size: 70px;
    line-height: 40px;
  }

  .homepage_project_02 {
    margin-top: 9px;
  }

  .homepage_project_02_img {
    left: 316px;
  }

  .homepage_project_number, .homepage_project_details {
    font-size: 10px;
    line-height: 16px;
  }

  .homepage_project_03 {
    margin-top: -48px;
  }

  .homepage_project_04 {
    margin-top: -85px;
  }

  .homepage_project_05 {
    top: -24px;
  }

  .homepage_project_02_title-details-copy {
    top: -45px;
    left: 69px;
  }

  .homepage_project_03_title-details {
    top: 35px;
  }

  .homepage_project_03_img {
    left: 79px;
  }

  .homepage_project_04_img {
    padding-top: 0%;
    padding-bottom: 0%;
    bottom: 20px;
    left: 340px;
  }

  .homepage_project_04_title-details {
    padding-left: 50%;
    top: 134px;
  }

  .all_works_btn_wrapper {
    margin-top: 20px;
  }

  .homepage_bio_competences {
    padding-left: 60px;
  }

  .bio_paragraph_01 {
    padding-left: 80px;
    font-size: 20px;
    line-height: 24px;
  }

  .bio_paragraph_02 {
    font-size: 20px;
    line-height: 24px;
  }

  .resume_btn_wrapper {
    padding-left: 10px;
  }

  .homepage_work_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .homepage_contact_wrapper {
    min-height: 60vh;
    max-height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1_homepage_contact, .h1_homepage_contact_l2 {
    font-size: 90px;
    line-height: 70px;
  }

  .h1_homepage_contact_l3 {
    padding-left: 3%;
    font-size: 90px;
    line-height: 70px;
  }

  .h2_contact_homepage {
    width: 40%;
    margin-top: -1px;
    left: 278px;
  }

  .homepage_contact_email {
    padding-left: 62%;
    top: 32px;
  }

  .text_contact {
    font-size: 18px;
  }

  .homepage_contact_instagram {
    padding-left: 87%;
    top: 0;
  }

  .homepage_contact_linkedin {
    top: -4px;
  }

  .bulle_work_01 {
    width: 250px;
    top: -48px;
    left: -23%;
  }

  .h1_work_hero {
    font-size: 90px;
    line-height: 70px;
  }

  .h1_work_hero_l2 {
    padding-left: 11%;
    font-size: 90px;
    line-height: 70px;
  }

  .h1_work_hero_l3 {
    margin-bottom: 40px;
    padding-left: 38%;
    font-size: 90px;
    line-height: 70px;
  }

  .work_project_wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .project_year, .project_responsable {
    font-size: 11px;
    line-height: 13px;
  }

  .form {
    justify-content: center;
    width: 100%;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block {
    width: 85vw;
  }

  .h3_project_brand {
    font-size: 20px;
    line-height: 20px;
  }

  .h3_project_category.fs-cmsfilter_highlight {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-right: 2px;
    padding-left: 2px;
    font-size: 18px;
    line-height: 18px;
  }

  .h3_project_category.project_page {
    font-size: 18px;
    line-height: 18px;
  }

  .h3_arrow, .h3_arrow.green {
    padding-left: 3px;
  }

  .h3_arrow.arsmaquette {
    padding-left: 1px;
    font-size: 24px;
  }

  .h1_work_contact {
    margin-top: 40px;
    padding-left: 2%;
    font-size: 90px;
    line-height: 70px;
  }

  .h1_work_contact_l2 {
    padding-left: 41%;
    font-size: 90px;
    line-height: 70px;
  }

  .h1_work_contact_l3 {
    padding-left: 7%;
    font-size: 90px;
    line-height: 70px;
    top: 97px;
  }

  .work_contact_instagram {
    padding-left: 65%;
    top: -28px;
  }

  .work_contact_email {
    padding-left: 0%;
    top: 25px;
  }

  .work_contact_linkedin {
    top: -44px;
  }

  .bulle_work_02 {
    width: 250px;
    top: -313px;
    left: 50.5%;
  }

  .radio-button-field {
    margin-left: 2px;
    margin-right: 2px;
    padding: 0 8px 2px;
  }

  .macaron_projet_wrapper {
    height: 70px;
  }

  .hero_wrapper_projet {
    border-width: 10px;
  }

  .project_title-links {
    padding-top: 40px;
  }

  .project_details-links {
    padding-top: 10px;
  }

  .h2_project_title {
    font-size: 24px;
    line-height: 24px;
  }

  .project_agency_wrapper, .project_date {
    font-size: 12px;
  }

  .project_details_p {
    width: 80%;
    font-size: 12px;
    line-height: 18px;
  }

  .project_details_arrow {
    padding-top: 0;
  }

  .project_category {
    font-size: 10px;
    line-height: 18px;
  }

  .project_citation {
    padding-bottom: 30px;
  }

  .project_citation_text {
    font-size: 32px;
    line-height: 32px;
  }

  .project_img_wrapper-40-60 {
    padding-top: 10px;
  }

  .h1_project_cases_l1 {
    font-size: 90px;
    line-height: 70px;
  }

  .h1_project_cases_l2 {
    padding-left: 44%;
    font-size: 90px;
    line-height: 70px;
  }

  .more_cases_naos {
    padding-left: 66%;
    top: 21px;
  }

  .more_cases_comexposium {
    padding-left: 21%;
    top: -75px;
  }

  .more_cases_kering {
    padding-left: 10%;
  }

  .more_cases_l-or-al {
    padding-left: 91%;
  }

  .more_cases_bsamourai {
    padding-left: 76%;
    top: 41px;
  }

  .bulle_project {
    top: 53px;
    left: -3%;
  }

  .preloader {
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    max-width: 100%;
    display: none;
  }

  .logo_loader_wrapper {
    width: 400px;
  }

  .bg_portrait_homepage {
    top: 2.5%;
    bottom: auto;
  }

  .bg_squelette_homepage {
    top: 2.5%;
  }

  .parralax {
    width: 100%;
    max-width: 100%;
    height: 3500px;
  }

  .bio_paragraph_03 {
    padding-left: 80px;
    font-size: 20px;
    line-height: 24px;
  }

  .contact_me_btn_wrapper {
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .rotation_text-2.is--work {
    padding-left: 37%;
  }

  .text_row-2, .text_row-2._2 {
    height: 7em;
  }

  .home_btn.w--current {
    float: none;
    clear: none;
  }

  ._141-close-button-wrapper {
    flex-direction: column;
    width: 30px;
    height: 30px;
    margin-top: 40px;
    margin-right: auto;
    top: auto;
    bottom: 7%;
    left: 0%;
    right: 0%;
  }

  ._141-menu-wrapper {
    width: 100%;
    display: none;
  }

  ._141-nav-text {
    font-size: 45px;
    line-height: 25px;
  }

  ._141-nav-text.off {
    text-align: left;
  }

  ._141-nav-wrapper {
    text-align: left;
    align-self: flex-start;
    margin-top: auto;
    margin-left: 30px;
    top: 10%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  ._141-nav-wrapper.signature {
    margin-top: auto;
    margin-bottom: auto;
    top: auto;
    bottom: 3%;
    left: 0%;
    right: 0%;
  }

  .project_img_home {
    left: 81px;
  }

  .work_contact_wrapper {
    min-height: 100vh;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .radio-button-label {
    font-size: 11px;
    line-height: 17px;
  }

  .parralax_work {
    height: 1850px;
  }

  .image-brain {
    margin-top: 70px;
  }

  .homepage_project_05_title-details {
    left: 44px;
  }

  .signature_text {
    text-align: right;
  }

  .logo_footer {
    margin: 20px auto 10px;
  }

  .btn_resume_footer {
    text-align: left;
    align-self: center;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .btn_footer {
    clear: none;
    flex-direction: row;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .copyright {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .signature_text_menu, .signature_text_menu-link {
    text-align: right;
  }

  .radio-button-label-2 {
    font-size: 11px;
    line-height: 17px;
  }

  .title_project {
    width: 45%;
  }

  .category_project {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    align-content: flex-start;
    width: 60%;
    margin-left: 10px;
  }

  .category-year_project_wrapper {
    width: 55%;
  }

  .image-dust {
    min-width: 100%;
    margin-top: 104px;
  }

  .bg_bokeh_homepage {
    flex: 1;
    max-width: 100%;
  }

  .fs_prevnext_wrapper {
    width: 70%;
    margin-bottom: 50px;
  }

  .previous_text, .no_previous_text, .text-block-6 {
    font-size: 12px;
    line-height: 18px;
  }

  .bg1, .bg2, .bg3 {
    margin-top: 75px;
  }

  .h1_playground_hero {
    padding-left: 32%;
    font-size: 90px;
    line-height: 70px;
  }

  .h1_playground_hero_l2 {
    padding-left: 46%;
    font-size: 90px;
    line-height: 70px;
  }

  .h1_playground_hero_l3 {
    margin-bottom: 60px;
    padding-left: 3%;
    font-size: 90px;
    line-height: 70px;
    top: 15px;
  }

  .bulle_playground_01 {
    width: 170px;
    top: 135px;
    left: -23%;
  }

  .h2_playground.l1 {
    font-size: 70px;
    line-height: 50px;
  }

  .h2_playground.l2 {
    padding-top: 15px;
    font-size: 70px;
    line-height: 50px;
  }

  .h2_playground.l3 {
    padding-top: 7px;
    font-size: 70px;
    line-height: 50px;
  }

  .h2_playground.l4 {
    padding-left: 44%;
    font-size: 70px;
    line-height: 50px;
  }

  .h2_playground.l5 {
    padding-left: 0%;
    font-size: 70px;
    line-height: 50px;
  }

  .scroll_classique {
    font-size: 56px;
  }

  .scroll_classique.scroll_btm-up {
    margin-right: -15px;
  }

  .scroll_classique_wrapper.work {
    margin-bottom: -40px;
    padding-bottom: 0;
  }

  .parralax_playground {
    height: 1000px;
  }

  .pola_playground {
    width: 90px;
  }

  .playground_pola_wrapper_01 {
    padding-top: 0%;
    padding-left: 15px;
    padding-right: 20px;
    top: -390px;
  }

  .playground_content_wrapper {
    height: auto;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 80px 20px 0;
  }

  .horizontal-section {
    height: auto;
    max-height: none;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .playground_sketches {
    padding-left: 39%;
    top: 78px;
  }

  .playground_posters {
    padding-left: 0%;
    top: 269px;
  }

  .playground_photos {
    padding-left: 85%;
    top: 93px;
  }

  .playground_side_projects {
    padding-left: 77%;
    top: 164px;
  }

  .playground_graffiti {
    padding-left: 67%;
    top: 319px;
  }

  .horizontal-sticky {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .playground_section {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    top: 0;
    bottom: 0;
  }

  .container_playground.is--sticky {
    max-width: 768px;
    min-height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding: 40px 20px 90px;
  }

  .image-heart {
    width: 100%;
    max-width: 100%;
  }

  .bg_header_blurry {
    height: 75px;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0%;
  }

  .image-flex_link {
    height: 70%;
    margin-bottom: 0;
  }

  .fantome_img {
    width: 32px;
    height: 32px;
    margin-top: 1px;
  }

  .pacman_img {
    width: 33px;
    height: 33px;
  }

  .pacman_wrapper {
    height: 100vh;
    max-height: 100vh;
    margin-top: auto;
    padding-top: 60vh;
    padding-bottom: 0%;
  }

  .parralax-home {
    width: 100%;
    max-width: 100%;
    height: 4050px;
    position: absolute;
  }

  .hero_wrapper-work {
    height: auto;
    min-height: 100vh;
    max-height: 100vh;
    padding-top: 0;
  }

  .playground_pola_wrapper_02 {
    margin-top: 0;
    padding-top: 0%;
    padding-left: 15px;
    padding-right: 15px;
    top: -176px;
    left: auto;
    right: -23px;
  }

  .pola_playground-02 {
    width: 90px;
  }

  .playground_pola_wrapper_03 {
    margin-top: 0%;
    padding-top: 0%;
    padding-left: 15px;
    padding-right: 15px;
    top: -210px;
  }

  .tape_01 {
    width: 12%;
    top: -17px;
    left: 48px;
  }

  .tape_02 {
    width: 12%;
    top: -98%;
    right: 6%;
  }

  .tape_03 {
    width: 10%;
    top: -10%;
    left: 5%;
  }

  .project_img_wrapper-50-50 {
    padding-top: 10px;
  }

  .bio_paragraph_04 {
    padding-left: 80px;
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .header_section {
    height: 65px;
  }

  .hero_section {
    justify-content: center;
    align-items: stretch;
    height: auto;
    min-height: 80vh;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .back-to-top_bg {
    height: 50px;
  }

  .header-block-center {
    flex: none;
    width: 45%;
  }

  .header-block-right {
    width: 27%;
  }

  .header-block-left {
    width: 27%;
    padding-left: 10px;
  }

  .menu-large {
    width: 60px;
    height: 60px;
    right: auto;
  }

  .menu {
    right: 10px;
  }

  .grain.header {
    opacity: .05;
    height: 65px;
  }

  .work_section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact_section {
    height: auto;
    max-height: 100vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero_wrapper {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    height: 100%;
    padding-top: 0;
  }

  .h1_homepage_hero {
    margin-top: 0;
    padding-top: 0;
    font-family: Wagon, sans-serif;
    font-size: 60px;
    line-height: 45px;
    top: auto;
  }

  .h1_homepage_hero_l2 {
    align-items: center;
    height: auto;
    margin-top: 10px;
    padding-right: 4%;
    font-size: 60px;
    line-height: 45px;
  }

  .h1_homepage_hero_l3 {
    padding-left: 6%;
    font-size: 60px;
    line-height: 45px;
  }

  .h2_hero_homepage {
    width: 40%;
    margin-top: 0;
    font-size: 10px;
    top: 16px;
    left: 26%;
  }

  .bulle_home_01 {
    width: 150px;
    margin-top: 0;
    top: -200px;
    left: -78px;
  }

  .pola_anim_block {
    margin-top: 0;
    margin-bottom: 4px;
    margin-right: 23%;
    padding-top: 45px;
    top: auto;
    left: auto;
  }

  .pola_home {
    width: 100px;
  }

  .pola {
    border-width: 5px;
  }

  .arrow_text {
    width: 20%;
  }

  .homepage_category_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    padding-left: 0;
    font-size: 22px;
  }

  .title_header_wrapper {
    margin-top: 25px;
    padding-left: 0;
  }

  .etoile_verte_block {
    height: 50%;
    margin-bottom: 10px;
  }

  .work_content_wrapper {
    margin-top: 0;
  }

  .bio_section {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .homepage_project_01_title-details {
    padding-left: 34%;
    top: 45px;
  }

  .h1_homepage_project {
    font-size: 50px;
    line-height: 40px;
  }

  .homepage_project_02_img {
    left: 212px;
  }

  .homepage_project_05 {
    margin-bottom: 0;
    top: 10px;
  }

  .homepage_project_02_title-details-copy {
    left: 25px;
  }

  .homepage_project_04_img {
    bottom: -9px;
    left: 223px;
  }

  .homepage_project_04_title-details {
    padding-left: 43%;
  }

  .homepage_project_05_img {
    left: 188px;
  }

  .all_works_btn_wrapper {
    margin-top: 40px;
  }

  .bio_content_wrapper {
    flex-direction: column;
  }

  .homepage_bio {
    width: auto;
  }

  .homepage_bio_competences {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: flex;
  }

  .bio_paragraph_01 {
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .bio_paragraph_02 {
    font-size: 16px;
    line-height: 20px;
  }

  .h4_competences {
    font-size: 12px;
    line-height: 16px;
  }

  .text-block {
    font-size: 10px;
    line-height: 16px;
  }

  .h4_competences2 {
    font-size: 12px;
    line-height: 16px;
  }

  .resume_btn_wrapper {
    justify-content: flex-end;
    margin-top: -30px;
    padding-left: 0;
    padding-right: 20px;
    display: flex;
  }

  .homepage_work_wrapper, .homepage_contact_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1_homepage_contact {
    width: 100%;
    height: auto;
    font-size: 60px;
    line-height: 45px;
    left: auto;
  }

  .h1_homepage_contact_l2 {
    font-size: 60px;
    line-height: 45px;
  }

  .h1_homepage_contact_l3 {
    width: auto;
    margin-top: 20px;
    font-size: 60px;
    line-height: 45px;
    left: 0;
  }

  .h2_contact_homepage {
    width: 46%;
    font-size: 10px;
    line-height: 16px;
    left: 158px;
  }

  .homepage_contact_email {
    padding-left: 4%;
    top: -2px;
    left: 3px;
  }

  .text_contact {
    font-size: 16px;
    line-height: 16px;
  }

  .homepage_contact_instagram {
    top: -36px;
    left: -40px;
  }

  .homepage_contact_linkedin {
    margin-left: 0%;
    top: 14px;
  }

  .bulle_work_01 {
    width: 200px;
    padding-top: 0;
    top: 0%;
    left: -12%;
  }

  .h1_work_hero {
    margin-top: 0;
    font-size: 60px;
    line-height: 45px;
    top: -35px;
    left: auto;
  }

  .h1_work_hero_l2 {
    padding-left: 4%;
    font-size: 60px;
    line-height: 45px;
    top: -25px;
  }

  .h1_work_hero_l3 {
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 45px;
    top: -20px;
  }

  .work_project_wrapper {
    flex-wrap: wrap;
    align-content: stretch;
    margin-left: 10px;
    margin-right: 10px;
  }

  .project_responsable {
    font-size: 10px;
    line-height: 11px;
  }

  .h3_project_brand {
    font-size: 18px;
    line-height: 18px;
  }

  .h3_project_category.fs-cmsfilter_highlight {
    letter-spacing: 0;
    padding-left: 0;
    font-family: Arsmaquettepro, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 11px;
  }

  .h3_project_category.project_page {
    font-size: 16px;
    line-height: 20px;
  }

  .h3_arrow {
    font-size: 22px;
    line-height: 10px;
    position: static;
  }

  .h3_arrow.hide {
    display: none;
  }

  .h3_arrow.arsmaquette {
    padding-right: 5px;
    font-family: Arsmaquettepro, sans-serif;
    font-size: 10px;
    font-weight: 300;
  }

  .h1_work_contact {
    margin-top: 0;
    padding-left: 3%;
    font-size: 60px;
    line-height: 45px;
  }

  .h1_work_contact_l2 {
    margin-top: 0;
    font-size: 60px;
    line-height: 45px;
    top: -11px;
  }

  .h1_work_contact_l3 {
    letter-spacing: normal;
    text-indent: 0;
    align-self: center;
    width: 105%;
    margin: 0 auto;
    padding-left: 0%;
    font-size: 60px;
    line-height: 45px;
    top: -156px;
    left: auto;
  }

  .work_contact_instagram {
    padding-left: 75%;
    top: -21px;
  }

  .work_contact_email {
    top: -14px;
  }

  .work_contact_linkedin {
    padding-left: 20%;
    top: -30px;
    left: -31px;
  }

  .bulle_work_02 {
    align-self: flex-end;
    width: 200px;
    top: -247px;
    left: 0%;
    right: 0%;
  }

  .radio-button-field {
    padding: 0 6px 2px;
  }

  .macaron_projet_wrapper {
    height: 65px;
  }

  .logo_projet {
    width: 15%;
    max-width: 15%;
  }

  .hero_wrapper_projet {
    border-width: 7px;
  }

  .projet_section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .project_wrapper_dtails {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project_title-links {
    width: 100%;
  }

  .project_details-links {
    width: 100%;
    padding-top: 0;
  }

  .h1_project_client {
    font-size: 60px;
    line-height: 45px;
  }

  .h2_project_title {
    font-size: 18px;
    line-height: 18px;
  }

  .project_details_p {
    width: 100%;
  }

  .project_details_arrow {
    width: 100%;
    padding-top: 0;
  }

  .project_cover_img {
    aspect-ratio: auto;
    object-fit: fill;
    flex: 1;
    align-self: center;
    width: 200%;
    max-width: 200%;
    position: static;
    overflow: hidden;
  }

  .project_category_wrapper {
    flex-wrap: wrap;
    display: flex;
  }

  .project_citation {
    padding-top: 40px;
  }

  .project_citation_text {
    font-size: 26px;
    line-height: 26px;
  }

  .project_img_wrapper-40-60 {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .project_img_01 {
    width: 100%;
  }

  .project_img_02 {
    width: 100%;
    padding-top: 20px;
  }

  .project_img_03 {
    width: 90%;
    padding-top: 20px;
  }

  .h1_project_cases_l1 {
    padding-left: 21%;
    font-size: 60px;
    line-height: 45px;
    top: -15px;
  }

  .h1_project_cases_l2 {
    padding-left: 38%;
    font-size: 60px;
    line-height: 45px;
    top: -14px;
  }

  .project_img_wrapper-80 {
    width: 100%;
  }

  .cases_section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .project_img_wrapper-60-40 {
    flex-flow: column;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .project_img_04 {
    width: 100%;
    padding-right: 0;
  }

  .project_img_05 {
    width: 100%;
    padding-top: 20px;
  }

  .more_cases_naos {
    padding-left: 52%;
    font-size: 12px;
    line-height: 18px;
    top: 14px;
  }

  .more_cases_comexposium {
    padding-left: 9%;
    top: -53px;
  }

  .more_cases_kering {
    padding-left: 0%;
  }

  .more_cases_l-or-al {
    padding-left: 89%;
  }

  .more_cases_bsamourai {
    padding-left: 75%;
    top: 20px;
  }

  .bulle_project {
    width: 200px;
    top: 20px;
    left: -5%;
  }

  .preloader {
    justify-content: space-around;
    padding-left: 28px;
    display: none;
    left: auto;
    right: auto;
  }

  .logo_loader_wrapper {
    width: 400px;
    margin-left: 0;
    padding-left: 221px;
  }

  .logo_loader_wrapper.header {
    padding-left: 0;
  }

  .logo_loader_wrapper.header.w--current {
    width: 100%;
    padding-left: 0;
  }

  .logo_loader_star {
    width: 58px;
    margin-right: 0;
  }

  .logo_loader_star.header {
    text-align: left;
    width: 20px;
    margin-right: 7px;
  }

  .text-loader-l2 {
    font-size: 40px;
    line-height: 41px;
  }

  .text-loader-l2.header {
    width: 138px;
    font-size: 26px;
    line-height: 22px;
  }

  .loader_pic_wrapper {
    justify-content: flex-start;
    top: 93px;
    left: -213px;
  }

  .loader_pic {
    width: 140px;
  }

  .preloader_star_img {
    max-width: 50%;
  }

  .preloader_star_img.header {
    width: 100%;
  }

  .text-loader-l1 {
    padding-left: 0;
    font-size: 40px;
    line-height: 41px;
  }

  .text-loader-l1.header {
    font-size: 26px;
    line-height: 22px;
  }

  .bg_portrait_homepage, .image-2, .bg_squelette_homepage {
    margin-top: 0;
  }

  .parralax {
    height: 3400px;
    margin-top: 0;
  }

  .homepage_higuys {
    width: 30%;
  }

  .bio_paragraph_03 {
    padding-left: 40px;
    font-size: 16px;
    line-height: 20px;
  }

  .text_line_wrapper-2.is--creatives {
    margin-left: 0;
  }

  .rotation_text-2.is--work {
    padding-left: 32%;
  }

  .text_row-2 {
    height: 5em;
  }

  .text_row-2._2 {
    height: 45px;
  }

  .cursor-wrapper {
    display: none;
  }

  ._141-close-button-wrapper {
    width: 30px;
    height: 30px;
    margin-top: 40px;
    margin-right: auto;
    top: auto;
    bottom: 10%;
    left: 0%;
    right: 0%;
  }

  ._141-nav-item {
    margin-top: 0;
  }

  ._141-menu-wrapper {
    opacity: 1;
    width: 100%;
    display: none;
    position: fixed;
    left: auto;
  }

  ._141-nav-text {
    text-align: right;
    font-size: 28px;
    line-height: 22px;
  }

  ._141-nav-wrapper {
    margin-top: auto;
    margin-left: 20px;
    margin-right: 10px;
    top: 10%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  ._141-nav-wrapper.signature {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 0;
    margin-left: 10px;
    position: absolute;
    top: auto;
    bottom: 3%;
    left: 0%;
    right: 0%;
  }

  .project_img_home {
    left: 68px;
  }

  .work_contact_wrapper {
    min-height: 60vh;
    padding: 180px 10px 40px;
  }

  .image-brain {
    width: 90%;
    max-width: 90%;
  }

  .homepage_project_05_title-details {
    left: 34px;
  }

  .signature_text {
    font-size: 10px;
    line-height: 12px;
  }

  .image-3 {
    max-width: 80%;
  }

  .image-4, .image-5 {
    max-width: 70%;
  }

  .logo_footer {
    margin-bottom: 15px;
  }

  .copyright {
    margin-top: 15px;
  }

  .signature_text_menu {
    text-align: center;
    flex-flow: row-reverse;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 10px;
    line-height: 14px;
    display: block;
  }

  .signature_text_menu-link {
    font-size: 10px;
    line-height: 12px;
  }

  .title_project {
    flex-wrap: nowrap;
    width: 47%;
  }

  .category_project {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 80%;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .year_project {
    align-items: flex-start;
    width: 100%;
    margin-left: 0%;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 0;
  }

  .category-year_project_wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    padding-left: 17px;
  }

  .radio-button-label-3 {
    font-size: 10px;
    line-height: 11px;
  }

  .image-bokeh {
    width: 100%;
    max-width: 100%;
  }

  .image-dust {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .bg_bokeh_homepage {
    height: 100%;
    min-height: 100%;
  }

  .fs_prevnext_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    justify-items: stretch;
    width: 100%;
  }

  .fs_prevnext_block {
    width: auto;
    padding-left: 1rem;
    padding-right: 0;
  }

  .bg1, .bg2, .bg3 {
    margin-top: 65px;
  }

  .h1_playground_hero {
    margin-top: 20px;
    padding-left: 30%;
    font-size: 60px;
    line-height: 45px;
  }

  .h1_playground_hero_l2 {
    padding-left: 42%;
    font-size: 60px;
    line-height: 45px;
  }

  .h1_playground_hero_l3 {
    text-align: center;
    align-self: center;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0%;
    font-size: 60px;
    line-height: 45px;
    left: auto;
  }

  .bulle_playground_01 {
    width: 160px;
    padding-top: 0;
    top: 129px;
    left: -28%;
  }

  .h2_playground {
    font-size: 60px;
    line-height: 45px;
  }

  .h2_playground.l1 {
    margin-top: -85px;
    padding-top: 0;
    font-size: 40px;
    line-height: 25px;
  }

  .h2_playground.l2 {
    padding-left: 37%;
    font-size: 40px;
    line-height: 25px;
  }

  .h2_playground.l3 {
    padding-top: 10px;
    padding-left: 9%;
    font-size: 40px;
    line-height: 25px;
  }

  .h2_playground.l4 {
    margin-top: 0;
    padding-top: 13px;
    padding-left: 44%;
    font-size: 40px;
    line-height: 25px;
  }

  .h2_playground.l5 {
    margin-top: 0;
    padding-top: 13px;
    padding-left: 5%;
    font-size: 40px;
    line-height: 25px;
  }

  .scroll_classique {
    font-size: 54px;
    line-height: 54px;
  }

  .scroll_classique.bottom {
    text-align: left;
    margin-left: -21px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .scroll_classique.scroll_btm {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    margin-left: 0;
    padding-top: 25px;
    padding-left: 0;
    display: flex;
    transform: rotate(90deg);
  }

  .scroll_classique.scroll_btm-up {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 100px;
    margin-left: 0;
    margin-right: -15px;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    transform: rotate(-90deg);
  }

  .scroll_classique_wrapper {
    margin-top: 75px;
    margin-bottom: 75px;
    padding-bottom: 0;
  }

  .scroll_classique_wrapper.home {
    margin-top: auto;
    margin-bottom: auto;
    top: -30px;
  }

  .scroll_classique_wrapper.bottom {
    z-index: -1;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .parralax_playground {
    height: 232vh;
  }

  .pola_playground {
    width: 90px;
  }

  .pola_anim_block_playground {
    margin-top: 0;
    top: 0;
  }

  .playground_pola_wrapper_01 {
    padding-top: 0%;
    padding-left: 2%;
    padding-right: 10px;
    top: -339px;
    left: -3px;
  }

  .playground_content_wrapper {
    height: 100vh;
    margin-bottom: 0;
    padding: 166px 10px 106px;
  }

  .horizontal-section {
    height: 70vh;
    min-height: auto;
    max-height: 100vh;
    padding-left: 10px;
    padding-right: 10px;
    bottom: auto;
  }

  .playground_sketches {
    padding-left: 51%;
    top: -29px;
  }

  .playground_posters {
    top: 88px;
  }

  .playground_photos {
    padding-left: 82%;
    top: -25px;
  }

  .playground_side_projects {
    padding-left: 3%;
    top: -15px;
  }

  .playground_graffiti {
    padding-left: 0%;
    padding-right: 0%;
    top: 83px;
  }

  .coeur_playground {
    width: 10%;
    position: absolute;
    top: -11px;
    left: 87%;
  }

  .keep_scrolling {
    width: 50px;
  }

  .keep_scrolling.top {
    width: 15%;
    max-width: 13%;
    height: 13%;
    display: flex;
    bottom: 0%;
  }

  .horizontal-sticky {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .horizontal-item {
    width: 100%;
  }

  .card_img_container {
    width: auto;
    height: auto;
  }

  .playground_section {
    height: 80vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container_playground {
    height: 70vh;
  }

  .container_playground.is--sticky {
    max-width: 568px;
    height: auto;
    min-height: auto;
    padding: 60px 10px 0;
  }

  .image-7 {
    width: 16px;
  }

  .image-heart {
    width: 100%;
    max-width: 100%;
    margin-top: 40%;
  }

  .text-loader-l1_new {
    padding-bottom: 1px;
    font-size: 16px;
    line-height: 13px;
  }

  .logo_border {
    height: 2px;
    margin-top: 3px;
    margin-bottom: 2px;
  }

  .logo_mkl_wrapper, .logo_mkl_wrapper.w--current {
    width: 35px;
  }

  .bg_header_blurry {
    height: 65px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .swiper.is-small {
    justify-content: flex-start;
  }

  .swiper-slide.is-small {
    padding-bottom: .7em;
  }

  .image-flex {
    height: 65vh;
    padding-top: 30px;
  }

  .image-flex_link {
    align-self: center;
    align-items: center;
    height: 58vh;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    position: relative;
    top: 0;
  }

  .image-flex_photo.is-animate {
    height: auto;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .main-wrapper {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .page-wrapper {
    justify-content: center;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .fantome_img {
    width: 27px;
    height: 27px;
    margin-top: 1px;
  }

  .pacman_img {
    width: 28px;
    height: 28px;
  }

  .pacman_wrapper {
    z-index: 6;
    height: 100vh;
    max-height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50vh;
    padding-bottom: 0%;
  }

  .parralax-home {
    height: 3900px;
    margin-top: 0;
  }

  .hero_wrapper-work {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    height: 100%;
    min-height: 80vh;
    padding-top: 0;
  }

  .playground_pola_wrapper_02 {
    padding-top: 0%;
    padding-left: 2%;
    padding-right: 0;
    top: -117px;
    left: -3px;
    right: 10px;
  }

  .pola02 {
    border-width: 5px;
  }

  .pola_playground-02 {
    width: 90px;
  }

  .playground_pola_wrapper_03 {
    padding-top: 0%;
    padding-left: 5%;
    padding-right: 10px;
    top: -100px;
    left: auto;
  }

  .pola-3 {
    border-width: 5px;
  }

  .tape_01 {
    width: 20%;
    top: -15px;
    left: 23px;
  }

  .tape_02 {
    width: 20%;
  }

  .tape_03 {
    width: 13%;
    left: 23%;
  }

  .legend_project {
    align-self: center;
  }

  .project_img_07 {
    width: 100%;
    padding-top: 20px;
  }

  .project_img_wrapper-50-50 {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bio_paragraph_04 {
    padding-left: 40px;
    font-size: 16px;
    line-height: 20px;
  }
}


@font-face {
  font-family: 'Wagon';
  src: url('../fonts/Wagon-ExtraLightItalic.woff2') format('woff2'), url('../fonts/Wagon-ExtraLightItalic.eot') format('embedded-opentype'), url('../fonts/Wagon-ExtraLightItalic.woff') format('woff'), url('../fonts/Wagon-ExtraLightItalic.ttf') format('truetype'), url('../fonts/Wagon-ExtraLightItalic.otf') format('opentype'), url('../fonts/Wagon-ExtraLightItalic.otf') format('opentype'), url('../fonts/Wagon-ExtraLightItalic.svg') format('svg');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Arsmaquettepro';
  src: url('../fonts/ARSMaquettePro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arsmaquettepro';
  src: url('../fonts/ARSMaquettePro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arsmaquettepro';
  src: url('../fonts/ARSMaquettePro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arsmaquettepro';
  src: url('../fonts/ARSMaquettePro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wagon';
  src: url('../fonts/Wagon-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wagon';
  src: url('../fonts/Wagon-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}