.bandeau{position:fixed;right:max(24px,env(safe-area-inset-right));bottom:max(24px,env(safe-area-inset-bottom));z-index:80;width:min(360px,calc(100vw - 48px));max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);display:flex;flex-direction:column;overflow:hidden;isolation:isolate;border:1px solid #d5d4ce;border-radius:18px;background:#f7f6f2;color:#252827;box-shadow:0 12px 48px #10181726,0 1px 3px #10181714;font-family:var(--font-archivo),Arial,sans-serif;font-size:14px;line-height:1.55;text-align:left;color-scheme:light}.bandeau p{margin:0}.bandeau__marque{display:flex;align-items:center;justify-content:space-between;flex:none;min-height:42px;padding:7px 18px;background:linear-gradient(115deg,#e5e4df,#fafaf7 47%,#e7e8e3);border-bottom:1px solid #d8d9d2}.bandeau .logo-sino{gap:10px}.bandeau .logo-sino__signe{height:24px}.bandeau .logo-sino__lettres{width:110px}.bandeau__corps{overflow-y:auto;overscroll-behavior:contain;padding:14px 18px 10px;min-height:0}.bandeau .bandeau__titre{font:650 19px/1.2 var(--font-archivo),Arial,sans-serif;letter-spacing:-.035em;margin:0 0 8px;color:#252827}.bandeau .bandeau__titre:focus{outline:none}.bandeau__intro{color:#474d48;font-size:13px}.bandeau .bandeau__note{margin-top:8px;font-size:11px;line-height:1.5;color:#646960}.bandeau a{color:#384a3e;text-decoration:underline;text-underline-offset:3px}.bandeau__boutons{flex:none;display:grid;grid-template-columns:1fr auto;gap:0 8px;padding:8px 18px 4px;background:#f7f6f2;border-top:1px solid #e0e1da}.bandeau button{font:inherit;font-weight:600;cursor:pointer;min-height:46px;border:1px solid #525c54;border-radius:9px;padding:10px 12px;background:#f7f6f2;color:#29392e;transition:background .15s,border-color .15s}.bandeau button:hover{background:#d6dece;border-color:#6c7b66}.bandeau a:focus-visible,.bandeau button:focus-visible,.cookies-acces:focus-visible,.lien-cookies:focus-visible{outline:2px solid #435d42;outline-offset:3px}.bandeau .bandeau__accepter{grid-column:1/-1;color:#fff;background:#344537;border-color:#344537}.bandeau .bandeau__accepter:hover{background:#233127}.bandeau .bandeau__enregistrer{grid-column:1/-1;margin-top:8px}.bandeau .bandeau__personnaliser,.bandeau .bandeau__refuser{display:flex;justify-content:center;gap:4px;align-items:center;border-color:transparent;background:transparent;font-size:12px;font-weight:400;padding:6px 0;min-height:44px;text-decoration:underline;text-underline-offset:3px}.bandeau .bandeau__refuser{color:#626960}.bandeau .bandeau__personnaliser:hover,.bandeau .bandeau__refuser:hover{color:#253028;background:#eceee6}.bandeau--detail{width:min(400px,calc(100vw - 48px))}.bandeau--detail .bandeau__refuser{grid-column:1/-1;justify-self:center;padding-inline:16px}.bandeau .bandeau__fermer{width:44px;min-height:44px;padding:0;border-color:transparent;background:transparent;font-size:26px;font-weight:400}.bandeau__choix{display:grid;margin-top:18px;border-top:1px solid #d5d9cf}.bandeau__necessaires,.bandeau__option{padding:14px 0;border-bottom:1px solid #d5d9cf}.bandeau__necessaires p:first-child{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;justify-content:space-between}.bandeau__necessaires p:first-child span{font-size:11px;color:#52604e}.bandeau__necessaires p:last-child{margin-top:5px;color:#626960;font-size:12px}.bandeau__option{display:flex;align-items:center;gap:18px;cursor:pointer}.bandeau__option>span{flex:1;min-width:0}.bandeau__option small,.bandeau__option span span,.bandeau__option strong{display:block}.bandeau__option span span{color:#565f54;font-size:13px;margin-top:4px}.bandeau__option small{color:#666d63;font-size:11px;margin-top:5px}.bandeau__option input{appearance:none;flex:none;width:44px;height:26px;border:1px solid #80897c;border-radius:20px;background:#ddd;margin:0;cursor:pointer;position:relative}.bandeau__option input:before{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:transform .15s}.bandeau__option input:checked{background:#425740;border-color:#425740}.bandeau__option input:checked:before{transform:translateX(18px)}.bandeau__option input:focus-visible{outline:2px solid #435d42;outline-offset:4px}.cookies-acces{position:fixed;left:max(4px,env(safe-area-inset-left));bottom:max(4px,env(safe-area-inset-bottom));z-index:79;display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:transparent;color:#394737;cursor:pointer}.cookies-acces:before{content:"";position:absolute;inset:7px;border:1px solid #abb1a5;border-radius:50%;background:#f7f6f2;z-index:-1}.cookies-acces:hover:before{background:#e5e9e0}body:has([aria-modal=true]) .cookies-acces,body:has(dialog[open]) .cookies-acces{visibility:hidden}.bandeau__statut{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.lien-cookies{display:inline-flex;align-items:center;min-height:44px;font:inherit;padding:0;border:0;background:none;color:inherit;text-decoration:underline;text-underline-offset:.15em;cursor:pointer}@media (max-width:720px){.bandeau{left:8px;right:8px;bottom:8px;width:auto;max-height:calc(100vh - 24px);max-height:calc(100dvh - 24px);border-radius:16px}.bandeau__boutons{padding-bottom:max(4px,env(safe-area-inset-bottom))}.bandeau .bandeau__accepter,.bandeau .bandeau__enregistrer{min-height:48px}}@media (prefers-reduced-motion:reduce){.bandeau button,.bandeau__option input:before{transition:none}}@media (forced-colors:active){.bandeau__option input{appearance:auto}.bandeau__option input:before{display:none}}