/*
Theme Name:    ALIAS Groupe Theme
Theme URI:     https://www.alias-groupe.fr
Author:        [Marco]
Author URI:    d
Description:   A custom, professional theme for ALIAS Groupe based on their corporate presentation.
Version:       1.4.0
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
Tags:          custom-background, custom-logo, editor-style, featured-images, theme-options, translation-ready, block-styles, wide-blocks, elementor
Text Domain:   aliasgroupe
*/
/*--------------------------------------------------------------
# General & Typography
--------------------------------------------------------------*/
body {
    background-color: #fff;
    color: var(--text-color);
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: var(--primary-color); /* Uses color from Customizer */
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

h1 { font-size: 3.5rem; }
h2 { font-size: 2.8rem; }
h3 { font-size: 2.2rem; }

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--dark-blue-color);
}

/*--------------------------------------------------------------
# Layout & Structure
--------------------------------------------------------------*/
#content {
    flex: 1;
}


.header-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.site-header, .site-footer {
    width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff;
    transition: box-shadow 0.3s ease;
}

.site-header.is-sticky {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.header-top {
    background-color: var(--dark-blue-color);
    color: #e0e0e0;
    font-size: 14px;
    padding: 8px 0;
}

.header-top .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-contact span {
    margin-right: 20px;
}
.top-bar-contact span:last-child {
    margin-right: 0;
}

.top-bar-contact a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}
.top-bar-contact a:hover {
    color: var(--primary-color);
}

.top-bar-social a {
    color: #ffffff;
    margin-left: 15px;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.3s ease;
}
.top-bar-social a:hover {
    color: var(--primary-color);
}

.header-main {
    background-color: transparent;
}

.header-main .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-logo-link img {
    max-height: 50px;
    width: auto;
}

.main-navigation ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
}

.main-navigation li {
    margin-left: 35px;
}

.main-navigation a {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--text-color);
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-navigation a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--primary-color);
    transition: width 0.4s ease;
}

.main-navigation a:hover::after,
.main-navigation .current-menu-item > a::after {
    width: 100%;
}

.header-cta {
    margin-left: 30px;
}

.cta-button {
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: