.sparky_inner h1,.sparky_inner h2 {
    padding: 30px 0;
    margin: 0;
    line-height: 1.1;
    color: #000 !important;
  
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
}
.fix_menu {
    position: fixed;
    top: 0;
    z-index: 89;
    width: 100%;
    background: rgba(0, 0, 0, 1) !important;
}
.sparky_inner h3{
  color: #000 !important;
}
.mnu_mainmenu > li > a, .mnu_mainmenu > li > span {
   
    font-weight: 700 !important;
   
}
/* typography */
#row_25776696 .noid{
  background:rgba(0,0,0,0.63) !important;
  border-radius:24px;
}
#row_21762623 h2{
 
text-transform: uppercase;
color: #fff;
font-weight: 700;
    font-family: 'Poppins', sans-serif;
text-align: center;
}
#row_25776696 .noid .counter_number{
  font-size: 52px;
line-height: 24px;
color: #3f8e45;
font-weight: 700;
font-family: "Montserrat";
}
#row_25776696 p{
  color: #000000;
font-weight: 500;
font-family: "Montserrat";
}
 /* Section + fond */
  .why-us {
    position: relative;
    isolation: isolate; /* pour gérer le z-index proprement */
    padding: 60px 20px;
  }
  .why-bg {
    position: absolute; inset: 0;
  /*  background-image: url("/images/bg/demolition.jpg");  remplace par ton image */
    background-size: cover; background-position: center;
    z-index: -2;
  }
  .why-overlay {
    position: absolute; inset: 0;
    background: rgba(0,0,0,0.0); /* voile léger pour la lisibilité */
    z-index: -1;
  }

  /* Conteneur */
  .why-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 1fr; /* gauche un peu plus large */
    gap: 40px;
  }

  /* Colonne gauche */
  .why-left {
    color: #0b1220;
    background: rgba(255,255,255,0);
    backdrop-filter: blur(2px);
    
    padding: 28px 26px;
    /*border-radius: 14px;
    box-shadow: 0 10px 30px rgba(15,23,42,0.15);*/
    display: flex; flex-direction: column;
  }
  .why-left h2 {
    margin: 0 0 14px;
   
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #000000;
    font-weight: 700;
        font-family: 'Poppins', sans-serif !important;
  }
  .why-left p {
    margin: 0 0 14px;
    color: #1f2937;
    line-height: 1.7;
    font-size: 16px;
  }
  .btn {
    align-self: flex-start;
    margin-top: 18px;
    display: inline-block;
    padding: 12px 18px;
    border-radius: 10px;
    background: #198754; /* vert */
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(15,23,42,0.15);
    transition: transform .12s ease, box-shadow .12s ease;
  }
  .btn:hover { transform: translateY(-1px); box-shadow: 0 6px 14px rgba(15,23,42,.18); }

  /* Colonne droite */
  .why-right {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 34px;
  }
  .feature {
    position: relative;
    padding: 22px 6px 0 0; /* espace pour la pastille qui chevauche */
  }
  .feature h3 {
    position: relative;
        margin: -42px 0 10px 0;
    padding-left: 70px;  /* laisse la place à la pastille */
    font-size: 22px;
    line-height: 1.25;
    color: #0b1220;
  }
  .feature p {
    margin: 0;
    padding-left: 70px;  /* aligne le texte sous le titre */
    color: #4b5563;
    line-height: 1.7;
    font-size: 16px;
  }

  /* Pastille icône PNG */
  .badge {
    position: absolute;
    top: -6px;           /* chevauche légèrement le titre */
    left: 0;
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: #3f8e45;
    display: grid;
    place-items: center;
    box-shadow: 0 6px 16px rgba(24,119,67,0.35);
    z-index: 2;          /* au-dessus du texte */
    overflow: visible;   /* sécurité */
  }
  .badge img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    display: block;
  }

  /* Responsive */
  @media (max-width: 1024px) {
    .why-container { grid-template-columns: 1fr; }
    .why-left { order: 1; }
    .why-right { order: 2; }
  }
  @media (max-width: 640px) {
    .why-right { grid-template-columns: 1fr; }
    .feature { padding-right: 0; }
  }











#row_55780036,#row_28312584{
  display:none !important;
}
.wrap {
      max-width: 1200px;
      margin: 0 auto;
      padding: 48px 20px 80px;
      background-image: radial-gradient(#e2e8f0 1px, transparent 1px);
      background-size: 18px 18px;
    }

    /* Titre + intro */
    .title {
      font-size: clamp(28px, 4vw, 52px);
      text-align: center;
      margin: 0 0 10px;
      font-weight: 800;
      letter-spacing: -0.02em;
      color: #0b1220;
    }
    .intro {
      text-align: center;
      color: #475569;
      max-width: 800px;
      margin: 0 auto 36px;
      line-height: 1.6;
    }

    /* Grille */
    .grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
      align-items: stretch; /* étire toutes les cartes */
    }
    @media (max-width: 980px) { .grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 640px) { .grid { grid-template-columns: 1fr; } }

    /* Carte */
    .card {
      
      overflow: visible;           
      background: #bab7b7;
      border-radius: 16px;
       /*box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);*/

      /* aligne le bouton en bas */
      display: flex;
      flex-direction: column;
      padding: 28px 24px 24px;
      min-height: 260px;    
       position: relative;
      isolation: isolate; 
    }

    /* Pastille icône PNG */
    .icon-badge {
      position: absolute;
      top: -18px;
      left: 22px;
      width: 56px;
      height: 56px;
      border-radius: 999px;
      background: #3f8d45;          /* vert */
      display: grid;
      place-items: center;
      box-shadow: 0 6px 16px rgba(24, 119, 67, 0.35);
     pointer-events: none;
    }
    .icon-badge img {
      width: 28px;
      height: 28px;
      object-fit: contain;
      display: block;
    }

    /* Contenu */
    .card h3 {
      margin: 20px 0 12px;
      font-size: 22px;
      line-height: 1.2;
      color: #0b1220;
    }
    .card p {
      margin: 0;
      color: #4b5563;
      line-height: 1.7;
      font-size: 16px;
    }

    /* Espace flexible avant le bouton (pousse le bouton en bas) */
    .spacer {
      flex: 1 1 auto;
    }

    /* Bouton */
   .card .btn2 {
      display: inline-block;
      padding: 12px 18px;
      border-radius: 10px;
      background: #198754;
      color: #ffffff;
      font-weight: 700;
      text-decoration: none;
      text-align: center;
      box-shadow: 0 4px 10px rgba(15, 23, 42, 0.15);
      transition: transform .12s ease, box-shadow .12s ease;
      margin-top: 18px;         
      position: relative;
  z-index: 3;          /* suffisant une fois la carte isolée */
  pointer-events: auto;
    }
    .btn2:hover { transform: translateY(-1px); box-shadow: 0 6px 14px rgba(15,23,42,.18); }
    .btn2:active { transform: translateY(0); box-shadow: 0 3px 8px rgba(15,23,42,.12); }
/* Tout ce qui est décoratif au-dessus : ne capte PAS les clics */
.icon-badge,
.card::before,
.card::after {
  pointer-events: none !important;
}

/* (optionnel) Si tu as des overlays ailleurs */
*[data-overlay],
.decoration,
.hover-layer {
  pointer-events: none !important;
}



h1 span {
    color: #3f8e45;
}

.paddingtop0 {
    padding-top: 0;
}

.marginbottom0 {
    margin-bottom: 0;
}

.thin {
    max-width: 600px;
    margin: 15px auto;
}

.subheading {
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #3f8e45;
    margin-bottom: 0;
}

.rounded {
    border-radius: 7px !important;
}

.intro_row {
    background: var(--sparkycolor1);
    padding-bottom: 30px;
}

.intro_row p, .intro_row h1, .intro_row h2, .intro_row h3, .intro_row h4 {
    color: #fff;
}

.intro_row figure img {
    margin-bottom: 0;
}

hr.top_separator {
    background: transparent;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-radius: 15px 15px 0 0;
    opacity: 1;
    margin-top: 0;
    margin-bottom: 30px;
}

hr.top_separator_dark {
    background: transparent;
    border: 1px solid var(--sparkycolor1);
    border-bottom: 0;
    border-radius: 15px 15px 0 0;
    opacity: 1;
    margin-top: 0;
    margin-bottom: 30px;
}

hr.bottom_separator {
    background: transparent;
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 15px 15px;
    opacity: 1;
    margin-top: 0;
    margin-bottom: 30px;
}

hr.bottom_separator_dark {
    background: transparent;
    border: 1px solid var(--sparkycolor1);
    border-top: 0;
    border-radius: 0 0 15px 15px;
    opacity: 1;
    margin-top: 0;
    margin-bottom: 30px;
}

/* form */

input, input.form-control, textarea, textarea.form-control {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 10px 20px;
    margin-bottom: 25px;
}

input::placeholder, textarea::placeholder {
    color: #888;
}

button, button.btn, input.button, a.btn, p.readmore a.btn, a.sparky_button {
    background: #3f8e45;
    border:1px solid #3f8e45;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding: 4px 20px;
    transition: all 0.3s;
}

button:hover, button.btn:hover, button.btn-primary:hover, input.button:hover, a.btn:hover,
button:active, button.btn:active, button.btn-primary:active, input.button:active, a.btn:active,
button:focus, button.btn:focus, button.btn-primary:focus, input.button:focus, a.btn:focus,
p.readmore a.btn:hover, p.readmore a.btn:active, p.readmore a.btn:focus,
a.sparky_button:hover, a.sparky_button:active, a.sparky_button:focus {
    background: var(--sparkycolor1);
    border:1px solid var(--sparkycolor1);
    color: #fff !important;
    text-decoration: none;
    transition: all 0.3s;
}

.input-group .btn {
    height: 46px;
    line-height: 1;
    margin-left: -7px !important;
    padding: 10px 15px;
}

.btn-group {
    margin-bottom: 30px;
}

.btn-group input {
    margin-bottom: 0;
}

.sparky_button.arrowbtn::after {
    content: "\f178";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 15px;
}

/* logorow */

.logorow .sparky_button {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    background: #3f8e45;
    border:1px solid #3f8e45;
}

.logorow .sparky_button:hover {
    background: #3f8e45;
    border:1px solid #3f8e45;
}

.sparky_logo_image img {
    width: 50%;
    margin-top: 5px;
}

.fix_menu .sparky_container > .sparky_cell {
    padding-top: 15px;
    padding-bottom: 15px;
}

.fix_menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

/* carouselrow */

.carouselrow > .sparky_container > .sparky_cell {
    padding: 0 0 30px;
}

.carouselrow .flickity-page-dots .dot {
    background: #fff !important;
    opacity: 1 !important;
}

.carouselrow .flickity-page-dots .dot.is-selected {
    background: #3f8e45 !important;
    width: 12px !important;
    height: 12px !important;
}

/* video */

.videotext {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: calc(100vw * 0.3645);
    left: 15px;
}

.videotext > .sparky_page_container {
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    height: calc(100vw * 0.3645);
}

.videotext > .sparky_page_container > .sparky_cell {
    max-width: 720px;
}

.videotext h1 {
    color: #fff;
    padding-top: 0;
    text-align: center;
}

.videotext p {
    color: #fff;
}

/* contentrow */

.sparky_container > .sparky_cell.content_sparky {
    padding-top: 0;
}

/* teamrow */

.teamrow figure {
    background: var(--sparkycolor1);
    border-radius: 7px;
    margin-bottom: 15px;
}

.teamrow figure img {
    opacity: 0.5;
    margin-bottom: 0;
    filter: brightness(1.5) grayscale(100%);
    transition: all 0.3s;
}

.teamrow .sparky_cell:hover figure img {
    opacity: 1;
    filter: brightness(1) grayscale(0%);
    transition: all 0.3s;
}

.teamrow .sparky_social_icons {
    margin-bottom: 15px;
}

.teamrow i {
    color: #3f8e45;
}

.teamrow i:hover {
    color: var(--sparkycolor1);
}
#row_67063550{
   position: relative;
  z-index: -1;
}
/* servicesrow */
.servicesrow{
  position: relative;
  z-index: 2;
}
.servicesrow > .sparky_page_container > .sparky_cell {
  
    border-radius: 7px;
}

.servicesrow figure {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background: #3f8d45;
    border-radius: 50%;
    margin-top: -25px;
  
}

.servicesrow figure img {
    width: 25px;
    height: 25px;
    margin: 0;
}

.servicesrow .sparky_col1 figure {
    background: #3f8d45;
}

.servicesrow .sparky_col2 figure {
    background: #3f8d45;
}

/* otherservicesrow */

.otherservicesrow figure {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background: var(--sparkycolor1);
    border-radius: 50%;
}

.otherservicesrow figure img {
    width: 25px;
    height: 25px;
    margin: 0;
}


.otherservicesrow .sparky_col2 figure,
.otherservicesrow .sparky_col2 p,
.otherservicesrow .sparky_col2 h4,
.otherservicesrow .sparky_col3 figure,
.otherservicesrow .sparky_col3 p,
.otherservicesrow .sparky_col3 h4 {
    margin-left: 15px;
    margin-right: 15px;
}

/* countersrow */

.countersrow > .sparky_page_container > .sparky_cell {
    background: var(--sparkycolor1);
    border-radius: 7px;
}

.countersrow .counter_number {
    margin: 0 !important;
}

/* testimonials slider */

.hot_swipe_carousel_slides_testimonials .gallery-cell {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
}

.hot_swipe_carousel_slides_testimonials img {
    width: 200px !important;
    height: 200px;
    margin-right: 30px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

.hot_swipe_carousel_slides_testimonials .contents {
    position: relative !important;
    padding-right: 30px !important;
}

.hot_swipe_carousel_slides_testimonials .contents h2 {
    padding-bottom: 0;
}

.hot_swipe_carousel_slides_testimonials .contents .rating {
    color: orange;
}

.hot_swipe_carousel_slides_testimonials .flickity-page-dots {
    bottom: -50px !important;
}

.hot_swipe_carousel_slides_testimonials .flickity-page-dots .dot {
    background: var(--sparkycolor1) !important;
    opacity: 1 !important;
}

.hot_swipe_carousel_slides_testimonials .flickity-page-dots .dot.is-selected {
    background: #3f8e45 !important;
    width: 12px !important;
    height: 12px !important;
}

/* pricingrow */

.pricingrow figure {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffae00;
    border-radius: 50%;
    margin: 0 auto 30px;
    width: 120px;
    height: 120px;
}

.pricingrow figure img {
    margin: 0;
}

.pricingrow .sparky_col1 figure {
    background: #00b28e;
}

.pricingrow .sparky_col2 figure {
    background: #e42a67;
}

.pricingrow hr.bottom_separator_dark {
    margin-top: 30px;
}

/* blog */

.blog-items .blog-item {
    margin-top: 40px;
    margin-bottom: 40px;
}

.blog-items.columns-2 .blog-item,
.blog-items.columns-3 .blog-item,
.blog-items.columns-4 .blog-item {
    width: calc(33.33% - 40px);
}

.blog-items .blog-item h2,
.blog-items .blog-item h2 a {
    font-size: 24px;
    padding-top: 30px;
}

.blog-items .blog-item .item-image img {
    border-radius: 7px;
}

/* contact */

@media (min-width: 992px) {

    .com-contact.contact {
        display: flex;
        flex-wrap: wrap;
    }

    .com-contact.contact .page-header {
        width: 100%;
    }

    .com-contact__container {
        width: 34%;
    }

    .com-contact__form.contact-form {
        width: 66%;
        margin-top: 15px;
    }

    .com-contact__form.contact-form legend {
        background: transparent;
        padding: 15px 0;
        font-size: 24px;
        line-height: 1.4;
        font-weight: 700;
        text-transform: uppercase;
    }

    .com-contact.contact > h2 {
        display: none;
    }

}

/* bottom_row */

.bottom_row {
    background: var(--sparkycolor1);
    color: #fff;
}

.bottom_row h3 {
    font-size: 20px;
    color: #fff;
    /*/margin-bottom: 30px;*/
}

.bottom_row a:hover {
    color: #fff;
  text-decoration:underline;
}

.bottom_row p, .bottom_row a {
   
}

.bottom_row a:hover {
    opacity: 1;
}

.bottom_row .btn:hover {

}

p.copyright {
    text-align:center;
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
}

@media (max-width: 1024px) {

    .carouselrow .hot_swipe_carousel_slides .contents {
        width: 80% !important;
        top: 15% !important;
    }

}

@media (max-width: 991px) {

    .logorow nav:not(.opened) ul.menu {
        display: none;
    }

    .logorow > .sparky_container > .mp_logo {
        width: 50% !important;
    }

    .logorow > .sparky_container > .mp_top1 {
        width: 10% !important;
    }

    .logorow > .sparky_container > .mp_top2 {
        width: 40% !important;
    }

    .sparky_logo_image img {
        width: 120px;
        max-width: 120px;
    }

    h1, h1 a {
        font-size: 40px;
    }

    h2, h2 a {
        font-size: 32px;
    }

    .hot_swipe_carousel_slides_testimonials img {
        width: 100px !important;
        height: 100px;
    }

    .noid .counter_number,
    .carouselrow .hot_swipe_carousel_slides .contents h2 {
        font-size: 40px !important;
    }

    .carouselrow .hot_swipe_carousel_slides .contents {
        width: 100% !important;
        padding-top: 15px !important;
        padding-bottom: 50px !important;
    }

    .carouselrow .flickity-prev-next-button {
        display: none;
    }

    .videotext h1 {
        font-size: 32px;
    }

    .videotext p {
        font-size: 16px;
    }

}

@media (max-width: 767px) {
    #row_25776696 .noid .counter_number {
        line-height: 45px !important;
        color: #3f8e45;
        font-weight: 700;
        font-family: "Montserrat";
        /* font-size: 12px !important; */
        padding-top: 12px;
    }
    .logorow .sparky_button {
        padding: 4px 10px;
    }

    .hot_swipe_carousel_slides_testimonials .gallery-cell {
        display: block;
        width: 98% !important;
    }

    .hot_swipe_carousel_slides_testimonials .contents {
        background: #fff !important;
    }

    .hot_swipe_carousel_slides_testimonials img {
        width: 100% !important;
        height: auto;
        margin-right: 0;
    }

    .blog-items.columns-2 .blog-item,
    .blog-items.columns-3 .blog-item,
    .blog-items.columns-4 .blog-item {
        width: 100%;
    }

    .videotext {
        position: relative;
        color: #333 !important;
        height: auto;
    }

    .videotext > .sparky_page_container {
        height: auto;
    }

    .videotext h1, .videotext p {
        color: #333;
    }

}

/* For DEMO purposes only. Can be safely deleted */

.sparky_settings {
    position: fixed;
    z-index: 9999;
    top:70%;
    padding: 0 5px;
    background: #000;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    line-height: 1.4;
}

.sparky_settings:hover {
    background: #000;
}

.sparky_settings .sparky_cell {
    padding: 15px;
}

.settings_content {
    display: none;
    float: left;
    padding-right: 15px;
    height: 28px;
}

.settings_content span {
    display: inline-block;
    width: 28px;
    height: 28px;
    border:3px solid #333;
    border-radius: 19px;
}

.settings_content span:hover {
    border:3px solid #fff;
}

.settings_content span.style1 {
    background: #4392f9;
}

.settings_content span.style2 {
    background: #f94365;
}

.settings_content span.style3 {
    background: #1acf63;
}

.settings_content span.style4 {
    background: #f99443;
}

.settings_content span.style5 {
    background: #d043f9;
}

.settings_content a {
    text-decoration: none;
}

.settings_cog {
    float: left;
    width: 30px;
    height: 28px;
}

.sparky_settings i {
    font-size: 28px;
    color: #ccc;
}