/* Harmonisation du bandeau footer Cookie */
#footer-area.footer-bar-bg {
	padding: 2.5rem 0 2rem;
}

#footer-area .footer-bar {
	padding-top: 0;
	padding-bottom: 0;
}

#footer-area .footer-bar > .row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 2rem 1.5rem;
	margin-left: 0;
	margin-right: 0;
}

#footer-area .footer-bar > .row > [class*="col-md"] {
	float: none;
	width: auto;
	flex: 1 1 0;
	min-width: min(100%, 240px);
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#footer-area .footer-bar > .row > .bdl-footer-partners-band {
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	text-align: center;
	padding-top: 0.5rem;
	margin-top: 0.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

#footer-area .widget {
	margin: 0;
}

#footer-area .widget-title {
	margin: 0 0 1rem;
	padding: 0;
	color: #fff !important;
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.3;
}

#footer-area .widget-title::after {
	content: "";
	display: block;
	width: 2rem;
	height: 1px;
	margin-top: 0.55rem;
	background: rgba(255, 255, 255, 0.55);
}

#footer-area .textwidget {
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	line-height: 1.55;
}

#footer-area .textwidget p {
	margin: 0 0 0.75rem;
}

#footer-area .textwidget p:last-child {
	margin-bottom: 0;
}

#footer-area .textwidget img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0;
}

#footer-area .textwidget img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

/* Accessibilite : pictos seuls (partenaires en bandeau sous les colonnes) */
#footer-area .bdl-footer-partners-label {
	margin: 0 0 0.85rem;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

#footer-area .bdl-footer-partners-band .bdl-footer-partners {
	display: inline-block;
	max-width: min(576px, 100%);
	height: auto;
	vertical-align: middle;
	border-radius: 2px;
}

/* Instagram : bouton ancre haut de colonne, largeur utile */
#footer-area .sbi {
	padding-bottom: 0 !important;
}

#footer-area #sbi_images {
	display: none !important;
}

#footer-area .sbi_follow_btn {
	display: block;
	margin: 0;
}

#footer-area .sbi_follow_btn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 44px;
	padding: 0.7rem 1.1rem;
	border-radius: 4px;
	background: #1f6feb !important;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
	line-height: 1.2;
}

#footer-area .sbi_follow_btn a:hover,
#footer-area .sbi_follow_btn a:focus {
	background: #1558c0 !important;
	color: #fff !important;
}

#footer-area .bdl-social-placeholder {
	margin: 0 0 0.85rem;
	font-size: 13px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.8);
}

#footer-area .bdl-consent-reopen {
	margin-left: 0.25rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: #9ec5ff;
	text-decoration: underline;
	cursor: pointer;
}

@media (max-width: 991px) {
	#footer-area .footer-bar > .row > [class*="col-md"] {
		flex: 1 1 100%;
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	#footer-area .widget-title::after {
		margin-left: auto;
		margin-right: auto;
	}

	#footer-area .sbi_follow_btn a {
		width: 100%;
		max-width: 320px;
	}
}
