/* Tomas Crovetto, 17.01.25, Page d'accueil */
#F4Video {
    width: 100vw;
    min-height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  
  
  }
  .container {
    text-decoration: none;
    color: azure;
    font-size: 30px;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    flex-wrap: wrap;
  
  } 
  body{
    overflow: hidden; /* Hide scrollbars */ 
  }