@charset "UTF-8";

@font-face {
  font-family: 'Segoe';
  src: url('../../assets/fonts/Segoe UI Semilight.ttf') format('truetype');
  font-weight: 300;
  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: 'Shadows Into Light';
  src: url('../../assets/fonts/ShadowsIntoLight-Regular.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;
}

.header {
  margin-top: 13px;
}

.header .logo {
  width: 131.2px;
}

.ntk-menu-item-solution {
  color: #000 !important;
}

.header .bg-body-tertiary {
  background-color: white !important;
}
.section-11 h4 {
	font-size: 1.1em;
    font-weight: bold;
    color: #000;
}
.open .nav-link  {
	background-color: #5c50e82b !important;
    border-radius: 8px;
}
.header .navbar .nav-item {
  border-radius: 14px;
  padding: 0px 8px;
  margin: 0px 4px;
}
.section-11 h2 {
    font-size: 3.3em;
    text-align: start;
    font-weight: 800;
    color: #000;
}
.section-4 img,.section-11 img {
	width:100% !important;
}
.blck h4 {
	font-size: 28px;
    font-weight: 600;
}
.c-blck h2 {
    text-align: start !important;
    margin-bottom: 20px;
    font-size: 42px;
}
.scrov {
	padding: 20px 0;
}
.pmb h2 {
	line-height: 1;
}
.c-blck h2 {
    text-align: start;
    margin-bottom: 20px;
    font-size: 42px;
}
.accordion-item h3 {
	    padding-right: 20px;
    font-weight: 600;
    font-size: 18px;
}
.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: 40px;
  font-size: 69px;
  font-weight: 800;
}
.ntk-megamenu-item:hover {
	background-color: #5c50e82b !important;
}
.section-1 {
    background-color: transparent !important;
    background: none !important;
}

.section-1 .container {
    background-color: transparent !important;
    background: none !important;
}

.section-1 .description {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}
.h-submenu.rot::after  {
	    transform: rotate(-90deg);
	transition: .3s
}
.h-submenu::after, .submenu.fleche a::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
	transition: .3s
}
.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-1 .card-title {
	font-size: 20px !important;
	font-weight: bold !important
}
.section-1 .card-text {
	font-size: 18px !important;
	font-weight: 600 !important
}
.card img {
  max-height: 305px !important;
}

.tarif-1 .container .row {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.section-1 .button-card {
  width: unset !important;
}
.section-1 .subtitle {
    color: #676878; /* Gris plus clair */
    font-size: 14px; /* Plus petit */
    font-weight: 600; /* Semi-bold */
    margin-top: 15px;
	text-transform: none !important; /* Très important : ça annule toute transformation */
}

.description {
  color: #000000;

}

.section-3 .description,
.section-4 .description,
.section-11 .description {
  line-height: 26px !important;
}

.subtitle {
  color: #727171;
}

.section-2 {
  margin-top: 80px;
  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: #ffffff1a;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: .4s;
}

.blh:hover {
  transform: scale(1.06);
  transition: .4s;
}
.blh h4 {
  font-weight: 800;
	text-align: start;
    font-size: 2em;
}
.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;
  z-index: 99;
  cursor: pointer;
  transition: .4s;
}

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

.section-2 .scroll-btn-right:hover,
.section-2 .scroll-btn-left:hover {
  transform: scale(1.04);
  transition: .4s;
}

.section-3 {
  margin-top: 200px;
  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,
.section-4 h2{
  font-size: 3em;
  text-align: center;
  font-weight: 800;
}
@media (min-width: 768px) {
    .section-11 h2.title {
        font-size: 42px !important;
        line-height: 1.2 !important;
        width: 800px !important;
        max-width: none !important;
        margin: 0 0 15px 0 !important;
        text-align: left !important;
    }
}
.section-11 h2{
  font-size: 3em;
  text-align: start;
  font-weight: 800;
	color: #000;
}
.section-11 h1 {
  font-size: 3.3em;
  text-align: start;
  font-weight: 800;
  color: #000;
  width: 60%;
}

.section-11 .c-elemt p {
  font-size: 20px;
  margin-top: 15px;
}

.section-11 h1.align-start {
  text-align: start;
}

.section-11 h1.big {
  text-align: start;
  width: 85%;
  font-size: 3em;
}

.section-3 .description,
.section-4 .description,
.section-11 .description {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
  padding: 0px 0px;
}

.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;
}
.tarif-1.section-1 .card .card-body {
	height: max-content !important;
	padding: 20px 50px !important;
}
.section-3 .img-check {
  width: 25px !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-right: 15px;
  margin-bottom: -5px;
}

.header.header-hidden {
  top: -100px;
}

.header.bar {
  border-bottom: 1px solid rgba(192, 192, 192, 0.014);
}
.section-2 h3 {
	font-size: 20px;
    font-weight: 800;
}
.tiny {
	display: inline-block;
	width: 15px;
}
.header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: white;
  transition: top 0.3s ease-in-out;
  border-bottom: 1px solid rgba(192, 192, 192, 0.301);
}
.section-4 .compare h3 {
	font-size: 30px;
    margin: 20px 0;
	font-weight: 800;
}
.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;
  padding: 100px 0;
  max-width: 1200px;
  margin: auto;
}

.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 {
  color: #676878;
  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 {
  color: #676878;
  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 {
  color: #676878;
  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 {
  color: #676878;
  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%;
}

/* Uniformiser TOUS les SVG d'icônes à 24x24px sur desktop */
@media (min-width: 768px) {
    .compare-elmnt svg,
    .compare svg,
    li svg,
    .section-9 svg {
        width: 24px !important;
        height: 24px !important;
        min-width: 24px !important;
        min-height: 24px !important;
        max-width: 24px !important;
        max-height: 24px !important;
    }
	
	.tarif-1.section-1 .card .card-body {
		max-height: 200px !important;
	}
}

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

.navbar-toggler {
  width: 36px;
  height: 33px;
  padding: 9px 10px !important;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: none !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  transition: .2s;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
  transition: .2s;
}

.navbar-toggler .navbar-toggler-icon span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #201c29;
  border-radius: 12px;
}

.navbar-toggler .navbar-toggler-icon span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
  transition: .2s;
}

.navbar-toggler .navbar-toggler-icon span:nth-child(2) {
  display: none;
}

.navbar-toggler .navbar-toggler-icon span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
  transition: .2s;
}

.navbar-toggler.collapsed .navbar-toggler-icon span:nth-child(1) {
  transform: rotate(0deg);
  transition: .2s;
}

.navbar-toggler.collapsed .navbar-toggler-icon span:nth-child(2) {
  display: block;
}

.navbar-toggler.collapsed .navbar-toggler-icon span:nth-child(3) {
  transform: rotate(0deg);
  transition: .2s;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

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

.section-11 {
  background-position: center;
  padding: 120px 0px;
  display: flex;
  flex-direction: column;
  align-items: start;
  max-width: 1200px;
  margin: auto;
}

.section-11 p {
  text-align: start !important;
}

.a-center {
  width: 100%;
  display: flex;
  justify-content: center;
}

.section-11 .compare {
  width: 100%;
  column-gap: 20px;
  margin-top: 30px;
}

.section-11 .comp {
  border: 1px solid rgba(133, 135, 136, 0.295);
  border-radius: 12px;
  width: 50%;
  height: 570px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  transition: .4s;
  cursor: pointer;
}

.section-11 .cop {
  background-color: #ffffff;
  transition: .4s;
}

.section-11 .cop:hover {
  background-color: #5C50E8;
  color: #ffffff;
  transition: .4s;
  z-index: 9;
}
.qr {
  width: 230px;
}

.blc p {
  font-size: .9em;
  color: #4e4e50;
}
.blc a {
  text-decoration: none;
  color: #000000;
}
.rg {
  width: 15px;
}
h3.desktop-only{
  text-align: start;
  font-weight: bold;
  font-size: 3em;
  margin-bottom: 40px;
}
h2.responsive-only {
  text-align: start;
  font-weight: bold;
  font-size: 1.8em;
  margin-bottom: 40px;
}

.section-11 .cop:hover h2 {
  color: #ffffff;
}

.section-11 .comp:hover {
  box-shadow: -2px 4px 20px 2px rgba(24, 23, 23, 0.185);
  rotate: 6deg;
  transition: .4s;
  z-index: 9;
}

.section-11 .comp h2,
.section-11 .cop h2 {
  font-size: 1.1em;
  font-weight: bold;
  color: #000;
}

.section-11 .comp p {
  font-size: .93em;
}

.section-11 .cop p {
  font-size: 17px;
}

.section-11 .comp .co-ill {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 40px;
  height: 340px;
  background-color: rgb(242 242 242);
  border: 1px solid rgb(226 226 226);
  border-top-left-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: end;
}

@media (min-width: 768px) {
    .section-11 h1.title {
        font-size: 42px !important;
        line-height: 1.2 !important;
        width: 800px !important; /* Force une largeur fixe */
        max-width: none !important;
        margin: 0 0 15px 0 !important;
        text-align: left !important;
    }
}

.compare .cop {
  width: 33%;
  padding: 40px;
  border: 1px solid rgba(133, 135, 136, 0.295);
  border-radius: 10px;
  margin-top: 10px;
}

.section-11 .comp .co-ill.blue {
  background-color: rgb(236 239 254);
}

.grids {
  width: 100%;
  height: 700px;
  margin-top: 20px;
  display: grid;
	
  grid-template-columns: 33% 33% 33%;
  grid-gap: 20px;
}

.grid {
  border: 1px solid rgba(192, 192, 192, 0.541);
  border-radius: 12px;
  padding: 40px;
  position: relative;
}

.grid.pink {
  border: none;
  background-color: rgb(252 248 241);
}

.grid:first-child {
  font-family: 'Segoe', sans-serif !important;
  font-weight: bolder;
}

.grid:first-child .d-flex {
  justify-content: center;
}

.grid:first-child .d-flex div {
  padding-right: 25px;
  padding-left: 10px;
  border-left: 1px solid rgba(192, 192, 192, 0.637);
}

.grid:first-child .d-flex p {
  font-family: 'Segoe', sans-serif !important;
  font-size: .8em;
  color: #000000a2;
}

.grid:first-child h3 {
  margin-bottom: 30px;
}

.btn {
  border-radius: 29px;
  padding-top: 4px;
  padding-bottom: 6px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  align-items: center;
  font-family: 'Segoe', sans-serif !important;
  font-weight: 600 !important;
}

.btn.sv {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 16px;
  padding-right: 8px;
}

.btn svg {
  height: 10px;
  width: 22px;
  margin-left: 10px;
}

.btn-primary {
  background-color: #5C50E8 !important;
  color: rgb(255, 255, 255) !important;
  border: none;
}


.MktRoot *,
.MktRoot :after,
.MktRoot :before {
  box-sizing: border-box;
}

.btn-other {
  background-color: #11233E !important;
  color: rgb(255, 255, 255) !important;
  border-radius: 12px;
  border: none;

}

.btn-secondary {
  background-color: #ffffff !important;
  border: 1px solid #4B31ED !important;
  color: #4B31ED !important;
}

/*# 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;
}

.scroll-content .block-1,
.scroll-content .block-2,
.scroll-content .block-3,
.scroll-content .block-4,
.scroll-content .block-5,
.scroll-content .block-6,
.scroll-content .block-7,
.scroll-content .block-8 {
  align-items: normal;
  padding: 20px 10px;
  position: relative;
}

.scroll-content h1 {
  text-align: start;
  font-size: 2em;
  position: relative;
  z-index: 9;
}

.block-list {
  width: 240px;
  position: absolute;
  bottom: 0;
  right: 0;
  min-height: 50px;
  background-color: #ffffffaf;
  border-top-left-radius: 12px;
  padding: 13px 0px 0px 13px;
  display: flex;
  align-items: end;
  justify-content: end;
}

.block-list .content {
  width: 230px;
  height: max-content;
  padding: 0px 10px;
  background-color: #ffffff;
  color: #111111d2;
  text-align: start;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;

}

.block-list .content ul {
  list-style: none;
  padding: 0;
}

.block-list .content ul li {
  margin-top: 15px;
  font-size: .83em;
}

img.desc {
  position: absolute;
  right: 0;
}

.compare {
  display: flex;
  justify-content: center;
  margin-top: 150px;
}

.compare.osd {
  margin-top: 80px;
}

.flex-between {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  margin: auto;
  margin-bottom: 50px;
}

.section-3 .flex-between h1,
.section-3 .flex-between p {
  text-align: start;
  padding: 0px;
  margin-top: 0px;
}

.section-3 .flex-between h1 {
  font-size: 3em;
}

.compare-elmnt:nth-child(1) {
  margin-right: 40px;
}

.compare-elmnt:nth-child(2) {
  margin-left: 40px;
}

h1 {
  line-height: 1;
}

.compare-elmnt.mar {
  margin-left: 40px;
}

.compare.gd {
  display: grid;
  grid-template-columns: 1fr 48px 1fr;
  width: 100%;
  margin: 80px auto;
  max-width: 1200px;
}

.compare-elmnt p {
  height: 55px;
  font-size: 18px;
  margin-bottom: 0px;
  font-family: "Shadows Into Light", cursive;
  font-weight: 600;
  line-height: 1;
}

.compare-elmnt p.red {
  color: rgb(230 74 41);
}

.compare-elmnt p.blue {
  color: rgb(109, 59, 248);
}

.compare-elmnt h3 {
  text-align: start;
  font-size: 2em;
	font-weight:bold;
}

.compare-elmnt ul {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
.c-elemt.c-ill a {
	width: 100%;
    display: flex;
    justify-content: center;
}
.compare-elmnt svg {
  color: rgb(221, 61, 61);
  margin-right: 10px;
  height: 50px !important;
  width: 25px !important;
}
.compare-elmnt svg + div {
	width: calc(100% - 50px);
}
.compare-elmnt.mar svg {
  color: rgb(0, 208, 186)
}

.compare-elmnt li {
  display: flex;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 1.05em;
}

.compare-elmnt li strong {
  font-weight: 800;
}

.c-elemt {
  width: 50%;
}

.section-4 .compare {
  column-gap: 130px;
  align-items: center;
}

/* ======================================================= */
/* =========== STYLES FOR COMPARAISON.HTML =============== */
/* ======================================================= */

.page-comparaison {
  background-color: #F8F9FE;
}

/* --- HERO SECTION --- */
.hero-comparaison {
  background-color: #5A50E0;
  color: white;
  padding: 80px 0;
}

.hero-comparaison .comp-title {
  font-size: 3.5rem;
  font-weight: 800;
}

.hero-comparaison .comp-description {
  font-size: 1.1rem;
  margin-top: 20px;
}

.hero-comparaison .neatik-box {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 25px;
  margin-top: 30px;
}

.hero-comparaison .neatik-box h2 {
  font-size: 1.3rem;
  font-weight: 700;
}

.hero-comparaison .neatik-box p {
  font-size: 0.95rem;
  margin-top: 15px;
}

.hero-comparaison .neatik-box .btn-light {
  font-weight: 600;
}

.hero-comparaison .neatik-box .btn {
    display: inline-block;
    width: auto;
}

.hero-comparaison .hero-image-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.hero-comparaison .hero-image {
    height: 900px;
    width: auto;
    object-fit: cover;
    object-position: bottom center;
}

.hero-comparaison .hero-image-container::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 20px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    filter: blur(8px);
}

.img-placeholder {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
  background-color: #E9ECEF;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #6c757d;
}

.img-placeholder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; /* Supprime la bordure par défaut de l'iframe */
}

/* Hero section page tarifs - Style Apple FINAL */
@media (min-width: 768px) {
    .tarif-1 {
        padding: 80px 0 !important;
    }
    
    /* Container le plus large possible */
    .tarif-1 .container {
        max-width: 1600px !important;
        padding: 0 50px !important;
    }
    
    .tarif-1 .title {
        font-size: 80px !important;
        line-height: 1.1 !important;
        margin-bottom: 40px !important;
        font-weight: 700 !important;
    }
    
    .tarif-1 .description {
        font-size: 26px !important;
        line-height: 1.4 !important;
        max-width: 700px !important;
        margin-bottom: 80px !important;
        font-weight: 400 !important;
    }
    
    /* Force 3 cartes sur une ligne */
    .tarif-1 .row.g-4 {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 20px !important;
        justify-content: center !important;
    }
    
    .tarif-1 .col-md-4 {
        flex: 1 !important;
        max-width: 384px !important;
        min-width: 384px !important;
    }
    
    .tarif-1 .card {
        height: 540px !important;
        width: 100% !important;
        border-radius: 25px !important;
        overflow: hidden !important;
    }
    
    /* Image 70% de la hauteur */
    .tarif-1 .card-img-top {
        height: 270px !important;
        object-fit: cover !important;
        flex-shrink: 0 !important;
    }
    
    /* Partie texte 30% seulement */
    .tarif-1 .card-body {
        height: unset !important;
        padding: 15px 20px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        flex-shrink: 0 !important;
    }
    
    .tarif-1 .card-title {
        font-size: 18px !important;
        font-weight: 600 !important;
        margin-bottom: 10px !important;
        line-height: 1.2 !important;
    }
    
	.tarif-1 .card-text {
		font-size: 21px !important;
		font-weight: 400 !important;
		line-height: 1.2 !important;
		margin-bottom: 8px !important;
		text-align: center !important;
		flex-grow: 0 !important; /* Changement important : pas de flex-grow */
	}
    
    .tarif-1 .button-card {
        font-size: 12px !important;
        padding: 6px 16px !important;
        margin-top: 0 !important;
    }
}


/* --- COMMON SECTION STYLES --- */
.why-section,
.criteria-section,
.software-reviews-section,
.recommendation-section,
.faq-comparaison {
  padding: 80px 0;
}

.why-section,
.software-reviews-section {
  background-color: white;
}


.why-section h2,
.criteria-section h2,
.software-reviews-section h2,
.recommendation-section h2 {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 30px;
}

.why-section h3,
.why-section p {
  font-size: 20px;
}

.why-section h3 {
  font-weight: bold;
}

.why-section .compare {
  column-gap: 150px;
}

.comparison-table-section {
  padding: 80px 0;
  background-color: #F8F9FE;
}

.comparison-table-section h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 40px;
}

.feature-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.feature-table th,
.feature-table td {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}

.feature-table th:first-child,
.feature-table td:first-child {
  text-align: left;
  font-weight: 600;
}

.feature-table thead th {
  background-color: #fff;
  vertical-align: bottom;
  padding-bottom: 15px;
}

.feature-table thead img {
  height: 25px;
  display: block;
  margin: 0 auto 10px;
}

.feature-table thead span {
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  padding: 3px 8px;
  border-radius: 5px;
}

.feature-table thead th:nth-child(2) span {
  /* Asana PAID */
  background-color: #F06A6A;
}

.feature-table thead th:nth-child(3) span {
  /* Clickup FREE */
  background-color: #2EC59F;
}

.feature-table tbody tr:last-child td {
  border-bottom: none;
}

.feature-table .icon-check,
.feature-table .icon-minus {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
}

.feature-table .icon-check {
  background-color: #E9F9F5;
}

.feature-table .icon-check::before {
  content: '✓';
  color: #2EC59F;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 1.2rem;
}

.feature-table .icon-minus {
  background-color: #FDEFEF;
}

.feature-table .icon-minus::before {
  content: '–';
  color: #F06A6A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 1.5rem;
}

/* --- CRITERIA LIST --- */
.criteria-list {
  list-style: none;
  padding-left: 0;
  margin-top: 40px;
}

.criteria-list li {
  font-size: 1.2rem;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

.criteria-list li::before {
  counter-increment: list-item;
  content: counter(list-item);
  background-color: #EEF1FF;
  color: #4B31ED;
  font-weight: 700;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  margin-right: 15px;
  flex-shrink: 0;
}

body {
  counter-reset: list-item;
}

/* --- SOFTWARE CARD --- */
.software-card {
  background-color: #F8F9FE;
  border: 1px solid #E9ECEF;
  border-radius: 15px;
  padding: 30px;
  margin-top: 30px;
}

.software-card h3 {
  font-weight: 700;
  font-size: 1.8rem;
}

.software-card h4 {
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 25px;
}

.software-card .verdict-note {
  margin-top: 20px;
  font-weight: 700;
  color: #4B31ED;
}

/* --- RECOMMENDATION TABLE --- */
.recommendation-table {
  width: 100%;
  margin-top: 30px;
  border-spacing: 0 10px;
}

.recommendation-table thead tr th {
  background-color: #1b2e03;
  color: white;
  padding: 20px;
  text-align: left;
  font-size: 1.1rem;
}

.recommendation-table thead tr th:first-child {
  border-top-left-radius: 10px;
}

.recommendation-table thead tr th:last-child {
  border-top-right-radius: 10px;
}

.recommendation-table tbody tr {
  background-color: white;
}

.recommendation-table tbody tr td {
  padding: 20px;
  border-bottom: 1px solid #E9ECEF;
  border-left: 1px solid #E9ECEF;
}

.recommendation-table tbody tr td:last-child {
  border-right: 1px solid #E9ECEF;
}

.recommendation-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.recommendation-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.recommendation-table strong {
  color: #4B31ED;
}


/* --- FOOTER --- */
.footer-comparaison {
  background-color: #4B31ED;
  color: white;
  padding-top: 20px;
}

.footer-top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
  font-size: 0.9rem;
}

.footer-comparaison .footer-main {
  padding: 50px 15px;
}

.footer-comparaison .footer-logo {
  width: 140px;
  margin-bottom: 20px;
}

.footer-comparaison h5 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.vs {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Shadows Into Light", cursive;
  font-weight: 600;
}

.op {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0d6efd;
}

.trait {
  height: calc(50% - 20px);
  width: 1.3px;
  background-color: rgba(192, 192, 192, 0.356);
}

.footer-comparaison .list-unstyled li {
  margin-bottom: 10px;
}

.footer-comparaison a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-comparaison a:hover {
  color: white;
}

.navbar-toggler {
  border: none !important;
  outline: none;
}

.footer-comparaison .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-comparaison .footer-downloads img {
  height: 40px;
}

.footer-comparaison .footer-legal a {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .hero-comparaison {
    padding: 40px 0;
    text-align: center;
  }
	.ntk-megamenu, .ntk-megamenu-solution, .ntk-megamenu-ressource {
    position: static !important;
    height: 0 !important;
    padding: 0px !important;
    transition: 0s !important;
    color: #000 !important;
    border: none !important;
  }
  .open .ntk-megamenu,.open  .ntk-megamenu-solution, .open .ntk-megamenu-ressource {
    height: max-content !important;
    padding: 25px 10px !important;
	  display:flex !important
  }
	.ntk-menu-item.open .ntk-megamenu, .ntk-menu-item-solution.open .ntk-megamenu-solution, .ntk-menu-item-ressource.open .ntk-megamenu-ressource {
		display: flex !important
  }
  .navbar-collapse.collapse.show {
    height: 100vh;
  }
	.nav-link .ntk-megamenu-ressource, .ntk-megamenu-solution, .ntk-megamenu {
        display: flex !important;
    }
	.nav-link .ntk-megamenu-ressource, .ntk-megamenu-solution, .ntk-megamenu {
        display: flex !important;
    }
	.open {
    background: none !important;
  }
		
  .hero-comparaison .comp-title {
    font-size: 2.5rem;
  }
	.card.shadow {
		box-shadow:none !important
	}
  .hero-comparaison .img-placeholder {
    margin-top: 30px;
  }

  .why-section .row,
  .criteria-section .row {
    flex-direction: column-reverse;
  }

  .criteria-section .row .col-md-6,
  .why-section .row .col-md-6 {
    text-align: center;
  }

  .criteria-section .img-placeholder {
    margin-bottom: 30px;
  }

  .footer-comparaison .footer-bottom {
    flex-direction: column;
  }

  .footer-comparaison .footer-legal {
    margin-top: 20px;
  }
}

.section-4 .compare h1 {
  font-size: 30px;
  margin: 20px 0;
}

.section-4 .compare p {
  margin-bottom: 30px;
  font-size: 17px;
}

.c-img {
  background-color: #f2f2f2;
  border-radius: 24px;
  width: 50%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: end;
  overflow: hidden;
}

.c-img.w-mf {
  width: 100%;
  height: 660px;
}

.c-img.w-mf .mockup {
  height: 76%;
  width: 308px;
}

.c-ill {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.flou {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  background: linear-gradient(0deg, #ffffff, #ffffff00);
}

.c-ill .btn {
  bottom: -10px;
}

.c-ill .back {
  width: 494px;
  display: grid;
  grid-template-columns: calc(50% - 5px) calc(50% - 5px);
  grid-gap: 10px;
  padding: 10px;
  border: 1px solid rgba(192, 192, 192, 0.404);
  border-radius: 24px;

}

.back-elmt {
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 10px;
  border: 1px solid rgba(192, 192, 192, 0.404);
  border-radius: 24px;
}

.section-4 .compare .back-elmt span {
  margin: 0;
  display: block;
}

.section-4 .compare .back-elmt h4 {
  margin: 0;
}

.section-4 .compare .back-elmt p {
  margin: 10px 0;
}

.back-elmt span {
  margin-bottom: 5px !important;
}

.back-elmt h4 {
  font-size: .87em;
  font-weight: 600;
}

.back-elmt p {
  font-size: .7em;
  color: #727171da;
}

.mockup {
  background-color: #ffffff;
  width: 275px;
  height: 94%;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  box-shadow: 0 0 12px 8px rgba(53, 53, 53, 0.11);
  overflow: hidden;

}

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

.section-11 .mockup {
  width: 200px;
  padding: 3px;
}

.dbl {
  display: flex;
  flex-direction: column;
  font-size: .7em;
}

.dbl span {
  font-size: .8em;
}

.num {
  display: inline-block;
  color: #4B31ED;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 12px;
  border: 1px solid rgba(124, 124, 124, 0.226);

}

.accordion-button:not(.collapsed) {
  color: #212529;
  background-color: #00000000;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #000000;
}

.accordion-body {
  padding-left: 60px;
  line-height: 24px;
  padding-top: 0 !important;
  padding-right: 0 !important;
}

.accordion-item {
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;

}

.accordion-button {
  font-family: 'Segoe', sans-serif !important;
  font-weight: 600;
  padding: 16px 0;
}

.accordion-button span.num {
  padding: 0 !important;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion-button span {
  padding-right: 20px;
  font-weight: 600;
  font-size: 18px;
}

.accordion-button::after {
  width: 20px;
  height: 20px;
  background-size: 70%;
}

@media (min-width: 1024px) {
  .blck {
    width: 368px !important;
    height: 620px !important;
  }
}

.scrov {
  overflow-x: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100vw;
  margin-bottom: 150px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scrov::-webkit-scrollbar {
  display: none;
}

.pol {
  display: flex;
  width: max-content;
  justify-self: start;
}
.scrov .blck {
	position: relative;
}
.scrov .blck::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.6)
  );
  border-radius: 10px;
}

.blck h2, .blck h4 {
  font-size: 28px;
  font-weight: 600;
  color: white !important; /* Forcer le blanc */
  text-shadow: none; /* Supprimer l'ombre */
  position: relative;
  z-index: 3; /* Au-dessus de l'overlay */
}

.blck p {
  font-size: 20px;
  font-weight: 400;
  color: white !important; /* Forcer le blanc */
  text-shadow: none; /* Supprimer l'ombre */
  position: relative;
  z-index: 3; /* Au-dessus de l'overlay */
}

/* S'assurer que les boutons sont aussi au-dessus */
.blck button {
  position: relative;
  z-index: 3;
}

.blck h4, .blck p, .blck button {
	z-index:2;
	position: relative;
}
.blck {
  width: 320px;
  height: 560px;
  background-color: rgb(64, 64, 64);
  padding: 40px 32px;
  color: #ffffff;
  border-radius: 10px;
  background-size:cover;
	transition: .3s
}
.blck:hover {
	transform:scale(1.03);
	transition: .3s;
}

.blck h2,.blck h4 {
  font-size: 28px;
  font-weight: 600;
}

.blck p {
  font-size: 20px;
  font-weight: 400;
}

.blck button.btn {}

.c-blck h2 span {
  color: #4B31ED;
}

.c-blck p {
  color: #424242d2;
  margin: 10px 0 15px 0;

}

.c-blck h1 {
  text-align: start;
  margin-bottom: 20px;
  font-size: 42px;
}

.section-4.pmb {
  max-width: 100vw;
}

.c-blck {
  padding: 80px 50px 80px 220px;
  background-color: #ffffff;
  border-radius: 36px;
  max-width: 1084px;
  margin-left: 200px;
  margin: auto;
  position: relative;

}

.c-elemt.gu {
  width: 450px;
  height: 250px;

}


.apl .cop {
  padding: 1.5rem;
  font-size: .87em;
  color: #000000;
  height: 345px;
  position: relative;
}

.profil {
  display: flex;
  column-gap: 10px;
  position: absolute;
  bottom: 15px;
  left: 20px;
}

.p-img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-txt p {
  margin-bottom: 0;
  margin-top: 0;
  color: #424242c0;
}

.lico {
  margin-right: 20px;
  font-size: 1.5em;
}

.c-blck strong {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  color: #000;
  font-size: 21px;
}

.abs {
  position: absolute;
  left: -230px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.abs .blck {
  width: 400px !important;
  height: 90% !important;
  border-radius: 28px !important;
}

.button {
  height: 40px;
}

.button img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.section-before-footer{
  border-top: 1px solid #5E4FF1;
}
.section-before-footer ul {
  display   : flex;
  list-style: none;
  margin    : auto;
  padding   : 6px 0px;
}

.section-before-footer ul li {
  margin-right: 30px;
}

.section-before-footer ul li .support,
.section-before-footer ul li .evolution,
.section-before-footer 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;
}

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




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

  .ntk-megamenu-ressource,
  .ntk-megamenu-solution,
  .ntk-megamenu {
    display: none !important;
  }
		.ntk-menu-item.open .ntk-megamenu, .ntk-menu-item-solution.open .ntk-megamenu-solution, .ntk-menu-item-ressource.open .ntk-megamenu-ressource {
		display: flex !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;
  }

  .open {
    background: none !important;
  }

  .navbar-nav .nav-item .submenu a.colored-violet {
    color: #636363 !important;
	background:none !important;
	          width: 250px;
        display: flex
;
  }
  .navbar-nav .nav-item a.colored-violet {
    color: #000 !important;
	background:none !important
  }
  .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-11 {
    padding: 20px !important;
    margin-top: 100px;
  }

  .grids {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
  }

  .description {
    text-align: center;
  }

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

  .section-1 .title {
    font-size: 45px;
  }

  .section-4 h1,
  .section-11 h1 {
    font-size: 2em;
  }

  .section-11 h1,
  .section-11 .description {
    text-align: center !important;
    width: 100% !important;
  }

  .section-11 .comp {
    padding: 20px;
    height: 540px;
  }

  .section-11 .compare {
    margin-top: 0px;
  }

  .section-1 .buttons {
    margin-top: 24px;
  }

  .compare-elmnt p {
    font-size: 1.1em;
  }

  .compare.gd {
    margin: 10px auto;
  }

  .compare-elmnt h1,
  .section-4 .compare h1 {
    align-items: start !important;
    font-size: 25px !important;
  }

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

  .container.skrip .btn {
    margin-bottom: 30px;
  }

  .compare {
    margin-top: 80px;
  }

  .header .logo {
    width: 120px;
  }

  .navbar-collapse {
    font-size: 20px;
    margin-top: 30px;
  }

  .nav-link {
    padding: 15px 0;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .c-img {
    height: 250px;
  }

  .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 {
    color: #676878;
    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-11 .comp,
  .section-11 .cop {
    width: 100%;
    margin-bottom: 10px;
  }

  .compare {
    flex-direction: column !important;
  }

  .compare-elmnt {
    width: 100%;
    padding: 30px 0px;
  }

  .section-6 .content .carousel-controls {
    padding: 0px 0px;
  }

  .compare-elmnt.mar {
    margin-left: 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 h2 {
    font-size: 2em;
  }

  .section-3 .container-fluid {
    padding: 0 0;
  }

  .section-3 .container-fluid .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

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


  .section-3 .description,
  .section-4 .description {
    padding: 0px !important;
  }

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

  .section-3 .static-block .static-block-inner {
    margin-bottom: 30px;
  }
  .blc {
    margin-bottom: 20px;
    align-items: start;
  }
  .section-3 .contenu-bloc .offset-1 {
    margin-left: 0;
  }

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

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

  .flex-between {
    display: flex;
    flex-direction: column;
  }

  .flex-between h1 {
    margin-bottom: 30px;

  }

  .compare.gd {
    display: flex;
    flex-direction: column;
  }

  .section-3 .content-descriptif-section-3 .content-descriptif-section-3-inner .left-side-descriptif-section-3 h3 {
    font-size: 16px;
    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 15px;
    font-size: 12px;
  }

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

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

  .section-3 .item {
    width: 49%;
    position: relative;
    vertical-align: top;
  }

  .vs {
    flex-direction: row;

  }

  .trait {
    height: 1.3px;
    width: calc(50% - 20px);
    background-color: rgba(192, 192, 192, 0.356);
  }

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

  .section-3 .static-block .static-block-inner .static-block-inner-content p {
    font-size: 11px;
    margin-left: -20px;
    text-align: left;
  }

  .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 {
    font-size: 11px;
  }

  .section-3 .img-check {
    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: 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;
    padding: 30px 0;
  }

  .container.skrip .compare:nth-child(2n) {
    flex-direction: column-reverse !important;
  }

  .container.skrip .c-elemt {
    padding: 0px;
  }

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

  .c-elemt {
    width: 100%;
  }

  .c-elemt.c-ill {
    width: 100%;
    padding: 0px;
  }
  .section-11 h1.big {
    width: 100%;
    font-size: 2em;
  }

  .c-ill .back {
    width: 100%;
  }

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

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

  .pmb .container {
    padding: 0;
    
  }
  .abs  {
    position: static;
    width: 100%;
    margin: 26px 0;
  }
  .abs .blck {
    position: static;
    width: 100% !important;
    min-height: 400px;
  }
  .lico {
    margin-right: 10px;
  }
  .center-mobile {
    text-align: center;
    margin-bottom: 10px !important;
  }
  .pmb .container h1 {
    text-align: center;
    margin-bottom: 10px;
  }
  .c-blck {
    padding: 42px 16px;
    margin-left: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pol {
    padding-left: 1290px !important;
    padding-right: 20px;
  }
  .c-elemt.gu {
    width: 100%;
    height: 250px;
    margin-top: 50px;
  }

  .blck.abs {
    display: none;

  }

  .grid {
    padding: 20px;
    padding-bottom: 90px;
  }

  .grid:first-child .d-flex {
    justify-content: space-between;
  }

  .section-11 .d-flex h1 {
    font-size: 30px;
    text-align: start !important;
  }

  .c-elemt.c-img {
    padding-bottom: 0px;
  }

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

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

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

  .section-3 .col-1.text-center img {
    top: 400px;
  }
  .qr {
    margin-bottom: 10px;
  }
  .section-3 .bloc-container {
    width: 100%;
    overflow-x: scroll;
  }
  footer .conditions{
    padding: 30px 10px;
    font-size: 10px;
    text-align: center;
    color: #99ABE8;
  }
  .footer-bottom img{
    width: 150px;
    margin-right: 10px;
  }

/* ===== SOLUTION RÉELLE POUR VOS 3 H2 PROBLÉMATIQUES ===== */

/* Cibler spécifiquement les 3 H2 trop gros sur mobile */
@media (max-width: 600px) {
	.h-submenu .submenu {
		position: static !important;
		display:none;
		border: none;
		color: #706c71e0;
	}
	.ntk-megamenu-item:hover {
		background: none !important;
	}
    /* 1. H2 dans section-11 avec class="title" */
    .section-11 h2.title {
        font-size: 2.2em !important;
        line-height: 1.2 !important;
        margin-bottom: 20px !important;
        width: 100% !important; /* Enlever la limitation de largeur sur mobile */
    }
    
    /* 2. Autres H2 dans section-11 (sans classe title) */
    .section-11 h2:not(.title) {
        font-size: 2.2em !important;
        line-height: 1.2 !important;
        margin-bottom: 20px !important;
        width: 100% !important; /* Enlever la limitation de largeur sur mobile */
    }
    
    /* 3. H2 dans section-4 */
    .section-4 h2 {
        font-size: 2.2em !important;
        line-height: 1.2 !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }
    
    /* Pour les très petits écrans */
    @media (max-width: 400px) {
        .section-11 h2.title,
        .section-11 h2:not(.title),
        .section-4 h2 {
            font-size: 1.9em !important;
        }
    }
}

	
/* ===== RÉDUCTION TAILLE QR CODES DE 40% ===== */

/* DESKTOP ET MOBILE */
/* Alternative avec spécificité maximale si ça ne marche toujours pas */
img[class*="qr"] {
    width: 138px !important;
    height: auto !important;
}
	
	
/* Remplacer le fond gris par l'image */
.abs .blck {
    background-color: transparent !important; /* Enlever le gris */
    background-image: url('https://neatikai.com/wp-content/uploads/2025/07/Attente-clients.png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 28px;
    overflow: hidden;
}
	
	/* Masquer les éléments Complianz qui débordent */
body > div[id*="cmplz"], 
body > div[class*="cmplz"],
div[style*="position: fixed"][style*="bottom"],
div[class*="cookie"] {
    display: none !important;
}

/* Sauf la popup principale */
.cmplz-cookiebanner,
.cmplz-modal {
    display: block !important;
}
	
/* Permettre les clics sur les liens des sous-menus */
.ntk-megamenu-ressource .submenu a,
.ntk-megamenu-ressource a {
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* S'assurer que les liens sont bien cliquables */
.submenu a {
    display: block;
    pointer-events: auto;
    z-index: 9999;
}
	
/* Masquer les flèches sur les derniers niveaux de menu */
.submenu .ntk-megamenu-item:after {
    display: none !important;
}
	
/* ===== CORRECTIONS RESPONSIVE - PAGE COMPARAISON UNIQUEMENT ===== */

/* 1. Bloc des 6 points - Texte en dessous du gras */
@media (max-width: 768px) {
    .page-comparaison .criteria-list li {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .page-comparaison .criteria-list li::before {
        margin-bottom: 10px;
        margin-right: 0;
    }
    
    .page-comparaison .criteria-list li strong {
        display: block;
        margin-bottom: 5px;
    }
}

/* 2. Réduire la taille des H2 sur mobile - PAGE COMPARAISON SEULEMENT */
@media (max-width: 768px) {
    .page-comparaison .why-section h2,
    .page-comparaison .criteria-section h2,
    .page-comparaison .software-reviews-section h2,
    .page-comparaison .recommendation-section h2,
    .page-comparaison .comparison-table-section h2 {
        font-size: 2rem !important;
        line-height: 1.2 !important;
    }
    
    .page-comparaison .hero-comparaison .comp-title {
        font-size: 2rem !important;
    }
}

/* 3. Bloquer scroll latéral - PAGE COMPARAISON SEULEMENT */
.page-comparaison {
    overflow-x: hidden !important;
    max-width: 100vw !important;
}

.page-comparaison .container-fluid,
.page-comparaison .table-responsive-lg,
.page-comparaison .feature-table {
    max-width: 100vw !important;
    overflow-x: auto !important;
}

/* 4. Espacement sécurisé entre titres et images - PAGE COMPARAISON SEULEMENT */
@media (max-width: 768px) {
    .page-comparaison .why-section .row,
    .page-comparaison .criteria-section .row {
        gap: 30px;
    }
    
    .page-comparaison .why-section h2,
    .page-comparaison .criteria-section h2 {
        margin-bottom: 20px !important;
    }
    
    .page-comparaison .img-placeholder,
    .page-comparaison .hero-image-container {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    
    .page-comparaison .criteria-section .img-placeholder {
        margin-bottom: 40px !important;
    }
}
	
/* ===== CORRECTION LISTE CRITÈRES - MOBILE SEULEMENT ===== */
@media (max-width: 768px) {
    .page-comparaison .criteria-list li {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        margin-bottom: 30px !important;
    }
    
    .page-comparaison .criteria-list li::before {
        margin-bottom: 15px !important;
        margin-right: 0 !important;
        align-self: center !important;
    }
    
    .page-comparaison .criteria-list li strong {
        display: block !important;
        margin-bottom: 8px !important;
        text-align: center !important;
    }
    
    /* Le texte normal après le strong */
    .page-comparaison .criteria-list li strong + text,
    .page-comparaison .criteria-list li {
        text-align: center !important;
    }
}
	
}