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

html {
	scroll-behavior: smooth;
}

:root {
	--purple: #a289a6;
	--light-purple: #c3a8c7;
}

body {
	font-family: "Helvetica", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.625;
	background-color: #fbf9fb;
	color: #444444;
	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,
img {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	margin: 0;
}

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

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: 500;
	font-size: 38px;
	line-height: 44px;
	margin: 0;
	letter-spacing: 0.01em;
	font-family: "Athena-Regular", sans-serif;
}

h2 {
	font-weight: 500;
	font-size: 34px;
	line-height: 46px;
	letter-spacing: -0.005em;
	margin: 0;
	font-family: "Athena-Regular", sans-serif;
}

h3 {
	font-weight: 400;
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.01em;
	margin: 0;
	font-family: "Athena-Regular", sans-serif;
}

h4 {
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	margin: 0;
}

h5 {
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.02em;
	margin: 0;
}

[data-aos="title-animation"] {
	position: relative;
	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;
}

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

a {
	color: inherit;
	text-decoration: none;
}

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

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

.btn {
	max-width: 130px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding-bottom: 10px;
}

.btn span {
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	text-align: left;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
		-webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn span:before {
	content: url("../img/link-icon.svg");
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	-webkit-transform: translate(-2rem) translateZ(0);
	transform: translate(-2rem) translateZ(0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
		-webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn span:after {
	content: url("../img/link-icon.svg");
	margin-left: 14px;
}

.btn::before,
.btn::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #a289a6;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
		0.2s;
	transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
	-o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s,
		-webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.btn::after {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(0) translateZ(0);
	transform: scaleX(0) translateZ(0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
		-webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn:hover::before {
	opacity: 0;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.btn:hover:before {
	-webkit-transform: scaleX(0) translateZ(0);
	transform: scaleX(0) translateZ(0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
		-webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn:hover:after {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
		0.2s;
	transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
	-o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s,
		-webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.btn:hover span {
	-webkit-transform: translate(2rem) translateZ(0);
	transform: translate(2rem) translateZ(0);
}

.btn-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-link span {
	background: #a289a6;
	-webkit-box-shadow: 0px 4px 4px rgba(97, 82, 99, 0.1);
	box-shadow: 0px 4px 4px rgba(97, 82, 99, 0.1);
	border-radius: 200px;
	min-width: 56px;
	height: 56px;
	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;
	margin-right: 16px;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.btn-link.light span {
	background: #f6f1f7;
}

.btn-link:hover span {
	background: #c3a8c7;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.btn-link:hover svg path {
	fill: #fff;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

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

.btn-link:hover svg path {
	fill: #fff;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

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

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

/*header*/

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9990;
	width: 100%;
	max-width: 207px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: transparent;
}

.navbar-brand {
	margin-bottom: 30px;
}

.navbar-brand-mob {
	display: none;
}

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

header.scrolled .navbar-brand svg path {
	fill: #fff;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.nav-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	top: 135px;
	left: 71px;
	padding: 0;
}

.nav-menu ul li {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #444444;
	position: relative;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.header.scrolled .nav-menu ul li {
	color: #fff;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.nav-menu ul li:before {
	content: "";
	width: 3px;
	height: 3px;
	background: #444;
	top: 14px;
	left: 10px;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.nav-menu ul li.active {
	padding-left: 25px;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.nav-menu ul li.active:before {
	opacity: 1;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

header.scrolled .nav-menu ul li.active:before {
	background: #fff;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

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

.nav-links {
	margin-top: 20px;
}
.nav-links .btn {
	flex-shrink: 0;
}
.nav-links a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 16px;
	overflow: hidden;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.nav-links a span {
	min-width: 185px;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	margin-top: -3px;
}

header.scrolled .nav-links a span {
	color: #fff;
}

.nav-links a svg {
	min-width: 16px;
	margin-right: 10px;
}

.nav-links a svg path {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

header.scrolled .nav-links a svg path {
	fill: #fff;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.nav-links a:first-of-type {
	height: 20px;
	margin-bottom: 20px;
}

.nav-links a:last-of-type {
	height: 40px;
}

.nav-links a:hover {
	max-width: 210px;
	overflow: hidden;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

/*Hamburger*/

.hamburger-box {
	display: none;
}

.hamburger {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 9998;
}

.hamburger span {
	position: relative;
	display: block;
	width: 32px;
	height: 2px;
	background: #a289a6;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	margin-top: 22px;
}
.hamburger span:before,
.hamburger span:after {
	content: "";
	display: block;
	height: 2px;
	left: 0;
	background: #a289a6;
	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;
}

.hamburger span:before {
	top: -9px;
	width: 32px;
}
.hamburger span:after {
	bottom: -9px;
	width: 32px;
}

.hamburger.open span {
	width: 0;
}

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

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

.video {
	position: relative;
	width: 100% !important;
}

.video-logo {
	position: absolute;
	top: 23px;
	left: 19%;
	z-index: 1;
}

.preview__container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	border-radius: 6px;
}

.preview .sound {
	position: absolute;
	bottom: 8%;
	left: 8%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url(../img/soundoff.png) no-repeat center;
	cursor: pointer;
	z-index: 10;
}

.preview__container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}

.sound.active {
	/*background: url(../img/soundon.png) no-repeat center;*/
}
.sound {
	position: absolute;
	right: 10%;
	bottom: 11%;
	height: 64px;
}
.sound svg.unmute {
	display: none;
}
.sound.active svg:not(.unmute) {
	display: none;
}
.sound.active svg.unmute {
	display: block;
}
/* ------ Hero Screen ------ */

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

.hero h1 {
	height: 132px;
}

.hero-img_mob {
	display: none;
}

.hero-left {
	width: 49.2%;
	min-height: 900px;
	border-radius: 6px 6px 0 6px;
	background: var(--purple);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 23px 15px;
}

.hero-svg {
	position: absolute;
	left: 0;
	top: 159px;
	pointer-events: none;
}

.hero-content {
	color: #fff;
	max-width: 500px;
	width: 100%;
	margin-left: 240px;
	z-index: 1;
}

.hero-content_bottom {
	margin-top: 150px;
}

.hero-content_text {
	text-align: justify;
	margin: 40px 0 70px;
	max-width: 450px;
}

.hero-right {
	width: 50.8%;
	position: relative;
}

.hero-right img {
	position: absolute;
	right: 0;
	z-index: -1;
	width: 101%;
	height: 100%;
	border-radius: 0 6px 6px 0;
}

.hero-content_links {
	max-width: 310px;
	width: 100%;
}

.hero-content_links a:not(:last-of-type) {
	margin-bottom: 40px;
}

.hero-content_links a:hover {
	color: #fff;
}

/*orthodontie screen*/

.orthodontie {
	position: relative;
	z-index: 1;
}

.orthodontie .container {
	max-width: 1190px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 90px;
}

.orthodontie-left {
	padding-top: 80px;
	max-width: 600px;
	width: 100%;
}

.orthodontie-left h2 {
	margin-bottom: 30px;
}

.orthodontie-left div {
	text-align: justify;
	max-width: 450px;
	width: 100%;
}

.orthodontie-right {
	max-width: 720px;
	width: 100%;
	height: 535px;
	position: relative;
}

.orthodontie-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
}

.orthodontie-icon p {
	font-size: 26px;
	line-height: 46px;
	font-family: "Athena-Regular", sans-serif;
	margin-right: 35px;
}

.orthodontie-icon img {
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.orthodontie.yes .orthodontie-icon img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.orthodontie.yes .orthodontie-icon img:hover {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.orthodontie-icon:nth-child(1) {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	left: 140px;
}

.orthodontie-icon:nth-child(2) {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	top: 288px;
	left: 0;
}

.orthodontie-icon:nth-child(3) {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	top: 175px;
	right: -175px;
}

.orthodontie-icon:nth-child(1) img {
	width: 200px;
	height: 200px;
}

.orthodontie-icon:nth-child(2) img {
	width: 160px;
	height: 160px;
}

.orthodontie-icon:nth-child(3) img {
	width: 360px;
	height: 360px;
}

.orthodontie-icon:nth-child(2) p {
	margin-top: -40px;
}

/*pedodontie screen*/

.pedodontie {
	height: 1010px;
	position: relative;
}

.pedodontie-icon {
	position: absolute;
	right: 64px;
	top: -415px;
	pointer-events: none;
}

.pedodontie-wrapper {
	-webkit-transform: translateY(-90px);
	-ms-transform: translateY(-90px);
	transform: translateY(-90px);
}

.pedodontie .container {
	max-width: 1200px;
	width: 100%;
}

.pedodontie h2 {
	margin-bottom: 10px;
}

.pedodontie img {
	-webkit-filter: drop-shadow(-3px 65px 50px rgba(97, 82, 99, 0.1));
	filter: drop-shadow(-3px 65px 50px rgba(97, 82, 99, 0.1));
	border-radius: 6px;
	margin-top: 54px;
	max-width: 600px;
	width: 100%;
	height: 330px;
	-o-object-fit: cover;
	object-fit: cover;
}

/*equipe screen*/

.equipe {
	padding-bottom: 70px;
}

.equipe .container {
	max-width: 1200px;
	margin-top: -340px;
	position: relative;
	z-index: 1;
}

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

.equipe-subtitle {
	max-width: 450px;
	width: 100%;
}

.equipe-wrapper {
	margin-top: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.equipe-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.equipe-item:nth-child(1),
.equipe-item:nth-child(2) {
	width: 50%;
	margin-bottom: 88px;
}

.equipe-item:nth-child(2) {
	max-width: 450px;
	margin-left: auto;
}

.equipe-item:nth-child(3),
.equipe-item:nth-child(4),
.equipe-item:nth-child(5) {
	width: 33%;
	max-width: 330px;
	margin-left: auto;
}

.equipe-item img {
	width: 160px;
	height: 160px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-right: 20px;
	border-radius: 50%;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.equipe-item img:hover {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.equipe-item:nth-child(1) img {
	width: 260px;
	height: 260px;
}

.equipe.yes .equipe-item img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.equipe-item h3 {
	margin-bottom: 20px;
}

.equipe.yes .equipe-item img:hover {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.equipe-item:not(:first-of-type) h4 {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

.equipe-item .btn {
	margin-top: 20px;
}

.equipe-slider {
	display: none;
}
/*gallery screen*/

.gallery {
	padding: 70px 0 50px;
}

.gallery-container h2 {
	margin-bottom: 40px;
}

.gallery-container {
	max-width: 1535px;
	width: 100%;
	margin-left: auto;
}

.gallery-slider {
	border-radius: 6px;
}

.gallery-wrapper img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 700px;
	max-width: 1290px;
	width: 100%;
	border-radius: 6px;
}

.gallery-slider .swiper-slide-next {
	position: relative;
	opacity: 0.4;
}

.gallery .swiper-slide-active {
	width: 1290px !important;
}

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

.gallery .swiper-button-next,
.gallery .swiper-button-prev,
.gallery .swiper-pagination {
	position: initial;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin: unset;
}

.gallery .swiper-pagination {
	width: 72px;
	margin-left: 83px;
	font-size: 22px;
	line-height: 28px;
}

.gallery-arrows {
	max-width: 1290px;
	width: 100%;
	height: 56px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 30px;
}
.swiper-button-next,
.swiper-button-prev {
	-webkit-tap-highlight-color: transparent;
}
.gallery .swiper-button-prev,
.gallery .swiper-button-next {
	-webkit-box-shadow: 0px 4px 4px rgba(97, 82, 99, 0.1);
	box-shadow: 0px 4px 4px rgba(97, 82, 99, 0.1);
	height: 56px;
	width: 56px;
	border-radius: 200px;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.gallery .swiper-button-prev:hover svg rect,
.gallery .swiper-button-next:hover svg rect {
	fill: #c3a8c7;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.gallery .swiper-button-prev:hover svg path,
.gallery .swiper-button-next:hover svg path {
	fill: #fbf9fb;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.gallery .swiper-button-next {
	margin-left: 64px;
}

/*valeurs screen*/

.valeurs {
	padding: 50px 0;
	height: 1010px;
	position: relative;
}

.valeurs-icon {
	position: absolute;
	bottom: -72px;
	right: 259px;
	pointer-events: none;
}

.valeurs .container {
	max-width: 1230px;
	margin-top: -96px;
	position: relative;
	z-index: 1;
}

.valeurs-top {
	max-width: 450px;
	width: 100%;
	margin-bottom: 73px;
}

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

.valeurs-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 231px;
}

.valeurs-item:nth-child(odd) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

/*technologies screen*/

.technologies {
	margin-bottom: 70px;
}

.technologies .container {
	max-width: 1200px;
	margin-top: -360px;
	position: relative;
	z-index: 1;
}

.technologies-wrapper {
	margin-top: 40px;
}

.technologies-item {
	background: #f6f1f7;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
}

.technologies-item:hover {
	background: #ebdeed;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.technologies-item_left {
	width: 51%;
	max-width: 600px;
	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-item:not(:last-of-type) {
	margin-bottom: 10px;
}

.technologies-content {
	max-width: 330px;
	width: 100%;
	margin-left: -30px;
}

.technologies-content h3 {
	margin-bottom: 22px;
	font-family: "Helvetica", sans-serif;
}

.technologies-content div {
	margin-bottom: 22px;
}

.technologies-item_right {
	max-width: 570px;
	width: 49%;
	display: flex;
}

.technologies-item_right img {
	max-width: 570px;
	height: 260px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 6px;
}

/*traitements screen*/

.traitements-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
}

.traitements-mob {
	display: none;
}

.traitements-wrapper:not(:last-of-type) {
	margin-bottom: 10px;
}

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

.traitements-content {
	width: 50%;
	background: #a289a6;
	border-radius: 6px;
	color: #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;
}

.traitements-wrapper:nth-child(even) .traitements-content {
	background: #c3a8c7;
}

.traitements-content_wrapper {
	max-width: 330px;
	width: 100%;
	margin-left: 115px;
}

.traitements-wrapper:nth-child(even) .traitements-content_wrapper {
	max-width: 450px;
	margin-left: -115px;
}

.traitements-content_wrapper h2 {
	margin-bottom: 40px;
	font-weight: 400;
}

.traitements-content_wrapper h3 {
	margin-bottom: 40px;
	font-family: "Helvetica", sans-serif;
	font-weight: 400;
}

.traitements-tab_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

.traitements-tab_wrap:not(:last-of-type) {
	margin-bottom: 14px;
}

.traitements-content_title {
	line-height: 30px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	text-align: left;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
		-webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	outline: none;
}

.traitements-content_title:before {
	content: url("../img/traitement-icon.png");
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	-webkit-transform: translate(-2rem) translateZ(0);
	transform: translate(-2rem) translateZ(0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
		-webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.traitements-content_title:after {
	content: url("../img/traitement-icon.png");
	margin-left: 14px;
}

.traitements-content_title.is-selected {
	-webkit-transform: translate(2rem) translateZ(0);
	transform: translate(2rem) translateZ(0);
	color: #fff;
}

.traitements-tab_wrap a:nth-child(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	overflow: hidden;
}

.traitements-tab_wrap a:hover {
	color: #fff;
}

.traitements-images {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

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

.traitements-image {
	background-color: #a289a6;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: var(--item-scale-width, 42%);
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.traitements-image.is-hidden {
	width: var(--item-width, 25%);
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

/* .traitements-wrapper:nth-child(even) .traitements-image.is-hidden {
	width: 33.3%;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
} */

.traitements-image.is-hidden img {
	opacity: 0.6;
}

.traitements-image img {
	width: 100%;
	height: 500px;
	border-radius: 6px;
	opacity: 1;
}

/*parallax screen*/

.parallax {
	padding-top: 10px;
	padding-bottom: 50px;
}

.parallax-bg {
	background-attachment: fixed;
	height: 600px;
	border-radius: 6px;
}

/*laboratoire screen*/

.laboratoire {
	padding: 50px 0 70px;
	position: relative;
}

.laboratoire-icon {
	position: absolute;
	right: 167px;
	top: 60px;
	pointer-events: none;
}

.laboratoire .container {
	max-width: 1276px;
	-webkit-transform: translateX(75px);
	-ms-transform: translateX(75px);
	transform: translateX(75px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.laboratoire-left {
	max-width: 530px;
	width: 50%;
}

.laboratoire h2 {
	margin-bottom: 40px;
}

.laboratoire h3 {
	margin-bottom: 20px;
	font-family: "Helvetica", sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
}

.laboratoire-content {
	max-width: 450px;
	width: 100%;
	margin-bottom: 66px;
}

.laboratoire-content div {
	text-align: justify;
}

.laboratoire-links {
	max-width: 530px;
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 25px;
}

.laboratoire-links img {
	-o-object-fit: contain;
	object-fit: contain;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	-ms-grid-column-align: center;
	justify-self: center;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.laboratoire-links img:hover {
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.laboratoire-right {
	width: 50%;
}

.laboratoire-right img {
	width: 520px;
	height: 520px;
	border-radius: 50%;
	-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;
	margin-left: auto;
}

.laboratoire-right img:hover {
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/*zone screen*/

.zone {
	padding: 70px 0;
}

.zone .container {
	background: rgba(246, 241, 247, 0.5);
	border-radius: 6px;
}

.zone-wrapper {
	max-width: 1280px;
	width: 100%;
	-webkit-transform: translateX(75px);
	-ms-transform: translateX(75px);
	transform: translateX(75px);
	margin: 0 auto;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 25px 1fr 25px 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px;
	padding: 52px 0 43px;
}

.zone-content > div {
	text-align: justify;
	margin-top: 40px;
	max-width: 330px;
	width: 100%;
}

.zone-middle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.zone-middle a {
	max-width: 308px;
}

.zone-middle img {
	max-width: 130px;
	width: 100%;
	margin-bottom: 45px;
}

.zone-phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.zone-phone a {
	margin-top: 50px;
	font-size: 20px;
	line-height: 28px;
}

/*acces screen*/

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

.acces-icon {
	position: absolute;
	top: -50px;
	left: 268px;
	pointer-events: none;
}

.acces .container {
	max-width: 1310px;
	-webkit-transform: translateX(75px);
	-ms-transform: translateX(75px);
	transform: translateX(75px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.acces-left {
	width: 30%;
}

.map {
	width: 330px;
	height: 330px;
	position: relative;
	box-shadow: -3px 65px 50px rgba(97, 82, 99, 0.1);
	/* -webkit-filter: drop-shadow(-3px 65px 50px rgba(97, 82, 99, 0.1));
	filter: drop-shadow(-3px 65px 50px rgba(97, 82, 99, 0.1)); */
	border-radius: 50%;
	background: lightgray;
	overflow: hidden;
}

div[title="marker"] {
	background-image: url(../img/marker.png);
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	background-size: contain;
	width: 32px !important;
	height: 49px !important;
}

div[title="marker"]:hover {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.acces-right {
	width: 68%;
	max-width: 810px;
	padding-top: 24px;
}

.acces-right h2 {
	margin-bottom: 30px;
}

.acces-wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 31px 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 55px 31px;
}

.acces-wrapper a {
	font-size: 20px;
	line-height: 28px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.acces-hours_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: none;
}

.acces-hours_wrap > span {
	background: #f6f1f7;
	-webkit-box-shadow: 0px 4px 4px rgba(97, 82, 99, 0.1);
	box-shadow: 0px 4px 4px rgba(97, 82, 99, 0.1);
	border-radius: 200px;
	min-width: 56px;
	height: 56px;
	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;
	margin-right: 16px;
}

.days {
	width: 90px;
	margin-right: 10px;
}

.hours {
	margin-bottom: 5px;
}

.acces-hours_title {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 5px;
}

.hours__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #9e969f;
}

.hours.active .hours__wrap {
	color: #444444;
}

/*contactez screen*/

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

.contactez .container {
	max-width: 950px;
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.contactez h2 {
	margin-bottom: 40px;
}

.wpcf7-form {
	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;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 10px;
	background: #fbf9fb;
	-webkit-box-shadow: -3px 17px 20px rgba(97, 82, 99, 0.07);
	box-shadow: -3px 17px 20px rgba(97, 82, 99, 0.07);
	border-radius: 6px;
}

.wpcf7-form br {
	display: none;
}

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

.wpcf7-form-control-wrap {
	position: initial;
	width: 100%;
}

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

.wpcf7-response-output {
	position: absolute;
	bottom: 0;
}

.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -16px;
	z-index: 1;
}

.wpcf7-form .contact__input {
	width: 100%;
	margin-bottom: 8px;
	font-family: "Helvetica";
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wpcf7-form input {
	width: 100%;
	max-width: 450px;
	height: 50px;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	letter-spacing: 0.015em;
	color: #444;
	padding: 12px 13px;
	background: #f6f1f7;
	border: 1px solid #efe8f0;
	border-radius: 6px;
	font-family: "Helvetica";
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.wpcf7-form .focus input {
	background: #eaecf0;
	border: 1px solid #1e2021;
}

.wpcf7-form input:hover {
	border: 1px solid #1e2021;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.contactez-wrap {
	width: 50%;
	padding-right: 16px;
}

.wpcf7-form .contact__area {
	width: 50%;
	font-family: "Helvetica";
	position: relative;
	padding-left: 16px;
}

.wpcf7-form .contact__area textarea {
	width: 100%;
	background: #f6f1f7;
	border: 1px solid #efe8f0;
	border-radius: 6px;
	min-height: 166px;
	max-height: 166px;
	max-width: 450px;
	padding: 12px 13px;
	color: #444;
	font-family: "Helvetica";
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.contact__label {
	position: absolute;
	pointer-events: none;
	left: 20px;
	top: 10px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	letter-spacing: 0.015em;
	color: #59637c;
}

.contact__inputs.focus label {
	top: 6px;
	left: 6px;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.004em;
	color: #9e969f;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contact__area label {
	left: 36px;
}

.contact__area.focus label {
	top: -29px;
}

.wpcf7-form input[type="submit"] {
	max-width: 115px;
	border: none;
	border-radius: unset;
	padding: 0;
	height: unset;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	background: transparent;
}

.contact__submit {
	padding-bottom: 13px;
	margin-top: 30px;
	margin-left: auto;
}

.wpcf7-spinner {
	position: absolute !important;
	bottom: -60px;
}

/*footer bg screen*/

.footer-bg .container {
	max-width: 1920px;
	padding: 10px;
}

.footer-img {
	width: 100%;
	height: 1010px;
}

/*footer screen*/

.home .footer {
	margin-top: -280px;
	position: relative;
	backdrop-filter: blur(15px);
}

.footer-container {
	position: relative;
}

.footer-container:before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #fbf9fb;
	opacity: 0.5;
	border-radius: 6px;
	z-index: 0;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}

.footer-wrapper {
	max-width: 1410px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 29px 0 10px;
}

.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;
	margin-top: 44px;
}

/*Error Page*/

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

.error404 .footer {
	margin-top: unset;
}

/*Single page*/

.single-content p {
	text-align: justify;
	margin-bottom: 16px;
}

.single main ul li {
	margin-bottom: 16px;
}

.single h2,
.single h3 {
	margin-bottom: 16px;
}

.single .aligncenter {
	margin: 0 auto 16px;
	display: block;
}

.single .alignleft {
	float: left;
	margin-right: 15px;
}

.single .gallery {
	padding: 0;
	margin-bottom: 16px !important;
}

.single .gallery.gallery-item {
	margin: 0;
}

.single-container {
	max-width: 960px;
	padding: 56px 15px;
}

.single-top .btn-link span,
.single .btn-link span {
	background: #fbf9fb;
	min-width: 40px;
	height: 40px;
}

.single-top .btn-link span svg,
.single .btn-link span svg {
	margin-left: -3px;
}

.single-top .btn-link:hover span,
.single .btn-link:hover span {
	background: #c3a8c7;
}

.single h1 {
	margin-bottom: 22px;
}

.single-top_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 22px;
	margin-bottom: 24px;
}

.single-breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 32px;
}

.single-breadcrumbs span {
	margin: 0 15px;
}

.single .footer {
	margin-top: unset;
}

.single-return {
	margin-top: 20%;
}

/*Single Traitements*/

.traitement-image_single {
	width: 100%;
	height: 500px;
	border-radius: 6px;
}

.single-traitements_page {
	padding-top: 10px;
}

.parcours {
	margin-top: 48px;
}

.parcours h2 {
	margin-bottom: 24px;
}

.parcours-wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
}

.parcours-item {
	border-right: 2px solid #f6f1f7;
	padding-right: 14px;
}

.parcours-item span {
	font-weight: 400;
	font-size: 42px;
	line-height: 48px;
	color: #a289a6;
	margin-bottom: 32px;
	display: inline-block;
	font-family: "Athena-Regular", sans-serif;
}

.parcours-item h3 {
	color: #a289a6;
	min-height: 98px;
	font-size: 24px;
}

.policy-content .container {
	max-width: 960px;
	padding: 40px 15px;
}

.privacy-policy .footer {
	margin-top: unset;
}
.footer-top {
	display: flex;
	justify-content: space-between;
}
.footer-top .menu-wrapper {
	max-width: 810px;
}
.footer-top .menu-wrapper .title-footer {
	font-family: "Athena-Regular", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 34px;
	line-height: 46px;
	color: #444444;
	margin-bottom: 16px;
}
.footer-top .menu-wrapper .link-traitments-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 0 35px;
}
.footer-top .menu-wrapper .link-traitments-wrapper a {
	min-width: 145px;
}
.footer-bottom {
	font-size: 12px;
	margin-top: 35px;
}
.footer-wrapper a:hover {
	color: #a289a6;
}