#btm {
    /* position: sticky; */
    /* bottom: 0; */
    /* width: 100%; */
    border-top: 1px solid #ddd;
    background: rgba(255, 255, 255, 0.7);
    transform: translate3d(0,105%,0);
    transition: all 0.45s cubic-bezier(0.6, 0.08, 0, 0.98);
}

.btm {
    /* border: 1px dashed; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.btm .center {
    /* border: 1px dashed; */
    /* display: flex; */
    /* justify-content: space-between; */
    display: grid;
    grid-template-columns: auto auto;
    width: 100%;
    /* max-width: 1440px; */
    /* gap: 15px; */
    /* padding: 0 20px; */
}

#btm a {
    position: relative;
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: unset;
    height: 100%;
    /* padding: 5px; */
}

#btm a img {
    padding: 7px;
}

.order_icone {
    /* background: #c51414; */
    background: var(--btn);
    /* color: var(--btn_clr); */
    /* text-shadow: var(--btn_txt_shd);  */
}