.edu-box-parents, .edu-box-parents * { font-family:Arial,sans-serif !important; }

.edu-inscription-wrap { max-width:520px; margin:40px auto; }

.edu-box { padding:25px; box-shadow:0 10px 25px rgba(0,0,0,0.1); border-radius:15px; background:white; border:2px solid #ddd; }
.edu-box-parents { background:#fff8e1; border-color:#f0ad00; }

.edu-banner-parents { background:#f0ad00; color:#fff; padding:10px 15px; border-radius:8px; font-weight:700; margin-bottom:15px; text-align:center; font-size:.95em; }
.edu-responsable { background:#f3e5f5; border:1px solid #ce93d8; border-radius:8px; padding:10px 14px; margin-bottom:15px; font-size:.88em; color:#4a148c; text-align:center; }

.edu-input { width:100%; padding:10px; margin:6px 0 12px; border-radius:6px; border:1px solid #ccc; box-sizing:border-box; font-size:1em; }
.edu-select { width:48%; padding:8px; border-radius:6px; border:1px solid #ccc; font-size:1em; }
.edu-btn { width:100%; padding:12px; border:none; border-radius:8px; cursor:pointer; font-weight:700; color:white; margin-top:10px; font-size:1.05em; transition:.2s; }
.edu-btn:hover { opacity:.9; transform:translateY(-1px); }

.edu-error { color:#c0392b; background:#fdecea; padding:10px; border-radius:6px; margin-bottom:10px; }
.edu-success { color:#155724; background:#d4edda; padding:10px; border-radius:6px; margin-bottom:10px; }
.edu-warning { background:#fff3cd; border:1px solid #ffc107; border-radius:8px; padding:12px 15px; margin:10px 0; font-size:.95em; color:#856404; }

.edu-rgpd { background:#f8f9fa; border:1px solid #dee2e6; border-radius:8px; padding:15px; margin-top:20px; font-size:.85em; color:#555; line-height:1.7; }
.edu-rgpd strong { color:#333; }
.edu-consent { background:#e8f4fd; border:1px solid #bee5eb; border-radius:8px; padding:12px; margin:12px 0; font-size:.9em; }
.edu-consent label { cursor:pointer; }
.edu-pseudo-info { background:#e8f5e9; border:1px solid #a5d6a7; border-radius:8px; padding:12px; margin:10px 0; font-size:.9em; color:#2e7d32; }

.edu-back-login { display:block; text-align:center; margin-top:20px; color:#0073aa; font-weight:600; text-decoration:none; font-family:'Fredoka',sans-serif; font-size:1em; }
.edu-back-login:hover { text-decoration:underline; }

label { display:block; margin-bottom:2px; font-weight:600; }