.elementor-1430 .elementor-element.elementor-element-75b67a6a{--display:flex;}.elementor-1430 .elementor-element.elementor-element-5259179{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-e896e24 */<style>
/* =========================================================
   ARTICLE 100 BACKLINKS MANUELS — TOP1SEO
   Styles limités à ce contenu
   ========================================================= */

.t1b-article {
    --t1b-primary: #985eff;
    --t1b-primary-dark: #7040df;
    --t1b-primary-light: #f6f0ff;
    --t1b-blue: #6994ff;
    --t1b-dark: #17171d;
    --t1b-text: #484852;
    --t1b-muted: #70707c;
    --t1b-border: #e5d7ff;
    --t1b-soft-border: #eee8f7;
    --t1b-white: #ffffff;
    --t1b-success: #18794e;
    --t1b-warning: #9a5c00;
    --t1b-shadow: 0 18px 45px rgba(89, 54, 160, 0.10);

    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    color: var(--t1b-text);
    font-family: inherit;
    font-size: 16px;
    line-height: 1.75;
}

.t1b-article,
.t1b-article * {
    box-sizing: border-box;
}

.t1b-article section[id] {
    scroll-margin-top: 120px;
}

.t1b-article h2,
.t1b-article h3 {
    color: var(--t1b-dark);
    line-height: 1.28;
}

.t1b-article h2 {
    margin: 0 0 15px;
    font-size: clamp(27px, 3vw, 39px);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.t1b-article h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 750;
}

.t1b-article p {
    margin: 0 0 17px;
}

.t1b-article a {
    color: var(--t1b-primary-dark);
}

.t1b-article strong {
    color: inherit;
}

/* Introduction */

.t1b-hero {
    position: relative;
    overflow: hidden;
    margin: 15px 0 26px;
    padding: 42px;
    border: 1px solid var(--t1b-border);
    border-radius: 24px;
    background:
        radial-gradient(circle at 92% 12%, rgba(152, 94, 255, 0.20), transparent 27%),
        linear-gradient(135deg, #ffffff 0%, #faf7ff 100%);
    box-shadow: var(--t1b-shadow);
}

.t1b-hero::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -95px;
    width: 245px;
    height: 245px;
    border: 40px solid rgba(152, 94, 255, 0.06);
    border-radius: 50%;
}

.t1b-hero-content {
    position: relative;
    z-index: 2;
    max-width: 880px;
}

.t1b-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 17px;
    padding: 7px 14px;
    border: 1px solid #d9c3ff;
    border-radius: 999px;
    background: #ffffff;
    color: var(--t1b-primary-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.t1b-lead {
    color: #292931;
    font-size: clamp(19px, 2.2vw, 24px);
    line-height: 1.6;
}

.t1b-hero-text {
    max-width: 850px;
    color: var(--t1b-muted);
}

.t1b-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 24px;
}

.t1b-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 23px;
    border-radius: 11px;
    background: linear-gradient(
        135deg,
        var(--t1b-primary),
        var(--t1b-primary-dark)
    );
    box-shadow: 0 11px 26px rgba(152, 94, 255, 0.25);
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.t1b-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 32px rgba(152, 94, 255, 0.33);
}

.t1b-button-secondary {
    border: 1px solid var(--t1b-border);
    background: #ffffff;
    box-shadow: none;
    color: var(--t1b-primary-dark) !important;
}

.t1b-small-note {
    margin: 14px 0 0 !important;
    color: var(--t1b-muted);
    font-size: 13px;
}

/* Chiffres */

.t1b-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 45px;
    overflow: hidden;
    border: 1px solid var(--t1b-border);
    border-radius: 18px;
    background: #ffffff;
}

.t1b-metric {
    padding: 23px 16px;
    text-align: center;
}

.t1b-metric + .t1b-metric {
    border-left: 1px solid var(--t1b-border);
}

.t1b-metric strong {
    display: block;
    margin-bottom: 4px;
    color: var(--t1b-primary);
    font-size: 27px;
    font-weight: 900;
    line-height: 1.1;
}

.t1b-metric span {
    color: var(--t1b-muted);
    font-size: 13px;
}

/* Sommaire */

.t1b-toc {
    margin: 0 0 65px;
    padding: 28px;
    border: 1px solid var(--t1b-border);
    border-radius: 18px;
    background: var(--t1b-primary-light);
}

.t1b-toc h2 {
    margin-bottom: 15px;
    font-size: 23px;
}

.t1b-toc ol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 30px;
    margin: 0;
    padding-left: 22px;
}

.t1b-toc li {
    padding-left: 3px;
}

.t1b-toc a {
    color: #48365f;
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
}

.t1b-toc a:hover {
    color: var(--t1b-primary-dark);
    text-decoration: underline;
}

/* Sections */

.t1b-section {
    margin: 0 0 72px;
}

.t1b-direct-answer {
    margin: 0 0 25px !important;
    padding: 20px 23px;
    border-left: 4px solid var(--t1b-primary);
    border-radius: 0 13px 13px 0;
    background: var(--t1b-primary-light);
    color: #35313d;
    font-size: 17px;
    line-height: 1.7;
}

.t1b-section-intro {
    max-width: 890px;
    color: var(--t1b-muted);
}

/* Grilles et cartes */

.t1b-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 28px;
}

.t1b-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 21px;
    margin-top: 28px;
}

.t1b-card {
    height: 100%;
    padding: 25px;
    border: 1px solid var(--t1b-border);
    border-radius: 17px;
    background: #ffffff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.t1b-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--t1b-shadow);
}

.t1b-card-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    margin-bottom: 17px;
    border-radius: 12px;
    background: var(--t1b-primary-light);
    color: var(--t1b-primary);
    font-size: 15px;
    font-weight: 900;
}

.t1b-card p {
    margin-bottom: 0;
    color: var(--t1b-muted);
    font-size: 14px;
}

/* Listes */

.t1b-check-list {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.t1b-check-list li {
    position: relative;
    padding: 7px 0 7px 34px;
}

.t1b-check-list li::before {
    content: "✓";
    position: absolute;
    top: 8px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ede3ff;
    color: var(--t1b-primary-dark);
    font-size: 13px;
    font-weight: 900;
}

.t1b-simple-list {
    margin: 17px 0 0;
    padding: 0;
    list-style: none;
}

.t1b-simple-list li {
    position: relative;
    padding: 7px 0 7px 27px;
}

.t1b-simple-list li::before {
    content: "•";
    position: absolute;
    left: 8px;
    color: var(--t1b-primary);
    font-size: 21px;
    line-height: 1.1;
}

/* Tableaux */

.t1b-table-wrap {
    margin-top: 27px;
    overflow-x: auto;
    border: 1px solid var(--t1b-border);
    border-radius: 17px;
    background: #ffffff;
}

.t1b-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.t1b-table th,
.t1b-table td {
    padding: 15px 17px;
    border-bottom: 1px solid var(--t1b-soft-border);
    text-align: left;
    vertical-align: top;
    font-size: 14px;
}

.t1b-table th {
    background: var(--t1b-primary-light);
    color: #40344f;
    font-weight: 800;
}

.t1b-table tr:last-child td {
    border-bottom: 0;
}

.t1b-table td:first-child {
    color: var(--t1b-dark);
    font-weight: 700;
}

/* Encadrés */

.t1b-callout {
    margin-top: 26px;
    padding: 24px 26px;
    border: 1px solid var(--t1b-border);
    border-radius: 15px;
    background: #fbf9ff;
}

.t1b-callout h3 {
    font-size: 18px;
}

.t1b-callout p:last-child {
    margin-bottom: 0;
}

.t1b-callout-dark {
    background: var(--t1b-dark);
    color: #ececf1;
}

.t1b-callout-dark h3 {
    color: #ffffff;
}

.t1b-callout-dark p {
    color: #d2d2d9;
}

.t1b-warning {
    margin-top: 25px;
    padding: 22px 24px;
    border-left: 4px solid #ef9b22;
    border-radius: 0 13px 13px 0;
    background: #fff8eb;
    color: #684719;
}

.t1b-warning strong {
    color: #4e3210;
}

.t1b-success {
    margin-top: 25px;
    padding: 22px 24px;
    border-left: 4px solid var(--t1b-success);
    border-radius: 0 13px 13px 0;
    background: #effaf4;
    color: #21563d;
}

/* Étapes */

.t1b-process {
    counter-reset: t1bstep;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-top: 28px;
}

.t1b-step {
    counter-increment: t1bstep;
    padding: 23px 18px;
    border: 1px solid var(--t1b-border);
    border-radius: 16px;
    background: #ffffff;
}

.t1b-step::before {
    content: counter(t1bstep);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 17px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--t1b-primary),
        var(--t1b-primary-dark)
    );
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
}

.t1b-step h3 {
    font-size: 17px;
}

.t1b-step p {
    margin-bottom: 0;
    color: var(--t1b-muted);
    font-size: 13px;
}

/* Cas pratique */

.t1b-case-study {
    margin-top: 27px;
    padding: 32px;
    border: 1px solid var(--t1b-border);
    border-radius: 20px;
    background:
        radial-gradient(circle at 92% 7%, rgba(105, 148, 255, 0.13), transparent 25%),
        #ffffff;
}

.t1b-case-label {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--t1b-primary-dark);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.t1b-case-study h3 {
    font-size: 24px;
}

/* FAQ */

.t1b-faq {
    display: grid;
    gap: 12px;
    max-width: 920px;
    margin: 27px auto 0;
}

.t1b-faq details {
    border: 1px solid var(--t1b-border);
    border-radius: 13px;
    background: #ffffff;
}

.t1b-faq summary {
    position: relative;
    padding: 19px 52px 19px 20px;
    color: var(--t1b-dark);
    font-size: 15px;
    font-weight: 750;
    cursor: pointer;
    list-style: none;
}

.t1b-faq summary::-webkit-details-marker {
    display: none;
}

.t1b-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: var(--t1b-primary);
    font-size: 24px;
    font-weight: 500;
}

.t1b-faq details[open] summary::after {
    content: "−";
}

.t1b-faq-answer {
    padding: 0 20px 20px;
    color: var(--t1b-muted);
    font-size: 14px;
}

/* Sources */

.t1b-sources {
    padding: 28px;
    border: 1px solid var(--t1b-soft-border);
    border-radius: 17px;
    background: #fafafa;
}

.t1b-sources ol {
    margin: 17px 0 0;
    padding-left: 22px;
}

.t1b-sources li {
    margin-bottom: 10px;
    font-size: 14px;
}

.t1b-sources a {
    font-weight: 650;
}

/* CTA final */

.t1b-final-cta {
    position: relative;
    overflow: hidden;
    padding: 48px 35px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 90% 15%, rgba(255, 255, 255, 0.20), transparent 25%),
        linear-gradient(135deg, #995eff 0%, #6e43df 100%);
    color: #ffffff;
    text-align: center;
}

.t1b-final-cta h2 {
    color: #ffffff;
}

.t1b-final-cta .t1b-direct-answer {
    max-width: 780px;
    margin: 0 auto 25px !important;
    padding: 0;
    border: 0;
    background: transparent;
    color: #f6f0ff;
}

.t1b-final-cta .t1b-button {
    background: #ffffff;
    box-shadow: none;
    color: var(--t1b-primary-dark) !important;
}

/* Responsive */

@media (max-width: 950px) {
    .t1b-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .t1b-process {
        grid-template-columns: repeat(2, 1fr);
    }

    .t1b-toc ol {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .t1b-metrics {
        grid-template-columns: repeat(2, 1fr);
    }

    .t1b-metric:nth-child(3) {
        border-top: 1px solid var(--t1b-border);
        border-left: 0;
    }

    .t1b-metric:nth-child(4) {
        border-top: 1px solid var(--t1b-border);
    }

    .t1b-grid-2 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .t1b-article {
        font-size: 15px;
    }

    .t1b-hero {
        padding: 27px 21px;
        border-radius: 18px;
    }

    .t1b-grid,
    .t1b-process,
    .t1b-metrics {
        grid-template-columns: 1fr;
    }

    .t1b-metric + .t1b-metric,
    .t1b-metric:nth-child(3),
    .t1b-metric:nth-child(4) {
        border-top: 1px solid var(--t1b-border);
        border-left: 0;
    }

    .t1b-toc,
    .t1b-card,
    .t1b-case-study,
    .t1b-sources {
        padding: 22px;
    }

    .t1b-button {
        width: 100%;
    }

    .t1b-final-cta {
        padding: 38px 22px;
    }
}
</style>/* End custom CSS */