.campaign-logo-text {
    width: 60%;
    height: auto;
}

.bg-coeur {
    background-image: url("../../images/campaign/photo-coeur-mobile-b80a3f08823b862d276341c64bcc6d07.webp");
    background-position: bottom !important;
    background-size: contain;
    background-repeat: repeat-x;
    display: flex;
    min-height: 370px !important;
    padding: 0 !important;
}

.btn-superpose {
    margin-top: -20px;
    z-index: 1;
}

.bloc-campaign-imgs-logos {
    position: absolute;
    left:10px;
    bottom:30px;
}

@media (min-width: 576px) {
    .campaign-logo-text {
        width: 350px;
    }

    .bg-coeur {
        background-image: url("../../images/campaign/photo-coeur-desktop-77a483294da72d2fb902b442539f760d.webp");
        min-height: 400px;
        background-size: cover;
    }

    .btn-superpose {
        margin-top: -20px;
    }

    .bloc-campaign-imgs-logos {
        bottom:5px;
    }
}