/* ////   FOOTER PP COPYRIGHT    ////  */

.copyright-footer {
  padding: 10px 13px 10px;
}


/* ////   ANIMATION SURLVOL IMAGES   //// */
.pp-grid-image__image:hover {
cursor: pointer;
-webkit-transform: scale(1.08);
transform: scale(1.08);
transition: transform .3s ease-in-out;
}
.pp-grid-image__image {
-webkit-transform: scale(1);
transform: scale(1);
transition: transform .3s ease-in-out;
}

.is-layout-flex.wp-block-gallery.has-nested-images.columns-default.is-cropped {
  margin: 0 0 0 0;
  position: inherit;
}

/* ProPhoto tech repairing Graphic modules with mystery <em> tags around images */
.pp-graphic > img,
.pp-graphic > a > img,
.pp-graphic > a,
.pp-graphic > em,
.pp-graphic > em > img,
.pp-graphic > em > a,
.pp-graphic > em > a > img {
  display: block;
  width: 100%;
  height: auto;
}
