.storefront-handheld-footer-bar {
    display: none;
}
.menuSlide {
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    bottom: 0;
    font-family: "Cocon";
    height: 100px;
    position: fixed;
    width: 50px;
    right: 0;
    z-index: 1000;
    transition: 0.6s;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.transition-none {
    transition: none!important;
}
.menuSlide ul {
    position: absolute;
    left: 5px;
    bottom: 10px;
    list-style-type: none;
    margin: 0;
}
.menuSlide li {
    color: #efefef;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
}
.menuSlide li .img-sous-menu {
    max-height: 60px;
    max-width: 70px;
}
.menuSlide li:hover {
    box-shadow: inset 0 0 400px 400px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}
.menuSlide img:not(.img-sous-menu) {
    max-width: 60%;
    max-height: 80%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-drag: none;
    -webkit-user-drag: none;
    -ms-user-drag: none;
}
.menuSlide_container {
    height: 100%;
    position: relative;
    width: 100%;
}
.menuSlide_content {
    height: 100vh;
    position: absolute;
    width: 500px;
    right: -500px;
}
.menuSlide-open {
    right: 125px;
}
.menuSlide-close {
    right: 0!important;
}

/* .menuSlide:hover {
    right: 200px;
} */

/* MACHOUYOU */
.menuSlide_machouyou {
    background-color: #6DABE4;
    bottom: 150px;
    z-index: 1004;
}
.menuSlide_machouyou_content {
    background-color: #6DABE4;
    bottom: -150px;
}