* {
  box-sizing: border-box;
}



html, body {
  margin: 0;
  background-color: white;

}



.wrapper {
  width: 100%;
}

h1{
  font-size: 3em;
  font-family: Times, "Times New Roman", serif; font-style:italic;
  background: black;
  color: white;
  width: 100%;
  height: 150px;
  margin-top: -0.5vh;
  padding-top: 7vh;
  padding-left: 3vw;
  margin-bottom: 0;

}

.logo{
  margin-left: 40vw;
  width: 100%;
  transition-duration: 2s;
  display: flex;
  flex-direction: row;
  margin-left: 0vw;
  margin-top: 10%;
  animation-name: fade-in;
  animation-duration: 0s;
  animation-delay: 10s;
  animation-fill-mode: forwards;


}



#Museums1{
  justify-content: right;
  font-family: 'Aktifo-A';
  font-size: 2.2em;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 1%;
  margin-top: 10%;
  color: black;
  position: relative;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 2s;
  animation-fill-mode: forwards;

}



#Quartier1{
  justify-content: right;
  font-family: Times, "Times New Roman", serif; font-style:italic;
  font-size: 2.2em;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: -10%;
  margin-bottom: 1%;
  margin-top: 10%;
  color: black;
  position: relative;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

#Bern1{
  justify-content: right;
  font-family: 'Molde';
  font-size: 2.2em;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 1%;
  margin-top: 10%;
  color: black;
  position: relative;
  margin-bottom: 10%;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 2s;
  animation-delay: 4s;
  animation-fill-mode: forwards;
}

#jpo{
  width: 100%;
  margin-bottom: -2%;
}

.fondsite{
  width: 100vw;
  position: absolute;
  margin-top: 93%;
}

.fondintro{
  position: absolute;
  margin-top: -30%;
}








.site__title {
  overflow: hidden;
  height: 4rem;
  margin: 0;
  border: solid 2px;
  border-radius: 10em;
  box-shadow: 6px 6px 6px grey;
  margin-bottom: 5%;
  margin-top: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: height 0.5s ease-in-out;
  background-color: white;
}












.site {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* overflow: hidden; */
  height: 100%;
  height: 4rem;
  margin-top: 0%;
  flex: 1 1 auto;
  transition: height 0.5s ease-in-out;
  position: relative;



}

.site2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* overflow: hidden; */
  height: 100%;
  height: 15vh;
  margin-top: 0%;
  flex: 1 1 auto;
  transition: height 0.5s ease-in-out;
  position: relative;


}

.site--opened {
  height: 80vh;
  background-color: white;
}

.site--closed {
  height: 0;
}

.site__title {
  overflow: hidden;
  height:3rem;
  margin: 0;
  border: solid 1.3px;
  border-radius: 10em;
  box-shadow: 6px 6px 6px black;
  shadow: 75%;
  margin-bottom: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: height 0.5s ease-in-out;
  background-color: white;
  margin-left: 2%;
  margin-right: 2%;
}

.site__titlefirst {
  overflow: hidden;
  height:3rem;
  margin: 0;
  border: solid 1.3px;
  border-radius: 10em;
  box-shadow: 6px 6px 6px black;
  shadow: 75%;
  margin-bottom: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: height 0.5s ease-in-out;
  background-color: white;
  margin-left: 2%;
  margin-right: 2%;
}

.site__title2 {
  overflow: hidden;
  height:14vh;
  margin: 0;
  border: solid 1.3px;
  border-radius: 10em;
  box-shadow: 6px 6px 6px black;
  margin-bottom: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: height 0.5s ease-in-out;
  background-color: white;
  margin-left: 2%;
  margin-right: 2%;

  filter: contrast(200%);
  filter: grayscale(100%);
}

.site__title3 {
  overflow: hidden;
  height:10vh;
  margin: 0;
  border: solid 1.3px;
  border-radius: 10em;
  box-shadow: 6px 6px 6px black;
  margin-bottom: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: height 0.5s ease-in-out;
  background-color: white;
  margin-left: 2%;
  margin-right: 2%;


}



.site--closed .site__title {
  height: 0;
}

.site__content {
  height: 0;
  transition: height 0.5s ease-in-out;
  overflow: hidden;
}

.site__content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.site--opened .site__content {
  flex: 1 1 auto;
  height: 100%;
}

h2 {
  transition: transform 1s ease-in-out;
}
h2.switch-on {
  color: blue;
}


body.switch-on {
  border: 10px solid;
}

body.switch-on h2{
  transform: scale(0);
}
body.switch-on h2.stay-visible{
  transform: scale(1);
}

.sites{
  margin-top: 20%;
}

@keyframes fade-in {
    0% {
      opacity: 0;
      transform: scale(0);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
}

#Alpin{
  font-family: Times, "Times New Roman", serif; font-style:italic;
  justify-content: right;
  padding-left: 2%;
  margin-right: 68%;
  margin-left: 2%;
  color: black;
  opacity: 0;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 1s;
  animation-delay: 6s;
  animation-fill-mode: forwards;
}

#Alpin1{
  font-family: 'Molde';
  justify-content: right;
  padding-left: 2%;
  margin-left: 65%;
  margin-right: 2%;
  padding-bottom: 1%;
  color: black;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 1s;
  animation-delay: 8s;
  animation-fill-mode: forwards;
}

#Alpin2{
  font-family: 'Aktifo-A';
  justify-content: right;
  padding-left: 2%;
  margin-right: 53%;
  margin-left: 2%;
  color: black;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 1s;
  animation-delay: 9s;
  animation-fill-mode: forwards;
}



#HN{
  font-family: Times, "Times New Roman", serif; font-style:italic;
  justify-content: right;
  padding-left: 2%;
  margin-left: 38%;
  margin-right: 2%;
  color: black;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 1s;
  animation-delay: 10s;
  animation-fill-mode: forwards;

}

#HN1{
  font-family: 'Molde';
  justify-content: right;
  padding-left: 2%;
  margin-left: 2%;
  margin-right: 48%;
  padding-bottom: 1%;
  color: black;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 1s;
  animation-delay: 14s;
  animation-fill-mode: forwards;

}

#HN2{
  font-family: 'Aktifo-A';
  justify-content: right;
  padding-left: 2%;
  margin-left:2%;
  margin-right: 28%;
  color: black;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 1s;
  animation-delay: 11s;
  animation-fill-mode: forwards;

}



#Com{
  font-family: Times, "Times New Roman", serif; font-style:italic;
  justify-content: left;
  padding-left: 2%;
  margin-left: 2%;
  margin-right: 36%;
  color: black;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 1s;
  animation-delay: 12s;
  animation-fill-mode: forwards;
}

#Com1{
  font-family: 'Molde';
  justify-content: left;
  padding-left: 2%;
  margin-right: 2%;
  margin-left: 46%;
  padding-bottom: 1%;
  color: black;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 1s;
  animation-delay: 15s;
  animation-fill-mode: forwards;
}

#Com2{
  font-family: 'Aktifo-A';
  justify-content: left;
  padding-left: 2%;
  margin-left: 2%;
  margin-right: 25%;
  color: black;
  opacity: 0;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 1s;
  animation-delay: 7s;
  animation-fill-mode: forwards;
}

#Tir{
  font-family: Times, "Times New Roman", serif; font-style:italic;
  justify-content: right;
  padding-left: 2%;
  margin-left: 66%;
  margin-right: 2%;
  color: black;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 1s;
  animation-delay: 16s;
  animation-fill-mode: forwards;
}

#Tir1{
  font-family: 'Molde';
  justify-content: right;
  padding-left: 2%;
  margin-left: 2%;
  margin-right: 59%;
  padding-bottom: 1%;
  color: black;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 1s;
  animation-delay: 18s;
  animation-fill-mode: forwards;
}

#Tir2{
  font-family: 'Aktifo-A';
  justify-content: right;
  padding-left: 2%;
  margin-left: 50%;
  margin-right: 2%;
  color: black;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 1s;
  animation-delay: 19s;
  animation-fill-mode: forwards;

}

#HDB{
    font-family: Times, "Times New Roman", serif; font-style:italic;
    justify-content: left;
    padding-left: 2%;
    margin-right: 40%;
    margin-left: 2%;
    color: black;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 1s;
    animation-delay: 17s;
    animation-fill-mode: forwards;
}

#HDB1{
    font-family: 'Molde';
    justify-content: left;
    padding-left: 2%;
    margin-right: 2%;
    margin-left: 52%;
    padding-bottom: 1%;
    color: black;transform: scale(0);
    animation-name: fade-in;
    animation-duration: 1s;
    animation-delay: 20s;
    animation-fill-mode: forwards;
}

#HDB2{
    font-family: 'Aktifo-A';
    justify-content: left;
    padding-left: 2%;
    margin-right: 15%;
    color: black;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 1s;
    animation-delay: 21s;
    animation-fill-mode: forwards;
}

#Kunst{
  font-family: 'Molde';
  padding-left: 2%;
  padding-right: 2%;
  margin-right: 2%;
  margin-left: 73%;
  padding-bottom: 1%;
  color: black;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 1s;
  animation-delay: 13s;
  animation-fill-mode: forwards;
}




.tags {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  flex-direction: row;
  flex-wrap: wrap;
}

#barre{
  width: 96%;
  margin-right: 2%;
  margin-left: 2%;
  margin-top: 4%;
}

#Expo{
  font-family: Times, "Times New Roman", serif; font-style:italic;
  justify-content: right;
  padding-left: 3%;
  color: white;
  background-color: black;
}

#chat1{
  font-family: Times, "Times New Roman", serif; font-style:italic;
  justify-content: center;
  font-size: 1em;
  padding-left: 2%;
  padding-right: 2%;
  margin-right: 50%;
  color: white;
  background-color: black;
  margin-top: 7%;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 4s;
  animation-delay: 2s;
  animation-iteration-count: infinite;


}

#chat2{
  font-family: Times, "Times New Roman", serif; font-style:italic;
  justify-content: center;
  font-size: 1em;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: 50%;
  color: white;
  background-color: black;
  margin-top: 7%;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 4s;
  animation-delay: 4s;
  animation-iteration-count: infinite;
}

#chat3{
  font-family: Times, "Times New Roman", serif; font-style:italic;
  justify-content: center;
  font-size: 1em;
  font-family: 'Molde';
  padding-left: 2%;
  padding-right: 2%;
  margin-right: 50%;
  color: white;
  background-color: black;
  margin-top: 7%;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 4s;
  animation-delay: 5s;
  animation-iteration-count: infinite;
}
#chat4{
  font-family: Times, "Times New Roman", serif; font-style:italic;
  justify-content: center;
  font-size: 1em;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: 40%;
  color: white;
  background-color: black;
  margin-top: 7%;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 4s;
  animation-delay: 7s;
  animation-iteration-count: infinite;


}

#chat4a{
  font-family: 'Aktifo-A';
  justify-content: center;
  font-size: 1em;
  line-height: 0.7em;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: 30%;
  color: white;
  background-color: black;
  margin-top: 7%;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 4s;
  animation-delay: 9s;
  animation-iteration-count: infinite;
}

#chat5{
  font-family: Times, "Times New Roman", serif; font-style:italic;
  justify-content: center;
  justify-content: center;
  font-size: 1em;
  line-height: 0.7em;
  padding-left: 2%;
  padding-right: 2%;
  margin-right: 45%;
  color: white;
  background-color: black;
  margin-top: 7%;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 4s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
}
#chat6{
  font-family: 'Molde';
  justify-content: center;
  font-size: 1em;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: 60%;
  color: white;
  background-color: black;
  margin-top: 7%;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 4s;
  animation-delay: 4s;
  animation-iteration-count: infinite;
}

#chat7{
  font-family: Times, "Times New Roman", serif; font-style:italic;
  justify-content: center;
  font-size: 1em;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: 40%;
  color: white;
  background-color: black;
  margin-top: 7%;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 4s;
  animation-delay: 5s;
  animation-iteration-count: infinite;
}
  #chat8{
    font-family: Times, "Times New Roman", serif; font-style:italic;
    justify-content: center;
    font-size: 1em;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 40%;
    color: white;
    background-color: black;
    margin-top: 7%;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 2s;
    animation-delay: 6s;
    animation-fill-mode: both;
}

#chat9{
  font-family: 'Aktifo-A';
  justify-content: center;
  line-height: 0.7em;
  font-size: 1em;
  padding-left: 2%;
  padding-right: 2%;
  margin-right: 35%;
  color: white;
  background-color: black;
  margin-top: 7%;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 4s;
  animation-delay: 2s;
  animation-iteration-count: infinite;


}

#chat10{
  font-family: 'Molde';
  justify-content: center;
  font-size: 1em;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: 40%;
  color: white;
  background-color: black;
  margin-top: 7%;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 4s;
  animation-delay: 4s;
  animation-iteration-count: infinite;
}

#chat11{
  font-family: 'Aktifo-A';
  justify-content: center;
  font-size: 1em;
  line-height: 0.7em;
  padding-left: 2%;
  padding-right: 2%;
  margin-right: 35%;
  color: white;
  background-color: black;
  margin-top: 7%;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 4s;
  animation-delay: 2s;
  animation-iteration-count: infinite;


}

#chat12{
  font-family: 'Aktifo-A';
  justify-content: center;
  font-size: 1em;
  line-height: 0.7em;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: 45%;
  color: white;
  background-color: black;
  margin-top: 7%;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 4s;
  animation-delay: 4s;
  animation-iteration-count: infinite;
}

#chat13{
  font-family: Times, "Times New Roman", serif; font-style:italic;
  justify-content: center;
  font-size: 1em;
  line-height: 0.7em;
  padding-left: 2%;
  padding-right: 2%;
  margin-right: 45%;
  color: white;
  background-color: black;
  margin-top: 7%;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 4s;
  animation-delay: 5s;
  animation-iteration-count: infinite;
}
#chat14{
  font-family: 'Molde';
  justify-content: center;
  font-size: 1em;
  line-height: 0.7em;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: 60%;
  color: white;
  background-color: black;
  margin-top: 7%;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 4s;
  animation-delay: 7s;
  animation-iteration-count: infinite;

}

#chat15{
  font-family: 'Molde';
  justify-content: center;
  font-size: 1em;
  padding-left: 2%;
  padding-right: 2%;
  margin-right: 55%;
  color: white;
  background-color: black;
  margin-top: 7%;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 4s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
}

#chat16{
  font-family: Times, "Times New Roman", serif; font-style:italic;
  justify-content: center;
  font-size: 1em;
  padding-left: 2%;
  padding-right: 2%;
  margin-right: 40%;
  color: white;
  background-color: black;
  margin-top: 7%;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 4s;
  animation-delay: 2s;
  animation-iteration-count: infinite;


}

#chat17{
  font-family: 'Molde';
  justify-content: center;
  font-size: 1em;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: 55%;
  color: white;
  background-color: black;
  margin-top: 7%;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 4s;
  animation-delay: 4s;
  animation-iteration-count: infinite;
}

#chat18{
  font-family: 'Aktifo-A';
  justify-content: center;
  font-size: 1em;
  font-family: 'Molde';
  padding-left: 2%;
  padding-right: 2%;
  margin-right: 35%;
  color: white;
  background-color: black;
  margin-top: 7%;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 4s;
  animation-delay: 5s;
  animation-iteration-count: infinite;
}
#chat19{
  font-family: Times, "Times New Roman", serif; font-style:italic;
  justify-content: center;
  font-size: 1em;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: 45%;
  color: white;
  background-color: black;
  margin-top: 7%;
  transform: scale(0);
  animation-name: fade-in;
  animation-duration: 4s;
  animation-delay: 7s;
  animation-iteration-count: infinite;


}





#exp{
  width: 100%;
  margin-bottom: -15%;
}

#perf{
  width: 100%;
}

#perdu{
  width: 100%;
}

#Anim{

    font-family: 'Molde';
    justify-content: right;
    padding-left: 25%;
    padding-bottom: 1%;
    color: white;
    background-color: black;
}




#Biblio{
  font-family: 'Aktifo-A';
  justify-content: right;
  padding-left: 17%;
  padding-top: 1%;
  color: white;
  background-color: black;

}



#Resto{
  font-family: Times, "Times New Roman", serif; font-style:italic;
  justify-content: right;
  padding-left: 3%;
  color: white;
  background-color: black;
}

#Toilettes{
    font-family: 'Molde';
    justify-content: right;
    padding-left: 27%;
    padding-bottom: 1%;
    color: white;
    background-color: black;
}

#tickets{
justify-content: right;
font-family: Times, "Times New Roman", serif; font-style:italic;
padding-left: 3%;
color: white;
background-color: black;
}

#commentaire{
  font-family: Times, "Times New Roman", serif; font-style:italic;
  justify-content: right;
  padding-left: 3%;
  margin-top: 3%;
  color: white
}

#Museums{
  justify-content: right;
  font-family: 'Aktifo-A';
  padding-left: 2%;
  margin-right:37%;
  margin-left: 35%;
  margin-bottom: 1%;
  color: black;
  position: relative;
}

#Quartier{
  justify-content: right;
  font-family: Times, "Times New Roman", serif; font-style:italic;
  padding-left: 2%;
  padding-bottom: -10%;
  margin-right: 33%;
  margin-left: 45%;
  margin-bottom: 1%;
  color: black;
  position: relative;
}

#Bern{
  justify-content: right;
  font-family: 'Molde';
  padding-left: 2%;
  margin-right: 50%;
  margin-left: 36%;
  padding-bottom: 1%;
  color: black;
  position: relative;
  margin-bottom: 10%;
}





@media all and (min-width: 1081px) and (max-width: 1920px){

  .site__titlefirst {
    overflow: hidden;
    height:10rem;
    margin: 0;
    border: solid 1.3px;
    border-radius: 10em;
    box-shadow: 6px 6px 6px black;
    shadow: 75%;
    margin-bottom: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: height 0.5s ease-in-out;
    background-color: white;
    margin-left: 2%;
    margin-right: 2%;
  }

  .logo{
    margin-left: 50vw;
    width: 100%;
    transition-duration: 2s;
    display: flex;
    flex-direction: row;
    margin-left: 5vw;
    margin-top: 10%;
    animation-name: fade-in;
    animation-duration: 0s;
    animation-delay: 10s;
    animation-fill-mode: forwards;


  }



  #Museums1{
    justify-content: right;
    font-family: 'Aktifo-A';
    font-size: 5em;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 1%;
    margin-top: 10%;
    color: black;
    position: relative;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 2s;
    animation-fill-mode: forwards;

  }



  #Quartier1{
    justify-content: right;
    font-family: Times, "Times New Roman", serif; font-style:italic;
    font-size: 5.2em;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: -10%;
    margin-bottom: 1%;
    margin-top: 10%;
    color: black;
    position: relative;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
  }

  #Bern1{
    justify-content: right;
    font-family: 'Molde';
    font-size: 5.2em;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 1%;
    margin-top: 10%;
    color: black;
    position: relative;
    margin-bottom: 10%;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 2s;
    animation-delay: 4s;
    animation-fill-mode: forwards;
  }








  #Alpin{
    font-family: Times, "Times New Roman", serif; font-style:italic;
    justify-content: right;
    padding-left: 2%;
    margin-right: 85%;
    margin-left: 2%;
    color: black;
    opacity: 0;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 1s;
    animation-delay: 6s;
    animation-fill-mode: forwards;
  }

  #Alpin1{
    font-family: 'Molde';
    justify-content: center;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 83%;
    margin-right: 2%;
    padding-bottom: 1%;
    padding-top: 0.5%;
    color: black;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 1s;
    animation-delay: 8s;
    animation-fill-mode: forwards;

  }

  #Alpin2{
    font-family: 'Aktifo-A';
    justify-content: right;
    padding-left: 2%;

    margin-right: 80%;
    margin-left: 2%;
    color: black;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 1s;
    animation-delay: 9s;
    animation-fill-mode: forwards;
  }



  #HN{
    font-family: Times, "Times New Roman", serif; font-style:italic;
    justify-content: right;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 75%;
    margin-right: 2%;
    color: black;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 1s;
    animation-delay: 10s;
    animation-fill-mode: forwards;

  }

  #HN1{
    font-family: 'Molde';
    justify-content: right;
    padding-left: 2%;
    margin-left: 2%;
    padding-top: 0.5%;
    margin-right: 78%;
    padding-bottom: 1%;
    color: black;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 1s;
    animation-delay: 14s;
    animation-fill-mode: forwards;

  }

  #HN2{
    font-family: 'Aktifo-A';
    justify-content: right;
    padding-left: 2%;
    margin-left:2%;
    margin-right: 71%;
    color: black;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 1s;
    animation-delay: 11s;
    animation-fill-mode: forwards;

  }



  #Com{
    font-family: Times, "Times New Roman", serif; font-style:italic;
    justify-content: left;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 2%;
    margin-right: 73%;
    color: black;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 1s;
    animation-delay: 12s;
    animation-fill-mode: forwards;
  }

  #Com1{
    font-family: 'Molde';
    justify-content: left;
    padding-left: 2%;
    padding-right: 2%;
    margin-right: 2%;
    margin-left: 77%;
    padding-bottom: 1%;
    padding-top: 0.5%;
    color: black;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 1s;
    animation-delay: 15s;
    animation-fill-mode: forwards;
  }

  #Com2{
    font-family: 'Aktifo-A';
    justify-content: left;
    padding-left: 2%;
    margin-left: 2%;
    margin-right: 70%;
    color: black;
    opacity: 0;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 1s;
    animation-delay: 7s;
    animation-fill-mode: forwards;
  }

  #Tir{
    font-family: Times, "Times New Roman", serif; font-style:italic;
    justify-content: right;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 84%;
    margin-right: 2%;
    color: black;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 1s;
    animation-delay: 16s;
    animation-fill-mode: forwards;
  }

  #Tir1{
    font-family: 'Molde';
    justify-content: right;
    padding-left: 2%;
    margin-left: 2%;
    margin-right: 82.5%;
    padding-top: 0.5%;
    padding-bottom: 1%;
    color: black;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 1s;
    animation-delay: 18s;
    animation-fill-mode: forwards;
  }

  #Tir2{
    font-family: 'Aktifo-A';
    justify-content: right;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 80%;
    margin-right: 2%;
    color: black;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 1s;
    animation-delay: 19s;
    animation-fill-mode: forwards;

  }

  #HDB{
      font-family: Times, "Times New Roman", serif; font-style:italic;
      justify-content: left;
      padding-left: 2%;
      margin-right: 75%;
      margin-left: 2%;
      color: black;
      transform: scale(0);
      animation-name: fade-in;
      animation-duration: 1s;
      animation-delay: 17s;
      animation-fill-mode: forwards;
  }

  #HDB1{
      font-family: 'Molde';
      justify-content: left;
      padding-left: 2%;
      margin-right: 2%;
      margin-left: 80%;
      padding-top: 0.5%;
      padding-bottom: 1%;
      color: black;transform: scale(0);
      animation-name: fade-in;
      animation-duration: 1s;
      animation-delay: 20s;
      animation-fill-mode: forwards;
  }

  #HDB2{
      font-family: 'Aktifo-A';
      justify-content: left;
      padding-left: 2%;
      margin-right: 66%;
      color: black;
      transform: scale(0);
      animation-name: fade-in;
      animation-duration: 1s;
      animation-delay: 21s;
      animation-fill-mode: forwards;
  }

  #Kunst{
    font-family: 'Molde';
    padding-left: 2%;
    padding-right: 2%;
    margin-right: 2%;
    margin-left: 88%;
    padding-bottom: 1%;
    padding-top: 0.5%;
    color: black;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 1s;
    animation-delay: 13s;
    animation-fill-mode: forwards;
  }

  #barre{
    width: 40%;

    margin-right: 2%;
    margin-left: 27%;
    margin-top: 3%;
  }

  #Anim{

      font-family: 'Molde';
      justify-content: right;
      padding-left: 69%;
      padding-bottom: 1%;
      padding-top: 0.5%;
      color: white;
      background-color: black;
  }




  #Biblio{
    font-family: 'Aktifo-A';
    justify-content: right;
    padding-left: 66%;
    padding-top: 0.5%;
    color: white;
    background-color: black;

  }



  #Resto{
    font-family: Times, "Times New Roman", serif; font-style:italic;
    justify-content: right;
    padding-left: 3%;
    color: white;
    background-color: black;
  }

  #Toilettes{
      font-family: 'Molde';
      justify-content: right;
      padding-left: 69%;
      padding-bottom: 0.5%;
      color: white;
      background-color: black;
  }

  #tickets{
  justify-content: right;
  font-family: Times, "Times New Roman", serif; font-style:italic;
  padding-left: 3%;
  color: white;
  background-color: black;
  }

  #commentaire{
    font-family: Times, "Times New Roman", serif; font-style:italic;
    justify-content: right;
    padding-left: 3%;
    margin-top: 3%;
    color: white
  }


  #Museums{
    justify-content: right;
    font-family: 'Aktifo-A';
    padding-left: 2%;
    margin-right:45%;
    margin-left: 43%;
    margin-bottom: 1%;
    color: black;
    position: relative;
  }

  #Quartier{
    justify-content: right;
    font-family: Times, "Times New Roman", serif; font-style:italic;
    padding-left: 2%;
    padding-bottom: -10%;
    margin-right: 44.5%;
    margin-left: 45%;
    margin-bottom: 1%;
    color: black;
    position: relative;
  }

  #Bern{
    justify-content: right;
    font-family: 'Molde';
    padding-left: 2%;
    padding-top: 0.5%;
    margin-right: 48%;
    margin-left: 44%;
    padding-bottom: 1%;
    color: black;
    position: relative;
    margin-bottom: 10%;
  }

  .fondintro{
    position: absolute;
    margin-top: -120%;
  }

  #chat1{
    font-family: Times, "Times New Roman", serif; font-style:italic;
    justify-content: center;
    font-size: 1em;
    padding-left: 2%;
    padding-right: 2%;
    margin-right: 75%;
    color: white;
    background-color: black;
    margin-top: 3%;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 4s;
    animation-delay: 2s;
    animation-iteration-count: infinite;


  }

  #chat2{
    font-family: Times, "Times New Roman", serif; font-style:italic;
    justify-content: center;
    font-size: 1em;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 75%;
    color: white;
    background-color: black;
    margin-top: 3%;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 4s;
    animation-delay: 4s;
    animation-iteration-count: infinite;
  }

  #chat3{
    font-family: Times, "Times New Roman", serif; font-style:italic;
    justify-content: center;
    font-size: 1em;
    font-family: 'Molde';
    padding-left: 2%;
    padding-right: 2%;
    margin-right: 75%;
    color: white;
    background-color: black;
    margin-top: 3%;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 4s;
    animation-delay: 5s;
    animation-iteration-count: infinite;
  }
  #chat4{
    font-family: Times, "Times New Roman", serif; font-style:italic;
    justify-content: center;
    font-size: 1em;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 70%;
    color: white;
    background-color: black;
    margin-top: 3%;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 4s;
    animation-delay: 7s;
    animation-iteration-count: infinite;


  }

  #chat4a{
    font-family: 'Aktifo-A';
    justify-content: center;
    font-size: 1em;
    line-height: 0.7em;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 70%;
    color: white;
    background-color: black;
    margin-top: 3%;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 4s;
    animation-delay: 9s;
    animation-iteration-count: infinite;
  }

  #chat5{
    font-family: Times, "Times New Roman", serif; font-style:italic;
    justify-content: center;
    justify-content: center;
    font-size: 1em;
    line-height: 0.7em;
    padding-left: 2%;
    padding-right: 2%;
    margin-right: 75%;
    color: white;
    background-color: black;
    margin-top: 3%;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 4s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
  }
  #chat6{
    font-family: 'Molde';
    justify-content: center;
    font-size: 1em;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 80%;
    color: white;
    background-color: black;
    margin-top: 3%;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 4s;
    animation-delay: 4s;
    animation-iteration-count: infinite;
  }

  #chat7{
    font-family: Times, "Times New Roman", serif; font-style:italic;
    justify-content: center;
    font-size: 1em;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 80%;
    color: white;
    background-color: black;
    margin-top: 3%;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 4s;
    animation-delay: 5s;
    animation-iteration-count: infinite;
  }
    #chat8{
      font-family: Times, "Times New Roman", serif; font-style:italic;
      justify-content: center;
      font-size: 1em;
      padding-left: 2%;
      padding-right: 2%;
      margin-left: 70%;
      color: white;
      background-color: black;
      margin-top: 3%;
      transform: scale(0);
      animation-name: fade-in;
      animation-duration: 2s;
      animation-delay: 6s;
      animation-fill-mode: both;
  }

  #chat9{
    font-family: 'Aktifo-A';
    justify-content: center;
    line-height: 0.7em;
    font-size: 1em;
    padding-left: 2%;
    padding-right: 2%;
    margin-right: 75%;
    color: white;
    background-color: black;
    margin-top: 3%;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 4s;
    animation-delay: 2s;
    animation-iteration-count: infinite;


  }

  #chat10{
    font-family: 'Molde';
    justify-content: center;
    font-size: 1em;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 75%;
    color: white;
    background-color: black;
    margin-top: 3%;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 4s;
    animation-delay: 4s;
    animation-iteration-count: infinite;
  }

  #chat11{
    font-family: 'Aktifo-A';
    justify-content: center;
    font-size: 1em;
    line-height: 0.7em;
    padding-left: 2%;
    padding-right: 2%;
    margin-right: 75%;
    color: white;
    background-color: black;
    margin-top: 3%;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 4s;
    animation-delay: 2s;
    animation-iteration-count: infinite;


  }

  #chat12{
    font-family: 'Aktifo-A';
    justify-content: center;
    font-size: 1em;
    line-height: 0.7em;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 75%;
    color: white;
    background-color: black;
    margin-top: 3%;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 4s;
    animation-delay: 4s;
    animation-iteration-count: infinite;
  }

  #chat13{
    font-family: Times, "Times New Roman", serif; font-style:italic;
    justify-content: center;
    font-size: 1em;
    line-height: 0.7em;
    padding-left: 2%;
    padding-right: 2%;
    margin-right: 75%;
    color: white;
    background-color: black;
    margin-top: 3%;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 4s;
    animation-delay: 5s;
    animation-iteration-count: infinite;
  }
  #chat14{
    font-family: 'Molde';
    justify-content: center;
    font-size: 1em;
    line-height: 0.7em;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 82%;
    color: white;
    background-color: black;
    margin-top: 3%;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 4s;
    animation-delay: 7s;
    animation-iteration-count: infinite;

  }

  #chat15{
    font-family: 'Molde';
    justify-content: center;
    font-size: 1em;
    padding-left: 2%;
    padding-right: 2%;
    margin-right: 80%;
    color: white;
    background-color: black;
    margin-top: 3%;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 4s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
  }

  #chat16{
    font-family: Times, "Times New Roman", serif; font-style:italic;
    justify-content: center;
    font-size: 1em;
    padding-left: 2%;
    padding-right: 2%;
    margin-right: 75%;
    color: white;
    background-color: black;
    margin-top: 3%;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 4s;
    animation-delay: 2s;
    animation-iteration-count: infinite;


  }

  #chat17{
    font-family: 'Molde';
    justify-content: center;
    font-size: 1em;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 80%;
    color: white;
    background-color: black;
    margin-top: 3%;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 4s;
    animation-delay: 4s;
    animation-iteration-count: infinite;
  }

  #chat18{
    font-family: 'Aktifo-A';
    justify-content: center;
    font-size: 1em;
    font-family: 'Molde';
    padding-left: 2%;
    padding-right: 2%;
    margin-right: 75%;
    color: white;
    background-color: black;
    margin-top: 3%;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 4s;
    animation-delay: 5s;
    animation-iteration-count: infinite;
  }
  #chat19{
    font-family: Times, "Times New Roman", serif; font-style:italic;
    justify-content: center;
    font-size: 1em;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 78%;
    color: white;
    background-color: black;
    margin-top: 3%;
    transform: scale(0);
    animation-name: fade-in;
    animation-duration: 4s;
    animation-delay: 7s;
    animation-iteration-count: infinite;


  }









  }
