.billetweb {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

.billetweb-frame {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    border-radius: 10px;
    border: 0;
    box-sizing: border-box;
}

.billetweb-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: hidden;
}

#billetterie {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
}

#billetterie .billetweb-frame,
#billetterie iframe {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

#billetterie .shop_frame {
    display: none !important;
}

@media (max-width: 767px) {
    .billetweb {
        max-width: 100%;
    }
}