.content-qr-code{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
}

.imageqr{
    max-width: 992px;
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.imageqr img, .imageActu img{
    width: 100%;
    height: auto;
}

.bloc-texte-qr{
    max-width: 992px;
    width: 100%;
    margin: 0 auto;
    height: auto;
}