
            .bootstrap #shop-img {
               background-image: url('https://www.macaron-de-nancy.com/img/logo-1741361576.svg');
            }
        
         .bootstrap #shop-img {
            background-size: contain;
            width: 100%;
            aspect-ratio: 16/9;
            background-origin: content-box;
            padding: 5px;
            background-repeat: no-repeat;
            height: 80px;
            background-position: center center;
         }
         .bootstrap #shop-img img {
            display: none;
         }
      