/* ============================================================
   Top bar + Footer Expinfo — importés pour le site CyberKit
   (repris à l'identique de expinfo.fr : a-propos-de.css + custom.css)
   ============================================================ */

/* ── TOP BAR ── */
:root{--topbar-h:68px;}
.topbar{position:fixed;top:0;left:0;right:0;height:var(--topbar-h);z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:0 2.5rem;background:rgba(8,12,20,0.55);backdrop-filter:blur(18px) saturate(1.6);-webkit-backdrop-filter:blur(18px) saturate(1.6);border-bottom:1px solid rgba(255,255,255,.12);transition:background .3s;}
.topbar.scrolled{background:rgba(8,12,20,0.92);}
.topbar-logo img{height:38px;width:auto;}
.topbar-nav{display:flex;align-items:center;gap:.25rem;list-style:none;margin:0;padding:0;margin-top:12px;}
.topbar-nav li a{padding:.45rem .85rem;border-radius:8px;font-size:.82rem;font-weight:500;color:#7a8499;transition:color .2s,background .2s;white-space:nowrap;text-decoration:none;}
.topbar-nav li a:hover,.topbar-nav li a.active{color:#fff;background:rgba(255,255,255,.08);}
.topbar-nav li a.active{color:#1C93CA;background:rgba(28,147,202,.12);}
.topbar-cta{display:flex;align-items:center;gap:.6rem;margin:0;padding:0;margin-top:12px;}
.topbar-cta a{padding:.5rem 1.1rem;border-radius:8px;font-size:.82rem;font-weight:600;transition:all .2s;white-space:nowrap;text-decoration:none;}
.topbar-cta .btn-ghost{border:1px solid rgba(255,255,255,.12);color:#c8d0e0;}
.topbar-cta .btn-ghost:hover{background:rgba(255,255,255,.06);color:#fff;}
.topbar-cta .btn-fill{background:#1C93CA;color:#fff;border:1px solid #1C93CA;}
.topbar-cta .btn-fill:hover{background:#158ab8;}
.topbar-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:6px;background:none;border:none;}
.topbar-hamburger span{display:block;width:22px;height:2px;background:#c8d0e0;border-radius:2px;transition:all .3s;}
.topbar-hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px);}
.topbar-hamburger.open span:nth-child(2){opacity:0;}
.topbar-hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px);}
.topbar-mobile-nav{display:none;position:fixed;top:var(--topbar-h);left:0;right:0;background:rgba(8,12,20,.97);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.12);z-index:999;padding:1rem 1.5rem 1.5rem;flex-direction:column;gap:.25rem;}
.topbar-mobile-nav.open{display:flex;}
.topbar-mobile-nav a{padding:.7rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500;color:#c8d0e0;text-decoration:none;transition:background .2s,color .2s;}
.topbar-mobile-nav a:hover,.topbar-mobile-nav a.active{background:rgba(28,147,202,.12);color:#1C93CA;}
@media(max-width:900px){.topbar-nav,.topbar-cta{display:none;}.topbar-hamburger{display:flex;}}
#wrapper{padding-top:calc(var(--topbar-h) + 3.5rem);}

/* ── FOOTER : fond montagne ── */
#footer {
	position: relative;
	overflow: hidden;
	padding-bottom: 18vw !important;
	background-color: #2F455C !important;
}
#footer::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 18vw;
	background-image: url('../../images/mountainbanner.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 0;
}
#footer > * {
	position: relative;
	z-index: 1;
}
#footer .inner > ul.menu {
	position: relative;
	z-index: 1;
}
#footer.wrapper.style2-alt{background:#2F455C!important;padding:0 2rem;box-sizing:border-box;width:100%;}

/* ── Marquees (logos clients + réseau) ── */
.marquee-section {
	width: 100%;
	padding: 0 0 24px;
	border-top: 1px solid rgba(255,255,255,0.12);
	margin-top: 8px;
}
.marquee-track-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 16px 0;
}
.fade-overlay-left {
	position: absolute;
	left: 0; top: 0; bottom: 0;
	width: 120px;
	background: linear-gradient(to right, #1C93CA, transparent);
	z-index: 10;
	pointer-events: none;
}
.fade-overlay-right {
	position: absolute;
	right: 0; top: 0; bottom: 0;
	width: 120px;
	background: linear-gradient(to left, #1C93CA, transparent);
	z-index: 10;
	pointer-events: none;
}
@media (max-width: 736px) {
	.fade-overlay-left,
	.fade-overlay-right {
		width: 40px;
	}
}
#logo-track {
	display: flex;
	align-items: center;
	gap: 64px;
	white-space: nowrap;
	animation: logoMarquee 28s linear infinite;
}
@media (max-width: 736px) {
	#logo-track {
		gap: 28px;
		animation-duration: 14s;
	}
}
@keyframes logoMarquee {
	from { transform: translateX(0); }
	to   { transform: translateX(-33.33%); }
}
.logo-item {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 70px;
	opacity: 0.85;
	transition: opacity 0.3s ease;
}
@media (max-width: 736px) {
	.logo-item {
		width: 80px;
		height: 44px;
	}
}
.logo-item:hover {
	opacity: 1;
}
.logo-item img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.label-marquee-section {
	width: 100%;
	padding: 0 0 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.12);
}
#reseau-track {
	display: flex;
	align-items: center;
	gap: 56px;
	white-space: nowrap;
	animation: logoMarquee 22s linear infinite;
}
@media (max-width: 736px) {
	#reseau-track {
		gap: 24px;
		animation-duration: 12s;
	}
}
.label-item {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 90px;
	opacity: 0.55;
	transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (max-width: 736px) {
	.label-item {
		width: 70px;
		height: 58px;
	}
}
.label-item:hover {
	opacity: 1;
	transform: scale(1.08);
}
.label-item img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.footer-marquee {
	margin-top: 0;
	border-top: none;
	padding-top: 16px;
}
.footer-fade-left {
	background: linear-gradient(to right, #2F455C, transparent) !important;
}
.footer-fade-right {
	background: linear-gradient(to left, #2F455C, transparent) !important;
}

/* ── Titres des marquees ── */
.cl-marquee-title-trust {
	color: rgba(255,255,255,0.55);
	font-size: 0.78rem !important;
	font-weight: 600;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 32px;
	margin-bottom: 16px;
	font-family: 'Inter', sans-serif;
}
.cl-marquee-title-certif {
	color: rgba(255,255,255,0.55);
	font-size: 0.78rem !important;
	font-weight: 600;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 32px;
	margin-bottom: 16px;
	font-family: 'Inter', sans-serif;
}

/* ── Footer bar (gauche : légal / droite : contact + réseaux) ── */
.footer-bar {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-top: 28px;
	border-top: 1px solid rgba(255,255,255,0.08);
	margin-top: 16px;
	width: 100%;
}
.footer-left {
	margin: 0 !important;
	padding: 0 !important;
	flex-shrink: 0;
}
.footer-contact-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px 14px;
	font-size: 0.82rem;
	color: rgba(255,255,255,0.50);
}
.footer-contact-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.footer-contact-item span {
	color: rgba(255,255,255,0.50);
}
.footer-contact-item a {
	color: rgba(255,255,255,0.60);
	text-decoration: none;
	border-bottom: none;
	transition: color 0.2s ease;
}
.footer-contact-item a:hover {
	color: #fff;
}
.footer-contact-sep {
	color: rgba(255,255,255,0.20);
	font-size: 0.72rem;
}
.footer-contact-cta {
	display: inline-block;
	padding: 5px 14px;
	border: 1px solid rgba(255,255,255,0.22);
	border-radius: 4px;
	color: rgba(255,255,255,0.70) !important;
	font-size: 0.78rem;
	font-weight: 500;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
	flex-shrink: 0;
}
.footer-contact-cta:hover {
	border-color: rgba(255,255,255,0.50);
	color: #fff !important;
	background: rgba(255,255,255,0.05);
}
.footer-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}
.footer-social {
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer-social-label {
	font-size: 0.72rem;
	color: rgba(255,255,255,0.40);
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-family: 'Inter', sans-serif;
}
.footer-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.22);
	color: rgba(255,255,255,0.65) !important;
	font-size: 0.95rem;
	text-decoration: none !important;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.footer-social-link:hover {
	border-color: rgba(255,255,255,0.60);
	color: #fff !important;
	background: rgba(255,255,255,0.08);
	transform: translateY(-2px);
}
@media screen and (max-width: 736px) {
	.footer-bar {
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
	}
	.footer-right {
		align-items: flex-start;
	}
	.footer-contact-info {
		justify-content: flex-start;
	}
	.footer-contact-sep { display: none; }
}
