@font-face {
  font-family: Barlowfold;
  src: url('../fonts/Barlowfold.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --white: white;
  --color: #ff3903;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--black);
}

img {
  display: inline-block;
}

.peinture-container {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  pointer-events: auto;
  flex-flow: column;
  width: 100vw;
  height: 100%;
  margin-bottom: 10vh;
  display: flex;
  position: relative;
}

.textile-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.peintures-img {
  width: 50vw;
  max-width: 50vw;
}

.peintures-img.is-soleil-vert {
  top: 35rem;
  right: 5rem;
}

.peintures-img.is-absence-01 {
  width: 35vw;
  top: 120rem;
  left: 5rem;
}

.peintures-img.is-absence-02 {
  width: 35vw;
  top: 120rem;
  right: 5rem;
}

.peintures-img.is-blocs-0102 {
  top: 175rem;
  left: 30rem;
}

.navbar_bottom {
  z-index: 9999;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 10vh;
  padding: 10px 30px;
  display: flex;
  position: fixed;
  bottom: 0;
  overflow: hidden;
  box-shadow: 0 -4px 10px #0003;
}

.legend-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.legend {
  color: #000;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.invisible-intro {
  width: 100vw;
  height: 100vh;
}

.body {
  padding-bottom: 10vh;
}

.logo-wrapper {
  background-image: url('../images/logo_25-02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.logo-container {
  z-index: 0;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  padding-left: 30px;
  padding-right: 30px;
  position: fixed;
  inset: 0%;
}

.absence-wrapper {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.soleil-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.blocs-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.textile-container {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  pointer-events: auto;
  flex-flow: column;
  width: auto;
  height: 100%;
  margin-bottom: 10vh;
  display: flex;
  position: relative;
}

.tapisvert-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.tapis-img {
  width: 50vw;
  max-width: 50vw;
}

.menu-container {
  z-index: 99999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  padding-top: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.h2 {
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-text-decoration-color: var(--black);
  text-decoration-color: var(--black);
  width: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1;
  overflow: visible;
}

.menu-wrapper {
  text-transform: uppercase;
  cursor: pointer;
  width: auto;
  padding: 5px 15px 5px 5px;
  text-decoration: none;
}

.menu-wrapper.hover-on {
  padding: 0;
}

.palmares-section {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: auto;
  margin-bottom: 10vh;
  display: flex;
}

.date-wrapper {
  flex: none;
  width: auto;
  min-width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.h3 {
  color: var(--black);
  width: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.name-wrapper {
  width: auto;
  padding: 10px 30px;
}

.palmares-title {
  z-index: 1;
  background-color: var(--white);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 5px;
  padding: 10px 30px;
  display: flex;
}

.palmares-list-container {
  z-index: 0;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

.palmares-wrapper {
  background-color: var(--white);
  cursor: default;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  margin-left: -30px;
  padding-left: 60px;
  display: flex;
  box-shadow: 2px 2px 3px #0003;
}

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

.ikonik-nl1rah, .ikonik-vvkrc {
  color: #000;
}

.about-popup-section {
  z-index: 1;
  opacity: 0;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  max-height: 90vh;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.about-popup-wrapper {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffffe6;
  border-radius: 15px;
  width: 70%;
  height: 100%;
  overflow: hidden;
  box-shadow: 2px 2px 5px #0003;
}

.about-popup-close {
  cursor: pointer;
  border-radius: 5px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.cross-close {
  color: #000;
}

.about-popup-wrapper-line {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: 2px 2px 5px #0003;
}

.about-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.txt {
  color: #0763ff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.h4 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.link {
  color: var(--color);
}

.ikonik-qv4b5 {
  color: #000;
}

._3d-container {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  pointer-events: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-bottom: 10vh;
  position: relative;
}

._3dshowreel-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

._3dshowreel_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  aspect-ratio: 16 / 9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: auto;
  display: flex;
}

.reel-video {
  aspect-ratio: 9 / 16;
  width: auto;
  height: 85vh;
}

.h5 {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.zinneke-container {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.zinneke-container.hover-on {
  margin-bottom: 10vh;
}

.graphicdesign {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 90vh;
  display: flex;
}

.img-zinneke.hover-on {
  object-fit: contain;
  padding-top: 0;
  padding-bottom: 0;
}

.graphicdesign-video-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.date {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  height: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.horizontal-scroll-container {
  height: 100%;
  display: flex;
  overflow: hidden;
}

.scroll-content {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.navbar-logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 100%;
  display: flex;
}

.navbar-logo {
  height: 100%;
}

.description {
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  height: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.tapisvert-details-wrapper {
  grid-template-areas: "Area";
  width: 50vw;
}

.tools-container {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.tools-container.hover-on {
  margin-bottom: 10vh;
}

.tools-paintings-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.toolspainting-img {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 90vh;
  display: flex;
}

.img-tools {
  width: 100%;
  box-shadow: 0 2px 5px #0003;
}

.img-tools.hover-on {
  object-fit: contain;
  padding-top: 0;
  padding-bottom: 0;
}

.horizontal-scroll-container-2 {
  height: 100%;
  display: flex;
  overflow: hidden;
}

.scroll-content-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

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

.path-2 {
  box-shadow: 7px 2px 5px #0003;
}

.image {
  height: 40%;
}

.contact-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.contact-popup-section {
  z-index: 1;
  opacity: 0;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  max-height: 90vh;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.contact-popup-wrapper {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffffe6;
  border-radius: 15px;
  width: 70%;
  height: 100%;
  overflow: hidden;
  box-shadow: 2px 2px 5px #0003;
}

.contact-popup-wrapper-line {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: 2px 2px 5px #0003;
}

.contact-popup-close {
  cursor: pointer;
  border-radius: 5px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.contact-cross-close {
  color: #000;
}

.peasplease-container {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.peasplease-container.hover-on {
  margin-bottom: 10vh;
}

.reel-video-landscape {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.graphicdesign-landscape {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 90vh;
  display: flex;
}

._3dshowreel_wrapper-landscape {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  aspect-ratio: 16 / 9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: auto;
  display: flex;
}

._3dshowreel_wrapper-landscape.is-large {
  width: 70vw;
}

@media screen and (max-width: 991px) {
  .peinture-container {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    width: 100%;
  }

  .peintures-img.hover-on {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .legend {
    color: #000;
  }

  .absence-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .soleil-wrapper, .blocs-wrapper, .tapisvert-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tapis-img.hover-on {
    width: 100%;
    max-width: 100%;
  }

  .menu-container {
    z-index: 2;
  }

  .date-wrapper {
    min-width: 100px;
  }

  .h3 {
    font-size: 14px;
  }

  .about-popup-section {
    z-index: 3;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-popup-wrapper {
    width: 90%;
  }

  .about-popup-wrapper-line {
    padding-right: 10px;
  }

  .about-content-wrapper {
    padding: 20px;
  }

  ._3dshowreel_wrapper {
    width: 100vw;
    height: 100vh;
  }

  .reel-video {
    aspect-ratio: 9 / 16;
    width: auto;
    height: 80%;
  }

  .reel-video.hover-on {
    aspect-ratio: 9 / 16;
    width: auto;
    height: 100%;
  }

  .zinneke-container.hover-on {
    height: 100%;
    display: flex;
  }

  .graphicdesign {
    width: 100%;
    height: 100vh;
  }

  .img-zinneke {
    width: 100%;
  }

  .graphicdesign-video-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 100vw;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .date {
    color: #000;
    text-align: left;
  }

  .description {
    text-align: left;
  }

  .tapisvert-details-wrapper.hover-on {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tools-paintings-wrapper {
    flex-flow: column;
    width: 100vw;
    padding-left: 30px;
    padding-right: 30px;
  }

  .toolspainting-img {
    width: 100%;
    height: auto;
  }

  .image {
    overflow: hidden;
  }

  .contact-content-wrapper {
    padding: 20px;
  }

  .contact-popup-section {
    z-index: 3;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-popup-wrapper {
    width: 90%;
  }

  .contact-popup-wrapper-line {
    padding-right: 10px;
  }

  .peasplease-container.hover-on {
    height: 100%;
    display: flex;
  }

  .reel-video-landscape {
    aspect-ratio: 16 / 9;
    width: 100%;
  }

  .reel-video-landscape.hover-on {
    aspect-ratio: 9 / 16;
    width: auto;
    height: 100%;
  }

  .graphicdesign-landscape {
    width: 100%;
    height: auto;
  }

  ._3dshowreel_wrapper-landscape {
    width: 100vw;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  ._3dshowreel_wrapper-landscape.is-large {
    width: 100vw;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .h2 {
    font-size: 16px;
  }

  .h3, .txt {
    font-size: 12px;
  }

  .graphicdesign {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .graphicdesign-video-wrapper {
    height: auto;
  }

  .graphicdesign-landscape {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .navbar_bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .legend-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 5px;
  }

  .legend {
    text-align: left;
    font-size: 10px;
    line-height: 1.4;
  }

  .tapisvert-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-container {
    padding-top: 10px;
    padding-right: 10px;
  }

  .date-wrapper {
    min-width: 100px;
  }

  .name-wrapper, .palmares-title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .palmares-wrapper {
    min-width: 100vw;
    max-width: 100vw;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ikonik-nl1rah, .ikonik-vvkrc {
    width: 40px;
  }

  .about-popup-section {
    max-height: 80100vh;
    margin-top: 0;
    padding: 10px;
  }

  .about-popup-wrapper {
    width: 100%;
    padding-bottom: 10px;
  }

  .txt {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
  }

  .txt.is-about {
    font-size: 12px;
    line-height: 1.4;
  }

  .ikonik-qv4b5 {
    width: 40px;
  }

  ._3dshowreel_wrapper {
    height: auto;
    max-height: 100vh;
  }

  .reel-video, .reel-video.hover-on {
    width: 100%;
    height: auto;
  }

  .zinneke-container.hover-on {
    width: 100vw;
  }

  .graphicdesign {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .img-zinneke.hover-on {
    object-fit: cover;
  }

  .graphicdesign-video-wrapper {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .date {
    text-align: left;
    height: auto;
    font-size: 10px;
    line-height: 1.4;
  }

  .navbar-logo-wrapper {
    width: 10%;
    margin-left: 10px;
  }

  .navbar-logo-wrapper.w--current {
    width: 15%;
  }

  .description {
    text-align: left;
    height: auto;
    font-size: 10px;
    line-height: 1.4;
  }

  .tapisvert-details-wrapper.hover-on {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-popup-section {
    margin-top: 0;
    padding: 10px;
  }

  .contact-popup-wrapper {
    width: 100%;
    padding-bottom: 10px;
  }

  .peasplease-container.hover-on {
    width: 100vw;
  }

  .reel-video-landscape {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
  }

  .graphicdesign-landscape {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._3dshowreel_wrapper-landscape {
    height: auto;
    max-height: 100vh;
    padding-left: 10px;
    padding-right: 10px;
  }
}


@font-face {
  font-family: 'Barlowfold';
  src: url('../fonts/Barlowfold.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}