@charset "UTF-8";

@font-face {
    font-family: 'Segoe';
    src: url('../../assets/fonts/Segoe UI Semilight.ttf') format('truetype');

    font-style: normal;
}

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

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

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

html, body {
    font-family: 'Segoe', sans-serif !important;
    font-weight: 400;
}

.header {
    margin-top: 13px;
}

.header .logo {
    width: 164px;
}

.header .bg-body-tertiary {
    background-color: white !important;
}

.header .navbar .nav-item {
    border-radius: 14px;
    padding: 0 8px;
    margin: 0 4px;
}

.header .navbar .nav-item:hover {
    background-color: #EDF1FF !important;
}

.header .navbar .nav-item a:hover {
    color: #5E4FF1 !important;
}

.ntk-client:hover .ntk-client-title {
    cursor: pointer;
    color: #5E4FF1 !important;
}

.ntk-client a {
    text-decoration: none;
    color: unset !important;
}

.ntk-client-title {
    font-weight: 600;
}

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

}

.section-1 .buttons {
    display: inline-block;
    margin-top: 60px;
}

.section-1 .buttons .icon-upload {
    width: 200px;
}

.section-1 .subtitle {
    margin-top: 10px;
    color: #676878;
}

.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: 330px;
    margin: 0.7rem;
    background-color: white;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease,
    box-shadow 0.3s ease;
    transform-origin: center;
}

.section-2 .block-1 {
    width: 270px;
    height: 330px;
    background-image: url("../../assets/img/slide-1.png");
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease;
    will-change: transform;
    z-index: 1;
    position: relative;
}


.section-2 .block-1:hover,
.block-2:hover,
.block-3:hover,
.block-4:hover,
.block-5:hover,
.block-6:hover,
.block-7:hover,
.block-8:hover {
    transform: scale(1.07);
}


.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;
    cursor: pointer;
    z-index: 10;
}

.section-2 .scroll-btn-right {
    position: absolute;
    right: 20px;
    top: 140px;
    width: 60px;
    cursor: pointer;
    z-index: 10;
}

.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 h2 {
    font-size: 35px;
    text-align: center;
    font-weight: 800;
}

.section-3 .description {
    margin-top: 25px;
    font-size: 20px;
    text-align: center;

    padding: 0 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;
    padding-left: 5px;
}

.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: 280px;
    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: 0 10px;
    border-bottom: 1px solid rgb(227, 227, 242);
    height: 60px;
}

.section-3 .static-block .static-block-inner .static-block-inner-content p {
    font-size: 14px;
    margin-left: -20px;
    margin-bottom: 0;
    height: 60px;
    display: flex;
    align-items: center;
}

.section-3 .static-block .static-block-inner .static-block-inner-content img {
    padding-top: 10px;
    background-color: transparent;
    margin-top: 10px;
    margin-left: 10px;
    width: 20px;
}

.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;
  padding            : 80px 0px;
}

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

}

.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 {
    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 {
    color: #676878;
    font-size: 15px;
}

.section-5 .head h2 {
    font-size: 45px;
    font-weight: 800;
}

.section-5 .head p {
    font-size: 20px;

}

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

.section-6 .head {
    text-align: center;
    padding: 10px 350px;
    margin-bottom: 100px;
}

.section-6 .head h4, .section-6 .content .container .carousel .carousel-inner .carousel-item .row .col-md-6 > span {
    color: #676878;
    font-size: 15px;
}

.section-6 .head h1 {
    font-size: 45px;
    font-weight: 800;
}

.section-6 .head p {
    font-size: 20px;

}

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

.section-7 .head {
    text-align: center;
    padding: 10px 350px;
    margin-bottom: 100px;
}

.section-7 .head h4 {
    color: #676878;
    font-size: 15px;
}

.section-7 .head h1 {
    font-size: 45px;
    font-weight: 800;
}

.section-7 .head p {
    font-size: 20px;

    margin-top: 30px;
}

.section-7 .content .blc-left {
    padding: 0 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;

    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;

    margin-top: 30px;
}

.section-7 .economie-de-la-confiance .btn {
    margin-top: 30px;
}

.section-8 {
    margin-top: 80px;
    background-position: center;
  background-color: rgb(248, 242, 255);
  padding: 80px 0 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;

    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;

  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 .fill {
  height          : 100%;
  background-color: #4B31ED;
  transition      : width 0.4s ease;
  width           : 0%;
}

.section-9 .content .slide-btn.active .fill {
  width: 30%;
}



.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       : 49%;
  background-color: #111;
  color           : #fff;
  border-radius   : 20px;
  padding         : 30px;
  position        : relative;
  margin-left     : 60px;
  height          : 420px;
}

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

.section-9 .content .testimonial-item .comment-author {
  margin-top : 20px;
  align-items: center;
}

.section-9 .content .testimonial-item .avatar {
  margin-right: 10px;
  margin-top  : 0%;
}

.section-9 .content .testimonial-item-cover-1 {
  background-image   : url("../../assets/img/loueurbnb.png");
  background-position: center;
  background-size    : cover;
}

.section-9 .content .testimonial-item-cover-2 {
  background-image   : url("../../assets/img/prestataire-de-menage.png");
  background-position: center;
  background-size    : cover;
}

.section-9 .content .testimonial-item-cover-3 {
  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     : 7px;
  padding-left: 30px;
  margin-top  : 12px;
}

.section-9 .content .blc-1 .title {
  font-weight: 600;
  font-size  : 28px;
}

.section-9 .content .blc-1 .text {
  font-size  : 14px;

}

.section-9 .content .blc-2 {
  border-left : 3px solid #1AC55F;
  padding     : 7px;
  padding-left: 30px;
  margin-top  : 20px;
}

.section-9 .content .blc-2 .title {
  font-weight: 600;
  font-size  : 28px;
}

.section-9 .content .blc-2 .text {
  font-size  : 14px;

}

.section-9 .content .blc-3 {
  border-left : 3px solid #1BCDC9;
  padding     : 7px;
  padding-left: 30px;
  margin-top  : 20px;
}

.section-9 .content .blc-3 .title {
  font-weight: 600;
  font-size  : 28px;
}

.section-9 .content .blc-3 .text {
  font-size  : 14px;

}

.section-9 .content .blc-content-2 .comment-first {
  margin-top: 150px;
}

.section-9 .content .blc-content-3 .comment-first {
  margin-top: 70px;
}

.section-9 .telecharger-app {
  margin-top: 120px;
}

.section-9 .telecharger-app h3 {
  font-size    : 30px;
  font-weight  : 800;
  margin-bottom: 50px;
}

.section-9 .telecharger-app .blc img {
  width: 200px;
}

.section-9 .telecharger-app .blc a {
  color          : black;
  text-decoration: none;
  font-weight    : 600;
}

.section-9 .telecharger-app .blc a .icon {
  width: 25px;
}

.section-9 .telecharger-app .blc p {
  margin-top: 10px;
  font-size : 16px;
}
*/


.section-9 {
    margin-top: 80px;
    background-position: center;
  padding: 80px 0 120px;
}

.section-9 .head {
    text-align: center;
    padding: 10px 250px;
    margin-bottom: 40px;
}

.section-9 .head h4 {
    color: #676878;
    font-size: 15px;
}

.section-9 .head h1 {
    font-size: 45px;
    font-weight: 800;
}

.section-9 .head p {
    font-size: 20px;

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

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

}

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

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

.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 0 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;
    font-weight: 600;
}

.section-10 .content .accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.section-10 .content .accordion-item {
    border: none !important;
}

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

.menu-container-desktop {
    display: inherit;
}

.menu-container-mobile {
    display: none;
}

.section-11 {
    margin-top: 60px;
    border-top: 1px solid #5E4FF1;
}

.section-11 ul {
    display: flex;
    list-style: none;
    margin: auto;
    padding: 6px 0;
}

.section-11 ul li {
    margin-right: 30px;
    width: 25%;
    text-align: center;
    border-left: 1px solid lightgrey;
}

.section-11 ul li .support,
.section-11 ul li .evolution,
.section-11 ul li .securite {
    width: 30px;
}

footer {
    background-color: #5E4FF1;
    color: white;
    padding: 88px 0 30px 0;
}

footer ul li {
    margin-bottom: 15px;
}

footer h6 {
    font-weight: bold;
    margin-bottom: 22px;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid #ffffff59;
    border-bottom: 1px solid #ffffff59;
}

.footer-bottom .copyright {
    color: white;
}

.footer-bottom .copyright a {
    color: white;
    margin-left: 50px;
}

.footer-bottom img {
    width: 200px;
    margin-right: 20px;
}
.desktop-only-inline {
    display: inline !important;
}

.section-3 .item div {
    color: #676878;
}

footer .conditions{
    padding: 20px 50px;
    font-size: 14px;
    text-align: center;
    color: #99ABE8;
}

footer .entretien-menage{
    width: 30px;
}

footer .social-customize img{
    width: 28px;
    margin-right: 10px;
    height: 28px;
    margin-bottom: 50px;
}

.section-7 .head h2, .section-6 .head h2 {
    font-weight: bold;
}


@media (max-width: 600px) {
    html, body{
        overflow-x: hidden;
    }
    .desktop-only {
        display: none !important;
    }
    .desktop-only-inline {
        display: none !important;
    }

    .responsive-only {
        display: block !important;
    }

    .desktop-only-visibility {
        visibility: hidden !important;
    }

    .responsive-only-visibility {
        visibility: visible !important;
    }
    footer .conditions{
        padding: 30px 10px;
        font-size: 10px;
        text-align: center;
        color: #99ABE8;
    }
    .section-1 .buttons {
        margin-top: 20px;
    }

    .header{
        margin-top: 0;
        padding: 0 20px;
    }

    .menu-container-desktop {
        display: none;
    }
    .telecharger-app .blc img{
        width: 150px;
        margin-bottom: 20px;
    }
    .telecharger-app .blc .icon{
        margin-bottom: 0;
    }
    .section-3 .description {
        text-align: center;
        font-size: 20px;
        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: 17px;
    }

    .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, .section-6 .content .container .carousel .carousel-inner .carousel-item .row .col-md-6 > span {
        font-size: 15px;
        color: #676878;
    }

    .section-9 .head {
        padding: 10px 0px;
    }

    .section-9 .head {
        padding: 10px 0px;
    }

    .section-1 .buttons .icon-upload {
        width: 180px;
    }

    .section-1 {
        margin-top: 20px;
    }

    .section-1 .title {
        font-size: 45px;
        padding: 0 50px;
        line-height: 1.3;
    }

    .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-6 .head h4, .section-7 .head h4, .section-9 .head h4, .section-6 .content .container .carousel .carousel-inner .carousel-item .row .col-md-6 > span{
        margin-bottom: 20px;
        color: #676878;
    }

    .section-5 .head h4 {
        margin-bottom: 20px;
        color: #D9D9D9;
    }

    .section-5 .head h1, .section-6 .head h2, .section-7 .head h2, .section-7 .content .blc-right h1, .section-7 .economie-de-la-confiance h1, .section-8 .head h1, .section-9 .head h1 {
        font-size: 35px;
        margin-bottom: 30px;
    }
    .section-7 .head h2, .section-6 .head h2{
        font-weight: bold;
    }
    .section-8 .head h1 {
        font-size: 35px;
        padding: 0 15px;
    }

    .telecharger-app h2, .section-10 .head h2 {
        font-size: 35px;
        font-weight: 800;
        margin-bottom: 30px;
    }

    .section-10 .content .accordion-button {
        font-weight: 600;
    }

    .section-5 .head p, .section-6 .head p, .section-7 .head p {
        font-size: 20px;
        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: 20px;
    }

    .section-7 .content .blc-right .btn, .section-7 .economie-de-la-confiance .btn {
        width: 100%;
        font-size: 16px;
        padding: 10px 0;
    }

    .section-5 .content .blc {
        margin: 40px
    }

    .section-1 .description {
        font-size: 20px;
        padding: 0 18px;
        margin-top: 40px;
    }
    .section-1 .title{
        margin-top: 0;
    }
    .section-1 .subtitle {
        margin-top: 30px;
        font-size: 16px;
        padding: 0 40px;
        color: #676878;
    }

    .section-6 .content .carousel-controls {
        padding: 0px 0px;
    }
    .section-2 {
        margin-top: 50px;
    }
    .section-2 .container-fluid {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 50px;
    }

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

    .section-2 .scroll-btn-right {
        position: absolute;
        right: 20px;
        top: 370px;
        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 .container-fluid .row .col-md-5{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .section-3 {
        margin-top: 30px;
        padding: 0 0;
        margin-bottom: 300px;
    }

    .section-3 .static-block .btn {
        font-size: 13px;
        padding: 8px 20px;
        margin-bottom: 20px;
    }

    .section-3 .static-block .static-block-inner {
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .section-3 .contenu-bloc .offset-1 {
        margin-left: 0;
    }

    .section-3 .static-block .static-block-inner .static-block-inner-content {
        padding: 0 10px;
        height: 50px;
    }

    .section-3 .content-descriptif-section-3 .content-descriptif-section-3-inner .left-side-descriptif-section-3 {
        background-color: white;
        padding: 15px 0;
    }

    .section-3 .content-descriptif-section-3 .content-descriptif-section-3-inner .left-side-descriptif-section-3 h3 {
        font-size: 26px;
        text-align: center;
    }

    .section-3 .content-descriptif-section-3 .content-descriptif-section-3-inner .left-side-descriptif-section-3 p {
        text-align: center;
        width: 100%;
        padding: 5px 1px;
        font-size: 18px;
    }

    .section-3 .contenu-bloc .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .section-3 .contenu-bloc .container .col-md-10 {
        padding-right: 0;
        padding-left: 0;
    }

    .section-3 .item {
        width: 40%;
        position: relative;
        vertical-align: top;
        margin-right: 5%;
        margin-left: 5%;
    }

    .section-3 .static-block .static-block-inner .static-block-inner-content img {
        width: 20px;
        margin-right: 0;
        margin-left: -10px;
        margin-top: 7px;
    }

    .section-3 .static-block {
        padding: 10px;
        text-align: center;
        border-radius: 20px;
        background-color: rgba(248, 248, 252, 1);
    }

    .section-3 .static-block .static-block-inner .static-block-inner-content p {
        font-size: 13px;
        margin-left: -20px;
        text-align: left;
        margin-bottom: 0;
        display: flex;
        height: 50px;
        align-items: center;
    }

    .section-3 .content-descriptif-section-3 .content-descriptif-section-3-inner .left-side-descriptif-section-3 .see-more {
        display: none;
    }

    .section-3 .item-list .item.d-flex:nth-of-type(3) {
        display: none !important;
    }

    .section-3 .item-list {
        display: flex;
    }

    .section-3 .item div {
        text-align: center;
        font-size: 15px;
        color: #676878;
    }

    .section-3 .img-check {
        display: none;
        width: 16px !important;
        margin-right: 3px;
    }

    .section-3 .content-descriptif-section-3 {
        padding: 0;
    }

    .section-3 .contenu-bloc {
        display: none;
        padding: 20px 0;
    }

    .section-3 .bloc-content div {
        text-align: center;
        font-size: 12px;
    }

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

    .section-5 .buttons .icon-upload {
        width: 170px;
    }
    .section-7 {
        margin-top: 250px;
    }

    .telecharger-app a {
        color: black;
        text-decoration: none;
    }

    .telecharger-app .blc {
        margin-top: 40px;
    }

    .section-9 .content .testimonial-item.testimonial-item-cover-1 {
        margin-left: 20px;
    }

    .section-9 .content .testimonial-item-cover-1.deactivated {
        background: transparent;
    }

    .section-9 .content .testimonial-item-cover-2.deactivated {
        background: transparent;
    }

    .section-9 .content .testimonial-item-cover-3.deactivated {
        background: transparent;
    }

    .section-3 .col-1.text-center #arrow-left {
        left: 15px;
    }

    .section-3 .col-1.text-center #arrow-right {
        right: 15px;
    }

    .section-3 .col-1.text-center img {
        top: 490px;
    }

    .section-3 .bloc-container {
        width: 100%;
        overflow-x: auto;
        scroll-behavior: smooth;
    }

    .section-3 .col-1.text-center img {
        width: 20px;
    }

    .section-3 .content-descriptif-section-3 .content-descriptif-section-3-inner{
        background-color: white;
    }

    .menu-container-mobile {
        padding: 20px;
        max-width: 400px;
        margin: 0 auto;
    }
    .menu-container-mobile {
        display: inline;
    }

    .menu-container-mobile .logo {
        width: 120px;
    }

    .menu-container-mobile .icon-menu-close {
        margin-top: -7px;
        width : 35px;
        cursor: pointer;
        height: 35px;
    }

    .menu-container-mobile .icon-expand-arrow {
        width : 18px;
        height: 18px;
    }

    .menu-container-mobile .menu-logo {
        display        : flex;
        justify-content: space-between;
    }

    .icon-expand-arrow {
        transition: transform 0.3s ease;
    }

    .icon-expand-arrow.open {
        transform: rotate(180deg);
    }


    .logo {
        font-size    : 24px;
        font-weight  : bold;
        margin-bottom: 20px;
    }

    .menu {
        list-style  : none;
        padding-left: 0;
    }

    .menu li {
        margin   : 5px 0;
        font-size: 22px;
    }

    .menu li img{
        width: 170px;
    }

    .menu .title {
        display        : flex;
        justify-content: space-between;
        cursor         : pointer;
        font-weight    : 400;
        font-size      : 20px;
        align-items    : center;
        margin-top     : 20px;
    }

    .submenu {
        list-style  : none;
        padding-left: 20px;
        display     : none;
    }

    .arrow {
        transform : rotate(0deg);
        transition: transform 0.3s ease;
    }

    .arrow.open {
        transform: rotate(180deg);
    }

    .submenu li {
        font-weight: normal !important;
        margin-top : 22px;
        color      : #666;
    }
    .submenu li a{
        color      : #666;
        text-decoration: none;
    }

    .submenu .title {
        font-size: large;
    }

    .submenu .subtitle {
        color         : black !important;
       font-weight: 600;
    }
    .menu li.dropdown > span.title{
        font-weight: bold;
    }
    .submenu-level-2 .title {
        font-size: 18px;
    }

    .submenu-level-2 .subtitle {
        font-size: 15px;
    }

    .submenu-level-2 {
        list-style: none;
        padding   : inherit;
    }

    .menu-burger {
        width : 40px;
        height: 40px;
    }

    .menu {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.5s ease-in-out;
    }

    .menu.open {
        max-height: 100vh;
        height: 100vh;
    }

    /* Masquer l'icône close par défaut */
    .icon-menu-close {
        transform : rotate(-90deg);
        opacity   : 0;
        transition: transform 0.4s ease, opacity 0.4s ease;
    }

    /* Afficher l'icône burger par défaut */
    .icon-menu-burger {
        position  : absolute;
        right     : 15px;
        width     : 25px !important;
        height    : 25px !important;
        transform : rotate(0deg);
        opacity   : 1;
        transition: transform 0.4s ease, opacity 0.4s ease;
    }

    .menu-open .icon-menu-burger {
        transform: rotate(90deg);
        opacity  : 0;
    }

    .menu-open .icon-menu-close {
        transform: rotate(0deg);
        opacity  : 1;
    }
    .footer-bottom img{
        width: 150px;
        margin-right: 10px;
    }
}