/*!
Theme Name: Vault Child
Theme URI: https://uicore.co
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: vault
Version: 1.0.0
Text Domain: vault
*/

 /* Add your custom style here */


 /* Overlay */
.kreo-popup{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.75);
    z-index:999999;
    justify-content:center;
    align-items:center;
}

/* Ouvert */
.kreo-popup.is-open{
    display:flex;
}

/* Fenêtre */
.kreo-popup-content{
    width:min(1000px,90vw);
    height:85vh;
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    position:relative;
    box-shadow:0 10px 40px rgba(0,0,0,.3);
}

/* Bouton fermer */
.kreo-popup-close{
    position:absolute;
    top:10px;
    right:15px;
    border:0;
    background:none;
    font-size:32px;
    line-height:1;
    cursor:pointer;
    z-index:2;
}

/* Iframe */
#kreo-popup-frame{
    width:100%;
    height:100%;
    border:0;
}