.ftr_btm {
    /* border: 1px dashed; */
    display: flex;
    justify-content: center;
    /* width: 100%; */
    background-color: var(--ftr);
    /* background:rgb(34, 57, 33); */
    font-size: medium;
    /* border-top: 1px solid #ddd; */
}

.ftr_btm .mx_wdth {
    /* border: 1px dashed red; */
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 20px;
    width: 100%;
    max-width: 1440px;
    color: #fff;
}

.ftr_btm a {
    color: unset;
    text-decoration: none;
}

footer {
    position: relative;
    /* box-shadow: 0 0 10px 0 #444; */
    border-top: 1px solid #ddd;
    z-index: 4;
}

.ftr {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    font-family: Calibri, 'Trebuchet MS', sans-serif;
}

.ftr-flex {
    display: flex;
    justify-content: stretch;
    width: 100%;
    max-width: 992px;
    font-size: larger;
}

.ftr-flex > div {
    width: 100%;
}

.carte-btn {
    position: relative;
    background: #fff;
}

.order-btn {
    position: relative;
    background: #167810;
    color: #fff;
    font-weight: 800;
    text-shadow: 0 0 2px #000;
}

.ftr-flex > div a {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 10px;
    text-decoration: none;
    color: unset;
}

@media only screen and (max-width: 430px) {
    .ftr_btm .mx_wdth > p {
        width: 100%;
    }
}