.phone-theme-btn.phone-bt-support-now {
	background: #2e3192 !important;
	background: -moz-linear-gradient(45deg, #f56a78 8%, #d31225 100%) !important;
	background: -webkit-linear-gradient(45deg, #f56a78 8%, #d31225 100%) !important;
	background: linear-gradient(45deg, #f56a78 8%, #d31225 100%) !important;
	bottom: 90px !important;
}

.phone-theme-btn {
	background-color: #fff;
	border-radius: 40px;
	position: fixed;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 50px;
	height: 50px;
	min-width: 50px;
	z-index: 99999;
	color: #fff;
	text-align: center;
	overflow: hidden;
	transition: width 0.3s ease;
	cursor: pointer;
	padding: 0 20px;
}

.phone-theme-btn svg {
	fill: #fff;
	width: 26px;
	height: 26px;
	flex-shrink: 0;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0, -50%);
	transition: transform 0.3s ease;
}

.phone-theme-btn span {
	white-space: nowrap;
	font-size: 16px;
	opacity: 0;
	margin-left: 10px;
	transform: translateX(-10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	text-transform: uppercase;
	pointer-events: none;
	color: #fff;
}

.phone-theme-btn:hover {
	width: 180px; // largeur agrandie pour afficher le texte
padding: 0 10px;
}


.phone-theme-btn:hover span {
	opacity: 1;
	transform: translateX(0);
}

.navbar-top .menu ul li a {
	color: white !important;
	padding: 0;
}

.navbar-top .menu ul {
	margin-bottom: 0;
}

.navbar-top .ticker .ticker__item p {
	color: white !important;
	margin-bottom: 0;
}

.navbar-top .menu ul .menu-subs a {
	color: black !important;
}

.navbar-top .menu > ul > li > a {
	font-size: 15px;
	font-weight: 500;
	text-transform: initial;
}

@media only screen and (min-width: 992px) {
	.navbar-top .menu ul li > .menu-subs {
		right: 0;
		left: auto;
		width: max-content;
		min-width: 180px;
		margin-top: 17px;
	}

	.navbar-top .menu ul li:hover > .menu-subs {
		opacity: 1;
		visibility: visible;
	}
}

/* ---------
   RESET SVG
--------- */
.svg-loader {
	overflow: visible;
}

.preloader-area {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ---------
   ÉTAT INITIAL
--------- */
.svg-loader .s0,
.svg-loader .s1,
.svg-loader .s2,
.svg-loader .s3 {
	opacity: 0;
	transform: translateY(6px) scale(0.98);
	animation-duration: 0.53s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.svg-loader .s3 {
	animation-name: reveal;
	animation-delay: 0s;
}

.svg-loader .s0 {
	animation-name: reveal;
	animation-delay: 0.13s;
}

.svg-loader .s1 {
	animation-name: reveal;
	animation-delay: 0.27s;
}

.svg-loader .s2 {
	animation-name: reveal;
	animation-delay: 0.4s;
}


/* ---------
   KEYFRAMES
--------- */
@keyframes reveal {
	from {
		opacity: 0;
		transform: translateY(6px) scale(0.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

/* ---------
   ACCESSIBILITÉ
--------- */
@media (prefers-reduced-motion: reduce) {
	.svg-loader .s0,
	.svg-loader .s1,
	.svg-loader .s2,
	.svg-loader .s3 {
		animation: none;
		opacity: 1;
		transform: none;
	}
}

/* -------------------------
   TEXTE PRINCIPAL
   (Génération d’expert)
-------------------------- */

.svg-loader .title .s2 {
	opacity: 0;
	transform: translateY(8px) scale(0.95);
	animation-name: letter-bounce;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}


/* Décalage progressif */
.svg-loader .title .s2:nth-of-type(1)  { animation-delay: 0.53s; }
.svg-loader .title .s2:nth-of-type(2)  { animation-delay: 0.57s; }
.svg-loader .title .s2:nth-of-type(3)  { animation-delay: 0.61s; }
.svg-loader .title .s2:nth-of-type(4)  { animation-delay: 0.65s; }
.svg-loader .title .s2:nth-of-type(5)  { animation-delay: 0.69s; }
.svg-loader .title .s2:nth-of-type(6)  { animation-delay: 0.73s; }
.svg-loader .title .s2:nth-of-type(7)  { animation-delay: 0.77s; }
.svg-loader .title .s2:nth-of-type(8)  { animation-delay: 0.81s; }
.svg-loader .title .s2:nth-of-type(9)  { animation-delay: 0.85s; }
.svg-loader .title .s2:nth-of-type(10) { animation-delay: 0.89s; }
.svg-loader .title .s2:nth-of-type(11) { animation-delay: 0.93s; }
.svg-loader .title .s2:nth-of-type(12) { animation-delay: 0.97s; }
.svg-loader .title .s2:nth-of-type(13) { animation-delay: 1.01s; }
.svg-loader .title .s2:nth-of-type(14) { animation-delay: 1.05s; }
.svg-loader .title .s2:nth-of-type(15) { animation-delay: 1.09s; }
.svg-loader .title .s2:nth-of-type(16) { animation-delay: 1.13s; }
.svg-loader .title .s2:nth-of-type(17) { animation-delay: 1.17s; }
.svg-loader .title .s2:nth-of-type(18) { animation-delay: 1.21s; }
.svg-loader .title .s2:nth-of-type(19) { animation-delay: 1.25s; }
.svg-loader .title .s2:nth-of-type(20) { animation-delay: 1.29s; }
.svg-loader .title .s2:nth-of-type(21) { animation-delay: 1.33s; }

/* … tu continues selon le nombre de lettres */



/* Animation de base */
@keyframes letter-bounce {
	0% {
		opacity: 0;
		transform: translateY(8px) scale(0.95);
	}
	70% {
		opacity: 1;
		transform: translateY(-2px) scale(1.02);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

/* -------------------------
   SOUS-TEXTE
   expertise comptable rh
-------------------------- */

.svg-loader g.subtitle .s1 {
	opacity: 0;
	transform: translateY(6px);
	animation: subtitle-reveal 0.4s ease-out forwards;
	animation-delay: 1.4s;
}


@keyframes subtitle-reveal {
	from {
		opacity: 0;
		transform: translateY(6px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.svg-loader .s0,
	.svg-loader .s1,
	.svg-loader .s2,
	.svg-loader .s3 {
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
	}
}



.bg_secondary .section-subtitle,
.bg_secondary .section-title,
.bg_secondary .text-title,
.bg_secondary .accordion-button,
.bg_thirdary .section-subtitle,
.bg_thirdary .section-title,
.bg_thirdary .text-title,
.bg_thirdary .accordion-button,
.bg_fourth .section-subtitle,
.bg_fourth .section-title,
.bg_fourth .text-title,
.bg_fourth .accordion-button {
	color: white !important;
}

.bg_fourth h6 {
	font-size: 18px;
}

.owl-carousel.partner {
	background-color: white !important;
	margin-top: 0;
	padding: 0px 0 25px;
}

.bg_thirdary .wh-area.style-two .wh-content .feature-item-wrap .feature-item .feature-info h3,
.bg_thirdary .wh-area.style-two .wh-content .feature-item-wrap .feature-item .feature-info p {
	color: white !important;
}



.expertise-pagination {
	position: absolute;
	display: flex;
	justify-content: center;
}

.expertise-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #ccc;
	opacity: 1;
	margin: 0 6px;
	border-radius: 50%;
	transition: background-color 0.3s ease;

}

.expertise-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #d31225;
}

.expertise-slider-container {
	margin: 0 50px;
}

@media (max-width: 768px) {
	.expertise-slider-container {
		margin: 0 25px;
	}
}

@media (max-width: 576px) {
	.expertise-slider-container {
		margin: 0 15px;
	}
}

.marquee {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
}

.marquee::before {
	content: '';
	position: absolute;
	top: 0;
	left: -20px;
	width: 100px;
	height: 100%;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		rgba(255,255,255,0) 0%,
		#ffffff 20%,
		#ffffff 80%,
		rgba(255,255,255,0) 100%
	);

	z-index: 2;
}

.marquee::after {
	content: '';
	position: absolute;
	top: 0;
	right: -20px;
	width: 100px;
	height: 100%;
	pointer-events: none;
	background: linear-gradient(
		270deg,
		rgba(255,255,255,0) 0%,
		#ffffff 20%,
		#ffffff 80%,
		rgba(255,255,255,0) 100%
	);

	z-index: 2;
}

.marquee__track {
	display: flex;
	width: max-content;
	gap: 2rem;
	animation: marquee 40s linear infinite;
	/* préparation pour le stop smooth */
}

.marquee__item img {
	height: 80px;
	object-fit: contain;
	display: block;
}


/* Défilement infini */
@keyframes marquee {
	0%   { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

/* Text-shadow hero banner */
.hero-area.style-three .hero-content h1,
.hero-area.style-three .hero-content p {
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

/* Vidéo hero en cover plein écran */
.hero-area.style-three .hero-bg video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wh-box.style-one {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.pb-75 {
	padding-bottom: 75px !important;
}

.counter-card-wrap.alt .counter-card span {
	color: var(--agex-primary) !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	margin-top: 20px;
}

.about-img-wrap .btn.style-white {
	margin-left: 50px;
}

.counter-card svg {
	width: 80px;
}

.service-card.style-two .icon {
	width: 100px;
}
