/**
 * Pied de page Lupéo, et retouches de contenu communes à toutes les pages.
 *
 * Le pied se pose au-dessus de la ligne de copyright de Blocksy, qui reste
 * gérée par le thème (et donc modifiable dans le personnalisateur).
 */

/* =========================================================
   Tableaux des pages de contenu (mentions légales, CGV…)
   ========================================================= */

/* Ces tableaux sont des listes de définitions : « Siège social → adresse ».
   Centrer l'intitulé casse la lecture en colonne — il doit être aligné sur
   sa valeur. Ciblé sur les pages : les fiches produit ont leurs propres
   styles de tableau. */
body.page .entry-content table th {
	text-align: left;
	vertical-align: top;
	font-weight: 600;
	width: 34%;
}

body.page .entry-content table td {
	vertical-align: top;
}

@media (max-width: 620px) {
	body.page .entry-content table th {
		width: auto;
	}
}

.lupeo-pied {
	background: #fff;
	border-top: 1px solid var(--lupeo-line, #E6DFD4);
	padding: clamp(38px, 4.6vw, 58px) 0 clamp(28px, 3vw, 38px);
}

.lupeo-pied__in {
	width: var(--theme-container-width, 100%);
	max-width: var(--theme-normal-container-max-width, 1290px);
	margin-inline: auto;
	display: grid;
	grid-template-columns: 1.5fr 1fr 1.15fr 1fr;
	gap: 34px 30px;
	align-items: start;
}

/* --------- Colonne de marque --------- */
.lupeo-pied__logo {
	display: inline-block;
	color: var(--lupeo-teal, #007C75);
	line-height: 0;
	margin-bottom: 16px;
}

.lupeo-pied__logo svg {
	width: 112px;
	height: auto;
	display: block;
}

.lupeo-pied__logo:hover {
	opacity: .8;
}

.lupeo-pied__nom {
	font-family: var(--theme-font-family-heading, Manrope, Inter, sans-serif);
	font-size: 24px;
	font-weight: 800;
	color: var(--lupeo-teal, #007C75);
	line-height: 1.1;
}

.lupeo-pied__marque p {
	font-size: 13.5px;
	color: var(--lupeo-mute, #6F6A62);
	line-height: 1.6;
	margin: 0 0 12px;
	max-width: 38ch;
}

.lupeo-pied__paiement {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	font-size: 12.5px;
	line-height: 1.5;
}

.lupeo-pied__paiement .lupeo-i {
	width: 15px;
	height: 15px;
	flex: none;
	margin-top: 2px;
	color: var(--lupeo-teal, #007C75);
	stroke: currentColor;
	fill: none;
	stroke-width: 1.75;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* --------- Colonnes de liens --------- */
.lupeo-pied__col h2 {
	font-family: var(--theme-font-family, Inter, sans-serif);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: var(--lupeo-ink, #1A1A1A);
	margin: 0 0 15px;
}

.lupeo-pied__col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.lupeo-pied__col li {
	margin: 0;
}

.lupeo-pied__col a {
	font-size: 13.5px;
	color: var(--lupeo-ink-2, #4A453E);
	text-decoration: none;
	transition: color .16s ease;
}

.lupeo-pied__col a:hover {
	color: var(--lupeo-teal, #007C75);
}

/* --------- Engagements --------- */
.lupeo-pied__promesses li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13.5px;
	color: var(--lupeo-ink-2, #4A453E);
	line-height: 1.45;
}

.lupeo-pied__promesses .lupeo-i {
	width: 16px;
	height: 16px;
	flex: none;
	margin-top: 1px;
	color: var(--lupeo-teal, #007C75);
	stroke: currentColor;
	fill: none;
	stroke-width: 1.75;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* --------- La ligne de copyright de Blocksy, dessous --------- */
.ct-footer [data-row="bottom"] {
	background-color: #fff;
	border-top: 1px solid var(--lupeo-line-2, #F0EBE3);
}

@media (max-width: 1080px) {
	.lupeo-pied__in {
		grid-template-columns: 1fr 1fr;
		gap: 32px 28px;
	}

	.lupeo-pied__marque {
		grid-column: 1 / -1;
	}
}

@media (max-width: 620px) {
	.lupeo-pied__in {
		grid-template-columns: 1fr;
	}
}
