/*
Theme Name: Thème Horizon Marketing 👨🏼‍✈️
Theme URI: 
Author: Horizon Marketing
Author URI: https://www.horizon-marketing.com/
Description: Thème agence pour le Full Site Editing
Requires at least: 6.5
Tested up to: 6.5
Requires PHP: 8.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: horizon
*/
.hidden {
    display: none;
}

@media (width < 768px) {
    .hide-on-mobile {
        display: none;
    }
}

.body {
    background-color: var(--wp--preset--color--primary);
    overflow-x: hidden
}

.logo-banner {
    margin-bottom: 4rem;

    @media screen and (max-width: 1400px) {
        margin-bottom: 0;
        img {
            max-height: 75px;
            width: auto;
        }
    }
}


@media screen and (max-width: 768px) {
    .header-jura .custom-logo-link img {
        max-height: 55px;
        width: auto;
    }
}