/* Blue Editoria public navigation and Blog refinements. */
.be-site-header .be-header-actions > .be-button-small[href*="/tarifs/"] {
    display: none;
}

.be-site-header .be-header-actions {
    align-items: center;
    gap: 10px;
}

.be-site-header .be-quick-menu {
    position: relative;
    align-items: center;
    display: inline-flex;
    gap: 4px;
}

.be-site-header .be-quick-menu > a {
    align-items: center;
    display: inline-flex;
    gap: 7px;
}

.be-site-header .be-utility-icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
    color: currentColor;
    flex: 0 0 auto;
}

.be-site-header .be-utility-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
}

.be-site-header .be-quick-menu-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 50%;
    color: #0a0d53;
    cursor: pointer;
    display: inline-flex;
    height: 28px;
    justify-content: center;
    padding: 0;
    transition: background-color .2s ease, transform .2s ease;
    width: 28px;
}

.be-site-header .be-quick-menu-toggle:hover,
.be-site-header .be-quick-menu-toggle:focus-visible {
    background: #eef3ff;
    outline: none;
}

.be-site-header .be-quick-menu.is-open .be-quick-menu-toggle {
    background: #e6edff;
    transform: rotate(180deg);
}

.be-site-header .be-quick-menu-toggle svg {
    fill: none;
    height: 16px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 16px;
}

.be-site-header .be-quick-panel {
    background: #fff;
    border: 1px solid #dfe6f3;
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(10, 13, 83, .14);
    display: none;
    min-width: 220px;
    padding: 8px;
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    z-index: 1001;
}

.be-site-header .be-quick-menu.is-open .be-quick-panel {
    display: grid;
    gap: 2px;
}

.be-site-header .be-quick-panel a {
    border-radius: 5px;
    color: #0a0d53;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    padding: 10px 12px;
    text-decoration: none;
}

.be-site-header .be-quick-panel a:hover,
.be-site-header .be-quick-panel a:focus-visible {
    background: #f1f5ff;
    color: #1745d6;
    outline: none;
}

.be-blog-cta {
    color: #fff;
}

.be-blog-cta .be-eyebrow {
    display: inline-flex;
    margin-bottom: 16px;
}

.be-blog-cta h2 {
    color: #fff;
    margin: 0 0 18px;
}

.be-blog-cta p {
    color: #dbe5ff;
    margin: 0;
}

.be-blog-cta .be-button-ghost-light {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.be-blog-cta .be-button-ghost-light:hover,
.be-blog-cta .be-button-ghost-light:focus-visible {
    color: #55dfa2;
}

/* The Blog uses the same visual rhythm as product pages: eyebrow, then title. */
.blog .be-eyebrow,
.blog .be-section-head .be-eyebrow,
.blog .be-blog-heading .be-eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
}

.blog .be-section-head h1,
.blog .be-section-head h2,
.blog .be-blog-heading h1,
.blog .be-blog-heading h2 {
    margin-top: 0;
}

@media (max-width: 900px) {
    .be-site-header .be-quick-panel {
        min-width: 205px;
    }
}

@media (max-width: 640px) {
    .be-site-header .be-header-actions {
        gap: 6px;
    }

    .be-site-header .be-quick-menu > a {
        font-size: 0;
        gap: 0;
        height: 36px;
        justify-content: center;
        width: 36px;
    }

    .be-site-header .be-quick-menu > a .be-utility-icon {
        height: 20px;
        width: 20px;
    }

    .be-site-header .be-quick-menu > a span:not(.be-utility-icon) {
        font-size: 12px;
    }
}
