
/* ============================================ */
/* ========== PAGES Bloqués & Bannis ========== */
/* ============================================ */

	.blocked-container {
		max-width: 500px;
		width: 100%;
		background: white;
		padding: 30px;
		border-radius: 8px;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
		text-align: center;
	}

	.blocked-container h2 {
		color: #d9534f; /* Rouge clair pour l'erreur */
		margin-top: 0;
		font-size: 24px;
	}

	.blocked-container .icon {
		font-size: 50px;
		margin-bottom: 20px;
		color: #d9534f;
	}

	.blocked-container p {
		margin-bottom: 15px;
		line-height: 1.6;
	}

	.blocked-container .countdown {
		font-weight: bold;
		color: #d9534f;
		font-size: 18px;
	}

	.blocked-container a {
		color: #337ab7;
		text-decoration: none;
		font-weight: bold;
	}

	.blocked-container a:hover {text-decoration: underline;}

	.blocked-container .qwant-logo {
		margin-top: 20px;
		font-style: italic;
		color: #666;
	}