/**
 * Theme Name: Sedeco
 * Author: Agence SBA
 * Author URI: https://agence-sba.com
 * Text Domain: sedeco
 * Template: capmonetique
 * Version: 1.0.0
 */

.button-cameleon {
    isolation: isolate;

    figure {
        z-index: 2;
    }

    a {
        margin-top: -20px;
        z-index: 1;
    }
}

.hero-featured-image.wp-block-post-featured-image {
    height: 80% !important;
}

.cta-bottom {
    padding-top: 124px;
    padding-bottom: 96px;
    background-image: url("https://sedeco-cap.com/wp-content/uploads/sites/7/2026/03/autonomie-section-bg-sedeco.svg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.cta-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;

    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.4);

    overflow: hidden;
}

.cta-bottom-inner > .wp-block-group:first-child {
    flex: 1 1 auto;
    min-width: 0;
}

.cta-bottom-img {
    margin: 0;
    flex: 0 0 auto;
}

.cta-bottom-img img {
    display: block;
    width: 300px;
    max-width: 100%;
    height: auto;
}

@media (max-width: 782px) {
    .cta-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .cta-bottom-img img {
        width: 220px;
    }
}
