html {
  scroll-behavior:smooth;
}


:root{
--background-color: black;
--ratio: 1024px;
}

/*#region MENU */



body {
  color:white;
  background-color: rgb(45, 45, 45);
  font-size: small;
  font-weight:100;
  margin: 0;
  height: 100%;
  text-shadow: 0px 0px 5px transparent;

  font-family: "Bitter", serif;

}



.top-nav {
  position: fixed;
  width: 100%;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  height: 50px;
  z-index: 99999999;
background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(116, 237, 83, 0) 100%);
  padding-top: 8vmin;
  @media print{
    background: transparent;
  }
  }

.lien, .dropdown, .dropdown-content, .dropbtn {
  color: darkgrey;
  text-align: center;
  text-decoration: none;
  font-size: clamp(16px, 3vmin, 20px);
  font-weight: 400;
  line-height: rem;
  letter-spacing: 0.5px;
  }

.lien:hover{
  text-decoration: underline;
}

/*#endregion*/

/*#region TEXTES */

/*#endregion*/

#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}






