/* 
Theme Name: Fondation de la Tablée populaire
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Fondation de la Tablée populaire is a child theme of Hello Elementor, created by RFC Digital
Author: RFC Digital
Author URI: https://rfcdigital.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: ftpo
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Custom style title */
.title-bold { font-weight: 700; }
.title-light {  font-weight: 300; }

/* Version plus courte */
.color-green {
    color: #84B71A;
}
.color-red {
    color: #CD003B;
}
.color-yellow {
    color: #FBBD1A;
}
.color-blue {
    color: #0091BA;
}

@media (max-width: 767px) {
    .menu-footer .elementor-nav-menu li {
        display: flex;
        justify-content: center;
    }
}

}