* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,
body {
	overflow-x: hidden;
	max-width: 100%;
}
html {
	scroll-behavior: smooth;
}
a:hover,
button:hover input {
	outline: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
body {
	font-size: 14px;
	line-height: 27px;
	font-weight: 400;
	color: var(--text-color);
	font-family: "Rubik", sans-serif;
}
:root {
	--primary--color: #0397a5;
	--secondary--color: #000;
	--text-color: #191919;
	--accent: #d4af37;
	--white-color: #fff;
	--blue-color: #2f5fad;
	--dark-teal: #004d55;
}
.service-box2 .generic-box-img1 {
	z-index: 2;
}
/*** HEADER SECTION *********/
.header-con .navbar-dark .navbar-nav .nav-link:hover,
.client-info ul li a:hover,
.call-number a:hover,
.generic-box-content .call-number a:hover {
	color: var(--primary--color);
}
.header-con .navbar-dark .navbar-nav .nav-link.active {
	color: var(--accent);
}
.top-bar-con {
	padding: 16px 0;
	background: #152b4f;
}
.socisl-con ul li a i {
	width: 36px;
	height: 36px;
	color: var(--white-color);
	font-size: 14px;
	border-radius: 50%;
	border: 1px solid var(--white-color);
	transition: all 0.5s ease-in-out;
}
.socisl-con ul li a i:hover,
.generic-btn a:hover {
	transform: translateY(-8px);
}
.socisl-con ul {
	gap: 10px;
}
.socisl-con span {
	font-size: 16px;
	padding-right: 23px;
}
.client-info ul {
	gap: 32px;
}
.client-info ul li a img {
	padding-right: 5px;
}
.client-info ul li a {
	color: var(--white-color);
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	text-decoration: none;
}
.header-con .navbar-dark .navbar-nav .nav-link {
	font-size: 16px;
	color: #0a0a0a;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
}
.header-con .navbar-dark .navbar-nav {
	gap: 57px;
	align-items: center;
}
.header-con {
	padding: 11px 0;
}
.header-con .navbar-brand figure {
	left: 50%;
	top: -105px;
	position: absolute;
	transform: translateX(-50%);
}
.header-con .navbar-dark .navbar-brand {
	z-index: 1;
	position: relative;
}
.header-con .navbar-dark .navbar-brand {
	z-index: 1;
	position: relative;
}
.header-con .generic-btn a {
	padding: 12px 25px;
	font-size: 14px;
}
.header-con .generic-btn a:hover {
	background: transparent;
	color: var(--accent);
	box-shadow: inset 0 0 0 2px var(--accent);
}
/*** HEADER SECTION *********/
/*****BANNER SECTION******/
.banner-inner-con {
	padding-top: 160px;
	padding-bottom: 150px;
}
.banner-con {
	background-repeat: no-repeat;
	background-position: center;
}
.home-banner {
	background-image:
		linear-gradient(
			to right,
			rgba(0, 0, 0, 0.55) 0%,
			rgba(0, 0, 0, 0.25) 60%,
			rgba(0, 0, 0, 0.05) 100%
		),
		url(../images/home-banner.webp);
	background-size: cover;
	background-position: center center;
}
.banner-inner-con:after {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
}
.banner-inner-con:before {
	display: none;
}
.banner-con:before,
.banner-con:after {
	display: none;
}
.banner-title h1 {
	margin-bottom: 16px;
}
.banner-title p {
	font-size: 16px;
	line-height: 29px;
	padding-right: 94px;
	margin-bottom: 44px;
	color: rgb(255 255 255 / 60%);
}
.banner-title:after-disabled {
	top: -76px;
	right: 40px;
	content: "";
	width: 85px;
	height: 58px;
	position: absolute;
	background: url(../images/banner-left-leaf.png) no-repeat;
}
.banner-title:before-disabled {
	top: 130px;
	left: -130px;
	content: "";
	width: 52px;
	height: 31px;
	position: absolute;
	background: url(../images/banner-rt-leaf.png) no-repeat;
}
.call-con img {
	left: 0;
	top: -6px;
	position: absolute;
}
.call-number {
	padding-left: 81px;
}
.call-number span {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 11px;
	color: rgb(0 0 0 / 70%);
}
.call-number a {
	color: var(--white-color);
	font-size: 30px;
	font-weight: 500;
	text-decoration: none;
}
.more-details {
	gap: 34px;
}
/*****BANNER SECTION******/
/*****CONTACT SECTION******/
.banner-con .wrapper2 {
	z-index: 3;
	position: relative;
}
/*****CONTACT SECTION******/
/**** CLEAN SECTION****/
.clean-con {
	padding-top: 165px;
	padding-bottom: 140px;
}
.generic-box {
	gap: 48px;
	display: grid;
	align-items: center;
	grid-template-columns: 46.5% 44%;
}
.generic-box-content h2,
.generic-box-content h3 {
	margin-bottom: 14px;
}
.generic-box-content p {
	margin-bottom: 42px;
	color: rgb(25 25 25 / 60%);
}
.generic-list ul li span {
	font-size: 18px;
	font-weight: 700;
	color: var(--blue-color);
	line-height: 18px;
	margin-bottom: 9px;
	font-family: "Montserrat", sans-serif;
}
.generic-list ul li {
	margin-bottom: 37px;
	background: url(../images/check-icon.png) no-repeat;
	padding-left: 50px;
	padding-right: 29px;
}
.generic-list ul li p {
	line-height: 24px;
}
.generic-box-content .call-number a {
	color: #0f0d1d;
}
.generic-list ul li:last-child {
	margin-bottom: 0;
}
.generic-list {
	margin-bottom: 47px;
}
.generic-box-content .generic-btn a {
	padding: 22px 48px 23px;
}
/** CLEAN SECTION****/
/***** SERVICE SECTION**/
/* .service-con::before {
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 448px;
	position: absolute;
	background: #1d3f6e;
} */
.zones-intervention-inner {
	position: relative;
}
.zones-intervention-inner::after {
	top: 0px;
	left: 90%;
	z-index: 1;
	content: "";
	width: 456px;
	height: 356px;
	position: absolute;
	background: url(../images/service-bubble-lf-img.png) no-repeat;
	animation: mover 2s infinite alternate;
	filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.4));
	pointer-events: none;
}
/***** SERVICE SECTION**/
/***** SLIDER SECTION *****/
/***** SLIDER SECTION *****/
/***** TEAM SECTION ****/
/***** TEAM SECTION ****/
/*****PROJECT SECTION******/
/*****PROJECT SECTION******/
/******* FORM SECTION *********/
.plan-btn a:hover {
	background: var(--white-color);
}
/******* FORM SECTION *********/
/******* CITY SECTION *********/
/* Grid Container for City Cards */

/* Individual City Card */

/* Decorative gradient line */

/* City Card Header */

/* Icon styling */

/* Paragraph */

/* List styling - compact inline */

/* Responsive adjustments */
/******* CITY SECTION *********/

/*********** MAP SECTION ****/
/*********** MAP SECTION ****/
/**** PLAN SECTION ****/
.user-con {
	padding-top: 145px;
	padding-bottom: 112px;
	background: #f7f8fb;
}
/***** PLAN SECTION ****/

/***** FUNFACT SECTION ****/
/***** FUNFACT SECTION ****/
.plan-btn {
	display: flex;
	margin-top: 1rem;
}
.plan-btn a {
	display: inline-block;
	background: var(--accent);
	font-size: 16px;
	color: var(--white-color);
	border-radius: 8px;
	text-transform: uppercase;
	padding: 15px 27px 15px 34px;
	font-family: "Montserrat", sans-serif;
	text-decoration: none;
}

.generic-box-content::after {
	content: "";
	width: 85px;
	height: 58px;
	background: url(../images/leaft-icon.png) no-repeat center;
	top: 25px;
	right: -43%;
	position: absolute;
}
/**** PLAN SECTION ****/
/**** BLOG SECTION ****/
/**** BLOG SECTION ****/
/**** FOOTER SECTION****/
.client-title h2 {
	margin-bottom: 50px;
}
.client-review-content {
	background: var(--white-color);
	line-height: 25px;
	margin-bottom: 16px;
	padding: 58px 40px 51px;
	box-shadow: -2px 0px 20px rgb(166 184 213 / 17%);
}
.client-review-content p {
	margin-bottom: 32px;
	color: rgb(0 0 0 / 60%);
}
.client-review-content:after {
	content: "";
	bottom: 17px;
	right: 45px;
	position: absolute;
	background: url(../images/comma-icon.png) no-repeat;
	width: 60px;
	height: 60px;
	opacity: 30%;
}
.client-info {
	display: flex;
	align-items: center;
}
.client-name h4 {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 2px;
	color: var(--primary--color);
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
}
.client-name span {
	color: rgb(0 0 0 / 60%);
}
.client-name {
	padding-left: 18px;
}
.client-info figure {
	width: 82px;
	height: 82px;
	background: var(--white-color);
	display: flex;
	border-radius: 50%;
	border: 1px solid rgb(137 137 137 / 45%);
	align-items: center;
	justify-content: center;
}
.client-review-content:before {
	content: "";
	position: absolute;
	bottom: -28px;
	left: 0;
	width: 29px;
	height: 28px;
	background: var(--white-color);
	clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
}
.client-title:after {
	top: 0;
	content: "";
	z-index: 20;
	width: 59px;
	height: 40px;
	right: 160px;
	position: absolute;
	background: url(../images/client-leaf.png) no-repeat center;
}
.sub-banner {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
}
.sub-banner .banner-inner-con {
	padding-top: 80px;
	padding-bottom: 60px;
}
.services-banner .banner-inner-con {
	padding-top: 130px;
	padding-bottom: 110px;
}

.gallery-banner {
	background-image:
		linear-gradient(
			to right,
			rgba(0, 0, 0, 0.68) 0%,
			rgba(0, 0, 0, 0.42) 60%,
			rgba(0, 0, 0, 0.22) 100%
		),
		url(../images/a-propos-clean.webp?v=1);
	background-size: cover;
	background-position: 50% 15%;
}

.services-banner {
	background-image:
		linear-gradient(
			to right,
			rgba(0, 0, 0, 0.6) 0%,
			rgba(0, 0, 0, 0.35) 60%,
			rgba(0, 0, 0, 0.15) 100%
		),
		url(../images/services-banner.png?v=1);
	background-size: cover;
	background-position: center center;
}

.zone-banner {
	background-image:
		linear-gradient(
			to right,
			rgba(0, 0, 0, 0.72) 0%,
			rgba(0, 0, 0, 0.45) 60%,
			rgba(0, 0, 0, 0.2) 100%
		),
		url(../images/zone-banner.webp);
	background-size: cover;
	background-position: center;
}

.contact-banner {
	background-image:
		linear-gradient(
			to right,
			rgba(0, 0, 0, 0.7) 0%,
			rgba(0, 0, 0, 0.45) 60%,
			rgba(0, 0, 0, 0.22) 100%
		),
		url(../images/contact-banner.webp);
	background-size: cover;
	background-position: center;
}
.about-client-con {
	background: var(--white-color);
	padding-bottom: 122px;
	background-color: #f8f9fa;
}
.user-con.about-client-con:after {
	top: 70px;
	transform: none;
	z-index: 20;
}
.service-box .generic-box-content::after,
.service-box2 .generic-box-content::after {
	top: 200px;
	content: "";
	width: 50px;
	height: 34px;
	right: -110px;
	position: absolute;
	background: url(../images/service-left.png) no-repeat center;
}
.service-box2 .generic-box-content::after {
	top: 40px;
	right: auto;
	width: 54px;
	height: 37px;
	left: -134px;
	background: url(../images/service-right-leaf.png) no-repeat center;
}
.service-box .generic-box-content p,
.service-box2 .generic-box-content p {
	margin-bottom: 27px;
}
/* Modern Tabs Redesign */
.clean-con {
	position: relative;
}
.clean-con::after {
	content: "";
	top: 50%;
	right: 0;
	width: 312px;
	opacity: 20%;
	height: 312px;
	position: absolute;
	transform: translateY(65%);
	background: url(../images/user-buble-img.webp) no-repeat center;
	animation: mover 1s infinite alternate;
}
.clean-con .nav-tabs {
	border-bottom: none !important;
	gap: 15px;
	margin-bottom: 60px !important;
}

.clean-con .nav-item {
	margin-bottom: 0;
}

.clean-con .nav-link {
	border: 1px solid #eee !important;
	border-radius: 50px !important;
	padding: 15px 35px !important;
	background: #f9f9f9 !important;
	transition: all 0.3s ease !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	color: #666 !important;
}

.clean-con .nav-link.active {
	background: var(--primary--color) !important;
	color: #fff !important;
	border-color: var(--primary--color) !important;
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.clean-con .nav-link:hover:not(.active) {
	background: #fff !important;
	border-color: var(--accent) !important;
	color: var(--accent) !important;
}

/* Service Box Content Improvements */
.service-box .generic-box-content h2,
.service-box2 .generic-box-content h2 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 25px;
	color: var(--primary--color);
}

.service-box .generic-box-content p,
.service-box2 .generic-box-content p {
	font-size: 18px;
	line-height: 1.8;
	color: #555;
	margin-bottom: 30px;
}

/* Service List Redesign */
.generic-list2 {
	width: 100%; /* Increased width */
}

.generic-list2 ul li {
	font-size: 18px !important;
	padding-left: 45px !important;
	margin-bottom: 15px !important;
	padding-bottom: 15px !important;
	color: #444 !important;
	border-bottom: 1px dashed #eee !important;
	background: none !important; /* Remove old background check */
	position: relative;
	display: flex;
	align-items: center;
}

.generic-list2 ul li i {
	position: absolute;
	left: 0;
	font-size: 22px;
	color: var(--accent) !important;
}

.generic-list2 ul li strong,
.generic-list2 ul li span {
	font-weight: 600;
	color: var(--primary--color);
	padding-right: 5px;
}

/* Service Image Buttons */
.generic-box-img {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.generic-box-img1 {
	margin-bottom: 20px;
}

.generic-box-img .generic-btn {
	position: relative;
	z-index: 10;
	margin-top: 50px;
	margin-left: 40px;
}

.generic-box-img .generic-btn a {
	padding: 18px 35px !important;
	font-size: 15px !important;
	width: auto !important;
}

.service-box:after,
.service-box2:after {
	top: 44px;
	content: "";
	width: 430px;
	left: -191px;
	opacity: 20%;
	height: 375px;
	position: absolute;
	background: url(../images/service-bubble-img.png) no-repeat;
	animation: mover 1s infinite alternate;
}
.service-box2:after {
	top: 39px;
	left: auto;
	right: -31px;
	background: url(../images/service-bubble-img2.png) no-repeat;
}
.generic-box-img figure img {
	z-index: 1;
	position: relative;
	border-radius: 50%;
}
.contact-form h2 {
	margin-bottom: 51px;
	text-transform: uppercase;
}
.contact-form form ul {
	display: grid;
	gap: 20px 31px;
	margin-bottom: 24px;
	grid-template-columns: 47.8% 47.8%;
}
.contact-form form ul li:nth-child(3),
.contact-form form ul li:last-child {
	grid-column: 1/-1;
}
.contact-form form ul li:nth-child(3) input,
.contact-form form ul li:last-child textarea {
	width: 92%;
}
/* .map-con2{
    background: url(../images/map-bg-img2.jpg) no-repeat;
} */
/* .input-radio input{
    accent-color: var(--primary--color);
} */
.generic-box-img1 img {
	top: 31px;
	left: 13px;
	width: 510px;
	height: 510px;
	object-fit: cover;
	object-position: 47% center;
}
.generic-box-img1:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: var(--primary--color);
	width: 538px;
	height: 538px;
	border-radius: 50%;
}
.generic-box-img1:before {
	content: "";
	position: absolute;
	top: -28px;
	left: -47px;
	width: 218px;
	height: 218px;
	background: var(--white-color);
	border: 38px solid var(--blue-color);
	border-radius: 50%;
}
.circle-box:after {
	content: "";
	position: absolute;
	bottom: 19px;
	right: 57px;
	width: 147px;
	height: 147px;
	background: rgb(1 208 204 / 30%);
	border-radius: 50%;
	animation: mover 1s infinite alternate;
}
.generic-box-img2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 218px;
	height: 218px;
	background: var(--blue-color);
	border-radius: 50%;
}
.generic-box-img2 {
	position: absolute !important;
	bottom: -15px;
	z-index: 2;
	left: -52px;
}
.generic-box-img2 img {
	top: 12px;
	left: 5px;
	width: 207px;
	height: 207px;
	object-fit: cover;
}
.service-box2 .generic-box-img .generic-box-img1:before {
	left: auto;
	right: 47px;
}
.service-box:after {
	z-index: -1;
}
.socisl-con ul li a {
	text-decoration: none;
}
.socisl-con ul li a i:hover {
	background: var(--primary--color);
	border-color: var(--primary--color);
}
/**** FOOTER SECTION****/
/******** PRE LODER CSS****/
@-webkit-keyframes mover {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translatey(-20px);
	}
}
@keyframes mover {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translatey(-20px);
	}
}
.loader-mask {
	display: none !important;
}

.loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	font-size: 0;
	color: var(--accent);
	display: inline-block;
	margin: -25px 0 0 -25px;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.lead {
	font-size: 13px;
}
.loader div {
	background-color: var(--accent);
	display: inline-block;
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	opacity: 0.5;
	border-radius: 50%;
	-webkit-animation: ballPulseDouble 2s ease-in-out infinite;
	animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes ballPulseDouble {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/******** PRE LODER CSS****/
/****** 404 PAGE CSS****/
/****** 404 PAGE CSS****/
/********* FAQ SECTION ****/
/********* FAQ SECTION ****/

/********* REVIEW ALIGNMENT ****/
.client-review-box {
	width: 100%;
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.client-review-content {
	flex-grow: 1;
}

/**** CESU SECTION ****/
/**** CESU SECTION ****/

/* Hide header CTA button on mobile devices */
@media only screen and (max-width: 991px) {
	.header-con .generic-btn {
		display: none !important;
	}
}

/******* MAP RESPONSIVE *********/
/******* MAP RESPONSIVE *********/

/* Desktop Styles */
/******* MAP RESPONSIVE *********/

/******** MODERN FUNFACT SECTION ********/
.funfact-modern-section {
	background-color: #f3f6fc; /* Slightly light blueish gray for contrast with white cards */
	position: relative;
	padding: 100px 0;
	overflow: hidden; /* Ensure leaves don't overflow */
}

.funfact-modern-section::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: 300px;
	background: radial-gradient(
		circle,
		rgba(1, 208, 204, 0.05) 0%,
		rgba(255, 255, 255, 0) 70%
	);
	pointer-events: none;
}

.funfact-modern-section::after {
	top: -21px;
	right: 0;
	z-index: 1;
	content: "";
	width: 317px;
	height: 255px;
	position: absolute;
	background: url(../images/service-bubble-rt-img.png) no-repeat;
	background-size: contain;
	animation: mover 1s infinite alternate;
	filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 1));
}

.funfact-modern-section-2::after {
	bottom: 0px;
	left: 0;
	z-index: 1;
	content: "";
	width: 317px;
	height: 255px;
	position: absolute;
	background: url(../images/service-bubble-rt-img.png) no-repeat;
	background-size: contain;
	animation: mover 1s infinite alternate;
	filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 1));
}

/* Left Column Styling */
.funfact-modern-content .section-title {
	font-size: 36px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.3;
	position: relative;
	display: inline-block;
}

.funfact-modern-content .section-title::after {
	top: -30px;
	right: -25px;
	content: "";
	width: 60px;
	height: 40px;
	position: absolute;
	background: url(../images/service-leaf.webp) no-repeat;
	background-size: contain;
	transform: rotate(45deg);
	z-index: 1;
}

/******** MODERN ZONES SECTION ********/

/* Decorative background elements */

/* Glassmorphism Cards */

/* Specific Border Colors on Hover */

/* Icon Box Gradients */
/******** MODERN ZONES SECTION ********/

.funfact-modern-content .section-desc {
	color: #555;
	font-size: 16px;
	line-height: 1.8;
}

.advantage-item {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 12px 20px;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
	margin-bottom: 12px;
	border: 1px solid rgba(0, 0, 0, 0.03);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

.advantage-item:hover {
	transform: translateX(5px);
	box-shadow: 0 6px 20px rgba(1, 208, 204, 0.15);
	border-color: rgba(1, 208, 204, 0.3);
}

.advantage-item i {
	font-size: 18px;
	min-width: 24px;
}

/* Stats Cards Grid */
.stats-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
}

.stat-card {
	background: #fff;
	padding: 30px 25px;
	border-radius: 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.02);
}

.stat-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.stat-card::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: transparent;
	transition: background 0.3s ease;
}

/* Card Variants */
.stat-card.primary:hover {
	border-bottom: 4px solid #01d0cc;
}
.stat-card.accent:hover {
	border-bottom: 4px solid #d4af37;
}
.stat-card.blue:hover {
	border-bottom: 4px solid #2f5fad;
}
.stat-card.teal:hover {
	border-bottom: 4px solid #0397a5;
}

.stat-icon-box {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	font-size: 32px;
	transition: all 0.3s ease;
}

/* Icon Box Colors */
.stat-card.primary .stat-icon-box {
	background: rgba(1, 208, 204, 0.1);
	color: #01d0cc;
}
.stat-card.accent .stat-icon-box {
	background: rgba(212, 175, 55, 0.1);
	color: #d4af37;
}
.stat-card.blue .stat-icon-box {
	background: rgba(47, 95, 173, 0.1);
	color: #2f5fad;
}
.stat-card.teal .stat-icon-box {
	background: rgba(3, 151, 165, 0.1);
	color: #0397a5;
}

.stat-card:hover .stat-icon-box {
	transform: scale(1.1) rotate(5deg);
}

.stat-info .stat-value {
	display: block;
	font-size: 42px;
	font-weight: 800;
	color: #222;
	line-height: 1;
	margin-bottom: 5px;
	font-family: "Montserrat", sans-serif;
}

.stat-info .stat-label {
	font-size: 15px;
	color: #666;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

@media (max-width: 768px) {
	.stats-grid {
		grid-template-columns: 1fr;
	}
	.funfact-modern-section {
		padding: 60px 0;
	}
}
/******** MODERN FUNFACT SECTION ********/

/* =========================================
   MODERN ZONES INTERVENTION SECTION
   ========================================= */

/* Glass Info Box */

/* Zone Cards Modern */

/* Modern Glowing Button */

/* Responsive adjustments */

/* =========================================
   ZONES INTERVENTION SECTION - V2
   ========================================= */

.zones-intervention-section {
	padding: 80px 0;
	background: #f8f9fa;
	position: relative;
}

.zones-intervention-section::before,
.zones-intervention-section::after {
	display: none;
}

.zones-header {
	text-align: center;
	margin-bottom: 20px;
}

.zones-header h2 {
	font-size: 36px;
	font-weight: 700;
	color: var(--blue-color);
	margin-bottom: 10px;
}

.zones-header .lead {
	font-size: 18px;
	color: var(--primary--color);
	font-weight: 500;
}

/* Left Side - Description */
.zone-description {
	background: white;
	padding: 40px;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	height: 100%;
}

.zone-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--primary--color);
	color: white;
	padding: 8px 16px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 24px;
}

.zone-badge i {
	font-size: 16px;
}

.zone-description h3 {
	font-size: 28px;
	font-weight: 700;
	color: var(--blue-color);
	margin-bottom: 20px;
	line-height: 1.3;
}

.zone-description p {
	font-size: 16px;
	line-height: 1.7;
	color: #666;
	margin-bottom: 24px;
}

.zone-description strong {
	color: var(--primary--color);
	font-weight: 600;
}

.coverage-list {
	margin-bottom: 30px;
}

.coverage-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid #f0f0f0;
}

.coverage-item:last-child {
	border-bottom: none;
}

.coverage-item i {
	color: var(--primary--color);
	font-size: 18px;
}

.coverage-item span {
	font-size: 16px;
	color: #333;
	font-weight: 500;
}

.btn-zone {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--accent);
	color: white;
	padding: 14px 28px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	border: 2px solid var(--accent);
}

.btn-zone:hover {
	background: white;
	color: var(--accent);
	transform: translateX(5px);
}

.btn-zone i {
	transition: transform 0.3s ease;
}

.btn-zone:hover i {
	transform: translateX(4px);
}

/* Right Side - Stats */
.zone-stats {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.stat-card-zone {
	background: white;
	padding: 24px 28px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 20px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	border-left: 4px solid var(--primary--color);
	transition: all 0.3s ease;
}

.stat-card-zone:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
	transform: translateY(-2px);
}

.stat-card-zone.accent {
	border-left-color: var(--accent);
	background: linear-gradient(135deg, #fff 0%, #fffbf5 100%);
}

.stat-icon {
	width: 56px;
	height: 56px;
	background: var(--primary--color);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.stat-card-zone.accent .stat-icon {
	background: var(--accent);
}

.stat-icon i {
	font-size: 24px;
	color: white;
}

.stat-info h4 {
	font-size: 24px;
	font-weight: 700;
	color: var(--blue-color);
	margin-bottom: 4px;
}

.stat-info p {
	font-size: 14px;
	color: #666;
	margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
	.zones-header h2 {
		font-size: 28px;
	}

	.zone-description {
		padding: 30px 24px;
	}

	.zone-description h3 {
		font-size: 24px;
	}
}

/* =====================================================
   NOP - Zone Intervention Refonte
   ===================================================== */
.badge-zone {
	display: inline-block;
	background: rgba(1, 208, 204, 0.15);
	border: 1px solid rgba(1, 208, 204, 0.4);
	color: #01d0cc;
	padding: 6px 14px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 16px;
}
.hero-badges {
	flex-wrap: wrap;
	gap: 10px;
}
.hero-badge {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #fff;
	padding: 8px 16px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 7px;
}
.hero-badge i {
	color: #01d0cc;
}
.zone-intro-section {
	padding: 70px 0;
	background: #fff;
}
.section-label {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #01d0cc;
	padding-bottom: 4px;
	border-bottom: 2px solid #01d0cc;
}
.ville-grid {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.ville-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 12px 16px;
	background: #f8f9fb;
	border-radius: 8px;
	border-left: 3px solid #01d0cc;
	font-size: 14px;
	color: #333;
	transition: background 0.2s;
}
.ville-item:hover {
	background: #f0fffe;
}
.ville-item i {
	color: #01d0cc;
	margin-top: 2px;
	flex-shrink: 0;
}
.stats-strip {
	background: #1a1a2e;
	padding: 50px 0;
}
.stat-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}
.stat-number {
	font-size: 2.6rem;
	font-weight: 800;
	color: #01d0cc;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
}
.stat-label {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.65);
	font-weight: 500;
	letter-spacing: 0.3px;
}
.city-card-v2 {
	background: #fff;
	border-radius: 12px;
	padding: 28px;
	height: 100%;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
	border-top: 4px solid #01d0cc;
	display: flex;
	flex-direction: column;
	gap: 14px;
	transition:
		box-shadow 0.3s,
		transform 0.3s;
}
.city-card-v2:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.city-card-header {
	display: flex;
	align-items: center;
	gap: 16px;
}
.city-icon {
	width: 52px;
	height: 52px;
	background: linear-gradient(
		135deg,
		rgba(1, 208, 204, 0.13),
		rgba(1, 208, 204, 0.27)
	);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.city-icon i {
	color: #01d0cc;
	font-size: 1.3rem;
}
.city-card-v2 h3 {
	font-size: 1.15rem;
	font-weight: 700;
	color: #1a1a2e;
	margin: 0 0 4px;
	font-family: "Montserrat", sans-serif;
}
.city-code {
	font-size: 0.8rem;
	color: #999;
	font-weight: 500;
	margin-left: 6px;
}
.city-zone-label {
	font-size: 12px;
	color: #01d0cc;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.city-card-v2 p {
	color: #555;
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}
.service-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}
.service-tags span {
	background: #f0fffe;
	border: 1px solid #b2f0ee;
	color: #00a8a5;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 20px;
}
.city-features {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.city-features li {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 13.5px;
	color: #333;
}
.city-features li i {
	color: #01d0cc;
	font-size: 15px;
}
.city-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #01d0cc;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	margin-top: auto;
	transition: gap 0.2s;
}
.city-cta:hover {
	gap: 13px;
	color: #00a8a5;
	text-decoration: none;
}
.faq-zone-section {
	padding: 70px 0;
	background: #fff;
}
.faq-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.faq-item {
	border: 1px solid #e8eaf0;
	border-radius: 10px;
	overflow: hidden;
}
.faq-question {
	width: 100%;
	background: #fff;
	border: none;
	padding: 20px 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	color: #1a1a2e;
	text-align: left;
	transition: background 0.2s;
	font-family: "Montserrat", sans-serif;
}
.faq-question:hover {
	background: #f8fffe;
}
.faq-question.active {
	background: #f0fffe;
	color: #01d0cc;
}
.faq-icon {
	color: #01d0cc;
	font-size: 14px;
	flex-shrink: 0;
	transition: transform 0.3s;
}
.faq-question.active .faq-icon {
	transform: rotate(45deg);
}
.faq-answer {
	display: none;
	padding: 0 24px 20px;
}
.faq-answer p {
	font-size: 14px;
	line-height: 1.8;
	color: #555;
	margin: 0;
}

/* NOP - Zone CTA Final Premium */
.zone-cta-section {
	padding: 0;
}
.zone-cta-inner {
	background: linear-gradient(135deg, #0d1b2a 0%, #1a3a5c 50%, #0d2137 100%);
	padding: 80px 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.zone-cta-deco {
	position: absolute;
	border-radius: 50%;
	opacity: 0.07;
}
.zone-cta-deco-1 {
	width: 500px;
	height: 500px;
	background: #01d0cc;
	top: -200px;
	left: -150px;
}
.zone-cta-deco-2 {
	width: 350px;
	height: 350px;
	background: #2f5fad;
	bottom: -150px;
	right: -80px;
}
.zone-cta-content {
	max-width: 720px;
	margin: 0 auto;
}
.zone-cta-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: rgba(1, 208, 204, 0.15);
	border: 1px solid rgba(1, 208, 204, 0.35);
	color: #01d0cc;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 7px 18px;
	border-radius: 30px;
	margin-bottom: 24px;
}
.zone-cta-content h2 {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 800;
	margin-bottom: 14px;
	font-family: "Montserrat", sans-serif;
	line-height: 1.2;
}
.zone-cta-content > p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 15px;
	margin-bottom: 32px;
	letter-spacing: 0.3px;
}
.zone-cta-guarantees {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 36px;
}
.zone-cta-guarantee {
	display: flex;
	align-items: center;
	gap: 7px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 13px;
	font-weight: 500;
}
.zone-cta-guarantee i {
	color: #01d0cc;
	font-size: 15px;
}
.zone-cta-buttons {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}
.zone-cta-btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: linear-gradient(135deg, #01d0cc, #0397a5);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 16px 32px;
	border-radius: 10px;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
	box-shadow: 0 6px 24px rgba(1, 208, 204, 0.3);
}
.zone-cta-btn-primary:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 32px rgba(1, 208, 204, 0.45);
	color: #fff;
	text-decoration: none;
}
.zone-cta-btn-secondary {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: rgba(255, 255, 255, 0.08);
	border: 1.5px solid rgba(255, 255, 255, 0.25);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 16px 28px;
	border-radius: 10px;
	text-decoration: none;
	transition:
		background 0.2s ease,
		border-color 0.2s ease;
}
.zone-cta-btn-secondary:hover {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.45);
	color: #fff;
	text-decoration: none;
}

/* =====================================================
   NOP - Page Contact Premium
   ===================================================== */
.prem-contact-section {
	padding: 70px 0 60px;
	background: #f8faff;
	clear: both;
	display: block;
	width: 100%;
}
.prem-map-section {
	clear: both;
	display: block;
	width: 100%;
}
.prem-trust-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-bottom: 50px;
}
.prem-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: #fff;
	border: 1px solid #e0eaff;
	color: var(--blue-color);
	font-size: 13px;
	font-weight: 600;
	padding: 8px 18px;
	border-radius: 30px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.prem-badge i {
	color: var(--primary--color);
}
.prem-contact-grid {
	display: grid;
	grid-template-columns: 1fr 400px;
	gap: 30px;
	align-items: start;
}
.prem-form-card {
	background: #fff;
	border-radius: 16px;
	padding: 40px 40px 36px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
	border: 1px solid #eef0f8;
}
.prem-form-header {
	margin-bottom: 28px;
}
.prem-form-tag {
	display: inline-block;
	background: #e8f9fa;
	color: var(--primary--color);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 4px 14px;
	border-radius: 20px;
	margin-bottom: 12px;
}
.prem-form-header h2 {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 6px;
	color: var(--secondary--color);
}
.prem-form-header p {
	color: rgb(25 25 25 / 55%);
	font-size: 14px;
	margin: 0;
}
.prem-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.prem-input-group {
	margin-bottom: 18px;
}
.prem-input-group label {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: rgb(25 25 25 / 60%);
	text-transform: uppercase;
	letter-spacing: 0.6px;
	margin-bottom: 7px;
}
.prem-input-group label i {
	color: var(--primary--color);
	margin-right: 4px;
}
.prem-input-group input,
.prem-input-group select,
.prem-input-group textarea {
	width: 100%;
	padding: 12px 16px;
	border: 1.5px solid #e8e8f0;
	border-radius: 10px;
	font-size: 14px;
	color: var(--secondary--color);
	background: #fafafa;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
	font-family: "Rubik", sans-serif;
	outline: none;
	appearance: none;
}
.prem-input-group input:focus,
.prem-input-group select:focus,
.prem-input-group textarea:focus {
	border-color: var(--primary--color);
	box-shadow: 0 0 0 3px rgba(3, 151, 165, 0.1);
	background: #fff;
}
.prem-input-group textarea {
	min-height: 120px;
	resize: vertical;
}
.prem-submit-btn {
	width: 100%;
	padding: 15px 24px;
	background: linear-gradient(135deg, var(--primary--color), var(--blue-color));
	color: #fff;
	border: none;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	transition:
		opacity 0.2s ease,
		transform 0.2s ease;
	font-family: "Montserrat", sans-serif;
}
.prem-submit-btn:hover {
	opacity: 0.92;
	transform: translateY(-2px);
}
.prem-info-col {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.prem-info-card {
	background: #fff;
	border-radius: 14px;
	padding: 20px 22px;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	border: 1px solid #eef0f8;
	transition: transform 0.2s ease;
}
.prem-info-card:hover {
	transform: translateY(-2px);
}
.prem-info-highlight {
	background: linear-gradient(135deg, var(--blue-color), #1a4f8a);
	border: none;
}
.prem-info-highlight .prem-info-label,
.prem-info-highlight span,
.prem-info-highlight a {
	color: rgba(255, 255, 255, 0.85) !important;
}
.prem-info-highlight .prem-phone-link {
	color: #fff !important;
}
.prem-info-highlight .prem-info-icon {
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
}
.prem-info-icon {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: #e8f9fa;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: var(--primary--color);
	flex-shrink: 0;
}
.prem-icon-teal {
	background: #e8f9fa;
	color: var(--primary--color);
}
.prem-info-label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: rgb(25 25 25 / 45%);
	margin-bottom: 4px;
}
.prem-info-card a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: var(--secondary--color);
	text-decoration: none;
}
.prem-info-card a:hover {
	color: var(--primary--color);
}
.prem-info-card span {
	font-size: 13px;
	color: rgb(25 25 25 / 65%);
	line-height: 22px;
}
.prem-phone-link {
	font-size: 22px !important;
	font-weight: 700 !important;
	font-family: "Montserrat", sans-serif;
	letter-spacing: -0.5px;
}
.prem-info-sub {
	display: block;
	font-size: 12px !important;
	color: rgba(255, 255, 255, 0.65) !important;
	margin-top: 2px;
}
.prem-cesu-card {
	background: linear-gradient(135deg, #f0f4ff, #e8f9fa);
	border-color: #d0e8ff;
}
.prem-cesu-row {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
}
.prem-cesu-badge {
	width: 54px;
	height: 54px;
	background: linear-gradient(135deg, var(--primary--color), var(--blue-color));
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-family: "Montserrat", sans-serif;
}
.prem-cesu-row strong {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: var(--blue-color);
	margin-bottom: 3px;
}
.prem-cesu-row span {
	font-size: 12px;
	color: rgb(25 25 25 / 60%);
	line-height: 20px;
}
/* Google Maps */
.prem-map-section {
	background: #fff;
	border-top: 1px solid #e8e8e8;
}
.prem-map-header {
	padding: 50px 0 24px;
}
.prem-map-header h2 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 6px;
}
.prem-map-header p {
	color: rgb(25 25 25 / 55%);
	font-size: 14px;
	margin: 0;
}
.prem-map-container {
	line-height: 0;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06);
}
.prem-map-container iframe {
	display: block;
	width: 100%;
}
@media (max-width: 991px) {
	.prem-contact-grid {
		grid-template-columns: 1fr;
	}
	.prem-form-card {
		padding: 28px 22px;
	}
	.prem-form-row {
		grid-template-columns: 1fr;
	}
}

/* =====================================================
   NOP - Section "Ils nous font confiance" redesign
   ===================================================== */
.trust-section {
	padding: 80px 0;
	background: linear-gradient(135deg, #f8faff 0%, #f0f4ff 100%);
	border-top: 1px solid #e8e8e8;
}
.trust-header {
	margin-bottom: 50px;
}
.trust-label {
	display: inline-block;
	background: var(--primary--color);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 6px 18px;
	border-radius: 20px;
	margin-bottom: 16px;
}
.trust-header h2 {
	font-size: 2rem;
	margin-bottom: 12px;
}
.trust-subtitle {
	color: rgb(25 25 25 / 55%);
	font-size: 15px;
	max-width: 500px;
	margin: 0 auto;
}
.trust-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 50px;
}
.trust-card {
	background: #fff;
	border-radius: 14px;
	padding: 28px 22px 20px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
	border: 1px solid #eef0f8;
	position: relative;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
	overflow: hidden;
}
.trust-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--primary--color), var(--blue-color));
	opacity: 0;
	transition: opacity 0.3s ease;
}
.trust-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(3, 151, 165, 0.15);
}
.trust-card:hover::before {
	opacity: 1;
}
.trust-card-logo {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	background: #f8faff;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
}
.trust-card-logo img {
	max-height: 60px;
	max-width: 100%;
	width: auto;
	object-fit: contain;
	filter: grayscale(20%);
	transition: filter 0.3s ease;
}
.trust-card:hover .trust-card-logo img {
	filter: grayscale(0%);
}
.trust-logo-fallback {
	width: 52px;
	height: 52px;
	background: #e8f4f8;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: var(--primary--color);
}
.trust-card-body h4 {
	font-size: 16px;
	font-weight: 700;
	color: var(--secondary--color);
	margin-bottom: 6px;
	font-family: "Montserrat", sans-serif;
}
.trust-tag {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	color: var(--primary--color);
	font-weight: 500;
	margin-bottom: 10px;
}
.trust-card-body p {
	font-size: 13px;
	color: rgb(25 25 25 / 60%);
	line-height: 22px;
	margin: 0;
}
.trust-card-sector {
	position: absolute;
	top: 14px;
	right: 14px;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: var(--primary--color);
	background: #e8f9fa;
	padding: 3px 10px;
	border-radius: 20px;
}
.trust-stats {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
	border: 1px solid #eef0f8;
	overflow: hidden;
}
.trust-stat-item {
	flex: 1;
	text-align: center;
	padding: 24px 16px;
}
.trust-stat-item strong {
	display: block;
	font-size: 28px;
	font-weight: 700;
	color: var(--primary--color);
	font-family: "Montserrat", sans-serif;
	line-height: 1;
	margin-bottom: 6px;
}
.trust-stat-item span {
	font-size: 13px;
	color: rgb(25 25 25 / 55%);
}
.trust-stat-divider {
	width: 1px;
	height: 50px;
	background: #eef0f8;
	flex-shrink: 0;
}
@media (max-width: 991px) {
	.trust-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.trust-stats {
		flex-wrap: wrap;
	}
	.trust-stat-divider {
		display: none;
	}
	.trust-stat-item {
		flex: 0 0 50%;
	}
}
@media (max-width: 576px) {
	.trust-grid {
		grid-template-columns: 1fr;
	}
}

/* =====================================================
   NOP - Correction n°4 : Hero banner page À Propos
   ===================================================== */
.gallery-banner .banner-title h1 {
	font-size: 2.2rem;
	line-height: 1.25;
}
.gallery-banner .banner-title p {
	font-size: 14px;
	line-height: 26px;
}
.gallery-banner .banner-inner-con .wrapper2 .row .col-lg-7 {
	padding-left: 0;
	max-width: 55%;
}

/* =====================================================
   NOP - Correction n°5 : Hero banner page Accueil
   ===================================================== */
.home-banner .banner-title h1 {
	font-size: 2.3rem;
	line-height: 1.25;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}
.home-banner .banner-title p {
	font-size: 14px;
	line-height: 26px;
	padding-right: 40px;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
	color: rgba(255, 255, 255, 0.92) !important;
}
.home-banner .banner-inner-con .row > .col-lg-7 {
	max-width: 50%;
	flex: 0 0 50%;
}

/* =====================================================
   NOP - Correction n°6a : Séparateurs entre sections
   ===================================================== */
.clean-con,
.user-con {
	border-top: 1px solid #e8e8e8;
}

/* =====================================================
   NOP - Correction n°6b : Relief sur cartes et blocs
   ===================================================== */

.advantage-item,
.stat-card,
.zone-description {
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
	border-radius: 8px;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

.advantage-item:hover,
.stat-card:hover,
.zone-description:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

/* =====================================================
   NOP - Correction n°6c : Alternance des fonds de section
   ===================================================== */
.clean-con {
	background-color: #f7f7f7;
}
.user-con {
	background-color: #f0f4ff;
}

/* =====================================================
   NOP - Correction n°6d : Réduction espaces blancs excessifs
   ===================================================== */
.clean-con {
	padding-top: 80px;
	padding-bottom: 80px;
}
.user-con {
	padding-top: 80px;
	padding-bottom: 80px;
}
.about-client-con {
	padding-bottom: 80px;
}

/* =====================================================
   NOP - Correction n°6e : Cartes avantages
   ===================================================== */
.advantage-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 16px;
	background: #ffffff;
	border-radius: 8px;
	margin-bottom: 10px;
}

/* =====================================================
   NOP - FAQ Accordéon déroulant
   ===================================================== */
.faq-accordion {
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	overflow: hidden;
}
.faq-accordion-item {
	border-bottom: 1px solid #e8e8e8;
}
.faq-accordion-item:last-child {
	border-bottom: none;
}
.faq-accordion-header {
	margin: 0;
}
.faq-accordion-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 20px 24px;
	background: #fff;
	border: none;
	cursor: pointer;
	text-align: left;
	font-size: 15px;
	font-weight: 600;
	color: var(--secondary--color);
	font-family: "Montserrat", sans-serif;
	transition:
		background 0.2s ease,
		color 0.2s ease;
}
.faq-accordion-btn:hover,
.faq-accordion-btn[aria-expanded="true"] {
	background: #f0f4ff;
	color: var(--primary--color);
}
.faq-accordion-btn[aria-expanded="true"] .faq-chevron {
	transform: rotate(180deg);
}
.faq-chevron {
	flex-shrink: 0;
	color: var(--primary--color);
	font-size: 13px;
	transition: transform 0.3s ease;
}
.faq-accordion-body {
	padding: 0 24px 20px 24px;
	font-size: 14px;
	line-height: 26px;
	color: rgb(25 25 25 / 70%);
	background: #fff;
}

/* =====================================================
   NOP - v8.0 : Header Premium
   ===================================================== */
.top-bar-con,
.header-con {
	display: none !important;
}

.prem-header {
	background: #0d1117;
	position: sticky;
	top: 0;
	z-index: 9999;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.prem-header-top {
	background: #152b4f;
	padding: 8px 0;
	font-size: 12.5px;
}
.prem-header-top a {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
	transition: color 0.2s;
}
.prem-header-top a:hover {
	color: #01d0cc;
}
.prem-header-top i {
	margin-right: 6px;
	color: #01d0cc;
}
.prem-header-top-left,
.prem-header-top-right {
	display: flex;
	align-items: center;
	gap: 20px;
}
.prem-header-top-social {
	display: flex;
	gap: 8px;
	align-items: center;
}
.prem-header-top-social a {
	width: 28px;
	height: 28px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.6);
	transition: all 0.2s;
}
.prem-header-top-social a:hover {
	border-color: #01d0cc;
	color: #01d0cc;
	background: rgba(1, 208, 204, 0.1);
}
.prem-header-nav {
	padding: 14px 0;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 20px;
}
.prem-header-collapse {
	display: flex;
	align-items: center;
	justify-content: center;
}
.prem-header-right {
	flex-shrink: 0;
}
.prem-header-logo img {
	max-height: 100px;
	width: auto;
	object-fit: contain;
}
.prem-header-menu {
	display: flex;
	align-items: center;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.prem-header-menu li a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	padding: 8px 18px;
	border-radius: 6px;
	transition:
		color 0.2s,
		background 0.2s;
	letter-spacing: 0.3px;
}
.prem-header-menu li a:hover {
	color: #01d0cc;
	background: rgba(1, 208, 204, 0.08);
}
.prem-header-menu li a.active {
	color: #01d0cc;
}
.prem-header-cta a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: linear-gradient(135deg, #01d0cc, #00a8a5);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	padding: 10px 22px;
	border-radius: 6px;
	text-decoration: none;
	transition:
		transform 0.2s,
		box-shadow 0.2s;
	letter-spacing: 0.5px;
}
.prem-header-cta a:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(1, 208, 204, 0.35);
	color: #fff;
}
.prem-header-badge {
	display: inline-flex;
	align-items: center;
	margin-left: 14px;
}
.prem-header-badge svg {
	height: 56px;
	width: auto;
}
.prem-header-burger {
	display: none;
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 6px;
	padding: 8px 10px;
	cursor: pointer;
}
.prem-header-burger span {
	display: block;
	width: 22px;
	height: 2px;
	background: #fff;
	margin: 4px 0;
	transition: 0.3s;
}
@media (max-width: 991px) {
	/* Header nav : passer de grid à flex pour le mobile */
	.prem-header-nav {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		padding: 10px 16px;
	}
	.prem-header-burger {
		display: flex;
	}
	.prem-header-collapse {
		display: none;
		width: 100%;
		flex-direction: column;
		padding: 12px 0 8px;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		margin-top: 8px;
	}
	.prem-header-collapse.show {
		display: flex;
	}
	.prem-header-menu {
		flex-direction: column;
		gap: 2px;
		width: 100%;
	}
	.prem-header-menu li a {
		display: block;
		padding: 10px 16px;
		border-radius: 6px;
	}
	.prem-header-right {
		display: flex;
		flex-direction: column;
		gap: 10px;
		padding-top: 12px;
		width: 100%;
	}
	.prem-header-badge {
		display: none !important;
	}
	.prem-header-cta {
		width: 100%;
	}
	.prem-header-cta a {
		width: 100%;
		justify-content: center;
	}
	.prem-header-top {
		display: none;
	}
	/* Logo centré et plus gros en mobile */
	.prem-header-nav {
		justify-content: center;
		position: relative;
	}
	.prem-header-logo {
		display: flex;
		justify-content: center;
		flex: 1;
	}
	.prem-header-logo img {
		max-height: 70px;
	}
	.prem-header-burger {
		position: absolute;
		right: 16px;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media (max-width: 991px) {
	/* Colonne banner : pleine largeur en tablette/mobile */
	.home-banner .banner-inner-con .row > .col-lg-7 {
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}
	.banner-title p {
		padding-right: 0 !important;
	}
	.banner-inner-con {
		padding-top: 80px;
		padding-bottom: 70px;
	}
	/* Cacher l'image décorative à droite si présente */
}

@media (max-width: 575px) {
	.banner-inner-con {
		padding-top: 50px;
		padding-bottom: 45px;
	}
	.sub-banner .banner-inner-con {
		padding-top: 40px;
		padding-bottom: 35px;
	}
	.home-banner .banner-title h1 {
		font-size: 1.35rem !important;
		line-height: 1.3 !important;
	}
	.home-banner .banner-title p {
		font-size: 12.5px !important;
		line-height: 1.6 !important;
		margin-bottom: 20px !important;
	}
	.banner-title h1 {
		font-size: 1.25rem !important;
	}
	.banner-title p {
		font-size: 12.5px !important;
		line-height: 1.6 !important;
	}
	/* CTA boutons en stack */
	.banner-title .more-details {
		flex-direction: column !important;
		gap: 10px;
	}
	.banner-title .more-details .generic-btn {
		width: 100%;
	}
	.banner-title .more-details .generic-btn a {
		width: 100%;
		text-align: center;
		display: block;
	}
	.banner-title .call-con {
		display: none;
	}
	.prem-header-logo img {
		max-height: 65px;
	}
	/* Banner à propos : centrer le texte en mobile */
	.sub-banner .banner-title {
		text-align: center !important;
		max-width: 100% !important;
		margin: 0 auto;
	}
	.sub-banner .banner-inner-con .row {
		justify-content: center;
	}
	.sub-banner .banner-inner-con .col-lg-7,
	.sub-banner .banner-inner-con .col-md-7,
	.sub-banner .banner-inner-con .col-lg-6,
	.sub-banner .banner-inner-con .col-md-6 {
		max-width: 100% !important;
		flex: 0 0 100% !important;
		text-align: center;
	}
	.sub-banner .hero-badges {
		justify-content: center !important;
	}
	/* Zone badge hero */
	.hero-badge {
		font-size: 11px !important;
		padding: 6px 10px !important;
	}
	.badge-zone {
		font-size: 11px !important;
	}
}

/* =====================================================
   NOP - v7.0 : Footer Premium
   ===================================================== */
.prem-footer {
	background: #0d1117;
	color: #c9d1d9;
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 120px;
	padding-right: 120px;
	font-size: 14px;
}
@media (max-width: 1200px) {
	.prem-footer {
		padding-left: 60px;
		padding-right: 60px;
	}
}
@media (max-width: 768px) {
	.prem-footer {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.prem-footer-logo img {
	max-height: 80px;
	width: auto;
	margin-bottom: 16px;
}
.prem-footer-logo p {
	font-size: 13.5px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.55);
	max-width: 280px;
}
.prem-footer-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}
.prem-footer-badge {
	background: rgba(1, 208, 204, 0.1);
	border: 1px solid rgba(1, 208, 204, 0.3);
	color: #01d0cc;
	font-size: 11.5px;
	font-weight: 600;
	padding: 5px 12px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	gap: 6px;
}
.prem-footer h4 {
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 2px solid #01d0cc;
	display: inline-block;
}
.prem-footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.prem-footer-links li a {
	color: rgba(255, 255, 255, 0.55);
	text-decoration: none;
	font-size: 13.5px;
	transition:
		color 0.2s,
		padding-left 0.2s;
	display: flex;
	align-items: center;
	gap: 8px;
}
.prem-footer-links li a:hover {
	color: #01d0cc;
	padding-left: 4px;
}
.prem-footer-links li a i {
	color: #01d0cc;
	font-size: 11px;
	flex-shrink: 0;
}
.prem-footer-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 16px;
}
.prem-footer-contact-item .fi-icon {
	width: 36px;
	height: 36px;
	background: rgba(1, 208, 204, 0.12);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.prem-footer-contact-item .fi-icon i {
	color: #01d0cc;
	font-size: 14px;
}
.prem-footer-contact-item .fi-text a,
.prem-footer-contact-item .fi-text span {
	color: rgba(255, 255, 255, 0.55);
	text-decoration: none;
	font-size: 13.5px;
	display: block;
	line-height: 1.5;
	transition: color 0.2s;
}
.prem-footer-contact-item .fi-text a:hover {
	color: #01d0cc;
}
.prem-footer-contact-item .fi-label {
	font-size: 11px;
	font-weight: 700;
	color: #01d0cc;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	display: block;
	margin-bottom: 2px;
}
.prem-footer-divider {
	margin-top: 16px;
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.prem-footer-bottom {
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
}
.prem-footer-bottom-copy {
	font-size: 12.5px;
	color: rgba(255, 255, 255, 0.35);
}
.prem-footer-bottom-copy a {
	color: #01d0cc;
	text-decoration: none;
}
.prem-footer-social {
	display: flex;
	gap: 10px;
	align-items: center;
}
.prem-footer-social a {
	width: 34px;
	height: 34px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.5);
	font-size: 13px;
	text-decoration: none;
	transition:
		background 0.2s,
		color 0.2s,
		border-color 0.2s;
}
.prem-footer-social a:hover {
	background: rgba(1, 208, 204, 0.15);
	border-color: #01d0cc;
	color: #01d0cc;
}
/* Masquer l'ancien footer et copyright */

/* =====================================================
   NOP - v6.0 : Sub-banners uniformisées (texte lisible + suppression décos)
   ===================================================== */
.sub-banner .banner-title h1,
.sub-banner .banner-title p {
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}
.sub-banner .banner-title h1 {
	font-size: 2rem;
	line-height: 1.25;
	font-weight: 700;
}
.sub-banner .banner-title p {
	font-size: 14px;
	line-height: 1.7;
	max-width: 500px;
}

/* Suppression des décos feuilles/bulles sur TOUTES les banners */
.banner-title:after,
.banner-title:before,
.banner-title:after-disabled,
.banner-title:before-disabled {
	display: none !important;
	background: none !important;
}
.banner-inner-con:before,
.banner-inner-con:after {
	display: none !important;
}

/* ===========================
   NOP - SERVICE SECTION PREMIUM & CALCULATEUR CESU
   =========================== */

.service-prem-section {
	padding: 0;
}
.service-prem-bg {
	background: linear-gradient(180deg, #f4f6fb 0%, #ffffff 100%);
	padding: 80px 0 60px;
}
.service-prem-label {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: #01d0cc;
	border-bottom: 2px solid #01d0cc;
	padding-bottom: 4px;
	margin-bottom: 14px;
}
.service-prem-title {
	font-size: 2rem;
	font-weight: 800;
	color: #1a1a2e;
	margin-bottom: 12px;
}
.service-prem-subtitle {
	font-size: 15px;
	color: #666;
	max-width: 600px;
	margin: 0 auto 36px;
	line-height: 1.7;
}
.cesu-strip {
	display: inline-flex;
	align-items: center;
	background: #fff;
	border: 1px solid #e0f7f6;
	border-radius: 12px;
	padding: 16px 28px;
	box-shadow: 0 4px 20px rgba(1, 208, 204, 0.1);
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
	gap: 0;
}
.cesu-strip-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 20px;
}
.cesu-strip-item i {
	font-size: 1.3rem;
	color: #01d0cc;
	flex-shrink: 0;
}
.cesu-strip-item strong {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #1a1a2e;
}
.cesu-strip-item span {
	font-size: 11px;
	color: #999;
}
.cesu-strip-sep {
	width: 1px;
	height: 36px;
	background: #e5e5e5;
	flex-shrink: 0;
}
.service-prem-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 40px;
}
@media (max-width: 1100px) {
	.service-prem-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 600px) {
	.service-prem-grid {
		grid-template-columns: 1fr;
	}
}
.service-prem-card {
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
	transition:
		transform 0.3s,
		box-shadow 0.3s;
	display: flex;
	flex-direction: column;
}
.service-prem-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.13);
}
.spc-img {
	position: relative;
	height: 180px;
	overflow: hidden;
}
.spc-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s;
}
.service-prem-card:hover .spc-img img {
	transform: scale(1.06);
}
.spc-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: linear-gradient(135deg, #01d0cc, #00a8a5);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 10px;
	border-radius: 20px;
	letter-spacing: 0.3px;
}
.spc-badge-cesu {
	background: linear-gradient(135deg, #f59e0b, #d97706);
}
.spc-body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.spc-icon {
	width: 42px;
	height: 42px;
	background: linear-gradient(135deg, #e0fffe, #b2f0ee);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}
.spc-icon i {
	color: #01d0cc;
	font-size: 1.1rem;
}
.spc-body h3 {
	font-size: 1rem;
	font-weight: 700;
	color: #1a1a2e;
	margin-bottom: 8px;
}
.spc-body p {
	font-size: 13px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 12px;
	flex: 1;
}
.spc-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 16px;
}
.spc-tags span {
	background: #f4f6fb;
	color: #555;
	font-size: 11px;
	font-weight: 600;
	padding: 3px 9px;
	border-radius: 20px;
}
.spc-cta {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #01d0cc;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	transition: gap 0.2s;
	margin-top: auto;
}
.spc-cta:hover {
	gap: 12px;
	color: #009e9b;
}
.service-prem-footer {
	padding-top: 10px;
}

/* CALCULATEUR CESU */
.cesu-calc-section {
	background: linear-gradient(180deg, #ffffff 0%, #f0f4ff 100%);
	padding: 80px 0;
}
.cesu-calc-title {
	font-size: 2rem;
	font-weight: 800;
	color: #1a1a2e;
}
.cesu-calc-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	max-width: 980px;
	margin: 0 auto;
	align-items: start;
}
@media (max-width: 820px) {
	.cesu-calc-wrapper {
		grid-template-columns: 1fr;
	}
}
.cesu-calc-form {
	background: #fff;
	border-radius: 16px;
	padding: 32px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.cesu-calc-form-title {
	font-size: 1rem;
	font-weight: 700;
	color: #1a1a2e;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	gap: 9px;
}
.cesu-calc-form-title i {
	color: #01d0cc;
}
.cesu-field {
	margin-bottom: 24px;
}
.cesu-field label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #444;
	margin-bottom: 10px;
}
.cesu-field label small {
	font-weight: 400;
	color: #999;
}
.cesu-range-group {
	display: flex;
	align-items: center;
	gap: 12px;
}
.cesu-range-group input[type="range"] {
	flex: 1;
	-webkit-appearance: none;
	height: 5px;
	border-radius: 3px;
	background: linear-gradient(to right, #01d0cc 0%, #e0e0e0 0%);
	outline: none;
	cursor: pointer;
}
.cesu-range-group input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #01d0cc;
	box-shadow: 0 2px 6px rgba(1, 208, 204, 0.4);
	cursor: pointer;
}
.cesu-range-display {
	display: flex;
	align-items: center;
	gap: 4px;
	background: #f4f6fb;
	border-radius: 8px;
	padding: 6px 10px;
	min-width: 90px;
}
.cesu-range-display input[type="number"] {
	width: 58px;
	border: none;
	background: transparent;
	font-size: 14px;
	font-weight: 700;
	color: #1a1a2e;
	outline: none;
}
.cesu-range-display span {
	font-size: 12px;
	color: #999;
	font-weight: 500;
}
.cesu-range-labels {
	display: flex;
	justify-content: space-between;
	font-size: 11px;
	color: #bbb;
	margin-top: 4px;
}
.cesu-select-grid {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.cesu-option {
	flex: 1;
	min-width: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	padding: 10px 8px;
	border: 2px solid #e8eaf0;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.2s;
	font-size: 12px;
	font-weight: 600;
	color: #666;
	text-align: center;
}
.cesu-option i {
	font-size: 1.1rem;
	color: #bbb;
	transition: color 0.2s;
}
.cesu-option:hover,
.cesu-option.selected {
	border-color: #01d0cc;
	background: #f0fffe;
	color: #01d0cc;
}
.cesu-option:hover i,
.cesu-option.selected i {
	color: #01d0cc;
}
.cesu-counter {
	display: inline-flex;
	align-items: center;
	border: 2px solid #e8eaf0;
	border-radius: 10px;
	overflow: hidden;
}
.cesu-counter button {
	background: #f4f6fb;
	border: none;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 14px;
	color: #666;
	transition: background 0.2s;
}
.cesu-counter button:hover {
	background: #e0fffe;
	color: #01d0cc;
}
.cesu-counter span {
	width: 44px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #1a1a2e;
}
.cesu-calc-result {
	background: linear-gradient(145deg, #1a1a2e, #0d2137);
	border-radius: 16px;
	padding: 32px;
	color: #fff;
	box-shadow: 0 8px 32px rgba(26, 26, 46, 0.3);
	position: sticky;
	top: 100px;
}
.cesu-result-top {
	text-align: center;
	margin-bottom: 28px;
}
.cesu-result-label {
	font-size: 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}
.cesu-result-montant {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 6px;
	margin: 10px 0 8px;
}
#result-credit {
	font-size: 3.5rem;
	font-weight: 900;
	color: #01d0cc;
	line-height: 1;
	transition: all 0.3s;
}
.cesu-result-unit {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 500;
}
.cesu-result-badge {
	display: inline-block;
	background: rgba(1, 208, 204, 0.15);
	border: 1px solid rgba(1, 208, 204, 0.3);
	color: #01d0cc;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 12px;
	border-radius: 20px;
}
.cesu-result-breakdown {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 10px;
	padding: 16px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.cesu-rb-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.65);
}
.cesu-rb-row strong {
	color: #fff;
	font-weight: 600;
}
.cesu-rb-total {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 10px;
}
.cesu-rb-total strong {
	color: #01d0cc !important;
	font-size: 15px;
}
.cesu-versement {
	background: rgba(255, 255, 255, 0.06);
	border-radius: 10px;
	padding: 16px;
	margin-bottom: 18px;
}
.cesu-versement h4 {
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.cesu-versement h4 i {
	color: #01d0cc;
}
.cesu-versement-steps {
	display: flex;
	flex-direction: column;
	gap: 0;
}
.cvs-step {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}
.cvs-dot {
	width: 12px;
	height: 12px;
	background: #01d0cc;
	border-radius: 50%;
	margin-top: 3px;
	flex-shrink: 0;
}
.cvs-dot-accent {
	background: #f59e0b;
}
.cvs-line {
	width: 2px;
	height: 16px;
	background: rgba(255, 255, 255, 0.15);
	margin-left: 5px;
}
.cvs-content strong {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}
.cvs-content span {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
}
.cvs-content b {
	color: #01d0cc;
}
.cesu-alerte {
	background: rgba(245, 158, 11, 0.15);
	border: 1px solid rgba(245, 158, 11, 0.3);
	border-radius: 8px;
	padding: 10px 14px;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 12px;
	color: #fbbf24;
	margin-bottom: 18px;
}
.cesu-alerte i {
	margin-top: 1px;
	flex-shrink: 0;
}
.cesu-result-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	background: linear-gradient(135deg, #01d0cc, #00a8a5);
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	padding: 14px 20px;
	border-radius: 10px;
	text-decoration: none;
	margin-bottom: 14px;
	transition:
		opacity 0.2s,
		transform 0.2s;
}
.cesu-result-cta:hover {
	opacity: 0.9;
	transform: translateY(-2px);
	color: #fff;
}
.cesu-disclaimer {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.35);
	text-align: center;
	margin: 0;
	display: flex;
	align-items: flex-start;
	gap: 6px;
	line-height: 1.5;
}
.cesu-disclaimer i {
	margin-top: 1px;
	flex-shrink: 0;
}

/* ===========================
   NOP - GOALS SECTION PREMIUM (À Propos)
   =========================== */

.goals-prem-section {
	background: linear-gradient(180deg, #f7f8fc 0%, #ffffff 100%);
	padding: 80px 0 60px;
}
.goals-prem-header {
	margin-bottom: 50px;
}
.goals-prem-label {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: #01d0cc;
	border-bottom: 2px solid #01d0cc;
	padding-bottom: 4px;
	margin-bottom: 14px;
}
.goals-prem-title {
	font-size: 2rem;
	font-weight: 800;
	color: #1a1a2e;
	margin-bottom: 12px;
}
.goals-prem-subtitle {
	font-size: 15px;
	color: #666;
	max-width: 560px;
	margin: 0 auto;
	line-height: 1.7;
}
.goals-prem-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-bottom: 40px;
}
@media (max-width: 992px) {
	.goals-prem-grid {
		grid-template-columns: 1fr;
	}
}
.goals-prem-card {
	background: #fff;
	border-radius: 16px;
	padding: 32px 28px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
	border-top: 4px solid #01d0cc;
	display: flex;
	flex-direction: column;
	gap: 14px;
	transition:
		transform 0.3s,
		box-shadow 0.3s;
}
.goals-prem-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.11);
}
.goals-prem-icon-wrap {
	display: flex;
	align-items: center;
	gap: 14px;
}
.goals-prem-icon {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.goals-prem-icon i {
	font-size: 1.4rem;
}
.goals-icon-blue {
	background: linear-gradient(135deg, #e8f0ff, #c7d9ff);
}
.goals-icon-blue i {
	color: #2d5be3;
}
.goals-icon-green {
	background: linear-gradient(135deg, #e0faf0, #b2f0d4);
}
.goals-icon-green i {
	color: #10b981;
}
.goals-icon-gold {
	background: linear-gradient(135deg, #fff8e0, #ffe9a0);
}
.goals-icon-gold i {
	color: #d97706;
}
.goals-prem-number {
	font-size: 2rem;
	font-weight: 900;
	color: #1a1a2e;
	line-height: 1;
}
.goals-prem-card h3 {
	font-size: 1.1rem;
	font-weight: 700;
	color: #1a1a2e;
	margin: 0;
}
.goals-prem-card p {
	font-size: 13.5px;
	color: #666;
	line-height: 1.7;
	margin: 0;
}
.goals-prem-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.goals-prem-list li {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 13px;
	color: #444;
}
.goals-prem-list li i {
	color: #01d0cc;
	font-size: 14px;
	flex-shrink: 0;
}

/* Stats band */
.goals-prem-stats {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	background: linear-gradient(135deg, #1a1a2e, #0d2137);
	border-radius: 16px;
	padding: 30px 40px;
	flex-wrap: wrap;
}
.gps-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	padding: 0 40px;
}
.gps-number {
	font-size: 2.2rem;
	font-weight: 900;
	color: #01d0cc;
	line-height: 1;
}
.gps-label {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 500;
	text-align: center;
}
.gps-sep {
	width: 1px;
	height: 48px;
	background: rgba(255, 255, 255, 0.1);
	flex-shrink: 0;
}
@media (max-width: 768px) {
	.gps-sep {
		display: none;
	}
	.gps-item {
		padding: 12px 20px;
	}
}

.blaze-slider {
	--slides-to-show: 1;
	--slide-gap: 20px;
	direction: ltr;
}
.blaze-container {
	position: relative;
}
.blaze-track-container {
	overflow: hidden;
	padding: 0px 15px;
}
.blaze-track {
	will-change: transform;
	touch-action: pan-y;
	display: flex;
	gap: var(--slide-gap);
	--slide-width: calc(
		(100% - (var(--slides-to-show) - 1) * var(--slide-gap)) /
			var(--slides-to-show)
	);
	box-sizing: border-box;
}
.blaze-track > * {
	box-sizing: border-box;
	width: var(--slide-width);
	flex-shrink: 0;
}
