
  body{
   font-family: 'monda-regular',sans-serif ;
     /* font-family: 'titillium-regular',sans-serif ;*/
    font-size: 1.6em;
  }  
  
  h1,h2,h3 { font-family: 'Pompiere-Regular',sans-serif ; }
  
  p.puce, p.icon{
    padding: 5px;
    border: 1px dotted #999;
  }
  /* carte et fullscreen*/
  .swissmap{
    width: 100%;
    height: 450px;
    border: 0px;
  }  
  /* make the video stretch to fill the screen in WebKit */
    :-webkit-full-screen #myvideo {
      width: 100%;
      height: 100%;
    }    
    

