.ea-form input, .ea-form textarea, .ea-form select,
.ea-filtre input, .ea-filtre select { width: 100%; padding: 10px; margin-bottom: 10px; border-radius: 8px; border: 1px solid #ccc; font-size: 1.1em;}
.ea-btn, .ea-btn-message, .ea-btn-send { background: #c1d101; color: #fff; border: none; border-radius: 8px; padding: 10px 18px; font-size: 1.1em; cursor: pointer; }
.ea-list, .ea-dashboard { margin-top: 20px; }
.ea-item, .ea-item-dashboard { border: 1px solid #ccc; border-radius: 12px; margin-bottom: 20px; padding: 16px; background: #fff;}
.ea-item .ea-type { font-size: 1em; background: #545759; color: #fff; border-radius: 8px; padding: 3px 10px; margin-left: 10px;}
.ea-success, .ea-message-feedback { color: green; font-weight: bold; }
.ea-error { color: red; font-weight: bold; }
.ea-item.fermee { opacity: 0.5; }
@media (max-width: 600px) {
    .ea-item, .ea-dashboard, .ea-form, .ea-filtre, .ea-item-dashboard { padding: 8px; font-size: 1em; }
    .ea-btn, .ea-btn-message, .ea-btn-send { padding: 7px 10px; font-size: 1em; }
}
.ea-inbox { margin: 10px 0; }
.ea-message-item { border-bottom: 1px solid #eee; padding: 8px 0;}
.ea-message-contact { margin-top: 10px;}
.ea-message-form { margin-top: 8px; }
