/* 
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 */

p{
    margin-bottom: 20px !important;
}

p:last-child{
    margin-bottom: 0 !important;
}


p a {
    color: inherit !important;
    text-decoration: underline !important;
}

.elementor-widget-text-editor li:not(:last-child) { 
    margin-block-end: 10px;
 }

 li::marker{
    font-size: .8em !important;
 }

.square{
    aspect-ratio: 1 / 1;
}

button.menu_btn{
    border-radius: 50px;
    border: 2px solid #FFF;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 3px;
    transition: all .3s;
} 

button.menu_btn:hover{
transform: scale(.96);
}


ul.sub-menu.elementor-nav-menu--dropdown, ul.elementor-nav-menu li a{
    backdrop-filter: blur(2px);
}

ul.sub-menu.elementor-nav-menu--dropdown li a{
    padding-right: 20px !important;
}

span.icon-mic{
        display: inline-block;
        width: 24px; /* Largeur de l'icône, ajuste selon tes besoins */
        height: 24px; /* Hauteur de l'icône, ajuste selon tes besoins */
        background-image: url('/wp-content/uploads/2024/09/icon-micro.svg');
        background-size: contain; /* Ajuste l'icône pour qu'elle soit entièrement visible */
        background-repeat: no-repeat;
        background-position: center;
}


.header-menu .menu-item-has-children a:hover path {
    fill: #fff;
}
.menu-noir button.menu_btn{
    border: 2px solid var(--e-global-color-text);
    color: var(--e-global-color-text);
}

.menu-noir span.icon-mic{
    background-image: url('/wp-content/uploads/2024/10/icon_micro_noir.svg');
}

nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{
    z-index: 1000;
}

.fit_content{
    width: fit-content;
}

.before_lines {
    position: relative; /* Nécessaire pour que l'élément ::before se positionne par rapport à ce conteneur */
}

.before_lines::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/uploads/2024/09/lines.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -35px;
    left: -35px;
}


.slider_img_poursuite img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}





@media (max-width: 1024px) {

    button.menu_btn, .menu-noir button.menu_btn{
        border: none;
        padding: 0;
        color: var(--e-global-color-text);
    } 

    li a:hover .menu_btn{
        color: #fff;
    }

    span.icon-mic{
        display: none;
    }
}