
/* Partie images catalogue */
.image-container-4 {
    width: 100%;
    max-width: 770px;
    aspect-ratio: 770 / 930;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
/*****************/