/* Complements a la feuille d'origine (classes absentes de la compilation Tailwind) */
.tp-hero-voile{background:linear-gradient(180deg,rgba(10,31,18,.55) 0%,rgba(10,31,18,.35) 40%,#0A1F12 100%)}
.tp-cta{background:linear-gradient(120deg,rgba(191,255,0,.15),rgba(212,165,55,.12));border:1px solid rgba(191,255,0,.3)}
.tp-lignes{white-space:pre-line}
.tp-menu.hidden{display:none}
.tp-chevron svg{transition:transform .3s}
button[aria-expanded="true"] .tp-chevron svg{transform:rotate(180deg)}
button[data-acc][aria-expanded="true"] > svg:last-child{transform:rotate(180deg)}
.tp-faq summary{list-style:none}
.tp-faq summary::-webkit-details-marker{display:none}
.tp-faq[open] summary svg{transform:rotate(180deg)}
.tp-choix:has(input:checked){border-color:#BFFF00;background:rgba(191,255,0,.1)}
.tp-choix:focus-within{outline:2px solid #BFFF00;outline-offset:2px}
.accent-turf{accent-color:#BFFF00}
[data-filtre][aria-pressed="true"]{border-color:#BFFF00;color:#0A1F12;background:#BFFF00}
.tp-texte h2{font-family:Sora,Inter,sans-serif;font-size:1.2rem;font-weight:700;color:#F2F7F4;margin:2rem 0 .6rem}
.tp-texte p{color:#9BB5A6;line-height:1.7;font-size:.95rem}
.tp-texte a{color:#D4A537}
.tp-texte a:hover{text-decoration:underline}
tr[data-href]{cursor:pointer}
@media (max-width:639px){.tp-masque-mobile{display:none}}
html,body{overflow-x:clip}
@media (max-width:1023px){
  .tp-filtres-sticky{position:static}
  .tp-chips{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding-bottom:4px}
  .tp-chips::-webkit-scrollbar{display:none}
  .tp-chips > *{flex-shrink:0}
}
/* utilitaires absents de la compilation d'origine */
.gap-x-5{column-gap:1.25rem}
.max-w-5xl{max-width:64rem}
.min-h-\[320px\]{min-height:320px}
.min-w-\[480px\]{min-width:480px}
.min-w-\[600px\]{min-width:600px}
.min-w-\[640px\]{min-width:640px}
.mt-14{margin-top:3.5rem}
.scroll-mt-40{scroll-margin-top:10rem}
.text-\[12px\]{font-size:12px}
@media (min-width:640px){.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}
.tp-table td,.tp-table th{white-space:nowrap}
.accent-\[\#BFFF00\]{accent-color:#BFFF00}
.\[color-scheme\:dark\]{color-scheme:dark}
/* 26/09 soir : gros gains, lexique, favoris */
.border-turf-danger\/30{border-color:#e0653a4d}
.border-turf-lime\/20{border-color:#bfff0033}
.hover\:bg-turf-lime\/20:hover{background-color:#bfff0033}
.hover\:border-turf-gold:hover{border-color:#d4a537}
.target\:border-turf-lime:target{border-color:#bfff00}
.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.min-h-11{min-height:2.75rem}
.pt-8{padding-top:2rem}
.pt-10{padding-top:2.5rem}
.text-\[13px\]{font-size:13px}
@media (min-width:1280px){.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
.h-60{height:15rem}
.border-t-2{border-top-width:2px}
