/* SLIDER PARTENAIRES MOBILE 

@media (max-width: 600px) {
      .custom-slider .swiper-slide {
        opacity: 0.5; 
        .clickfi_img_partenaires {
                 padding-left: 0 !important;
                  padding-right: 0 !important;
                  width: 100% !important;
                }
            
                .custom-slider .swiper-slide {
                  transition: transform 0.3s ease, opacity 0.3s ease;
                  margin-right: 0 !important;
                  width: auto !important;
                }
                
                .custom-slider .swiper-slide-active + .swiper-slide {
                  opacity: 1;
                  transform: scale(1.05);
                }
                  
                .custom-slider .swiper-pagination {
                    max-width: 100% !important;
                }
                
                
                .custom-slider .swiper-pagination {
                  margin-top: 60px;
                }
                
                .swiper-pagination-bullet {
                  background-color: #e7e7e7 !important;
                  opacity: 0.4;
                  transition: all 0.3s ease;
                  margin-right: 5px !important;
                }
            
                .swiper-pagination-bullet-active {
                  background-color: #aba8b1 !important;
                } 
        }


/* SWIPER PARTENAIRES */

.clickfi_img_partenaires {
    width: auto !important;
    }
    
.custom-slider .swiper-slide {
    width: auto;
    }
    
    .custom-slider .swiper-pagination {
        display: none;
        }
    
@media (max-width: 1400px) {
    .custom-slider .swiper-wrapper, #swiper-wrapper-2240c822ee254b14, wp-container-core-group-is-layout-c024f95a, clickfi_img_partenaires {
        gap: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        }
        
    .clickfi_partenaires_heading_mob .swiper-slide {
        width: auto !important;
        }
        
    .custom-slider .swiper-slide-active {
     opacity: 1 !important;
     }
     
     .custom-slider .swiper-slide {
      opacity: 0.5;
      }
      
    .custom-slider .swiper-pagination {
        max-width: 100% !important;
        margin-top: 60px;
        display: block !important;
    }
    
    .swiper-pagination-bullet {
      background-color: #e7e7e7 !important;
      opacity: 0.4;
      transition: all 0.3s ease;
      margin-right: 5px !important;
    }
    
    .swiper-pagination-bullet-active {
      background-color: #aba8b1 !important;
    } 
}
    
 /* SLIDER TEMOIGNAGE */

.clickfi-temoignages-swiper {
  max-width: 1440px !important;
  padding: 0 30px 30px !important;
}


.clickfi-temoignages-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
  opacity: 0.5; 
  transition: transform 0.3s ease;
}

.clickfi-temoignages-swiper .swiper-slide-active {
  margin-bottom: 24px !important;
  opacity: 1;
  transform: scale(1.05);
  display: flex;
  flex-direction: row;
  justify-content: center;
  }

.clickfi_testimonial_card {
  width: 100%;
  background: #FFF !important;
  box-shadow: 0px 4px 20px 0px #E9E9E9 !important;
}

.clickfi-temoignages-swiper {
  .swiper-pagination-bullet {
    background-color: #e7e7e7 !important;
}

 .swiper-pagination-bullet-active {
  background-color: #aba8b1 !important;
}

@media (min-width: 1200px) {

  .clickfi-swiper-pagination {
    display: none;
  }
  
  .clickfi_testimonial_card {
  width: 100%;
  max-width: 630px !important;
  }
  
  .clickfi-temoignages-swiper .swiper-slide-active {
    max-width: 630px !important;
    }
}

@media (max-width: 1200px) {

  .clickfi-temoignages-swiper {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 22px !important;
    }
    
    .clickfi_testimonial_card {
        padding: 40px !important;
    }
    
     .clickfi_testimonial_card h3 {
        margin-bottom: 0 !important;
     }
  
}