.crf-institutional-header {
    padding: 27px var(--global-lateral-padding) 56px;
}
.crf-institutional-header__title,
.crf-institutional-header__text {
    text-align: center;
    max-width: 794px;
    margin: 0px auto;
}
.crf-institutional-header__text {
    margin-top: 23px;
}

.crf-institutional-header--coloured {
    overflow: hidden;
}

.crf-institutional-header--coloured,
.crf-institutional-header--image {
    color: var(--crf--white);
}
.crf-institutional-header--image {
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    position: relative;
}

.crf-institutional-header--white .crf-institutional-header__title {
    color: var(--crf--shiny-blue);
}


.crf-institutional-header--coloured {
    position: relative;
    background-color: var(--bgcolor);
}
.crf-institutional-header--coloured::before,
.crf-institutional-header--coloured::after {
    content: "";
    position: absolute;
    inset: 0px;
    background-image: url('./../../assets/images/svg/logo-carrefour--white.svg');
    background-repeat: no-repeat;
    pointer-events: none;
}
.crf-institutional-header--coloured::before {
    opacity: 0.15;
}
.crf-institutional-header--coloured::after {
    opacity: 0.05;
    transform: translateX(3%);
}

.crf-institutional-header--white .crf-institutional-header__breadcrumbs {
    color: var(--crf--shiny-blue);
}
.crf-institutional-header--white .crf-institutional-header__breadcrumbs > span > span {
    color: var(--crf--black);
}
.crf-institutional-header--white .crf-institutional-header__breadcrumbs a {
    color: var(--crf--black);
    text-decoration: none;
}
.crf-institutional-header--white .crf-institutional-header__breadcrumbs strong {
    color: var(--crf--black);
}



@media screen and (max-width: 767px) {
    .crf-institutional-header--coloured::before,
    .crf-institutional-header--coloured::after {
        background-size: 1163px auto;
    }
    .crf-institutional-header__title {
        margin-top: 50px;
        font-size: 48px;
        line-height: 42px;
    }
    .crf-institutional-header__text {
        margin-top: 23px;
    }
}
@media screen and (min-width: 768px) {
    .crf-institutional-header--coloured::before,
    .crf-institutional-header--coloured::after {
        background-size: cover;
        background-position: center;
    }
    .crf-institutional-header__title {
        margin-top: 78px;
        font-size: 60px;
        line-height: 72px;
    }
}