:root{
    --color-1: #525252;
    --color-2: #d24102;
    --color-3: #ffc821;
}


/* ***** TYPO ***** */

#content-wrapper .page-title {
    display: none;
}
.h1, h1, .h2, h2, h2, .h3, h3, .h4, h4, .h5, .h6, h5, h6,
.title-before {
    text-transform: uppercase;
}
.h1, h1, .title-before {
    font-weight: 300;
}
.h2, h2, #index .h2, #index h2, #custom-text h2 {
    font-size: 1.5rem;
}
.h3, .h4, h3, h4 {
    font-size: 1.05rem;
}




/* ***** HEADER ***** */

#desktop-header {
    height: 70px;
}
#desktop-header-container {
    background-color: #ffffff;
    padding: 20px 0px 20px 20px;
    position: relative;
    top: 10px;
}
#desktop-header-container .col-auto.col-header-left {
    width: 15%;
}




/* ***** GLOBAL ***** */

#module-iqitelementor-Preview.elementor-landing-body #wrapper {
    padding-top: 0;
}
.elementor-progress-bar {
    font-size: 1rem;
}




/* ***** FOOTER ***** */

#footer-container-main img.logo {
    width: 200px;
    margin-right: 50px;
}
.logo-lyonDev {
    width: 110px;
}
#footer-copyrights .copyright-txt a {
    font-size: 0.8rem;
    color: #e3e3e3;
}
#footer-copyrights .copyright-txt a:hover {
  color: #ffc821;
}




/* ***** RESPONSIVE ***** */

@media only screen and (max-width: 575px) {
    .col-mobile-logo .logo {
        width: 180px;
    }
    .sticky-mobile-wrapper {
        height: auto;
    }
    #mobile-header .mobile-main-bar {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    #mobile-header .m-nav-btn {
        color: #ffc821;
        background-color: #fff;
    }
    #iqitmegamenu-mobile a {
        padding: 1em 1em 1em 1em;
        min-height: 1em;
    }
}

@media only screen and (min-width: 768px) {
    .col-mobile-logo .logo {
        width: 180px;
    }
    .sticky-mobile-wrapper {
        height: auto;
    }
    #mobile-header .mobile-main-bar {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    #mobile-header .m-nav-btn {
        color: #ffc821;
        background-color: #fff;
    }
    #iqitmegamenu-mobile a {
        padding: 1em 1em 1em 1em;
        min-height: 1em;
    }
}