.popup-calque{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:100000;background:#ffffff66;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(2px)}@keyframes displaySliderCalqueBox{from{transform:translateY(100%)}}.popup-calque>.box{max-width:min(1000px,calc(100vw - 30px));position:relative;animation:displaySliderCalqueBox .5s;z-index:5}.popup-calque>.box>a{position:absolute;width:32px;height:32px;right:10px;top:4px;border-radius:50%;cursor:pointer}.popup-calque>.box>a:after,.popup-calque>.box>a:before{content:"";position:absolute;left:2px;right:2px;top:50%;background:#000;height:2px;margin-top:-1px}.popup-calque>.box>a:before{transform:rotate(45deg)}.popup-calque>.box>a:after{transform:rotate(-45deg)}.popup-calque>.box>.box-content{max-height:calc(100vh - 30px);max-width:calc(100vw - 30px);border-radius:8px 8px 0 0;overflow:auto;background:#fff;padding:40px 10px 0 10px;box-shadow:0 0 10px rgba(0,0,0,.2)}.popup-calque>.box>.box-content>iframe{width:1000px;height:445px;max-width:100%;max-height:100%;background:#000}