/*
 Theme Name:   Greenorganic Child
 Template:     greenorganic
 Description:  Thème enfant Les Halles Tropeziennes
*/

/* Masquer la barre supérieure du thème parent */
#apus-topbar {
	display: none !important;
}

/* Footer personnalisé */
.lht-footer {
	background: #111;
	color: rgba(255, 255, 255, 0.85);
}

.lht-footer__main {
	background-color: #111 !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0 40px;
	position: relative;
}

.lht-footer__main::before {
	background: rgba(0, 0, 0, 0.72);
	content: "";
	inset: 0;
	position: absolute;
}

.lht-footer__main > .container {
	position: relative;
	z-index: 1;
}

.lht-footer__logo img {
	max-height: 70px;
	width: auto;
}

.lht-footer__title {
	color: #fff;
	font-size: 24px;
	margin: 0 0 16px;
}

.lht-footer__title a {
	color: inherit;
	text-decoration: none;
}

.lht-footer__intro {
	line-height: 1.7;
	margin: 16px 0 0;
	max-width: 480px;
}

.lht-footer__heading {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.lht-footer__contact .lht-footer__heading:not(:first-child) {
	margin-top: 28px;
}

.lht-footer__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lht-footer__list li {
	line-height: 1.6;
	margin-bottom: 12px;
}

.lht-footer__list a,
.lht-footer a {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
}

.lht-footer__list a:hover,
.lht-footer a:hover {
	color: #fff;
}

.lht-footer__list i {
	margin-right: 10px;
	width: 16px;
}

.lht-footer__social {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lht-footer__social li {
	display: inline-block;
	margin-right: 10px;
}

.lht-footer__social a {
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	display: inline-block;
	font-size: 16px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	transition: background 0.2s ease, border-color 0.2s ease;
	width: 40px;
}

.lht-footer__social a:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: #fff;
	color: #fff;
}

.lht-footer__copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding: 14px 0;
	text-align: center;
}

.lht-footer__copyright p {
	margin: 0;
}

@media (max-width: 991px) {
	.lht-footer__contact {
		margin-top: 32px;
	}
}
