@media only screen and (min-width: 768px) and (max-width: 1024px) {
    html:lang(fr) .filtersGlob .scrollHashParent {
        width: calc(100% - 260px - 130px);
    }
    html:lang(fr) .filtersGlob .git {
        max-width: 130px;
    }
}

/*Reduced header text size on image*/

@media only screen and (min-width: 768px) {
    html:lang(fr) .c-page-header__heading {
        font-size: 30pt;
    }
}

/*Fixed footer tab width issues*/

@media only screen and (min-width: 768px) {
    html:lang(fr) .c-footer__dropdown {
        width: 13.25rem;
    }
    html:lang(fr) .c-footer__target {
        left: 14.1875rem;
    }
}

@media (min-width: 768px) {
    html:lang(fr) .blue-col-keyfact {
        display: flex;
        align-items: center;
    }
}

html:lang(fr) .c-page-header__content .e-button__text {
    display: inline-block;
    min-width: 270px;
    white-space: nowrap;
}