html body .caads-top-wrap .caads-inline.caads-banner {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
    max-width: 320px;
    width: calc(100% - 40px);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    animation: caads-fade-in .4s ease-out;
}

.caads-banner img {
    display: block;
    width: 100%;
    height: auto;
}

.caads-banner .caads-link {
    display: block;
    line-height: 0;
    cursor: pointer;
}

.caads-banner .caads-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 2;
    transition: background .2s;
}

.caads-banner .caads-close:hover {
    background: rgba(0, 0, 0, 0.85);
}

.caads-banner.caads-hidden {
    display: none !important;
}

@keyframes caads-fade-in {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 480px) {
    .caads-banner {
        right: 10px;
        bottom: 10px;
        max-width: 260px;
    }
}

.caads-inline {
    margin: 32px auto;
    max-width: 1400px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    background: #fff;
}

html body .caads-top-wrap {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    line-height: 0 !important;
    font-size: 0 !important;
    overflow: visible !important;
}
html body .caads-top-wrap .caads-inline {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    overflow: visible !important;
    line-height: 0 !important;
    font-size: 0 !important;
    position: relative !important;
    z-index: 99 !important;
}
html body .caads-top-wrap .caads-link,
html body .caads-top-wrap a.caads-link {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    overflow: visible !important;
}
html body .caads-top-wrap .caig-image-wrapper {
    display: block !important;
    width: 100% !important;
    line-height: 0 !important;
}
html body .caads-top-wrap img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    vertical-align: top !important;
    object-fit: unset !important;
}

.caads-inline img {
    display: block;
    width: 100%;
    height: auto;
}

.caads-inline .caads-link {
    display: block;
    line-height: 0;
}

/* ── Bouton CTA "Je profite de l'offre" ── */
html body a.caads-cta-btn,
html body .caads-banner a.caads-cta-btn,
html body .caads-inline a.caads-cta-btn {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 14px 20px !important;
    background: #323232  !important;
    background-color: #323232  !important;
    color: #fff !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: .04em !important;
    text-decoration: none !important;
    line-height: 1.4 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    transition: background .2s !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
}
html body a.caads-cta-btn:hover,
html body .caads-banner a.caads-cta-btn:hover,
html body .caads-inline a.caads-cta-btn:hover {
    background: #d96a16 !important;
    background-color: #d96a16 !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* Masquer le bouton dans la bannière pleine largeur (homepage header) */
html body .caads-top-wrap a.caads-cta-btn {
    display: none !important;
}

@media (max-width: 768px){

.caads-inline {
    padding: 0 15px;
}
	
}