@font-face {
  font-family: Intertight;
  src: url('../fonts/intertight-variablefont_wght-webfont.woff2') format("woff2"), url('../fonts/intertight-variablefont_wght-webfont.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --sans-type: Intertight, Arial, sans-serif;
  --black: black;
  --white: white;
  --base-size: 1.618vw;
  --serif-type: Instrumentserif;
  --base-size-tablet: 2.6188vw;
  --base-size-mobile: 6.472vw;
  --grey: #686868;
  --red: #830009;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25.3333px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

h3 {
  font-family: var(--sans-type);
  letter-spacing: .25px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

a {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 22px;
}

li {
  font-size: 16px;
  line-height: 22px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 22px;
}

.paragraph {
  font-family: var(--sans-type);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph.small {
  font-size: 12px;
  line-height: 120%;
}

.container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: visible;
}

.container.is-journal {
  display: block;
}

.is-3-columns {
  flex: 0 0 25%;
  max-width: 25%;
  display: flex;
}

.main {
  text-wrap: pretty;
  font-size: 12px;
  line-height: 110%;
  position: relative;
  overflow-x: clip;
}

.tiny-heading {
  font-family: var(--sans-type);
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 12px;
}

.is-offset-1 {
  margin-left: 8.33333%;
}

.is-white {
  color: var(--white);
}

.body {
  font-family: var(--sans-type);
  color: var(--black);
  font-size: var(--base-size);
  letter-spacing: .02em;
  flex-flow: column;
  font-weight: 400;
  line-height: 1.618vw;
}

.is-padding {
  padding-left: 1em;
  padding-right: 1em;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
}

.utility-page-wrap.w--current {
  background-image: url('../images/Aelta_menu_contact.avif');
  background-position: 50%;
  background-size: auto;
}

.utility-page-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 38.46%;
  display: flex;
}

.text-field {
  text-align: center;
  background-color: #fff0;
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
}

.text-field.display-small {
  text-align: left;
}

.submit-button {
  opacity: 1;
  color: var(--black);
  background-color: #fff;
}

.submit-button.is-contact {
  color: var(--black);
  background-color: #0000;
  padding: 0;
}

.title-sans {
  font-family: var(--sans-type);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.55em;
  font-weight: 400;
  line-height: 1em;
}

.title-sans.is-small {
  font-size: 1.03333em;
}

.title-sans.is-blog-title {
  font-size: .85em;
}

.title-sans.is-animated {
  opacity: 0;
}

.title-serif {
  font-family: var(--serif-type);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1em;
}

.title-serif.is-footer {
  color: #ccc;
  letter-spacing: -.03em;
  font-size: 33em;
}

.title-serif.is-big {
  font-size: 3.74em;
}

.title-serif.is-projets {
  display: none;
}

.paragraph-serif {
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 110%;
}

.paragraph-serif.is-animated {
  opacity: 0;
}

.image-loop-wrapper {
  z-index: 0;
  pointer-events: none;
  display: block;
  position: fixed;
  inset: 0%;
}

.loop-image-1.loop-image {
  z-index: 5;
  opacity: 0;
  width: 100vw;
  height: 100vh;
}

.loop-image-2.loop-image {
  z-index: 4;
  opacity: 0;
}

.loop-image-3.loop-image {
  z-index: 3;
  opacity: 0;
}

.loop-image-4.loop-image {
  z-index: 2;
  opacity: 0;
}

.loop-image-5.loop-image {
  z-index: 1;
  opacity: 0;
}

.loop-image {
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.empty-hide {
  display: none;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.menu-wrapper {
  z-index: 100;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-wrapper.is-padding {
  height: 100vh;
  color: var(--white);
  display: none;
  overflow: hidden;
}

.menu-links {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  height: 1.8em;
  margin-top: 7em;
  display: flex;
  overflow: hidden;
}

.link-item {
  grid-column-gap: .125em;
  grid-row-gap: .125em;
  text-decoration: none;
  display: flex;
}

.link-item:hover {
  text-decoration: none;
}

.menu-button {
  height: 1.1em;
  color: var(--white);
  flex-direction: column;
  display: flex;
  position: absolute;
  inset: 1em 1em 0% auto;
  overflow: hidden;
}

.menu-button.is-open {
  z-index: 2;
  font-size: var(--base-size);
  mix-blend-mode: difference;
  position: fixed;
  top: 1em;
  right: 1em;
  overflow: hidden;
}

.close {
  color: var(--white);
  text-decoration: none;
}

.open {
  text-decoration: none;
}

.paragraph-sans {
  font-family: var(--sans-type);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.background {
  z-index: -2;
  background-color: var(--black);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-opacity {
  z-index: -3;
  background-color: var(--black);
  opacity: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.menu-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.menu-image {
  display: none;
  position: absolute;
  inset: 0%;
}

.accrylic {
  background-color: var(--black);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.flex {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.list-view-popup {
  z-index: 10;
  background-color: var(--white);
  cursor: auto;
  width: 100vw;
  height: 100svh;
  padding-top: 1em;
  display: flex;
  position: fixed;
  inset: 0 0% 0%;
  overflow: scroll;
}

.list-view-popup.is-work {
  display: block;
  position: static;
}

.popup-title {
  align-items: baseline;
  display: flex;
  position: sticky;
  top: 0;
}

.popup-title.is-padding {
  z-index: 1;
}

.popup-subtitle.is-3-columns {
  grid-column-gap: .5ch;
  grid-row-gap: .5ch;
}

.popup-info {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}

.popup-title-wrapper {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.popup-close {
  cursor: pointer;
}

.is-relative {
  position: relative;
}

.opacity-5 {
  opacity: .5;
}

.footer-vertical {
  justify-content: center;
  width: 100vw;
  height: 3.5em;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.footer-wrapper {
  text-align: center;
  width: 150vw;
}

.footer-centered {
  width: 150vw;
}

.journal-wrapper {
  width: 100%;
  padding-top: 3.5em;
  display: flex;
}

.journal-entry-card {
  aspect-ratio: 260 / 318;
  background-color: #f7f7f7;
  width: 100%;
  min-height: 10.5em;
  padding: .75em;
}

.journal-entry-card.is-link-icon {
  flex-direction: column;
  min-width: 210px;
  height: 100%;
  min-height: 256px;
  position: relative;
}

.journal-card-title {
  margin-bottom: 10px;
}

._w-100 {
  width: 100%;
}

.journal-collection-list {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column wrap;
  display: flex;
}

.post-wrapper {
  min-width: 320px;
  margin-bottom: 4em;
}

.post-wrapper.is-padding {
  margin-bottom: 3.5em;
  padding-top: 1em;
}

.post-date {
  margin-bottom: 1em;
}

.post-title {
  margin-bottom: .5em;
}

.title-serif-small {
  font-family: var(--serif-type);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1em;
}

.logo-header {
  z-index: 2;
  font-size: var(--base-size);
  mix-blend-mode: difference;
  position: fixed;
  top: 1em;
  left: 1em;
}

.logo-header.w--current {
  color: var(--white);
}

.icon-hover {
  align-items: center;
  display: block;
}

.icon-hover.is-avalability {
  display: flex;
  position: absolute;
  inset: 0% -1.5em auto auto;
}

.icon-hover.is-journal {
  position: absolute;
  inset: auto 13px 13px auto;
}

.icon-arrow {
  height: .6em;
}

.icon-arrow.is-journal {
  transform: rotate(45deg);
}

.is-link-icon {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  align-items: flex-start;
  display: flex;
}

.is-link-icon.is-contact {
  color: var(--grey);
  justify-content: flex-start;
  align-items: center;
}

.journal-title {
  padding-top: 7em;
}

.journal-card-date {
  margin-bottom: 40px;
}

.journal-card-body {
  width: 80%;
}

.contact-form {
  flex-flow: column;
  margin-bottom: 0;
}

.form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-area {
  border: 0 solid #000;
  width: 100%;
  min-width: 100%;
  height: 7em;
  min-height: 7em;
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
}

.text-area.display-small {
  background-color: #fff0;
  height: 6em;
  min-height: 6em;
}

.success-message {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.success-message-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.collection-item-blog:first-child {
  margin-top: -1em;
}

.preloader {
  z-index: 100;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: none;
  position: fixed;
}

.preloader-title {
  display: flex;
}

.is-2-columns-is-4-columns-m {
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
  display: flex;
}

.is-2-columns-is-4-columns-m.is-padding-left {
  padding-left: 1em;
}

.is-4-columns-is-6-columns-m-is-8-columns-s {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  display: flex;
}

.footer-studio {
  justify-content: flex-start;
  padding-top: 1em;
  display: flex;
  position: absolute;
  top: 1em;
  left: 1em;
  right: 1em;
}

.is-hover-underline:hover {
  -webkit-text-decoration: underline #fff;
  text-decoration: underline #fff;
}

.footer-mail {
  margin-left: .5em;
  display: flex;
}

.utility-title {
  margin-right: 1em;
  display: none;
}

.slideshow-work {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 70vh;
  position: relative;
}

.reel-scroll-trigger {
  z-index: 3;
  background-color: #fff0;
  height: 0;
  margin-top: 120svh;
  display: none;
  position: relative;
  inset: 80vh 0% 0;
  overflow: visible;
}

.trigger-hero-studio {
  width: 100%;
  height: 100svh;
  margin-top: 100svh;
  position: absolute;
  bottom: -110vh;
}

.project-item-grid {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 14.2857%;
  min-width: 14.2857%;
  max-width: 14.2857%;
  margin-bottom: 3%;
}

.locale {
  color: #000;
  flex: none;
  display: flex;
}

.locales-wrapper {
  display: flex;
}

.locales-wrapper.is-studio {
  width: 40%;
  margin-top: -1em;
}

.locales-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.footer-contact {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  position: absolute;
  inset: auto 0% 0%;
}

.filter-wrapper {
  display: block;
  position: static;
}

.filter-text:hover {
  color: var(--black);
}

.filter-text.justifie-left {
  text-align: right;
}

.open-project {
  cursor: zoom-in;
  height: auto;
}

.menu-projects {
  filter: invert();
  mix-blend-mode: difference;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch baseline;
  max-height: 1em;
  display: flex;
  position: fixed;
  inset: 1em 1em 0;
}

.nav-projects {
  flex-flow: row;
  display: block;
}

.hide {
  display: none;
}

.filters-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: baseline;
  display: flex;
}

.filter_link {
  transition: color .25s cubic-bezier(.645, .045, .355, 1);
}

.section_gallery {
  padding: 10.5em 1em 7em;
}

.gallery_grid {
  grid-row-gap: 7em;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: minmax(14.2857%, 14.2857%) minmax(14.2857%, 14.2857%) minmax(14.2857%, 14.2857%) minmax(14.2857%, 14.2857%);
  grid-auto-columns: minmax(14.2857%, 14.2857%);
  grid-auto-flow: row;
  place-content: start space-between;
  place-items: start stretch;
  display: grid;
}

.gallery_image-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.gallery_image {
  z-index: 1;
  object-fit: scale-down;
  width: 100%;
}

.slider-fullscreen {
  z-index: 1000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  min-width: 100dvw;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.slider-work {
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-work.beige {
  background-color: #f4f3f0;
}

.mask {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.slide-w {
  width: 100%;
  height: 100%;
}

.slide-w.video {
  width: 100%;
}

.slide-image-wrap-portrait {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-work-portrait {
  object-fit: contain;
  object-position: 50% 50%;
  height: 100%;
}

.left-arrow-2 {
  z-index: 1002;
  cursor: w-resize;
  width: 50%;
  height: 100%;
  inset: 0% auto 0% 0%;
}

.right-arrow-2 {
  cursor: e-resize;
  width: 50%;
  height: 100%;
  inset: 0% 0% 0% auto;
}

.close-wrap {
  z-index: 10003;
  cursor: zoom-out;
  mix-blend-mode: difference;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: 1em 1em auto;
}

.filter-mobile {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.slide-image-landscape {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  display: flex;
}

.image-work-landscape {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.video_bg {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-nav {
  inset: auto 0% 0%;
}

.nav_title {
  z-index: 200;
  color: var(--white);
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div_legende_open-project {
  grid-column-gap: .16em;
  grid-row-gap: .16em;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: .33em;
  display: flex;
  position: relative;
  inset: 0%;
}

.div_numbers {
  grid-column-gap: .16em;
  grid-row-gap: .16em;
  color: var(--grey);
  display: flex;
}

.nav-project-text {
  font-family: var(--serif-type);
  color: var(--grey);
  font-size: 25px;
  line-height: 25px;
}

.slide-nav-wrapper {
  z-index: 1005;
  pointer-events: none;
  color: var(--white);
  cursor: none;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 1em 2em;
}

.titles-open-project {
  grid-column-gap: .33em;
  grid-row-gap: .33em;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-big-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  min-width: 100dvw;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.image-big-wrapper.beige {
  background-color: #f4f3f0;
}

.image-big-wrapper.is-back {
  background-color: #000;
  min-height: 90dvh;
}

.list-wrapper {
  flex-flow: column;
  height: auto;
  display: flex;
}

.item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.image-desktop {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  overflow: visible;
}

.image-desktop.fullscreen {
  object-fit: cover;
}

.image-desktop.contained {
  object-fit: contain;
  object-position: 50% 50%;
}

.logo {
  color: #000;
  text-align: center;
  font-family: Intertight, Arial, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 100%;
}

.nav-container {
  z-index: 1;
  pointer-events: auto;
  cursor: auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: inline-flex;
  position: relative;
}

.nav-link {
  pointer-events: auto;
  padding-left: 0;
  padding-right: 0;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.navbar-brand {
  z-index: 1001;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  opacity: 1;
  filter: invert();
  pointer-events: auto;
  color: var(--black);
  mix-blend-mode: exclusion;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 1em 0% auto;
}

.navigation {
  z-index: 1000;
  filter: invert();
  pointer-events: none;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: space-between;
  width: 100dvw;
  min-width: 100dvw;
  height: 100dvh;
  min-height: 100dvh;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: fixed;
  inset: 0%;
}

.logo-text {
  color: var(--black);
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 12px;
}

.image-wrapper.is-5-13 {
  width: 38.4615%;
  min-width: 38.4615%;
  overflow: hidden;
}

.image-wrapper.is-3-13 {
  width: 23.0769%;
}

.image-wrapper.is-13-13 {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.locales-aelta {
  font-family: Intertight, Arial, sans-serif;
}

.locales-list-aelta {
  grid-column-gap: .66em;
  grid-row-gap: .66em;
  display: flex;
}

.video-wrapper {
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  min-height: 100dvh;
  display: flex;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.video-wrapper.landscape.contained {
  aspect-ratio: 16 / 9;
  width: 76.92dvw;
  height: auto;
  min-height: auto;
}

.video-wrapper.hide {
  display: none;
}

.is-2-13 {
  width: 15.3846%;
}

.work-categories {
  z-index: 1002;
  grid-row-gap: .33em;
  filter: invert();
  mix-blend-mode: exclusion;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 1em;
  display: flex;
  position: fixed;
  top: 50vh;
  left: 1em;
}

.ancre-works {
  pointer-events: auto;
}

.ancre-works.w--current {
  height: 120%;
}

.works-info-wrapper {
  z-index: 4;
  opacity: 1;
  filter: invert();
  color: #fff;
  mix-blend-mode: difference;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tiny {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 120%;
}

.is-8-13 {
  width: 61.5385%;
}

.work-info-sticky {
  z-index: 10002;
  box-sizing: border-box;
  filter: invert();
  pointer-events: none;
  cursor: none;
  mix-blend-mode: difference;
  text-wrap: pretty;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 100%;
  max-width: 100%;
  padding: 0 1em 1em;
  position: sticky;
  top: 50vh;
  left: 0%;
  right: 0%;
}

.work-info-sticky.is-first {
  opacity: 1;
}

.transition {
  z-index: 10003;
  background-color: #fff;
  width: 100dvw;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
}

.page-info {
  z-index: 10004;
  color: #f5f5f5eb;
  background-color: #130600eb;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100dvw;
  height: auto;
  padding: 1em;
  display: flex;
  position: fixed;
  inset: 0%;
}

.page-info.hide {
  display: none;
}

.image-trio {
  grid-column-gap: .16em;
  grid-row-gap: .16em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-trio-1, .image-trio-2 {
  width: 23.0769%;
  min-width: 23.0769%;
}

.image-trio-3 {
  width: 23.0769%;
}

.info-col-left {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 53.8462vw;
  display: flex;
}

.info-col-right {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30.7692vw;
  margin-left: 15.3846%;
  margin-right: 7.69231%;
  padding-top: .6em;
  display: flex;
  position: relative;
}

.display-medium {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
  line-height: 1em;
}

.display-big {
  margin-top: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 48px;
  line-height: 1em;
}

.info-item {
  grid-column-gap: .16em;
  grid-row-gap: .16em;
  flex-flow: column;
  display: flex;
}

.display-small {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 110%;
}

.info-wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.logo-nav-link {
  z-index: 1000;
  filter: invert();
  mix-blend-mode: difference;
  position: fixed;
  top: 1em;
  left: 1em;
}

.close-button-info {
  z-index: 10004;
  filter: invert();
  mix-blend-mode: difference;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.display-tiny {
  text-wrap: pretty;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 12px;
  line-height: 110%;
}

.info-button {
  z-index: 10002;
  filter: invert();
  mix-blend-mode: difference;
  padding-bottom: .5em;
  padding-left: .5em;
  position: fixed;
  top: 1em;
  right: 1em;
}

.page-curtain {
  z-index: 1001;
  background-color: #130600eb;
  width: 100dvw;
  height: 100dvh;
  position: fixed;
  inset: 0%;
}

.ig-link {
  z-index: 1004;
  color: var(--white);
  position: absolute;
  inset: auto 1em 1em auto;
}

.work-button {
  z-index: 10002;
  filter: invert();
  mix-blend-mode: difference;
  position: fixed;
  top: 1em;
  left: 1em;
}

.aelta-button {
  z-index: 1002;
  filter: invert();
  mix-blend-mode: difference;
  padding-bottom: .5em;
  padding-right: .5em;
  line-height: 120%;
  position: fixed;
  top: 1em;
  left: 1em;
}

.aelta-button.is-2-13 {
  padding-bottom: 0;
}

.title-works-mobile {
  z-index: 1002;
  filter: invert();
  mix-blend-mode: exclusion;
  margin-top: 0;
  margin-left: 15.3846vw;
  display: none;
  position: fixed;
  top: 1em;
  left: 1em;
}

.image-duo-small {
  grid-column-gap: .16em;
  grid-row-gap: .16em;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.image-duo-small-1, .image-duo-small-2 {
  width: 23.0769%;
  min-width: 23.0769%;
}

.counter {
  width: 61.5385%;
  margin-left: 15.3846vw;
}

.client {
  width: 33.333%;
}

.description {
  text-align: right;
  width: 66.666%;
}

.project-info {
  justify-content: space-between;
  align-items: flex-start;
  width: 23.0769%;
  display: flex;
}

.contact-button {
  z-index: 10002;
  filter: invert();
  mix-blend-mode: difference;
  padding-top: .5em;
  padding-left: .5em;
  position: fixed;
  inset: auto 1em 1em auto;
}

.contact-button.works {
  z-index: 10002;
}

.contact-page {
  z-index: 10003;
  background-color: #f4efee;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100dvw;
  min-width: 100dvw;
  height: 100dvh;
  min-height: 100dvh;
  padding: 1em;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.contact-page.hide {
  display: none;
}

.contact-formulaire {
  z-index: 1004;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 38.46vw;
  height: 100%;
  display: flex;
  position: absolute;
  left: 38.46vw;
}

.close-button-contact {
  z-index: 10004;
  filter: invert();
  mix-blend-mode: difference;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 1em;
  padding-right: 1em;
  display: flex;
  position: fixed;
  inset: auto 0 0 auto;
}

.contact-infos {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  text-wrap: pretty;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 15.38vw;
  height: 100%;
  padding-right: 1em;
  display: flex;
  position: absolute;
  inset: auto 0% 1em 1em;
}

.form-wrap {
  width: 100%;
  margin-top: 3em;
}

.about-home {
  z-index: 2;
  filter: invert();
  mix-blend-mode: difference;
  text-wrap: pretty;
  justify-content: center;
  align-items: flex-end;
  width: 15.3846%;
  position: fixed;
  inset: auto 50% 1em 1em;
}

.footer-contact-3 {
  z-index: 1004;
  position: absolute;
  inset: auto auto 1em 38.46vw;
}

.ig-connect {
  z-index: 10002;
  filter: invert();
  mix-blend-mode: difference;
  padding-top: .5em;
  position: fixed;
  bottom: 1em;
  left: 1em;
}

.go-to-top {
  pointer-events: auto;
  width: 33.333%;
  color: var(--white);
  cursor: pointer;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.contact-link {
  z-index: 1004;
  position: relative;
}

.contact-works {
  width: 61.5385%;
  margin-left: 15.3846%;
}

.single-item {
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100%;
  display: flex;
}

.mobile-works-wrapper, .aelta-gallery-overlay {
  display: none;
}

.gallery-previous-zone {
  z-index: 10001;
  pointer-events: auto;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0 50% 0 0;
}

.gallery-next-zone {
  z-index: 10001;
  pointer-events: auto;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0 0 0 50%;
}

.gallery-slides-wrapper {
  position: relative;
}

.end-works-page {
  width: 61.5385%;
  margin-left: 15.3846%;
  position: absolute;
  bottom: 1em;
  left: 1em;
}

.is-video {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
}

.is-video.portrait {
  aspect-ratio: 3 / 4;
  position: relative;
}

.go-to-top-link {
  pointer-events: auto;
  width: 33.333%;
  color: var(--white);
  cursor: pointer;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.legal-page {
  margin-bottom: 7em;
}

.legal-text-wrap {
  flex-flow: column;
  width: 38.46vw;
  margin-left: 30.77vw;
  margin-right: 7.69vw;
  padding-bottom: 7em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 110%;
  display: flex;
}

.contact-title {
  position: absolute;
  inset: 1em auto auto 1em;
}

.legal-info.title {
  margin-top: 7em;
}

.link-block.is-modal {
  color: #f5f5f5eb;
}

.aelta-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.aelta-video.is-mobile {
  display: none;
}

.title-works-desktop {
  z-index: 1002;
  filter: invert();
  mix-blend-mode: exclusion;
  margin-left: 15.3846vw;
  padding-top: 3px;
  position: fixed;
  top: 1em;
  left: 1em;
}

.works-preloader {
  z-index: 10004;
  pointer-events: none;
  background-color: #fff;
  width: 100dvw;
  height: 100dvh;
  display: block;
  position: fixed;
  inset: 0;
}

.works-preloader.none, .works-preloader.hide {
  display: none;
}

.prealoader {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.prealoader.is-mobile {
  display: none;
}

.image-preload {
  opacity: 0;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.preload-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.preload-image.contain {
  object-fit: scale-down;
  width: auto;
  max-width: none;
}

.preload-image.contain.big {
  width: 30.7692%;
  max-width: 30.7692%;
  height: auto;
}

.preload-image.contain.medium {
  width: 46.1538%;
  max-width: 46.1538%;
  height: auto;
}

.video-preload {
  width: 100dvw;
  height: 100dvh;
}

@media screen and (max-width: 991px) {
  .body {
    font-size: 2.6188vw;
    line-height: 2.6188vw;
  }

  .utility-page-content {
    margin-top: 0;
    margin-bottom: 0;
  }

  .title-serif {
    display: inline;
  }

  .title-serif.is-footer {
    font-size: 21em;
  }

  .title-serif.is-projets {
    display: block;
  }

  .menu-button.is-open {
    font-size: var(--base-size-tablet);
    top: auto;
    bottom: 1em;
  }

  .popup-title.is-padding {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-wrap: wrap-reverse;
    align-content: flex-end;
  }

  .popup-subtitle.is-3-columns {
    flex-basis: 100%;
    max-width: 100%;
  }

  .popup-title-wrapper {
    flex-direction: row;
  }

  .footer-vertical {
    height: 7em;
  }

  .logo-header {
    font-size: var(--base-size-tablet);
    top: auto;
    bottom: 1em;
  }

  .icon-hover, .icon-hover.is-avalability {
    display: flex;
  }

  .is-link-icon.is-contact {
    justify-content: flex-start;
    align-items: center;
  }

  .is-block {
    display: block;
  }

  .is-2-columns-is-4-columns-m {
    flex-basis: 33.33%;
    max-width: 33.33%;
  }

  .is-4-columns-is-6-columns-m-is-8-columns-s {
    flex-basis: 50%;
    max-width: 50%;
  }

  .footer-studio {
    top: 3.1em;
    left: 1em;
  }

  .project-item-grid {
    width: 23%;
    min-width: 23%;
    max-width: 23%;
  }

  .filter-text {
    font-size: var(--base-size-tablet);
  }

  .menu-projects {
    justify-content: flex-start;
    align-items: stretch;
  }

  .gallery_grid {
    grid-column-gap: 3.5em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .slide-w.video {
    margin-left: 0;
    margin-right: 0;
  }

  .close-wrap {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .filter-mobile {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    align-items: baseline;
    display: flex;
  }

  .slide-image-landscape {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    top: 0;
    bottom: auto;
  }

  .image-work-landscape {
    object-fit: contain;
    object-position: 50% 0%;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-wrapper.is-3-13 {
    width: 50%;
  }

  .display-medium {
    font-size: 18px;
    line-height: 110%;
  }

  .display-big {
    font-size: 36px;
  }

  .display-small {
    font-size: 16px;
  }

  .project-info {
    width: 30.7692%;
  }
}

@media screen and (max-width: 767px) {
  .utility-page-wrap {
    background-image: url('../images/Aelta-Studio-_-.avif');
    background-position: 50%;
    background-size: cover;
  }

  .utility-page-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .title-serif {
    display: inline;
  }

  .footer-centered {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .is-2-columns-is-4-columns-m.is-padding-left {
    display: none;
  }

  .is-4-columns-is-6-columns-m-is-8-columns-s.is-offset-1 {
    flex-basis: 66.6%;
    max-width: 66.66%;
  }

  .footer-studio {
    margin-top: -35px;
  }

  .locales-wrapper.is-studio {
    width: 25%;
  }

  .menu-projects {
    justify-content: center;
    align-items: stretch;
  }

  .section_gallery {
    background-color: var(--white);
  }

  .gallery_grid {
    grid-row-gap: 7em;
  }

  .slider-fullscreen {
    top: 0;
  }

  .slider-fullscreen.empty-hide {
    z-index: 1000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .slider-work {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .slide-w {
    vertical-align: baseline;
    inset: auto 0;
  }

  .slide-image-wrap-portrait {
    z-index: 0;
    aspect-ratio: 2 / 3;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .image-work-portrait, .image-work-landscape {
    object-position: 50% 0%;
  }

  .nav_title {
    color: var(--white);
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .slide-nav-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
    inset: 1em auto auto .5em;
  }

  .all-wrapper.desktop {
    display: none;
  }

  .list-wrapper {
    grid-column-gap: 0svh;
    grid-row-gap: 0svh;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .image-wrapper.is-8-13 {
    width: 100%;
    padding: 1em;
  }

  .image-wrapper.is-5-13 {
    width: 66.67%;
  }

  .image-wrapper.is-2-13 {
    width: 33.33%;
  }

  .image-wrapper.is-3-13 {
    width: 50%;
  }

  .work-categories {
    display: none;
    top: 3em;
    bottom: auto;
    left: 16.6667vw;
  }

  .tiny {
    line-height: 100%;
  }

  .is-8-13 {
    margin-top: 3em;
  }

  .work-info-sticky {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .page-info {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    padding-bottom: 1em;
    left: 0%;
    right: 0%;
    overflow: scroll;
  }

  .info-col-left {
    width: 100%;
    position: relative;
  }

  .info-col-right {
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
  }

  .info-item {
    grid-column-gap: .33em;
    grid-row-gap: .33em;
  }

  .info-wrapper {
    margin-top: 3em;
  }

  .logo-nav-link {
    padding-left: 0;
  }

  .close-button-info {
    padding-left: 0;
    inset: 0% 0% auto auto;
  }

  .info-button {
    padding-left: 0;
  }

  .ig-link {
    display: none;
    bottom: 0;
    right: 0;
  }

  .work-button, .aelta-button {
    padding-left: 0;
  }

  .aelta-button.is-2-13 {
    width: 16.6667%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .title-works-mobile {
    color: var(--grey);
    margin-top: 3em;
    margin-left: 1em;
    display: block;
    position: relative;
    top: 5em;
    left: 0;
  }

  .image-duo-small-1, .image-duo-small-2 {
    width: 33.33%;
    min-width: 33.33%;
  }

  .counter {
    width: 16.6667%;
    margin-left: 0%;
  }

  .client {
    width: 25%;
  }

  .description {
    justify-content: flex-end;
    align-items: flex-start;
    width: 75%;
    display: flex;
  }

  .project-info {
    width: 50%;
  }

  .contact-button {
    padding-left: 0;
  }

  .contact-button.works {
    position: absolute;
    inset: auto 1em 1em auto;
  }

  .contact-button.works.mobile-hidden {
    display: none;
  }

  .contact-page {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact-formulaire {
    justify-content: flex-start;
    align-items: flex-start;
    width: 60%;
  }

  .close-button-contact {
    padding-left: 0;
  }

  .contact-infos {
    width: 33.3333%;
  }

  .about-home {
    width: 50%;
  }

  .footer-contact-3 {
    margin-left: 0%;
  }

  .ig-connect {
    padding-left: 0;
    display: none;
  }

  .go-to-top {
    text-align: right;
  }

  .contact-works {
    width: 50%;
    margin-left: 0%;
  }

  .mobile-works-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    padding-top: 9em;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
  }

  .aelta-gallery-overlay {
    z-index: 10003;
    background-color: var(--white);
    width: 100dvw;
    height: 100dvh;
    display: block;
    position: fixed;
    inset: 0;
    overflow: hidden;
  }

  .aelta-gallery-overlay.is-closed {
    display: none;
  }

  .gallery-header {
    z-index: 9999;
    filter: invert();
    pointer-events: none;
    cursor: none;
    mix-blend-mode: difference;
    position: absolute;
    inset: 0;
  }

  .gallery-info {
    pointer-events: none;
    width: 100%;
    height: 100%;
  }

  .gallery-close {
    z-index: 10001;
    pointer-events: auto;
    cursor: auto;
    padding: 1em;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .gallery-description {
    text-align: right;
    width: 50vw;
    font-size: 12px;
    line-height: 110%;
  }

  .gallery-client {
    width: 50vw;
    font-family: var(--sans-type);
    font-size: 16px;
    line-height: 110%;
  }

  .gallery-previous-zone {
    z-index: 9999;
    width: 40%;
    height: 100%;
    position: absolute;
    inset: 3em auto 1em 0%;
  }

  .gallery-next-zone {
    z-index: 9999;
    width: 40%;
    height: 100%;
    position: absolute;
    inset: 3em 0% 1em auto;
  }

  .gallery-slides-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .gallery-track {
    width: auto;
    height: 100%;
    display: flex;
    position: relative;
  }

  .gallery-slide {
    flex: none;
    width: 100dvw;
    height: 100dvh;
  }

  .gallery-slide.is-black {
    background-color: var(--black);
  }

  .gallery-content {
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
  }

  .gallery-image {
    object-fit: contain;
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .mobile-work {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .mobile-header {
    align-items: flex-start;
    margin-bottom: .6em;
    display: flex;
  }

  .mobile-client {
    width: 33.3333%;
    position: relative;
    inset: auto auto 0% 0%;
  }

  .mobile-description {
    width: 66.6667%;
    color: var(--grey);
    text-align: right;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .mobile-work-thumbnail {
    width: 100%;
  }

  .mobile-work-thumb-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: .6em;
    display: flex;
  }

  .mobile-work-thumb-wrapper.is-padding-big {
    padding: 5em 33.33%;
  }

  .mobile-work-thumb-wrapper.is-padding-big.is-black {
    background-color: #000;
  }

  .is-contained {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    display: flex;
  }

  .is-contained.big {
    margin-left: 33.33%;
    margin-right: 33.33%;
  }

  .is-full-landscape-mobile {
    width: 100dvw;
    min-width: 100dvw;
  }

  .end-works-page {
    width: 50%;
    margin-left: 0%;
    position: static;
    bottom: 0;
  }

  .is-image {
    height: 100%;
  }

  .is-one {
    justify-content: center;
    align-items: center;
    min-width: 100%;
    min-height: 100%;
    display: flex;
  }

  .is-two, .is-three {
    grid-column-gap: .16em;
    grid-row-gap: .16em;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .is-full-portrait-mobile {
    height: 100dvh;
    min-height: 100dvh;
  }

  .is-video {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
  }

  .is-video.portrait {
    aspect-ratio: 3 / 4;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .is-video.landscape {
    aspect-ratio: 16 / 9;
  }

  .gallery-top-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 50%;
    min-width: 50%;
    display: flex;
    position: absolute;
    top: 1em;
    left: 1em;
  }

  .footer-works-mobile {
    grid-column-gap: 7em;
    grid-row-gap: 7em;
    flex-flow: column;
    margin-bottom: 1em;
    display: flex;
  }

  .works-embed {
    display: none;
  }

  .go-to-top-link {
    text-align: right;
    width: 100%;
    display: block;
  }

  .gallery-bottom-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100vw;
    min-width: 100vw;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .legal-text-wrap {
    width: 66.67vw;
    margin-left: auto;
  }

  .aelta-video {
    min-height: 100%;
  }

  .aelta-video.is-mobile {
    display: none;
  }

  .title-works-desktop {
    color: var(--grey);
    margin-left: 1em;
    display: none;
    position: relative;
    top: 5em;
    left: 0;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 6.472vw;
    line-height: 6.472vw;
  }

  .is-padding {
    padding-left: .66em;
    padding-right: .66em;
  }

  .title-sans {
    font-size: 1.03333em;
  }

  .title-sans.is-small {
    font-size: .688889em;
  }

  .title-serif {
    font-size: 1.16667em;
    display: inline;
  }

  .title-serif.is-footer {
    font-size: 7.7em;
  }

  .title-serif.is-big {
    font-size: 2.49333em;
  }

  .paragraph-serif {
    font-size: .518em;
  }

  .menu-links {
    flex-direction: column;
    height: auto;
    margin-top: 1em;
  }

  .menu-button {
    position: fixed;
    top: auto;
    bottom: .66em;
    right: .66em;
    overflow: hidden;
  }

  .menu-button.is-open {
    height: auto;
    font-size: var(--base-size-mobile);
    padding: 4px 0 4px 4px;
    top: auto;
    bottom: .66em;
    right: .66em;
  }

  .footer-vertical {
    height: 7.8em;
  }

  .footer-centered {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .logo-header {
    color: var(--white);
    font-size: var(--base-size-mobile);
    mix-blend-mode: difference;
    bottom: .66em;
    left: .66em;
  }

  .icon-hover {
    order: 1;
  }

  .icon-hover.is-avalability {
    grid-column-gap: .0625em;
    grid-row-gap: .0625em;
    position: static;
  }

  .is-link-icon.is-relative {
    padding: 4px;
  }

  .is-link-icon.is-contact {
    margin-top: 1em;
    position: relative;
    bottom: -.2em;
    right: 0;
  }

  .journal-title.is-padding {
    padding-top: .66em;
  }

  .form {
    padding-top: 0;
    padding-bottom: .66em;
  }

  .success-message {
    padding-left: 0;
    padding-right: 0;
  }

  .link-item-wrapper {
    height: 1.1em;
    overflow: hidden;
  }

  .preloader {
    display: none;
  }

  .is-4-columns-is-6-columns-m-is-8-columns-s.is-offset-1 {
    max-width: 100%;
    margin-left: 0%;
  }

  .footer-studio {
    justify-content: space-between;
    margin-top: 0;
    top: .9em;
    left: .666em;
    right: .66em;
  }

  .is-hover-underline.hide-xs, .footer-mail {
    display: none;
  }

  .project-item-grid {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .locales-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .locales-wrapper.is-studio {
    width: auto;
  }

  .footer-contact {
    display: none;
  }

  .menu-projects {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .filters-2 {
    grid-row-gap: .5em;
    width: 100vw;
  }

  .filters-2.filter-wrapper {
    padding-left: .5em;
    position: fixed;
    overflow: scroll;
  }

  .filter_link.title-sans.is-small {
    white-space: nowrap;
    line-height: 1.5em;
  }

  .section_gallery {
    padding-top: 7em;
    padding-left: .5em;
    padding-right: .5em;
  }

  .gallery_grid {
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .close-wrap {
    left: .5em;
    right: .5em;
  }

  .filter-mobile {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    justify-content: flex-start;
    align-items: baseline;
    display: flex;
  }

  .code-embed {
    display: none;
  }

  .slide-image-landscape {
    width: 100vw;
  }

  .nav_title {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .slide-nav-wrapper {
    z-index: 10003;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: .5em;
    left: 0;
  }

  .nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .image-wrapper.is-8-13 {
    width: 100%;
  }

  .image-wrapper.is-5-13 {
    width: 66.67%;
  }

  .image-wrapper.is-2-13 {
    width: 50%;
  }

  .is-2-13 {
    width: 33.3333%;
    min-width: 33.3333%;
  }

  .works-info-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .page-info {
    grid-column-gap: 1.66em;
    grid-row-gap: 1.66em;
    padding-top: 3em;
    padding-bottom: 1em;
  }

  .info-col-left {
    grid-column-gap: 1.66em;
    grid-row-gap: 1.66em;
    width: 100%;
  }

  .info-col-right {
    width: 66.67%;
    padding-top: 0;
  }

  .display-medium {
    font-size: 20px;
    line-height: 110%;
  }

  .display-big {
    font-size: 32px;
  }

  .info-item {
    grid-column-gap: .16em;
    grid-row-gap: .16em;
  }

  .display-small {
    font-size: 16px;
  }

  .logo-nav-link, .close-button-info {
    padding-left: 0;
  }

  .display-tiny {
    font-size: 12px;
  }

  .info-button {
    padding-left: 0;
  }

  .ig-link {
    inset: auto 0% 0% auto;
  }

  .work-button, .aelta-button {
    padding-left: 0;
  }

  .title-works-mobile {
    margin-top: 2em;
  }

  .description {
    text-align: right;
    width: 100%;
  }

  .project-info {
    width: 70%;
  }

  .contact-button {
    filter: invert();
    mix-blend-mode: difference;
    padding-left: 0;
  }

  .contact-page {
    grid-row-gap: 1.5em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-formulaire {
    width: 100%;
    height: auto;
    margin-top: 7em;
    position: relative;
    left: 0;
  }

  .close-button-contact {
    padding-left: 0;
  }

  .contact-infos {
    width: 100%;
    height: auto;
    margin-top: 7em;
    position: absolute;
    inset: auto auto 3em 1em;
  }

  .form-wrap {
    margin-top: 3em;
  }

  .footer-contact-3 {
    position: absolute;
    inset: auto auto 1em 1em;
  }

  .ig-connect {
    filter: invert();
    mix-blend-mode: difference;
    padding-left: 0;
  }

  .contact-works {
    width: 66.67%;
  }

  .gallery-image {
    width: 100%;
    height: auto;
    min-height: 100%;
  }

  .gallery-image.cover {
    object-fit: cover;
  }

  .mobile-description {
    color: #000;
  }

  .is-contained {
    justify-content: center;
    align-items: center;
    width: 66.67%;
    display: flex;
  }

  .end-works-page {
    width: 66.67%;
  }

  .legal-text-wrap {
    padding-left: .33em;
  }

  .contact-title {
    position: static;
  }

  .aelta-video.is-mobile {
    display: block;
  }

  .prealoader.is-desktop {
    display: none;
  }

  .prealoader.is-mobile {
    display: block;
  }

  .preload-image.contain {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .preload-image.contain.big, .preload-image.contain.medium {
    width: 50%;
    max-width: 50%;
  }
}

#w-node-_77304c31-b9d8-bd85-692c-b7c5f3c85217-070cffd0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Intertight';
  src: url('../fonts/intertight-variablefont_wght-webfont.woff2') format('woff2'), url('../fonts/intertight-variablefont_wght-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}