/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* GENERAL ------------------------------ */
p
{
    margin-bottom: 0 !important;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover
{
    color: #fff !important;
    background-color: #000000 !important;
}


/* Header actu banner */
.enov_top_header_event_bar p
{
    color: #fff;
    font-family: 'Inter';
    font-size: 13px;
}
.enov_top_header_event_bar a
{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 12px;
    padding: 4px 20px;
    margin-left: 15px;
}


/* HOME PAGE */
.enov_home_masonry_item:hover .elementor-background-overlay
{
    opacity: .5 !important;
}
.enov_home_masonry_item_big 
{
    height: 570px !important; 
}
.enov_home_masonry_item_medium 
{
    height: 465px !important; 
}
.enov_home_masonry_item_small
{
    height: 375px !important; 
}
.enov_home_masonry_item .enov_home_masonry_desc
{
    transition: all .5s;
}
.enov_home_masonry_item:hover .enov_home_masonry_desc
{
    opacity: 1;
    max-height: 500px;
}
.enov_home_masonry_desc
{
    opacity: 0;
    max-height: 0;
}

@media screen and (max-width: 1200px) and (min-width: 1025px)
{
    .enov_home_masonry_item_medium 
    {
        height: 580px !important;  
    }
}

@media screen and (max-width: 767px)
{
    .enov_home_masonry_item_big 
    {
        height: 300px !important; 
    }
    .enov_home_masonry_item_medium 
    {
        height: 300px !important; 
    }
    .enov_home_masonry_item_small
    {
        height: 300px !important; 
    }
    .enov_home_masonry_desc
    {
        opacity: 1;
        max-height: 500px;
    }
    .enov_home_masonry_item:hover .elementor-background-overlay
    {
        opacity: .2 !important;
    }
}


/* Page about */
.enov_about_small_txt small
{
    font-size: 50%;
}

/* Team building page */

.enov_accordeon .elementor-accordion-item
{
    border: none !important;
    border-top: 2px solid #019ee3 !important;
}
.enov_accordeon .elementor-tab-content
{
    border: none !important;
}

/* Nos Evenements */
.enov_span_separator .elementor-widget-container
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.enov_span_separator span
{
    padding: 3px 5px;
    margin-right: 2px;
    background-color: #fff;
}