a {
    text-decoration: none !important;
}

body {
    margin: 0;
    padding: 0;
    background-color: var(--bg-color);
    overflow-x: hidden;
    max-width: 100%;
}
.compteur-flottants {
    position: fixed;
    /* reste toujours visible */
    top: 200px;
    /* distance du haut */
    right: 5px;
    /* distance de la droite */
    background-color: var(--titre-color);
    /* rouge vif pour attirer l’œil */
    color: var(--text-color);
    padding: 15px 5px;
    border-radius: 25px;
    /* arrondi style badge */
    font-size: 24px;
    box-shadow: 0 4px 10px var(--shaodw-color);
    z-index: 9999;
    /* toujours au-dessus */
    z-index: 999;
}

/* effet quand le compteur change (animation “pop”) */
.compteur-flottants.pop {
    background-color: var(--navrigt-primary-bg);
}
.container {
    /* max-width: 900px; */
    /* margin: 20px auto; */
    padding: 8px;
    background-color: var(--bg-color);
    border-radius: 8px;
    box-shadow: 0 4px 15px var(--shadow-color);
    max-width: 100%;
}
.profile-info-container {
    padding: 5px;
}
.profile-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: var(--bg-color);
    overflow-x: hidden;
    box-sizing: border-box;
}

.page-container {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 0 8px;
}
.simple-share {
      margin: 15px 0;
      display: inline-block;
  }

  .simple-share .btn {
      background: linear-gradient(135deg, var(--effet-color) 0%, var(--logo-color) 100%);
      border: none;
      color: var(--bg-color);
      padding: 10px 20px;
      border-radius: 25px;
      font-weight: 500;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      display: flex;
      align-items: center;
      gap: 8px;
  }

  .simple-share .btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
      background: linear-gradient(135deg, var(--logo-color) 0%, var(--effet-color) 100%);
      color: var(--bg-color);
  }

  .simple-share .btn:active {
      transform: translateY(0);
  }

  .simple-share .btn i {
      font-size: 16px;
  }

  /* Animation de confirmation */
  @keyframes copySuccess {
      0% {
          transform: scale(1);
      }

      50% {
          transform: scale(1.1);
      }

      100% {
          transform: scale(1);
      }
  }

  .copy-success {
      animation: copySuccess 0.3s ease-in-out;
  }

  /* Version responsive */
  @media (max-width: 768px) {
      .simple-share .btn {
          padding: 8px 16px;
          font-size: 14px;
      }

      .simple-share .btn i {
          font-size: 14px;
      }
  }

  


.profile-header {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 100%;
    padding: 8px 10px 0;
    margin-bottom: 0;
    background-color: var(--bg-color);
    box-sizing: border-box;
}

.profile-header-card {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    overflow: visible;
    border: 1px solid var(--border-color);
    background-color: var(--bg-color);
    box-shadow: 0 2px 16px var(--shadow-color);
    box-sizing: border-box;
}

/* ── Résumé profil ── */
.profile-summary {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px;
    max-width: 100%;
    box-sizing: border-box;
    overflow: visible;
}

.profile-avatar-wrap {
    position: relative;
    flex-shrink: 0;
}

.profile-avatar,
.profile-header img.profile-avatar {
    width: 88px;
    height: 88px;
    border-radius: 12px;
    border: 2px solid var(--border-color);
    object-fit: cover;
    margin: 0;
    display: block;
    cursor: zoom-in;
}

.profile-avatar-edit {
    position: absolute;
    right: -4px;
    bottom: -4px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: var(--titre-color);
    color: var(--bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    border: 2px solid var(--bg-color);
    text-decoration: none;
}

.profile-content {
    flex: 1;
    min-width: 0;
    max-width: 100%;
    overflow: visible;
}

.profile-top-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 100%;
}

.profile-top-row__main {
    flex: 1 1 160px;
    min-width: 0;
    max-width: 100%;
}

.profile-name-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    min-width: 0;
    max-width: 100%;
}

.profile-display-name,
.profile-identity h1 {
    margin: 0;
    font-size: 25px;
    font-weight: var(--text-gras);
    color: var(--text-color);
    line-height: 1.2;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-badges {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.profile-badges .badge {
    width: 20px !important;
    height: 20px !important;
}

.profile-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 6px;
}

.profile-tag {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 500;
    color: var(--titre-color);
    background-color: var(--navrigt-primary-bg);
    border: 1px solid var(--border-color);
}

/* Boutons d'action compacts */
.profile-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    flex: 0 1 auto;
    max-width: 100%;
}

.profile-icon-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    background-color: var(--bg-color);
    color: var(--text-color);
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease;
    padding: 0;
}

.profile-icon-btn:hover {
    background-color: var(--hover-bg);
    border-color: var(--titre-color);
    color: var(--titre-color);
}

.profile-icon-btn__thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-icon-btn__badge {
    position: absolute;
    top: -3px;
    right: -3px;
    min-width: 14px;
    height: 14px;
    padding: 0 3px;
    border-radius: 7px;
    background-color: var(--titre-color);
    color: var(--bg-color);
    font-size: 9px;
    font-weight: var(--text-gras);
    line-height: 14px;
    text-align: center;
}

.profile-icon-btn__live-dot {
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ef4444;
    border: 2px solid var(--bg-color, #fff);
    box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.45);
    pointer-events: none;
    z-index: 2;
    animation: navLivePulse 1.6s ease-in-out infinite;
}

.profile-icon-btn__live-dot--solo {
    top: -2px;
    right: -2px;
    bottom: auto;
    left: auto;
}

.profile-icon-btn__live-dot[hidden] {
    display: none !important;
}

.profile-follow-btn {
    padding: 5px 12px;
    border-radius: 20px;
    border: 1px solid var(--titre-color);
    background-color: var(--bg-color);
    color: var(--titre-color);
    font-size: 12px;
    font-weight: var(--text-gras);
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
    white-space: nowrap;
}

.profile-follow-btn:hover,
.profile-follow-btn--active {
    background-color: var(--titre-color);
    color: var(--bg-color);
}

/* Métadonnées */
.profile-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    max-width: 100%;
}

.profile-meta li {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: var(--text-color);
    opacity: 0.55;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-meta li i {
    font-size: 11px;
    opacity: 0.8;
}

.profile-bio {
    margin: 8px 0 0;
    font-size: var(--taille-text-pc);
    color: var(--text-color);
    opacity: 0.65;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
    max-width: 100%;
}

/* Ligne propriétaire */
.profile-owner-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    max-width: 100%;
    overflow: visible;
    position: relative;
    z-index: 5;
}

.profile-progress {
    font-size: 11px;
    color: var(--text-color);
    opacity: 0.5;
}

.profile-owner-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.profile-pill-btn {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    background-color: var(--bg-color);
    color: var(--text-color);
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.15s ease;
}

.profile-pill-btn:hover {
    background-color: var(--hover-bg);
}

.profile-pill-btn--link {
    color: var(--titre-color);
    border-color: var(--border-color);
    gap: 4px;
}

.profile-pill-btn--link i {
    font-size: 10px;
}

.profile-pill-btn--muted {
    opacity: 0.55;
}

.profile-pill-btn--action {
    position: relative;
    z-index: 6;
    pointer-events: auto;
}

.info-dropdown {
    position: relative;
}

.info-dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 4px);
    background-color: var(--navrigt-primary-bg);
    min-width: 180px;
    max-width: min(260px, calc(100vw - 24px));
    box-shadow: 0 4px 12px var(--shadow-color);
    z-index: 30;
    padding: 10px;
    border-radius: 8px;
    font-size: 11px;
    overflow: hidden;
    word-break: break-word;
    border: 1px solid var(--border-color);
}

.info-dropdown:hover .info-dropdown-content,
.info-dropdown.is-open .info-dropdown-content {
    display: block;
}

.info-dropdown.is-open .profile-pill-btn {
    background-color: var(--hover-bg);
    border-color: var(--titre-color);
    color: var(--titre-color);
}
.profile-stats-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: 100%;
    padding: 10px 12px;
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    box-sizing: border-box;
    overflow: hidden;
}

.profile-stat-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    min-width: 0;
    max-width: 33.333%;
    padding: 4px 6px;
    text-decoration: none;
    color: inherit;
    text-align: center;
    transition: opacity 0.15s ease;
    box-sizing: border-box;
}

.profile-stat-block:hover {
    opacity: 0.75;
}

.profile-stat-num {
    display: block;
    font-size: 16px;
    font-weight: var(--text-gras);
    color: var(--text-color);
    line-height: 1.2;
}

.profile-stat-label {
    display: block;
    font-size: 11px;
    color: var(--text-color);
    opacity: 0.5;
    line-height: 1.2;
    margin-top: 2px;
}

.profile-stat-block--active .profile-stat-num,
.profile-stat-block:hover .profile-stat-num {
    color: var(--titre-color);
}

.profile-stat-block--active .profile-stat-label {
    color: var(--titre-color);
    opacity: 0.7;
}

.profile-tabs {
    position: fixed;
    top: 202px;
    background-color: var(--bg-color);
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 100%;
}
.header-icons {
    position: absolute;
    top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
}

.header-icons button,
.header-icons a {
    background: none;
    border: none;
    color: var(--text-color);
    cursor: pointer;
    font-size: var(--taille-text-pc);
    text-decoration: none;
}

.profile-info {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.profile-header img:not(.profile-avatar):not(.badge):not(.mp-circle-thumb) {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-left: 15px;
    margin-bottom: -5px;
    object-fit: cover;
}


.drop {
    display: flex;
    margin-left: 0;
    gap: 4px;
    flex-wrap: wrap;
    background-color: transparent;
}

.info-dropdown-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
}

.info-dropdown-button:hover {
    background-color:var(--hover-bg);
}


.profile-info p {
    margin: 5px 0;
}

.scrollable-table-container {
    overflow-x: auto;
    margin-bottom: 20px;
}

.scrollable-table {
    width: auto;
    border-collapse: collapse;
}

.scrollable-table th,
.scrollable-table td {
    border: 1px solid var(--border-color);
    padding: 8px;
    text-align: left;
    white-space: nowrap;
}

.scrollable-table th {
    background-color: var(--bg-color);
}


.dropdown {
    position: absolute;
    top: -3px;
    right: 10px;
    z-index: 10;
}

.dropdown-button {

    color: var(--text-color);
    padding: 8px 8px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    background-color: var(--navrigt-primary-color);
}

.dropdown-button:hover {
    background-color: var(--hover-bg);
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--bg-color);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px var(--shadow-color);
    z-index: 1;
    right: 0;
}

.dropdown-content a {
    color: var(--text-color);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: var(--hover-bg);
}

.dropdown:hover .dropdown-content {
    display: block;
}

.icon-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
    margin: 8px 0 0;
}

.icon-card{
  
    background-color: transparent;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    border: 1px solid   var(--border-color);
    width: 26px;
    height: 26px;
}
    
.icon-card i {
    /* Taille de l'icône */
    color: var(--text-color);
    font-size: 14px !important;

    /* Couleur de l'icône */
}

/* Boutons de confirmation et d'annulation */
.bout {
    padding: 0 !important;
    font-size: var(--taille-text-pc);
    /* Petite taille de police */
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.fas.fa-bars {
    color: var(--text-color);
    /* Couleur bleue, modifiez selon vos besoins */
    font-size: 24px;
    /* Taille de l'icône */
    transition: color 0.3s ease;
    /* Transition pour un effet fluide */
}





.profile-title-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.stats-circles {
    display: flex;
    justify-content: center;
    margin-top: 4px;
    margin-left: 10px;
}

.stats-circles a {

    text-decoration: none !important;
}

.stat-circle {

    align-items: center;
    width: 80px !important;
    height: 24px !important;
    justify-content: center !important;
    color: var(--text-color) !important;
}

.stat-circle i {
    font-size: var(--taille-icon-pc);
    margin-top: 2px;
}

.tab {
    overflow: hidden !important;
    background-color: var(--navrigt-primary-color) !important;
}
span.clients {
    display: block;
    font-weight: var(--text-gras);
}


.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 1px 112px !important;
    transition: 0.3s;
    margin-left: 48px !important;
}

.tab button:hover {
    background-color: var(--hover-bg);
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid var(--border-color);
    border-top: none;
    font-size: var(--taille-text-pc);
}
.profile-nav-container {
    display: flex;
    justify-content: space-around;
    position: relative;
    width: 100%;
    max-width: 100%;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    background: var(--bg-color);
    box-sizing: border-box;
    overflow: hidden;
}

.profile-nav-link {
    flex: 1;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
    font-size: 1.2em;
    color: var(--text-color);
    transition: color 0.3s;
    position: relative;
    z-index: 2;

}

.profile-nav-link.active {
    color: var(--titre-color);
}

.profile-nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background-color: var(--titre-color);
    border-radius: 3px 3px 0 0;
}

.profile-nav-link:hover {
    border-bottom: 2px solid var(--hover-bg);
}

.profile-nav-link i {
    font-size: var(--taille-icon-pc);
}

/* Loader overlay centré */
.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* centre exact */
    width: 40px;
    /* taille du cercle */
    height: 40px;
    border: 4px solid var(--logo-color);
    /* couleur de fond du cercle */
    border-top-color: var(--effet-color);
    /* couleur du segment animé */
    border-radius: 50%;
    /* forme circulaire */
    animation: spin 1s linear infinite;
    /* rotation */
    z-index: 9999;
}
.profile-header .header-icons .notification-icon {
    position: relative;
}

.profile-header .header-icons .notification-icon i {
    margin-right: 0;
}

.profile-header .header-icons .notification-icon .badge {
    position: absolute;
    top: -5px;
    right: -3px;
    color: var(--text-color);
    border-radius: 50%;
    padding: 2px 4px;
    font-size: var(--taille-icon-pc);
}

.profile-header .header-icons .edit-profile-icon {
    position: absolute;
    bottom: 8px;
    right: 8px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-header .header-icons .edit-profile-icon i {
    font-size: var(--taille-icon-pc);
    color: var(--text-secondary);
    margin-left: -20px;

    margin-top: 60px;
}

.abonner-btn {
    display: flex;
    padding: 0px;
    font-size: var(--taille-text-pc);
    border-radius: 8px;
    border: none;
    cursor: pointer;
    color: var(--text-color);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    align-items: center;
}

.abonner-btn.abonne {
    background-color: none;
    /* Couleur de fond pour "abonne" */
}

.abonner-btn.not-abonne {
    background-color: var(--navrigt-primary-color);
    /* Couleur de fond pour "not-abonne" */
}

/* Effet 3D au survol */
.abonner-btn:hover {
    transform: translateY(-4px);
    /* Soulèvement du bouton */
    box-shadow: 0px 4px 84px var(--hover-bg);
}

/* Effet enfoncé */
.abonner-btn:active {
    transform: translateY(2px);
    /* Bouton enfoncé */
    box-shadow: 0px 3px 4px var(--shadow-color);
}

/* taille pour ecran ordinateurs */

.profile-header .header-icons .edit-profile-icon i {
    display: none;
}






.stats-circles {
    justify-content: flex-start;
}


.mobile-link {
    display: none;
    /* Masque le lien mobile */
}
.swal2-popup {
    font-size: var(--taille-text-pc);
    /* réduit la taille globale */
    width: 300px !important;
    /* ajuste la largeur */
    padding: 1rem !important;
    /* ajuste le padding */
}
.info-card {
    display: flex;
    align-items: flex-start;
    background: var(--bg-color);
    border-radius: 8px;
    transition: all 0.2s ease;
}
.progress-text {
    display: block;
    font-size: 6px;
    color: var(--text-color);
}
.info-card:hover {
    border-color: var(--hover-bg);
    background: var(--bg-color);
}

.info-card.full-width {
    grid-column: 1 / -1;
}

.info-icon {
    font-size: 16px;
    margin-right: 12px;
  
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-color);
    border-radius: 6px;
    color: var(--text-color);
    flex-shrink: 0;
    border: 1px solid var(--border-color);
}

.info-content {
    flex: 1;
    min-width: 0;
}

.info-label {
    display: block;
    font-size: var(--taille-text-pc);
    font-weight: var(--text-gras);
    text-transform: uppercase;
    color: var(--text-color);
    letter-spacing: 0.3px;
    margin-bottom: 4px;
    
}

.info-value {
    font-size: var(--taille-text-pc);
    font-weight: 400;
    color: var(--text-color);
    margin: 0;
    line-height: 1.4;
}

.bio-text {
    line-height: 1.5;
    color: var(--text-color);
}
        .simple-share {
            margin: 15px 0;
            display: inline-block;
        }

        .simple-share .btn {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border: none;
            color: white;
            padding: 10px 20px;
            border-radius: 25px;
            font-weight: 500;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .simple-share .btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
            background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
            color: white;
        }

        .simple-share .btn:active {
            transform: translateY(0);
        }

        .simple-share .btn i {
            font-size: 16px;
        }

        /* Animation de confirmation */
        @keyframes copySuccess {
            0% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.1);
            }

            100% {
                transform: scale(1);
            }
        }

        .copy-success {
            animation: copySuccess 0.3s ease-in-out;
        }

        /* Version responsive */
        @media (max-width: 768px) {
            .simple-share .btn {
                padding: 8px 16px;
                font-size: 14px;
            }

            .simple-share .btn i {
                font-size: 14px;
            }
        }
/* Responsive */
@media (max-width: 768px) {
    .profile-nav-link i {
            font-size: var(--taille-icon-mo);
        }
.info-label {
        font-size: var(--taille-text-mo);
     

    }

    .info-value {
        font-size: var(--taille-text-mo);
     
    }
    .info-card {
        padding: 14px;
    }

    .info-card.full-width {
        grid-column: 1;
    }
}

@media (max-width: 480px) {
    .info-card {
        padding: 12px;
        flex-direction: row;
        text-align: left;
    }

    .info-icon {
        margin-right: 12px;
        margin-bottom: 0;
    }

    .info-value {
        font-size: 13px;
    }
}

/* États vides */
.info-value:empty::before {
    content: "Non renseigné";
    color: var(--text-color);
    font-weight: var(--text-gras);
}


@media (max-width: 768px) {
    /* Texte sous la barre */
        .progress-text {
            font-size: var(--taille-text-mo);
            display: block;
            margin-top: 6px;
        }
    .video-or-title {
            font-size: var(--taille-text-mo);
        }
    .abonner-btn {
          
            font-size: var(--taille-text-mo);
           
        }
    .stat-circle i {
 font-size: var(--taille-icon-mo);
        }
.profile-nav-link {
      
        font-size: var(--taille-text-mo);
    }

    .tabcontent {
         
            font-size: var(--taille-text-mo);
        }
 
.profile-display-name {
        font-size: 25px !important;
    }
    .header-icons button,
        .header-icons a {
        
            font-size: var(--taille-text-mo);
        }
    .dropdown-content a {
        padding: 5px 16px !important;
    }
        .profile-header .header-icons .notification-icon .badge {
           
            font-size: var(--taille-icon-mo);
        }
        .profile-header .header-icons .edit-profile-icon i {
            font-size: var(--taille-icon-mo);
           
        }
        .swal2-popup {
            font-size: var(--taille-text-mo);
        
        }
        img.badge {
            width: 10px !important;
            height: 10px !important;
            margin-left: 1px;
            margin-top: 11px;
            border-radius: inherit !important;
        }
  .profile-header {
    padding: 6px 8px 0;
  }

  .profile-summary {
    flex-direction: row;
    align-items: center;
    padding: 12px 10px;
    text-align: left;
    gap: 10px;
  }

  .profile-top-row {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .profile-top-row__main {
    width: 100%;
  }

  .profile-name-line {
    justify-content: flex-start;
  }

  .profile-display-name,
  .profile-identity h1 {
    font-size: 20px !important;
    white-space: normal;
    word-break: break-word;
  }

  .profile-tags {
    justify-content: flex-start;
  }

  .profile-actions {
    justify-content: flex-start;
    margin-top: 6px;
  }

  .profile-meta {
    justify-content: flex-start;
  }

  .profile-meta li {
    white-space: normal;
    word-break: break-all;
  }

  .profile-owner-row {
    justify-content: flex-start;
  }

  .profile-avatar,
  .profile-header img.profile-avatar {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
  }

  .profile-stats-bar {
    padding: 8px 8px;
  }

  .profile-stat-block {
    max-width: none;
    padding: 4px 4px;
  }

  .profile-stat-num {
    font-size: 14px;
  }

  .profile-stat-label {
    font-size: 10px;
  }

  .page-container {
    padding: 0 6px;
  }

  .profile-header img:not(.profile-avatar) {
    margin-bottom: 10px;
  }

  .stats-circles {
    margin-top: 10px;
  }

    .dropdown-content {
        font-size: 10px !important;
        min-width: 121px !important;
    }

    .tabcontent {
        font-size: 5px !important;
    }

    .swal2-popup {
            /* réduit la taille globale */
    
        width: 200px !important;
            /* ajuste la largeur */
        padding: 5px !important;
            /* ajuste le padding */
        }
.icon-card-container {

    margin-left: 0 !important;
}
}



.mp-circle-thumb {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  object-fit: cover;
  display: block;
}

@media (min-width: 769px) {
  .mp-circle-thumb {
    width: 36px !important;
    height: 36px !important;
  }

  .mp-actions-btn {
    width: 36px;
    height: 36px;
  }
}

.mp-emoji-animated {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  animation: mpEmojiPulse 1.4s ease-in-out infinite;
}

@keyframes mpEmojiPulse {
  0% { transform: translateY(0) scale(1); }
  30% { transform: translateY(-2px) scale(1.12); }
  60% { transform: translateY(0) scale(0.98); }
  100% { transform: translateY(0) scale(1); }
}