#fpreinscref>span{margin-bottom:10px;line-height:30px;text-align:center;}
#membres{margin:0 0 20px}
h2.local-section{margin:10px 0!important;}
#membres>small, h2.local-section{color:var(--theme);font-size:14px!important}
#membres>small>i, h2.local-section>i{margin-right:8px;}
.signup-reassurance{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:8px;
  margin-top:14px;
  color:rgba(255,255,255,.72);
  font-size:13px;
}

.signup-reassurance i{
  color:#ffbb00;
}

div.ref form label.cgv_label{margin-bottom:0px;font-size:13px;}
div.ref #header h1{margin:0 0 20px;text-align:left;font-size:24px;line-height:30px;}
div.page.ref section h2{position:relative;margin-bottom:14px;font-size:27px}
.owl-carousel .owl-item{display:flex}
.owl-carousel .owl-item img{width:160px;height:auto;aspect-ratio:3 / 4;min-height:auto;border-radius:8px;border:1px solid #333}
.owl-carousel .owl-item img.no-avatar, img.profile-about-photo.no-avatar{filter:invert(1) contrast(0.7);border-color:white}
.owl-carousel.membres a{width:160px;display:inline-block;margin:auto;position:relative;overflow:hidden;white-space:nowrap;display:inline-block;text-overflow:ellipsis}
.owl-carousel.membres a>h3>span>span{color:green;background: #00800020;border-radius: 8px;padding: 1px 6px 2px;margin-top: 5px;display: inline-block;}
.owl-carousel.membres h3{position:absolute;border-radius:0 0 8px 8px;bottom:1px;left:1px;right:1px;background:linear-gradient(0deg, #000000ee, #00000099, transparent);font-size:14px;padding:4px 6px;margin:0;line-height:18px;}
.owl-carousel.membres h3>i{color:green;margin-right:5px;margin-top:3px;float:left;}
.owl-carousel.membres h3>b{text-shadow: 0 0 4px black;overflow:hidden;white-space:nowrap;display:inline-block;text-overflow:ellipsis;max-width:136px}
.owl-carousel.membres h3>b:first-letter{text-transform:capitalize}
.owl-carousel.membres h3>span{font-size:12px;width:150px;overflow:hidden;white-space:nowrap;display:inline-block;text-overflow:ellipsis;color:rgba(255,255,255,0.67)}
.card {
  border-radius: 18px;
}
.benefits .card{margin:20px 0 0;display:flex;flex-direction:row}
.benefits .card>i{color:var(--theme);float:left;margin:10px 20px 20px 0;font-size:46px}
.benefits .card>span{font-size:12px;line-height:1.4;color:rgba(255,255,255,.66);}
.benefits .card>span>b{padding-bottom:10px;display:inline-block;line-height:1.3;font-size:13px;width:100%;color:#ddd;}
div.ref p.bulles{transform:scale(1.3)}
  
.location-card{
  margin:auto;
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:80px;
  max-height:80px;
  width:166px;
  padding:15px;
  overflow:hidden;
  border:1px solid rgba(255,187,0,.16);
  border-radius:13px;
  color:#fff;
  text-decoration:none;
  background:
    linear-gradient(135deg, rgba(var(--theme-rgb),.92), rgba(var(--primary-rgb),.88));
}

.location-card::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.14;
  background-image:
    radial-gradient(circle at 20% 30%, #fff 0 2px, transparent 3px),
    radial-gradient(circle at 70% 60%, #fff 0 2px, transparent 3px),
    linear-gradient(35deg, transparent 45%, #fff 46%, transparent 48%);
  background-size:45px 45px, 65px 65px, 90px 90px;
}

.location-card > *{
  position:relative;
  z-index:1;
}

.location-icon{
  position:absolute;
  top:14px;
  right:14px;
  font-size:27px;
  opacity:.65;
}

.location-name{
  display:block;
  font-size:15px;
  line-height:1.15;
  font-weight:700;
  padding-right:30px;
}
.location-name>small{font-weight:600}
.location-count{
  display:block;
  margin-top:5px;
  font-size:11px;
  line-height:1.25;
  font-weight:500;
  color:rgba(255,255,255,.72);
}

.location-country{
  background:linear-gradient(135deg, #D64315, #101010);
}

.location-region{
  background:
    radial-gradient(
      circle at 20% 10%,
      rgba(168,85,247,.42),
      transparent 55%
    ),
    linear-gradient(
      145deg,
      #54209a,
      #21102f
    );
}

.location-department{
  background:linear-gradient(135deg, #d85d36, #37211b);
}

.location-city{
  background:linear-gradient(135deg, #df7958, #442922);
}
@media only screen and (max-width:767px) {
  div.ref.mobile #header{top:0}
  #header .login-buttons ul{transform:none;width:90%;margin:0 auto 20px}
  div.ref p.bulles{transform:scale(1.05)}
  div.page.ref section h2 {
    font-size:24px;
  }
  div.page.ref section h2:after {
    left:calc(50% - 30px);
  }
  div.ref.mobile section>.row>.columns{min-height:1px;text-align:left}
}

/* Bloc gauche : présentation */
.hero-intro-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3vw, 40px);
  background:
      linear-gradient(
          135deg,
          rgba(31, 31, 20, .62) 0%,
          rgba(17, 17, 14, .72) 48%,
          rgba(10, 10, 10, .65) 100%
      );

  border: 1px solid rgba(var(--theme-rgb), .18);
  border-radius: 16px;

  box-shadow:
      0 18px 45px rgba(0, 0, 0, .38),
      inset 0 1px 0 rgba(255, 255, 255, .05);

  -webkit-backdrop-filter: blur(10px) saturate(115%);
  backdrop-filter: blur(10px) saturate(115%);
  width: 100%;
  box-sizing: border-box;
  text-align:left
}

/* Bloc droit : formulaire d'inscription */
.hero-register-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 2.5vw, 34px);
  background:
      radial-gradient(
          circle at 50% 0%,
          rgba(var(--theme-rgb), .12),
          transparent 42%
      ),
      linear-gradient(
          160deg,
          rgba(20, 20, 18, .83) 0%,
          rgba(8, 8, 8, .86) 100%
      );

  border: 1px solid rgba(var(--theme-rgb), .42);
  border-radius: 16px;

  box-shadow:
      0 22px 55px rgba(0, 0, 0, .55),
      inset 0 1px 0 rgba(255, 255, 255, .06),
      0 0 28px rgba(var(--theme-rgb), .07);

  -webkit-backdrop-filter: blur(12px) saturate(120%);
  backdrop-filter: blur(12px) saturate(120%);
  width: 100%;
  box-sizing: border-box;
  max-width: 400px;
  margin-left: auto;
}
.hero-register-card>h2{font-size:24px!important}
.hero-register-card span.ou{min-height:auto!important;padding:5px 0 0!important;line-height:22px!important}
.hero-intro-card::before,
.hero-register-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 42%;
  pointer-events: none;

  background:
      linear-gradient(
          180deg,
          rgba(255, 255, 255, .045),
          transparent
      );
}

.hero-intro-card > *,
.hero-register-card > * {
  position: relative;
  z-index: 1;
}

.hero-content.row {
  display: flex;
  align-items: stretch;
  padding-bottom:30px
}

.hero-content .seven.columns {
  display: flex;
  align-items: center;
}

.hero-content .five.columns {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 760px) {
  .hero-content.row{display:inline-block}
  .hero-intro-card,
  .hero-register-card {
    padding: 24px 20px;
    margin-bottom:20px
  }
}

.profile-map-section {
  padding: clamp(45px, 6vw, 80px) 0;
  background:
      radial-gradient(
          circle at 75% 35%,
          rgba(var(--theme-rgb), .07),
          transparent 36%
      ),
      #101010;
}


/* Organisation des deux colonnes */

#map-section {
  display: flex;
  align-items: stretch;
  gap:16px;
  margin-top:20px;
}

#map-section > .columns {
  float: none;
  width: auto;
  margin-left: 0;
}

#map-section .map-content-column {
  padding:0;
  display: flex;
  flex: 1 1 50%;
}

#map-section .map-visual-column {
  padding:0;
  display: flex;
  flex: 1 1 50%;
}

.map-visual-column .map-center {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--theme);
  box-shadow: 0 0 0 5px #33333360;
  z-index: 3;
}
/* Carte de contenu à gauche */

.map-content-card {
  position: relative;
  width: 100%;
  padding: clamp(28px, 3.5vw, 44px);
  overflow: hidden;
  box-sizing: border-box;
  background:
      radial-gradient(
          circle at 0 0,
          rgba(var(--theme-rgb), .09),
          transparent 36%
      ),
      linear-gradient(
          145deg,
          rgba(31, 31, 27, .93),
          rgba(15, 15, 15, .97)
      );
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 18px;
  box-shadow:
      0 24px 55px rgba(0, 0, 0, .28),
      inset 0 1px 0 rgba(255, 255, 255, .04);
}

.map-content-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 42px;
  width: 65px;
  height: 2px;
  background: var(--theme);
  border-radius: 0 0 4px 4px;
}

.profile-section-label {
  display: block;
  margin-bottom: 13px;
  color: var(--theme);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.map-content-card h2 {
  max-width: 570px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 500;
  line-height: 1.2;
}

.map-content-card h3 {
  margin: 29px 0 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.map-content-card p {
  max-width: 620px;
  margin: 0 0 13px;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.7;
}

.map-content-card strong {
  color: rgba(255, 255, 255, .93);
}


/* Liste des avantages */

.map-content-benefits {
  display: grid;
  gap: 10px;
  margin: 0 0 27px;
  padding: 0;
  list-style: none;
}

.map-content-benefits li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, .77);
  font-size: 13px;
  line-height: 1.4;
}

.map-content-benefits i {
  display: flex;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: var(--theme);
  font-size: 12px;
  background: rgba(var(--theme-rgb), .09);
  border: 1px solid rgba(var(--theme-rgb), .17);
  border-radius: 50%;
}


/* CTA colonne gauche */
.map-content-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 7px 19px;
  box-sizing: border-box;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background: var(--theme);
  border: 1px solid var(--theme);
  border-radius: 6px;
  box-shadow: 0 10px 25px rgba(var(--theme-rgb), .12);
  transition:
      transform .2s ease,
      box-shadow .2s ease,
      background-color .2s ease;
}

.map-content-cta:hover {
  color: #111;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(var(--theme-rgb), .20);
}


/* Carte de droite */

.profile-map-card {
  position: relative;
  width: 100%;
  min-height: 440px;
  overflow: hidden;
  isolation: isolate;
  background: #171717;
  border: 1px solid rgba(var(--theme-rgb), .18);
  border-radius: 18px;
  box-shadow:
      0 24px 55px rgba(0, 0, 0, .32),
      inset 0 1px 0 rgba(255, 255, 255, .04);
}

.profile-map-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
      linear-gradient(
          180deg,
          rgba(8, 8, 8, .04) 0%,
          rgba(8, 8, 8, .05) 48%,
          rgba(8, 8, 8, .70) 100%
      ),
      var(--map-background);

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter:
      grayscale(.65)
      sepia(.35)
      brightness(.72)
      contrast(1.18)
      saturate(.85);
  transform: scale(1.025);
}

.profile-map-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
/*
  background:
      radial-gradient(
          circle at 55% 45%,
          rgba(var(--theme-rgb), .10),
          transparent 42%
      ),
      linear-gradient(
          90deg,
          rgba(16, 16, 16, .27),
          transparent 25%,
          transparent 75%,
          rgba(16, 16, 16, .27)
      );
      */
  background:
    radial-gradient(
      circle at 25% 15%,
      rgba(var(--theme-rgb),.4),
      transparent 55%
    ),
    linear-gradient(
      135deg,
      rgba(var(--theme-rgb),.25),
      rgba(var(--primary-rgb),.75)
    );
  mix-blend-mode:color;
}


/* Label localisation */
.map-location-label {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  color: rgba(255, 255, 255, .78);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  background: rgba(8, 8, 8, .68);
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.map-location-label i {
  color: var(--theme);
}


/* Statistiques en bas de la carte */

.map-stat-card {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 17px;
  background:
      linear-gradient(
          135deg,
          rgba(18, 18, 18, .88),
          rgba(7, 7, 7, .82)
      );
  border: 1px solid rgba(var(--theme-rgb), .20);
  border-radius: 12px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, .35);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

.map-stat-card > i {
  display: flex;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--theme);
  font-size:24px;
  background: rgba(var(--theme-rgb), .10);
  border: 1px solid rgba(var(--theme-rgb), .17);
  border-radius: 50%;
}

.map-stat-card > i.icon-angle-right {
  background: none;
  border: 0;
  margin:auto 0 auto auto;
  font-size: 40px;
}

.map-stat-card div {
  min-width: 0;
}

.map-stat-card strong,
.map-stat-card span {
  display: block;
}

.map-stat-card strong {
  margin-bottom: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.map-stat-card span {
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
  line-height: 1.4;
}

/* Tablette */

@media (max-width: 950px) {
  #map-section {
    gap: 20px;
  }

  #map-section .map-content-column {
    flex-basis: 46%;
  }

  #map-section .map-visual-column {
    flex-basis: 54%;
  }

  .map-content-card {
    padding: 28px;
  }

  .profile-map-card {
    min-height: 420px;
  }
}


/* Mobile */

@media (max-width: 760px) {
  .profile-map-section {
    padding: 40px 0;
  }

  #map-section {
    flex-direction: column;
    gap: 18px;
  }

  #map-section > .columns {
    flex: none;
    width: 100%;
  }

  .map-content-card {
    padding: 26px 21px;
    border-radius: 14px;
  }

  .map-content-card h2 {
    font-size: 25px;
  }

  .map-content-card h3 {
    margin-top: 25px;
    font-size: 17px;
  }

  .map-content-card p {
    font-size: 13px;
    line-height: 1.65;
  }

  .map-content-cta {
    display: flex;
    width: 100%;
  }

  .profile-map-card {
    min-height: 360px;
    border-radius: 14px;
  }

  .map-location-label {
    top: 14px;
    right: 14px;
  }

  .map-stat-card {
    right: 13px;
    bottom: 13px;
    left: 13px;
    padding: 13px;
  }
}

/* Fil d’Ariane */
.hero-intro-card .hero-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin: 0 0 19px;
  color: rgba(255, 255, 255, .62);
  font-size: 10px;
  line-height: 1.4;
}

.hero-intro-card .hero-breadcrumb a {
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
  transition: color .2s ease;
}

.hero-intro-card .hero-breadcrumb a:not(:last-child){
  max-width:clamp(70px, 9vw, 120px);
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
}

.hero-intro-card .hero-breadcrumb a:hover {
  color: var(--theme);
}

.hero-intro-card .hero-breadcrumb span {
  color: rgba(255, 255, 255, .48);
}

/* Petit intitulé au-dessus du H1 */
.hero-intro-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
  color: var(--theme);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.hero-intro-label::before {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--theme);
  border-radius: 2px;
}

/* Titre principal */
.hero-intro-card h1 {
  max-width: 590px;
  margin: 0 0 17px;
  color: #fff;
  font-size: clamp(26px, 3vw, 39px);
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: -.7px;
  text-wrap: balance;
}

.hero-intro-card h1 .pink-text {
  color: var(--theme);
  font-weight: inherit;
}

/* Texte d’introduction */
.hero-intro-text {
  max-width: 560px;
  margin: 0 0 21px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}

.hero-intro-text strong {
  color: rgba(255, 255, 255, .94);
  font-weight: 600;
}

/* Badges Gratuit / Anonyme / Sécurisé */
.hero-intro-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}

.hero-intro-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 31px;
  padding: 6px 10px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, .76);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 20px;
}

.hero-intro-benefits i {
  color: var(--theme);
  font-size: 11px;
}

/* Bouton principal */
.hero-intro-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 9px 19px;
  box-sizing: border-box;
  color: var(--theme);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  background: rgba(var(--theme-rgb), .07);
  border: 1px solid rgba(var(--theme-rgb), .48);
  border-radius: 6px;
  box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .035),
      0 10px 25px rgba(0, 0, 0, .15);
  transition:
      color .2s ease,
      background-color .2s ease,
      border-color .2s ease,
      box-shadow .2s ease,
      transform .2s ease;
}

.hero-intro-cta i {
  font-size: 13px;
}

.hero-intro-cta:hover {
  color: #111;
  background: var(--theme);
  border-color: var(--theme);
  box-shadow:
      0 12px 28px rgba(var(--theme-rgb), .16);
  transform: translateY(-2px);
}

/* Évite que le reflet du bloc passe au-dessus du contenu */
.hero-intro-card > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 950px) {
  .hero-intro-card h1 {
    font-size: 29px;
  }

  .hero-intro-text {
    font-size: 13px;
  }

  .hero-intro-benefits {
    gap: 6px;
  }

  .hero-intro-benefits span {
    padding-inline: 9px;
  }
}

@media (max-width: 760px) {
  .hero-intro-card .hero-breadcrumb {
    margin-bottom: 15px;
    font-size: 9px;
  }

  .hero-intro-label {
    margin-bottom: 11px;
    font-size: 9px;
  }

  .hero-intro-card h1 {
    margin-bottom: 14px;
    font-size: 26px;
    line-height: 1.16;
    letter-spacing: -.4px;
  }

  .hero-intro-text {
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 1.6;
  }

  .hero-intro-benefits {
    margin-bottom: 18px;
  }

  .hero-intro-benefits span {
    min-height: 29px;
    padding: 5px 8px;
    margin:auto;
    font-size: 10px;
  }

  .hero-intro-cta {
    display: flex;
    width: 100%;
    min-height: 46px;
    padding-inline: 14px;
  }
}

/* =========================================================
   BLOC PROFIL : CENTRES D’INTÉRÊT + RECHERCHE
   Structure :
   section
     .row
       .profile-extra-grid
         .profile-interests
         .profile-expectations
   ========================================================= */


/* ---------- Grille principale ---------- */

.profile-extra-grid {
  width: 100%;
  margin: 20px 0 0;
}


/* ---------- Cartes ---------- */

.profile-extra-grid > .profile-interests,
.profile-extra-grid > .profile-expectations {
  position: relative;
  min-width: 0;
  padding:20px 24px 20px;
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.045),
      rgba(255, 255, 255, 0.012)
    ),
    #111;
  border: 1px solid rgba(var(--theme-rgb, 242, 196, 0), 0.18);
  border-radius: 12px;
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.025);
    margin-bottom:20px
}

/* Petit trait décoratif en haut */
.profile-extra-grid > .profile-interests::before,
.profile-extra-grid > .profile-expectations::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: 42px;
  height: 3px;
  background: var(--theme, #f2c400);
  border-radius: 0 0 3px 3px;
}

/* Léger halo décoratif */
.profile-extra-grid > .profile-interests::after,
.profile-extra-grid > .profile-expectations::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 150px;
  height: 150px;
  pointer-events: none;
  background: radial-gradient(
    circle,
    rgba(var(--theme-rgb, 242, 196, 0), 0.08) 0%,
    rgba(var(--theme-rgb, 242, 196, 0), 0) 70%
  );
}

/* Le contenu reste au-dessus des décorations */
.profile-extra-grid > .profile-interests > *,
.profile-extra-grid > .profile-expectations > * {
  position: relative;
  z-index: 1;
}

/* ---------- Titres ---------- */
.profile-extra-grid h2 {
  margin: 0 0 18px;
  color: #f4f4f4;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
}

.profile-extra-grid h2 .yellow-text,
.profile-extra-grid h2 strong {
  color: var(--theme, #f2c400);
  font-weight: 600;
}

.profile-extra-grid > .profile-expectations{margin-bottom:10px}
/* ---------- Centres d’intérêt ---------- */

.profile-extra-grid .interest-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}

.profile-extra-grid .interest-tags span,
.profile-extra-grid .interest-tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 13px;
  color: #e3e3e3;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 20px;
}

/* Petit point coloré devant chaque intérêt */
.profile-extra-grid .interest-tags span::before,
.profile-extra-grid .interest-tags a::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  background: var(--theme, #f2c400);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(var(--theme-rgb, 242, 196, 0), 0.35);
}

/* Si les intérêts sont des liens */
.profile-extra-grid .interest-tags a {
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.profile-extra-grid .interest-tags a:hover,
.profile-extra-grid .interest-tags a:focus-visible {
  color: var(--theme, #f2c400);
  background: rgba(var(--theme-rgb, 242, 196, 0), 0.075);
  border-color: rgba(var(--theme-rgb, 242, 196, 0), 0.4);
  transform: translateY(-1px);
  outline: none;
}

/* ---------- Ce que le membre recherche ---------- */
.profile-extra-grid .profile-expectations .expectation-lead {
  margin: 0;
  color: #eeeeee;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}

/* Paragraphe classique éventuel */
.profile-extra-grid .profile-expectations p:not(.expectation-lead) {
  margin: 12px 0 0;
  color: #bdbdbd;
  font-size: 13px;
  line-height: 1.7;
}

/* ---------- Liste des attentes ---------- */
.profile-extra-grid .profile-expectations-list {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.profile-extra-grid .profile-expectations-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 10px 12px;
  color: #bbb;
  font-size: 13px;
  line-height: 1.45;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 7px;
}

.profile-extra-grid .profile-expectations-list li::before {
  content: "✓";
  display: block;
  flex: 0 0 auto;
  margin-top: 1px;
  color: var(--theme, #f2c400);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

/* ---------- Information absente ---------- */
.profile-extra-grid .profile-empty-value {
  margin: 0;
  color: #888;
  font-size: 13px;
  font-style: italic;
  line-height: 1.6;
}

/* ---------- Tablette ---------- */
@media screen and (max-width: 960px) {
  .profile-extra-grid {
    gap: 15px;
  }

  .profile-extra-grid > .profile-interests,
  .profile-extra-grid > .profile-expectations {
    padding: 21px;
  }

  .profile-extra-grid > .profile-interests::before,
  .profile-extra-grid > .profile-expectations::before {
    left: 21px;
  }

  .profile-extra-grid h2 {
    font-size: 19px;
  }
}

/* ---------- Mobile ---------- */
@media screen and (max-width: 767px) {
  .profile-extra-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    margin: 22px 0;
  }

  .profile-extra-grid > .profile-interests,
  .profile-extra-grid > .profile-expectations {
    padding: 20px;
    border-radius: 10px;
  }

  .profile-extra-grid > .profile-interests::before,
  .profile-extra-grid > .profile-expectations::before {
    left: 20px;
    width: 36px;
  }

  .profile-extra-grid h2 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.35;
  }

  .profile-extra-grid .interest-tags {
    gap: 7px;
  }

  .profile-extra-grid .interest-tags span,
  .profile-extra-grid .interest-tags a {
    min-height: 32px;
    padding: 6px 11px;
    font-size: 12px;
  }

  .profile-extra-grid .profile-expectations .expectation-lead {
    font-size: 14px;
  }

  .profile-extra-grid .profile-expectations-list {
    gap: 8px;
    margin-top: 15px;
    grid-template-columns: 1fr;
  }

  .profile-extra-grid .profile-expectations-list li {
    padding: 9px 11px;
    font-size: 12px;
  }
}

.six.columns.map-visual-column.mobile-four:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 48%;
  width: clamp(130px, 32%, 190px);
  aspect-ratio: 1;

  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 3px solid #33333360;
  background: rgba(var(--theme-rgb), .1);
  box-shadow:
      inset 0 0 25px rgba(var(--theme-rgb), .06),
      0 0 20px rgba(var(--theme-rgb), .12);
  pointer-events: none;
  z-index: 2;
}

.profile-about-card {
  height: 100%;
}

/* --------------------------------------------------
   HEADER : PHOTO + INTRO
-------------------------------------------------- */
.profile-about-header {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-top: 22px;
}

.profile-about-photo {
  display: block;
  width: 110px;
  height: 145px;
  flex: 0 0 110px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow:
      0 8px 25px rgba(0,0,0,.25);
}

.profile-about-intro {
  min-width: 0;
  padding-top: 3px;
  color: #bbb;
  font-size: 15px;
  line-height: 1.55;
}

.profile-about-name {
  color: #eee;
  font-size: 16px;
}

.profile-about-name strong {
  color: #fff;
  font-weight: 600;
}

.profile-about-location {
  margin-top: 3px;
}

.profile-about-location strong {
  color: #eee;
  font-weight: 500;
}

.profile-about-relation {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 9px;
  border-radius: 5px;
  background: rgba(var(--theme-rgb), .08);
  border: 1px solid rgba(var(--theme-rgb), .18);
  color: #bbb;
  font-size: 12px;
}

.profile-about-relation strong {
  color: var(--theme);
}

/* --------------------------------------------------
   INFORMATIONS PROFIL
-------------------------------------------------- */
.profile-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 8px;
  margin-top: 22px;
}

.profile-fact {
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 6px;
  background:
      linear-gradient(
          135deg,
          rgba(255,255,255,.045),
          rgba(255,255,255,.018)
      );
}

.profile-fact span {
  display: block;
  margin-bottom: 3px;
  color: #999;
  font-size: 12px;
  line-height: 1.3;
}

.profile-fact strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
  color: #eee;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

/* petite ligne jaune en haut de chaque case */
.profile-fact::before {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin-bottom: 7px;
  border-radius: 2px;
  background: var(--theme);
}

/* --------------------------------------------------
   MODE DE VIE
-------------------------------------------------- */
.profile-lifestyle {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 17px;
}

.profile-lifestyle span {
  position: relative;
  padding: 7px 11px 7px 22px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 20px;
  background: rgba(255,255,255,.035);
  color: #bbb;
  font-size: 12px;
  line-height: 1.3;
}

.profile-lifestyle span::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  width: 5px;
  height: 5px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--theme);
  box-shadow: 0 0 5px rgba(var(--theme-rgb),.45);
}

/* --------------------------------------------------
   DESCRIPTION
-------------------------------------------------- */
.profile-description {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.07);
}

.profile-description h3 {
  margin: 0 0 10px;
  color: #eee;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
}

.profile-description p {
  margin: 0;
  color: #bbb;
  font-size: 14px;
  line-height: 1.7;
}

/* --------------------------------------------------
   MOBILE
-------------------------------------------------- */
@media (max-width: 768px) {
  .profile-about-header {
    gap: 14px;
    margin-top: 18px;
  }

  .profile-about-photo {
    width: 85px;
    height: 113px;
    flex-basis: 85px;
  }

  .profile-about-intro {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }

  .profile-about-name {
    font-size: 15px;
  }

  .profile-about-relation {
    margin-top: 8px;
    font-size: 12px;
  }

  .profile-facts {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 7px;
    margin-top: 18px;
  }

  .profile-fact {
    padding: 9px 10px;
  }

  .profile-lifestyle {
    margin-top: 14px;
  }

  .profile-description {
    margin-top: 20px;
    padding-top: 17px;
  }
}