/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/* ------ Specification ------ */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

:root {
	--app-height: 100%;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Quicksand", sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.005em;
	color: #333;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	background: #fff;
	position: relative;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	margin: 0;
}

ul,
ul li {
	display: block;
	padding: 0;
	margin: 0;
}

.bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

a:hover {
	text-decoration: none;
	color: #000;
	outline: none;
}

a:active {
	outline: none;
	text-decoration: none;
}

a:focus,
a:visited {
	outline: none;
	text-decoration: none;
}

a,
button,
input {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a {
	color: inherit;
	text-decoration: none;
}
em {
	font-style: italic;
}
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
button,
button:hover,
button:focus,
button:active {
	outline: none;
}

button:hover,
input:hover,
select:hover {
	opacity: 0.9;
}

input[type="text"] {
	/* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,
h2 {
	font-family: "Comfortaa", cursive;
}

h1 {
	font-size: 46px;
	font-style: normal;
	font-weight: 400;
	line-height: 60px;
	color: #4f4f4f;
}
h1 span {
	color: #9581ed;
}

h2 {
	font-weight: normal;
	font-size: 38px;
	line-height: 42px;
	letter-spacing: 0.01em;
}

h3 {
	font-weight: normal;
	font-size: 30px;
	line-height: 32px;
}

h4 {
	font-weight: normal;
	font-size: 24px;
	line-height: 26px;
}

.container {
	max-width: 1470px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

/* ------ Portal Screen ------ */

.link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-transform: uppercase;
	font-family: "Quicksand", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 55px;
}
.link.white {
	color: #fff;
}
.link__icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 13px;
	-webkit-transform: scale(0.2);
	-ms-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.link__icon svg {
	width: 100%;
	height: 100%;
	max-width: 54px;
}
.link.white .link__icon svg .circle__sm {
	opacity: 1;
	-webkit-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
.link.white .link__icon svg .circle__lg {
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

.link.white .link__icon svg .circle__sm path,
.link.white .link__icon svg .circle__lg path {
	fill: #fff;
}
.link .link__icon svg path {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.link:hover .link__icon {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.link.white:hover .link__icon svg .circle__sm {
	opacity: 0;
}
.link.white:hover .link__icon svg .circle__lg {
	opacity: 1;
}
.link:hover .link__icon svg path {
	opacity: 1;
}

body.portal {
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	/*height: var(--app-height);*/
}

.portal {
	position: relative;
	width: 100vw;
	height: 100vh;
	max-height: 100vh;
	overflow: hidden;
	/*height: var(--app-height);*/
}

.portal-back {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	-webkit-transition: all 0.65s ease-in-out;
	-o-transition: all 0.65s ease-in-out;
	transition: all 0.65s ease-in-out;
}
.portal::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -o-linear-gradient(21.14deg, #7062f5 -4.94%, #e086d6 113.7%);
	background: linear-gradient(68.86deg, #7062f5 -4.94%, #e086d6 113.7%);
	opacity: 0.75;
	-webkit-transition: all 0.65s ease-in-out;
	-o-transition: all 0.65s ease-in-out;
	transition: all 0.65s ease-in-out;
}
.portal.active .portal-back {
	-webkit-filter: blur(8px);
	filter: blur(8px);
	-webkit-transition: all 0.65s ease-in-out;
	-o-transition: all 0.65s ease-in-out;
	transition: all 0.65s ease-in-out;
}

.portal-container {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
	width: 100%;
	height: 100%;
	--app-height: 100%;
}

.portal-left {
	border-radius: 0 550px 550px 0;
}

.portal-right {
	border-radius: 550px 0 0 550px;
}

.portal-left,
.portal-right {
	/* width: 50%; */
	max-width: 822px;
	width: 42.82%;
	-webkit-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	overflow: hidden;
}

.portal-center {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	width: 707px;
	height: 634px;
	pointer-events: none;
}

.portal-right {
	/* -webkit-transform: translateX(667px);
   -ms-transform: translateX(667px);
   transform: translateX(667px); */
	/* -webkit-transform: translateX(594px);
   -ms-transform: translateX(594px);
   transform: translateX(594px); */
	-webkit-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.portal-left {
	/* -webkit-transform: translateX(-667px);
   -ms-transform: translateX(-667px);
   transform: translateX(-667px); */
	-webkit-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.portal-right .portal-content,
.portal-left .portal-content {
	/* min-height: 330px; */
	padding-bottom: 114px;
	position: relative;
	box-sizing: border-box;
	/* max-height: 430px; */
	height: 100%;
	text-align: justify;
	z-index: 1;
}
.portal-right .portal-content .link,
.portal-left .portal-content .link {
	margin-top: 30px;
}
.portal-logo {
	position: absolute;
	left: 50%;
	top: 42%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	-webkit-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

.portal.active .portal-logo {
	top: 3%;
	-webkit-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

.portal-heart {
	width: 100%;
	-webkit-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

.portal.active .portal-heart {
	opacity: 0;
	-webkit-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

.portal-center:after {
	content: "";
	position: absolute;
}

.portal-content {
	margin-top: 39%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.portal-left .portal-content {
	max-width: 330px;
	margin-left: 13.28vw;
	-webkit-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

.portal-right .portal-content {
	max-width: 330px;
	margin-right: 13.28vw;
	-webkit-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

.portal.active-left .portal-left .portal-content {
	-webkit-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

.portal.active-right .portal-right .portal-content {
	-webkit-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

/* .portal-link {
   opacity: 0;
} */

.portal.active-left .portal-left .portal-link {
	opacity: 1;
}

.portal.active-right .portal-right .portal-link {
	opacity: 1;
}

.portal.active-right .portal-left {
	opacity: 0.5;
	-webkit-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

.portal.active-left .portal-right {
	opacity: 0.5;
	-webkit-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

.portal.active-left .portal-left {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

.portal.active-right .portal-right {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

.portal-img_wrap {
	max-width: 822px;
	width: 100%;
	height: 100vh;
	position: absolute;
}

.portal-img_wrap::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(51, 25, 90, 0.5);
	z-index: 1;
	opacity: 0;
	transition: 0.5s ease-in-out;
}

.portal.active-right .portal-right .portal-img_wrap::before {
	opacity: 1;
}

.portal.active-left .portal-left .portal-img_wrap::before {
	opacity: 1;
}

.portal-left_image {
	max-width: 822px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0 550px 550px 0;
	-webkit-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	opacity: 0;
}

.portal-right_image {
	max-width: 822px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 550px 0 0 550px;
	-webkit-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	opacity: 0;
}

.portal.active-right .portal-right_image {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: translate 0.6s, opacity 0.9s ease-in-out;
	-o-transition: translate 0.6s, opacity 0.9s ease-in-out;
	transition: translate 0.6s, opacity 0.9s ease-in-out;
	opacity: 1;
}

.portal.active-left .portal-left_image {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: translate 0.6s, opacity 0.9s ease-in-out;
	-o-transition: translate 0.6s, opacity 0.9s ease-in-out;
	transition: translate 0.6s, opacity 0.9s ease-in-out;
	opacity: 1;
}

/* ------ Contactez Screen ------ */

.contactez {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 890;
	height: 100vh;
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 92px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translate(-100%, -100%);
	-ms-transform: translate(-100%, -100%);
	transform: translate(-100%, -100%);
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.contact-active .contactez {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.contactez .side-title {
	text-align: center;
	/* max-width: 260px; */
	width: 100%;
	letter-spacing: 0.01em;
	font-family: "Comfortaa", cursive;
}

.wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output {
	position: absolute;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0 auto !important;
	width: 80%;
	left: 0;
	right: 0;
	text-align: center;
}

.contactez-back {
	background: -o-radial-gradient(
			97.37% 6.93%,
			63.41% 351.93%,
			rgba(169, 150, 248, 0.7) 0%,
			rgba(149, 129, 237, 0) 100%
		),
		rgba(132, 110, 223, 0.7);
	background: radial-gradient(
			63.41% 351.93% at 97.37% 6.93%,
			rgba(169, 150, 248, 0.7) 0%,
			rgba(149, 129, 237, 0) 100%
		),
		rgba(132, 110, 223, 0.7);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	height: 100vh;
	width: 100vw;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

.contactez-container {
	position: relative;
	max-width: 980px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-close {
	position: absolute;
	right: -70px;
	top: -70px;
	border-radius: 50px;
	border: 1px solid #fff;
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.4s ease-in-out;
	cursor: pointer;
}

.contact-close:hover {
	background-color: #fff;
}

.contact-close svg path {
	transition: 0.4s ease-in-out;
}

.contact-close:hover svg path {
	stroke: #5f48c3;
}

.contactez-container form {
	width: 100%;
	margin: 14% auto 0;
}

.form-fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.form-fields br {
	display: none !important;
}

.form-left,
.form-right {
	width: 50%;
}

.form-left {
	padding-right: 15px;
}

.form-right {
	padding-left: 15px;
}

.contactez-container label {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contactez-container label:not(:last-child) {
	margin-bottom: 35px;
}

.contactez-container label > span:first-of-type {
	width: 26%;
	text-align: right;
	padding-right: 30px;
	font-size: 18px;
	line-height: 22px;
}

.wpcf7-form-control-wrap {
	width: 74%;
}

.contactez-container input {
	width: 100%;
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	border: 0;
	border-bottom: 1px solid #fff;
	height: 50px;
	padding: 3px 0 16px;
	font-family: "Quicksand", sans-serif;
	background: transparent;
}

.contactez-container textarea {
	width: 100%;
	color: #fff;
	height: 50px;
	font-size: 20px;
	line-height: 22px;
	border: 0;
	border-bottom: 1px solid #fff;
	font-family: "Quicksand", sans-serif;
	background: transparent;
	resize: none;
}

.contactez-btn,
.contactez-container input[type="submit"] {
	border-radius: 50%;
	width: 165px;
	height: 165px;
	border: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.6s all;
	-o-transition: 0.6s all;
	transition: 0.6s all;
	background: transparent;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	margin: 15% auto 0;
	padding-bottom: 0;
}

.contactez-btn:hover,
.contactez-container input[type="submit"]:hover {
	-webkit-transition: 0.6s all;
	-o-transition: 0.6s all;
	transition: 0.6s all;
	background: #fff;
	color: #9581ed;
}

/* ------ Hero Screen ------ */

.left-bar {
	position: fixed;
	height: 100vh;
	width: 92px;
	border-right: 1px solid #7e76d5;
	z-index: 9999;
	left: 0;
	top: 0;
	padding: 57px 35px 30px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: none;
}

body.contact-active .left-bar {
	border-right: 1px solid #fff;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.right-bar {
	position: fixed;
	height: 100vh;
	width: 92px;
	border-left: 1px solid #7e76d5;
	z-index: 9999;
	right: 0;
	top: 0;
	padding: 57px 30px 30px 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: none;
}

body.immersion-white .right-bar,
body.immersion-white .left-bar {
	mix-blend-mode: color-dodge;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.home:not(.page-template-page-patients) .right-bar,
.home:not(.page-template-page-patients) .left-bar,
.home:not(.page-template-page-patients) .header,
/*.home .contactez,*/
.home:not(.page-template-page-patients) .footer {
	display: none;
}

.right-bar_logo {
	display: none;
}

body.contact-active .right-bar {
	border-left: 1px solid #fff;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.left-bar-title {
	cursor: default;
	text-align: right;
	color: #7e76d5;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-text-orientation: mixed;
	text-orientation: mixed;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	height: 44%;
	min-height: 350px;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.left-bar-title br {
	display: none;
}

body.contact-active .left-bar-title {
	opacity: 0;
}

.left-bar-title p {
	display: none;
}

header.is-active ~ main .left-bar-title p {
	display: inline-block;
}

body.contact-active .left-bar-title {
	color: #fff;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.left-bar_logo svg path {
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

body.contact-active .left-bar_logo svg path {
	fill: #fff;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.hamburger-box {
	position: relative;
	width: 56px;
	height: 32px;
	display: none;
}

.hamburger {
	position: relative;
	top: 0;
	left: -12px;
	width: 56px;
	height: 32px;
	cursor: pointer;
}
.hamburger span {
	position: relative;
	display: block;
	width: 40px;
	height: 3px;
	background: #7062f5;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-top: 14px;
}
.hamburger span:before,
.hamburger span:after {
	content: "";
	display: block;
	height: 3px;
	left: 0;
	background: #7062f5;
	position: absolute;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-animation: gradientbgAnim 49s ease infinite;
	animation: gradientbgAnim 49s ease infinite;
}

.page-template-page-patients .hamburger span,
.page-template-page-patients .hamburger span:before,
.page-template-page-patients .hamburger span:after {
	background: #fff;
}

body.contact-active .hamburger span,
body.contact-active .hamburger span:before,
body.contact-active .hamburger span:after {
	background: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.hamburger span:before {
	top: -9px;
	width: 56px;
}
.hamburger span:after {
	bottom: -9px;
	width: 33px;
}
.hamburger:hover span {
	width: 56px;
}
.hamburger:hover span:before {
	width: 56px;
}
.hamburger:hover span:after {
	width: 56px;
}

.hamburger.is-active span {
	width: 0;
}
.hamburger.is-active span:before {
	top: 0;
	width: 27px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hamburger.is-active span:after {
	bottom: 0;
	width: 27px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header {
	position: fixed;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	left: 0;
	top: 0;
	z-index: 889;
	height: 90px;
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header.scrolled {
	background: rgba(255, 255, 255, 0.5);
}

.page-template-page-patients .header.scrolled {
	background-color: #9581ed;
}

body.contact-active .header {
	background-color: transparent;
}

.header.is-active {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header nav li {
	position: relative;
	display: flex;
	align-items: center;
}

.header nav li a {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	color: #333333;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.page-template-page-patients .header nav li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 1px;
	background-color: #ffd1fa;
}

.page-template-page-patients .header nav li a {
	color: #fff;
}

body.contact-active .header nav li a {
	color: #fff;
}

.header nav li a:hover {
	/* font-size: 54px; */
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	color: #9581ed;
}

.page-template-page-patients .header nav li a:hover {
	color: #fff;
}

.header-wrapper {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	gap: 40px;
	padding-right: 20px;
}

.header .box-svg {
	cursor: pointer;
	/* height: 24px; */
	transition: 0.3s ease-in-out;
	/* width: 24px; */
	display: flex;
	margin-left: 8px;
}

.header .box-svg svg path {
	transition: 0.3s ease-in-out;
}

.page-template-page-patients .header .box-svg svg path {
	stroke: #fff;
}

.header nav .sub-menu {
	position: absolute;
	left: -10px;
	top: 40px;
	background-color: #9581ed;
	color: #fff;
	/* max-width: 180px; */
	/* min-width: 180px; */
	min-width: max-content;
	width: 100%;
	display: inline-flex;
	padding: 10px;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	border-radius: 10px;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	transition: 0.4s ease-in-out;
}

.page-template-page-patients .header nav .sub-menu {
	background-color: #5f48c3;
}

.header nav li.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	transform: scaleY(1);
}

.header nav li.menu-item-has-children:hover .box-svg svg path {
	stroke: #9581ed;
}

.page-template-page-patients
	.header
	nav
	li.menu-item-has-children:hover
	.box-svg
	svg
	path {
	stroke: #fff;
}

.header nav .sub-menu li a {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
	letter-spacing: 0.005em;


	/*letter-spacing: -0.32px;*/
}
.header nav .sub-menu:hover li a {
	opacity: 0.5;
	transition: 0.4s ease-in-out;
}
.header nav .sub-menu li:hover a {
	opacity: 1;
	transition: 0.4s ease-in-out;
}

.page-template-page-patients .header nav .sub-menu li a::before {
	display: none;
}

.header-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 95px;
	/*transform: translateY(-100%);
    transition: all .8s ease-in-out;
    transition-delay: .5s;*/
}

/*.header.is-active .header-container {
    transform: translateY(0);
    transition: all .8s ease-in-out;
    transition-delay: .5s;
}*/

.header-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* width: 100%; */
	gap: 40px;
}

.header-logo {
	max-width: 180px;
}

.header-logo svg path {
	transition: 0.4s ease-in-out;
}

body.contact-active .header-logo svg path {
	fill: #fff;
}

.page-template-page-patients .header-logo svg path {
	fill: #fff;
}

.header-links {
	display: none;
}

.header-links > div:first-of-type {
	margin-bottom: 15px;
}

.header-links a {
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 6px;
}
.header-links a,
.header-wrap a {
	transition: 0.3s ease-in-out;
}
.header-links a:hover,
.header-wrap a:hover {
	color: #9581ed;
}

.page-template-page-patients .header-links a,
.page-template-page-patients .header-wrap a:hover {
	color: #fff;
}
.header-links {
	max-width: 340px;
	width: 100%;
}

.contact-button {
	display: flex;
	align-items: center;
	/* text-align: right;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-text-orientation: mixed;
	text-orientation: mixed;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	height: 44%;
	min-height: 350px; */
}

.contact-btn {
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: relative;
}

.page-template-page-patients .contact-btn {
	color: #fff;
}

.page-template-page-patients .header .contact-btn::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 0;
	height: 1px;
	background-color: #ffd1fa;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.page-template-page-patients .header .contact-btn:hover::before {
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.page-template-page-patients .header nav li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 0;
	height: 1px;
	background-color: #ffd1fa;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.page-template-page-patients .header nav li:hover a::before {
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

body.contact-active .contact-btn {
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.contact-btn:hover {
	color: #9581ed;
}
.header .contact-btn:hover {
	color: #fff;
}

.preview {
	display: none;
}

.preview-slider {
	max-height: 100vh;
	width: 100%;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	line-height: 0;
}

.preview.scrolled .preview-slider {
	max-height: 60vh;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.preview-slider img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100vh;
}

.preview-slider .swiper-pagination-fraction {
	color: #fff9f5;
	font-weight: normal;
	font-size: 47px;
	line-height: 38px;
	letter-spacing: -0.1em;
	text-align: center;
	bottom: 25px;
	right: 258px;
	left: initial;
	max-width: 74px;
}

.swiper-pagination-total {
	font-size: 32px;
}

body:not(.home) main {
	/* padding-top: 90px; */
	overflow: hidden;
}

/* ------ bienvenue screen ------ */

.bienvenue-philosophie {
	position: relative;
	padding: 130px 0 40px;
	background: linear-gradient(
		180deg,
		#fff9f5 27.87%,
		rgba(255, 249, 245, 0) 100%
	);
}

.bienvenue__bg {
	width: 100%;
	height: 90%;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	background: linear-gradient(
		180deg,
		#9581ed 38.39%,
		rgba(166, 149, 240, 0.9) 55.34%,
		rgba(183, 170, 243, 0.57) 70.47%,
		rgba(205, 195, 246, 0.3) 83.41%,
		rgba(255, 255, 255, 0) 100%
	);
}

.bienvenue-philosophie .container {
	max-width: 1440px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}

.bienvenue {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
	gap: 40px;
}

.bienvenue-wrapper {
	max-width: 690px;
	padding-top: 60px;
}

.page-template-page-patients .bienvenue-wrapper {
	color: #fff;
	max-width: 930px;
}

.page-template-page-patients .bienvenue-text {
	max-width: 930px;
}

.page-template-page-patients h1 {
	color: #fff;
}

.page-template-page-patients h1 span {
	color: #ffd1fa;
}
.bienvenue-video {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 310px;
	height: 560px;
	border-radius: 40px;
	overflow: hidden;
}
.bienvenue-video iframe {
	width: 330px;
	height: 560px;

}

.bienvenue-images {
	position: relative;
	width: 43%;
}

.bienvenue-inner_images {
	display: none;
	position: relative;
}

.bienvenue-logo {
	position: absolute;
	left: 50%;
	top: 31px;
	-webkit-transform: translateX(-65%);
	-ms-transform: translateX(-65%);
	transform: translateX(-65%);
	z-index: 1;
	width: 30%;
	max-width: 171px;
	display: none;
}

.bienvenue-img-wrap {
	position: sticky;
	top: 0;
}

.bienvenue-img {
	width: 100%;
	max-width: 644px;
	-o-object-fit: contain;
	object-fit: contain;
}

.inner-wrapper {
	width: 67%;
	padding-left: 30px;
}

.bienvenue-text {
	/* max-width: 460px; */
	max-width: 690px;
	width: 100%;
	margin-top: 50px;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -0.36px;
	text-align: justify;
}

.bienvenue-text p:not(:last-of-type) {
	margin-bottom: 10px;
}

/* ------ philosophie screen ------ */

.philosophie-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(50% - 15px);
}

.philosophie-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 50px 0;
	gap: 60px 30px;
}

.philosophie-icon {
	margin-right: 10px;
}
.philosophie-icon--link {
	transition: 0.3s ease-in-out;
	display: block;
}
.philosophie-icon--link:hover {
	transform: scale(1.04);
}
.philosophie-title--link {
	transition: 0.3s ease-in-out;
}
.philosophie-title--link:hover {
	color: #9581ed;
}
.philosophie-text {
	margin-top: 10px;
	text-align: justify;
	max-height: 50px;
	transition: max-height 0.3s ease-out;
	overflow: hidden;
}

.philosophie-content {
	max-width: 622px;
	width: 100%;
}

.read-more-btn {
	background: none;
	border: none;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.32px;
	color: #333;
	padding: 0;
	font-family: "Quicksand", sans-serif;
	cursor: pointer;
	margin-top: 10px;
}

/* ------ etes screen ------ */

.etes {
	padding: 80px 0 80px;
	border-radius: 60px 60px 0 0;
}

.etes .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.etes-wrapper {
	position: relative;
}

.etes-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 450px;
	width: 100%;
}

.etes-text {
	max-width: 450px;
	width: 100%;
	text-align: justify;
}

.etes-bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	gap: 32px;
}

.etes-links {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.etes-links .link {
	gap: 13px;
}

.etes-links .link svg {
	transition: 0.4s ease-in-out;
}

.etes-links .link:hover svg {
	transform: rotate(-45deg) scale(1.1);
}

/* ------ formation screen ------ */
.page-template-page-formations .footer {
	position: relative;
}
.page-template-page-formations .side-title {
	margin-bottom: 24px;
}
.formation {
	/* padding: 80px 92px; */
	padding: 80px 92px;
	position: relative;
}

.formation-bg {
	position: absolute;
	right: 0;
	top: -400px;
	pointer-events: none;
}

.formation-container {
	position: relative;
	z-index: 0;
}

.formation-wrapper:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background-image: url("../img/home/formations-logo.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 50%;
	max-width: 574px;
	height: 411px;
	z-index: -1;
}

.formation-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.formation-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 996px;
	width: 81%;
}

.formation-wrap li:not(:last-of-type) a {
	border-bottom: 1px solid #bdbdbd;
}

.formation-wrap li:first-of-type a {
	border-bottom: 1px solid #bdbdbd;
}

.formation-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 54px 0;
}

.formation-content {
	max-width: 705px;
	width: 71%;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.formation-item:hover .formation-content {
	-webkit-transform: translateX(44px);
	-ms-transform: translateX(44px);
	transform: translateX(44px);
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.formation-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.formation-date {
	font-weight: normal;
	font-size: 22px;
	line-height: 28px;
	text-transform: capitalize;
}

.formation-top span.online {
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	background: -webkit-linear-gradient(0deg, #7062f5, #e086d6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.formation-images {
	position: relative;
	width: 19%;
	/*padding: 15%;*/
}

.formation-images img {
	border-radius: 50% 50% 0 0;
	max-width: 257px;
	width: 100%;
	height: 257px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.formation-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 10px;
}

.formation-text {
	margin-top: 10px;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.formation-item .formation-icon svg {
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform-origin: center 23px;
	-ms-transform-origin: center 23px;
	transform-origin: center 23px;
}

.formation-item:hover .formation-icon svg {
	-webkit-transform: rotate(-45deg) scale(1.48);
	-ms-transform: rotate(-45deg) scale(1.48);
	transform: rotate(-45deg) scale(1.48);
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	-webkit-transform-origin: center 23px;
	-ms-transform-origin: center 23px;
	transform-origin: center 23px;
}

.formation-item:hover .formation-text {
	opacity: 1;
	max-height: 170px;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

/* ------ ateliers screen ------ */

.ateliers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 80px 0;
}

.ateliers-container {
	/*max-width: 1284px;*/
	max-width: 1440px;
	padding: 0 15px;
	width: 100%;
	margin: auto;
}

.ateliers h2 {
	margin-bottom: 30px;
}

.ateliers-slider {
	position: relative;
}

.swiper-years {
	max-width: 460px;
	margin-left: 0;
}

.swiper-years .swiper-slide p {
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	cursor: pointer;
}

.swiper-years .swiper-slide-thumb-active p {
	font-weight: 600;
}

.ateliers .swiper-button-next:after {
	content: none;
}

.ateliers .swiper-button-next {
	outline: none;
}

.swiper-next-year {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.swiper-next-text {
	font-weight: normal;
	font-size: 28px;
	line-height: 34px;
	text-align: right;
	max-width: 200px;
	width: 100%;
	text-align: right;
}

.single-slide .swiper-next-year,
.single-slide .swiper-next-text {
	display: none !important;
}

.ateliers .swiper-button-next {
	width: 92px;
	height: 92px;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: initial;
	margin-top: 40px;
	margin-left: auto;
}

.ateliers .swiper-button-next:hover {
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.swiper-content {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ateliers-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1094px;
	justify-content: space-between;
	gap: 40px;
}

.ateliers-content-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 28px;
}

.ateliers-date {
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.ateliers-text {
	margin: 28px 0;
	text-align: justify;
}

.ateliers-online,
.ateliers-items-online {
	background: #9581ed;
	border-radius: 21px;
	padding: 0 10px;
	font-size: 22px;
	line-height: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: #ffffff;
}
.ateliers-video {
	position: relative;
	width: 100%;
	max-width: calc(100% - 400px);
	height: auto;
}
.ateliers-video>div {
	border-radius: 60px;
	overflow: hidden;
}
.ateliers-video iframe {}
.ateliers-image img {
	border-radius: 160px;
	max-width: 338px;
	min-height: 438px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.ateliers-content {
	max-width: 450px;
	width: 53%;
	padding-bottom: 41px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ateliers-bottom {
	margin: 39px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ateliers-items {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: -22px 24px 40px rgba(89, 70, 70, 0.04);
	box-shadow: -22px 24px 40px rgba(89, 70, 70, 0.04);
	border-radius: 100px;
	padding: 29px 30px;
}

.ateliers-item {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ateliers-item:nth-child(odd) {
	padding-right: 15px;
}

.ateliers-item:nth-child(even) {
	padding-left: 15px;
}

.ateliers-items-img {
	width: 37%;
}

.ateliers-items-img img {
	border-radius: 128px;
	max-width: 215px;
	width: 100%;
	max-height: 120px;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.ateliers-items-content {
	width: 57%;
	max-width: 337px;
}

.ateliers-link_wrap {
	margin-top: 39px;
	display: flex;
	justify-content: flex-end;
	max-width: 994px;
	width: 100%;
	margin-right: auto;
}

.single-slide .ateliers-link_wrap {
	display: none;
}

.ateliers-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.ateliers-items-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 12px;
}

.ateliers-items-date {
	font-size: 20px;
	line-height: 26px;
}

.ateliers-items-online {
	font-size: 18px;
	line-height: 30px;
	padding: 0 12px;
}

.ateliers-items-text {
	font-size: 22px;
	line-height: 26px;
}
.prerequis.bienvenue-philosophie {
	background: transparent;
	padding: 40px 0 0;
}
.prerequis .row-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	width: 100%;
}
.prerequis .row-flex .description {
	width: 60%;
	max-width: 705px;
}
.prerequis .row-flex .description h2 {
	margin-bottom: 30px;
}

.prerequis .row-flex .text-description h4 {
	margin-bottom: 24px;
}

.prerequis .row-flex .text-description p {
	margin-bottom: 32px;
}
.prerequis .row-flex .wrapper-image {
	position: relative;
	width: 40%;
	text-align: center;
}
.prerequis .row-flex .wrapper-image:after {
	content: url("data:image/svg+xml,%3Csvg width='1261' height='1289' viewBox='0 0 1261 1289' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.7' filter='url(%23filter0_f_1370_3235)'%3E%3Cpath d='M825.131 1047.44C688.915 1100.17 534.104 1042.26 463.621 988.894C393.138 935.53 379.261 835.132 432.625 764.649C485.989 694.166 669.783 876.976 792.479 508.634C915.175 140.292 1438.47 810.006 825.131 1047.44Z' fill='%23CCC2F7'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_1370_3235' x='0.163574' y='0.28833' width='1517.21' height='1467.95' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='200' result='effect1_foregroundBlur_1370_3235'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100vw;
	z-index: -1;
}
.prerequis .row-flex .image {
	clip-path: ellipse(50% 34% at 50% 50%);
	transform: rotate(-31.455deg);
	max-width: 560px;
	margin: 0 auto;
}
.prerequis .row-flex .image img {
	width: 100%;
	transform: rotate(31.455deg);
}

/* ------ prise screen ------ */

.page-template-page-patients .prise {
	display: none;
}

.prise {
	height: 700px;
}

.prise-container {
	max-width: 1284px;
	width: 100%;
	margin: 0 auto;
	padding: 170px 15px 90px;
	display: flex;
	justify-content: space-between;
}

.prise-content {
	max-width: 460px;
	width: 100%;
	text-align: justify;
}

.prise-text {
	margin: 24px 0 39px;
}

.price-bg-mob {
	display: none;
	min-height: 406px;
	width: 100%;
}

/* ------ banner screen ------ */

.banner {
	height: 700px;
	background-attachment: fixed;
}

.banner h2 {
	opacity: 0;
}

/* ------ immersion screen ------ */

.immersion {
	height: 100vh;
	min-height: 969px;
	background-color: #5f48c3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
	position: relative;
}

.page-template-page-patients .immersion {
	height: 100%;
	min-height: 600px;
	padding: 80px 0;
}

.page-template-page-patients .immersion .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	gap: 32px;
}

.immersion:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url("../img/home/immersion-background-2.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	pointer-events: none;
	max-height: 968px;
}

.page-template-page-patients .immersion::after {
	display: none;
}

.immersion-horse {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 50%;
	pointer-events: none;
}

.immersion-horse div {
	height: 100vh;
	width: 100%;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

.immersion__image-wrapper {
	width: 42%;
	height: 100%;
	pointer-events: all;
}

.immersion-iframe {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	max-width: 100%;
	height: 710px;
	border-radius: 40px;
	overflow: hidden;
}
.immersion-iframe iframe {
	width: 411px;
	height: 716px;
}


.immersion__image {
	width: 690px;
	height: 460px;
	/* clip-path: ellipse(50% 50% at 50% 50%); */
	/* transform: rotate(30deg); */
}

.immersion__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	/* transform: rotate(-30deg); */
}

.immersion-content {
	width: 50%;
	/*padding-top: 24.8vh;*/
	padding-top: 10%;
	padding-left: 7.25%;
}

.page-template-page-patients .immersion-content {
	width: 48%;
	max-width: 640px;
	padding-top: 0;
	padding-left: 0;
	text-align: justify;
}

.immersion-wrapper {
	max-width: 340px;
	width: 100%;
}

.page-template-page-patients .immersion-wrapper {
	max-width: 570px;
}

.immersion-text {
	margin: 24px 0 56px;
}

.immersion-ellipse-wrapper {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	overflow: hidden;
	pointer-events: none;
}

.immersion-ellipse {
	-webkit-clip-path: ellipse(30% 60% at 50% 47%);
	clip-path: ellipse(30% 60% at 50% 47%);
	-webkit-transform: rotate(304deg);
	-ms-transform: rotate(304deg);
	transform: rotate(304deg);
}

.immersion-ellipse img {
	-webkit-transform: rotate(55deg);
	-ms-transform: rotate(55deg);
	transform: rotate(55deg);
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 638px;
}

/* ------ accompagnement clinique screen ------ */

.accompagnement-clinique {
	background-image: url("../img/home/accompagnement-bg.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 60% 100%;
	/* padding: 0 92px; */
	overflow: hidden;
}

.clinique {
	padding-bottom: 55px;
}

.page-template-page-patients .clinique {
	display: none;
}

.clinique-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 92px;
}

.clinique-image {
	width: 43%;
}

.clinique-image img {
	width: 100%;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

.accompagnement-wrapper {
	width: 57%;
}

.clinique-content {
	position: relative;
	padding-top: 20px;
	max-width: 583px;
	width: 100%;
	margin: 0 auto;
}

.clinique-content:after {
	content: url("../img/home/accompagnement-ellipse.png");
	top: -165px;
	right: 60px;
	position: absolute;
	z-index: -1;
	pointer-events: none;
}

.clinique-content h2 {
	max-width: 430px;
	width: 100%;
}

.clinique-text {
	max-width: 340px;
	width: 100%;
	margin-top: 28px;
}

.clinique-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 7px;
}

.clinique-logo {
	margin-top: 39px;
}

.circle-link {
	border-radius: 50%;
	width: 215px;
	height: 215px;
	padding: 6px 20px;
	position: relative;
	border: 0 solid transparent;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.6s all;
	-o-transition: 0.6s all;
	transition: 0.6s all;
	background: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
}

.circle-link:after {
	background: -o-linear-gradient(21.14deg, #7062f5 -4.94%, #e086d6 113.7%);
	background: linear-gradient(68.86deg, #7062f5 -4.94%, #e086d6 113.7%);
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	content: "";
	z-index: -1;
	border-radius: 50%;
}

.circle-link:hover {
	background-color: transparent;
	color: white;
}

.clinique-links .circle-link {
	margin-left: auto;
}

/* ------ partenaires screen ------ */

.partenaires {
	margin-top: 80px;
}

.partenaires-wrapper {
	margin-top: 41px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 32px;
}

.partenaires-wrapper a img {
	-webkit-filter: opacity(0.5) grayscale(1);
	filter: opacity(0.5) grayscale(1);
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width: 100%;
}

.partenaires-wrapper a:hover img {
	-webkit-filter: opacity(1) grayscale(0);
	filter: opacity(1) grayscale(0);
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.partner-patient {
	display: none;
}

/* ------ acces screen ------ */

.acces {
	position: relative;
	padding-top: 0;
}

.acces-patient {
	padding-top: 80px;
}

.acces:before {
	content: url("../img/home/acces-line.png");
	left: 0;
	top: -304px;
	position: absolute;
	z-index: -1;
	max-width: 100vw;
}

.acces-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.acces-content {
	width: 65%;
	max-width: 810px;
	padding-top: 58px;
}

.acces-map {
	width: 35%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#map {
	background-color: #e5e5e5;
	border-radius: 50%;
	width: 460px;
	height: 460px;
}

.acces-wrap {
	margin-top: 38px;
}

.acces-item:not(:last-of-type) {
	margin-bottom: 35px;
}

.acces-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
	/*    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;*/
}

.acces-item > div {
	max-width: 330px;
}

.acces-item > div:last-of-type {
	max-width: 450px;
}

.acces-item a {
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.acces-item a:hover {
	text-shadow: 0 0 1px #000;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.acces-item > div p {
	margin-bottom: 6px;
	text-align: justify;
}

.acces-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 80px;
}

.acces-images img {
	width: 33.333%;
	max-height: 287px;
	-o-object-fit: cover;
	object-fit: cover;
}

/* ------ last screen ------ */

.footer-horse {
	height: 100vh;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 0 92px;
	display: none;
}

.footer {
	position: relative;
	background: linear-gradient(0deg, #fffaf6 0%, #fff 100%);
	width: 100%;
	padding: 112px 107px 27px;
	background-image: url("../img/footer-tree.png");
	background-position: right bottom;
	background-repeat: no-repeat;
}

.page-template-page-patients .footer {
	background: #9581ed url("../img/footer-tree.png") right bottom no-repeat;
}

.footer-right nav {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.footer_menu {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.footer_menu li a {
	transition: 0.3s ease-in-out;
}

.page-template-page-patients .footer_menu li a {
	color: #fff;
}

.footer_menu li:hover a {
	color: #9581ed;
}

.page-template-page-patients .footer_menu li:hover a {
	color: #ffd1fa;
}

.single ~ .footer {
	position: initial;
}

.page-template-page-patients .footer-left svg path {
	fill: #fff;
}

.footer-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-left {
	width: 30%;
}

.footer-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-top: 48px;
	width: 100%;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: -0.28px;
	gap: 7px;
}

.page-template-page-patients .footer-wrapper {
	color: #fff;
}

.footer-wrapper a {
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.footer-wrapper a:hover {
	text-shadow: 0 0 1px #000;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.page-template-page-patients .footer-wrapper a {
	color: #fff;
}

.page-template-page-patients .footer-wrapper a:hover {
	color: #ffd1fa;
}

.footer-wrapper > div p {
	display: flex;
}

.footer-wrapper > div p a:first-of-type {
	margin-right: 12px;
	margin-left: 4px;
}

.footer-right {
	width: 70%;
}

.footer-right nav {
	max-width: 690px;
	margin: 0 auto;
}

/* --///---- Patient Page ----///-- */

/* ------ orientations Screen ------ */

.orientations {
	position: relative;
	padding: 80px 0;
}

.orientations-bean {
	position: absolute;
	right: 0;
	top: -538px;
	z-index: -1;
	pointer-events: none;
}

.orientations-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
			-90deg,
			rgba(144, 93, 210, 0.2) 0%,
			rgba(144, 93, 210, 0.12) 73.95833134651184%,
			rgba(144, 93, 210, 0.1) 100%
		),
		linear-gradient(to left, #ffffff, #ffffff);
	opacity: 0.20000000298023224;
	pointer-events: none;
}

.orientations .container {
	position: relative;
	max-width: 1260px;
}

.orientations-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.orientations h2 {
	position: relative;
	text-align: center;
	margin-bottom: 80px;
}

.orientations-items {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.orientations-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 374px;
}

.orientations-img_wrap {
	width: 100%;
	max-width: 374px;
	clip-path: ellipse(50% 34% at 50% 50%);
	transform: rotate(-148.55deg);
	margin-bottom: 22px;
}

.orientations-item img {
	width: 100%;
	max-width: 374px;
	transform: rotate(148.55deg);
}

.orientations-item h3 {
	font-size: 32px;
	font-weight: 400;
	line-height: 106.25%;
	text-transform: none;
}

.orientations .link__icon {
	min-width: 54px;
}

/* ------ Soins Screen ------ */

.soins {
	position: relative;
	padding-top: 80px;
	padding-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	/* background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1.45%, #f8ecff),
		to(rgba(255, 249, 245, 0))
	);
	background: -o-linear-gradient(
		bottom,
		#f8ecff 1.45%,
		rgba(255, 249, 245, 0) 100%
	); */
	/* background: linear-gradient(
		360deg,
		#f8ecff 1.45%,
		rgba(255, 249, 245, 0) 100%
	); */
	/* min-height: 100vh; */
	overflow: hidden;
	padding-left: 92px;
}

.soins-container {
	max-width: calc(100vw - (100vw - 1440px) / 2);
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.soins-wrapper {
	width: 47%;
	padding: 0 15px 0;
}

.side-text {
	margin-top: 20px;
}

.soins-images {
	/* min-height: 100vh; */
	min-height: 700px;
	max-width: 822px;
	width: 53%;
}

.soins-image {
	min-height: 700px;
	border-radius: 50px 0 0 50px;
	width: 100%;
}

.soins-image_mob {
	display: none;
}

.soins .tabs__trigger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.soins .js-tabs {
	max-width: 582px;
	width: 100%;
	margin-top: 40px;
}

.soins .tabs__panel {
	display: none;
}
.soins .is-initialized .tabs__panel {
	display: inherit;
}
.soins .tabs__panel.is-hidden {
	display: none;
}

.soins-title {
	position: relative;
	padding-top: 5px;
	padding-bottom: 28px;
}

.soins-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #9581ed;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.soins-items.active .soins-title:after {
	width: 142%;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.soins-inner {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.soins-inner-text {
	margin-top: 23px;
}

.soins-inner-text ul {
	margin-top: 16px;
}

.soins-inner-text p:not(:last-of-type) {
	margin-bottom: 16px;
}

.soins-items.active .soins-inner {
	max-height: 900px;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.soins-content ul li {
	position: relative;
	padding-left: 9px;
}

.soins-content ul li:before {
	position: absolute;
	left: 0;
	top: 10px;
	content: "";
	background-color: #333;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}

.soins-link {
	margin-top: 23px;
	margin-bottom: 30px;
}

/* ------ Partenaires Screen ------ */

.partner-acces {
	overflow: hidden;
}

.partner {
	padding: 66px 92px 0;
}

.partner-wrapper {
	margin-top: 41px;
	max-width: 665px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.partner-wrapper a img {
	-webkit-filter: opacity(0.5) grayscale(1);
	filter: opacity(0.5) grayscale(1);
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.partner-wrapper a:hover img {
	-webkit-filter: opacity(1) grayscale(0);
	filter: opacity(1) grayscale(0);
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

/* ------ Acces Screen ------ */

.acces.acces-patient .acces-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.acces__bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 90%;
	z-index: -1;
	pointer-events: none;
	background: linear-gradient(
		1deg,
		#9581ed 29.06%,
		rgba(166, 149, 240, 0.9) 46.56%,
		rgba(183, 170, 243, 0.57) 62.16%,
		rgba(205, 195, 246, 0.3) 75.52%,
		rgba(255, 255, 255, 0) 92.64%
	);
}

.error404__wrapper {
	overflow: hidden;
	position: relative;
	line-height: 0;
}

.error404__wrapper img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100vh;
}

.error404__content {
	width: 900px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	background: rgba(255, 255, 255, 0.9);
	top: 150px;
	padding: 50px 160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.error404__number {
	color: #000;
	font-size: 120px;
	line-height: 140px;
	margin-bottom: 40px;
}

.error404__title {
	font-size: 20px;
	margin-bottom: 25px;
	text-align: center;
	display: block;
}

.error404__subtitle {
	line-height: 24px;
	font-size: 18px;
	text-align: left;
	margin-bottom: 50px;
}

.error404__button {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	text-decoration: none;
	border: 5px solid #000;
	width: 300px;
	letter-spacing: 2px;
	padding: 5px 0;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.error404__button:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}
/* ----------- Single Pages ----------- */

.single footer {
	position: initial;
}

.single-page ul li {
	position: relative;
	padding-left: 15px;
}

.single-page ul li:before {
	position: absolute;
	left: 0;
	top: 8px;
	content: "";
	background-color: #9581ed;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.single-page iframe {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.return-link .link__icon svg {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.return-link_bottom {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.return-link_desk {
	display: none;
}

.return-link_mob {
	display: none;
}

.single-top {
	min-height: 300px;
	padding: 70px 107px 54px;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.single-top .single-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.single h1 {
	color: #333;
	font-weight: 400;
	font-size: 44px;
	line-height: 48px;
	margin-bottom: 40px;
}

.single-breadcrumbs {
	margin-bottom: 40px;
}

.single-breadcrumbs span:first-of-type,
.breadcrumbs-separator {
	margin: 0 14px;
}

.single-breadcrumbs span:last-of-type {
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0.02em;
}

.single-content h2 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #9581ed;
}

.single-content h2:not(:first-of-type) {
	padding-top: 20px;
}

.single-content h3 {
	font-size: 25px;
	line-height: 27px;
	margin-bottom: 15px;
	padding-top: 10px;
}

.single-content h4 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px;
	padding-top: 5px;
}

.single-content p {
	margin-bottom: 20px;
}

.single-content strong {
	font-weight: 600;
}

.single-content ul,
.single-content ul li {
	/* display: list-item; */
	/* display: flex; */
	display: block;
}

.single-content ol {
	padding-left: 17px;
	margin-bottom: 20px;
}

.single-content ol li::marker {
	color: #9581ed;
}

.single-content ol li:not(:last-of-type) {
	margin-bottom: 8px;
}

.single img {
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	/*max-width: -webkit-fit-content;*/
	/*max-width: -moz-fit-content;*/
	/*max-width: fit-content;*/
}

.single-bottom {
	padding: 84px 120px 163px;
}

.single-bottom .single-container {
	max-width: 1195px;
	width: 100%;
	margin: 0 auto;
}

/*Page Ateliers*/

.ateliers-page {
	padding: 54px 92px 385px;
}

.ateliers-page h1 {
	font-weight: normal;
	font-size: 44px;
	line-height: 48px;
	letter-spacing: 0.01em;
	margin-bottom: 43px;
}

.ateliers-page .ateliers-items {
	background: none;
}

.ateliers-page .ateliers-item {
	margin-bottom: 71px;
}

.page-template-page-legales .footer {
	position: initial;
}

#legales {
	padding: 92px 92px 0;
}

#legales .container {
	max-width: 1225px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.mentions-legales h1 {
	color: #333;
	font-weight: 400;
	font-size: 44px;
	line-height: 48px;
	margin-bottom: 47px;
}
.mentions-legales h2 {
	font-size: 38px;
	line-height: 42px;
	font-weight: 400;
	margin-bottom: 3%;
}

.mentions-legales h3 {
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 3.5%;
}

.mentions-legales h4 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 3%;
}
.mentions-legales h5 {
}
.mentions-legales p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	text-align: justify;
	letter-spacing: -0.02em;
	color: #333333;
	margin: 15px 0;
}
.mentions-legales p + h2,
.mentions-legales p + h3,
.mentions-legales p + h4,
.mentions-legales p + h5 {
	margin-top: 5%;
}

.mentions-legales ul,
.mentions-legales li {
	display: list-item;
}

.mentions-legales ul li {
	position: relative;
	padding-left: 9px;
}

.mentions-legales ul li:before {
	position: absolute;
	left: 0;
	top: 10px;
	content: "";
	background-color: #333;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}
.custom-list {
	display: block !important;
}

.wp-block-column iframe {
	max-width: 100%;
	/*height: auto;*/
}
