/**
 * Bloc: Image Block
 * CSS de structure de base
 */

.image-block {
    width: 100%;
}

.image-block__container {
    width: 100%;
}

.image-block__img {
    width: 100%;
    height: auto;
    max-height: 600px;
    display: block;
    object-fit: cover;
}