.elementor-kit-5{--e-global-color-primary:#0F0A2A;--e-global-color-secondary:#606060;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFFFFF;--e-global-color-0207125:#D9D9D9;--e-global-color-8c31c98:#AC9AFE;--e-global-color-bcc28df:#FDEB74;--e-global-color-2184839:#0066FF;--e-global-typography-primary-font-family:"Stage Grotesk";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Stage Grotesk";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Stage Grotesk";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Stage Grotesk";--e-global-typography-accent-font-weight:700;font-family:"Montserrat", Sans-serif;--e-page-transition-entrance-animation:e-page-transition-slide-out-down;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:600ms;}.elementor-kit-5 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* HEADER */
#site-header.active-bg {
  background-color: rgba(0, 0, 0, 0.85);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* IMAGE REVEAL MASK */
.reveal-mask {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.reveal-mask img {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: center center;
}

/* SPLITTING TITRES */
.title-fade,
.title-slide-up,
.title-rotate {
  display: inline-block;
  overflow: hidden;
}

.title-fade .char,
.title-slide-up .char,
.title-rotate .char {
  display: inline-block;
}


/* === STUDIO63 CUSTOM CURSOR === */
.custom-cursor {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: white;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: difference;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
}

.custom-cursor.hover-link {
  width: 60px;
  height: 60px;
}

/* === MASQUER LE CURSEUR NATIF === *
body, html {
  cursor: none; */

// cards style

.cards {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	width: 90%;
	padding: 2rem;
	&:hover {
		.card {
			background: radial-gradient(
				100rem circle at var(--xPos) var(--yPos),
				rgba($ciBlue, 0.4),
				transparent 15%
			);
		}
	}
	.card {
		width: 20rem;
		height: 15rem;
		background: radial-gradient(
			150rem circle at 0 0,
			rgba($ciBlue, 0),
			transparent 0%
		);
		border-radius: 0.5rem;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		transition: all 0.15s;
		&:hover {
			transform: scale(0.97);
			&::before {
				opacity: 1;
			}
		}
		&::before {
			content: "";
			height: 100%;
			width: 100%;
			position: absolute;
			top: 0;
			left: 0;
			border-radius: inherit;
			background: radial-gradient(
				60rem circle at var(--xPos) var(--yPos),
				rgba($ciBlue, 0.1),
				transparent 35%
			);
			opacity: 0;
			transition: all 0.15s ease-in-out;
		}
		.card-content {
			background-color: #13161c;
			border-radius: inherit;
			transition: all 0.25s;
			height: calc(100% - 0.1rem);
			width: calc(100% - 0.1rem);
		}
	}
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Stage Grotesk';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://afitech.studio63.fr/wp-content/uploads/2025/04/StageGrotesk-Regular.woff2') format('woff2'),
		url('https://afitech.studio63.fr/wp-content/uploads/2025/04/StageGrotesk-Regular.woff') format('woff'),
		url('https://afitech.studio63.fr/wp-content/uploads/2025/04/StageGrotesk-Regular.ttf') format('truetype'),
		url('https://afitech.studio63.fr/wp-content/uploads/2025/04/StageGrotesk-Regular.svg#StageGrotesk') format('svg');
}
@font-face {
	font-family: 'Stage Grotesk';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://afitech.studio63.fr/wp-content/uploads/2025/04/StageGrotesk-Light.eot');
	src: url('https://afitech.studio63.fr/wp-content/uploads/2025/04/StageGrotesk-Light.eot?#iefix') format('embedded-opentype'),
		url('https://afitech.studio63.fr/wp-content/uploads/2025/04/StageGrotesk-Light.woff2') format('woff2'),
		url('https://afitech.studio63.fr/wp-content/uploads/2025/04/StageGrotesk-Light.woff') format('woff'),
		url('https://afitech.studio63.fr/wp-content/uploads/2025/04/StageGrotesk-Light.ttf') format('truetype'),
		url('https://afitech.studio63.fr/wp-content/uploads/2025/04/StageGrotesk-Light.svg#StageGrotesk') format('svg');
}
@font-face {
	font-family: 'Stage Grotesk';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://afitech.studio63.fr/wp-content/uploads/2025/04/StageGrotesk-Bold.eot');
	src: url('https://afitech.studio63.fr/wp-content/uploads/2025/04/StageGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://afitech.studio63.fr/wp-content/uploads/2025/04/StageGrotesk-Bold.woff2') format('woff2'),
		url('https://afitech.studio63.fr/wp-content/uploads/2025/04/StageGrotesk-Bold.woff') format('woff'),
		url('https://afitech.studio63.fr/wp-content/uploads/2025/04/StageGrotesk-Bold.ttf') format('truetype'),
		url('https://afitech.studio63.fr/wp-content/uploads/2025/04/StageGrotesk-Bold.svg#StageGrotesk') format('svg');
}
/* End Custom Fonts CSS */