/* ============================================================
   BANNIÈRE DES TÉMOINS — une ligne discrète (jpare, GO 2026-09-05).
   Vue : resources/views/vendor/plugins/cookie-consent/index.blade.php (qui lie ce fichier avec ?v=mtime).
   🪤 /css/style.css est servi par Cloudflare avec max-age d'UN AN : un changement là-dedans n'arrive
   jamais chez les visiteurs — d'où ce fichier à part, à URL versionnée.
   Le CSS du plugin (vendor/core/plugins/cookie-consent) pose des !important : on le bat par la
   spécificité .cookie-consent.ledco-temoins + !important.
   ============================================================ */
.cookie-consent.ledco-temoins { position: fixed !important; left: 0 !important; right: 0 !important; bottom: 0 !important; top: auto !important; z-index: 999999; background: #1f1f1f !important; color: #fff !important; padding: 6px 12px !important; margin: 0 !important; max-width: none !important; width: auto !important; border-radius: 0 !important; font-size: 12.5px; line-height: 1.35; text-align: left !important; box-shadow: 0 -2px 10px rgba(0,0,0,.25); }
.cookie-consent.ledco-temoins .cookie-consent-body { display: flex !important; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; max-width: 1170px; margin: 0 auto; padding: 0 !important; }
.cookie-consent.ledco-temoins .cookie-consent__message { height: auto !important; line-height: 1.4 !important; flex: 1 1 260px; min-width: 0; margin: 0; display: block; }
.cookie-consent.ledco-temoins .cookie-consent__message a { color: #cfe6b0 !important; text-decoration: underline; }
.cookie-consent.ledco-temoins .ledco-temoins-btn { float: none !important; margin: 0 !important; padding: 4px 10px !important; border-radius: 3px !important; font-size: 11px !important; font-weight: 600; text-transform: uppercase; cursor: pointer; letter-spacing: .02em; line-height: 1.2; border: 1px solid #fff !important; background: #fff !important; color: #1f1f1f !important; outline: none; }
.cookie-consent.ledco-temoins .ledco-temoins-btn.refuser { background: transparent !important; color: #ddd !important; border-color: #777 !important; }
.cookie-consent.ledco-temoins .ledco-temoins-btn:hover, .cookie-consent.ledco-temoins .ledco-temoins-btn:focus { background: #79B732 !important; color: #fff !important; border-color: #79B732 !important; }
@media (max-width: 575px) { .cookie-consent.ledco-temoins { padding: 6px 8px !important; font-size: 12px; } .cookie-consent.ledco-temoins .cookie-consent-body { gap: 6px; flex-wrap: nowrap; } .cookie-consent.ledco-temoins .cookie-consent__message { flex: 1 1 auto; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .cookie-consent.ledco-temoins .ledco-temoins-btn { padding: 4px 8px !important; font-size: 11px !important; } }   /* jpare : « ben trop gros » → une seule rangée */
/* téléphone : phrase courte (une ligne), la longue reste pour le bureau */
.cookie-consent.ledco-temoins .ledco-temoins-court { display: none; }
@media (max-width: 575px) { .cookie-consent.ledco-temoins .ledco-temoins-long { display: none; } .cookie-consent.ledco-temoins .ledco-temoins-court { display: inline; } .cookie-consent.ledco-temoins .cookie-consent__message { flex-basis: auto; } }
