/* your styles go here */
/* Example site test */

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}

img {
    max-width: 100%;   /* limite la largeur à 100% du conteneur */
    height: auto;      /* conserve les proportions */
/*    max-height: 400px; */ /* limite la hauteur */
}
