.elementor-8997 .elementor-element.elementor-element-7be71e9{--display:flex;}.elementor-8997 .elementor-element.elementor-element-7be71e9 .trx_addons_bg_text{z-index:0;}.elementor-8997 .elementor-element.elementor-element-7be71e9 .trx_addons_bg_text.trx_addons_marquee_wrap:not(.trx_addons_marquee_reverse) .trx_addons_marquee_element{padding-right:50px;}.elementor-8997 .elementor-element.elementor-element-7be71e9 .trx_addons_bg_text.trx_addons_marquee_wrap.trx_addons_marquee_reverse .trx_addons_marquee_element{padding-left:50px;}/* Start custom CSS for html, class: .elementor-element-297576b *//* ================================
   ARTICLE BLOG - ANCHOR AGENCY
   ================================ */

.anchor-blog-post {
    width: 100%;
    color: #f5f5f5;
    font-family: inherit;
    line-height: 1.8;
}

.anchor-blog-content {
    max-width: 1000px;
    margin: 0 auto;
}

/* ================================
   INTRODUCTION
   ================================ */

.anchor-blog-intro {
    font-size: 19px;
    line-height: 1.8;
    color: #d6d6d6;
    margin-bottom: 50px;
}

/* ================================
   TITRES
   ================================ */

.anchor-blog-post h2 {
    font-size: 32px;
    line-height: 1.25;
    color: #ffffff;
    margin: 65px 0 25px;
    font-weight: 700;
}

.anchor-blog-post h3 {
    font-size: 23px;
    line-height: 1.35;
    color: #ffffff;
    margin: 35px 0 15px;
}

/* ================================
   PARAGRAPHES
   ================================ */

.anchor-blog-post p {
    font-size: 17px;
    line-height: 1.8;
    color: #d0d0d0;
    margin-bottom: 22px;
}

/* ================================
   CAROUSEL
   ================================ */

.anchor-blog-carousel {
    width: 100%;
    margin: 50px 0 70px;
    overflow: hidden;
    border-radius: 14px;
}

.anchor-carousel-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 5px;
}

.anchor-carousel-track::-webkit-scrollbar {
    display: none;
}

.anchor-carousel-slide {
    flex: 0 0 75%;
    scroll-snap-align: center;
    border-radius: 14px;
    overflow: hidden;
    background: #151515;
}

.anchor-carousel-slide img {
    width: 100%;
    height: 420px;
    display: block;
    object-fit: cover;
    border-radius: 14px;
}

/* ================================
   CARDS
   ================================ */

.anchor-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 35px 0 50px;
}

.anchor-service-card {
    background: #151515;
    border: 1px solid #292929;
    border-radius: 14px;
    padding: 30px;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.anchor-service-card:hover {
    transform: translateY(-4px);
    border-color: #444;
}

.anchor-service-card h3 {
    margin-top: 0;
    margin-bottom: 12px;
}

.anchor-service-card p {
    margin-bottom: 0;
    font-size: 16px;
}

.anchor-card-number {
    font-size: 14px;
    color: #999;
    margin-bottom: 12px;
    font-weight: 600;
}

/* ================================
   INFO BOX
   ================================ */

.anchor-info-box {
    background: #151515;
    border-left: 4px solid #ffffff;
    border-radius: 8px;
    padding: 25px 30px;
    margin: 35px 0;
}

.anchor-info-box p {
    margin: 0;
}

/* ================================
   HIGHLIGHT
   ================================ */

.anchor-highlight {
    background: #151515;
    border-radius: 14px;
    padding: 30px;
    margin: 40px 0;
}

.anchor-highlight p:last-child {
    margin-bottom: 0;
}

/* ================================
   PROCESS
   ================================ */

.anchor-process {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 35px 0 50px;
}

.anchor-process-item {
    background: #151515;
    border: 1px solid #292929;
    border-radius: 14px;
    padding: 25px;
}

.anchor-process-item strong {
    display: block;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 8px;
}

.anchor-process-item p {
    margin-bottom: 0;
    font-size: 16px;
}

/* ================================
   LISTES
   ================================ */

.anchor-check-list {
    padding-left: 25px;
    margin: 25px 0 35px;
}

.anchor-check-list li {
    color: #d0d0d0;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 12px;
}

.anchor-check-list li::marker {
    color: #ffffff;
}

/* ================================
   LIENS
   ================================ */

.anchor-blog-post a {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.anchor-blog-post a:hover {
    opacity: 0.75;
}

/* ================================
   CTA
   ================================ */

.anchor-blog-cta {
    background: #151515;
    border: 1px solid #292929;
    border-radius: 16px;
    padding: 40px;
    margin: 70px 0 20px;
    text-align: center;
}

.anchor-cta-label {
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.anchor-blog-cta h2 {
    margin-top: 0;
    margin-bottom: 15px;
}

.anchor-blog-cta p {
    max-width: 700px;
    margin: 0 auto 25px;
}

.anchor-cta-button {
    display: inline-block;
    background: #ffffff;
    color: #111111 !important;
    text-decoration: none !important;
    padding: 13px 28px;
    border-radius: 30px;
    font-weight: 600;
    transition: opacity 0.25s ease;
}

.anchor-cta-button:hover {
    opacity: 0.8;
}

/* ================================
   RESPONSIVE
   ================================ */

@media (max-width: 767px) {

    .anchor-blog-intro {
        font-size: 17px;
        margin-bottom: 35px;
    }

    .anchor-blog-post h2 {
        font-size: 26px;
        margin-top: 50px;
    }

    .anchor-blog-post h3 {
        font-size: 21px;
    }

    .anchor-blog-post p {
        font-size: 16px;
    }

    .anchor-services-grid,
    .anchor-process {
        grid-template-columns: 1fr;
    }

    .anchor-service-card,
    .anchor-process-item {
        padding: 23px;
    }

    .anchor-blog-carousel {
        margin: 40px 0 55px;
    }

    .anchor-carousel-slide {
        flex: 0 0 90%;
    }

    .anchor-carousel-slide img {
        height: 280px;
    }

    .anchor-info-box,
    .anchor-highlight {
        padding: 22px;
    }

    .anchor-blog-cta {
        padding: 30px 20px;
        margin-top: 50px;
    }
}/* End custom CSS */