.popup-company-contenu{
    position: fixed;
    z-index: 10000000;
}
.popup-company-contenu img{
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.popup-company-contenu .image-container{
    display: block;
}
.popup-company-contenu .content{
    position: relative;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
}
.popup-company-contenu  .wbpopup-popducts-close-icon{
    position: absolute;
    border: none;
    outline: none;
    z-index: 100000000;
    cursor: pointer;
    font-size: 25px;
}
.popup-company-contenu .overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}