/* votre code CSS existant */
@charset "UTF-8";

@font-face {
  font-family: 'american_typewriterregular';
  src: url('../fonts/fontsfree-net-american-typewriter-1-webfont.woff2') format('woff2'),
       url('../fonts/fontsfree-net-american-typewriter-1-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

.marquee1 {
  font-family: 'american_typewriterregular';
  font-size: 5vh;
  font-style: italic;
  width: 100%;
  padding: 1.5vh;
  /* margin-bottom: -4.5vh; */
  background-color: black;
  color: white;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
  display: flex;
  z-index: 9999
}

.marquee2 {
  font-family: 'american_typewriterregular';
  font-size: 5vh;
  font-style: italic;
  width: 100%;
  /* margin-top: -13vh; */
  padding: 1.5vh;
  /* margin-bottom: -4.5vh; */
  background-color: black;
  color: white;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
  display: flex;
  /* position: sticky; */
  /* top: 0; */
  z-index: 9999
}


.marquee3 {
  transform-origin: center;
  font-family: 'american_typewriterregular';
  font-size: 5vh;
  font-style: italic;
  width: 100%;
  /* margin-top: -13vh; */
  padding: 1.5vh;
  /* margin-bottom: -4.5vh; */
  background-color: black;
  color: white;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
  display: flex;
  /* position: sticky; */
  /* top: 0; */
  z-index: 9999;
  right: 10vh;
  transform: translate(-50%, -50%);
  transform: rotate(90deg);
}

.marquee4 {
  transform-origin: center;
  font-family: 'american_typewriterregular';
  font-size: 5vh;
  font-style: italic;
  width: 100%;
  /* margin-top: -13vh; */
  padding: 1.5vh;
  /* margin-bottom: -4.5vh; */
  background-color: black;
  color: white;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
  display: flex;
  /* position: sticky; */
  /* top: 0; */
  z-index: 9999;
  transform: translate(-50%, -50%);
  transform: rotate(90deg);
}

.marquee5 {
  font-family: 'american_typewriterregular';
  font-size: 5vh;
  font-style: italic;
  width: 100%;
  /* margin-top: -13vh; */
  padding: 1.5vh;
  /* margin-bottom: -4.5vh; */
  background-color: black;
  color: white;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
  display: flex;
  /* position: sticky; */
  /* top: 0; */
  z-index: 9999
}



.video {
  height: 100vh;
}

.video video {
  height: 10vh;
}

.responsive-image {
  margin-top: 6vh;
  display: block;
  width: 100%;
  height: auto;
}

.venue {
  margin-top: 18vh;
  margin-bottom: 10vh;
  text-align: center;
}

.venue h3 {
  font-size: 10vh;
  font-family: 'american_typewriterregular';
  letter-spacing: 0.5vh;
  text-shadow: rgb(0, 0, 0) 0px 0 10px;
  font-weight: bold;
  margin-bottom: 3vh;
}

h4 {
  font-size: 2rem;
  margin-bottom: 19vh;
  font-family: Helvetica, sans-serif;
  font-style: italic;
  font-weight: bold;
  color: blue;
  animation: blink 2s infinite;
  
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



.video-container {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
} 

.frame-container {
  height: 100%;
  width: 100%;
  z-index: 10;
  position: fixed;
  overflow: hidden;
  pointer-events: none;
} 

.frame-container .marquee1 {
  position: absolute;
  top:0;
}

.frame-container .marquee2 {
  position: absolute;
  bottom:0;
}

.frame-container .marquee3 {
  position: absolute;
  left: 47%;
    bottom: 50%;
}

.frame-container .marquee4 {
  position: absolute;
  right: 47%;
    bottom: 50%;
}


.container1 {
  position: relative; 
  text-align: center;
}

.images {
  position: relative; /* Permet d'établir un contexte de positionnement pour le texte */
  margin-bottom: 3vh;
}

.images img {
  display: block; /* Assure que l'image occupe tout l'espace disponible dans le conteneur */
  width: 100%;
  height: auto;
}

.animation {
  color: blue;
  overflow: hidden;
  position: relative;
  height: auto;
  width: 100%;
  filter: drop-shadow(10px 15px 10px rgb(0, 0, 0));
  animation: scaleAnimation 3.5s infinite;
}

.container1 .animation {
  overflow: hidden;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 0vh;
  margin-top: 0;
}


@keyframes scaleAnimation {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 0;
  }
  30% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  70% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 0;
  }
}


.container2 {
  position: relative;
  height: auto;
  padding: 5rem;
  z-index: 1; /* Ajoutez une valeur de z-index pour empiler .container2 au-dessus de .container3 */
}

.container2 h1 {
  font-family: Helvetica, sans-serif;
  font-size: 2.5rem;
  margin-bottom: 2vh;
}

.container2 h5 {
   font-family: 'american_typewriterregular';
  font-style: italic;
  line-height: 8vh;
  font-size: 4rem;
  padding-left: 10rem;
  margin-bottom: 8vh;
}

.container2 h1, .container2 h5 {
  margin-right: 10vh;
  margin-left: 3vh;
  color: rgb(255, 255, 255);
  text-shadow: rgb(0, 0, 0) 10px 5px 10px;
}

.container2 img {
  display: block;
  width: 100%;
  height: auto;
}

.image {
  position: absolute; /* Utilisez "absolute" pour positionner l'élément à l'intérieur de son parent */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.image img {
  height: 100%;
  width: auto;
}


.vision h3 {
  font-family: 'american_typewriterregular';
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0vh;
  text-align: center;
  margin-top: 8vh;
  margin-left: 14vh;
  margin-right: 14vh;
  margin-bottom: 10vh;
  text-shadow: rgb(0, 0, 0) 0px 0px 10px;
}

.container5 {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 3vh;
}

.gif {
  width: 100%;
  height: 100%;
}

.gif img {
  width: 100%;
  height: 100%;
}

.gif h5 {
  position: absolute;
  text-align: center;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left:50%;
  color: rgb(255, 255, 255);
  font-family: 'american_typewriterregular';
  font-size: 5rem;
  text-shadow: rgb(0, 0, 0) 10px 5px 10px;
  line-height: 4.5rem;
}

.container3 {
  box-sizing: border-box;
  /* padding: 3rem; */
  width: 100%;
  height: 100%;
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px; */
  position: relative; /* Ajoutez la position relative à .container3 */
  z-index: 0; /* Assurez-vous que .container3 est empilé en arrière-plan */
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    background-color: rgb(0, 0, 255);
    margin-bottom: 7.5vh;
}

.container3 > div {
  width: 50%;
  height: 10%;
}


.container3 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.chien {
  width: 100%;
  height: calc(100% / 3) !important;
}

.chien1 {
  position: relative;
}

.chien1 .text-overlay {
  font-family: 'american_typewriterregular';
  font-size: 3.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: rgb(0, 0, 0);
  text-shadow: rgb(0, 0, 0) 0px 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chien2 {
  position: relative;
}

.chien2 .text-overlay {
  font-family: 'american_typewriterregular';
  font-size: 3.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: rgb(0, 0, 0);
  text-shadow: rgb(0, 0, 0) 0px 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chien3 {
  position: relative;
}

.chien3 .text-overlay {
  font-family: 'american_typewriterregular';
  font-size: 3.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: rgb(0, 0, 0);
  text-shadow: rgb(0, 0, 0) 0px 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chien4 {
  position: relative;
}

.chien4 .text-overlay {
  font-family: 'american_typewriterregular';
  font-size: 3.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: rgb(0, 0, 0);
  text-shadow: rgb(0, 0, 0) 0px 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chien5 {
  position: relative;
}

.chien5 .text-overlay {
  font-family: 'american_typewriterregular';
  font-size: 3.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: rgb(0, 0, 0);
  text-shadow: rgb(0, 0, 0) 0px 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chien6 {
  position: relative;
}

.chien6 .text-overlay {
  font-family: 'american_typewriterregular';
  font-size: 3.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: rgb(0, 0, 0);
  text-shadow: rgb(0, 0, 0) 0px 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chien1:hover {
  mix-blend-mode: lighten;
}

.chien1:hover .text-overlay {
  opacity: 1;
}

.chien2:hover {
  mix-blend-mode: lighten;
}

.chien2:hover .text-overlay {
  opacity: 1;
}

.chien3:hover {
  mix-blend-mode: lighten;
}

.chien3:hover .text-overlay {
  opacity: 1;
}

.chien4:hover {
  mix-blend-mode: lighten;
}

.chien4:hover .text-overlay {
  opacity: 1;
}

.chien5:hover {
  mix-blend-mode: lighten;
}

.chien5:hover .text-overlay {
  opacity: 1;
}

.chien6:hover {
  mix-blend-mode: lighten;
}

.chien6:hover .text-overlay {
  opacity: 1;
}



@media (max-aspect-ratio: 1/1){
  .marquee4, .marquee3 {
    display: none;
   }

}

@media (max-width: 600px) {

  .video {
    display: none;
  }



  .responsive-image {
    display: block;
    width: 100%;
    height: auto;
  }

 
  .row {
    flex-direction: column;
  }

  .title h1 { 
    margin-right: 1vh;
    font-size: 2rem;
  }

  h2 { 
    margin-right: 1vh;
    font-size: 1rem;
    margin-bottom: 1vh;
  }


  .video-container .marquee4, .video-container .marquee3 {
    display: none;
   }

  .venue {
    margin-top: 16vh;
}

 .venue h3 {
  font-size: 2rem;
  line-height: 2rem;
  font-family: 'american_typewriterregular';
  font-weight: bold;
  letter-spacing: 0.1vh;
  margin-bottom: 2vh;
  margin-top: -8vh;
  margin-left: 1.5vh;
  text-shadow: rgb(0, 0, 0) 0px 0 2px;
  }

  .container1 {
    position: relative; 
    text-align: center;
    margin-bottom: -3vh;
  }
  
.images h2 {
  right: 30%;
  text-align: center;
  font-size: 1rem;
  }

  h4 {
    font-size: 1.3rem;
    margin-bottom: -2vh;
  }

  .title h1 { 
    margin-right: 1vh;
    font-size: 2rem;
  }

  .vision h3 {
    font-size: 1.5rem;
    letter-spacing: 0.1vh;
    line-height: 1.8rem;
    text-align: center;
    margin-top: 8vh;
    margin-left: 3vh;
    margin-right: 3vh;
    margin-bottom: 8vh;
    text-shadow: rgb(0, 0, 0) 0px 0px 1.5px;
  }


.container2 h1 {
  color: blue;
  font-weight: bolder;
  font-family: Helvetica, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 3vh;
  text-shadow: rgb(0, 4, 255) 0px 0px 5px;
}

.container2 h5 {
 font-family: 'american_typewriterregular';
 font-style: italic;
 letter-spacing: 0.05rem;
 line-height: 2rem;
 font-size: 1.5rem;
 padding-left: 1rem;
 margin-bottom: 7vh;
 color: white;
 text-shadow: rgb(0, 0, 0) 10px 5px 10px;

}

.container2 h1, .container2 h5 {
  margin-right: -7.5vh;
  margin-left: -8vh;
}

  /* h5 {
    top: 200px;
    font-size: 3rem;
    line-height: 2.5rem;
    left: 70px;
    margin-right: 5vh;
  } */

  .container5 {
    margin-bottom: 0vh;
  }

  .gif h5 {
    position: absolute;
    text-align: center;
    transform: translate(-50%, -50%);
    margin-right: 0vh;
    color: blue; 
    font-family: 'american_typewriterregular';
    font-size: 3.2rem;
    line-height: 3rem;
    font-weight: bold;
    text-shadow: rgb(0, 21, 255) 0px 0px 3px;
  }


  .container3 > div {
    width: 100%;
  }

  .chien {
    width: 100%;
    height: calc(100% / 6) !important;
  }

  .text-overlay {
    font-size: 1rem;
  }

  .animation {

    filter: drop-shadow(px 10px 25px rgb(0, 0, 0));
    animation: scaleAnimation 6s infinite;
  }

  @keyframes scaleAnimation {
    0% {
      transform: translate(-50%, -50%) scale(0.1);
      opacity: 0;
    }
    05% {
      transform: translate(-50%, -50%) scale(1.12);
      opacity: 1;
    }
    40% {
      transform: translate(-50%, -50%) scale(1.12);
      opacity: 1;
    }
    100% {
      transform: translate(-50%, -50%) scale(0.1);
      opacity: 0;
    }
  }

}





