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

body {
    background-color: rgb(255, 255, 255);
    overflow-x: hidden;
}

.marquee1 {
    font-family: 'american_typewriterregular';
    font-size: 5vh;
    font-style: italic;
    position: fixed;
    z-index: 10;
    width: 100%;
    padding: 1.5vh;
    background-color: black;
    color: white;
    white-space: nowrap;
    animation: marquee 10s linear infinite;
    display: flex;
    overflow: auto;
  }

.chien1 {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .chien1 img {
    margin-top: 8vh;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .nom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 4vh;
  }

  h1 {
    text-align: center;
    margin-left: 1.5vh;
    letter-spacing: 0.3rem;
    margin-bottom: 3vh;
    margin-top: 12vh;
    line-height: 7.5rem;
    font-family: 'american_typewriterregular';
    color: rgb(255, 255, 255);
    font-size: 9rem;
    font-weight: bold;
    text-shadow: rgb(0, 0, 0) 7px 0 20px;
  }

  h2 {
    text-align: center;
    font-style: italic;
    margin-left: 1.5vh;
    font-family: Helvetica, sans-serif;
    color: rgb(0, 0, 0);
    font-size: 1.5rem;
    font-weight: bold;
  }

  h3 {
    font-family: 'american_typewriterregular';
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: 0.2vh;
    text-align: center;
    margin-top: 8vh;
    margin-left: 10vh;
    margin-right: 10vh;
    margin-bottom: 10vh;
    text-shadow: rgb(0, 0, 0) 0px 0px 10px;
  }
  
 .highlight {
    display: inline-block; 
    transition: transform 0.2s;
  }

.highlight:hover {
  color: rgb(0, 0, 0);
  transform: scale(1.5);
  text-shadow: rgb(255, 255, 255) 0px 0px 10px;}

  .tableau {
    font-family: Helvetica, sans-serif;
    font-size: 1rem;
    position: relative;
    margin-top: 6vh;
    margin-left: 2vh;
    margin-right: 2vh;
    margin-bottom: 5vh;
  }

  table {
    width: 100%;
    border-collapse: collapse;
  }
  
  th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #000000;
  }
  
  th {
    font-weight: bold;
    background-color: #f2f2f2;
  }

  .descriptif-container {
    position: relative;
    margin-bottom: 4vh;
  }

  .venue {
    width: 100%;
    margin-top: 5vh;
    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 1s infinite; 
  }

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

  #fleche-retour{
    font-size: 4vh;
    text-align: center;
    position: fixed;
    font-family: 'american_typewriterregular';
    font-weight: bold;
    top: 13vh;
    left: 3vw;
    color: rgb(0, 0, 0);
    background-color: white;
    border: black 0.5vh;
    border-style: solid;
    border-radius: 49%;
    padding: 2vh;
    padding-bottom: 3vh;
    padding-right: 2vh;
    height: 3vh;
    width: 6vw;
    z-index: 2000;
    box-shadow: rgb(0, 0, 0) 0px 0 20px; ;
  }


@media (max-width: 600px) {

  body {
    overflow-x: hidden;
  }
  .chien1 img {
  margin-top: 7.5vh;
  }

  h1 {
    font-size: 3rem;
    line-height: 2.5rem;
    letter-spacing: 0vh;
    text-align: center;
    font-weight: bold;
    text-align: center;
    /* transform: translate(-50%, -50%); */
  }

  h2 {
    font-size: 0.8rem;
    margin-top: -2vh;
    font-weight: bold;
    text-align: center;
    /* transform: translate(-50%, -50%); */
  }

  .nom {
    position: absolute;
    top: 18%;
    /* left: 50%;
    right: 33%; */
    transform: translate(-50%, -50%);
    margin-bottom: 0vh;
  }

  .nom h2 {
    color: white;
  }

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

  .venue {
    margin-top: 18vh;
}

  .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: 2vh;
    margin-right: 0vh;
    text-shadow: rgb(0, 0, 0) 0px 0 2px;
    }

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

    #fleche-retour {
      font-size: 2vh;
      font-weight: bold;
      left: 3vw;
      padding: 2vh;
      padding-right: 5vh;
      height: 2vh;
      width: 6vw;
      top: 9vh;
    }

}