/* Même repère de défilement pour les fenêtres, volets et portes de garage. */
#onlybaie-perspective .ob-scroll-container{position:relative}
#onlybaie-perspective .ob-scroll-cue[hidden]{display:none!important}
#onlybaie-perspective button.ob-scroll-cue{position:absolute;bottom:0;left:0;right:10px;width:auto;z-index:2;display:flex;align-items:center;justify-content:center;gap:10px;margin:0;padding:25px 14px 12px;border:0;border-radius:0;background:linear-gradient(to bottom,#fff0,#fff 24px);color:#333;font:600 14px/1.35 'DM Sans',Arial,sans-serif;text-align:left;cursor:pointer;box-shadow:none;text-transform:none;letter-spacing:normal}
#onlybaie-perspective .ob-scroll-cue-arrow{display:grid;place-items:center;flex:none;width:30px;height:30px;border-radius:50%;background:#fff0f0;color:#d81f26;font-size:23px;line-height:1}
#onlybaie-perspective .ob-scroll-cue:hover .ob-scroll-cue-arrow{background:#d81f26;color:#fff}
#onlybaie-perspective .ob-scroll-cue:focus-visible,#onlybaie-perspective .ob-options-defilantes:focus-visible{outline:2px solid #d81f26;outline-offset:-3px}
#onlybaie-perspective .ob-options-defilantes[data-ob-scrollable]{scrollbar-width:auto!important;scrollbar-color:#999 #eee!important;scrollbar-gutter:stable}
#onlybaie-perspective .ob-options-defilantes[data-ob-scrollable]::-webkit-scrollbar{width:10px}
#onlybaie-perspective .ob-options-defilantes[data-ob-scrollable]::-webkit-scrollbar-track{background:#eee}
#onlybaie-perspective .ob-options-defilantes[data-ob-scrollable]::-webkit-scrollbar-thumb{background:#999;border:2px solid #eee;border-radius:8px}
/* macOS : conserver une piste visible et utilisable, plutôt qu’une barre superposée. */
@supports selector(::-webkit-scrollbar){
 #onlybaie-perspective .ob-options-defilantes[data-ob-scrollable]{scrollbar-color:auto!important}
}

@media(max-width:900px){
 #onlybaie-perspective button.ob-scroll-cue{display:none!important}
}
