/* ======================================================================================================
 * Banner appear page fille - section
 * ====================================================================================================== */

.banner-appear-page-fille {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.banner-appear-page-fille__image {
    width: 70vw;
    height: 700px;
    display: flex;
    border-radius: 25px;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
}

.banner-appear-page-fille__image img {
    width: 100vw;
    max-width: 100vw !important;
    height: 700px;
    object-fit: cover;
    position: absolute;
}

@media (max-width: 764px) {
    .banner-appear-page-fille {
        overflow: hidden;
    }

    .banner-appear-page-fille__image {
        height: 400px;
        min-height: unset;
        width: 100vw;
    }

    .banner-appear-page-fille__image img {
        width: 100vw;
        height: 400px;
        border-radius: 0;
    }
}

/* ======================================================================================================
 * END Banner appear page fille - section
 * ====================================================================================================== */
