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