body, html {
    overflow-x: clip !important;
}
body, html {
    /* overflow: unset; */
}
.BF__page    .BF__club-content-title {
    font-size: 26px !important;
}
.dp-faq__answer p a {
    display: inline;
}
@media (min-width: 769px) {
    .BF__page .BF__header-text {
        font-size: 22px;
    }
    .BF__page .BF__bloc-header {
        margin-bottom: 60px;
    }
    .BF__page .BF__header-body {
        margin-top: 10px;
    }
}
/* --- ------------------------------------------------------ --- */
/* Mobile */
@media (max-width: 480px) {
    .BF__page    .BF__club-content-title {
        font-size: 16px !important;
    }
    .BF__page .dp-faq__text {
    font-size: 16px !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) {
    .BF__page    .BF__club-content-title {
    font-size: 24px !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) {
    .BF__page    .BF__club-content-title {
    font-size: 24px !important;
}
}