:root {
	--size: clamp(10rem, 1rem + 40vmin, 30rem);
	--gap: calc(var(--size) / 14);
	--duration: 60s;
	--scroll-start: 0;
	--scroll-end: calc(-100% - var(--gap));
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	overscroll-behavior: none;
	-ms-scroll-chaining: none;
}
* {
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}
body {
	height: auto;
	margin: 0;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	scroll-behavior: smooth;
}
body.desktop-mode, body.desktop-mode * {
	cursor: url(../img/cursor.png), auto;
}
.page-wrapper {
	padding-top: 0;
}
*, ::before, ::after {
	box-sizing: border-box;
}
::selection {
	background-color: #0b0c1a;
	text-shadow: none;
}
/* width */
::-webkit-scrollbar {
	width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px #022241; 
border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #0b0c1a; 
border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #0b0c1a; 
}

button {
	background: none;
	border: 0;
}

.ben-after, 
.ben-before {
	position: relative;
}

.ben-after::after, 
.ben-before::before {
	content: '';
	position: absolute;
	display: block;
}

.w100 {
    width: 100%;
}

.w70 {
	width: 70%;
}

.w60 {
	width: 60%;
}

.w50 {
	width: 50%;
}

.w40 {
	width: 40%;
}

.w30 {
	width: 30%;
}

.h100 {
    height: 100%;
}

.pr-db-w1 {
	position: relative;
	display: block;
	width: 100%;
}

.ul-style {
	list-style: none;
	background-color: transparent;
	padding: 0;
    overflow: hidden;
    font-size: 0;
}

.ul-style li {
	font-size: 16px;
}

.ben-transition-cbl, 
.ben-slider.mentors .slick-arrow, 
.un-mentor .the-photo img {
	-moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.text-light {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.text-regular {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.text-upper {
	text-transform: uppercase;
}

.text-bold {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.text-extra-bold {
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	font-style: normal;
}

.f14 {
	font-size: 14px;
	line-height: 20px;
}

.f16, 
.cst-header nav ul li a {
	font-size: 16px;
	line-height: 24px;
}

.f18 {
	font-size: 16px;
	line-height: 24px;
}

.f20 {
	font-size: 20px;
	line-height: 26px;
}

.f25 {
	font-size: 25px;
	line-height: 29px;
}

.f28 {
	font-size: 28px;
	line-height: 32px;
}

.f30 {
	font-size: 30px;
	line-height: 34px;
}

.f40 {
	font-size: 40px;
	line-height: 44px;
}

.f48 {
	font-size: 48px;
	line-height: 52px;
}

.f50 {
	font-size: 50px;
	line-height: 54px;
}

.f70 {
	font-size: 70px;
	line-height: 74px;
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.p20 {
	padding: 20px;
}

.p30 {
	padding: 30px;
}

.pl15 {
	padding-left: 15px;
}

.pl30 {
	padding-left: 30px;
}

.pt25 {
	padding-top: 25px;
}

.pb25 {
	padding-bottom: 25px;
}

.pt50 {
	padding-top: 50px;
}

.pb50 {
	padding-bottom: 50px;
}

.px25 {
	padding-left: 25px;
	padding-right: 25px;
}

.py50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.pt100 {
	padding-top: 100px;
}

.pb100 {
	padding-bottom: 100px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mx10 {
	margin-left: 10px;
	margin-right: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mt50 {
	margin-top: 50px;
}

.white-text, 
.cst-header nav ul li a, 
footer .pad.the-links ul li a {
    color: #ffffff;
}

.grey-text {
	color: #eeeEEECC;
	color: #d4d4d4;
}

.black-text, 
.question.accordion-active .question-text, 
.question:hover .question-text, 
.question.accordion-active + .answer, 
.region-header nav ul > li:last-child > a {
	color: #000000;
}

.yellow-text, 
.lecons .video-btn:hover .titre {
	color: #ea9611;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify;
}

.v-flex, 
.v-align, 
.region-header {
	align-items: center;
}

.grey-bg {
	background-color: #1f1f1f;
}

.main-bg, 
.ben-slider.mentors .slick-arrow:hover {
    background-color: #000000;
}

.yellow-bg, 
.ben-slider.mentors .slick-arrow, 
.un-mentor .titre .nom::after, 
.region-header nav ul > li:last-child > a {
    background-color: #de7f1f;
}

.container {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.grid-by-3 li {
	position: relative;
	display: inline-block;
	width: calc(calc(100% - 60px) / 3);
	margin-left: 30px;
	overflow: hidden;
	vertical-align: top;
}

.grid-by-3 li:first-child, .grid-by-3 li:nth-child(3n+1) {
	margin-left: 0;
}

.img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border: 0;
}

a, 
a:hover, 
a:active, 
a:visited {
	text-decoration: none;
}

.cst-header {
	position: relative;
	z-index: 9999;
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 10px;
  	padding-bottom: 10px;
}

.cst-header nav ul, 
.cst-header nav ul li {
	list-style: none;
}

.cst-header ul li {
}

.gap-1 {
	gap: 1rem;
}

.region-header .logo-ctnr {
	flex: initial;
}

.display-flex,
.region-header nav, 
.region-header nav > ul, 
.v-flex, 
.v-align, 
.region-header, 
.region-prenav, 
.region-prenav nav {
	display: flex;
}

.region-header nav, 
.region-prenav nav {
	flex: auto;
	justify-content: end;
}

.justify-center, 
.benefits ul li .pad {
	justify-content: center;
}

.region-header nav > ul {
	flex-direction: row;
	align-items: center;
}

.display-grid {
	display: grid;
}

.grid-of-2 {
	grid-template-columns: auto auto;
	grid-template-columns: calc((100% - 1rem) / 2) calc((100% - 1rem) / 2);
}

.grid-of-3 {
	grid-template-columns: auto auto auto;
	grid-template-columns: calc((100% - 2rem) / 3) calc((100% - 2rem) / 3) calc((100% - 2rem) / 3);
}

.grid-of-4 {
	grid-template-columns: auto auto auto auto;
	grid-template-columns: calc((100% - 3rem) / 4) calc((100% - 3rem) / 4) calc((100% - 3rem) / 4) calc((100% - 3rem) / 4);
}

.grid-of-5 {
	grid-template-columns: auto auto auto auto auto;
}

.region-header nav ul li {
	position: relative;
	display: block;
	padding: 0 10px;
}

.cst-header nav ul li a {
	position: relative;
	display: block;
	/* overflow: hidden; */
}


.site-logo {
	position: relative;
	display: block;
}

.site-logo img {
	width: auto;
	max-width: 255px;
}

.site-name {
	position: absolute;
	display: block;
	top: 50%;
	left: 81px;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.letter-spacing-1,  
.cst-header nav ul li a {
	letter-spacing: 1px;
}

.ben-cta, 
.region-header nav ul > li:last-child > a {
	position: relative;
	display: block;
	width: fit-content;
	padding: 15px 30px;
	cursor: pointer;
}

.ben-radius, 
.invite-ctnr .pad::before, 
.region-header nav ul > li:last-child > a {
	border-radius: 14px;
	overflow: hidden;
}

.ben-rounded {
	border-radius: 24px;
}

.ben-rounded.f16 {
	padding: 12px 20px;
}

.hero {
	
}

.ben-loader {
	display: block;
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0; 
	left: 0;
	/* background-image: radial-gradient(at center, #ffffff75, #216fb7);
	background-size: 300%;
  	animation: animebg 5s infinite; */
	z-index: 99999;
}

body.ben-loading {
	max-height: 100vh;
	overflow: hidden;
}

body.ben-loading .ben-loader {
	opacity: 1;
}

body:not(.ben-loading) .ben-loader {
	opacity: 0;
	z-index: -99;
}

body.ben-loading .page-wrapper {
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

body:not(.ben-loading) .page-wrapper {
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.ben-burger {
	position: absolute;
	display: block;
	top: 0;
	left: auto;
	right: 15px;
	width: 50px;
	height: 40px;
	padding: 7px;
	cursor: pointer;
	padding-top: 12px;
}

.ben-burger span {
	position: relative;
	display: block;
	width: 100%;
	height: 3px;
	margin-bottom: 7px;
	top: auto;
	margin-top: 0px;
	border-radius: 7px;
	overflow: hidden;
	/* -webkit-box-shadow: 0.035rem 0.035rem 0.15rem rgba(255, 255, 255, 0.5);
	box-shadow: 0.035rem 0.035rem 0.15rem rgba(255, 255, 255, 0.5); */
}

.ben-burger span::before {
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.ben-burger span:nth-child(2):before {
	left: auto;
	right: 0;
	-moz-transition: all 0.3s ease-in-out 0.2s;
	-o-transition: all 0.3s ease-in-out 0.2s;
	-webkit-transition: all 0.3s ease-in-out 0.2s;
	transition: all 0.3s ease-in-out 0.2s;
}
.ben-burger span:last-child:before {
	-moz-transition: all 0.3s ease-in-out 0.4s;
	-o-transition: all 0.3s ease-in-out 0.4s;
	-webkit-transition: all 0.3s ease-in-out 0.4s;
	transition: all 0.3s ease-in-out 0.4s;
}

.ben-burger span:first-child, 
.nav-on .ben-burger span:first-child, 
.nav-on .ben-burger span:last-child {
	width: 100%;
}

.ben-burger span:nth-child(2) {
	width: 100%;
}

.ben-burger span:last-child {
	width: 70%;
}

.ben-burger:hover span::before, 
.ben-burger:hover span {
	width: 100%;
}

.page-title-ctnr {
	padding: 25px 0;
}

.title-ctnr .title {
	margin-top: 0;
	margin-bottom: 30px;
}
/*** For contact form ***/
.ben-form input:not([type="submit"]), 
.ben-form textarea {
	background-color: transparent;
	position: relative;
	display: block;
	width: 100%;
	outline: 0;
	padding: 7px 10px;
	backdrop-filter: blur(16px);
	border-radius: 5px;
	border: solid 1px rgba(255,255,255,0.12);
}

.ben-form input:not([type="submit"]):hover, 
.ben-form textarea:hover, 
.ben-form input:not([type="submit"]):active, 
.ben-form textarea:active, 
.ben-form input:not([type="submit"]):focus, 
.ben-form textarea:focus {
	border-color: rgba(255,255,255,0.25);
	outline: 0;
}

.ben-form #why2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
}

.ben-form input[type="submit"] {
	border: 0;
	padding: 5px 15px;
	border-radius: 5px;
}

.ben-form::after {
	top: auto;
	left: 0;
	width: 100%;
	height: 1px;
	bottom: -30px;
	background-color: rgba(236, 236, 236, 0.13);
}

.ben-form {
	margin-bottom: 52px;
}


.quick-contact li {
	padding-left: 15px;
	padding-bottom: 3px;
}

.quick-contact li::before {
	content: '';
	top: 9px;
	left: 5px;
	width: 3px;
	height: 3px;
	border-radius: 100%;
}

.quick-contact li a {
	position: relative;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 0.5px;
}

.ben-form.ok {
	border: solid 1px #ececec33;
	background-color: #ececec33;
	padding: 7px 5px;
}

.ben-form .items-ctnr {
	align-items: flex-start;
}

.ben-form .items-ctnr .line {
	margin-bottom: 15px;
}

.ben-form label {
	position: relative;
	display: block;
	margin-bottom: 5px;
	padding-left: 0;
}

.ben-form .items-ctnr .pad-left {
	padding-right: 15px;
}

.ben-form textarea {
	min-height: 196px;
}

.wp-db-w1 {
	position: relative;
	display: block;
	width: 100%;
}

/*** For scroll effects ***/
.ben-hidden {
	opacity: 0;
	filter: blur(1px);
	transform: translate(50px);
}

.ben-show {
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0);
	-moz-transform: translate(0);
	-o-transform: translate(0);
	-webkit-transform: translate(0);
	transform: translate(0);
}

body:not(.ben-loading).scroll-min .page-wrapper {
	-moz-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
}

.scroll-min .page-wrapper .cst-header .site-logo img {
	max-width: 150px;
}

.scroll-min .page-wrapper .cst-header .site-name {
	left: 67px;
}

.site-name a {
	font-size: 20px;
	line-height: 24px;
}


.benefits ul li:last-child {
	margin-right: 0;
}

.benefits ul li .pad {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	border: solid 1px rgba(255, 255, 255, 0.09);
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	background-color: rgba(255, 255, 255, 0.07);
	font-size: 30px;
	background-size: 400%;
	color: transparent;
}

.values ul li {
	position: relative;
	display: inline-block;
	width: calc((100% - 60px) / 3);
	vertical-align: top;
	margin-right: 30px;
}

.values ul li:last-child {
	margin-right: 0;
}

.values ul li .pad {
	border: solid 1px rgba(255, 255, 255, 0.2);
	border-radius: 15px;
	min-height: 355px;
	background-size: 500%;
	padding-top: 75px;
}

.ben-stroke {
	-webkit-text-stroke: 1px #ffffff53;
	stroke-width: 1px;
}

/***For mobile ***/

.for-mobile, 
.page-title, 
.to-hide, 
.lecons .video-btn::before {
	display: none;
}

.ben-intro {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
}

.ben-intro .align-vertical {
	position: relative;
	z-index: 5;
}

.home-video::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0,0.85);
	background-color: rgba(0, 0, 0,0.5);
	z-index: 1;
}

.home-video {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	left: 0;
}

.home-video video {
	position: absolute;
	display: block;
	min-width: 100%;
	min-height: 100%;
	border: 0;
	background-color: transparent;
	width: 100%;
}

.cst-header nav ul li a {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
}

.language-switcher-language-url .links {
	padding-top: 5px;
	margin: 0;
}

.language-switcher-language-url li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 3px;
}

.language-switcher-language-url .language-link {
	position: relative;
	/* padding-right: 10px; */
	font-size: 0;
	width: 23px;
	display: block;
	height: 15px;
	box-sizing: border-box;
}

.language-switcher-language-url .language-link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.language-switcher-language-url .language-link[hreflang="fr"]::before {
	background-image: url(../img/fr.png);
}

.language-switcher-language-url .language-link[hreflang="en"]::before {
	background-image: url(../img/en.png);
}

.line-of-3 li {
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
}

.line-of-4 li {
	width: calc((100% - 60px) / 4);
	margin-right: 20px;
}

.line-of-3 li:last-child, 
.line-of-4 li:last-child {
	margin-right: 0;
}

.services-ctnr {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.temoignages .vignette iframe {
	height: 250px;
}

.partenaires-section .the-intro .desc,
.ben-slider.partenaires {
	/* max-width: 800px; */
	margin: 0 auto;
}

.ben-slider .slick-arrow, 
#block-jokko-breadcrumbs, 
.emp-services-section .pad  .cta-ctnr {
	display: none !important;
}

.partenaires .sld .vignette img {
	width: auto;
	max-width: 120px;
	margin: 0 auto;
}

.actualites .vignette a {
	position: relative;
	display: block;
	width: 100%;
	height: 255px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}

.actualites .vignette img {
	position: relative;
	display: block;
	width: auto;
	max-width: 100%;
	opacity: 0;
}

.newsletter-section .pads-ctnr {
	max-width: 900px;
	margin: 0 auto;
}

.newsletter-section form input:not([type="submit"]) {
	border: 0;
	border-bottom: solid 3px #ffffff;
	background: none;
}

.newsletter-section form input[type="submit"] {
	border: 0;
}

.cst-header nav > ul li > ul {
	position: absolute;
	display: block;
	padding-left: 0;
	list-style: none;
	left: 0;
	top: 20px;
	opacity: 0;
	visibility: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 292px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	z-index: 5;
}

.cst-header nav > ul li:hover ul {
	opacity: 1;
	visibility: visible;
}

.cst-header nav > ul li > ul > li {
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate(12px,14px);
	transform: translate(12px,14px);
}

.cst-header nav > ul li:hover ul > li {
	opacity: 1;
	-webkit-transform: translate(0px,0px);
	transform: translate(0px,0px);
}

.cst-header nav > ul li > ul > li a {
	text-transform: none;
	font-size: 16px;
	line-height: 20px;
	padding: 7px;
	font-weight: 100 !important;
}
/* 
.cst-header nav > ul li > ul > li a:hover {
	background-color: #ECECEC;
} */

.ben-delayed-transition, 
.services-list li, 
.ben-cta span, 
.site-name a span, .cst-header nav ul li a span, 
.cst-header nav > ul li > ul li {
	-moz-transition: all ease-in-out calc(.2s * var(--i));
	-o-transition: all ease-in-out calc(.2s * var(--i));
	-webkit-transition: all ease-in-out calc(.2s * var(--i));
	transition: all ease-in-out calc(.2s * var(--i));
}

footer .pads-ctnr {
	align-items: flex-start;
}

footer .pad.the-links ul, 
footer .pad .mentions ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

footer .pad .mentions, 
footer .pad .mentions li {
	display: inline-block;
}

footer .pad .mentions li {
	padding-right: 15px;
}

footer .pad img {
	max-width: 255px;
}

.social li a {
	display: block;
	width: 30px;
	height: 30px;
}

.social li a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.social li a.facebook::after {
	background-image: url(../img/facebook.png);
}

.social li a.twitter::after {
	background-image: url(../img/twitter.png);
}

.social li a.linkedin::after {
	background-image: url(../img/linkedin.png);
}

.social li a.instagram::after {
	background-image: url(../img/instagram.png);
}

.social li a.youtube::after {
	background-image: url(../img/youtube.png);
}

/* body:not(.page_1) .cst-header {
	position: fixed;
	top: 0;
} */

.title-ctnr {
	height: 50vh;
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0;
	overflow: hidden;
}

.title-ctnr::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}

.element .question {
	position: relative;
	display: block;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
  cursor: pointer;
}
.element .question:hover {
	background-color: #eeeEEECC;
	transition: all 0.5s ease-out;
}
.element .accordion-active {
	background-color: #eeeEEECC;
}
.element .question .indicator {
	position: absolute;
	top: 13px; 
	right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin-left: 5px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.element .accordion__rotate {
	transform: rotate(225deg);
}
.element .answer {
	display: none;
	background-color: #d4d4d4;
}

.title-ctnr .the-title {
	max-width: 75%;
}

.formations .vignette a {
	background-size: cover;
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	overflow: hidden;
}

.view-inner-formations .formations .vignette a {
	height: 120px;
}

.formations .vignette a img {
	opacity: 0;
	position: relative;
	display: block;
	width: auto;
	max-width: 100%;
}

body.formation .cst-header, 
body.certificat .cst-header, 
body.service .cst-header, 
body.article .cst-header {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.single-title::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/title-pattern-2.jpg);
	background-repeat: repeat;
	background-position: top left;
	background-size: 70px;
	background-color: rgba(33, 111, 183,0.15);
	border-top: solid 1px rgba(33, 111, 183,0.15);
	border-bottom: solid 1px rgba(33, 111, 183,0.15);
}

.single-featured {
	position: relative;
	display: block;
	width: fit-content;
	overflow: hidden;
	border-radius: 15px;
	border: solid 1px rgba(33, 111, 183,0.15);
	padding: 0;
}

.single-featured img {
	position: relative;
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0;
	border: 0;
}

article.node--type-formation, 
article.node--type-certificat, 
article.node--type-article  {
	border-bottom: solid 1px #565656;
}

.list-of li:hover .ben-cta::after {
	right: 15px;
}

body.ben-loading .ben-intro .name, 
body.ben-loading .ben-intro .ben-cta, 
body.ben-loading .after-load {
	opacity: 0;
	transform: translateY(4em) rotateZ(0deg);
}

.ben-intro .name, 
.ben-intro .ben-cta, 
.after-load {
	transition: transform 4s .25s cubic-bezier(0,1,.3,1),opacity .3s .25s ease-out;
	will-change: transform,opacity;
}

.ben-intro .name, 
.ben-intro .ben-cta, 
.after-load {
	opacity: 1;
	transform: translateY(0em) rotateZ(0);
}

.list-of li {
	-moz-transition: all ease-in-out calc(.2s * var(--i));
	-o-transition: all ease-in-out calc(.2s * var(--i));
	-webkit-transition: all ease-in-out calc(.2s * var(--i));
	transition: all ease-in-out calc(.2s * var(--i));
}

.services .pad .vignette img {
	position: relative;
	display: block;
	width: auto;
	max-width: 100%;
}

.emp-services-section .pad .vignette img {
	max-width: 120px;
	margin: 15px auto;
}
 
.posts li .pad .vignette a, 
.actualites .sld .pad, 
.volets .vignette, 
.em-en-sections .pad-img {
	overflow: hidden;
	border-radius: 12px;
}

.posts li .pad .vignette a {
	border-radius: 0px;
}

.emp-services-section li {
	background-color: rgba(33, 111, 183, 0.1);
}

.posts li .pad .vignette a {
	height: 225px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.posts li .pad .vignette a {
	height: 180px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.list-of li .vignette a::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #216fb7;
	opacity: 0.02;
	z-index: 1;
}

.list-of li:hover .vignette a::before {
	opacity: 0.5;
}

.emp-services-section .list-of li .vignette a::before {
	display: none;
}

.home-video iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-bg-trigger {
	position: absolute;
	display: block;
	width: 50px;
	height: 45px;
	top: auto;
	bottom: 45px;
	left: auto;
	right: 0;
	z-index: 1;
	border-radius: 5px 0 0 5px;
	background-image: url(../img/play-btn.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
	cursor: pointer;
}

.cst-playing .video-bg-trigger {
	right: -50px;
}

.home-video video {
	object-fit: cover;
}

.single-title.f40 .node__title span {
	line-height: 55px;
}

.article .views-field-field-galerie {
	position: relative;
	display: block;
	width: 100%;
	font-size: 0;
}

.article .views-field-field-galerie > a {
	position: relative;
	display: inline-block;
	width: calc((100% - 45px) / 4);
	margin-right: 15px;
	margin-bottom: 15px;
}

.article .views-field-field-galerie > a:last-child {
	margin-right: 0;
}

.article .views-field-field-galerie > a img {
	position: relative;
	display: block;
	width: auto;
	max-width: 100%;
	border: 0;
	height: auto;
}

.article .view.view-galerie {
	margin: 50px 0;
}

.article .views-field-field-galerie a::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 1px #216fb7;
	z-index: 1;
	opacity: 0.5;
}

.article .views-field-field-galerie a:hover::before {
	border-width: 4px;
	opacity: 1;
}

.em-en-sections .pad-img img {
	position: relative;
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	border: 0;
}

.pad.pad-img.w50 {
	width: 45%;
}

.devenir-partenaire-section .items {
	align-items: center;
}

.devenir-partenaire-section .items .text-ctnr {
	max-width: 70%;
}

.list-of.services li .pad {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.list-of.services li .pad .name, 
.list-of.services li .pad .desc, 
.actualites .titre {
	padding: 0 15px;
}

.actualites a .titre {
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}

.the-intro .titre::before, 
.prez-section .services-ctnr .titre::before, 
.titre.titre-pg::before, 
.etape .titre::before {
	width: 70px;
	height: 4px;
	top: auto;
	bottom: -16px;
	background-color: orange;
	left: 50%;
	transform: translateX(-50%);
}

.titre.titre-pg::before {
	left: 0;
	transform: none;
}

.actualites .sld .pad {
	min-height: 400px;
}

.pre-nav nav ul {
	position: relative;
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.pre-nav nav ul li {
	position: relative;
	display: inline-block;
	padding: 0 8px;
}

.cst-header nav ul li a[href="https://urlz.fr/lB3G"] {
	padding: 7px 17px;
	border-radius: 7px;
	overflow: hidden;
	border: 0;
	z-index: 2;
}

.cst-header nav ul li a[href="https://urlz.fr/lB3G"]::before {
	top: 50%;
	height: 100%;
	transform: translateY(-50%);
	z-index: -1;
}

.cst-header nav ul li a[href="https://urlz.fr/lB3G"], 
body.scroll-min .cst-header nav ul li a[href="https://urlz.fr/lB3G"] {
    color: #ffffff;
}

.pre-nav {
	padding-top: 5px;
	padding-bottom: 5px;
}

.social li a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.social li a::before {
	pointer-events: none;
	position: absolute;
	z-index: 1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center,ellipse,rgba(33, 111, 183, 0.35) 0%,rgba(33, 111, 183, 0) 80%);
	background: radial-gradient(ellipse at center,rgba(33, 111, 183, 0.35) 0%,rgba(33, 111, 183, 0) 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform,opacity;
	transition-property: transform,opacity;
}
.social li a::after {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0,0,0,0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.social li a:hover::before, .social li a:focus::before, .social li a:active::before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}
.social li a:hover::after, .social li a:focus::after, .social li a:active::after {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.social, 
.social li, 
.social li a {
	overflow: visible;
}

.pre-nav nav ul li:first-child::before {
	content: '';
	position: absolute;
	display: block;
	top: 2px;
	left: auto;
	height: calc(100% - 4px);
	width: 2px;
	right: -4px;
}

.list-of.services li .pad .name a {
	position: relative;
	display: block;
	min-height: 52px;
}

.list-of.services li .pad .desc {
	position: relative;
	display: block;
	min-height: 96px;
}

.prez-section .services-ctnr .titre {
	margin-top: 0;
}

.cst-header nav ul li a::before {
	z-index: 6;
}

.ben-intro .v-align, .ben-intro.v-flex {
	align-items: baseline !important;
}

.ben-intro .v-align {
	margin-bottom: 75px;
}


.title-ctnr .v-align, .title-ctnr.v-flex {
	align-items: end;
}

.title-ctnr .v-align {
	margin-bottom: 20px;
}

.intro.f28 {
	font-size: 16px;
	line-height: 24px;
}


.volets li::before {
	content: '';
	position: absolute;
	display: block;
	top: 45px;
	left: 25px;
	width: 15px;
	height: 15px;
}

.volets li {
	position: relative;
	padding-left: 50px;
}

.question.f20 {
	font-size: 16px;
}

.newsletter-section form .p15 {
	padding: 2px 15px;
}

.ul-n-img {
	position: relative;
	display: flex;
	align-items: flex-start;
}

.ul-n-img .pad {
	width: 50%;
}

.page_2 .inner-pg-sec.content-sec .ul-n-img img.align-right {
	position: relative;
	display: block;
	width: auto;
	max-width: 402px;
	height: auto;
}

.ul-n-img ul li {
	position: relative;
	display: inline-block;
	background-color: #ececec;
	padding: 5px 10px;
	margin: 5px;
}

body.formation, 
body.certificat, 
body.article {
	background-color: #ffffff;
}

.infos .pad-left {
	padding-right: 15px;
}

.nav-on .cst-header nav ul li a::before {
	bottom: 0;
}

.cst-sticky-btn {
	position: fixed;
	display: block;
	top: calc(100vh + 50px);
	left: auto;
	right: 20px;
	padding: 6px 15px;
	border-radius: 5px;
	font-size: 16px;
	z-index: 99;
	box-shadow: 1px 0px 1px 1px rgba(255,255,255, 0.5);
}

.ben-loader::before {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(50%,50%);
	transform: translate(-50%,-50%);
	width: 200px;
	height: 200px;
	background-image: url(../logo.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.mobile-social {
	position: fixed;
	display: block;
	width: 100%;
	top: calc(100vh + 100px);
	left: 0;
	z-index: 9999;
}

.nav-on .mobile-social {
	top: calc(100vh - 100px);
}

.mobile-social .social {
	justify-content: center;
}

.mobile-social .social li a::after {
	-webkit-filter: grayscale(1) contrast(10) invert(1);
	filter: grayscale(1) contrast(10) invert(1);
}

.mobile-social .social li {
	-webkit-transition: all ease-in-out calc(.2s * var(--i));
	transition: all ease-in-out calc(.2s * var(--i));
	-webkit-transition-delay: calc(.4s * var(--i));
	transition-delay: calc(.4s * var(--i));
}

.mobile-social .social li {
	opacity: 0;
}

.nav-on .mobile-social .social li {
	opacity: 1;
}

.list-of.temoignages li .vignette a::after {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-image: url(../img/play-btn.png);
	background-position: center;
	background-size: 20px;
	background-repeat: no-repeat;
	border: solid 2px #ffffff;
	z-index: 1;
}

.list-of.temoignages li .vignette a {
	overflow: hidden;
}

.list-of.temoignages li .vignette a img {
	margin: 0;
	position: relative;
	display: block;
	width: auto;
	max-width: 100%;
}

/* Login page */
#login_article #edit-submit--2 {
	background-color: #216fb7;
	color: #ffffff;
}
#login_article {
	max-width: 350px;
	margin: 25vh auto;
	padding: 30px;
	border: solid 1px #ececec;
}
#login_article .login-logo {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
}
#login_article .login-logo img {
	display: block;
	max-width: 120px;
	margin: 0 auto 25px;
}
#login_article form {
	display: block;
	position: relative;
	margin: 0 auto;
	/* max-width: 350px; */
	/* top: 25vh; */
}
#login_article form input.form-text {
	position: relative;
	display: block;
	width: 100%;
	background: #ececec;
	border: 0;
	font-size: 1.2em;
	padding: 5px 10px;
}
#login_article #edit-submit--2 {
	border: none;
	margin: 0 auto;
	display: block;
	padding: 5px 15px;
}
.path-user .description {
	display: none;
}
.path-user .form-text {
	margin-bottom: 25px;
}
.path-user label {
	margin-bottom: 5px;
	position: relative;
	display: block;
	font-family: 'Montserrat-Light', Consolas;
}
#login_article form input.form-text {
	border: solid 1px #216fb7;
}
#login_article {
	background-color: #f1f5f5;
}
#login_article form label, #login_article form input {
	position: relative;
	display: block;
	margin-bottom: 5px;
}
/* !Login page */

.liste-etapes-section .etapes .vignette {
	width: 90px;
	height: 90px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.liste-etapes-section .etapes .vignette a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.liste-etapes-section .etapes .vignette img {
	position: absolute;
	display: block;
	width: auto;
	height: auto;
	max-width: 75%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.liste-etapes-section .etapes::before {
	top: 50px;
	left: -58px;
	width: 100%;
	height: 35px;
	background-color: #c0c0c0;
	background-image: url(../img/minus.png);
	background-repeat: repeat-x;
	background-size: 13px;
	background-position: center;
}

.liste-etapes-section .etapes::after {
	top: 43px;
	left: auto;
	right: 0;
	width: 90px;
	height: 50px;
	background-image: url(../img/triangle.png);
	background-size: 75%;
	background-position: center;
	background-repeat: no-repeat;
}

.details-etapes-sections .pad.vignette img {
	position: relative;
	display: block;
	width: auto;
	max-width: 100%;
}

.pads .phases ul li .paragraph > div div:first-child {
	display: none;
}

.pads .phases ul {
	list-style: none;
	padding-left: 0;
}

.pads .phases ul li {
	position: relative;
	display: block;
	padding-left: 70px;
}

.pads .phases ul li::before {
	content: '';
	position: absolute;
	display: block;
	top: 25pX;
	left: 25px;
	width: 15px;
	height: 15px;
	background-color: #add8e6;
}

.details-etapes-sections section:nth-child(2n+1), 
.details-etapes-sections section:nth-child(2n) ul li:nth-child(2n+1) {
	background-color: #f1f5f5;
}

.liste-etapes-section .etapes.accomp .vignette img {
	max-width: 100%;
}

.view-inner-formations .formations .pad::before {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background-color: #e4f1f5;
}

.page_5 .view-inner-formations .formations .vignette a, 
.list-of.certificats li .vignette a {
	height: 200px;
}

.list-of.certificats li .vignette a {
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.list-of.certificats li .vignette a img {
	position: relative;
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

.info.side-pic {
	overflow: hidden;
}

.info.side-pic img {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}

.mots li .name {
	margin-left: 45px;
}

.mots li .name::before {
	content: attr(data-ordre);
	top: 50%;
	left: -45px;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: #e4f1f5;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	overflow: hidden;
}

.lexique-section {
	background-color: #f1f5f590;
}

.cst-sticky-btn.lexique-one {
	top: auto;
	bottom: 120px;
	left: -40px;
	right: auto;
	transform: rotate(-90deg);
	padding-left: 35px;
}

.cst-sticky-btn.lexique-one::before {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	left: 10px;
	width: 17px;
	height: 17px;
	background-image: url(../img/play-btn.png);
	background-size: 100%;
}

.cst-sticky-btn.lexique-one:hover::before {
	left: 5px;
}

.realisations .enonce {
	width: calc(100% - 120px);
}

.realisations .nombre {
	width: 120px;
}

.realisations li:nth-child(2n+1):not(.fake-th) {
	background-color: #faf0e6;
}

.view nav ul {
	position: relative;
	display: block;
	width: 100%;
	padding-left: 0;
	text-align: center;
}

.view nav ul li {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	height: 30px;
	border-radius: 0;
	background-color: #ececec;
	font-size: 16px;
	line-height: 21px;
}

.view nav ul li a {
	position: relative;
	display: block;
	width: 100%;
}

.view:not(.view-realisations) nav {
	display: none;
}

.details-etapes-sections ul li:nth-child(2n) {
	background-color: #e4f1f5;
}

.view-blog .posts li .pad::before {
	top: 10px;
	left: 50%;
	transform: translate(-50%);
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}

.article .single-title.f40 .node__title span {
	font-size: 30px;
	line-height: 35px;
}

.article .single-featured {
	border-radius: 0;
}

.formations li .pad::before {
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	z-index: -1;
}

.formations li .pad .desc {
	padding: 0 15px;
}

.ben-intro .desc {
	max-width: 750px;
}

.border-2 {
	border: solid 2px;
}

.grey-border {
	border-color: #eeeEEECC;
}

.yellow-border {
	border-color: #ea9611;
}

.un-mentor .ben-cta {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.the-intro.titre-cta .titre {
	width: calc(100% - 120px);
}

.un-mentor .the-photo div:not(.visually-hidden) {
	position: relative;
	display: block;
	width: 100%;
}

.un-mentor .the-photo img {
	position: relative;
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	border: 0;
	height: auto;
}

.un-mentor.cst-hover .the-photo img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.un-mentor .items-ctnr {
	position: absolute;
	min-height: 150px !important;
	top: auto;
	bottom: 0;
	padding: 15px;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	background-color: transparent;
	z-index: 1;
	overflow: hidden;
}

/* .un-mentor .items-ctnr a, 
.un-mentor .items-ctnr button {
	-webkit-transform: translateY(300px);
	transform: translateY(300px);
	position: absolute;
}

.un-mentor.cst-hover .items-ctnr a, 
.un-mentor.cst-hover .items-ctnr button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	position: relative;
} */

.un-mentor .items-ctnr a, 
.un-mentor .items-ctnr button {
	position: relative;
	max-height: 0;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	padding: 0;
	margin: 0;
}

.un-mentor.cst-hover .items-ctnr a, 
.un-mentor.cst-hover .items-ctnr button {
	max-height: 100px;
	opacity: 1;
	width: calc(100% - 30px);
	padding: 15px;
	margin-bottom: 10px;
}

.un-mentor:hover .items-ctnr .titre, 
.un-mentor:hover .items-ctnr .desc {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.ben-slider.mentors .slick-arrow {
	display: block !important;
	position: absolute;
	z-index: 2;
	border-radius: 100%;
	height: 45px;
	width: 45px;
	font-size: 0;
	left: 0;
	top: 50%;
	cursor: pointer;
	background-image: url(../img/black-caret.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
}

.ben-slider.mentors .slick-arrow:hover {
	background-image: url(../img/yellow-caret.png);
}

.ben-slider.mentors .slick-arrow.slick-prev {
	left: 20px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ben-slider.mentors .slick-arrow.slick-next {
	left: auto;
	right: 20px;
}

.black-gradient::before {
	background-image: linear-gradient(90deg,#000 0,#1a1A1A12 100%);
}

.grey-gradient::before {
	background-image: linear-gradient(90deg,#000 0,#1a1A1A12 100%);
	opacity: 10%;
}

.plus-section .pad-img img {
	position: relative;
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

.les-plus .un-plus {
	padding-left: 35px;
}

.les-plus .un-plus::before, 
.invite-ctnr .pad li::before {
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background-image: url(../img/yellow-check.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 28px;
}

.chiffres li {
	padding-left: 28px;
}

.chiffres li::before {
	content: '+';
	top: 10px;
	left: 0;
	width: 33px;
	height: 40px;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	color: #e99510;
	font-weight: 700;
}

footer .pad.nl {
	padding-right: 50px;
}

.marquee {
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: 16px;
}

.marquee__group {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 16px;
	min-width: unset;
	animation: scroll-x var(--duration) linear infinite;
}

.marquee--reverse .marquee__group {
	animation-direction: reverse;
	animation-delay: -3s;
}

.marquee .pad .the-photo, 
.marquee .pad .the-photo div:not(.visually-hiden) {
	position: relative;
	display: block;
	width: 100%;
}

.marquee .pad .the-photo {
	max-height: 230px;
}

.marquee .pad .the-photo img {
	position: relative;
	display: block;
	width: auto;
	max-width: 100%;
}

.ben-intro::before, 
.plus-section .pad-img::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.ben-intro .v-align {
	z-index: 2;
}

.un-mentor .pad::before {
	top: auto;
	left: 0;
	width: 100%;
	height: 150px;
	z-index: 1;
	bottom: 0;
	opacity: 50%;
}

.invite-ctnr .pad {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	overflow: visible;
}

.invite-ctnr .pad::before {
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background: radial-gradient(202.52% 75.58% at 50.07% -57.49%,#FFAB27 0%,#1C1C1C 200.9%);
	box-shadow: 0 -49px 83.4px 0 rgba(0,0,0,.28);
	z-index: -1;
}

.invite-ctnr .pad .titre {
	position: absolute;
	display: block;
	width: fit-content;
	padding: 12px 20px;
	top: -25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.invitation-section .the-intro .titre {
	margin-top: 0;
}

.invite-ctnr .pad .img-ctnr img {
	position: relative;
	display: block;
	width: auto;
	max-width: 100%;
	max-width: 250px;
	height: auto;
	margin: 0 auto 15px;
}

.invite-ctnr .pad .desc {
	padding-bottom: 10px;
	border-bottom: solid 1px #d4d4d4;
}

.invite-ctnr .pad li {
	padding-left: 30px;
}

.invite-ctnr .pad li::before {
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-size: 18px;
}

.invite-ctnr .pad .ben-cta {
	margin: 10px auto 30px;
}

.page_1 .ben-intro .v-align {
	align-items: center !important;
	margin-bottom: unset !important;
}

.un-mentor .titre .nom::after {
	top: auto;
	left: auto;
	right: -10px;
	bottom: 10px;
	width: 9px;
	height: 9px;
	border-radius: 100%;
}

/* Temporairement. Le temps de récupérer la source de l'image seulement 
au lieu de prendre toute la balise "image" */
.masterclass .un-mentor .the-photo img, 
.phares .un-mentor .the-photo img {
	width: 100%;
}

.video-btn::before {
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	width: 20px;
	height: 50px;
	background-image: url(../img/play-circle.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 19px;
}

.mentor .ben-intro .name {
	width: fit-content;
}

.mentor .ben-intro .name::before {
	top: auto;
	left: 0;
	bottom: -15px;
	width: 100%;
	height: 3px;
	background-image: url(../img/yellow-sep.svg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto;
}

.pad-trailer iframe {
	border: 0px;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	max-width: 100%;
}

.pad-trailer .video-ctnr {
	min-height: 320px;
}

.pad-list > h2 {
	padding: 0 15px;
}

.class-section .the-intro .titre {
	text-align: center;
	margin: 45px auto 45px;
}

.les-plus.les-themes .un-plus {
	position: relative;
	display: inline-block;
	width: 50%;
}

.les-plus.les-themes {
	max-width: 890px;
	margin: 0 auto;
	vertical-align: top;
}

.mentor .class-section::before {
	top: -1px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	border-radius: 45px 45px 0 0;
	z-index: -1;
}

.mentor .class-section::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 45px 45px 0 0;
	background-color: #1f1f1f;
	z-index: -1;
}

.mentor .class-section {
	border-radius: 45px 45px 0 0;
	z-index: 1;
	position: relative;
}

.lecons .video-btn:hover {
	background-color: #343434;
}

.lecons .video-btn {
	padding: 12px 20px;
	cursor: pointer;
}

.pad-list .lecons {
	max-height: 300px;
	overflow: hidden;
}

/* .ben-slider.mentors .slick-slide:not(.slick-current), 
.ben-slider.mentors .slick-slide:not([data-slick-index="1"]) {
	pointer-events: none;
} */

.ben-slider.mentors .slick-slide:not(.slick-current) .desc {
	display: none;
}

.plus-section .pad-text {
	z-index: 2;
}

.plus-section .pad-img {
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
	z-index: 1;
	border-radius: 12px;
	overflow: hidden;
}

.page_1 .ben-intro, 
.page_48 .ben-intro, 
.mentor .ben-intro {
	min-height: unset;
}

.page_48 .ben-intro .v-align {
	margin-bottom: 0;
}

.page_43 .cta-ctnr, 
.mentor .ben-intro .cta-ctnr {
	display: none;
}

.themasterclass .pad img {
	position: relative;
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

.themasterclass .un-mentor .items-ctnr {
	min-height: 100px !important;
}

.themasterclass .titre {
	margin-top: 0;
}

.themasterclass .un-mentor .pad::before {
	height: 100px;
}

/***	Responsive	***/

@media only screen and (min-width: 787px) {

	.scroll-effects {
		opacity: 0;
		transform: translateY(4em) rotateZ(0deg);
	}

	.scroll-effects {
		transition: transform 4s .25s cubic-bezier(0,1,.3,1),opacity .3s .25s ease-out;
		will-change: transform,opacity;
	}

	.scroll-effects.is-visible {
		opacity: 1;
		transform: translateY(0em) rotateZ(0);
	}
	
}

@media (min-width: 1371px) {
	.container {
		max-width: 1300px;
	}
	.f40 {
		font-size: 50px;
		line-height: 54px;
	}
	.f18, .hero .cta-ctnr .ben-cta {
		font-size: 16px;
		line-height: 24px;
	}
	.f20, .hero .catch-line, .sec-content.services-prez ul li {
		font-size: 30px;
		line-height: 36px;
	}
	.partenaires .sld .vignette img {
		max-width: 150px;
	}
	.services li:nth-child(2) .pad .name a {
		font-size: 29px;
	}
	.cst-header nav ul li a {
		font-size: 16px;

	}
}

@media (min-width: 1441px) {
	.container {
		max-width: 1400px;
	}
}

@media (min-width: 1600px) {
	.container {
		max-width: 1600px;
	}
}

@media (max-width: 1130px) {
	.cst-header nav ul li a {
		font-size: 12px;
		line-height: 16px;
	}
	.site-logo img {
		max-width: 150px;
	}
}

@media (max-width: 1063px) {
	.cst-header nav ul li a {
		font-size: 11px;
		line-height: 15px;
	}
}

@media (max-width: 1019px) {
	.site-logo img {
		max-width: 120px;
	}
}


@media (max-width: 988px) {
	.site-logo img {
		max-width: 100px;
	}
}


@media (max-width:969px) {
	.cst-header nav ul li a {
		font-size: 10px;
		line-height: 14px;
	}
}

@media (max-width: 923px) {
	.site-logo img {
		max-width: 90px;
	}
}

@media (max-width: 914px) {
	.language-switcher-language-url .links {
		padding-top: 5px;
		padding-left: 5px;
	}
}

@media (max-width: 878px) {
	.site-logo img {
		max-width: 75px;
	}
}

@media (max-width: 786px) {
	.for-mobile {
		display: block;
	}
	.for-desktop, 
	.hero .name br, 
	.nav-on .ben-burger span:nth-child(2), 
	.scroll-min .cst-header nav > ul > li:last-child {
		display: none;
	}
	.nav-on .ben-burger span:first-child {
		margin-bottom: -3px;
	}
	.nav-on .ben-burger span:first-child {
		transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
	}
	.nav-on .ben-burger span:last-child {
		transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
	}
	.region-header nav ul, 
	.mobile-flex-dir-col {
		flex-direction: column;
	}
	.w50, 
	.region-header nav ul, 
	.services-list li, 
	.benefits ul li, 
	.values ul li, 
	.line-of-3 li, 
	.line-of-4 li, 
	footer .pad, 
	.title-ctnr .the-title, 
	.question-text, 
	.pad.pad-img.w50, 
	.w70, 
	.w30, 
	.ul-n-img .pad, 
	.les-plus.les-themes .un-plus {
		width: 100%;
	}
	.services-list li, 
	.benefits ul li, 
	.values ul li, 
	.line-of-3 li, 
	.line-of-4 li {
		margin: 0 0 15px;
	}
	.values ul li, 
	.title-ctnr .the-title, 
	.page_2 .inner-pg-sec.content-sec .ul-n-img img.align-right {
		max-width: 100%;
	}
	.benefits ul li {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.benefits ul li .pad {
		font-size: 2rem;
	}
	.pad-text {
		order: 1;
	}
	.jokko-mask img {
		width: auto;
		min-width: unset;
	}
	footer .pad.nl {
		padding-right: 0;
	}
	.cst-header nav {
		position: fixed;
		display: block;
		top: 0;
		left: 100vw;
		width: 100vw;
		height: 100vh;
		background-color: #000000;
		padding-top: 90px;
		background-image: radial-gradient(at center, #de7f1f, #000);
		background-size: 300%;
		animation: animebg 5s infinite;
	}
	.nav-on .cst-header nav {
		left: 0;
	}
	.cst-header nav ul li a {
		font-size: 50px;
		line-height: 54px;
		opacity: 0;
	}
	.nav-on .cst-header nav ul li a {
		line-height: 30px !important;
		opacity: 1;
	}
	.cst-header nav > ul li > ul > li a, 
	.cst-header nav ul li a {
		font-size: 16px !important;
		line-height: 20px !important;
	}
	.cst-header nav > ul li > ul {
		top: 40px;
		width: 265px !important;
	}
	.hero .items-ctnr {
		padding-top: 100px;
	}
	.site-logo img {
		max-width: 140px;
	}
	.region-header .logo-ctnr {
		flex: initial;
		margin-right: 20px;
	}
	.hero .cta-ctnr .ben-cta {
		display: block;
		margin-bottom: 15px;
	}
	.site-name {
		left: 63px;
	}
	.ben-form .items-ctnr .pad-left {
		padding-right: 0;
	}
	/* body.page_5::before {
		position: absolute;
	} */
	.pre-nav nav ul li {
		font-size: 10px;
	}
	.f30 {
		font-size: 25px;
		line-height: 29px;
	}
	.f35 {
		font-size: 35px;
		line-height: 39px;
	}
	.f40 {
		font-size: 30px;
		line-height: 34px;
	}
	.f70 {
		font-size: 45px;
		line-height: 48px;
	}
	section, 
	.grid-of-3 li {
		border-bottom: solid 1px #de7f1f50;
	}
	.hero .v-flex, .about .v-flex {
		height: auto;
	}
	.about .v-align {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.language-switcher-language-url .links {
		padding-top: 0px;
		padding-left: 0;
	}
	.grid-of-2, 
	.grid-of-3, 
	.grid-of-4, 
	.grid-of-5 {
		grid-template-columns: auto;
	}
	.the-intro .titre {
		padding-left: 0 !important;
	}
	.question-text {
		position: relative;
		display: block;
		padding-right: 25px;
		font-size: 18px;
	}
	footer .pad.the-links ul, 
	footer .social.mb30 {
		margin-bottom: 20px;
	}
	.pre-nav {
		padding-left: 0;
		padding-right: 0;
	}
	.pre-nav nav ul li {
		padding: 0 4px;
	}
	.pre-nav nav ul li:first-child::before {
		top: 5px;
		height: calc(100% - 8px);
		width: 1.5px;
	}
	.scroll-min .pre-nav nav ul li:last-child a::after {
		content: '';
		position: absolute;
		display: block;
		top: 0;
		left: -5px;
		width: calc(100% + 10px);
		height: 100%;
		background-color: #de7f1f;
		z-index: -1;
		border-radius: 5px;
	}
	.scroll-min .pre-nav nav ul li:last-child a {
		color: #ffffff;
	}
	.scroll-min .pre-nav nav ul li:last-child a::before {
		background-color: #ffffff;
	}
	.region-prenav nav {
		justify-content: start;
	}
	.language-switcher-language-url {
		padding-top: 2px;
	}
	.region-header nav > ul {
		align-items: flex-start;
	}
	.scroll-min .cst-sticky-btn:not(.lexique-one) {
		top: calc(100vh - 50px);
	}
	.ben-intro .name {
		font-size: 20px;
		line-height: 35px;
	}
	.ben-intro .name span {
		font-size: 25px;
	}
	.scroll-min .pre-nav {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
	}
	.scroll-min .page-wrapper .cst-header {
		top: 32px;
	}
	.scroll-min .pre-nav nav ul li:first-child {
		font-size: 0;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}
	.scroll-min .pre-nav nav ul li:last-child, 
	.ul-n-img ul {
		padding-left: 0;
	}
	.page_1 .cst-header nav ul li a, 
	.cst-header nav ul li a {
		color: #ffffff;
	}
	.liste-etapes-section .etapes::before {
		top: -43px;
		left: 50%;
		width: 35px;
		height: 100%;
		background-image: url(../img/minus-vertical.png);
		background-repeat: repeat-y;
		background-size: 13px;
		background-position: center;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.liste-etapes-section .etapes::after {
		top: auto;
		left: 50%;
		right: auto;
		-webkit-transform: translateX(-50%) rotate(90deg);
		transform: translateX(-50%) rotate(90deg);
		bottom: 8px;
		opacity: 1;
	}.pads .pad.vignette {
		order: 1;
	}
	.pads .pad.phases {
		order: 2;
	}
	.cst-header nav > ul li > ul {
		background: #14436e !important;
	}
	.ben-cta.ben-rounded.f16 {
		padding: 5px 10px;
		font-size: 12px;
	}
	.the-intro.titre-cta .titre {
		width: calc(100% - 76px);
		font-size: 20px;
		line-height: 25px;
	}
	.plus-section .pad-text {
		order: 0;
	}
	.invite-ctnr .pad .titre {
		white-space: nowrap;
	}
	.question-text {
		font-size: 15px;
	}
	.accueil .ben-intro .v-align {
		margin-bottom: 0;
		margin-top: 60px;
	}
	.ben-intro .desc {
		max-width: 100%;
	}
	.ben-intro .desc.f50 {
		max-width: 100%;
		font-size: 20px;
		line-height: 25px;
	}
	.ben-intro .desc.f16 {
		font-size: 14px;
		line-height: 20px;
	}
	.region-header nav ul > li:last-child > a {
		margin-top: 100px;
	}
	.pad-list > h2 {
		padding: 0;
	}
}
@media (max-width: 340px){
	.f25, .hero .name {
		font-size: 24px;
	}
	.hero .items-ctnr {
		padding-top: 90px;
	}
}

/*** Keyframes ***/
@-moz-keyframes scroll-x {
	0% {
		transform: translateX(var(--scroll-start));
	}
	100% {
		transform: translateX(var(--scroll-end));
	}
}
@-o-keyframes scroll-x {
	0% {
		transform: translateX(var(--scroll-start));
	}
	100% {
		transform: translateX(var(--scroll-end));
	}
}
@-webkit-keyframes scroll-x {
	0% {
		transform: translateX(var(--scroll-start));
	}
	100% {
		transform: translateX(var(--scroll-end));
	}
}
@keyframes scroll-x {
	0% {
		transform: translateX(var(--scroll-start));
	}
	100% {
		transform: translateX(var(--scroll-end));
	}
}
/****/
@keyframes animebg {
	0%,80% {
		background-position: 0% 50%;
	}
}

/****/
@keyframes shake {
	0%, 100% {
		transform: translate(0);
	}
	10% {
		transform: translate(-5%,-10%);
	}
	20% {
		transform: translate(-15%,5%);
	}
	30% {
		transform: translate(7%,-25%);
	}
	40% {
		transform: translate(-5%,25%);
	}
	50% {
		transform: translate(-15%,10%);
	}
	60% {
		transform: translate(15%);
	}
	70% {
		transform: translateY(15%);
	}
	80% {
		transform: translate(3%,35%);
	}
	90% {
		transform: translate(-10%,10%);
	}
}