/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1777656804
Updated: 2026-05-01 19:33:24

*/

/* ============================================================
   Tag prestation Curatec
   Utilisé via le shortcode [curatec_tag]
   ============================================================ */

.curatec-tag {
    display: inline-block;
    background: var(--e-global-color-secondary, #D9111B);
    color: #FFFFFF;
    padding: 5px 12px;
    border-radius: 4px;
    font-family: var(--e-global-typography-81d6a5f-font-family, 'Poppins'), sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
    margin-right: 4px;
}

.curatec-tag:hover,
.curatec-tag:focus {
    background: #A50E16;
    color: #FFFFFF;
    text-decoration: none;
}

/* Espacement quand plusieurs tags se suivent */
.curatec-tag + .curatec-tag {
    margin-left: 0;
}

.curatec-case-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}
.curatec-case-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}
.curatec-case-card img {
    transition: transform 0.5s ease;
}
.curatec-case-card:hover img {
    transform: scale(1.05);
}