/**
 * Footer enrichi — Investisseur Theta
 * Marque ≈ corps d’article (18px) ; liens un cran en dessous.
 * OceanWP : html { font-size: 62.5% } → px.
 */

.itb-site-footer {
	background: #005792;
	color: #fff;
	padding: 2.75rem 0 2rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	font-family: Roboto, sans-serif;
}

.itb-site-footer-inner {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1.2fr;
	gap: 2rem 2.5rem;
	align-items: start;
}

.itb-footer-brand-name {
	margin: 0 0 0.5rem;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
}

.itb-footer-tagline {
	margin: 0 0 1rem;
	font-size: 15px;
	line-height: 1.55;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.9);
}

.itb-footer-links {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.itb-footer-sep {
	margin: 0 0.4em;
	opacity: 0.55;
	text-transform: none;
}

.itb-footer-heading {
	margin: 0 0 0.85rem;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.75);
}

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

.itb-footer-list li {
	margin: 0 0 0.55rem;
	line-height: 1.45;
}

.itb-site-footer a {
	color: #fff !important;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	opacity: 0.95;
	transition: opacity 0.15s ease;
}

.itb-footer-list a {
	text-transform: none;
	letter-spacing: 0.02em;
	font-size: 15px;
}

.itb-site-footer a:hover,
.itb-site-footer a:focus,
#footer-bottom a:hover,
#footer-bottom a:focus,
#footer-bottom #copyright a:hover {
	color: #fff !important;
	opacity: 1;
	text-decoration: underline !important;
	text-underline-offset: 3px;
	-webkit-text-fill-color: #fff !important;
}

#footer-bottom #copyright,
#footer-bottom #copyright a {
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 15px !important;
	font-family: Roboto, sans-serif;
	letter-spacing: 0.03em;
}

@media (max-width: 900px) {
	.itb-site-footer-inner {
		grid-template-columns: 1fr 1fr;
	}

	.itb-footer-brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 560px) {
	.itb-site-footer {
		padding: 2rem 0 1.5rem;
	}

	.itb-site-footer-inner {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
}
