/* ===============================================
   WhatsApp Modal (si utilisé)
   =============================================== */

.whatsapp-modal {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 30px;
    max-width: 320px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    padding: 20px;
    border-radius: 15px;
    z-index: 10000;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.whatsapp-modal-close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    color: #666;
    transition: color 0.3s ease;
}

.whatsapp-modal-close:hover {
    color: #333;
}

.whatsapp-modal-iframe {
    width: 100%;
    height: 300px;
    border: 0;
    border-radius: 8px;
}

/* Ancien style WhatsApp - désactivé pour éviter les conflits */
.whatsapp-button.old-style {
    display: none !important;
}

/* Support pour l'ancien ID */
#whatsapp-button {
    display: none !important;
}