/* clear fix */
.single-galleries .grid_isotope:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid_isotope .grid-sizer,
.grid_isotope .grid-item {
    width: 25%; /* Sur 4 colonnes */
}

/* mobile */
@media screen and (max-width: 480px) {
    .grid_isotope .grid-sizer, .grid_isotope .grid-item {
        width: 100%;
    }
}

.single-galleries .grid_isotope .grid-item {
    /*float: left;*/
}

.single-galleries .grid_isotope .grid-item img {
    /*display: none;*/
    max-width: 100%;
}

/* RESET */
.single-galleries .grid_isotope .cesar-gallery__item {padding: 0;}
.single-galleries .grid_isotope .cesar-gallery__item .image .img {padding-left: 0;padding-right: 0;padding-bottom: 0;}
