@charset "UTF-8";
:root {
  --color-bg-990: #FDFEFF;
  --color-bg-980: #F9FAFF;
  --color-bg-970: #f6f6f9;
  --color-bg-960: #f1f2f6;
  --color-bg-950: #eff0f4;
  --color-bg-940: #eceef4;
  --color-bg-930: #e8eaf0;
  --color-bg-920: #e4e6ec;
  --color-bg-910: #E3EAF6;
  --color-bg-900: #E1E7F2;
  --color-bg-body: #EDF0F9;
  --color-bg-card: rgba(255, 255, 255, 0.6);
  --color-bg-tiles: rgba(251, 251, 255, 0.2);
  --color-bg-product: #CAE8FF;
  --color-bg-brand: #FFF0DD;
  --color-text: #0B0B10;
  --color-border: #FDFEFF;
  --color-da-txt: #F9FAFF;
  --color-color-txt: #F9FAFF;
  --color-icon-txt: #F9FAFF;
  --color-branding-txt: #F9FAFF;
  --color-a3d-txt: #F9FAFF;
  --color-da-bg: #EB7C2C;
  --color-color-bg: #D42C6A;
  --color-icon-bg: #5F19E1;
  --color-branding-bg: #0987E2;
  --color-a3d-bg: #4D8654;
  --color-da-img: url(../medias/logo-r.svg);
  --color-color-img: url(../medias/icon-r.svg);
  --color-icon-img: url(../medias/univers-r.svg);
  --color-branding-img: url(../medias/model-r.svg);
  --color-a3d-img: url(../medias/a3d-r.svg);
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-bg-990: #030308;
    --color-bg-980: #07070C;
    --color-bg-970: #0B0B10;
    --color-bg-960: #0F0F14;
    --color-bg-950: #131318;
    --color-bg-940: #16161B;
    --color-bg-930: #1A1A1F;
    --color-bg-920: #1E1E23;
    --color-bg-910: #222228;
    --color-bg-900: #28282F;
    --color-bg-body: #16161B;
    --color-bg-card: rgba(0, 0, 0, 0.4);
    --color-bg-tiles: rgba(9, 9, 9, 0.2);
    --color-bg-product: #02253C;
    --color-bg-brand: #231A00;
    --color-text: #FBFBFF;
    --color-border: rgba(255, 255, 255, 0.0666666667);
    --color-da-txt: #FFB47B;
    --color-color-txt: #FF609B;
    --color-icon-txt: #A270FF;
    --color-branding-txt: #75DFFF;
    --color-a3d-txt: #7AFFB8;
    --color-da-bg: #0B0B10;
    --color-color-bg: #0B0B10;
    --color-icon-bg: #0B0B10;
    --color-branding-bg: #0B0B10;
    --color-a3d-bg: #0B0B10;
    --color-da-img: url(../medias/logo.svg);
    --color-color-img: url(../medias/icon.svg);
    --color-icon-img: url(../medias/univers.svg);
    --color-branding-img: url(../medias/model.svg);
    --color-a3d-img: url(../medias/a3d.svg);
  }
}
[data-theme=light] {
  --color-bg-990: #FDFEFF;
  --color-bg-980: #F9FAFF;
  --color-bg-970: #f6f6f9;
  --color-bg-960: #f1f2f6;
  --color-bg-950: #eff0f4;
  --color-bg-940: #eceef4;
  --color-bg-930: #e8eaf0;
  --color-bg-920: #e4e6ec;
  --color-bg-910: #E3EAF6;
  --color-bg-900: #E1E7F2;
  --color-bg-body: #EDF0F9;
  --color-bg-card: rgba(255, 255, 255, 0.6);
  --color-bg-tiles: rgba(251, 251, 255, 0.2);
  --color-bg-product: #CAE8FF;
  --color-bg-brand: #FFF0DD;
  --color-text: #0B0B10;
  --color-border: #FDFEFF;
  --color-da-txt: #F9FAFF;
  --color-color-txt: #F9FAFF;
  --color-icon-txt: #F9FAFF;
  --color-branding-txt: #F9FAFF;
  --color-a3d-txt: #F9FAFF;
  --color-da-bg: #EB7C2C;
  --color-color-bg: #D42C6A;
  --color-icon-bg: #5F19E1;
  --color-branding-bg: #0987E2;
  --color-a3d-bg: #4D8654;
  --color-da-img: url(../medias/logo-r.svg);
  --color-color-img: url(../medias/icon-r.svg);
  --color-icon-img: url(../medias/univers-r.svg);
  --color-branding-img: url(../medias/model-r.svg);
  --color-a3d-img: url(../medias/a3d-r.svg);
}

[data-theme=dark] {
  --color-bg-990: #030308;
  --color-bg-980: #07070C;
  --color-bg-970: #0B0B10;
  --color-bg-960: #0F0F14;
  --color-bg-950: #131318;
  --color-bg-940: #16161B;
  --color-bg-930: #1A1A1F;
  --color-bg-920: #1E1E23;
  --color-bg-910: #222228;
  --color-bg-900: #28282F;
  --color-bg-body: #16161B;
  --color-bg-card: rgba(0, 0, 0, 0.4);
  --color-bg-tiles: rgba(9, 9, 9, 0.2);
  --color-bg-product: #02253C;
  --color-bg-brand: #231A00;
  --color-text: #FBFBFF;
  --color-border: rgba(255, 255, 255, 0.0666666667);
  --color-da-txt: #FFB47B;
  --color-color-txt: #FF609B;
  --color-icon-txt: #A270FF;
  --color-branding-txt: #75DFFF;
  --color-a3d-txt: #7AFFB8;
  --color-da-bg: #0B0B10;
  --color-color-bg: #0B0B10;
  --color-icon-bg: #0B0B10;
  --color-branding-bg: #0B0B10;
  --color-a3d-bg: #0B0B10;
  --color-da-img: url(../medias/logo.svg);
  --color-color-img: url(../medias/icon.svg);
  --color-icon-img: url(../medias/univers.svg);
  --color-branding-img: url(../medias/model.svg);
  --color-a3d-img: url(../medias/a3d.svg);
}

body {
  color: var(--color-text);
}

.card {
  background-color: var(--color-bg-card);
}
.card.lg {
  background-color: var(--color-bg-940);
  border: 0px solid transparent;
  border-top: 2px solid var(--color-border);
}

.bg-990 {
  background-color: var(--color-bg-990);
}

.bg-980 {
  background-color: var(--color-bg-980);
}

.bg-970 {
  background-color: var(--color-bg-970);
}

.bg-960 {
  background-color: var(--color-bg-960);
}

.bg-950 {
  background-color: var(--color-bg-950);
}

.bg-940 {
  background-color: var(--color-bg-940);
}

.bg-930 {
  background-color: var(--color-bg-930);
}

.bg-920 {
  background-color: var(--color-bg-920);
}

.cell svg * {
  fill: var(--color-text);
}

.container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 80px 3.6vw;
  padding-right: calc(3.6vw - 16px);
}
.container.wrap-fill {
  padding-right: 3.6vw;
}

.col-fill-1 {
  flex: auto;
  min-width: calc((1 / 6) * 100% - 16px);
  position: relative;
}
.col-fill-1.card > * {
  width: calc((1 / 6) * 100vw + (1 / 6 - 6) * 16px - 160px);
}

.col-fill-2 {
  flex: auto;
  min-width: calc((2 / 6) * 100% - 16px);
  position: relative;
}
.col-fill-2.card > * {
  width: calc((2 / 6) * 100vw + (2 / 6 - 6) * 16px - 160px);
}

.col-fill-3 {
  flex: auto;
  min-width: calc((3 / 6) * 100% - 16px);
  position: relative;
}
.col-fill-3.card > * {
  width: calc((3 / 6) * 100vw + (3 / 6 - 6) * 16px - 160px);
}

.col-fill-4 {
  flex: auto;
  min-width: calc((4 / 6) * 100% - 16px);
  position: relative;
}
.col-fill-4.card > * {
  width: calc((4 / 6) * 100vw + (4 / 6 - 6) * 16px - 160px);
}

.col-fill-5 {
  flex: auto;
  min-width: calc((5 / 6) * 100% - 16px);
  position: relative;
}
.col-fill-5.card > * {
  width: calc((5 / 6) * 100vw + (5 / 6 - 6) * 16px - 160px);
}

.col-fill-6 {
  flex: auto;
  min-width: calc((6 / 6) * 100% - 16px);
  position: relative;
}
.col-fill-6.card > * {
  width: calc((6 / 6) * 100vw + (6 / 6 - 6) * 16px - 160px);
}

.col-1 {
  flex: 0 0 calc((1 / 6) * 100% - 16px);
}
.col-1.sticky {
  top: 3.6vw;
  position: sticky;
}
.col-1.sticky:nth-of-type(1) {
  top: 32px;
}
.col-1.sticky:nth-of-type(2) {
  top: 64px;
}
.col-1.sticky:nth-of-type(3) {
  top: 96px;
}
.col-1.sticky:nth-of-type(4) {
  top: 128px;
}
.col-1.sticky:nth-of-type(5) {
  top: 160px;
}

.col-2 {
  flex: 0 0 calc((2 / 6) * 100% - 16px);
}
.col-2.sticky {
  top: 3.6vw;
  position: sticky;
}
.col-2.sticky:nth-of-type(1) {
  top: 32px;
}
.col-2.sticky:nth-of-type(2) {
  top: 64px;
}
.col-2.sticky:nth-of-type(3) {
  top: 96px;
}
.col-2.sticky:nth-of-type(4) {
  top: 128px;
}
.col-2.sticky:nth-of-type(5) {
  top: 160px;
}

.col-3 {
  flex: 0 0 calc((3 / 6) * 100% - 16px);
}
.col-3.sticky {
  top: 3.6vw;
  position: sticky;
}
.col-3.sticky:nth-of-type(1) {
  top: 32px;
}
.col-3.sticky:nth-of-type(2) {
  top: 64px;
}
.col-3.sticky:nth-of-type(3) {
  top: 96px;
}
.col-3.sticky:nth-of-type(4) {
  top: 128px;
}
.col-3.sticky:nth-of-type(5) {
  top: 160px;
}

.col-4 {
  flex: 0 0 calc((4 / 6) * 100% - 16px);
}
.col-4.sticky {
  top: 3.6vw;
  position: sticky;
}
.col-4.sticky:nth-of-type(1) {
  top: 32px;
}
.col-4.sticky:nth-of-type(2) {
  top: 64px;
}
.col-4.sticky:nth-of-type(3) {
  top: 96px;
}
.col-4.sticky:nth-of-type(4) {
  top: 128px;
}
.col-4.sticky:nth-of-type(5) {
  top: 160px;
}

.col-5 {
  flex: 0 0 calc((5 / 6) * 100% - 16px);
}
.col-5.sticky {
  top: 3.6vw;
  position: sticky;
}
.col-5.sticky:nth-of-type(1) {
  top: 32px;
}
.col-5.sticky:nth-of-type(2) {
  top: 64px;
}
.col-5.sticky:nth-of-type(3) {
  top: 96px;
}
.col-5.sticky:nth-of-type(4) {
  top: 128px;
}
.col-5.sticky:nth-of-type(5) {
  top: 160px;
}

.col-6 {
  flex: 0 0 calc((6 / 6) * 100% - 16px);
}
.col-6.sticky {
  top: 3.6vw;
  position: sticky;
}
.col-6.sticky:nth-of-type(1) {
  top: 32px;
}
.col-6.sticky:nth-of-type(2) {
  top: 64px;
}
.col-6.sticky:nth-of-type(3) {
  top: 96px;
}
.col-6.sticky:nth-of-type(4) {
  top: 128px;
}
.col-6.sticky:nth-of-type(5) {
  top: 160px;
}

.offset-1 {
  margin-left: calc((1 / 6) * 100%);
}

.offset-2 {
  margin-left: calc((2 / 6) * 100%);
}

.offset-3 {
  margin-left: calc((3 / 6) * 100%);
}

.offset-4 {
  margin-left: calc((4 / 6) * 100%);
}

.offset-5 {
  margin-left: calc((5 / 6) * 100%);
}

@media (min-width: 1920px) {
  .container {
    padding-right: calc(3.6vw - 16px);
  }
  .container.wrap-fill {
    padding-right: calc(3.6vw - 16px);
  }
  .col-fill-3 {
    flex: 0 0 calc(33.3333333333% - 16px);
    min-width: auto;
  }
  .col-fill-3.card > * {
    width: calc(33.3333333333vw - 93.3333333333px - 160px);
  }
  .col-fill-2 {
    flex: 0 0 calc(25% - 16px);
    min-width: auto;
  }
}
@media (max-width: 1140px) {
  .container {
    padding-right: calc(3.6vw - 16px);
  }
  .container.wrap-fill {
    padding-right: 3.6vw;
  }
  .col-1, .col-2 {
    flex: 0 0 calc(33.3333333333% - 16px);
  }
  .col-3, .col-4 {
    flex: 0 0 calc(66.6666666667% - 16px);
  }
  .col-5, .col-6 {
    flex: 0 0 calc(100% - 16px);
  }
  .offset-1 {
    margin-left: 0;
  }
  .offset-3, .offset-2 {
    margin-left: 33.3333333333%;
  }
  .offset-5, .offset-4 {
    margin-left: 66.6666666667%;
  }
  .col-fill-3 {
    flex: auto;
    min-width: calc(50% - 16px);
  }
  .col-fill-2 {
    flex: auto;
    min-width: calc(50% - 16px);
  }
}
@media (max-width: 768px) {
  .container {
    padding-right: calc(3.6vw - 0px);
  }
  .container.wrap-fill {
    padding-right: 3.6vw;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
  .col-fill-1, .col-fill-2, .col-fill-3, .col-fill-4, .col-fill-5, .col-fill-6 {
    flex: 0 0 100%;
  }
  .col-fill-3.card > * {
    width: auto;
  }
  .offset-1 {
    margin-left: 0;
  }
  .offset-2 {
    margin-left: 0;
  }
  .offset-3 {
    margin-left: 0;
  }
  .offset-4 {
    margin-left: 0;
  }
  .offset-5 {
    margin-left: 0;
  }
}
.container-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
}

.cell {
  flex: 0 0 20%;
  aspect-ratio: 1/1; /* Garde un ratio carré */
  box-sizing: border-box;
}
.cell svg {
  width: 120px;
}
.cell-fill {
  aspect-ratio: auto;
  flex: auto;
  min-height: 280px;
}
.cell.ratio1-2 {
  flex: 0 0 40%;
  aspect-ratio: 2/1; /* Garde un ratio carré */
}
.cell:nth-of-type(1) {
  display: none;
}
.cell:nth-of-type(2) {
  display: none;
}
.cell:nth-of-type(3) {
  display: none;
}
.cell:nth-of-type(4) {
  display: none;
}
.cell:nth-of-type(5) {
  display: none;
}
.cell:nth-of-type(6) {
  display: none;
}
.cell:nth-of-type(7) {
  display: none;
}
.cell:nth-of-type(8) {
  display: none;
}
.cell:nth-of-type(9) {
  display: none;
}
.cell:nth-of-type(10) {
  display: none;
}
.cell:nth-of-type(11) {
  display: none;
}
.cell:nth-of-type(12) {
  display: none;
}
.cell:nth-of-type(13) {
  display: none;
}
.cell:nth-of-type(14) {
  display: none;
}
.cell:nth-of-type(15) {
  display: none;
}
.cell:nth-of-type(16) {
  display: none;
}
.cell:nth-of-type(17) {
  display: none;
}

@media (min-width: 1140px) {
  .cell {
    flex: 0 0 20%;
  }
  .cell.ratio1-2 {
    flex: 0 0 40%;
  }
  .cell:nth-of-type(1) {
    background-color: var(--color-bg-920);
    display: flex;
  }
  .cell:nth-of-type(2) {
    background-color: var(--color-bg-930);
    display: flex;
  }
  .cell:nth-of-type(3) {
    background-color: var(--color-bg-940);
    display: flex;
  }
  .cell:nth-of-type(4) {
    background-color: var(--color-bg-950);
    display: flex;
  }
  .cell:nth-of-type(5) {
    background-color: var(--color-bg-930);
    display: flex;
  }
  .cell:nth-of-type(6) {
    background-color: var(--color-bg-940);
    display: flex;
  }
  .cell:nth-of-type(7) {
    background-color: var(--color-bg-950);
    display: flex;
  }
  .cell:nth-of-type(8) {
    background-color: var(--color-bg-960);
    display: flex;
  }
  .cell:nth-of-type(9) {
    background-color: var(--color-bg-970);
    display: flex;
  }
  .cell:nth-of-type(10) {
    background-color: var(--color-bg-950);
    display: flex;
  }
  .cell:nth-of-type(11) {
    background-color: var(--color-bg-960);
    display: flex;
  }
  .cell:nth-of-type(12) {
    background-color: var(--color-bg-970);
    display: flex;
  }
  .cell:nth-of-type(17) {
    background-color: var(--color-bg-980);
    display: flex;
  }
}
@media (min-width: 1440px) {
  .cell {
    flex: 0 0 20%;
  }
  .cell.ratio1-2 {
    flex: 0 0 40%;
  }
  .cell:nth-of-type(1) {
    background-color: var(--color-bg-920);
    display: flex;
  }
  .cell:nth-of-type(2) {
    background-color: var(--color-bg-930);
    display: flex;
  }
  .cell:nth-of-type(3) {
    background-color: var(--color-bg-940);
    display: flex;
  }
  .cell:nth-of-type(4) {
    background-color: var(--color-bg-950);
    display: flex;
  }
  .cell:nth-of-type(5) {
    background-color: var(--color-bg-930);
    display: flex;
  }
  .cell:nth-of-type(6) {
    background-color: var(--color-bg-940);
    display: flex;
  }
  .cell:nth-of-type(7) {
    background-color: var(--color-bg-950);
    display: flex;
  }
  .cell:nth-of-type(8) {
    background-color: var(--color-bg-960);
    display: flex;
  }
  .cell:nth-of-type(9) {
    background-color: var(--color-bg-970);
    display: flex;
  }
  .cell:nth-of-type(10) {
    background-color: var(--color-bg-950);
    display: flex;
  }
  .cell:nth-of-type(11) {
    background-color: var(--color-bg-960);
    display: flex;
  }
  .cell:nth-of-type(12) {
    background-color: var(--color-bg-970);
    display: flex;
  }
  .cell:nth-of-type(17) {
    background-color: var(--color-bg-980);
    display: flex;
  }
}
@media (min-width: 1920px) {
  .cell {
    flex: 0 0 16.6666666667%;
  }
  .cell.ratio1-2 {
    flex: 0 0 33.3333333333%;
  }
  .cell:nth-of-type(1) {
    background-color: var(--color-bg-900);
    display: flex;
  }
  .cell:nth-of-type(2) {
    background-color: var(--color-bg-910);
    display: flex;
  }
  .cell:nth-of-type(3) {
    background-color: var(--color-bg-920);
    display: flex;
  }
  .cell:nth-of-type(4) {
    background-color: var(--color-bg-930);
    display: flex;
  }
  .cell:nth-of-type(5) {
    background-color: var(--color-bg-940);
    display: flex;
  }
  .cell:nth-of-type(6) {
    background-color: var(--color-bg-920);
    display: flex;
  }
  .cell:nth-of-type(7) {
    background-color: var(--color-bg-930);
    display: flex;
  }
  .cell:nth-of-type(8) {
    background-color: var(--color-bg-940);
    display: flex;
  }
  .cell:nth-of-type(9) {
    background-color: var(--color-bg-950);
    display: flex;
  }
  .cell:nth-of-type(10) {
    background-color: var(--color-bg-960);
    display: flex;
  }
  .cell:nth-of-type(11) {
    background-color: var(--color-bg-970);
    display: flex;
  }
  .cell:nth-of-type(12) {
    background-color: var(--color-bg-940);
    display: flex;
  }
  .cell:nth-of-type(13) {
    background-color: var(--color-bg-950);
    display: flex;
  }
  .cell:nth-of-type(14) {
    background-color: var(--color-bg-960);
    display: flex;
  }
  .cell:nth-of-type(15) {
    background-color: var(--color-bg-970);
    display: flex;
  }
  .cell:nth-of-type(16) {
    display: none;
  }
  .cell:nth-of-type(17) {
    background-color: var(--color-bg-980);
    display: flex;
  }
}
@media (min-width: 2440px) {
  .cell {
    flex: 0 0 14.2857142857%;
  }
  .cell.ratio1-2 {
    aspect-ratio: 3/1; /* Garde un ratio carré */
    flex: 0 0 42.8571428571%;
  }
  .cell:nth-of-type(1) {
    background-color: var(--color-bg-900);
    display: flex;
  }
  .cell:nth-of-type(2) {
    background-color: var(--color-bg-910);
    display: flex;
  }
  .cell:nth-of-type(3) {
    background-color: var(--color-bg-920);
    display: flex;
  }
  .cell:nth-of-type(4) {
    background-color: var(--color-bg-930);
    display: flex;
  }
  .cell:nth-of-type(5) {
    background-color: var(--color-bg-940);
    display: flex;
  }
  .cell:nth-of-type(6) {
    background-color: var(--color-bg-910);
    display: flex;
  }
  .cell:nth-of-type(7) {
    background-color: var(--color-bg-920);
    display: flex;
  }
  .cell:nth-of-type(8) {
    background-color: var(--color-bg-930);
    display: flex;
  }
  .cell:nth-of-type(9) {
    background-color: var(--color-bg-940);
    display: flex;
  }
  .cell:nth-of-type(10) {
    background-color: var(--color-bg-950);
    display: flex;
  }
  .cell:nth-of-type(11) {
    background-color: var(--color-bg-960);
    display: flex;
  }
  .cell:nth-of-type(12) {
    background-color: var(--color-bg-970);
    display: flex;
  }
  .cell:nth-of-type(13) {
    background-color: var(--color-bg-940);
    display: flex;
  }
  .cell:nth-of-type(14) {
    background-color: var(--color-bg-950);
    display: flex;
  }
  .cell:nth-of-type(15) {
    background-color: var(--color-bg-960);
    display: flex;
  }
  .cell:nth-of-type(16) {
    background-color: var(--color-bg-970);
    display: flex;
  }
  .cell:nth-of-type(17) {
    background-color: var(--color-bg-980);
    display: flex;
  }
}
@media (min-width: 2440px) and (min-aspect-ratio: 21/9) {
  .cell {
    flex: 0 0 12.5%;
  }
  .cell.ratio1-2 {
    aspect-ratio: 3/1; /* Garde un ratio carré */
    flex: 0 0 37.5%;
  }
  .cell:nth-of-type(1) {
    background-color: var(--color-bg-920);
    display: flex;
  }
  .cell:nth-of-type(2) {
    background-color: var(--color-bg-930);
    display: flex;
  }
  .cell:nth-of-type(3) {
    background-color: var(--color-bg-940);
    display: flex;
  }
  .cell:nth-of-type(4) {
    background-color: var(--color-bg-950);
    display: flex;
  }
  .cell:nth-of-type(5) {
    background-color: var(--color-bg-960);
    display: flex;
  }
  .cell:nth-of-type(6) {
    background-color: var(--color-bg-970);
    display: flex;
  }
  .cell:nth-of-type(7) {
    background-color: var(--color-bg-930);
    display: flex;
  }
  .cell:nth-of-type(8) {
    background-color: var(--color-bg-940);
    display: flex;
  }
  .cell:nth-of-type(9) {
    background-color: var(--color-bg-950);
    display: flex;
  }
  .cell:nth-of-type(10) {
    background-color: var(--color-bg-960);
    display: flex;
  }
  .cell:nth-of-type(11) {
    background-color: var(--color-bg-970);
    display: flex;
  }
  .cell:nth-of-type(12) {
    display: none;
  }
  .cell:nth-of-type(13) {
    display: none;
  }
  .cell:nth-of-type(14) {
    display: none;
  }
  .cell:nth-of-type(15) {
    display: none;
  }
  .cell:nth-of-type(16) {
    display: none;
  }
  .cell:nth-of-type(17) {
    background-color: var(--color-bg-980);
    display: flex;
  }
}
@media (max-width: 1140px) {
  .cell {
    flex: 0 0 25%;
  }
  .cell.ratio1-2 {
    flex: 0 0 50%;
  }
  .cell:nth-of-type(1) {
    background-color: var(--color-bg-910);
    display: flex;
  }
  .cell:nth-of-type(2) {
    background-color: var(--color-bg-920);
    display: flex;
  }
  .cell:nth-of-type(3) {
    background-color: var(--color-bg-930);
    display: flex;
  }
  .cell:nth-of-type(4) {
    background-color: var(--color-bg-920);
    display: flex;
  }
  .cell:nth-of-type(5) {
    background-color: var(--color-bg-930);
    display: flex;
  }
  .cell:nth-of-type(6) {
    background-color: var(--color-bg-940);
    display: flex;
  }
  .cell:nth-of-type(7) {
    background-color: var(--color-bg-950);
    display: flex;
  }
  .cell:nth-of-type(8) {
    background-color: var(--color-bg-940);
    display: flex;
  }
  .cell:nth-of-type(9) {
    background-color: var(--color-bg-950);
    display: flex;
  }
  .cell:nth-of-type(10) {
    background-color: var(--color-bg-960);
    display: flex;
  }
  .cell:nth-of-type(11) {
    background-color: var(--color-bg-970);
    display: flex;
  }
  .cell:nth-of-type(12) {
    background-color: var(--color-bg-960);
    display: flex;
  }
  .cell:nth-of-type(13) {
    background-color: var(--color-bg-970);
    display: flex;
  }
  .cell:nth-of-type(14) {
    display: none;
  }
  .cell:nth-of-type(15) {
    display: none;
  }
  .cell:nth-of-type(16) {
    display: none;
  }
  .cell:nth-of-type(17) {
    background-color: var(--color-bg-980);
    display: flex;
  }
}
@media (max-width: 768px) {
  .cell {
    flex: 0 0 33.3333333333%;
  }
  .cell.ratio1-2 {
    flex: 0 0 66.6666666667%;
  }
  .cell:nth-of-type(1) {
    background-color: var(--color-bg-930);
    display: flex;
  }
  .cell:nth-of-type(2) {
    background-color: var(--color-bg-940);
    display: flex;
  }
  .cell:nth-of-type(3) {
    background-color: var(--color-bg-940);
    display: flex;
  }
  .cell:nth-of-type(4) {
    background-color: var(--color-bg-950);
    display: flex;
  }
  .cell:nth-of-type(5) {
    background-color: var(--color-bg-960);
    display: flex;
  }
  .cell:nth-of-type(6) {
    background-color: var(--color-bg-950);
    display: flex;
  }
  .cell:nth-of-type(7) {
    background-color: var(--color-bg-960);
    display: flex;
  }
  .cell:nth-of-type(8) {
    background-color: var(--color-bg-970);
    display: flex;
  }
  .cell:nth-of-type(9) {
    background-color: var(--color-bg-970);
    display: flex;
  }
  .cell:nth-of-type(10) {
    display: none;
  }
  .cell:nth-of-type(11) {
    display: none;
  }
  .cell:nth-of-type(12) {
    display: none;
  }
  .cell:nth-of-type(13) {
    display: none;
  }
  .cell:nth-of-type(14) {
    display: none;
  }
  .cell:nth-of-type(15) {
    display: none;
  }
  .cell:nth-of-type(16) {
    display: none;
  }
  .cell:nth-of-type(17) {
    background-color: var(--color-bg-980);
    display: flex;
  }
}
@media (max-width: 540px) {
  .cell {
    flex: 0 0 50%;
  }
  .cell.ratio1-2 {
    flex: 0 0 100%;
  }
  .cell:nth-of-type(1) {
    background-color: var(--color-bg-930);
    display: flex;
  }
  .cell:nth-of-type(2) {
    background-color: var(--color-bg-940);
    display: flex;
  }
  .cell:nth-of-type(3) {
    background-color: var(--color-bg-950);
    display: flex;
  }
  .cell:nth-of-type(4) {
    background-color: var(--color-bg-950);
    display: flex;
  }
  .cell:nth-of-type(5) {
    background-color: var(--color-bg-960);
    display: flex;
  }
  .cell:nth-of-type(6) {
    background-color: var(--color-bg-960);
    display: flex;
  }
  .cell:nth-of-type(7) {
    background-color: var(--color-bg-970);
    display: flex;
  }
  .cell:nth-of-type(8) {
    display: none;
  }
  .cell:nth-of-type(9) {
    display: none;
  }
  .cell:nth-of-type(10) {
    display: none;
  }
  .cell:nth-of-type(11) {
    display: none;
  }
  .cell:nth-of-type(12) {
    display: none;
  }
  .cell:nth-of-type(13) {
    display: none;
  }
  .cell:nth-of-type(14) {
    display: none;
  }
  .cell:nth-of-type(15) {
    display: none;
  }
  .cell:nth-of-type(16) {
    display: none;
  }
  .cell:nth-of-type(17) {
    background-color: var(--color-bg-980);
    display: flex;
  }
}
@font-face {
  font-family: "Brachial";
  src: url("../fonts/Brachial_Variable.ttf") format("truetype");
  font-weight: 100 900; /* Définit la plage de poids si disponible */
  font-style: normal;
}
@font-face {
  font-family: "Agrandir";
  src: url("../fonts/PPAgrandir-Regular.ttf") format("truetype");
  font-weight: 500; /* Définit la plage de poids si disponible */
  font-style: normal;
}
@font-face {
  font-family: "Agrandir";
  src: url("../fonts/PPAgrandir-Bold.otf") format("truetype");
  font-weight: 800; /* Définit la plage de poids si disponible */
  font-style: normal;
}
@font-face {
  font-family: "SFproRounded";
  src: url("../fonts/SF-Pro-Rounded-Bold.otf") format("opentype");
  font-weight: 700; /* Définit la plage de poids si disponible */
  font-style: normal;
}
@font-face {
  font-family: "Retro-Gaming";
  src: url("../fonts/Retro-Gaming.ttf") format("truetype");
  font-style: normal;
}
* {
  font-family: "Agrandir", sans-serif;
  font-size: inherit;
}

html {
  font-family: "Agrandir", sans-serif;
  font-size: 16px;
}

body {
  -webkit-font-smoothing: antialiased; /* Améliore le lissage sur macOS et iOS */
  -moz-osx-font-smoothing: grayscale; /* Améliore le lissage sur macOS */
  text-rendering: optimizeLegibility; /* Améliore le kerning et le ligatures */
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

h1 {
  font-family: "Brachial", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: -2%;
  margin: 0;
  color: var(--color-text);
}
h1 .icon-font {
  height: 56px;
  display: inline-flex;
  margin: -1%;
}
h1 .icon-font svg {
  height: 100%;
  transform: scale(1.5);
}

.h2 {
  font-family: "Brachial", sans-serif;
  font-weight: 700;
  font-size: 5.5vw;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--color-text);
  margin: 0.05em 0;
}
.h2.fade-background {
  opacity: 0.1;
  font-size: 160px;
}
.h2.fade-background.sm {
  font-size: 64px;
}
.h2.pixel {
  font-family: "Retro-Gaming", sans-serif;
  font-size: 24px;
  margin: 0.5em 0;
  line-height: 150%;
}

.h3 {
  font-family: "Brachial", sans-serif;
  font-weight: 600;
  font-size: 3.8vw;
  line-height: 1em;
  color: var(--color-text);
  margin: 0.05em 0;
  max-width: 900px;
}
.h3.l-height-0 {
  line-height: 0.6em;
}
@media (max-width: 768px) {
  .h3.l-height-0 {
    line-height: 1em;
  }
}
.h3.l-height-0 span {
  font-family: "Brachial", sans-serif;
  font-size: 24px;
  opacity: 0.7;
  font-weight: 600;
  text-transform: uppercase;
}

.h4 {
  font-family: "Brachial", sans-serif;
  font-weight: 600;
  font-size: 48px;
  font-size: 3.2vw;
  line-height: 100%;
  color: var(--color-text);
  margin: 0.05em 0;
  max-width: 900px;
}

@media (max-width: 768px) {
  h1, .h2, .h3, .h4 {
    font-size: 28px;
  }
  h1.fade-background, .h2.fade-background, .h3.fade-background, .h4.fade-background {
    opacity: 0.1;
    font-size: 28px;
  }
  h1.fade-background.sm, .h2.fade-background.sm, .h3.fade-background.sm, .h4.fade-background.sm {
    font-size: 24px;
  }
}
p {
  font-family: "Agrandir", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: var(--color-text);
  opacity: 0.8;
  max-width: 900px;
}

@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
}
.anim-scroll > * {
  font: inherit;
}

.txt-center {
  text-align: center;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
}

.debug {
  border: 1px solid red;
  box-sizing: border-box;
}

.debug-grid {
  position: fixed;
  pointer-events: none;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.debug-grid div {
  background-color: red;
  opacity: 0.05;
}

@media (max-width: 768px) {
  .m-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-none {
    display: none !important;
  }
}
section {
  position: relative;
  margin: 0;
}
section.hero {
  min-height: 85dvh;
  padding-top: 0;
  padding-bottom: 0;
}
section.first {
  height: 30dvh;
  margin-bottom: -10dvh;
  z-index: 1;
  box-sizing: border-box;
  align-content: end;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  section.first {
    height: 20dvh;
  }
}
section.next {
  height: 80dvh;
  margin-top: -5dvh;
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: border-box;
  background-color: var(--color-bg-990);
}
section.next div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 200px solid var(--color-bg-940);
}
@media (max-width: 768px) {
  section.next {
    height: calc(90dvh - 80px);
  }
}
section.last {
  height: 35dvh;
  margin-top: -10dvh;
  z-index: 1;
  box-sizing: border-box;
  align-content: end;
  padding-top: 0;
}
section.lastcanvas {
  height: 75dvh;
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: border-box;
}
section.lastcanvas div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 200px solid var(--color-bg-940);
  box-sizing: border-box;
}
section.svg-anim-container {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -20px;
  margin-top: -10dvh;
}
section.svg-anim-container svg {
  width: 100%;
}
section.svg-anim-container svg #cursorB, section.svg-anim-container svg #circleB {
  display: none;
}
section.svg-anim-container + section {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 160px;
  position: absolute;
  transform: translateY(-100%);
}
@media (max-width: 768px) {
  section.svg-anim-container {
    display: flex;
    overflow: hidden;
  }
  section.svg-anim-container svg {
    width: auto;
    height: 85dvh;
  }
}
section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.container.ptop-0 {
  padding-top: 0;
}
.container.pbottom-0 {
  padding-bottom: 0;
}

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

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

#canvas, #sdCanvas, #productCanvas, #brandCanvas, #contactCanvas {
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100%;
  position: absolute;
}
#canvas + .h2, #sdCanvas + .h2, #productCanvas + .h2, #brandCanvas + .h2, #contactCanvas + .h2 {
  z-index: -1;
}

#sdCanvas {
  pointer-events: none;
  z-index: 2;
}

.card {
  position: relative;
  display: flex;
  padding: 120px 80px;
  flex-direction: column;
  border-radius: 48px;
  box-sizing: border-box;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.card:last-child {
  margin-bottom: 0;
}
.card.wrap {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px 160px;
  justify-content: space-between;
}
.card.sm {
  padding: 80px;
}
.card figure {
  margin: 0;
}
.card figure.center {
  text-align: center;
}
.card figure.right {
  text-align: right;
}
.card figure img {
  width: 80%;
}
.card.lg {
  height: 70dvh;
  justify-content: start;
}
.card.lg * {
  color: inherit;
  width: 100%;
  max-width: 750px;
}
.card.lg.da {
  color: var(--color-da-txt);
  background-color: var(--color-da-bg);
  background-image: var(--color-da-img);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.card.lg.color {
  color: var(--color-color-txt);
  background-color: var(--color-color-bg);
  background-image: var(--color-color-img);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.card.lg.icon {
  color: var(--color-icon-txt);
  background-color: var(--color-icon-bg);
  background-image: var(--color-icon-img);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.card.lg.branding {
  color: var(--color-branding-txt);
  background-color: var(--color-branding-bg);
  background-image: var(--color-branding-img);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.card.lg.a3d {
  color: var(--color-a3d-txt);
  background-color: var(--color-a3d-bg);
  background-image: var(--color-a3d-img);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .card.lg {
    height: auto;
  }
  .card.lg * {
    width: auto;
  }
}

@media (max-width: 768px) {
  .card {
    padding: 32px 24px;
  }
  .card figure {
    width: 320px;
  }
  .card.sm {
    padding: 32px;
    padding-top: 40px;
    flex-direction: column;
  }
  .card.sm figure {
    width: 160px;
  }
  .card.sm figure * {
    width: inherit;
  }
}
#fallContainer {
  position: relative;
  width: 100vw; /* Prend exactement la largeur de la fenêtre */
  max-width: 100%; /* Empêche de dépasser la largeur de la page */
  height: 600px;
  overflow: hidden;
  background: transparent;
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #fallContainer {
    display: none;
  }
}
#matter-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; /* Rend le canvas totalement invisible */
}

.falling {
  position: absolute;
  padding: 12px 32px;
  border-radius: 24px;
  font-size: 72px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16), 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset, 0px -4px 4px 0px rgba(0, 0, 0, 0.12) inset;
  color: rgba(0, 0, 0, 0.6);
  font-family: "SFproRounded", sans-serif;
  cursor: grab;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center;
}
.falling.green {
  background: #11FFB0;
}
.falling.purple {
  background: #8F6CFF;
}
.falling.yellow {
  background: #FFBC11;
}
.falling.pink {
  background: #F477FF;
}
.falling.cyan {
  background: #4BE4FF;
}

#parallax-container {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 80dvh;
  display: flex;
  justify-content: space-around; /* Espacement entre les boîtes */
  align-items: center;
  flex-direction: row;
  align-items: flex-end;
  padding: 3.6vw 150px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #parallax-container {
    flex-direction: column-reverse;
    padding: 32px;
    align-items: center;
    height: auto;
  }
}

.parallax-box {
  display: flex;
  width: 350px;
  min-width: 350px;
  height: 320px;
  margin: 0 -50%;
  background: var(--color-bg-tiles);
  position: relative;
  padding: 8px;
  border-radius: 24px;
  transform: translateY(100dvh);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16), 0px 4px 4px 0px rgba(255, 255, 255, 0.1) inset, 0px -4px 4px 0px rgba(0, 0, 0, 0.12) inset;
  backdrop-filter: blur(100px);
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.parallax-box:nth-child(1) {
  z-index: 9;
}
.parallax-box:nth-child(2) {
  z-index: 8;
}
.parallax-box:nth-child(3) {
  z-index: 7;
}
.parallax-box:nth-child(4) {
  z-index: 6;
}
.parallax-box:nth-child(5) {
  z-index: 5;
}
.parallax-box:nth-child(6) {
  z-index: 4;
}
.parallax-box:nth-child(7) {
  z-index: 3;
}
.parallax-box:nth-child(8) {
  z-index: 2;
}
.parallax-box:nth-child(9) {
  z-index: 1;
}
.parallax-box:nth-child(10) {
  z-index: 0;
}
@media (max-width: 768px) {
  .parallax-box {
    width: 100%;
    min-width: auto;
    aspect-ratio: 10/9;
    transform: translateY(0dvh);
    margin-bottom: 16px;
  }
  .parallax-box.m-sticky {
    position: sticky;
  }
  .parallax-box.m-sticky:nth-of-type(1) {
    top: 160px;
  }
  .parallax-box.m-sticky:nth-of-type(2) {
    top: 128px;
  }
  .parallax-box.m-sticky:nth-of-type(4) {
    top: 96px;
  }
  .parallax-box.m-sticky:nth-of-type(6) {
    top: 64px;
  }
  .parallax-box.m-sticky:nth-of-type(7) {
    top: 32px;
  }
}

.tile {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 1.1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  padding: 24px;
  align-items: end;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  box-sizing: border-box;
  overflow: hidden;
}
.tile p {
  font-family: "Brachial", sans-serif;
  font-weight: 900;
  font-size: 120px;
  line-height: 100%;
  margin: 0;
  color: var(--color-text);
}
.tile#colorTile {
  background-color: #34A4FF;
}
.tile#FontTile {
  background-image: url(../medias/Fonts.png);
  background-size: cover;
}
.tile#RadiusTile {
  background-image: url(../medias/Radius.png);
  background-size: cover;
}
.tile#GridTile {
  background-image: url(../medias/Layout.png);
  background-size: cover;
}
.tile#SpacingTile {
  background-image: url(../medias/Spacing.png);
  background-size: cover;
}
.tile#IconTile {
  background-image: url(../medias/Icon.png);
  background-size: cover;
}
.tile#ButtonTile {
  background-image: url(../medias/Button.png);
  background-size: cover;
}
.tile#interactionTile {
  background-image: url(../medias/Interaction.png);
  background-size: cover;
}

.tile-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: -4px;
  align-self: stretch;
  padding: 8px;
  padding-bottom: 16px;
}
.tile-content div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.tile-content p {
  margin: 0;
}

#curve svg path {
  fill: var(--color-bg-960);
  stroke: #FF9F55;
}

#topContact {
  position: absolute;
  bottom: 48px;
  right: 3.4vw;
}

button, .button {
  font-family: "Retro-Gaming", sans-serif;
  font-size: 16px;
  padding: 14px;
  border: 0;
  color: var(--color-text);
  background-color: transparent;
  position: relative;
  text-decoration: none;
  margin: 4px;
}
button + button, .button + button {
  margin-top: 8px;
}
button:hover, .button:hover {
  background-color: var(--color-text);
  color: var(--color-bg-940);
}
button span, .button span {
  position: absolute;
  pointer-events: none;
  width: auto;
  height: auto;
  border-color: var(--color-text);
  background-color: transparent;
}
button span:nth-of-type(1), .button span:nth-of-type(1) {
  height: 4px;
  border: 2px solid;
  border-bottom: 0px solid;
  top: 0;
  left: 4px;
  right: 4px;
}
button span:nth-of-type(2), .button span:nth-of-type(2) {
  height: 4px;
  border: 2px solid;
  border-top: 0px solid;
  bottom: 0;
  left: 4px;
  right: 4px;
}
button span:nth-of-type(3), .button span:nth-of-type(3) {
  width: 4px;
  border: 2px solid;
  border-right: 0px solid;
  left: 0;
  bottom: 4px;
  top: 4px;
}
button span:nth-of-type(4), .button span:nth-of-type(4) {
  width: 4px;
  border: 2px solid;
  border-left: 0px solid;
  right: 0;
  bottom: 4px;
  top: 4px;
}
button.contact, .button.contact {
  position: absolute;
  bottom: 48px;
  right: 3.6vw;
  max-width: 220px;
  min-height: 120px;
  width: 100%;
}
@media (max-width: 768px) {
  button.contact, .button.contact {
    left: 3.6vw;
  }
}
button.contactBis, .button.contactBis {
  max-width: 160px;
  min-height: 160px;
}
button.contact, button.contactBis, .button.contact, .button.contactBis {
  border-color: #FF4B45;
  display: flex;
  color: #FF4B45;
}
button.contact span, button.contactBis span, .button.contact span, .button.contactBis span {
  border-color: #FF4B45;
}
button.contact:hover, button.contactBis:hover, .button.contact:hover, .button.contactBis:hover {
  background-color: #FF4B45;
  color: var(--color-bg-940);
  border-color: transparent;
}
button.contact:hover span, button.contactBis:hover span, .button.contact:hover span, .button.contactBis:hover span {
  border-color: var(--color-bg-940);
}
@media (max-width: 768px) {
  button.contact, button.contactBis, .button.contact, .button.contactBis {
    display: block;
    max-width: none;
    min-height: auto;
    width: auto;
  }
}

.flex-button {
  display: flex;
  max-width: calc(33.3333333333% - 16px);
  justify-content: right;
}
@media (max-width: 768px) {
  .flex-button {
    flex-wrap: wrap;
    max-width: none;
  }
  .flex-button .button {
    width: calc(50% - 8px);
    box-sizing: border-box;
  }
  .flex-button .button.contactBis {
    width: 100%;
  }
}

.hidden {
  color: transparent !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 3rem;
  font-family: Arial, sans-serif;
  z-index: 9999;
}

#loader-text {
  font-weight: bold;
}

.spacer {
  height: 100dvh; /* Ajoute de l'espace pour tester le scroll */
}

header {
  position: fixed;
  z-index: -2;
}

.grid-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
}

.end-content {
  align-content: end;
}

/*# sourceMappingURL=style.css.map */
