/* ======== BARRE D'ÉTAPES RHG – LUXE ======== */
#es {
  font-size: 14px;
}
#es .o-tabs {
  list-style: none;
  text-align: center;
  font-size: 14px;
}
/* Conteneur global des steps */
#es .es-stepbar {
    display: flex !important;
    justify-content: center !important;
}

/* UL qui contient toutes les étapes */
#es .es-stepbar__lists {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;              /* espace entre pastilles */
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

/* Chaque <li> (pastille ou trait) */
#es .es-stepbar .es-stepbar__lists > li {
   /* display: flex !important;*/
    align-items: center !important;
    position: relative !important;
}

/* Trait entre les cercles */
#es .es-stepbar .es-stepbar__lists > li.divider-vertical {
    flex: 0 0 24px !important;         /* longueur du trait */
    height: 1px !important;
    background: #D1B06B !important;    /* or RHG */
    margin: 0 4px !important;          /* petit espace de chaque côté */
    padding: 0 !important;
}

/* Supprime le faux diviseur final si EasySocial l’ajoute */
#es .es-stepbar .divider-vertical-last {
    display: none !important;
}

/* Pastilles (toutes les étapes) */
#es .es-stepbar .es-stepbar__lists > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: #f0f0f0 !important;
    border: 1px solid #ddd2c2 !important;
    color: #000 !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}

/* Numéro à l’intérieur des pastilles */
#es .es-stepbar .es-stepbar__lists .step-number {
    font-size: 15px !important;
    font-weight: 600 !important;
}

/* Étape ACTIVE */
#es .es-stepbar .es-stepbar__lists > li.active > a {
    background: #D1B06B !important;
    border-color: #D1B06B !important;
    color: #fff !important;
    box-shadow: 0 0 0 3px rgba(209,176,107,0.35) !important;
}

/* Survol */
#es .es-stepbar .es-stepbar__lists > li > a:hover {
    background: #d9c08a !important;
    border-color: #d9c08a !important;
    color: #fff !important;
}

/* Étapes passées */
#es .es-stepbar .es-stepbar__lists > li.past > a {
    background: #f5ecdd !important;
    border-color: #D1B06B !important;
    color: #7c6a4e !important;
}

/* Étape finale (drapeau) */
#es .es-stepbar .es-stepbar__lists .stepItem.last > a {
    background: #f5ecdd !important;
    border: 1px solid #D1B06B !important;
}

#es .es-stepbar .stepItem.last i.fa {
    font-size: 15px !important;
    color: #7C6A4E !important;
    opacity: 1 !important;
}
/* Masquer la pastille "check" (étape 0) avant le 1 */
#es .es-stepbar__lists li.stepItem.past:first-child {
    display: none !important;
}
#es .es-stepbar .es-stepbar__lists > li.divider-vertical {
  top: 0px !important;
  width: 1px;
}
/* Réglage des marges */
#es .t-lg-mb--lg {
  margin: 10px !important;
}
#es .es-streams .es-story {
  margin: 20px;
}
#es .es-container .es-content {
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #131313;
}
#es .o-form-actions {
  padding: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #3c3d3d;
  border-top: 1px solid #737171;
}
#es .o-form-control {
  color: #000;
  background-color: #d7d6d6;
}
#es .o-checkbox label {
  color: #4f4f4f;
}
#es .es-login-box__form-title {
  color: black;
}
#es .es-stream-list {
  margin: 10px;
}
#es .es-stream-preview {
  margin: 10px;
}
#es .es-stream-login-box {
  margin: 10px;
}
#es .o-avatar-v2 {
  margin: 4px;
}
#es .es-container__sidebar {
  margin-left: 10px;
}
/*-------------------------------------------------------*/
#es .es-stepbar__lists {
    gap: 14px !important;
}
/* Réduction précise de l'espace entre pastille et trait */
#es .es-stepbar__lists {
    gap: 2px !important; /* AU LIEU DE 14px ou 18px */
}

/* Supprimer les marges internes de chaque li */
#es .es-stepbar__lists > li {
    margin: 0 !important;
    padding: 0 !important;
}

/* Réduction de l'espacement autour du trait */
#es .es-stepbar__lists > li.divider-vertical {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
/* ===== FORMULAIRE ÉTAPE 1 – CARTE LUXE ===== */

body.view-registration #es .es-forms__group {
    max-width: 980px;
    margin: 10px auto 30px auto;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    padding: 32px 40px;
}

/* Header "Créer votre espace sécurisé" */
body.view-registration #es .es-field-header {
    margin-bottom: 18px;
}

body.view-registration #es .es-snackbar2__title {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

body.view-registration #es .es-field-header p {
    margin-top: 6px;
    font-size: 14px;
    color: #777;
}
/* Labels + texte du formulaire */

/* Labels des champs */
body.view-registration #es .o-control-label {
    font-family: "Playfair Display", serif;
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

/* Astérisque obligatoire en doré */
body.view-registration #es .o-control-label span {
    color: #D1B06B;
}

/* Texte d’aide (Note: …) */
body.view-registration #es .o-help-block {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.5;
    color: #7a7a7a;
}

body.view-registration #es .o-help-block strong {
    color: #555;
    font-weight: 600;
}
/** Champs textes, email, mot de passe **/

/* Inputs standards */
body.view-registration #es .o-form-control {
    border-radius: 999px;
    border: 1px solid #ddd2c2;
    padding: 9px 16px;
    height: 42px;
    font-size: 14px;
    line-height: 1.3;
    color: #333;
    background: #faf8f5;
    transition: all 0.2s ease;
}

/* Focus doré */
body.view-registration #es .o-form-control:focus {
    outline: none;
    border-color: #D1B06B;
    box-shadow: 0 0 0 2px rgba(209,176,107,0.35);
    background: #ffffff;
}

/* Placeholders */
body.view-registration #es .o-form-control::placeholder {
    color: #b5aa9a;
}

/* Les deux inputs de mot de passe l'un sous l'autre */
body.view-registration #es ul.input-vertical > li {
    margin-bottom: 8px;
}

/* Radio “Homme / Femme / Autre” + selects (date de naissance)*/

/* Radios plus soignés */
body.view-registration #es .o-radio {
    margin-right: 18px;
    font-size: 14px;
    color: #333;
}

body.view-registration #es .o-radio input[type="radio"] {
    margin-right: 6px;
}

/* Selects jour / mois / année */
body.view-registration #es .es-field-datetime-group .o-form-control {
    border-radius: 999px;
    background: #faf8f5;
}

/* Champ localisation (adresse) */
body.view-registration #es .es-location-form {
    border-radius: 14px;
    border-color: #e5dac8;
    background: #faf8f5;
}

/* Rattacher le bouton à la carte + l’aligner à droite */

/* Bloc qui contient le bouton "Continuer" */
body.view-registration #es .es-forms__actions {
    max-width: 980px;
    margin: 12px auto 60px auto;   /* même largeur / alignement que la carte */
}

/* Ligne interne du bouton */
body.view-registration #es .o-form-actions {
    display: flex;
    justify-content: flex-end;      /* bouton collé à droite de la carte */
    padding: 0;
    background: transparent;        /* supprime tout fond gris éventuel */
    border: none;
    box-shadow: none;
}
/* Labels des champs – style RHG */
body.view-registration #es .o-control-label {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 600;
    color: #222;
}
/* Texte des notes sous les champs */
body.view-registration #es .o-help-block {
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
    margin-top: 4px;
}
/* Espacement entre les blocs de champ */
body.view-registration #es .o-form-group {
    margin-bottom: 18px;
}

/* ============================================================
   VERSION MOBILE – RHG (max-width: 575px)
   ============================================================ */
@media (max-width: 575px) {

    /* ----- STEPS ----- */

    /* Taille réduite des pastilles */
    #es .es-stepbar .es-stepbar__lists > li > a {
        width: 30px !important;
        height: 30px !important;
        font-size: 13px !important;
    }

    /* Traits plus courts */
    #es .es-stepbar .es-stepbar__lists > li.divider-vertical {
        flex: 0 0 14px !important; 
        margin: 0 3px !important;
    }

    /* Réduire l'espace entre les éléments */
    #es .es-stepbar__lists {
        gap: 10px !important;
    }

    /* Barre de steps toujours centrée */
    #es .es-stepbar {
        padding: 0 10px !important;
    }

    /* ----- CARTE DU FORMULAIRE ----- */

    body.view-registration #es .es-forms__group {
        padding: 20px 18px !important;
        border-radius: 14px !important;
        margin: 22px 10px 40px 10px !important;
        box-shadow: 0 6px 18px rgba(0,0,0,0.05);
    }

    /* Titre adapté */
    body.view-registration #es .es-snackbar2__title {
        font-size: 18px !important;
    }

    /* ----- CHAMPS ----- */

    /* Inputs plus petits et mieux centrés */
    body.view-registration #es .o-form-control {
        height: 38px !important;
        border-radius: 999px !important;
        padding: 8px 14px !important;
        font-size: 14px !important;
    }

    /* Ajustement du bloc radio (Homme/Femme/Autre) */
    #es .o-radio {
        margin-right: 12px !important;
        font-size: 14px !important;
    }

    /* Selects plus petits */
    body.view-registration #es .es-field-datetime-group .o-form-control {
        height: 38px !important;
    }

    /* ----- BOUTON ----- */

    body.view-registration #es .es-forms__actions {
        margin: 0 10px 40px 10px !important;
    }

    body.view-registration #es #btn-register-submit {
        width: 100% !important;   /* bouton pleine largeur premium */
        text-align: center !important;
        padding: 12px 0 !important;
        border-radius: 999px !important;
    }
}
/*****************************************
 * RHG – DESIGN GLOBAL EASY SOCIAL (LUXE A)
 *****************************************/

/* ===========================
   0. Variables & base
   =========================== */

#es {
  --rhg-gold:        #d6b980;   /* champagne/or principal */
  --rhg-gold-dark:   #b79c6b;
  --rhg-bg-soft:     #faf8f3;
  --rhg-border:      #e7dfcf;
  --rhg-text:        #2e2e2e;
  --rhg-text-muted:  #7a7368;
}

/* Police générale à l’intérieur d’EasySocial */
#es {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
 /* color: var(--rhg-text);*/
}

/* Bloc principal centré */
#es.es-component.es-main {
  display: block !important;
  width: 100% !important;
  max-width: 1360px;
  margin: 0px auto 30px auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Liens généraux */
#es a {
  color: var(--rhg-gold-dark);
  text-decoration: none;
}

#es a:hover {
  color: var(--rhg-gold);
  text-decoration: none;
}

/* Titres généraux */
#es h1,
#es h2,
#es h3,
#es h4 {
  font-family: "Playfair Display", "Times New Roman", serif;
  color: var(--rhg-text);
  letter-spacing: 0.02em;
}
#es h1 {
	font-size: 24px;
}
/* ===========================
   1. Cartes / blocs généraux
   =========================== */

#es .es-card,
#es .es-content,
#es .es-panel,
#es .es-box,
#es .es-stream,
#es .es-profile-content,
#es .es-profile-sidebar,
#es .es-widget {
  background: #ffffff;
  border: 1px solid var(--rhg-border);
  border-radius: 10px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.04);
}

/* Séparation douce entre éléments consécutifs */
#es .es-card + .es-card,
#es .es-stream-item + .es-stream-item {
  border-top: 1px solid rgba(231, 223, 207, 0.7);
}

/* ===========================
   2. Boutons
   =========================== */

/* Boutons principaux génériques EasySocial */
#es .btn-es,
#es .btn-es-primary,
#es .btn-primary {
  background: linear-gradient(135deg, var(--rhg-gold), var(--rhg-gold-dark));
  border: none;
  color: #fff !important;
  border-radius: 999px;
  padding: 8px 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 12px;
}

#es .btn-es:hover,
#es .btn-es-primary:hover,
#es .btn-primary:hover {
  background: linear-gradient(135deg, var(--rhg-gold-dark), var(--rhg-gold));
  box-shadow: 0 6px 18px rgba(214, 185, 128, 0.45);
  transform: translateY(-1px);
}

/* Boutons secondaires */
#es .btn,
#es .btn-default,
#es .btn-es-default {
  background: #ffffff;
  border-radius: 999px;
  border: 1px solid var(--rhg-border);
  color: var(--rhg-text-muted);
  padding: 7px 18px;
  font-size: 12px;
}

#es .btn:hover,
#es .btn-default:hover,
#es .btn-es-default:hover {
  border-color: var(--rhg-gold);
  color: var(--rhg-gold-dark);
}

/* Icônes dans boutons */
#es .btn i {
  margin-right: 4px;
}

/* ===========================
   2bis. Bouton “+” de la toolbar
   =========================== */

/* Sélecteur plus spécifique pour dépasser #es .btn-es-primary existant */
#es .es-toolbar .btn-es-primary.btn-es-primary {
  background: linear-gradient(135deg, var(--rhg-gold), var(--rhg-gold-dark)) !important;
  border: none !important;
  color: #fff !important;
  border-radius: 50% !important;
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(214, 185, 128, 0.45);
}

#es .es-toolbar .btn-es-primary.btn-es-primary:hover {
  background: linear-gradient(135deg, var(--rhg-gold-dark), var(--rhg-gold)) !important;
  transform: translateY(-1px);
}

/* ===========================
   3. Header profil + cover
   =========================== */

#es .es-profile-header,
#es .es-profile {
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--rhg-border);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Cover */
#es .es-profile-header .es-cover,
#es .es-profile-header-cover {
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}

/* Avatar rond avec bord or */
#es .es-avatar,
#es .es-avatar img {
  border-radius: 50% !important;
}

#es .es-avatar {
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 2px var(--rhg-gold);
}

/* Nom + meta du profil */
#es .es-profile-header .es-name,
#es .es-profile-header-name {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--rhg-text);
}

#es .es-profile-header .es-meta,
#es .es-profile-header-meta,
#es .es-profile-header .es-status {
  color: var(--rhg-text-muted);
  font-size: 13px;
}

/* Badges sous le nom */
#es .es-badge,
#es .badge {
  background: var(--rhg-gold);
  color: #fff;
  border-radius: 999px;
  padding: 3px 10px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ===========================
   4. Navigation profil (onglets)
   =========================== */

/* Barre d’onglets du profil (Wireframe) */
#es .es-navbar--profile {
  border-bottom: 1px solid var(--rhg-border);
  background: linear-gradient(to right, #ffffff 0%, #fdfaf5 40%, #ffffff 100%);
}

/* Liens d’onglets */
#es .es-navbar--profile .es-navbar-nav > li > a {
  font-family: "Playfair Display", serif;
  font-size: 15px;
  letter-spacing: 0.05em;
  padding: 16px 22px;
  text-transform: none;
  color: #8a7f70;
  background: transparent;
  border: none;
  position: relative;
}

/* Survol onglet */
#es .es-navbar--profile .es-navbar-nav > li > a:hover {
  color: var(--rhg-gold-dark);
}

/* Barre or en survol */
#es .es-navbar--profile .es-navbar-nav > li > a:hover::after {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: -2px;
  height: 2px;
  background: rgba(214, 185, 128, 0.5);
  border-radius: 999px;
}

/* Onglet actif */
#es .es-navbar--profile .es-navbar-nav > li.is-active > a,
#es .es-navbar--profile .es-navbar-nav > li.active > a {
  color: var(--rhg-gold) !important;
  font-weight: 600;
}

/* Barre or sous l’onglet actif */
#es .es-navbar--profile .es-navbar-nav > li.is-active > a::after,
#es .es-navbar--profile .es-navbar-nav > li.active > a::after {
  content: "";
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: -2px;
  height: 3px;
  background: linear-gradient(90deg, var(--rhg-gold), var(--rhg-gold-dark));
  border-radius: 999px 999px 0 0;
}

/* ===========================
   5. Colonne "Introduction" profil
   =========================== */

#es .es-profile-sidebar .es-widget {
  background: #ffffff;
  border: 1px solid var(--rhg-border);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
  padding: 20px 22px;
  margin-bottom: 20px;
}

#es .es-profile-sidebar .es-widget-title {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  border-bottom: 1px solid var(--rhg-border);
  margin-bottom: 16px;
  padding-bottom: 6px;
}

#es .es-profile-sidebar .es-widget-body li,
#es .es-profile-introduction li {
  font-size: 14px;
  color: var(--rhg-text-muted);
  padding: 6px 0;
  display: flex;
  align-items: center;
}

#es .es-profile-sidebar .es-widget-body li i {
  margin-right: 10px;
  font-size: 16px;
  color: var(--rhg-gold-dark);
}

/* ===========================
   6. Boîte "Quoi de neuf"
   =========================== */

#es .es-stream-form {
  background: #fffeFC;
  border: 1px solid var(--rhg-border);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  padding: 18px 20px;
  margin-bottom: 20px;
}

/* Champ de texte */
#es .es-stream-form textarea,
#es .es-stream-form input[type="text"] {
  border-radius: 12px;
  border: 1px solid var(--rhg-border);
  background: var(--rhg-bg-soft);
  font-size: 13px;
  padding: 10px 12px;
}

#es .es-stream-form textarea:focus,
#es .es-stream-form input[type="text"]:focus {
  outline: none;
  border-color: var(--rhg-gold);
  box-shadow: 0 0 0 1px rgba(214, 185, 128, 0.4);
}

/* Barre d’actions (icônes photo, etc.) */
#es .es-stream-form .es-actions,
#es .es-status-actions {
  border-top: 1px solid var(--rhg-border);
  margin-top: 10px;
  padding-top: 8px;
}

#es .es-stream-form .es-actions a,
#es .es-status-actions a {
  font-size: 12px;
  color: var(--rhg-text-muted);
}

#es .es-stream-form .es-actions a i {
  color: var(--rhg-gold-dark);
}

/* ===========================
   7. Fils d’actualité / posts
   =========================== */

#es .es-stream-item {
  background: #fffeFC;
  border: 1px solid var(--rhg-border);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  padding: 18px 20px;
  margin-bottom: 20px;
}

/* En-tête du post */
#es .es-stream-header,
#es .es-stream-item .media-heading {
  font-size: 13px;
  color: var(--rhg-text);
}

#es .es-stream-meta,
#es .es-stream-time {
  font-size: 11px;
  color: var(--rhg-text-muted);
}

/* Texte du post */
#es .es-stream-content {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--rhg-text);
}

/* Images dans les posts */
#es .es-stream-content img {
  border-radius: 12px;
  overflow: hidden;
}

/* Barre J’aime / Commenter / Partager */
#es .es-stream-footer,
#es .es-stream-actions {
  margin-top: 12px;
  padding-top: 8px;
  border-top: 1px solid var(--rhg-border);
  display: flex;
  gap: 14px;
  font-size: 12px;
}

#es .es-stream-actions a {
  color: var(--rhg-text-muted);
}

#es .es-stream-actions a i {
  margin-right: 4px;
}

#es .es-stream-actions a:hover {
  color: var(--rhg-gold-dark);
}

/* ===========================
   8. Dropdowns & menus internes
   =========================== */

#es .dropdown-menu {
  border-radius: 10px;
  border: 1px solid var(--rhg-border);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

#es .dropdown-menu > li > a {
  font-size: 13px;
  padding: 8px 14px;
}

#es .dropdown-menu > li > a:hover {
  background: var(--rhg-bg-soft);
  color: var(--rhg-gold-dark);
}

/* ===========================
   9. États, notifications, pastilles
   =========================== */

#es .es-status-dot,
#es .es-online,
#es .es-offline {
  border-radius: 999px;
  box-shadow: 0 0 0 2px #ffffff;
}

/* Online plus doux */
#es .es-online {
  background: #6bbf7a;
}

/* Badges de notifications */
#es .badge-important,
#es .label-important {
  background: var(--rhg-gold-dark);
}

/* ===========================
   10. Formulaires divers
   =========================== */

#es input[type="text"],
#es input[type="email"],
#es input[type="password"],
#es select,
#es textarea {
  border-radius: 8px;
  border: 1px solid var(--rhg-border);
  box-shadow: none;
  font-size: 13px;
}

#es input[type="text"]:focus,
#es input[type="email"]:focus,
#es input[type="password"]:focus,
#es select:focus,
#es textarea:focus {
  border-color: var(--rhg-gold);
  box-shadow: 0 0 0 1px rgba(214, 185, 128, 0.35);
  outline: none;
}

/* ===========================
   11. Responsive (mobile)
   =========================== */

@media (max-width: 768px) {
  #es.es-component.es-main {
    margin-top: 20px;
    padding: 0 10px;
  }

  /* Onglets : réduction padding */
  #es .es-navbar--profile .es-navbar-nav > li > a {
    padding: 10px 10px;
    font-size: 12px;
    letter-spacing: 0.04em;
  }

  /* Cartes : marges plus petites */
  #es .es-stream-form,
  #es .es-stream-item {
    padding: 12px 12px;
  }

  #es .es-profile-sidebar {
    margin-top: 18px;
  }
}

/* Correctifs 05-12-2025 à 21:30*/
/* ===== BOUTON + (toolbar) ===== */
/* On cible tous les boutons de la toolbar, mais seul le + a un fond */

/* ===== Bouton + de la toolbar StackIdeas en version OR RHG ===== */

#fd .fd-toolbar__link.is-composer {
    background: linear-gradient(135deg, #d6b980, #b79c6b) !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    width: 42px !important;
    height: 42px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: none !important;
    box-shadow: 0 6px 18px rgba(214,185,128,0.45);
}

/* Icône + à l’intérieur */
#fd .fd-toolbar__link.is-composer i {
    font-size: 18px;
}

/* Hover */
#fd .fd-toolbar__link.is-composer:hover {
    background: linear-gradient(135deg, #b79c6b, #d6b980) !important;
    transform: translateY(-1px);
}

/* ===== Sidebar profil / bloc "Introduction" (module EasySocial) ===== */

/* On neutralise le conteneur brut */
#es.mod-es.mod-es-sidebar .es-sidebar {
    background: transparent;
    border: none;
    box-shadow: none;
}

/* Carte principale "Introduction" */
#es.mod-es.mod-es-sidebar .es-side-widget[data-type="info"] {
    background: #ffffff;
    border: 1px solid #e7dfcf;
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(0,0,0,0.05);
    padding: 20px 22px;
    margin-bottom: 20px;
}

/* En-tête + titre */
#es.mod-es.mod-es-sidebar .es-side-widget[data-type="info"] .es-side-widget__hd {
    border-bottom: 1px solid #e7dfcf;
    margin-bottom: 14px;
    padding-bottom: 6px;
}

#es.mod-es.mod-es-sidebar .es-side-widget__title {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    color: #2e2e2e;
}

/* Lignes (Rejoint, Points, Homme, etc.) */
#es.mod-es.mod-es-sidebar .es-side-widget[data-type="info"] .es-side-widget__bd li {
    font-size: 14px;
    color: #7a7368;
    padding: 6px 0;
    display: flex;
    align-items: center;
}

/* Icônes à gauche */
#es.mod-es.mod-es-sidebar .es-side-widget[data-type="info"] .es-side-widget__bd li i {
    margin-right: 10px;
    font-size: 16px;
    color: #b79c6b;
}

/* =========================================
   ONGLET PROFIL LUXE – ES PROFILE HEADER NAV
   ========================================= */

/* Style de base des liens d’onglets */
#es .es-profile-header-nav__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    font-family: "Playfair Display", serif;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-transform: none;
    color: #8a7f70;
    background: transparent;
    border-bottom: 3px solid transparent !important; /* on neutralise la bordure bleue */
    position: relative;
}

/* Couleur au survol */
#es .es-profile-header-nav__link:hover {
    color: #b79c6b;
}

/* Petit trait or au survol */
#es .es-profile-header-nav__link:hover::after {
    content: "";
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: -2px;
    height: 2px;
    background: rgba(214,185,128,0.5);
    border-radius: 999px;
}

/* Onglet actif : couleur + suppression bleu */
#es .es-profile-header-nav__item.is-active .es-profile-header-nav__link {
    color: #d6b980 !important;               /* remplace le bleu */
    border-bottom-color: transparent !important; /* on supprime la bordure bleue */
    font-weight: 600;
}

/* Barre or sous l’onglet actif */
#es .es-profile-header-nav__item.is-active .es-profile-header-nav__link::after {
    content: "";
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: -2px;
    height: 3px;
    background: linear-gradient(90deg, #d6b980, #b79c6b);
    border-radius: 999px 999px 0 0;
}
#es .o-avatar-v2.is-online {
  border: 2px solid #DBC394;
}
#fd .o-avatar.is-online {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-opacity: 1;
  --tw-ring-color: var(--fd-success-500-hex,rgb(205, 176, 122) ) !important;
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: rgb(var(--fd-color-inverse));
  background-color: #fff;
  box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);
}

/* Masquer la zone de création de post 
#es .es-postbox,
#es .es-postbox-wrapper,
#es .es-story-editor,
#es .es-story,
#es .es-new-story {
    display: none !important;
}*/

/* Masquer toute la timeline (stream) 
#es .es-stream,
#es .es-stream-wrapper,
#es .es-stream-item,
#es .es-stream-content,
#es .es-featured-streams,
#es .es-cluster-stream {
    display: none !important;
}*/

/* Masquer les boutons sociaux 
#es .es-actions,
#es .es-action-wrap,
#es .es-comments,
#es .es-social,
#es .es-reactions {
    display: none !important;
}*/

/* Masquer les filtres stream 
#es .es-filter,
#es .es-stream-filters,
#es .es-filter__toggle {
    display: none !important;
}*/

/* Amélioration mise en page 
#es .es-content,
#es .es-container {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
*/
/* ========= WRAPPER GÉNÉRAL ========= */
.rhg-dashboard-member {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px 15px;           /* un peu de respiration sur les côtés */
}

/* TITRES */
.rhg-title {
  font-size: 32px;
  font-weight: 600;
  color: #c7a567;
  margin-bottom: 10px;
}

.rhg-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
}

/* ========= GRID DES BLOCS ========= */
.rhg-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}

/* CARDS */
.rhg-block {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.05);
}

.rhg-block-title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #c7a567;
}

/* LISTE LIENS */
.rhg-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rhg-links li {
  margin-bottom: 8px;
}

.rhg-links a {
  text-decoration: none;
  color: #333;
}

/* ========= BREAKPOINTS RESPONSIVE ========= */

/* Grand tablet / petit laptop : 2 colonnes */
@media (max-width: 1199px) {
  .rhg-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Tablet portrait : 1 seule colonne */
@media (max-width: 991px) {
  .rhg-dashboard-member {
    margin: 30px auto;
    padding: 15px 10px;
  }

  .rhg-title {
    font-size: 26px;
  }

  .rhg-subtitle {
    font-size: 16px;
  }

  .rhg-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* Mobile : resserrer encore un peu */
@media (max-width: 575px) {
  .rhg-dashboard-member {
    margin: 20px auto;
    padding: 10px;
  }

  .rhg-block {
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0 10px 26px rgba(0,0,0,0.04);
  }

  .rhg-title {
    font-size: 22px;
  }

  .rhg-subtitle {
    font-size: 15px;
  }

  .rhg-block-title {
    font-size: 18px;
  }
}
#es .btn-es-primary-o {
  color: #fff !important;
  background-color: #c59a6d !important;
  border-color: #c59a6d !important;
}
#es .btn-es-primary-o:hover {
  color: #c59a6d !important;
  background-color: #fff !important;
  border-color: #c59a6d !important;
}
#es .o-form-group--float .o-control-label {
  top: 10px;
}
#es .es-login-box {
  padding: 50px 16px 50px 16px;
}
#fd .fd-toolbar .is-active .fd-toolbar__link:not(.no-active-state), #fd .fd-toolbar .is-active .fd-toolbar__submenu-link {
  --tw-bg-opacity: 1 !important;
  background-color: #696969 !important;
  --tw-text-opacity: 1;
  color: var(--fd-primary-500-hex,rgb(197, 154, 109)) !important;
}
#es .es-login-box__msg-title {
  font-family: 'Playfair Display', sans-serif;
  font-size: 26px;
}
#es .es-login-box__msg-desc {
  font-size: 18px;
}
@media (max-width: 575px) {
  #sp-header .logo {
    height: 40px;
  }
}

/*-------Photo profil---------*/
/* =========================================================
   RHG – PROFIL PREMIUM : PHOTO GRANDE + INFOS CENTRÉES
   ========================================================= */

#rhg-profile.rhg-profile{
  background: #f6f1e8;
}

/* HERO */
#rhg-profile .rhg-hero{
  position: relative;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;              /* centre verticalement */
  justify-content: center;          /* centre horizontalement */
  padding: 40px 18px;
}

#rhg-profile .rhg-hero__overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,.62) 0%,
    rgba(0,0,0,.55) 55%,
    rgba(0,0,0,.35) 100%
  );
}

#rhg-profile .rhg-hero__inner{
  position: relative;
  width: 100%;
  max-width: 1100px;
  z-index: 2;
}

/* HEAD CARD (background identique pour tous) */
#rhg-profile .rhg-headcard{
  width: 100%;
  display: grid;
  grid-template-columns: 320px 1fr; /* photo large + infos */
  gap: 34px;
  align-items: center;
  padding: 26px 26px;

  background: #0F0F0F;      /* uniforme pour tous */
  border: 1px solid rgba(214,177,94,.25);/* champagne discret */
  border-radius: 18px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* PHOTO profil grande (style “portrait premium”) */
#rhg-profile .rhg-headcard__photo{
  width: 100%;
  height: 200px;                  /* GRAND */
  object-fit: cover;
  border-radius: 14px;            /* rectangle premium */
  border: 2px solid rgba(214,177,94,.55);
  box-shadow: 0 18px 45px rgba(0,0,0,.35);
  display: block;
}
/* Limiter la colonne photo pour ne pas upscaler un avatar 200x200 */
#rhg-profile .rhg-headcard__left{
  width: 200px;
  flex: 0 0 200px;
  overflow: hidden;
  border-radius: 14px;
}

/* Nom + meta */
#rhg-profile .rhg-hero__name{
  font-family: "Playfair Display", serif;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 56px;
  color: #d6b15e;
  line-height: 1.05;
  margin: 0 0 10px;
}

#rhg-profile .rhg-hero__sub{
  font-family: "Playfair Display", serif;
  font-size: 22px;
  color: rgba(255,255,255,.92);
  margin: 0 0 14px;
}

#rhg-profile .rhg-hero__signature{
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,.86);
  max-width: 560px;
}

/* CONTENU (tes cartes existantes – léger tuning luxe) */
#rhg-profile .rhg-content{
  padding: 58px 18px 70px;
  max-width: 1100px;
  margin: 0 auto;
}

#rhg-profile .rhg-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

#rhg-profile .rhg-card{
  background: rgba(255,255,255,.45);
  border: 1px solid rgba(58,47,34,.18);
  border-radius: 16px;
  padding: 26px 26px;
}

#rhg-profile .rhg-title{
  font-family:"Playfair Display", serif;
  font-weight: 500;
  letter-spacing: 2px;
 /* text-transform: uppercase;*/
  font-size: 20px;
  color:#3a2f22;
  margin: 0 0 14px;
}

#rhg-profile .rhg-divider{
  height: 1px;
  width: 100%;
  background: rgba(58,47,34,.22);
  margin: 0 0 18px;
}

/*#rhg-profile .rhg-text{
  font-family:"Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  color: #2f2a25;
}*/

#rhg-profile .rhg-muted{ opacity: .65; }

/* LISTES */
#rhg-profile .rhg-checks,
#rhg-profile .rhg-bullets{
  list-style: none;
  padding: 0;
  margin: 0;
  font-family:"Poppins", sans-serif;
  font-size:16px;
  line-height:1.9;
  color:#2f2a25;
}

#rhg-profile .rhg-checks li,
#rhg-profile .rhg-bullets li{
  position: relative;
  padding-left: 26px;
  margin: 7px 0;
}

#rhg-profile .rhg-checks li:before,
#rhg-profile .rhg-bullets li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  font-weight: 700;
  opacity:.9;
}

/* GALERIE */
#rhg-profile .rhg-gallery__grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

#rhg-profile .rhg-gallery__item{
  display:block;
  overflow:hidden;
  border-radius: 12px;
  border: 1px solid rgba(58,47,34,.18);
  background:#fff;
}

#rhg-profile .rhg-gallery__item img{
  width:100%;
  height: 190px;
  object-fit: cover;
  display:block;
  transition: transform .25s ease;
}

#rhg-profile .rhg-gallery__item:hover img{
  transform: scale(1.03);
}

/* RESPONSIVE */
@media (max-width: 992px){
  #rhg-profile .rhg-hero{ min-height: 520px; }
  #rhg-profile .rhg-headcard{
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
  }
  #rhg-profile .rhg-headcard__photo{
    height: 320px;
    max-width: 420px;
    margin: 0 auto;
  }
  #rhg-profile .rhg-hero__name{ font-size: 44px; }
  #rhg-profile .rhg-hero__sub{ font-size: 18px; }
  #rhg-profile .rhg-grid{ grid-template-columns: 1fr; }

  #rhg-profile .rhg-gallery__grid{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px){
  #rhg-profile .rhg-headcard__photo{ height: 280px; }
  #rhg-profile .rhg-gallery__grid{ grid-template-columns: 1fr; }
  #rhg-profile .rhg-gallery__item img{ height: 220px; }
}
/* =========================================
   RHG – LOGIN : supprimer fond blanc + glass
   ========================================= */

/* Le fond blanc est sur le <form> */
#es .es-login-box__form{
  background: rgba(15, 15, 15, 0.55) !important;  /* noir transparent */
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;

  border: 1px solid rgba(214, 185, 128, 0.28) !important; /* champagne */
  border-radius: 18px !important;
  box-shadow: 0 20px 55px rgba(0,0,0,0.45) !important;
}

/* Texte / liens dans la box */
#es .es-login-box__form,
#es .es-login-box__form a,
#es .es-login-box__form label,
#es .es-login-box__form .es-login-box__form-title{
  color: rgba(255,255,255,0.92) !important;
}

/* Inputs */
#es .es-login-box__form input[type="text"],
#es .es-login-box__form input[type="email"],
#es .es-login-box__form input[type="password"]{
  background: rgba(255,255,255,0.10) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.20) !important;
}

#es .es-login-box__form input::placeholder{
  color: rgba(255,255,255,0.60) !important;
}




