.realisation .images {
    text-align: center;
}

.realisation img {
    max-width: 100%;
    width: auto;
}

.realisation .images img.fullwidth {
    max-width: inherit;
    margin-left: inherit;
    width: 100%;
}