a {
    text-decoration: none;
}

.mobile-nav {
    position: fixed !important;
    background: white;
    bottom: 0;
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    z-index: 99999 !important;
}

.bloc-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
}

.bloc-icon i {
    width: 30px;
    font-size: 25px;
}

.bloc-icon span {
    font-size: 12px;
}

@media screen and (min-width: 600px) {
    .mobile-nav {
        display: none;
    }
}
