body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    background: white;
}


#map {
    width: 100%;
    height: 100%;
}

#menu {
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    /*right: 0px;*/
    left:1%;
    border-radius: 10px;
    /* width: 80px; */
    border: 1px solid rgba(0, 0, 0, 0.4);
    font-family: 'Open Sans', sans-serif;
    transition:0.3s;
    display: table-cell;
    vertical-align: middle;
    }
     
    /*
    #menu a {
    font-size: 13px;
    color: #404040;
    display: block;
    margin: 0;
    padding: 0;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    text-align: center;
    }
     
    #menu a:last-child {
    border: none;
    }
     
    #menu a:hover {
    background-color: #f8f8f8;
    color: #404040;
    }
     
    #menu a.active {
    background-color: #3887be;
    color: #ffffff;
    }
     
    #menu a.active:hover {
    background: #3074a4;
    }*/
    
    #menulabel {
        padding: 20px;
        text-align: center; 
        display: table-cell; 
        vertical-align: middle;
        height: 100px;
    }
  

.pan_lat{ 
    width: 30%;
    height: 100vh;
    position:absolute;
    z-index: 3; 
    overflow: auto;
    transition:0.3s;
}

.pan_lat_card { 
    width: 100%;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    background-color: #FEEECC;

}
.pan_lat_card:active { 
   
    background-color: #FFFFCC;

}


.pan_lat_card_img{
   width: 200px;
   height: 200px;
   background-position:center;
   background-size:cover;
   flex:1;
   
}

                @media screen and (max-width:800px) {
                                                         .pan_lat_card_img{
                                                            visibility: hidden;
                                                        }
                                                    }

.pan_lat_card_content {
    padding:10px;
    flex:2;
}


.marker {
        
        background-size: cover;
        background-position:center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        cursor: pointer;
    }

    .mapboxgl-popup {
        max-width: 200px;
    }
    
   .clock{ 
    z-index: 20;
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    top:10px;
    right: 6%;
    background-image: url(img/clock-face-with-minutes-printable-rome.jpg);
    background-position:center;
    background-size:cover;
    

}


.niddle {
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    transform-origin: bottom;
    border-radius: 2px;
}

.hr{
    width: 4px;
    height: 25%;
    background-color: black;

}

.min{
    width: 4px;
    height: 35%;
    background-color: black;

}

.sec{
    width: 4px;
    height: 40%;
    background-color: black;

}

.date {
    letter-spacing: 0.1em;
    font-size: 24px;
}


.agenda { 
    z-index: 20;
    display: flex;
    flex-direction: row; 
    position :absolute;
    font-family: cursive;
    font-size: 25px;
    right: 5%;
    top :160px;
    

}

.jr, .yr, .month { 
    margin: 10px;
}

.google_agenda  { 
    z-index: 20;
    position :absolute;
    font-family: cursive;
    font-size: 25px;
    right: 6%;
    top :250px;
    background-color: beige;
    width: 150px;
    height:50px;
    border-radius:10px;

}




#titre img { 
    position: absolute;
    right:5%;
    bottom:5%;
    width: 200px;
    height: auto;
    z-index:20;

}


.google_agenda_info{ 
    z-index: 20;
    width: 300px;
    transition:0.3s;
    height: 350px;
    position: absolute;
    right: 0;
    top:40%;
    background-color: beige;
    border-radius: 5%;

    
}


.intro { 
    position: absolute;
    z-index : 50;
    height: 100vh;
    width: 100vw;
    background-color: beige;

}

.ml10 { 
    position: absolute;
    z-index : 30;
    top:30%;
    left:30%;

}



.ml10 .text-wrapper {
  position: relative;
 
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}



