.lightGallery img{
    cursor: pointer;
}
ul.lightGallery {
    list-style:none;
    margin-left:0;
    padding-left:0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
ul.lightGallery li {
    margin:0 0 15px 15px;
    display: inline-block;
}
ul.lightGallery li img{
    height: 65px;
    width: auto;
}
ul.lightGallery li:first-child img{
    width: 100%;
    height: auto;
}
.single-gallery{
    clear: both;
    margin: 15px;
    width: 100%;
    text-align: center;
}
.single-gallery img{
    width: auto;
    height: 150px;
}


/* fleches */
.lg-actions .lg-next::before,
.lg-actions .lg-prev::after
{
    font-family: 'lg' !important;
}