@font-face {
    font-family: 'DMSans';
    src: url('../fonts/dmsans/dmsans.ttf') format('truetype'),
         url('../fonts/dmsans/dmsans.woff') format('woff'),
         url('../fonts/dmsans/dmsans.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap; /* pour un rendu plus fluide */
}

@font-face {
    font-family: 'RedHat';
    src: url('../fonts/redhat/redhatdisplay.ttf') format('truetype'),
    	 url('../fonts/redhat/redhatdisplay.woff2') format('woff2'),
         url('../fonts/redhat/redhatdisplay.woff') format('woff');
    font-style: normal;
    font-weight: 100 900;
    font-display: swap; /* pour un rendu plus fluide */
}

/* Italique + gras variable */
@font-face {
  font-family: 'RedHat';
  src: url('../fonts/redhat/redhatitalic.ttf') format('truetype'),
  	   url('../fonts/redhat/redhatitalic.woff2') format('woff2'),
       url('../fonts/redhat/redhatitalic.woff') format('woff');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
    font-family: 'icones';
    src: url('../../inc/icones/fonts/Glyphter.eot');
    src: url('../../inc/icones/fonts/Glyphter.eot?#iefix') format('embedded-opentype'),
         url('../../inc/icones/fonts/Glyphter.woff') format('woff'),
         url('../../inc/icones/fonts/Glyphter.ttf') format('truetype'),
         url('../../inc/icones/fonts/Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* pour un rendu plus fluide */
}
[class*='icon-']:before{
    display: inline-block;
   font-family: 'icones';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.icon-video:before{content:'\0041';}
.icon-fleche:before{content:'\0042';}
.icon-X:before{content:'\0043';}
.icon-youtube:before{content:'\0044';}
.icon-pinterest:before{content:'\0045';}
.icon-tiktok:before{content:'\0046';}
.icon-instagram:before{content:'\0047';}
.icon-linkedin:before{content:'\0048';}
.icon-facebook:before{content:'J';}
.icon-telephone:before{content:'\004b';}
.icon-recherche:before{content:'\004c';}
.icon-arrow-bottom:before{content:'\004d';}
.icon-checkmark:before{content:'\004e';}
.icon-mail:before{content:'\004f';}

.section.p-b-150 { padding-bottom:150px }
.section.p-b-100 { padding-bottom:100px }
.section.p-b-50 { padding-bottom:50px }

.section.p-t-150 { padding-top:150px }
.section.p-t-100 { padding-top:100px }
.section.p-t-50 { padding-top:50px }

.section.fond-jaune { background: #fcfaf4; }
.section.fond-noir { background: #1b1b1b; }
.section.fond-noir p, .section.fond-noir strong, .section.fond-noir li { color: #fff; }
.section.fond-violet { background: #8f86fa; }
.section.fond-violet p, .section.fond-violet strong, .section.fond-violet li { color: #fff; }
.section.fond-violet

.section.bulle-noire {
    position: relative;
    overflow-x: hidden;
}
.section.bulle-noire::before {
    z-index: -1;
    content: "";
    width: 170%;
    height: 100%;
    display: block;
    background: #1B1B1B;
    position: absolute;
    top: 0;
    right: -52%;
    /* transform: translateX(-50%); */
    clip-path: ellipse(70% 100% at 40% 100%);
}
.section.bulle-noire p, .section.bulle-noire strong, .section.bulle-noire li{ color: #fff; }
.section.bulle-noire form li, .section.fond-noir form li { color: #1B1B1B; }

.section.bulle-violette {
    position: relative;
    overflow-x: hidden;
}
.section.bulle-violette::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%);
}
.section.bulle-violette p, .section.bulle-violette strong, .section.bulle-violette li { color: #fff; }
.section.bulle-violette form li, .section.fond-violet form li{ color: #1B1B1B; }

.t-25 { margin-top: 25px !important; }
.t-50 { margin-top: 50px !important; }
.b-100 { margin-bottom: 100px !important; }

body {
    display: block;
    margin: 0;
    padding: 0;
    font-family: 'DMSans' !important;
    color: #1B1B1B;
}

main {
    overflow-x: hidden;
    overflow-y: clip;
}

h1 {
    font-family: 'RedHat';
    font-weight: 400;
    font-size: 58px;
    margin-bottom: 50px;
    margin-top: 0;
    line-height: 110%;
}

h1 strong {
    font-style: italic;
}

h2, .h2 {
    font-weight: 400;
    font-size: 50px;
    font-family: 'RedHat';
    line-height: 120%;
    margin-bottom: 50px !important;
}
h2 strong, .h2 strong {
    font-weight: 800;
    font-style: italic;
}   
h3, .h3 {
    font-family: 'RedHat';
    font-size: 36px;
    line-height: 110%;
    font-weight: 400;
    margin: 0;
    margin-bottom: 12px;
    position: relative;
}
li {
    font-size: 18px;
    line-height: 160%;
}

.paragraphe a, p a, li a {
    color: inherit;
}
.section {
    padding: 75px 0;
}

.v-centre { align-items: center; }

/* Default blocs */
.columns {
    display: flex;
    gap: 100px;
}

.columns > .column {
    width: 100%;
}

.container {
    max-width: 1300px;
    margin: auto;
}

p {
    font-size: 18px;
    font-family: 'DMSans';
    line-height: 160%;
}

.heading {}
.image {}
.list {}
.quote {
    background: #f2ecff;
    position: relative;
    padding: 15px 40px;
    border-radius: 20px;
    font-family: 'DMSans';
    font-weight: 300;
    font-style: italic;
    color: #1B1B1B;
    margin: 50px 0;
}

.quote::before, .quote::after {
    content: "Q";
    font-family: 'icones';
    position: absolute;
    font-style: initial;
    font-weight: initial;
    top: 15px;
    left: 0;
    transform: translateY(-100%);
    font-size: 40px;
    color: #8e85f9;
}

.quote::after {top: initial;bottom: 15px;left: initial;right: 0;transform: translateY(100%) rotate(180deg);}

.columns {}
.column {}
.buttons {
    font-size: 18px;
    font-family: 'DMSans';
}

.buttons .button a {
    border: solid 1px #8f86fa;
    padding: 15px 0 15px 20px;
    border-radius: 50px;
    background: #8f86fa;
    color: white;
    text-decoration: none;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    line-height: 18px;
    position: relative;
    overflow: hidden;
}

.buttons .button a::after {
    content: "";
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 100%;
    position: relative;
    margin: 5px 20px auto 10px;
    display: block;
}

.centre.button a {
    margin: auto;
}

.buttons .button.blanc a {
    background: transparent;
    border-color: white;
    color: white;
}

.buttons .button.noir a {
    background: #1B1B1B;
    border-color: #1B1B1B;
}

.buttons .button.noir a::after { background: white; }

.buttons .button.noir a {
    color: white;
}


.logo-satisfait {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.references .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}


.texte-accordeon-image {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin: auto;
  align-items: center;
}

.texte-accordeon-image__content {
  flex: 1;
}

.texte-accordeon-image__image {
  flex: 1;
  position: relative;
}

.texte-accordeon-image__image img {
  display: none;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.texte-accordeon-image__img.is-active {
  display: block;
}

.texte-accordeon-image__item {
  cursor: pointer;
    padding: 24px 35px 24px 58px;
}

.texte-accordeon-image__item.is-active .texte-accordeon-image__text {
  display: block;
}

.texte-accordeon-image__text {
  display: none;
}

.texte-accordeon-image__more {
  font-weight: bold;
  margin-top: 0.5rem;
  display: inline-block;
}

.texte-accordeon-image .texte-accordeon-image__title {
    color: #8E8E93;
}

.texte-accordeon-image .is-active .texte-accordeon-image__title {
    color: #1B1B1B;
}

.texte-accordeon-image .texte-accordeon-image__title::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #8E8E93;
    margin-bottom: 5px;
    position: absolute;
    top: 15px;
    left: -23px;
}

.texte-accordeon-image__item.is-active h3::before {
    background: #8f86fa;
}

.texte-accordeon-image__item.is-active {
    background: #fcfaf4;
    border-radius: 20px;
}

img.texte-accordeon-image__img.is-active {
    width: 100%;
    height: 100%;
    display: block;
}

/* Responsive */
@media (max-width: 768px) {

    .container.boutons-list { gap: 10px }

  label.hs-form-checkbox-display {
    display: inline-flex;
    align-items: center;
  }
  .texte-accordeon-image {
    flex-direction: column;
  }

  .texte-accordeon-image__image {
    order: 2;
  }

  .texte-accordeon-image__content {
    order: 1;
  }

  .texte-accordeon-image__image img {
    display: none;
  }

  .texte-accordeon-image__img.is-active {
    display: block;
  }

  div.cta-defilant .swiper-slide {
        opacity: 1 !important;
        transform: none;
    }

    div.swiper-wrapper {
        display: flex;
        flex-direction: column;
        gap: 0;
        transform: none;
        padding: 0px 25px;
    }

    .cta-item__image {
        max-height: 225px;
    }

    .cta-item__image img {
        filter: brightness(0.6);
        transition: margin-bottom 0.4s ease, height .4s ease;
    }

    div.cta-content {
        bottom: 115px;
        transition: bottom 0.4s ease;
    }

    div.cta-defilant .swiper-slide:not(:last-of-type) {
        margin-bottom: -100px;
        transition: margin-bottom 0.4s ease !important;
    }

    div.cta-defilant .swiper-slide:not(:last-of-type).focused {
        margin-bottom: 0;
    }

    div.cta-defilant .swiper-slide:not(:last-of-type).focused .cta-content {
        bottom: 30px;
    }

    div.cta-defilant .swiper-slide:last-of-type .cta-item__image {
        height: 150px;
        transition: height 0.4s ease;
    }

    div.cta-defilant .swiper-slide:last-of-type .cta-content {
        bottom: 30px !important;
    }

    div.cta-defilant .swiper-slide:last-of-type.focused img {
        height: 250px;
    }

    div.cta-defilant .swiper-slide.focused img {
        filter: brightness(1);
    }
    div.etiquettes .etiquette, div.etiquettes-defilantes .etiquette { font-size: 16px; }

    .references .note {
        margin-right: 0!important;
        margin-left: 0!important;
    }

    .references .clients-satisfaits { padding-left: 25px !important; min-width: auto !important;}

    .agence-seo-third .etiquettes {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ranxplorer-button {
        position: relative;
        padding: 5px;
    }
    .agence-seo-third .etiquettes, .agence-seo-ville-seconde .etiquettes, .third-cms .etiquettes {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    button.ranxplorer-button {
        position: relative;
        padding: 5px;
    }

    div.texte-defilant {
        padding: 15px 0;
    }

    div.texte-defilant .texte {
        font-size: 22px;
    }

    a.card-cta-texte {
        width: 100%;
        padding: 25px 45px;
    }

    a.card-cta-texte::after {
        width: 22px;
        height: 22px;
        font-size: 10px;
        padding: 0;
        line-height: 22px;
        bottom: 20px;
        right: 20px;
    }

    .gros-bouton-wrapper .etiquette {
        font-size: 16px;
        padding: 7px;
    }

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

    div.gros-bouton-wrapper .etiquette.etiquette-1 {
        transform: translate(0px, -120%) rotate(-5deg);
    }

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

    div.agence-seo-ville-first .etudes-de-cas {
        flex-flow: column !important;
        scroll-padding: initial;
        scroll-snap-align: initial;
        overflow-x: hidden !important;
    }

    div.etude-de-cas-etiquettes {
        font-size: 18px;
        padding: 7px 15px;
        top: -27px;
    }

    .agence-seo-ville-first .etudes-de-cas .etude-de-cas {
        padding: 35px 0 10px !important;
    }

    .agence-seo-ville-first .etudes-de-cas .etude-de-cas-chiffres .etude-de-cas-chiffre-cle {
        font-size: 26px !important;
        letter-spacing: 1px !important;
    }

    .agence-seo-ville-first .etudes-de-cas .etude-de-cas-chiffres .etude-de-cas-titre {
        font-size: 16px !important;
    }

    .agence-seo-ville-first .etudes-de-cas .etude-de-cas-chiffres {
        padding: 25px;
    }

    .agence-seo-ville-first .etudes-de-cas .etude-de-cas-chiffres::after {
        width: 22px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        font-size: 10px;
    }

    .agence-seo-ville-first .etudes-de-cas .etude-de-cas:not(:first-of-type) {
        margin-top: 0;
    }


    .cms-fille-first .etudes-de-cas-double .etude-de-cas-double {
        padding: 35px 0 10px !important;
    }

    .cms-fille-first .etudes-de-cas-double .etude-de-cas-chiffres .etude-de-cas-chiffre-cle {
        font-size: 26px !important;
        letter-spacing: 1px !important;
    }

    .cms-fille-first .etudes-de-cas-double .etude-de-cas-chiffres .etude-de-cas-titre {
        font-size: 16px !important;
    }

    .cms-fille-first .etudes-de-cas-double .etude-de-cas-chiffres {
        padding: 25px;
    }

    .cms-fille-first .etudes-de-cas-double .etude-de-cas-chiffres::after {
        width: 22px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        font-size: 10px;
    }

    .cms-fille-first .etudes-de-cas-double .etude-de-cas-double:not(:first-of-type) {
        margin-top: 0;
    }

    .etude-de-cas-double:first-of-type {
        height: 124px;
        margin-bottom: 10px;
    }


    .liste-de-pages .page-item {
      display: block;
      transition: 0.3s ease-in-out;
      margin: auto;
      width: 100%;
      height: 225px;
    }

    .liste-de-pages .page-item img.page-thumbnail {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.7) blur(2px);
      transition: 0.3s ease-in-out;
    }

    /* Titre positionné comme .cta-content */
    .liste-de-pages span.page-title {
      position: absolute;
      bottom: 120px;
    }

    .liste-de-pages .page-item:not(:last-of-type) {
        margin-bottom: -100px;
    }


    .liste-de-pages .page-item:last-of-type span.page-title {
        bottom: 30px;
    }

    .page-item.focused {
        margin-bottom: 0 !important;
    }

    a.page-item.focused .page-title {
        bottom: 30px;
    }

    .page-item.focused .page-thumbnail {
        filter: blur(0px) brightness(1) !important;
    }

    .arrow-bloc { display: none; }

    .apporteur-first .column > img { display:none }
    div.apporteur-chiffres { padding: 50px }
    .bloc-apporteur {
        padding-top: 75px;
    }

    div.bloc-apporteur .sticker {
        top: 0;
        right: 0px;
        transform: translate(0, 20px) rotate(-4deg);
    }

    .bloc-apporteur img {
        height: 700px !important;
        object-position: top;
    }

        .apporteur-chiffres > div > div, .apporteur-chiffres > div > div > div {
        width: 100% !important;
    }

    .apporteur-third .list {
        flex-wrap: wrap;
        gap: 20px;
        padding-left: 0;
    }

    .carrousel-apporteur {
        padding: 28px 0;
        margin: 10px 0 35px;
        max-width: 100%;
    }

    div.fond-blanc .prix-div {margin: 40px 0;padding: 50px 35px;}

    div.fond-blanc .prix-div .etiquette {
        font-size: 15px;
    }

    div.bloc-onglets .onglets-nav {
        overflow-x: scroll;
        gap: 22px;
    }

    .onglets-nav {
        max-width: 100%;
    }

  div.carrousel-item__numero {
    font-size: 40px;
  }

  div.carrousel-item__col.column.carrousel-item__col--image {
    height: 250px;
}

div.carrousel-item__col.column.carrousel-item__col--texte {
    padding: 75px 45px;
}
  
  div.slick-slide .columns {
    width: 100% !important;
    max-width: 100vw !important;
    padding-right: 25px;
  }
  
  div.carrousel-item__col--texte {
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  div.carrousel-item__col--image {
    width: 100% !important;
  }
  
  div.carrousel-item__titre {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .bloc-onglets .onglets-contenus .onglet-contenu {
        flex-direction: column;
    }

    .bloc-onglets .onglets-contenus .onglet-contenu div.colonne.gauche, .bloc-onglets .onglets-contenus .onglet-contenu div.colonne.droite {
        width: 100%;
    }

    div.fourth-cms h2 {
        width: auto;
    }

    .ressource {
        flex-direction: column;
    }

    a.faux-cta {
        width: 100%;
    }

    .section:first-of-type .column:first-of-type .etiquette:nth-child(1) {
        top: -40px;
    }

    .section:first-of-type .etiquettes .etiquette {right: 150px;}

    .section:first-of-type .column:not(:first-of-type) .etiquette:nth-child(1) {
        top: 125px;
    }

    .section:first-of-type .column:nth-child(3) .etiquettes {
        position: absolute;
        top: 0;
    }

    .section:first-of-type .column:nth-child(3) {
        position: initial;
    }


    .agence-first div.swiper-wrapper, .post-type-archive-partenaires div.swiper-wrapper {
        flex-direction: initial;
    }

    .swiper.cta-defilant.swiper-coverflow.swiper-3d.swiper-initialized.swiper-horizontal.swiper-watch-progress { overflow: visible; }

    div.swiper-wrapper {
        padding: 0;
    }

    .img img {
        min-height: 300px;
        object-fit: cover;
    }

    .compteur {
        overflow-x: scroll;
    }

    .chiffre-bloc {
        min-width: 100%;
        display: block;
        text-align: center;
    }

    div.equipe-membre {
        width: 65%;
    }

    div.equipe-role__membres {
        flex-wrap: nowrap;
        overflow-x: scroll;
        max-width: 100%;
        display: -webkit-inline-box;
        width: 100%;
    }

    .prestations-first.section:first-of-type .etiquettes .etiquette {top: -90px;font-size: 14px;padding: 5px 13px;}

    div.prestations-first .etiquettes {
        top: 170px;
    }

    div.prestations-first .etiquette:nth-child(1) {left: 0;}

    div.prestations-first .etiquette:nth-child(2) {
        left: 90px;
    }

    div.prestations-first .etiquette:nth-child(3) {
        right: 10px !important;
        left: auto !important;
    }

    div.prestations-first .etiquette:nth-child(4) {
        left: auto;
        right: 130px !important;
    }

    div.bloc-onglets .onglets-nav li, .onglets-nav .onglets-nav-item div{
        flex: 0 0 auto;
        max-width: none;
        text-align: center;
    }

    li.onglets-nav-item {
        display: flex;
        flex: 0 0 auto;
    }

    .onglets-nav {
        overflow-x: scroll;
    }

    .onglets-nav-item:last-of-type {
        margin-right: 50px;
    }

    .prix-btn { flex-direction:column; text-align:center; gap: 22px;}

    .bloc-onglets .onglets-contenus .onglet-contenu div.prix {
        max-width: 230px;
    }

    div.ressource .titre p {
        font-size: 34px;
    }

    .section:first-of-type .column:not(:first-of-type) .prix-div .etiquette:nth-child(1) {
        top: 0;
    }

    div.metier-mere-first .etiquette:nth-child(2), div.expertise-first .etiquette:nth-child(2) {
        top: -45px;
    }

    div.liste-filles .bouton {
        width: 100%;
    }

    div.card {
        flex-direction: column;
        margin: 0 25px;
    }

    div.card .col-1, div.card .col-2 {
        width: 100%;
    }

    div.card .col-2 img {
        border-radius: 20px;
        max-height: 250px;
    }

    div.footer-card {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    div.lien-rs {
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }

    div.photos-team img {
        width: 75px;
    }

    div.second-archive-recrutement .columns .column:first-of-type {
        width: 100%;
        padding: 25px;
    }

    div.galerie-recrutement img:nth-child(1), .galerie-recrutement img:nth-child(4) {
        width: 100% !important;
        max-height: 200px !important;
    }

    div.galerie-recrutement img:nth-child(2), .galerie-recrutement img:nth-child(3) {
        width: calc(50% - 11px) !important;
    }

    div.galerie-recrutement img:nth-child(5) {
        display: none;
    }

    .card-meta {
        flex-direction: column;
    }

    a.faux-cta { margin-bottom: 0 }

    .abcdaire {
        gap: 20px;
        overflow-x: scroll;
    }

    .outil-bloc, .definition-bloc {
        flex-direction: column;
    }

    a.outil-item__title, a.definition-item__title {
        width: 100%;
    }

    div.first-categorie .section:first-of-type .column:not(:first-of-type) .etiquette:nth-child(1) {
        width: 100% !important;
    }

    div.first-categorie.section:first-of-type .column:not(:first-of-type) .etiquette:nth-child(1) {
        width: 150px;
        top: 110px;
    }

    div.first-categorie.section:first-of-type .column:first-of-type .etiquette:nth-child(1) {top: -15px;right: 0;}

    div.first-categorie .etiquette:nth-child(2) {
        top: -30px;
    }

    div.partenaires {
        flex-wrap: nowrap;
        max-width: 100%;
        overflow-x: scroll;
    }

    .filtre-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    #results-wrapper .etude-de-cas {
        flex: 0 0 100% !important;
        max-width: none;
    }

    .second-archive-etude-de-cas .grid > div.avis {
        flex: 0 0 100% !important;
    }

    div.first-single-offre .columns > .column:not(.column-prix), .first-single-offre .columns > .column.column-prix {
        width: 100%;
    }

    div.prix-div {
        margin-bottom: -350px;
        margin-top: 50px;
    }

    div.first-single-offre {
        overflow: visible;
        margin-bottom: 150px;
    }

    div.first-single-offre .prix-div {
        padding: 60px 25px 20px!important;
    }

    div.first-single-offre .sticker {
        font-size: 15px;
        transform: translate(-10px, -40%) rotate(-8deg);
    }

    div.second-single-offre .columns .column:first-of-type {
        width: 100%;
        padding: 25px;
    }

    .citation-bloc-client {
        flex-direction: column-reverse;
    }

    .citation-bloc-client-texte {
        margin-top: -50%;
        z-index: 2;
    }

    .second-single-offre .container.bloc-formulaire {
        width: 100% !important;
        max-width: 100% !important;
    }

    div.second-single-livre-blanc .column:first-of-type {
        width: 100%;
        padding: 50px 25px;
    }

    div.second-single-livre-blanc .column:not(:first-of-type) {
        width: 100%;
        padding: 50px 0;
    }


    div.first-single-livre-blanc .sticker {
        transform: translate(0%, -100%) rotate(5deg);
        top: -100px;
    }

    div.first-single-outil .column:nth-child(2), div.first-single-definition .column:nth-child(2) {
        position: absolute;
        top: 170px;
    }

    div.first-single-outil .column .etiquette-1, div.first-single-definition .column .etiquette-1 {
        bottom: 60px;
        transform: translate(-50%) rotate(7deg);
    }

    div.first-single-outil .column .etiquette-2, div.first-single-definition .column .etiquette-2 {
        top: -100px;
        transform: rotate(-7deg);
        right: 25px;
    }

    div.first-single-outil .column .etiquette-3, div.first-single-definition .column .etiquette-3 {
        top: -95px;
        left: -5px;
    }

    div.second-single-outil .column:first-of-type, div.second-single-definition .column:first-of-type {
        width: 100%;
    }

    div.second-single-outil .single-bloc:first-of-type, div.second-single-definition .single-bloc:first-of-type {
        padding: 50px 25px;
    }

    div.second-single-outil .column:not(:first-of-type), div.second-single-definition .column:not(:first-of-type) {
        width: 100%;
        order: -1;
    }

    div.first-single-partenaire .h1 {
        flex-direction: column-reverse;
        text-align: center;
    }

    div.second-single-partenaire div.colonne-carte { padding: 50px 25px; }

    div.second-single-partenaire .column:first-of-type {
        width: 100%;
    }

    div.second-single-partenaire .column:not(:first-of-type) {
        width: 100%;
        order: -1;
    }

    div.info-single {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    div.second-single .column:first-of-type {
        width: 100%;
    }

    div.second-single .column:not(:first-of-type) {
        width: 100%;
    }

    div.first-single-etude-de-cas .columns > .column:not(.column-prix) {
        width: 100%;
    }

    div.first-single-etude-de-cas .columns > .column-prix {
        width: 100%;
        position: relative;
    }

    div.first-single-etude-de-cas div.prix-div {
        margin-bottom: 0;
        border: solid 1px #1B1B1B;
        z-index: 1;
    }

    div.column.column-prix::after {
        content: "";
        width: 120%;
        z-index: 0;
        background: #FFF;
        height: 70%;
        display: block;
        position: absolute;
        left: -25px;
        top: 50%;
    }

    div.first-single-etude-de-cas {
        padding-bottom: 0;
    }

    div.second-single-etude-de-cas {
        margin-top: 50px;
    }

    div.image-bg {
        position: relative;
        border-radius: 20px;
        z-index: 2;
    }

    div.image-bg img {width: 100%;height: 100%;border-radius: 20px;max-height: 175px;}

    div.colonne-chiffres {
        padding: 0;
        width: 100%;
        margin-top: -30px;
    }

    div.chiffre-cle {
        width: 100%;
        max-width: none;
        text-align: center;
    }

    div.third-single-etude-de-cas .column-1 {
        width: 100%;
        padding: 50px 25px;
    }

    div.presentation img {
        margin-left: 0;
    }

    div.third-single-etude-de-cas .column-2 {
        width: 100%;
    }

    div.div-chiffres-cle {
        max-width: 100%;
        overflow-x: scroll;
    }

    div.div-chiffres-cle .chiffre-cle {
        flex: 0 0 80%;
    }

    div.citation-bloc-cdp {
        flex-direction: column;
    }

    div.citation-bloc-cdp-texte {
        max-width: 100%;
        margin-top: -160px;
    }

  /* ANIMATION CARTE */
  /* ============================================================
   Stacked Cards — .fifth-prestation mobile
   Effet de cartes empilées avec décalage + clic pour premier plan
   ============================================================ */
   .columns > .column > .columns .stack-card[data-card="avis"] {
  display: flex;
}

.columns > .column > .columns .stack-card[data-card="avis"] .avis-block {
  flex: 1;
  display: flex;
  height: 100%;
}

  .columns > .column > .columns .stack-container {
    position: relative;
    width: 100%;
    margin: 0 auto 150px;
    perspective: 800px;
  }

  .columns > .column > .columns .stack-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--stack-card-height, 350px);
    max-height: 350px;
    margin: 0 auto;
    right: 0;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1),
                box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1),
                opacity 0.4s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    -webkit-tap-highlight-color: transparent;
  }

  /* Carte au premier plan (active) */
  .columns > .column > .columns .stack-card[data-stack="0"] {
    z-index: 3;
    transform: translateY(0) scale(1);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    opacity: 1;
  }

  /* Carte derrière (2e position) — décalage plus marqué */
  .columns > .column > .columns .stack-card[data-stack="1"] {
    z-index: 2;
    transform: translateY(130px) scale(0.95);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
    opacity: 0.9;
  }

  /* Carte tout en bas (3e position) */
  .columns > .column > .columns .stack-card[data-stack="2"] {
    z-index: 1;
    transform: translateY(210px) scale(0.90);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    opacity: 0.8;
  }

  /* Bloquer les clics sur les liens des cartes non actives */
  .columns > .column > .columns .stack-card[data-stack="1"] a,
  .columns > .column > .columns .stack-card[data-stack="2"] a {
    pointer-events: none;
  }

  /* === Contenus internes : même taille pour tous === */

  /* Étude de cas */
  .columns > .column > .columns .stack-card .etudes-de-cas {
    display: block;
    height: 100%;
  }

  .columns > .column > .columns .stack-card .etude-de-cas {
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* Avis */
  .columns > .column > .columns .stack-card .avis-block {
    display: block;
    overflow: hidden;
    height: 100%;
    padding: 0;
  }

  .columns > .column > .columns .stack-card .avis {
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    flex: 0 0 100% !important;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }

  /* Image */
  .columns > .column > .columns .stack-card > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
  }

}



.list-item {}
.details {}
.group {}



/* Header */

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}


.header-first { 
    position: relative;
    padding: 25px 70px;
    width: calc(100% - 140px);
    display: flex;
    justify-content: space-between;
}

.header-first > *{ 
    color: white; 
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: center;
} 

.header-first p { margin: 0; line-height: initial; font-size: initial;}

.header-first.sticky {
    position: fixed;
    background: #1b1b1b;
    padding: 10px 75px;
    animation: popFadeIn 0.4s ease forwards;
    transform: none !important;
}

.header-first.sticky * {
    color: white;
}

/***** MENU *****/

nav.menu {
    position: absolute;
    left: 50%;
    top: 61px;
    display: flex;
    transform: translate(-50%);
    padding: 0px 10px;
    border: solid 1px #4D4D4D;
    border-radius: 100px;
    max-width: 66%;
    z-index: 2;
    min-width: 874px;
}

.menu-menu-principal-container {
    width: 100%;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.menu {
    display: flex;
    margin: 0;
    align-items: center;
    padding: 0;
    height: 100%;
}

.logo img {
    display: block;
}

ul.menu > li > a {
}

.menu li.menu-item-has-children::after {
    content: "M";
    font-family: 'icones';
    font-size: 8px;
}

ul.menu li, ul.menu li a {
    color: white;
}

ul.menu li {
    padding: 28px 0 28px 35px;
}

ul.menu li::marker {
    content: none;
}

ul.menu li {
    position: relative;
}

ul.menu li .sub-menu {
    position: absolute;
    top: 85px;
    left: 0;
    padding-left: 0;
    border: solid 1px #4D4D4D;
    border-radius: 20px;
    background: rgba(217, 217, 217, 0.1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 200px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    z-index: -1;
    transition: ease-in-out .2s opacity;
    background: rgba(53, 53, 53, .70);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

ul.menu li:hover .sub-menu { opacity: 1; z-index: 2; max-height: 1000px; padding: 24px 0;}

ul.menu li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 110%;
}

ul.menu li .sub-menu li {
    line-height: 110%;
    padding: 6px 19px;
    background: rgba(0, 0, 0, 0);
    transition: ease-in-out .2s;
}

ul.menu li .sub-menu li:hover {
    background: #0a0a0a66;
}

ul.menu > li:last-of-type {
    background: #8f86fa;
    padding: 15px;
    margin-left: 35px;
    border-radius: 60px;
}

ul.menu > li:last-of-type::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #292929, #868585 50%, #191919);
    display: block;
    content: "";
    top: -1px;
    left: -1px;
    border-radius: 60px;
    z-index: 0;
    padding: 1px;
    z-index: 0;
}

ul.menu > li:last-of-type::after {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #8f86fa;
    border-radius: 60px;
    z-index: 1;
}

ul.menu > li:last-of-type a {
    z-index: 2;
    position: relative;
}

ul.menu > li:last-of-type a::after {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    background: white;
    border-radius: 100%;
    margin-left: 10px;
}

#breadcrumbs {
    position: absolute;
    top: 200px;
    width: 100%;
    max-width: 1300px;
    left: 50%;
    transform: translate(-50%);
    color: white;
    font-size: 11px;
    line-height: 130%;
}

#breadcrumbs > span { display:inline-block; }

main > div:first-of-type { padding-top: 255px; }

/***** Utiles *****/
.centre {
    margin: auto;
    text-align: center;
}


/******* IMAGES *******/
.column img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/******* FAQ *******/
.faq .faq-item {
    border-bottom: solid 1px #3C3C3C;
    padding-bottom: 23px;
    padding-top: 20px;
    font-size: 18px;
    font-family: 'DMSans';
}

.faq .faq-item summary { padding-left: 20px; }
.faq .faq-item summary::marker { content: none; }

.faq .faq-item summary::before {
    content: "";
    width: 9px;
    height: 9px;
    display: inline-block;
    background: #8f86fa;
    border-radius: 100%;
    margin-left: -19px;
    margin-right: 5px
}

.faq .faq-item summary::after {
    content: "P";
    width: 20px;
    height: 20px;
    border: solid 1px;
    font-size: 6px;
    transform: rotate(45deg);
    border-radius: 100%;
    margin-left: 10px;
    margin-right: 31px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq .faq-item summary {
    position: relative;
    padding-right: 61px;
    cursor: pointer;
}

/* Cache la réponse par défaut (le natif "open" n'est plus géré) */
.faq-item .faq-answer {
    display: none;
    overflow: hidden;
}

.faq .faq-item .faq-answer p {
    font-size: 16px;
    line-height: 150%;
    padding-left: 25px;
    padding-right: 70px;
    font-weight: 300;
}

.blog.container.columns {
  display: grid;
  gap: 22px;
  margin: 0 auto;
  padding: 0 20px;
}

.blog.container.columns .article {
  background: #fcfaf4;
  border-radius: 20px;
  padding: 36px 39px;
  display: flex;
  text-decoration: none;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transition: background 0.4s ease;
}

.blog.container.columns .article:hover {
    background: #1b1b1b;
}

.blog.container.columns .article:hover * {
    color: #fff !important;
}

.blog.container.columns .article::before {
    content: "B";
    font-family: 'icones';
    position: absolute;
    bottom: 30px;
    right: 35px;
    font-size: 20px;
    background: #f0e9f9;
    padding: 10px;
    border-radius: 100%;
    color: #8f86fa;
    transition: background 0.4s ease, color 0.4s ease;
}

.blog.container.columns .article:hover::before {
    background: #2b2b29;
    color: white;
}

.blog.container.columns .article h3, .blog.container.columns .article .h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 10px;
  color: #1b1b1b;
  transition: color 0.4s ease;
}

.blog.container.columns .article .categories {
  color: #3c3c3c;
  margin-top: 10px;
  transition: color 0.4s ease;
}

.blog.container.columns .article .categories span {
  color: #1B1B1B;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 23px;
  transition: color 0.4s ease;
}

.blog.container.columns .article time {
  font-size: 12px;
  color: #999;
  line-height: 120%;
  margin-top: 15px;
  transition: color 0.4s ease;
}

/* Pour que le 3e article soit plus petit sur la droite */
.blog.container.columns .article:nth-child(3) {
  grid-column: 2 / 3; /* place à droite */
  grid-row: 1 / 3;    /* prend la hauteur des deux premières lignes */
  max-width: 350px;
}


.blog.container.columns .article .categories span::before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    background: #8f86fa;
    border-radius: 100%;
    margin-right: 11px;
    margin-bottom: 2px;
}

.blog.container.columns .article:nth-child(3) h3 {
    margin-bottom: 40px;
}



/****** GROS BOUTON *****/
.gros-bouton-wrapper {
    max-width: 1050px;
    margin: auto;
    background: #1b1b1b;
    border-radius: 20px;
    padding: 30px 64px;
    position: relative;
    width: fit-content;
    padding-right: 130px;
    transition: background 0.4s ease;
}

.gros-bouton-wrapper {
    background: #8f86fa;
}

.gros-bouton-wrapper.violet .gros-bouton::after {
    background: #a199f8;
    transition: ease 0.4s background;
}

.gros-bouton-wrapper:hover, .gros-bouton-wrapper.violet:hover {
    background: #1B1B1B;
}

.gros-bouton-wrapper.violet:hover .gros-bouton::after {
    background: #40403e;
}

a.gros-bouton {
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-family: 'DMSans';
    line-height: 45px;
    position: relative;
}

a.gros-bouton::after {
    content: "B";
    font-family: 'icones';
    position: absolute;
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: #40403e;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
    line-height: 40px;
    margin-left: 30px;
}


/**** Liste Boutons ****/
.boutons-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
}


.boutons-list-item {
    font-size: 18px;
    font-family: 'DMSans';
    line-height: 110%;
    padding: 15px 20px;
    border: solid 1px #1B1B1B;
    border-radius: 100px;
    text-decoration: none;
    color: #1B1B1B;
    position: relative;
    overflow: hidden;
}

.boutons-list-item::after {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #1B1B1B;
    border-radius: 100%;
    margin-bottom: 2px;
    margin-left: 10px;
    transition: background 0.4s ease;
        z-index : 1;
    position: relative;
}

.boutons-list-item span {
    z-index: 1;
    position: relative;
    transition: color 0.4s ease;
}


/***** Formulaire *****/
.hs-form {
}

.hs-form .hs-besoins > label {
    display: none;
}

.hs-form .hs-form-checkbox::marker {
    content: none;
}

.hs-form .inputs-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.hs-form .hs-form-checkbox label {
    font-family: 'DMSans';
    font-size: 18px;
    line-height: 160%;
    border: solid 1px #1B1B1B;
    border-radius: 100px;
    padding: 7px 15px;
    background: transparent;
    transition: background 0.4s ease, border-color 0.4s ease, color 0.4s ease;
}

.hs-form label:has(input:checked) span::before {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    border: solid 1px #8f86fa;
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 3.5px);
    left: -18px;
}

.hs-form .hs-form label span {
    position: relative;
    font-family: 'DMSans';
    font-size: 18px;
}

.hs-form .hs-form-checkbox {
    display: block;
    margin-bottom: 20px;
    margin-right: 11px;
}

.hs-form .hs-form fieldset {max-width: 100%;}

.hs-form input[type="text"], input[type="email"], input[type="tel"], textarea {
    background: transparent;
    border: none;
    border-bottom: solid 1px #e3e3e3;
    width: calc(100% - 40px);
    margin-bottom: 20px;
    margin-top: 5px;
    font-size: 18px;
    padding: 5px;
}

.hs-form .inputs-list li::marker {content: none;}

.hs-form fieldset.form-columns-1:last-of-type .inputs-list label:has(input:checked) {
    background: transparent;
    color: inherit;
}
.hs-form .hs-richtext div {
    font-size: 36px;
    font-family: 'RedHat';
}

.hs-form .hs-richtext p {
    font-family: 'DMSans';
    font-size: 18px;
    line-height: 160%;
    margin-top: 5px;
}
.hs-button {
    display: block;
    margin: 49px auto 0;
    background: #1B1B1B;
    border-radius: 60px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 20px;
    border-color: #1B1B1B;
    transition: background 0.4s ease, color 0.4s ease;
    cursor: pointer;
}

.hs-button:hover {
    background: white;
    color: #1B1B1B;
}

.hs-form-booleancheckbox-display span {
    font-size: 14px;
    font-family: 'DMSans';
    color: #1b1b1b;
}

.hs-form-booleancheckbox-display span a {
    color: inherit;
    font-weight: 600;
}


.form-columns-1 .hs-form-booleancheckbox {
    display: flex;
    position: relative;
}

.form-columns-1 .hs-form-booleancheckbox label {
    width: 100%;
    line-height: 100%;
}

.hs-form .hs-form-booleancheckbox label:has(input:checked) span::before {
    content: "N";
    font-family: 'icones';
    border: none;
    top: 0px;
    left: 6px;
}

input[type="checkbox"] {
    background: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 17px !important;
    height: 17px;
    margin-bottom: -3px;
    border: solid 1px #1B1B1B;
}
.hs-form .hs-form-checkbox label input {
    display: none;
}

.hs-form label:has(input:checked) {
    background: #8c83f5;
    border-color: #8c83f5;
    color: white;
}

.hs-form .hs-form-checkbox label::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border: solid 1px #1B1B1B;
    border-radius: 100%;
    margin-bottom: 2px;
    margin-right: 11px;
    transition: background 0.4s ease, border-color 0.4s ease;
}

.hs-form label:has(input:checked)::before {
    background: white;
    border-color: #8c83f5;
}

.hs_recaptcha {
    display: none;
}

.bloc-formulaire {
    display: flex;
    background: white;
    border-radius: 20px;
    overflow: hidden;
}

.colonne-formulaire {
    width: 65%;
    padding: 78px 50px 53px 60px;
}

.colonne-image {
    width: 36%;
}

.image-formulaire {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hs-form fieldset {
    max-width: none !important;
}

form.hs-form fieldset .hs-fieldtype-checkbox {margin-bottom: 47px;}

label.hs-form-booleancheckbox-display {
    position: relative;
}

.hs-form .hs-rgpd label:has(input:checked) {
    background: transparent !important;
}

/******* TEAM *********/
.team-member__image {
    height: 268px;
    border: solid 1px #1B1B1B;
    border-radius: 20px;
    display: block;
    margin: auto;
}

.team-member__info {
    text-align: center;
    margin-top: 7px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'DMSans';
    line-height: 120%;
    letter-spacing: 1px;
}


summary::marker {
    content: none;
    display: none;
}

summary {font-family: 'DMSans';font-size: 18px; list-style: none;
  list-style-type: none;}

summary::-webkit-details-marker {
  display: none;
}

details {
  list-style: none !important;
  list-style-type: none !important;
}

details summary {
  list-style: none !important;
  list-style-type: none !important;
}

details, details summary {
  -webkit-appearance: none;
  appearance: none;
  list-style: none !important;
  list-style-type: none !important;
}

details summary::-webkit-details-marker,
details summary::marker {
  display: none !important;
  content: '' !important;
  font-size: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

section:not(.faq) summary { text-align:center; }

summary::after {
    content: "M";
    font-family: 'icones';
    font-size: 12px;
    margin-left: 5px;
    display: inline-block;
}
details[open] summary::after {
    transform: rotate(0deg) !important;
}

a {
    color: inherit;
}

.column h2:first-child {
    margin-top: 0 !important;
}

/**************
 *** Footer ***
 *************/

footer {
    position: relative;
    background: #1B1B1B;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    padding: 150px 0 50px;
    z-index: 2;
    margin-top: -110px;
}

footer .container { color: white; }

.sticker-footer {
    background: #e2f14f;
    padding: 5px 18px;
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'DMSans';
    border: solid 1px black;
    border-radius: 60px;
    transform: translate(-50%, -50%);
    position: absolute;
    top:0px;
    left: 50%;
}

.titre-footer {
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 16px;
}

.first-row {
    display: flex;
    gap: 200px;
    margin-bottom: 50px;
}

.newsletter-footer {
    min-width: 605px;
    max-width: 50%;
}

.rs-block-footer {
    display: flex;
    gap: 18px;
    align-items: center;
    font-size: 24px;
}

.second-row {
    display: flex;
    gap: 100px;
    margin-bottom: 100px;
}

.presentation {
    max-width: 409px;
}

.presentation p {
    font-size: 14px;
    font-weight: 200;
    line-height: 180%;
}

.menus {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.copyrights {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 200;
    font-style: italic;
}

.copyrights a {
    text-decoration: none;
}

main > div:last-of-type {
    padding-bottom: 260px;
}

.menu-footer li::marker {
    content: none;
}

.menu-footer {
    padding-left: 0;
}

.menu-footer a, .contactez-nous p {
    font-size: 14px;
    text-decoration: none;
    line-height: 179%;
    font-weight: 200;
}

.contactez-nous {
    max-width: 140px;
}

.presentation img {
    margin-left: -18px;
}

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

.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%);
}


/* Animation */
@keyframes popFadeIn {
    0% {
        opacity: 0;
        transform: scale(0.9) translateY(-10px) translate(-50%);
    }
    60% {
        opacity: 1;
        transform: scale(1.03) translateY(0) translate(-50%);
    }
    100% {
        transform: scale(1) translate(-50%);
    }
}

/* Classe appliquée quand sticky */
nav.menu.sticky {
    position: fixed;
    z-index: 9999;
    animation: popFadeIn 0.4s ease forwards;
    background: #1B1B1B;
}

nav.menu.sticky li ul.sub-menu {
    background: #1B1B1B;
}

.video-block {
    display: flex;
    width: 100%;
    gap: 22px;
    justify-content: center;
}

.video-card:not(.ressource-item) {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    max-width: 840px;
}

.placeholder {
    max-height: 620px;
    position: relative;
    border: solid 1px #1B1B1B;
}

.placeholder::after {
    content: "A";
    background: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: solid 1px black;
    border-radius: 8px;
    color: black;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-family: 'icones';
    position: absolute;
    bottom: 40px;
    right: 40px;
    text-align: center;
    font-size: 20px;
    z-index: 10;
}

.placeholder img, .placeholder iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 7 / 4;
    border-radius: 20px;
    z-index: 9;
    position: relative;
}

.video-meta span::after {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #6B6D7D;
    margin: 1px 3px;
    border-radius: 100%;
}

.titre-video {
    font-family: 'RedHat';
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    margin-top: 50px;
}

.video-meta {
    margin-top: 10px;
    font-size: 12px;
    line-height: 120%;
    font-family: 'DMSANS';
    color: #6B6D7D;
}

.video-card .placeholder{
    position:relative;
    overflow:hidden;
    border-radius: 20px;
    overflow: hidden;
}

/* transition image → video */


.video-card .placeholder:hover iframe, .video-card.playing .placeholder iframe{
    opacity:1;
    transform:scale(1);
}

.video-card.playing .placeholder::after {
    opacity:0;
    z-index: 0;
}

/* zoom subtil image */

.video-card .placeholder img{
    transition:transform .7s ease;
}

.video-card:hover .placeholder img{
    transform:scale(1.04);
}

/* bouton play animé */

.video-card .placeholder::after{
    content:"▶";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    font-size:26px;
    width:64px;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    background:white;
    color:black;
    box-shadow:0 8px 20px rgba(0,0,0,.2);
    transition:transform .25s ease, opacity .25s;
}

.video-card:hover .placeholder::after{
    transform:translate(-50%,-50%) scale(1.1);
}

.video-card[data-playing="true"] .placeholder::after{
    opacity:0;
}

/* bouton de base */
.buttons .button a, .definition-item__title, .outil-item__title, .liste-filles .bouton {
    overflow: hidden;
    transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
    /* variables pour la position de la bulle */
    --ripple-x: 50%;
    --ripple-y: 50%;
    z-index: 1;
}

.buttons .button a span, .definition-item__title span, .outil-item__title span, .liste-filles .bouton span {
    z-index: 1;
    transition: color 0.4s ease;
    position: relative;
}

.buttons .button:not(.noir) a:hover span {
    color: white;
}

/* bulle dynamique via pseudo-élément */
.buttons .button a::before, .definition-item__title::before, .outil-item__title::before, .liste-filles .bouton::before {
    content: '';
    position: absolute;
    top: var(--ripple-y);
    left: var(--ripple-x);
    transform: translate(-50%, -50%) scale(0);
    width: 20px;
    height: 20px;
    background: #1b1b1b; /* couleur du hover */
    border-radius: 50%;
    opacity: 0.3;
    pointer-events: none;
    transition: transform 0.6s ease, width 0.6s ease, height 0.6s ease, opacity 0.4s ease;
    z-index: 0;
}

.definition-item__title::before, .outil-item__title::before, .liste-filles .bouton::before { background: #1B1B1B !important }

/* hover : bulle qui grandit pour remplir le bouton */
.buttons .button a:hover::before, .definition-item__title:hover::before, .outil-item__title:hover::before, .liste-filles .bouton:hover::before {
    width: 300%;   /* assez grand pour couvrir le bouton */
    height: 300%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.buttons .button a:hover::after { transition: background 0.4s ease }

.buttons .button a:hover, .buttons .button a:hover::after {
    color: white;
    border-color: #1b1b1b;
}

.buttons .button.noir a::before, .definition-item__title::before, .outil-item__title::before, .liste-filles .bouton::before {
    background: #fff;
}

.buttons .button.noir a:hover {
    color: #1b1b1b;
    border-color: #1b1b1b;
}

.definition-item__title:hover, .outil-item__title:hover, .liste-filles .bouton:hover {
    color: #FFF;
}

.buttons .button.noir a:hover::after {
    background: #1b1b1b;
}

.boutons-list-item::before {
    content: '';
    position: absolute;
    top: var(--ripple-y);
    left: var(--ripple-x);
    transform: translate(-50%, -50%) scale(0);
    width: 20px;
    height: 20px;
    background: #1b1b1b; /* couleur du hover */
    border-radius: 50%;
    opacity: 0.3;
    pointer-events: none;
    transition: transform 0.6s ease, width 0.6s ease, height 0.6s ease, opacity 0.4s ease;
    z-index: 0;
}

/* hover : bulle qui grandit pour remplir le bouton */
.boutons-list-item:hover::before {
    width: 300%;   /* assez grand pour couvrir le bouton */
    height: 300%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.boutons-list-item:hover::after { background: white !important; }

.boutons-list-item:hover span, .boutons-list-item:hover::after {
    color: white;
    border-color: #1b1b1b;
}

#search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: rgba(0,0,0,0.95);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  padding-top: 70px;
}

div#search-toggle::before {
    font-family: 'icones';
    content: "L";
    cursor: pointer;
}

.search-container {
  width: 80%;
  max-width: 600px;
  text-align: center;
}

#search-input {
    border: none;
    background: none;
    color: white;
    font-weight: 700;
    font-size: 18px;
    font-family: 'DMSans';
}

#search-results {
  margin-top: 20px;
  text-align: left;
  color: white;
}

#search-results p {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 25px;
}

#search-results p a {
    text-decoration: none;
}

.search-bar::before {
    content: "L";
    font-family: 'icones';
    color: white;
    padding-right: 7px;
    border-right: solid 1px white;
}

.search-bar {
    display: flex;
    align-items: center;
    gap: 5px;
}

#search-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 25px;
  background: none;
  color: white;
  border: none;
  cursor: pointer;
}

#search-close::after {
    content: "P";
    font-family: "icones";
    color: white;
    font-size: 20px;
    display: block;
}

.infos a, .infos div {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.infos .header-contact::before {
    font-family: 'icones';
    content: "O";
    cursor: pointer;
    margin-right: 7px;
}

.infos .header-tel::before {
    font-family: 'icones';
    content: "K";
    cursor: pointer;
    margin-right: 7px;
}

.sib-input.sib-form-block {
    border: solid 1px white;
    border-radius: 20px;
    padding: 23px;
}

.entry__field {width: 80%;}

.form__label-row {
    display: flex;
    justify-content: space-between;
}

input#EMAIL {
    background: none;
    border: none;
    font-style: italic;
    font-size: 14px;
    color: white;
    width: 100%;
    font-family: 'DMSans';
}

.sib-form-block {}

button.sib-form-block__button.sib-form-block__button-with-loader {
    border: none;
    background: none;
    color: white;
    font-size: 14px;
    font-family: 'DMSans';
    font-weight: 500;
    display: flex;
    gap: 7px;
    align-items: center;
    cursor: pointer;
}

input#OPT_IN {
    border: solid 1px white;
    border-radius: 5px;
    margin-top: 15px;
    flex: 1;
    min-width: 17px;
    position: relative;
}
input#OPT_IN:checked::before {
    content: "N";
    font-family: 'icones';
    display: block;
    color: white;
    position: absolute;
    top: 1px;
    right: 1px;
}

.newsletter input#OPT_IN:checked::before { color: #1B1B1B }
.entry__choice label {
    display: flex;
}

.entry__choice span p {
    font-size: 12px !important;
    font-weight: 200;
        margin-top: 15px;
    margin-left: 5px;
}

button.sib-form-block__button.sib-form-block__button-with-loader::after {
    content: "C";
    font-family: 'icones';
    font-size: 11px;
    margin-left: 0;
    transition: margin-left 0.4s ease, margin-right 0.4s ease;
}

button.sib-form-block__button.sib-form-block__button-with-loader:hover::after {
    margin-right: -5px;
    margin-left: 5px;
}

.etude-de-cas { transition: background 0.4s ease, color 0.4s ease; }
.etude-de-cas:before { transition: background 0.4s ease, color 0.4s ease; }

.etude-de-cas:hover {
    background: #1B1B1B;
    color: #fff;
}

.etude-de-cas:hover::before {
    background: #1B1B1B;
    color: #fff;
}

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


@keyframes dist_slide-right__A_l75 {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

.texte-accordeon-image__item:not(.is-active):hover h3 {
    color: #1B1B1B;
}

.texte-accordeon-image__item h3 {
    transition: color 0.4s ease;
}

.texte-accordeon-image__item h3::before {
    transition: background 0.4s ease;
}

.texte-accordeon-image__item:not(.is-active):hover h3::before {
    background: #1B1B1B;
}

.agence-seo-ville-first .etude-de-cas .etude-de-cas-chiffres, .agence-seo-ville-first .etude-de-cas .etude-de-cas-chiffres::after {
    transition: background 0.4s ease, color 0.4s ease;
}

.agence-seo-ville-first .etude-de-cas:not(:first-of-type):hover .etude-de-cas-chiffres, .agence-seo-ville-first .etude-de-cas:hover .etude-de-cas-chiffres {
    background: #282827;
    color: white;
}

.agence-seo-ville-first .etude-de-cas:not(:first-of-type):hover .etude-de-cas-chiffres::after, .agence-seo-ville-first .etude-de-cas:hover .etude-de-cas-chiffres::after {
    background: #40403e;
}

.page-item img { transition: ease 0.4s transform; transform: scale(1) }

.page-item:hover img {
    transform: scale(1.1);
}

/* Définition de l'animation pulse */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3); /* Agrandit légèrement */
    opacity: 0.7;          /* Légère transparence */
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.bouton-rdv::after {
    transition: background 0.4s ease;
}

.bouton-rdv:hover::after {
    background: #8F86FA;
}

.references .clients-satisfaits .client-lien::after {
    transition: margin-left 0.4s ease;
}

.references .clients-satisfaits .client-lien:hover::after {
    margin-left: 12px;
}

.buttons .button.fond-blanc a:hover::after { background:white; }
.buttons .button.fond-blanc a:hover { color:white; }

.faux-cta { transition: background 0.4s ease; }
.faux-cta:hover {
    background: #1B1B1B;
}
.faux-cta:hover .titre p, .faux-cta:hover .resume {
    color: white;
}

.faux-cta:hover::after {
    color: white;
    background: #3a3a3a;
}
.etude-de-cas-double:hover img {
    opacity: .5;
}

.etude-de-cas-double:hover .etude-de-cas-chiffres {
    background: #1B1B1B;
}

.etude-de-cas-double:hover:not(:first-of-type)::before {
    background: #282827;
}

.etude-de-cas-double {
    transition: background 0.4s ease;
}

.etude-de-cas-double img {
    transition: opacity 0.4s ease;
}

.etude-de-cas-double {
    background: #1B1B1B;
}

.newsletter input#EMAIL {
    border: solid 1px #1B1B1B;
    padding: 10px;
    width: calc(100% - 20px);
    border-radius: 5px;
    color: #1B1B1B;
}

.newsletter .sib-input.sib-form-block {
    padding: 0;
}

.newsletter .entry__field {
    width: 100%;
}

.newsletter input#OPT_IN {
    border-color: #1B1B1B;
}

.newsletter button.sib-form-block__button.sib-form-block__button-with-loader {
    color: #1B1B1B;
    font-weight: 700;
    text-decoration: underline;
}

.newsletter button.sib-form-block__button.sib-form-block__button-with-loader::after {
    content: none;
}

.etude-de-cas-img {
    background: #fff;
}

.etude-de-cas-img:hover img {
    opacity: 0.5;
}

.etude-de-cas-img:hover {
    background: #1B1B1B;
}

.etude-de-cas-img img {
    transition: opacity 0.4s ease;
}



/* ==========================================================================
   RESPONSIVE — Premiere Page
   Breakpoints : 1024px (tablette + burger) → 768px (mobile) → 480px → 375px
   Fichier complémentaire à home.css et common.css
   Ne PAS impacter le desktop (>1024px)

   ⚠️ IMPORTANT pour l'injection dans common.css :
   Les 3 règles globales ci-dessous DOIVENT être injectées en dehors des
   @media, sinon le burger sera visible sur desktop et le box-sizing sera faux.
   Elles sont AUSSI dupliquées dans @media(max-width:1024px) en sécurité.
   ========================================================================== */


/* ==========================================================================
   GLOBAL — Ces 3 règles DOIVENT être injectées AVANT les @media queries
   ========================================================================== */

.burger-menu {
  display: none !important;
}

.menu-overlay {
  display: none;
}


/* ==========================================================================
   PRÉ-TABLETTE — max-width: 1350px
   Nav horizontale compressée pour petit desktop / grand tablette
   ========================================================================== */

@media (max-width: 1150px) {
  /* Header : réduire padding */
  .header-first {
    padding: 15px 25px !important;
    width: 100% !important;
  }
}


/* ==========================================================================
   TABLETTE — max-width: 1024px
   Burger menu activé, bulles en flex, sections adaptées
   ========================================================================== */
@media (max-width: 1024px) {

  /* ---- FONDATIONS ---- */

  /* box-sizing global (dupliqué ici car règles hors media non injectées) */
  *,
  *::before,
  *::after {
    box-sizing: border-box !important;
  }

  /* Burger masqué par défaut — sera affiché plus bas via .burger-menu */
  .menu-overlay {
    display: none;
  }

  html {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }

  body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
  }

  h1 {
    font-size: 40px;
    padding: 0 25px;
  }

  .container h1 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .container .container { padding: 0 }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }


    main > div:first-of-type {
        padding-top: 200px;
        padding-bottom: 0;
    }
    main > div:last-of-type {
        padding-bottom: 100px;
    }

    p#breadcrumbs {
        top: 110px;
        text-align: center;
        max-width: 80%;
    }

  .container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100% !important;
  }

  /* Override générique .columns : réduire le gap de 100px à 25px */
  .columns {
    gap: 25px !important;
    max-width: 100% !important;
  }

  .columns > .column {
    min-width: 0 !important;
  }

  /* Sécurité anti scroll-X : tous les wrappers */
  .home,
  .home-first,
  .section,
  [class*="-home"] {
    max-width: 100vw !important;
  }

  .section {
    padding: 80px 0 60px;
    /*overflow: hidden !important;*/
    position: relative !important;
  }

  .buttons .button a {
    margin-top: 25px;
    margin-bottom: 25px;
}
    .prix-btn .buttons .button a {
        margin-top: 25px;
    }

  /* ---- FIX ELLIPSES TABLETTE ---- */
  /* Arrondi smooth : ellipse(120%) pour courbe douce, pas trop accentuée */

  .home .fourth-home::before,
  .home .seventh-home.fourth-home::before,
  .home .seventh-home::before,
  .expertise-eighth::before,
  .partenaires-seventh::before,
  .cms-fille-sixth::before,
  .apporteur-fourth::before,
  .agence-fourth::before,
  .agence-seo-ville-fifth::before,
  .agence-seo-seventh::before,
  .agence-seo-fourth::before {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    right: auto !important;
    clip-path: ellipse(120% 100% at 50% 100%) !important;
  }

  /* Forcer overflow hidden sur les sections contenant les ellipses */
  .fourth-home,
  .seventh-home.fourth-home,
  .seventh-home {
    overflow: hidden !important;
    position: relative !important;
  }


  /* ---- HEADER / BURGER (activé dès 1024px) ---- */

  header {
    width: 100% !important;
    max-width: 100% !important;
    z-index: 10000 !important;
  }

  header.menu-open .header-first.sticky {
        z-index: 99999;
        background: transparent;
        justify-content: flex-end !important;
    }

    header.menu-open .header-first.sticky .auditez, header.menu-open .header-first.sticky .infos {
        display: none !important;
    }

    nav.menu.sticky { animation: none }

  .header-first {
    padding: 15px 20px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .header-first.sticky {
    padding: 10px 20px !important;
    width: 100% !important;
  }

  .header-first .auditez {
    display: none !important;
  }

  .header-first .infos {
    display: flex !important;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    margin-left: auto;
  }

  /* --- Navigation masquée (burger) --- */

  nav.menu {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    height: 100dvh !important;
    background: #fff !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 120px 45px 30px !important;
    border: none !important;
    border-radius: 0 !important;
    z-index: 9999 !important;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    overflow-y: auto !important;
    display: flex !important;
    transform: translate(-100%) !important;
    right: auto !important;
    max-width: none;
  }

  nav.menu.is-open,
  .home nav.menu.is-open {
    transform: translate(0) !important;
  }

  .burger-menu.is-active span {
    background: #1B1B1B;
    }

  nav.menu .logo {
    position: absolute !important;
    top: 20px !important;
    left: 30px !important;
  }

  nav.menu .logo img {
    max-height: 40px !important;
    width: auto !important;
  }

  ul.menu {
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
    gap: 0 !important;
  }

  ul.menu > li {
    width: 100% !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 7px 0;
  }

  ul.menu > li > a {
    display: flex !important;
    align-items: center;
    padding: 0 !important;
    font-size: 36px !important;
    color: #1B1B1B !important;
    text-decoration: none !important;
  }

   .menu li.menu-item-has-children::after { content: none !important; }

  .menu li.menu-item-has-children > a::after {
    content: "M";
    font-family: 'icones';
    font-size: 14px;
    color: #1B1B1B;
    display:inline-block;
    margin-left: 8px;
    margin-top: -5px;
    height: 49px;
    line-height: 59px;
}

  /* Sous-menus : reset complet du flyout desktop → empilé vertical */
  ul.menu li ul.sub-menu,
  nav.menu ul.menu li ul.sub-menu,
  nav.menu ul.menu > li > ul.sub-menu,
  nav.menu .menu-item-has-children ul.sub-menu,
  .menu-item-has-children > .sub-menu {
    position: static !important;
    display: none !important;
    background: transparent !important;
    padding: 0 0 0 15px !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    float: none !important;
    height: auto !important;
    overflow: visible !important;
    pointer-events: auto !important;
    clip: auto !important;
    clip-path: none !important;
  }

  ul.menu li.sub-menu-open > ul.sub-menu,
  nav.menu ul.menu li.sub-menu-open > ul.sub-menu,
  .menu-item-has-children.sub-menu-open > .sub-menu {
    display: block !important;
  }

  /* Items du sous-menu : pleine largeur, empilés */
  ul.menu li ul.sub-menu li,
  nav.menu ul.menu li ul.sub-menu li,
  .sub-menu > li {
    display: block !important;
    width: 100% !important;
    float: none !important;
    position: static !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  ul.menu li ul.sub-menu li a,
  nav.menu ul.menu li ul.sub-menu li a,
  .sub-menu > li > a {
    padding: 10px 0 !important;
    font-size: 15px !important;
    color: #1B1B1B !important;
    display: block !important;
    width: 100% !important;
    white-space: normal !important;
    text-align: left !important;
    position: static !important;
  }

  /* Bloquer le hover desktop qui ouvre le dropdown */
  ul.menu li:hover > ul.sub-menu,
  nav.menu ul.menu li:hover > ul.sub-menu,
  .menu-item-has-children:hover > .sub-menu {
    display: none !important;
  }

  /* Seule la classe JS .sub-menu-open ouvre le sous-menu */
  ul.menu li.sub-menu-open:hover > ul.sub-menu,
  nav.menu ul.menu li.sub-menu-open:hover > ul.sub-menu,
  .menu-item-has-children.sub-menu-open:hover > .sub-menu,
  ul.menu li.sub-menu-open > ul.sub-menu,
  nav.menu ul.menu li.sub-menu-open > ul.sub-menu {
    display: block !important;
    max-height: initial;
  }

  nav.menu .menu-menu-principal-container {
    width: 100% !important;
  }

  ul.menu > li:last-of-type {
    margin: 0;
    background: transparent;
    color: #8f86fa !important;
    padding: 7px 0;
  }

  ul.menu > li:last-of-type::before, ul.menu > li:last-of-type::after {
    content: none;
  }

  ul.menu > li:last-of-type > a {
    color: #8f86fa !important;
  }

  /* --- Bouton burger (override le display:none global) --- */

  .burger-menu {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 40px !important;
    height: 40px !important;
    cursor: pointer !important;
    z-index: 10001 !important;
    position: relative !important;
    gap: 6px !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
  }

  .burger-menu span {
    display: block;
    width: 26px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
  }

  .burger-menu.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .burger-menu.is-active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }

  .burger-menu.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  /* --- Overlay sombre --- */

  .menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.35s ease;
  }

  .menu-overlay.is-visible {
    display: block;
    opacity: 1;
  }


  /* ---- HERO / BULLES (flex dès 1024px) ---- */

  .home-first {
    padding-top: 120px;
    padding-bottom: 60px;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .bulle-container {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    height: auto !important;
    overflow: visible !important;
    max-width: 100% !important;
    padding: 10px 20px !important;
    position: relative !important;
  }

  .bulle {
    position: static !important;
    width: 70px !important;
    height: 70px !important;
    flex-shrink: 0 !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    margin: 0 !important;
  }

  .bulle:nth-child(n+9) {
    display: none !important;
  }

  .home-first > svg {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    overflow: hidden !important;
    position: absolute;
    bottom: 200px;
  }

  .home-first .buttons {
    text-align: center;
  }


  /* ---- REFERENCES TABLETTE ---- */

  .references {
    max-width: 90% !important;
    width: 90% !important;
    padding: 20px 25px !important;
    margin: 20px auto 0 !important;
    border-radius: 20px !important;
    position: relative !important;
    order: 10 !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px 20px !important;
    text-align: center !important;
  }

  /* Note (étoiles) et clients satisfaits sur la même ligne */
  .references .note {
    flex: 0 0 auto !important;
    text-align: center !important;
  }

  .references .clients-satisfaits {
    flex: 0 0 auto !important;
    text-align: center !important;
  }

  /* Logos clients en dessous, pleine largeur, plus gros */
  .references .logo-satisfaits {
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    order: 3 !important;
  }

  .references .logo-satisfaits-block {
    margin-top: 25px;
  }

  .references .logo-satisfait img {
    max-height: 55px !important;
    width: auto !important;
  }


  /* ---- SECTION 1 : POURQUOI CHOISIR ---- */

  .home-second .texte-accordeon-image {
    flex-direction: column !important;
    gap: 25px !important;
  }

  .home-second .texte-accordeon-image__content {
    width: 100% !important;
    flex: none !important;
  }

  .home-second .texte-accordeon-image__image {
    width: 100% !important;
    flex: none !important;
  }

  .home-second .texte-accordeon-image__image img {
    width: 100%;
    height: auto;
  }


  /* ---- SERVICES 3 COLONNES → 2 COLONNES ---- */

  .third-home .container.columns {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
  }

  .third-home .container.columns .column {
    flex: 0 0 100% !important;
    min-width: 0 !important;
    padding: 35px 20px;
    width: auto !important;
  }


  .etudes-de-cas.container {
  scroll-snap-type: x proximity;
  justify-content: flex-start !important;
  padding: 0 20px 15px 20px;
  scroll-padding-inline-start: 20px;
  gap: 20px;
  max-width: 100%;
  display: flex !important;
  flex-flow: row !important;
  overflow-x: auto !important;
}

.etudes-de-cas .etude-de-cas {
  margin: 0;
  max-width: none;
  flex: 0 0 55%;
  min-width: 0;
  scroll-snap-align: center;
}

  .etudes-de-cas.container::-webkit-scrollbar {
    height: 4px;
  }

  .etudes-de-cas.container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
  }

  .etudes-de-cas.container::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
  }


  /* ---- AVIS → SCROLL HORIZONTAL ---- */

  .avis-block.container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 15px;
    padding: 20px 30px 15px;
    scroll-padding-inline-start: 30px;
    max-width: 100%;
  }

  .avis {
    flex: 0 0 55%;
    min-width: 0;
    scroll-snap-align: start;
    padding: 30px 20px;
  }

  .avis-block.container::-webkit-scrollbar {
    height: 4px;
  }

  .avis-block.container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
  }

  .avis-block.container::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
  }


  /* ---- MÉTHODOLOGIE → 1 COLONNE ---- */

  .fifth-home .container {
    flex-direction: column !important;
    gap: 30px !important;
  }

  .fifth-home .container .column {
    width: 100% !important;
    flex: none !important;
    min-width: 0 !important;
  }

  .fifth-home .container .column img {
    width: 100%;
  }


  /* ---- ÉQUIPE : slider conservé, overflow contenu ---- */

  .sixth-home {
    padding: 50px 0 40px;
    overflow: hidden !important;
  }

  .team-block-slider {
    overflow: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .team-member__image {
    height: 230px !important;
    width: 100% !important;
    min-width: 180px !important;
    border-radius: 20px !important;
    object-fit: cover !important;
  }


  /* ---- CONTACT → EMPILÉ ---- */

  .seventh-home .container {
    flex-direction: column !important;
    gap: 20px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Fond blanc du formulaire : marge + arrondi */
  .container.bloc-formulaire {
    width: calc(100% - 30px) !important;
    max-width: calc(100% - 30px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 20px !important;
    padding: 30px 20px !important;
  }

  .colonne-image {
    width: 100% !important;
    flex: none !important;
  }

  .colonne-formulaire {
    width: 100% !important;
    flex: none !important;
    padding: 30px 25px 25px !important;
  }

  .image-formulaire {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
  }

  /* Réduire la hauteur des images de section */
  .home-second .texte-accordeon-image__image img {
    max-height: 350px !important;
    object-fit: cover !important;
  }

  .fifth-home .container .column img {
    max-height: 350px !important;
    object-fit: cover !important;
  }


  .gros-bouton-wrapper.simple-etiquette {
    padding-right: 15px;
  }

  /* ---- FAQ → EMPILÉ ---- */

  .eighth-home .container {
    flex-direction: column !important;
    gap: 30px !important;
  }

  .eighth-home .container .column {
    width: 100% !important;
    flex: none !important;
  }


  /* ---- BLOG → 2 COLONNES ---- */

  .blog.container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
  }

  .blog.container .article {
    flex: 0 0 100% !important;
    min-width: 0 !important;
    padding: 25px 25px;
    max-width: none;
    box-sizing: border-box !important;
  }

  .blog.container.columns .article:nth-child(3) {
    max-width: none;
  }

  .blog.container.columns .article:nth-child(3) h3 { margin-bottom: 10px; }

  a.gros-bouton::after {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    bottom: -10px;
    right: -10px;
}

.blog.container.columns .article::before {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    bottom: 10px;
    right: 10px;
    padding: 0;
    text-align: center;
}

  .gros-bouton {
    font-size: 20px;
  }

  div.gros-bouton-wrapper .etiquette.etiquette-1 {
    transform: translate(-10px, -130%) rotate(-3deg)
  }

  div.gros-bouton-wrapper .etiquette.etiquette-2 {
    transform: translate(-5px, -50%) rotate(-3deg)
  }


  /* ---- FOOTER ---- */

  footer {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    padding: 80px 0 40px;
    margin-top: -60px;
    max-width: 100vw !important;
  }

  footer .second-row {
    flex-wrap: wrap;
    gap: 30px;
  }

  footer .presentation {
    flex: 1 1 100%;
  }

  footer .menus {
    flex-wrap: wrap;
    gap: 25px;
  }

  footer .menus > div {
    flex: 1 1 calc(50% - 15px);
    min-width: 180px;
  }

  /* Contenir le formulaire newsletter */
  footer .newsletter-footer,
  footer .newsletter-footer form,
  footer .sib-form,
  footer .sib-form-container {
    max-width: 100% !important;
    width: 100% !important;
    min-width: initial;
  }

  .titre-footer {
    text-align: left;
  }

  .entry__choice span p { text-align:left; }

  footer .newsletter-footer input[type="email"],
  footer .newsletter-footer input[type="text"] {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  table {
      display: block;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      white-space: nowrap;
      padding-bottom: 20px;
    }



  table::-webkit-scrollbar {
    height: 4px;
  }

  table::-webkit-scrollbar-track {
    background: rgb(236 236 236);
    border-radius: 2px;
  }

  table::-webkit-scrollbar-thumb {
    background: rgb(142 135 135 / 30%);
    border-radius: 2px;
  }

    td, th {
      position: relative;
      isolation: isolate;      /* force un nouveau stacking context */
      min-width: 300px;
      white-space: normal;
    }

    tr td:first-of-type {
        min-width: 300px !important;
    }
    th:nth-child(2) p { padding-left: 0; }

    .video-block {
        flex-direction: column;
    }

    .carrousel-texte-image div.carrousel-item {
        width: auto !important;
    }

    div.first-single .sticker {
        top: -140px;
        transform: rotate(3deg);
        right: 50px;
    }

    div.cms-fille-first .columns {
        gap: 50px !important;
    }
}


/* ==========================================================================
   INTERMÉDIAIRE — max-width: 850px
   Pour adoucir la transition entre tablette et mobile
   ========================================================================== */
@media (max-width: 850px) {

  /* Renforcer anti scroll-X */
  html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }

  /* Services → 1 colonne au lieu de 2 */
  .third-home .container.columns {
    flex-direction: column !important;
  }

  .third-home .container.columns .column {
    flex: none !important;
    width: 100% !important;
  }


div.gros-bouton-wrapper.simple-etiquette .etiquette-1 {
    transform: translate(-14px, -70%) rotate(-4deg);
}
  /* Blog → 1 colonne au lieu de 2 */
  .blog.container {
    flex-direction: column !important;
  }

  .blog.container .article {
    flex: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
  }

  /* Études de cas → cartes plus larges */
  .etude-de-cas {
    flex: 0 0 70% !important;
  }

  /* Avis → cartes plus larges */
  .avis {
    flex: 0 0 70% !important;
  }

  /* Bulles plus petites */
  .bulle {
    width: 55px !important;
    height: 55px !important;
  }

  /* Padding container réduit */
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  /* Accordion : réduire padding intérieur */
  .home-second .texte-accordeon-image__item {
    padding: 20px 25px 20px 40px !important;
  }

  .gros-bouton {
    font-size: 18px;
  }
}


/* ==========================================================================
   MOBILE — max-width: 768px
   ========================================================================== */
@media (max-width: 768px) {

  /* ==== FONDATIONS ==== */

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home h2,
  h2 {
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
  }

  p,
  .section p {
    font-size: 16px;
    line-height: 1.6;
  }

  .section > p { max-width: calc(100% - 24px) !important}

  .section {
    padding: 50px 0 40px;
  }

  /* Colonnes génériques → empilées */
  .columns {
    flex-direction: column;
    gap: 0 !important;
  }

  .columns > .column {
    width: 100%;
    flex: none;
  }


  /* ==== FIX ELLIPSES MOBILE — courbe encore plus smooth ==== */

  .home .fourth-home::before,
  .home .seventh-home.fourth-home::before,
  .home .seventh-home::before,
  .expertise-eighth::before,
  .partenaires-seventh::before,
  .cms-fille-sixth::before,
  .apporteur-fourth::before,
  .agence-fourth::before,
  .agence-seo-ville-fifth::before,
  .agence-seo-seventh::before,
  .agence-seo-fourth::before  {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    right: auto !important;
    clip-path: ellipse(220% 100% at 50% 100%) !important;
  }

  /* Anti scroll-X renforcé */
  .fourth-home,
  .seventh-home.fourth-home,
  .seventh-home,
  .sixth-home,
  .team-block-slider {
    overflow: hidden !important;
  }

  div.third-prestation { padding-top:100px }

  .hs-form .hs-form-checkbox label {
    font-size: 13px;
    }

    .hs-form .inputs-list {
        gap: 8px;
    }

    .hs-form .hs-form-checkbox {
        margin: 2px;
    }

  /* ==== HEADER MOBILE ==== */

  .header-first {
    padding: 12px 15px !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
  }

  .header-first .infos {
    gap: 10px;
    font-size: 13px;
  }

  .header-first.sticky {
    padding: 8px 15px !important;
  }


  /* ==== HERO / BULLES MOBILE ==== */

  .home-first {
    padding-top: 90px;
    padding-bottom: 0px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .bulle-container {
    gap: 10px !important;
    padding: 10px 20px !important;
  }

  .bulle {
    width: 45px !important;
    height: 45px !important;
  }

  .bulle:nth-child(n+7) {
    display: none !important;
  }

  .home-first > svg {
    margin-top: -40px;
  }

  .buttons .button a {
    font-size: 16px;
    padding: 14px 24px;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: auto;
  }

  .button a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .button a::after {
    display: inline-block !important;
    flex-shrink: 0 !important;
    margin-right: 0 !important;
  }


  /* ==== REFERENCES MOBILE ==== */

  .references {
    max-width: 100% !important;
    width: 100% !important;
    padding: 25px 15px !important;
    border-radius: 0px !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px 15px !important;
    margin: 20px auto 0 !important;
    order: 10 !important;
    background: #1B1B1B !important;
    text-align: center !important;
  }

  /* Note + clients sur la même ligne */
  .references .note {
    flex: 0 0 auto !important;
    text-align: center !important;
    font-size: 14px !important;
  }

  .references .note .etoiles {
    font-size: 16px !important;
  }

  .references .clients-satisfaits {
    flex: 0 0 auto !important;
    text-align: left !important;
    padding-left: 25px;
    font-weight: 300;
    font-size: 19px !important;
  }

  .client-lien span {
    font-size: 12px !important;
  }

  /* Logos en dessous, pleine largeur, plus gros */
  .references .logo-satisfaits {
    flex: 1 1 100% !important;
    width: 100% !important;
    overflow: hidden !important;
    order: 3 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .references .logo-satisfaits-block {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .references .logo-satisfaits::before {
    background: linear-gradient(90deg, #1B1B1B, transparent) !important;
  }

  .references .logo-satisfaits::after {
    background: linear-gradient(-90deg, #1B1B1B, transparent) !important;
  }

  .references .logo-satisfaits .logo-satisfait {
    flex-shrink: 0 !important;
  }

  .references .logo-satisfaits .logo-satisfait img {
    max-height: 40px !important;
    width: auto !important;
  }


  /* ==== SECTION 1 : POURQUOI CHOISIR ==== */

  .home-second .texte-accordeon-image__content {
    order: 1;
    padding: 0;
  }

  .home-second .texte-accordeon-image__image {
    order: 2;
    margin-top: 0;
  }

  .home-second h2.centre {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .home .etude-de-cas .etude-de-cas-chiffre-cle {
    font-size: 60px;
  }


  /* ==== SECTION 2 : SERVICES (1 colonne mobile) ==== */

  .third-home .container.columns {
    flex-direction: column;
    gap: 20px;
  }

  .third-home .container.columns .column {
    width: 100%;
    flex: none;
    min-width: 0;
    padding: 30px 20px;
  }

  .third-home .column h3 {
    line-height: 1.1;
    margin-bottom: 15px;
  }

  .third-home .column .list {
    padding-left: 0;
    line-height: 1.4;
  }

  .third-home .column .list li {
    margin-bottom: 6px;
  }

  .third-home .column img {
    max-width: 100%;
  }


  /* ==== SECTION 3 : ÉTUDES DE CAS (scroll horizontal) ==== */

  .fourth-home:not(.seventh-home) {
    overflow: hidden !important;
    position: relative !important;
  }

  .etude-de-cas {
    flex: 0 0 85%;
    padding: 30px 20px;
  }

  .etude-de-cas-chiffres {
    flex-wrap: wrap;
    gap: 10px;
  }

  .fourth-home:not(.seventh-home) h2 {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 25px;
  }

  .fourth-home:not(.seventh-home) .buttons {
    text-align: center;
    margin-top: 25px;
  }

  /* Boutons : point à côté du texte, pas en dessous */
  .button a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .button a::after {
    display: inline-block !important;
    flex-shrink: 0 !important;
  }


  /* ==== SECTION 3 BIS : AVIS (scroll horizontal) ==== */

  .avis {
    flex: 0 0 85%;
    padding: 25px 20px;
  }

  .avis__contenu {
    font-size: 15px;
    line-height: 1.5;
  }

  .avis__auteur {
    justify-content: center;
  }


  /* ==== SECTION 4 : MÉTHODOLOGIE ==== */

  .fifth-home .is-vertically-aligned-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }


  /* ==== SECTION 5 : ÉQUIPE (slider conservé, taille réduite) ==== */

  .sixth-home {
    padding: 30px 0;
  }

  .team-member__info {
    font-size: 16px !important;
  }


  /* ==== SECTION 6 : FORMULAIRE ==== */

  .seventh-home {
    padding: 30px 0 25px;
  }

  .seventh-home .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    gap: 15px;
  }

  /* Fond blanc du formulaire : marge + arrondi */
  .container.bloc-formulaire {
    width: calc(100% - 40px) !important;
    max-width: calc(100% - 40px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 25px 18px !important;
  }

  .colonne-formulaire {
    order: 1;
    padding: 25px 20px 20px !important;
  }

  .colonne-image {
    display: none;
  }

  /* Réduire la hauteur des images de section */
  .home-second .texte-accordeon-image__image img {
    max-height: 300px !important;
    object-fit: cover !important;
  }

  .fifth-home .container .column img {
    max-height: 300px !important;
    object-fit: cover !important;
  }

  form input[type="text"],
  form input[type="email"],
  form input[type="tel"],
  form input[type="url"],
  form textarea,
  form select {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
  }

  form fieldset {
    width: 100% !important;
    padding: 0;
    margin: 0;
  }

  form .hs-form-field {
    width: 100% !important;
    margin-bottom: 10px;
  }

  form .form-columns-2 {
    flex-direction: column;
  }

  form .form-columns-2 .hs-form-field {
    width: 100% !important;
  }

  form .hs-submit {
    text-align: center;
  }

  h2 {
    text-align: center;
    margin-bottom: 15px;
  }


  /* ==== SECTION 7 : FAQ ==== */

  .eighth-home .container {
    padding: 0 20px;
    gap: 25px;
  }

  .eighth-home h2 {
    text-align: left;
    margin-bottom: 20px;
  }

  .faq-item,
  .eighth-home details {
    padding: 15px 0;
    border-bottom: 1px solid #1b1b1b;
  }

  .faq-item summary {
    font-size: 17px;
    line-height: 1.4;
    cursor: pointer;
  }


  /* ==== SECTION 8 : BLOG (flex column) ==== */

  .blog.container {
    display: flex !important;
    flex-direction: column;
    gap: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog.container .article {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    min-width: 0 !important;
    padding: 20px !important;
    box-sizing: border-box !important;
  }

  .nineth-home .article h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .nineth-home .article .categories {
    font-size: 14px;
  }

  .nineth-home .article time {
    font-size: 12px;
  }

  .nineth-home h2 {
    text-align: center;
    margin-bottom: 25px;
  }

  .nineth-home .buttons {
    text-align: center;
    margin-top: 20px;
  }


  /* ==== SECTION 9 : CTA BANNER ==== */

  .tenth-home {
    padding: 40px 0;
  }

  .gros-bouton-wrapper {
    padding: 25px 20px;
    text-align: center;
    max-width: calc(100% - 25px);
  }

  .gros-bouton {
    font-size: 18px;
    display: block;
  }

  .tenth-home .etiquette {
    display: none;
  }


  /* ==== SECTION 10 : LIENS VILLES ==== */

  .eleventh-home .container.boutons-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: left;
    padding: 0 20px;
  }

  .eleventh-home h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .boutons-list-item {
    font-size: 14px;
    padding: 8px 14px;
  }


  /* ==== PARAGRAPHE FINAL ==== */

  .paragraphe {
    font-size: 18px;
  }


  footer .first-row {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
  }

  footer .newsletter-footer {
    width: 100%;
  }

  footer .newsletter-footer h3 {
    font-size: 20px;
    text-align: center;
  }

  footer .newsletter-footer input[type="email"] {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
  }

  footer .newsletter-footer form {
    max-width: 100%;
  }

  footer .rs-footer {
    width: 100%;
    text-align: center;
  }

  footer .rs-footer h3 {
    text-align: center;
    margin-bottom: 15px;
  }

  footer .second-row {
    flex-direction: column;
    gap: 35px;
    margin-top: 40px;
  }

  footer .presentation {
    width: 100%;
    text-align: center;
    max-width: none;
  }

  footer .presentation img {
    margin: 0 auto 15px;
    display: block;
  }

  .rs-footer .titre-footer { text-align: center; }

  footer .presentation p {
    font-size: 15px;
    line-height: 1.6;
  }

  footer .menus {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    order: -1;
    justify-content: center;
  }

  footer .menus > div {
    flex: 1 1 100%;
    min-width: 140px;
    text-align: left;
  }

  footer .menus h4,
  footer .menus h3,
  footer .menus .titre-footer {
    font-size: 18px;
    margin-bottom: 8px;
    text-align: left;
    font-weight: bold;
  }

  footer .menus ul,
  footer .menus .menu-footer {
    padding: 0;
    list-style: none;
    text-align: left;
    display: none;
  }

  footer .menus ul li,
  footer .menus .menu-footer li {
    margin-bottom: 4px;
  }

  footer .menus ul li a,
  footer .menus .menu-footer li a {
    font-size: 15px;
  }

  footer .rs-block-footer {
    justify-content: center;
  }

  footer .menus .contactez-nous {
    flex: 1 1 100%;
    max-width: none;
  }

  footer .copyrights {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
  }
  .carrousel-texte-image {
    padding-top: 50px !important;
  }
}


/* ==========================================================================
   PETIT MOBILE — max-width: 480px
   ========================================================================== */
@media (max-width: 480px) {

  /* ---- FONDATIONS ---- */

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Ellipses encore plus smooth en petit mobile */
  .home .fourth-home::before,
  .home .seventh-home.fourth-home::before,
  .home .seventh-home::before {
    clip-path: ellipse(220% 100% at 50% 100%) !important;
  }

  .section {
    padding: 40px 0 30px;
  }

  .header-first .infos {
    gap: 8px;
    font-size: 12px;
  }

  .header-tel {
    font-size: 0;
  }

  .header-tel::before {
    font-size: 16px;
  }


  /* ---- HERO / BULLES ---- */

  .home-first {
    padding-top: 75px;
    padding-bottom: 20px;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .home-first > svg {
    margin-top: -30px;
  }

  .buttons .button a {
    font-size: 15px;
    padding: 12px 20px;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
  }


  /* ---- SERVICES SEO ---- */

  .third-home .container.columns {
    gap: 15px;
  }

  .third-home .container.columns .column {
    padding: 25px 15px;
  }


  /* ---- ÉTUDES DE CAS ---- */

  .etudes-de-cas.container {
    padding: 0 15px 12px;
    gap: 12px;
  }

  .bouton-rdv-photos img:nth-child(3) { display:none; }

  .etude-de-cas {
    flex: 0 0 90% !important;
    padding: 25px 15px;
  }

  .etudes-de-cas .etude-de-cas {
    padding: 24px 18px !important;
  }

  .etude-de-cas .etude-de-cas-chiffre-cle {
    font-size: 50px!important;;
    letter-spacing: 3px!important;;
  }

  .etude-de-cas-titre {
    font-size: 35px !important;
    line-height: 110% !important;
    margin-bottom: 10px !important;
  }

  .etude-de-cas::before {
    width: 22px !important;
    height: 22px !important;
    line-height: 22px !important;
    font-size: 10px !important;
    bottom: 15px !important;
    right: 15px !important;
    padding: 0 !important;
    text-align: center !important;
}

  .etude-de-cas .typologies {
    margin-top: 15px !important;
}

  .etude-de-cas .etude-de-cas-complement-chiffre-cle {
    margin-top:8px !important;
        font-size: 14px !important;
  }

  .etude-de-cas-chiffres {
    gap: 8px;
  }


  /* ---- AVIS ---- */

  .avis-block.container {
    padding: 15px 15px 12px;
    gap: 12px;
  }

  .avis {
    flex: 0 0 90% !important;
    padding: 20px 15p !importantx;
  }

  .avis__contenu {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }


  /* ---- FORMULAIRE ---- */

  .seventh-home {
    padding: 25px 0 20px;
  }

  .seventh-home .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    gap: 10px;
  }

  /* Fond blanc du formulaire : marge + arrondi */
  .container.bloc-formulaire {
    width: calc(100% - 30px) !important;
    max-width: calc(100% - 30px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 20px 15px !important;
  }

  .colonne-formulaire {
    padding: 20px 12px 15px !important;
  }

  /* Réduire la hauteur des images de section */
  .home-second .texte-accordeon-image__image img {
    max-height: 250px !important;
    object-fit: cover !important;
  }

  .fifth-home .container .column img {
    max-height: 250px !important;
    object-fit: cover !important;
  }

  /* ---- FAQ ---- */

  .container {
    padding: 0 15px;
    gap: 20px;
  }

  .faq-item summary,
  details summary {
    font-size: 16px;
  }


  /* ---- BLOG ---- */

  .blog.container {
    gap: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog.container .article {
    padding: 18px 15px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .nineth-home .article h3 {
    font-size: 16px;
  }


  /* ---- CTA BANNER ---- */

  .gros-bouton-wrapper {
    padding: 20px 15px;
  }

  .gros-bouton {
    font-size: 16px;
  }


  /* ---- LIENS VILLES ---- */

  .eleventh-home .container.boutons-list {
    padding: 0 15px;
    gap: 8px;
  }

  .boutons-list-item {
    font-size: 13px;
    padding: 6px 12px;
  }
}


/* ==========================================================================
   TRÈS PETIT MOBILE — max-width: 375px (iPhone SE, anciens modèles)
   ========================================================================== */
@media (max-width: 375px) {

  /* Ellipses très smooth sur très petit écran */
  .home .fourth-home::before,
  .home .seventh-home.fourth-home::before,
  .home .seventh-home::before {
    clip-path: ellipse(220% 100% at 50% 100%) !important;
  }

  .section {
    padding: 35px 0 25px;
  }

  .bulle-container {
    gap: 6px !important;
    padding: 5px 10px !important;
  }

  .bulle {
    width: 32px !important;
    height: 32px !important;
  }

  .bulle:nth-child(n+5) {
    display: none !important;
  }

  .buttons .button a {
    font-size: 14px;
    padding: 12px 18px;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
  }

  .button a::after {
    display: inline-block !important;
    flex-shrink: 0 !important;
  }

  .references {
    padding: 15px 12px !important;
    gap: 6px 10px !important;
  }

  /* Note + clients sur la même ligne */
  .references .note {
    flex: 0 0 auto !important;
    text-align: center !important;
    font-size: 12px !important;
  }

  .references .note .etoiles {
    font-size: 14px !important;
  }

  .references .clients-satisfaits {
    flex: 0 0 auto !important;
    text-align: center !important;
    font-size: 12px !important;
  }

  .client-lien span {
    font-size: 12px !important;
  }

  /* Logos en dessous, pleine largeur */
  .references .logo-satisfaits {
    flex: 1 1 100% !important;
    width: 100% !important;
    overflow: hidden !important;
    order: 3 !important;
  }

  .references .logo-satisfaits-block {
    margin-top: 25px;
  }

  .references .logo-satisfaits .logo-satisfait img {
    max-height: 20px !important;
    width: auto !important;
  }

  .third-home .container.columns .column {
    padding: 20px 12px;
  }

  .etude-de-cas {
    flex: 0 0 92%;
    padding: 20px 12px;
  }

  .avis {
    flex: 0 0 92%;
    padding: 18px 12px;
  }

  /* Blog articles : même largeur */
  .blog.container .article {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 15px 12px !important;
  }

  .gros-bouton-wrapper {
    padding: 18px 12px;
  }

  .gros-bouton {
    font-size: 15px;
  }

  .eleventh-home .container.boutons-list {
    padding: 0 10px;
  }

  .boutons-list-item {
    font-size: 12px;
    padding: 6px 10px;
  }

  /* ---- FORMULAIRE ---- */

  .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* Fond blanc du formulaire : marge + arrondi */
  .container.bloc-formulaire {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 18px 12px !important;
  }

  .colonne-formulaire {
    padding: 18px 10px 12px !important;
  }

  /* Réduire la hauteur des images de section */
  .home-second .texte-accordeon-image__image img {
    max-height: 200px !important;
    object-fit: cover !important;
  }

  .fifth-home .container .column img {
    max-height: 200px !important;
    object-fit: cover !important;
  }

  .sticker-footer { min-width: max-content; }
}

.colonne-first {
    position: sticky;
    top: 0; /* ajuste selon ta navbar */
    align-self: flex-start; /* indispensable si le parent est en flexbox */
    height: fit-content;
}

/* État replié des cartes */
.colonne-first.is-sticky .sommaire-div .sommaire,
.colonne-first.is-sticky .more,
.colonne-first.is-sticky .newsletter,
.colonne-first.is-sticky .more .articles-lies,
.colonne-first.is-sticky .lecture {
    display: none;
}

/* Titres cliquables en mode sticky */
.colonne-first.is-sticky .sommaire-div{
    cursor: pointer;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

/* Indicateur visuel d'ouverture/fermeture */
.colonne-first.is-sticky .sommaire-div .h3::after,
.colonne-first.is-sticky .contact .h3::after {
    content: ' ＋';
    font-size: 0.85em;
    opacity: 0.5;
}

.colonne-first.is-sticky .sommaire-div.open .h3::after,
.colonne-first.is-sticky .contact.open .h3::after {
    content: ' －';
}

/* Carte ouverte en mode sticky */
.colonne-first.is-sticky .sommaire-div.open .sommaire,
.colonne-first.is-sticky .contact.open .last {
    display: block;
}

.colonne-first .colonne-carte .contact {
    padding-bottom: 20px;
    background: #FFF;
}

.colonne-first .colonne-carte.is-fixed .contact {
    margin-top: 0;
}

.colonne-first .row p {
    font-size: 18px;
    color: #1B1B1B;
}

.colonne-first p.mini {
    color: #1B1B1B;
}

.colonne-first .last a.button {
    background: #FFF;
    color: #1B1B1B;
    border-color: #1B1B1B;
}

.colonne-first .last a.button::after {
    background: #1B1B1B;
}

.colonne-first .last a.button:hover::after {
    background: #FFF;
}

.colonne-carte .sommaire-div {
    color: #fff;
}
.colonne-carte {
    background: #1B1B1B;
}
.colonne-carte li {
    line-height: 140%;
}

.colonne-carte .contact { background: #FFF; }

.colonne-carte li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 100%;
}

.swiper-slide:not(.swiper-slide-visible) {
    opacity: 0;
}

.swiper-slide {
    opacity: 1;
    transition: opacity 0.4s ease;
}



#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {width: 100%;height: 100vh !important;top: 0;left: 0;bottom: 0;position: fixed;max-height: none;border-top: 0 !important;background-color: transparent!important;backdrop-filter: blur(15px);}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border: solid 1px #1B1B1B;
    border-radius: 20px;
    padding: 60px !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    display: flex;
    flex-direction: column;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice * {
    color: #1B1B1B !important;
    font-family: 'DMSans';
    font-size: 18px;
    font-weight: 300;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    padding: 0;
    margin-top: 50px;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    background: white!important;
    border: solid 1px #1B1B1B!important;
    color: #1B1B1B!important;
    padding: 15px 40px 15px 20px!important;
    font-weight: 300!important;
    font-size: 18px!important;
    position: relative;
    transition: ease 0.4s !important;
    box-shadow: initial !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton::after, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton::after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 100%;
    background: #1B1B1B;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: ease 0.4s !important;
}

#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn {
    background: #1B1B1B!important;
    opacity: 1!important;
    border: solid 1px #1B1B1B!important;
    color: #FFF !important;
    transition: ease 0.4s !important;
}

#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn::after {
    background: #FFF!important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
    background: #1B1B1B !important;
    color: white !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover:after, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover:after {
    background: #fff !important;
}

#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:hover {
    color: #1B1B1B !important;
    background: #fff !important;
}

#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:hover::after {
    background: #1B1B1B !important;
}

.moove-gdpr-cookie-notice::before {
    content: "";
    width: 120px;
    height: 120px;
    display: block;
    margin-bottom: 50px;
    background: url('/wp-content/uploads/2026/04/cookies.webp');
    background-size: 100%;
}

.moove-gdpr-cookie-notice p:first-of-type {
    margin-bottom: 20px !important;
}

@media (max-width: 768px) {

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
        padding: 20px !important;
        width: 90% !important;
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice * {
        font-size: 16px !important;
    }

    .moove-gdpr-cookie-notice::before {
        width: 80px !important;
        height: 80px !important;
        margin-bottom: 30px !important;
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
        margin-top: 20px !important;
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
        font-size: 15px !important;
        padding: 8px 35px 8px 15px!important;
    }
}