@charset "UTF-8";
body{
    margin:0;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 overflow-x: hidden;
 /* position: relative; */
}


.container {
    width: 100%;
    overflow: hidden;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    background: #000000;
    border-bottom: solid 2px #000;
    position: fixed;


  }
  
  .marquee {
    height: 6vh;
    white-space: nowrap;
   animation: marquee 6s linear infinite;
   color: hsl(0, 100%, 50%);
   font-size: 2em;
   margin-top: -3vh;
   
  }
  
  @keyframes marquee {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-50%);
    }
  }




header{
    font-family: Arial, Helvetica, sans-serif;
    height:19.6vh;
    display:flex;
    align-items:center;
    background: #ffffff;
    color:rgb(0, 0, 0);
    padding: 0 10px;
    text-transform: uppercase;
    justify-content:space-between;
}

header h1,header h2{
    font-size: calc(3vw + 2em);
    line-height:19.6vh;
    position:relative;
    top:.12em;
}


main {
    display: flex;
    flex-direction:unset;
    width: 100%;
    position: fixed;
    border-bottom: solid 2px #000;
    margin-top: 6.1vh;
    /* mix-blend-mode: difference; */
    background-color: #ffffff;
}

.masque {
  width: 100%;
  height: 20vh; /* set a height for the white rectangle */
  background-color: rgb(0, 0, 0);
  position: fixed;
  border-top: solid 2px #000;
  margin-top: -109.8vh;
  z-index: -99999;

}





article {
  display: flex;
  flex-direction: column;
  transition: .3s;
  flex-grow: 10;
  flex-basis: 30;
  border-right: solid 2px #000;
  flex-basis: 100%;
  flex: 1;
  height: calc(26vh - 19.6vh);
  padding: 10px;
  position: relative;
  min-width: 0;
  overflow: hidden;
  word-break:keep-all;
  border-top: solid 2px #000;
}
article:hover {
  color:white;
  background: #ff0000;
  max-width: 60% !important;
  flex-grow: 10;
}
article:last-child {
    border-right: none;
}
h1{
  margin:0;
  font-size: 4vh;
  line-height: 4.5vh;
  letter-spacing: -.2vw;
  text-transform: uppercase;
  word-break:keep-all;
  transform: scaleY(1.5);
  font-weight: 100;
  
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:lighter;
    font-size: 2em;
    position: relative;
align-content:start;
    display: inline-block;
    padding: 1vh;
    color: #ffffff;
    background-color: #000000;
    transform: scaleY(1.5);
    /* mix-blend-mode: difference; */
    pointer-events: none;
  border-top: solid 0.5px #ffffff;;
  width: 100%;

}
 

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 0.9em;
  position: fixed;
margin-top: 0.8vh;
margin-left: 50%;
margin-right: 50%;
  padding: 20px;
  background-color: #000;
  color: #ffffff;
  transform: scaleY(1.5);
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50%;
  padding-right: 50%;
  text-decoration: underline;

  color: transparent;
  animation: outline 2s ease-in-out infinite; 
}

.my-link h4 {
font-family: Arial, Helvetica, sans-serif;
font-weight: 100;
font-size: 0.9em;
position: fixed;
top: 0;
right: 0;
margin-top: 0.6VH;
margin-right: 0VH;
padding: 10px;
padding-left: 60px;
padding-right: 60px;
background-color: #000;
color: #ffffff;
transform: scaleY(1.5);
text-decoration: underline;

color: transparent;
animation: outline 2s ease-in-out infinite;

}
    @keyframes outline {
      0% {
        -webkit-text-stroke-color: rgba(255, 255, 255);
        color: transparent;
      }
      50% {
        -webkit-text-stroke-color: rgba(225, 5, 5, 0);
        color: white;
      }
      100% {
        -webkit-text-stroke-color: rgba(255, 255, 255);
        color: transparent;
      }
    }
    
.centered-heading {
  /* Set display to block to make the heading a block-level element */
  display: block;
  /* Set text-align to center to horizontally center the heading */
  text-align: center;
  /* Set position to absolute to take the heading out of the normal document flow */
  position: fixed;
  /* Set top and left to 50% to center the heading both vertically and horizontally */
  top: 87%;
  left: 0%;
  /* top: 77%;
  left: 39%; */
  /* Set transform property to translate(-50%, -50%) to center the heading perfectly */
  transform: translate(-50%, -50%);
  transform: scaleY(1.5);
  
  /* Add any additional styles to the heading, e.g., font-size, margin, etc. */
}


 h2 {
word-break:keep-all
    }
    
article:hover h1 {
    font-size: 7.0vh;
    line-height: 6.8vh;
    word-break:normal
}
article h2 {
    word-break: break-all;
    font-size: 2.5vh;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    display:none
    
}
article:hover h2{
    font-size: 3.5vh;
    display:grid;
}

/* .image-container{
  align-items: flex-start;
  display: flex;
  justify-content: center;
  height: 100vh;
  position: absolute;
} */

.my-link {
  color: rgb(255, 0, 0);
  /* Replace "blue" with your desired color */
  /* Other CSS properties for link styling, such as text-decoration, hover effects, etc. can also be added here */
}

.my-link:hover {
  color: rgb(255, 255, 255);
  /* Replace "blue" with your desired color */
  /* Other CSS properties for link styling, such as text-decoration, hover effects, etc. can also be added here */
}





  .para1{
    margin-left: 81.4vh;
    position: relative;
    top: 15.3vh;
    font-size: 1.4rem;
    text-indent: 5em;
    /* background-color: #ffffff; */
    z-index: -2;
    border-left: solid 2px #000;
    margin-bottom: 0;
    margin-top: 0;
    /* mix-blend-mode:hard-light; */
  }



  .dragme{
    position:relative;



    cursor: move;
    margin-left: 0vh; 


  
}



#draggable {
    background-color: #ffffff;
    border: 10px solid #000;
    
}






.image-container {
  /* align-items: flex-start; */
  /* display: flex; */
  /* justify-content: center; */
  height: 100vh;
    height: 51vh;
    margin-left: -7vh;
    margin-top: 4VH;
    /* z-index: -9999; */

  }
  


  img {
height: 200%;
    z-index: 4;
    position:relative;
    animation-name: move;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    background-color: rgb(233, 17, 17);
    mix-blend-mode:color-burn;
    /* align-items: flex-start;
    display: flex; */
    /* justify-content: center; */
  }
  .clickable-image {
    display: inline-block;
    width: fit-content;
    height: 100%;
  }
  .clickable-image img {
    max-width: 200%;
    max-height: 200%;
  }
  
  
  /* .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 51vh;
    margin-left: -7vh;
  }
   */

  img:nth-child(1) {
    animation-delay: 0s;
  }
  
  img:nth-child(2) {
    animation-delay: 1s;
  }
  
  img:nth-child(3) {
    animation-delay: 2s;
  }
  
  img:nth-child(4) {
    animation-delay: 3s;
  }
  
  img:nth-child(5) {
    animation-delay: 4s;
  }
  
  img:nth-child(6) {
    animation-delay: 1s;
  }
  img:nth-child(7) {
    animation-delay: 2s;
  }
  img:nth-child(8) {
    animation-delay: 3s;
  }
  img:nth-child(9) {
    animation-delay: 4s;
  }
  img:nth-child(10) {
    animation-delay: 1s;
  }
  img:nth-child(11) {
    animation-delay: 2s;
  }
  img:nth-child(12) {
    animation-delay: 3s;
  }
  img:nth-child(13) {
    animation-delay: 4s;
  }
  img:nth-child(14) {
    animation-delay: 1s;
  }
  img:nth-child(15) {
    animation-delay: 2s;
  }
  img:nth-child(16) {
    animation-delay: 3s;
  }
  
  @keyframes move {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(100px, 300px);
    }
    100% {
      transform: translate(0, 0);
    }
  }

  .no-animation {
    /* Styles for the image with no animation */
    animation: none; /* Disable animation */
    position: absolute;
    max-height: 60%;
    margin-top: -40vh;
    background-color: rgb(0, 0, 0);
    /* border-radius: 13vh; */
padding: 6.5vh;
padding-bottom: 130vh;
    mix-blend-mode:color-dodge;
    pointer-events: none;
    transform: rotate(0deg);
    /* margin-left: 20vh; */
    z-index: 10;
  /* Set display to block to make the heading a block-level element */
  display: block;
  /* Set text-align to center to horizontally center the heading */
  text-align: center;
  /* Set position to absolute to take the heading out of the normal document flow */

  /* Set top and left to 50% to center the heading both vertically and horizontally */
  top: 50%;
  left: 0%;
  mix-blend-mode: screen;
  }

    
  .no-animation {
    animation: none !important; /* Disable animation specifically for the no-animation class */
    mix-blend-mode: screen;}
  
  .fade-in {
    opacity: 0; /* Initially set opacity to 0 */
    transition: opacity 1s ease-in-out; /* Add transition for opacity */
  }
  
  .fade-in.visible {
    opacity: 1; /* Set opacity to 1 after the page loads */
  }
  


  .horizontal-line {
    border: none;
    border-top: 0.5px solid #ffffff;
    margin: 20px 0;
    margin-top: -93.5vh;
    z-index: 9999;
  }

  .avatar{
    margin-top: 30vh;
  }



  @media (max-width: 1000px) {

    .container {
      width: 100%;
      overflow: hidden;
      position: fixed;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10em;
      text-transform: uppercase;
      background: #000000;
      border-bottom: solid 0px #000;
      position: fixed;

  
  
    }
    
    .marquee {
      height: 12vh;
      white-space: nowrap;
     animation: marquee 11s linear infinite;
     display: flex;
     flex-direction: row;
     width: 200%;
     position: fixed;
     color: #ff0000;
     font-weight: 400;
     margin-top: -126.5vh;
     background-color: #000000;

     
    }
  
  
  
  
  
  
    main {
      display: flex;
      flex-direction:unset;
      width: 100%;
      position: fixed;
      border-bottom: solid 6px #000;
      margin-top: -90vh;
      /* mix-blend-mode: difference; */
      background-color: rgb(255, 255, 255);
  
    }
  
      h1{
        margin:3;
        font-size: 3vh;
        line-height: 4.5vh;
        letter-spacing: -.2vw;
        text-transform: uppercase;
        word-break:keep-all;
        transform: scaleY(1.5);
        font-weight: 500;
        z-index: 9999;
        margin-top: 0.5vh;
        
    }
  
    h4 {
      /* Vos styles existants */
      margin: 0;
      font-size: 3vh;
      line-height: 4.5vh;
      letter-spacing: -.2vw;
      text-transform: uppercase;
      word-break: keep-all;
      transform: scaleY(1.5);
      font-weight: 500;
      z-index: 9999;
      
      /* Ajoutez ces propriétés pour l'animation */
      animation: blink 1s infinite;
    }
  




    .para1{
      margin-left: 40vh;
      position: absolute;
      top: 15.3vh;
      font-size: 1.4rem;
      text-indent: 0em;
      /* background-color: #ffffff; */
      z-index: -2;
      border-left: solid 2px #000;
      margin-bottom: 0;
      margin-top: 10vh;
      font-size: 6em;
      /* mix-blend-mode:hard-light; */
      opacity: 0;
    }



    article {
      display: flex;
      flex-direction: column;
      transition: .3s;
      flex-grow: 10;
      flex-basis: 30;
      border-right: solid 6px #000;
      flex-basis: 100%;
      flex: 1;
      height: calc(26vh - 19.6vh);
      padding: 10px;
      position: relative;
      min-width: 0;
      overflow: hidden;
      word-break:keep-all;
      border-top: solid 6px #000;
    }




    .no-animation {
      /* Styles for the image with no animation */
      animation: none; /* Disable animation */
      position: absolute;
      max-height: 60%;
      margin-top: -21.8vh;

      background-color: rgb(0, 0, 0);
      /* border-radius: 13vh; */
  padding: 12vh;
  padding-bottom: 20vh;
      mix-blend-mode:color-dodge;
      pointer-events: none;
      transform: rotate(0deg);
      /* margin-left: 20vh; */
      z-index: 10;
    /* Set display to block to make the heading a block-level element */
    display: block;
    /* Set text-align to center to horizontally center the heading */
    text-align: center;
    /* Set position to absolute to take the heading out of the normal document flow */
  
    /* Set top and left to 50% to center the heading both vertically and horizontally */
    top: 50%;
    left: 0%;
    mix-blend-mode: screen;
    }
  
  



    img {
      height: 380%;
          z-index: 4;
          position:relative;
          animation-name: move;
          animation-duration: 8s;
          animation-timing-function: ease-in-out;
          animation-iteration-count: infinite;
          background-color: rgb(233, 17, 17);
          mix-blend-mode:color-burn;
          /* align-items: flex-start;
          display: flex; */
          /* justify-content: center; */
        }
        .clickable-image {
          display: inline-block;
          width: fit-content;
          height: 100%;
        }
        .clickable-image img {
          max-width: 380%;
          max-height: 380%;
        }
    .avatar{
    margin-top: 110vh;
  }

  h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:400;
    font-size: 6vh;
    position: relative;
align-content:start;
    display: inline-block;
    padding: 1vh;
    color: #ffffff;
    background-color: #000000;
    transform: scaleY(1.5);
    /* mix-blend-mode: difference; */
    pointer-events: none;
  border-top: solid 0.5px #ffffff;;
  width: 100%;

}



@keyframes move {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(300px, 600px);
  }
  100% {
    transform: translate(0, 0);
  }



  }

  .centered-heading {
    /* Set display to block to make the heading a block-level element */
    display: block;
    /* Set text-align to center to horizontally center the heading */
    text-align: center;
    /* Set position to absolute to take the heading out of the normal document flow */
    position: fixed;
    /* Set top and left to 50% to center the heading both vertically and horizontally */
    top: 86%;
    left: 0%;
    /* top: 77%;
    left: 39%; */
    /* Set transform property to translate(-50%, -50%) to center the heading perfectly */
    transform: translate(-50%, -50%);
    transform: scaleY(1.5);
    
    /* Add any additional styles to the heading, e.g., font-size, margin, etc. */
  }

}