header.header .header-cover,
header.header.sticky .header-cover {
	position: relative;
}

.v2-h2 {
	font-weight: 600 !important;
}

/* Section */
.v2-admissibles-section {
	padding: 3.0625rem 0;
	background-color: #fff;
}

.v2-admissibles-section .v2-admissibles-inner {
	max-width: calc(100% - 30px);
    margin: 0 auto;
    width: 86rem;
    padding: 0 1.125rem;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.admissibles-img {
	max-height: 300px;
	border-radius: 0.625rem;
	overflow: hidden;
}

.admissibles-img img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: auto;
	min-height: 100%;
}

.v2-admissibles-section .v2-admissibles-inner .v2-h2 {
	font-size: 22px;
	margin: 0 0 0.75rem 0;
	color: #562c80;
	text-transform: uppercase;
}

.v2-admissibles-section .admissibles-subtitle {
	font-size: 20px;
	font-weight: 400;
}

.admissibles-title {
	margin-bottom: 30px;
}

.admissibles-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-auto-rows: 1fr;
	grid-auto-flow: row;
	grid-gap: 15px;
	max-width: 450px;
	margin: 0 auto;
}

.admissibles-btn-layout a {
	background-color: #562c80;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	width: 100%;
	padding: 14px;
	cursor: pointer;
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.admissibles-btn-layout a:hover {
	background-color: #7a5c9f;
}

/* Composant alert-box */
.v2-home-banner>.alert-open,
.v2-home-banner>.alert-box {
	display: none;
}

.v2-home-banner .alert-open {
	background-color: #562c80;
	position: absolute;
	top: 1.25rem;
	right: calc(0.9375rem * 1.7);
	height: auto;
	width: max-content;
	padding: 15px;
	border-radius: 5px;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	transition: all .2s ease;
	cursor: pointer;
	outline: none;
    appearance: none;
    border: none;
}

.v2-home-banner .alert-box-content {
	background-color: #fff;
	position: relative
}

.v2-home-banner .close-alert {
	position: absolute;
	top: 20px;
	left: 10px;
	right: auto;
	z-index: 2;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	outline: none;
    appearance: none;
    border: none;
    background-color: white;
}

.v2-home-banner .close-alert:before,
.v2-home-banner .close-alert:after {
	background-color: #838383;
	height: 1rem;
}

.v2-home-banner .close-alert:before {
	transform: translate(0px, 5px) rotate(43deg);
}

.v2-home-banner .close-alert:after {
	transform: translate(0px, 5px) rotate(-43deg);
}

.v2-home-banner .alert-open.active {
	opacity: 1;
	visibility: visible;
}

.v2-home-banner .alert-open:hover {
	background-color: #7a5c9f;
}

.swiper-button-prev {
	left: 20px;
}

.swiper-button-next {
	right: 20px;
}

.v2-home-banner .alert-box {
	position: absolute;
	top: auto !important;
	height: auto;
	visibility: hidden;
	opacity: 0;
	transition: all .2s ease;
	border-top: 2px solid #562c80;
}

.v2-home-banner .alert-box.active {
	opacity: 1;
	visibility: visible;
}

.swiper-button {
	background-color: #562c80;
	color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	width: 20px;
	transform: translateY(25%);
}

.swiper-button svg {
	fill: #fff;
	height: 12px;
	width: 12px;
}

.swiper-button-prev svg {
	transform: translateX(-1px);
}

.swiper-button-next svg {
	transform: translateX(1px);
}

.v2-home-banner .alert-box .alert-listcover {
	text-align: center;
	width: 100%;
}

.v2-home-banner .alert-box .alert-listcover .alert-item {
	position: relative;
	background-color: #fff;
	width: 100%;
	margin: auto;
	padding: 10px 40px;
}

.v2-home-banner .alert-box .alert-listcover  p {
	color: #562c80;
	font-size: 14px;
}

.v2-home-banner .alert-box .alert-btn-wrap {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

.v2-home-banner .alert-box .alert-btn-wrap a i {
	text-decoration: none;
	margin-right: 10px;
}

/* Composant slider */
.v2-home-banner {
	margin-bottom: 0;
}

.v2-home-banner .v2-home-slider-container {
	position: relative;
	height: calc(100vh - 80px);
	overflow: hidden;
}

.v2-home-banner .v2-home-slider-container .v2-home-banner-pic {
	position: absolute;
	top: 80px;
	left: -100px;
	height: 100%;
	width: auto;
	object-fit: cover;
	object-position: top;
	max-width: none;
}

.v2-home-banner .v2-home-slider-container .v2-home-banner-text-wrapper {
	position: absolute;
	top: 54%;
	left: 0;
	width: 100%;
}

.v2-home-banner .v2-home-slider-container .v2-home-banner-text {
	text-align: center;
	color: #2f2f2f;
	width: 86rem;
    padding: 0 1.125rem;
	margin: 0 auto;
    max-width: calc(100vw - 100px);
}

.v2-home-banner .v2-home-slider-container .v2-home-banner-text .v2-home-banner-title {
	font-size: 28px;
	font-weight: 600;
	color: #2f2f2f;
	text-shadow: 1px 1px 30px rgba(0, 0, 0, .5);
}

.v2-home-banner .v2-home-slider-container .v2-home-banner-text .v2-home-banner-sub {
	display: none;
}

.v2-home-banner .v2-home-banner-ctas {
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	white-space: nowrap;
}

.v2-home-banner .v2-home-banner-ctas {
	margin: 20px auto;
}

.v2-home-banner .v2-home-banner-ctas a {
	margin: .5rem;
}

/* Composant home profil */
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner .step-checkbox span,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner-pro .step-checkbox span,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner .step-checkbox a,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner-pro .step-checkbox a,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner div[class*=profil-step].v2-profil-step-active .step-checkbox input:checked + span,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner-pro div[class*=profil-step].v2-profil-step-active .step-checkbox input:checked + span,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner-entreprise div[class*=profil-step].v2-profil-step-active .step-checkbox input:checked + span {
	background-color: transparent;
	border: 0;
}

.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc .v2-home-profil-links ul li,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc .v2-home-profil-links ul li a,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-profil-checker .profil-checkbox,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner div[class*=profil-step].v2-profil-step-active .step-checkbox,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner-pro div[class*=profil-step].v2-profil-step-active .step-checkbox,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner-entreprise div[class*=profil-step].v2-profil-step-active .step-checkbox,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner .v2-profil-submit,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner-pro .v2-profil-submit {
	background-color: #562c80;
	transition: background-color .2s ease-out;
	color: #fff;
	cursor: pointer;
	border: 0;
}

.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc .v2-home-profil-links ul li:hover,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc .v2-home-profil-links ul li:hover a,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc .v2-home-profil-links ul li a:hover,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-profil-checker .profil-checkbox:hover,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner div[class*=profil-step].v2-profil-step-active .step-checkbox:hover,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner-pro div[class*=profil-step].v2-profil-step-active .step-checkbox:hover,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner-entreprise div[class*=profil-step].v2-profil-step-active .step-checkbox:hover,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner div[class*=profil-step].v2-profil-step-active .step-checkbox:hover span,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner div[class*=profil-step].v2-profil-step-active .step-checkbox:hover a,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner-pro div[class*=profil-step].v2-profil-step-active .step-checkbox:hover span,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner-pro div[class*=profil-step].v2-profil-step-active .step-checkbox:hover a,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner-entreprise div[class*=profil-step].v2-profil-step-active .step-checkbox:hover span,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner-entreprise div[class*=profil-step].v2-profil-step-active .step-checkbox:hover a,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner .v2-profil-submit:hover,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner-pro .v2-profil-submit:hover,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner div[class*=profil-step].v2-profil-step-active .step-checkbox input:checked + span,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner-pro div[class*=profil-step].v2-profil-step-active .step-checkbox input:checked + span,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner-entreprise div[class*=profil-step].v2-profil-step-active .step-checkbox input:checked + span {
	background-color: #7a5c9f;
	color: #fff;
	border: 0;
}

.v2-home-banner .v2-home-profil {
	position: auto;
	margin: 0;
	transform: translate(0);
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
}

.v2-home-banner .v2-home-profil .v2-home-profil-container {
	background: #fff;
}

.v2-home-banner .v2-home-profil .v2-home-profil-container.isAdmissible {
	background: #f2f2f2;
}

.v2-home-banner .v2-home-profil .v2-home-profil-bloc {
	background-color: transparent;
	padding: 20px 20px 30px 20px;
}

.v2-home-banner .v2-home-profil .v2-home-profil-bloc:first-of-type {
	display: none;
}

.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc {
	margin: 0;
}

.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-profil-checker .profil-checkbox input[type=checkbox][value=etudiant] + .v2-profil-label:before,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-profil-checker .profil-checkbox input[type=checkbox][value=professionel] + .v2-profil-label:before,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-profil-checker .profil-checkbox input[type=checkbox][value=entreprise] + .v2-profil-label:before {
	display: none;
}

.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-profil-checker .profil-checkbox {
	background-color: #562c80;
}

.v2-home-banner .v2-home-profil .v2-home-profil-splitbar {
	display: none;
}

.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc.v2-profil-form-visible .v2-home-profil-form-inner div[class*=profil-step].v2-profil-step-active .step-checkbox {
	background-color: #562c80;
}

.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-profil-checker .profil-checkbox .v2-profil-label,
.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc .v2-home-profil-links ul li a {
	font-size: 18px;
}

.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc .v2-home-profil-links ul li a {
	justify-content: center;
	font-size: 18px;
}

.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc .v2-home-profil-links ul li {
	background-color: #562c80;
	border-radius: 10px;
	padding: 14px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 450px;
}

.v2-home-banner .v2-home-profil .v2-home-profil-bloc .v2-home-profil-form-bloc .v2-home-profil-links ul li a:before {
	display: none;
}

/* Composant agenda */
.v2-home-agenda {
	background-color: #f2f2f2;
	padding: 3.0625rem 0;
}

.v2-home-agenda .v2-home-agenda-inner .v2-h2 {
	color: #562c80;
}

.v2-home-agenda .v2-home-agenda-inner .v2-home-agenda-row .v2-home-agenda-item {
	width: 100%;
}

.v2-home-agenda .v2-home-agenda-inner .v2-home-agenda-row .v2-home-agenda-col-item {
	margin-top: 30px;
}

.v2-home-agenda .v2-home-agenda-inner .v2-home-agenda-row .v2-home-agenda-item .v2-home-agenda-date {
	padding: 20px;
	background-color: #562c80;
	width: 80px;
    max-width: 80px;
    min-width: 80px;
}

.v2-home-agenda .v2-home-agenda-inner .v2-home-agenda-row .v2-home-agenda-item .v2-home-agenda-date .day,
.v2-home-agenda .v2-home-agenda-inner .v2-home-agenda-row .v2-home-agenda-item .v2-home-agenda-date .month {
	font-size: 20px;
	font-weight: 600;
}

.v2-home-agenda .v2-home-agenda-inner .v2-home-agenda-row .v2-home-agenda-item .v2-home-agenda-date .v2-home-agenda-horaire {
	font-size: 16px;
	font-weight: 300;
	white-space: nowrap;
	word-spacing: -4px;
	text-align: center;
}

.v2-home-agenda .v2-home-agenda-inner .v2-home-agenda-row .v2-home-agenda-item .v2-home-agenda-infos {
	width: 100%;
}

.v2-home-agenda .v2-home-agenda-date .v2-home-agenda-splitbar {
	background-color: #fff;
	margin: 10px auto;
	height: 1px;
	width: 100%;
	max-width: 40px;
}

.v2-home-agenda .v2-home-agenda-date .little-separator {
	background: #fff;
	height: 2px;
	width: 5px;
	margin: 7.5px 0;
}

.v2-home-agenda .v2-home-agenda-inner .v2-home-agenda-row .v2-home-agenda-item .v2-home-agenda-infos .v2-home-agenda-title {
	margin-bottom: 1rem;
	font-weight: 600;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
		-webkit-line-clamp: 2;
		-moz-line-clamp: 3;
		-ms-line-clamp: 3;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-ms-box-orient: vertical;
}

.v2-home-agenda .v2-home-agenda-inner .v2-home-agenda-row .v2-home-agenda-item .v2-home-agenda-infos .v2-home-agenda-excerpt {
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.4;
	display: -webkit-box;
		-webkit-line-clamp: 4;
		-moz-line-clamp: 4;
		-ms-line-clamp: 4;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-ms-box-orient: vertical;
}

/* Composant actu */
.v2-home-actu {
	padding: 3.0625rem 0;
}

.v2-home-actu .v2-home-actu-inner .v2-home-actu-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	overflow-x: scroll;
}

.v2-home-actu-slide {
	display: flex;
	max-width: 370px;
	width: calc(100vw - 50px);
	padding: 0 15px;
	flex-shrink: 0;
}

.v2-home-actu-slide-item {
	border: 1px solid #e8e9f4;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0;
	transition: box-shadow 300ms ease-out;
}

.v2-home-actu-slide-item:hover {
	box-shadow: 2px 5px 17px 0 rgb(0 0 0 / 15%);
}

.v2-home-actu-slide-item:hover .v2-home-actu-pic img {
	transform: scale(1.1);
}

.v2-home-actu-slide-item .v2-home-actu-pic {
	height: 200px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
	border-radius: 10px 10px 0 0;
}

.v2-home-actu-slide-item .v2-home-actu-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 300ms ease-out;
}

.v2-home-actu-slide-item .v2-home-actu-content {
	height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	padding: 20px 15px;
}

.v2-home-actu-slide-item .v2-home-actu-content .v2-home-actu-content-text .v2-home-actu-date {
	color: #aba09a;
	font-size: 14px;
}

.v2-home-actu-slide-item .v2-home-actu-content .v2-home-actu-content-text .v2-home-actu-title {
	margin-top: 10px;
	font-weight: 600;
	text-overflow: ellipsis;
}

.v2-home-actu-slide-item .v2-home-actu-content .v2-home-actu-content-text .v2-home-actu-extrait-text {
	margin-top: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.v2-home-actu-slide-item .v2-home-actu-content .v2-home-actu-content-buttons {
	max-width: calc(100% - 65px);
}

.v2-home-actu-slide-item .v2-home-actu-content .v2-home-actu-content-buttons .actu-btn {
	border-radius: 5px;
	width: max-content;
	max-width: 100%;
	white-space: nowrap;
	background-color: #fff;
	border: 1px solid #a692bf;
	color: #aa95bf;
	padding: 7px 15px;
	font-size: 14px;
	margin-top: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-moz-line-clamp: 1;
	-ms-line-clamp: 1;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
}

.v2-home-actu-slide-item .v2-home-actu-content .v2-home-actu-content-buttons .v2-home-actu-tag .actu-btn {
	background-color: #a692bf;
	border: 1px solid #a692bf;
	color: #fff;
}

.v2-home-actu-slide-item .v2-home-actu-content .svg-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.0625rem;
    width: 3.0625rem;
    background-color: #562c80;
    position: absolute;
    bottom: 20px;
    right: 15px;
    border-radius: 10px;
	-webkit-transition: background-color ease .2s;
    transition: background-color ease .2s;
}

.v2-home-actu-slide-item .v2-home-actu-content .svg-wrap:hover {
	background-color: #7a5c9f;
}

.v2-home-actu-slide-item .v2-home-actu-content .svg-wrap svg {
	height: 0.9375rem;
    width: 0.9375rem;
}

/* Composant chiffres clés */
.neoma-cest {
	background-color: #562c80;
}

.neoma-cest .container {
	background-color: transparent;
}

.neoma-cest .cest-container {
	padding: 2.1875rem 0;
}

.neoma-cest .cest-container .cest-col {
	margin-bottom: 20px;
	max-width: 100%;
}

.neoma-cest .cest-container .cest-col .cest-content {
	margin: 1.5625rem auto 0 auto;
    width: max-content;
	color: #fff;
}

.neoma-cest .cest-container .cest-content .cest-bloc {
	position: relative;
	line-height: 1;
}

.neoma-cest .cest-container .cest-content .cest-countervalue,
.neoma-cest .cest-container .cest-content .cest-bloc {
	font-size: 60px;
	font-family: 'Baskerville';
	color: #fff;
	font-weight: 600;
}

.neoma-cest .cest-container .cest-content .cest-bloc:after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
	background-color: #7a5c9f;
}

.neoma-cest .cest-container .cest-content .cest-text {
	font-family: 'Baskerville';
}

.neoma-cest .cest-button {
	padding-bottom: 2.1875rem;
	display: flex;
	justify-content: center;
}

/* Composant imageblog */
.v2-home-actu.v2-home-network .v2-home-actu-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	overflow-x: scroll;
}

.v2-home-actu.v2-home-network .v2-home-actu-slide-item {
	aspect-ratio: 1 / 1;
}

.v2-home-actu.v2-home-network .v2-home-actu-slide {
	aspect-ratio: auto;
	max-width: 100%;
}

.v2-home-actu.v2-home-network .v2-home-actu-slide-item .v2-home-actu-pic,
.v2-home-actu.v2-home-network .v2-home-actu-slide-item .v2-home-actu-content {
	height: 50%;
	font-size: 14px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.v2-home-actu.v2-home-network .v2-home-actu-slide-item .v2-home-actu-content p:first-child {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.v2-home-actu.v2-home-network .v2-home-actu-slide-item .v2-home-actu-content p:last-child {
	font-size: 16px;
	width: calc(100% - 65px);
}

.v2-home-actu.v2-home-network .v2-home-actu-slide-item .v2-home-actu-content .v2-home-actu-title {
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
	-moz-line-clamp: 4;
	-ms-line-clamp: 4;
    -webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
}

/* Composant stories */
.stories {
	padding: 3.0625rem 0;
	background-color: #f2f2f2;
}

.stories:before {
	display: none;
}

.stories .container {
	padding: 0;
	margin: 0;
}

.stories .v2-h2 {
    font-weight: 600;
    text-transform: uppercase;
    color: #562c80;
}

.stories .stories-row {
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	overflow-x: scroll;
	justify-content: flex-start;
}

.stories .stories-row .stories-col {
	width: calc(100vw - 45px);
	max-width: 400px;
	padding: 0 15px;
	flex: auto;
	flex-shrink: 0;
}

.stories .stories-row .stories-cover {
	box-shadow: none;
	border-radius: 10px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	box-shadow: 0;
	transition: box-shadow 300ms ease-out;
}

.stories .stories-row .stories-cover:hover {
	box-shadow: 2px 5px 17px 0 rgb(0 0 0 / 15%);
}

.stories .stories-row .stories-cover:hover .stories-content img {
	transform: scale(1.1);
}

.stories .stories-cover .stories-content {
	margin: 0 0 10px 0;
}

.stories .stories-cover .stories-content img {
	height: 50px;
	width: auto;
	margin-left: auto;
	transform: scale(1);
	transition: transform 300ms ease-out;
}

.stories .stories-cover .stories-content img:first-of-type {
	margin-left: 0;
}

.stories .stories-cover .stories-video-wrapper {
	border-radius: .5rem;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
	display: block;
	position: relative;
}

.stories .stories-cover .stories-video-wrapper img {
	height: auto;
	width: auto;
	object-fit: cover;
}

.stories .stories-cover .stories-text {
	font-size: unset;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-moz-line-clamp: 6;
	-ms-line-clamp: 6;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	padding: 0;
	margin: 10px 0;
}

.stories .stories-cover .stories-text p:not(:first-child) {
	display: none;
}

.stories .stories-cover .stories-about {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
}

.stories .stories-cover .stories-about .stories-pic {
	max-width: 30%;
	display: flex;
	align-items: center;
}

.stories .stories-cover .stories-about figure.stories-pic {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	height: max-content;
	margin: auto 0;
}

.stories .stories-cover .stories-about img {
	overflow: hidden;
	border-radius: 10px;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.stories .stories-cover .stories-about .stories-infos {
	width: 70%;
	display: flex;
	flex-direction: column;
	padding-left: 10px;
	flex: 1;
}

.stories .stories-cover .stories-about .stories-infos .stories-person-name {
	font-size: 18px;
	font-weight: 600;
}

.stories .stories-cover .stories-about .stories-infos .stories-subtitle-bar {
	height: 1px;
	width: 30%;
	margin: 5px;
	background-color: #562c80;
}

.stories .stories-cover .stories-about .stories-infos .stories-person-year,
.stories .stories-cover .stories-about .stories-infos .stories-person-status {
	font-size: 14px;
}

.stories .stories-cover .stories-about .stories-infos .stories-person-status {
	color: #562c80;
}

.stories .stories-cover .stories-link {
	width: 100%;
	border: 1px solid #562c80;
	color: #562c80;
	background-color: #fff;
	margin: 20px 0 0 0;
	padding: 10px 0;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
}

.stories .stories-cover .stories-link:before {
	display: none;
}

.stories .sec-btncover {
	justify-content: flex-end;
	padding-right: 30px;
}

/* ORIENTATION HANDLER */
@media screen and (max-width: 992px) {
	@media (orientation: portrait) {
		.v2-home-banner .v2-home-slider-container .v2-home-banner-pic {
			position: absolute;
			height: 100%;
			width: auto;
		}
	}	

	@media (orientation: landscape) {
		.v2-home-banner .v2-home-slider-container {
			min-height: 450px;
		}

		.v2-home-banner .v2-home-slider-container .v2-home-banner-pic {
			position: static;
			height: 100%;
			width: 100%;
		}
	}
}
