#advanced_cms_wrapper_84 >div:first-of-type {
position: relative;
}
#advanced_cms_wrapper_84 >div:first-of-type:after {
content:'';
display: block;
    width: 260px;
    height: 200px;
    position: absolute;
    bottom: 10px;
    left: 0;
    background: transparent url("/themes/pap-2020/assets/images/passe-covid.png") no-repeat bottom left;
    background-size: contain;
    z-index: 9;
}

@media screen and (min-width: 768px) {
#advanced_cms_wrapper_84 >div:first-of-type:after {
width: 370px;
height: 300px;
}
}