.elementor-12100 .elementor-element.elementor-element-98eaaed{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-12100 .elementor-element.elementor-element-32fa86d > .elementor-widget-container{margin:0px 0px 0px 0px;}#elementor-popup-modal-12100 .dialog-widget-content{background-color:var( --e-global-color-a5929fe );box-shadow:2px 8px 23px 3px rgba(181.56868759853998, 55.66053553824157, 55.66053553824157, 0);}#elementor-popup-modal-12100{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-12100 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-12100 .dialog-close-button{display:flex;}/* Start custom CSS *//* 1. Fond noir et lueur rouge globale */
#elementor-popup-modal-12100 .dialog-message {
    background-color: #0a0a0a !important;
    border-radius: 20px !important;
    padding: 60px 40px !important;
    text-align: center !important;
    box-shadow: 0 10px 40px rgba(221, 51, 51, 0.15) !important;
}

/* 2. Bouton de fermeture : simple croix gris foncé */
#elementor-popup-modal-12100 .dialog-close-button {
    background: transparent !important;
    border: none !important;
    top: 15px !important;
    right: 15px !important;
}
#elementor-popup-modal-12100 .dialog-close-button i {
    color: #555555 !important;
    font-size: 20px !important;
}
#elementor-popup-modal-12100 .dialog-close-button:hover i {
    color: #ffffff !important;
}

/* 3. Le Titre : Plus grand (38px) et avec surbrillance */
#elementor-popup-modal-12100 .elementor-heading-title {
    font-size: 38px !important; /* TAILLE AUGMENTÉE ICI */
    font-weight: 800 !important;
    margin-bottom: 25px !important;
    line-height: 1.3 !important;
    background: linear-gradient(120deg, #dd3333 30%, #ffffff 50%, #dd3333 70%);
    background-size: 200% auto;
    color: transparent !important;
    -webkit-background-clip: text;
    background-clip: text;
    animation: shine-sweep 6s linear infinite;
}

@keyframes shine-sweep {
    0% { background-position: 200% center; }
    100% { background-position: -200% center; }
}

/* 4. Le Texte descriptif : Plus grand (22px) et blanc pur */
#elementor-popup-modal-12100 .elementor-widget-text-editor {
    font-size: 22px !important; /* TAILLE AUGMENTÉE ICI */
    line-height: 1.6 !important;
    font-weight: bold !important;
    color: #ffffff !important;
    background: none !important;
    -webkit-background-clip: initial !important;
}/* End custom CSS */