
/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/




/* fluid 5 columns */
.grid-sizer,
.grid-item { width: 20%; }
/* 2 columns */
.grid-item--width2 { width: 40%; }


/* Connexion Mot de passe oublié */

.single-featured-property .property-content .password{
    margin-top: 10px;
}

.single-featured-property .forgotten_password{
    color: #7d7d7d;
    font-size: 14px;
}

.sendmessage_success{
    white-space: pre-wrap;
    text-align: justify;
    margin-bottom: 20px;
}

/* SLIDER ANNONCES */

@media screen and (max-width: 640px) {
    .slider_annonces{
        top:160px!important;
    }
	#lightbox img {
		height: auto!important;
	}
}

/* PAGE A PROPOS */

.area_locations{
    height: 100%!important;
}

/* PAGE FORMULE */

.section_presentation{
    height: 100%!important;
}

/* PAGES A PROPOS et FORMULE */

@media (max-width: 991.98px){
    .section_formule{
        margin-top: 0px!important;
    }
}

@media (max-width: 576px){
    .choice_formule{
       padding: 0px 15px 0px 0px!important;
    }
}


/* PAGE ANNONCE */

.bandeau_activer{
    position: fixed;
    width: 100%;
    z-index: 99;
    margin-top: 135px;
    text-align:center;
}

.active-scroll{
    margin-top: 90px!important;
}

.link_activer{
    color: #721c24;
    font-size: 1rem;
}

.link_activer:hover{
    color: #000000;
    font-size: 1rem;
}
.formule-property-content h5 {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: solid 1px #FE7E65;
}
.color-bnb {
	color: #FE7E65;
}
.hiddenchoice button {
	display: none;
}

.default-location h5 {
	min-height: 56px;
}
.default-location p {
	min-height: 42px;
}
i.fas.fa-star {
    color: #FFA500;
}
#jssor_1 .img_annonces {
    height: auto!important;
	position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
}
#jssor_1 .first_container div {
	
}

.hidden{
	display: none!important;
}

.picture_size{
	/*height: 500px!important;*/
	width: 100%;
}

/* galery photo annonce */ 

.parent {

align-content: center;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}


.format-col {
	padding-bottom: 21px;
}

.title_annonce {
    margin: 0;
    font-size: 30px;
    margin-bottom: 3%;
}

.top-annonce {
    display: flex;
    align-items: center; /* Aligner les éléments sur la ligne */
    justify-content: space-between; /* Espace entre les éléments sur la ligne */
}

/* bouton pour copier le lien de l'annonce*/ 

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Valeur de z-index élevée pour que l'overlay soit devant tout */
  }

  .content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
  }


.custom-button {
    background-color: #FE7E65; /* Couleur de fond */
    border: none; /* Pas de bordure */
    color: white; /* Couleur du texte */
    padding: 7px 12px; /* Espacement interne */
    text-align: right; /* Alignement du texte */
    text-decoration: none; /* Pas de décoration */
    display: inline-block; /* Affichage en ligne */
    font-size: 12px; /* Taille de la police */
    margin: 4px 25px; /* Marge extérieure */
    cursor: pointer; /* Curseur de souris */
    border-radius: 5px; /* Bordure arrondie */
    margin-bottom: 2%;
}
  /* Style du bouton au survol */
  .custom-button:hover {
    background-color: #F7694D; /* Couleur de fond au survol */
  }

@media screen and (max-width: 480px) {
 .custom-button{
	display: none;
  }
}
@media screen and (max-width: 768px) {
 .custom-button{
	display: none;
  }
}

/* page des formule */
.choice_formule{
	margin-top: 5%;
}


/* effet lightbox dans la gallery */

.link-galerie{
	display: block;
}


.link-galerie{
	width: 100%;
}

#lightbox{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
	z-index: 10000;
}


#lightbox img{

	height: 90%;
}

#lightbox.active{
	display: flex;
}

.exit {
    text-decoration: none;
    position: absolute;
    top: 40px;
    right: 40px;
    height: 60px;
    width: 60px;
    background: #000;
    border-radius: 30px;
    text-align: center;
    padding: 17px 0px;
}

#togglePassword {
    
    border: none; /* Pas de bordure */
    color: black; /* Couleur du texte */
    padding: 1px 1px; /* Espacement intérieur */
    text-align: center; /* Alignement du texte */
    text-decoration: none; /* Pas de soulignement */
    display: inline-block; /* Affichage en ligne */
    font-size: 12px; /* Taille de la police */
    margin: 4px 2px; /* Marge extérieure */
    cursor: pointer; /* Curseur pointeur au survol */
    border-radius: 5px; /* Coins arrondis */
}


.extra-photo {
    display: none; /* Hide extra photos by default */
}


#morePhotosRow{
	display: none;
	flex-direction: row;
	align-items: center;
}





.angry-grid {
   display: grid; 

   grid-template-rows: 1fr 1fr;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   
   gap: 0px;
   height: 100%;
   
}
  
#item-0 {
	 
	height: 450px;
	width: 560px;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
   background-color: #FEEABC; 
   grid-row-start: 1;
   grid-column-start: 1;

   grid-row-end: 3;
   grid-column-end: 3;
   
}

@media screen and (max-width: 768px) {
  #item-0 {
	  	border-radius: 10px;
    height: 300px;
    width: 400px;
  }
}

@media screen and (max-width: 480px) {
  #item-0 {
	  	border-radius: 10px;
    height: 200px;
    width: 300px;
  }
}

#item-1 {
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;
   background-color: #BBC597; 
   grid-row-start: 1;
   grid-column-start: 4;

   grid-row-end: 2;
   grid-column-end: 5;
   
}
#item-2 {

   background-color: #6BF9E5; 
   grid-row-start: 1;
   grid-column-start: 3;

   grid-row-end: 2;
   grid-column-end: 4;
   
}
#item-3 {

   background-color: #79B7EB; 
   grid-row-start: 2;
   grid-column-start: 3;

   grid-row-end: 3;
   grid-column-end: 4;
   
}
#item-4 {
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
border-bottom-right-radius: 20px;
   background-color: #B59BB7; 
   grid-row-start: 2;
   grid-column-start: 4;

   grid-row-end: 3;
   grid-column-end: 5;
   
}

@media screen and (max-width: 991px) {
  #item-0{
border-radius: 20px;  }
}
@media screen and (max-width: 480px) {
  #item-2 {
	display: none;
  }
}
@media screen and (max-width: 768px) {
 #item-1  #item-2 #item-3 #item-4{
	display: none;
  }
}

@media screen and (max-width: 991px) {
  #item-2{
	display: none;
  }
}
@media screen and (max-width: 991px) {
  #item-1{
	display: none;
  }
}
@media screen and (max-width: 991px) {
  #item-3{
	display: none;
  }
}
@media screen and (max-width: 991px) {
  #item-4{
	display: none;
  }
}


@media screen and (max-width: 340px) {
  .reff {
font-size: 9px;
  }
}
@media screen and (max-width: 480px) {
  .reff {
font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
 .reff{
font-size: 12px;
  }
}
#item-00 {
	 
	height: 450px;
	border-radius: 10px;
   background-color: #FEEABC; 
   grid-row-start: 1;
   grid-column-start: 1;

   grid-row-end: 8;
   grid-column-end: 8;
   
}

@media screen and (max-width: 768px) {
  #item-00 {
    height: 300px;
    width: 400px;
  }
}

@media screen and (max-width: 480px) {
  #item-00 {
    height: 200px;
    width: 300px;
  }
}

    /* Style pour les flèches de navigation */
    .prev,
    .next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        cursor: pointer;
        z-index: 9999;
        color: #fff;
        text-decoration: none;
        padding: 10px 20px;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
    }

	.prev:hover,
    .next:hover {
		font-size: 20px;
    	font-weight: bold;
	}

    .prev {
        left: 10px; /* Placer la flèche à gauche */
    }

    .next {
        right: 10px; /* Placer la flèche à droite */
    }  

 .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Fond semi-transparent */
        z-index: 9999;
    }

    .content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #ffffff; /* Couleur de fond blanc */
        padding: 40px; /* Augmente la taille de la div */
        border-radius: 10px; /* Coins arrondis */
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); /* Ombre */
    }

    /* Style pour les boutons de partage */
    .content button {
		width: 100px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        margin: 5px;
        border: 2px solid #000; /* Bordure noire de 2px */
		border-radius: 15px;
        background-color: #fff; /* Couleur de fond blanche */
        color: #000; /* Couleur du texte noire */
        font-size: 20px;
        cursor: pointer;
    }

    /* Style pour les boutons de partage en deuxième ligne */
    .share-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px; /* Espacement avec les boutons de la première ligne */
    }

    .share-buttons button {
		font-size: 18px!important;
		padding-left: 15px;
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        width: 200px;
        height: 50px;
        margin: 5px;
        border: 2px solid #000; /* Bordure noire de 2px */
        background-color: #fff; /* Couleur de fond blanche */
        color: #000; /* Couleur du texte noire */
        font-size: 20px;
        cursor: pointer;
    }


.share-buttons p{
	color: black;
	margin-top: 13px;
	margin-left: 13px;
	font-size: 18px;
	font-weight: 600;
}

 #textToCopy {
        width: 80%; /* Prend toute la largeur disponible */
        margin-bottom: 10px; /* Espacement en bas */
        padding: 8px; /* Espacement interne */
        border: 1px solid #ccc; /* Bordure grise */
        border-radius: 5px; /* Coins arrondis */
    }