.contentToCenter {
  max-width: 1140px;
  margin: auto;
  padding: 1px 4px;
}

.mainTitle h1, .mainTitle h2 {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin: 40px auto;
  font-weight: bold;
  padding: 2%;
}

  .mainTitle h1:before, .mainTitle h2:before {
    content: "";
    position: absolute;
    left: 34.5%;
    bottom: 0;
    height: 1px;
    width: 30%;
    border-bottom: 1px solid #d96a39;
  }

  .mainTitle h1:after, .mainTitle h2:after {
    content: "";
    position: absolute;
    left: 47.5%;
    bottom: -2px;
    width: 5%;
    border-bottom: 6px solid #d96a39;
  }



/*HEADER*/

.header {
  background-image: url('/images/Persona/bg-comptables.png');
  background-size: cover;
  background-position: right;
  color: white;
  padding: 3%;
}

  .header .header-content .header-descriptions {
    display: flex;
    flex-wrap: wrap;
  }

    .header .header-content .header-descriptions .headerTitles {
      min-width: 350px;
      max-width: 550px;
      margin-top: 60px;
    }

    .header .header-content .header-descriptions .headerPrices {
      border: 10px solid rgba(50, 150, 255, 0.1);
      border-radius: 50%;
      height: fit-content;
      padding: 24px;
      margin: auto;
    }

      .header .header-content .header-descriptions .headerPrices .dashedBorder {
        border: 2px dashed rgba(50, 150, 255, 0.5);
        border-radius: 50%;
        height: fit-content;
        padding: 20px;
      }

      .header .header-content .header-descriptions .headerPrices .solidBorder {
        border: 2px solid rgba(50, 150, 255, 0.8);
        border-radius: 50%;
        height: fit-content;
        padding: 16px;
      }

      .header .header-content .header-descriptions .headerPrices .headerPricesContent {
        min-width: 150px;
        text-align: center;
        background: linear-gradient(45deg, #d96a39 50%, orange 100%);
        width: 175px;
        height: 175px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
      }

      .header .header-content .header-descriptions .headerPrices .headerPricesNumber {
        display: flex;
        align-items: flex-start;
      }

        .header .header-content .header-descriptions .headerPrices .headerPricesNumber .priceNumber {
          font-size: 59px;
          margin: -6px 0;
        }

        .header .header-content .header-descriptions .headerPrices .headerPricesNumber .dollar {
          font-size: 36px;
        }

    .header .header-content .header-descriptions .headerTitles h1 {
      color: white;
      font-weight: bold;
      line-height: 40px;
    }

    .header .header-content .header-descriptions .headerTitles p {
      max-width: 480px;
    }

  .header .header-content .header-try {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 584px;
    flex-wrap: wrap;
  }

    .header .header-content .header-try .inputText {
      max-width: 280px;
    }

    .header .header-content .header-try .inputButton {
      max-width: 280px;
    }

/*Mobile version*/
@media screen and (max-width: 855px) {

  .header .header-content {
    text-align: center;
  }

    .header .header-content .header-descriptions .headerTitles {
      margin: auto;
    }

    .header .header-content .header-try {
      margin: 20px auto;
    }
}

/*POURQUOI*/

.sectionPourquoi .sectionPourquoi-content .sectionPourquoi-description {
  text-align: center;
  margin: 40px auto;
  padding: 0 20px;
}

.sectionPourquoi .sectionPourquoi-content .sectionPourquoi-description div {
  margin-top: 20px;
}

.sectionPourquoi .sectionPourquoi-content .sectionPourquoi-cards {
  text-align: center;
  margin: 40px auto 20px;
  padding: 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

  .sectionPourquoi .sectionPourquoi-content .sectionPourquoi-cards .sectionPourquoi-card {
    text-align: center;
    background: linear-gradient(45deg, #d96a39 0%, orange 100%);
    width: 350px;
    height: 350px;
    border-radius: 5%;
    color: white;
    margin: 10px 0;
    padding: 2%;
  }

    .sectionPourquoi .sectionPourquoi-content .sectionPourquoi-cards .sectionPourquoi-card .card-icon {
      margin: auto;
      margin-top: 20px;
      height: 100px;
      width: 100px;
      display: flex;
      align-items: center;
    }

      .sectionPourquoi .sectionPourquoi-content .sectionPourquoi-cards .sectionPourquoi-card .card-icon img {
      }

    .sectionPourquoi .sectionPourquoi-content .sectionPourquoi-cards .sectionPourquoi-card .card-title {
      font-size: 30px;
      font-weight: bold;
      margin: 20px;
    }


/*AVANTAGES*/

.sectionAvantages {
  background-color: rgba(0,0,0,.05);
}

  .sectionAvantages .sectionAvantages-content .sectionAvantages-cards {
    text-align: center;
    margin: 40px auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

    .sectionAvantages .sectionAvantages-content .sectionAvantages-cards .sectionAvantages-card {
      text-align: left;
      margin: 32px 0;
      padding: 0 2px;
      display: flex;
      flex-wrap: wrap;
    }

      .sectionAvantages .sectionAvantages-content .sectionAvantages-cards .sectionAvantages-card .sectionAvantages-card-icon {
        margin-right: 40px;
        width: 80px;
      }

      .sectionAvantages .sectionAvantages-content .sectionAvantages-cards .sectionAvantages-card .sectionAvantages-card-content {
        max-width: 325px;
      }

        .sectionAvantages .sectionAvantages-content .sectionAvantages-cards .sectionAvantages-card .sectionAvantages-card-content .card-content-title {
          font-size: 32px;
          font-weight: bold;
          line-height: 32px;
          margin-bottom: 14px;
        }

        .sectionAvantages .sectionAvantages-content .sectionAvantages-cards .sectionAvantages-card .sectionAvantages-card-content .card-content-description {
        }

/*Mobile version*/
@media screen and (max-width: 545px) {

  .sectionAvantages .sectionAvantages-content .sectionAvantages-cards .sectionAvantages-card {
    justify-content: center;
    text-align: center;
  }

    .sectionAvantages .sectionAvantages-content .sectionAvantages-cards .sectionAvantages-card .sectionAvantages-card-icon {
      margin: 22px 22px;
    }
}


/*ESSAI*/
.sectionEssai .sectionEssai-content {
  color: white;
  text-align: center;
  padding: 2%;
}

  .sectionEssai .sectionEssai-content > div {
    margin: 20px 0;
  }

  .sectionEssai .sectionEssai-content .sectionEssai-title {
    font-size: 36px;
    font-weight: bold;
  }

  .sectionEssai .sectionEssai-content .sectionEssai-description {
    font-size: 20px;
  }

  .sectionEssai .sectionEssai-content .sectionEssai-debuter {
  }

    .sectionEssai .sectionEssai-content .sectionEssai-debuter > a {
      background-color: black;
    }


/*DISCUSSION*/

.sectionDiscussion {
  margin: 20px 0;
}

  .sectionDiscussion .sectionDiscussion-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

    .sectionDiscussion .sectionDiscussion-content > div {
      margin: 2%;
    }

    .sectionDiscussion .sectionDiscussion-content .sectionDiscussion-icon {
      font-size: 72px;
      margin-right: 20px;
      color: #d96a39;
    }

    .sectionDiscussion .sectionDiscussion-content .sectionDiscussion-text .sectionDiscussion-title {
      font-size: 24px;
      font-weight: bold;
    }

    .sectionDiscussion .sectionDiscussion-content .sectionDiscussion-button > a {
      display: inline-block;
      max-width: 300px;
      padding: 0 18px;
      height: auto;
      text-align: center;
      background-color: white;
      color: #d96a39;
      font-size: 18px;
      font-weight: bold;
      border: 2px solid #d96a39;
      text-transform: uppercase;
    }

/*Mobile version*/
@media screen and (max-width: 577px) {

  .sectionDiscussion .sectionDiscussion-content {
    text-align: center;
  }
}

.testimonialContainer .carouselContainer {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1140px;
}

.testimonialContainer .carousel {
  display: flex; /* Establishes a flex container */
  flex-wrap: nowrap; /* Prevents flex items from wrapping */
 
  width: 100%; /* Ensures the container spans the full width */
  margin: 0 auto; /* Centers the carousel */
}

.testimonialContainer .carousel-track {
  display: flex; /* Each track is also a flex container */
  flex: 0 0 auto; /* Prevents the track from growing or shrinking */
  white-space: nowrap; /* Prevents wrapping of inline elements */
  /* No explicit width set here; it will be determined by the content */
}

.testimonialContainer .carousel-logo {
  flex: 0 0 auto; /* Prevents the logos from growing or shrinking */
  max-width: 150px; /* Maximum width for all logos */
  height: auto; /* Height adjusts to maintain aspect ratio */
  object-fit: contain; /* Ensures logos maintain their aspect ratio */
  margin: 0 20px; /* Space between logos */
  /* Other properties as needed */
}


@keyframes scrollTestimonial {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%); /* Supposons que 50% est la longueur totale d'un ensemble de logos */
  }
}

.testimonialContainer .carousel-logo:hover {
  opacity: 0.5; /* Effet d'opacité lors du survol des logos */
}
