#section-galerie .section-inner {
    padding:50px 0 0 0;
}
#section-galerie .container{
    display: flex;
    justify-content: center;
}
#section-galerie .section-title {
    display:inline-block;
    margin-bottom:40px;
    color: var(--bordeaux-color);
}
#section-galerie .section-title:before,
#section-galerie .section-title:after {
    content:'';
    position:absolute;
    height:1px;
    width:80px;
    background:var(--bordeaux-color);
    top:18px;
}
#section-galerie .section-title:before {
    right:110%;
}
#section-galerie .section-title:after {
    left:110%;
}
#section-galerie .images{
    height: 750px;
    overflow: hidden;
}
#section-galerie .images a {
    float:left;
    display:block;
    cursor:pointer;
}
#section-galerie .images a img {
    height:250px;
    display:block;
    object-fit:cover;
    pointer-events:none;
}
#section-galerie .images img.clear {
    clear:both;
}