body,
body * {
  cursor: none !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  cursor: none;
}

body {
  min-height: 100dvh;
  height: 100dvh;
  display: flex;

  margin: 6px;

  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;

  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.content {
  z-index: 1;
  text-align: center;
  font-size: 2rem;
}

.custom-cursor {
  position: fixed;
  width: 25px;
  height: 25px;
  background-color: chartreuse;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease;
}

.container,
.container2,
.container3 {
  display: flex;
  gap: 3px;
  flex-wrap: nowrap;
}

.container3 {
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 1;

  max-height: 90vh;
  position: relative;
  min-height: 0;
}

.column1,
.column2,
.column3,
.column4 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;

  height: 1.6rem;

  background-color: chartreuse;
  color: rgb(140, 0, 255);
}

.column1 :hover,
.column2 :hover,
.column3 :hover,
.column4 :hover {
  font-style: italic;
}

.column1,
.column3 {
  justify-content: left;
}

.column2,
.column4 {
  justify-content: right;
}

.column5,
.column6,
.column7,
.column8,
.column9,
.column10,
.column-work-list {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 90vh;
  max-height: 90vh;

  font-size: 1rem;
  font-weight: 900;

  color: white;
  background-color: rgb(140, 0, 255);
}

.column5,
.column6,
.column-work-list {
  flex: 0 0 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.column8,
.column10 {
  overflow-y: auto;
  overflow-x: hidden;

  padding: 3rem;

  font-size: 1rem;

  align-items: flex-start;
  justify-content: flex-start;
  text-align: justify;
  hyphens: auto;
  text-justify: inter-word;
}

.footer {
  z-index: 1;
  text-align: center;
  font-size: 2rem;

  margin-bottom: 12px;
}

.home-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.home-link :hover {
  color: chartreuse;
}

.column5,
.column6 .home-link {
  font-size: 4rem;
  font-weight: 900;
}

p {
  font-size: 1rem;
  font-weight: 500;
}

p2 {
  font-size: 1.5rem;
  font-weight: 500;
}

i {
  font-weight: 100;
}

i2 {
  font-weight: 800;
  color: rgb(140, 0, 255);
}

i3 {
  font-weight: 800;
  font-style: italic;
}

b {
  font-size: 1.7rem;
  font-weight: 700;
}

b2 {
  font-size: 2rem;
  font-weight: 900;
}

l {
  font-weight: 100;
}

l2 {
  color: rgb(140, 0, 255);
}

/*----------------------------------------------------------------------------HOME---*/
.column5 {
  flex: 0 0 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: white;
  color: rgb(140, 0, 255);
}

#home-left-gallery,
#home-right-gallery {
  flex: 0 0 50%;
  height: 90vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
}

.home-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  font-weight: 900;
  color: rgb(140, 0, 255);
  pointer-events: none;
  z-index: 10;
}

/*----------------------------------------------------------------------------WORK---*/
.column-work-list {
  justify-content: center;
  text-align: left;
}

.project-link {
  text-decoration: none;
  color: inherit;

  display: inline-block;
  transition:
    transform 0.3s ease,
    color 0.3s ease;

  font-size: 4rem;
}

.project-link:hover {
  transform: translateX(20px);
  color: chartreuse;
}

/*----------------------------------------------------------------------------PROJECT---*/
.column7 {
  flex: 0 0 75%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  background-color: white;
}

.column8 {
  flex: 0 0 25%;
}

.project-video {
  width: 100%;
  height: 100%;
  object-fit: contain;

  background-color: white;
}

#groove-gallery,
#vacdp-gallery {
  background-color: white;
}

/*----------------------------------------------------------------------------ABOUT---*/
.column9 {
  flex: 0 0 33.3%;
  background-image: url("Image/HelloItsMe_InPurple.png");
  background-size: 110%;
  background-position: bottom;
  background-repeat: no-repeat;

  background-color: white;
}

.column10 {
  flex: 0 0 66.6%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  align-items: flex-start;
  justify-content: flex-start;
  text-align: justify;
  hyphens: auto;
  text-justify: inter-word;

  color: rgb(140, 0, 255);
  background-color: white;
}

/*----------------------------------------------------------------------------CONTACT---*/
.column6 {
  flex: 0 0 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.column6 .home-link:hover {
  font-style: italic;
  color: chartreuse;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact-label {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
}

/*---------------------------------------------------------------------------------------------------------------RESPONSIVE MOBILE---*/

@media (max-width: 920px) {
  body {
    height: 100dvh;
    min-height: 100dvh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: 3px;
  }

  .content {
    margin-bottom: 3px;
  }

  .container3 {
    flex: 1;
    overflow: hidden;
    min-height: 0;
  }

  .footer {
    margin-bottom: 6px;
    margin-top: 3px;
  }

  .container3 {
    flex-direction: column;
    max-height: none;
    height: auto;
    flex: 1;
    display: flex;
  }

  /*----------------------------------------------------------------------------NAV---*/
  .content,
  .footer {
    font-size: 1rem;
  }

  .column1,
  .column2,
  .column3,
  .column4 {
    height: 1rem;
    font-size: 1rem;
  }

  /*----------------------------------------------------------------------------CURSEUR---*/
  .custom-cursor {
    display: none;
  }

  body,
  body * {
    cursor: auto !important;
  }

  /*----------------------------------------------------------------------------GALLERY---*/
  #home-left-gallery {
    display: none;
  }

  #home-right-gallery {
    flex: 0 0 100% !important;
    width: 100% !important;
    height: 100%;
  }

  .home-text {
    font-size: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 10;
  }

  /*----------------------------------------------------------------------------WORK---*/
  .column-work-list {
    height: 100%;
    max-height: 100%;
    width: 100% !important;

    padding-bottom: 3rem;
    overflow-y: auto;
  }

  .project-link {
    font-size: 0.9rem;
  }

  .project-link:hover {
    transform: none;
  }

  /*----------------------------------------------------------------------------PROJECTS---*/
  .column7 {
    flex: 0 0 40% !important;
    height: 40% !important;
    max-height: 40% !important;
    width: 100% !important;
    background-size: contain;
  }

  .column8 {
    flex: 0 0 60% !important;
    height: 60% !important;
    max-height: 60% !important;
    width: 100% !important;
    padding: 1.5rem 1rem;
    overflow-y: auto;
    overflow-x: hidden;
  }

  /*----------------------------------------------------------------------------ABOUT---*/
  .column9 {
    display: none;
  }

  .column10 {
    flex: 0 0 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    padding: 1.5rem 1rem;
    overflow-y: auto;
    overflow-x: auto;

    background-image: url("Image/Me/HelloItsMe_InPurple.png");
    background-size: 140%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }

  .column10::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7); /* Blanc à 85% d'opacité */
    z-index: 0;
  }

  .column10 > * {
    position: relative;
    z-index: 1;
  }

  /*----------------------------------------------------------------------------CONTACT---*/
  .column6 {
    margin-top: 3px;
    width: 100%;
    max-height: 100%;
    padding: 1rem 1rem;
  }

  .column6 .home-link {
    font-size: 1.5rem;
  }

  .contact-label {
    font-size: 0.8rem;
  }

  /*----------------------------------------------------------------------------TYPO---*/
  p {
    font-size: 0.85rem;
  }

  p2 {
    font-size: 1rem;
  }

  b {
    font-size: 1.2rem;
  }

  b2 {
    font-size: 1.4rem;
  }

  l {
    font-size: 0.9rem;
  }

  /*----------------------------------------------------------------------------VIDEOS---*/
  .project-video {
    object-fit: contain;
  }

  /*----------------------------------------------------------------------------HOME---*/
  .column5 {
    flex: 0 0 100% !important;
    width: 100% !important;
    height: 100%;
  }
}

/*---------------------------------------------------------------------------------------------------------------RESPONSIVE TAAABLAATE---*/

@media (min-width: 650px) and (max-width: 1200px) {
  .content,
  .footer {
    font-size: 1.5rem;
  }

  .container3 {
    padding: 3px;
  }

  .project-link {
    font-size: 2rem;
  }

  .home-text {
    font-size: 3rem;
  }

  .column6 .home-link {
    font-size: 3rem;
  }
}
