.bf__page .bf__bloc-intro-2 .bf__container { max-width: 1264px; }

.bf__page .bf__bloc-magnificient {
 padding-top: 700px;
}

.bf__page .bf__magnificient-tile-text {
    width: 79%;
}
.bf__page .bf__magnificient-tile[data-item="0"] {
    margin-top: 0px;
}
.bf__page .bf__magnificient-tile[data-item="2"] {
    margin-top: calc(55* var(--tileRatio));
}
.bf__page .bf__magnificient-tile[data-item="3"] {
    margin-top: 0px;
}
.bf__page .bf__magnificient-tile[data-item="4"] {
    margin-top: calc(55* var(--tileRatio));
}
.bf__page .bf__magnificient-tile[data-item="5"] {
    margin-top: 0px;
}
i-footer footer {
    margin-top: 0px !important;
}
.bf__page .bf__game-intro-logo-clarins {
    width: 208px;
    height: 122px;
}
/* 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__services-title {
        font-size: 29px;
    }
    .bf__page .bf__magnificient-tile-close {
        top: 8px;
        right: 16px;
        width: 13px;
    }
    .bf__page .bf__game-intro-logo-clarins {
        width: 208px;
        height: 122px;
    }
}

/* 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) {
    body,
  html {
    overflow-x: clip!important;
 }
}


/* mobile */
@media (max-width: 480px) {
.bf__page .bf__game-intro-content {
    padding-top: 39px;
}
.bf__page .bf__magnificient-tile-text {
    width: 100% !important;
}
.bf__page .bf__game-intro-logo-clarins {
    width: 100%;
}
}
