/*** 06/12/24 : 15:00 ***/

/* ======================================== */
/* section_edito#pro_testies
/* ======================================== */

.section_edito#pro_testies .ctn_section{
    flex-direction: column;
    }
.section_edito#pro_testies .ctn_section > * + *{
    margin-top: var(--aox-30px);
    }
.section_edito#pro_testies .ctn_section > .ctn_title + .ctn_carrousel, 
.section_edito#pro_testies .ctn_section > .ctn_carrousel + .ctn_title {
    margin-left: 0;
    }
.section_edito#pro_testies .ctn_section .ctn_text .t_title.t_small{
    font-size:var(--aox-fs-40px) !important; 
    }

/* ======================================== */
/* section_GSS_focus
/* ======================================== */

.section_GSS_focus {
	position: relative;
	overflow: unset;
	padding: 0;
    margin-bottom: var(--aox-150px);
	height: calc(2450px + 100vh);
	color: black;
	background: white;
	}
.section_GSS_focus .ctn_section {
	position: sticky;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	}

.section_GSS_focus .ctn_text {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: calc(var(--aox-external-gutter) + var(--aox-col-3-gutter));
	width: var(--aox-col-9);
	transform: translateY(-50%);
	}
.section_GSS_focus .ctn_text .t_title.t_small {
    font-size: var(--aox-fs-56px) !important;
    line-height: 1;
    }
.section_GSS_focus .ctn_text .t_desc {
	font-size: var(--aox-fs-30px) !important;
    line-height: var(--aox-lh-120);
	}
.section_GSS_focus .ctn_text .t_desc .t_large {
    font-size: var(--aox-fs-30px) !important;
    line-height: var(--aox-lh-120);
    }
.section_GSS_focus .ctn_text .t_desc .t_small {
    font-size: var(--aox-fs-16px) !important;
    line-height: var(--aox-lh-120);
    }
.section_GSS_focus .ctn_text .t_desc .t_large + .t_small{
    margin-top: var(--aox-5px);
    }
.section_GSS_focus .ctn_text .ctn_button {
    margin-top: var(--aox-40px);
    }
.section_GSS_focus .ctn_text .t_legal {
	position: relative;
	margin-top: var(--aox-30px);
	}

.section_GSS_focus .ctn_background {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: white;
	}
.section_GSS_focus .ctn_background .obj_video {
	height: 100%;
	width: 100%;
    }
.section_GSS_focus .ctn_background .obj_video .ctn_video,
.section_GSS_focus .ctn_background img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 100%;
	height: 100%;
	width: auto;
	max-width: none;
	transform: translate(-50%, -50%);
	clip-path: inset(1px 1px);
    }


/***/

@media screen and (max-width: 767px) {

	.section_GSS_focus {
		height: calc(1000px + 100vh);
		}
	.section_GSS_focus .ctn_text {
		top: auto;
		bottom: 15%;
		left: 50%;
		width: var(--aox-grid);
		transform: translate(-50%, 0);
		}
    .section_GSS_focus .ctn_text .t_subtitle {
        font-size: var(--aox-fs-22px) !important;
        }
	.section_GSS_focus .ctn_text .t_title {
		font-size: var(--aox-fs-30px) !important;
		}
    .section_GSS_focus .ctn_text .t_title.t_small {
        font-size: var(--aox-fs-26px) !important;
        }
	.section_GSS_focus .ctn_text .t_desc {
		font-size: var(--aox-fs-18px) !important;
		}
    .section_GSS_focus .ctn_text .t_desc .t_large {
        font-size: var(--aox-fs-18px) !important;
        }
    .section_GSS_focus .ctn_text .t_desc .t_small {
        font-size: var(--aox-fs-14px) !important;
        line-height: var(--aox-lh-110);
        }
    .section_GSS_focus .ctn_text .t_desc .t_large + .t_small {
        margin-top: var(--aox-2px);
        }
    .section_GSS_focus .ctn_text .t_desc + .t_desc{
        margin-top: var(--aox-10px);
        }
	.section_GSS_focus .ctn_text .ctn_button {
		margin-top: var(--aox-20px);
		}
	.section_GSS_focus .ctn_text .t_legal {
        margin-top: var(--aox-20px);
		font-size: var(--aox-fs-11px) !important;
		line-height: 1.2;
		}

	.section_GSS_focus .ctn_background .ctn_gradient {
		display: block;
		height: 100%;
		width: 100%;
		position: absolute;
		z-index: 2;
		top: 0%;
		left: 0%;
		background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 50%);
		}

	}

/* ======================================== */
/* section_VCS_performance
/* ======================================== */

.section_VCS_performance {
	padding: 0;
	height: 100vh;
	color: white;
	background: black;
	}
.section_VCS_performance .ctn_section {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: var(--aox-180px) 0 var(--aox-60px) 0;
	text-align: center;
	}

.section_VCS_performance .t_title {
	position: relative;
	z-index: 2;
	font-weight: 400;
	}

.section_VCS_performance .ctn_subtitles {
	position: relative;
	z-index: 2;
	margin-top: var(--aox-120px);
	height: var(--aox-120px);
	width: 100%;
	}
.section_VCS_performance .ctn_subtitles .t_subtitle {
	position: absolute;
	top: 50%;
	width: 100%;
	opacity: 0;
	font-weight: 700;
	font-size: var(--aox-fs-100px) !important;
	letter-spacing: -0.05em;
	text-align: center;
	transform: scale(90%) translateY(-50%);
	transform-origin: center center;
	transition: all ease 200ms;
	}
.section_VCS_performance .ctn_subtitles .t_subtitle.is_active {
	opacity: 1;
	transform: scale(100%) translateY(-50%);
	}

.section_VCS_performance .ctn_icons {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: var(--aox-24px);
	margin-top: var(--aox-24px);
	}
.section_VCS_performance .ctn_icons .ctn_icon {
	display: block;
	height: var(--aox-80px);
	width: var(--aox-60px);
	transition: all ease 200ms;
	}
.section_VCS_performance .ctn_icons .ctn_icon img {
	height: 100%;
	width: 100%;
	}
.section_VCS_performance .ctn_icons .ctn_icon.is_active {
	height: var(--aox-80px);
	width: var(--aox-80px);
	}

.section_VCS_performance .ctn_steps {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	}
.section_VCS_performance .ctn_steps .ctn_step {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0; 
	transition: all ease 200ms;
	}
.section_VCS_performance .ctn_steps .ctn_step.is_active {
	opacity: 1;
	}
.section_VCS_performance .ctn_steps .ctn_step .ctn_background.background_mobile {
	display: none;
	}
.section_VCS_performance .ctn_steps .ctn_step .ctn_background,
.section_VCS_performance .ctn_steps .ctn_step .ctn_background .obj_video,
.section_VCS_performance .ctn_steps .ctn_step .ctn_background .obj_video video {
	height: 100%;
	width: 100%;
	}
.section_VCS_performance .ctn_steps .ctn_step .ctn_background .obj_video video {
	object-fit: cover;
	object-position: center center;
	}

.section_VCS_performance .t_legal {
	position: relative;
	z-index: 2;
	margin-top: auto;
	color: white !important;
	}

/***/

@media screen and (max-width: 767px) {

	.section_VCS_performance .ctn_section {
		padding: var(--aox-140px) 0 var(--aox-40px) 0;
		}

	.section_VCS_performance .ctn_subtitles .t_subtitle {
		font-size: var(--aox-fs-60px) !important;
		}

	.section_VCS_performance .ctn_icons {
		gap: var(--aox-12px);
		margin-top: var(--aox-16px);
		}
	.section_VCS_performance .ctn_icons .ctn_icon {
		height: var(--aox-70px);
		width: var(--aox-50px);
		}
	.section_VCS_performance .ctn_icons .ctn_icon.is_active {
		height: var(--aox-70px);
		width: var(--aox-70px);
		}

	.section_VCS_performance .ctn_steps .ctn_step .ctn_background.background_desktop {
		display: none;
		}
	.section_VCS_performance .ctn_steps .ctn_step .ctn_background.background_mobile {
		display: block;
		}

	}