.w-25 {
	width: 25% !important
}

.w-30 {
	width: 30% !important
}

.w-40 {
	width: 40% !important
}

.w-50 {
	width: 50% !important
}

.w-70 {
	width: 70% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}



body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #51626f;
}

h1 {
	font-size: 27px;
	color: #d1184d;
	text-align: left;
	line-height: 36px;
}

h2 {
	margin-bottom: 25px;
	font-family: "Belfius Alternative Bold", Arial, sans-serif;
	font-size: 36px;
	line-height: 40px;
}

h3 {
	font-family: "Belfius Alternative", Arial, sans-serif;
	font-weight: bold;
	font-size: 21px;
	color: #d1184d;
}

h4 {
	font-family: "Belfius Alternative", Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #435c6b;
}

.icon {
	font-family: "Belfius Icons";
	display: flex;
	align-items: center;
}

.topbar {
	display: flex;
	background-color: #ececec;
}

.topbar .tab {
	height: 35px;
}



.tab-particulier,
.tab-over {
	flex-grow: 1;
	text-decoration: none;
	display: flex;
	align-items: center;
	font-family: "Belfius Alternative", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: rgb(81, 98, 111);
	padding: 0px 10px;
	border-top: 4px solid rgba(0, 0, 0, 0);
	border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.tab-particulier {
	border-top-color: rgb(195, 0, 69);
	background-color: rgb(255, 255, 255);
	flex-grow: 0;
	width: 160px;
	position: relative;
}

.tab-over {
	color: rgb(195, 0, 69);
	margin-right: auto;
	flex-grow: 0;
}

.tab-particulier:after {
	content: "";
	font-family: "Belfius Icons";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.tab-icons {
	display: flex;
	gap: 10px;
	align-items: center;
	padding-right: 8px;
}

.icon-lang {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 24px;
	width: 24px;
	border: 1px solid;
	border-radius: 11px;
	text-decoration: none;
	font-size: 13px;
	color: inherit;
	margin: 0px 4px;
}

.header-container {
	height: 65px;
	background-color: rgba(0, 0, 0, 0);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-grow: 1;
	color: #51626f;
	font-size: 16px;
	font-family: Arial, sans-serif;
}

.menu-phone-icon {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 40px;
	height: 40px;
	border: none;
	background-color: #51626f;
	color: #fff;

	margin: 8px;
	cursor: pointer;
}
@media (min-width: 769px) {
	.menu-phone-icon {
		display: none;
	}
}

.logo {
	flex-grow: 1;
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.search-icon {
	width: 40px;
	height: 40px;
	margin: 8px;
	color: #51626f;
	font-size: 26px;
	display: flex;
	align-items: center;
	margin-right: 0;
}

.website-image {
	width: 100%;
	height: auto;
}

.header-img-lg {
	background-image: url('../images/header-image-lg.jpg');
	background-size: cover;
	background-position: center;
	display: none;
	height: 200px;
	align-items: center;

}

.header-img-lg h1 {
	color: #ffffff;
}

.header-img-sm {
	background-image: url('../images/header-image-sm.jpg');
	background-size: cover;
	background-position: center;
	display: block;
	height: 100px;
}

@media (min-width: 769px) {
	.header-img-lg {
		display: flex;
	}

	.header-img-sm {
		display: none;
	}
}


.btn {
	background-image: linear-gradient(90deg, #8C193C 0%, #C30045 100%);
	color: #FFFFFF;
	font-family: "Belfius21", "Arial", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 26px;
	border-radius: 24px;
	display: block;
	border: 0;
	float: none;
}

.btn:active,
.btn:focus {
	color: #FFFFFF;
}

.btn:hover {
	color: #ffffff;
}

.page_sec {
	padding: 32px 5px;
	display: none;
}
.page_sec.page_home {
	display: block;
}


.footer {
	min-height: 150px;
	background-color: #e8ebed;

	color: #fafafa;
	font-family: "Arial", sans-serif;
	padding: 37px 10px 50px 10px;
}

.footer a {
	color: rgb(151, 159, 170) !important;
	line-height: 25px;
	font-size: 12px;
	text-decoration: none;
	display: flex;
	white-space: nowrap;
}

.footer-logo {
	display: flex;
	gap: 6px;
}

.icon-img {
	font-size: 20px;
	color: #979faa;
	line-height: 55px;
}

.icon-text {
	font-size: 70px;
	color: #979faa;
	line-height: 55px;
}

.footer-socials {
	display: flex;
	gap: 6px;
	margin-bottom: 10px;
}

.footer-socials i.icon {
	color: #979faa;
	font-size: 26px;
	line-height: normal;
}

.container {
	max-width: 960px !important;
}

.intro-image {
	margin: 15px auto;
	max-height: 218px;
}