.headerPage::after {
    mask-image: url(/custom/style/img/bandeau.svg);
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: bottom;
    min-height: 7rem;
    background-color: var(--header-page-background);
    content: "";
}

.headerPage {
    display: flex;
    flex-direction: column;
}

.headerPage-content {
    padding-top: 2rem;
    background-color: var(--header-page-background);
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    align-items: center;
}

.headerPage-img {
    max-width: 50%;
}
