/* https://interalliance.fr/wp-content/themes/interalliance/blocks/block-gallery/block-gallery.css?ver=1.0.5 */
.block-gallery{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(3,0.58fr);grid-gap:32px;margin-top:128px;margin-bottom:128px;aspect-ratio:1312/760}.block-gallery__item{border-radius:4px;overflow:hidden;width:100%;height:100%;object-fit:cover}.block-gallery__item:nth-child(1){grid-area:1 / 1 / 3 / 4}.block-gallery__item:nth-child(2){grid-area:1 / 4 / 2 / 8}.block-gallery__item:nth-child(3){grid-area:1 / 8 / 2 / 13}.block-gallery__item:nth-child(4){grid-area:3 / 1 / 4 / 4}.block-gallery__item:nth-child(5){grid-area:2 / 4 / 4 / 10}.block-gallery__item:nth-child(6){grid-area:2 / 10 / 4 / 13}.block-gallery__item img{display:block;width:100%;height:100%;object-fit:cover}@media screen and (max-width:991px){.block-gallery{margin-top:64px;margin-bottom:64px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}.block-gallery__item{grid-area:auto!important}}@media screen and (max-width:767px){.block-gallery{margin-top:56px;margin-bottom:56px;aspect-ratio:auto;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,0.66fr);gap:16px}}