/* Hide theme native headers entirely to prevent duplicate/messy display */
#masthead, 
.site-header, 
.blogzee-main-header, 
.header-holder {
    display: none !important;
}

/* Base custom header layout styling matching the design layout */
.custom-header-7d41b479 {
    width: 100%;
    background-color: #ffffff;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

/* Header main section container */
.header-main-7d41b479 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid #e1e8ed;
    height: 90px;
    box-sizing: border-box;
}

/* Dark blue logo box styling */
.header-logo-7d41b479 {
    display: flex;
    align-items: center;
    background-color: #0c1b40;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 0 25px;
    height: 100%;
    font-family: Arial, sans-serif;
    gap: 8px;
}

.logo-ia-7d41b479 {
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -1px;
}

.logo-text-group-7d41b479 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1;
}

.logo-pratique-7d41b479 {
    font-size: 24px;
    font-weight: 700;
}

.logo-com-7d41b479 {
    font-size: 14px;
    font-weight: 400;
    align-self: flex-end;
    margin-top: -3px;
    opacity: 0.9;
}

/* Navigation items bar */
.header-nav-7d41b479 {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0 auto 0 35px;
}

.header-nav-7d41b479 a {
    color: #08112b !important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 700;
    transition: color 0.2s ease-in-out;
}

.header-nav-7d41b479 a:hover {
    color: #f35e00 !important;
}

/* CTAs Right container styling */
.header-actions-7d41b479 {
    display: flex;
    align-items: stretch;
}

.btn-action-7d41b479 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 0 25px;
    height: 100%;
    gap: 8px;
    transition: opacity 0.2s ease-in-out;
    box-sizing: border-box;
    text-align: center;
}

.btn-action-7d41b479:hover {
    opacity: 0.9;
}

.btn-svg-7d41b479 {
    width: 22px;
    height: 22px;
}

.btn-label-7d41b479 {
    font-size: 12px;
    font-weight: 700;
}

/* Action button background colors directly from the reference */
.btn-newsletter-7d41b479 {
    background-color: #e5004f;
    min-width: 100px;
}

.btn-search-7d41b479 {
    background-color: #2558e8;
    min-width: 100px;
}

.btn-studio-7d41b479 {
    background-color: #f35e00;
    min-width: 120px;
}

/* Custom circles/dots studio icon rendering */
.btn-icon-circles-7d41b479 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    position: relative;
    height: 24px;
}

.circle-7d41b479 {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.circle-7d41b479:nth-child(2) {
    width: 6px;
    height: 6px;
    margin-top: -6px;
}

.circle-7d41b479:nth-child(3) {
    width: 6px;
    height: 6px;
    margin-top: 6px;
}

/* Tendances ticker styling matching the mockup exactly */
.header-ticker-7d41b479 {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 12px 25px;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
}

.ticker-label-7d41b479 {
    color: #e5004f;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-right: 25px;
    white-space: nowrap;
}

.ticker-fire-7d41b479 {
    font-size: 16px;
}

.ticker-content-7d41b479 {
    flex-grow: 1;
    overflow: hidden;
    position: relative;
}

.ticker-track-7d41b479 {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none; /* Hide Firefox scrollbar */
}

.ticker-track-7d41b479::-webkit-scrollbar {
    display: none; /* Hide Chrome/Safari scrollbar */
}

.ticker-track-7d41b479 a {
    color: #08112b !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 600;
    transition: color 0.15s ease-in-out;
}

.ticker-track-7d41b479 a:hover {
    color: #e5004f !important;
}

.dot-7d41b479 {
    color: #08112b;
    opacity: 0.3;
    font-size: 10px;
}

.ticker-more-7d41b479 {
    color: #08112b !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 14px;
    margin-left: 25px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px;
}

.arrow-7d41b479 {
    transition: transform 0.2s ease;
}

.ticker-more-7d41b479:hover .arrow-7d41b479 {
    transform: translateX(4px);
}

/* Mobile & Tablet responsiveness styling */
@media (max-width: 1024px) {
    .header-nav-7d41b479 {
        display: none;
    }
}

@media (max-width: 600px) {
    .header-main-7d41b479 {
        height: auto;
        flex-direction: column;
        align-items: stretch;
    }
    
    .header-logo-7d41b479 {
        justify-content: center;
        padding: 15px;
    }

    .header-actions-7d41b479 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .btn-action-7d41b479 {
        padding: 10px 5px;
        min-width: auto;
    }
}
