.phone-theme-btn.phone-bt-support-now {
	background: #2e3192 !important;
	background: -moz-linear-gradient(45deg, var(--agex-primary) 8%, color-mix(in srgb, var(--agex-primary) 70%, white) 100%) !important;
	background: -webkit-linear-gradient(45deg, var(--agex-primary) 8%, color-mix(in srgb, var(--agex-primary) 70%, white) 100%) !important;
	background: linear-gradient(45deg, var(--agex-primary) 8%, color-mix(in srgb, var(--agex-primary) 70%, white) 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);
}

/* ============================= */
/* WRAPPER GÉNÉRAL */
/* ============================= */

.header-top {
	width: 100%;
	position: relative;
	z-index: 9999;
	padding: 10px 0px;
	background-color: var(--agex-secondary);
}

@media (max-width: 1200px) {
	.header-top {
		z-index: 2;
	}

	.pbmit-menu-wrap ul.navigation > li {
		width: 100%;
	}
}

.header-top .container-actualite-defilante {
	width: 100%;
	margin-right: 15px;
}

.header-top .container-actualite-defilante p,
.header-top .container-actualite-defilante a{
	margin-bottom: 0;
	color: white;
}

.header-top .container-actualite-defilante a {
	text-decoration: underline;
}

.header-top .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* ============================= */
/* MENU PRINCIPAL */
/* ============================= */

.header-top .menu > ul {
	display: flex;
	gap: 20px;
}

.header-top .menu > ul > li {
	position: relative;
}

.header-top .menu > ul > li > a {
	display: flex;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	white-space: nowrap;
	color: white;
	font-size: 15px;
}

@media (max-width: 1400px) {
	.header-top .menu > ul > li > a {
		font-size: 13px;
	}
}



/* ============================= */
/* SOUS-MENU */
/* ============================= */

.header-top .menu .menu-subs {
	position: absolute;
	top: 100%;
	transform: translateY(20%);
	left: 0;
	background-color: white;
	flex-direction: column;
	min-width: 200px;
	padding: 10px 0;
	z-index: -1;
	pointer-events: none;
	opacity: 0;
	transition: all 0.3s ease;
	display: flex;
	border-radius: 10px;
	border-top: 4px solid var(--agex-primary);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.header-top .menu .menu-subs.right {
	left: auto;
	right: 0;
}


.header-top .menu .menu-subs li {
	width: 100%;
}

.header-top .menu .menu-subs a {
	display: block;
	padding: 8px 16px;
	text-decoration: none;
	white-space: nowrap;
	color: black;
	transition: all 0.3s ease;
}

.header-top .menu .menu-subs a:hover {
	transform: translateX(5px);
	color: var(--agex-primary);
}

/* ============================= */
/* AFFICHAGE AU HOVER */
/* ============================= */

.header-top .menu .menu-item-has-children:hover > .menu-subs {
	opacity: 1;
	transform: translateY(0);
	z-index: 1000;
	pointer-events: auto;
}

/* ============================= */
/* SECTION EXPERTISE - gradient SVG */
/* ============================= */

#expertise {
	isolation: isolate;
}

.expertise-divider-svg {
	display: block;
	width: 100%;
}

#expertise {
	padding-top: 150px;
}

.bg-container-sunset {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.bg-container-sunset .bg-blue {
	height: 300px;
	width: 100%;
	margin-top: -0px;
	background: linear-gradient(to bottom, #99ddf7, transparent);
}

.partner {
	margin-top: 20px !important;
}

.ks-testimonial-active {
	max-width: 70%;
}

@media (max-width: 1300px) {
	.header-style-one .main-menu .navigation > li a {
		font-size: 12px !important;
	}

	.header-style-one .action-box .theme-btn {
		margin-left: 13px;
	}
}

/* Welyb videos */
.welyb-videos {
	padding: 10px 0 0;
}

.welyb-videos-title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
	color: var(--agex-primary);
	text-align: center;
}

.welyb-video-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/* Facade (thumbnail + play btn) */
.welyb-video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 10px;
	background: #000;
	cursor: pointer;
}

.welyb-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 10px;
}

.welyb-video-thumb {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	transition: transform 0.35s ease, filter 0.35s ease;
	filter: brightness(0.82);
}

.welyb-video-facade:hover .welyb-video-thumb {
	transform: scale(1.04);
	filter: brightness(0.65);
}

/* Play button */
.welyb-play-btn {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.welyb-play-btn svg {
	width: 64px;
	height: 45px;
	transition: transform 0.25s ease;
	filter: drop-shadow(0 2px 8px rgba(0,0,0,0.45));
}

.welyb-play-shape {
	fill: var(--agex-primary, #2e3192);
	transition: fill 0.25s ease;
}

.welyb-play-arrow {
	fill: #fff;
}

.welyb-video-facade:hover .welyb-play-btn svg {
	transform: scale(1.12);
}

.welyb-video-facade:hover .welyb-play-shape {
	fill: #fff;
}

.welyb-video-facade:hover .welyb-play-arrow {
	fill: var(--agex-primary, #2e3192);
}

.welyb-video-caption {
	font-size: 0.9rem;
	font-weight: 600;
	text-align: center;
	margin: 0;
	color: var(--pbmit-blackish-color, #1d1d1d);
}

.pbmit-testimonial-style-1 .pbminfotech-box-title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
	margin-top: 5px;
	color: var(--pbmit-global-color);
}

.ihbox-telephone {
	box-shadow: 0 4px 24px rgba(50, 104, 212, 0.12);
	border-radius: 16px;
	padding: 40px 20px;
}

.ihbox-adresse {
	box-shadow: 0 4px 24px rgba(230, 3, 170, 0.12);
	border-radius: 16px;
	padding: 40px 20px;
}

.ihbox-horaires {
	box-shadow: 0 4px 24px rgba(50, 104, 212, 0.12);
	border-radius: 16px;
	padding: 40px 20px;
}

@media (max-width: 1300px) {
	.site-navigation ul.navigation > li > a {
		font-size: 13px;
	}
}

@media (max-width: 1199px) {
	.main-menu .navigation {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}

}

.pt-200 {
	padding-top: 200px;
}

.pt-150 {
	padding-top: 150px;
}

.pb-100 {
	padding-bottom: 100px;
}
