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

* {
	box-sizing: border-box
}


.grid-realisations, .grid-expressions {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    flex-direction: row;
    grid-auto-flow: normal;
    row-gap: 10px;
    column-gap: 20px;
}

.grid-realisations .item, .grid-expressions .item {
    margin: 0;
}


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

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

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

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

body {
	font-family: "raleway", sans-serif;
	font-display: swap;
	color: #0C2E3E;
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: 15px;
	background: #F2EEDF;
}

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

.Flix {
	overflow: hidden
}

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

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

.btn {
	padding: 10px 20px;
	position: relative;
	text-decoration: none;
	z-index: 0;
	display: inline-flex;
	gap: 10px;
	transition: cubic-bezier(0.4, 0, 1, 1) 0.2s;
	background: #239DD8;
	border-radius: 23px;
	margin: 5px 0;
	align-items: center;
	color: #fff;
}

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

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

.btn.flecheico:after {
	background: url(/wp-content/uploads/2026/01/fleche1.svg);
	content: "";
	width: 20px;
	height: 11px;
	margin-top: 0px;
	background-size: contain !important;
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
}

a.telephone.btn,
a.telephone.btn:hover {
	background: none !important;
	color: #fff !important;
}


a.prendre_rdv.btn,
a.prendre_rdv.btn:hover {
	border: 1px solid #C7E61C;
	background: none !important;
	color: #fff !important;
}

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

.margintop80 {
    margin-top: 60px;
}

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

.marginmoins {
	margin-top: -60px;
}

.texteblanc,
.textblanc,
.text-blanc,
.texte-blanc {
	color: #fff;
}

.ti-widget.ti-goog .ti-widget-container .ti-footer .ti-name,
.ti-rating-text .nowrap strong {
	color: #fff !important;
}

p {
	line-height: 1.4em;
	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: auto 1fr auto;
	align-items: center;
	color: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 20;
	gap: 20px;
	transition: cubic-bezier(0.4, 0, 1, 1) 0.2s;
	height: 75px;
	padding: 0px 50px 0 50px;
	left: 0;
	background: #10194A;
	box-shadow: 0px 10px 15px #0000001A;
}

.MenuBox {
	display: none;
}

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


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

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

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

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

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

ul#menu-entete li a {
	text-decoration: none;
	margin: 0 15px;
	transition: all 0.5s ease;
	font-size: 1em;
	font-weight: 500;
	position: relative;
	color: #fff;
    cursor: pointer;
}

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


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;
	background: #060c30;
	min-width: 190px;
	top: 30px;
	overflow: hidden;
	width: max-content;
	padding: 10px 15px;
	border-radius: 7px;
}

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

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

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

.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: 750px;
	margin: 0;
}

#home_slider .overflowhiddenSlider {
	height: 750px;
	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: 750px;
	background: #EFEFEF;
}

@keyframes zoomElegant {
    0% {
        transform: scale(1) translate(0, 0);
    }
    100% {
        transform: scale(1.1) translate(-2%, -2%);
    }
}

.ItemSliderHome img {
	position: absolute;
	right: 0;
	transform: translate(0, -50%);
	object-fit: cover;
	height: 100%;
	width: 100%;
 animation: zoomElegant 7s ease-in-out infinite alternate;
}

.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: 47%;
    left: 15%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 50px;
    padding-left: 13%;
    width: 750px;
    font-size: 1.2em;
}

.cadreintern.titrebase :is(h1, h2, h3, h4, h5) {
    font-size: 1.8em;
    margin-bottom: 15px;
    margin-top: 5px;
    line-height: 1.3em;
    font-weight: 400;
    position: relative;
}

.cadreintern a.btn.flecheico {
    font-size: 0.8em;
}

.cadreintern:before {
    content: "";
    background: #070a1e9c;
    border-radius: 0px 49px 49px 0px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cadreintern:after {
    content: "";
    background: url(/wp-content/uploads/2026/01/losanges.svg);
    width: 100px;
    height: 160px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -40px;
    bottom: -30px;
}

.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 */

.Conteneur {
	display: flex;
	flex-direction: column;
	white-space: nowrap;
	box-sizing: border-box;
	font-size: 2em;
	color: #0C2E3E;
	transform: matrix(1, -0.02, 0.02, 1, 0, 0);
	background: #C7E61C;
	position: relative;
	width: 100%;
	height: 61px;
	margin: 0px;
	z-index: 1;
	top: -30px;
}

.messagedefilant {
	margin: auto;
	display: inline-block;
	width: 100%;
}

.messagedefilant div {
	position: absolute;
	transform: translateY(-50%);
	min-width: 100%;
}

.messagedefilant div b {
	margin-left: 5px;
	margin-right: 5px;
}

.messagedefilant div span {
	left: 0;
}

.messagedefilant div span:first-child {
	animation: defilement 10s infinite linear;
}

.messagedefilant div span:last-child {
	position: absolute;
	animation: defilement2 10s infinite linear;
}

@keyframes defilement {
	0% {
		margin-left: 0;
	}

	100% {
		margin-left: -100%;
	}
}

@keyframes defilement2 {
	0% {
		margin-left: 100%;
	}

	100% {
		margin-left: 0%;
	}
}


.dec {
	margin-left: 25px;
}

.dec p {
	line-height: 1.4em;
}

.fonddegrade {
	background: transparent linear-gradient(90deg, #3694B7 0%, #10194A 100%) 0% 0% no-repeat padding-box;
	position: relative;
}

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

.fondbleu {
	background: #10194A;
	position: relative;
	overflow: hidden;
}

.fondvert {
	background: #C7E61C;
	position: relative;
}

.fondspe {
    background: #10194a !important;
}


.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.3em;
	font-weight: 400;
	position: relative;
}

.titrebase :is(h1, h2, h3, h4, h5) i {
    color: #C7E61C;
    background: transparent linear-gradient(90deg, #3694B7 0%, #10194A 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 0 3px;
    font-style: normal;
    font-size: 1.1em;
}

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

.titrebase :is(h1, h2, h3, h4, h5):after {
	content: "";
	background: url(/wp-content/uploads/2026/01/soulignement-vert.svg);
	position: relative;
	width: 155px;
	height: 13px;
	display: block;
	margin-left: -15px;
	margin-top: 15px;
}

.aftercenter :is(h1, h2, h3, h4, h5):after {
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.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: -30%;
}

.CarouDecalage .carou_rea {}

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

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

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

.CarouDecalage .slick-list,
.CarouDecalage .slick-track {}

.item a:before {
	content: url(/wp-content/uploads/2026/01/fleche-2.svg);
	width: 40px;
	height: 40px;
	display: flex;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid rgb(255 255 255 / 30%);
	background: transparent;
	position: absolute;
	right: 15px;
	z-index: 1;
	top: 15px;
	justify-content: space-around;
	transform: rotate(-40deg);
	align-items: center;
}

.item:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	opacity: 1;
	background: #0C2E3E7B;
}

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

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

.item .cadrebtnActivite {
	padding: 10px 15px;
	position: absolute;
	bottom: 20px;
	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.6em;
	color: #fff;
	font-weight: 500;
}

.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: flex-end;
	margin-bottom: 0;
}

.flextendances div {
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background: rgb(35 157 216 / 25%);
	border-radius: 29px;
}

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

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

/* SERVICES  */

.services-item {
	border-radius: 26px 26px 26px 0px;
	opacity: 1;
	overflow: hidden;
	height: 380px;
	background-color: rgb(255 255 255 / 19%);
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
}

.img-services {
	height: 175px;
	overflow: hidden;
	border-radius: 26px 26px 26px 0px;
}

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

.text-services {
	padding: 10px 20px;
	color: #fff;
	font-size: 14px;
	line-height: 1.2em;
}

.text-services h3 {
	margin: 10px 0;
	font-size: 1.3em;
	font-weight: 600;
}

.text-services .btn {
	display: flex;
	border: 1px solid #FFFFFF;
	border-radius: 29px;
	background: transparent;
	margin-top: 21px;
	bottom: 10px;
	position: absolute;
	width: 90%;
	left: 5%;
}

/* BLOCK EXPERIENCE */

.blockimgexperience {
	margin-bottom: 4%;
}

.block-expe {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 480px;
}

.block-expe img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 19px;
}

.img-exp1 {
	position: absolute;
	width: 315px;
	height: 365px;
}

.img-exp2 {
	position: absolute;
	width: 235px;
	height: 175px;
	bottom: 0;
	right: 0;
}

.img-camionette {
	position: absolute;
	bottom: 50px;
	width: 290px;
	height: 115px;
	margin-left: 65px;
}


/* BLOCK CONFIANCE */

.losangegauche:before {
	content: "";
	background: url(/wp-content/uploads/2026/01/losanges.svg);
	width: 114px;
	height: 247px;
	background-repeat: no-repeat;
	background-size: contain;
	transform: scaleX(-1);
	position: absolute;
	left: -33px;
	top: 15%;
}

.losangedroite:after {
	content: "";
	background: url(/wp-content/uploads/2026/01/losanges.svg);
	width: 114px;
	height: 247px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: -33px;
	bottom: 25%;
}

.blockconfiance {
	border: 1px solid rgb(255 255 255 / 20%);
	padding: 20px 40px 20px 20px;
	position: relative;
	min-height: 205px;
}

.blockconfiance img {
	width: 35px;
	height: 35px;
	object-fit: contain;
	max-width: none;
	margin-bottom: 10px;
}

.blockconfiance:nth-child(1) {
	border-bottom: none;
	border-right: none;
}

.blockconfiance:nth-child(1):before {
	content: "";
	border-left: 1px solid #3f476e;
	position: absolute;
	top: -115px;
	left: -1px;
	width: 1px;
	height: 115px;
}

.blockconfiance:nth-child(2):before {
	content: "";
	border-left: 1px solid #3f476e;
	position: absolute;
	top: -115px;
	left: -1px;
	width: 1px;
	height: 115px;
}

.blockconfiance:nth-child(2):after {
	content: "";
	border-left: 1px solid #3f476e;
	position: absolute;
	top: -115px;
	right: -1px;
	width: 1px;
	height: 115px;
}


.blockconfiance:nth-child(2) {
	border-bottom: none;
}

.blockconfiance:nth-child(3) {
	border-right: none;
}


/* PAGE CONTACT */


.blocklgecont { }

.blocklgecont ul {
    display: flex;
    gap: 15px;
    list-style: none;
    margin: auto;
    padding: 0;
}

.ico-con {
    background: #c7e61c;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

.ico-con img {
    max-width: initial;
    width: 35px;
    height: auto;
    object-fit: contain;
filter: brightness(0) saturate(100%) invert(12%) sepia(29%) saturate(3269%) hue-rotate(209deg) brightness(87%) contrast(103%);
}

.map iframe {
    overflow: hidden;
    border-radius: 15px;
}

.formimg {
    margin-left: -50px;
    padding: 6px;
}

.formimg .fl-module-content.fl-node-content {
    overflow: hidden;
    border-radius: 20px;
}

label.gros { font-weight: 600!important; }



/* PARRAINAGE */

.sectionminou {
	padding-bottom: 0 !important;
}

.imgparrainage {
	position: relative;
}

.minou {
	border-radius: 30px 30px 30px 0px;
	overflow: hidden;
}

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

.plus15 {
	width: 205px;
	height: 205px;
	background: #fff;
	position: absolute;
	right: -30px;
	z-index: 1;
	bottom: -60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4em;
	flex-direction: column;
	color: #4D4D4D;
	box-shadow: 0px 3px 46px #00000029;
}

.plus15 em {
	color: #C7E61C;
	font-style: normal;
	font-size: 5em;
	font-weight: bolder;
	margin-top: -25px;
}


.blockimageparrainage {}

.iconeul {
	padding: 0;
	margin: 20px 0;
	list-style: none;
}

.iconeul li {
	position: relative;
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
	font-weight: 800;
	font-size: 1.3em;
}

.iconeul li:before {
	content: "\2714";
	width: 26px;
	height: 26px;
	text-align: center;
	background: #c7e61c;
	font-weight: bold;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	font-size: 0.9em;
}


/* CTA */


.blockcta {}

.blockcta1 {
	height: 400px;
	padding-left: 25%;
	padding-right: 20%;
	background: url(/wp-content/uploads/2026/01/ctaimg1.jpg);
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
}

.blockcta1 .contenu {
	z-index: 1;
	position: relative;
	color: #fff;
}

.blockcta1 .contenu div {
	font-size: 1.2em;
	line-height: 1.3em;
}

.blockcta1 .contenu a.btn {
	margin-top: 20px;
}

.blockcta1:after {
	content: "";
	background: rgb(0 0 0 / 54%);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


.blockcta2 {
	height: 400px;
	padding-left: 15%;
	padding-right: 25%;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
}


.blockcta2 :is(h1, h2, h3, h4, h5):after {
	filter: brightness(0) saturate(100%) invert(44%) sepia(100%) saturate(404%) hue-rotate(154deg) brightness(100%) contrast(90%);
}

.blockcta2 .contenu {
	z-index: 1;
	position: relative;
}

.blockcta2 .contenu div {
	font-size: 1.2em;
	line-height: 1.3em;
}

.blockcta2 .contenu a.btn {
	margin-top: 20px;
}


.blockcta3 {
	height: 400px;
}

.blockcta3 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}

.blockcta3 ul li {
	height: 133.4px;
}

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


/* 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.6em;
    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(199 230 28);
    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: #10194A;
	position: relative;
	padding-top: 40px;
	color: #fff;
}

footer.footerbg h4 {
	letter-spacing: 0.85px;
	color: #C7E61C;
	text-transform: uppercase;
	font-weight: 400;
}

footer.footerbg p {
	position: relative;
}

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

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

..main-footer a {
	color: #fff;
}

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

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

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

.main-footer ul li a  { 	color: #fff; }

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

.footer-logo ul {
	list-style: none;
	margin: 0;
	display: flex;
	gap: 1px;
	flex-direction: column;
	justify-content: center;
}

.footer-logo ul li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.footer-logo ul li a {
	color: #fff;
}

.footer-logo ul li .iconul {
	width: 12px;
	height: auto;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2692%) hue-rotate(317deg) brightness(110%) contrast(103%);
	margin-top: 3px;
}

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

.flexbas {
	background: #C7E61C;
	padding: 10px 0;
}

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

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

.reseaux_sociaux img {
	width: 25px;
	height: auto;
}

.main-footer .footer-nav,
.main-footer .footer-reservation,
.main-footer .footer-credits {
	padding-top: 30px;
}