/*======================================================================
  FICHIER : single-entreprise.css
  ======================================================================*/

  /**************************************************************
  1. Styles globaux
**************************************************************/

/* Réduction du padding dans le header */
body .header-default {
    padding-top: 20px;
    padding-bottom: 15px;
}

/* Images globales */
img,
.thumbnail img,
.widget img,
.wp-post-image {
    border-radius: 10px !important; /* Arrondi des images */
}

/* Désactiver le scroll horizontal en mobile */
@media (max-width: 767px) {
    html, body {
        overflow-x: hidden;
    }
}

/* Catégories (H2) : plus grandes et visibles */
#search-results h2 {
    font-size: 1em;
        /*color: #559295;*/
    font-weight: 600;      /* <-- un peu plus gras que normal (400) mais pas trop */
    margin-top: 0;
    margin-bottom: 0;
}


/* Entreprises (H3) : plus petites mais claires */
#search-results h3 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

/*─────────────────────────────────────────────────────────────────────*/
/* 1. CONTENEUR GLOBAL                                                */
/*─────────────────────────────────────────────────────────────────────*/
.single-entreprise-container {
  max-width: 1200px;  /* 1.1 Largeur max */
  margin: 0 auto;     /* 1.2 Centrage */
}



@media (max-width: 769px) {
	.mobile-header, .entreprise-content
{
  padding-left: 15px;    
  padding-right: 15px;  
	  padding-top: 10px;    

}

.infos-mobile, .entreprise-map, .side-widgets {
  margin: 15px;
}
}


  /* Ajoute un trait horizontal en mode mobile */
  .mobile-divider-1 {
    border-top: 1px solid rgb(221, 221, 221); /* Trait horizontal */
    margin-top: 10px; /* Ajoute un espace autour du trait */
    margin-left: 0; /* Ajoute un espace autour du trait */
    margin-right: 0; /* Ajoute un espace autour du trait */
    margin-bottom: 0; /* Ajoute un espace autour du trait */
	
  }

@media (min-width: 1024px) {
    .mobile-divider-1 {
        display: none;
    }
}


  .mobile-divider-2 {
    border-top: 1px solid rgb(221, 221, 221); /* Trait horizontal */
    margin-top: 10px; /* Ajoute un espace autour du trait */
    margin-left: 0; /* Ajoute un espace autour du trait */
    margin-right: 0; /* Ajoute un espace autour du trait */
    margin-bottom: 0; /* Ajoute un espace autour du trait */ /* Ajoute un espace autour du trait */
  }


/* Cache le trait horizontal en mode desktop */
@media (min-width: 769px) {
  .mobile-divider {
    display: none; /* Cache l'élément en mode desktop */
  }
}
/*─────────────────────────────────────────────────────────────────────*/
/* 2. HEADER – Fil d’ariane + Titre                                   */
/*─────────────────────────────────────────────────────────────────────*/

/* 2.0 Conteneur général du bloc header */
.entreprise-header-top {
  margin-bottom: 10px;
  padding: 0;
}

/* 2.1 Fil d’Ariane */
.breadcrumb {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 30px;
}

.breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #888;
}
.breadcrumb li + li::before {
  content: "›";
  margin: 0 8px;
  color: #888;
}
.breadcrumb a {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #0073aa;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

/* 2.2 Conteneur du titre + sous-ligne (catégorie + bouton) */
.entreprise-header-meta {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* 2.3 Titre principal (h1) – version corrigée */
.entreprise-header-meta h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
.entreprise-header-meta h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
	}




/* 2.4 Ligne : catégorie à gauche, bouton à droite */
.entreprise-subline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
  margin-top: 10px;
  padding: 0;
}


/* 2.5 Texte de la catégorie */
.entreprise-subtitle {
          font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  color: #559295;
 font-weight: 500;      /* optionnel : rend le texte un peu plus marqué */
  margin: 0;
}

@media (max-width: 768px) {
.entreprise-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  color: #559295;
 font-weight: 500;      /* optionnel : rend le texte un peu plus marqué */
  margin: 0;
}
}

.specialites-text-single {
          font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  color: #559295;
 font-weight: 400;      /* optionnel : rend le texte un peu plus marqué */
  margin: 0;
}

@media (max-width: 768px) {
.specialites-text-single {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  color: #559295;
 font-weight: 300;      /* optionnel : rend le texte un peu plus marqué */
  margin: 0;
}
}

/* 2.3 Titre principal (h2) – version corrigée */

.entreprise-header-meta {
  position: relative;
  z-index: 1;
}

.entreprise-description h2, .infos-titre {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 0;
}


@media (max-width: 768px) {
.entreprise-description h2, .infos-titre {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
    margin-top: 1px;
  padding: 0;
}
	}



/* 2.6 Bouton "Partager" */
.header-actions a {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 0.9rem;
  color: #333;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 10;
  pointer-events: auto;
}


.share-fab-mobile {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 30;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  width: 34px;
  height: 34px;
  display: none;
  justify-content: center;
  align-items: center;
}

.share-fab-mobile svg {
  width: 16px;
  height: 16px;
}

/* Afficher uniquement sur mobile */
@media (max-width: 768px) {
  .share-fab-mobile  {
    display: flex;
  }

  /* Masquer le bouton dans le header mobile */
  .mobile-header .header-actions {
    display: none;
  }
}


.header-actions a:hover {
  text-decoration: underline;
}



.header-actions a svg {
  width: 16px;
  height: 16px;
  stroke: #555;
}

.back-fab-mobile {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 30;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  width: 34px;
  height: 34px;
  display: none;
  justify-content: center;
  align-items: center;
}

.back-fab-mobile svg {
  width: 16px;
  height: 16px;
  stroke: #333;
  fill: none;
}

/* Affiche seulement sur mobile */
@media (max-width: 768px) {
  .back-fab-mobile {
    display: flex;
  }
}




/*─────────────────────────────────────────────────────────────────────*/
/* 3. LAYOUT HAUT – Image + Sidebar                                   */
/*─────────────────────────────────────────────────────────────────────*/
.entreprise-top-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}

/* 3.1 Galerie */
.entreprise-gallery {
  flex: 2;
}
.entreprise-gallery img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

/* 3.2 Sidebar */
.entreprise-sidebar {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* 3.2.1 Cartes et map */
.entreprise-box,
.entreprise-map {
  background: #fff;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/*─────────────────────────────────────────────────────────────────────*/
/* 4. DESCRIPTION / CONTENU LONG                                      */
/*─────────────────────────────────────────────────────────────────────*/
.entreprise-layout {          /* 4.1 Bloc description */
  display: block;            /* (ajouté : règle manquante) */
}

.entreprise-description p, .entreprise-description li {   
  margin-bottom: 1rem;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: #484B50;
}

/*─────────────────────────────────────────────────────────────────────*/
/* 5. RESPONSIVE                                                      */
/*─────────────────────────────────────────────────────────────────────*/
@media (max-width: 768px) {
  .entreprise-top-layout {
    flex-direction: column;         /* 5.1 Empile image + sidebar */
  }
}

.infos-desktop, .desktop-header { display: none; }
.infos-mobile, .mobile-header  { display: block; }


  /* Cache le fil d'Ariane en mode mobile */
@media (max-width: 768px) {
  .breadcrumb {
    display: none !important;
  }  }


@media (min-width: 1024px) {
  .infos-desktop, .desktop-header  { display: block; }
  .infos-mobile, .mobile-header  { display: none; }
}


@media (max-width: 1024px) {
  .swiper-wrapper,
  .entreprise-gallery img, .swiper-slide img {
    height: 250px !important;
	border-radius: 0 !important; /* Arrondi des images */
  }
}




/*─────────────────────────────────────────────────────────────────────*/
/* 6. Galerie Swiper                                                   */
/*─────────────────────────────────────────────────────────────────────*/

/* — Conteneur global de la galerie — */
.entreprise-gallery {
  overflow: hidden; /* Empêche la barre de scroll de dépasser */
}

/* — Wrapper Swiper — */
.entreprise-main-swiper {
  width: 100%;
}

/* — Swiper interne (images, pagination, flèches, scrollbar) — */
.entreprise-main-swiper .swiper {
  width: 100%;
  /* height: auto !important; ← à retirer */
  padding-bottom: 15px;    /* ← Réserve pour la scrollbar */
  box-sizing: border-box;
}

/* — Slides — */
.entreprise-gallery .swiper-slide {
  width: 100% !important;
  height: 400px; /* ← Fixe la hauteur des slides pour éviter les sauts */
}

.entreprise-gallery .swiper-slide img {
  width: 100%;
  height: 100%; /* ← Force l’image à remplir le slide */
  object-fit: cover;
  border-radius: 10px;
}

/* Flèches de navigation - version moderne (desktop) */
@media (min-width: 769px) {
  .entreprise-gallery .swiper-button-prev,
  .entreprise-gallery .swiper-button-next {
    width: 44px;
    height: 44px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, transform 0.2s;
  }

  .entreprise-gallery .swiper-button-prev:hover,
  .entreprise-gallery .swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
    transform: scale(1.1);
    cursor: pointer;
  }

  /* Facultatif : améliore la visibilité des icônes (si SVG ou ::after utilisé) */
  .entreprise-gallery .swiper-button-prev::after,
  .entreprise-gallery .swiper-button-next::after {
  font-size: 20px;      /* Taille plus grande */
  font-weight: bold;    /* Texte plus épais */  }
}



/* — Barre de défilement (scrollbar) — */

.entreprise-main-swiper {
  --swiper-scrollbar-size: 7px;
}

.entreprise-main-swiper .swiper-scrollbar {
  border-radius: 6px;
  background: #e3f0e1 !important; /* Couleur de fond (rail) */
}

.entreprise-main-swiper .swiper-scrollbar-drag {
  height: 100%;
  border-radius: 6px;
  background: #559295 !important; /* Bleu principal */
  transition: background 0.3s ease;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2); /* Optionnel : effet de relief */
}

.entreprise-main-swiper .swiper-scrollbar-drag:hover {
  background: #005a87; /* Hover plus foncé */
}


.verified-ribbon {
    position: absolute;
    top: 10px; /* détaché du haut */
    left: 10px; /* détaché du bord gauche */
    background-color: #32bea6;
    color: #fff;
    padding: 6px 12px;
    font-weight: 500;
    border-radius: 12px; /* coins arrondis sur tous les bords */
    font-family: "Poppins", "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); /* effet flottant */
    z-index: 10; /* au-dessus de l’image */
}

.verified-ribbon .verified-check {
    margin-right: 6px;
    vertical-align: middle;
    stroke: #fff;
    width: 16px;
    height: 16px;
}

/* Variante "single" : coin supérieur droit */
.verified-ribbon.verified-single {
    top: 10px;
    left: 10px;
    border-radius: 12px;
    font-size: 0.95em;
    padding: 7px 14px;
}

/* Version mobile */
@media (max-width: 767px) {
  .verified-ribbon,
  .verified-ribbon.verified-single {
    top: 212px;
    right: 8px;
    left: auto;
    font-size: 0.8em;
    padding: 5px 10px;
  }

  .verified-ribbon.verified-single {
    right: auto;
    left: 8px;
  }

  .verified-ribbon .verified-check,
  .verified-ribbon .icon-exclamation {
    width: 14px;
    height: 14px;
  }
}

.verified-ribbon .ribbon-info-icon {
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.verified-ribbon .icon-exclamation {
  width: 16px;
  height: 16px;
  stroke: #fff;
}



@media (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
}

/**************************************************************
  Label de catégorie sur l'image 
**************************************************************/
.label-category.label-on-image {
    position: absolute;
    top: 10px;
    right: 10px; /* 👉 à droite, pas left */
    background-color: #ffffff;
    color: #0073aa;
    padding: 6px 12px 5px 12px;
    font-weight: 500;
    border-radius: 12px; /* coins arrondis sur tous les bords */
    font-family: "Poppins", "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); /* effet flottant */
    z-index: 10; /* au-dessus de l’image */
}

/* Variante responsive mobile */
@media (max-width: 767px) {
  .label-category.label-on-image {
    top: 212px;
    right: 8px;
    font-size: 0.8em;
    padding: 5px 10px;
  }
}



/*─────────────────────────────────────────────────────────────────────*/
/* 7. Sidebar annuaire                                                   */
/*─────────────────────────────────────────────────────────────────────*/

.side-widgets.entreprise-box .widget_media_image {
  border: 10px;
  padding: 10px;
}

/*─────────────────────────────────────────────────────────────────────*/
/* 8. Contact form                                                 */
/*─────────────────────────────────────────────────────────────────────*/

.contact-form-box form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-form-box input,
.contact-form-box textarea {
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.contact-form-box button {
  background: #0066cc;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
}
.contact-form-box button:hover {
  background: #004a99;
}

/*─────────────────────────────────────────────────────────────────────*/
/* 9. Icon info box – styles des icônes et des infos                 */
/*─────────────────────────────────────────────────────────────────────*/

/* Style de base des icônes */
.icon {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  fill: none;
  transition: stroke 0.2s ease, transform 0.2s ease;
  flex-shrink: 0; /* ✅ Ajouté pour empêcher l'icône de rétrécir */
}


.icon-map {
  width: 24px;
  height: 24px;
}

.icon-facebook {
  width: 28px;
  height: 28px;
          margin-left: -2px;

}


/* Couleurs personnalisées des icônes */
.icon-facebook  { stroke: #135cba; }
.icon-linkedin  { stroke: #0A66C2; }
.icon-instagram { stroke: #E1306C; }
.icon-x         { stroke: #000000; }
.icon-web       { stroke: #6e6e6e; }
.icon-map       { stroke: #32BEA6; }
.icon-email     { stroke: #559295; }
.icon-phone     { stroke: #FE926B; }

/* Animation douce au survol */
.icon:hover {
  transform: scale(1.2);
  opacity: 1;
}

/* Lignes d'infos */
.contact-infos li {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 0.75em;
  line-height: 1.5;
}


/* Lien générique */
.contact-infos li a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #878787;
  line-height: 1.6;
}

/* Pas de fond gris au survol, juste l'effet sur l'icône */
.contact-infos li a:hover {
  color: inherit;
}

/* Padding */
.contact-infos {
  padding-left: 5px;
}

@media (max-width: 768px) {
/* Padding */
.contact-infos {
  padding-left: 0;
}
}

/*─────────────────────────────────────────────────────────────────────*/
/* Icône Google Avis – même style que les autres icônes               */
/*─────────────────────────────────────────────────────────────────────*/

.icon-google {
  width: 25px;
  height: 25px;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

/* Même effet au survol */
.icon-google:hover {
  transform: scale(1.2);
}

/* Mise en page alignée avec les autres lignes de contact */
.google-review-note {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 0.75em;
  line-height: 1.5;
}

.google-review-note span {
  font-weight: 400;
  color: #444;
  font-size: 0.95em;
}



.contact-infos a {
  display: inline-flex;
  align-items: center;
  gap: 1em;
}


/*──────────────────────────────────────────────────────────────
10-  GOOGLE REVIEW (ligne dans la liste “infos pratiques”)
──────────────────────────────────────────────────────────────*/

/* conteneur <li> */
.contact-infos .google-review-bar{
  display:flex;
  align-items:center;
  gap:0.5em;           /* même espacement que les icônes */
  margin-bottom:0.75em;
  font-size:0.95em;
  line-height:1.5;
  color:#444;
}

/* bloc gauche : icône Google + note + (nb d’avis) */
.google-review-left{
  display:flex;
  align-items:center;
  gap:0.5em;
}

/* lien “10 avis” */
.google-review-left small a{
  color:inherit;
  font-size:0.9em;
  text-decoration:underline;
}

/* couleur du “(10 avis)” s’il n’est pas cliquable */
.google-review-left small{ color:#888; }

/* bloc droit : date de mise à jour → repoussé au max à droite */
.google-review-right{
  margin-left:auto;    /* pousse à droite */
  font-size:0.8em;
  color:#888;
  white-space:nowrap;
}



/*─────────────────────────────────────────────────────────────────────*/
/* 11. organisation page desktop/mobile        */
/*─────────────────────────────────────────────────────────────────────*/

.single-columns{
  display:flex;
  flex-direction:column;    /* mobile / tablette */
  gap:2rem;
}

/* ===== DESKTOP ================================================= */
@media (min-width:1024px){
  .single-columns{
    flex-direction:row;
    align-items:flex-start;
  }
  .main-col{ flex:2 1 0; order:1; }
  .side-col{
    flex:1 1 0;
    display:flex;
    flex-direction:column;
    gap:2rem;
    order:2;
  }
  .side-infos   { order:1; }
  .side-widgets { order:2; }
  .entreprise-map{ order:3; }
}





/*─────────────────────────────────────────────────────────────────────*/
/* 12. Map        */
/*─────────────────────────────────────────────────────────────────────*/


/* single-entreprise.css */
.entreprise-map      { padding:0; }
#map                 { width:100%; height:280px; border-radius:8px; }






/**************************************************************
  12. marqueur membre sur carte
**************************************************************/
/* Conteneurs pour marqueur membre / non-membre */
.member-marker,
.non-member-marker {
    position: relative;
}

/* Dimensions */
.member-marker {
    width: 46px;
    height: 46px;
}
.non-member-marker {
    width: 40px;
    height: 40px;
}

/* Forme en goutte (SVG) - Membre */
.member-marker .marker-base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%2332bea6%22%20d%3D%22M12%2C2C8.13%2C2%2C5%2C5.13%2C5%2C9c0%2C5.25%2C7%2C13%2C7%2C13s7-7.75%2C7-13C19%2C5.13%2C15.87%2C2%2C12%2C2z%20M12%2C11.5c-1.38%2C0-2.5-1.12-2.5-2.5S10.62%2C6.5%2C12%2C6.5c1.38%2C0%2C2.5%2C1.12%2C2.5%2C2.5S13.38%2C11.5%2C12%2C11.5z%22/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* Forme en goutte (SVG) - Non-Membre */
.non-member-marker .marker-base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%230073aa%22%20d%3D%22M12%2C2C8.13%2C2%2C5%2C5.13%2C5%2C9c0%2C5.25%2C7%2C13%2C7%2C13s7-7.75%2C7-13C19%2C5.13%2C15.87%2C2%2C12%2C2z%20M12%2C11.5c-1.38%2C0-2.5-1.12-2.5-2.5S10.62%2C6.5%2C12%2C6.5c1.38%2C0%2C2.5%2C1.12%2C2.5%2C2.5S13.38%2C11.5%2C12%2C11.5z%22/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Icônes internes */
.member-marker .marker-icon {
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    background-image: url("https://parentsbarcelone.com/wp-content/uploads/2025/02/checked-2.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.non-member-marker .marker-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-image: url("https://exemple.com/path/to/non-member-icon.png");
    background-size: cover;
    background-repeat: no-repeat;
}

/* Clusters */
.cluster-marker {
    width: 30px !important;
    height: 30px !important;
    background-color: #0073aa;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px !important; 
    font-weight: normal !important;
}

.cluster-marker.has-member {
    box-shadow: 0 0 0 4.5px #32bea6, 0 0 15px #32bea6;
}



/**************************************************************
  13. Session groupe
**************************************************************/



/* =====================================================
   SESSIONS GROUPE - Adapté à la charte graphique
   ===================================================== */

.sessions-container {
    max-width: none;
    width: 100%;
    margin-bottom: 40px;
}

/* Header avec toggle */
.sessions-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding: 0 8px;
}

.sessions-title {
    font-size: 24px;
    font-weight: 600;
    color: #484B50;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}



/* Conteneur des sessions */
.sessions-content {
    background: white;
    border-radius: 10px; /* ✅ Adapté : 10px comme vos autres éléments */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); /* ✅ Adapté : même shadow */
    overflow: hidden;
    min-height: 400px;
}


/* Vue cards */
.cards-view {
    display: none;
    padding: 24px;
}

.cards-view.active {
    display: block;
}

.sessions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}

.session-card {
    background: white; /* ✅ Adapté : fond blanc comme vos cards */
    border-radius: 10px; /* ✅ Adapté : 10px cohérent */
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); /* ✅ Adapté : même shadow */
    transition: all 0.2s ease;
    position: relative;
    border: 1px solid #f1f3f4; /* ✅ Adapté : bordure subtile */
}

.session-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* ✅ Shadow plus forte au hover */
}

.session-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.session-number {
    background: #32bea6; /* ✅ Adapté : votre couleur principale */
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Poppins', sans-serif; /* ✅ Adapté */
}

/* Éléments partagés */
.age-badge {
    background: #f0f7ff; /* ✅ Adapté : couleur plus douce */
    color: #0073aa; /* ✅ Adapté : couleur bleue plus cohérente */
    padding: 6px 12px;
    border-radius: 12px; /* ✅ Comme vos labels existants */
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif; /* ✅ Adapté */
    display: inline-block;
}

.days-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.day-tag {
    background: #f3e5f5;
    color: #7b1fa2;
    padding: 3px 8px;
    border-radius: 12px; /* ✅ Comme vos autres tags */
    font-size: 11px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif; /* ✅ Adapté */
    
}

.time-info {
    font-weight: 600;
    color: #32bea6; /* ✅ Adapté : votre couleur verte */
    margin-bottom: 4px;
    font-family: 'Poppins', sans-serif; /* ✅ Adapté */
        display: inline; /* ✅ CHANGÉ : inline au lieu de block */

}

.duration {
    color: #484B50; /* ✅ Adapté : couleur de votre texte */
    font-size: 12px;
    font-family: 'Poppins', sans-serif; /* ✅ Adapté */
        display: inline; /* ✅ CHANGÉ : inline au lieu de block */

}

.price-info {
    font-weight: 700;
    color: #32bea6;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    display: inline; /* ✅ CHANGÉ : inline au lieu de block */
}

.price-unit {
    color: #484B50;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    display: inline; /* ✅ CHANGÉ : inline au lieu de block */
    margin-left: 4px; /* ✅ AJOUTÉ : petit espace */
    font-weight: normal; /* ✅ AJOUTÉ : moins gras */
}

.places-info {
    font-weight: 600;
    text-align: center;
    font-family: 'Poppins', sans-serif; /* ✅ Adapté */
}

.places-available {
    color: #32bea6; /* ✅ Adapté : votre couleur verte */
}

.places-limited {
    color: #f57c00;
}

.places-full {
    color: #d32f2f;
}

/* Card specific styles */
.card-info-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.card-icon {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

.icon-age { background: #f0f7ff; color: #0073aa; } /* ✅ Adapté */
.icon-days { background: #f3e5f5; color: #7b1fa2; }
.icon-time { background: rgba(50, 190, 166, 0.1); color: #32bea6; } /* ✅ Adapté */
.icon-price { background: rgba(50, 190, 166, 0.1); color: #32bea6; } /* ✅ Adapté */

.card-info-content {
    flex: 1;
}

.card-info-label {
    font-size: 12px;
    color: #484B50; /* ✅ Adapté */
    font-weight: 500;
    margin-bottom: 2px;
    font-family: 'Poppins', sans-serif; /* ✅ Adapté */
}

.card-info-value {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    font-family: 'Poppins', sans-serif; /* ✅ Adapté */
}

.session-status {
    padding: 6px 12px;
    border-radius: 12px; /* ✅ Comme vos autres badges */
    font-size: 12px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif; /* ✅ Adapté */
}

.status-available {
    background: rgba(50, 190, 166, 0.1); /* ✅ Adapté : votre couleur */
    color: #32bea6;
}

.status-limited {
    background: #fff3e0;
    color: #f57c00;
}

.status-full {
    background: #ffebee;
    color: #d32f2f;
}

.text-muted {
    color: #999;
    font-style: italic;
    font-family: 'Poppins', sans-serif; /* ✅ Adapté */
}

/* Mobile responsive */
@media (max-width: 768px) {
    .sessions-header {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
    
    .sessions-grid {
        grid-template-columns: 1fr;
    }
    
    
    .sessions-container {
        padding: 0 15px; /* ✅ Adapté : même padding que vos autres éléments mobiles */
    }
    
    .sessions-title {
        font-size: 1.5em; /* ✅ Adapté : taille plus cohérente en mobile */
    }

    /* Conteneur des sessions */
.sessions-content {
    background: white;
    border-radius: 10px; /* ✅ Adapté : 10px comme vos autres éléments */
    box-shadow: none; /* ✅ Adapté : même shadow */
    overflow: hidden;
    min-height: 400px;
}

.cards-view {
    display: none;
    padding: 1px;
}
}

/* Animation de transition */
.fade-in {
    animation: fadeIn 0.3s ease-in;
}

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













/* Mise à jour des styles d'icônes pour SVG */
.card-icon {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px; /* Petit padding pour les SVG */
}

.card-icon svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Couleurs spécifiques pour chaque type d'icône */
.icon-age {
    background: white;
    color: #FE926B;
}

.icon-days {
    background: white;
    color: #7b1fa2;
}

.icon-time {
    background: white;
    color: #E1306C;
}

.icon-price {
    background: white;
    color: #32bea6;
}



/* ✅ AJOUTER À LA FIN DU FICHIER */
/* Nouveaux styles pour langues et compétition */
.icon-language { 
    background: white;
    color: #1976d2; 
}

.icon-competition { 
    background: white;
    color: #559295; 
}

.languages-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.language-tag {
    display: inline-block;
    padding: 4px 10px;
    background: #e3f2fd;
    color: #1976d2;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #bbdefb;
    white-space: nowrap;
}

.competition-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border: 1px solid transparent;
    white-space: nowrap;
}

.competition-oui {
    background: #fff3e0;
    color: #f57c00;
    border-color: #ffcc02;
}

.competition-non {
    background: #f3e5f5;
    color: #7b1fa2;
    border-color: #ce93d8;
}