.mainfooter {
    font-size: calc(var(--basePX) + 2px);
    z-index: 2;
    padding: 1rem;
    background-color: var(--white);
}
.mainfooter,
.mainfooter section a {
    color: var(--color_non-valide);
}
.mainfooter a {
    padding: 0 .5rem;
}

.mainfooter svg {
    height: 12px!important;
}
.mainfooter .mainfooter__menu svg {
    width: 20px!important;
    height: auto!important;
}

.mainfooter__menu {
    bottom: 40%;
    right: 0;
    margin: 0;
    height: 124px;
    z-index: 1000;
    width: 50px;
    transition: all 300ms;
    position: fixed;
    border-top-left-radius: 20px;
    background: var(--white);
}
.mainfooter__menu > aside:first-of-type {
    background-color: var(--main-color_cession);
    border-top-left-radius: 20px;
}
.mainfooter__menu > aside:first-of-type a {
    color: var(--white);
}
.mainfooter__menu > aside:first-of-type a svg {
    stroke: currentColor!important;
}
.mainfooter__menu > aside:last-of-type {
    background-color: var(--white);
}
.mainfooter__menu > aside:last-of-type a {
    color: var(--main-color_cession)!important;
}




.mainfooter__menu a {
    height: 30px;
    width: 100%;
    color: var(--white);
    text-align: center;
}

.mainfooter .mainfooter__menu .mainfooter__menu__text {
    display: none;
    position: absolute;
    background-color: var(--main-color_cession);
    color: var(--white);
    left: -224px;
    padding: .5em;
    min-width: 200px;
    box-shadow: 0 0 10px 0 rgba(26,26,26,.2);
}
.mainfooter .mainfooter__menu aside:last-of-type .mainfooter__menu__text  {
    left: -216px;
}
.mainfooter .mainfooter__menu aside:last-of-type .mainfooter__menu__text::before {
    border-right: 7px solid var(--main-color_cession);
}

.mainfooter .mainfooter__menu a:hover .mainfooter__menu__text {
    display: block;
}

.mainfooter .mainfooter__menu aside .mainfooter__menu__text::before {
    border-right: 7px solid var(--white);
}

.mainfooter .mainfooter__menu .mainfooter__menu__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;
}

