/* Pied de page (reprend celui du site officiel liguecontrelobesite.org) */

.lco-footer {
	margin-top: 60px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 15px;
	line-height: 1.6;
}

.lco-footer a {
	text-decoration: none;
}

.lco-footer .lco-container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}

.lco-footer-content {
	background: #253252;
	color: #fff;
	padding: 36px 0 40px;
}

.lco-footer address {
	margin: 0;
	font-style: normal;
}

.lco-footer address p {
	margin: 0 0 22px;
}

.lco-footer address a {
	color: #fff;
}

.lco-footer address a:hover {
	color: #64b1e2;
}

.lco-footer-top {
	display: flex;
	gap: 40px;
	padding-bottom: 32px;
	border-bottom: 1px solid #5b9dcc;
}

.lco-footer-col {
	flex: 1 1 0;
	min-width: 0;
}

.lco-footer-brand {
	flex: 0 0 200px;
}

.lco-footer-logo img {
	display: block;
	width: 155px;
	height: auto;
	margin-bottom: 26px;
}

.lco-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lco-footer-menu a {
	color: #64b1e2;
}

.lco-footer-menu a:hover {
	color: #fff;
}

.lco-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding-top: 30px;
}

.lco-footer-contact {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 0;
	font-size: 1.6rem;
	color: #64b1e2;
}

.lco-footer-contact a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 52px;
	height: 52px;
	border: 1px solid #64b1e2;
	border-radius: 50%;
}

.lco-footer-contact a:hover {
	background: rgba(100, 177, 226, 0.15);
}

.lco-footer-contact svg {
	width: 24px;
	fill: #64b1e2;
}

.lco-footer-social {
	display: flex;
	align-items: center;
	gap: 26px;
}

.lco-footer-social-title {
	max-width: 290px;
	line-height: 1.25;
}

.lco-footer-social ul {
	display: flex;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lco-footer-social a {
	display: block;
	width: 28px;
}

.lco-footer-social svg {
	display: block;
	width: 100%;
	fill: #fff;
}

.lco-footer-social a:hover svg {
	fill: #64b1e2;
}

.lco-after-footer {
	background: #fff;
	color: #1e4a9e;
	padding: 20px 0;
}

.lco-after-footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px 30px;
}

.lco-after-footer ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 26px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lco-after-footer a {
	color: #1e4a9e;
}

.lco-after-footer a:hover {
	text-decoration: underline;
}

@media (max-width: 991px) {
	.lco-footer-top {
		flex-wrap: wrap;
	}

	.lco-footer-col {
		flex: 1 1 45%;
	}

	.lco-footer-brand {
		flex: 1 1 100%;
	}

	.lco-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	.lco-footer-contact {
		font-size: 1.3rem;
	}
}

@media (max-width: 575px) {
	.lco-footer-col {
		flex: 1 1 100%;
	}

	.lco-footer-social {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
	}
}
