/**
Theme Name: Traiteur Au Bon Coin
Author: Nathalie Gendron
Author URI: https://agence-cybelia.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: traiteur-au-bon-coin
Template: astra
*/

/**
 * Style pour le titre principal de la page d'accueil
 * Applique la police Segoe Print et annule le style "TOUT EN CAPITALES"
 */
.uagb-block-5eed5db2 h1.uagb-heading-text {
    font-family: "segoe-print", sans-serif !important;
    font-weight: 700 !important;
    text-transform: none !important; /* C'est la ligne magique qui annule les majuscules ! */

    /* Bonus : ajustez la taille et l'espacement pour un meilleur rendu */
    font-size: 55px; /* N'hésitez pas à ajuster cette valeur (ex: 50px, 60px) */
    line-height: 1.2; /* Améliore l'espacement si le titre est sur deux lignes */
}
.uagb-ifb-title, .uagb-heading-text {
	font-family: "segoe-print", sans-serif !important;
    font-weight: 700 !important;
    text-transform: none !important;
}
.main-navigation ul
 {
    text-align: center;
}