/* Gros boutons de menu (show_menu_tuiles) + barre de recherche.
   Inclus globalement ; ne s'applique que là où le composant est rendu. */

.espace-recherche {
	position: relative;
	margin-top: 25px;
}

.espace-recherche-input {
	width: 100%;
	padding: 12px 44px 12px 16px;
	font-size: 15px;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-sizing: border-box;
}

.espace-recherche-input:focus {
	outline: none;
	border-color: #aaa;
}

.espace-recherche-loupe {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	pointer-events: none;
	opacity: .6;
}

.espace-recherche-info {
	margin-top: 8px;
	min-height: 1.2em;
	font-size: 13px;
	color: #888;
}

.espace-bloc {
	margin-top: 10px;
}

.espace-bloc-titre {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	margin: 0 0 6px;
	padding-bottom: 10px;
	border-bottom: 2px solid #333;
}

.espace-section {
	margin-top: 10px;
}

.espace-section-titre {
	font-size: 16px;
	font-weight: 600;
	color: #888;
	text-transform: uppercase;
	letter-spacing: .04em;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
	margin-top: 0;
	margin-bottom: 0;
}

.espace-tuiles {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 18px;
}

.espace-tuile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 170px;
	padding: 18px 12px;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 10px;
	text-decoration: none;
	color: inherit;
	transition: .15s;
}

.espace-tuile:hover {
	background: #f7f7f7;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
	transform: translateY(-2px);
	color: inherit;
	text-decoration: none;
}

.espace-emoji {
	font-size: 44px;
	line-height: 1;
	margin-bottom: 12px;
	color: #555;
}

.espace-texte {
	font-size: 14px;
	font-weight: 600;
}

.espace-desc {
	font-size: 12px;
	color: #999;
	margin-top: 6px;
	line-height: 1.3;
}

/* Masquage géré par classe (plutôt que par style inline) */
.t-hide {
	display: none !important;
}

.espace-rien-ici {
	margin-top: 30px;
	font-size: 15px;
	font-style: italic;
	color: #999;
}

.espace-app {
	margin-top: 8px;
	font-size: 11px;
	font-weight: 600;
	color: #fff;
	background: #b0b0b0;
	border-radius: 10px;
	padding: 2px 8px;
}
