html {
	width: 100%;
	max-width: 100%;
	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 {
	min-height: 100vh;
	margin: 0;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	scroll-behavior: smooth;
	width: 100%;
	max-width: 100%;
}
body.desktop-mode, body.desktop-mode * {
	cursor: url(../img/cursor.png), auto;
}
::-webkit-scrollbar {
    display: none;
}
.page-wrapper {
	padding-top: 36px;
}
*, ::before, ::after {
	box-sizing: border-box;
}
::selection {
	background-color: transparent;
	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;
}

.bismilLah {
    position: absolute;
    display: block;
    width: 100vw;
    height: fit-content;
    text-align: center;
    top: -100vh;
}

.ben-after, 
.ben-before, 
.sec-content ul li {
	position: relative;
}

.ben-after::after, 
.ben-before::before, 
header nav ul li a::before, 
header nav ul li a::after, 
.sec-content ul li::before {
	content: '';
	position: absolute;
	display: block;
}

.w30 {
	width: 30%;
}

.w40 {
	width: 40%;
}

.w50 {
	width: 50%;
}

.w60 {
	width: 60%;
}

.w70 {
	width: 70%;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

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

section {
	/* min-height: 100vh; */
}

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

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

.ben-transition {
    -moz-transition: all 0.3s ease-in-out 0.0001s;
    -o-transition: all 0.3s ease-in-out 0.0001s;
    -webkit-transition: all 0.3s ease-in-out 0.0001s;
	transition: all 0.3s ease-in-out 0.0001s;
}

.ben-transition2 {
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.ben-transition3 {
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}

.ben-transition4 {
    -moz-transition: all ease-in-out 3s;
    -o-transition: all ease-in-out 3s;
    -webkit-transition: all ease-in-out 3s;
	transition: all ease-in-out 3s;
}

.ben-transition-cbl, 
header nav ul li a::before, 
header nav ul li a::after, 
.ben-cta::before, 
.ben-burger span::before, 
header nav, 
body::before, 
.page-title-ctnr::before, 
.site-logo img, 
.site-name, 
.site-name a, 
.ben-play-btn::before, 
.ben-form .cbx label::before, 
.ben-form .cbx label::after, 
.video-ctnr::after, 
.the-drop::after {
	-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;
}

.ben-transition-cb {
	-moz-transition: transform 0.5s 0.5s ease-in-out, opacity 0.5s 0.4s ease-in-out;
	-o-transition: transform 0.5s 0.5s ease-in-out, opacity 0.5s 0.4s ease-in-out;
	-webkit-transition: transform 0.5s 0.5s ease-in-out, opacity 0.5s 0.4s ease-in-out;
	transition: transform 0.5s 0.5s ease-in-out, opacity 0.5s 0.4s ease-in-out;
	will-change: transform, opacity;
}

.ben-transition5 {
	-moz-transition: all ease-in-out 4s;
    -o-transition: all ease-in-out 4s;
    -webkit-transition: all ease-in-out 4s;
    transition: all ease-in-out 4s;
}

.text-light {
	font-family: 'SourceSansPro-Light', sans-serif;
}

.text-regular {
	/* font-family: 'SourceSansPro-Regular', sans-serif; */
	font-family: 'noah-regular', sans-serif;
}

.text-upper, 
header nav ul li a {
	text-transform: uppercase;
}

.text-bold, 
header nav ul li a, 
.sec-content strong {
	/* font-family: 'SourceSansPro-Regular', sans-serif; */
	font-family: 'noah-bold', sans-serif;
}

.text-extra-bold, 
.sahel-pattern::after, 
.hero::before, 
.ben-loader::before, 
header nav::before, 
.an-letter {
	/* font-family: 'SourceSansPro-Black', sans-serif; */
	font-family: 'Noah-Black', sans-serif;
}

.f13 {
	font-size: 13px;
	line-height: 17px;
}

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

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

.f18, 
.hero .cta-ctnr .ben-cta {
	font-size: 18px;
	line-height: 24px;
}

.f20, 
.hero .catch-line, 
.sec-content.services-prez ul li {
	font-size: 20px;
	line-height: 24px;
}

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

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

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

.f35 {
	font-size: 35px;
	line-height: 39px;
}

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

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

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.p20 {
	padding: 20px;
}

.p30 {
	padding: 30px;
}

.p40 {
	padding: 40px;
}

.pl15 {
	padding-left: 15px;
}

.pl30, 
.sec-content ul li {
	padding-left: 30px;
}

.pt25 {
	padding-top: 25px;
}

.pb25 {
	padding-bottom: 25px;
}

.pt50 {
	padding-top: 50px;
}

.pb50 {
	padding-bottom: 50px;
}

.pt100 {
	padding-top: 100px;
}

.pb100 {
	padding-bottom: 100px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mt50 {
	margin-top: 50px;
}

.white-text, 
a, 
.ben-form input:not([type="submit"]), 
.ben-form textarea {
    color: #ffffff;
}

.orange-text, 
.ben-form ::placeholder, 
::selection {
	color: #F38500;
}

.text-center, 
.ben-loader, 
.hero::before, 
header nav::before, 
.sahel-pattern::after {
    text-align: center;
}

.text-right, 
.home-invite .sahel-pattern::after {
    text-align: right;
}

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

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

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

.main-bg, 
.ben-loader, 
.dopaminey-mask::after, 
.sahel-pattern::before, 
.the-drop, 
.wave-effect {
    background-color: #f38500;
}

.white-bg, 
.ben-cta::before, 
.ben-form input[type="submit"], 
.quick-contact li::before, 
header nav ul li a.is-active::after, 
.cursor, 
.sec-content ul li::before, 
.ben-form .cbx label::after {
	background-color: #ffffff;
}

.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;
}

header {
	position: relative;
	z-index: 9999;
	margin-bottom: 20px;
}

.page_1 header {
	position: fixed;
}

.hero .v-flex {
	height: 100vh;
}

.about .new-ctnr {
	height: auto;
}

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

header ul li {
}

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

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

.gap-1 {
    gap: 1rem;
}

.gap-2 {
    gap: 2rem;
}

.region-header nav {
	flex: auto;
}

.social-ctnr ul, 
.region-header nav {
	justify-content: end;
}

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

.justify-between {
    justify-content: space-between;
}

.region-header nav ul {
	flex-direction: row;
}

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

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

header nav ul li a::after {
	top: auto;
	left: auto;
	right: -5px;
	bottom: 5px;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

/*** Wait for pages to replace anchors ***/
header nav ul li a.is-active {
	opacity: 0.5;
	pointer-events: none;
}

header nav ul li a.is-active::after {
	top: auto;
	left: auto;
	right: -5px;
	bottom: 5px;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	/* background-color: transparent; */
}

header nav ul li a::before {
	content: attr(data-content);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-transform: translate3d(0,100%,0) skewX(-90deg);
	-o-transform: translate3d(0,100%,0) skewX(-90deg);
	-webkit-transform: translate3d(0,100%,0) skewX(-90deg);
	transform: translate3d(0,100%,0) skewX(-90deg);
	opacity: 0;
}

header nav ul li a:hover::before {
	-moz-transform: translate3d(0,0,0) skewX(0);
	-o-transform: translate3d(0,0,0) skewX(0);
	-webkit-transform: translate3d(0,0,0) skewX(0);
	transform: translate3d(0,0,0) skewX(0);
	opacity: 1;
}

.ben-cta span, 
.site-name a span, header nav ul li a span, 
.ben-link span {
	-moz-transform: rotateX(0);
	-o-transform: rotateX(0);
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

.ben-cta:hover span, 
header nav ul li a:hover span, 
.ben-link:hover span {
	-moz-animation-delay: calc(.2s * var(--i));
	-o-animation-delay: calc(.2s * var(--i));
	-webkit-animation-delay: calc(.2s * var(--i));
	animation-delay: calc(.2s * var(--i));
	-moz-transform: rotateX(360deg);
	-o-transform: rotateX(360deg);
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

.second-bg, 
body::before, 
.noisy::before, 
.sahel-pattern::after {
	background-image: -webkit-radial-gradient(at center, #ffffff54, #F38500);
	background-image: radial-gradient(at center, #ffffff54, #F38500);
}

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

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

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

.letter-spacing-1, 
.site-name a, 
.title-ctnr .pre-title, 
.title-ctnr .title, 
header nav ul li a {
	letter-spacing: 1px;
	letter-spacing: 0.124rem;
}

.site-name a {
	font-size: 21px;
}

.ben-cta span, 
.site-name a span, 
header nav ul li a span, 
.ben-link span {
	position: relative;
	display: inline-block;
}

.site-name a span {
	opacity: 0;
	animation-delay: calc(.2s * var(--i));  
}

.logo-ctnr:hover .site-name a span,
.after-loading .logo-ctnr .site-name a span {
	animation: flip 5s infinite;
	animation-delay: calc(.2s * var(--i));
	opacity: 1;
}

.dopaminey-mask {
    -webkit-mask-image: url(../img/sh-pattern-orange.png);
    mask-image: url(../img/sh-pattern-orange.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: right;
    mask-position: right;
    overflow: hidden;
    mask-size: 24%;
    mask-repeat: unset;
    mask-position: 60% 24%;
	animation: animask 24s infinite;
}

.dopaminey-mask::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 276px;
    height: 200px;
    border-radius: 0 45px 45px 0;
}

.dopaminey-mask img {
	width: 24vw;
	min-width: auto;
	opacity: 0;
}

.ben-cta {
	position: relative;
	display: inline-block;
	width: fit-content;
	padding-left: 30px;
	-webkit-transform: skewX(-18deg) translateY(0);
	transform: skewX(-18deg) translateY(0);
}

.ben-cta:hover {
    -webkit-transform: skewX(-18deg) translateY(-7px);
    transform: skewX(-18deg) translateY(-7px);
}

.hero .pad-img {
	-webkit-transform: skewX(-18deg);
    transform: skewX(-18deg);
}

.hero::before, 
.ben-loader::before, 
header nav::before {
	content: 'Dopaminey';
	font-size: 9rem;
	line-height: 9rem;
	color: #F38500;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%) skewX(-18deg);
	transform: translate(-50%,-50%) skewX(-18deg);
	width: 100%;
	opacity: 0.6;
}

header nav::before {
	position: absolute;
	color: #ffffff20;
	z-index: -1;
}

.ben-loader {
	display: block;
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0; 
	left: 0;
	background-image: -webkit-radial-gradient(at center, #ffffff75, #F38500);
	background-image: radial-gradient(at center, #ffffff75, #F38500);
	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-cta::before {
	top: 50%;
	left: 0;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	height: 20px;
	border: solid 1px #ffffff;
  	background-color: rgba(255,255,255,0.01);
	border-radius: 2px 12px 12px 2px;
}

.ben-cta:hover::before {
	background-color: rgba(255,255,255,0.9);
}

.hero .cta-ctnr .ben-cta:first-child, 
.about .cta-ctnr .ben-cta:first-child, 
.services .cta-ctnr .ben-cta:first-child {
	margin-right: 30px;
}

.ben-cta .libelle, 
.ben-cta .typed-text {
	position: relative;
	display: inline-block;
}

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

.ben-burger span {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 7px;
    overflow: hidden;
}

.ben-burger span::before {
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #F38500;
	background-color: rgba(243, 133, 0, 0.3);
	-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;
}
 
.nav-on .ben-burger span:last-child {
	width: 70%;
}

.ben-burger span:first-child {
    top: 7px;
    left: 0;
    width: 100%;
    height: fit-content;
    font-size: 12px;
    line-height: 12px;
}

.ben-burger span:nth-child(2) {
    top: 22px;
    left: 50%;
    width: calc(100% - 14px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ben-burger span:last-child {
    width: 55%;
    top: auto;
    left: 7px;
    bottom: 7px;
    will-change: width, transform, left, bottom;
    -webkit-transition: transform .2s ease-in-out .01s, left .2s ease-in .2s, bottom .2s ease-in-out .2s, width .3s ease-in-out .4s;
    transition: transform .2s ease-in-out .01s, left .2s ease-in .2s, bottom .2s ease-in-out .2s, width .3s ease-in-out .4s;
}

body::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

.page-title-ctnr::before, 
.invite-cta-band::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.07);
}

.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"]), .ben-form textarea {
	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.012);
	box-shadow: 2px 1px 6px 3px rgba(243, 133, 0, 0.314);
	background-color: rgba(255, 255, 255, 0.067);
}

.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;
	box-shadow: 2px 1px 6px 3px rgba(243, 133, 0, 0.614);
  	border-color: rgba(243, 133, 0, 0.314);
	background-color: rgba(255, 255, 255, 0.17);
}

.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;
	cursor: pointer;
}

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

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

body:not(.page_1)::before {
	position: fixed;
	opacity: 0.5;
}

.services-prez ul li {
	max-width: 800px;
}

.sec-content ul li::before {
	position: relative;
	top: 17px;
	left: -15px;
	width: 7px;
	height: 7px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

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

.services-list {
	align-items: flex-start;
	flex-wrap: wrap;
}

.services-list li {
	margin: 0 5px 10px;
	width: calc((100% - 30px) / 3);
}

.ul-style li, 
.services-list li, 
.values ul li .number, 
.ben-cta span, 
.site-name a span, header nav ul li a span, 
.ben-link span {
	-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-list li .pad {
	border: solid 1px rgba(255, 255, 255, 0.03);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	min-height: 180px;
	background-color: rgba(255, 255, 255, 0.07);
}

.sec-content ul li {
	margin-bottom: 15px;
}

/*** For scroll effects ***/
.ben-hidden {
	opacity: 0;
	-webkit-filter: blur(1px);
	filter: blur(1px);
	-webkit-transform: translateY(50px);
	transform: translateY(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);
}

.scroll-min .hero .v-align {
	-moz-transform: translate3d(0, -100%, 0) scale(0);
	-o-transform: translate3d(0, -100%, 0) scale(0);
	-webkit-transform: translate3d(0, -100%, 0) scale(0);
	transform: translate3d(0, -100%, 0) scale(0);
	-moz-transition: all 5s;
	-o-transition: all 5s;
	-webkit-transition: all 5s;
	transition: all 5s;
}

.floating-items {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.floating-items .ctnr {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.floating-items img {
	position: absolute;
	display: block;
	width: auto;
	height: auto;
	-webkit-filter: drop-shadow(1px 1px 1px rgba(255,255,255,0.4));
	filter: drop-shadow(1px 1px 1px rgba(255,255,255,0.4));
}

.floating-items img.tl-one {
	top: 12%;
	left: 18%;
	opacity: 0.5;
}

.floating-items img.br-one {
	left: auto;
	right: 12%;
	top: auto;
	bottom: 10%;
	width: 160px;
}

.floating-items img.bl-one {
	left: 5%;
	bottom: 10%;
	width: 220px;
}

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

.scroll-min .page-wrapper header {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	background: #f3850012;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-backdrop-filter: blur(9px);
	backdrop-filter: blur(9px);
}

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

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

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

.benefits ul li {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	width: calc((100% - (30px * 2))/3);
	-moz-aspect-ratio: 1 / 1;
	-o-aspect-ratio: 1 / 1;
	-webkit-aspect-ratio: 1 / 1;
	aspect-ratio: 1 / 1;
	max-width: 210px;
}

.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;
}

.benefits ul li .pad::before, 
.ben-cta::after {
    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(242, 133, 0, 0.35) 0%,rgba(242, 133, 0, 0) 80%);
    background: radial-gradient(ellipse at center,rgba(242, 133, 0, 0.35) 0%,rgba(242, 133, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform,opacity;
    transition-property: transform,opacity;
}

.benefits ul li .pad:hover::before, 
.ben-cta:hover::after {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.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;
}

.values ul li .number {
    position: absolute;
    top: 0;
    left: auto;
    right: 15px;
    color: transparent;
    font-size: 142px;
    height: 142px;
    line-height: 142px;
}

.ben-stroke.pattern-one {
	-webkit-text-stroke: 0;
    stroke-width: 0;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-repeat: repeat-y;
    background-position: center;
    background-size: contain;
    background-attachment: fixed;
    background-image: url(../img/sh-pattern.png);
}

.page_1 .values ul li .pad {
	min-height: auto;
}

.page_1 .values ul li .second-bg {
	background: -webkit-radial-gradient(at center, #ffffff54, #F3850020);
	background: radial-gradient(at center, #ffffff54, #F3850020);
	background-size: 600%;
}

.dialog-off-canvas-main-canvas, 
.page-wrapper {
	width: 100%;
	max-width: 100%;
}

.sh-bg {
	padding: 25px;
	background-image: url(../img/sh-pattern-s0.png);
	background-repeat: repeat;
	background-size: 310px;
	background-attachment: fixed;
	background-position: left center;
	border-radius: 30px;
	overflow: hidden;
	max-width: fit-content;
	margin: 0 auto;
}

.video-section .sh-bg {
	background-color: #F3850060;
}

.video-section .video-ctnr {
	max-width: 800px;
	border-radius: 25px;
	overflow: hidden;
	margin: 0 auto;
}

.video-ctnr::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-radial-gradient(at center, #ffffff54, #F38500);
    background-image: radial-gradient(at center, #ffffff54, #F38500);
    opacity: 0.5;
    pointer-events: none;
    z-index: 1;
}

.video-ctnr:hover::after {
    opacity: 1;
}

.video-ctnr video {
	position: relative;
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.video-ctnr .options {
	position: absolute;
	top: auto;
	left: 0;
	bottom: 25px;
	opacity: 1;
}

.video-ctnr .options {
	align-items: baseline;
	z-index: 2;
}

.video-ctnr .options .titre {
	margin-bottom: 5px;
}

.ben-play-btn {
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	background-image: url(../img/play-btn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px;
	border-radius: 100%;
	cursor: pointer;
}

.ben-play-btn::before {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	border: solid 2px #ffffff;
	border-radius: 100%;
}

.ben-play-btn:hover::before {
	border-width: 4px;
}

.options .text {
	flex: auto;
}

.options .text {
	flex: auto;
}

.playing .options {
	bottom: -320px;
	opacity: 0;
}

.video-section::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/sh-pattern-orange.png);
	background-position: center;
	background-size: 310px;
	opacity: 0.9;
}

.contenu ul li {
	margin-bottom: 15px;
}

.ben-form fieldset {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 12px;
	border: solid 1px #ffffff30;
	padding: 25px 15px;
}

.ben-form .checkboxes .cbx:not(.line) {
	position: relative;
	display: block;
	width: calc((100% - 30px) / 3);
	margin-right: 15px;
}

.ben-form .cbx label {
	padding: 10px 15px 10px 25px;
	border: solid 1px #ffffff20;
	margin-right: 15px;
	width: 100%;
	display: block;
	border-radius: 3px;
	cursor: pointer;
}

.ben-form .cbx label::before {
	left: 6px;
	width: 15px;
	height: 15px;
	border: solid 1px #ffffff;
	border-radius: 2px;
}

.ben-form .cbx label::after {
	left: 9px;
	width: 9px;
	height: 9px;
	border-radius: 2px;
	opacity: 0;
}

.ben-form .cbx label::before, 
.ben-form .cbx label::after {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ben-form .cbx label {
	padding: 15px 15px 15px 25px;
	border: solid 1px #ffffff14;
	margin-right: 15px;
	width: 100%;
	display: block;
	border-radius: 5px;
	line-height: 14px;
	background-size: 100%;
}

.ben-form .checkboxes .cbx:last-child {
	margin-right: 0;
}

.ben-form .cbx input:checked + label, 
.ben-form .cbx label:hover {
	border-color: #ffffff25;
	background-size: 200%;
}

.ben-form .cbx input:checked + label::after {
	opacity: 1;
}

.ben-form .cbx.radio label::before, 
.ben-form .cbx.radio label::after {
	border-radius: 100%;
}

.ben-form .cbx label.second-bg {
	background-image: -webkit-radial-gradient(at center, #ffffff24, #F38500);
	background-image: radial-gradient(at center, #ffffff24, #F38500);
}

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

/* .noisy {
	position: relative;
	overflow: hidden;
}

.noisy::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-animation: shake 7s steps(10) infinite;
	animation: shake 7s steps(10) infinite;
	opacity: .25;
	pointer-events: none;
} */

/***For mobile ***/

.for-mobile, 
header nav ul li a::before, 
.quick-contact li a::before, 
.page_1 .page-title-ctnr, 
header nav::before {
	display: none;
}

/*** In dev ***/
/* .region-header nav ul li:not(:last-child), 
#a-propos, 
.hero .cta-ctnr .ben-cta:first-child, 
.contact-invite-block, 
#services, 
#home-invite, 
*/
.contact-invite-block, 
.page_5 .inner-pg-sec, 
.page_6 .inner-pg-sec, 
.page_1 .values ul li .pad .desc, 
.ben-form .cbx input {
	display: none;
}

/* .desktop-mode .cursor {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	-webkit-transition: width ease 0.3s, height ease 0.3s, opacity ease 0.5s;
	transition: width ease 0.3s, height ease 0.3s, opacity ease 0.5s;
	opacity: 0.6;
}

.desktop-mode .cursor.on-link {
	width: 60px;
	height: 60px;
	opacity: 0.3;
} */


/* Login page */
#login_article {
	max-width: 350px;
	margin: 25vh auto;
	padding: 30px;
	border: solid 1px rgba(255,255,255,0.12);
}
#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;
}
#login_article form input.form-text {
	position: relative;
	display: block;
	width: 100%;
	background: transparent;
	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: 'noah-regular', sans-serif;
}
#login_article form input.form-text {
	border: solid 1px rgba(255,255,255,0.12);
	border-radius: 5px;
}
#login_article {
	border-radius: 5px;
	background-color: transparent;
}
#login_article .form-item label, 
#login_article .form-actions input {
	color: #ffffff !important;
	font-family: 'noah-regular', sans-serif;
}
#login_article .form-actions {
    padding: 20px 0;
}
#login_article #edit-submit--2 {
	background-color: #ffffff;
	border: solid 1px #ffffff;
	color: #f38500 !important;
	border-radius: 5px;
}
/* !Login page */

.packs-list {
	align-items: flex-start;
}

.un-pack .pad {
    border-radius: 15px;
    border: solid 1px rgba(255, 255, 255, 0.2);
}

.sahel-pattern.colored {
	max-width: 100%;
    border: solid 0;
    border-radius: 15px;
    min-height: 355px;
    border-color: rgba(242, 133, 0, 0.55);
    -webkit-transform: none;
    transform: none;
    background-size: 135px !important;
    background-image: url(../img/sh-pattern-orange.png);
	z-index: 2;
}

.sahel-pattern::before, 
.sahel-pattern::after {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    border-radius: 15px;
    top: 25px;
    left: 25px;
	overflow: hidden;
}

.sahel-pattern::before {
    z-index: -1;
}

.sahel-pattern::after {
    content: '?';
    font-size: 19rem;
	line-height: 100%;
    color: #f385004d;
    color: rgb(243, 133, 0, 0.3);
	z-index: 0;
}

.sahel-pattern .le-texte, 
.sahel-pattern::after {
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sahel-pattern .le-texte {
    position: absolute;
    display: block;
    font-size: 9rem;
    width: fit-content;
    height: fit-content;
    z-index: 1;
}

.about .pads .items-ctnr, 
.services .pads .items-ctnr, 
.home-invite .pads .items-ctnr {
	gap: 3rem;
}

.home-invite .sahel-pattern .le-texte {
	font-size: 3.5rem;
	line-height: 3.5rem;
	left: 34%;
}

.home-invite .sahel-pattern::after {
	content: '!';
}

.benefits ul li {
	cursor: pointer;
}

.benefits ul li:nth-child(2) {
    z-index: 2;
}

.benefits ul li:first-child:hover + li, 
.benefits ul li:first-child:hover + li + li {
    filter: blur(1px);
    opacity: .3;
}

.benefits ul {
    overflow: visible;
}

.benefits ul li:hover .pad {
    background-color: rgba(255, 255, 255, 0.99);
    -webkit-text-stroke: 1px #FFFFFF;
}

.ben-cta span {
    margin: 0 .5px;
}

/*** water effect ***/
.dopaminey-D {
    position: relative;
    display: block;
    width: 308px;
    height: 218px;
    overflow: hidden;
    border-radius: 12px 85px 85px 12px;
	box-shadow: 0px -8px 32px 0px #F3850055;
	margin: 0 auto;
}

.dopaminey-D::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.05);
    filter: drop-shadow(2px 4px 6px rgba(255,255,255,0.1));
}

.the-drop {
    position: relative;
    width: 20px;
    height: 20px;
    top: -30px;
    margin: 0 auto;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-animation-name: drip;
    -webkit-animation-name: drip;
    animation-name: drip;
    -moz-animation-timing-function: cubic-bezier(1,0,.91,.19);
    -webkit-animation-timing-function: cubic-bezier(1,0,.91,.19);
    animation-timing-function: cubic-bezier(1,0,.91,.19);
    -moz-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
  
.the-drop:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 30px solid #F38500;
    top: -22px;
}
  
.wave-effect {
    position: absolute;
    opacity: 0;
    top: 100%;
    width: 2px;
    height: 1px;
    -moz-border-radius: 300px / 150px;
    -webkit-border-radius: 300px / 150px;
    border-radius: 50% / 50%;
    -moz-animation-name: ripple;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -moz-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
  
.wave-effect:after {
    opacity: 0;
    top: 0px;
    left: 50%;
    width: 2px;
    height: 1px;
    border: #EF6C00 5px solid;
    -moz-border-radius: 50% / 50%;
    -webkit-border-radius: 50% / 50%;
    border-radius: 50% / 50%;
    -moz-animation-name: ripple-2;
    -webkit-animation-name: ripple-2;
    animation-name: ripple-2;
    -moz-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #EF6C00;
}

.drop-and-wave-ctnr {
    position: absolute;
	display: block;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    /* -moz-animation-name: shorten;
    -webkit-animation-name: shorten;
    animation-name: shorten;
    -moz-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -moz-animation-iteration-count: 19;
    -webkit-animation-iteration-count: 19;
    animation-iteration-count: 19; */
}

.the-drop::after {
    content: attr(data-content);
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 210px;
    height: 60px;
    overflow: hidden;
    color: #FFFFFF75;
    white-space: break-spaces;
    opacity: 0;
	letter-spacing: .23rem;
}

.drop-and-wave-ctnr:hover .the-drop, 
.drop-and-wave-ctnr:hover .wave-effect, 
.drop-and-wave-ctnr:hover .wave-effect::after {
	animation-play-state: paused;
}

.drop-and-wave-ctnr:hover .the-drop::after {
   	top: 25px;
    opacity: 1;
	letter-spacing: .35rem;
}
  
@keyframes ripple {
	from {
		opacity: 1;
	}
	to {
		width: 112%;
		height: 45%;
		border-width: 1px;
		/* top: 85%; */
		top: 75%;
		opacity: 0;
	}
}
  
@keyframes ripple-2 {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		width: 70%;
		height: 72%;
		border-width: 3px;
		top: 10px;
		opacity: 0;
	}
}
  
@keyframes drip {
	to {
	top: 101%;
	}
}

@keyframes shorten {
	0% {
		height: calc(100% - 0%);
	}
	50% {
		height: calc(100% - 5%);
	}
	100% {
		height: calc(100% - 12%);
	}
}
/*** !Water effect ***/

/*** Floating letters ***/

.floating-letters {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.an-letter {
    position: absolute;
    opacity: 0;
    animation: floatLetter ease-in-out infinite;
    font-size: 5rem;
    width: 7rem !important;
    height: 7rem !important;
    text-align: center;
    border: solid 1px rgba(255, 255, 255, 0.09);
    background-color: rgba(255, 255, 255, 0.07);
    border-radius: 100%;
    background-size: 400%;
    background-image: radial-gradient(at center, #ffffff54, #F38500);
    line-height: 112px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}

.an-letter:nth-child(1) {
  width: 15%;
  bottom: 0;
  left: 5%;
  animation-duration: 10s;
  animation-delay: 0s;
}

.an-letter:nth-child(2) {
  width: 20%;
  bottom: 0;
  left: 20%;
  animation-duration: 15s;
  animation-delay: 3s;
}

.an-letter:nth-child(3) {
  width: 15%;
  bottom: 0;
  left: 35%;
  animation-duration: 12s;
  animation-delay: 6s;
}

.an-letter:nth-child(4) {
  width: 22%;
  bottom: 0;
  left: 50%;
  animation-duration: 18s;
  animation-delay: 2s;
}

.an-letter:nth-child(5) {
  width: 18%;
  bottom: 0;
  left: 65%;
  animation-duration: 13s;
  animation-delay: 5s;
}

.an-letter:nth-child(6) {
  width: 15%;
  bottom: 0;
  left: 80%;
  animation-duration: 20s;
  animation-delay: 4s;
}

.an-letter:nth-child(7) {
  width: 10%;
  bottom: 0;
  left: 30%;
  animation-duration: 14s;
  animation-delay: 6s;
}

.an-letter:nth-child(8) {
  width: 18%;
  bottom: 0;
  left: 70%;
  animation-duration: 20s;
  animation-delay: 8s;
}

.an-letter:nth-child(9) {
  width: 25%;
  bottom: 0;
  left: 15%;
  animation-duration: 18s;
  animation-delay: 3s;
  animation-direction: alternate;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}


@keyframes moveLetter {
  0% {
    transform: translate(0%, 0%);
  }
  5% {
    transform: translate(90%, 10%);
  }
  10% {
    transform: translate(10%, 20%);
  }
  15% {
    transform: translate(80%, 30%);
  }
  20% {
    transform: translate(20%, 40%);
  }
  25% {
    transform: translate(70%, 50%);
  }
  30% {
    transform: translate(30%, 60%);
  }
  35% {
    transform: translate(90%, 70%);
  }
  40% {
    transform: translate(20%, 80%);
  }
  45% {
    transform: translate(80%, 90%);
  }
  50% {
    transform: translate(0%, 100%);
  }
  55% {
    transform: translate(90%, 90%);
  }
  60% {
    transform: translate(10%, 80%);
  }
  65% {
    transform: translate(80%, 70%);
  }
  70% {
    transform: translate(20%, 60%);
  }
  75% {
    transform: translate(70%, 50%);
  }
  80% {
    transform: translate(30%, 40%);
  }
  85% {
    transform: translate(90%, 30%);
  }
  90% {
    transform: translate(20%, 20%);
  }
  95% {
    transform: translate(80%, 10%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}

@keyframes floatLetter {
  0% {
    transform: translateY(50vh) translateX(-50%) rotate(0deg);
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100vh) translateX(-50%) rotate(360deg);
    opacity: 0;
  }
}

/*** !Floating letters ***/

.mobile-nav-ctas {
    position: absolute;
    top: auto;
    left: 20px;
    right: 20px;
    bottom: 50px;
    width: calc(100% - 40px);
    height: fit-content;
}

/***	Responsive	***/
@media (min-width: 1660px) {
	header nav ul li a {
		font-size: 30px;
		line-height: 34px;
	}
	.site-logo img {
		max-width: 81px;
	}
	.site-name {
		left: 102px;
	}
	.site-name a {
		font-size: 30px;
		line-height: 34px;
	}
	.f18.ben-cta {
		font-size: 38px;
		line-height: 40px;
	}
	.f20 {
		font-size: 40px;
		line-height: 44px;
	}
	.f30 {
		font-size: 50px;
		line-height: 60px;
	}
	.f40 {
		font-size: 60px;
		line-height: 64px;
	}
	.ben-cta::before {
		width: 30px;
		height: 25px;
	}
	.ben-cta {
		padding-left: 40px;
	}
}

@media (min-width: 1439px) {
	.spacer-one {
		width: 10px !important;
	}
	.page-wrapper {
		padding-top: 70px;
	}
	.hero .name {
		font-size: 38px;
		line-height: 42px;
	}
	.hero .pad-img {
		display: none;
	}
	.hero .pad-text {
		width: 80%;
	}
	.hero .catch-line {
		font-size: 25px;
		line-height: 29px;
	}
	.hero .cta-ctnr .ben-cta {
		font-size: 25px;
	}
	header nav ul li a {
		font-size: 24px;
	}
	.dopaminey-mask img {
		width: 32vw;
		max-width: 595px;
	}
	.site-logo img {
		max-width: 74px;
	}
	.site-name {
		left: 92px;
	}
	.site-name a {
		font-size: 25px;
		line-height: 29px;
	}
	.f18 {
		font-size: 20px;
		line-height: 26px;
	}
	.f18.ben-cta {
		font-size: 28px;
		line-height: 30px;
	}
	.sec-content.services-prez ul li {
		font-size: 24px;
		line-height: 28px;
	}
	.f20, .hero .catch-line {
		font-size: 30px;
		line-height: 34px;
	}
	.f30 {
		font-size: 34px;
		line-height: 40px;
	}
	.f40 {
		font-size: 50px;
		line-height: 54px;
	}
	.services-list li .pad {
		min-height: 215px;
	}
	.sh-bg {
		background-size: 320px;
	}
	.hero {
		/* max-height: 800px !important;
		min-height: 500px !important; */
	}
	
}
@media (max-width:1310px) {
	.hero::before {
	-webkit-transform: translate(-50%,-50%) skewX(-18deg);
	transform: translate(-50%,-50%) skewX(-18deg);
}
}
@media (max-width: 1090px) {
	.values ul li .number {
		position: absolute;
		top: 30px;
		font-size: 100px;
		height: 100px;
		line-height: 100px;
	}
}
@media (max-width: 1000px) {
	.values ul li .number {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		color: transparent;
		font-size: 142px;
		height: 142px;
		line-height: 142px;
	}
}
@media (max-width: 756px) {
	.for-mobile, 
	header nav::before {
		display: block;
	}
	.for-desktop, 
	.hero .name br {
		display: none;
	}
	.nav-on .ben-burger span:nth-child(2) {
		width: 35%;
		top: 32px;
		transform: rotate(45deg)  translateX(-50%);
		-moz-transform: rotate(45deg)  translateX(-50%);
		-webkit-transform: rotate(45deg) translateX(-50%);
		-o-transform: rotate(45deg)  translateX(-50%);
		will-change: transform, top, width;
	}
	.nav-on .ben-burger span:last-child {
		width: 35%;
		left: 50%;
		top: auto;
		bottom: 18px;
		transform: rotate(-45deg) translateX(-50%);
		-moz-transform: rotate(-45deg) translateX(-50%);
		-webkit-transform: rotate(-45deg) translateX(-50%);
		-o-transform: rotate(-45deg) translateX(-50%);
		will-change: transform, left, bottom, width;
		-webkit-transition: transform .3s ease-in-out .3s, left .2s ease-in .2s, bottom .2s ease-in-out .2s, width .2s ease-in-out .01s;
		transition: transform .3s ease-in-out .3s, left .2s ease-in .2s, bottom .2s ease-in-out .2s, width .2s ease-in-out .01s;
	}
	.region-header nav ul, 
	.mobile-flex-dir-col {
		flex-direction: column;
	}
	.w30, 
	.w40, 
	.w70, 
	.w60, 
	.w50, 
	.region-header nav ul, 
	.services-list li, 
	.benefits ul li, 
	.values ul li, 
	.ben-form .checkboxes .cbx:not(.line) {
		width: 100%;
	}
	.services-list li, 
	.benefits ul li, 
	.values ul li {
		margin: 0 0 15px;
	}
	.values ul li {
		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;
	}
	.dopaminey-mask {
		height: 205px;
	}
	.dopaminey-mask img {
		width: auto;
		min-width: auto;
	}
	.region-header .logo-ctnr {
		z-index: 3;
	}
	header nav {
		position: fixed;
		display: block;
		top: 0;
		left: 100vw;
		width: 100vw;
		height: 100vh;
		background-color: #F38500;
		padding-top: 90px;
		overflow: hidden;
	}
	.nav-on header nav {
		left: 0;
	}
	.region-header nav ul {
		margin-top: 50px;
		padding-left: 10px;
	}
	header nav ul li a {
		font-size: 50px;
		line-height: 54px;
		opacity: 0;
	}
	.nav-on header nav ul li a {
		width: fit-content;
		font-size: 30px;
		line-height: 34px;
		opacity: 1;
		padding-top: 15px;
        padding-bottom: 15px;
	}
	header nav ul li a.is-active::after {
		bottom: 22px;
	}
	.hero .items-ctnr {
		padding-top: 100px;
	}
	.site-logo img {
		max-width: 45px;
	}
	.hero .cta-ctnr .ben-cta, 
	.about .cta-ctnr .ben-cta, 
	.services .cta-ctnr .ben-cta {
		display: block;
		margin-bottom: 15px;
	}
	.site-name {
		left: 63px;
	}
	.ben-form .items-ctnr .pad-left {
		padding-right: 0;
		margin-bottom: 30px;
	}
	/* body.page_5::before {
		position: absolute;
	} */
	.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 {
		border-bottom: solid 1px #f38500;
	}
	.hero .v-flex, .about .v-flex {
		height: auto;
	}
	.hero::before, 
	.ben-loader::before, 
	header nav::before {
		max-width: 50%;
		font-size: 7rem;
		line-height: 7rem;
		word-break: break-all;
		letter-spacing: 20px;
	}
	.about .v-align {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.sh-bg {
		background-position: center;
		padding: 10px;
	}
	.video-ctnr .options.p30 {
		padding: 15px;
	}
	.options .text {
		max-width: calc(100% - 85px);
		margin-right: 15px;
	}
	.video-ctnr .options {
		align-items: center;
	}
	.video-ctnr .options .titre, 
	.video-ctnr .options .desc {
		text-shadow: 1px -1px 3px #f38500;
	}
	.ben-form .items-ctnr .checkboxes fieldset legend + .line {
		margin-bottom: 0;
	}
	.values ul li .number {
		position: absolute;
		top: 5px;
		right: 14px;
		font-size: 142px;
		height: 142px;
		line-height: 142px;
	}
	.about .pads .items-ctnr, 
	.services .pads .items-ctnr, 
	.home-invite .pads .items-ctnr {
		gap: 3rem;
		margin-bottom: 0;
	}
	.region-header nav ul::before, 
	.region-header nav ul::after {
		content: '';
		position: absolute;
		display: block;
		width: 70vh;
		height: 70vh;
		background-color: #ffffff;
		border-radius: 100%;
		z-index: -3;
		left: 15vh;
		filter: blur(14px);
		top: 5vh;
	}
	.region-header nav ul::after {
		width: 127vw;
		height: 127vw;
		top: 37%;
		left: -85px;
		background-image: radial-gradient(at center, #ffffff80, #F38500);
	}
	header nav::after {
		content: '';
		position: absolute;
		display: block;
		top: 0%;
		left: -10%;
		background-color: orange;
		width: 120%;
		height: 100%;
		z-index: -1;
		filter: blur(112px);
		opacity: 0.7;
		background-image: radial-gradient(at center, #ffffff80, #F38500);
	}
}
@media (max-width: 359px){
	.hero::before, 
	.ben-loader::before, 
	header nav::before {
		max-width: 54%;
		font-size: 7rem;
		line-height: 7rem;
		word-break: break-all;
		letter-spacing: 25px;
	}
	.f25, .hero .name {
		font-size: 24px;
	}
	.hero .items-ctnr {
		padding-top: 90px;
	}
}

/*** Keyframes ***/
@-moz-keyframes flip {
	0%,80% {
	  transform: rotateX(360deg) ;
	}
}
@-o-keyframes flip {
	0%,80% {
	  transform: rotateX(360deg) ;
	}
}
@-webkit-keyframes flip {
	0%,80% {
	  transform: rotateX(360deg) ;
	}
}
@keyframes flip {
	0%,80% {
	  transform: rotateX(360deg) ;
	}
}
/****/
@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%);
	}
}
/****/
@-webkit-keyframes animask {
	0% {
		mask-size: 24%;
		mask-position: 60% 24%;
	}
	10% {
		mask-size: 28%;
		mask-position: 50% 34%;
	}
	20% {
		mask-size: 72%;
		mask-position: 70% 24%;
	}
	30% {
		mask-size: 32%;
		mask-position: 50% 34%;
	}
	40% {
		mask-size: 42%;
		mask-position: 40% 50%;
	}
	100% {
		mask-size: 24%;
		mask-position: 60% 24%;
	}
}
@keyframes animask {
	0% {
		mask-size: 24%;
		mask-position: 60% 24%;
	}
	10% {
		mask-size: 28%;
		mask-position: 50% 34%;
	}
	20% {
		mask-size: 72%;
		mask-position: 70% 24%;
	}
	30% {
		mask-size: 32%;
		mask-position: 50% 34%;
	}
	40% {
		mask-size: 42%;
		mask-position: 40% 50%;
	}
	100% {
		mask-size: 24%;
		mask-position: 60% 24%;
	}
}