@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato/Lato-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato/Lato-Black.ttf') format('truetype');
    font-weight: bold; /* Bold */
    font-style: normal;
}


img {
    -webkit-touch-callout: none; /* Désactive le menu contextuel sur iOS */
    -webkit-user-select: none; /* Empêche la sélection du texte */
    user-select: none;
    pointer-events: none; /* Désactive l'interaction avec l'image */
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

body, html {
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  background:#F1F1F1;
  color: #666666;
	font-size:15px;
	letter-spacing: 0.03em;
	font-weight: normal;
}

input, textarea, select {
    font-size: 15px;
    background:#FFF;
}

a{
	text-decoration:none;
}

.clear {
  clear: both;
  height: 1px;
}
.clear5 {
  clear: both;
  height: 5px;
}

.clear10 {
  clear: both;
  height: 10px;
}

.clear20 {
  clear: both;
  height: 20px;
}

.clear30 {
  clear: both;
  height: 30px;
}

.clear50 {
  clear: both;
  height: 50px;
}

.clear100 {
  clear: both;
  height: 100px;
}

.toolbox{
	width:100%;
	height:40px;
	background:#255530;
	box-sizing: border-box;
	padding:10px;
	color:#FFFFFF;
}

.toolbox .container{
	width:90%;
	max-width:1100px;
	margin:auto;
	display:flex;
	justify-content: space-between;
}

.lang_select{
	width:100px;
	display:flex;
	column-gap: 10px;
}

.lang_select img{
	width:25px;
}

.lang{
	cursor:pointer;
}


.text-bold{
	font-weight: bold;
}

.header{
	width:100%;
	height:120px;
	background:#FFFFFF;
	box-sizing: border-box;
	padding:10px;
}

.header .container{
	width:90%;
	max-width:1100px;
	margin:auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	column-gap:30px;
}

.logo{
	width:120px;
	height:100px;
}

.logo img{
	height:100%;
}


/***NAV***/
.nav_holder{
  width:70%;
  height:100px;
  display:flex;
  align-items:center;
  border-radius:14px;
  padding:10px 14px;
  box-sizing:border-box;
}

.main-nav{
  position:relative;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.nav-menu{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  align-items:center;
  gap:12px;
  width:100%;
}
.nav-menu li{ position:relative; }
.nav-menu li.push{ margin-left:auto; }

.nav-menu a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 8px 12px;
  color:#666666;
  text-decoration:none;
  font-weight:500;
  background:transparent;
  border-radius:0;
  transition: color .18s ease, font-weight .18s ease;
}

.nav-menu a:not(.cta):hover,
.nav-menu a:not(.cta):focus-visible,
.nav-menu a:not(.cta).active{
  color:#255530;
  font-weight:700;
  outline:none;
}

.nav-menu a.cta{
  padding:10px 16px;
  border-radius:999px;
  background:#255530;
  color:#fff;
  box-shadow:0 6px 18px rgba(37,85,48,.25);
  max-width: 143px;
    text-align: center !important;
}
.nav-menu a.cta:hover,
.nav-menu a.cta:focus-visible{ background:#1f4a2a; }

.nav-menu a.cta.publier{
  background:#a01b23;
}
.nav-menu a.cta.publier:hover,
.nav-menu a.cta.publier:focus-visible{ background:#7e141b; }

.nav-toggle{
  display:none;
  width:40px;
  height:40px;
  border:0;
  background:#ffffff;
  border-radius:10px;
  cursor:pointer;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 12px rgba(0,0,0,.08);
  margin-left:auto;
  z-index:1001;
}
.nav-toggle span{
  display:block;
  width:20px;
  height:2px;
  background:#255530;
  margin:3px 0;
  border-radius:2px;
}


.main_container{
	width:90%;
	max-width:1100px;
	margin:auto;
	margin-top: 100px;
}




/****SEARCH****/

.hero-search {
  position: relative;
  background: url("../img/alger.jpg") no-repeat center center;
  background-size: cover;
  height: 400px; 
  text-align: center;
  color: #fff;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}


.hero-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-weight: 700;
  text-shadow: 0 2px 10px rgb(0 0 0);
  max-width: 800px;
  line-height: 1.3;
}

.search-box {
  position: absolute;
  bottom: -50px; 
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  padding: 20px;
  max-width: 700px;
  width: 90%;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}


.search-tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 15px;
}

.search-tabs .tab {
  flex: 1;
  padding: 12px;
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease;
}

.search-tabs .tab.active {
  font-weight: bold;
  border-bottom: 3px solid #a01b23;
  color: #a01b23;
}

.search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.search-input {
  flex: 1;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s ease;
}

.search-input:focus {
  border-color: #a01b23;
}

.search-actions {
  display: flex;
  gap: 10px;
}

.search-actions .btn-search,
.search-actions .btn-more {
  padding: 12px 18px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  transition: background 0.2s ease, color 0.2s ease;
}

.search-actions .btn-search {
  background: #a01b23;
  color: #fff;
}

.search-actions .btn-search:hover {
  background: #7e141b;
}

.search-actions .btn-more {
  background: #f5f5f5;
  color: #333;
}

.search-actions .btn-more:hover {
  background: #e1e1e1;
}


.tagify__input {
  text-align: left !important;
  color: #333 !important;
  padding-left: 10px !important;
}



.greenTitle {
    font-size: 20px;
    font-weight: bold;
    color: #255530;
}

 .block_bien_mea {
    width: 100%;
    min-height: 175px;
	height:auto;
	position:relative;
}

.block_bien_mea .img{
	width: 100%;
    height: 175px;
	border-radius:10px;
	overflow: hidden;
	margin-bottom:20px;
}

.block_bien_mea .img img{
	width:100%;
}


.block_bien {
    width: 60%;
	max-width:290px;
    min-height: 321px;
    height: auto;
    border-radius: 10px;
    flex-shrink: 0;
    scroll-snap-align: start;
    color: #666666;
    line-height: 20px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(87 80 107 / 22%);
}



.list_biens_accueil {
    width: 100%;
    min-height: 140px;
    height: auto;
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin: auto;
}

.list_biens_accueil2 {
    width: 100%;
    min-height: 140px;
    height: auto;
}

.block_bien .img {
    width: 100%;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 5px;
}

.block_information_bien {
    padding: 5px 15px;
	min-height: 180px;
	color:#333;
}

.block_bien .block_titre, .block_details_biens .block_titre {
    font-size: 17px;
    font-weight: bold;
    color: #333333;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 5px;
    margin-bottom: 5px;
}

.block_bien .block_prix, .block_details_biens .block_prix {
    font-size: 15px;
    font-weight: bold;
    color: #A11B24;
    margin-top: 5px;
}

.block_bien .block_prix small{
	color:#333;
	 font-weight: normal;
}
.txt_align_right {
    text-align: right;
}

.block_type_transaction {
    width: 80px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgb(164 148 206 / 30%);
    position: absolute;
    bottom: 20px;
    right: 10px;
    font-weight: bold;
	color:#333;
}

.block_type_construction {
    width: 93px;
    height: 25px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgb(164 148 206 / 30%);
    position: absolute;
    bottom: 20px;
    right: 100px;
    font-weight: bold;
	color:#333;
}



.favori {
    width: 20px;
    height: 21px;
    font-size: 15px;
    color: #666666;
    position: absolute;
    right: 5px;
    top: 5px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    padding: 5px;
    padding-left: 6px;
	z-index: 10;
}

.favori.focus{
    color:#A11B24;
}


.premium{
    width:55px;
    height:30px;
    position:absolute;
    left:0px;
    top:0px;
	z-index: 10;
}

.premium img{
    width:100%;
}



.block_publicite{
	max-width: 900px;
    width: 100%;
	height:140px;
	margin:auto;
	overflow:hidden;
}

.block_publicite img{
	width:100%;
}



.site-footer {
  background: #255530;
  color: #fff;
  padding: 40px 20px;
  margin-top: 40px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.footer-column {
  font-size: 14px;
  line-height: 1.6;
}

.footer-column h4 {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 600;
}

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

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

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-column ul li a:hover {
  color: #a8d5b9;
}

.footer-logo {
  max-width: 150px;
  margin-bottom: 10px;
}


.cta-biens {
  position: relative;
  background: #dbdbdb url("../img/algerie-image-vector.png") no-repeat;
  background-position: 9px -100px;
  background-size: 40%;
  padding: 25px 20px;
  text-align: center;
  margin: 60px 0 0;
  color: #fff;
  overflow: hidden;
  border-radius:10px;
}

.cta-biens::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("img/cta-bg.jpg") center/cover no-repeat;
  opacity: 0.1; /* effet subtil */
  z-index: 1;
}

.cta-container {
  position: relative;
  z-index: 2;
}

.cta-container h2 {
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

.btn-cta {
  display: inline-block;
  padding: 16px 36px;
  background: #a01b23;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

.btn-cta:hover {
  background: #7e141b;
  transform: translateY(-2px);
}



.list_partenaires {
  max-width: 100%;
  margin: 0 auto;
}

/* Chaque slide */
.list_partenaires .partner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  margin: 0 10px;
}

/* Image logo */
.list_partenaires .partner img {
  max-width: 120px;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
}





.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  padding: 40px;
}

.contact-info h2 {
  color: #255530;
  margin-bottom: 20px;
}

.contact-info p {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
}

.contact-form h2 {
  margin-bottom: 20px;
  color: #a01b23;
}

.form-group {
  margin-bottom: 15px;
  text-align: left;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 14px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #a01b23;
}

.btn-submit {
  background: #a01b23;
  color: #fff;
  border: none;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.btn-submit:hover {
  background: #7e141b;
}




.about-page {
  padding: 60px 20px;
  background: #f9f9f9;
}

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

/* Header */
.about-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
}

.about-header .about-text h1 {
  font-size: 32px;
  font-weight: bold;
  color: #255530;
  margin-bottom: 20px;
}

.about-header .about-text p {
  font-size: 18px;
  line-height: 1.6;
  color: #444;
}

.about-header .about-image img {
  max-width: 400px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Sections */
.about-section {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.about-section.reverse {
  flex-direction: row-reverse;
}

.about-section.bg-light {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.about-section .about-img img {
  max-width: 450px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.about-section .about-text {
  flex: 1;
}

/* Titres */
.highlight-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #b30000;
}

/* Liste check */
.check-list {
  list-style: none;
  padding: 0;
}

.check-list li {
  font-size: 18px;
  margin-bottom: 12px;
  color: #333;
}

.check-list li i {
  color: #255530;
  margin-right: 10px;
  font-size: 20px;
}

/* CTA */
.cta-text {
  margin: 20px 0;
  font-size: 18px;
}

.btn-cta {
  display: inline-block;
  background: #255530;
  color: #fff;
  padding: 12px 25px;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-cta:hover {
  background: #1d4425;
}



.biens-et-partenaires {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin: 40px 0;
}

.col-biens, .col-partenaires {
  flex: 1;
      width: 48%;
}

.greenTitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #255530;
}

/* Slides biens */
.block_bien_dernier {
  max-width: 250px;
  margin: auto;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.block_bien_dernier .img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.block_information_bien {
  padding: 15px;
}





/* Partenaires */
.list_partenaires .partner {
  text-align: center;
  padding: 10px;
  height: 299px;
}

.list_partenaires .partner img {
  max-width: 250px;
  max-height: 160px;
  object-fit: contain;
  margin: auto;
}




.map-list-container {
  display: flex;
  height: 90vh;
  gap: 20px;
}

#map {
  flex: 1;
  height: 100%;
  border-radius: 10px;
}

.liste_biens {
  flex: 1;
  overflow-y: auto;
  padding: 10px;
}

.block_bien {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  margin-bottom: 15px;
  cursor: pointer;
  transition: transform 0.2s;
	    position: relative !important;
}

/*.block_bien:hover {
  transform: scale(1.02);
  border: 2px solid #255530;
}*/

.block_bien .img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.block_information_bien {
  padding: 10px;
}

.block_titre {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}

.block_prix {
  font-weight: bold;
  color: #b30000;
  margin-top: 5px;
}


.block_bien2 {
  width: 230px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  margin: 15px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.block_bien2 .img {
  position: relative;
}

.block_bien2 .img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.block_type_transaction1 {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #255530;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
	z-index: 2;
}

.block_bien .favori {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

.block_information_bien {
  padding: 15px;
}

.block_titre {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.block_infos {
  font-size: 13px;
  color: #555;
  margin-bottom: 8px;
}

.block_prix {
  font-size: 16px;
  font-weight: bold;
  color: #b30000;
  margin: 10px 0;
}

.block_type_construction1 {
  display: inline-block;
  background: #fff;
  color: #255530;
  font-size: 12px;
  font-weight: bold;
  border-radius: 15px;
  padding: 4px 10px;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

/*.block_bien2.hovered {
  border: 2px solid #255530;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}*/



/* Barre outils biens */
.biens-toolbar {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 15px;
}

.biens-toolbar .btn {
  background: #255530;
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.biens-toolbar select.btn {
  background: #fff;
  color: #255530;
  border: 2px solid #255530;
}

/* Modal filtre */
.filter-modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
}

.filter-modal-content {
  background: #fff;
  margin: 10% auto;
  padding: 20px;
  width: 300px;
  border-radius: 10px;
}

.filter-modal-content .filter-option {
  display: block;
  margin: 10px 0;
  padding: 10px;
  background: #f4f4f4;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
}

.filter-modal-content .filter-option:hover {
  background: #255530;
  color: #fff;
}

.close {
  float: right;
  cursor: pointer;
  font-size: 18px;
}



/* Titres des sections */
.smallTitle2 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: #255530;
}

/* Groupes d’options (radio / checkbox) */
.group_checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.group_checkbox.two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* Style générique des cards */
.checkbox_card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  user-select: none;
}

/* Masquer les inputs natifs */
.checkbox_card input {
  display: none;
}

/* État au survol */
.checkbox_card:hover {
  border-color: #255530;
  background: #f9fdf9;
}

/* État actif (sélectionné) */
.checkbox_card.active {
  background: #255530;
  color: #fff;
  border-color: #255530;
  font-weight: bold;
}

/* Champs input prix / surface */
.group_checkbox input[type="number"],
#recherche_ville {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
  box-sizing: border-box;
}

.group_checkbox.two-cols input[type="number"] {
  width: 100%;
}

/* Bouton de recherche */
.btn_search {
  display: block;
  width: 100%;
  background: #255530;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  border-radius: 10px;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

.btn_search:hover {
  background: #1e4428;
}



.champs_recherche {
    width: 100%;
    min-height: 45px;
    height: auto;
    border: none;
    border-radius: 5px;
    background: #FFFFFF;
    padding: 5px;
    box-sizing: border-box;
}


.input-with-unit {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input-with-unit input {
  width: 100%;
  padding-right: 40px; /* espace pour l'unité */
  box-sizing: border-box;
}

.input-with-unit .unit {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  font-weight: bold;
  color: #a00; /* rouge */
}



.overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    z-index: 100;
}

.overlay .overlayHolder {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    background: rgba(37, 85, 48, 0.8);
    color: #FFFFFF;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.overlay .overlayHolder .zoneBlanc {
    width: 300px;
    min-height: 200px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
}

.overlay .overlayHolder .zoneBlanc .header {
    width: 100%;
    color: #A11B24;
    text-align: right;
    font-size: 25px;
	height: 55px;
}

.smallTitle2 {
    width: 250px;
    height: 25px;
    color: #255530;
    font-size: 17px;
    font-weight: bold;
}

.errorInfo {
    color: #666666;
}


.whatsapp-button {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 63px;
    right: 32px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 1000;
    display: flex
;
    align-items: center;
    justify-content: center;
}


.btn_generique_verts_l{
	padding: 10px 16px;
    border-radius: 999px;
    background: #255530;
    color: #fff;
    box-shadow: 0 6px 18px rgba(37, 85, 48, .25);
    max-width: 143px;
    text-align: center !important;
}
































@media (max-width:980px){
  .header {
    height: 100px;
   }
   .logo {
		width: 120px;
		height: 70px;
	}
  .nav_holder{ height:auto; }
  .nav-toggle{ display:flex; position: relative;
        top: 10px;}
  .nav-menu{
    position:absolute;
    top:56px;
    right:0;
    left:auto;
    background:#fff;
    border-radius:12px;
    padding:8px;
    box-shadow:0 10px 26px rgba(0,0,0,.12);
    display:none;
    flex-direction:column;
    gap:4px;
    z-index:1000;
  }
  .nav-menu.open{ display:flex; }
  .nav-menu li,
  .nav-menu a{ width:100%; }
  .nav-menu a{ justify-content:flex-start; padding:12px 14px; }
  .nav-menu li.push{ margin-left:0; }
	
	.nav-menu li:nth-child(4), .nav-menu li:nth-child(6){
		margin-bottom:20px;
	}
	
	
	  .hero-title {
    top: 20%;
    font-size: 32px;
    width: 95%;
  }

	
	.search-form {
    flex-direction: column;
  }
  .search-actions {
    flex-direction: column;
    width: 100%;
  }
  .search-actions .btn-search,
  .search-actions .btn-more {
    width: 100%;
    text-align: center;
  }
	
	  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-column {
    margin-bottom: 20px;
  }
	
  .contact-container {
    grid-template-columns: 1fr;
  }
	
	.about-header,
  .about-section {
    flex-direction: column;
    text-align: center;
  }

  .about-section.reverse {
    flex-direction: column;
  }

  .about-section .about-img img,
  .about-header .about-image img {
    max-width: 100%;
  }
	
}




@media (max-width: 768px) {
  .hero-search {
    height: 300px; /* réduit la hauteur de l'image */
  }

   .hero-title {
    top: 13%;
    font-size: 22px;
    width: 95%;
  }

  .search-box {
    bottom: -40px; /* ajuste le chevauchement */
    width: 95%; /* un peu plus large sur mobile */
    padding: 15px;
  }

  .search-form {
    flex-direction: column;
  }

  .search-actions {
    flex-direction: column;
    width: 100%;
  }

  .search-actions .btn-search,
  .search-actions .btn-more {
    width: 100%;
    text-align: center;
  }
	
	 .biens-et-partenaires {
		flex-direction: column;
	  }
	  .list_partenaires .partner img {
		max-width: 100px;
		max-height: 50px;
	  }
	
	.col-biens, .col-partenaires {
		flex: 1;
		width: 100%;
	}
	
}

@media (max-width: 480px) {
  .hero-title {
    top: 13%;
    font-size: 22px;
    width: 95%;
  }

  .search-box {
    bottom: -30px;
    padding: 12px;
  }
	
	.cta-biens {
		position: relative;
		background: #dbdbdb url(../img/algerie-image-vector.png) no-repeat;
		background-position: -21px 0px;
		background-size: 59%;
		padding: 25px 20px;
		text-align: center;
		margin: 60px 0 0;
		color: #fff;
		overflow: hidden;
		border-radius: 10px;
	}
	
	
	.map-list-container {
		display: flex;
		height: 90vh;
		gap: 20px;
		flex-direction: column;
	}
	
	

.block_bien2 {
    width: 320px;
}
	
	
}

