/*#TOP-INDEX*/


.title h1{
  font-family: "Edu AU VIC WA NT dots", sans-serif;
  font-size: 72px;
  color: blueviolet;
  text-align: center;
  padding: 50px;
  border-bottom: 2px solid rosybrown;
  border-radius: 20px;
  box-shadow: 3px 3px 3px 3px rgb(150, 114, 114);
}

#top-index{
  text-align: center;
  width: 100%;
}

.frstimg img{
  max-height: 700px;
  height: 100%;
  max-width: 650px;
  width: 100%;
  object-fit: cover;
  margin-top: 150px;
  margin-bottom: 150px;
  border-radius: 50%;
} 


/*MENU-BAR*/



.parent-menu{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#menu2024,
#menu2025{
  font-family: "Edu AU VIC WA NT dots", sans-serif;
  font-weight: bold;
  float: center;
  width: 300px;
  height: 60px;
  background-image: url(./img/fond.jpg) ;
  background-size: cover;
  background-position: center;
  appearance: none; 
  -webkit-appearance: none; 
  color: blueviolet;
  font-size: 30px;
  text-align: center;
  border-radius: 10px;
  border: solid 3px blueviolet;
  background-color: rosybrown;
}



/*VIDEO SOUVENIR*/



.video {
  display: flex;
  justify-content: center;
  align-items: center;
}


/*BOUTONS*/



.onglets1 {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  text-align: center;
  margin-bottom: 100px;
}

.button{
  font-family: "Edu AU VIC WA NT dots", sans-serif;
  text-decoration: none;
  font-size: 30px;
  color: blueviolet;
  line-height: 30px;
  width: 250px;
  height: 100px;
  border: solid 2px blueviolet;
  background-image: url(./img/fond.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  display: inline-block;
  padding: 20px 0 30px 0;
  margin: 40px auto 0px; 
}

.button:hover{
  background-color: rgb(197, 159, 232);
  border-radius: 5px;
  height: 100px;
  box-shadow: 2px 2px 2px;
}


/*FOOTER*/



footer{
  height: 300px;
}
