/* -------------------------- */
/* NOTIFICATION MODERNE       */
/* -------------------------- */
#notif {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #33CCCC;
    color: #fff;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    opacity: 0;
    transform: translateY(-20px);
    transition: 0.3s ease;
    z-index: 9999;
}
#notif.show {
    opacity: 1;
    transform: translateY(0);
}
#notif.error {
    background: #e03a3a;
}

/* -------------------------- */
/* POPUP SUPPRESSION          */
/* -------------------------- */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 9998;
}

.popup-box {
    background: #fff;
    padding: 18px;
    width: 85%;
    max-width: 320px;
    border-radius: 12px;
    text-align: center;
    animation: popIn 0.25s ease;
}

@keyframes popIn {
    from { transform: scale(0.7); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
}

.popup-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.popup-buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.popup-btn {
    flex: 1;
    padding: 10px;
    font-size: 14px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

.popup-btn.cancel {
    background: #ccc;
}

.popup-btn.delete {
    background: #e03a3a;
    color: #fff;
}

/* -------------------------- */
/* BOUTON SUPPRIMER           */
/* -------------------------- */
.btn-delete {
    background: #e03a3a;
    color: white;
    padding: 8px 12px;
    border: none;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
}






.etat_produit {
    font-size: 14px;
    color: #777;
	font-weight: 600;
	margin-left : 2px;
    margin-bottom: 1px;
	font-family: "Roboto", sans-serif;
	display: inline-block;
	width: 45% !important;
	 
}
 .auteur_suivre {
	display: inline-block;
	margin-top : 0px;
	width: 17%;
	margin-right :6px;
	font-family: "Roboto", sans-serif;
	background:transparent ;
		 float : right;
	 text-align : right;
	 padding-left :3px;
	  padding-right :3px;
	 font-size: 12px;border: 1px solid #33CCCC;
	 border-radius :5px;
}

  .elikia_instan-skel_instan-img_instan {
  width: 40%;
  height: 200px;
  float : left;
  display : inline-block;
  background: #ccc;
  border-radius: 6px;
  margin-bottom: 10px;
}

/* Skeleton Loader */
#elikia_instan-skeleton_instan-container_instan {
  display: none;
  padding: 10px 0;
  margin-top : -3px;
}

.elikia_instan-skeleton_instan {
  background: #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  margin-top: -5px;height :200px;
  animation: pulse 1.2s infinite ease-in-out;
}


.elikia_instan-skel_instan-img_instan {
  width: 97%;
  height: 200px;
  background: #ccc;
  margin-left : 15px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.elikia_instan-skel_instan-text_instan {
  height: 14px;
  background: #ddd;
  border-radius: 4px;
  margin-bottom: 8px;
}

.elikia_instan-skel_instan-text_instan.short {
  width: 50%;
}














 
    /* === LOADER === */
    #loader {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: transparent;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 2000;
      transition: opacity 0.6s ease, visibility 0.6s ease;
    }

    #loader.hidden {
      opacity: 0;
      visibility: hidden;
    }

    .spinner {
      width: 60px;
      height: 60px;
      border: 3px solid #ddd;
      border-top: 3px solid #33CCCC;
      border-radius: 50%;
      animation: spin 1s linear infinite;
    }

    @keyframes spin {
      to { transform: rotate(360deg); }
    }

 

 
  

  
	
	
	
	
	
	
	.elikia-container {
  width: 100%;
  margin: auto;
}

.elikia-titre {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
  color: #333;
}

.elikia-annonce {
  background: #fff;
  border-radius: 10px;
  transition: all 0.2s;
  height :200px;
  margin-bottom : 10px  ; 
}
.elikia-annonce h3 {
  background: transparent;
   
}



.elikia-annonce:hover {
  
}

.elikia-image {
  width: 35%;padding : 5px 5px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.5s ease;
}



.elikia-fade-in {
  opacity: 1 !important;
}

.elikia-titre-annonce {
  margin: 10px 0 5px;
  font-size: 20px;
  color: #111;
}

.elikia-description {
  color: #444;
  font-size: 14px;
}

/* Skeleton Loader */
#elikia-skeleton-container {
  display: none;
  padding: 10px 0;
  margin-top : -3px;
}

.elikia-skeleton {
  background: #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  margin-top: -5px;height :200px;
  animation: pulse 1.2s infinite ease-in-out;
}


.elikia-skel-img {
  width: 100%;
  height: 200px;
  background: #ccc;
  border-radius: 6px;
  margin-bottom: 10px;
}

.elikia-skel-text {
  height: 14px;
  background: #ddd;
  border-radius: 4px;
  margin-bottom: 8px;
}

.elikia-skel-text.short {
  width: 50%;
}

@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.4; }
  100% { opacity: 1; }
}






	.elikia-annonce {
  background: #fff;
  border-radius: 10px;
  transition: all 0.2s;
  height :155px;
  margin-bottom : 10px  ; 
}



  .annonce_2 {
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    display: flex;
	width: 32%;
	border-radius: 10px;
	margin-left : 10px;
	 height: 469px;
	padding : 9px 9px;
    flex-direction: column;
	border-bottom :1px solid rgb(239, 239, 239) ;
	margin-bottom :30px;
	display : inline-block;
  }  
  .auteur_annonce_bon {
	margin-top : 0px;
 display: inline-block;
 margin-left : 5px;color: black; 
  font-family: "Roboto", sans-serif;
  padding-bottom : 0px;
  max-height : 20px;
  margin-bottom :10px;
  min-height :20px;
   font-weight: 500;
   color: #4d4d4d; font-size : 14px;
	width: 75%;
}
  .auteur_annonce_bon span {
   color: #33CCCC;  
}
.auteur_annonce_bon img {
	float: left;
	border-radius : 55px;
	width: 20%;
	margin-right : 5px;
	width: 22px;  display: inline-block;
    height: 22px; 
	margin-top : 0px;
	border: 1px solid #777;
}

  /* Conteneur des annonces */
  .annonces_elikiaa {
    width: 100%;
	background-color:rgb(237, 240, 240); 
	padding-top : 10px;
	padding-left : 5px;
	padding-right : 5px;
  }
  .elikia-annonce {
  background: #fff;
  border-radius: 10px;
  transition: all 0.2s;
  height :200px;
  margin-bottom : 10px  ; 
}
   .sidebar_annonces {
    width: 28%;
	border-radius: 10px;
	float : right;
	 height: 455px;
	background:#fff;
	padding-top :12px;
	margin-right : 15px;
	padding-left : 5px;
	margin-bottom :35px;
  }


	
	 
	


   /* Image de l'annonce */
  .annonce_2_img img {
    width: 100%;
    height: auto;
    display: block;
	border-radius: 10px;
	object-position : contain;
	object-fit : cover;
	margin-bottom : 10px;
	height :325px;
  }
    .titre_annonce {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1px;
	padding-top : 5px;
	margin-top : -5px;
	margin-left : 2px;
    color: #111;
	width: 84%;
	background: transparent ;
	font-family: "Roboto", sans-serif;
	text-align : left;
	display: inline-block;
	 
  }
  .titre_annonce a {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1px;
	margin-top : -5px;
	margin-left : 2px;
    color: #111;
	width: 80%;
	background: transparent ;
	font-family: "Roboto", sans-serif;
	text-align : left;
	display: inline-block;
	 
  }
    .titre_annonce a:hover 
	{
 
    color: #111;
	width: 80%;
	 text-decoration:none;
	 
  }
    .prix {
    font-size: 14px;
    color: #222;
	font-weight: 600;
	margin-left : 2px;
    margin-bottom: 1px;
	font-family: "Roboto", sans-serif;
	display: inline-block;
  }

  .details {
    font-size: 13px;
    color: #555;
	margin-left : 2px;
    margin-bottom: 2px;
	font-family: "Roboto", sans-serif;
	display: inline-block;
  }
  .etat_produi_bon 
  {
    font-size: 13px;
    color: #555;
	margin-left : 2px;
	font-family: "Roboto", sans-serif;
	display: inline-block;
  }
  .categorie_ad 
 {
    font-size: 16px;
    color: #555;
	margin-left : 2px;
    margin-bottom: 8px;
	font-family: "Roboto", sans-serif;
	background-color: #fff ;
	width: 71%;display: inline-block;
  }
    .categorie_ad2 
	{
		font-size: 14px;
		color: #555;
		margin-left : 2px;
		margin-bottom: 8px;
		font-family: "Roboto", sans-serif;
		background-color: #fff ;
		width: 27%;display: inline-block;
		float : right;
		text-align : right;
  }
  
  
    /* Boutons d'action */
  .actions {
	display: inline-block;
	margin-top : 0px;
	width: 14%;
	background:transparent ;
		 float : right;
		 padding-right :7px;
	 text-align : right;
  }
   .actions span {
	   font-size: 20px;
	   margin-left : 0px;
	   margin-top : 0px;
	   color: #4d4d4d;
	   text-align : center;
  }
  
  
  
  
  
  
  

@media screen and (max-width: 460px) 
{
	
 
	
.annonces_elikiaa {
    width: 100%;
	background:transparent;
	padding-left : 0px;
	padding-right : 0px;
	display :block;
	padding-top : 80px;
	margin-top :10px;
  }
  
	
   .sidebar_annonces {
    width: 100%;
	float : right;
	background:#222;
  }
	
	
	.elikia-annonce {
  background: #fff;
  border-radius: 10px;
  transition: all 0.2s;
  height :155px;
  margin-bottom : 10px  ; 
}
.elikia_instan-skeleton_instan {
  height :150px;
  width: 98%;
  margin-right : 15px;
}


.elikia-skel-img {
  height: 150px;width: 100%;
  background: transparent;
  
}



  .annonce_2 {
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    display: flex;
	width: 100%;
	margin-left : 0px;
	 height: 550px;
	padding : 7px 7px;
    flex-direction: column;
	border-bottom :1px solid rgb(239, 239, 239) ;
	margin-bottom :20px;
	padding-bottom :5px;
  }
  
  .auteur_annonce_bon {
	margin-top : 0px;
 display: inline-block;
 margin-left : 4px;color: black; 
  font-family: "Roboto", sans-serif;
  padding-bottom : 17px;
   font-weight: 600;
   color: #111B21; font-size : 14px;
	width: 100%;
	margin-bottom :15px;
}

.auteur_annonce_bon img {
	float: left;
	border-radius : 55px;
	width: 20%;
	margin-right : 5px;
	width: 30px;  display: inline-block;
    height: 30px;
	margin-top : 0px;
	border: 1px solid #777;
	object-fit: cover;
}


   /* Image de l'annonce */
  .annonce_2_img img {
    width: 100%;
    height: auto;
	margin-left :0px;
    display: block;
	border-radius: 10px;
	object-position : center;
	object-fit : cover;
	margin-bottom : 5px;
	height :388px;
  }
    .titre_annonce {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 1px;
	margin-top : -7px;
	margin-left :2px;
    color: #111B21;
	width: 86%;
	background: #fff ;
	 overflow-wrap: break-word;
	 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, Helvetica, Arial, sans-serif;
	text-align : left;
	display: inline-block; 
  }
  
    .prix {
    font-size: 15px;
    color: #222;
	width: auto;
	font-weight: 600;
	margin-left : 2px;
    margin-bottom: 1px;
	margin-top :-2px;
	 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, Helvetica, Arial, sans-serif;
	display: inline-block;
  }
.etat_produit {
    font-size: 14px !important;
    color: #777 !important;
    font-weight: 600 !important;
    margin-left: 7px !important;
    margin-bottom: 1px !important;
    font-family: "Roboto", sans-serif !important;
    display: inline-block !important;
	width: 45% !important;
}


  .details {
    font-size: 13px;
    color: #555;
	margin-left : 2px;
    margin-bottom: 2px;
	font-family: "Roboto", sans-serif;
	display: inline-block;
  }
  
    .etat_produi_bon {
    font-size: 13px;
    color: #555;
	margin-left : 2px;
	font-family: "Roboto", sans-serif;
	display: inline-block;
  }
  
    .categorie_ad {
    font-size: 16px;
    color: #555;
	margin-left : 2px;
	margin-right : 2px;
    margin-bottom: 0px;
	font-family: "Roboto", sans-serif;
	background-color: #fff ;
	 width: 100%;display: inline-block;
  }
     .categorie_ad2 {
    font-size: 14px;
    color: #555;
	margin-left : 0px;padding-left :3px;
	margin-right :2px;
    margin-bottom: 6px;
	font-family: "Roboto", sans-serif;
	background-color: #fff ;
	 width: 27%;display: inline-block;
	 float : right;
	 text-align : right;
  }
  
    /* Boutons d'action */
  .actions {
	display: inline-block;
	margin-top : 0px;
	width: 8%;
	background:transparent ;
		 float : right;
	 text-align : right;
  }
   .actions span {
	   font-size: 20px;
	   margin-left : 0px;
	   margin-top : 0px;
	   color: #4d4d4d;
	   text-align : center;
  }
  .actions i {
  width: 22px;
  height: 22px;
  color: #111;
  font-size: 22px;
}
  
  
}
