:root {
	--colorBgDefault: linear-gradient(135deg, #2C2A4A, var(--color2));
	--colorTextDefault: #eeeeee;
	--color2: #7C3AED;
	--color3: #ABED3A;
	--infra-bg: #3B185F;
	--infra-txt: #E3D2F4; /* #78c22e */
	--cyber-bg: #DD9DF6; /* #B939ED */
	--cyber-txt: #000000; /* #050803; */
	--cloud-bg: #800051; /* #FF2EB1 */
	--cloud-txt: #ffffff; /* #061e0f; */
	--maintenance-bg: #FF9999; /* #FF6B6B */
	--maintenance-txt: #000000; /* #0d1c1c; */
	--dev-bg: #ACED3B;
	--dev-txt: #000000;
}

body {
	font-family: montserrat, Arial, sans-serif;
	background: #111827;
	color: white;
	transition: 0.8s;
	overflow-x: hidden;
}

.main-body {
	padding-top: 0;
}

.panel.row:before,
.panel.row:after {
	content: none;
	display: none !important;
}

.panel {
	min-height: 100vh;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	padding: 120px 10% 120px 15%;
	position: relative;
	text-align: center;
}

.panel .text h1 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.panel .text {
	margin-bottom: 1rem;
}

.panel .text p {
	font-size: 1.2rem;
	line-height: 1.6;
}

.panel .illu {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.panel .illu::before {
	content: "";
	position: absolute;
	width: 250px;
	height: 250px; /* background: var(--color2); */
	background: #ffffff;
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.35;
}

.panel .illu svg {
	width: min(50%, 260px);
	position: relative;
	z-index: 2;
}

.panel .actions {
	padding-top: 2rem;
	padding-bottom: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .5rem;
	justify-content: space-around;
}

/*  ============= HERO =============  */

.hero {
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center; /* background:linear-gradient(135deg,#10294f,#0e5ba5); */
	background: linear-gradient(135deg, #2C2A4A, var(--color2));
}

.hero-content {
	text-align: center; /* padding-top: 120px; */ /* padding-bottom: 120px; */
}

.hero h1 {
	font-size: 64px;
	margin-bottom: 20px;
	padding-top: 4rem;
}

button,
.btn {
	padding: 15px 35px;
	border: none;
	border-radius: 30px;
	background: var(--color2);
	color: white;
	cursor: pointer;
	text-decoration: none;
	margin: .5rem 0; /* text-wrap: nowrap; */
}

.hero .pSpe {
	max-width: 40em;
	margin: 0 auto 40px;
	text-align: left;
	font-size: 1.2rem;
}

.hero .pSpe:first-of-type {
	padding-top: 120px;
}

/*  ============= SLOGAN =============  */

.slogan {
	position: relative; /* width: 90vw; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	border-radius: 9px;
}

.slogan .splittext {
	color: #dfdcff;
	font-size: clamp(2rem, 12rem, 4vw);
	line-height: 1.2;
	box-sizing: border-box;
	padding: 5%;
	width: 100%;
	text-align: center;
	perspective: 500px;
	max-width: 90rem;
	font-weight: bold;
}

/*  ============= TOC =============  */

.toc {
	display: none;
	position: fixed;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
}

.toc a {
	display: block;
	padding: 12px 0;
	position: relative;
	color: #999;
	text-decoration: none;
	transition: color .3s;
	max-height: 3rem;
	display: flex;
	align-items: center;
}

.toc a.active {
	color: white;
}

.toc svg {
	width: 4rem;
}

.active-bg {
	position: absolute;
	inset: 0;
	background: #ffffff22;
	border-radius: 8px;
	z-index: -1;
}

.toc-marker {
	position: absolute;
	left: 0;
	width: 4px;
	border-radius: 99px;
	background: currentColor;
}

/*  ============= Activites =============  */

/* .activities {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));

  gap: 2rem;

  width: min(1200px, 90%);
  margin: 0 auto;
}
*/

.activities {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
}

.group-activity {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
	margin: 0 auto;
	padding: 2rem 0;
	padding-right: 3rem;
}

.group-activity.pc { /* max-width: 900px; */
}

.group-activity.pc:before {
	content: 'Package CUBE';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	writing-mode: vertical-lr;
	background: linear-gradient(90deg, transparent 0%, var(--color2) 100%);
	height: 100%;
	line-height: 3rem;
	padding-left: 80%;
	border-radius: 0 3rem 3rem 0;
	font-weight: 600;
	font-size: 1.6rem;
}

.activity-card { /* width: 15vw;
  min-width: 200px; */ /* width: clamp(200px, 25%, 280px); */
	width: 200px;
}

.activity-card {
	position: relative;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.04);
	backdrop-filter: blur(12px);
	overflow: hidden;
	cursor: pointer;
}

.activity-card .linkActivity {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	padding: 2.5rem 2rem;
}

.activity-card__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
}

.activity-card__icon svg {
	width: 168px;
	height: 168px;
}

.activity-card__title {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
}

.activity-card__line {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: var(--secondary);
	transform-origin: left center;
	transform: scaleX(0);
}

/*# sourceMappingURL=accueil.css.map */

@media (min-width: 375px) {

.toc {
	display: block;
	left: 5px;
}

}

@media (min-width: 900px) {

.panel {
	grid-template-columns: 1fr 1fr;
	text-align: left;
}

.panel .text p {
	max-width: 500px;
}

.panel .illu svg {
	width: 260px;
}

.panel .text h1 {
	font-size: 4rem;
}

.panel .actions {
	flex-direction: row;
	flex-wrap: wrap;
}

.toc {
	left: 40px;
}

.activity-card {
	width: 280px;
}

}

@media (min-width: 1280px) {

.activity-card {
	width: 200px;
}

}

