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

#hero-homepage {
    transition: background-image 0.3s ease-in-out;
}

body:not(.home) {
    #header-inner {
        .mega-menu-action {
            color: var(--wp--preset--color--contrast-2) !important;
        }

        #open-mobile-menu svg {
            color: var(--wp--preset--color--contrast-2) !important;

            &:hover {
                color: var(--wp--preset--color--base) !important;
            }
        }

        g.logo-name path {
            fill: var(--wp--preset--color--contrast-1) !important;
        }

        path.baseline {
            fill: var(--wp--preset--color--brand-1) !important;
        }
    }

    #slogan-subbrand > p {
        color: var(--wp--preset--color--contrast-2) !important;
    }
}

.expertise-card-ad-carte {
    @media only screen and (max-width: 800px) {
        .wp-block-column {
            &:first-child {
                padding: 0 !important;
            }
            &:last-child {
                display: none;
            }
        }
    }
}
