/* ======================================================================================================
 * Bottom page fille - section
 * ====================================================================================================== */

#bottom-page-fille {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 20px 135px 20px;
}

#bottom-page-fille .bottom-page-fille__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: var(--background-color-secondary-ponsot);
    position: relative;
    max-width: 1200px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

#bottom-page-fille .bottom-page-fille__container > div {
    width: 50%;
}

/* =============== Images ============== */
#bottom-page-fille .bottom-page-fille__image {
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


#bottom-page-fille.style_2 .bottom-page-fille__image {
    padding: 40px 6% 40px 0;
}

#bottom-page-fille.style_2 .bottom-page-fille__image img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 10px;
}

/* =============== Content ============== */
.bottom-page-fille__content {
    padding: 90px 6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: rgb(34, 33, 38);
    background: linear-gradient(
        135deg,
        rgba(34, 33, 38, 1) 0%,
        rgba(18, 17, 22, 1) 100%
    );
}

#bottom-page-fille.style_2 .bottom-page-fille__content {
    background: var(--background-color-secondary-ponsot);
}

.section__button--adjusted {
    margin-top: 0 !important;
}


@media (max-width: 1024px) {
    #bottom-page-fille {
        padding: 80px 20px 115px 20px;
    }

    #bottom-page-fille .bottom-page-fille__container {
        flex-direction: column;
    }

    #bottom-page-fille .bottom-page-fille__container > div {
        width: 100%;
    }

    .bottom-page-fille__content {
        align-items: center;
    }

    .bottom-page-fille__content {
        text-align: center;
    }

    #bottom-page-fille .bottom-page-fille__image {
        height: 350px;
    }

    #bottom-page-fille.style_2 .bottom-page-fille__image {
        padding: 0 6% 40px 6%;
    }
}

/* ======================================================================================================
 * END Bottom page fille  - section
 * ====================================================================================================== */
