.mainfooter {
    font-size: calc(var(--basePX) + 2px);
    z-index: 3;
    padding: 1rem;
    background-color: var(--white);
    /* position: fixed !important;
    bottom: 0;
    width: 100%; */
    
    padding: 1rem;
    /* margin-left: 276px; */
    font-size: calc(var(--basePX) + 2px);


} 
.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: 20%;
    left: 0;
    margin: 0;
    /* height: 124px; */
    z-index: 1000;
    width: 50px;
    transition: all 300ms;
    position: fixed;
    border-top-right-radius: 20px;
    background: var(--white);
}
.mainfooter__menu > aside:first-of-type {
    background-color: var(--main-color_demande);
    border-top-right-radius: 20px;
    box-shadow: 0px 3px 6px #0000001F;
}
.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);
    /* box-shadow: 0px 3px 6px #0000001F; */
    box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 29%);
}
.mainfooter__menu > aside:last-of-type a {
    color: var(--main-color_demande)!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_demande);
    color: var(--white);
    right: -207px;
    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  {
    right: -200px;
}
.mainfooter .mainfooter__menu aside:last-of-type .mainfooter__menu__text::before {
    border-left: 7px solid var(--main-color_demande);
}

.mainfooter .mainfooter__menu a:hover .mainfooter__menu__text {
    display: block;
}

.mainfooter .mainfooter__menu aside .mainfooter__menu__text::before {
    border-left: 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: "";
    left: -7px;
    top: 9px;
    display: block;
    position: absolute;
    pointer-events: none;
}

