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

h1.subline {
    &::after {
        content: "";
        display: block;
        width: 140px;
        height: 6px;
        margin-inline: auto;
        margin-top: 1.5rem;
        background-color: var(--wp--preset--color--accent-1);
    }
}

.illustration-home-monecarte {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    margin-top: -100px;
    transform: translate(-12%, -24%);
    pointer-events: none;

    img {
        width: 100%;
    }
}

.expertise-card-monecarte {
    @media only screen and (width < 1201px) {
        > .wp-block-columns > .wp-block-column {
            &:first-child {
                flex-grow: 1;
                padding: 1.5rem !important;
            }

            &:last-child {
                display: none;
            }
        }
    }
}
