
#ccda-safe-home-banner {
    position: relative;
    z-index: 2;
    display: block;
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0;
    overflow: hidden;
    background: #061d68;
    line-height: 0;
}

#ccda-safe-home-banner a,
#ccda-safe-home-banner picture {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

#ccda-safe-home-banner img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    object-fit: contain;
    object-position: center top;
}

#ccda-safe-home-banner .ccda-safe-photo-credit {
    position: absolute;
    right: 6px;
    bottom: 4px;
    margin: 0;
    padding: 2px 4px;
    border-radius: 2px;
    background: rgba(2, 25, 87, 0.38);
    color: rgba(255, 255, 255, 0.82);
    font-size: 7px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
    white-space: nowrap;
}

/* Classe attribuée uniquement au plus petit conteneur local validé. */
.home .ccda-old-white-banner-local {
    display: none !important;
}

/* Fallback : masque les éléments exacts si aucun conteneur local sûr n'est trouvé. */
.home .ccda-old-white-banner-item {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

@media (max-width: 767px) {
    #ccda-safe-home-banner .ccda-safe-photo-credit {
        right: 3px;
        bottom: 2px;
        padding: 1px 3px;
        font-size: 5.5px;
        background: rgba(2, 25, 87, 0.30);
        color: rgba(255, 255, 255, 0.75);
    }
}

#ccda-safe-home-banner a:focus-visible {
    outline: 3px solid #fff;
    outline-offset: -4px;
}
