/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.offres-form[data-active-type="terrain"] .hide-for-terrain {
  display: none !important;
}



/** ---------------------------------------------- FONT ----------------------------------------------  */
@font-face {
  font-family: 'Poppins';
  src:
    local('Poppins-Regular'),
    local('Poppins-Regular'),
    url('/wp-content/uploads/2026/01/Poppins-Bold.woff2') format('woff2'),
    url('/wp-content/uploads/2026/01/Poppins-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src:
    local('Poppins-Bold'),
    local('Poppins-Bold'),
    url('/wp-content/uploads/2026/01/Poppins-Regular.woff2') format('woff2'),
    url('/wp-content/uploads/2026/01/Poppins-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/** ---------------------------------------------- COULEUR ----------------------------------------------  */
:root{
	--black:#1D1D1B; 
	--green:#00A75D; 
	--green2:#1A8138;
	--light-green:#CAEC4F; 
	--gray:#878787;
	--blanc:#fafafa;
}

/** ---------------------------------------------- GLOBAL ----------------------------------------------  */
h1 em {
	display: block!important;
	font-style: normal!important;
}
.ct-button, .custom-btn-radius {
	border-radius: 16px 16px 8px 8px!important;
}

#main {
	margin-top: -90px!important;
}

h2 em, .p-responsive em {
	display: block!important;
	font-style: normal!important;
}

.brz-icon-text {
    align-items: center !important;
}

.offres-radio {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  cursor: pointer !important;
  position: relative !important;
}

.offres-radio input {
  position: absolute !important;
  opacity: 0 !important;
}

.offres-radio span {
  position: relative !important;
  padding-left: 40px !important;
}

.offres-radio {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  cursor: pointer !important;
  position: relative !important;
	margin-bottom: 0px!important;
}
/* ============================= */
/* ✅ CACHE LES RADIO NATIFS */
/* ============================= */

.offres-radio input,
.gchoice input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
}


/* ============================= */
/* ✅ CONTENEUR TEXTE */
/* ============================= */

.offres-radio span,
.gchoice label {
  position: relative !important;
  padding-left: 30px !important;
  cursor: pointer !important;
}


/* ============================= */
/* ✅ SVG CONTOUR #1D1D1B */
/* ============================= */

.offres-radio span::before,
.gchoice label::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 23px !important;
  height: 24px !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='24' viewBox='0 0 23 24' fill='none'%3E%3Cpath d='M9.94141 1.08008C10.8292 0.306563 12.1713 0.307079 13.0576 1.08008H13.0586L21.7021 8.60938C22.2099 9.05285 22.4999 9.6887 22.5 10.3555V19.3262C22.4998 21.6221 20.6118 23.4998 18.2803 23.5H4.71973C2.38931 23.4998 0.500158 21.6221 0.5 19.3262V10.3555C0.500091 9.68819 0.790466 9.05131 1.29785 8.60938L9.94141 1.08008Z' stroke='%231D1D1B'/%3E%3C/svg%3E") !important;

  transition: 0.2s ease !important;
}


/* ============================= */
/* ✅ ROND INTERIEUR */
/* ============================= */

.offres-radio span::after,
.gchoice label::after {
  content: "" !important;
  position: absolute !important;
  left: 7px !important;
  top: 50% !important;
  transform: translateY(-50%) scale(0) !important;
  width: 10px !important;
  height: 10px !important;
  background: #1D1D1B !important;
  border-radius: 50% !important;
  transition: 0.2s ease !important;
}


/* ============================= */
/* ✅ QUAND SELECTIONNE */
/* ============================= */

.offres-radio input:checked + span::after,
.gchoice input[type="radio"]:checked + label::after {
  transform: translateY(-50%) scale(1) !important;
}



/** ---------------------------------------------- CONTACT MOBILE ----------------------------------------------  */

.contact-box{
    font-family: 'Poppins';
    font-weight: 400;
  }

  .contact-cta, #gform_submit_button_1, button.contact-cta, #gform_submit_button_2  {
    display:inline-block;
	  font-family: "Poppins"!important;
    background:var(--green);
    color:#fff;
	  padding: 10px 15px;
    font-weight:700;
    border-radius: 16px 16px 8px 8px!important;
    text-decoration:none;
    line-height:1;
	  transition: all 0.5s ease-out;
  }

  .contact-cta-2 {
    display:inline-block;
	font-family: "Poppins"!important;
    background:transparent;
    color:var(--green);
	border: 2px solid var(--green);
	padding: 10px 15px;
    font-weight:700;
    border-radius: 16px 16px 8px 8px!important;
    text-decoration:none;
    line-height:1;
	transition: all 0.5s ease-out;
	  margin-top: 10px;
  }

.contact-cta-2 a {
	color:var(--green)!important;
	transition: all 0.5s ease-out;
}


.contact-cta-2:hover {
	border: 2px solid #018047;
	transition: all 0.5s ease-out;
}
.contact-cta-2 a:hover {
	color: #018047!important;
	transition: all 0.5s ease-out;
}

.contact-cta:hover, button.contact-cta:hover  {
	background-color: #018047;
	transition: all 0.5s ease-out;
}
.contact-cta :hover {
	background-color: #018047;
	transition: all 0.5s ease-out;
}
.contact-cta a:hover, .contact-cta a {
	color: var(--blanc)!important;
	transition: all 0.5s ease-out;
}

  .contact-social{
    display:flex;
    gap:10px;
    align-items:center;
    margin:12px 0 10px;
  }

  .social-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:20px;
    height:20px;
    color:var(--black);
    text-decoration:none;
  }

  .social-ico{
    width:20px;
    height:20px;
    fill: var(--black);
    display:block;
  }

  .contact-lines{
    display:flex;
    flex-direction:column;
    gap:8px;
  }

  .line{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:15px;
    line-height:1.15;
    font-weight:400;
    color:var(--black);
    text-decoration:none;
	  transition: all 0.5s ease-out;
  }

	.line:hover {
	color: var(--green)!important;
	transition: all 0.5s ease-out;
}

  .line-ico{
    width:22px;
    height:22px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex: 0 0 22px;
    color:#111;
    opacity:.9;
  }
  .line-ico svg{
    width:22px;
    height:22px;
    display:block;
  }

  /* responsive léger */
  @media (max-width: 520px){
    .line{ font-size:18px; }
  }

  @media (max-width: 1000px){
#offcanvas .fw-footer__alsace {
	display: none!important;
}
	  }

/** ---------------------------------------------- HEADER ----------------------------------------------  */

#header {
	z-index: 999999!important;
	
}

#header .ct-container {
	backdrop-filter: blur(2px)!important;
}


#offcanvas .mobile-menu {
	margin-bottom: 0px!important;
}

#offcanvas {
  height: fit-content !important;
 background: #fff!important;
}

@media screen and (max-width: 1000px) {
  [data-header*="type-1"] #offcanvas .ct-panel-content {
    height: auto !important;
    flex: unset !important;
    justify-content: start !important;
  }
}
/** ---------------------------------------------- HOME ----------------------------------------------  */
.background-icon .brz-icon {
	position: relative!important;
}

.background-icon .brz-icon:before {
  content:"";
	position: absolute!important;
  display:block;
  width: 60px;          /* ajuste */
  height: 60px;         /* ajuste */
  background-image: url('/wp-content/uploads/2026/01/triangle.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;   /* ou cover selon besoin */
}

.background-icon h3 {
	padding-bottom: 5px!important;
	display: inline-block!important;
}

.background-icon .brz-icon-svg-custom  {
	transform: scale(0.8)!important;
}
.section-custom:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/01/triangle-giant.png);
    top: -28%;
    right: -5%;
    width: 860px;
    height: 860px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    z-index: 1;
}

.section-custom-2:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/01/triangle-vector-1.svg);
    bottom: -28%;
    left: -3%;
    width: 980px;
    height: 980px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    z-index: 1;
}

.terrain-section:before {
	    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/01/grey-triangle-scaled.png);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    z-index: 1;
}

@media (min-width: 768px) and (max-width: 1200px){
.section-custom:before {
    width: 400px;
    height: 400px;
	top: -19%;
}
	
		.section-custom-2:before {
		width: 500px;
        height: 500px;
        left: -20%;
	}
}



@media (max-width: 767px){
	.section-custom:before {
		width: 300px;
        height: 300px;
        top: -9%;
        right: -15%;
    }
	
	.section-custom-2:before {
		width: 300px;
        height: 300px;
        left: -20%;
	}
	}
/*
.section-custom:after {
	  content:"";
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  width:2500px;      
  height:4000px;     
  background: url('/wp-content/uploads/2026/01/AdobeStock_275289557-Converti-1.png') no-repeat center / contain;
	z-index: 2;
} 
*/
.triangle-before:before {
    content: '';
    position: absolute;
	background-image: url('/wp-content/uploads/2026/01/triangle-vector-1.svg');
    top: -35%;
    left: -11%;
    width: 260px;
    height: 260px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
	z-index: 0;
}

@media (max-width: 767px){
	.triangle-before:before {
		width: 150px;
        height: 150px;
        top: -15%;
    }
	}

@media (min-width: 1001px){
.home .smile .brz-wp-shortcode > div {
	    position: relative!important;
    top: 12%!important;
}
}

@media (max-width: 1000px){
.smile .brz-wp-shortcode > div {
    DISPLAY: FLEX;
    ALIGN-ITEMS: CENTER;
    JUSTIFY-CONTENT: CENTER;
}
	.smile svg {
		width: 300px!important;
		height: 300px!important;
	}
}

@media (max-width: 1000px){

	.home .smile svg {
		width: 200px!important;
		height: 200px!important;
	}
	

	.smile svg /** ____ PAGE REALISATION  */ {
		width: 350px!important;
		height: 350px!important;
	}
}


.home .realisations-filters {
	display: none!important;
}

@media (min-width: 1001px){
.page-id-96 .smile {
	position: relative;
    text-align: right;
    top: -20%;
    LEFT: -14%;
}

}

.brz-css-107xk9h {
	display: none!important;
}
/** ---------------------------------------------- HOME realisations ----------------------------------------------  */

.home .realisation-image {
    position: relative;
    height: 450px;
    background-size: cover;
    background-position: center;
}

.home .realisations-grid {
	    display: grid!important;
    grid-template-columns: repeat(2, 1fr)!important;
    gap: 0px!important;
}

.home .realisation-item {
	width: auto!important;
}


.home .realisation-title {
    padding: 40px 40px 20px;
}

@media (max-width: 1000px){

	.home .realisation-image {
    height: 400px;
}
	
	.home .realisation-title {
    padding: 20px;

}
}

@media (max-width: 768px){

	.home .realisation-image {
    height: 200px;
}
	.home .realisation-title {
    padding: 20px;

}
}

/** ---------------------------------------------- FORMULAIRE ----------------------------------------------  */

#input_1_8 {
	display: flex!important;
	GAP: 20px!important;
	flex-wrap: wrap!important;
}


@media (max-width: 768px){
.full-image .brz-bg .brz-bg-image {
	GAP: 9px!important;
}

  }
.gfield_radio label {
	color: var(--black)!important;
	font-family: 'Poppins'!important;
	font-size: 15px!important;
	font-style: normal!important;
	font-weight: 400!important;
}

#field_1_8 {
	display: flex!important;
    align-items: center!important;
	justify-content: flex-end!important;
}

.gfield-choice-input+label {
	max-width: 100%!important;
}

#field_1_9 {
	color: var(--black)!important;
	font-family: 'Poppins'!important;
	font-size: 24px!important;
	font-style: normal!important;
	font-weight: 700!important;
}

.gfield--type-text, .gfield--type-email, .gfield--type-phone, .ginput_container_textarea {
  background-color: var(--blanc);
  border: 1px solid var(--black);!important;
  border-radius: 8px !important;
  outline: none !important;
	font-family: "Poppins"!important;
	font-weight: 400!important;
	font-size: 14px!important;
}

.ginput_container input,  .ginput_container_textarea textarea{
	border-radius: 8px !important;
}

::placeholder {
	color: var(--black)!important;
	opacity: 1!important;
	font-family: "Poppins"!important;
	font-weight: 400!important;
}

.gform-footer {
	padding-bottom: 0px!important;
	margin-bottom: 0px!important;
    align-items: center!important;
    justify-content: center!important;
}

.gfield_radio .gchoice {
	display: flex !important;
    GAP: 10px !important;
}

select:focus, textarea:focus, input:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]):focus, .ct-pseudo-input:focus, fieldset .wc-stripe-elements-field:focus, .ff-inherit-theme-style .ff-el-form-control:not([size]):not([multiple]):focus {
	border-color: transparent!important;
}

/** ---------------------------------------------- A PROPOS ----------------------------------------------  */

.gaelrie-shadow .brz-image__gallery-item .brz-image {
	box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px!important;
	    border-radius: 16px!important;
}
.triangle-section .brz-bg-color, .triangle-section .brz-bg {
	overflow: visible!important;
}

.triangle-section .brz-bg-color {
	border-radius: 0px 0px 50px 50px!important;
}

.triangle-section .brz-bg-color:before {
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 96%;          
  height: 500px;
  background-image: url('/wp-content/uploads/2026/01/before-triangle-top.png');
  background-repeat: no-repeat;
  background-position: center bottom; /* logique si on colle par le bas */
  background-size: contain;

  pointer-events: none;
  z-index: 1;
}

.custom-carousel .brz-carousel__slider, .custom-carousel .slick-list.draggable {
    overflow: visible !important;
    clip-path: inset(0 -50px 0 0) !important;
}

.slick-list {
	overflow: visible!important;
}

.full-image .brz-bg {
	    margin-right: calc(-1 * (100vw - 100%) / 2)!important;
    padding-right: calc((100vw - 100%) / 2)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: right!important;
}



@media (min-width: 1400px){
.full-image .brz-bg .brz-bg-image {
	background-position: 180% center!important;
}

  }

/** ---------------------------------------------- FOOTER ----------------------------------------------  */


footer a {

	color: var(--black)!important;
	transition: all 0.5s ease-out!important;
}

footer a:hover {
	text-decoration: none!important;
	color: #00A75D!important;
	transition: all 0.5s ease-out!important;
}

.fw-footer{
  background-image: url('/wp-content/uploads/2026/01/background-2.png');
  background-repeat: repeat;
  background-position: top left;
  padding: 75px 0;
}

/* Container : garde ton .ct-container */
.fw-footer .ct-container{
  margin: 0 auto;
  padding: 50px;
	background: var(--blanc);
}

.fw-footer__inner{
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* Colonne gauche */
.fw-footer__left{
  width: 340px;
}

.fw-footer__logo img{
  display: block;
  max-width: 260px;
  height: auto;
}

.fw-footer__social{
  display: flex;
  gap: 10px;
  margin: 12px 0 14px 0;
}

.fw-footer__social-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: transparent;
  color: #111;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
}

.fw-footer__contact{
  font-size: 13px;
  line-height: 1.4;
  color: #111;
}

.fw-footer__contact-line{
  margin: 3px 0;
}

.fw-footer__cta{
  display: inline-block;
  margin-top: 14px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #1A8138;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}

/* Colonne droite */
.fw-footer__right{
  flex: 1;
}

.fw-footer__panel{
  background: #f1f1f1;
  border-radius: 24px;
  padding: 22px 26px;
  display: flex;
  gap: 0px;
  align-items: stretch;
	justify-content: space-around;
}

/* séparateurs verticaux */
.fw-footer__sep{
  width: 1px;
  background: var(--black);
}

/* Colonnes */
.fw-footer__col{
  min-width: 0;
}

.fw-footer__col--maisons{
  width: fit-content;
}

.fw-footer__title{
  font-size: 14px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

/* Menus WP */
.fw-menu{
  list-style: none;
  margin: 0;
  padding: 0;
}

.fw-menu li{
  margin: 0;
  padding: 0;
}

.fw-menu a{
  display: inline-block;
  padding: 6px 0;
  font-size: 13px;
  color: #111;
  text-decoration: none;
}

.fw-menu a:hover{
  text-decoration: underline;
}

/* Menu 1 : 2 colonnes */
.fw-menu--grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px 10px;
}

/* Menus 2 & 3 : séparateurs style hr */
.fw-menu--separated li{
  padding: 10px 0;
  border-bottom: 1px solid var(--black);
}

/* ✅ 1er item : seulement padding-bottom */
.fw-menu--separated li:first-child{
  padding-top: 0;
  padding-bottom: 10px;
}

.fw-menu--separated li:last-child{
  border-bottom: none;
  padding-bottom: 0;
}

/* Legal */
.fw-footer__legal{
  margin-top: 16px;
color: var(--black);
font-family: 'Poppins';
font-size: 14px;
font-style: normal;
font-weight: 400;

}



/* =======================
   Responsive (mobile)
======================= */
@media (max-width: 900px){
  .fw-footer{
    padding: 40px 0;
  }

  .fw-footer__inner{
    flex-direction: column;
    gap: 18px;
  }

  .fw-footer__left{
    width: 100%;
  }

  .fw-footer__panel{
    width: 100%;
    flex-direction: column;
    padding: 18px 18px;
    gap: 14px;
  }

  .fw-footer__sep{
    width: 100%;
    height: 1px;
  }

  .fw-footer__col--maisons{
    width: 100%;
  }

  .fw-menu--grid{
    grid-template-columns: 1fr; /* en 1 colonne sur mobile */
    gap: 2px 0;
  }
	
	.fw-footer .ct-container {
		padding: 20px;
	}
	
	.cactus {
		display: block;
	}
}

footer .contact-box {
	margin-top: 5px!important;
	display: flex!important;
	flex-direction: column!important;
}
footer .contact-social{ order: 1!important; }
footer .contact-lines{ order: 2!important; }
footer .contact-cta{   order: 3!important; margin-top: 10px!important; }

footer .contact-box .contact-cta {
	width: fit-content!important;
}


#menu-footer-maison-title li a, #menu-footer-projet li a, #menu-footer-a-propos li a {
	color: var(--black);
	font-family: 'Poppins';
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 31.2px */
}


#menu-footer-maison li a {
	color: var(--black);
	font-family: 'Poppins';
	font-size:  16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
}

.fw-footer__legal-line svg {
	position: relative;
	top: 4px;
}


@media (min-width: 901px) and (max-width: 1000px){
	  .fw-footer{
    padding: 60px 0;
  }
}
@media (min-width: 901px) and (max-width: 1200px){
	.fw-footer__inner {
		gap: 0px;
	}
	
	#menu-footer-maison-title li a, #menu-footer-projet li a, #menu-footer-a-propos li a {
		font-size: 16px;
	}

	#menu-footer-maison li a {
    font-size: 14px;
}
	
	.fw-menu--grid {
		display: block;
	}
}

@media (max-width: 768px){
  .cactus a {
    display: flex;
    gap: 10px;
    line-height: 16px;
    margin-top: 10px;
  }
}

@media (min-width: 769px){
  .cactus {
    margin-left: 10px;
  }
}
/** ---------------------------------------------- RECHERCHE BIENS ----------------------------------------------  */
.offres-form__type {
    DISPLAY: FLEX;
    JUSTIFY-CONTENT: CENTER;
    GAP: 25px;
}	

.offres-form__type label:nth-child(2){
	display:none !important;
}

.offres-form {
	font-family: 'Poppins'!important;
	font-size: 16px!important;
	font-weight: 400!important;
	display: flex!important;
    flex-direction: column!important;
    gap: 8px!important;
}
.offres-radio span {
	color: var(--black)!important;
	font-family: 'Poppins'!important;
}

.offres-form__field input {
	background-color: var(--blanc)!important;
    border: 1px solid var(--black)!important;
    border-radius: 8px !important;
    outline: none !important;
    font-family: "Poppins" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.estimation {
	display: flex!important;
    flex-direction: row!important;
    align-items: center!important;
    justify-content: space-around!important;
	gap: 40px;
}


.offres-slider {
	width: 100%!important;
}

.search-zone {
	margin: 0 auto!important;
}

@media (max-width: 768px){
  
.estimation {
	display: flex!important;
    flex-direction: column!important;
	gap: 0px;
}

.offres-slider {
	width: 100%!important;
}
}

.offres-slider__label, .offres-form__actions  {
	text-align: center;
}

.offres-slider__bar { 
	margin: 10px 0 6px; 
}

.min-span {
	color: var(--green)!important;
	
	display: inline-block!important;
}

.js-budget-min-txt {
	margin-left: 2Px!important;
}



.noUi-horizontal .noUi-handle {
	width: 19px!important;
	height: 19px!important;
	background: var(--green)!important;
}

.noUi-target{ 
	height:6px; 
	border:none; 
	border-radius:999px; 
	background:#d9d9d9; 
	box-shadow:none; 
}

.noUi-connect{ 
	background:#1A8138; 
}
.noUi-handle{ 
	border: 2px solid #fff!important;
	border-radius: 9999px!important;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px!important;
}

.noUi-handle:before, .noUi-handle:after{ 
	display:none; 
}

.noUi-horizontal .noUi-handle {

    right: -14px!important;

}

.offres-slider__vals{ 
	display:flex; 
	justify-content:space-between; 
	font-size:12px; 
}
/* Masque les décorations quand il y a peu de résultats */
body.few-results .offre-form:before,
body.few-results .offre-form:after,
body.few-results .terrain-section:before {
    display: none !important;
}

/** ---------------------------------------------- LISTE BIENS ----------------------------------------------  */
.offres-results{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
}

@media (max-width: 1000px){
  .offres-results{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px){
  .offres-results{ grid-template-columns: 1fr; }
}

.bien-card{
  border-radius: 100px 100px 14px 14px;
	    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	background: var(--blanc);
	position: relative;
}
/*
.bien-card::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;   
    height: 40px;
    z-index: 10;
    background-image: url("/wp-content/uploads/2026/02/coeur.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    pointer-events: none;  
}*/


.bien-card__link{
  display:block;
  border: 2px solid #1A8138;
  border-radius: 14px;
  overflow:hidden;
  background:#fff;
  color:#1D1D1B;
  text-decoration:none;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  transition: transform .15s ease, box-shadow .15s ease;
}

.bien-card__link:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}

.bien-card__media{
  position:relative;
  aspect-ratio: 16 / 9;
  background:var(--blanc);
	border-radius: 20px 20px 0px 0px;
}

.bien-card__img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
	border-radius: 20px;
}

.bien-card__fav{
  position:absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: none;
  background: rgba(255,255,255,.9);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  font-size: 14px;
  line-height: 1;
}

.bien-card__body{
  padding: 20px;
	font-family: "Poppins"!important;
	background: var(--blanc);
	border-radius: 0px 0px 20px 20px;
}

.bien-card__title{
	color: var(--black);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 10px;
}

.btn-card {
	display: flex;
	flex-direction: column;
align-items: end;
    gap: 0px;
}

.btn-card div {
	width: fit-content;
}


.btn-card .contact-cta {
	margin-top: 5px;
}

.bien-card__txt{
  font-size: 16px;
  color: var(--black);
  margin-bottom: 10px;
	line-height: 20px;
}

.bien-card__meta{
  font-size: 12px;
  line-height: 1.35;
  margin-bottom: 10px;
}

.bien-card__meta-line{
color: var(--green);
font-size: var(--Font-Size-Paragraphe, 16px);
font-style: normal;
font-weight: 700;
}

.bien-card__actions{
  display:flex;
  justify-content:flex-end;
}

.bien-card__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: #1A8138;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.js-budget-min-txt, .js-budget-max-txt, .js-surface-min-txt, .js-surface-max-txt {
	color: var(--green)!important;
}

.offres-latest .slick-slide {
	padding: 0px 10px!important;
}

@media (max-width: 1000px){
  .offres-latest  .slick-list.draggable {
    overflow: visible !important;
    clip-path: inset(0 -50px -10px 0) !important;
}
}

.slick-prev:before,
.slick-next:before{
  color: #1A8138!important;   /* ✅ ta couleur */
  opacity: 1!important;        /* sinon slick met une opacité */
}

.slick-arrow:before {
	display: none!important;
}

.slick-arrow svg {
	background: var(--green)!important;
    border-radius: 9999px;
    padding: 2px;
}

.slick-prev {
	left: -10px!important;
	z-index: 5000!important;
}

.slick-next {
	right: -10px!important;
	z-index: 5000!important;
}

.home .bien-card__meta-line {
	margin-bottom: 10px!important;
}

.home .slick-track {
	padding-bottom: 30px!important;
}


.page-id-89 .offre-form:before {
    bottom: -2%!important;
}

@media (max-width: 1000px) {
    .page-id-89 .offre-form:before {
         bottom: -1%!important;
    }
}

@media (max-width: 768px) {
    .page-id-89 .offre-form:before {
        bottom: -0.5%!important;
    }
}

.page-id-89 .offre-form:after {
	  content:"";
  position:absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); 
  height: 100%;
	width: 100%;
  background-image: url('/wp-content/uploads/2026/02/AdobeStock_275289557-Converti-4.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 1;
} 

/** ---------------------------------------------- PAGE BIEN  ----------------------------------------------  */

.content-offres, .content-offres span {
	font-size: 16px!important;
	line-height: 20px!important;
}

.content-offres .brz-rich-text>* {
    white-space: normal!important;
}

.content-offres .brz-rich-text p:not(:has(li)) {
  margin-bottom: 20px !important;
}

.content-offres .brz-rich-text li:has(p) {
  margin-bottom: 0 !important;
}

.content-offres .brz-rich-text li p {
  margin-bottom: 5px !important;
}

/* Dernier <li> = 20px */
.content-offres .brz-rich-text li:last-child p {
  margin-bottom: 20px !important;
}

.content-offres .brz-rich-text p:empty {
  display: none !important;
}


.MsoNormal {
  display: none !important;
}


.img-bien .brz-bg {
	width: calc(50% + 35vw)!important;
    margin-right: calc(50% - 50vw)!important;
}

@media (min-width: 1001px){
.full-section {
    max-width: none !important;
    width: calc(50% + 50vw) !important;
    margin-left: 0 !important;
    margin-right: calc(50% - 50vw) !important;
    padding-right: 0 !important;
}



.img-bien .brz-bg {
	box-shadow: -29px 103px 30px 0 rgba(0, 0, 0, 0.00), -19px 66px 27px 0 rgba(0, 0, 0, 0.01), -11px 37px 23px 0 rgba(0, 0, 0, 0.05), -5px 16px 17px 0 rgba(0, 0, 0, 0.09), -1px 4px 9px 0 rgba(0, 0, 0, 0.10)!important;
}

}
@media (max-width: 1000px){
.img-bien .brz-image {
box-shadow: -29px 103px 30px 0 rgba(0, 0, 0, 0.00), -19px 66px 27px 0 rgba(0, 0, 0, 0.01), -11px 37px 23px 0 rgba(0, 0, 0, 0.05), -5px 16px 17px 0 rgba(0, 0, 0, 0.09), -1px 4px 9px 0 rgba(0, 0, 0, 0.10)!important;
	border-radius: 40px!important;
}
}
.img-bien::before, .img-bien-2::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 30px;
    width: 40px;   /* taille de l’image */
    height: 40px;
    z-index: 9999;
    background-image: url("/wp-content/uploads/2026/02/picto-bien.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    pointer-events: none; /* évite de bloquer les clics */
	border-radius: 80px;
box-shadow: -29px 103px 30px 0 rgba(0, 0, 0, 0.00), -19px 66px 27px 0 rgba(0, 0, 0, 0.01), -11px 37px 23px 0 rgba(0, 0, 0, 0.05), -5px 16px 17px 0 rgba(0, 0, 0, 0.09), -1px 4px 9px 0 rgba(0, 0, 0, 0.10);
}

.offre-title h1 {
	color: var(--black);
	font-family: "Poppins"!important;
	font-size: 55px!important;
	line-height: 60px;
	    margin-bottom: 20px;
}

.img-bien {
	    max-height: 800px!important;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

@media (max-width: 1000px){
  .offre-title h1{
    font-size: 50px!important;
	  line-height: 50px;
  }
}

/* mobile */
@media (max-width: 768px){
  .offre-title h1 {
    font-size: 35px!important;
	  line-height: 35px;
  }
}

.offre-title .green-word {
	color: var(--green);
}

.brz-breadcrumbs .brz-li:last-child span {
	color: var(--black)!important;
	font-family: 'Poppins'!important;
	font-weight: 700!important;
}

.offre-title__price {
	width: fit-content!important;
	border-radius: 16px;
	background: var(--blanc);
	color: var(--green);
	font-family: 'Poppins'!important;
	font-size: 32px;
	padding: 10px!important;
	font-style: normal;
	font-weight: 400;
}

@media (max-width: 1000px){
  .offre-title__price {
    font-size: 26px!important;
  }
	
	.img-bien .brz-picture img {
		border-radius: 30px!important;
	}
}

@media (max-width: 768px){
  .offre-title__price  {
    font-size: 22px!important;
  }
}

.brz-rich-text-context-wrapper ul {
	display: flex!important;
    flex-direction: column!important;
}


.brz-rich-text-context-wrapper ul li { 
	display: flex!important;
}

.brz-rich-text-context-wrapper ul li p {
	margin: 0px!important;
}

.offre-form:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15%; 
  height: 100%;
	width: 100%;
  background-image: url('/wp-content/uploads/2026/01/triangle-before-scaled.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center; 
  pointer-events: none;
  z-index: 50;
}

@media (max-width: 1500px){
  .offre-form:before {
    bottom: -12%; 
  }
}


@media (max-width: 1000px){
  .offre-form:before {
    bottom: -4%; 
  }
}

@media (max-width: 768px){
  .offre-form:before {
    bottom: -2%; 
  }
}


.single-nos-offres .offre-form:after {
	  content:"";
  position:absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); 
  height: 100%;
	width: 100%;
  background-image: url('/wp-content/uploads/2026/02/Capture-decran-2026-02-11-a-09.44.37.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 1;
} 




.galerie-offres {
    display: grid;
    gap: 20px;
    margin: 0;
	width: 100%;
	margin: 0 auto!important;
	
}

@media (min-width: 1001px) {

}

.galerie-col-2 {
    grid-template-columns: repeat(2, 1fr);
}

.galerie-col-3 {
    grid-template-columns: repeat(3, 1fr);
}

.galerie-col-4 {
    grid-template-columns: repeat(4, 1fr);
}

.galerie-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    transition: all 0.3s ease;
}

.galerie-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.galerie-item a {
    display: block;
    text-decoration: none;
}

.galerie-legende {
    padding: 10px;
    font-size: 14px;
    text-align: center;
    background: #f9f9f9;
    margin: 0;
    color: #333;
}

/* Responsive */
@media (max-width: 1000px) {
    .galerie-col-4,
    .galerie-col-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .galerie-offres {
        
        gap: 15px;
    }
    
    .galerie-item img {
        height: 120px;
    }
}



/** ---------------------------------------------- CONTACT ----------------------------------------------  */

.page-id-36 .contact-box .contact-cta {
	display:none!important;
}

.page-id-36 nav[class*=menu] .ct-menu-link{
    color: white!important;
}

.page-id-36 [data-sticky="yes:shrink"] {
	COLOR: red!important;
}
/**
.page-id-36 .site-branding img {
    opacity: 0!important
}

.page-id-36 .site-branding a::before {
   content: ""!important;
   position: absolute!important;
   inset: 0!important;
   background: url("/wp-content/uploads/2026/02/Logo_prima_ok.svg") center no-repeat!important;
   background-size: contain!important;
   pointer-events: none!important
}


 ---------------------------------------------- realisations ----------------------------------------------  */

        .realisations-filters {
            display: flex;
            gap: 12px;
            margin-bottom: 30px;
            flex-wrap: wrap;
        }

        .realisations-grid {
            display: flex;
            flex-wrap: wrap;
        }
        .realisation-item {
            width: 50%;
            padding: 10px;
        }
        .realisation-image {
            background-size: cover;
            background-position: center;
            height: 250px;
            position: relative;
        }
        .realisation-title {
            position: absolute;
            bottom: 10px;
            left: 10px;
            color: #fff;
        }

@media (max-width: 768px){
  .offre-form:before {
    bottom: -2%; 
  }
}

.filter-btn {
 display:inline-block;
	  font-family: "Poppins"!important;
    background:#D6E7DB;
    color: #1A8138;
	  padding: 10px 15px;
    font-weight:400;
    border-radius: 16px 16px 8px 8px!important;
    text-decoration:none;
    line-height:1;
	  transition: all 0.5s ease-out;
	cursor: pointer;
   }

.filter-btn.active, .filter-btn:hover {
    background: var(--green);
    color: #fff;
}

.realisations-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (max-width: 768px) {
        .realisation-item {
            width: 100%;
            padding: 10px;
        }
}

.realisation-item {
    overflow: hidden;
}

.realisations-grid.is-home .realisation-title, .realisations-grid.is-home .realisation-image::after {
	display: none!important;
}

/* 1, 5, 9, 13... */
.realisation-item:nth-child(4n + 1) .realisation-image,
.realisation-item:nth-child(4n + 1) .realisation-image::after {
    border-radius: 0 150px;
}

/* 2, 6, 10, 14... */
.realisation-item:nth-child(4n + 2) .realisation-image,
.realisation-item:nth-child(4n + 2) .realisation-image::after {
    border-radius: 150px 0;
}

/* 3, 7, 11, 15... */
.realisation-item:nth-child(4n + 3) .realisation-image,
.realisation-item:nth-child(4n + 3) .realisation-image::after {
    border-radius: 150px 0;
}

/* 4, 8, 12, 16... */
.realisation-item:nth-child(4n + 4) .realisation-image,
.realisation-item:nth-child(4n + 4) .realisation-image::after {
   border-radius: 0 150px;
}


.realisation-image {
    position: relative;
    height: 550px;
    background-size: cover;
    background-position: center;
}

.realisation-image::after {
    content: "";
    position: absolute;
    inset: 0;
	background: linear-gradient(180deg, rgba(26, 129, 56, 0.00) 70.38%, #1A8138 100%), url(<path-to-image>) #d3d3d300 -283px 0px / 150% 100% no-repeat;
	z-index: 1;
}

.realisation-title {
    padding: 40px 100px 20px;
    TEXT-ALIGN: CENTER;
    font-size: 15px;
	color:  #FAFAFA;
	text-align: center;
	font-family: 'Poppins';
	font-size:16px;
	font-style: normal;
	font-weight: 400;
    border-radius: 150px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
	z-index: 4;
}

@media (max-width: 1000px){
.realisation-item:nth-child(4n + 1) .realisation-image,
.realisation-item:nth-child(4n + 1) .realisation-image::after {
    border-radius: 0 100px;
}

/* 2, 6, 10, 14... */
.realisation-item:nth-child(4n + 2) .realisation-image,
.realisation-item:nth-child(4n + 2) .realisation-image::after {
    border-radius: 100px 0;
}

/* 3, 7, 11, 15... */
.realisation-item:nth-child(4n + 3) .realisation-image,
.realisation-item:nth-child(4n + 3) .realisation-image::after {
    border-radius: 100px 0;
}

/* 4, 8, 12, 16... */
.realisation-item:nth-child(4n + 4) .realisation-image,
.realisation-item:nth-child(4n + 4) .realisation-image::after {
   border-radius: 0 100px;
}
	.realisation-image {
    height: 400px;
}
	
	.realisation-title {
    padding: 20px;

}
}

@media (max-width: 768px){
.realisation-item:nth-child(4n + 1) .realisation-image,
.realisation-item:nth-child(4n + 1) .realisation-image::after {
    border-radius: 0 40px;
}

/* 2, 6, 10, 14... */
.realisation-item:nth-child(4n + 2) .realisation-image,
.realisation-item:nth-child(4n + 2) .realisation-image::after {
    border-radius: 40px 0;
}

/* 3, 7, 11, 15... */
.realisation-item:nth-child(4n + 3) .realisation-image,
.realisation-item:nth-child(4n + 3) .realisation-image::after {
    border-radius: 40px 0;
}

/* 4, 8, 12, 16... */
.realisation-item:nth-child(4n + 4) .realisation-image,
.realisation-item:nth-child(4n + 4) .realisation-image::after {
   border-radius: 0 40px;
}
.realisation-image {
    height: 300px;
}
.realisation-title {
    padding: 20px;

}
}

/** ---------------------------------------------- PAGE MAISON  ----------------------------------------------  */
.triangle-section-2 .brz-bg-color, .triangle-section-2 .brz-bg {
	overflow: visible!important;
}

.triangle-section-2 .brz-bg-color {
	position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    /* height: 100% !important; */
    /* width: calc(100% + 120px) !important; */
    transform: translateX(-120px) !important;
    background-size: cover !important;
    background-position: center !important;
	border-radius: 0px 0px 50px 50px!important;
}

.triangle-section-2 .brz-bg-color:before {
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 96%;          
  height: inherit;
  background-image: url('/wp-content/uploads/2026/02/grey-triangle.png');
  background-repeat: no-repeat;
  background-size: contain;
	background-position: left bottom!important;

  pointer-events: none;
  z-index: 1;
}


@media (max-width: 1000px) {
.triangle-section-2 .brz-bg-color {
    /* width: calc(100% + 120px) !important; */
    transform: translateX(0px) !important;
}
	
	.triangle-section-2.full-image .brz-bg {
		margin-right: 0px!important;
	}
	
	.triangle-section-2 .brz-bg-color:before {
		    bottom: 99%!important;
	}

}

.offres-title {
	color: var(--black);
	font-family:  'Poppins';
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
}

@media (min-width: 1000px) {
.relative-subtitle .offres-title {
	transform: translate(52.5%, -10px);
}
	
}
.relative-img .brz-bg {
	overflow: visible!important;
}
    .relative-img .brz-bg:before {
        content: "";
        position: absolute;
        width: 40000px;
        height: 220px;
        background: #CAEC4F;
        z-index: 1;

        top: 100%;   /* ✅ le haut du before touche le bas de la div */
        left: 0;
    }

@media (min-width: 1270px) and (max-width: 1450px){
.liste-laptop {
    margin-top: -110px!important;
}

}

@media (min-width: 1000px) and (max-width: 1269px){
.liste-laptop {
    margin-top: 0px!important;
}

}

@media (max-width: 1000px) {
.offres-title {
	font-size: 30px;
}
	
}

@media (max-width: 768px) {
.offres-title {
	font-size: 24px;
}
	}
/** ---------------------------------------------- GOODIES ----------------------------------------------  */

.sticker-carousel:not(.goodies-carousel.sticker-carousel) .brz-image {
	border-radius: 8000px!important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px!important;
}

.goodies-carousel.sticker-carousel .brz-image img, .goodies-carousel.sticker-carousel .brz-picture {
	border-radius: 8000px!important;
}

.carousel-1 .brz-carousel__slider, .carousel-1 .slick-list.draggable {
	overflow: visible !important;
    clip-path: inset(0 -500px -10px 0) !important;
}

.goodies-carousel:not(.goodies-carousel.sticker-carousel) .brz-image {
	border-radius: 40px!important;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px!important;
}

@media (min-width: 769px){
.carousel-left {
	margin-left: calc((100vw - 100%) / -2)!important;
}
}

@media (max-width: 768px){
.goodies-carousel .brz-carousel__slider, .goodies-carousel .slick-list.draggable {
		overflow: visible !important;
    clip-path: inset(0 -500px -10px 0) !important;
}
}

.z-idenx-custom {
	z-index: 56!important;
}



.home .rayon {
	display: none!important;
}

.rayon {
	margin-top: 5px!important;
}

@media (min-width: 1001px){
.abhout-triangle {
	max-height: 325px!important;
}
	}

/* ========================================
   AUTOCOMPLETE VILLES - UI jQuery
======================================== */


/* ========= AUTOCOMPLETE PERSONNALISÉ ========= */

/* Container principal */
#city-suggestions {
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  max-height: 300px;
  overflow-y: auto;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 8px 8px;
  margin-top: -1px;
  width: 100%;
  left: 0;
  display: none;
}

/* Affichage quand actif */
#city-suggestions:not(:empty) {
  display: block !important;
}

/* Liste */
#city-suggestions ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Items de la liste */
#city-suggestions li {
  margin: 0;
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease;
  font-size: 14px;
  color: #333;
  list-style: none;
}

/* Supprime les bullets WordPress */
#city-suggestions li::before,
#city-suggestions li::after {
  display: none !important;
  content: none !important;
}

/* Dernier item */
#city-suggestions li:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}

/* Hover */
#city-suggestions li:hover {
  background: #f5f5f5;
  color: #000;
}

/* Active (au clic) */
#city-suggestions li:active {
  background: #e8f4f8;
}

/* Code postal en gris */
#city-suggestions li::after {
  content: attr(data-value);
  display: none;
}

/* Animation d'apparition */
#city-suggestions {
  animation: slideDown 0.2s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Scrollbar personnalisée */
#city-suggestions::-webkit-scrollbar {
  width: 8px;
}

#city-suggestions::-webkit-scrollbar-track {
  background: #f9f9f9;
  border-radius: 0 0 8px 0;
}

#city-suggestions::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

#city-suggestions::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/* Responsive */
@media (max-width: 768px) {
  #city-suggestions {
    max-height: 200px;
  }
  
  #city-suggestions li {
    padding: 10px 12px;
    font-size: 13px;
  }
}



