/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
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 */

/* Accordéon "blocs verts" (widget UiCore Icon Accordion) — mobile uniquement.
   Sur mobile (<=767px) chaque en-tête a une bordure basse 1px (le "filet" crème)
   qui sert de séparateur entre blocs. Quand un bloc est ouvert, ce filet reste
   collé sous le titre, au-dessus du contenu déplié. On le déplace alors en bas
   du bloc ouvert (sous le contenu), pour qu'il "descende" avec l'ouverture.
   PC non touché : la bordure n'existe qu'en <=767px. */
@media (max-width: 767px) {
    .uc_ac_box.uc-item-active .uc-heading {
        border-bottom-width: 0 !important;
    }
    .uc_ac_box.uc-item-active {
        border-bottom: 1px solid var(--e-global-color-secondary, #fff2e0) !important;
    }
}
