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

html {
	scroll-behavior: smooth;
}

body {
	font-family: "sf_pro_display", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.0015em;
	color: #36485c;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	position: relative;
}

img {
	-o-object-fit: cover;
	object-fit: cover;
}

div,
p,
form,
input,
textarea,
a,
span,
button,
ul,
li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	margin: 0;
	cursor: default;
}

ul.list,
.nav-menu ul,
.nav-menu li,
.footer-top ul,
.footer-nav li {
	display: block;
	padding: 0;
	margin: 0;
}

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

main li:not(.hours) {
	position: relative;
	padding-left: 14px;
}

main li:not(.hours):before {
	position: absolute;
	left: 0;
	top: 11px;
	background-color: #222;
	border-radius: 50%;
	width: 3px;
	height: 3px;
	content: "";
}

h1 {
	font-weight: 400;
	font-size: 48px;
	line-height: 120%;
	margin: 0;
	letter-spacing: 0;
	cursor: default;
}

h2 {
	font-weight: 400;
	font-size: 39px;
	line-height: 120%;
	margin: 0;
	letter-spacing: 0;
	position: relative;
	overflow: hidden;
	cursor: default;
}

h2 span {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

[data-aos="title-animation"] {
	top: 100%;
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, -webkit-transform;
	-o-transition-property: transform, top;
	transition-property: transform, top;
	transition-property: transform, top, -webkit-transform;
}
[data-aos="title-animation"].aos-animate {
	top: 0;
}

/*h2.active span {
    animation: 0.4s titleAnim 1s ease forwards;
}*/

h3 {
	font-weight: 400;
	font-size: 31px;
	line-height: 120%;
	letter-spacing: 0.0025em;
	-webkit-font-feature-settings: "liga" off;
	font-feature-settings: "liga" off;
	margin: 0;
	cursor: default;
}

h4 {
	font-weight: 500;
	font-size: 25px;
	line-height: 130%;
	letter-spacing: 0.0015em;
	margin: 0;
	cursor: default;
}

h5 {
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: 0.0015em;
	margin: 0;
	cursor: default;
}

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

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

a:active {
	outline: none;
	color: inherit;
	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;
}

input,
input:hover,
input:focus,
input:active,
select,
select:hover,
select:focus,
select:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
button,
button:hover,
button:focus,
button:active {
	outline: none;
}

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

form input[type="submit"] {
	outline: none !important;
}

.btn,
form input[type="submit"] {
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.0015em;
	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;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none;
	position: relative;
	color: #f7471e;
	padding: 16px;
	background: #fddbd2;
	border-radius: 8px;
	cursor: pointer;
}

.btn.red {
	color: #fff;
	padding: 16px;
	background: #f7471e;
	border-radius: 8px;
}

.btn:hover {
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: #f7471e;
	-webkit-box-shadow: 0 12px 12px -8px #dd4b4b;
	box-shadow: 0 12px 12px -8px #dd4b4b;
	color: #fff;
}

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

.btn:disabled {
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: #ffebe6;
	color: #fff;
}

.btn.m {
	max-width: 180px;
	width: 100%;
}

.btn.l {
	max-width: 286px;
	width: 100%;
}

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

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

/* ------ Header Screen ------ */

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #f5f5f5;
}

.nav-wrapper {
	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;
	max-width: 1704px;
	width: 100%;
	margin: 0 auto;
	padding: 24px 27px 24px 15px;
}

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

.navbar-brand {
	position: relative;
	width: 148px;
	margin-right: 40px;
}

.nav-logo {
	background: #f5f5f5;
	border-radius: 50%;
	position: absolute;
	top: -40px;
	width: 148px;
	height: 148px;
	border: 12px solid #f5f5f5;
}

.navbar-brand img {
	-o-object-fit: contain;
	object-fit: contain;
}

.nav-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nav-menu ul li {
	padding: 0 20px;
	position: relative;
}

.nav-menu ul li a {
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: 0.0015em;
	color: #36485c;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.nav-menu ul li:hover > a {
	color: #f7471e;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.nav-menu ul li.menu-item-has-children ul.sub-menu {
	position: absolute;
	background: #ffffff;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 305px;
	left: 0;
	top: 40px;
	opacity: 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	padding: 20px;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.nav-menu ul li.menu-item-has-children:hover ul.sub-menu {
	opacity: 1;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.nav-menu ul.sub-menu li {
	padding: 0;
}

.nav-menu ul.sub-menu li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.0015em;
	color: #36485c;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	padding: 0;
}

.nav-menu ul.sub-menu li:hover a {
	color: #f7471e;
	font-weight: 700;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.nav-menu ul.sub-menu li:not(:last-of-type) {
	margin-bottom: 12px;
}

.nav-menu ul > li.menu-item-has-children > a {
	position: relative;
}

.nav-menu ul > li.menu-item-has-children {
	padding: 0 46px 0 20px;
}

.nav-menu ul > li.menu-item-has-children:after {
	content: url("../img/menu-down.svg");
	position: absolute;
	right: 15px;
	top: 4px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.nav-menu ul > li.menu-item-has-children:hover:after {
	content: url("../img/menu-up.svg");
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	top: -3px;
}

.radio input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
	content: "";
	background: transparent;
	border-radius: 100%;
	border: 2px solid #36485c;
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
	top: 2.4px;
	margin-right: 12px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.radio input[type="radio"]:checked + .radio-label:before {
	background-color: #f7471e;
	/*box-shadow: inset 0 0 0 2px #E6E6E6;*/
	border: 4px solid #e6e6e6;
}

.header-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.header-links .item a {
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.0015em;
	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: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.header-links .item span {
	max-width: 0;
	height: 22px;
	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;
	margin-right: 8px;
	color: #f7471e;
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
}

.header-links .item:hover span {
	max-width: 350px;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header-links .item svg path {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-links .item:hover svg path {
	fill: #f7471e;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-links .location {
	margin-left: 16px;
}

.nav-mob {
	display: none;
}

/*Styling Selectbox*/
.header-dropdown {
	margin-left: 24px;
}
.dropdown {
	width: 248px;
	display: inline-block;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	height: 100%;
}
.dropdown:focus {
	outline: none;
}
.dropdown .select {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px;
	background: #fddbd2;
	color: #f7471e;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border-radius: 8px;
}

.dropdown:hover {
	-webkit-transition: all 0.5s ease-in-out;

	-o-transition: all 0.5s ease-in-out;

	transition: all 0.5s ease-in-out;
}
.dropdown:active {
	-webkit-transition: all 0.5s ease-in-out;

	-o-transition: all 0.5s ease-in-out;

	transition: all 0.5s ease-in-out;
}
.dropdown.active:hover,
.dropdown.active {
}
.dropdown.active .select {
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	color: #fff;
	-webkit-box-shadow: 0px 12px 12px -8px #dd4b4b;
	box-shadow: 0px 12px 12px -8px #dd4b4b;
	border-radius: 8px;
	background-color: #f7471e;
}
.dropdown .select > svg {
	margin-right: 16px;
}
.dropdown.active .select > svg {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.dropdown.active .select > svg circle {
	fill: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dropdown.active .select > svg path {
	stroke: #f7471e;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.drop-wrap {
	padding-top: 8px;
}
.dropdown .dropdown-menu {
	position: absolute;
	background-color: #fff;
	width: 100%;
	left: 0;
	margin-top: 0;
	padding: 24px 23px 21px;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	overflow: hidden;
	display: none;
	max-height: 144px;
	overflow-y: auto;
	z-index: 9;
	list-style: none;
}
.dropdown .dropdown-menu li {
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
}
.dropdown .dropdown-menu li:not(:last-of-type) {
	margin-bottom: 17px;
}
.dropdown .dropdown-menu li a {
	color: #1d273d;
	font-weight: 400;
	font-size: 16px;
}

.dropdown .dropdown-menu li:hover a {
	color: #f2581a;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.dropdown .dropdown-menu li:active a {
	color: #f2581a;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

/*Hamburger*/

header .hamburger-box {
	position: relative;
	width: 68px;
	height: 50px;
	display: none;
}

.hamburger {
	position: absolute;
	bottom: 12px;
	right: 13px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
	-ms-transform: matrix(-1, 0, 0, 1, 0, 0);
	transform: matrix(-1, 0, 0, 1, 0, 0);
}
.hamburger span {
	position: relative;
	display: block;
	width: 18px;
	height: 2px;
	background: #36485c;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	margin-top: 50%;
	border-radius: 1px;
}
.hamburger span:before,
.hamburger span:after {
	content: "";
	display: block;
	height: 2px;
	width: 18px;
	left: 0;
	background: #36485c;
	position: absolute;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-animation: gradientbgAnim 49s ease infinite;
	animation: gradientbgAnim 49s ease infinite;
	border-radius: 1px;
}
.hamburger span:before {
	top: -5px;
}
.hamburger span:after {
	bottom: -5px;
}

.hamburger.open span {
	width: 0;
	margin-left: -12px;
	background: #f7471e;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.hamburger.open span:before {
	top: 0;
	width: 18px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #f7471e;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.hamburger.open span:after {
	bottom: 0;
	width: 18px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #f7471e;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.hamburger.open {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

/*Hero Screen*/

.hero {
	width: 100%;
	position: relative;
}

.hero-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	pointer-events: none;
}

.hero .sound {
	position: absolute;
	bottom: 7.4%;
	right: 4.2%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: url(../img/soundoff.png) no-repeat center / contain;
	cursor: pointer;
	z-index: 10;
}

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

.sound.active {
	background: url(../img/soundon.png) no-repeat center / contain;
}

/*Bienvenue Screen*/

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

.bienvenue-left {
	position: relative;
	max-width: 732px;
	width: 100%;
}

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

.bienvenue-pagination {
	display: none;
}

.bienvenue-wrapper {
	position: absolute;
	color: #fff;
	padding: 100px 106px 100px 110px;
	width: 732px;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -7%;
}

.bienvenue-wrapper:before {
	content: "";
	border-radius: 0 100px 100px 0;
	position: absolute;
	background: rgba(37, 151, 209, 0.8);
	-webkit-backdrop-filter: blur(40px);
	backdrop-filter: blur(40px);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.bienvenue-wrapper h1 {
	margin-bottom: 32px;
	position: relative;
	height: 225px;
	overflow: hidden;
}

.bienvenue-wrapper h1 span {
	position: absolute;
	top: 0;
}

.bienvenue-right {
	max-width: 1580px;
	width: 83%;
}

.bienvenue .swiper-slide {
	max-height: 968px;
}

.binvenue-slider {
	border-bottom-left-radius: 200px;
	line-height: 0;
}

.binvenue-slider-img {
	/*width: 100%;*/
	width: 100vw;
	height: 968px;
	border-bottom-left-radius: 200px;
}

.bienvenue .swiper-slide .binvenue-slider-img {
	-webkit-transition: 8s ease-in-out;
	-o-transition: 8s ease-in-out;
	transition: 8s ease-in-out;
	background-position-x: -50px;
}

.bienvenue .swiper-slide.even .binvenue-slider-img {
	-webkit-transition: 8s ease-in-out;
	-o-transition: 8s ease-in-out;
	transition: 8s ease-in-out;
	background-position-x: 0;
}

.bienvenue .swiper-slide-active .binvenue-slider-img {
	background-position-x: 0px;
	-webkit-transition: 8s ease-in-out;
	-o-transition: 8s ease-in-out;
	transition: 8s ease-in-out;
}

.bienvenue .swiper-slide.even.swiper-slide-active .binvenue-slider-img {
	background-position-x: -50px;
	-webkit-transition: 8s ease-in-out;
	-o-transition: 8s ease-in-out;
	transition: 8s ease-in-out;
}

.bienvenue-arrows {
	max-width: 140px;
	width: 100%;
	height: 64px;
	position: absolute;
	bottom: 100px;
	left: 120px;
	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;
}

.binvenue-prev,
.binvenue-next {
	width: 64px;
	height: 64px;
	background: #fddbd2;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: initial;
}

.binvenue-prev {
	border-radius: 32px 8px 8px 32px;
}

.binvenue-next {
	border-radius: 8px 32px 32px 8px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: none;
}

.binvenue-prev:hover,
.binvenue-next:hover {
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	background: #f7471e;
}

.binvenue-prev svg path,
.binvenue-next svg path {
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.binvenue-prev:hover svg path,
.binvenue-next:hover svg path {
	stroke: #fff;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

/*Equipe Screen*/

.equipe {
	position: relative;
	padding: 60px 15px;
}

.equipe-dots {
	position: absolute;
	right: 108px;
	top: 84px;
}

.equipe-container {
	max-width: 1240px;
	width: 100%;
	padding: 0 32px;
	margin: 0 auto;
}

.equipe h2 {
	text-align: center;
	margin-bottom: 60px;
	height: 47px;
}

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

.doctors-slider {
	display: none;
}

.equipe-doctor {
	width: 50%;
	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;
}

.equipe-doctor_wrap {
	width: 496px;
	height: 496px;
	border-radius: 50%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.equipe-doctor_bg {
	background-color: #d1ecfa;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}

.equipe-logo {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}

.equipe-doc {
	-o-object-fit: contain;
	object-fit: contain;
}

.equipe-wave {
	position: absolute;
	bottom: -6px;
	left: -8px;
	width: 100%;
}

.equipe-doctor h3 {
	text-align: center;
	margin-top: 23px;
}

.equipe-doctor_overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.equipe-overlay_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: #ffcccd;*/
	background: url(../img/doc-hover.png);
	mix-blend-mode: overlay;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.equipe-doctor_content {
	position: relative;
	max-width: 286px;
	width: 100%;
}

.equipe-btn {
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f7471e;
	border-radius: 8px;
	padding: 12px;
	color: #fff;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	max-width: 180px;
	width: 100%;
	margin: 40px auto 0;
}

.equipe-btn:hover {
	-webkit-box-shadow: 0 12px 12px -8px #dd4b4b;
	box-shadow: 0 12px 12px -8px #dd4b4b;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	color: #fff;
}

.equipe-btn svg {
	margin-right: 16px;
}

.equipe-doctor_wrap:hover .equipe-doctor_overlay {
	opacity: 1;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.equipe-doctor_wrap:hover .equipe-doc,
.equipe-doctor_wrap:hover .equipe-logo,
.equipe-doctor_wrap:hover .equipe-wave {
	opacity: 0;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.equipe-doctor_wrap:hover .equipe-doctor_bg {
	/*mix-blend-mode: overlay;*/
	opacity: 0;
	-webkit-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}

.assistants-slider {
	display: none;
}

.equipe-assistants {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; */
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 80px;
}

.equipe-assistant {
	width: 33.3%;
	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;
}

.equipe-assistant_wrap {
	width: 328px;
	height: 328px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.equipe-assistant_wrap:hover .equipe-wave {
	mix-blend-mode: overlay;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.equipe-assistant_wrap:hover .equipe-doctor_bg {
	background-color: #ffcccd;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.equipe-assistant_wrap:hover .equipe-logo {
	mix-blend-mode: overlay;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.equipe-assist_content {
	margin-top: 28px;
	text-align: center;
}

.equipe-assist_content p {
	font-weight: 700;
}

/*Philosophie Screen*/

.philosophie {
	padding: 60px 0;
}

.philosophie-container {
	max-width: 1680px;
	width: 100%;
	margin: 0 auto;
	background-blend-mode: overlay, normal;
	border-radius: 60px;
	padding: 80px 15px 60px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.philosophie h2 {
	text-align: center;
	height: 47px;
}

.philosophie-wrapper {
	max-width: 1240px;
	width: 100%;
	margin: 44px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.philosophie-wrap {
	max-width: 392px;
	width: 100%;
	padding: 32px;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	border-radius: 12px;
}

.philosophie-wrap:hover {
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	background: #fff;
	-webkit-box-shadow: 0px 12px 12px -8px #dbdbdb;
	box-shadow: 0px 12px 12px -8px #dbdbdb;
}

.philosophie-wrap img {
	margin-bottom: 16px;
}

.philosophie-text {
	margin-top: 24px;
	text-align: justify;
}

.philosophie-wrap a {
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.philosophie-wrap a:hover {
	text-shadow: 0 0 2px #36485c;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

/*valeurs Screen*/

:root {
	--shift: 0;
	--x: 0;
	--y: 0;
}

.valeurs {
	position: relative;
	padding: 60px 0;
}

.valeurs-dots {
	position: absolute;
	left: 150px;
	top: -8px;
}

.valeurs-container {
	max-width: 1270px;
	width: 100%;
	height: 644px;
	padding: 0 15px;
	margin: 0 auto;
	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;
}

.valeurs-content {
	max-width: 392px;
	width: 100%;
}

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

.valeurs-right {
	position: relative;
	width: 66%;
	max-width: 760px;
	height: 100%;
}

.valeurs h2 {
	margin-bottom: 24px;
	height: 47px;
}

.valeurs-circle {
	--shift-px: calc(var(--shift) * 1px);
	position: absolute;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translateX(calc((100vw - var(--x) * var(--shift-px)) / 90))
		translateY(calc((100vh - var(--y) * var(--shift-px)) / 90));
	-ms-transform: translateX(calc((100vw - var(--x) * var(--shift-px)) / 90))
		translateY(calc((100vh - var(--y) * var(--shift-px)) / 90));
	transform: translateX(calc((100vw - var(--x) * var(--shift-px)) / 90))
		translateY(calc((100vh - var(--y) * var(--shift-px)) / 90));
}

.valeurs-circle:first-of-type {
	--shift: 2;
	width: 286px;
	height: 286px;
	background: rgb(255 204 205 / 40%);
	left: 52px;
	top: 0;
}

.valeurs-circle:nth-of-type(2) {
	--shift: 2;
	width: 464px;
	height: 464px;
	background: rgb(209 236 250 / 40%);
	right: 0;
	top: 0;
	z-index: 1;
}

.valeurs-circle:last-of-type {
	--shift: 2;
	width: 390px;
	height: 390px;
	background: rgb(245 245 245 / 60%);
	bottom: 0;
	left: 0;
}

.valeurs-circle:first-of-type h3 {
	max-width: 206px;
	width: 100%;
}

.valeurs-right h3 {
	text-align: center;
}

.valeurs-circle_inner {
	border-radius: 50%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.valeurs-circle:first-of-type .valeurs-circle_inner {
	background: -o-radial-gradient(
		50% 50%,
		50% 50%,
		rgba(253, 219, 210, 0) 31.46%,
		#ffcccd 100%
	);
	background: radial-gradient(
		50% 50% at 50% 50%,
		rgba(253, 219, 210, 0) 31.46%,
		#ffcccd 100%
	);
	width: 206px;
	height: 206px;
}

.valeurs-circle:nth-of-type(2) .valeurs-circle_inner {
	width: 360px;
	height: 360px;
	background: -o-radial-gradient(
		50% 50%,
		50% 50%,
		rgba(209, 236, 250, 0) 24.75%,
		#d1ecfa 100%
	);
	background: radial-gradient(
		50% 50% at 50% 50%,
		rgba(209, 236, 250, 0) 24.75%,
		#d1ecfa 100%
	);
}

.valeurs-circle:last-of-type .valeurs-circle_inner {
	width: 286px;
	height: 286px;
	background: -o-radial-gradient(
		50% 50%,
		50% 50%,
		rgba(236, 236, 236, 0) 37.94%,
		#ececec 100%
	);
	background: radial-gradient(
		50% 50% at 50% 50%,
		rgba(236, 236, 236, 0) 37.94%,
		#ececec 100%
	);
}

.valeurs-circle_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
}

.valeurs-circle:hover .valeurs-circle_img {
	opacity: 1;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.valeurs-circle_img h3 {
	color: #fff;
}

.valeurs-circle_img .btn {
	margin-top: 16px;
	max-width: 180px;
	width: 100%;
	justify-content: flex-start;
	padding: 12px;
}

.valeurs-circle_img .btn svg {
	margin-right: 16px;
}

.valeurs-circle_img .btn svg circle {
	transition: 0.4s ease-in-out;
}

.valeurs-circle_img .btn:hover svg circle {
	fill: #fddbd2;
	transition: 0.4s ease-in-out;
}

.valeurs-circle_img .btn svg path {
	transition: 0.4s ease-in-out;
}

.valeurs-circle_img .btn:hover svg path {
	stroke: #f7471e;
	transition: 0.4s ease-in-out;
}

.valeurs-circle:nth-of-type(2) h3 {
	max-width: 294px;
	width: 100%;
}

.valeurs-circle:last-of-type h3 {
	max-width: 200px;
	width: 100%;
}

/*Gallery Screen*/

.gallery {
	padding: 60px 15px;
	overflow: hidden;
}

.gallery-container {
	max-width: 1680px;
	width: 100%;
	margin: 0 auto;
}

.gallery-slider {
	display: none;
}

.gallery-wrap img {
	border-radius: 16px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.grid-item {
	width: calc(33.3% - 18px);
	height: 243px;
	margin-bottom: 18px;
}

.gutter-sizer {
	width: 18px;
}

.grid-item--height1 {
	height: 486px;
}

.grid-item--height3,
.grid-item--height4 {
	height: 318px;
}

.grid-item--height5 {
	height: 336px;
}

.cabinet-wrap {
	position: relative;
	cursor: pointer;
}

.gallery-layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(54, 72, 92, 0.6)),
		to(rgba(54, 72, 92, 0.6))
	);
	background: -o-linear-gradient(
		bottom,
		rgba(54, 72, 92, 0.6),
		rgba(54, 72, 92, 0.6)
	);
	background: linear-gradient(
		0deg,
		rgba(54, 72, 92, 0.6),
		rgba(54, 72, 92, 0.6)
	);
	border-radius: 16px;
	width: 100%;
	height: 100%;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	opacity: 0;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.gallery-wrap:hover .gallery-layer {
	opacity: 1;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.gallery-zoom {
	background: #f7471e;
	border-radius: 8px;
	width: 64px;
	height: 64px;
	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;
}

/*Technologies Screen*/

.technologies {
	padding: 70px 0 102px;
}

.technologies .container {
	position: relative;
}

.technologies h2 {
	position: absolute;
	right: 15px;
	max-width: 498px;
	width: 100%;
	height: 47px;
}

.technologies-wrap {
	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;
}

.technologies-wrap:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.technologies-wrap:not(:last-of-type) {
	margin-bottom: 32px;
}

.technologies-images {
	position: relative;
	width: 57%;
	max-width: 710px;
}

.technologies-img {
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.technologies-wrap:nth-child(even) .technologies-img {
	margin-left: auto;
}

.technologies-img:before {
	position: absolute;
	content: "";
	background: #ffcccd;
	max-width: 466px;
	width: 100%;
	height: 548px;
	bottom: -32px;
	left: -32px;
	border-radius: 100px 100px 100px 0;
	z-index: -1;
}

.technologies-wrap:nth-child(even) .technologies-img:before {
	left: unset;
	right: -32px;
	background: #d1ecfa;
	border-radius: 100px 100px 0 100px;
}

.technologies-img img {
	max-width: 466px;
	width: 100%;
	height: 548px;
	border-radius: 100px 100px 100px 0;
}

.technologies-wrap:nth-child(even) .technologies-img img {
	border-radius: 100px 100px 0 100px;
}

.technologies-img_circle {
	border-radius: 50%;
	-webkit-box-shadow: 0 16px 20px -8px rgba(29, 29, 29, 0.5);
	box-shadow: 0 16px 20px -8px rgba(29, 29, 29, 0.5);
	width: 286px;
	height: 286px;
	position: absolute;
	right: 0;
	bottom: 32px;
}

.technologies-wrap:nth-child(even) .technologies-img_circle {
	left: 0;
	right: unset;
}

.technologies-content {
	max-width: 498px;
	width: 100%;
	position: relative;
}

.technologies-content span {
	font-weight: 700;
	font-size: 200px;
	line-height: 120%;
	color: #ececec;
	position: absolute;
	z-index: -1;
	top: -120px;
}

.technologies-content h3 {
	max-width: 405px;
	width: 100%;
	margin-bottom: 24px;
}

.technologies-content div {
	max-width: 392px;
	width: 100%;
	text-align: justify;
}

/*Banner Screen*/

.banner {
	height: 800px;
	padding: 15px;
}

.banner-wrapper {
	position: relative;
	max-width: 816px;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	height: 100%;
	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;
}

.banner-content {
	margin-top: 50px;
}

.banner-dots {
	position: absolute;
	left: 0;
	top: 24px;
}

.banner h2 {
	margin-bottom: 24px;
	height: 47px;
}

.banner h2 span {
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.banner-text {
	max-width: 391px;
	width: 100%;
	text-align: justify;
}

/*parcours screen*/

.parcours {
	padding: 140px 0 84px;
	overflow: hidden;
}

.parcours-slider {
	display: none;
}

.parcours h2 {
	text-align: center;
	margin-bottom: 80px;
	height: 47px;
}

.parcours-circles {
	position: relative;
}

.parcours-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

.parcours-circles:before {
	content: "";
	left: 0;
	top: calc(50% - 2px);
	height: 2px;
	width: 100vw;
	background-color: #1c96d1;
	z-index: -1;
	position: absolute;
}

.parcours-item {
	border: 2px solid #1c96d1;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -20px;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: relative;
}

.parcours-item:first-of-type {
	margin-left: unset;
}

.parcours-item:last-of-type {
	margin-right: unset;
}

.parcours-item h4 {
	color: #1c96d1;
	text-align: center;
	max-width: 88px;
}

.parcours-item:hover {
	/*transform: scale(1.666);*/
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	z-index: 1;
}

.parcours-wrap {
	background-image: url("../img/parcours-bg.jpg");
	color: #36485c;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	/*width: 400px;
    height: 400px;*/
	width: 335px;
	height: 335px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	z-index: 1;
	text-align: center;
	opacity: 0;
	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;
	border-radius: 50%;
	will-change: transform;
}

/*.parcours-content {
    transform: scale(0.66);
}*/

.parcours-content div {
	max-width: 286px;
	width: 100%;
	margin-top: 16px;
}

.parcours-item:hover .parcours-wrap {
	opacity: 1;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

/*traitements screen*/

.traitements {
	padding: 56px 0 70px;
}

.traitements .container {
	max-width: 1710px;
}

.tabs__panel {
	display: none;
}
.is-initialized .tabs__panel {
	display: inherit;
	outline: none;
	width: 100%;
}
.tabs__panel.is-hidden {
	display: none;
}

.traitements-title-mob {
	display: none;
}

.traitements-tab-description {
	display: none;
}

.traitements-img {
	position: relative;
	max-width: 1142px;
	width: 68%;
	padding-right: 48px;
	padding-bottom: 32px;
}

.traitements-img:before {
	position: absolute;
	content: "";
	background: #d1ecfa;
	max-width: 1110px;
	width: 100%;
	height: 548px;
	bottom: 0;
	right: 16px;
	border-radius: 100px 100px 0 100px;
	z-index: -1;
}

.traitements-img img {
	max-width: 1110px;
	width: 100%;
	height: 548px;
	border-radius: 100px 100px 0 100px;
}

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

.traitements-description {
	width: 32%;
	position: relative;
	padding-bottom: 32px;
	padding-left: 48px;
}

.traitements-description:before {
	position: absolute;
	content: "";
	background: #fddbd2;
	max-width: 474px;
	width: 100%;
	height: 548px;
	bottom: 0;
	left: 16px;
	border-radius: 100px 100px 100px 0;
	z-index: -1;
}

.traitements-description_wrapper {
	background: #1c96d1;
	height: 100%;
	border-radius: 100px 100px 100px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 72px 16px 52px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.traitements-content {
	max-width: 326px;
	width: 100%;
	text-align: justify;
	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;
	height: 100%;
	color: #f5f5f5;
}

.traitements-description_wrapper h2 {
	max-width: 326px;
	text-align: center;
	width: 100%;
	color: #fff;
	margin-bottom: 32px;
	height: 50px;
}

.traitements-tabs {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [5];
	grid-template-columns: repeat(5, 1fr);
	background: #f5f5f5;
	border-radius: 20px;
	padding: 16px;
	margin-top: 32px;
	width: 100%;
}

.traitements-tab_wrap {
	border-radius: 8px;
	padding: 16px 4px;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.traitements-tab_wrap:first-of-type {
	display: none;
}

.traitements-tab_wrap:hover {
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	background: #fddbd2;
}

.traitements-content h3 {
	text-align: initial;
	margin-bottom: 20px;
}

.traitements-content ul li {
	position: relative;
	padding-left: 22px;
}

.traitements-content ul li:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #f5f5f5;
	top: 10px;
	left: 8px;
}

.traitements-content ul li:not(:last-of-type) {
	margin-bottom: 4px;
}

.traitements-tab-title {
	color: #f7471e;
	text-align: center;
	cursor: pointer;
}

/*RDV Section*/

.rdv {
	padding: 170px 0 158px;
}

.rdv h2 {
	margin-bottom: 24px;
	height: 47px;
}

.rdv-btn {
	margin-top: 52px;
}

.rdv-btn svg {
	margin-right: 16px;
}

.rdv-container {
	padding: 100px 15px;
}

.rdv-wrapper {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	border-radius: 60px;
	position: relative;
	padding-left: 106px;
	height: 468px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rdv-dots {
	position: absolute;
	right: -60px;
	bottom: -60px;
}

.rdv-content {
	max-width: 392px;
	width: 100%;
}

.rdv-content > div p {
	text-align: justify;
}

.rdv-phone {
	--shift-px: calc(var(--shift) * 1px);
	position: absolute;
	-webkit-transform: translateX(calc((100vw - var(--x) * var(--shift-px)) / 90))
		translateY(calc((100vh - var(--y) * var(--shift-px)) / 90));
	-ms-transform: translateX(calc((100vw - var(--x) * var(--shift-px)) / 90))
		translateY(calc((100vh - var(--y) * var(--shift-px)) / 90));
	transform: translateX(calc((100vw - var(--x) * var(--shift-px)) / 90))
		translateY(calc((100vh - var(--y) * var(--shift-px)) / 90));
	--shift: 2;
	right: 0;
	top: -144px;
}

.rdv-phone-mob {
	display: none;
}

/*conseils screen*/

.conseils {
	padding: 70px 0 140px;
}

.conseils-slider {
	display: none;
}

.conseils h2 {
	text-align: center;
	margin-bottom: 60px;
	height: 47px;
}

.conseils-item {
	background: #f5f5f5;
	border-radius: 16px;
	padding: 40px;
	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;
}

.conseils-item:hover {
	background: #d1ecfa;
}

.conseils-content {
	margin-bottom: 40px;
}

.conseils-content svg {
	margin-bottom: 16px;
}

.conseils-content h3 {
	margin-bottom: 16px;
}

.conseils-content > div p {
	text-align: justify;
}

.conseils-wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 32px 1fr 32px 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 32px;
}

.gnext,
.gprev {
	display: none !important;
}

.goverlay {
	background: rgba(54, 72, 92, 0.6);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}

/*laboratoire screen*/

.laboratoire {
	height: 800px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 1370px) {
	.laboratoire {
		background-attachment: fixed;
	}
}

.laboratoire-logo {
	/*    position: absolute;
        left: 0;
        top: 0;*/
	max-width: 414px;
	height: 100%;
	width: 100%;
}

.laboratoire-content {
	max-width: 498px;
	width: 100%;
	text-align: center;
	color: #fff;
	z-index: 1;
	position: relative;
	margin-top: 100px;
	margin-left: 32px;
}

.laboratoire-content h2 {
	margin-bottom: 16px;
	height: 47px;
}

.laboratoire-content h2 span {
	width: 100%;
}

.laboratoire-content svg {
	margin-top: 52px;
}

/*acces screen*/

.acces {
	padding: 140px 0 70px;
}

.acces h2 {
	color: #ffffff;
	height: 47px;
	text-align: center;
	margin-bottom: 40px;
}

.acces .container {
	max-width: 1710px;
	position: relative;
	padding: 0;
}

.map {
	width: 100%;
	height: 572px;
	position: absolute;
	border-radius: 60px;
	border: 2px solid #f5f5f5;
	top: 0;
	left: 0;
}

div[title="marker"] {
	background-image: url(../img/marker.png);
	transition: 0.2s;
	background-size: contain;
	width: 108px !important;
	height: 108px !important;
}

div[title="marker"]:hover {
	transform: scale(1.15);
	transition: 0.2s;
}

.acces-wrap {
	position: relative;
	z-index: 1;
	height: 572px;
}

.acces-content {
	max-width: 466px;
	width: 100%;
	padding: 80px 20px;
	position: relative;
	background: #1c96d1;
	border-radius: 100px 100px 0 100px;
	top: -32px;
	left: 220px;
}

.acces-content:before {
	content: "";
	position: absolute;
	border-radius: 100px 100px 0 100px;
	right: -32px;
	bottom: -32px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #ffcccd;
}

.acces-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.acces-link:hover {
	color: #36485c;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.acces-link svg {
	margin-right: 12px;
}

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

.acces-hours {
	margin-top: 80px;
	position: relative;
}

.acces-hours:before {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	left: 0;
	top: -40px;
	background-color: #f5f5f5;
}

.hours__wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 3fr;
	grid-template-columns: 1fr 3fr;
}

.hours:not(:last-of-type) {
	margin-bottom: 8px;
}

.acces-container {
	max-width: 386px;
	width: 100%;
	margin: 0 auto;
}

.hours {
	color: #ffffff;
}

.hours.active {
	color: #36485c;
	font-weight: 700;
}

.acces-btn {
	position: absolute;
	right: 60px;
	bottom: 60px;
}

/*contactez section*/

.contactez {
	position: relative;
	padding: 70px 0;
}

.contactez-text {
	display: none;
}

.contactez-dots {
	position: absolute;
	right: 150px;
	top: -102px;
	z-index: 1;
}

.contactez .container {
	max-width: 836px;
}

.contactez h2 {
	height: 47px;
	text-align: center;
	margin-bottom: 44px;
}

.contactez form .contact__form-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contactez form[data-status="invalid"] {
	padding-bottom: 80px;
}

.cf7sg-response-output {
	position: absolute;
	bottom: 73px;
	color: red;
}

.wpcf7-response-output {
	display: none;
}

.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -27px;
}

.contactez-left {
	padding-right: 16px;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contactez-right {
	padding-left: 16px;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contactez form label {
	width: 100%;
	position: relative;
}

.contactez form br {
	display: none;
}

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
	width: 100%;
	max-width: 392px;
	background-color: #f5f5f5;
	border-radius: 8px;
	border: none;
	height: 64px;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #36485c;
	padding: 20px 18px;
	font-family: "sf_pro_display", sans-serif;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.nice-select {
	width: 100% !important;
	max-width: 392px;
	background-color: #f5f5f5 !important;
	border-radius: 8px;
	border: none !important;
	height: 64px !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #36485c;
	padding: 20px 18px;
	font-family: "sf_pro_display", sans-serif;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.nice-select .list {
	width: 100%;
	border: 1px solid #a8b4da;
	-webkit-box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	padding: 21px 24px;
}

.form-mob {
	display: none;
}

.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form select::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
	color: #1c96d1 !important;
}

.wpcf7-form input::-moz-placeholder,
.wpcf7-form select::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
	color: #1c96d1 !important;
}

.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form select:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
	color: #1c96d1 !important;
}

.wpcf7-form input::-ms-input-placeholder,
.wpcf7-form select::-ms-input-placeholder,
.wpcf7-form textarea::-ms-input-placeholder {
	color: #1c96d1 !important;
}

.wpcf7-form input::placeholder,
.wpcf7-form select::placeholder,
.wpcf7-form textarea::placeholder {
	color: #1c96d1 !important;
}

.wpcf7-form select .option {
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	background: #fff;
	padding: 0;
}

.wpcf7-form .option:before {
	display: none !important;
}

.wpcf7-form .option:active,
.wpcf7-form .option:focus,
.wpcf7-form .option:hover {
	background: #fff;
	color: #f2581a;
	font-weight: 700;
}

.nice-select .option.selected {
	color: #f2581a;
}

.nice-select.doc-select .option:first-of-type {
	display: none;
}

.wpcf7-form textarea {
	height: 172px;
	resize: none;
}

.wpcf7-form .contact__input:not(:last-of-type) {
	margin-bottom: 44px;
}

form input[type="submit"] {
	margin-top: 44px;
	display: flex;
	margin: 44px auto 0;
}

.contact__input {
	position: relative;
}

div.nice-select {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.nice-select span {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.0015em;
	color: #1c96d1;
}

.wpcf7-form-control-wrap {
	position: initial !important;
}

.contact__input .contact__label {
	position: absolute;
	pointer-events: none;
	left: 15px;
	top: 21px;
	-webkit-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	transition: 0.3s ease all;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.0015em;
	color: #1c96d1;
	z-index: 1;
}

.wpcf7-form-control-wrap.focus ~ .contact__label {
	top: -25px;
	left: 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	-webkit-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	transition: 0.3s ease all;
}

.contact__input .contact__label-top {
	position: absolute !important;
	pointer-events: none;
	letter-spacing: 0.0015em;
	color: #7b8796;
	z-index: 1;
	top: -25px;
	left: 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	-webkit-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	transition: 0.3s ease all;
}

.nice-select:after {
	border-bottom: 2px solid #1c96d1 !important;
	border-right: 2px solid #1c96d1 !important;
	height: 12px !important;
	width: 12px !important;
	right: 26px !important;
	transform-origin: 112% 100% !important;
}

.nice-select.open:after {
	transform-origin: 55% 55% !important;
}

/*footer screen*/

.footer {
	background: #f5f5f5;
	padding: 68px 0 16px;
}

.footer-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: 28px;
}

.footer-bottom {
	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;
	color: #1c96d1;
}

.footer-top ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
	max-width: 392px;
	width: 100%;
}

.footer-top ul:last-of-type {
	text-align: right;
}

.navbar-brand-footer {
	position: relative;
	width: 204px;
}

.footer-logo {
	background: #f5f5f5;
	border-radius: 50%;
	position: absolute;
	top: -126px;
	width: 204px;
	height: 204px;
	border: 12px solid #f5f5f5;
}

.navbar-brand-footer img {
	width: 180px;
	height: 180px;
	object-fit: contain;
}

.footer-top ul li a {
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: 0.0015em;
	color: #36485c;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.footer-top ul li:hover a {
	color: #f7471e;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.footer-bottom div a:last-of-type {
	margin-left: 7px;
}

/*single page*/

.traitement-image-top {
	-o-object-fit: cover;
	object-fit: cover;
	max-height: 412px;
	height: auto;
	width: 100%;
	max-width: 1028px;
	border-radius: 60px;
	margin: 0 auto 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.single-breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 12px auto 40px;
	font-weight: 700;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.single-breadcrumbs svg {
	margin: 0 21px;
}

.single-breadcrumbs a:last-of-type {
	position: relative;
}

.single-breadcrumbs a:last-of-type:before {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	background-color: #36485c;
}

.single-page-post .single-breadcrumbs a:last-of-type:before {
	display: none;
}

.single-breadcrumbs_title {
	color: #1c96d1;
}

.traitement-post {
	padding: 184px 0 149px;
}

.single-pages_container h1 {
	text-align: center;
}

.traitement-container {
	max-width: 816px;
	width: 100%;
	margin: 0 auto;
}

.single_content {
	text-align: justify;
}

.return-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 60px auto 0;
}

/*page 404*/

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

.error404__wrapper img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: calc(100vh - 86px);
}

.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: 16px;
	text-align: left;
	margin-bottom: 50px;
}

.error404__button {
	font-size: 16px;
	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;
}

/*Mention legales page*/

.policy-content {
	padding-top: 140px;
}
