#container_images_projet{
    display: flex;
    justify-content: center;
    margin-top:40px;
}
#container_images_projet .ct-section-inner-wrap{
    width: 100%;
    align-items: unset;
}
.images_projet_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.image_legende_item{
    text-align: center;
    width: 100%;
    margin:0 0 26px 0;
}
.image_legende_item img {
    width: 100%;
}
.image_legende_item img.paysage {
    object-fit: cover;
    width: 100%;
}
.image_legende_item img.portrait {
    object-fit: contain;
    width: 65%;
}
.image_legende_item.has_caption{
    margin-bottom:8px;
}
.image_caption{
    margin-top: -8px;
    padding: 2px 0;
    color: var(--waixing-primary-color);
    font-family: var(--waixing-secondary-font);
    font-size:14px;
}
.image_empty{
    color: var(--waixing-primary-color);
    font-family: var(--waixing-secondary-font);
    font-size:14px;
}