/* 
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.1
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; }

.comments-area a, .page-content a {
    text-decoration: none !important;
}

/* Hero */
.card-hero {
    backdrop-filter: blur(13px);
}


/* Team images - hauteur uniforme */
.ekit-wid-con .ekit-team-img > img,
body .ekit-team-img > img {
    height: 400px !important;
    width: 100%;
    object-fit: cover !important;
    object-position: center top !important;
}

@media (max-width: 1024px) {
    .ekit-wid-con .ekit-team-img > img,
    body .ekit-team-img > img {
        height: 300px !important;
    }

/* Hide empty ElementsKit profile fields */
h2.profile-title,
p.profile-designation {
    display: none !important;
}
