@charset "UTF-8";
@font-face {
  font-family: "old-meta-french";
  src: url("../fonts/Meta-old-French.otf") format("truetype");
  font-weight: 500;}

html {
    cursor: none; 
}
  
* {
  cursor: none; /* Hide default cursor */
  user-select: none; /* Disable text selection */
}

body{
  width: 100vw;
  height: 100vh;
  margin: 0;
  background-color: rgb(255, 243, 228);
  transition: background-color 0.5s ease, filter 0.5s ease;
  cursor: none;

}

.custom-cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  background-color: rgb(168, 163, 155); 
  border-radius: 50%; 
  pointer-events: none; 
  z-index: 9999; 
  display: none;
  transition: width 0.3s ease, height 0.3s ease;
}

.custom-cursor.hovered-cursor{
  width: 25px;
  height: 25px;
  border: 2px solid rgb(168, 163, 155); 
  border-radius: 50%;
  background-color: transparent;
  transition: width 0.3s ease, height 0.3s ease; 
}

.blurred {
  filter: blur(2px);
}
  


#text-container, #images-container, #drawings-container{
  position: absolute;
  width:100%;
  height: 100dvh;
  pointer-events: none;

  overflow: hidden;
}
#title-container{
  width:100%;
  height: 100dvh;
  overflow: hidden;
position: absolute;
}


@keyframes focus {
  0% { transform: scale(1); filter: blur(2px); }
  50% { transform: scale(1.05); filter: blur(0); }
  100% { transform: scale(1); filter: blur(2px); }
}


.image, .text, .drawing, .text2 { 
  pointer-events: all;
}



.background{
  width: 100vw;
  height: 100vh;
  display: flex;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  background-color: bisque;
}

.container {
  position: relative;
  width: 100%;
  height: 100vh;
}

.text {
  position: fixed;
  transition: opacity 1s ease-in-out, filter 1s ease-in-out;
  z-index: 10000;
  font-size: 1.5em;
  font-family: old-meta-french;
  text-shadow: -1px 0 rgb(255, 243, 228), 0 1px rgb(255, 243, 228), 1px 0 rgb(255, 243, 228), 0 -1px rgb(255, 243, 228);
}

.grey-text{
  opacity: 40%;
  transition: opacity 1s ease-in-out, filter 1s ease-in-out;
}
.hidden {
  opacity: 0;
  filter: blur(5px);
  pointer-events: none; 
}

.toolonglol {
  animation: vibration 3s 2; 
  animation-delay: 3s;
}

@keyframes vibration {
  0% { transform: translateX(0); }
  12% { transform: translateX(-2px) rotate(-1deg); }
  25% { transform: translateX(2px) rotate(1deg); }
  37% { transform: translateX(-2px) rotate(-1deg); }
  50% { transform: translateX(0); }
  100% { transform: translateX(0); 
}
}

#animated-shape {
  opacity: 0; 
  transition: opacity 0.5s ease-in-out;
}


#imageA {
  width:14vw;
  position:fixed;
  top: 2%;
  right: 50%;
  overflow: hidden;
  mix-blend-mode:hard-light;
}

#imageA:hover::after {
  content: "juliette";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: old-meta-french;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  z-index: 9999;
  visibility: visible; 
}

.image {
  transition: opacity 0.7s ease-in-out;
}


.image:hover {
  opacity: 0.5;
}




#imageJ {
  width:14vw;
  position:fixed;
  top: 0%;
  left: 42%;
  overflow: hidden;
  mix-blend-mode:hard-light;
  margin-right: 5px;

}
#imageB {
  width:14vw;
  position:fixed;
  top: 26%;
  right:50%;
    overflow: hidden;
    mix-blend-mode:hard-light;
}

#imageK {
  width:14vw;
  position:fixed;
  top: 37%;
  left: 43%;;
align-items: center;
    overflow: hidden;
    mix-blend-mode:hard-light;
}

#imageC {
  width:14vw;
  position:fixed;
  top: 50%;
  right:50%;
    overflow: hidden;
    mix-blend-mode:hard-light;
}

#imageD {
  width:14vw;
  position:fixed;
  top: 75%;
  right:50%;
  overflow: hidden;
  mix-blend-mode:hard-light;
}


#text0 {
  filter: blur(3px);
color: grey;
}

#text00 {
  filter: blur(3px);
  color: rgb(63, 63, 63);
}

#text000 {
  font-size: 3rem;
  font-family: old-meta-french;
  text-align: justify;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  animation: focus 7s infinite;
  filter: blur(2px);
  transition: opacity 1s ease-in-out, filter 1s ease-in-out;
  line-height:35px;
}
#imageE {
  width:14vw;
  position:fixed;
  bottom: 75%;
  left:0%;
  overflow: hidden;
  mix-blend-mode:hard-light;
  margin-right: 6px;
}

#imageF {
  width:14vw;
  position:fixed;
  bottom: 50%;
  left: calc(14vw + 6px);
  overflow: hidden;
  mix-blend-mode:hard-light;
  margin-right: 6px;
}

#imageG {
  width:14vw;
  position:fixed;
  bottom: 25%;
  left: calc(28vw + 12px);
  overflow: hidden;
  mix-blend-mode:hard-light;
  margin-right: 6px;
}

#imageH {
  width:14vw;
  position:fixed;
  bottom: 0%;
  left: calc(42vw + 18px);
  overflow: hidden;
  mix-blend-mode:hard-light;
  margin-right: 6px;

}


#imageI {
  width:14vw;
  position:fixed;
  top: 0%;
  right:0%;
  overflow: hidden;
  mix-blend-mode:hard-light;
  margin-right: 5px;
}

#imageN {
  width:14vw;
  position:fixed;
  top: 0%;
  left:0%;
  overflow: hidden;
  mix-blend-mode:hard-light;
  margin-right: 5px;
}

#imageM {
  width:14vw;
  position:fixed;
  bottom: 0%;
  right:0%;
  overflow: hidden;
  mix-blend-mode:hard-light;
  margin-right: 5px;
}

#imageL {
  width:14vw;
  position:fixed;
  bottom: 0%;
  left:0%;
  overflow: hidden;
  mix-blend-mode:hard-light;
  margin-right: 5px;
}

#imageO {
  width:14vw;
  position:fixed;
  left: 42%; 
  bottom: 0%;
  overflow: hidden;
  mix-blend-mode:hard-light;
  margin-right: 5px;
}

#reset-panel {
  display: none;
}

svg {
  overflow: hidden;
  position: fixed;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: ease-out 1s;
}


.path-anim-1 {
  fill: none;
  stroke: rgb(225, 199, 167);
  stroke-width: 0.1rem;
  stroke-dashoffset: 10;
  stroke-dasharray: 1;
  stroke-linecap: round;
  transition: stroke-dashoffset 7s ease; /* Animation speed for first SVG */
}

.path-anim-2 {
  fill: none;
  stroke: rgb(255, 255, 255); /* Different stroke color for the second SVG */
  stroke-width: 0.1rem;
  stroke-dashoffset: 30; /* Different initial dash offset for faster animation */
  stroke-dasharray: 1;
  stroke-linecap: round;
  transition: stroke-dashoffset 7s ease; /* Faster animation speed for second SVG */
}

.path-anim-3 {
  fill: none;
  stroke:bisque; /* Different stroke color for the second SVG */
  stroke-width: 0.1rem;
  stroke-dashoffset: 10; /* Different initial dash offset for faster animation */
  stroke-dasharray: 1;
  stroke-linecap: round;
  transition: stroke-dashoffset 7s ease; /* Faster animation speed for second SVG */
}

.path-anim-4 {
  fill: none;
  stroke: rgb(240, 215, 236); /* Different stroke color for the second SVG */
  stroke-width: 0.15rem;
  stroke-dashoffset: 10; /* Different initial dash offset for faster animation */
  stroke-dasharray: 1;
  stroke-linecap: round;
  transition: stroke-dashoffset 10s ease; /* Faster animation speed for second SVG */
}

.path-anim-5 {
  fill: none;
  stroke: rgb(120, 84, 113); /* Different stroke color for the second SVG */
  stroke-width: 0.1rem;
  stroke-dashoffset: 10; /* Different initial dash offset for faster animation */
  stroke-dasharray: 1;
  stroke-linecap: round;
  transition: stroke-dashoffset 10s ease; /* Faster animation speed for second SVG */
}

.path-anim-6 {
  fill: none;
  stroke: rgb(93, 109, 90); /* Different stroke color for the second SVG */
  stroke-width: 0.1rem;
  stroke-dashoffset: 10; /* Different initial dash offset for faster animation */
  stroke-dasharray: 1;
  stroke-linecap: round;
  transition: stroke-dashoffset 10s ease; /* Faster animation speed for second SVG */
}



#reset-panel button {
  all: unset;
  cursor: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(255, 169, 219);
  z-index: 10000;
  opacity: 0.8;
}

.lettre-container{
  position: absolute;
  background-color: rgb(208, 176, 176);
  width:100%;
  height: 100svh;
  z-index:10000000000;
}

@media screen and (max-width: 500px) {
  .text {
    position: fixed;
    transition: opacity 1s ease-in-out, filter 1s ease-in-out;
    z-index: 10000;
    font-size: 1.3em;
    font-family: old-meta-french;
    text-shadow: -1px 0 rgb(255, 243, 228), 0 1px rgb(255, 243, 228), 1px 0 rgb(255, 243, 228), 0 -1px rgb(255, 243, 228);
  }
  .toolonglol {
    animation: none; 
    animation-delay: none;
  }
  .image {
    animation: none; 
    animation-delay: none;
  }
  
  
  .image:hover {
    animation: none; 
    animation-delay: none;
  }
  #imageA {
    width:45vw;
    position:fixed;
    top: 2%;
    right: 50%;
    overflow: hidden;
    mix-blend-mode:hard-light;
  }
  #imageB {
    width:45vw;
    position:fixed;
margin-top: 20px;
    top: 26%;
    right:50%;
      overflow: hidden;
      mix-blend-mode:hard-light;
  }
  #imageC {
    margin-top: 40px;
    width:45vw;
    position:fixed;
    top: 50%;
    right:50%;
      overflow: hidden;
      mix-blend-mode:hard-light;
  }
  
  #imageD {
    width:45vw;
    margin-top: 60px;
    position:fixed;
    top: 74%;
    right:50%;
    overflow: hidden;
    mix-blend-mode:hard-light;
  }

  #imageE {
    width:40vw;
    position:fixed;
    bottom: 75%;
    left:0%;
    overflow: hidden;
    mix-blend-mode:hard-light;
    margin-right: 6px;
  }
  
  #imageF {
    width:40vw;
    position:fixed;
    bottom: 50%;
    left: calc(14vw + 6px);
    overflow: hidden;
    mix-blend-mode:hard-light;
    margin-right: 6px;
  }
  
  #imageG {
    width:40vw;
    position:fixed;
    bottom: 25%;
    left: calc(28vw + 12px);
    overflow: hidden;
    mix-blend-mode:hard-light;
    margin-right: 6px;
  }
  
  #imageH {
    width:40vw;
    position:fixed;
    bottom: 0%;
    left: calc(42vw + 18px);
    overflow: hidden;
    mix-blend-mode:hard-light;
    margin-right: 6px;
  
  }
  


  #imageJ {
display: none;
  }
  
  #imageK {
    width:45vw;
    position:fixed;
    top: 37%;
    left: 43%;;
  align-items: center;
      overflow: hidden;
      mix-blend-mode:hard-light;
  }

  #imageI {
    width:40vw;
    position:fixed;
    bottom: 0%;
    right:0%;
    overflow: hidden;
    mix-blend-mode:hard-light;
    margin-right: 5px;
  }
  
  #imageN {
    width:40vw;
    position:fixed;
    top: 0%;
    left:0%;
    overflow: hidden;
    mix-blend-mode:hard-light;
    margin-right: 5px;
  }
  
  #imageM {
    width:40vw;
    position:fixed;
    bottom: 0%;
    right:0%;
    overflow: hidden;
    mix-blend-mode:hard-light;
    margin-right: 5px;
  }
  
  #imageL {
    width:40vw;
    position:fixed;
    bottom: 0%;
    left:0%;
    overflow: hidden;
    mix-blend-mode:hard-light;
    margin-right: 5px;
  }
  
  #imageO {
display: none;
  }
  
  #text000 {
    font-size: 3rem;
    font-family: old-meta-french;
    text-align: justify;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
    animation: focus 7s infinite;
    filter: blur(2px);
    transition: opacity 1s ease-in-out, filter 1s ease-in-out;
    line-height:35px;
  }
  svg {
    overflow: hidden;
    position: fixed;
    object-fit: cover;
    height: 140%;
    width: 140%;


display: flex;
justify-content: center;
align-items: center;
    transition: ease-out 1s;
  }

.path-anim-1 {
  fill: none;
  overflow: hidden;
  position: fixed;
  object-fit: cover;
  height: 120%;
  width: 120%;
  stroke: rgb(225, 199, 167);
  stroke-width: 0.2rem;
  stroke-dashoffset: 10;
  stroke-dasharray: 1;
  stroke-linecap: round;
  transform: translate(-3%, -20%);
  transition: stroke-dashoffset 1s ease; /* Animation speed for first SVG */
}

.path-anim-2 {
  fill: none;
  rotate: -90deg;
  stroke-width: 0.2rem;
  stroke-dashoffset: 10;
  stroke-dasharray: 1;
  stroke-linecap: round;
  transition: stroke-dashoffset 1s ease; /* Animation speed for first SVG */
  transform: translate(-70%, 0%);

}

.path-anim-3 {
  fill: none;
  rotate: -90deg;
  stroke-width: 0.2rem;
  stroke-dashoffset: 10;
  stroke-dasharray: 1;
  stroke-linecap: round;
  transition: stroke-dashoffset 1s ease; /* Animation speed for first SVG */
  transform: translate(-70%, 0%);

}
.path-anim-4 {
  fill: none;
  rotate: -90deg;
  position: relative;
  stroke-width: 0.3rem;
  stroke-dashoffset: 10;
  stroke-dasharray: 1;
  stroke-linecap: round;
  transition: stroke-dashoffset 1s ease; /* Animation speed for first SVG */
  transform: translate(-70%, 0%);
}

.path-anim-5 {
  fill: none;
  position: relative;
  stroke-width: 0.2rem;
  stroke-dashoffset: 10;
  stroke-dasharray: 1;
  stroke-linecap: round;
  transition: stroke-dashoffset 1s ease; /* Animation speed for first SVG */
  transform: translate(-10%, -30%);
}

.path-anim-6 {
  fill: none;
  position: relative;
  stroke-width: 0.2rem;
  stroke-dashoffset: 10;
  stroke-dasharray: 1;
  stroke-linecap: round;
  transition: stroke-dashoffset 1s ease; /* Animation speed for first SVG */
  transform: translate(-30%, -40%);
}
}