/* --- ------------------------------------------------------ --- */
body, html {
    overflow-x: clip !important;
}
body, html {
    overflow: unset;
}

.bcorp .bcorp-mention {
    padding: 64px 0 0;
    text-align: center;
}

.bcorp .bcorp-mention_title {
    color: var(--TEXT-COLOR);
    margin-bottom: 12px;
    font-size: 12px;
    text-transform: uppercase;
}

.bcorp .bcorp-mention__text {
    max-width: 832px;
    margin: auto;
}

@media (max-width: 991px) {
    .bcorp .bcorp-mention {
        padding: 32px 16px;
    }

    /*.bcorp .bcorp-mention_title {
        font-size: 24px;
    }*/

    .bcorp .bcorp-mention__text {
        font-size: 14px;
    }
}

/* --- ------------------------------------------------------ --- */
/* Mobile */
@media (max-width: 480px) {
    .bcorp .bcorp-whatmakes {
        padding: 64px 16px 70px;
    }
    .swiper-buttons-navigation {
        bottom: -25px !important;
    }
    .swiper-pagination {
        bottom: -25px !important;
    }
}

/* Tablet Portrait */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .bcorp .bcorp-whatmakes {
        padding: 64px 16px 70px;
    }
    .swiper-buttons-navigation {
        bottom: -25px !important;
    }
    .swiper-pagination {
        bottom: -25px !important;
    }
}

/* Tablet Landscape */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .swiper-buttons-navigation {
        bottom: -15px !important;
    }
    .swiper-pagination {
        bottom: -15px !important;
    }
}
