/* ==========================================================================
   Climatiseur Theme — Footer
   ========================================================================== */

.lbs-footer {
	background: var(--lbe-noir);
	color: #ffffff;
	font-family: var(--lbe-font-body);
}

.lbs-footer__container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
}

/* ==========================================================================
   BANDE HAUTE : logo + carte Google Maps
   ========================================================================== */
.lbs-footer__top {
	border-bottom: 1px solid #333;
	padding: 50px 0;
}

.lbs-footer__top-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 28px;
	text-align: center;
}

.lbs-footer__brand {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center;
	text-align: center;
	width: 100%;
	float: none !important;
	margin: 0 auto !important;
}

.lbs-footer__brand-logo {
	display: inline-block;
	margin: 0 auto;
	float: none !important;
}

.lbs-footer__brand-logo img {
	margin: 0 auto;
}

/* Texte descriptif sous le logo, encadré de deux filets courts (30% chacun). */
.lbs-footer__brand-tagline {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: 100%;
	max-width: 640px;
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
}

.lbs-footer__brand-rule {
	flex: 1 1 auto;
	max-width: 30%;
	height: 1px;
	align-self: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: rgba(255, 255, 255, 0.28);
}

.lbs-footer__brand-desc {
	flex: 0 1 auto;
	align-self: center;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.72);
	white-space: nowrap;
}

/* Rangée logo : compacte, centrée, juste au-dessus des colonnes du footer. */
.lbs-footer__brand-row {
	display: flex !important;
	justify-content: center !important;
	text-align: center;
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid #333;
}

.lbs-footer__brand-logo img {
	max-height: 70px;
	width: auto;
	display: block;
}

.lbs-footer__brand-name {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}

/* Placeholder logo (affiché tant qu'aucun logo n'est renseigné dans le
   Customizer). Cadre en pointillés « Votre logo ici » pour repérer la zone. */
.lbs-footer__brand-logo--placeholder { display: inline-block; text-decoration: none; }
.lbs-footer__logo-placeholder {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 20px;
	border: 1px dashed rgba(255, 255, 255, 0.35);
	border-radius: 4px;
	color: rgba(255, 255, 255, 0.6);
	font-family: var(--lbe-font-body);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	transition: border-color 0.2s ease, color 0.2s ease;
}
.lbs-footer__brand-logo--placeholder:hover .lbs-footer__logo-placeholder {
	border-color: rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.85);
}

.lbs-footer__map {
	width: 100%;
	max-width: 900px;
}

.lbs-footer__map iframe {
	display: block;
	width: 100% !important;
	height: 220px !important;
	border: 0;
	filter: grayscale(0.2);
}

@media (max-width: 768px) {
	.lbs-footer__top {
		padding: 36px 0;
	}
	.lbs-footer__map iframe {
		height: 200px !important;
	}
}

/* --------------------------------------------------------------------------
   Main area
   -------------------------------------------------------------------------- */
.lbs-footer__main {
	padding: 60px 0 40px;
}

.lbs-footer__main .lbs-footer__container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}

.lbs-footer__newsletter-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #ffffff;
}

.lbs-footer__widget-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #ffffff;
}

/* Nav list */
.lbs-footer__nav-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.lbs-footer__nav-list li a {
	color: #cccccc;
	text-decoration: none;
	font-size: 14px;
	line-height: 2.2;
	transition: color 0.2s ease;
}

.lbs-footer__nav-list li a:hover {
	color: #ffffff;
}

/* Contact */
.lbs-footer__address {
	font-style: normal;
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 10px;
}

.lbs-footer__hours,
.lbs-footer__email,
.lbs-footer__phone {
	font-size: 13px;
	color: #cccccc;
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
	transition: color 0.2s ease;
}

.lbs-footer__email:hover,
.lbs-footer__phone:hover {
	color: #ffffff;
}

/* Téléphone + WhatsApp dans le footer. */
.lbs-footer__col--contact .lbs-phone-wa {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 5px;
}

.lbs-footer__col--contact .lbs-footer__phone {
	display: inline;
	margin-bottom: 0;
}

.lbs-footer__col--contact .lbs-wa-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #25d366;
	color: #ffffff !important;
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.lbs-footer__col--contact .lbs-wa-link:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(37, 211, 102, 0.45);
}

.lbs-footer__col--contact .lbs-wa-icon {
	display: block;
}

/* --------------------------------------------------------------------------
   Bottom bar
   -------------------------------------------------------------------------- */
.lbs-footer__bottom {
	border-top: 1px solid #333;
	padding: 20px 0;
}

.lbs-footer__bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.lbs-footer__copyright {
	font-size: 13px;
	color: #999999;
	margin: 0;
}

.lbs-footer__payment-img {
	max-height: 100px;
	width: auto;
}

.lbs-footer__social {
	display: flex;
	gap: 15px;
}

.lbs-footer__social-link {
	color: #cccccc;
	transition: color 0.2s ease;
	display: inline-flex;
	align-items: center;
}

.lbs-footer__social-link:hover {
	color: #ffffff;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
	.lbs-footer__brand-row {
		padding-bottom: 24px;
		margin-bottom: 24px;
	}

	.lbs-footer__brand-logo img {
		max-height: 34px;
	}

	/* Filets plus courts et texte autorisé à passer à la ligne sur mobile. */
	.lbs-footer__brand-tagline {
		gap: 10px;
	}

	.lbs-footer__brand-desc {
		white-space: normal;
		font-size: 12px;
	}

	.lbs-footer__main .lbs-footer__container {
		grid-template-columns: 1fr;
	}

	.lbs-footer__bottom-inner {
		flex-direction: column;
		text-align: center;
	}

	.lbs-footer__social {
		justify-content: center;
	}
}

/* --------------------------------------------------------------------------
   Newsletter form
   -------------------------------------------------------------------------- */
.lbs-newsletter-form__form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.lbs-newsletter-form__row {
	display: flex;
	gap: 8px;
}

.lbs-newsletter-form__input {
	flex: 1;
	padding: 12px 16px;
	border: 1px solid #444;
	background: #2a2a2a;
	color: #ffffff;
	font-family: var(--lbe-font-body);
	font-size: 13px;
	border-radius: 2px;
}

.lbs-newsletter-form__input::placeholder {
	color: #888;
}

.lbs-newsletter-form__input:focus {
	outline: none;
	border-color: #ffffff;
}

.lbs-newsletter-form__btn {
	padding: 12px 20px;
	background: #ffffff;
	color: var(--lbe-noir);
	border: none;
	font-family: var(--lbe-font-body);
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: background 0.2s;
	white-space: nowrap;
}

.lbs-newsletter-form__btn:hover {
	background: #e0e0e0;
}

.lbs-newsletter-form__success {
	color: #4bb543;
	font-size: 13px;
	margin: 5px 0 0;
}
