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



/* =====================================================
====================== STICKY TOPBAR ===================
===================================================== */ 
#top-bar.sticky-top-bar {
    box-shadow: 0px 3px 6px rgba(0,0,0,.15);
}


/* =====================================================
====================== REALISATIONS ====================
===================================================== */ 
article {
    margin-bottom:  0!important;
}
article .premium-blog-content-wrapper  {
    margin: 15px 0 0 0!important;
}
.premium-blog-wrap .slick-dots li {
    background: var( --e-global-color-text );
    transform: scale(0.85);
}
.premium-blog-wrap .slick-dots li.slick-active {
    background: var( --e-global-color-primary );
}


/* =====================================================
========================= FOOTER =======================
===================================================== */ 
footer .elementor-icon-box-content h5 {
    margin-top:  0;
}


/* =====================================================
======================= RESPONSIVE =====================
===================================================== */ 
@media screen and (max-width:  767px) {

    body {
        overflow-x: hidden!important;
    }

    #accueil,
    #a-propos {
        min-height: initial!important;
    }
    #a-propos,
    #activites {
        margin-top:  50px!important;
    }
    #accueil > .e-con-inner > .elementor-element,
    #a-propos > .e-con-inner > .elementor-element {
        position: relative!important;
        margin: 0!important;
        padding: 0!important;
        min-height: initial!important;
    }
    #accueil > .e-con-inner > .elementor-element .elementor-widget-image img,
    #a-propos > .e-con-inner > .elementor-element .elementor-widget-image img {
        height:  350px;
    }
    #activites,
    #realisations {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
    #activites .e-con-inner {
        padding-top:  50px!important;
    }
    #activites > .e-con-inner > .elementor-element,
    #activites > .e-con-inner > .elementor-element > .elementor-element {
        padding: 0!important;
    }

    footer > .elementor-element:first-of-type > .e-con-inner > .elementor-element {
        width:  50%!important;
    }
    footer > .elementor-element > .e-con-inner > .elementor-element p {
        text-align: left;
    }
    footer .elementor-element:last-of-type .e-con-inner {
        flex-direction: column;
    }
    footer .elementor-element:last-of-type .e-con-inner .elementor-element {
        width:  100%;
    }
    footer p {
        font-size: 16px!important;
    }
    footer .elementor-button {
        padding: 5px!important;
        font-size: 14px!important;
        border-width: 1px!important;
    }
    footer .elementor-element:last-of-type p {
        text-align:  center!important;
    }


}





