﻿.grb_comp-image-produit-evenement__container {
    border-radius: 35px 0px 0px 35px;
    background: #FF7B7B;
    display: flex;
    height: 100%;
    width: 50%;
}

.grb_comp-image-produit-evenement__wrapper {
    max-width: 650px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grb_comp-image-produit-evenement__img-container {
    height: 140px;
    width: 500px;
}

@media screen and (max-width: 940px) {
    .grb_comp-image-produit-evenement__container {
        width: 100%;
        padding: 20px 15px;
        border-radius: unset;
    }

    .grb_comp-image-produit-evenement__img-container {
        height: 90px;
        width: 300px;
    }
}
