
	@import url('https://fonts.googleapis.com/css2?family=Mogra&display=swap');
	
      html, body {
        height: 100%;
        margin: 0;
        padding: 0;
      }
      
      #map {
        height: 100%;
      }
      
        #pano {
        width: 100%;
        height: 100%;
        float: left;
      }
      
      .gm-style .gm-style-iw-c{
      	background-color: rgba(255,255,255,1);
     /* 	transform: translate(40%,-50%);*/
      }
      
      #commentaire-content, img{
      	width:400px;
      }
      
      img{
      	width: 250px;
      	padding: 10px 0;
      	display: block;
      	text-align: center;
		margin: 0 auto;
      }
      
      p, h1, h2, a, h3,   li, ul, h4{ 	
	    font-family: 'Mogra', cursive;
	    margin:0;
      }
      
      .gm-style .gm-style-iw p{
      	font-size: 1.3em;
      }
      
      h2{
      	text-align: center;
      }
      
      .gm-style-iw-d a, #texte a{
      	color: #f00;
		padding: 7px;
		display: block;
		width: 22%;
		text-align: center;
		margin: 6px auto;
		text-decoration: none;
		font-size: 1.3em;
		text-transform: uppercase;
		border: 2px solid;
		border-radius: 10px;
      }
      
       #texte a{
       	background-color: white;
		margin: 30px auto;
       }
       
       .titre{
			width:100%;
			margin: 0 auto;
			text-align: center;
			height: auto;
			z-index: 1000;
			top: 30px;
			position: absolute;
       }
       
       h3{
       	text-transform: uppercase;
       /*	display: inline-block;
		background: rgba(255, 255, 255, 0.5);
		padding: 14px;
		border-radius: 10px;
		color: white;
		text-transform: uppercase;
		letter-spacing: 0.04em;*/
       }
       
       .titre span{
       	display: inline-block;
		background: rgba(255, 255, 255, 0.5);
		padding: 14px;
		border-radius: 10px;
		color: white;
		letter-spacing: 0.04em;
       }
       
       .titre span h2{
    	font-size: 1.2em;
    	margin-top:9px;
       }
    
    #last{
    	text-align: center;
		margin: 30px auto;
		font-size: 1.3em;
		width: 50%;
		min-width: 400px;
    }
    
    h4{
		font-size: 0.7em;
    }
    