#site-footer {
	display: none;
}

.cairn-legal-footer {
	padding: 22px 20px;
	background: #2f2923;
	color: #fff;
	text-align: center;
}

.cairn-legal-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cairn-legal-menu li {
	margin: 0;
}

.cairn-legal-menu a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.cairn-legal-menu a:hover,
.cairn-legal-menu a:focus {
	color: #f2d6a2;
}

.cairn-legal-copyright {
	margin: 12px 0 0;
	font-size: 0.9rem;
}

/* Bannière Complianz assortie à l’identité visuelle du site. */
body .cmplz-cookiebanner {
	padding: 24px;
	border: 1px solid #d8c9b8 !important;
	border-radius: 18px !important;
	background: #fffaf4 !important;
	box-shadow: 0 18px 55px rgba(63, 49, 41, 0.22) !important;
	color: #3f3129 !important;
	font-family: Merriweather, Georgia, serif !important;
}

body .cmplz-cookiebanner .cmplz-title {
	color: #3f3129 !important;
	font-family: "Mountains of Christmas", Merriweather, serif !important;
	font-size: 30px !important;
	font-weight: 700;
	line-height: 1.15;
}

body .cmplz-cookiebanner .cmplz-message,
body .cmplz-cookiebanner .cmplz-category-title,
body .cmplz-cookiebanner .cmplz-description {
	color: #3f3129 !important;
	line-height: 1.6;
}

body .cmplz-cookiebanner .cmplz-buttons {
	gap: 10px;
}

body .cmplz-cookiebanner .cmplz-btn {
	min-height: 46px;
	border: 2px solid #8c5a32 !important;
	border-radius: 8px !important;
	box-shadow: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

body .cmplz-cookiebanner .cmplz-btn:hover,
body .cmplz-cookiebanner .cmplz-btn:focus-visible {
	outline: 3px solid rgba(140, 90, 50, 0.25);
	outline-offset: 2px;
	box-shadow: 0 5px 14px rgba(63, 49, 41, 0.18);
	transform: translateY(-1px);
}

body .cmplz-cookiebanner .cmplz-accept {
	border-color: #8c5a32 !important;
	background: #8c5a32 !important;
	color: #fffaf4 !important;
}

body .cmplz-cookiebanner .cmplz-deny {
	border-color: #8c5a32 !important;
	background: #fffaf4 !important;
	color: #6f4328 !important;
}

body .cmplz-cookiebanner .cmplz-view-preferences,
body .cmplz-cookiebanner .cmplz-save-preferences {
	border-color: #73775f !important;
	background: #73775f !important;
	color: #fffaf4 !important;
}

body .cmplz-cookiebanner .cmplz-links a,
body .cmplz-cookiebanner .cmplz-link {
	color: #6f4328 !important;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

body .cmplz-cookiebanner .cmplz-close {
	color: #3f3129 !important;
}

@media (max-width: 600px) {
	body .cmplz-cookiebanner {
		padding: 20px 18px;
		border-radius: 16px 16px 0 0 !important;
	}

	body .cmplz-cookiebanner .cmplz-title {
		font-size: 26px !important;
	}
}
