﻿.grb_hero-banner__main-content {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    height: 100%;
    justify-content: center;
}

.grb_hero-banner__breadcrumb-container {
    display: flex;
    column-gap: 5px;
    width: fit-content;
    align-items: center;
}

    .grb_hero-banner__breadcrumb-container > * {
        color: var(--blanc);
    }

.grb_hero-banner__site-title {
    font-size: 24px;
    font-weight: 400;
    text-decoration-line: underline;
}

.grb_hero-banner__page-title {
    font-size: 20px;
    font-weight: 400;
}

.grb_hero-banner__breadcrumb-separator {
    font-size: 32px;
    font-weight: 400;
}

.grb_hero-banner__title {
    font-size: 32px;
    width: 90%;
    color: var(--blanc);
    font-weight: 700;
    text-transform: uppercase
}

.grb_hero-banner__cta {
    width: fit-content;
    border-radius: 10px 20px 5px 10px;
    background: #EE3C34;
    padding: 15px 20px;
    color: var(--blanc);
    font-size: 20px;
    font-weight: 700;
    cursor: pointer
}

@media screen and (max-width: 940px) {
    .grb_hero-banner__main-content {
        row-gap: 15px
    }

    .grb_hero-banner__breadcrumb-container > * {
        color: var(--noir);
    }

    .grb_hero-banner__site-title, .grb_hero-banner__breadcrumb-separator, .grb_hero-banner__page-title {
        font-size: 13px;
    }

    .grb_hero-banner__title {
        font-size: 20px;
        color: var(--noir);
    }

    .grb_hero-banner__cta {
        width: 100%;
        text-align: center;
        padding: 10px
    }

    .grb_hero-banner__title {
        width: 100%;
    }
}
