
.glfp2-footer,
.glfp2-footer *{
	box-sizing:border-box;
}

.glfp2-footer{
	position:relative;
	z-index:30;
	width:100%;
	margin:0;
	padding:48px 18px 30px;
	background:#111;
	color:#fff;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

.glfp2-shell{
	width:min(1180px,100%);
	margin:0 auto;
}

.glfp2-brand{
	display:flex;
	flex-direction:column;
	align-items:center;
	margin-bottom:42px;
	text-align:center;
}

.glfp2-logo{
	display:flex;
	width:122px;
	height:122px;
	align-items:center;
	justify-content:center;
	border-radius:28px;
	background:#050505;
	color:#fff;
	font-family:Georgia,"Times New Roman",serif;
	font-size:90px;
	font-weight:800;
	line-height:1;
	box-shadow:0 14px 38px rgba(0,0,0,.25);
}

.glfp2-name{
	margin:18px 0 0;
	font:800 22px/1.2 Georgia,"Times New Roman",serif;
}

.glfp2-tagline{
	margin:5px 0 0;
	color:#d7d7d7;
	font-size:13px;
	font-weight:650;
	letter-spacing:.08em;
	text-transform:uppercase;
}

.glfp2-socials{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:10px;
	margin-top:22px;
}

.glfp2-social{
	display:flex;
	width:50px;
	height:50px;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	background:#151724;
	color:#fff;
	text-decoration:none;
	transition:transform .18s ease,background .18s ease;
}

.glfp2-social:hover{
	transform:translateY(-2px);
	background:#ef3b13;
}

.glfp2-social svg{
	width:24px;
	height:24px;
	fill:none;
	stroke:currentColor;
	stroke-width:1.8;
	stroke-linecap:round;
	stroke-linejoin:round;
}

.glfp2-social:nth-child(2) svg,
.glfp2-social:nth-child(5) svg{
	fill:currentColor;
	stroke:none;
}

.glfp2-grid{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:24px;
	align-items:start;
}

.glfp2-column{
	min-width:0;
}

.glfp2-column h2{
	display:inline-block;
	margin:0 0 13px;
	padding:8px 13px 9px;
	border-radius:10px;
	background:#080808;
	color:#fff;
	font-size:21px;
	font-weight:850;
	line-height:1.1;
}

.glfp2-column ul{
	margin:0;
	padding:0;
	list-style:none;
}

.glfp2-column a{
	display:block;
	padding:5px 2px;
	color:#d7d7d7;
	font-size:15.5px;
	line-height:1.38;
	text-decoration:none;
	transition:color .16s ease,transform .16s ease;
}

.glfp2-column a::before{
	content:"•";
	display:inline-block;
	margin-right:7px;
	color:#fff;
}

.glfp2-column a:hover{
	color:#fff;
	transform:translateX(3px);
}

.glfp2-rule{
	height:3px;
	margin:42px 0 26px;
	border-top:1px solid rgba(255,255,255,.34);
	border-bottom:1px solid rgba(255,255,255,.34);
}

.glfp2-copyright{
	margin:0;
	padding:0 4px;
	color:#d7d7d7;
	font-size:14px;
	line-height:1.65;
}

/* Masquage des footers courants du thème */
body.gl-footer-premium-v2-active footer:not(.glfp2-footer),
body.gl-footer-premium-v2-active .site-footer,
body.gl-footer-premium-v2-active #colophon,
body.gl-footer-premium-v2-active .wp-site-blocks > footer{
	display:none !important;
}

body.gl-footer-premium-v2-active .glfp2-footer{
	display:block !important;
}

@media(max-width:900px){
	.glfp2-grid{
		grid-template-columns:repeat(2,minmax(0,1fr));
		gap:30px 20px;
	}
}

@media(max-width:560px){
	.glfp2-footer{
		padding:38px 12px 24px;
	}

	.glfp2-brand{
		margin-bottom:34px;
	}

	.glfp2-logo{
		width:104px;
		height:104px;
		border-radius:24px;
		font-size:76px;
	}

	.glfp2-grid{
		grid-template-columns:repeat(2,minmax(0,1fr));
		gap:28px 12px;
	}

	.glfp2-column h2{
		max-width:100%;
		padding:7px 10px 8px;
		font-size:17px;
	}

	.glfp2-column a{
		padding:4px 1px;
		font-size:14.5px;
		overflow-wrap:anywhere;
	}

	.glfp2-rule{
		margin:34px 0 22px;
	}

	.glfp2-copyright{
		font-size:13px;
		line-height:1.6;
	}
}

@media(max-width:360px){
	.glfp2-grid{
		gap:25px 9px;
	}

	.glfp2-column h2{
		font-size:15px;
	}

	.glfp2-column a{
		font-size:13.5px;
	}
}

@media(prefers-reduced-motion:reduce){
	.glfp2-social,
	.glfp2-column a{
		transition:none;
	}
}
