.pees-card {
	max-width: 640px;
	margin: 0 auto 24px;
	padding: 24px;
	background: #fff;
	border: 1px solid #e2e5ea;
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0,0,0,.04);
}
.pees-card h3 {
	margin-top: 0;
	color: #1a3a63;
}
.pees-card p {
	margin: 0 0 14px;
}
.pees-card label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
	color: #23282d;
}
.pees-card input[type="text"],
.pees-card input[type="email"],
.pees-card input[type="password"],
.pees-card input[type="date"],
.pees-card input[type="url"],
.pees-card input[type="file"],
.pees-card select,
.pees-card textarea {
	width: 100%;
	padding: 9px 12px;
	border: 1px solid #cfd6e0;
	border-radius: 6px;
	font-size: 14px;
	box-sizing: border-box;
}
.pees-card textarea { min-height: 90px; }
.pees-card small { color: #6b7280; display: block; margin-top: 4px; }
.pees-fieldset {
	border: 1px solid #e2e5ea;
	border-radius: 8px;
	padding: 12px 14px 2px;
	margin-bottom: 16px;
}
.pees-fieldset legend { font-weight: 700; padding: 0 6px; color: #1a3a63; }
.pees-btn {
	background: #1a56db;
	color: #fff;
	border: none;
	padding: 10px 22px;
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
	font-size: 14px;
}
.pees-btn:hover { background: #123f9e; }
.pees-btn-secondary { background: #6b7280; margin-top: 6px; }
.pees-btn-secondary:hover { background: #4b5563; }
.pees-notice {
	padding: 12px 16px;
	border-radius: 6px;
	margin-bottom: 16px;
	font-weight: 600;
}
.pees-notice-success { background: #e6f6ec; color: #14532d; border: 1px solid #86e3a5; }
.pees-notice-error { background: #fdecec; color: #7f1d1d; border: 1px solid #f5a3a3; }
.pees-period { color: #1a56db; font-weight: 600; }
.pees-membre-row { display: flex; gap: 8px; margin-bottom: 8px; }
.pees-membre-row input { flex: 1; }
.pees-remove-row {
	background: #fdecec;
	color: #7f1d1d;
	border: 1px solid #f5a3a3;
	border-radius: 6px;
	cursor: pointer;
	padding: 0 12px;
}
.pees-espace .pees-tabs { display: flex; flex-wrap: wrap; gap: 24px; }
.pees-espace .pees-tab-content { flex: 1; min-width: 280px; }

/* ---- Carte de connexion / inscription (split screen) ---- */
.pees-auth-card {
	max-width: 900px;
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(10, 40, 80, .15);
	background: #fff;
	min-height: 560px;
}
.pees-auth-panel { flex: 1 1 360px; display: flex; flex-direction: column; justify-content: center; }
.pees-auth-info {
	background: linear-gradient(160deg, #1a56db 0%, #0b3d68 100%);
	color: #fff;
	padding: 48px 44px;
	position: relative;
}
.pees-auth-info h2 { font-size: 30px; margin: 0 0 20px; color: #fff; }
.pees-auth-info p { color: #e3ecfb; font-size: 14px; line-height: 1.6; margin-bottom: 16px; }
.pees-auth-info a { color: #ffd166; }
.pees-auth-form { background: #fff; padding: 48px 44px; }
.pees-auth-logo-img { max-height: 70px; width: auto; margin-bottom: 18px; }
.pees-auth-logo-text { font-size: 20px; font-weight: 700; color: #0b3d68; margin-bottom: 18px; }
.pees-auth-form h3 { font-size: 26px; margin: 0 0 22px; color: #1f2937; }
.pees-auth-form input[type="text"],
.pees-auth-form input[type="email"],
.pees-auth-form input[type="password"] {
	width: 100%;
	padding: 13px 16px;
	border: 1px solid #d7dce3;
	border-radius: 10px;
	font-size: 14px;
	box-sizing: border-box;
	margin-bottom: 4px;
}
.pees-auth-form p { margin: 0 0 16px; }
.pees-password-field { position: relative; }
.pees-password-field input { padding-right: 42px; }
.pees-toggle-pass {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
	opacity: .6;
}
.pees-pass-hint { display: block; color: #6b7280; font-size: 12px; margin: -10px 0 14px; }
.pees-forgot { text-align: right; font-size: 13px; margin-top: -8px; }
.pees-btn-block { width: 100%; padding: 13px; border-radius: 10px; font-size: 15px; letter-spacing: .5px; }
.pees-btn-outline {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 11px 24px;
	font-weight: 700;
	letter-spacing: .5px;
	cursor: pointer;
}
.pees-btn-outline:hover { background: rgba(255,255,255,.15); }

@media (max-width: 700px) {
	.pees-auth-card { border-radius: 18px; margin: 16px auto; }
	.pees-auth-info, .pees-auth-form { padding: 32px 26px; }
}
