@import url('https://use.typekit.net/xbk6ahm.css');

* {
	box-sizing: border-box
}

.single main.Flix {
	position: relative;
	overflow: visible !important;
}

strong {
	font-weight: 700;
}

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

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

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

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

body {
	font-family: "poppins", sans-serif;
	font-display: swap;
	color: #1D1D1B;
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 15px;
	background: #FAF9F7;
}

.openMenuMobile {
	display: none
}

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

.Flix {
	overflow: hidden
}

a {
    color: #5a564a;
    text-decoration: underline;
}

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

a.englobe {
    display: block;
}

.btn {
	padding: 5px 25px;
	position: relative;
	text-decoration: none;
	z-index: 0;
	display: inline-flex;
	gap: 10px;
	transition: cubic-bezier(0.4, 0, 1, 1) 0.2s;
	font-weight: 300;
	background: rgb(165 158 137 / 50%);
	border-radius: 23px;
	margin: 5px 0;
	align-items: center;
}

.btn:hover {
	background: #A59E89 !important;
	color: #000 !important;
	text-decoration: none;
}

.btn.flecheico {
	padding-right: 60px;
}

.btn.flecheico:after {
	background: url(/wp-content/uploads/2025/09/fleche-btn.svg);
	content: "";
	width: 19px;
	height: 14px;
	margin-top: 0px;
	background-size: contain !important;
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
}

select.gt_selector {
    border: 1px solid #A59E89;
    border-radius: 23px;
    width: 70px;
    padding: 5px 12px;
    text-transform: uppercase;
    color: #A59E89;
    height: 35px;
}

.wp-txt-center,
.text-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,
.textblanc,
.text-blanc,
.texte-blanc {
	color: #E5E1D5;
}

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


/* NEW DISPO */

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

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

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

.content-images-double {
	display: flex;
	gap: 15px;
	margin: 20px 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;
	}
}


/* HEADER  */

.logo {
	position: relative;
}

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

.navbar {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    color: #051429;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 20;
    justify-items: center;
    gap: 20px;
    transition: cubic-bezier(0.4, 0, 1, 1) 0.2s;
    height: 75px;
    padding: 0px 50px 0 50px;
    left: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 15px #00000029;
}

.flex-entete-g {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 10px;
    align-items: center;
	 margin-right: auto;
}

.flex-entete-g .reseaux_sociaux {
    filter: brightness(0) saturate(100%) invert(69%) sepia(11%) saturate(487%) hue-rotate(7deg) brightness(91%) contrast(82%);
}

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

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

.flex-entete-d img {
	height: 20px;
}

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

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

a.btn.ouverturemenu {
    background: #000;
    color: #fff;
}


.MenuBox {
	display: none;
}

.espace-menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background: url(/wp-content/uploads/2025/12/cuisine-modele-orlando-7.webp);
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(100%);
    z-index: 0;
    opacity: 0;
    transition: all 600ms cubic-bezier(.9, 0, .33, 1);
    padding: 40px;
}

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

.espace-menu.open:before {
    content: "";
    background: rgb(255 255 255 / 15%);
    height: 75px;
    position: absolute;
    top: 0;
    width: 100%;
    box-shadow: 0px 8px 15px #00000029;
    z-index: 1;
    border-bottom: 1px solid #A59E89;
}

.espace-menu.open:after {
    content: "";
    background: #1D1D1B 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}


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

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

ul#menu-entete {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 80px;
    position: relative;
    z-index: 1;
    max-width: 1280px;
    width: 100%;
}

ul#menu-entete:after {
    content: "";
    background: url(/wp-content/uploads/2025/12/FORME-LOGO-GRAND-BEIGE.svg);
    position: absolute;
    bottom: 0;
    width: 420px;
    height: 420px;
    background-size: cover;
    top: -100%;
    right: -35%;
    z-index: 1;
}

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.4em;
    font-weight: 300;
    position: relative;
    color: #E5E1D5;
}

ul#menu-entete li a:hover {
	color: #A59E89;
}

.grostitre > a {
    font-size: 2.5em !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
    display: block;
}

.cacher > a {
    display: none;
}

#menu-entete ul.sub-menu {
    padding: 0;
    margin: 0;
}


.bouton a {
    padding: 5px 25px;
    z-index: 0;
    display: inline-flex;
    gap: 10px;
    border-radius: 10px;
    align-items: center;
    background: #E5E1D5 0% 0% no-repeat padding-box;
    color: #1D1D1B !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}


.navbar:has(.espace-menu.open) .flex-entete-d .telephone,
.navbar:has(.espace-menu.open) .flex-entete-d .boutique  {
  display: none;
}

.navbar:has(.espace-menu.open) .logo img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(0%) hue-rotate(173deg) brightness(104%) contrast(102%);
}


/* SLIDER  */

#home_slider {
	position: relative;
	padding: 0;
	  height: 90vh;
	margin: 0;
}

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

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

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

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

.fleches {
    height: 45px;
    width: 94px;
    z-index: 2;
    display: flex;
    gap: 3px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-50%, -50%);
}

.flechPrev, .flechNext {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 38px;
    opacity: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: #f6f1ea73;
    backdrop-filter: blur(7px);
}

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

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

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

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

.ItemSliderHome .btn img {
	height: 20px;
	width: auto;
	position: relative;
	top: initial;
	right: initial;
	transform: none;
}

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

.cadreintern {
    z-index: 2;
    position: absolute;
    top: 60%;
    left: 25%;
    transform: translate(-50%, -50%);
    color: #fff;
    max-width: 580px;
}

.cadreintern img {
    height: 45px;
    width: auto;
    position: relative;
    top: initial;
    transform: none;
    margin-bottom: 10px;
}


/* BAN INTERNE  */

div#banniereIntern {
    height: 47vh;
    position: relative;
    padding: 0;
    overflow: hidden;
    margin: 0;
    border-radius: 0 0 40px 40px;
}

#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, #A59E8900 0%, #1D1D1B 100%) 0% 0% no-repeat padding-box;
}

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

#banniereIntern .cntTitle {
    max-width: 630px;
    position: absolute;
    bottom: 10%;
    left: 18%;
    z-index: 3;
    text-align: left;
    color: #E5E1D5;
}

#banniereIntern .cntTitle img {
    height: 45px;
    width: auto;
    position: relative;
    top: initial;
    transform: none;
    margin-bottom: 10px;
    display: block;
}

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

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


/* ARIANE */


.Filedariane {
	line-height: 1.3em;
	color: #fff;
	background: #96c824;
	text-align: center;
	margin: 0;
	border-radius: 0;
}

.Filedariane ul {
	display: inline-block;
	padding: 0;
	color: #fff;
	position: relative;
	z-index: 2;
}

.Filedariane li {
	display: inline-block;
}

.Filedariane li a {
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
}

.Filedariane li:after {
	content: "\2022";
	color: #fff;
	margin-left: 6px;
	margin-right: 6px;
}

.Filedariane li:last-child:after {
	display: none;
}


/* SPEC */

.blockcontact { 
    background: #000;
    padding: 20px 30px;
    border-radius: 25px;
    color: rgb(255 255 255 / 60%);
    font-size: 0.9em;
   color: #fff;
}

.blockcontact img {
    filter: brightness(0) saturate(100%) invert(95%) sepia(0%) saturate(1671%) hue-rotate(321deg) brightness(106%) contrast(106%);
    width: 40px;
    height: auto;
    margin: auto;
}

.blockcontact h4 {
    margin: 0;
    font-size: 2em;
    margin-bottom: 15px;
    margin-top: 5px;
    line-height: 1.1em;
    font-weight: 200;
    position: relative;
    text-transform: uppercase;
    color: #fff;
}

.blockcontact a {
    color: #fff;
    font-size: 1.5em;
}

.bordmap iframe {
    border-radius: 25px;
    overflow: hidden;
}


.iconesvgarteco, .rondafter, .rondagauche {
    position: relative;
}

.iconesvgarteco:before {
    content: "";
    background: url(/wp-content/uploads/2025/12/FORME-LOGO-GRAND-BEIGE.svg);
    position: absolute;
    bottom: 0;
    width: 420px;
    height: 420px;
    background-size: cover;
    top: 5%;
    left: -10%;
    z-index: 1;
}


.rondagauche:before {
    content: "";
    background: url(/wp-content/uploads/2025/12/FORME-CERCLE-GRAND-BEIGE.svg);
    position: absolute;
    bottom: 0;
    width: 210px;
    height: 210px;
    background-size: cover;
    top: 20%;
    left: -5%;
    z-index: 1;
}

.rondafter:after {
    content: "";
    background: url(/wp-content/uploads/2025/12/FORME-CERCLE-GRAND-BEIGE.svg);
    position: absolute;
    bottom: 0;
    width: 105px;
    height: 200px;
    top: -14%;
    right: 0%;
    z-index: 1;
    background-size: 200px;
}

.blockimg_introduction:before {
    content: "";
    background: url(/wp-content/uploads/2025/12/FORME-CERCLE-GRAND-BEIGE.svg);
    position: absolute;
    bottom: 0;
    width: 210px;
    height: 210px;
    background-size: cover;
    top: 80%;
    left: 27%;
    transform: translate(-50%, -50%);
}

.ctabas a.btn {
    color: #E5E1D5;
}

.fondcharbon {
	background: #1D1D1B;
	position: relative;
}

.fondsable {
	background: #E5E1D5;
	position: relative;
}

.fondclair { background:#FAF9F7; position: relative;  }


.bord40 {
	border-radius: 40px 40px 0px 0px;
}


.minititre,
.mini-titre {
	font-weight: 300 !important;
	text-transform: uppercase;
	font-size: 0.9em;
	display: block;
	margin-bottom: 8px;
	letter-spacing: 1.5px;
}

.titrebase :is(h1, h2, h3, h4, h5) {
    font-size: 2.2em;
    margin-bottom: 15px;
    margin-top: 5px;
    line-height: 1.1em;
    font-weight: 200;
    position: relative;
    text-transform: uppercase;
}

.titrebase :is(h1, h2, h3, h4, h5) strong {
	font-weight: 500 !important;
}

.grostitre :is(h1, h2, h3, h4, h5) {
    font-size: 2.8em;
    margin-bottom: 15px;
    margin-top: 5px;
    line-height: 1.1em;
    font-weight: 600;
    position: relative;
}

.grostitre :is(h1, h2, h3, h4, h5) strong {
    font-weight: 800 !important;
}

.CarouDecalage {
	overflow: hidden;
	margin-right: 0;
}

.CarouDecalage .carou_rea {
	height: 510px;
}

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

.item:nth-child(even) {
	top: 50px;
}

.infinite-scroll-container .item {
    margin-left: 0;
    margin-right: 0;
}

.infinite-scroll-posts-grid {
    gap: 1.5rem !important;
}


.CarouDecalage .slick-list,
.CarouDecalage .slick-track {
	height: 510px;
}

.item a:before {
	content: "";
	position: absolute;
	right: 15px;
	z-index: 1;
	top: 15px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	opacity: 1;
	backdrop-filter: blur(4px);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f6f1ea73 url(/wp-content/uploads/2025/12/FLECHE-HAUTDROIT-MOYEN-BLANC.svg);
	background-repeat: no-repeat;
	background-position: 52% 42%;
	background-size: 43%;
}

.item:before {
	content: "";
	mix-blend-mode: multiply;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: transparent linear-gradient(180deg, #A59E89DE 0%, #1D1D1B 100%) 0% 0% no-repeat padding-box;
	opacity: 0.5;
}

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

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

.item .cadrebtnActivite {
    padding: 10px 15px;
    position: absolute;
    bottom: 25px;
    z-index: 1;
    width: 90%;
    color: #fff;
    padding-left: 30px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.item .cadrebtnActivite h3 {
	font-size: 15px;
	margin: 0;
	line-height: 1.2em;
	color: #E5E1D5;
	font-weight: 200;
}

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

}

ul.sous_realisations {
	display: flex;
	gap: 25px;
	list-style: none;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}

.flextendances {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-bottom: 0;
}

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

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

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

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

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



/* VIDEO  */


.videoblock { }

.block2video {
    height: 540px;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

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

.block2video .flottant {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: url(/wp-content/uploads/2025/12/FORME-CERCLE-MOYEN-BEIGE.svg);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    line-height: 1em;
    z-index: 1;
}

.block2video:after {
    content: "";
    background: transparent linear-gradient(180deg, #A59E89DE 0%, #1D1D1B 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    left: 0;
}


.block2video .flottant a.boutonvideo {
    background: #f6f1ea73;
    backdrop-filter: blur(8px);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.secvideo:has(+ .secengagement) {
    padding-bottom: 260px !important;
}

.secvideo ~ .secengagement {
    margin-top: -370px;
}

/* ENGAGEMENT  */


.engagement {
	position: relative;
}


.fl-node-qv4ipe75ngzr>.fl-row-content-wrap:after {
	mix-blend-mode: multiply;
}

.engagement:nth-child(even) {
	top: 50px;
}

.engagement h3 {
	font-size: 1.3em;
	font-weight: 600;
	color: #E5E1D5;
}

.cerclepoint {
	background: url(/wp-content/uploads/2025/12/FORME-CERCLE-MOYEN-BEIGE.svg);
	width: 100px;
	height: 100px;
	background-size: cover;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cerclepoint img {
	width: auto;
	height: 54px;
}


/* SERVICE  */


.service {
	position: relative;
	border-radius: 40px;
	overflow: hidden;
	margin-bottom: 15px;
	height: 529px;
}

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

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

.service .icodiag:before {
	content: "";
	position: absolute;
	right: 15px;
	z-index: 1;
	top: 15px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	opacity: 1;
	backdrop-filter: blur(4px);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f6f1ea73 url(/wp-content/uploads/2025/12/FLECHE-HAUTDROIT-MOYEN-BLANC.svg);
	background-repeat: no-repeat;
	background-position: 52% 42%;
	background-size: 43%;
}

.double {
	height: 257px;
}

.service:after {
    content: "";
    background: transparent linear-gradient(180deg, #A59E89DE 0%, #1D1D1B 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    left: 0;
top:0;
}

.service img {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service .dessus {
	position: absolute;
	bottom: 40px;
	left: 35px;
       z-index: 1;
}

.service .dessus h3 {
	margin: 0;
	font-size: 2.2em;
	margin-bottom: 0;
	margin-top: 5px;
	line-height: 1.1em;
	font-weight: 500;
	position: relative;
}


/* BLOCK CTA ZARBIE */


.ctaimg1 {
	border-radius: 0px 40px 40px 0px;
	position: relative;
	margin-top: 60px;
	overflow: hidden;
	height: 600px;
	position:relative;
}


.ctaimg1:after {
    content: "";
    background: transparent linear-gradient(180deg, #A59E89DE 0%, #1D1D1B 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    left: 0;
}


.ctaimg1.ctmpetit {
    height: 520px;
}

.ctaimg1.bordcta {
	border-radius: 40px;
}

.ctaimg1 img {
	max-width: none;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.ctaimg1.reverse {
	border-radius: 40px 0px 0px 40px;
}

.ctaimg1 .dessuscta {
    position: absolute;
    top: 30px;
    max-width: 180px;
    text-align: right;
    right: 30px;
    line-height: 1.3em;
    z-index: 1;
}

.dessuscta h5 {
	margin: 0;
	font-size: 1.2em;
	font-weight: 500;
}

.dessuscta a {
	color: #E5E1D5;
}


/* FORM  */

.flex-form {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 10px;
	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;
}
input[type="checkbox"] {
    font-size: 20px;
    border-radius: 5px;
    min-width: 20px;
    border: 1px solid #c3c4c7;
    background: #fff;
}
.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: 400;
	line-height: 1.3em;
}

.full h3, .full h4 {
    font-size: 1.3em;
    font-style: normal;
    margin-bottom: 10px;
    margin-top: 0;
}

.full h3 strong , .full h4 strong { font-weight: 600; }

.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 {
    border: none;
    color: #000;
    font-size: 1em;
    padding: 5px 25px;
    position: relative;
    text-decoration: none;
    z-index: 0;
    display: inline-flex;
    gap: 10px;
    transition: cubic-bezier(0.4, 0, 1, 1) 0.2s;
    font-weight: 300;
    background: rgb(165 158 137 / 50%);
    border-radius: 23px;
    margin: 5px 0;
    align-items: center;
    height: 40px;
}


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

/* FOO§TER  */

footer.footerbg {
	background: #FAF9F7;
	position: relative;
	padding-top: 40px;
}

.bandeaufooter {
	background: #E5E1D5;
	padding: 20px;
	min-height: 100px;
	margin-bottom: 15px;
}

.footerbg strong,
.footerbg b {
	font-size: 1.2em;
	font-weight: 500;
}

footer.footerbg p {
	position: relative;
}

.footer-logo ul {
	list-style: none;
	margin: 0;
	display: flex;
	gap: 10px;
}

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

.main-footer .btn,
.main-footer .btn:hover {
	font-size: 14px;
	text-decoration: none;
}

.main-footer a:hover {
	text-decoration: underline;
}

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

.footer-logo {
	grid-area: logo;
	line-height: 1.2em;
}

.footer-logo ul li {
	display: flex;
	align-items: flex-end;
}

.footer-logo ul li a {
	font-size: 1.2em;
	font-weight: 600;
}

.footer-nav {
	grid-area: nav;
}

.footer-reservation {
	grid-area: reservation;
}

.footer-credits {
	grid-area: credits;
}

.footer-credits ul {
	margin: 0;
}

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

.footer-credits .gtranslate_wrapper {
	margin-top: 5px;
}


.container.flexbas {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.container.flexbas ul,
.reseauxsociaux ul,
.reseaux_sociaux {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 10px;
}

.reseauxsociaux {
	display: flex;
	justify-content: flex-end;
	gap: 15px;
	height: 60px;
	align-items: center;
}

.reseauxsociaux ul li a,
.reseaux_sociaux li a {
	width: 33px;
	height: 33px;
	border: 1px solid;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.reseauxsociaux ul li img,
.reseaux_sociaux li img {
	filter: brightness(0) saturate(100%) invert(3%) sepia(0%) saturate(31%) hue-rotate(179deg) brightness(93%) contrast(83%);
	height: 16px;
}