/**
 * Theme Name: Ma botanique
 * Template:   twentyeleven
 * Description: Thème WordPress pour Ma botanique
 */

html,
body {
	scroll-behavior: smooth;
}

html body {
	font-family: "Arial", sans-serif;
}

#content .alphabet-nav {
	position: sticky;
	top: 0;
	padding: 0px 5px;
	background-color: #fff;
	z-index: 100;
	border-bottom: 1px solid #c5c5af;
}

body.admin-bar #content .alphabet-nav {
	top: 32px;
}

.alphabet-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0px;
}

.alphabet-nav ul a {
	display: block;
	padding: 5px 10px;
}

.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	width: 100% !important;
}

section[id^="letter-"] {
	scroll-margin-top: 50px;
}

.pages-gallery {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
