/* 
Theme Name: ENF - Nettoyage industriel
Description: ENF - Nettoyage industriel est un thème développé par Boite à Oeufs
Author: Boite à Oeufs
Author URI: https://www.boite-a-oeufs.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
*/

body {
    overflow-x: hidden;
}
.elementor-location-header + .elementor {
    margin-top: 145px;
}
.elementor-widget-text-editor ul {
    margin-bottom: 10px;
}
.color-primary {
    color: var(--e-global-color-primary);
}

/* navbar */
.navbar {
    position: fixed;
    width: 100%;
    height: 145px;
    transition: box-shadow .5s, height .4s;
}
.navbar.scrolled {
    height: auto;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .3);
}
.logoflex img {
    transition: width .4s ease;
}
.navbar.scrolled .logoflex.elementor-element img {
    width: 120px;
}
@media (min-width: 767px) {
    .menu-item.only-on-mobile {
        display: none;
    }
}