.fixed-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.fixed-height {
    height: 180px;
    /* Ajustez cette valeur selon vos besoins */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box-btn ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 5px;
    margin: 0;

}

.icon-box-btn li {
    flex: 1;
    /* margin: 0 5px; */
    /* Espace entre les éléments */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}