<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*CSS8 WIDE #d77d38*/
   .top-container {
     display: flex;
     flex-direction: row;
   }
   .ContainerLogo {
     flex: 20%;
     height: 16vh;
   }
   #toplogo {
     height: 13.5vh;
     padding: 1vh 0 0 0;
   }
   .ContainerInfo {
     align-self: center;
     flex: 60%;
     display: flex;
     flex-direction: column;
   }
   .ContainerEntete {
     text-align: center;
     font-size: 1.6rem;
  }
  .ContainerVillePays {
    text-align: center;
     font-size: 1.4rem;
  }
   .ContainerGlobe {
     flex: 20%;
     height: 16vh;
   }
  #TopGlobe {
    height: 13.5vh;
    padding: 1.5vh 0 0 0;
  }
  #mapContainer {
    width: 100%;
    height: 82vh;
  }
  #map {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
   }
</pre></body></html>