﻿.grb_hero-banner__main {
    width: 100%;
    background: linear-gradient(to right, rgba(116, 31, 31, 0.76) 60%, #FF7B7B 40%);
    height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.grb_hero-banner__main-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    max-width: 1280px;
    position: relative;
}

.grb_hero-banner__main-content {
    width: 50%
}

.grb_comp-image-produit-evenement__container {
    justify-content: center;
    width: 50%;
}

@media screen and (max-width: 940px) {
    .grb_hero-banner__main {
        background: none;
        height: 100%;
        row-gap: 20px;
    }

    .grb_hero-banner__main-wrapper {
        flex-direction: column;
        row-gap: 20px
    }

    .grb_hero-banner__main-content {
        width: 100%;
        padding: 50px 10px 0;
    }

    .grb_comp-image-produit-evenement__container {
        width: 100%;
    }
}
