.total-assurance-footer {
	background: #031a32;
	color: #dce5ed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

.total-assurance-footer *,
.total-assurance-footer *::before,
.total-assurance-footer *::after {
	box-sizing: border-box;
}

.total-assurance-footer__container {
	margin: 0 auto;
	max-width: 1440px;
	padding-left: 24px;
	padding-right: 24px;
}

.total-assurance-footer__main {
	background: #031a32;
	padding: 48px 0 40px;
}

.total-assurance-footer__grid {
	align-items: start;
	display: grid;
	grid-template-columns: 1.35fr 0.78fr 1fr 1.18fr 1.05fr;
	gap: clamp(24px, 3vw, 52px);
}

.total-assurance-footer__grid > * {
	min-width: 0;
}

.total-assurance-footer__logo-link {
	display: inline-block;
	line-height: 0;
}

.total-assurance-footer__logo {
	display: block;
	height: auto;
	max-width: 100%;
	width: 230px;
}

.total-assurance-footer__company > p {
	color: #dce5ed;
	font-family: inherit;
	font-size: 15px !important;
	font-weight: 400;
	line-height: 1.55;
	margin: 19px 0 20px;
	max-width: 255px;
}

.total-assurance-footer__socials {
	display: flex;
	gap: 12px;
}

.total-assurance-footer__socials a {
	align-items: center;
	background: #82bf3d;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	height: 32px;
	justify-content: center;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
	width: 32px;
}

.total-assurance-footer__socials a:hover,
.total-assurance-footer__socials a:focus-visible {
	background: #82bf3d;
	color: #fff;
	transform: translateY(-2px);
}

.total-assurance-footer__socials svg {
	fill: none;
	height: 17px;
	stroke: currentColor;
	stroke-width: 1.7;
	width: 17px;
}

.total-assurance-footer__socials .total-assurance-footer__social-icon--facebook {
	fill: currentColor;
	stroke: none;
}

.total-assurance-footer__socials .total-assurance-footer__instagram-dot {
	fill: currentColor;
	stroke: none;
}

.total-assurance-footer__column h5 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	margin: 4px 0 17px;
}

.total-assurance-footer__links,
.total-assurance-footer__contact ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.total-assurance-footer__links li {
	margin: 0 0 5px;
}

.total-assurance-footer__links a {
	display: inline-block;
	font-family: inherit;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.55;
	transition: color 180ms ease, transform 180ms ease;
}

.total-assurance-footer a {
	color: #dce5ed;
	text-decoration: none;
	transition: color 180ms ease;
}

.total-assurance-footer__links a:hover,
.total-assurance-footer__links a:focus-visible {
	color: #82bf3d;
	transform: translateX(5px);
}

.total-assurance-footer__contact a:hover,
.total-assurance-footer__contact a:focus-visible,
.total-assurance-footer__bottom a:hover,
.total-assurance-footer__bottom a:focus-visible {
	color: #82bf3d;
}

.total-assurance-footer a:focus-visible {
	outline: 2px solid #82bf3d;
	outline-offset: 3px;
}

.total-assurance-footer__contact li {
	align-items: flex-start;
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 10px;
	margin-bottom: 13px;
}

.total-assurance-footer__contact svg {
	fill: none;
	height: 18px;
	margin-top: 2px;
	stroke: #e8eef3;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 18px;
}

.total-assurance-footer__contact address {
	font-style: normal;
}

.total-assurance-footer__contact a,
.total-assurance-footer__contact address {
	overflow-wrap: anywhere;
}

.total-assurance-footer__map {
	align-self: center;
	border: 2px solid rgba(255, 255, 255, 0.65);
	border-radius: 12px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
	height: 150px;
	overflow: hidden;
}

.total-assurance-footer__map iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.total-assurance-footer__disclosure {
	background: #031a32;
}

.total-assurance-footer__disclosure > .total-assurance-footer__container {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.38);
	display: flex;
	gap: 24px;
	padding-bottom: 20px;
	padding-top: 22px;
	width: 100%;
}

.total-assurance-footer__disclosure h5 {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: inherit;
	font-size: 16px !important;
	font-weight: 700;
	gap: 7px;
	line-height: 1.3;
	flex: 0 0 auto;
	margin: 0;
}

.total-assurance-footer__disclosure h5 svg {
	fill: none;
	height: 20px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 20px;
}

.total-assurance-footer__disclosure-download {
	align-items: center;
	color: #fff;
	display: inline-flex;
	gap: 7px;
	transition: color 180ms ease, transform 180ms ease;
}

.total-assurance-footer__disclosure-download:hover,
.total-assurance-footer__disclosure-download:focus-visible {
	color: #82bf3d;
	transform: translateY(-2px);
}

.total-assurance-footer__disclosure p {
	color: #fff;
	font-family: inherit;
	font-size: 15px !important;
	font-weight: 400;
	line-height: 1.55;
	margin: 0;
	white-space: nowrap;
}

@media (max-width: 1199px) {
	.total-assurance-footer__disclosure > .total-assurance-footer__container {
		align-items: flex-start;
	}

	.total-assurance-footer__disclosure p {
		white-space: normal;
	}
}


.total-assurance-footer__bottom {
	background: #031a32;
}

.total-assurance-footer__bottom-inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 72px;
}

.total-assurance-footer__bottom p {
	color: #c3ced8;
	font-family: inherit;
	font-size: 12px !important;
	font-weight: 400;
	line-height: 1.55;
	margin: 0;
}

.total-assurance-footer__socials--bottom a {
	background: #82bf3d;
	color: #fff;
	height: 32px;
	width: 32px;
}

.total-assurance-footer__socials--bottom a:hover,
.total-assurance-footer__socials--bottom a:focus-visible {
	background: #82bf3d;
	color: #fff;
}

@media (max-width: 1100px) {
	.total-assurance-footer__grid {
		grid-template-columns: 1.25fr repeat(3, 1fr);
	}

	.total-assurance-footer__map {
		grid-column: 1 / -1;
		height: 220px;
	}
}

@media (max-width: 820px) {
	.total-assurance-footer__main {
		padding: 36px 0 32px;
	}

	.total-assurance-footer__grid {
		column-gap: 36px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 32px;
	}

	.total-assurance-footer__company {
		grid-column: auto;
	}

	.total-assurance-footer__company > p {
		max-width: 320px;
	}

	.total-assurance-footer__map {
		grid-column: 1 / -1;
		height: 180px;
	}

	.total-assurance-footer__bottom-inner {
		align-items: center;
		flex-direction: row;
		gap: 13px;
		padding-bottom: 17px;
		padding-top: 17px;
		text-align: center;
	}
}

@media (max-width: 560px) {
	.total-assurance-footer__container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.total-assurance-footer__main {
		padding: 38px 0 32px;
	}

	.total-assurance-footer__grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.total-assurance-footer__company {
		grid-column: auto;
	}

	.total-assurance-footer__company > p {
		max-width: none;
	}

	.total-assurance-footer__map {
		grid-column: auto;
		height: 210px;
	}

	.total-assurance-footer__disclosure p {
		margin-left: 0;
	}

	.total-assurance-footer__disclosure > .total-assurance-footer__container {
		flex-direction: column;
		gap: 10px;
	}
}

@media (max-width: 390px) {
	.total-assurance-footer__container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.total-assurance-footer__logo {
		width: 205px;
	}

	.total-assurance-footer__bottom-inner {
		align-items: flex-start;
		flex-direction: column;
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {
	.total-assurance-footer a {
		transition-duration: 0.01ms;
	}
}
/* Global footer: exact 1024px laptop layout. */
@media (min-width: 1024px) and (max-width: 1024px) {
	.total-assurance-footer__grid {
		column-gap: 32px !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		row-gap: 30px !important;
	}

	.total-assurance-footer__company {
		align-items: center;
		display: flex;
		gap: 22px;
		grid-column: 1 / -1;
		min-width: 0;
	}

	.total-assurance-footer__logo-link {
		flex: 0 0 auto;
	}

	.total-assurance-footer__logo {
		width: 190px;
	}

	.total-assurance-footer__company > p {
		flex: 1 1 auto;
		font-size: 12px !important;
		margin: 0;
		max-width: none;
		min-width: 0;
		white-space: nowrap;
	}

	.total-assurance-footer__column {
		min-width: 0;
	}

	.total-assurance-footer__grid > .total-assurance-footer__column:nth-child(2) {
		padding-left: 20px;
	}

	.total-assurance-footer__map {
		grid-column: 1 / -1 !important;
	}
}