/*
Theme Name: CSE - STARTER (cetih)
Theme URI: http://solutionce.fr/
Description: Thème enfant de CSE - STARTER
Author: Solution ce
Author URI: http://solutionce.fr/
Template: cse-starter
Version: 1.0.0
Text Domain: solutionce
*/

#notif_popup a {
    display: flex;
    text-align: center;
    max-width: max-content;
    padding: 14px 16px;
    margin: auto;
    transition: transform .5s;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    background: var(--main-color);
    border-radius: 9999px;
    color: white;
    text-decoration: none;
}

#notif_popup{
    position: fixed;
    top: 0;
    left: 0;
    height: 100dvh;
    width: 100vw;
    background: #ffffffea;
    z-index: 100000000000000;
    display: flex;
    justify-content: center;
    align-items: center;
}
#notif_popup #formContainer{
    max-width: 300px;
}