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

.enov_flex_stretch
{
    flex: 1;
}

/* align last element to right */
.enov_last_elem_to_right .elementor-widget-wrap div:last-child
{
    margin-left: auto;
}

/* align last element to bottom */
@media screen and (max-width: 767px)
{
    .enov_last_elem_to_bottom > div
    {
        flex-direction: column;
    }
    .enov_last_elem_to_bottom > div div.elementor-widget:last-child
    {
        margin-top: auto;
    } 
}

.limit_to_3_lines
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
            line-clamp: 3; 
    -webkit-box-orient: vertical;  
}

.min_height_title
{
    min-height: 70px;
}
.aspect-ratio-1-1 img
{
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
} 


@media screen and (min-width: 1366px)
{
    .enov_banner_margin
    {
        margin: 0 50px;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1366px)
{
    .enov_banner_margin
    {
        margin: 0 15px;
    } 
}


/* Top header */
.support_top_header
{
    margin-top: -66px !important;
    transition: all .5s !important;
}
.support_top_header_open
{
    margin-top: 0 !important;
}

.sticky-header
{
    top: unset !important;
}
.sticky-header.elementor-sticky--effects
{
    top: 0px !important;
}


/* Actualités - container */
.enov_actu_main_container article:nth-child(even) section > .elementor-container > div:first-child
{
    order: 2;
    padding-left: 30px;
}
.enov_actu_main_container article:nth-child(even) section > .elementor-container > div:nth-child(2) > .elementor-widget-wrap
{
    padding-left: 0;
}
@media screen and (max-width: 768px)
{
    .enov_actu_main_container article:nth-child(even) section > .elementor-container > div:first-child
    {
        order: initial;
        padding-left: 0; 
    }
    .enov_actu_main_container article:nth-child(even) section > .elementor-container > div:nth-child(2) > .elementor-widget-wrap
    {
        padding-left: 0;
    }
}

.enov_actu_img_position img
{
    object-position: top;
}

/* Actualités - couleures */
article.actualites_categories-it .enov_actu_cat_item h4, article.actualites_categories-it .enov_actu_cat_item span
{
    color: #2283C5 !important;
}
article.actualites_categories-it .enov_flex_stretch span
{
    border-color: #2283C5 !important;  
}
article.actualites_categories-it .enov_actu_date_item .elementor-widget-container span, article.actualites_categories-it .enov_actu_cat_item_date > div span
{
    color:#2283C5 !important;
}

article.actualites_categories-digital .enov_actu_cat_item h4, article.actualites_categories-digital .enov_actu_cat_item span
{
    color: #FBA529 !important;
}
article.actualites_categories-digital .enov_flex_stretch span
{
    border-color:#FBA529 !important; 
}
article.actualites_categories-digital .enov_actu_date_item .elementor-widget-container span, article.actualites_categories-digital .enov_actu_cat_item_date > div span
{
    color:#FBA529 !important;
}

article.actualites_categories-software .enov_actu_cat_item h4, article.actualites_categories-software .enov_actu_cat_item span
{
    color: #71B84E !important;
}
article.actualites_categories-software .enov_flex_stretch span
{
    border-color: #71B84E !important; 
}
article.actualites_categories-software .enov_actu_date_item .elementor-widget-container span, article.actualites_categories-software .enov_actu_cat_item_date > div span
{
    color:#71B84E !important; 
}

article.actualites_categories-telephony .enov_actu_cat_item h4, article.actualites_categories-telephony .enov_actu_cat_item span
{
    color: #D84288 !important;
}
article.actualites_categories-telephony .enov_flex_stretch span
{
    border-color: #D84288 !important;  
}
article.actualites_categories-telephony .enov_actu_date_item .elementor-widget-container span, article.actualites_categories-telephony .enov_actu_cat_item_date > div span
{
    color: #D84288 !important; 
}


article.actualites_categories-cyber_security .enov_actu_cat_item h4, article.actualites_categories-cyber_security .enov_actu_cat_item span
{
    color: #5d0093 !important; 
}
article.actualites_categories-cyber_security .enov_flex_stretch span
{
    border-color: #5d0093 !important;  
}
article.actualites_categories-cyber_security .enov_actu_date_item .elementor-widget-container span, article.actualites_categories-cyber_security .enov_actu_cat_item_date > div span
{
    color: #5d0093 !important; ;
    /* background-color: #5d0093 !important; */
}

/* actualité filters */
.enov_cat_filter
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.enov_cat_filter > div
{
    padding-right: 15px;
}
.enov_cat_filter > div.active
{
    font-weight: 700;
}


/* Remove last border bottom list */
.enov_loop_actualites .elementor-widget-container > .elementor-posts-container article:last-child .elementor-widget-wrap
{
    border: none;
}


/* Main menu - color current menu with categorie color  */
.menu-item-69.current-page-ancestor a, .menu-item-69.current_page_item a
{
    border-bottom: 2px solid #d84297;
    color: #000 !important;
}
.menu-item-69 a:hover
{
    color: #d84297 !important;  
}

.menu-item-64.current-page-ancestor a, .menu-item-64.current_page_item a
{
    border-bottom: 2px solid #5d0093;
    color: #000 !important; 
}
.menu-item-64 a:hover
{
    color: #5d0093 !important;  
}

.menu-item-66.current-page-ancestor a, .menu-item-66.current_page_item a
{
    border-bottom: 2px solid #29abe0;
    color: #000 !important;
}
.menu-item-66 a:hover
{
    color: #29abe0 !important;  
}

.menu-item-65.current-page-ancestor a, .menu-item-65.current_page_item a 
{
    border-bottom: 2px solid #FBA529;
    color: #000 !important; 
}
.menu-item-65 a:hover
{
    color: #FBA529 !important;  
}

.menu-item-67.current-page-ancestor a, .menu-item-67.current_page_item a
{
    border-bottom: 2px solid #71B84E;
    color: #000 !important; 
}
.menu-item-67 a:hover
{
    color: #71B84E !important; 
}


@media screen and (max-width: 768px)
{
	/* Responsive Digital Agency */
	.responsive_digital_slider_realisations .swiper-slide-contents
	{
		background-color: #fff;
		padding: 15px; 
	}
}

/* Header menu */
.enov_hamburger_menu_icon:after
{
    /* content: ''; */
    height: 160px;
    width: 150%;
    position: absolute;
    /*background-color: rgba(255, 255, 255, 0.801);*/
    margin: 0;
    left: -8px;
}

.page-id-15 .enov_hamburger_menu_icon:after
{
    height: 0 !important;
    width: 0 !important;
}

@media screen and (max-width: 1367px)
{
    .enov_hamburger_menu_icon:after
    {
        /* content: ''; */
        height: 160px;
        width: 150%;
        position: absolute;
        /* background-color: rgba(255, 255, 255, 0.801); */ 
        margin: 0;
        left: -12px;
    }
}

@media screen and (max-width: 1200px)
{
    .enov_hamburger_menu_icon:after
    {
        /* content: ''; */
        height: 0;
        width: 0;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.0);
        margin: 0;
        left: -0;
    }
}

/* Main menu pop-up */
.enov_menu_modal_container .elementor-location-popup[data-elementor-type = "popup" ]
{
    height: 100%;
    padding: 50px 0;
    display: flex !important;
    flex-direction: column;
    align-items: normal;
    justify-content: space-between;
}
@media screen and (max-width: 768px)
{
    .enov_menu_modal_container .elementor-location-popup[data-elementor-type = "popup" ]
    {
        height: 100%;
        padding: 15px 0;
        display: flex !important;
        flex-direction: column;
        align-items: normal;
        justify-content: start;  
    }
}

.enov_section_competence_menu
{

}


.elementor-location-popup .elementor-accordion-item .elementor-accordion-icon {
    font-size: 33px;
}
.elementor-location-popup .elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
    display: block;
    font-size: 33px;
}

.elementor-location-popup .elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
    display: block;
    font-size: 33px; 
}

.elementor-location-popup .enov_accordeon_mobile_menu .elementor-widget-wrap.elementor-element-populated
{
    padding: 25px 0;
}

.enov_accordeon .elementor-toggle-icon
{
	/*font-size: 21px;*/
	transition: transform .3s ease-in-out;
}
.enov_accordeon .elementor-tab-title:hover .elementor-toggle-icon
{
	transform: translateY(-6px);
}
.enov_accordeon .elementor-toggle-icon
{
    height: 30px;
}


/* Sitemap menu */
.simple-sitemap-wrap h3
{
    display: none; 
}
.simple-sitemap-wrap > ul
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.simple-sitemap-wrap > ul > li
{
    list-style-type: none;
    padding: 15px;
    padding-bottom: 10px;
}
.simple-sitemap-wrap > ul > li > a
{
    font-weight: 600;
    font-family: 'Manrope';
    padding-bottom: 5px;
    display: block;
}
.simple-sitemap-wrap > ul > li > ul
{
    margin: 0;
    padding-left: 0;
}
.simple-sitemap-wrap > ul > li > ul > li 
{
    list-style-type: none;
    font-weight: 300;
    font-family: 'Manrope';
}

@media screen and (max-width: 768px)
{
    .simple-sitemap-wrap > ul > li
    {
        width: 50%;
    }
}


/* FORMULAIRE INITIALES VOEUX 2025 */
#field_22_13,
#field_22_19
{
    /* grid-column: span 3; */
}

#field_22_25
{
    pointer-events: none;
}

#field_25_13,
#field_25_19
{
    /* grid-column: span 3;*/
}

#field_25_25
{
    pointer-events: none;
}

#gform_fields_25 .warningTextareaInfo
{
    font-size: 12px;
}

#gform_fields_22 .warningTextareaInfo
{
    font-size: 12px;
}

