﻿.intro{
	border-radius: 10px;
	background: rgba(249, 248, 204, 0.8);
	padding: 10px 5px 10px 5px;
	background-size: contain;
	background-clip: text;
	-webkit-background-clip: text;
	background-position: center;
	color: transparent;
	background-image: url(/assets/images/menuItemTexture.jpg);
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
}
/* smartphone paysage */
@media only screen and (max-width: 900px) and (orientation: landscape) {
/* Styles pour cette Media Queries */
	#mainBody{
		position:relative;
		top:90px;
	}
	hr.head-dashed {
		top:140px !important;
	}
}
/* smartphone portrait */
@media only screen and (max-width: 900px) and (orientation: portrait) {
/* Styles pour cette Media Queries */
	#mainBody{
		position:relative;
		top:50px;
	}
	hr.head-dashed {
		top:100px !important;
	}
} 
/* Tablette portrait */
@media (min-width: 768px) and (max-width: 1080px) and (orientation: portrait) {
  #mainBody{
		position:relative;
		top:50px;
	}
	hr.head-dashed {
		top:145px !important;
	}
}
/* Tablette paysage */
@media (min-width: 768px) and (max-width: 1080px) and (orientation: landscape) {
  #mainBody{
		position:relative;
		top:50px;
	}
	hr.head-dashed {
		top:215px !important;
	}
	.header-section .fronton h1{
		/*font-size:2rem;*/
	}
}
#mainBody{
	position:relative;
/*	top:160px;*/
	top:75px;
}
hr.head-dashed {
	/*top:100px !important;*/
	top:145px !important;
}


/*list entete*/
#topListMsgHeader{
	display: inline-block;
	/*background:#bfe1e1 url(/assets/images/grain.png);*/
	background:url(/assets/images/grain.png);
	/*border-color: rgb(60, 93, 93);*/
	border-radius: 15px;
	/*font-size: 2rem;*/
	font-style:italic;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: 0.25px;
	padding: 5px 19px;
	/*border-width: 1px;*/
	/*border-style: solid;*/
}
#data-compteur{
	/*font-family: "Bignord", sans-serif;*/
	font-size:2rem;
	font-family: "BazarMedium";
	line-height: 3.5rem;
}
.loading-blur {
    filter: blur(3px);       /* intensité du flou */
    pointer-events: none;    /* empêche les clics pendant le chargement */
    opacity: 0.6;            /* un peu de transparence pour le feedback visuel */
    transition: filter 0.3s ease, opacity 0.3s ease;
}
/* lien A */
a.lien::before{
position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 8px;
  width: 100%;
  background-color: #78bbbb;
  z-index: -1;
}
a.lien{
  font-weight: 600;
  letter-spacing: 0.25px;
  margin:0;
    margin-top: 0px;
  line-height: 1;
  margin-top: -5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding-bottom: 2px;
  z-index: 1;
}

h1.lien::before, h2.lien::before, h3.lien::before, h4.lien::before, h5.lien::before, h6.lien::before{
position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 8px;
  width: 100%;
  background-color: #78bbbb;
  z-index: -1;
}
h1.lien, h2.lien, h3.lien, h4.lien, h5.lien, h6.lien{
  font-weight: 600;
  letter-spacing: 0.25px;
  margin:0;
    margin-top: 0px;
  line-height: 1;
  margin-top: -5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding-bottom: 2px;
  z-index: 1;
}

hr.top-dashed {
	top: 10px;
}
hr.bottom-dashed {
	bottom: 10px;
}
hr.top-dashed, hr.bottom-dashed {
	margin: 0;
	border-top: 1px dashed rgba(0,0,0,0.85);
	border-bottom: 1px dashed rgba(255,255,255,0.85);
	position: relative;
	bottom: 10px;
	background-color: transparent;
	z-index: 10;
	width: 100%;
	height: 0;
}
.header-section hr.top-dashed,
.header-section hr.bottom-dashed {
	margin: 0;
	border-top: 1px dashed rgba(0,0,0,0.85);
	border-bottom: 1px dashed rgba(255,255,255,0.85);
	position: absolute;
	bottom: 10px;
	background-color: transparent;
	z-index: 10;
	width: 100%;
	height: 0;
}
hr {
	border: 0;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: currentcolor;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	background: none;
	background-color: rgba(0, 0, 0, 0);
	outline: 0;
	background-color: #ddd;
	margin: 2em 0;
	/**margin: 1em 0;*/
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 1px;
}
.h-button.home{width:40px;opacity:0.5}
.h-button.home:hover{width:40px;opacity:1}

.blur{-webkit-filter: blur(8px); transition:1s}

.sidebar-list li span.badge::before{
		content:'(';
	}
	.sidebar-list li span.badge::after{
		content:')';
	}
	.sidebar-list li span.badge{
		color:#333;
		float: right;
		font-size: 1rem;
	  font-weight: normal;
	  position: relative;
	  right: 0;
	}

/* abo */
.btn:active{
	background-color:#78bbbb !important;
	border-color:rgb(60, 93, 93) !important;
	color: rgb(60, 93, 93) !important;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #78bbbb;
  --bs-btn-border-color: #78bbbb;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(60, 93, 93);
  --bs-btn-hover-border-color: rgb(60, 93, 93);
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(60, 93, 93);
  --bs-btn-active-border-color: rgb(60, 93, 93);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #78bbbb;
  --bs-btn-disabled-border-color: #78bbbb;
}

/* google maps */
.map-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* ratio 16:9 */
    height: 0;
    overflow: hidden;
	left: -60px;
	width: 435px;
	height: 400px;
	/*width: 455px;*/
	/*left: -70px;*/
	border: 10px solid #222;
	/*box-shadow: 5px 5px 10px #333;*/
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
	width: 455px;
	height: 400px;
}

/* client form */
.input-error{border: 2px solid #b22 !important; background: rgb(255, 230, 230) !important;box-shadow: 2px 2px 5px;}
label.input-error{
	padding:0 20px;
	border-radius:20px;
}
.msgAlert{border-radius:5px;}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input[type="radio"] {
  border-radius: 50%;
  padding: 8px;
  /*margin-right: 10px;*/
  background-color: #fff;
  border-color: #2a9393;
  margin:0 5px;
}
.form-check-input[type="radio"]:checked {
  background-color: #2a9393;
}
.sidebar-list .form-check-label{
	margin-right: 15px;
}

/* exoSidebarCart */
.btn-picto{
	padding:9px 20px !important
	;
}
.sidebar-cart {
    position: fixed;
    right: 0;
    top: 0;
    width: 350px;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    background: #f8f9fa;
    border-left: 1px solid #ccc;
    padding: 15px;
    box-shadow: -2px 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
}
/* Boutons dans la sidebar */
.sidebar-cart button {
    display: inline-block;
    margin: 5px 0;
    padding: 10px 15px;
    font-size: 1rem;
    border: none;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;   /* empêche le retour à la ligne */
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}
.sidebar-cart button:hover {
    background: #0056b3;
}
/* Animation coulissante : panneau caché par défaut */
.sidebar-cart.hidden {
    transform: translateX(100%);
}

/* Bouton de fermeture */
.sidebar-cart #closeCartBtn {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    font-size: 4rem;
    cursor: pointer;
    color: #aaa;
}
.sidebar-cart #closeCartBtn:hover {
    color: #333;
}

/* Liste */
.sidebar-cart ul {
    list-style: none;
    padding: 20px 0 0;
    margin: 0;
    min-height: 30px;
}

.sidebar-cart li {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    line-height: 2rem;
}
.sidebar-cart li span.removeExo {
    cursor: pointer;
    font-weight: bold;
}
.numberRef{
	color:#aaa;
}
/* ✅ Version tablette : largeur plus petite */
@media (max-width: 992px) {
    .sidebar-cart {
        width: 280px;
    }
	.sidebar-cart button {
        font-size: 0.9rem;
        padding: 8px 12px;
    }
}

/* ✅ Version smartphone : plein écran */
@media (max-width: 576px) {
    .sidebar-cart {
        width: 100%;
        border-left: none;
        box-shadow: none;
    }
	.sidebar-cart button {
        font-size: 0.8rem;
        padding: 6px 10px;
    }

    /* Exemple : réduire le texte des boutons trop longs */
    #clearCartBtn::after {
        content: "Vider";
    }
    #saveListBtn::after {
        content: "Enregistrer";
    }
    #clearCartBtn, #saveListBtn {
        font-size: 0; /* cache le texte d'origine */
    }
}
/* ----------------------------------------- */
/* ------------- SEARCH AREA --------------- */
/* ----------------------------------------- */
/* search mainpage */
.search-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
}
.search-input {
	width: 100%;
	padding: 10px 35px 10px 20px;
	border-radius: 30px;
	border: 1px solid #ccc;
}
.search-button {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	font-size: 1.5rem;
	color: #999;
	border-radius: 0 50% 50% 0;
	transition:ease-in-out 0.1s;
	padding: 8px 10px;
}
.search-button:hover{
	background:#3c5d5d;
	color:#fff;
	padding:8px 10px;
}
#mainSearch::placeholder{
	font-size:1rem
}
/* --------------------------- */
.sidebar-resumeSearch .sidebar-title{
	background: #e6b65f url(/assets/images/grain.png) !important;
	/*border: 10px solid #e6b65f;*/
	border:10px;
	border-style: solid;
	border-image: url(/assets/images/grain.png);
}
/* ---------------------------------------
----------- PRODUCTS_ITEM ----------------
----------------------------------------*/
.product-item.grid.placeholder {
    background-color: #eee;
    filter: blur(3px);
    pointer-events: none;
}
.product-item.grid.placeholder .placeholder-title,
.product-item.grid.placeholder .placeholder-level,
.product-item.grid.placeholder .placeholder-level-text {
    background-color: #ddd;
    display: block;
    border-radius: 5px;
}
.placeholder-title {
    width: 70%;
    height: 16px;
    margin: auto;
}
.placeholder-level {
    width: 40px;
    height: 20px;
    margin-right: 10px;
}
.placeholder-level-text {
    width: 60px;
    height: 16px;
}
/* Conteneur des placeholders */
.placeholder {
    position: relative;
    background: #2c2c2c; /* fond sombre */
    border-radius: 12px;
    overflow: hidden;
    height: 200px; /* même hauteur que tes vignettes */
}
.placeholder {
    position: relative;
    overflow: hidden;
    background: #e0e0e0;
}
.placeholder::after {
    content: "";
    position: absolute;
    top: 0; left: -150px;
    width: 100px; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
    animation: shimmer 1.2s infinite;
}
@keyframes shimmer {
    100% { left: 100%; }
}
.search-wrapper,
.product-item{
    filter: blur(6px);
    opacity: 0.3;
    transition: filter 0.5s ease, opacity 0.5s ease;
}
.search-wrapper.loaded,
.product-item.loaded{
    filter: blur(0);
    opacity: 1;
}
/* ------------------------------------ */
/* product slider */
.product-slider .slick-arrow.slick-prev {
  left: -7px;
  /*margin-left: 30px;*/
  opacity: 1 !important;        /* toujours visibles */
  visibility: visible !important;
  transition: none !important;  /* évite le fondu */
}
.product-slider .slick-arrow.slick-next {
  right: -7px;
  /*margin-right: 30px;*/
  opacity: 1 !important;        /* toujours visibles */
  visibility: visible !important;
  transition: none !important;  /* évite le fondu */
}
.product-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: none;
  background-color: #ffffff;
  padding: 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  color:#3b5c5c;
}
.product-slider .slick-arrow i {
  font-size: 24px;
  line-height: 24px;
  display: block;
}
.product-slider:hover .slick-arrow.slick-prev {
  margin-left: 0;
}
.product-slider:hover .slick-arrow.slick-next {
  margin-right: 0;
}
.product-slider:hover .slick-arrow {
  opacity: 1;
}
.product-slider .slick-arrow:hover {
  background-color: #3b5c5c;
  color: #fff;
}
/* breadcrumbs*/
/*.page-header {
    margin-bottom: 20px;
}*/
.page-header{
	/*margin-bottom:0px !important;*/
}
.page-header .breadcrumb{
	padding: 0px 20px !important;
}

.page-header .breadcrumb {
    margin-bottom: 0.5rem;
    /*padding: 0.4rem 0.8rem;*/
	background: url(/assets/images/grain.png);
    border-radius: 15px;
	/**/
	font-size: 1.2rem;
	line-height: 30px;
	/*font-weight: 600;*/
	letter-spacing: 0.25px;
	/*padding: 20px 20px;*/
	/**/
}

.page-header .breadcrumb .breadcrumb-item:first-child::before {
	content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 1em;
    vertical-align: middle;
    background-image: url('/img/hat-black.png');
    background-size: contain;  /* adapte la taille de l'image au bloc */
    background-repeat: no-repeat;
}
.page-header .breadcrumb .breadcrumb-item{
	color:#999;
}
.page-header .breadcrumb .breadcrumb-item.active{
	color:rgb(60, 93, 93);
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    padding: 0 0.3em;
    color: #333;
	font-size:1.8rem;
	font-weight:600;
}
.breadcrumb-item + .breadcrumb-item:last-child::before {
    /*content: "";*/ /*a verifier !!! */
}
/* --------------------------
   Petits mobiles
   sm breakpoint Bootstrap (576px)
--------------------------- */
@media only screen and (max-width: 576px) and (orientation: portrait) {
	.breadcrumb {
		font-size: 0.8rem !important;
	}
}

@media only screen and (max-width: 576px) and (orientation: landscape) {
    .breadcrumb {
		font-size: 1rem !important;
	}
}
/* end breadcrumb */

/* popuMsg */
#popupMsg {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 15px 25px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    text-align: center;
    max-width: 80%;
}
#popupMsg.success {
    background: rgba(40,167,69,0.9); /* vert */
}

#popupMsg.error {
    background: rgba(220,53,69,0.9); /* rouge */
}
#popupMsg.warning {
    background: rgba(255, 193, 7, 0.95); /* orange bootstrap-like */
    color: #000; /* texte noir pour lisibilité */
}
/* end popupMsg
/* -----------------------------------------------
 ------------- SUBSCRIPTION SECTION --------------
 ---------------------------------------------- */
.subscription-section{
	/*background-color: #b77 !important;*/
	background-color: #7ac0c0 !important;
	background: url(/assets/images/grain.png);
	color:white;
}
.subscription-section hr.top-dashed, .subscription-section hr.bottom-dashed{
	border-color:#fff !important;
}

/* pages solo activate, reset, token, etc */
.section-solo{
	background-color: #e6e1d0 !important;
	background: url(/assets/images/grain.png);
    background-color: rgba(0, 0, 0, 0);
    background-attachment: scroll;
	background-attachment: fixed;
	background-blend-mode: darken;
	min-height: calc(100vh - 200px);
}

/* -----------------------------------------------
 ------------- LISTE EXO --------------
 ---------------------------------------------- */
.listExo {
	position: relative;
	/*z-index: 0;                 */
}
.listExo::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: url(/img/magicien-bk.png);
	background-color: #e6e1d0; 
	background-size: contain;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	opacity: 0.1;  
	z-index: -1;  
	filter: opacity(40%);
}
.listExo blockquote {
  font-style: italic;
  margin: 1em 0;
  padding-left: 1em;
  border-left: 4px solid #ccc;
}
/* PAGE UNIQUES */
.mainAlone{
	position:absolute; 
	bottom:0px;
}
.alone{
	background: url(/img/hat-black.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: contain;
	background-position: center;
}
.mainAlone .footer-top-section{
	padding:0;
}
/* -----------------------------------------------
 ------------- FILTER SMARTPHONE --------------
 ---------------------------------------------- */
/* Drawer mobile */
#FilterWrapper {
	display: block;
    z-index: 1050;
    transition: left 0.3s ease;
}
#FilterWrapper.open {left: 0;}
#FilterOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 1040;
}
#mobileFilterOverlay.active {display: block;}

@media (max-width: 991px) {
    #FilterWrapper {
        display: block;
        position: fixed;

        top: 0px;
        bottom: 0; 
        left: 0;
        width: 300px;
		height:auto;
		min-height: calc(100dvh - 200px);

        z-index: 1060;
        background: #fff;

        padding: 10px;
		padding-bottom: 40px;
        overflow-y: auto;
        overflow-x: hidden;
		
		transform: translateX(-100%);
		transition: transform 0.3s ease;
		opacity: 0;

        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }
	#FilterWrapper.open{
		transform: translateX(0);
		opacity: 1;
	}
	.mobile-filter-close {
        position: absolute;
        top: 26px;
        right: 10px;
        background: transparent;
        border: none;
        font-size: 22px;
        cursor: pointer;
        display: none; /* caché par défaut */
        z-index: 1070;
		border: 1px solid #333;
		padding: 3px 5px;
    }
	.mobile-filter-close:hover{
		background:#333;
		color:#fff;
	}

    #FilterWrapper.open .mobile-filter-close {
        display: block; /* visible uniquement quand menu ouvert */
    }
}

/* -----------------------------------------------
 ------------- DEBUG --------------
 ---------------------------------------------- */
.debuG{
	position:absolute;
	z-index:10000;
}
#debugSQL{
	display:none;
}
/* Panel */
#mainDebug {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    background: #0d1117;
    color: #00ff88;
    font-family: monospace;
    font-size: 12px;
    z-index: 9999;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    box-shadow: 0 -4px 10px rgba(0,0,0,0.4);
    border-top: 2px solid #00ff88;
}
#mainDebug.open {transform: translateY(0);}
/* Scroll interne */
#mainDebug .debug-content {
    height: 100%;
    overflow-y: auto;
    padding: 15px;
}
/* Table neutre */
#mainDebug table {
    width: 100%;
    border-collapse: collapse;
	color:#fff;
}
#mainDebug th, #mainDebug td {
    border: 1px solid #1f2937;
    padding: 6px;
}
/* Bouton flottant */
#debugToggle {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 10000;
    background: #00ff88;
    color: #000;
    border: none;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
#debugToggle:hover {
    background: #00cc6a;
}
.debug-wrapper {
    font-family: Consolas, Monaco, monospace;
    font-size: 0.85rem;
    background: #1e1e1e;
    color: #f0f0f0;
    padding: 10px;
    border-radius: 6px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
/* --- Sections --- */
.debug-section {
    margin-bottom: 15px;
    border: 1px solid #333;
    border-radius: 4px;
    background: #2b2b2b;
    overflow: hidden;
}
.debug-section details summary {
    cursor: pointer;
    padding: 6px 12px;
    background: #3c3c3c;
    color: #f0f0f0;
    font-weight: bold;
    user-select: none;
    outline: none;
}
.debug-section details[open] summary {
    background: #555;
}
.debug-section .debug-content {
    padding: 8px 12px;
    max-height: 400px;
    overflow-y: auto;
}
/* --- Tables --- */
.debug-section table {
    width: 100%;
    border-collapse: collapse;
    margin: 5px 0;
    table-layout: fixed;
}
.debug-section table th, .debug-section table td {
    border: 1px solid #444;
    padding: 4px 8px;
    word-wrap: break-word;
}
.debug-section table th {
    background: #3a3a3a;
    color: #fff;
    width: 180px;
}
/* --- Details imbriqués --- */
.debug-section details details summary {
    font-weight: normal;
    font-size: 0.8rem;
    background: #444;
    margin-left: 10px;
    border-radius: 2px;
}
.debug-section details details {
    background: #2e2e2e;
    padding-left: 10px;
}
/* --- Scrollbar (optionnel) --- */
.debug-wrapper::-webkit-scrollbar {
    width: 8px;
}
.debug-wrapper::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 4px;
}
.debug-wrapper::-webkit-scrollbar-track {
    background: #222;
}
/* --- Debug Wrapper Responsive --- */
@media (max-width: 991px) {
    .debug-wrapper {
        max-height: 60vh;  /* réduit la hauteur sur mobile */
        font-size: 0.75rem;
        padding: 6px;
    }
    .debug-section .debug-content {
        max-height: 200px;  /* limite le scroll dans chaque section */
    }
}
.debug-title{
	display: flex;
    align-items: center;
    width: 100%;
    margin: 20px 0;
    font-weight: bold;
	
}
.debug-title::before,
.debug-title::after {
    content: "";
    flex: 1;
    border-bottom: 1px dashed #00ff88; /* ligne en tirets */
    margin: 0 20px; /* espace entre texte et tirets */
	color: #00ff88;

}
/* --- Très petit écran --- */
@media (max-width: 576px) {
    .debug-wrapper {
        max-height: 50vh;
        font-size: 0.7rem;
        padding: 4px;
    }
    .debug-section details summary {
        font-size: 0.8rem;
    }
    .debug-section .debug-content {
        max-height: 150px;
    }
}