/** LAYOUT **/
body {
    background-color: transparent;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
}

footer {
    background-color: #000;
    color: #FFF;
}
footer div {
    text-align: center;
    padding: 10px;
}

/** --// LAYOUT **/

/** HOME PAGE **/
#layout-index {
    margin: 0;
    padding: 0;
    background: url("../img/background-homepage.jpg") no-repeat center fixed;
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
}

#home-body-content {
    background-color: #FFF;
}
#home-logo {
    margin-top: 40px;
    margin-bottom: 40px;
}

#home-menu > li {
    padding: 0px 10px 5px 10px;
}
#home-menu > li > a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}
#home-menu > li:hover {
    border-bottom: 1px solid #FFF;
}
#header-slogan {
    margin-top: 30px;
    margin-bottom: 30px;
    letter-spacing: 3px;
    font-size: 25px;
    color: #FFF;
}
#header-slogan > span {
    color: #7accc8;
}
#header-slogan > hr {
    width: 150px;
    border-top: 1px solid #FFF;
}

#home-certifications {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #FFF;
}
#home-certifications > div {
    text-transform: uppercase;
    font-weight: 600;
}
#home-certifications > ul > li > span {
    font-weight: normal;
}
#home-certifications > div {
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-top: 2px;
    margin-left: 50px;
    background-image: url("../img/pictos/pictos-certification-bijoux.png");
}
#home-certifications > div:first-child {
    background-image: url("../img/pictos/pictos-certification-pierre.png");
    padding-left: 40px;
}

#home-illustration img {
    height: 380px;
}
/** //--// HOME PAGE **/

#home-body img {
    width: 100%;
}

/* NAVBAR CLASSIQUE */
#navbar-stilitiva {
    background-color: #000 !important;
}
#navbar-stilitiva.navbar {
    background-color: #000 !important;
}
#navbar-stilitiva.nav-link {
    color: #FFF !important;
}
#navbar-stilitiva.navbar-nav li.active {
    border-bottom: 1px solid #FFF;
}
#navbar-stilitiva.navbar-nav li:hover {
    border-bottom: 1px solid #FFF;
}
#navbar-stilitiva.navbar-light #navbar-stilitiva.navbar-toggler-icon {
    color: #FFF !important;
}

/* BREADCRUMB */
.breadcrumb {
    background-color: #FFF;
    margin: 0px;
    padding: 10px;
}
.breadcrumb-item.active {
    text-transform: uppercase;
    color: #000;
}

/* CONTENT PAGE */
#content-title h1,
#content-title h2,
#content-title h3 {
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    letter-spacing: 5px;
}
#content-title h1 {
    font-size: 36px;
}
#content-title h2 {
    font-size: 16px;
    color: #77c6c2;
}
#content-title hr {
    border-top: 1px solid #000;
    width: 150px;
}
#content-banner {
    margin-top: 30px;
    margin-bottom: 30px;
}

/** BODY CONTENT **/
#content-body h3 {
    font-size: 26px;
    padding: 0px;
    letter-spacing: 3px;
}

/** STILIVITA COMPOSER (général) **/

#composer-container {
    margin-top: 20px;
    margin-bottom: 55px;
}

#composer-container h3 {
    color: #17a2b8;
    font-size: 20px;
    margin-top: 30px;
}

.stilivita-composer {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
}

.stilivita-composer img.bouddha-components {
    width: 50px !important;
}
.stilivita-composer img.planete-components {
    width: 40px !important;
}
.stilivita-composer img.tube-si104 {
    height: 23px;
    width: 15px !important;
}
.stilivita-composer img.tube-si103 {
    height: 22px;
    width: 28px !important;
}
.stilivita-composer img {
    width: 28px !important;
}
.stilivita-composer img.fermoir {
    width: 85px !important;
    height: auto;
}
.stilivita-composer img.extension {
    width: 130px !important;
    height: auto;
}

.bouddha-components img,
.planete-components img {
    width: 50px !important;
}

/** LISTE DES PIERRES (ancienne version) **/
#stones-container {
    margin-top: 50px;
    margin-bottom: 50px;
}
#stones-container h3 {
    font-size: 16px;
}
#stones-container img {
    width: 100px;
    margin-right: 8px;
}

#espace-demo h1 {
    font-size: 15px;
    color: red;
}

/** LISTING BRACELET **/
.fas {
    font-size: 25px;
}
#stilivita-pro-menu a.nav-link {
    font-size: 15px;
    color: #FFF !important;
    border-bottom: 1px solid #FFF;
    margin: 5px !important;
    text-transform: uppercase;
}
#stilivita-pro-menu a.nav-link:hover {
    border-bottom: 1px dashed #FFF;
}

#passeport #stones-container {
    margin: 0px;
}

/* Titres dans passeport / bracelet édit */
#bracelet-edit h4,
#passeport h4 {
    font-size: 24px;
    color: #FFF;
    background-color: #000;
    padding: 12px;
}
#bracelet-edit h4,
#bracelet-edit #composer-container h3,
#bracelet-edit h2.discover-stone,
#mon-compte h4.account-h4 {
    font-size: 24px;
    color: #222529;
    background-color: #f7f7f7;
    padding: 12px;
    border: 1px solid #dfdfdf;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    text-align: left;
}

#mon-compte h5 {
    background-color: #F7F7F7;
    padding: 10px;
    border: 1px solid #C0C0C0;
}

#bracelet-edit .fas {
    margin-right: 10px;
}

#passeport h4#info-perso {
    margin-bottom: 25px;
}

/* Print color */
body {
    -webkit-print-color-adjust: exact;
}

#bracelet-edit .list-group-flush .list-group-item,
#passeport .list-group-flush .list-group-item {
    font-size: 18px;
}

#logo-passeport-stilivita {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    width: 350px !important;
}

#passeport h4#vertus {
    margin-top: 20px;
}

#bracelet-list .fas {
    margin-left: 12px;
}

/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/****************************** FRONT ******************************/
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/

.navbar-brand {
    font-size: 19px;
}
.navbar-brand img {
    width: 50px;
    margin-right: 8px;
    margin-top: -10px;
}
.carousel {
    margin-top: 0px;
}
.carousel-item img {
    margin: auto;
}
.carousel-caption {
    margin-bottom: 12px;
    padding-bottom: 5px;
}
.carousel-caption h2 {
    font-size: 7vmin;
}
.carousel-caption .btn {
    padding: 8px;
    min-width: 150px;
}

#stivita-list-products .btn-primary {
    margin-top: 10px;
}

/* Liste produits */
#stilivita-bracelet-products .card-title {
    font-size: 15px;
    letter-spacing: 2px;
}

/* ACCUEIL */
.lp-title {
    font-size: 16px;
    text-transform: uppercase;
}
.jumbotron {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* MENU */
#stilivita-pro-menu {
    font-size: 14px;
}

/* FOOTER FRONT */
.footer {
    width: 100%;
    background-color: #f5f5f5;
    text-align: center;
    padding: 10px;
}
.footer-home {
    font-size: 12px;
}

#home-boxes .fas {
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 11px;
    color: #DC1E2D;
}
#home-boxes .card-title {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: inherit;
}

/* RETRAIT DE LA PHOTO SUR MOBILE */
@media(max-width: 480px) {
    .carousel-caption {
        display: none;
    }
    .navbar-brand {
        font-size: 13px;
    }
}

/* Compte */
#mon-compte h1 {
    font-size: 20px;
}
#mon-compte h2 {
    font-size: 18px;
}

/* COMPTE - INFOS (ancienne version) */
#mon-compte h4.account-h4 {
    font-size: 25px;
    color: #222529;
    background-color: #f7f7f7;
    padding: 12px;
    border: 1px solid #dfdfdf;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    text-align: left;
}

#mon-compte h5 {
    background-color: #F7F7F7;
    padding: 10px;
    border: 1px solid #C0C0C0;
}

/* GENERATEUR BRACELET (ancienne base) */
#edit-braclet-col-left h3 {
    font-size: 16px;
}
#edit-braclet-col-left h4 {
    font-size: 14px;
    font-weight: bold;
}
#edit-braclet-col-left h5 {
    font-size: 12px;
    text-decoration: underline;
}
#edit-braclet-col-left th {
    font-size: 14px;
    font-weight: bold;
}
#edit-braclet-col-left td {
    font-size: 12px;
}

#stilivita-composer {
    margin-bottom: 20px;
}
.stilivita-composer img {
    width: 20px;
}

/** BACK OFFICE **/
body#layout-admin {
    font-size: 14px;
}

/************************ PASSEPORT ***************/
#passeport {
    width: 1030px;
    margin: auto;
}
#passeport-logo-top {
    text-align: center;
}
#passeport-logo-top img {
    height: 100px;
}
#passeport h1 {
    padding: 5px 0 2px 0;
    letter-spacing: 3px;
    font-size: 25px;
    color: #FFF;
}
#passeport h2 {
    padding: 5px 0 2px 0;
    letter-spacing: 3px;
    font-size: 20px;
}
#passeport h3 {
    padding: 5px 0 2px 0;
    font-size: 17px;
}
#passeport h4 {
    padding: 5px 0 2px 0;
    font-size: 15px;
}
#passeport h5 {
    padding: 5px 0 2px 0;
    font-size: 13px;
}

#passeport .passeport-dist-pic {
    width: 140px;
    margin: auto;
}
#passeport .passeport-dist-pic img {
    max-height: 100px;
    max-width: 140px;
    text-align: center;
}
#passeport-logo-dist {
    text-align: center;
    margin-top: 30px;
}
#passeport h4#lp-passeport {
    font-size: 18px;
}
#passeport .carte {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*** TABLE PASSEPORT ***/
#passeport .table {
    font-size: 12px;
}
#passeport .passeport-main-content {
    background-color: #FFF;
}

#home-logo {
    margin-top: 16%;
}
#home-logo img {
    width: 300px;
}
#mon-compte {
    margin-top: 20px !important;
}
#mon-compte label {
    font-size: 15px;
}
#passeport h3#h3-exergue {
    padding: 10px;
}
@media print {
    .no-print,
    .no-print * {
        display: none !important;
    }
}
#passeport h2#titrepasseport {
    margin-bottom: 20px;
}
#passeport-logo-stilivita img {
    max-width: 50%;
}

/*** LES VERTUS ***/
#passeport-page-vertus h4 {
    font-weight: bold;
    font-size: 14px;
}
#passeport-page-vertus p,
#passeport-page-vertus li {
    font-size: 12px;
}
#passeport-page-vertus td {
    width: 50%;
}

/*** TOP MENU **/
.navbar-stilivita {
    font-size: 13px;
}

/*** PAGE CONTACT ***/
#page-contact label {
    font-size: 13px;
}

/*** Cadre questionnaire ***/
.box-menopause {
    background-color: #F7F7F7;
    padding: 10px;
    margin-top: 10px;
}
.box-menopause .card-header {
    padding: 3px 10px;
}

/*** page chemin de vie v3 **/
#page-chemin-v3 {
    margin: 0;
}
.masthead {
    height: 100vh;
    min-height: 500px;
    background-image: url('../img/lp_bg1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*** PAGE ACCUEIL CHEMIN DE VIE **/
#home-chemin-main {
    background-color: #FFF;
}
#home-chemin-main h1 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
}
#home-chemin-main h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
}
#home-chemin-main-end {
    background-color: #F7F7F7;
    padding: 15px;
}
#home-chemin-main-content {
    background-color: #FFF;
}

/*** FORMULAIRE DE CONTACT DE LA PAGE CHEMIN DE VIE ***/
#form-contact-chemin .card {
    padding: 10px;
}
#form-contact-chemin label {
    font-size: 13px;
}
.margin-10 {
    margin-top: 10px;
}

#page-chemin-v3 h1 {
    font-size: 22px;
}
#page-chemin-v3 h2 {
    font-size: 20px;
}
#page-chemin-v3 h3 {
    font-size: 18px;
}
#page-chemin-v3 h4 {
    font-size: 16px;
}
#page-chemin-v3 h5 {
    font-size: 14px;
}

/*** GENERATEUR CHEMIN DE VIE ***/
#bracelet-edit-stilivita {
    margin-top: 20px;
}

/*** STOCK **/
#stock-products .card-title {
    font-size: 16px;
    text-transform: uppercase;
}
#stock-products .table {
    font-size: 13px;
}

/*** tableau des bracelets **/
#bracelet-list {
    margin-top: 20px;
}
#bracelet-list .table {
    font-size: 14px;
}

/*** formulaire générateur bracelet (ancienne base) ***/
#stilivita-form-generator .col-md-3,
#stilivita-form-generator .col-md-4,
#stilivita-form-generator .col-md-6,
#stilivita-form-generator .col-md-8,
#stilivita-form-generator .col-md-9,
#stilivita-form-generator .col-md-12 {
    margin-top: 8px;
}
#stilivita-form-generator label {
    font-size: 15px;
}
#stilivita-form-generator .col-form-label {
    font-size: 16px;
    font-weight: bold;
}

/*** PAGE AFFICHAGE CHEMIN DE VIE – GÉNÉRAL ***/
#bracelet-edit {
    margin-top: 20px;
    font-size: 14px;
}
#bracelet-edit #prix p {
    font-size: 18px;
}
#bracelet-edit h1 {
    font-size: 20px;
}
#bracelet-edit h2 {
    font-size: 18px;
}
#bracelet-edit h3,
#edit-braclet-col-left h1 {
    font-size: 16px;
}
#bracelet-edit h4 {
    font-size: 15px;
}
#bracelet-edit h5 {
    font-size: 14px;
}
#bracelet-edit h2.discover-stone {
    font-size: 24px;
    font-weight: bold;
}
#bracelet-edit #date,
#bracelet-edit #date p {
    text-align: right;
}
#bracelet-edit #date p {
    font-size: 16px;
}
#bracelet-edit #nom-bracelet p {
    text-align: left;
    font-size: 16px;
}
#bracelet-edit #nom-bracelet p strong {
    font-size: 20px;
}
#bracelet-edit #circonference-bracelet #circonference-bracelet-texte {
    font-size: 18px;
}
#bracelet-edit #circonference-bracelet #circonference-bracelet-mesure {
    font-size: 18px;
    font-weight: bold;
}
#bracelet-edit #metier {
    font-size: 16px;
}
#bracelet-edit .list-inline li {
    margin-bottom: 5px;
}
#bracelet-edit h4 {
    padding-bottom: 5px;
}
#bracelet-edit h4#titre-circonference-bracelet {
    font-size: 20px;
}
#bracelet-edit h5#info-guide {
    font-weight: bold;
}
#bracelet-edit h6#info-sonde {
    font-size: 12px;
}
#bracelet-edit img.pic {
    padding: 2px;
    border: 1px solid gray;
    margin-right: 2px;
}

/* guides de taille */
#taille-guides td {
    font-size: 12px;
}

/* PRINT HEADER */
#print-img-hd-top img {
    height: 60px;
}
#print-img-hd-top img#top-left {
    float: left;
}
#print-img-hd-top img#top-right {
    float: right;
}
#passeport h1#main-title {
    background-color: #DC1E2D;
}

/*** PAO CHEMIN DE VIE ***/
#pao-page {
    background-color: #F7F7F7;
}
#pao-page-content {
    background-color: #FFF;
}
#home-logo {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
    width: 380px !important;
}

/*** PAGE CONTACT & DIVERS **/
#contact h2 {
    font-size: 15px;
}
#contact h3 {
    font-size: 13px;
}
#contact h4 {
    font-size: 11px;
}

/*** TITRES GÉNÉRAUX (fallback global) **/
h1 {
    font-size: 22px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}

/* LABEL */
label {
    font-weight: bold;
}

/* CUSTOM */
.stilivita-info-main {
    text-align: center;
}

.stilivita-home-block {
    color: #FFF;
    margin: 5px 0;
    padding: 10px;
    font-size: 14px;
}

/* TABLE */
.table .btn {
    display: inline-block;
}

/*** BACKOFFICE CARD HEADER **/
.stilivita-bracelet {
    margin-bottom: 30px;
}
.stilivita-bracelet p {
    margin: 0;
}
.stilivita-bracelet h2 {
    margin: 0;
}
.stilivita-bracelet h1 {
    margin: 0 0 20px 0;
}
.stilivita-bracelet .card-header {
    background-color: #DC1E2D;
    color: #FFF;
}
.stilivita-bracelet .card-header a {
    color: #FFF;
}
.stilivita-bracelet .card-header .btn-pdf {
    margin-top: 4px;
}
.stilivita-bracelet .card-header .btn-pdf a {
    color: #FFF;
}

/* PERSO MOD */
.stilivita-bracelet .card-header-dark {
    background-color: #3581A9;
    color: #FFF;
}
.stilivita-bracelet .card-header-dark a {
    color: #FFF;
}
.card-header-dark .form-control {
    border: none !important;
}

/*** LAYOUT PIED DE PAGE GLOBAL **/
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 60px; /* Margin bottom by footer height */
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
}
.help-block {
    font-size: 14px;
}

/***********************************************************
 * 2025 – Refresh UI Espace PRO Chemin de vie
 * Thème principal : #FF5B00 (orange)
 * Bloc d'override global – à placer tout en bas du fichier
 ***********************************************************/

/* Fond général */
html#layout-user body {
    background: radial-gradient(circle at top left, #fff4ec 0, #fff9f5 55%, #fff2e9 100%);
    font-size: 14px;
    color: #111827;
}

/* Contrainte largeur */
html#layout-user .container {
    max-width: 1200px;
}

/* NAVBAR PRINCIPALE (Espace PRO) */
#stilivita-pro-menu.navbar {
    background: #FF5B00 !important;
    border-radius: 14px;
    padding: 0.35rem 1.5rem;
    margin-top: 20px;
    box-shadow: none;
}
#stilivita-pro-menu .nav-link {
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin: 0 0.75rem !important;
    position: relative;
}
#stilivita-pro-menu .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: width 0.25s ease-out;
}
#stilivita-pro-menu .nav-link:hover::after,
#stilivita-pro-menu .nav-item.active .nav-link::after {
    width: 100%;
}

/* HR */
html#layout-user hr {
    border-top: 1px solid rgba(255, 91, 0, 0.25);
}

/* CARTES */
html#layout-user .card {
    border-radius: 1rem;
    border: none;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
}
html#layout-user .card-header {
    background: #e7a47f;
    color: #fff;
    border-bottom: none;
}

/* BOUTONS */
html#layout-user .btn {
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 0.55rem 1.4rem;
    border: none !important;
    transition: transform 0.12s ease-out, box-shadow 0.12s ease-out;
}
html#layout-user .btn-info,
html#layout-user .btn-primary {
    background: #ff6e1f !important;
    color: #fff !important;
}
html#layout-user .btn-success {
    background: linear-gradient(135deg, #16a34a, #22c55e);
    color: #fff;
}
html#layout-user .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 25px rgba(255, 91, 0, 0.18);
}
html#layout-user .btn:focus {
    box-shadow: 0 0 0 0.18rem rgba(255, 91, 0, 0.35) !important;
}

/* FORMULAIRES */
html#layout-user .form-group > label {
    font-weight: 600;
    color: #444;
}
html#layout-user .form-control {
    border-radius: 0.75rem;
    border-color: #ffd7c4;
    padding: 0.6rem 0.85rem;
    background-color: #ffffff;
    transition: border-color 0.15s ease-out, box-shadow 0.15s ease-out, background-color 0.15s ease-out;
}
html#layout-user .form-control:focus {
    border-color: #FF5B00;
    background-color: #ffffff;
    box-shadow: 0 0 0 0.18rem rgba(255, 91, 0, 0.22);
}

/* TITRES GLOBAUX (H2 – Espace PRO) */
html#layout-user h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #C65300;
    background-color: #FFE5D4;
    border: 1px solid #FFC9A8;
    border-radius: 1rem;
    padding: 1rem 1.4rem;
    margin: 0.8rem 0 1.6rem;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}
html#layout-user h2 #icon-help {
    font-size: 1.4rem;
    color: #FF7A39;
    text-decoration: none;
}
html#layout-user h2 #icon-help:hover {
    color: #C65300;
}
html#layout-user h2 + hr {
    margin-top: 0.3rem;
    border-top-color: rgba(255, 138, 74, 0.35);
}

/* TABLEAUX (Espace PRO) */
html#layout-user table.table {
    background: #ffffff;
    border-radius: 1rem;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
}
html#layout-user table.table thead th {
    background: #FF5B00;
    color: #fff;
    text-transform: uppercase;
}
html#layout-user table.table tbody tr:nth-child(even) {
    background: #fff5ed;
}
html#layout-user table.table tbody tr:hover {
    background: #ffd9c2 !important;
}

/* DataTables inputs & pagination */
html#layout-user .dataTables_wrapper .dataTables_filter input,
html#layout-user .dataTables_wrapper .dataTables_length select {
    border-radius: 999px;
    border: 1px solid #ffccba;
}
html#layout-user .dataTables_wrapper .dataTables_paginate .paginate_button.current,
html#layout-user .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #FF5B00 !important;
    color: #fff !important;
    border-radius: 999px;
}

/* BADGES */
html#layout-user .badge-success {
    background-color: #22c55e;
}
html#layout-user .badge-warning {
    background-color: #FF5B00;
    color: #111;
}

/* BLOCS PIERRES – détails d’un bracelet */
#bracelet-edit .rounded {
    background-color: #fff7f2;
    border: 1px solid #ffd7c4;
    border-radius: 999px;
    padding: 0.85rem 1.1rem;
}
#bracelet-edit .rounded > h3 {
    display: inline-block;
    background-color: #ffcaa8;
    color: #8a3c00;
    padding: 0.45rem 1.2rem;
    border-radius: 999px;
    margin-bottom: 0.6rem;
}
#bracelet-edit .rounded img.img-thumbnail {
    border: none;
    margin-right: 0.85rem;
}

/* PAGE TARIFICATION – titres */
html#layout-user #mon-compte h4.account-h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    background: #e7a47f;
    padding: 0.65rem 1rem;
    border-radius: 0.9rem;
    border: none;
}
html#layout-user #mon-compte h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #c65300;
    background-color: #ffe3d4;
    padding: 0.45rem 0.9rem;
    border-radius: 0.9rem;
    border: 1px solid #ffccba;
    display: inline-block;
}
html#layout-user #mon-compte .alert.alert-light {
    background-color: #fff7f2;
    border-color: #ffccba;
    border-left-width: 4px;
    border-left-color: #FF5B00;
    color: #4b5563;
}
html#layout-user #mon-compte button[type="submit"] {
    max-width: 420px;
    margin: 1.5rem auto 0;
}

/* MODALES */
html#layout-user .modal-header {
    background: #FF5B00;
    color: #fff;
}
html#layout-user .modal-content {
    border-radius: 1rem;
}

/* TEXTE BAS DE PAGE */
html#layout-user .container > .row:last-child p {
    color: #6b7280;
}

/* MESSAGE "Vous avez calculé un total de X bracelets" */
html#layout-user #bracelet-list .alert.alert-light {
    background-color: #FFF7F1;
    border: 1px solid #FFD2B0;
    border-left-width: 4px;
    border-left-color: #FF8A4A;
    border-radius: 0.9rem;
    color: #4b5563;
    font-size: 1rem;
    padding: 1rem 1.2rem;
    margin-bottom: 1.8rem;
}
html#layout-user #bracelet-list .alert.alert-light b {
    color: #C65300;
    font-weight: 700;
}

/* Icônes dans la liste des bracelets */
html#layout-user #bracelet-list td a i.fas {
    font-size: 1.35rem !important;
    line-height: 1;
    vertical-align: middle;
    margin: 0 8px;
    color: #9ca3af;
    transition: color .15s ease-out, transform .12s ease-out;
}
html#layout-user #bracelet-list td a:hover i.fas {
    color: #FF8A4A !important;
    transform: translateY(-1px);
}
html#layout-user #bracelet-list td[align="center"] {
    vertical-align: middle !important;
}

/*************************************************
 * FORMULAIRE – STYLE MODERNE & CHAMPS AGRANDIS
 *************************************************/
#stilivita-form-generator {
    background: #ffffff;
    padding: 30px 35px;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.05);
    margin-bottom: 40px;
    border: 1px solid #ffe5d6;
}
#stilivita-form-generator h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #c65300;
    margin-bottom: 15px;
}
#stilivita-form-generator label {
    font-weight: 600;
    font-size: 15px;
    color: #4b5563;
    margin-bottom: 6px;
}
#stilivita-form-generator .form-control {
    border-radius: 12px;
    font-size: 16px;
    border: 1px solid #ffd7c4;
    background-color: #fffaf7;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#stilivita-form-generator .form-control:focus {
    border-color: #FF8A4A;
    box-shadow: 0 0 0 0.18rem rgba(255,138,74,0.25);
    background-color: #ffffff;
}
#stilivita-form-generator .row + .row {
    margin-top: 18px;
}
#stilivita-form-generator hr {
    border-top: 1px solid #ffe1cd;
    margin: 25px 0;
}
#stilivita-form-generator button[type="submit"] {
    border-radius: 999px;
    padding: 14px 40px;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(135deg, #FF7D4A, #ff9b6a);
    border: none;
    color: #fff;
    min-width: 220px;
    transition: transform 0.12s ease, box-shadow 0.12s ease;
}
#stilivita-form-generator button[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255,125,74,0.35);
}
#stilivita-form-generator button[type="submit"]:focus {
    box-shadow: 0 0 0 0.25rem rgba(255,125,74,0.35);
}
#stilivita-form-generator h2 i,
#stilivita-form-generator h4 i {
    color: #ff7d4a;
}

/*************************************************
 * LISTE DES CHEMINS DE VIE (DataTable) – Style Premium
 *************************************************/
html#layout-user #example_wrapper {
    background: #ffffff;
    padding: 30px 15px;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.05);
    border: 1px solid #ffe5d6;
    margin-bottom: 40px;
}
html#layout-user #example thead th {
    background: #e7a47f !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border: none !important;
}
html#layout-user #example tbody tr {
    font-size: 15px;
    color: #333;
}
html#layout-user #example tbody tr:nth-child(even) {
    /*background: #f7f3f0 !important;*/
}
html#layout-user #example tbody tr:hover {
    background: #ffeede !important;
    cursor: pointer;
}
html#layout-user #example td,
html#layout-user #example th {
    padding: 16px 20px !important;
    vertical-align: middle !important;
    border: none !important;
}

/* Badges dans le tableau */
html#layout-user .badge-success {
    background-color: #22c55e !important;
    padding: 6px 12px;
    font-size: 13px;
}
html#layout-user .badge-warning {
    background-color: #ffb366 !important;
    color: #7a3d00 !important;
    padding: 6px 12px;
    font-size: 13px;
}

/* Icônes Actions */
html#layout-user #example td a i.fas {
    font-size: 1.35rem !important;
    color: #9ca3af;
    margin: 0 8px;
    transition: color .15s ease-out, transform .12s ease-out;
    vertical-align: middle;
}
html#layout-user #example td a:hover i.fas {
    color: #FF8A4A !important;
    transform: translateY(-1px);
}

/* DataTables – Rechercher & sélecteur */
html#layout-user .dataTables_filter input,
html#layout-user .dataTables_length select {
    border-radius: 999px !important;
    border: 1px solid #ffd7c4 !important;
    background-color: #fff9f6 !important;
    padding: 4px 14px !important;
    font-size: 14px !important;
    outline: none !important;
    box-shadow: none !important;
}
html#layout-user .dataTables_filter label,
html#layout-user .dataTables_length label {
    font-size: 15px !important;
    font-weight: 600;
    color: #4b5563 !important;
    margin-left: 15px;
    margin-right: 15px;
}

/* Pagination */
html#layout-user .dataTables_paginate .pagination .page-link {
    border-radius: 999px !important;
    border: none !important;
    margin: 0 4px !important;
    padding: 6px 12px !important;
    color: #555 !important;
}
html#layout-user .dataTables_paginate .pagination .page-item.active .page-link,
html#layout-user .dataTables_paginate .pagination .page-link:hover {
    background: #FF8A4A !important;
    color: #fff !important;
    box-shadow: 0 4px 10px rgba(255, 138, 74, 0.35);
}

/* Infos sous le tableau */
html#layout-user #example_info {
    font-size: 14px !important;
    color: #6b7280 !important;
    margin-top: 10px;
    margin-left: 15px;
}

/* Pleine largeur & alternance douce */
html#layout-user #example_wrapper .col-sm-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
html#layout-user #example {
    width: 100% !important;
    margin: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}
html#layout-user table.dataTable.stripe tbody tr.even > * {
    box-shadow: none !important;
}
#example_paginate {
    margin-top: 15px;
}

/*************************************************
 * BLOCS "PIERRES" & "COMPOSER" – Espace PRO
 *************************************************/

/* Conteneur des blocs pierres & composer */
html#layout-user #stones-container,
html#layout-user #composer-container {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px 35px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.05);
    border: 1px solid #ffe5d6;
    margin-bottom: 40px;
}

/* Titre principal du bloc pierres (style pilule) */
html#layout-user #stones-container .text-center {
    text-align: center;
}
html#layout-user #stones-container h2 {
    display: inline-block;
    background: #ffe4d3;
    color: #d4551a;
    padding: 12px 38px;
    border-radius: 40px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    border: none !important;
}
html#layout-user #stones-container p {
    margin-top: 6px;
    font-size: 15px;
    color: #6b7280;
}

/* Cartes de chaque pierre */
html#layout-user #stones-container .col-md-4 .rounded {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #ffe4d3;
    padding: 18px 18px 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
    height: 100%;
    overflow: hidden;
}
html#layout-user #stones-container .rounded > h3 {
    display: block;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 0 8px 0 !important;
    margin: 0 0 10px 0 !important;
    font-size: 16px;
    font-weight: 700;
    color: #e85f1a;
}
html#layout-user #stones-container .col-md-4 .rounded img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50% !important;
    border: none;
    margin-right: 14px;
    margin-bottom: 6px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
html#layout-user #stones-container .col-md-4 .rounded p {
    font-size: 14px;
    line-height: 1.55;
    color: #4b5563;
}
@media (max-width: 767.98px) {
    html#layout-user #stones-container .col-md-4 {
        margin-bottom: 14px;
    }
}

/* BLOC COMPOSER – titres & cadre modèles */
html#layout-user #composer-container hr {
    display: none;
}
html#layout-user #composer-container h2 {
    font-size: 24px;
    font-weight: 700;
    color: #d3541c;
    margin-bottom: 6px;
}
html#layout-user #composer-container .text-center p {
    font-size: 16px;
    color: #6b6b6b;
    margin-top: 8px;
    margin-bottom: 25px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

/* Libellé "Modèle n°X" */
html#layout-user #composer-container h3 {
    display: inline-block;
    background: #e7a47f;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    padding: 10px 26px;
    border-radius: 10px;
    margin: 50px 0 0px;
    width: 100%;
}

/* Bracelet généré */
html#layout-user #composer-container .stilivita-composer {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #ffe5d6;
    padding: 14px 20px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: visible !important; /* pour les tooltips */
}
/* images dans le composer (on garde le style d'origine sur les tailles globales) */
html#layout-user #composer-container .stilivita-composer img.fermoir {
    width: 85px !important;
}
html#layout-user #composer-container .stilivita-composer img.extension {
    width: 130px !important;
}
html#layout-user #composer-container .stilivita-composer img.bouddha-components {
    width: 50px !important;
}
html#layout-user #composer-container .stilivita-composer img.planete-components {
    width: 40px !important;
}
html#layout-user #composer-container .stilivita-composer img.tube-si104 {
    width: 13px !important;
    height: 23px;
}
html#layout-user #composer-container .stilivita-composer img.tube-si103 {
    width: 28px !important;
}

/* Cartes explicatives sous les modèles */
html#layout-user #composer-container .card {
    margin-top: 14px;
    border-radius: 16px;
    border: 1px dashed #ffd7c4;
    background: #fffaf7;
    box-shadow: none;
}
html#layout-user #composer-container .card-header {
    background: transparent;
    border-bottom: none;
    padding-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    color: #d3541c;
}
html#layout-user #composer-container .card-body {
    padding-top: 8px;
}
html#layout-user #composer-container .card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}
html#layout-user #composer-container .card-text {
    font-size: 14px;
    color: #4b5563;
}
html#layout-user #composer-container .bracelet-model.btn.btn-info {
    border-radius: 999px;
    border: none;
    background: #ff8a4a;
    padding: 8px 20px;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(255,138,74,0.35);
}
html#layout-user #composer-container .bracelet-model.btn.btn-info:hover {
    background: #ff7022;
}

/*************************************************
 * BLOCS "INFOS UTILISÉES POUR LE CALCUL"
 * ET "ACTIONS POSSIBLES POUR LE BRACELET"
 *************************************************/

/* Column spacing */
html#layout-user #bracelet-edit > .container > .row:nth-of-type(3) .col-md-6 {
    margin-top: 10px;
}

/* Titres des deux blocs */
html#layout-user #bracelet-edit > .container > .row:nth-of-type(3) .col-md-6 h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #C65300;
    background: #FFE3CF;
    border: 1px solid #FFD2B0;
    border-radius: 12px 12px 0 0;
    padding: 10px 14px;
    margin: 0;
}

/* Listes sous les titres */
html#layout-user #bracelet-edit > .container > .row:nth-of-type(3) .col-md-6 ul.list-group {
    border-radius: 0 0 12px 12px;
    border: 1px solid #FFD2B0;
    border-top: none;
    box-shadow: 0 10px 26px rgba(0,0,0,0.04);
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 25px;
}
html#layout-user #bracelet-edit > .container > .row:nth-of-type(3) .col-md-6 ul.list-group .list-group-item {
    border: none;
    border-top: 1px solid #FFE8DA;
    padding: 10px 16px;
    font-size: 14px;
    color: #374151;
}
html#layout-user #bracelet-edit > .container > .row:nth-of-type(3) .col-md-6 ul.list-group .list-group-item:first-child {
    border-top: none;
}
html#layout-user #bracelet-edit > .container > .row:nth-of-type(3) .col-md-6 ul.list-group .list-group-item strong {
    font-weight: 700;
    color: #111827;
}

/* Bloc "Informations utilisées pour le calcul" – police agrandie */
html#layout-user #bracelet-edit .row:nth-of-type(3) .col-md-6:first-child h4 {
    font-size: 20px;
}
html#layout-user #bracelet-edit .row:nth-of-type(3) .col-md-6:first-child .list-group-item {
    font-size: 16px;
    line-height: 1.6;
    padding: 12px 24px;
}
html#layout-user #bracelet-edit .row:nth-of-type(3) .col-md-6:first-child .list-group-item strong {
    font-size: 16px;
}
@media (max-width: 767.98px) {
    html#layout-user #bracelet-edit .row:nth-of-type(3) .col-md-6:first-child h4 {
        font-size: 18px;
    }
    html#layout-user #bracelet-edit .row:nth-of-type(3) .col-md-6:first-child .list-group-item,
    html#layout-user #bracelet-edit .row:nth-of-type(3) .col-md-6:first-child .list-group-item strong {
        font-size: 15px;
    }
}

/* Bloc "Actions possibles pour le bracelet" */
html#layout-user #bracelet-edit #edit-bracelet-action {
    border: 1px solid #ff6e1f;
    font-size: 1.15rem;
    font-weight: 700;
    padding: 12px 16px;
    background: #FFE3CF;
    color: #C65300;
    border-color: #FFE3CF;
}
html#layout-user #bracelet-edit #edit-bracelet-action + ul.list-group .list-group-item {
    border: none !important;
    border-top: 1px solid #ffe0cf !important;
    padding: 14px 18px !important;
    transition: background 0.15s ease-in-out;
}
html#layout-user #bracelet-edit #edit-bracelet-action + ul.list-group .list-group-item a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #d3541c;
    letter-spacing: 0.3px;
    text-decoration: none !important;
}
html#layout-user #bracelet-edit #edit-bracelet-action + ul.list-group .list-group-item a i {
    font-size: 18px;
    transition: color 0.15s ease, transform 0.12s ease;
}
html#layout-user #bracelet-edit #edit-bracelet-action + ul.list-group .list-group-item:hover {
    background: #fff4ec;
}
html#layout-user #bracelet-edit #edit-bracelet-action + ul.list-group .list-group-item:hover a {
    color: #ff6e1f !important;
}
html#layout-user #bracelet-edit #edit-bracelet-action + ul.list-group .list-group-item:hover a i {
    color: #ff6e1f !important;
    transform: translateX(2px);
}

/*************************************************
 * DIVERS – Ajustements finaux
 *************************************************/

/* Conteneur dans la page d’édition */
.edit-container h3 {
    margin-top: 0px !important;
}

/* Texte informatif type "choice design" */
.choice-design {
    font-size: 19px !important;
    margin-top: 12px;
}
.choice-design-2
{
    font-size: 19px !important;
    margin-top: 12px;
    margin-bottom: -20px !important;
}
.odd{
    background-color: #FFF !important;
}
.even{
    background-color: #f7f3f0 !important;
}

/* ===========================
   PASSEPORT – VERSION IMPRIMABLE NB
   =========================== */

/* Zone principale du passeport */
#passeport {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 15px;
    background: #ffffff;
    color: #000000;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 11pt;
}

/* Supprimer tous fonds/ombres hérités de Bootstrap / override */
#passeport .container,
#passeport .row,
#passeport .col-md-12,
#passeport .col-md-4 {
    background: transparent;
    box-shadow: none;
}

/* Titre principal */
#passeport h1,
#passeport h2 {
    font-size: 16pt;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 0 8px 0;
    padding: 0;
    color: #000;
    font-weight: 600;
}

/* Petit trait sous le H2 (remplace ton <hr>) */
#passeport > .container > .row:first-child + hr {
    border: 0;
    border-top: 1px solid #000;
    margin: 8px auto 16px auto;
}

/* Sous-titres de sections (Vos infos perso, Vos pierres, etc.) */
#passeport h4 {
    font-size: 12pt;
    font-weight: 600;
    text-transform: none;
    margin: 18px 0 8px 0;
    padding: 0;
    color: #000;
    border-bottom: 1px solid #000;
}

/* Listes d’informations perso */
#passeport .list-group {
    /*border: 1px solid #000;
    border-radius: 0;*/
}
#passeport .list-group-item {
    /*border-color: #000;
    background: #ffffff;
    padding: 6px 10px;
    font-size: 10pt;*/
}
#passeport .list-group-item + .list-group-item {
    border-top: 0;
}
#passeport .list-group-item strong {
    font-weight: 600;
}

/* Bloc des pierres – conteneur */
#passeport #stones-container {
    margin: 10px 0 15px 0;
    padding: 0;
    border: 0;
}

/* Cartes de pierres */
#passeport #stones-container .col-md-4 {
    margin-bottom: 10px;
    page-break-inside: avoid; /* éviter de couper une pierre sur 2 pages */
}

#passeport #stones-container .rounded {
    border-radius: 0;
    border: none !important;
    padding: 8px;
    background: #ffffff;
    box-shadow: none;
}

/* Titres des pierres */
#passeport #stones-container h3 {
    font-size: 10.5pt;
    font-weight: 600;
    margin: 0 0 4px 0;
    padding: 0;
    color: #000;
}

/* Image de la pierre (petite, alignée à gauche) */
#passeport #stones-container img {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #000;
    margin-right: 6px;
    margin-bottom: 4px;
    float: left;
    /* Optionnel : conversion NB à l’impression (souvent automatique) */
    filter: grayscale(100%);
}

/* Texte des vertus */
#passeport #stones-container p {
    font-size: 9.5pt;
    text-align: justify;
    margin: 0;
    color: #000;
}

/* Bloc explicatif "Les pierres du chemin de vie" */
#passeport p {
    font-size: 10pt;
    line-height: 1.35;
    color: #000;
}
#passeport p strong {
    font-weight: 600;
}

/* Centrages & marges finales */
#passeport .text-center {
    text-align: center !important;
}
#passeport .mt-4 {
    margin-top: 10px !important;
}

/* ===========================
   RÈGLES SPÉCIFIQUES IMPRESSION
   =========================== */
@media print {

    /* Pleine largeur page, marges propres */
    @page {
        margin: 12mm;
    }

    body {
        background: #ffffff !important;
    }

    /* On ne veut que le passeport, on peut masquer le reste si besoin */
    body > *:not(#passeport) {
        display: none !important;
    }

    #passeport {
        margin: 0;
        padding: 0;
        width: auto;
        max-width: none;
    }

    /* Supprimer couleurs éventuelles restantes */
    #passeport * {
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    /* Garder les bordures noires des cadres importants */
    #passeport .list-group,
    #passeport .list-group-item,
    #passeport #stones-container .rounded,
    #passeport #stones-container img {
        /*border-color: #000 !important;*/
        background: #ffffff !important;
    }

    /* Images en NB */
    #passeport img {
        filter: grayscale(100%) !important;
    }
}
/**************************************
 * PASSEPORT – VERSION ÉCRAN + IMPRESSION
 * Simple, noir & blanc, photos en couleur
 **************************************/

/* Zone principale du passeport */
#passeport {
    max-width: 900px;
    margin: 10px auto;
    padding: 10px 0;
    background: #ffffff;
    color: #000000;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 12pt;
    line-height: 1.3;
    box-shadow: none;
}

/* Inner .container Bootstrap : on enlève les padding latéraux pour gagner de la place */
#passeport > .container {
    padding-left: 0;
    padding-right: 0;
}

/* Neutraliser les styles précédents dans cette zone */
#passeport * {
    box-shadow: none !important;
}

/* =======================
   TITRES & HR
   ======================= */

/* Titre principal */
#passeport h1,
#passeport h2 {
    font-size: 18pt;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
    color: #000;
    font-weight: 700;
    background: none;
    border: none;
}

/* Supprimer le tout premier HR sous le titre pour gagner de la place */
#passeport > .container > hr:first-of-type {
    display: none !important;
}

/* HR « légers » */
#passeport hr {
    border: 0;
    border-top: 1px solid #000;
    margin: 8px 0 12px 0;
    height: 0;
    background: none;
}

/* Enlever d’éventuels HR surdimensionnés */
#passeport hr[style*="height"],
#passeport hr[style*="background"],
#passeport hr[style*="background-color"] {
    height: 0 !important;
    background: none !important;
}

/* Sous-titres de sections (plus gros et lisibles) */
#passeport h4 {
    font-size: 15pt;
    font-weight: 700;
    text-transform: none;
    margin: 14px 0 4px 0;
    padding: 0 0 4px 0;
    color: #000;
    border-bottom: 1px solid #000;
    background: none;
}

/* =======================
   INFORMATIONS PERSONNELLES
   ======================= */

#passeport .list-group {
    /*border: 1px solid #000;*/
    border-radius: 0;
    margin-bottom: 10px;
}

#passeport .list-group-item {
   /* border-color: #000;*/
    background: #ffffff;
    padding: 6px 10px;
    font-size: 11pt;
}

#passeport .list-group-item + .list-group-item {
    border-top: 0;
}

#passeport .list-group-item strong {
    font-weight: 700;
}

/* =======================
   BLOCS PIERRES
   ======================= */

#passeport #stones-container {
    margin: 6px 0 8px 0;
    padding: 0;
    border: 0;
    background: transparent;
}

#passeport #stones-container .row {
    margin-left: -6px;
    margin-right: -6px;
}

#passeport #stones-container .col-md-4 {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 8px;
    page-break-inside: avoid;
}

/* Carte de pierre */
#passeport #stones-container .rounded {
    border-radius: 0;
    border: 1px solid #000;
    padding: 6px;
    background: #ffffff;
}

/* Titre de la pierre */
#passeport #stones-container h3 {
    font-size: 11pt;
    font-weight: 700;
    margin: 0 0 4px 0;
    padding: 0;
    color: #000;
    background: none;
    border: none;
}

/* Image pierre : couleur, petite, à gauche */
#passeport #stones-container img {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #000;
    margin-right: 6px;
    margin-bottom: 4px;
    float: left;
    filter: none !important; /* garder la couleur */
}

/* Texte des vertus */
#passeport #stones-container p {
    font-size: 10pt;
    text-align: justify;
    margin: 0;
    color: #000;
}

/* Nettoyage float pour chaque carte */
#passeport #stones-container .rounded::after {
    content: "";
    display: block;
    clear: both;
}

/* =======================
   BLOC EXPLICATIF (Les pierres du chemin de vie)
   ======================= */

#passeport p {
    font-size: 11pt;
    line-height: 1.35;
    color: #000;
    text-align: justify;
    margin-bottom: 4px;
}

#passeport p strong {
    font-weight: 700;
}

/* =======================
   ALIGNEMENTS / UTILITAIRES
   ======================= */

#passeport .text-center {
    text-align: center !important;
}

#passeport .mt-4 {
    margin-top: 8px !important;
}

/**************************************
 * IMPRESSION – 1 PAGE A4
 **************************************/
@media print {

    @page {
        size: A4 portrait;
        margin: 6mm;
    }

    html, body {
        background: #ffffff !important;
    }

    /* On n'imprime que le passeport */
    body > *:not(#passeport) {
        display: none !important;
    }

    #passeport {
        margin: 0;
        padding: 0;
        width: auto;
        max-width: none;
        font-size: 11pt;   /* légèrement réduit pour tenir sur 1 page */
        line-height: 1.25;
    }

    #passeport > .container {
        padding-left: 0;
        padding-right: 0;
    }

    #passeport * {
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    /* Garder les bordures importantes */
    #passeport .list-group,
    #passeport .list-group-item,
    #passeport #stones-container .rounded,
    #passeport #stones-container img {
        border-color: #000 !important;
        background: #ffffff !important;
    }

    /* Photos en couleur à l'impression */
    #passeport img {
        filter: none !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    /* Serrage vertical pour tout faire tenir sur une page */
    #passeport .list-group-item {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    #passeport #stones-container .rounded {
        padding: 5px;
    }

    #passeport #stones-container p {
        font-size: 9.5pt;
    }

    #passeport p {
        margin-bottom: 3px;
    }

    #passeport h4 {
        margin-top: 10px;
        margin-bottom: 4px;
    }
}
/**************************************
 * PASSEPORT – VERSION ÉCRAN + IMPRESSION
 * Simple, noir & blanc, photos en couleur
 **************************************/

/* Zone principale du passeport */
#passeport {
    max-width: 900px;
    margin: 10px auto;
    padding: 10px 0;
    background: #ffffff;
    color: #000000;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 12pt;
    line-height: 1.3;
    box-shadow: none;
}

/* Inner .container Bootstrap : on enlève les padding latéraux pour gagner de la place */
#passeport > .container {
    padding-left: 0;
    padding-right: 0;
}

/* Neutraliser les styles précédents dans cette zone */
#passeport * {
    box-shadow: none !important;
}

/* =======================
   TITRES & HR
   ======================= */

/* Titre principal */
#passeport h1,
#passeport h2 {
    font-size: 18pt;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
    color: #000;
    font-weight: 700;
    background: none;
    border: none;
}

/* Supprimer le tout premier HR sous le titre pour gagner de la place */
#passeport > .container > hr:first-of-type {
    display: none !important;
}

/* HR « légers » */
#passeport hr {
    border: 0;
    border-top: 1px solid #000;
    margin: 8px 0 12px 0;
    height: 0;
    background: none;
}

/* Enlever d’éventuels HR surdimensionnés */
#passeport hr[style*="height"],
#passeport hr[style*="background"],
#passeport hr[style*="background-color"] {
    height: 0 !important;
    background: none !important;
}

/* Sous-titres de sections (plus gros et lisibles) */
#passeport h4 {
    font-size: 15pt;
    font-weight: 700;
    text-transform: none;
    margin: 14px 0 4px 0;
    padding: 0 0 4px 0;
    color: #000;
    border-bottom: 1px solid #000;
    background: none;
}

/* =======================
   INFORMATIONS PERSONNELLES
   ======================= */

#passeport .list-group {
    border: 1px solid #000;
    border-radius: 0;
    margin-bottom: 10px;
}

#passeport .list-group-item {
    border-color: #000;
    background: #ffffff;
    padding: 6px 10px;
    font-size: 11pt;
}

#passeport .list-group-item + .list-group-item {
    border-top: 0;
}

#passeport .list-group-item strong {
    font-weight: 700;
}

/* =======================
   BLOCS PIERRES
   ======================= */

#passeport #stones-container {
    margin: 6px 0 8px 0;
    padding: 0;
    border: 0;
    background: transparent;
}

#passeport #stones-container .row {
    margin-left: -6px;
    margin-right: -6px;
}

#passeport #stones-container .col-md-4 {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 8px;
    page-break-inside: avoid;
}

/* Carte de pierre */
#passeport #stones-container .rounded {
    border-radius: 0;
    border: 1px solid #000;
    padding: 6px;
    background: #ffffff;
}

/* Titre de la pierre */
#passeport #stones-container h3 {
    font-size: 11pt;
    font-weight: 700;
    margin: 0 0 4px 0;
    padding: 0;
    color: #000;
    background: none;
    border: none;
}

/* Image pierre : couleur, petite, à gauche */
#passeport #stones-container img {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #000;
    margin-right: 6px;
    margin-bottom: 4px;
    float: left;
    filter: none !important; /* garder la couleur */
}

/* Texte des vertus */
#passeport #stones-container p {
    font-size: 10pt;
    text-align: justify;
    margin: 0;
    color: #000;
}

/* Nettoyage float pour chaque carte */
#passeport #stones-container .rounded::after {
    content: "";
    display: block;
    clear: both;
}

/* =======================
   BLOC EXPLICATIF (Les pierres du chemin de vie)
   ======================= */

#passeport p {
    font-size: 11pt;
    line-height: 1.35;
    color: #000;
    text-align: justify;
    margin-bottom: 4px;
}

#passeport p strong {
    font-weight: 700;
}

/* =======================
   ALIGNEMENTS / UTILITAIRES
   ======================= */

#passeport .text-center {
    text-align: center !important;
}

#passeport .mt-4 {
    margin-top: 8px !important;
}

/**************************************
 * IMPRESSION – 1 PAGE A4
 **************************************/
@media print {

    @page {
        size: A4 portrait;
        margin: 6mm;
    }

    html, body {
        background: #ffffff !important;
    }

    /* On n'imprime que le passeport */
    body > *:not(#passeport) {
        display: none !important;
    }

    #passeport {
        margin: 0;
        padding: 0;
        width: auto;
        max-width: none;
        font-size: 11pt;   /* légèrement réduit pour tenir sur 1 page */
        line-height: 1.25;
    }

    #passeport > .container {
        padding-left: 0;
        padding-right: 0;
    }

    #passeport * {
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    /* Garder les bordures importantes */
    #passeport .list-group,
    #passeport .list-group-item,
    #passeport #stones-container .rounded,
    #passeport #stones-container img {
        border-color: #000 !important;
        background: #ffffff !important;
    }

    /* Photos en couleur à l'impression */
    #passeport img {
        filter: none !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    /* Serrage vertical pour tout faire tenir sur une page */
    #passeport .list-group-item {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    #passeport #stones-container .rounded {
        padding: 5px;
    }

    #passeport #stones-container p {
        font-size: 9.5pt;
    }

    #passeport p {
        margin-bottom: 3px;
    }

    #passeport h4 {
        margin-top: 10px;
        margin-bottom: 4px;
    }
}
/********************************************
 * PASSEPORT – OVERRIDES V2
 * 4 lignes de 2 pierres, pas de marges latérales
 * + gain de place pour tenir sur 1 page
 ********************************************/

/* Passeport un peu plus compact */
#passeport {
    max-width: 850px;
    margin: 4mm auto 0;
    padding: 0;
    font-size: 11pt;
    line-height: 1.25;
}

/* Titre principal plus compact */
#passeport h1,
#passeport h2 {
    font-size: 17pt;
    margin: 0 0 6px 0;
}

/* Sous-titres de sections (plus lisibles mais serrés) */
#passeport h4 {
    font-size: 14pt;
    margin: 8px 0 4px 0;
    padding-bottom: 3px;
}

/* HR plus courts en hauteur */
#passeport hr {
    margin: 6px 0 8px 0;
}

/* Liste infos perso un peu serrée */
#passeport .list-group {
    margin-bottom: 6px;
}
#passeport .list-group-item {
    font-size: 11pt;
    padding: 4px 10px;
}

/* Paragraphes explicatifs plus compacts */
#passeport p {
    font-size: 11pt;
    margin-bottom: 3px;
}

/* =======================
   PIERRES : 4 LIGNES DE 2
   ======================= */

/* Supprimer marges internes du container des pierres */
#passeport #stones-container {
    margin: 4px 0 6px 0;
    padding: 0;
}

/* La ligne devient un flex qui wrap par 2 */
#passeport #stones-container .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
}

/* Chaque pierre = 1/2 largeur (2 par ligne) sans margin latéral */
#passeport #stones-container .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 6px;
}

/* Carte pierre : plus fine */
#passeport #stones-container .rounded {
    padding: 5px;
    border-radius: 0;
}

/* Titre de la pierre un peu plus compact mais lisible */
#passeport #stones-container h3 {
    font-size: 10.5pt;
    margin-bottom: 3px;
}

/* Image plus petite pour gagner de la place */
#passeport #stones-container img {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    margin-bottom: 3px;
}

/* Texte des vertus légèrement réduit */
#passeport #stones-container p {
    font-size: 9.5pt;
}

/********************************************
 * IMPRESSION – 1 PAGE A4
 ********************************************/
@media print {

    @page {
        size: A4 portrait;
        margin: 5mm;
    }

    #passeport {
        max-width: none;
        margin: 0;
        font-size: 10pt;        /* encore un poil plus serré à l’impression */
        line-height: 1.2;
    }

    #passeport h1,
    #passeport h2 {
        font-size: 15pt;
        margin-bottom: 4px;
    }

    #passeport h4 {
        font-size: 13pt;
        margin-top: 6px;
        margin-bottom: 3px;
    }

    #passeport .list-group-item {
        font-size: 10pt;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    #passeport p {
        font-size: 10pt;
        margin-bottom: 2px;
    }

    /* Pierres toujours 2 par ligne, très compactes */
    #passeport #stones-container .col-md-4 {
        margin-bottom: 4px;
    }

    #passeport #stones-container .rounded {
        padding: 4px;
    }

    #passeport #stones-container h3 {
        font-size: 9.5pt;
    }

    #passeport #stones-container p {
        font-size: 9pt;
    }
}
#passeport .list-group, #passeport .list-group-item
{
    border: none;
}
/* Enlever le padding du container Bootstrap autour des pierres */
#passeport #stones-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 10px !important;      /* si tu veux du padding en haut */
    padding-bottom: 10px !important;   /* et en bas */
}
html#layout-user body #passeport #stones-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border:none;
    margin-bottom: 0px;
}


html#layout-user body #passeport #stones-container .col-md-4 .rounded img
{
    width: 90px;
    height:90px;
    margin:0px;
}


/*************************************************
 * BLOC PASSEPORT – LES PIERRES DU CHEMIN DE VIE
 *************************************************/

#passeport-vertu {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
}

#passeport-vertu h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 8px 0 !important;
    padding: 6px 0 !important;
    border-bottom: 1px solid #000;
}

/* Cadre général autour du texte */
#passeport-vertu p {
    margin: 0 !important;
    padding: 12px 14px !important;
    border: 1px solid #000;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
}

/* Mots clés (noms des pierres) plus visibles */
#passeport-vertu p strong {
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
}

/* Espacement entre les lignes */
#passeport-vertu p br {
    line-height: 2 !important;
}

/* Version impression : style compact et sans marges superflues */
@media print {

    #passeport-vertu {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        page-break-inside: avoid;
    }

    #passeport-vertu h4 {
        font-size: 18px !important;
        margin-bottom: 4px !important;
    }

    #passeport-vertu p {
        font-size: 14px !important;
        padding: 8px 10px !important;
        border-width: 0px !important;
    }

    #passeport-vertu p strong {
        font-size: 14.5px !important;
    }
}
#stilivita-pro-menu.navbar
{
    margin-bottom : 15px
}

/* Version impression : style compact et sans marges superflues */
@media print {

    #passeport-vertu {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        page-break-inside: avoid;
    }

    #passeport-vertu h4 {
        font-size: 18px !important;
        margin-bottom: 4px !important;
    }

    #passeport-vertu p {
        font-size: 14px !important;
        padding: 8px 10px !important;
        border-width: 0px !important;
    }

    #passeport-vertu p strong {
        font-size: 14.5px !important;
    }
}

/* ----- ÉCRAN UNIQUEMENT (ne touche pas à l'impression) ----- */
@media screen {

    #stilivita-pro-menu.navbar {
        margin-bottom: 15px;
    }

    body, #bracelet-list, #mon-compte {
        padding: 0px !important;
        margin-top: 0px !important;
    }

    #bracelet-edit
    {
        margin-top:0px !important;
    }
}


/*************************************************
 * PAGE CONNEXION – ESPACE PRO LILY PARKER
 *************************************************/

html#layout-user body #login-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden; /* pour contenir le super SVG */
}

/* Layout global */
#login-page .login-layout {
    width: 100%;
    position: relative;
    z-index: 10; /* au-dessus du fond animé */
}

/* Colonne gauche : texte d’intro */
#login-page .login-intro {
    display: flex;
    align-items: center;
}

#login-page .login-intro-inner {
    padding-right: 30px;
}

#login-page .login-intro h1 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #C65300;
}

#login-page .login-intro p {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 10px;
}

#login-page .login-intro .login-bullets {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

#login-page .login-intro .login-bullets li {
    font-size: 13px;
    color: #4b5563;
    margin-bottom: 4px;
}

/* Carte de login */
#login-page .login-card {
    border-radius: 18px;
    position: relative;
}

#login-page .login-card-inner {
    position: relative;
    z-index: 20;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 18px;
    padding: 24px 22px 22px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
    border: 1px solid #ffe0cf;
}

/* Logo / badge */
#login-page .login-logo img {
    max-height: 50px;
}

#login-page .login-tag {
    display: inline-block;
    background: #FFE5D4;
    color: #C65300;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 999px;
    font-weight: 700;
}

/* Titres */
#login-page .login-title {
    font-size: 22px;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 4px;
    color: #111827;
}

#login-page .login-subtitle {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 18px;
}

/* Formulaire */
#login-page #form-login .form-group {
    margin-bottom: 14px;
}

#login-page #form-login label {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 4px;
}

#login-page #form-login .form-control {
    border-radius: 999px;
    font-size: 14px;
    padding: 9px 14px;
    border: 1px solid #ffd7c4;
    background-color: #fffaf7;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

#login-page #form-login .form-control:focus {
    background-color: #ffffff;
    border-color: #FF8A4A;
    box-shadow: 0 0 0 0.18rem rgba(255, 138, 74, 0.35);
}

/* Infos sous les champs */
#login-page .login-extra {
    margin-bottom: 12px;
    font-size: 11.5px;
}

#login-page .login-extra small,
#login-page .login-extra a {
    font-size: 11.5px;
}

#login-page .login-extra a {
    color: #FF5B00;
    text-decoration: none;
}

#login-page .login-extra a:hover {
    text-decoration: underline;
}

/* Bouton */
#login-page .login-btn {
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 14px;
    background: linear-gradient(135deg, #FF7D4A, #ff9b6a);
    border: none !important;
    box-shadow: 0 10px 24px rgba(255, 125, 74, 0.4);
    transition: transform 0.12s ease, box-shadow 0.12s ease;
}

#login-page .login-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 32px rgba(255, 125, 74, 0.5);
}

/* Messages d’erreur / succès */
#login-page #error-login,
#login-page #success-login {
    font-size: 13px;
    border-radius: 999px;
    padding: 7px 14px;
}

/* Responsive */
@media (max-width: 767.98px) {
    #login-page {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #login-page .login-card-inner {
        padding: 22px 18px 20px;
        box-shadow: 0 12px 28px rgba(15,23,42,0.25);
    }

    #login-page .login-title {
        font-size: 20px;
    }

    #login-page .login-subtitle {
        font-size: 12px;
    }
}

/* ==========================
   ANIMATIONS SVG – FULL BACKGROUND
   ========================== */

/* Le SVG devient un fond géant derrière tout le contenu */
#login-page .login-orbit-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1400px;
    height: 1400px;
    transform: translate(-50%, -50%);
    opacity: 0.35;
    pointer-events: none !important;
    z-index: 0;
    animation:
            lp-bg-sway 25s ease-in-out infinite,
            lp-bg-rotate 140s linear infinite;
}

#login-page .login-orbit {
    width: 100%;
    height: 100%;
}

/* Sur mobile : plus petit mais bien visible */
@media (max-width: 767.98px) {
    #login-page .login-orbit-svg {
        width: 900px;
        height: 900px;
        opacity: 0.45;
        animation:
                lp-bg-sway 20s ease-in-out infinite,
                lp-bg-rotate 110s linear infinite;
    }
}

/* Les colonnes restent au-dessus */
#login-page .login-intro,
#login-page .login-card {
    position: relative;
    z-index: 10;
}

/* ==========================
   DÉTAILS D’ANIMATION
   ========================== */

/* Rotation ultra lente du décor entier */
@keyframes lp-bg-rotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to   { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Flottement + zoom */
@keyframes lp-bg-sway {
    0%   { transform: translate(-50%, -50%) scale(1); }
    50%  { transform: translate(-48%, -52%) scale(1.08); }
    100% { transform: translate(-50%, -50%) scale(1); }
}

/* Halo central qui tourne doucement */
#login-page .orbit-halo {
    transform-origin: 50% 50%;
    animation: lp-orbit-halo-spin 40s linear infinite;
}

@keyframes lp-orbit-halo-spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* Anneau avec dash qui file */
#login-page .orbit-ring {
    transform-origin: 50% 50%;
    animation:
            lp-orbit-ring-spin 55s linear infinite,
            lp-orbit-ring-dash 4s linear infinite;
}

@keyframes lp-orbit-ring-spin {
    from { transform: rotate(360deg); }
    to   { transform: rotate(0deg); }
}

@keyframes lp-orbit-ring-dash {
    from { stroke-dashoffset: 0; }
    to   { stroke-dashoffset: -130; }
}

/* Planètes qui tournent autour du centre */
#login-page .planet-orbit {
    transform-origin: 150px 150px;
}

#login-page .planet-orbit-1 {
    animation: lp-planet-orbit 18s linear infinite;
}
#login-page .planet-orbit-2 {
    animation: lp-planet-orbit 24s linear infinite reverse;
}
#login-page .planet-orbit-3 {
    animation: lp-planet-orbit 30s linear infinite;
}
#login-page .planet-orbit-4 {
    animation: lp-planet-orbit 36s linear infinite reverse;
}

@keyframes lp-planet-orbit {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* Étoiles qui pulsent */
#login-page .orbit-star {
    transform-origin: center;
    animation: lp-star-pulse 3.4s ease-in-out infinite alternate;
}

#login-page .orbit-star-2 {
    animation-duration: 4.1s;
    animation-delay: 0.5s;
}
#login-page .orbit-star-3 {
    animation-duration: 5s;
    animation-delay: 1s;
}

@keyframes lp-star-pulse {
    0%   { opacity: 0.2; transform: scale(0.8); }
    50%  { opacity: 1;   transform: scale(1.7); }
    100% { opacity: 0.3; transform: scale(1); }
}

/* FULLWIDTH MOBILE pour l'espace PRO */
@media (max-width: 767.98px) {

    body#layout-user {
        margin: 0 !important;
        padding: 0 !important;
    }

    body#layout-user .container {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body#layout-user .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body#layout-user .row > [class^="col-"],
    body#layout-user .row > [class*=" col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Navbar collée aux bords, sans coins */
    #stilivita-pro-menu {
        margin-top: 0 !important;
        border-radius: 0 !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}
/* Brand LILY PARKER dans la barre orange */
#stilivita-pro-menu .navbar-brand {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 15px;
}

#stilivita-pro-menu .navbar-brand i {
    font-size: 18px;
}

/* Bouton burger "Menu" */
#stilivita-pro-menu .navbar-toggler {
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.5);
    padding: 4px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

#stilivita-pro-menu .navbar-toggler-label {
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
}

/* Icône burger blanche */
#stilivita-pro-menu .navbar-toggler-icon {
    background-image: none; /* on désactive l’icone Bootstrap par défaut */
    position: relative;
    width: 18px;
    height: 2px;
    background-color: #FFF;
}
#stilivita-pro-menu .navbar-toggler-icon::before,
#stilivita-pro-menu .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 2px;
    background-color: #FFF;
}
#stilivita-pro-menu .navbar-toggler-icon::before {
    top: -5px;
}
#stilivita-pro-menu .navbar-toggler-icon::after {
    top: 5px;
}

/* Sur mobile : un poil plus gros */
@media (max-width: 767.98px) {
    #stilivita-pro-menu .navbar-brand {
        font-size: 14px;
        letter-spacing: 0.18em;
    }

    #stilivita-pro-menu .navbar-toggler-label {
        font-size: 14px;
    }
}

/* Brand LILY PARKER – base */
#stilivita-pro-menu .navbar-brand {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 16px;
}

#stilivita-pro-menu .navbar-brand i {
    font-size: 20px;
}

/* Bouton burger (mobile only, grâce à d-lg-none) */
#stilivita-pro-menu .navbar-toggler {
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.7);
    padding: 6px 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

#stilivita-pro-menu .navbar-toggler-label {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}

/* Icône burger custom */
#stilivita-pro-menu .navbar-toggler-icon {
    background-image: none;
    position: relative;
    width: 20px;
    height: 2px;
    background-color: #FFF;
}
#stilivita-pro-menu .navbar-toggler-icon::before,
#stilivita-pro-menu .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #FFF;
}
#stilivita-pro-menu .navbar-toggler-icon::before {
    top: -6px;
}
#stilivita-pro-menu .navbar-toggler-icon::after {
    top: 6px;
}

/* Spécifique mobile : encore un peu plus grand + barre bord à bord */
@media (max-width: 991.98px) {
    #stilivita-pro-menu {
        margin-top: 0 !important;
        border-radius: 0 !important;
    }

    #stilivita-pro-menu .navbar-brand {
        font-size: 17px;
        letter-spacing: 0.2em;
    }

    #stilivita-pro-menu .navbar-toggler-label {
        font-size: 15px;
    }
}

/* Sécurité : en desktop on masque le toggler au cas où */
@media (min-width: 992px) {
    #stilivita-pro-menu .navbar-toggler {
        display: none !important;
    }
}

/* FULLWIDTH MOBILE – TOUT l'espace PRO LILY PARKER */
@media (max-width: 767.98px) {

    /* On enlève marges et padding généraux */
    html#layout-user body {
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Containers Bootstrap bord à bord */
    html#layout-user .container-fluid,
    html#layout-user .container {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Plus de marge horizontale sur les .row */
    html#layout-user .row {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    /* Plus de padding sur les colonnes */
    html#layout-user .row > [class^="col-"],
    html#layout-user .row > [class*=" col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Navbar orange bord à bord */
    html#layout-user #stilivita-pro-menu.navbar {
        margin-top: 0 !important;
        margin-left: -10px !important;
        margin-right: -10px !important;
        border-radius: 0 !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}




