@charset "UTF-8";

html, body {
  width: 100%;
  height: 100%;
}

body{
    margin:0;
 font-family: Arial, Helvetica, sans-serif;
 font-weight:normal;
}


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

  }
  
  .marquee {
    height: 6.2vh;
    white-space: nowrap;
   animation: marquee 11s linear infinite;
   display: flex;
   flex-direction: row;
   width: 200%;
   position: fixed;
   color: #ff0000;
   font-size: 2em;
   background-color: #000000;
   
  }
  
  @keyframes marquee {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-50%);
    }
  }

  .marquee div {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }


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;
    
}
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: #000000;
    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;
    z-index: 9999;
    
}
@keyframes blink {

  0% { color: rgb(0, 0, 0); }
  50% { color: rgb(255, 255, 255); }
  100% { color: rgb(0, 0, 0); }
}

h4 {
  /* Vos styles existants */
  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;
  z-index: 9999;
  
  /* Ajoutez ces propriétés pour l'animation */
  animation: blink 1s infinite;
}

/* .black-square {
  width: 167px; 
  height: 52px; 
  background-color: black;
  position: fixed;
  top: 0;
  right: 0;
} */


h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size: 0.9em;
  margin: 1vh auto; /* Centrer horizontalement avec une marge automatique */
  padding: 20px;
  background-color: #ffffff;
  color: #ff0000;
  transform: scaleY(1.5);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3vh;
  padding-right: 0vh;
  text-decoration: underline;
  /* mix-blend-mode: difference; */
  z-index: 9999;
mix-blend-mode:normal;
  width: 30vh; /* Remplacez la valeur par la largeur souhaitée */
}




/* .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: 25px;
  padding-right: 25px;
  background-color: #000;
  color: #ffffff;
  transform: scaleY(1.5);
  text-decoration: underline;
    padding-top: 10px;
    padding-bottom: 10px;
  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;
  }
}





    
article:hover h1 {
    font-size: 7.0vh;
    line-height: 6.8vh;
    word-break:normal
}
article:hover h4 {
    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;
}






section {
    margin-top: 15dvh;
    height: 100vh;
    width: auto;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    transform: scaleY(0) translateZ(0px);
    transform-origin: 50% 100% 0px; 
    opacity: 0;
    will-change: opacity; 
    z-index: -9999;
    background-color: white;
    pointer-events: none;
    mix-blend-mode:darken;

  }
  
  .loaded section{ opacity: 1;}
  
  section:first-of-type{
    transform: scaleY(1) translateZ(0px);
  }
  
  span { 
    left: -3.3%;
    top: 0;  
    display: block;
    font-weight: bold;
    position: absolute;
    font-size: 4vw;
    transform-origin:0 0; 
    margin:0; 
    line-height: 1;
  }
  
  #h { width:1px; position: absolute;}

  .centered-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* Set any additional styling for the image, such as max-width, max-height, etc. */
    height: 100vh;
    background-color: rgb(255, 0, 0);
  mix-blend-mode:darken;
  z-index: 0;
  pointer-events: none;


  }

  .my-link {
    color: rgb(0, 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 */
    /* mix-blend-mode:luminosity */
    text-decoration:none
  }

  .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 */
  }


  /* .dragme{
    position:relative;


    cursor: move;
    margin-left: 10vh; 
}


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

.image-container {
    display: flex;
    justify-content:center;
    align-items: center;
    height: 51vh;
    margin-left: -7vh;
  }
  
  img {
    max-width: 200%;
    max-height: 200%;
  } */




  @media (max-width: 1000px) {

  .container {
    width: 100%;
    overflow: hidden;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 5em;
    text-transform: uppercase;
    background: #000000;
    border-bottom: solid 2px #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-size: 2em;
   
  }






  main {
    display: flex;
    flex-direction:unset;
    width: 100%;
    position: fixed;
    border-bottom: solid 6px #000;
    margin-top: 11.8vh;
    mix-blend-mode: difference;

  }

    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: 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;
    
    /* Ajoutez ces propriétés pour l'animation */
    animation: blink 1s infinite;
  }

  .centered-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* Set any additional styling for the image, such as max-width, max-height, etc. */
    height: 45vh;
    background-color: rgb(255, 0, 0);
  mix-blend-mode:darken;
  z-index: 0;
  pointer-events: none;

  }



  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;
}

}