.site-footer .bg-yellow{
        background-image:url('../images/triangle.svg');
        background-repeat: no-repeat;
        background-position: 110% center;
        background-size: 40%;
}

@media (max-width: 1200px) {
        .site-footer .bg-yellow {
          background-image: none !important;
        }
}

.site-footer #block-adresse .field__item img {
        max-width: 162px;
}

.site-footer #block-cobranding-2 .field__item img {
        max-width: 160px;
}