/* donnees_techniques.css — bloc repliable « Caractéristiques techniques » de la fiche produit.
   Créé le 12/09/2026 ; v2 le même jour : un <details> fermé par défaut (plus d'onglets), aucun JavaScript.
   Charte : fond #ccccff, accent #D81083 ; espacements 5 / 8 / 13 / 21 (Fibonacci).
   Inclus par page.produit.tpl et tpl_phone/page.produit_phone.tpl avec ?v=AAAAMMJJx (incrémenter à chaque modification). */
.caracteristiques_techniques{margin:21px 0 13px 0;border:1px solid #ccccff;border-radius:5px;background:#fafaff;clear:both}
.caracteristiques_techniques summary{cursor:pointer;padding:8px 13px;font-weight:bold;color:#555;list-style:none;outline:none}
.caracteristiques_techniques summary::-webkit-details-marker{display:none}
.caracteristiques_techniques summary::before{content:"\25B8\00A0";color:#D81083}
.caracteristiques_techniques[open] summary::before{content:"\25BE\00A0"}
.caracteristiques_techniques summary:hover{color:#D81083}
.caracteristiques_techniques summary span{font-weight:normal;color:#777}
.donnees_techniques{width:100%;border-collapse:collapse;margin:0;font-size:13px;line-height:1.618}
.donnees_techniques th{text-align:left;width:34%;padding:5px 13px;color:#555;font-weight:normal;border-top:1px solid #eee;vertical-align:top}
.donnees_techniques td{padding:5px 13px;border-top:1px solid #eee;vertical-align:top}
.donnees_techniques tr:nth-child(even) th,.donnees_techniques tr:nth-child(even) td{background:#fff}
.donnees_techniques small{color:#777}
