@charset "UTF-8";
@font-face {
  font-family: 'Segoe';
  src: url('../../assets/fonts/Segoe UI Semilight.ttf') format('ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Segoe';
  src: url('../../assets/fonts/segoeuithis.ttf') format('ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Segoe';
  src: url('../../assets/fonts/Segoe UI Semibold.ttf') format('ttf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Segoe';
  src: url('../../assets/fonts/Segoe UI Bold.ttf') format('ttf');
  font-weight: 700;
  font-style: normal;
}
html, body{
    font-family: 'Segoe', sans-serif !important;
}

.header {
  margin-top: 13px; }
  .header .logo {
    width: 164px; }
  .header .bg-body-tertiary {
    background-color: white !important; }
  .header .navbar .nav-item {
    border-radius: 14px;
    padding: 0px 8px;
    margin: 0px 4px; }
  .header .navbar .navbar-brand {
    margin-right: 90px; }
  .header .navbar .icon-upload {
    width: 200px; }

.section-1 {
  text-align: center; }
  .section-1 .title {
    margin-top: 80px;
    margin-bottom: 50px;
    font-size: 69px;
    font-weight: 800; }
  .section-1 .description {
    font-size: 20px;
    font-weight: 300; }
  .section-1 .buttons {
    display: inline-block;
    margin-top: 60px; }
    .section-1 .buttons .icon-upload {
      width: 200px; }
  .section-1 .subtitle {
    margin-top: 10px;
    font-weight: 300; }

.section-2 {
  margin-top: 100px;
  text-align: center; }
  .section-2 h1 {
    font-size: 20px;
    font-weight: 800; }
  .section-2 .scroll-container {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .section-2 .scroll-content {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth; }
  .section-2 .scroll-content::-webkit-scrollbar {
    display: none; }
  .section-2 .block-1,
  .section-2 .block-2,
  .section-2 .block-3,
  .section-2 .block-4,
  .section-2 .block-5,
  .section-2 .block-6,
  .section-2 .block-7,
  .section-2 .block-8 {
    width: 270px;
    height: 300px;
    margin: 0.7rem;
    background-color: #0d6efd;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center; }
  .section-2 .block-1 {
    background-image: url("../../assets/img/slide-1.png"); }
  .section-2 .block-2 {
    background-image: url("../../assets/img/slide-2.png"); }
  .section-2 .block-3 {
    background-image: url("../../assets/img/slide-3.png"); }
  .section-2 .block-4 {
    background-image: url("../../assets/img/slide-4.png"); }
  .section-2 .block-5 {
    background-image: url("../../assets/img/slide-5.png"); }
  .section-2 .block-6 {
    background-image: url("../../assets/img/slide-6.png"); }
  .section-2 .block-7 {
    background-image: url("../../assets/img/slide-7.png"); }
  .section-2 .block-8 {
    background-image: url("../../assets/img/slide-8.png"); }
  .section-2 .scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 1.5rem;
    z-index: 1;
    width: 40px;
    height: 100%;
    cursor: pointer; }
  .section-2 .scroll-btn-left {
    position: absolute;
    left: 20px;
    top: 140px;
    width: 60px; }
  .section-2 .scroll-btn-right {
    position: absolute;
    right: 20px;
    top: 140px;
    width: 60px; }

.section-3 {
  margin-top: 100px;
  height: 800px;
  vertical-align: top;
  position: relative;
  padding: 0 50px;
  margin-bottom: 50px;
  /* Masquer les images blanches par défaut */
  /* Afficher les images blanches quand le bloc est actif */ }
  .section-3 h1 {
    font-size: 35px;
    text-align: center;
    font-weight: 800; }
  .section-3 .description {
    margin-top: 25px;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    padding: 0px 410px; }
  .section-3 .scroll-container {
    position: relative; }
  .section-3 .bloc {
    margin: 0 8px;
    cursor: pointer; }
    .section-3 .bloc .bloc-content .image-zone-header{
      width: 100%;display: flex; justify-content: center; align-items: center;
    }
    .section-3 .bloc .bloc-content {
      text-align: center;
      width: 100px; }
.section-3 .image-zone {
  width: 55px;
  height: 55px;
  text-align: center;
  display: flex;
  justify-content: center;
}
    .section-3 .bloc .image-zone img {
      height: 100%;
      border-radius: 13px;
      padding: 10px 6px; }
  .section-3 .active img.black {
    display: none;
  }
  .section-3 .active img.white {
    display: block;
  }
  .section-3 .active .image-zone {
    width: 55px;
    height: 55px;
    text-align: center;
    display: flex;
    justify-content: center;
    background: #4B31ED;
    border-radius: 13px; }
  .section-3 .contenu-bloc {
    display: none;
    padding: 20px;
    margin-top: 20px; }
  .section-3 .contenu-bloc.active {
    display: block; }
  .section-3 .nav-arrow {
    font-size: 2rem;
    cursor: pointer;
    color: #0d6efd;
    align-self: center; }
  .section-3 .bloc-container {
    display: flex;
    justify-content: center;
    overflow: hidden; }
  .section-3 .bloc-content img{
    margin-right: 5px;
  }
  .section-3 .col-1.text-center{
    vertical-align: top;
  }
  .section-3 .col-1.text-center img{
    position: absolute;
    top: 270px;
    width: 30px;
    cursor: pointer;
  }
  .section-3 .col-1.text-center #arrow-left{
    left: 150px;
  }
  .section-3 .col-1.text-center #arrow-right{
    right: 150px;
  }
  .section-3 .bloc-content img[src*="-white.png"] {
    display: none; }
  .section-3 .bloc.active .bloc-content img[src*="-black.png"] {
    display: none; }
  .section-3 .bloc.active .bloc-content img[src*="-white.png"] {
    display: inline-block; }
  .section-3 .bloc-content div {
    display: block;
    font-size: 13px;
    text-align: center;
    line-height: 1.2;
    margin-top: 10px; }
  .section-3 .img-check {
    width: 25px !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-right: 15px;
    margin-bottom: -5px; }
  .section-3 .item {
    align-items: center;
    margin-bottom: 30px; }
  .section-3 .content-descriptif-section-3 {
   padding: 5px;
  }
  .section-3 .static-block{
    padding: 40px 40px 40px 20px;
  }
  .section-3 .static-block .btn{
    font-size: 14px;
    padding: 10px 20px;
  }
  .section-3 .static-block .static-block-inner{
    background-color: white;
    border-radius: 15px;
    border: 1px solid rgb(227, 227, 242);
    margin-bottom: 40px;
  }
  .section-3 .static-block .static-block-inner .static-block-inner-content {
    align-items: center;
    justify-content: center;
    vertical-align: top;
    padding: 10px 10px;
    border-bottom: 1px solid rgb(227, 227, 242);
  }
  .section-3 .static-block .static-block-inner .static-block-inner-content p{
    margin-top: 10px;
    font-size: 14px;
    margin-left: -20px;
  }
  .section-3 .static-block .static-block-inner .static-block-inner-content img{
    background-color: transparent;
    width: 35px;
  }
  .section-3 .content-descriptif-section-3 .content-descriptif-section-3-inner{
    border: 1px solid rgb(227, 227, 242);
    border-radius: 15px;
    text-align: left;
    padding-left: 1px;
    background-color: rgba(248, 248, 252, 1);
  }
  .section-3 .content-descriptif-section-3 .content-descriptif-section-3-inner .left-side-descriptif-section-3{
  background-image: url("../../assets/img/white-circle.png");
    background-position: center right;
    padding: 40px;
    border-radius: 15px;
    height: 100%;
  }
  .section-3 .content-descriptif-section-3 .content-descriptif-section-3-inner .left-side-descriptif-section-3 h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .section-3 .content-descriptif-section-3 .content-descriptif-section-3-inner .left-side-descriptif-section-3 p{
    margin-bottom: 25px;
    font-weight: 400;
    padding-right: 100px;
  }
  .section-3 .content-descriptif-section-3 .content-descriptif-section-3-inner .left-side-descriptif-section-3 .see-more a{
   text-decoration: none;
    color: #4B31ED;
    padding-bottom: 2px;
    border-bottom: 1px solid #4B31ED;
  }

.section-4 {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 1000px;
  padding: 100px; }
  .section-4 .scroll-container {
    width: 40vw;
    height: 800px;
    margin: 0 auto;
    transition: transform 0.2s ease;
    transform-origin: center;
    background-image: url("../../assets/img/bg-section-4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 30px;
    overflow: hidden; }

.section-5 {
  background-image: url("../../assets/img/bg-section-5.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 0 0;}
  .section-5 .head {
    text-align: center;
    padding: 10px 359px;
    color: white; }
    .section-5 .head h4 {
      font-size: 15px; }
    .section-5 .head h1 {
      font-size: 45px;
      font-weight: 800; }
    .section-5 .head p {
      font-size: 20px;
      font-weight: 300; }
  .section-5 .content {
    margin-top: 50px;
    color: white; }
    .section-5 .content .blc {
      border: 1px solid white;
      border-radius: 6px;
      padding: 26px 26px 38px 26px;
      height: 470px; }
      .section-5 .content .blc img {
        width: 50px; }
      .section-5 .content .blc h3 {
        font-size: 27px; }
      .section-5 .content .blc p {
        font-size: 15px;
        font-weight: 200;
        margin-top: 15px; }
      .section-5 .content .blc h6 {
        font-size: 12px;
        font-weight: 200;
        margin-top: 28px;
        margin-bottom: 20px; }
.section-5 .buttons {
  text-align: center;
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
  margin-top: 100px; }
.section-5 .buttons .icon-upload {
  margin-right: 20px;
  width: 200px; }

.section-6 {
  background-position: center;
  padding: 80px 0px; }
  .section-6 .head {
    text-align: center;
    padding: 10px 350px;
    margin-bottom: 100px; }
    .section-6 .head h4 {
      font-size: 15px; }
    .section-6 .head h1 {
      font-size: 45px;
      font-weight: 800; }
    .section-6 .head p {
      font-size: 20px;
      font-weight: 300; }
  .section-6 .content {
    position: relative; }
    .section-6 .content h2 {
      font-weight: 700;
      margin-top: 20px; }
    .section-6 .content p {
      font-size: 21px;
      color: #545466;
      font-weight: 500; }
    .section-6 .content ul li {
      font-size: 21px;
      color: #545466;
      font-weight: 500;
      margin-bottom: 10px; }
      .section-6 .content ul li strong {
        color: black; }
    .section-6 .content .en-savoir {
      color: #4B31ED;
      text-decoration: none; }
    .section-6 .content .carousel-inner {
      overflow: inherit !important; }
    .section-6 .content .carousel-prev {
      position: absolute;
      top: 350px; }
    .section-6 .content .carousel-next {
      position: absolute;
      top: 350px;
      right: 234px;
      opacity: 1 !important; }
    .section-6 .content .carousel-control-next:focus,
    .section-6 .content .carousel-control-next:hover,
    .section-6 .content .carousel-control-prev:focus,
    .section-6 .content .carousel-control-prev:hover {
      opacity: 1 !important; }
    .section-6 .content img {
      width: 54px; }
    .section-6 .content .carousel-controls {
      background: gray;
      position: relative;
      padding: 0px 200px; }
  .section-6 .carousel-indicators {
    position: absolute;
    top: 367px; }
  .section-6 .carousel-indicators [data-bs-target] {
    background-color: #4B31ED;
    width: 12px;
    height: 12px;
    border-radius: 50%; }
  .section-6 .carousel-indicators .active {
    background-color: #4B31ED; }
  .section-6 .carousel-indicators [data-bs-target] {
    transition: background-color 0.3s ease; }
  .section-6 #textCarousel .carousel-inner {
    min-height: 350px; }
  .section-6 #textCarousel .carousel-item {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out; }
  .section-6 #textCarousel .carousel-item.active {
    position: relative;
    opacity: 1;
    transition: opacity 0.5s ease-in-out; }

.section-7 {
  margin-top: 80px;
  background-position: center;
  padding: 80px 0px; }
  .section-7 .head {
    text-align: center;
    padding: 10px 350px;
    margin-bottom: 100px; }
    .section-7 .head h4 {
      font-size: 15px; }
    .section-7 .head h1 {
      font-size: 45px;
      font-weight: 800; }
    .section-7 .head p {
      font-size: 20px;
      font-weight: 300;
      margin-top: 30px; }
  .section-7 .content .blc-left {
    padding: 0px 60px; }
    .section-7 .content .blc-left .image-wrapper {
      width: 100%;
      height: auto;
      display: block; }
    .section-7 .content .blc-left .image-wrapper img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover; }
  .section-7 .content .blc-right {
    padding-top: 40px; }
    .section-7 .content .blc-right h4 {
      font-size: 15px; }
    .section-7 .content .blc-right h1 {
      font-size: 45px;
      font-weight: 800; }
    .section-7 .content .blc-right p {
      font-size: 20px;
      font-weight: 300;
      margin-top: 30px; }
    .section-7 .content .blc-right .btn {
      margin-top: 30px; }
  .section-7 .economie-de-la-confiance {
    text-align: center;
    padding: 10px 350px;
    margin-top: 120px; }
    .section-7 .economie-de-la-confiance h4 {
      font-size: 15px; }
    .section-7 .economie-de-la-confiance h1 {
      font-size: 45px;
      font-weight: 800; }
    .section-7 .economie-de-la-confiance p {
      font-size: 20px;
      font-weight: 300;
      margin-top: 30px; }
    .section-7 .economie-de-la-confiance .btn {
      margin-top: 30px; }

.section-8 {
  margin-top: 80px;
  background-position: center;
  padding: 80px 0px;
  background-color: rgb(248, 242, 255);
  padding-bottom: 120px; }
  .section-8 .head {
    text-align: center;
    padding: 10px 250px;
    margin-bottom: 40px; }
    .section-8 .head h4 {
      font-size: 15px;
      color: #4B31ED; }
    .section-8 .head h1 {
      font-size: 45px;
      font-weight: 800; }
    .section-8 .head p {
      font-size: 20px;
      font-weight: 300;
      margin-top: 30px; }
  .section-8 .content .image-wrapper {
    width: 100%;
    height: auto;
    display: block; }
  .section-8 .content .image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; }

.section-9 {
  margin-top: 80px;
  background-position: center;
  padding: 80px 0px;
  padding-bottom: 120px; }
  .section-9 .head {
    text-align: center;
    padding: 10px 250px;
    margin-bottom: 40px; }
    .section-9 .head h4 {
      font-size: 15px; }
    .section-9 .head h1 {
      font-size: 45px;
      font-weight: 800; }
    .section-9 .head p {
      font-size: 20px;
      font-weight: 300;
      margin-top: 30px; }
  .section-9 .content {
    padding-top: 60px; }
    .section-9 .content .testimonial-title {
      text-align: center;
      margin-bottom: 60px; }
    .section-9 .content .slide-nav {
      display: flex;
      justify-content: center;
      gap: 40px;
      margin-bottom: 40px;
      cursor: pointer; }
    .section-9 .content .slide-btn {
      font-size: 1.2rem;
      font-weight: 500;
      color: #aaa;
      border-bottom: 3px solid transparent;
      font-size: 20px;
      width: 260px;
      text-align: center; }
    .section-9 .content .slide-btn.active {
      color: #000;
      font-weight: bold; }
    .section-9 .content .line {
      width: 100%;
      height: 5px;
      background-color: #ccc;
      border-radius: 10px;
      margin-top: 10px;
      position: relative;
      overflow: hidden; }
    .section-9 .content .slide-btn.active .fill {
      height: 100%;
      background-color: #4B31ED;
      animation: fillLine 1s forwards;
      width: 0%; }
    /*.section-9 .content .slide-btn.active .fill {
      width: 100%;
       }*/
    @keyframes fillLine {
      from {
        width: 0%;
      }
      to {
        width: 100%;
      }
    }
    .section-9 .content .testimonial-wrapper {
      overflow: hidden;
      position: relative; }
    .section-9 .content .testimonial-slider {
      display: flex;
      gap: 30px;
      transition: transform 0.5s ease-in-out;
      will-change: transform; }
    .section-9 .content .testimonial-item {
      min-width: 60%;
      background-color: #111;
      color: #fff;
      border-radius: 20px;
      padding: 30px;
      position: relative;
      height: 500px; }
    .section-9 .content .testimonial-item.testimonial-item-cover-1 {
      margin-left: 20%; }
    .section-9 .content .testimonial-item img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      margin-top: 20px; }
    .section-9 .content .testimonial-controls {
      text-align: center;
      margin-top: 20px; }
    .section-9 .content .testimonial-controls button {
      background: none;
      border: none;
      font-size: 2rem;
      color: #333; }
    .section-9 .content .testimonial-item .comment-first {
      margin-top: 100px;
      padding-right: 100px;
    }
    .section-9 .content .testimonial-item .comment-author {
      margin-top: 30px;
      align-items: center; }
    .section-9 .content .testimonial-item .avatar {
      margin-right: 10px;
      margin-top: 0%; }
    .section-9 .content .testimonial-item-cover-1.deactivated {
      background-image: url("../../assets/img/loueurbnb.png");
      background-position: center;
      background-size: cover;
    }
    .section-9 .content .testimonial-item-cover-1 {
      background-image: linear-gradient(
              to right,
              rgba(12, 51, 65, 1), /* gauche */ rgba(12, 51, 65, 0), /* milieu */ rgba(12, 51, 65, 1) /* droite */
      ), url("../../assets/img/loueurbnb.png");
      background-position: center;
      background-size: cover;
    }
    .section-9 .content .testimonial-item-cover-2 {
      background-image: linear-gradient(
              to right,
              rgba(12, 51, 65, 1), /* gauche */ rgba(12, 51, 65, 0), /* milieu */ rgba(12, 51, 65, 1) /* droite */
      ),url("../../assets/img/prestataire-de-menage.png");
      background-position: center;
      background-size: cover;
    }
    .section-9 .content .testimonial-item-cover-2.deactivated {
      background-image: url("../../assets/img/prestataire-de-menage.png");
      background-position: center;
      background-size: cover;
    }
    .section-9 .content .testimonial-item-cover-3 {
      background-image: linear-gradient(
              to right,
              rgba(12, 51, 65, 1), /* gauche */ rgba(12, 51, 65, 0), /* milieu */ rgba(12, 51, 65, 1) /* droite */
      ),url("../../assets/img/homme-a-tout-faire.png");
      background-position: center;
      background-size: cover;
    }
    .section-9 .content .testimonial-item-cover-3.deactivated {
      background-image: url("../../assets/img/homme-a-tout-faire.png");
      background-position: center;
      background-size: cover;
    }
    .section-9 .content .blc-1 {
      border-left: 3px solid #4B31ED;
      padding: 15px 20px 15px 30px;
      margin-bottom: 40px;
      }
      .section-9 .content .blc-1 .title {
        font-weight: 600;
        font-size: 28px; }
      .section-9 .content .blc-1 .text {
        font-size: 14px;
        font-weight: 300; }
    .section-9 .content .blc-2 {
      border-left: 3px solid #1AC55F;
      margin-bottom: 40px;
      padding: 15px 20px 15px 30px;}
      .section-9 .content .blc-2 .title {
        font-weight: 600;
        font-size: 28px; }
      .section-9 .content .blc-2 .text {
        font-size: 14px;
        font-weight: 300; }
    .section-9 .content .blc-3 {
      border-left: 3px solid #1BCDC9;
      padding: 15px 20px 25px 30px; }
      .section-9 .content .blc-3 .title {
        font-weight: 600;
        font-size: 28px; }
      .section-9 .content .blc-3 .text {
        font-size: 14px;
        font-weight: 300; }
    .section-9 .content .blc-content-2 .comment-first {
      margin-top: 150px; }
    .section-9 .content .blc-content-3 .comment-first {
      margin-top: 70px; }
.telecharger-app {
    margin-top: 50px;
  margin-bottom: 50px;
}
  .telecharger-app .container{
    padding: 0 40px}
    .telecharger-app h3 {
      font-size: 45px;
      font-weight: 800;
      margin-bottom: 50px; }
     .telecharger-app .blc img {
      width: 230px; }
    .telecharger-app .blc a {
      color: black;
      text-decoration: none;
      font-weight: 600; }
       .telecharger-app .blc a .icon {
         margin-left: 2px;
        width: 15px; }
    .telecharger-app .blc p {
      margin-top: 10px;
      font-size: 16px; }

.section-10 {
  margin-top: 80px;
  background-position: center;
  padding: 80px 0px;
  padding-bottom: 120px; }
  .section-10 .head {
    text-align: center;
    padding: 10px 250px;
    margin-bottom: 40px; }
    .section-10 .head h2 {
      font-size: 45px;
      font-weight: 800; }
  .section-10 .content .accordion-button:not(.collapsed) {
    color: black !important;
    background-color: white !important; }
  .section-10 .content .accordion-button {
    font-size: 20px; }
  .section-10 .content .accordion-button:not(.collapsed) {
    box-shadow: none !important; }
  .section-10 .content .accordion-item {
    border: none !important; }
  .section-10 .content .accordion-item h3.accordion-header button{
    font-weight: 600}

.btn-primary {
  background-color: #4B31ED !important;
  color: white !important;
  border: none;
  border-radius: 20px; }

/*# sourceMappingURL=style.css.map */
.desktop-only{
  display: block !important;
}
.responsive-only{
  display: none !important;
}
.desktop-only-visibility{
  visibility: visible !important;
}
.responsive-only-visibility{
  visibility: hidden !important;
}


@media (max-width: 600px) {
  .desktop-only{
    display: none !important;
  }
  .responsive-only{
    display: block !important;
  }
  .desktop-only-visibility{
    visibility: hidden !important;
  }
  .responsive-only-visibility{
    visibility: visible !important;
  }
  .section-3 .description {
    text-align: center;
    font-size: 16px;
    padding: 0px 30px; }
  .section-5 .head {
    padding: 10px 0px; }
  .section-10 .head {
    padding: 10px 0px; }
  .section-8 .head {
    padding: 10px 0px;}
  .section-6 .head {
    padding: 10px 0px;
  }
  .section-7 .head {
    padding: 10px 0px;
    margin-bottom: 20px;
  }
  .section-7 .economie-de-la-confiance {
    padding: 10px 0px;
    text-align: left;
  }
  .section-7 .content .blc-left{
    padding: 0 0;
    margin-bottom: 50px;
  }
  .section-9{
    padding: 0 0;
  }
  .section-9 .content .slide-btn{
    font-size: 16px;
  }
  .section-9 .content .testimonial-item{
    margin-left: 20px;
  }
  .section-9 .content .testimonial-item{
    min-width: 90%;
    height: 550px;
  }
  .section-9 .content .testimonial-item-cover-1{
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0 0;
    background-color: white;
    background-image: none;
  }
  .section-9 .content .testimonial-item-cover-2{
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0 0;
    background-color: white;
    background-image: none;
  }
  .section-9 .content .testimonial-item-cover-3{
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0 0;
    background-color: white;
    background-image: none;
  }
  .section-9 .content .testimonial-item-cover-1 .responsive-only{
    color: black;
  }
  .section-9 .content .testimonial-item-cover-1 .comment-first{
    color: grey;
    height: 150px;
  }
  .section-9 .content .testimonial-item-cover-2 .responsive-only{
    color: black;
  }
  .section-9 .content .testimonial-item-cover-2 .comment-first{
    color: grey;
    height: 150px;
  }
  .section-9 .content .testimonial-item-cover-3 .responsive-only{
    color: black;
  }
  .section-9 .content .testimonial-item-cover-3 .comment-first{
    color: grey;
    height: 150px;
  }
  .section-9 .content .blc-3 .title,  .section-9 .content .blc-1 .title,  .section-9 .content .blc-2 .title{
    font-size: 22px;
    color: white;
  }
  .section-9 .content .blc-3 .text, .section-9 .content .blc-1 .text, .section-9 .content .blc-2 .text{
    margin-top: 10px;
    font-size: 10px;
    color: white;
  }
  .section-9 .content .testimonial-item-cover-1 .background{
    background-image: url(../../assets/img/loueurbnb.png);
    background-position: center;
    background-size: cover;
    border-radius: 30px;
    padding: 20px 20px;
    height: 300px;
  }
  .section-9 .content .testimonial-item-cover-2 .background{
    background-image: url(../../assets/img/prestataire-de-menage.png);
    background-position: center;
    background-size: cover;
    border-radius: 30px;
    padding: 20px 20px;
    height: 300px;
  }
  .section-9 .content .testimonial-item-cover-3 .background{
    background-image: url(../../assets/img/homme-a-tout-faire.png);
    background-position: center;
    background-size: cover;
    border-radius: 30px;
    padding: 20px 20px;
    height: 300px;
  }
  .section-9 .content .testimonial-item .comment-first{
    margin-top: 0;
    font-size: 11px;
    padding-left: 10px;
  }
  .section-7 .content .blc-right h4, .section-6 .carousel-item h4, .section-6 .head h4, .section-7 .head h4, .section-7 .economie-de-la-confiance h4, .section-9 .head h4{
    font-size: 10px;
    color: grey;
  }
  .section-9 .head {
    padding: 10px 0px;
  }
  .section-9 .head {
    padding: 10px 0px;
  }
  .section-1 .buttons .icon-upload {
    width: 180px;
  }
  .section-1 {
    margin-top: -120px;
  }

  .section-1 .title {
    font-size: 55px;
  }
  .section-5{
    padding: 40px 0px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-6{
    padding: 40px 0px;
  }
  .section-6 .container{
    height: 700px;
  }
  .section-6 .offset-1{
   margin-left: 0;
  }
  .section-6 .col-10{
   width: 100%;
  }
  .section-6 .head {
    margin-bottom: 50px;
  }
  .section-6 .content h2 {
    font-size: 24px;
  }
  .section-6 .content p, .section-6 .content ul li{
    margin-top: 20px;
    font-size: 16px;
  }
  .section-6 .carousel-indicators, .section-6 .content .carousel-prev, .section-6 .content .carousel-next{
    top: 450px;
  }
  .section-6 .content .carousel-next{
    right: 0;
  }
  .section-6 .content img{
    width: 30px;
  }
  .section-5 .head h4, .section-6 .head h4, .section-7 .head h4, .section-9 .head h4 {
    margin-bottom: 20px;
  }
  .section-5 .head h1, .section-6 .head h1, .section-7 .head h1, .section-7 .content .blc-right h1, .section-7 .economie-de-la-confiance h1, .section-8 .head h1, .section-9 .head h1 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .section-8 .head h1{
    font-size: 29px;
    padding: 0 15px;
  }
  .telecharger-app h2, .section-10 .head h2 {
    font-size: 29px;
    font-weight: 800;
    margin-bottom: 30px;
  }
  .section-5 .head p, .section-6 .head p, .section-7 .head p{
    font-size: 14px;
    padding: 0 20px;
  }
  .section-7 .content .blc-right p, .section-7 .economie-de-la-confiance p, .section-8 .head p, .section-9 .head p {
    font-size: 14px;
  }
  .section-7 .content .blc-right .btn, .section-7 .economie-de-la-confiance .btn{
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
  }
  .section-5 .content .blc{
    margin: 40px
  }
  .section-1 .description {
    font-size: 18px;
    padding: 0 18px;
  }
  .section-1 .subtitle {
    margin-top: 30px;
    font-weight: 300;
    font-size: 13px;
    padding: 0 40px;
  }

  .section-6 .content .carousel-controls {
    padding: 0px 0px;
  }
  .section-2 .container-fluid{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px;
  }
  .section-2 .scroll-btn-left {
    position: absolute;
    left: 20px;
    top: 340px;
    width: 40px;
  }

  .section-2 .scroll-btn-right {
    position: absolute;
    right: 20px;
    top: 340px;
    width: 40px;
  }

  .section-2 .scroll-container {
    padding-bottom: 60px;
  }
  .section-3 h1{
    text-align: center;
  }
  .section-3 .container-fluid{
    padding: 0 0;
  }
  .section-3 .container-fluid .row{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .section-3 {
    margin-top: 30px;
  }

  .section-3 .bloc-content div{
    text-align: center;
    font-size: 10px;
  }
  .section-3 .bloc .bloc-content{
    display: contents;
    text-align: center;
  }
  .section-3 .bloc img{
    padding: 0 0;
  }
  .section-3 .active img {
   /* filter: brightness(0) saturate(100%) invert(1);*/
  }

  .section-4 {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 550px;
    padding: 0px;
  }

  .section-4 .scroll-container {
    width: 40vw;
    height: 650px;
    margin: 0 auto;
    background-size: 80%;
    transition: transform 0.2s ease;
    transform-origin: center;
    background-image: url(../../assets/img/menagere-mobile.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: contain;*/
    border-radius: 30px;
    overflow: hidden;
  }
  .telecharger-app a{
    color: black;
    text-decoration: none;
  }
  .telecharger-app .blc{
    margin-top: 40px;
  }
}

