@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


* {
	box-sizing: border-box
}

strong {
	font-weight: 700;
}

body ::-webkit-scrollbar,
html ::-webkit-scrollbar {
	width: 6px;
	background-color: #000;
}

body ::-webkit-scrollbar-thumb,
html ::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #006cff;
}

body ::-webkit-scrollbar-track,
html ::-webkit-scrollbar-track {
	background-color: #000;
}

body,
html {
	margin: 0;
	padding: 0
}

body {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-display: swap;
	color: #000E65;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 15px;
}

.petit-texte {
	text-align: left;
	font-size: 12px;
}

.container {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.Flix {
	overflow: hidden
}

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

a:hover {
	color: #000000;
	text-decoration: underline;
}

.btn {
	color: #fff;
	padding: 11px 21px;
	position: relative;
	text-decoration: none;
	z-index: 0;
	display: inline-flex;
	line-height: 1.3em;
	gap: 10px;
	align-items: center;
	transition: cubic-bezier(0.4, 0, 1, 1) 0.2s;
	box-shadow: inset 0px 0 0 0 #CAE8FF;
	margin-top: 10px;
	background: #006CFF;
	border: 1px solid #006CFF;
	border-radius: 35px;
	font-weight: 600 !important;
}

.btn img {
	width: 21px;
	height: 23px;
	object-fit: contain;
}

.btn:hover {
	background: transparent !important;
	color: #006CFF !important;
	text-decoration: none;
	box-shadow: inset 400px 0 0 0 #CAE8FF;
}

.MenuBox {
	display: none;
}

.btn:hover {
	color: #000;
}


.btn.contact {
	background: #001ae2;
	outline-offset: -4px;
	outline: 1px solid #cae8ff;
	box-shadow: inset 0px 0 0 0 #006cff;
}

.btn.contact:hover {
	box-shadow: inset 400px 0 0 0 #006cff;
	color: #fff !important;
}

.btn.tel {
	background: transparent;
	border: 1px solid #374364;
}

.btn.tel:hover img {
	filter: brightness(0) saturate(100%) invert(11%) sepia(12%) saturate(2979%) hue-rotate(193deg) brightness(97%) contrast(113%);
}

a.btn.btngrand.contact {
	padding: 18px 28px;
	font-size: 1.2em;
}

.btn.btngrand.contact img {
	width: 27px;
	height: 27px;
	object-fit: contain;
}

.flecheico:after {
	background: url(/wp-content/uploads/2025/08/fleche-btn.svg);
	content: "";
	width: 29px;
	height: 17px;
	background-size: contain !important;
	background-repeat: no-repeat;
	filter: brightness(0) saturate(100%) invert(100%) sepia(18%) saturate(6113%) hue-rotate(173deg) brightness(99%) contrast(103%);
}

.flecheico:hover:after {
	filter: brightness(0) saturate(100%) invert(37%) sepia(71%) saturate(7496%) hue-rotate(211deg) brightness(109%) contrast(103%);
}

.flex-entete-d strong {
	font-weight: 400;
}

.wp-txt-center {
	text-align: center;
	line-height: 1.3em
}

.margin20 {
	margin-top: 20px;
	margin-bottom: 20px
}

.margin30 {
	margin-top: 30px;
	margin-bottom: 30px
}

.margin40 {
	margin-top: 40px;
	margin-bottom: 40px
}

.margin50 {
	margin-top: 50px;
	margin-bottom: 50px
}

.margin60 {
	margin-top: 60px;
	margin-bottom: 60px
}

.margin70 {
	margin-top: 70px;
	margin-bottom: 70px
}

.margin80 {
	margin-top: 80px;
	margin-bottom: 80px
}

.margin90 {
	margin-top: 90px;
	margin-bottom: 90px
}

.margin100 {
	margin-top: 100px;
	margin-bottom: 100px
}

.padding20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important
}

.padding30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important
}

.padding40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important
}

.padding50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important
}

.padding60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important
}

.padding70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important
}

.padding80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important
}

.padding90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important
}

.padding100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important
}

.texteblanc {
	color: #fff
}

p {
	line-height: 1.7em;
	margin-bottom: 3px;
	margin-top: 3px;
}

.sticky .LayTexte {
	position: sticky;
	top: 0;
}

.sticky img.cover {
	height: auto;
	width: 100%;
}

.sticky .LayImg .cadre {
	margin-top: 5%;
	border-radius: 20px;
}

/* HEADER  */

.logo {
	position: relative;
}

.logo img {
	padding: 0;
	height: 55px;
	width: auto;
}

.navbar {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	color: #051429;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 20;
	justify-items: end;
	gap: 20px;
	transition: cubic-bezier(0.4, 0, 1, 1) 0.2s;
	height: 105px;
	padding: 0 30px;
	background: #060C30;
	box-shadow: 0px 3px 26px #000E657C;
}

a.prendre_rdv.btn.bordure.icoagenda {
	color: #051429 !important;
}

.flex-entete-g {
	position: relative;
	z-index: 1;
	min-width: 287px;
}

.flex-entete-c {
	position: relative;
	z-index: 1;
}

.flex-entete-d {
	position: relative;
	z-index: 3;
	display: flex;
	gap: 15px;
	padding-left: 15px;
	align-items: center;
}

a.prendre_rdv.btn.border {
	border: 1px solid #3582AE;
	border-radius: 23px !important;
	padding: 10px 15px !important;
}

a.telephone.btn.telico {
	background: #3582AE !important;
	box-shadow: none !important;
	display: flex;
	border-radius: 23px !important;
	padding: 10px 15px !important;
	width: max-content;
	border: 1px solid;
}

.flex-entete-d a {
	margin: 0;
}

.espace-menu {
	display: flex;
	z-index: 2;
}

.navbar .espace-menu.open {
	opacity: 1;
	transform: translateX(0px);
}

.navbar .espace-menu.open .grid-reseaux {
	position: absolute;
	bottom: 20px;
}

.navbar .espace-menu.open a.imgres {
	font-size: 1.6em;
}

li.menu-item-has-children:after {
	content: "\276F";
	position: absolute;
	right: -10px;
	transform: rotate(90deg);
	top: 2px;
	color: #fff;
}

ul#menu-entete {
	padding: 0;
	margin: 0;
	display: flex;
	gap: 20px;
}

ul#menu-entete li {
	list-style: none;
	position: relative;
}

ul#menu-entete li a {
	text-decoration: none;
	margin: 0 10px;
	transition: all 0.5s ease;
	font-size: 1.1em;
	font-weight: 500;
	position: relative;
	color: #CAE8FF;
}

ul#menu-entete > li > a:before,
ul#menu-entete li a:before {
	content: "";
	width: 44px;
	height: 23px;
	position: absolute;
	right: 0;
	bottom: 0;
		background: url(/wp-content/uploads/2025/08/vague-menu.svg);
	background-size: contain;
	transition: all 0.5s ease;
	opacity: 0;
}

ul#menu-entete li > a:hover:before,
ul#menu-entete li.current_page_item > a:before,
ul#menu-entete li.current-menu-item a:before {
	width: 30px;
	height: 30px;
	width: 44px;
	height: 23px;
	opacity: 1;
	right: -20px;
	bottom: -13px;
}

/* ul#menu-entete li a:hover, */
/* ul#menu-entete .current_page_item a { */
	/* color: #006CFF; */
/* } */

ul#menu-entete > li > a:hover,
ul#menu-entete > li.current_page_item > a,
ul#menu-entete li.current-menu-item > a {
    color: #006CFF;
}

ul#menu-entete .menu-item-has-children ul.sub-menu {
	position: absolute;
	display: none;
}

ul#menu-entete li.menu-item-has-children.openLi .sub-menu {
	display: block;
	padding: 5px 15px 5px 0px;
	background: #060c30;
	min-width: 190px;
	top: 45px;
	overflow: hidden;
	width: max-content;
	border-radius: 0;
}

ul#menu-entete li.menu-item-has-children.openLi .sub-menu li {
	margin-bottom: 15px;
}

ul#menu-entete li.menu-item-has-children.openLi .sub-menu li:last-child {
	margin-bottom: 10px;
}

/* SLIDER  */

#home_slider {
	position: relative;
	padding: 0;
	height: 720px;
}

#banniereIntern:before {
	height: 175px;
	bottom: -30px;
	content: "";
	background: url(/wp-content/themes/wellness-d-f/img/vague-sous-slider.svg);
	width: 100%;
	position: absolute;
	z-index: 1;
	background-size: cover;
}


video.video-slider {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


#home_slider .overflowhiddenSlider {
	height: 720px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.overflowhiddenSlider .ItemSliderHome:after {
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: #0b1d5b7a linear-gradient(180deg, #000E6500 20%, #0a198b 100%) 0% 0% no-repeat padding-box;
	mix-blend-mode: multiply;
}

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

.cadreintern {
	max-width: 830px;
	z-index: 2;
	position: absolute;
	top: 40%;
	left: 37%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 1.3em;
}

.fleches {
	position: absolute;
	bottom: 176px;
	right: 25px;
	height: 55px;
	width: 150px;
	z-index: 2;
	display: flex;
	gap: 15px;
}

.flechPrev,
.flechNext {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: 1px solid #0F2036;
	border-radius: 20px;
}

.fleches div:hover {
	background: #0F2036;
}

.fleches div:hover img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7464%) hue-rotate(150deg) brightness(112%) contrast(115%);
}

.fleches img {
	width: 45px;
	height: 16px;
}

.cadreintern h1,
.cadreintern h2,
.cadreintern h3 {
	margin: 0;
	line-height: 1em;
	font-size: 2em !important;
	display: block;
	font-weight: 300 !important;
	margin-top: 20px;
	font-weight: 200;
	position: relative;
}

.cadreintern em {
	display: block;
	margin-top: 25px;
	font-style: normal;
	font-size: 0.9em;
	color: #CAE8FF;
	font-weight: 700;
}


.ItemSliderHome {
	overflow: hidden;
	position: relative;
	height: 90vh;
	background: #EFEFEF;
}

#home_slider .cadreintern b {
	font-weight: 500;
}

#home_slider .cadreintern p {
	line-height: 1.3em;
}

#home_slider .animimg {
	width: 100%;
	position: relative;
	filter: blur(24px);
	height: 90vh;
	background-size: cover !important;
}

.ItemSliderHome img {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	object-fit: cover;
	height: 100%;
	width: 100%;
}

#home_slider .fondImage {
	position: relative;
	z-index: 1;
}

#home_slider .fondTexte {
	position: absolute;
	bottom: 20%;
	left: 10%;
	z-index: 3;
	color: white;
	text-align: left;
	width: 80%;
}

.slick-list,
.slick-track {
	position: relative !important;
}

.decalagecontenusousslider .fl-col-content.fl-node-content {
	position: relative;
	z-index: 1;
}

.decalagecontenusousslider .fl-row-content {
	position: relative;
	top: -70px;
}

.decalagecontenusousslider:before {
	content: "";
	background: url(/wp-content/themes/wellness-d-f/img/vague-sous-slider.svg);
	width: 100%;
	height: 185px;
	position: absolute;
	top: -140px;
	z-index: 1;
	background-size: cover;
}

.decalagecontenusousslider {
	top: -75px;
	z-index: 1;
}


/* BAN INTERNE  */

div#banniereIntern {
	height: 55vh;
	overflow: hidden;
	position: relative;
}

#banniereIntern .cntimg {
	overflow: hidden;
}

div#banniereIntern:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	background: transparent linear-gradient(180deg, #000E6500 0%, #000E65 100%) 0% 0% no-repeat padding-box;
	mix-blend-mode: multiply;
}

#banniereIntern .cntimg img {
	width: 100%;
	height: 100%;
	object-fit: contain !important;
	margin-top: -5%;
}

#banniereIntern .cntTitle {
	position: absolute;
	top: 55%;
	left: -5%;
	z-index: 3;
	transform: translateY(-50%);
	width: 100%;
	text-align: left;
}

#banniereIntern .cntTitle em {
	font-weight: 100;
	letter-spacing: 1px;
	font-size: 15px;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
}

#banniereIntern .cntTitle h1 {
	margin-bottom: 0;
	font-size: 2.5em;
	color: #fff;
	font-style: normal;
	margin-top: 0;
	line-height: 1em;
	font-weight: 600;
}

/* SPEC */


.wp-link {
	position: relative;
	display: flex;
	gap: 30px;
	padding: 15px 20px;
	border-top: 1px solid #c7ced3;
	border-bottom: 1px solid #c7ced3;
	justify-content: space-between;
	align-items: center;
}


.wp-link::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 60px;
	background-color: #c7ced3;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.wp-link h6 {
	margin: 0;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #001ae2;
}


.imgflot1 {
	position: relative;
	min-height: 465px;
	top: -60px;
}

.imgflot1.autres {
	position: relative;
	min-height: 465px;
	top: -25px;
	z-index: 10;
}


.flottantimg1 {
	width: 320px;
	height: 370px;
	position: relative;
}

.flottantimg2 {
	width: 196px;
	height: 207px;
	box-shadow: 0px 3px 66px #060C3052;
	border-radius: 30px;
	position: absolute;
	right: 0;
	bottom: -10px;
}

.flottantimg1 img,
.flottantimg2 img {
	width: 100%;
	height: 100%;
	border-radius: 30px;
	object-fit: cover;
}

.flottantimg1:after {
	content: "";
	position: absolute;
	background: url(/wp-content/uploads/2025/08/vague-double-photo.svg);
	width: 160px;
	height: 80px;
	bottom: -30px;
	left: -58px;
	z-index: 3;
	background-size: cover;
}

.decalage {
	margin-left: 8%;
	margin-bottom: 15px;
}

.decalage p {
	margin-top: 20px;
	line-height: 1.5em;
}


.blockservices {
	position: relative;
	z-index: 3;
}

.services2 {
	position: relative;
	top: 50px;
}

.service {
	position: relative;
	padding: 0;
	height: 360px;
	box-shadow: 0px 8px 10px #00000029;
	margin-bottom: 20px;
	border-radius: 15px;
	overflow: hidden;
}

.service img {
	transition: all 0.3s ease;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service:hover img {
	transform: scale(1.07);
}

.imgservice {
	position: relative;
	height: 360px;
	cursor: pointer;
	border-radius: 0;
	overflow: hidden;
}

.imgservice:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: transparent linear-gradient(180deg, #000E6500 0%, #001AE2 100%) 0% 0% no-repeat padding-box;
	mix-blend-mode: multiply;
}


.imgservice:after {
	content: "";
	background: #e5e7ef99 url(/wp-content/uploads/2025/08/fleche-diag-1.svg);
	width: 35px;
	height: 35px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: 60% 39%;
	padding: 20px;
	background-size: 20px;
	border-radius: 50%;
	opacity: 1;
}

.divflottant {
	padding: 10px 15px;
	position: absolute;
	bottom: 15px;
	z-index: 1;
	width: 85%;
	padding-left: 45px;
	font-weight: 500;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #CAE8FF;
	letter-spacing: 2.4px;
}


.blockdespartenaires {
	column-gap: 60px;
}

.BlockPartenaires {
	mix-blend-mode: multiply;
	position: relative;
	display: block;
	max-width: 880px;
	overflow: hidden;
}

.slide-partenaires {
	height: 75px;
	overflow: hidden;
	margin-right: 15px;
}

.slide-partenaires img {
	width: 100%;
	height: 100%;
	object-fit: contain !important;
}

.part {
	position: absolute;
	width: 100%;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	display: flex;
	justify-content: space-between;
	z-index: 5;
}

.prevs,
.nxt {
	background: #D7BFA9 0% 0% no-repeat padding-box;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	cursor: pointer;
}

.prevs img {
	transform: scaleX(-1);
}


.blockexpertises {
	margin-top: -75px;
	padding: 0 !important;
	position: relative;
}

.blockexpertises .fl-row-content-wrap:after {
	content: "";
	background: url(/wp-content/uploads/2025/08/vague-fond.svg);
	width: 575px;
	height: 300px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -30%;
	right: -11%;
	z-index: 2;
}


.blockexpertises:before {
	width: 100%;
	height: 100px;
	content: "";
	background: #060c30;
	clip-path: ellipse(55% 50% at 47% 50%);
	position: absolute;
	top: -57px;
	z-index: 2;
}

.blockexpertises:after {
	width: 107%;
	height: 130px;
	content: "";
	background: #060c30;
	clip-path: ellipse(55% 50% at 47% 50%);
	position: absolute;
	bottom: -55px;
	z-index: 1;
}

.cadreimgreste:before {
	content: "";
	position: absolute;
	top: -100px;
	left: 0;
	background: #006cff;
	width: 169%;
	height: 29%;
}


.cadreimgreste {
	padding-left: 50px;
	border-radius: 22px;
	padding-bottom: 50px;
	color: #fff;
	padding-right: 30px;
	position: relative;
	font-size: 0.9em;
}

.cadreimgreste:after {
	content: "";
	position: absolute;
	top: 0;
	right: -90%;
	background: #006cff;
	width: 100%;
	height: 100%;
}

.cadreimgreste img {
	height: 130px;
	width: 250px;
	object-fit: cover;
	border-radius: 30px;
	margin-bottom: 20px;
}


.arrondie2 {
	z-index: 1;
}

.arrondie2:before {
	width: 100%;
	height: 63px;
	content: "";
	background: #060c30;
	clip-path: ellipse(55% 50% at 47% 50%);
	position: absolute;
	top: -30px;
}

.arrondie2:after {
	position: absolute;
	bottom: -82px;
	width: 100%;
	height: 90px;
	background: url(/wp-content/themes/wellness-d-f/img/vague.svg);
	background-size: cover;
	transform: scaleY(-1);
	z-index: -1;
}

.piscinekit {
	padding-top: 80px !important;
}


.blockimgflotkit {
	position: relative;
	min-height: 520px;
}

.imgflotkit1 {
	position: absolute;
	left: -65%;
	height: 340px;
	width: 500px;
	border-radius: 22px;
}

.imgflotkit2 {
	height: 340px;
	width: 320px;
	position: absolute;
	right: 10%;
}

.imgflotkit1 img,
.imgflotkit2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 22px;
}

.kitdroite .imgflotkit1 {
	position: absolute;
	right: -65%;
	height: 340px;
	width: 550px;
	border-radius: 22px;
	left: inherit;
}

.kitdroite .imgflotkit2 {
	height: 340px;
	width: 320px;
	position: absolute;
	left: 0%;
	right: inherit;
}

ul.infosPlus {
	padding: 0;
	list-style: none;
	margin: 25px 0;
	display: flex;
	gap: 20px;
}

.infosPlus2:nth-child(odd) {
	position: relative;
	top: -25px;
}

ul.infosPlus li,
.infosPlus2 .fl-module-content .fl-rich-text {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 25px;
	padding: 15px;
	font-size: 0.89em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	color: #46529B;
	transition: .3s ease-in-out;
}

.infosplus3 {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 25px;
	padding: 15px;
	font-size: 1em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	color: #46529B;
	transition: .3s ease-in-out;
}

.infosplus3 strong {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1.2em;
}

.infosplus3 img {
	filter: brightness(0) saturate(100%) invert(25%) sepia(59%) saturate(3925%) hue-rotate(209deg) brightness(103%) contrast(102%);
	margin-bottom: 0;
	width: 30px;
}


ul.infosPlus li:hover,
.infosPlus2:hover .fl-module-content .fl-rich-text {
	transform: rotate(-2deg);
	background: linear-gradient(144deg, rgb(0 108 255) 0%, rgb(170 211 255) 86%);
	color: #fff !important;
}

ul.infosPlus li:hover img,
.infosPlus2:hover .fl-module-content img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(48deg) brightness(107%) contrast(102%);
}

ul.infosPlus li:hover strong,
.infosPlus2:hover .fl-module-content strong {
	color: #fff !important;
}

ul.infosPlus li br {
	display: none;
}

ul.infosPlus li strong,
.infosPlus3 strong {
	display: flex;
	gap: 10px;
	font-size: 1.3em;
	color: #000E65;
	align-items: center;
}

.infosplus3 .fl-rich-text strong {
	font-weight: bold;
	height: 45px;
}

.infosplus3 br {
	display: none;
}

.infosPlus2 .fl-module-content strong {
	display: flex;
	gap: 10px;
	font-size: 1.4em;
	color: #000E65;
	align-items: flex-end;
}


.cta,
.beforevague {
	position: relative;
}

.beforevague:before,
.cadreintern:before {
	content: "";
	background: url(/wp-content/uploads/2025/08/vague-bis.svg);
	width: 200px;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -50px;
	top: -90px;
}


.cta .fl-node-content {
	z-index: 2;
	position: relative;
}

.cta .fl-node-content p {}

.cta:before {
	content: "";
	background: transparent linear-gradient(180deg, #000e653d 30%, #000e65 100%);
	mix-blend-mode: multiply;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}


.fondbleu {
	background: #006CFF;
	position: relative;
}

.fondbleuclair {
	background: #F0F7FC;
	position: relative;
}

.fondbleufonce {
	background: #060C30;
	position: relative;
}

.hrspecial hr {
	background: url(/wp-content/uploads/2025/08/vague-titres.svg);
	width: 64px;
	height: 29px;
	margin-left: 0;
	border: none;
	background-size: cover;
	margin-bottom: 9px;
	margin-top: 0px;
}

.minititre {
	font-weight: 200 !important;
	text-transform: uppercase;
	font-size: 0.8em;
	display: block;
	margin-bottom: 15px;
	letter-spacing: 3px;
}

.titrebase h1 {
	font-size: 2em;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 1.3em;
	font-weight: 400;
	position: relative;
}

.titrebase h2 {
	font-size: 2em;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 1.3em;
	font-weight: 400;
	position: relative;
}

.titrebase h3 {
	font-size: 2em;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 1.3em;
	font-weight: 400;
	position: relative;
}

.titrebase h4 {
	font-size: 2em;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 1.3em;
	font-weight: 400;
	position: relative;
}

.titrebase h5 {
	font-size: 2em;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 1.3em;
	font-weight: 400;
	position: relative;
}

.textblanc {
	color: #fff;
}

.CarouDecalage {
	overflow: hidden;
	margin-right: -30%;
}

.CarouDecalage .carou_rea {
	height: 355px;
}


ul.sous_realisations {
	list-style: none;
	padding: 0;
	margin: 0;
}


.flextendances {
	display: flex;
	gap: 10px;
}

.flextendances div {
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: 1px solid #FFF;
	border-radius: 50%;
}

.flextendances img {
	width: 15px;
	height: 11px;
	filter: brightness(0) saturate(100%) invert(98%) sepia(98%) saturate(7%) hue-rotate(168deg) brightness(102%) contrast(105%);
}

.flextendances div:hover {
	background: #fff;
}

.flextendances div:hover img {
	filter: none;
}

.prev-t img {
	transform: scaleX(-1);
}


.souscarou {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	margin-top: 10px;
}


a.nosreas {
	display: flex;
	align-items: center;
	gap: 15px;
	color: #fff;
	border-bottom: 1px solid;
}

a.nosreas img {
	width: 14px;
	height: auto;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.item {
	position: relative;
	margin: 15px 2% 15px 0px;
	padding: 0;
	height: 320px;
	border-radius: 23px;
	overflow: hidden;
}

.item:before {
	border-radius: 22px;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: transparent linear-gradient(180deg, #000E6500 0%, #001AE2 100%) 0% 0% no-repeat padding-box;
	mix-blend-mode: multiply;


}


.item:after {
	content: "";
	background: #e5e7ef99 url(/wp-content/uploads/2025/08/fleche-diag-1.svg);
	width: 35px;
	height: 35px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: 60% 39%;
	padding: 20px;
	background-size: 20px;
	border-radius: 50%;
	opacity: 1;
}


.categorie-titre {
	display: inline-flex;
	color: #fff;
	padding: 5px 7px;
	font-size: 11px;
	gap: 10px;
	align-items: center;
	margin-bottom: 10px;
	background: #006CFF;
	border-radius: 20px;
	margin-top: 10px;
}

.categorie-titre img {
	width: auto !important;
	height: 22px !important;
	background: #3582AE 0% 0% no-repeat padding-box;
	border-radius: 15px;
	padding: 3px;
}

.item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item .CadreActiviteImage {
	position: relative;
	height: 330px;
	cursor: pointer;
	border-radius: 0;
	overflow: hidden;
}

.item .cadrebtnActivite {
	padding: 10px 15px;
	position: absolute;
	bottom: 10px;
	z-index: 1;
	width: 90%;
	color: #fff;
	padding-left: 25px;
	height: 130px;
}

.item .cadrebtnActivite h3 {
	font-weight: 400;
	margin: 0;
	font-size: 1.3em;
}

.item a .CadreActiviteImage img,
.item .CadreActiviteImage img {
	transition: all 0.3s ease;
}

.item a:hover .CadreActiviteImage img,
.item .CadreActiviteImage:hover img {
	transform: scale(1.07);
}

.item:hover span.btn {
	background: transparent !important;
	color: #051429 !important;
	text-decoration: none;
	box-shadow: inset 400px 0 0 0 #fff;

}


/* FORM  */

.flex-form {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem 5%;
	z-index: 1;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	padding: 20px;
	box-shadow: 0px 13px 26px #00000029;
	border-radius: 20px;
}

span.wpcf7-spinner {
	position: absolute;
}

.flex-form .full {
	position: relative;
	width: 100%
}

.flex-form .half {
	position: relative;
	width: 47.5%
}

.flex-form label {
	display: block;
	margin-bottom: 7px;
	font-size: 1em;
	font-weight: 500;
}

.flex-form p {
	margin: 0
}

.flex-form select,
.flex-form input:not(:is([type="button"], [type="submit"], [type="radio"], [type="checkbox"], [type="file"])) {
	height: 3rem;
}

.flex-form :is(input, textarea, select):not(:is([type="submit"], [type="button"])) {
	color: #818181;
	background: transparent;
	font-style: initial;
	font-family: sans-serif;
}

.flex-form select,
.flex-form textarea,
.flex-form input:not(:is([type="button"], .flex-form [type="submit"], .flex-form [type="radio"], .flex-form [type="checkbox"], .flex-form[type="file"])) {
	width: 100%;
	font-size: 14px;
	line-height: 1;
	outline: none;
	font-weight: 100;
	box-sizing: border-box;
	padding: .7375rem 0px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	background: transparent;
	padding-left: 15px;
	padding-right: 15px;
}

.flex-form .wpcf7-acceptance span.wpcf7-list-item-label {
	font-weight: 100;
	line-height: 1.3em;
}

.full h3,
.full h4 {
	font-size: 1.4em;
	font-style: normal;
	margin-bottom: 10px;
	font-weight: 600;
	margin-top: 0;
	color: #001ae2;
}

.full em {
	font-style: normal;
}

.wpcf7-acceptance input {
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid #00000040;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact
}

input#acceptance,
#condition2 input,
input[name="acceptance-284"] {
	font-size: 20px;
	border-radius: 5px;
	min-width: 20px;
	border: 1px solid #c3c4c7;
	background: #fff;
}

input#acceptance:checked[type=checkbox],
#condition2 input:checked[type=checkbox],
input:checked[name="acceptance-284"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%237F1416' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

input#acceptance:checked,
input#acceptance:focus,
#condition2 input:focus,
input[name="acceptance-284"]:focus {
	background-color: #f0ece2;
	border-color: #fff;
	border-color: #fcfbfa;
	outline: 0;
	box-shadow: 0 0 0 .11rem #090000
}

.wpcf7-acceptance span.wpcf7-list-item {
	margin: 0
}

.wpcf7-acceptance span.wpcf7-list-item-label {
	text-transform: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background: transparent;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 400;
}

.wpcf7-acceptance label {
	font-size: 12px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	align-content: center;
	line-height: 1em;
}

/* FOO§TER  */

.SpeFoot {
    position: relative;
}

footer.footerbg {
    background: #060c30;
    position: relative;
    z-index: 1;
}

footer.footerbg > * {
    position: relative;
    z-index: 8;
}

footer.footerbg::before {
    content: "";
    position: absolute;
    inset: -200px;
    background: url(/wp-content/themes/wellness-d-f/img/footer.svg);
    top: -142px;
    width: 120%;
    height: 152px;
    z-index: 8;
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(0deg);
}

.footerbg strong {
	font-size: 19px !important;
	font-weight: 500;
	margin-bottom: 25px;
	display: block;
}

footer.footerbg p {
	margin: 10px 0;
	position: relative;
}

.main-footer {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas: "logo nav reservation credits";
	color: #fff;
	padding: 0;
	gap: 0px 50px;
	max-width: 1280px;
	margin: auto;
	align-items: start;
}

.main-footer ul {
	list-style: none;
	padding: 0
}

.main-footer ul li {
	margin-bottom: 10px;
}

.footerbg a {
	font-weight: 200;
	color: rgb(255 255 255 / 74%);
}

.footer-logo {
	grid-area: logo;
	line-height: 1.2em;
	padding: 20px 0;
	font-size: 0.9em;
}

.footer-nav {
	grid-area: nav;
	padding-left: 30px;
	border-left: 1px solid #3b405b;
	padding: 20px 0px 20px 30px;
}

.footer-reservation {
	grid-area: reservation;
	border-right: 1px solid #3d425e;
	height: 100%;
	padding: 20px 0;
}

.footerbg a strong {
	color: inherit;
}

.footer-credits {
	grid-area: credits;
	padding: 20px 0;
}

.footer-credits .container {
	display: flex;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}

.main-footer span strong {
	font-size: 1.2em;
}

ul.pied_page {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}

ul.pied_page a {
	color: #fff;
}


.gridLogoReseaux {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 30px 30px;
	max-width: 1280px;
	margin: auto;
	justify-items: stretch;
}

.logoBas {
	margin-right: auto;
}

.logoBas img {
	height: 60px;
	width: auto;
	object-fit: cover;
}

.reseaux {
	margin-left: auto;
	align-items: center;
	display: flex;
	gap: 30px;
}

.reseaux label {
	font-weight: 600;
	font-size: 1.2em;
}


.reseaux ul {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 5px;
}


.blockgridterm {
	padding-bottom: 120px !important;
}

main.site-main {
	padding-bottom: 90px !important;
	margin-top: 25px;
}


main.site-main.blockexpertises:after {
	bottom: -40px;
}


.grid-term {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	flex-direction: row;
	grid-auto-flow: normal;
	align-items: center;
	row-gap: 50px;
	column-gap: 50px;
}


.grid-term .fl-html {
	position: relative;
}

.tis-grid {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px 10px;
	max-width: 1280px;
	margin: auto;
	position: relative;
	z-index: 2;
}

.tis-item::after {
	padding: 3px;
}

.tis-loader {
	text-align: center;
	padding: 24px;
	z-index: 2;
	max-width: 200px;
	margin: auto;
	background: #001ae2;
	outline-offset: -4px;
	outline: 1px solid #cae8ff;
	box-shadow: inset 0px 0 0 0 #006cff;
	color: #fff;
	font-weight: 900;
	border-radius: 35px;
	opacity: 0.6;
}


main.site-main-post {
	position: relative;
}

.infinite-scroll-posts-grid {
	display: grid;
	gap: 30px 20px;
	grid-template-columns: repeat(6, 1fr);
	overflow: hidden;
	padding-bottom: 40px;
}

.infinite-scroll-posts-grid a:hover {
	text-decoration: none !important;
}

.infinite-scroll-posts-grid>* {
	grid-column: span 2;
}

.infinite-scroll-posts-grid>*:nth-child(8n+1),
.infinite-scroll-posts-grid>*:nth-child(8n+2) {
	grid-column: span 3;
}

.infinite-scroll-posts-grid article {
	position: relative;
	background: #ffffff;
	box-shadow: 4px 6px 11px #00000029;
	border-radius: 25px;
	padding: 15px;
}

.infinite-scroll-posts-grid .thumb {
	height: 260px;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 20px;
	position: relative;
}

.thumb:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: transparent linear-gradient(180deg, #000E6500 44%, #001AE2 100%) 0% 0% no-repeat padding-box;
	mix-blend-mode: multiply;
}

.thumb:after {
	content: "";
	background: #e5e7ef99 url(/wp-content/uploads/2025/08/fleche-diag-1.svg);
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: 60% 39%;
	padding: 20px;
	background-size: 20px;
	border-radius: 50%;
	opacity: 1;
}

.infinite-scroll-posts-grid article .thumb img {
	width: 100%;
	transition: all 0.5s;
	height: 100%;
	object-fit: cover;
}


.infinite-scroll-posts-grid article:hover .thumb img {
	transform: scale(1.1);
}


.infinite-scroll-posts-grid article:hover .btn {
	background: transparent !important;
	color: #006CFF !important;
	text-decoration: none;
	box-shadow: inset 400px 0 0 0 #CAE8FF;
}

.infinite-scroll-posts-grid article:hover .flecheico:after {
	filter: brightness(0) saturate(100%) invert(37%) sepia(71%) saturate(7496%) hue-rotate(211deg) brightness(109%) contrast(103%);
}


.infinite-scroll-posts-grid article .content-wrapper {
	padding: 0 10px;
}


.containerPost {
	max-width: 850px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.BoxPost {
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 15px 60px #00000029;
	border-radius: 25px;
	padding: 30px;
	margin-bottom: 25px;
	margin-top: 3px;
}

.BosPostImg {
	height: 430px;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 20px;
	position: relative;
}

.BosPostImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.BosPostImg:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: transparent linear-gradient(180deg, #000E6500 44%, #001AE2 100%) 0% 0% no-repeat padding-box;
	mix-blend-mode: multiply;
}

.retour {
	margin-bottom: 20px;
	display: block;
	font-weight: bold;
}

.FlexPostSingle time {
	display: flex;
	align-items: center;
	color: #000;
}

.FlexPostSingle time img {
	width: 35px;
	height: auto;
	object-fit: cover;
}

.lePartage {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #CAE8FF;
	padding: 0 15px;
	border-radius: 25px;
	flex-basis: 100%;
	width: 100%;
}

span.titreinfos {
	display: block;
	font-size: 1.4em !important;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style {
	display: inline-block;
	padding: 10px 0;
}


.GridRea {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: 1.3fr 0.7fr;
	gap: 20px 20px;
}


.BoxRea {
	position: relative;
	max-width: none;
	width: 100%;
	overflow: hidden;
	padding: 20px;
}


.sticky {
	top: 120px;
	position: sticky;
	left: 0;
}

.single-realisations main.Flix {
	overflow: visible;
}

.slider-for {
	margin-bottom: 10px;
	min-height: 250px;
	border-radius: 15px;
	overflow: hidden;
}

.imgsliderSingle {
	overflow: hidden;
	height: 370px !important;
}

.imgsliderSingle img {

	object-fit: cover;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: inherit;
	padding: 0;
	border-radius: 5px;

}


.slider-nav .slick-slide {
	height: 110px;
	overflow: hidden;
	margin: 6px;
	margin-left: 0;
}


.slider-nav img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	object-fit: cover;
	border-radius: 5px;
	transition: transform 0.3s;
}

.content-image-left {
	float: left;
	margin: 20px 20px 20px 0px;
	max-width: 350px;
}

.content-image-right {
	float: right;
	margin: 20px 20px 20px 20px;
	max-width: 350px;
}

.content-image-center {
	text-align: center;
	margin: 30px 0;
	clear: both;
}

.content-images-double {
	display: flex;
	gap: 15px;
	margin: 30px 0;
	justify-content: center;
	flex-wrap: wrap;
	clear: both;
}

.content-images-double>div {
	flex: 1;
	min-width: 250px;
}

.content-gallery-img {
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 330px;
	object-fit: cover;
}

.content-gallery-img.single-left,
.content-gallery-img.single-right {
	width: 340px;
	height: 260px;
}

.content-gallery-img.single-center {
	width: 100%;
	height: auto;
	max-height: 400px;
}

@media (max-width: 768px) {

	.content-image-left,
	.content-image-right {
		float: none !important;
		margin: 20px auto !important;
		text-align: center;
		max-width: 100%;
	}

	.content-images-double {
		flex-direction: column;
	}
}


section.bigimg {
	position: relative;
}

.cadrebig {
	height: 530px;
	overflow: hidden;
}


.cadrebig img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.bigimg:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: transparent linear-gradient(180deg, #000E6500 45%, #001AE2 100%) 0% 0% no-repeat padding-box;
	mix-blend-mode: multiply;
}

.bigimg:after {
	height: 175px;
	bottom: -30px;
	content: "";
	background: url(/wp-content/themes/wellness-d-f/img/vague-sous-slider.svg);
	width: 100%;
	position: absolute;
	z-index: 1;
	background-size: cover;
}



.content-image-left,
.content-image-center,
.content-images-double > div {
  position: relative;
}

/* Les images ne dépassent jamais en largeur et ne changent pas le flux */
.content-gallery-img {
  display: block;
  max-width: 100%;
  will-change: transform;
  transform: translate3d(0,0,0);
}