.home nav {
	background: linear-gradient(89.71deg, rgba(201, 201, 201, 0.1) 1.89%, rgba(217, 216, 215, 0.1) 49.34%, rgba(208, 208, 208, 0.1) 97.72%);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.home h1 {
	text-align: center;
	max-width: 900px;
	color: white;
	margin: auto;
}

.home h2 strong {
    display: block;
}

.home .home-first .button {
	margin-top: 50px;
}

.home svg {
    width: 100%;
    margin-top: -270px;
}
.bulle-container {
    position: relative;
    width: 100%;
    height: 330px;
    pointer-events: none;
    z-index: 0;
    max-width: 1300px;
    margin: auto;
}

.bulle {
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.9;
}

.bulle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



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

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

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

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

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

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

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

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

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

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

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

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

.home .references {
	margin-top: -40px;
}

.home .section.home-first {
    overflow: hidden;
    background: #8f86fa;
    background-color: #8f86fa;
    background-image: linear-gradient(to right, #dfddd51a 2px, transparent 2px), linear-gradient(to bottom, #dfddd51a 2px, transparent 2px);
    background-size: 103px 103px;
    background-position: 41px 25px;
    width: 100%;
    padding-bottom: 100px;
    padding-top: 150px;
}

.home .section.home-first .button {
    z-index: 2;
    position: relative;
}

.home .home-second {
    padding-bottom: 75px;
    padding-top: 150px;
}

.home .third-home .columns {
    gap: 23px;
    align-items: baseline;
}

.third-home a {
    text-decoration: none;
}

.home .third-home {
    padding-top: 75px;
    padding-bottom: 150px;
    position: relative;
}

.home .third-home::before {
    content: "";
    width: 100%;
    display: block;
    height: 156px;
    background: url(../img/section-3-home.png) no-repeat;
    background-position: right;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}

.home .third-home .column {
    padding: 67px 30px;
    border-radius: 20px;
    background: #f4ebff;
    margin: 0;
}

.home .third-home .column li::before {
    content: "N";
    font-family: 'icones';
    font-size: 15px;
    margin-right: 26px !important;
    display: inline-block;
}

.home .third-home .column li::marker {
    content: none;
}

.home .third-home .list li {
    margin-bottom: 20px;
    display: flex;
    line-height: 160%;
}

.home .third-home h3 {
    margin-bottom: 40px;
    font-weight: bold;
}

.home .fourth-home .buttons { margin-top: 50px; }

.home .fourth-home .buttons .button a:hover span {
    color: #1B1B1B;
}

.home .fourth-home .buttons .button a:hover::after {
    background: #1B1B1B;
}

.home .fourth-home .buttons .button a::before {
    background: white;
}

.home .fourth-home .avis-block {
    margin-top: 100px;
}

.home .fourth-home h2 strong {
    display: inline;
}

.home .fourth-home h2 {
    color: white;
}

.home .fourth-home {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow-x: hidden;
}

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

.home .fifth-home {
    padding-top: 150px;
    padding-bottom: 75px;
}

.home .sixth-home {
    padding-top: 75px;
    padding-bottom: 150px;
}

.home .seventh-home {
    padding-top: 100px;
    overflow-x: hidden;
    position: relative;
    padding-bottom: 100px;
}

.home .seventh-home h2 {
    color: white;
}

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


.home .eighth-home {
    padding-top: 150px;
    padding-bottom: 75px;
}

.home .eighth-home h2 strong {
    display: inline;
}

.home .eighth-home .columns { gap: 70px; }

.home .eighth-home .buttons {
    margin-top: 50px;
}

.home .nineth-home .buttons {
    margin-top: 50px;
}

.home .nineth-home {
    padding-top: 75px;
    padding-bottom: 75px;
}

.home .tenth-home {
    padding-top: 75px;
    padding-bottom: 75px;
}

.home .eleventh-home {
    padding-top: 75px;
    padding-bottom: 150px;
}


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

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

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

.etude-de-cas:hover {
    background: #fff;
    color: #8f86fa;
}

.etude-de-cas:hover::before {
    background: #f1ebfd;
    color: #8f86fa;
}

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

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

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

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

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

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

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

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

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

.avis__note {
    margin-bottom: 8px;
}

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

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

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

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

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

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

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

.team-block-slider .team-block {    
    align-items: center;
    animation: dist_slide-right__A_l75 55s linear infinite;
    display: flex;
    justify-content: center;
    gap: 22px
}

.team-block-slider {
    display: flex;
    gap: 22px;
}

.team-block-slider:hover .team-block {
    animation-play-state: paused;
}

.courbe-color {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    animation: draw-half 2s ease forwards;
}

@keyframes draw-half {
    to {
        stroke-dashoffset: 1000; /* 2000 / 2 = s'arrête à mi-chemin */
    }
}

@media (max-width: 1024px) {
    .home .eleventh-home {
        padding-top: 45px;
        padding-bottom: 100px;
    }
    .home .tenth-home {
        padding-top: 45px;
        padding-bottom: 35px;
    }
    .home .nineth-home {
        padding-top: 45px;
        padding-bottom: 35px;
    }
    .home .eighth-home {
        padding-top: 70px;
        padding-bottom: 35px;
    }
    .home .sixth-home {
        padding-top: 30px;
        padding-bottom: 75px;
    }
    .home .fifth-home {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .home .fourth-home, .home .seventh-home {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .home .third-home {
        padding-bottom: 70px;
        padding-top: 50px;
    }
    .home .home-second {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .home .fourth-home .avis-block {
        margin-top: 50px;
    }

    .home .third-home::before {
        transform: none;
        margin-top: -75px;
        margin-bottom: 50px;
        background-size: 100% 100%;
        width: 230px;
        height: 86px;
        right: 0;
        top: 30px;
    }

    .home .third-home h2 {order: -1;}

    .home .third-home {
        display: flex;
        flex-direction: column;
    }

    .third-home .container.columns .column {
        padding: 60px 30px;
    }

    .home .home-first .buttons{
        margin-bottom: 150px;
    }

    .home h1 { padding: 0 25px; }

    .third-home .column {
      cursor: pointer;
      position: relative;
    }

    .third-home .column h3.heading {
        position: initial;
    }

    .third-home .column h3.heading::after {
      content: "M";
      font-family: "icones";
      position: absolute;
      right: 50%;
      bottom: 30px;
      transform: translate(-50%, -50%);
      transition: transform 0.3s ease;
      font-size: 16px;
    }

    .third-home .column.is-open h3.heading::after {
      transform: translateY(-50%) rotate(180deg);
    }

    .third-home .column ul.list {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: max-height 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                  opacity 0.3s ease,
                  margin 0.4s ease;
      margin-top: 0;
      margin-bottom: 0;
    }

    .third-home .column.is-open ul.list {
      max-height: 600px;
      opacity: 1;
      margin-top: 20px;
    }
    .section.fifth-home .columns {
        flex-direction: column-reverse !important;
    }

    .section.fifth-home .column img, .section.fifth-home .column figure {
        width: 100%;
    }
}