.mainfooter {
    font-size: calc(var(--basePX) + 2px);
    z-index: 2;
}

.mainfooter .others svg {
    width: 16px!important;
    height: 16px!important;
    margin: 0 5px;
}

.menu-secondaire-fixed {
    bottom: 60px;
    right: 0;
    margin: 0;
    height: 312px;
    z-index: 1000;
    width: 50px;
    transition: all 300ms;
    position: fixed;
    border-top-left-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(26,26,26,.2);
}
.menu-secondaire-fixed > aside:first-of-type {
    background-color: var(--main-color_freelance);
    border-top-left-radius: 20px;
}
.menu-secondaire-fixed > aside:last-of-type {
    background-color: var(--white);
}
.menu-secondaire-fixed > aside:last-of-type a {
    color: var(--main-color_freelance)!important;
}
.menu-secondaire-fixed a {
    height: 30px;
    width: 100%;
    color: var(--white);
    text-align: center;
}

.mainfooter .menu-secondaire-fixed .menu-secondaire-fixed__text {
    display: none;
    position: absolute;
    background-color: var(--main-color_freelance);
    color: var(--white);
    left: -224px;
    padding: .5em;
    min-width: 200px;
    box-shadow: 0 0 10px 0 rgba(26,26,26,.2);
}

.mainfooter .menu-secondaire-fixed a:hover .menu-secondaire-fixed__text {
    display: block;
}

.mainfooter .menu-secondaire-fixed aside .menu-secondaire-fixed__text::before {
    border-right: 7px solid var(--white);
}

.mainfooter .menu-secondaire-fixed .menu-secondaire-fixed__text::before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    transform: rotate(180deg);
    content: "";
    right: -7px;
    top: 9px;
    display: block;
    position: absolute;
    pointer-events: none;
}

