.site-footer {
	background: #191919;
	color: #f4f4f4;
}

.pa-footer-heading,
.pa-footer-main .widget-title,
.pa-footer-main h2,
.pa-footer-main h3,
.pa-footer-newsletter h2 {
	font-family: var(--font-display);
	font-weight: var(--font-display-weight);
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.pa-footer-reassurance {
	background: #ffffff;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	color: #111111;
}

.pa-footer-reassurance__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: 100%;
}

.pa-footer-reassurance__item {
	display: flex;
	min-height: 224px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 42px 28px;
	border-right: 1px solid #d9d9d9;
	text-align: center;
}

.pa-footer-reassurance__item:last-child {
	border-right: 0;
}

.pa-footer-reassurance__item--linked {
	color: inherit;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

.pa-footer-reassurance__item--linked:hover,
.pa-footer-reassurance__item--linked:focus {
	background: #fafaf7;
	color: #111111;
}

.pa-footer-reassurance__item--linked:hover .pa-footer-reassurance__icon,
.pa-footer-reassurance__item--linked:focus .pa-footer-reassurance__icon {
	color: #d0073b;
}

.pa-footer-reassurance__icon {
	display: flex;
	width: 64px;
	height: 64px;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	color: #000000;
}

.pa-footer-reassurance__icon svg {
	width: 58px;
	height: 58px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3;
}

.pa-footer-reassurance__icon-image {
	width: 64px;
	height: 64px;
	object-fit: contain;
}

.pa-footer-reassurance h2 {
	margin: 0 0 4px;
	color: #111111;
	font-family: var(--font-base);
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.25;
	text-transform: none;
}

.pa-footer-reassurance p {
	margin: 0;
	color: #202020;
	font-size: 1rem;
	line-height: 1.35;
}

.pa-footer-banners {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
	background: #191919;
}

.pa-footer-banner a,
.pa-footer-banner img {
	display: block;
	width: 100%;
}

.pa-footer-banner__image {
	height: clamp(220px, 18vw, 320px);
	object-fit: cover;
}

.pa-footer-newsletter {
	--pa-footer-newsletter-bg: #d0003b;
	background: var(--pa-footer-newsletter-bg);
	color: #ffffff;
}

.pa-footer-newsletter__inner {
	display: flex;
	min-height: 112px;
	align-items: center;
	justify-content: center;
	gap: clamp(28px, 4vw, 72px);
}

.pa-footer-newsletter h2 {
	margin: 0;
	color: #ffffff;
	font-size: var(--pa-footer-newsletter-font-size, 42px);
	line-height: 1;
}

.pa-footer-newsletter__action {
	flex: 0 0 auto;
}

.pa-footer-newsletter__button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	padding: 0.85rem 2rem;
	border-radius: 999px;
	background: #ffffff;
	color: #111111;
	font-size: var(--pa-footer-newsletter-button-font-size, 14px);
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.pa-footer-newsletter__button span {
	color: #d5ad00;
	font-size: 1.15rem;
}

.pa-footer-newsletter form {
	display: flex;
	gap: 10px;
	align-items: center;
}

.pa-footer-newsletter input[type="email"],
.pa-footer-newsletter input[type="text"] {
	min-width: min(340px, 70vw);
	border: 0;
	border-radius: 999px;
}

.pa-footer-main {
	background: #191919;
	color: rgba(255, 255, 255, 0.64);
}

.pa-footer-main__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(42px, 5vw, 92px);
	padding-top: 92px;
	padding-bottom: 84px;
}

.pa-footer-main__column {
	min-width: 0;
}

.pa-footer-main__column:empty {
	min-height: 1px;
}

.pa-footer-heading,
.pa-footer-main .widget-title,
.pa-footer-main h2,
.pa-footer-main h3 {
	margin: 0 0 24px;
	color: #ffffff;
	font-size: clamp(1.25rem, 1.6vw, 1.75rem);
	line-height: 1.05;
}

.pa-footer-main p,
.pa-footer-text {
	margin-top: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 1rem;
	line-height: 1.65;
}

.pa-footer-main a,
.pa-footer-link {
	color: rgba(255, 255, 255, 0.58);
	text-decoration: none;
}

.pa-footer-main a:hover,
.pa-footer-main a:focus {
	color: #ffffff;
}

.pa-footer-main ul,
.pa-footer-list {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pa-footer-main li,
.pa-footer-list li {
	position: relative;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.13);
	padding: 0 0 13px;
	margin-bottom: 13px;
	color: rgba(255, 255, 255, 0.58);
	line-height: 1.55;
}

.pa-footer-list--check li,
.pa-footer-main .pa-footer-list--check li {
	padding-left: 28px;
}

.pa-footer-list--check li::before {
	position: absolute;
	left: 0;
	top: 0;
	color: #d6b500;
	content: "\2713";
	font-weight: 900;
}

.pa-footer-contact {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	margin-top: 28px;
	color: #ffd000;
	font-family: var(--font-display);
	font-weight: var(--font-display-weight);
	font-size: clamp(1.25rem, 1.7vw, 1.9rem);
	line-height: 1.05;
	text-decoration: none;
	text-transform: uppercase;
}

.pa-footer-contact::before {
	content: "\2709";
	font-family: var(--font-base);
	font-size: 1.15rem;
}

.pa-footer-bottom {
	position: relative;
	background: #ffffff;
	color: #252525;
}

.pa-footer-bottom__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	min-height: 134px;
	padding-top: 32px;
	padding-bottom: 28px;
}

.pa-footer-bottom__logo {
	position: relative;
	z-index: 2;
	display: flex;
	width: min(var(--pa-footer-logo-width, 280px), 34vw);
	align-items: center;
	justify-content: center;
	justify-self: center;
	margin-top: -82px;
	filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.22));
}

.pa-footer-bottom__logo-image {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.pa-footer-bottom__content {
	color: #333333;
	font-size: 0.95rem;
	line-height: 1.8;
}

.pa-footer-bottom__content--right {
	justify-self: end;
	text-align: right;
}

.pa-footer-bottom a {
	color: inherit;
}

.pa-footer-legal {
	margin-top: 0.25rem;
}

.pa-footer-legal-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pa-footer-legal-menu li {
	display: inline-flex;
	align-items: center;
}

.pa-footer-legal-menu li:not(:last-child)::after {
	content: "|";
	margin-inline: 0.45rem;
	color: #555555;
}

.pa-footer-legal-menu a {
	text-decoration: none;
}

@media (max-width: 1024px) {
	.pa-footer-reassurance__grid,
	.pa-footer-main__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pa-footer-reassurance__item:nth-child(2n) {
		border-right: 0;
	}

	.pa-footer-newsletter__inner {
		justify-content: space-between;
	}

	.pa-footer-bottom__logo {
		width: min(var(--pa-footer-logo-width, 250px), 30vw);
	}
}

@media (max-width: 760px) {
	.pa-footer-reassurance__grid,
	.pa-footer-main__grid {
		grid-template-columns: 1fr;
	}

	.pa-footer-reassurance__item {
		min-height: 190px;
		border-right: 0;
		border-bottom: 1px solid #d9d9d9;
	}

	.pa-footer-reassurance__item:last-child {
		border-bottom: 0;
	}

	.pa-footer-newsletter__inner {
		display: grid;
		justify-items: center;
		padding-top: 28px;
		padding-bottom: 28px;
		text-align: center;
	}

	.pa-footer-newsletter h2 {
		font-size: var(--pa-footer-newsletter-mobile-font-size, 28px);
	}

	.pa-footer-newsletter form {
		display: grid;
		width: min(100%, 420px);
	}

	.pa-footer-main__grid {
		gap: 36px;
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.pa-footer-bottom__inner {
		grid-template-columns: 1fr;
		justify-items: center;
		padding-top: 80px;
		text-align: center;
	}

	.pa-footer-bottom__logo {
		position: absolute;
		top: -70px;
		width: min(var(--pa-footer-logo-width, 230px), 74vw);
		margin-top: 0;
	}

	.pa-footer-bottom__content--right {
		justify-self: center;
		text-align: center;
	}

	.pa-footer-legal-menu {
		justify-content: center;
	}
}

/* Editorial footer layout matching the validated Poterie.Alsace model. */
@media (min-width: 1025px) {
	.pa-footer-main__grid {
		grid-template-columns: 0.9fr 1fr 1.08fr 1.18fr;
		gap: clamp(38px, 4.2vw, 78px);
	}
}

.pa-footer-main .pa-footer-heading,
.pa-footer-main .widget-title,
.pa-footer-main h2,
.pa-footer-main h3 {
	margin-bottom: 22px;
	font-size: clamp(1.2rem, 1.35vw, 1.55rem);
	font-weight: 900;
}

.pa-footer-main p {
	line-height: 1.48;
}

.pa-footer-main p + p {
	margin-top: 24px;
}

.pa-footer-main__column--2 li {
	padding-left: 28px;
}

.pa-footer-main__column--2 li::before {
	position: absolute;
	top: 0.08em;
	left: 0;
	color: #ffd000;
	content: "\2713";
	font-weight: 900;
}

.pa-footer-main .pa-footer-contact {
	margin-top: 28px;
	font-size: clamp(1.15rem, 1.3vw, 1.45rem);
}

.pa-footer-ratings {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: clamp(30px, 4vw, 52px);
}

.pa-footer-rating {
	display: grid;
	min-width: 0;
	gap: 8px;
	align-content: center;
	padding: 14px 12px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: #ffffff;
	color: #171717 !important;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.pa-footer-rating:hover,
.pa-footer-rating:focus {
	color: #171717 !important;
	box-shadow: 0 9px 22px rgba(0, 0, 0, 0.3);
	transform: translateY(-2px);
}

.pa-footer-rating__logo {
	width: auto;
	height: 24px;
	max-width: 100%;
	object-fit: contain;
	object-position: left center;
}

.pa-footer-rating--sag .pa-footer-rating__logo {
	height: 29px;
}

.pa-footer-rating__score {
	display: grid;
	gap: 3px;
}

.pa-footer-rating__score strong {
	color: #111111;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1;
}

.pa-footer-rating__score span {
	display: flex;
	gap: 1px;
	color: #ccccC7;
	font-size: 1.05rem;
	line-height: 1;
}

.pa-footer-rating__score i {
	font-style: normal;
}

.pa-footer-rating__score .is-filled {
	color: #e5b900;
}

.pa-footer-rating--trustpilot .pa-footer-rating__score .is-filled {
	color: #00a868;
}

.pa-footer-rating small {
	color: #666662;
	font-size: 0.7rem;
	font-weight: 700;
}

.pa-footer-contact::before {
	content: none;
}

.pa-footer-contact svg {
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.pa-footer-main .menu-item.pa-footer-medal > a::before {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 8px;
	background: #ffc700;
	content: "";
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m7 2 3.2 5.3h3.6L17 2h3l-4.3 7.1A7 7 0 1 1 8.3 9L4 2h3Zm5 8.5A4.5 4.5 0 1 0 12 19a4.5 4.5 0 0 0 0-8.5Zm0 1.5 1 2 2.2.3-1.6 1.6.4 2.2-2-1-2 1 .4-2.2-1.6-1.6 2.2-.3 1-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
	vertical-align: -2px;
}

.pa-footer-main .menu-item.pa-footer-section-title {
	margin-top: 36px;
	border-bottom: 0;
	padding: 0;
}

.pa-footer-main .menu-item.pa-footer-section-title > a {
	color: #ffffff;
	font-family: var(--font-display);
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1.05;
	pointer-events: none;
	text-transform: uppercase;
}

.pa-footer-main > .pa-footer-main__grid {
	width: min(calc(100% - 48px), 1560px);
	max-width: 1560px;
}

.site-footer .container {
	width: min(calc(100% - 48px), 1560px);
	max-width: 1560px;
}

.pa-footer-main a:hover,
.pa-footer-main a:focus,
.pa-footer-main .pa-footer-contact,
.pa-footer-main .pa-footer-contact:hover,
.pa-footer-main .pa-footer-contact:focus {
	color: #ffc700;
}

.pa-footer-main img.emoji,
.pa-footer-main .wp-smiley {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: 0 0.18em 0 0;
	border: 0;
	vertical-align: -0.1em;
	box-shadow: none;
}

.pa-footer-main .pa-footer-menu a > img {
	display: inline-block !important;
	width: 16px !important;
	height: 16px !important;
	max-width: 16px;
	margin: 0 4px 0 0 !important;
	object-fit: contain;
	vertical-align: -2px;
}

.pa-footer-main .pa-footer-menu a > img + img {
	margin-left: 1px !important;
}

.pa-footer-main__column--3 .pa-footer-menu a {
	align-items: baseline;
}

.pa-footer-main__column--3 .pa-footer-menu a br {
	display: none;
}

.pa-footer-main__column--3 img.emoji + img.emoji {
	margin-left: 0.08em;
}

.pa-footer-main .pa-footer-heading--secondary {
	margin-top: 38px;
}

.pa-footer-bottom .pa-footer-legal-menu a:hover,
.pa-footer-bottom .pa-footer-legal-menu a:focus {
	color: #797979;
}

@media (max-width: 760px) {
	.pa-footer-main > .pa-footer-main__grid {
		width: min(calc(100% - 24px), 1560px);
	}

	.site-footer .container {
		width: min(calc(100% - 24px), 1560px);
	}
}
