nav.menu { background: #1b1b1b }

.header-first * {
    color: #1b1b1b;
}

ul.menu li ul.sub-menu {
    background: #1b1b1b;
}

#breadcrumbs > span {
    border: solid 1px #4d4d4d;
    border-radius: 5px;
    background: linear-gradient(89.71deg, rgba(77, 77, 77, 0.1) 2.34%, rgba(179, 179, 179, 0.1) 49.44%, rgba(77, 77, 77, 0.1) 98.39%);
    padding: 9px 20px;
    color: #1B1B1B;
}

#breadcrumbs a {
    color: #1B1B1B;
}

#breadcrumbs span span {
    padding: 0 1px;
}

.pre-audit-first {
    background: #f3f9b1;
    background-color: #f3f9b1;
    background-image: linear-gradient(to right, #dfddd50d 2px, transparent 2px), linear-gradient(to bottom, #dfddd50d 2px, transparent 2px);
    background-size: 103px 103px;
    background-position: 41px 25px;
    width: 100%;
    margin-top: 0;
    color: #1B1B1B;
    padding-bottom: 75px; 
}

.pre-audit-first li {
    position: relative;
    margin-bottom: 5px;
}

.pre-audit-first ul {
    padding-left: 40px;
}

.pre-audit-first li::marker {
    content: none;
}

.pre-audit-first li::before {
    content: "N";
    font-family: 'icones';
    width: 37px;
    height: 37px;
    position: absolute;
    left: 0;
    font-size: 15px;
    text-align: center;
    line-height: 37px;
    transform: translate(-100%);
}

.onglets-nav {
    display: flex;
    list-style: none;
    margin: 0;
    background: #1b1b1b;
    border-radius: 60px;
    padding: 16px 43px;
    justify-content: space-between;
    width: fit-content;
    margin: auto;
}


.onglets-nav .onglets-nav-item button {
    background: none;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 14px;
    font-family: 'RedHat';
    font-weight: 400;
    text-align: center;
    line-height: 179%;
    transition: font-weight 0.4s ease;
}

.onglets-nav .onglets-nav-item button::after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: transparent;
    border-radius: 100%;
    transition: background 0.4s ease;
    margin: auto;
    margin-bottom: -6px;
}

.onglets-nav .onglets-nav-item button.active, .onglets-nav .onglets-nav-item button:hover{
    font-weight: bold;
}

.onglets-nav .onglets-nav-item button.active::after, .onglets-nav .onglets-nav-item button:hover::after{
    background: #8f86fa;
}

.colonne-formulaire { margin-top:20px; padding: 40px 35px; background: white; border-radius:20px; width: calc(100% - 80px);}
.onglets-contenus .onglet-contenu {
  display: none;
}
.onglets-contenus .onglet-contenu.active {
  display: block;
}

.pre-audit-second {
    padding-top: 100px;
    padding-bottom: 25px;
}

.pre-audit-second h2 {
    margin-bottom: 10px !important;
}

.pre-audit-second p {
    margin-bottom: 50px;
}

.pre-audit-third {padding-bottom: 75px;}

.pre-audit-fourth {
    padding-top: 100px;
    padding-bottom: 75px;
}

.pre-audit-fourth h2 {
    margin-bottom: 75px !important;
}

.pre-audit-fifth {
    padding-top: 75px;
}

.ranxplorer-input-container {
    position: relative;
    margin-bottom: 28px;
    background: transparent;
    border-radius: 16px;
    padding: 0;
    box-shadow: none;
    border: none;
    width: 100%;
    box-sizing: border-box;
}

.ranxplorer-input {
    width: calc(100% - 20px);
    padding: 20px 0 20px 20px;
    border: none !important;
    outline: none !important;
    border-radius: 20px;
    font-size: 18px;
    font-family: 'DMSans';
    color: #141B4B;
    background: #fcfaf4;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ranxplorer-input::placeholder {
    color: black;
    font-weight: 400;
}

.ranxplorer-button {
    position: absolute;
    right: 7px;
    top: 10px;
    bottom: 10px;
    padding: 0 20px;
    background: #8f86fa;
    color: white;
    border: none;
    border-radius: 16px;
    font-size: 18px;
    font-family: 'DMSans';
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    min-width: 200px;
    justify-content: center;
    text-transform: none !important;
}

.ranxplorer-loading {
    text-align: center;
    padding: 20px;
    color: #141B4B;
    opacity: 0.7;
    font-family: 'Open Sans', sans-serif;
}

.ranxplorer-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.ranxplorer-table-container {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}

.ranxplorer-table-header {
    display: grid;
    grid-template-columns: 2fr 120px 100px;
    gap: 16px;
    padding: 16px;
    background: #f8f9ff;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #141B4B;
    opacity: 0.8;
    border-bottom: 1px solid #e5e7eb;
    align-items: center;
}

.ranxplorer-table-row {
    display: grid;
    grid-template-columns: 2fr 120px 100px;
    gap: 16px;
    padding: 16px;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s;
    background: #fff;
}

.ranxplorer-table-row:hover {
    background: #f8f9ff;
}

.ranxplorer-table-row:last-child {
    border-bottom: none;
}

.ranxplorer-keyword {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #141B4B;
    line-height: 1.4;
}

.ranxplorer-volume {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #28316F;
    text-align: center;
}

.ranxplorer-position {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.ranxplorer-position.orange {
    background: #fef3c7;
    color: #d97706;
}

.ranxplorer-position.red {
    background: #fee2e2;
    color: #dc2626;
}

/* CTA Styles */
.ranxplorer-cta {
    border-radius: 12px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    background: #f8f9ff;
    border: 1px solid #e5e7eb;
    margin-top: 20px;
}

.ranxplorer-cta-left {
    display: block;
}

.ranxplorer-cta-right {
    display: block;
    background: #f8f9ff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 24px;
    width: 100%;
    box-sizing: border-box;
}

.ranxplorer-cta-title {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #141B4B;
    margin-bottom: 12px;
    line-height: 1.3;
}

.ranxplorer-cta-description {
    font-family: 'Open Sans', sans-serif;
    color: #141B4B;
    opacity: 0.7;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 16px 0;
}

.ranxplorer-cta-button {
    background: linear-gradient(135deg, #28316F 0%, #1e2454 100%);
    color: white;
    padding: 16px 32px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: 
        0 4px 12px rgba(40, 49, 111, 0.25),
        0 2px 4px rgba(40, 49, 111, 0.2);
    letter-spacing: 0.3px;
    text-transform: none !important;
    box-sizing: border-box;
}

.ranxplorer-cta-button:hover {
    background: linear-gradient(135deg, #1e2454 0%, #161b3d 100%);
    transform: translateY(-2px);
    box-shadow: 
        0 6px 16px rgba(40, 49, 111, 0.3),
        0 4px 8px rgba(40, 49, 111, 0.25);
}

.ranxplorer-cta-button:active {
    transform: translateY(-1px);
    box-shadow: 
        0 4px 12px rgba(40, 49, 111, 0.25),
        0 2px 4px rgba(40, 49, 111, 0.2);
}

.ranxplorer-trust {
    text-align: center;
    margin-top: 16px;
}

.ranxplorer-trust p {
    color: #141B4B;
    opacity: 0.5;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

.ranxplorer-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Styles spécifiques pour les résultats */
.ranxplorer-results-header {
    font-family: 'Open Sans', sans-serif;
    color: #141B4B;
}

.ranxplorer-results-header p {
    color: #141B4B;
    opacity: 0.7;
}

/* Styles pour les messages de limite */
.ranxplorer-limit-info,
.ranxplorer-limit-warning {
    margin-top: 8px;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
    width: 100%;
    box-sizing: border-box;
}

.ranxplorer-limit-info {
    background: #dbeafe;
    color: #1e40af;
    border: 1px solid #93c5fd;
}

.ranxplorer-limit-warning {
    background: #fef3c7;
    color: #d97706;
    border: 1px solid #fcd34d;
}

/* Styles pour le message d'erreur de limite avancé */
.ranxplorer-limit-error {
    background: linear-gradient(135deg, #fee2e2 0%, #fef3c7 100%);
    border: 2px solid #f87171;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(248, 113, 113, 0.15);
    margin-top: 16px;
    width: 100%;
    box-sizing: border-box;
}

.ranxplorer-error-icon {
    font-size: 48px;
    margin-bottom: 16px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.ranxplorer-error-title {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #dc2626;
    margin-bottom: 12px;
}

.ranxplorer-error-message {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #7c2d12;
    line-height: 1.5;
    margin-bottom: 16px;
}

.ranxplorer-error-tip {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #b45309;
    background: rgba(255, 255, 255, 0.7);
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #fbbf24;
}

/* Styles pour le graphique */
.ranxplorer-chart-section {
    margin-bottom: 32px;
    padding: 24px;
    background: #f8f9ff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
}

.ranxplorer-chart-title {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #141B4B;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
}

.ranxplorer-chart-container {
    position: relative;
    height: 300px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.ranxplorer-results-container {
    width: 100%;
}


/* Layout desktop en colonnes */
.ranxplorer-results-container {
    width: 100%;
}

.ranxplorer-results-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 32px;
    margin-bottom: 32px;
    align-items: start;
}


.ranxplorer-left-column,
.ranxplorer-right-column {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ranxplorer-left-column {
    min-width: 0; /* Permet au contenu de se rétrécir */
}

.ranxplorer-right-column {
    width: 400px;
}

/* Section du graphique */
.ranxplorer-chart-section {
    margin-bottom: 24px;
    padding: 24px;
    background: #f8f9ff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    height: fit-content;
}

.ranxplorer-chart-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #141B4B;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
}

.ranxplorer-chart-container {
    position: relative;
    height: 250px;
    width: 100%;
}

/* Section de comparaison concurrentielle */
.ranxplorer-competition-section {
    padding: 20px;
    background: #f8f9ff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ranxplorer-competition-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #141B4B;
    margin-bottom: 16px;
    margin-top: 0;
}

.ranxplorer-traffic-table {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ranxplorer-traffic-table-header {
    display: grid;
    grid-template-columns: 1fr 120px;
    gap: 16px;
    padding: 12px 16px;
    background: #f1f5f9;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #475569;
    border-bottom: 1px solid #e5e7eb;
    align-items: center;
    flex-shrink: 0;
}

.ranxplorer-traffic-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ranxplorer-traffic-row {
    display: grid;
    grid-template-columns: 1fr 120px;
    gap: 16px;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s;
    align-items: center;
}

.ranxplorer-traffic-row:last-child {
    border-bottom: none;
}

.ranxplorer-traffic-row.your-site {
    background: white;
    color: #141B4B;
    font-weight: 600;
}

.ranxplorer-traffic-row.competitor {
    background: white;
}

.ranxplorer-traffic-row.competitor:hover {
    background: #f8f9ff;
}

.ranxplorer-site-cell {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    align-items: center;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2;
}

.ranxplorer-traffic-cell {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-align: right;
    color: #28316F;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
}

.ranxplorer-traffic-row.your-site .ranxplorer-traffic-cell {
    color: #28316F;
}

/* Aligne le 2ᵉ titre du tableau "Comparaison du trafic SEO" à droite */
.ranxplorer-traffic-table-header div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    text-align: right;


}

.pre-audit-fourth li {
    position: relative;
    margin-bottom: 5px;
}

.pre-audit-fourth ul {
    padding-left: 40px;
    margin-top: 50px;
}

.pre-audit-fourth li::marker {
    content: none;
}

.pre-audit-fourth li::before {
    content: "N";
    font-family: 'icones';
    width: 22px;
    height: 22px;
    background: #1b1b1b;
    color: white;
    position: absolute;
    left: 0;
    font-size: 9px;
    text-align: center;
    line-height: 22px;
    transform: translate(-150%, -50%);
    top: 50%;
    border-radius: 100%;
}

.carrousel-item__numero {
    font-weight: 700;
    font-size: 70px;
    background: #E2F14F;
    position: absolute;
    padding: 3px 31px;
    border-radius: 60px;
    border: solid 1px black;
    top: 0;
    left: 38px;
    transform: translate(0, -50%) rotate(-11deg);
}

.carrousel-item__col.column.carrousel-item__col--texte {
    position: relative;
    border-radius: 20px;
    background: white;
    padding: 135px 45px 75px 65px;
    width: 57%;
}

.carrousel-item__col.column.carrousel-item__col--image { width: 43%; }

.carrousel-item .carrousel-item__titre { margin-top: 0; margin-bottom: 40px; position: relative;}

.carrousel-item .carrousel-item__titre::before {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    background: #8f86fa;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: -34px;
}

.carrousel-texte-image .slick-list { overflow: visible; padding: 0 !important;}

.carrousel-texte-image .slick-track {
    display: flex;
    align-items: stretch;
}

.carrousel-texte-image .carrousel-item { 
    height: auto !important;
    box-sizing: border-box; /* pour éviter les décalages */
    display: flex !important;
    align-items: stretch;
    width: 1135px !important;
}

.carrousel-texte-image .carrousel-item .columns figure {
    margin-bottom: 0;
    height: calc(100% - 2px);
}

.carrousel-texte-image .carrousel-item .columns {
    gap: 20px;
    margin-right: 85px;
    width: 100%;
}

.carrousel-bloc .custom-next-prev {
    margin-left: auto;
    display: flex;
    width: fit-content;
    gap: 30px;
    margin-top: 50px
}

.custom-prev, .custom-next {
    border: solid 1px #1B1B1B;
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 23px;
}

.fond-jaune.paragraphe {
    background: #fcfaf4;
    padding: 17px;
    padding-left: 72px;
    border-radius: 20px;
    position: relative;
    margin-top: 30px;
}

.paragraphe.fond-jaune::before {
    content: "N";
    font-family: 'icones';
    width: 22px;
    height: 22px;
    display: block;
    background: black;
    border-radius: 100%;
    color: white;
    font-size: 10px;
    text-align: center;
    line-height: 22px;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
}

.column .fond-jaune:nth-of-type(2) {
    margin-top: 50px;
}

.section.fond-jaune {
    background: #fcfaf4;
}

 .bloc-formulaire {
    margin-bottom: 50px;
 }

.pre-audit-seventh .buttons {
    margin-top: 50px;
}

.gros-bouton-wrapper .etiquette {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #e2f14f;
    border: solid 1px #1B1B1B;
    border-radius: 100px;
    padding: 5px 18px;
    font-size: 20px;
    text-transform: uppercase;
}

.gros-bouton-wrapper .etiquette.etiquette-1 {
    transform: translate(-124px, -100%) rotate(-8deg);
}

.gros-bouton-wrapper .etiquette.etiquette-2 {
    transform: translate(-78px, -30%) rotate(-8deg);
}

.violet {
    background: #8f86fa;
}

.simple-etiquette {
    width: fit-content;
    padding-right: 130px;
}

.gros-bouton-wrapper { margin-top:90px; }

.violet a::after {
    background: #a199f8;
}

.gros-bouton-wrapper.simple-etiquette .etiquette-1 {
    transform: translate(-74px, -60%) rotate(-8deg);
}

.pre-audit-first .input li::before { content: none; }

.hs-form .hs-form-booleancheckbox label:has(input:checked) span::before {
    left: -19px;
    top: -2px;
}
.burger-menu span { background: #1B1B1B }


.references { 
    margin: 87px auto 0;
    display: flex;
}

.references-wrap {
    display: flex;
    max-width: 508px;
    width: 100%;
    justify-content: center;
}

.references .note {
    margin-right: 24px;
    font-family: 'RedHat';
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 50px;
}

.references .note .etoiles {
    font-size: 16px;
    letter-spacing: 4px;
    margin-bottom: 7px;
}

.references .clients-satisfaits {
    font-family: 'DMSans';
    font-size: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 254px;
}

.references .clients-satisfaits a {font-size: 14px;font-weight: 500;color: white;}

.references .clients-satisfaits .client-lien {
    display: block;
}

.references .clients-satisfaits .client-lien::after {
    content: "B";
    font-family: 'icones';
    font-size: 12px;
    margin-left: 7px;
}

.references {
    max-width: 85%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    color: white;
    padding: 25px 0 25px 75px;
    border-radius: 20px;
    background: #1B1B1B;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 100px;
}

.references .note {
    margin-right: 40px;
    font-family: 'RedHat';
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 83px;
}

.references .note .etoiles {
    font-size: 20px;
    letter-spacing: 4px;
    margin-bottom: 7px;
}

.references .clients-satisfaits {
    font-family: 'DMSans';
    font-size: 24px;
    padding-left: 35px;
    border-left: solid 1px white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 254px;
}

.references .clients-satisfaits a {font-size: 14px;font-weight: 500;color: white;}

.references .clients-satisfaits .client-lien {
    display: block;
}

.references .clients-satisfaits .client-lien::after {
    content: "B";
    font-family: 'icones';
    font-size: 12px;
    margin-left: 7px;
}

.references .logo-satisfaits img {
    max-height: 80px;
    display: block;
}

.logo-satisfaits-block {
    align-items: center;
    animation: dist_slide-right__A_l75 20s linear infinite;
    display: flex;
    justify-content: center;
    gap: 22px;
}

.references .logo-satisfaits {
    margin-left: 64px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-right: 30px;
    overflow: hidden;
    gap: 22px;
    position: relative;
}

.references .logo-satisfaits::before {
    content:"";
    background: linear-gradient(90deg, #1B1B1B, transparent);
    height: 100%;
    width: 100px;
    position: absolute;
    left:0;
    top: 0;
    z-index: 2;
}

.references .logo-satisfaits::after {
    content:"";
    background: linear-gradient(-90deg, #1B1B1B, transparent);
    height: 100%;
    width: 100px;
    position: absolute;
    right:0;
    top: 0;
    z-index: 2;
}