@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Poppins", sans-serif;
	overflow-x: hidden;
}

body.merci {
	background: url(../img/bg_merci.jpg) top center no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding-top: 22vh;
}

body.merci h1 {
	font-size: 62px;
	color: #54D310;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
}

body.merci p {
	font-size: 24px;
}
footer .numForCTA span strong, footer .numForCTA {color: #000;}
a.numForCTAThanks {
	background: url(../img/ic_call_thanks.svg) center left no-repeat;
	border: solid 2px #54D310;
	color: #fff;
	text-decoration: none;
	height: 67px;
	display: inline-block;
	padding-left: 80px;
	padding-right: 20px;
	font-size: 28px;
	line-height: 64px;
	font-weight: 600;
	margin: 20px 0;
}

a.numForCTAThanks:hover {
	background: #54D310 url(../img/ic_call_thanks.svg) center left no-repeat;
	;
}

.container {
	display: flex;
	flex-wrap: inherit;
	justify-content: space-between;
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
}

.scroll {

	opacity: 0;
	transition: all 1s ease-out;
	transform: translate3d(0, 2rem, 0);

}

.scrolled-in {

	opacity: 1;
	transform: translate3d(0, 0, 0);

}

body .eapps-widget-toolbar {
	display: none !important;
}

.global-styles,
.eapps-widget-toolbar {
	display: none !important;
}

header {
	background-color: #000;
	padding: 10px 0;
}

body .forMob {
	display: none;
}

.forWeb {
	display: block;
}

.numForCTA {
	text-decoration: none;
	color: #64748B;
	font-size: 15px;
	display: flex;
	align-items: center;
}

.numForCTA span {
	margin-left: 15px;
}

.numForCTA span strong {
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin-top: -3px
}

#bannerLP {
	background: url("../img/banner.jpg") top center no-repeat;
	background-size: cover;
	width: 100vw;
	height: 80vh;
	position: relative;
	opacity: 0;
	animation: fadeIn 2s ease-out forwards;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: scale(1.05);
		/* Zoom léger au début */
		filter: blur(10px);
	}

	to {
		opacity: 1;
		transform: scale(1);
		filter: blur(0);
	}
}

#bannerLP h1 {
	font-size: 34px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
}

#bannerLP p {
	color: #2E8500;
}

.fomulaireLP {
	max-width: 530px;
	width: 100%;
	background: #fff;
	padding: 20px 20px 40px 20px;
	border-bottom: solid 8px #54D310;
	position: absolute;
	bottom: -50px;
	right: 15%;
	-webkit-box-shadow: 2px 4px 17px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 4px 17px -1px rgba(0, 0, 0, 0.2);
	min-height: 557px;
}

.fomulaireLP h2 {
	font-size: 24px;
	color: #54D310;
	font-weight: 700;
	text-align: center;
	margin: 20px 0;
}

section#recouvrement {
	background: url(../img/bg_recouvrement.jpg) center left no-repeat;
	padding: 80px 0;
	background-size: cover;
}

section#aboutUS {
	background: url(../img/bg-apropos.png) bottom left no-repeat;
	padding: 80px 0;
	background-size: 85%;
}


section#aboutUS .numForCTA {
	color: #64748B;
}

section#aboutUS .numForCTA span strong {
	color: #000;
}

.partIMG {
	position: relative;

}

.partIMG img {
	max-width: 100%;
	text-align: left;
}

.partTexte {
	padding: 100px 0 0 0;
}

section h2 {
	font-size: 16px;
	text-transform: uppercase;
}

section h3 {
	font-size: 32px;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 700;
}

section h3 span {
	font-weight: 700;
}

.partTexte p {
	margin-left: 40px;
}

.sousDecription {
	margin-left: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

.sousDecription ul {
	padding: 0;
}

.sousDecription li {
	list-style: none;
	margin: 7px 0;
	font-size: 18px;
	font-weight: 600;
}

a.btContactUS {
	background: #54D310;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 13px 20px;
	font-size: 20px;
	margin-top: 10px;
	display: block;
	text-align: center;
	max-width: 260px;
	margin: 20px 0;
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Animation subtile uniquement au hover */
a.btContactUS:hover {
	box-shadow: 0 8px 20px #00941980;
}

/* Effet de brillance qui traverse le bouton */
a.btContactUS::before {
	content: "";
	position: absolute;
	top: 0;
	left: -110%;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	transform: skewX(-20deg);
	transition: left 0.6s ease-in-out;
}

a.btContactUS:hover::before {
	left: 110%;
}


.withBorder {
	padding: 0 5% 0 10%;
	border-left: solid 2px #eee;
}

.numberClients {
	background: #fff;
	position: absolute;
	top: 60%;
	right: 0;
	width: 200px;
	height: 180px;
	-webkit-box-shadow: 2px 4px 17px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 4px 17px -1px rgba(0, 0, 0, 0.2);
}

section#declaration {
	background: #F6F6F7 url(../img/img_declaration.jpg) bottom left no-repeat;
	padding: 120px 0;
	background-size: cover;
	background-position-x: -21px;
}


section#Gestion {
	background: #F6F6F7 url(../img/img_gestion.jpg) bottom right no-repeat;
	padding: 120px 0;
	background-size: cover;
	background-position-x: 21px;
}

section#Paie {
	background: #F6F6F7 url(../img/img_paie.jpg) bottom right no-repeat;
	padding: 120px 0;
	background-size: cover;
}

#contentGestion {
	background: #F6F6F7;
	padding: 80px 0 40px 0;
}

section#Gestion h3,
section#declaration h3,
section#Paie h3,
section#recouvrement h3 {
	font-size: 24px;
	position: relative;
	padding-bottom: 30px;
	font-weight: 600;
}

section#Gestion h3::after,
section#declaration h3::after,
section#Paie h3::after,
section#recouvrement h3::after {
	position: absolute;
	content: "";
	height: 2px;
	width: 150px;
	background: #7C8590;
	bottom: 0;
	left: 0;
}

.oneBlocE {
	padding: 20px;
	background: #D9D9D9;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	font-size: 16px;
	font-weight: 500;
}

.oneItem {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.oneItem h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.oneItem p {
	color: #757575;
	font-size: 14px;
	margin: 0;
}

section#commercial,
section#pourquoi {
	padding: 80px 0
}

section#commercial .oneItem p {
	font-size: 16px;
}

section#commercial .oneItem h4 {
	font-size: 18px;
}

section#commercial a.btContactUS {
	margin-top: 50px;
}

.left-panel {
	width: 50%;
	padding: 30px 0;
	box-sizing: border-box;
}

.right-panel {
	width: 50%;
	padding: 30px 40px;
	box-sizing: border-box;
}

.service-item {
	padding: 10px 20px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #C0C0C0;
}

.service-item:hover {
	transform: translateX(5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	color: #fff;
}

.service-item.active {
	background-color: #2C2C2C;
	color: #fff;
}


.svg-icon {
	transition: fill 0.3s ease;
}

.service-item.active .svg-icon,
.service-item:hover .svg-icon {
	fill: #54D310;
}

.iconSVG {
	border-radius: 50%;
	padding: 10px;
	background: rgba(255, 255, 255, 0.1);
	width: 56px;
	height: 56px;
	text-align: center;
	line-height: 30px;
}

.service-item h3 {
	display: flex;
	align-items: center;
	gap: 15px;
}

.service-item.active h3 {
	color: #54D310;

}

.service-content {
	display: none;
}

.service-content.active {
	display: block;
	animation: fadeIn 0.5s;
}


@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.highlight {
	font-style: italic;
	color: #3498db;
	margin: 20px 0;
}

section#services {
	background: #000;
	padding: 80px 0;
}

section .service-item h3 {
	font-size: 20px;
	text-transform: none;
	margin-bottom: 10px;
}

section .service-item p {
	font-size: 15px;
}

section#services h2 {
	font-size: 32px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 40px;
}

.service-content {
	max-width: 520px;
	color: #fff;
}

.service-content p {
	font-size: 16px;
	margin-top: 20px;
	font-weight: 400;
}

.service-content p strong {
	font-weight: 600;
}

.accordion-item {
	border: none;
	background: #eee;
	margin-bottom: 15px;
	padding: 10px;
	border-radius: 0 !important;
}

.accordion-button {
	background: #eee !important;
	border: none !important;
	color: #000 !important;
	font-weight: 500;
	font-size: 18px !important;
}

.accordion-body {
	font-size: 15px;
	color: #747272;
	padding-top: 0;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
	box-shadow: none !important;
	border: none !important;
	outline: none !important;
}

#temoignages {
	background: url(../img/img_temoignages.jpg) top center no-repeat;
	background-size: cover;
	padding: 80px 0;
	position: relative;
}

#temoignages .container {
	z-index: 1;
	position: relative;
}

#blocElfsight {
	background: #fff;
	padding: 30px;
	min-height: 450px;
	min-width: 581px
}

footer iframe {
	height: 580px !important;
}

section#temoignages h2 {
	font-size: 34px;
	text-transform: none;
	width: 300px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 50px;
}

footer {
	background: #fff;
	padding: 80px 0 0 0;
	position: relative;
	z-index: 1;
}

.forMobI {
	display: none
}

body.merci footer {
	background: none;
	position: fixed;
	bottom: 0;
	width: 100%;
}

footer h4 {
	margin: 50px 0 20px 0;
	position: relative;
	font-size: 26px;
	font-weight: 600;
	padding-bottom: 20px;
}

footer h4:after {
	width: 50px;
	height: 3px;
	background: #54D310;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
}

.partenariat {
	display: flex;
	margin-top: 50px;
	align-items: center;
	gap: 20px;
	font-size: 14px;
}

.partenariat img {
	border-right: solid 1px #eee;
	padding-right: 30px;
}

.zoneForm {
	padding: 0 50px;
	text-align: center;
	max-height: 590px;
	margin-bottom: 30px;
}

.zoneCoordonnes {
	position: relative;
}

.zoneCoordonnes:after {
	width: 2px;
	height: 50%;
	background: #eee;
	position: absolute;
	content: "";
	top: 10%;
	right: -40px;
}

.zoneForm h2 {
	font-size: 24px;
	color: #54D310;
	font-weight: 700;
	text-align: center;
	margin: 20px 0;
}

.copyright {
	background: #000;
	padding: 20px 0;
	font-size: 18px;
	color: #8C8C8C;
	margin-top: 50px;
}

.numForCTA {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 16px;
}

.phone-icon {
	transition: transform 0.2s ease-in-out;
}

.numForCTA:hover .phone-icon {
	animation: vibrate 0.3s infinite alternate;
}

@keyframes vibrate {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(-5deg);
	}

	50% {
		transform: rotate(5deg);
	}

	75% {
		transform: rotate(-5deg);
	}

	100% {
		transform: rotate(5deg);
	}
}

.num {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

@media only screen and (min-width:2000px) {
	section#aboutUS {
		background-position: center left;
	}
}

@media only screen and (min-width:786px) {
	.fomulaireLP iframe {
		height: 550px !important;
	}

}


@media only screen and (max-width:1600px) {
	section#aboutUS {
		padding: 0 0 40px 0;
	}

	#bannerLP h1 {
		font-size: 30px;
		margin-top: 0 !important;
	}

	#bannerLP h1 br {
		display: none;
	}
	.descriptionClient {
		width: 35%;
		padding-left: 5%;
	}

	#bannerLP {
		background: url(../img/banner.jpg) center center no-repeat;
		height: 105vh;
	}
}

@media only screen and (max-height:1300px) {
	.descriptionClient {
		padding-left: 5%;
	}

}

@media only screen and (max-height:786px) {
	.fomulaireLP {
		bottom: -60px;
	}



	.descriptionClient p br {
		display: none;
	}
}

@media only screen and (max-width:786px) {
	#temoignages::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 1;
	}

	section#recouvrement {
		background: #fff;
		padding: 40px 0;
		background-size: cover;
	}

	.flex-mobile {
		flex-direction: column !important;
	}

	body.merci {
		padding: 15vh 0
	}

	body.merci h1 {
		font-size: 42px;
	}


	body.merci p {
		font-size: 22px;
		padding: 0 10px;
	}

	body.merci #contact:after,
	body.merci #contact:before {
		display: none;
	}

	#bannerLP {
		background: url(../img/banner.jpg) top center no-repeat;
	}

	section#services .container,
	section#bannerLP .container,
	section#aboutUS .container,
	section#commercial .container,
	section#pourquoi .container,
	footer#contact .container {
		flex-direction: column;
	}

	.left-panel,
	.right-panel,
	.col-6,
	.col-7,
	.col-4,
	.col-8,
	.col-5 {
		width: 100%;
	}

	#Gestion {
		background: #F6F6F7;
	}

	img {
		max-width: 100%;
	}

	.fomulaireLP {
		bottom: inherit;
		right: inherit;
		min-height: inherit;
		position: relative;
		box-shadow: none;
		border: none;
		margin-bottom: 30px;
	}

	#bannerLP h1 {
		font-size: 26px;
		margin-top: 0 !important;
	}

	#bannerLP {
		height: inherit;
	}

	.partTexte p {
		margin-left: 0;
	}

	.sousDecription {
		margin-left: 0;
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
		flex-direction: column;
	}

	.withBorder {
		padding: 5% 0 0 0;
		border-left: none;
		margin: 0 auto;
	}

	#blocElfsight {
		min-width: inherit;
	}

	.zoneForm {
		padding: 0;
		text-align: center;
		max-height: inherit;
		margin-bottom: 30px;
	}

	.zoneCoordonnes:after {
		display: none;
	}

	.forWeb {
		display: none;
	}

	body .forMob {
		display: flex;
		background: #fff;
		padding: 2%;
		text-align: center;
		border-radius: 2px;
		box-shadow: none;
		border: none;
		justify-content: center;
		gap: 0;
		color: #000;
	}

	body .forMob span,
	body .forMob span strong {
		color: #000;
	}

	.partTexte {
		padding: 20px;
		background: rgba(255, 255, 255, 0.8);
	}

	section#aboutUS {
		background-size: cover;
		padding-top: 20px;
	}

	section#Gestion,
	section#declaration,
	section#Paie {
		background: #F6F6F7;
		padding: 20px
	}

	.forMobI {
		display: block
	}

	section#services {
		padding: 40px 0;
	}

	section#services h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.zoneCoordonnes {
		position: relative;
		text-align: center;
	}

	footer h4:after {
		width: 100px;
		height: 3px;
		background: #54D310;
		position: absolute;
		content: "";
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	footer .numForCTA {

		align-items: center;
		margin: 0 auto;
		justify-content: center;
	}

	footer .numForCTA span,
	footer .numForCTA span strong {
		color: #000;
	}

	footer iframe {
		height: 760px !important;
	}

	section h3 {
		font-size: 24px;
	}

	.logo {
		margin: 0 auto;
	}
	footer img{max-width: 220px;}
}

@media only screen and (max-height:786px) {

	.forWeb {
		display: none;
	}

	header .container {
		justify-content: center;
	}

	.partIMG,
	.imgCommercial {
		order: 2;
	}

	.partTexte,
	.contentCommercial {
		order: 1;
	}

	section#commercial,
	section#Gestion,
	section#pourquoi,section#declaration,section#Paie {
		padding:20px 0;
	}

	section h3 {
		font-size: 26px;
		text-transform: uppercase;
		margin-bottom: 20px;
	}

	section#pourquoi h2 {
		margin-top: 30px;
	}

	section#pourquoi h2.accordion-header {
		margin-top: 0;
	}

	footer {
		padding-top: 40px;
	}

	section#temoignages h2 {
		font-size: 28px;
		text-transform: none;
		width: 100%;
		font-weight: 700;
		margin-left: 0;
		text-shadow: 7px 11px 27px white;
		margin-bottom: 30px;
	}

	#temoignages {
		padding: 40px 0;
		position: relative;
		z-index: 2;
	}
}