/*fix pagina rabla local mobile*/

.class_group_home #lilleView2 .demarche__item {
    padding: 12px 0 40px!important;
    width: calc(25% - 3px);
    height: 210px!important;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    background-color: rgb(162, 0, 50);
    justify-content: space-around;
    margin: 0!important
}

@media only screen and (max-width: 768px) {
    .class_group_home #lilleView2 .demarche__list {
        justify-content: space-around!important;
    }
    .class_group_home #lilleView2 .demarche__item {
        width: 32%!important;
        justify-content: space-between!important;
    }
    .class_group_home #lilleView2 .demarche__text {
        font-size: .9em!important;
    }
}