@import url("https://use.typekit.net/sab0ynw.css");






.VoirAppartement .Terrain { display:none!important; }
.VoirTerrain .Appartement { display:none!important; }

.EtreAppele {
    background: #A5D17E 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 25px #0000003B;
    border-radius: 0px 18px 0px 0px;
    position: fixed;
    z-index: 8;
    width: 212px;
    height: 50px;
    bottom: 0;
    padding: 10px 15px;
}

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

.EtreAppele a {
    display: flex;
    gap: 16px;
    color: #fff;
    font-size: 17px;
    align-items: flex-end;
}

.EtreAppele a b { font-weight:400;}

/* GLOBAL  */

.container {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}


* {
	box-sizing: border-box;
}

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


body main {
	overflow: hidden;
}

body.page-id-549 main,
body.page-id-699 main,
body.single-lotissement main,
body.single-programme main,
body.page-id-31 main {
	overflow: visible !important;
}

body {
	color: #222222;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "area-normal", sans-serif;
	background: #EEEEEF;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.container-form {
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}

.container-form h3 {
	font-size: 2em;
	color: #74B5C9;
	font-weight: 200;
	margin-bottom: 10px;
}

.container-full {
	margin: 0 auto;
	position: relative;
}

h1 {
	font-size: 2.9em;
	margin-top: 20px;
	font-weight: 500;
	margin-bottom: 35px;
}

a {
	color: #74B5C9;
	text-decoration: none;
}

ol ol {
	list-style-type: lower-alpha;
}

ol li {
	margin-top: 6px;
}

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

p {
	line-height: 1.5rem;
}

.btn {
	border: 1px solid rgb(116 181 201 / 50%);
	border-radius: 28px;
	padding: 20px 25px;
	display: flex;
	justify-content: space-between;
	gap: 15px;
	align-items: center;
	font-size: 1.1em;
	line-height: 1em;
	width: max-content;
}

.btn img {
	width: 35px;
	height: auto;
}

.btn.plus {
	max-width: max-content;
	font-size: 0.8em;
	font-weight: 600;
}

.btn.plus:after {
	content: "";
	background: url(/wp-content/uploads/2024/10/fleche-bleu-fonce.svg);
	background-repeat: no-repeat;
	width: 40px;
	height: 15px;
	background-size: contain;
}


div#dialog-content h3 {
	color: #74B5C9;
	font-size: 1.7em;
	line-height: 1.5em;
	font-weight: 500;
	margin-bottom: 0;
}


/* HEADER  */

header.stickyHead {
	height: 90px;
	box-shadow: 0px 10px 30px #0000003B;
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 20;
	transition: height 0.8s cubic-bezier(0.25, 1, 0.5, 1);
	top: 0;
}

header.stickyHead.OpenMenu {
	background: #032022;
	height: 100vh;
}

header.stickyHead.OpenMenu .wp-btn {
	background: transparent;
}

header.stickyHead.OpenMenu .wp-toggle>span:first-child {
	transform: rotate(-45deg);
	width: 35px;
	background: #fff;
	margin-left: 0;
}

header.stickyHead.OpenMenu .bx-right a {
	color: #fff;
}

header.stickyHead.OpenMenu .wp-toggle>span:last-child {
	transform: rotate(45deg);
	width: 35px;
	background: #fff;
	margin-top: -1px;
}

header.stickyHead.OpenMenu .wp-toggle>span:nth-child(even) {
	background: transparent;
}


header.stickyHead.OpenMenu .wp-toggle {
	row-gap: 0px;
}

header .row-bx {
	display: flex;
	justify-content: space-between;
}

.bx-left,
.bx-right {
	display: flex;
	gap: 0 20px;
	align-items: center;
	align-content: center;
}

.GridMenuHeader {
	display: none;
	padding-top: 60px;
}

.GridMenuHeader ul#menu-menu-entete {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr 1fr;
	grid-template-rows: 1fr;
	gap: 25px 40px;
	list-style: none;
}

.GridMenuHeader ul#menu-menu-entete ul.sub-menu {
	padding: 0;
	list-style: none;
	margin-top: 30px;
}

.GridMenuHeader ul#menu-menu-entete ul.sub-menu li {
	margin-bottom: 15px;
	margin-top: 15px;
}

.GridMenuHeader ul#menu-menu-entete ul.sub-menu li a {
	color: rgb(255 255 255 / 70%);
	font-size: inherit;
	padding: 3px 0;
	display: block;
	line-height: 1.3em;
}

.GridMenuHeader .titremenu a {
	color: #fff;
	font-size: 1.4em;
}

.GridMenuHeader .cacher a {
	display: none;
}

.GridMenuHeader .cacher .sub-menu a {
	display: block;
	font-size: 1.4em !important;
	color: #fff !important;
}

.GridMenuHeader .titremenu a:first-child {
	line-height: 25px;
}

.GridMenuHeader .cacher ul.sub-menu {
	margin-top: -20px !important;
}

header .logo {
	margin-left: 35px;
}

header .logo img.bleu,
header .GridMenuHeader {
	display: none;
}

header.stickyHead.OpenMenu .logo img.bleu,
header.stickyHead.OpenMenu .GridMenuHeader {
	display: block;
}

header.stickyHead.OpenMenu .logo img.blanc {
	display: none;
}

header .logo img {
	max-width: 198px;
}


header #ajaxsearchlite1 {
	background: #E3E3E3;
	padding: 15px;
	border-radius: 20px;
}

header a.btn {
	padding: 15px 30px;
	background: #74B5C9;
	color: #fff;
	min-width: 200px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	gap: 15px;
	height: 58px;
	font-size: 17px;
	justify-content: space-between;
	text-decoration: none;
}

header #ajaxsearchlite1 .probox,
div.asl_w .probox {
	margin: 0;
	height: 28px;
	background-color: transparent;
	border: none;
	border-radius: 0 0 0 0;
	box-shadow: 0 0 0 0 #b5b5b5 inset;
}


header #ajaxsearchlite1 .probox .proinput input,
header div.asl_w .probox .proinput input,
header .proinput input::placeholder {
	font-family: "area-normal", sans-serif !important;
	font-size: 14px !important;
	color: #042021 !important;
}

header button.promagnifier {
	box-shadow: none !important;
	border: none;
}

header a.btn img {
	max-width: 30px;
	height: auto;
}


header .wp-btn {
	height: 90px;
	width: 135px;
	background: #F2F2F2;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

header .wp-toggle {
	position: relative;
	z-index: 2;
	display: flex;
	row-gap: 8px;
	cursor: pointer;
	flex-direction: column;
	transition: all 400ms ease;
}

header .wp-toggle>span {
	position: relative;
	width: 2.3rem;
	height: 1px;
	line-height: 0;
	transition: all .3s;
	display: inline-block;
	background: #484848;
}

header .wp-toggle>span:nth-child(1) {
	width: 15px;
	margin-left: auto;
}

body:not(.hidden) .wp-toggle>span:nth-child(3) {
	width: 15px;
}

header a.btnvert {
	padding: 15px 30px;
	background: #84B956;
	color: #fff;
	min-width: 180px;
	border-radius: 20px;
	display: flex;
	gap: 15px;
	height: 58px;
	font-size: 17px;
	justify-content: space-between;
	text-decoration: none;
	align-items: center;
	align-content: center;
}

.btnvert img {
	width: 15px;
	height: auto;
}

.bx-right a img {
	height: 20px;
}

.bx-right a {
	display: flex;
	align-items: center;
	align-content: center;
	gap: 15px;
	color: #000;
	font-weight: 500;
	margin-right: 15px;
	font-size: 17px;
}


/* SLIDER + RECHERCHE  */

#blockhomepageslider {
	margin-bottom: 30px;
}

.itemBanniere {
	height: 750px;
	overflow: hidden;
}

.item-image {
	height: 750px;
	overflow: hidden;
	position: relative;
}

.item-image:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #222222;
	opacity: 0.3;
	display: block;
	top: 0;
}

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

.sliderhome .item {
	position: relative;
}

.fondInfo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 80%;
}

.fondInfo a {
	display: flex;
	align-content: center;
	align-items: flex-end;
	border-bottom: 1px solid rgb(255 255 255 / 40%);
	padding-bottom: 20px;
	gap: 40px;
	justify-content: flex-start;
}

.fondInfo a>* {
	position: relative;
	z-index: 1;
}

.fondInfo a:after {
	content: "";
	transition: height 0.4s cubic-bezier(0.25, 1, 0.5, 1);
	height: 0;
	position: absolute;
	width: 100%;
	bottom: -15px;
}

.fondInfo a:hover:after {
	content: "";
	position: absolute;
	background: #222222d9;
	width: 100%;
	height: 100%;
	z-index: 0;
	padding: 15px;
	left: -25px;
	bottom: 0px;
	border-radius: 30px;
}

.titre_commune em {
	font-style: normal;
	display: inline;
	font-weight: 600;
    background: #00000047;
    padding: 5px 10px;
    border-radius: 10px;
}

.titre_commune .titre {
	font-size: 3.4em;
	width: 90%;
	display: block;
	color: #fff;
	margin-top: 20px;
	max-width: 360px;
	line-height: 1.2em;
}

.fondInfo ul {
	padding: 0;
	display: flex;
	gap: 30px;
	color: #FFFFFF;
}

.fondInfo ul li {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 1.2em;
}

.fondInfo ul li::marker {
	font-size: 16px;
}

.fondInfo span.fleche {
	border: 1px solid rgb(255 255 255 / 40%);
}

.fondInfo a:hover span.fleche {
	border: 1px solid rgb(255 255 255 / 40%);
	background: #fff;
}

.fondInfo a:hover span.fleche img {
	filter: brightness(0) saturate(100%) invert(69%) sepia(62%) saturate(235%) hue-rotate(148deg) brightness(86%) contrast(90%);
}

#blockhomepageslider .GridRechercheImmo {
    margin: auto;
    background: #042021;
    width: 80%;
    border-radius: 40px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    grid-template-columns: 0.6fr 1.4fr;
    padding: 40px 25px;
}

#blockhomepageslider .GridRechercheImmo select {
    min-width: 210px;
    flex-basis: 30%;
    min-height: 50px!important;
}

#blockhomepageslider .Fourchette {
    flex-basis: 45%;
}

#blockhomepageslider button {
    background: #74B5C9 url(/wp-content/uploads/2024/10/loupe-blanche.svg);
    border-radius: 17px;
    color: #fff;
    border: none;
    text-align: left;
    padding: 15px 25px;
    font-weight: bold;
    font-size: 1.1em;
    background-repeat: no-repeat;
    background-position: 90% center;
    cursor: pointer;
    flex-basis: 45%;
}

#blockhomepageslider .fleches {
	width: 100px;
	position: relative;
	top: 15px;
}

.flechPrev,
.flechNext {
	width: 45px;
	height: 45px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	background: #FFFFFF;
	border-radius: 26px;
	cursor: pointer;
	transition: all .3s ease;
	display: block !important;
}

.flechPrev {
	left: 0px;
}

.flechNext {
	right: 0px;
}

.fleches img {
	position: absolute;
	top: 50%;
	z-index: 19;
	left: 50%;
	filter: brightness(0) saturate(100%) invert(15%) sepia(9%) saturate(7156%) hue-rotate(202deg) brightness(82%) contrast(111%);
	height: 15px;
	transform: translate(-50%, -50%);
}

.flechPrev img {
	transform: scaleX(-1) translate(50%, -50%) !important;
	margin-top: 0px;
}


/* ENTETE BANNIERE  */

#banniereIntern {
	height: 39vh;
	overflow: hidden;
	position: relative;
	margin-top: 40px;
}

#banniereIntern .banniereImg,
#banniereIntern .banniereImg .cntimg {
	height: 100%;
}

#banniereIntern .banniereImg .cntimg {
	position: relative;
}

#banniereIntern .banniereImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
}

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

#banniereIntern em {
	font-style: normal;
	color: #fff;
	display: block;
	margin-top: 20px;
	font-size: 1.6em;
	line-height: 1.5em;
}

#banniereIntern .cntTitle h1 {
	margin-bottom: 0;
	font-size: 3.5em;
	font-style: normal;
	margin-top: 12px;
	color: #ffffff;
	font-weight: 300;
	display: inline-block;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}
.single-post #banniereIntern .cntTitle h2 {
	margin-bottom: 0;
	font-size: 3.5em;
	font-style: normal;
	margin-top: 12px;
	color: #ffffff;
	font-weight: 300;
	display: inline-block;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}

#banniereIntern:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #222222;
	opacity: 0.22;
	top: 0;
	z-index: 1;
}


/* PAGE REALISATION  */

#block_listing_realisations_filtre h3 {
	font-size: 2.9em;
	margin-top: 20px;
	font-weight: 500;
	line-height: 1.1em;
	margin-bottom: 35px;
}

#block_listing_realisations_filtre .touslesprogrammes.margin20 {
	padding: 0px 50px;
}

.PageRealisations {
    padding: 15px 25px;
    margin-top: 105px;
}

.breadcrumbs {
	border-bottom: 2px solid #00000040;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 1.1em;
	color: rgb(34 34 34 / 45%);
	font-weight: 600;
	line-height: 1.4em;
}

.breadcrumbs .home {
	margin-left: 0;
}

.breadcrumbs a {
	color: rgb(34 34 34 / 45%);
	margin-right: 10px;
	margin-left: 10px;
}

.breadcrumbs span .current-item {
	color: #74B5C9;
	margin-left: 10px;
}


.GlSlider {
	height: 550px;
	overflow: hidden;
	display: block;
	margin: auto;
}

.GlSlider .slick-list .itemBox {
	position: relative;
	height: 550px;
	overflow: hidden;
	padding: 15px;
}

a.arrow.prev.slick-arrow {
	position: absolute;
	top: 50%;
	left: 17%;
	width: 50px;
	z-index: 9;
	height: 50px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 26px;
}

a.arrow.next.slick-arrow {
	position: absolute;
	top: 50%;
	right: 17%;
	width: 50px;
	z-index: 9;
	height: 50px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 26px;
}

a.arrow.next.slick-arrow:before {
	content: "";
	background: url(/wp-content/uploads/2024/10/petite-fleche-bleu-fonce.svg);
	width: 10px;
	height: 19px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

a.arrow.prev.slick-arrow:before {
	content: "";
	background: url(/wp-content/uploads/2024/10/petite-fleche-bleu-fonce.svg);
	width: 10px;
	height: 19px;
	position: absolute;
	top: 32%;
	left: 38%;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.GlSlider figure.itemBox.slick-slide {
	width: 430px !important;
}

.GlSlider figure.itemBox.slick-current.slick-active.slick-center {
	width: 980px !important;
}

.GlSlider .slick-list .itemBox img {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 32px;
	object-fit: cover;
}

.itemBox a.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}

section.infos.bg-bleu {
	padding: 15px 25px;
}

section.infos.bg-bleu .grid4 {
	background: #042021;
	display: grid;
	grid-template-columns: 1.6fr 0.8fr 0.8fr 0.8fr;
	grid-template-rows: 1fr;
	gap: 20px 20px;
	padding: 15px 50px;
	border-radius: 40px;
	min-height: 200px;
	align-items: center;
}

.grid4 .infoPlus {
	color: #FFFFFF;
}

.grid4 .infoPlus em {
	color: #74B5C9;
	font-style: normal;
	display: block;
	margin-bottom: 10px;
}

.grid4 .infoPlus span {
	display: block;
	margin-bottom: 15px;
	font-size: 1.3em;
}

.BlockPro.Promotion {
	background: #74B5C9;
	padding: 10px 15px;
	color: #fff;
	border-radius: 17px;
	display: inline-block;
}

.BlockPro.Lotissement {
	background: #84B956;
	padding: 10px 15px;
	color: #fff;
	border-radius: 17px;
	display: inline-block;
}


.BlockPro.Lotissement.plusdispo {
	background: #e00b3a;
}

.BlockPro.Lotissement.optionne {
	background: #e86f56;
}

.infoPlus h2 {
	font-size: 2.0em;
	margin-top: 20px;
	line-height: 1.2em;
	font-weight: 500;
	margin-bottom: 10px;
	padding-right: 15px;
}

.infoPlus .infolab {
	color: #74B5C9;
}

.infoPlus ul {
	display: flex;
	list-style: none;
	gap: 8px;
	margin-top: 0;
	padding: 0;
}

.infoPlus ul li img {
	width: 60px;
	height: auto;
}

section.equipeprojet {
	padding: 15px 25px;
}

section.equipeprojet .grid2 {
	background: #fff;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 40px 80px;
	padding: 15px 40px;
	border-radius: 40px;
	justify-items: center;
	align-items: center;
}

.ContenuEquipe h3 {
	font-size: 1.6em;
	margin-top: 20px;
	line-height: 1.2em;
	font-weight: 500;
	color: #74B5C9;
	margin-bottom: 15px;
}

.ContenuEquipe {
	line-height: 1.5em;
}

.ContenuImageEquipe {
	height: 590px;
	overflow: hidden;
	width: 100%;
	padding: 50px;
	border-radius: 32px;
}

.ContenuImageEquipe img {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 32px;
	object-fit: cover;
}

.autresprogrammes h3 {
	font-size: 2.9em;
	margin-top: 20px;
	font-weight: 500;
	line-height: 1.1em;
	margin-bottom: 35px;
}

.touslesprogrammes {
	display: flex;
	justify-content: flex-end;
	padding: 0px 15px;
	position: relative;
}

.touslesprogrammes .fleches {
	width: 105px;
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* BLOCK sectbien */

#Lotsdispoibles {
	padding: 15px 25px;
}

#Lotsdispoibles .fondBleu {
	background: #042021 0% 0% no-repeat padding-box;
	border-radius: 40px;
}


.sc-filter-list :is(.header, .container, .body-tab, .body > li) {
	position: relative;
	display: flex;
}

:is(.sc-filter-list) :is(.container, .body-tab) {
	row-gap: 1.5625rem;
	flex-direction: column;
}


.sc-filter-list .header,
.sc-filter-list .body>li {
	align-items: center;
}

.sc-filter-list .table {
	border-radius: 19px;
}

.sc15 .table .header {
	background: #74B5C9;
	border-radius: 19px;
	padding: 15px .0;
}

.sc15 .table .title {
	position: relative;
	color: white;
	text-align: center;
	padding: .5rem .5rem;
	text-transform: uppercase;
}

.sc15 .table .box1 {
	position: relative;
	z-index: 3;
}

.sc15 .table .box {
	position: relative;
	flex: 1;
	z-index: 3;
}

.sc15 .table ul.body {
	padding: 0;
}

.sc-filter-list .body>li {
	z-index: 1;
	width: 100%;
	text-align: center;
	transition: all 1s;
	padding: 30px 0;
	border-bottom: .065rem solid rgb(255 255 255 / 20%);
	color: #fff;
}


.sc15 .state.of-stock {
	background: #e00b3a;
	color: #042021;
	padding: 7px 25px;
	color: #fff;
	border-radius: 70px;
}

.sc15 .state:not(.of-stock) {
	background: #84B956;
	color: #042021;
	padding: 7px 25px;
	border-radius: 70px;
}

.sc-filter-list .state.optionne {
	background: #e86f56 !important;
	color: #042021;
	padding: 7px 25px;
	border-radius: 70px;
}

a.overlay {
	position: absolute;
	inset: 0;
	z-index: 3;
	outline: none;
}

.wp-txt-center {
	text-align: center;
}

.fondBleu .wp-txt-center h3 {
	font-size: 1.8em;
	color: #fff;
	font-weight: 400;
	margin: 0;
	line-height: 1.4em;
	margin-bottom: 25px;
}

.fondBleu ul.FilterArt li a {
	color: rgb(255 255 255 / 20%);
}


.fondBleu ul.FilterArt li:before {
	content: "•";
	font-size: 25px;
	margin-right: 20px;
	color: #fff;
}

a.arrow.next {
	border: 1px solid rgb(116 181 201 / 40%);
	border-radius: 26px;
	padding: 8px;
	display: flex;
	width: max-content;
	margin-left: auto;
	margin-right: 10px;
}

a.arrow.next img {
	width: auto;
	height: 15px;
}


.arrow-ev:after {
	content: "";
	transition: height 0.4s cubic-bezier(0.25, 1, 0.5, 1);
	height: 0;
	position: absolute;
	width: 100%;
	bottom: -15px;
}

.arrow-ev:hover:after {
	content: "";
	position: absolute;
	background: #20454b;
	width: 100%;
	height: 80%;
	z-index: 0;
	padding: 0;
	left: 0;
	bottom: 10%;
	border-radius: 30px;
}


/* autresprogrammes */


ul#autresProgrammeslisting {
	margin-bottom: 30px;
}

.autresprogrammes .BoxL {
	padding: 0;
	margin: 0 15px;
}

.product-infos {
	background: #84B956;
	padding: 10px 15px;
	color: #fff;
	border-radius: 17px;
	display: inline-block;
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.autresprogrammes .detailProg {
	padding: 20px;
	position: relative;
}

span.comdept {
	text-transform: uppercase;
	font-weight: 600;
}

.detailProg h4 {
	display: block;
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 15px 0px 7px 0px;
	font-weight: 600;
	color: #222222;
}

.detailProg .flexBox {
	display: flex;
	gap: 10px;
	justify-content: flex-start;
	width: 80%;
	align-items: center;
}

section.autresprogrammes {
	padding: 15px 25px;
}

.autresprogrammes .cadreImg {
	height: 250px;
}

.product-infos.termine {
	background: #e00b3a;
}

span.product-piece,
span.prixapartir {
	color: #717171;
}

span.prixapartir b {
	color: #74b5c9;
	font-size: 1.2em;
}

span.fleche {
	border: 1px solid rgb(116 181 201 / 40%);
	border-radius: 26px;
	padding: 8px;
	display: flex;
	width: max-content;
	margin-left: auto;
	margin-right: 10px;
	position: absolute;
	right: 15px;
	bottom: 20px;
}

span.rond {
	font-size: 24px;
	color: #717171;
}


/* RECHERCHE REA */


.rechercherea {
	background: #042021 0% 0% no-repeat padding-box;
	border-radius: 40px;
	min-height: 130px;
	position: relative;
	z-index: 1;
	max-width: 810px;
	margin: auto;
	margin-top: -60px;
	margin-bottom: 35px;
	padding: 40px;
}

.FiltreRea {
	padding: 0;
	display: flex;
	gap: 35px;
	margin: 20px 30px;
	align-items: center;
	justify-content: center;
	margin-top: 0;
}

.FiltreRea li {
	list-style: none;
}

.FiltreRea li a {
	font-size: 1.5em;
	color: rgb(255 255 255 / 23%);
	font-weight: 600;
	margin: 0 15px;
}

.FiltreRea li a.active {
	color: #74B5C9;
	border-bottom: 1px solid;
}

.FiltreRea li:first-child:before {
	display: none;
}

.FiltreRea li:before {
	content: "•";
	font-size: 25px;
	margin-right: 20px;
	color: #fff;
}

.continueFiltre {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 20px 20px;
}

.continueFiltre select {
	border: 1px solid rgb(255 255 255 / 24%);
	border-radius: 17px;
	background: #042021;
	color: #fff;
	padding: 15px 30px;
	font-size: 1.1em;
}


.continueFiltre button {
	background: #74B5C9 url(/wp-content/uploads/2024/10/loupe-blanche.svg);
	border-radius: 17px;
	color: #fff;
	border: none;
	text-align: left;
	padding: 15px 25px;
	font-weight: bold;
	font-size: 1.1em;
	background-repeat: no-repeat;
	background-position: 90% center;
	cursor: pointer;
}

section.listinrealisations {
	padding: 15px 25px;
}

.cadreblanc {
	background: #FFFFFF;
	border-radius: 35px;
	padding-top: 20px;
	padding-bottom: 25px;
}

.listingBox {
	border-top: 1px solid rgb(0 0 0 / 20%);
	margin: 30px 50px;
	padding: 30px 15px;
	padding-bottom: 0px;
}

.listingBox a {
	display: grid;
	grid-template-columns: 0.7fr 2fr 0.3fr;
	grid-template-rows: 1fr;
	gap: 30px 30px;
	align-items: center;
	position: relative;
}

.listingBox a:after {
	content: "";
	transition: height 0.4s cubic-bezier(0.25, 1, 0.5, 1);
	height: 0;
	position: absolute;
	width: 100%;
	bottom: -15px;
}

.listingBox a:hover:after {
	content: "";
	position: absolute;
	background: #EEEEEF;
	width: 100%;
	height: 100%;
	z-index: 0;
	padding: 15px;
	left: -15px;
	bottom: -15px;
	border-radius: 30px;
}

.BoxImg {
	overflow: hidden;
	height: 200px;
	position: relative;
	z-index: 1;
	border-radius: 32px;
}

.BoxImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 32px;
	transition: 0.3s ease all;
}

.listingBox a:hover .BoxImg img {
	transform: scale(1.1);
}

.BoxInfo {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
}

.BoxInfo .BlockPro {
	font-size: 0.8em;
	display: inline-block;
	max-width: max-content;
}

.BoxInfo h3 {
	font-size: 2.9em;
	margin-top: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #222222;
	position: relative;
	display: inline-block;
	width: max-content;
}

.listingBox .BoxInfo h3:before {
	content: "";
	width: 1px;
	height: 1px;
	position: absolute;
	background: #222222;
	bottom: -3px;
	transition: width .3s cubic-bezier(.7, 0, .2, 1);
}

.listingBox a:hover .BoxInfo h3:before {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	background: #222222;
	bottom: -3px;
}

.BoxInfo .DepVille {
	text-transform: uppercase;
	display: block;
	margin-bottom: 13px;
	font-weight: 600;
}

.BoxInfo .flex {
	display: flex;
	gap: 25px;
	padding: 0;
	margin-top: 20px;
	font-size: 1.1em;
	color: rgb(34 34 34 / 80%);
	align-items: center;
	align-content: center;
	font-weight: 600;
}

.BoxInfo .flex li {
	list-style: none;
}

.BoxInfo .flex li:first-child:before {
	display: none;
}

.BoxInfo .flex li:before {
	content: "•";
	font-size: 18px;
	margin-right: 20px;
	color: rgb(34 34 34 / 80%);
	line-height: 1px;
}

.BoxLien {
	margin-left: auto;
	position: relative;
	z-index: 1;
}

.BoxLien span {
	padding: 12px 20px;
	border: 1px solid #74B5C9;
	border-radius: 26px;
	display: flex;
	justify-content: flex-end;
}

.listingBox a:hover .BoxLien span {
	background: #74B5C9;
}

.BoxLien span img {
	width: 30px;
	height: 100%;
	object-fit: cover;
}

.listingBox a:hover .BoxLien span img {
	filter: brightness(0) saturate(100%) invert(99%) sepia(11%) saturate(627%) hue-rotate(156deg) brightness(117%) contrast(100%);
}

button.elm-button {
	background: transparent;
	border: none;
	color: #74B5C9;
	width: max-content;
	display: block;
	font-size: 1.2em;
	padding-bottom: 10px;
	margin: auto;
	border-bottom: 1px solid;
	cursor: pointer;
}

span.elm-button-text {
	position: relative;
	display: flex;
	gap: 10px;
}

span.elm-button-text:after {
	content: "";
	background: url(/wp-content/themes/lingenheld/img/svg/flechebas.svg);
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
	width: 15px;
	height: 14px;
	margin-top: 3px;
	margin-left: 35px;
}

.elm-loading-anim {
	display: none !important;
}

.elm-button:hover,
.elm-button:active,
.elm-button:focus {
	background: transparent !important;
}


/* BLOCK FORM  */

.Blanc {
	background: #fff;
}

.Gris {
	background: #EEEEEF;
}

.BleuVert {
	background: #042021;
}

.flex-form {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 5%;
	margin-top: 30px;
}

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

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

.flex-form .half em {
	font-size: 10px;
	font-style: normal;
}

.flex-form label {
	display: block;
	margin-bottom: 7px;
	color: #74B5C9;
	font-size: 1.2em;
	margin-top: 15px;
}

.flex-form p {
	margin: 0
}

textarea.wpcf7-form-control.wpcf7-textarea {
	height: 115px;
}

.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: #757575;
	background: #fff;
	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: 15px;
	line-height: 1;
	outline: none;
	box-sizing: border-box;
	border: 1px solid #74B5C9;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: #fff;
	padding: .7375rem 0rem;
	border-radius: 0;
}

.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: 1px solid #D5D5D5;
	border-radius: 5px;
	min-width: 20px;
	background: #F8F8F8;
}

label.acceptance {
	margin-top: 0;
}

label.acceptance label {
	color: #3B3C3B;
	line-height: 1.5em;
	margin-top: 0;
}

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='%2374B5C9' 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: #042021;
	border-color: #fcfbfa;
	outline: 0;
	box-shadow: 0 0 0 .11rem #042021;
}

.boutonenvoyer {
	display: inline-block;
	border-radius: 17px !important;
	color: #fff;
	padding: 15px 60px 15px 30px;
	position: relative;
	text-decoration: none;
	transition: all .3s ease;
	background: #74B5C9 url(/wp-content/themes/lingenheld/img/svg/plane.svg);
	background-repeat: no-repeat !important;
	background-position: 85% center !important;
	max-width: max-content;
	font-weight: 700;
	font-size: 1.1em;
	border: none;
	cursor: pointer;
	background-size: 22px;
}

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

.wpcf7-acceptance label {
	font: initial;
	font-size: 12px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	align-content: center;
	font-family: "montserrat", sans-serif;
	line-height: 1em
}


/* BLOCK IMG PARRALAX */

section.block_image_parralax {
	padding: 15px 25px;
}

.imgarralax {
	border-radius: 32px;
	overflow: hidden;
	height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
  
	/* background-position: 50% 0; */
	/* background-repeat: no-repeat; */
	/* -webkit-background-size: cover; */
	/* background-size: cover; */
	/* -moz-transform: translate3d(0, 0, 0); */
	/* -webkit-transform: translate3d(0, 0, 0); */
	/* transform: translate3d(0, 0, 0); */
}


/* BLOCK REVUE  */


ul.revue {
	list-style: none;
}

ul.revue li {
	margin-bottom: 6px;
}

ul.revue li a {
	display: flex;
	gap: 15px;
	align-items: center;
}

ul.revue li .iconeronde {
	width: 35px;
	background: #042021;
	border-radius: 50%;
	padding: 6px;
}

/* BLOCK FAQ */


.titrespecial h2 {
	font-size: 2.5em;
	font-weight: 200;
	margin-bottom: 20px;
}

.titrespecial h3 {
	font-size: 2em;
	font-weight: 200;
	margin-bottom: 20px;
}


.tabs {
	margin: 15px 0px;
}

.tabs input {
	display: none;
}

.BoxTabs {
	border-bottom: 1px solid rgb(116 181 201 / 50%);
}

.tabs label {
	display: flex;
	cursor: pointer;
	color: rgb(34 34 34 / 60%);
	transition: ease .5s;
	position: relative;
	z-index: 1;
	font-weight: 500;
	font-size: 1.5em;
	padding: 25px 0;
	align-content: center;
	justify-content: space-between;
}

.tabs input:checked+label {
	color: #74B5C9;
}

.tabs .content p {
	padding: 0;
	margin: 0;
}

.tabs .content {
	padding: 0;
	margin: 0;
	min-height: 0;
}

.tabs input+label+.content {
	transition: ease .2s;
	height: 0;
	opacity: 0;
	padding: 0;
}

.tabs input:checked+label+.content {
	min-height: 120px;
	padding: 5px 0;
	opacity: 1;
	height: auto;
}

.tabs label:after {
	content: '';
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32' width='32' height='32'%3e%3crect x='14' y='6' width='1' height='18' fill='%232229'/%3e%3crect x='6' y='14' width='18' height='1' fill='%232229'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 32px;
	width: 32px;
	height: 32px;
}

.tabs input:checked+label:after {
	content: '';
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32' width='32' height='32'%3e%3crect x='6' y='14' width='18' height='1' fill='%232229'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 32px;
	width: 32px;
	height: 32px;
}


/* BLOCK TRIPLE  */


section.block_triple_contenu {
	padding: 15px 25px;
}

.GridTC {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 40px 115px;
	margin: auto;
	padding: 0 6%;
	align-items: start;
}

.cadreContent {
	padding: 0 6%;
}

.cadreContent h3 {
	line-height: 1.3em;
	font-size: 1.8em;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #74b5c9;
}

.cadreContent h4 {
	font-weight: 400;
	margin: 0;
}


/* BLOCK DISPO TEXTE IMAGE   */


section.block_image_texte_disposition {
	padding: 15px 25px;
}

.gridDisp {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 40px 70px;
	align-items: center;
}

.Droite .imagedispo {
	padding-left: 0;
}

.Gauche .imagedispo {
	padding-right: 0;
}

.BleuVert .gridDisp {
	color: #fff;
}

.imagedispo {
	height: 390px;
	overflow: hidden;
	width: 100%;
	padding: 0 50px;
	border-radius: 32px;
}

.imagedispo img {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 32px;
	object-fit: cover;
}

.espacement.Droite .cadreContenu {
	order: 1;
}


/* BLOCK DB IMAGE + TEXTE  */


.block_db_image_texte {
	padding: 15px 25px;
}

section.block_db_image_texte h2 {
	font-size: 3em;
	margin-top: 20px;
	font-weight: 500;
	line-height: 1.3em;
	margin-bottom: 35px;
}

.block_db_image_texte h4 {
	border-top: 1px solid;
	padding-top: 35px;
}

.Grid3dbimg {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: 0.4fr 1fr 1.6fr;
	grid-template-rows: 1fr;
	gap: 40px 40px;
}

.Grid3dbimg.Droite {
	grid-auto-flow: dense;
	direction: rtl;
}

.Grid3dbimg.Droite .Textdb {
    padding-right: 0;
    padding-left: 30%;
    direction: ltr;
    unicode-bidi: plaintext;
    text-align: right;
}

.tDroite {
	text-align: right;
}

.tGauche {
	text-align: left;
}

a.btn.plus:hover {
	background: #74B5C9;
	color: #222222;
}

a.btn.plus {
	transition: all 0.5s ease;
}

.Droite a.btn.plus {
	flex-direction: row-reverse;
}

.imgdb {
	height: 480px;
	overflow: hidden;
	width: 100%;
	border-radius: 32px;
}

.imgdb img {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 32px;
	object-fit: cover;
}

.Textdb {
	font-size: 1.5em;
	line-height: 1.9rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-right: 30%;
}

.Textdb p {
	line-height: 1.9rem;
	margin: 0;
}


/* BLOCK VIDEO  */

.block_video_home {
	padding: 15px 25px;
}

.block_video_home h4 {
	padding-top: 15px;
}

.block_video_home h2 {
	font-size: 3em;
	margin-top: 20px;
	font-weight: 500;
	line-height: 1.3em;
	margin-bottom: 35px;
	position: absolute;
	z-index: 2;
}

.GridVideo {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: 0.5fr 1.5fr;
	grid-template-rows: 1fr;
	gap: 40px 40px;
}

.TheVideo {
	height: 600px;
	overflow: hidden;
	border-radius: 40px;
	position: relative;
}

a.video {
	position: relative;
	display: block;
	height: 600px;
	overflow: hidden;
}

a.video:before {
	content: url('data:image/svg+xml;charset=UTF-8,<svg width="55" height="65" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 3.73241C3 2.54878 4.30673 1.83146 5.30531 2.46692L12.0114 6.73441C12.9376 7.32384 12.9376 8.67597 12.0114 9.2654L5.30532 13.5329C4.30673 14.1684 3 13.451 3 12.2674V3.73241Z" fill="white"/></svg>');
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	display: flex;
	border: 1px solid #fff;
	align-content: center;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	line-height: 0em;
	z-index: 1;
}

.TheVideo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	opacity: 0.7;
}


/* PAGE PROGRAMME  */

.InfoDepComm {
	text-transform: uppercase;
}

a.brochure {
	display: flex;
	background: #74B5C9 0% 0% no-repeat padding-box;
	border: 1px solid #74B5C9;
	border-radius: 20px;
	color: #fff;
	gap: 10px;
	width: max-content;
	padding: 10px 15px;
	align-content: center;
	align-items: flex-end;
	font-weight: 600;
}

a.brochure:hover {
	background: transparent;
}

a.brochure img {
	width: 18px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(19%) saturate(1069%) hue-rotate(285deg) brightness(117%) contrast(107%);
	height: 18px;
}


.coteGauche {
	position: relative;
}

.steps {
	background: #FFFFFF;
	border-radius: 40px;
	padding-top: 10px;
}

.multi-step-bar {
	position: relative;
	display: flex;
	text-align: center;
	align-items: baseline;
	justify-content: center;
	gap: 0;
}

.multi-step-bar>li {
	position: relative;
	display: flex;
	row-gap: 1rem;
	flex-direction: column;
	padding-right: 20px;
	padding-left: 20px;
}

.multi-step-bar .active span {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	color: #042021 !important;
}

.multi-step-bar span img {
	height: 20px;
	width: auto;
	opacity: 0.5;
}

.multi-step-bar .active img {
	opacity: 1;
}


.multi-step-bar span {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	color: #D5E7ED;
}

.multi-step-bar>li.active {
	font-weight: 600;
}

.multi-step-bar>li,
:is(.multi-step-bar > li):is(:before, :after) {
	transition: all .5s;
}

.multi-step-bar>li:before {
	position: absolute;
	left: -115px;
	content: '';
	width: 100%;
	bottom: 15px;
	height: 1px;
	background: #eaf0f4;
}

.multi-step-bar>li:first-child:before {
	left: 50px;
}

.multi-step-bar>li.active:before {
	background: #74B5C9;
	z-index: 1 !important;
}

.multi-step-bar>li:not(.active):before {
	z-index: 10 !important;
	width: 125%;
	left: -100%;
}

.multi-step-bar>li::after {
	position: relative;
	content: "";
	z-index: 15;
	padding: .5rem;
	display: block;
	border-radius: 50%;
	width: fit-content;
	margin: 2px;
}

.multi-step-bar>li:not(.active ~ li):after,
.multi-step-bar>li.active:after {
	border-color: #74B5C9;
	background: #fff;
}

.multi-step-bar>li::after {
	background: #D5E7ED;
	border: 0.28rem solid #D5E7ED;
}

.texte_avant_premiere {
	font-size: 1.2em;
}

.texte_avant_premiere h3,
.texte_avant_premiere h2,
.texte_avant_premiere h1 {
	margin: 0;
	color: #74b5c9;
	font-size: 1.3em;
}

.texte_avant_premiere p {
	font-size: 1.0em;
	line-height: 1.4em;
	color: #042021;
}


section.info_avancement {
	padding: 15px 25px;
}

.gridAvancement {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 40px 40px;
	border-bottom: 1px solid rgb(0 0 0 / 30%);
	padding-bottom: 15px;
	align-items: center;
}

.coteGauche h3 {
	color: #74B5C9;
	margin: 20px 0 10px 0;
	font-size: 1.5em;
}

.cadreAncre {
	z-index: 10;
	display: flex;
	align-items: center;
	background: white;
	padding: 30px;
	gap: 35px;
	margin: 0 0 15px 0;
	justify-content: space-evenly;
	border-radius: 28px;
	font-size: 1.2em;
	list-style: none;
	position: sticky;
	top: 12%;
	width: max-content;
}

.cadreAncre a {
	color: #c8c8c8;
	padding-bottom: 10px;
}

.cadreAncre li:first-child:before {
	display: none;
}

.cadreAncre a.active {
	color: #74B5C9;
	border-bottom: 1px solid;
}

.cadreAncre li:before {
	content: "\2022";
	font-size: 25px;
	margin-right: 20px;
}

.ContenuPage {
	padding: 15px 15%;
}

.container_prog {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 40px 40px;
}


div#Description :is(h1, h2, h3) {
	color: #74B5C9;
	font-size: 1.6em;
}

div#Prestations {
	background: #042021 0% 0% no-repeat padding-box;
	border-radius: 40px;
	padding: 35px;
	color: #fff;
	margin-top: 25px;
}

#Prestations ul {
	padding-left: 15px;
	padding-right: 60px;
}

#Prestations ul li {
	padding: 7px 5px;
	border-bottom: 1px solid #0e2d30;
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: 1.4em;
}

#Prestations ul li::marker,
#Services ul li::marker {
	color: #74B5C9;
}


#Services {
	padding: 10px 10px 10px 35px;
}

#Services ul {
	padding-left: 15px;
	padding-right: 60px;
}

#Services ul li {
	padding: 7px 5px;
	border-bottom: 1px solid #74B5C9;
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: 1.4em;
}


#Localisation {
	padding: 0 35px;
}


.FormCoteDroit {
	padding-right: 50px;
}


.StickForm {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 40px;
	padding: 20px 40px;
	position: sticky;
	top: 0;
}

.StickForm .flex-form {
	margin-top: 5px;
}

.StickForm h3 {
	color: #74B5C9;
	font-size: 1.7em;
	line-height: 1.5em;
	font-weight: 200;
	margin-bottom: 0;
}

.StickForm h3 b {
	font-weight: 600;
}

div#map {
	height: 310px;
	position: relative;
	z-index: 1;
    border-radius: 15px;
}


.trouverGrid .leaflet-popup-content {
	padding: 10px;
	margin: 0;
}

.popupleaft {}

.popupleaft .cadreImg {
	border-radius: 20px;
	overflow: hidden;
	height: 130px;
	position: relative;
}


.popupleaft .image_Activite {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.popupleaft .post-category {
	position: absolute;
	top: 7px;
	z-index: 2;
	left: 6px;
	font-size: 12px;
	padding: 5px 10px;
}

.popupleaft h4 {
	display: block;
	font-size: 1.3em;
	line-height: 1em;
	margin: 6px 0;
	font-weight: 600;
	color: #222222;
}

.popupleaft .product-infos {
	font-size: 12px;
	padding: 5px 10px;
	right: 5px;
	bottom: 10px;
}

.popupleaft .detailProg {
	padding: 10px 5px;
	position: relative;
}

.popupleaft .comdept {
	color: #74B5C9;
}


.popupleaft .flexBox {}

.popupleaft .product-piece,
.popupleaft .prixapartir {
	font-size: 12px;
}


.popupleaft .rond {}

.popupleaft .prixapartir {}

.grid4agences {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 20px 20px;
}

.grid4agences h4 {
	font-size: 1em;
	min-height: 30px;
	margin-bottom: 5px;
}

.grid4agences .cadreImg {
	height: 170px !important;
}

div#lamap .leaflet-popup-content img {
	height: 130px;
	object-fit: cover;
	border-radius: 15px;
	margin-top: 10px;
}

.grid4agences span.btn {
	width: 100%;
	display: block;
	text-align: center;
	padding: 10px;
	margin-top: 15px;
}

.grid4agences .detailProg div {
	min-height: 40px;
	line-height: 1.3em;
	font-size: 13px;
}

div#lamap {
	height: 450px;
	overflow: hidden;
	margin: 30px 0;
	border-radius: 25px;
	position: relative;
	z-index: 0;
}

#lamap h3 {
	margin: 0;
}

#lamap p {
	margin: 0;
}

#lamap a.btn {
	width: 100%;
	text-align: center;
	display: block;
	padding: 10px;
	margin-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #74B5C9;
}


.leaflet-tile-pane {
	filter: brightness(1) saturate(1) hue-rotate(41deg);
	-webkit-filter: brightness(1) saturate(1) hue-rotate(41deg);
	-moz-filter: brightness(1) saturate(1) hue-rotate(41deg);
}

div#Description {
	height: 230px;
	overflow: hidden;
	color: #042021;
	position: relative;
}

div#Description.ouvrir {
	height: auto;
}

div#Description:after {
	content: "";
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 63px;
	display: block;
	background: rgb(238, 238, 239);
	background: linear-gradient(0deg, rgba(238, 238, 239, 1) 23%, rgba(238, 238, 239, 0.03405112044817926) 70%);
}

div#Description.ouvrir:after {
	display: none;
}

.coteGauche button.elm-button {
	margin-left: 0;
	margin-top: 15px;
}

.flexicones_presta {
	display: flex;
	gap: 7px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.tooltip {
	position: relative;
	max-width: 75px;
	height: auto;
}

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

.tooltip .tooltiptext {
	visibility: hidden;
	width: 150px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	margin-left: -75px;
	opacity: 0;
	transition: opacity 0.3s;
	font-size: 12px;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}


/* PAGE LOTISSEMENT  */


.single-lotissement .grid4 .infoPlus em,
.single-lotissement .infoPlus .infolab,
.single-lotissement .coteGauche h3,
.single-lotissement .texte_avant_premiere h3,
.single-lotissement .cadreAncre a.active,
.single-lotissement #Prestations ul li::marker,
.single-lotissement #Services ul li::marker {
	color: #84B956;
}

.single-lotissement a.brochure {
	background: #84B956;
	border: 1px solid #84B956;
}

.single-lotissement a.brochure:hover {
	background: transparent;
}

.single-lotissement div#Description :is(h1, h2, h3),
.single-lotissement button.elm-button,
.single-lotissement .StickForm h3,
.single-lotissement .flex-form label,
.single-lotissement ul.FilterArt li a.active,
.single-lotissement .comdept,
.single-lotissement .product-piece,
.single-lotissement .touslesprogrammes a.btn,
.single-lotissement .prixapartir b,
.single-lotissement .texte_avant_premiere h3,
.single-lotissement .texte_avant_premiere h2,
.single-lotissement .texte_avant_premiere h1 {
	color: #84B956;
}

.single-lotissement .flex-form select,
.single-lotissement .flex-form textarea,
.single-lotissement #Services ul li,
.single-lotissement .flex-form input:not(:is([type="button"], .flex-form [type="submit"], .flex-form [type="radio"], .flex-form [type="checkbox"], .flex-form[type="file"])) {
	border-bottom: 1px solid #84B956;
}

.single-lotissement .multi-step-bar .active img,
.single-lotissement span.elm-button-text:after,
.single-lotissement a.arrow.next img,
.single-lotissement span.fleche img,
.single-lotissement .touslesprogrammes a.btn img {
	filter: brightness(0) saturate(100%) invert(87%) sepia(4%) saturate(5253%) hue-rotate(40deg) brightness(82%) contrast(75%);
}

.single-lotissement .multi-step-bar>li:not(.active ~ li):after,
.single-lotissement .multi-step-bar>li.active:after,
.single-lotissement span.fleche,
.single-lotissement .touslesprogrammes a.btn {
	border-color: #84B956;
}

.single-lotissement .multi-step-bar>li.active:before,
.single-lotissement .sc15 .table .header {
	background: #84B956;
}

.single-lotissement .multi-step-bar>li::after {
	background: #b3d39a;
	border: 0.28rem solid #b3d39a;
}

.single-lotissement .multi-step-bar span {
	color: #b3d39a;
}

.single-lotissement .multi-step-bar span img {
	filter: brightness(0) saturate(100%) invert(94%) sepia(11%) saturate(941%) hue-rotate(37deg) brightness(88%) contrast(86%);
}

.single-lotissement .boutonenvoyer {
	background: #84B956 url(/wp-content/themes/lingenheld/img/svg/plane.svg);
	background-size: 22px;
}

.single-lotissement input#acceptance:checked[type=checkbox],
.single-lotissement #condition2 input:checked[type=checkbox],
.single-lotissement 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='%2384B956' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.single-lotissement a.arrow.next {
	border: 1px solid rgb(132 185 86 / 40%);
}

#Lotsdispoibles.single-lotissement h3 {
	font-size: 2.9em;
	margin-top: 20px;
	font-weight: 500;
	margin-bottom: 35px;
	color: #84B956;
}


/* BLOCK RECRUTEMENT  */


.recrutement .panel-group {
	margin-bottom: 15px;
	background: #d3d3d3;
	padding: 20px;
	color: #000;
	font-weight: bold;
	border-radius: 25px;
}

.panel-collapse {
	border-top: 1px solid #ccc;
}


.coteGauche.recrutement :is(h1, h2, h3) {
	color: #74B5C9;
	font-size: 1.6em;
}


.titleform {
	font-size: 1.3em;
	line-height: 1.2;
}

.recrutement .panel-group label {
	display: inline-block;
	margin-bottom: .5rem;
}

.recrutement .panel {
	background-color: #fff;
	margin-bottom: 0;
	border-radius: 4px;
	margin-top: 5px;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

h4.panel-title {
	margin: 0;
}

.panel-collapse .panel-body {
	padding: 15px;
	padding-bottom: 5px;
}

.panel-collapse .panel-body p {
	margin-top: 0;
	margin-bottom: 1rem;
	font-weight: normal;
}

.panel-body li {
	margin-bottom: 5px;
	line-height: 1.4em;
}


/* BLOCK CARTE   */


.block_carte_map {
    background: #042021;
    margin-top: 35px;
}

.GridRechercheImmo {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: 0.5fr 1.5fr;
	grid-template-rows: 1fr;
	gap: 40px 40px;
	padding: 15px 25px;
	align-items: center;
	align-content: center;
}

.GridRechercheImmo h1 {
	color: #fff;
	line-height: 1.2em;
	padding-left: 50px;
	margin-bottom: 0;
}

.GridRechercheImmo h1 em {
	color: #74B5C9;
	display: block;
	font-size: 15px;
	font-style: normal;
}

ul#FiltreLotProg {
	padding: 0;
	display: flex;
	gap: 35px;
	margin: 20px 0px;
	align-items: center;
	margin-top: 0;
}

ul#FiltreLotProg li {
	list-style: none;
}

ul#FiltreLotProg li:first-child:before {
	display: none;
}

ul#FiltreLotProg li:before {
	content: "•";
	font-size: 25px;
	margin-right: 20px;
	color: #fff;
}

ul#FiltreLotProg li a {
	font-size: 1.5em;
	color: rgb(255 255 255 / 23%);
	font-weight: 600;
	margin: 0 15px;
}

ul#FiltreLotProg li a.active {
	color: #74B5C9;
	border-bottom: 1px solid;
}

.ValeurRecherche {
    display: flex;
    gap: 20px 20px;
    flex-wrap: wrap;
}

.Flexouille {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
}

.Fourchette {
	display: flex;
	color: #fff;
	flex-direction: column;
	margin-right: 15px;
	margin-left: 15px;
	width: 200px;
}

.Fourchette .flex {
	display: flex;
	justify-content: space-between;
}

.GridRechercheImmo select {
	border: 1px solid rgb(255 255 255 / 24%);
	border-radius: 17px;
	background: #042021;
	color: #fff;
	padding: 15px 30px;
	font-size: 1.1em;
	height: 50px;
	min-width: 210px;
}

.GridRechercheImmo button {
	background: #74B5C9 url(/wp-content/uploads/2024/10/loupe-blanche.svg);
	border-radius: 17px;
	color: #fff;
	border: none;
	text-align: left;
	padding: 15px 25px;
	font-weight: bold;
	font-size: 1.1em;
	background-repeat: no-repeat;
	background-position: 90% center;
	cursor: pointer;
	width: 170px;
	height: 50px;
}

.block_carte_map div#map {
	height: 720px;
	z-index: 1;
	width: 100%;
	border-radius: 31px;
	position: sticky;
	top: 0;
}

#point-list {
	width: 100%;
	padding-left: 10px;
}

ul#list-items {
	list-style-type: none;
	padding: 0;
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 25px 40px;
	padding-right: 25px;
	margin-top: 0;
}


ul#list-items li {
	background-color: #f2f2f2;
	margin: 5px 0;
	padding: 10px;
	border-radius: 5px;
	display: flex;
	align-items: center;
}

ul#list-items li img {
	margin-right: 10px;
	width: 50px;
	height: 50px;
}

ul#list-items li .details {
	display: flex;
	flex-direction: column;
}

#city-selector,
#pieces-selector {}

#price-range {
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#price-range {
	-webkit-appearance: none;
	width: 100%;
	border-radius: 5px;
	outline: none;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

#price-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #74B5C9;
	border: 3px solid #FFFFFF;
	cursor: pointer;
}

#price-range::-moz-range-thumb {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #74B5C9;
	border: 3px solid #FFFFFF;
	cursor: pointer;
}


.block_carte_map .flexBox {
	width: 100%;
}

.block_carte_map .BoxL {
	max-height: 390px;
}

.block_carte_map .BoxL .cadreImg {
	height: 240px;
}


.block_carte_map .BoxL .detailProg {
	padding: 13px;
	position: relative;
}

.trouverGrid {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 40px 40px;
	padding: 15px 25px;
}


/* INDEX & ARCHIVE  */

.Grid3Actu {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 30px 40px;
	padding: 15px 40px;
}

.BoxL {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 32px;
	padding: 15px;
	position: relative;
}

.BoxL .cadreImg {
	border-radius: 22px;
	overflow: hidden;
	height: 300px;
	position: relative;
}

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

.BoxL:hover .cadreImg img {
	transform: scale(1.1);
}

.BoxL .cadreImg span.post-category {
	position: absolute;
	top: 20px;
	z-index: 2;
	left: 20px;
}

.BoxL h3 {
	padding: 5px 0 5px 0;
	text-align: left;
	line-height: 1.7em;
	font-size: 1.3em;
	color: #222222;
	min-height: 75px;
	border-bottom: 1px solid #9D9D9D;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 25px;
	display: block;
}

.BoxL .FlexBox {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.BoxL .FlexBox time {
	color: #9D9D9D;
}

.BoxL .FlexBox span {
	display: flex;
	gap: 15px;
	align-items: flex-start;
	color: #74B5C9;
	font-weight: 600;
}

.BoxL .FlexBox span img {
	width: 30px;
	height: auto;
}

.vnements {
	background: #84B956 !important;
}

ul.FilterArt {
	padding: 0;
	display: flex;
	gap: 35px;
	margin: 20px 30px;
	align-items: center;
	justify-content: center;
	align-content: center;
}

ul.FilterArt li {
	list-style: none;
}

ul.FilterArt li a {
	font-size: 1.5em;
	color: rgb(34 34 34 / 30%);
	font-weight: 600;
	margin: 0 15px;
}

ul.FilterArt li a.active {
	color: #74B5C9;
	border-bottom: 1px solid;
}

ul.FilterArt li:first-child:before {
	display: none;
}

ul.FilterArt li:before {
	content: "•";
	font-size: 25px;
	margin-right: 20px;
}


/* SINGLE  */


section.PostDetail {
	padding: 50px;
}

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

.link-back {
	position: relative;
	color: #74B5C9;
	border-bottom: 1px solid;
	display: inline-block;
	font-size: 1.2em;
	text-decoration: none;
}

.BoxPost {
	background: #FFFFFF;
	box-shadow: 0px 3px 20px #00000021;
	border-radius: 40px;
	overflow: hidden;
	margin-top: 20px;
}

.FlexPostSingle {
	display: flex;
	justify-content: space-between;
	padding: 15px 0px;
	margin: 20px 25px;
	border-bottom: 1px solid #ccc;
	align-items: center;
}

span.post-category {
	background: #74B5C9;
	padding: 10px 15px;
	color: #fff;
	border-radius: 17px;
}

.BosPostImg {
	overflow: hidden;
	height: 350px;
	margin: 10px 25px;
	border-radius: 32px;
}

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

.BoxPost h1 {
	padding: 15px 16px 15px 35px;
	text-align: left;
	width: 90%;
	line-height: 1.4em;
	margin-bottom: 0;
	font-size: 1.9em;
}

.ContenuPost {
	padding: 10px 45px;
}

.ContenuPost :is(h2, h3, h4) {
	color: #74B5C9;
	line-height: 1.2em;
}

.FlexPostSingle time {
	color: #9D9D9D;
}

.ContenuPost time {
	font-size: 12px;
	color: #9B9B9B;
}

.ContenuPost ul {
    padding: 0px 15px;
    margin-top: 30px;
}

.ContenuPost ul li {
	margin: 15px 0;
}

.ContenuPost img.alignleft {
	border-radius: 15px;
	float: left;
	margin-right: 30px;
	margin-bottom: 25px;
}

.ContenuPost img.alignright {
	border-radius: 15px;
	float: right;
	margin-left: 30px;
	margin-bottom: 25px;
}

ul.a2a_kit {
	margin: 0;
	padding: 0;
}

.ContenuPost ul li::marker {
	color: #74B5C9;
}

.bx-share {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #d5d5d5;
	margin-top: 35px;
}

.bx-share h6 {
	position: relative;
	font-size: 1.125rem;
	text-transform: uppercase;
	color: #74B5C9;
	margin: 30px 0;
}

.wp-rs {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.8rem;
	align-items: center;
	align-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wp-link {
	position: relative;
	gap: 1rem 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 15px;
}


/* FOOTER  */

footer.bg-green {
	color: #FFFFFF;
	background: #042021;
	font-size: 14px;
}

footer h4 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 0;
	margin-top: 15px;
}

header h5,footer h5 {
	color: #BCE0FD;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 11px;
}

footer ul,header ul {
	padding: 0;
	list-style: none;
	font-size: 13px;
	font-weight: 100;
}

footer a {
	color: #fff;
}

footer a.logo img {
	max-width: 240px;
	height: auto;
}

footer ul li, header ul li {
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}

li.pagenav {
	list-style: none;
	margin-bottom: 30px;
}

.pagenav ul li {
	margin-bottom: 7px;
}

.pied_de_page {
	padding: 20px;
	border-top: 1px solid #162c2d;
}

.pied_de_page p {
	margin: 0;
}

.Grid3Fo {
	display: grid;
	grid-template-columns: 1.1fr 0.8fr 1.1fr;
	grid-template-rows: 1fr;
	gap: 20px 20px;
}

ul.reseaux_sociaux {
	display: flex;
	gap: 10px;
}

a.telfoot {
	font-weight: 600;
	font-size: 1.1em;
}

footer .input-gp {
	position: relative;
	max-width: 310px;
}

footer input.wpcf7-email {
	background: transparent;
	border: none;
	color: #74B5C9;
	padding: 15px 0;
	border-bottom: 1px solid #74B5C9;
}

footer input.wpcf7-email::placeholder {
	color: #74B5C9;
}

footer label.arrow.next {
	position: absolute;
	bottom: 10px;
	right: 0;
	cursor: pointer;
	width: 40px;
	height: 21px;
}

footer input#send {
	background: transparent url(/wp-content/uploads/2024/10/fleche-bleu.svg);
	color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	cursor: pointer;
}