.bamboche_footer {
    background-color: #fff;
    padding-top: 40px;
}
.articles_wrapper {
    background-color: #fff;
    max-width: 1385px;
    margin: 0 auto 0;
    border-top: 1px solid #ebebeb;
}

.articles_wrapper .container {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 100%;
}

.articles_wrapper > div > div {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.appStore_app_wrapper > div {
    max-width: 1200px;
    align-items: center;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
}
.appStore_app_wrapper .appStore_figure_image {
    width: 350px;
    display: flex;
    justify-content: flex-end;
    margin-right: 75px;
}

.appStore_app_wrapper .appStore_app_content {
    flex: 1 1;
    padding: 0;
    max-width: 600px;
    width: 100%;
}
.appStore_app_wrapper {
    background-color: #fcf5ff;
    padding: 50px 0;
    align-items: center;
    flex-direction: column;
    display: flex;
}

.appStore_app_wrapper .appStore_app_content ul {
    display: flex;
    gap: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.appStore_app_wrapper .appStore_app_content ul li {
    display: block;
}

.appStore_app_wrapper .appStore_app_content h3 {
    color: #c098f6;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .03em;
    text-align: left;
    margin-bottom: 34px;
}

.appStore_app_wrapper .appStore_app_content p {
    color: #c098f6;
    font-weight: 700;
    font-size: 70px;
    line-height: 55px;
    letter-spacing: .03em;
    text-align: left;
    margin: 0;
}

.appStore_app_wrapper .appStore_app_content p.appStore_small {
    font-size: 50px;
    line-height: 46px;
    margin-bottom: 34px;
}

.appStore_app_wrapper .appStore_app_content ul li img {
    width: 117px;
    height: 38px;
    object-fit: contain;
}

.footer_footer_wrapper {
    background: linear-gradient(0deg, #434343, #434343), #252525;
    padding: 80px 0 0;
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.footer_footer_wrapper .footer_footer_wrapper_container {
    display: flex;
    flex-direction: row;
    max-width: 1352px;
    margin: auto 0 30px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.footer_footer_wrapper .footer_footer_wrapper_container > div {
    flex: 1 1;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
}

.footer_footer_wrapper .footer_link_widget .footer_contact_info ul {
    display: flex;
    gap: 50px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_footer_wrapper .footer_cta_rendezvous {
    color: #fff;
    line-height: 40px;
    border: 1px solid #fff;
    padding: 0 25px;
    border-radius: 50px;
    font-size: 12px;
}

.footer_footer_wrapper .footer_bottom_layer ul {
    flex: 1 1;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    color:white;
}
.footer_footer_wrapper .footer_bottom_layer ul li * {
    color: #fff;
    font-size: 13px;
    transition: all .4s ease-in-out;
}

.footer_footer_wrapper .footer_bottom_layer {
    width: 100%;
    max-width: 1352px;
    margin: auto 0;
    padding: 30px 15px;
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1000px) {
    .appStore_app_wrapper > div {
        flex-direction: column;
    }

    .appStore_app_wrapper .appStore_app_content {
        padding-bottom: 40px;
        order: 0;
    }

    .appStore_app_wrapper .appStore_figure_image {
        order: 1;
        width: auto;
        margin: 0;
    }

    .appStore_app_wrapper .appStore_figure_image img {
        width: 200px;
    }

    .appStore_app_wrapper .appStore_app_content h3 {
        text-align: center;
        font-size: 16px;
        line-height: 18px;
    }

    .appStore_app_wrapper .appStore_app_content p {
        text-align: center;
        font-size: 50px;
        line-height: 34px;
    }

    .appStore_app_wrapper .appStore_app_content p.appStore_small {
        text-align: center;
        font-size: 34px;
        line-height: 34px;
    }

    .appStore_app_wrapper .appStore_app_content ul {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .footer_footer_wrapper .footer_footer_wrapper_container {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        margin-bottom: 30px;
    }

    .footer_footer_wrapper .footer_bottom_layer {
        justify-content: flex-start;
    }

    .footer_footer_wrapper .footer_bottom_layer ul {
        flex-direction: column;
        align-items: flex-start;
    }
}
