/*
LFG BLOCKS CSS
-
La Ferme Graphique
www.lafermegraphique.fr
2022
*/



/* Query - Boucle Galerie */
.lfg-galerie h1, .lfg-galerie h2, .lfg-galerie h3, .lfg-galerie h4, .lfg-galerie h5, .lfg-galerie h6 {position:absolute; text-align:center; top:1em; left:1em; right:1em; bottom:1em; margin: 0; }
.lfg-galerie h1 a, .lfg-galerie h2 a, .lfg-galerie h3 a, .lfg-galerie h4 a, .lfg-galerie h5 a, .lfg-galerie h6 a {display: flex; height: 100%; align-items: center; justify-content: center; text-decoration: none;}


/* Panorama*/
.blockImg {
    width: 94%;
    min-width: 300px;
    max-height: 600px;
    height: 80vh;
    margin: 1% 2%;
    background-color: #999999;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .blockImg figure {
    height: 100%;
  }

  .blockImg figure img {
    height: 100%;
    width: auto;
    max-width: none;
  }
  