#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;
}

#breadcrumbs a {
    color: white;
}

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

.agence-seo-first {
    background: #1b1b1b;
    background-color: #1b1b1b;
    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: white;
    padding-bottom: 100px; 
   position: relative;
   overflow: hidden;
}

.bouton-rdv-photos {
    display: flex;
}

.bouton-rdv-photos img {
    display: block;
    width: 40px;
    border: none;
}

.bouton-rdv-photos img:not(:first-of-type) {
    margin-left: -7px;
}

.bouton-rdv {text-decoration: none;display: flex;align-items: center; margin-top: 50px; justify-content: center; margin-bottom: 50px}

.bouton-rdv span {
    color: white;
    margin-left: 7px;
    font-size: 18px;
}

.bouton-rdv span::after {
    content: "";
    width: 100%;
    height: 2px;
    background: white;
    display: block;
}

.bouton-rdv::after {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 100%;
    margin-left: 8px;
}

.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: 120px;
    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;
}

.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;


}

.agence-seo-fourth, .agence-seo-seventh {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow-x: hidden;
}

.buttons .button.bord-blanc a {
    border: solid 1px white;
    background: transparent;
}

.buttons .button.centre a {
    margin: 50px auto;
}

.agence-seo-fourth *, .agence-seo-seventh *{ color: white; }

.agence-seo-fourth::before {
    z-index: -1;
    content: "";
    width: 160%;
    height: 100%;
    display: block;
    background: black;
    position: absolute;
    top: 0;
    right: -52%;
    clip-path: ellipse(70% 100% at 40% 100%);
}

.agence-seo-seventh::before {
    z-index: -1;
    content: "";
    width: 170%;
    height: 100%;
    display: block;
    background: #8f86fa;
    position: absolute;
    top: 0;
    right: -52%;
    /* transform: translateX(-50%); */
    clip-path: ellipse(70% 100% at 40% 100%);
}

/******* ETUDES DE CAS ********/

.etudes-de-cas {
    display: flex;
    justify-content: center;
}

.etude-de-cas {
    display: block;
    padding: 48px 37px;
    background: #8f86fa;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    margin: 0 20px;
    max-width: 400px;
    width: 33%;
    position: relative;
}

.etude-de-cas::before {
    content: "B";
    font-family: 'icones';
    position: absolute;
    bottom: 48px;
    right: 37px;
    font-size: 20px;
    background: #a199f8;
    padding: 10px;
    border-radius: 100%;
    color: white;
}

.etude-de-cas-titre {
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 33px;
}

.etude-de-cas .etude-de-cas-chiffre-cle {
    font-size: 90px;
    font-family: 'DMSans';
    display: block;
    font-weight: 500;
    letter-spacing: 5px;
}

.etude-de-cas .etude-de-cas-complement-chiffre-cle {
    text-transform: uppercase;
    margin-top: 16px;
    display: block;
    line-height: 20px;
}

.etude-de-cas .typologies {
    font-size: 14px;
    margin-top: 35px;
}

.etude-de-cas .typologies::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #e2f14f;
    margin-right: 5px;
}

/******* Avis *********/
.avis-block {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 150px;
    margin-bottom: 100px;
}

.avis {
    background: #282827;
    color: white;
    text-align: center;
    border-radius: 20px;
    width: calc(100% / 3);
    padding: 41px 27px;
}

.avis__note-chiffre {
    font-size: 14px;
    font-family: 'DMSans';
}

.avis__note {
    margin-bottom: 8px;
}

.avis__contenu {
    font-size: 18px;
    font-family: 'DMSans';
    line-height: 160%;
    margin-bottom: 23px;
}

.avis__auteur {
    display: flex;
    justify-content: center;
}

.avis__photo-img {
    width: 31px;
    border-radius: 100%;
    height: 31px;
    object-fit: cover;
}

.avis__identite {
    font-size: 14px;
    text-align: left;
    line-height: 16.8px;
    font-family: 'DMSans';
    margin-left: 11px;
}

.cms .page-item {
    text-decoration: none;
    margin-right: 76px;
}

.cms .page-item img {
    height: 40px !important;
}

.cms {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 50px;
}

.agence-seo-first h1 {
    max-width: 900px;
    margin: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}


.etiquettes {
    width: 400px;
    display: block;
    margin: auto;
    margin-bottom: 32px;
}

.etiquettes .etiquette, .etiquettes-defilantes .etiquette {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 100%;
    padding: 12px 18px;
    background: #e2f14f;
    width: fit-content;
    border: solid 1px black;
    border-radius: 60px;
    position: relative;
}

.etiquettes .etiquette:first-of-type {
    transform: translate(-30px , 3px) rotate(-4deg);
    z-index: 1;
}

.etiquettes .etiquette:not(:first-of-type) {
    transform: rotate(2deg);
    z-index: 0;
}

.agence-seo-third h2 {
    margin-bottom: 10px !important;
}

.agence-seo-seventh .colonne-formulaire * {
    color: #1b1b1b;
}

.agence-seo-seventh .hs-form label:has(input:checked) {
    color: white !important;
}

.agence-seo-seventh .colonne-formulaire .hs-button {
    color: white;
}

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

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

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

.gros-bouton-wrapper {
    margin-bottom: 150px;
}

.texte-defilant {
    padding: 33px 0;
    background: #e2f14f;
    border-bottom: solid 1px black;
    transform: rotate(-2deg) scale(1.1) translateY(-30%);
    overflow: hidden;
}

.texte-defilant .texte::after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: black;
    border-radius: 100%;
    margin: 0 50px;
}

.texte-defilant .texte {
    display: flex !important;
    align-items: center;
    font-family: 'RedHat';
    font-size: 31px;
    font-weight: 500;
}

main { overflow:hidden }

.cta-texte {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.card-cta-texte {
    display: flex;
    flex-direction: column;
    background: #fcfaf4;
    position: relative;
    width: calc(50% - 181px);
    padding: 40px 100px 40px 70px;
    border-radius: 20px;
    text-decoration: none;
    color: #1b1b1b;
}

.card-cta-texte::after {
    content: "B";
    font-family: 'icones';
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 40px;
    background: #e2d6ff80;
    text-align: center;
    color: #9b93f9;
}

.card-cta-texte .titre {
    margin: 0;
}

.card-cta-texte .titre::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #8f86fa;
    display: block;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translate(-50%, -50%);
}

.cta-defilant {
    display: flex;
}

.slider_wrapper {
  width: 100%;
  padding: 60px 0;
}

.slider_wrapper .swiper-slide {
  width: 320px;
  border-radius: 30px;
  overflow: hidden;
  transition: transform 0.4s;
}

.slider_wrapper .swiper-slide img {
  width: 100%;
  display: block;
  border-radius: 30px;
}

/* effet de profondeur */
.slider_wrapper .swiper-slide {
  opacity: 0.3;
  transform: scale(0.8);
}

.slider_wrapper .swiper-slide-prev,
.slider_wrapper .swiper-slide-next {
  opacity: 0.6;
  transform: scale(0.9);
}

.slider_wrapper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

/* description */
.description {
  text-align: center;
  padding: 10px;
  background: #00713d;
  color: #fff;
  font-family: Arial;
  margin-top: -5px;
  opacity: 0;
  transition: 0.3s;
}

.swiper-slide-active .description {
  opacity: 1;
}

.cta-defilant .swiper-slide {
  transform: scale(0.8);
}

.cta-defilant .swiper-slide-prev,
.cta-defilant .swiper-slide-next {
  transform: scale(0.9);
}

.cta-defilant .swiper-slide-active {
  transform: scale(1);
}
.cta-defilant .swiper-slide:not(.swiper-slide-active) a {
  pointer-events: none; /* désactive tous les clics sur les slides non actives */
  cursor: default;
}
.cta-defilant .slick-list { padding: 25px 0 !important; overflow: initial !important;}

.cta-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: white;
    display: block;
    transition: ease-in-out .3s;
    margin: auto;
}

.cta-slide.slick-center {
    transform: scale(1.2);
    filter: brightness(1) blur(0);
    opacity: 1;
    z-index: 2;
}

.cta-item__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7) blur(2px);
    transition: ease-in-out .3s;
}

.cta-slide.slick-center .cta-item__image { filter: brightness(.9) blur(0); } 

.cta-content {
    position: absolute;
    bottom: 36px;
    left: 30px;
    width: calc(100% - 60px);
}

.cta-item__title {
    font-size: 24px;
    font-weight: 500;
}

.cta-item__points {
    font-size: 12px;
    font-weight: 500;
}

.cta-item__points span::after {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background: white;
    margin: 1px 5px;
    border-radius: 100%;
}
.cta-slide {
    padding: 0 10px; /* espacement entre les slides */
    box-sizing: border-box;
}

.cta-defilant .is-first a, .cta-defilant  .is-last a {
    max-width: 60% !important;
}

.cta-defilant .slick-slide {
    display: flex !important;
    align-items: center;
}

.cta-defilant  .slick-track {
    display: flex !important;
    align-items: center;
}

.cta-defilant .slick-slide.is-first a {
    margin-right: 0;
}

.cta-defilant .slick-slide.is-last a {margin-left: 0;}

.etiquettes-defilantes {
    position: relative;
    height: 50px;
}

.etiquettes-defilantes .etiquette {
    position: absolute;
    right: 0;
    color: #1B1B1B !important;
}

.etiquettes-defilantes .etiquette:first-of-type {
    transform: rotate(-3deg) translate(-50%, -105%);
    z-index: 2;
}

.etiquettes-defilantes .etiquette:last-of-type {
}


.etiquettes-defilantes {
    position: relative;
    height: 50px;
}

.etiquettes-defilantes .etiquette {
    position: absolute;
    right: 0;
    color: #1B1B1B !important;
}

.etiquettes-defilantes .etiquette:first-of-type {
    transform: rotate(-3deg) translate(-50%, -105%);
    z-index: 2;
}

.agence-seo-second {
    padding-top: 150px;
}

.buttons {
    margin-top: 50px;
}

.agence-seo-third {
    padding-bottom: 150px;
}

.agence-seo-fourth h2, .agence-seo-seventh h2 {
    margin-top: 50px;
}

.agence-seo-fifth {
    padding-top: 150px;
}

.agence-seo-sixth {padding-bottom: 150px;}

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

.agence-seo-seventh {
    padding-bottom: 150px;
}

.agence-seo-eighth {
    padding-top: 150px;
}

.agence-seo-tenth .container p {
    max-width: 1040px;
    margin: 1rem auto;
}

.agence-seo-eleventh h2 { margin-top:0 } 

/* Annuler le pointer-events:none sur les slides non-actives */
.cta-defilant .swiper-slide:not(.swiper-slide-active) a {
  pointer-events: auto !important;
  cursor: pointer !important;
}
 
/* Toutes les slides masquées par défaut */
.cta-defilant .swiper-slide {
  opacity: 0 !important;
  transition: opacity 0.4s ease, transform 0.8s ease !important;
}
 
/* Seules les 5 slides marquées .is-visible sont affichées */
.cta-defilant .swiper-slide.is-visible {
  opacity: 1 !important;
}
 
/* Hover sur le slide actif (centre) : feedback "lien cliquable" */
.cta-defilant .swiper-slide-active a.cta-item:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

/* Rapprocher uniquement prev/next du CTA actif */
.cta-defilant .swiper-slide-prev {
  translate: 40px 0 0 !important;
}
.cta-defilant .swiper-slide-next {
  translate: -40px 0 0 !important;
}