.afa-ca-public-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 24px;
	margin: 24px 0;
}

.afa-ca-public-card {
	text-align: center !important;
	padding: 24px 12px;
	border-radius: 8px;
	background: #f8f7f4;
	border-top: 4px solid #B08D57;
}

.afa-ca-public-photo {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: cover;
	margin: 0 auto 12px !important;
	display: block;
	border: 3px solid #1F3B57;
}

.afa-ca-public-photo-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1F3B57;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}

.afa-ca-public-poste {
	color: #B08D57;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.05em;
	margin: 0 0 4px !important;
	text-align: center !important;
	width: 100%;
}

.afa-ca-public-nom {
	color: #1F3B57;
	font-size: 17px;
	font-weight: 600;
	text-align: center !important;
	width: 100%;
}

.afa-ca-public-email {
	margin-top: 6px;
	font-size: 13px;
	text-align: center !important;
	width: 100%;
}

.afa-ca-public-email a {
	color: #1F3B57;
}

.afa-ca-password-wrap {
	display: flex;
	justify-content: center;
	padding: 40px 16px;
}

.afa-ca-password-card {
	max-width: 380px;
	width: 100%;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	border-top: 5px solid #B08D57;
	box-shadow: 0 4px 18px rgba(31, 59, 87, 0.12);
	padding: 32px 28px;
}

.afa-ca-password-icon {
	font-size: 32px;
	margin-bottom: 8px;
}

.afa-ca-password-card h3 {
	color: #1F3B57;
	margin: 0 0 8px;
	font-size: 20px;
}

.afa-ca-password-card p {
	color: #555;
	font-size: 14px;
	margin: 0 0 20px;
}

.afa-ca-password-card form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.afa-ca-password-card input[type="password"] {
	width: 100%;
	padding: 10px 14px;
	border: 1px solid #d5d5d5;
	border-radius: 6px;
	font-size: 15px;
	box-sizing: border-box;
}

.afa-ca-password-card input[type="password"]:focus {
	outline: none;
	border-color: #1F3B57;
	box-shadow: 0 0 0 2px rgba(31, 59, 87, 0.15);
}

.afa-ca-password-card input[type="submit"] {
	background: #1F3B57;
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 11px 16px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s ease;
}

.afa-ca-password-card input[type="submit"]:hover {
	background: #B08D57;
}

.afa-25e-ruban {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	background: linear-gradient(135deg, #1F3B57, #16293d);
	color: #fff;
	border-radius: 8px;
	padding: 14px 22px;
	box-shadow: 0 3px 10px rgba(31, 59, 87, 0.25);
}

.afa-25e-ruban-annee {
	font-size: 34px;
	font-weight: 800;
	color: #B08D57;
	line-height: 1;
	border-right: 2px solid rgba(255,255,255,0.25);
	padding-right: 16px;
}

.afa-25e-ruban-texte {
	display: flex;
	flex-direction: column;
	line-height: 1.4;
	text-align: center;
}

.afa-25e-ruban-texte strong {
	font-size: 15px;
}

.afa-25e-ruban-texte span {
	font-size: 12px;
	color: #d9c9a8;
	margin-top: 6px;
}

.afa-25e-badge-simple {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #f8f7f4;
	border: 1px solid #B08D57;
	border-radius: 20px;
	padding: 6px 16px;
	font-size: 13px;
}

.afa-25e-badge-texte {
	color: #1F3B57;
	font-weight: 700;
}

.afa-25e-badge-jours {
	color: #B08D57;
	font-weight: 600;
}

.afa-25e-medaillon {
	display: inline-flex;
	align-items: center;
	gap: 16px;
}

.afa-25e-medaillon-cercle {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 30%, #c9a86b, #B08D57 60%, #8f6f3f);
	border: 3px solid #1F3B57;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	box-shadow: 0 3px 8px rgba(0,0,0,0.2);
	flex-shrink: 0;
}

.afa-25e-medaillon-nombre {
	font-size: 26px;
	font-weight: 800;
	line-height: 1;
}

.afa-25e-medaillon-mot {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.afa-25e-medaillon-texte {
	display: flex;
	flex-direction: column;
	line-height: 1.4;
	text-align: center;
}

.afa-25e-medaillon-texte strong {
	color: #1F3B57;
	font-size: 15px;
}

.afa-25e-medaillon-texte span {
	color: #B08D57;
	font-size: 14px;
	font-weight: 600;
	margin-top: 6px;
}

.afa-25e-bandeau {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
	width: 100%;
	background: #1F3B57;
	border-top: 3px solid #B08D57;
	border-bottom: 3px solid #B08D57;
	color: #fff;
	padding: 12px 20px;
	box-sizing: border-box;
	text-align: center;
}

.afa-25e-bandeau-texte {
	font-size: 15px;
	font-weight: 700;
}

.afa-25e-bandeau-jours {
	font-size: 13px;
	color: #d9c9a8;
	font-weight: 600;
	margin-top: 6px;
}

.afa-25e-compte-a-rebours {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	border: 2px solid #B08D57;
	border-radius: 10px;
	padding: 14px 26px;
	text-align: center;
}

.afa-25e-car-nombre {
	font-size: 42px;
	font-weight: 800;
	color: #1F3B57;
	line-height: 1;
}

.afa-25e-car-label {
	font-size: 12px;
	color: #555;
	margin-top: 6px;
	line-height: 1.3;
}

.afa-25e-center {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
}
