﻿footer {
	background: var(--fond-menu-footer);
	color: #cbd5e1;
	padding: 1.5rem 1rem;
	font-size: 0.9rem;
}

	footer ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	footer li {
		display: flex;
		align-items: center; /* centrage vertical */
		line-height: 35px;
	}

		footer li span {
			padding-left: 0.75rem;
		}

	footer a {
		text-decoration: none;
		color: #9ca3af;
	}

		footer a:hover {
			color: var(--blanc);
		}

	footer svg.lucide {
		color: var(--vert);
	}

	footer p {
		line-height: 1.5;
	}

.center {
	text-align: center;
	align-content: center
}

.logo {
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, #05E889, #047857);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

	.logo span {
		color: #fff;
		font-weight: 700;
		font-size: 25px;
		line-height: 2;
	}

.brand {
	display: flex;
	align-items: center;
	gap: 12px;
}

.brand-text {
	display: flex;
	flex-direction: column;
}

.brand-name {
	font-weight: 600;
}

.brand-sub {
	margin: 0;
	font-size: 0.9rem;
	color: var(--gris-moyen);
	font-weight: 600;
}
