.elementor-2960 .elementor-element.elementor-element-c3cbe26{--display:flex;--min-height:636px;}.elementor-2960 .elementor-element.elementor-element-c3cbe26.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2960 .elementor-element.elementor-element-0a7fbfb{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;z-index:0;}.elementor-2960 .elementor-element.elementor-element-0a7fbfb.elementor-element{--align-self:center;}.elementor-2960 .elementor-element.elementor-element-a09b839{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2960 .elementor-element.elementor-element-a09b839.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-2960 .elementor-element.elementor-element-c3cbe26{--width:98.103%;}.elementor-2960 .elementor-element.elementor-element-a09b839{--width:98.351%;}}/* Start custom CSS for html, class: .elementor-element-0a7fbfb *//* CSS WordPress Elementor Optimisé et Responsive - Conciergerie Cannes */
/* =================================================================== */
/* CORRECTIF GLOBAL POLICE                                             */
/* =================================================================== */
.conciergerie-cannes-wp,
.conciergerie-cannes-wp * {
  font-style: normal !important;
}

/* Style global */
.conciergerie-cannes-wp {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  line-height: 1.6 !important;
  color: #333 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
}

.conciergerie-cannes-wp * {
  box-sizing: border-box !important;
}

/* Animations */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* HEADER */
.header-section-wp {
  background: linear-gradient(135deg, #D4AF37, #FFD700, #B8860B) !important;
  position: relative !important;
  padding: 80px 30px !important;
  text-align: center !important;
}

.header-section-wp::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.1) !important;
}

.header-content-wp {
  position: relative !important;
  z-index: 1 !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.main-title-wp {
  font-size: 48px !important;
  font-weight: 700 !important;
  margin-bottom: 30px !important;
  color: #000 !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1) !important;
  animation: fadeInUp 1s ease forwards !important;
}

.main-subtitle-wp {
  font-size: 22px !important;
  max-width: 800px !important;
  margin: 0 auto !important;
  color: rgba(0, 0, 0, 0.9) !important;
  font-weight: 500 !important;
  animation: fadeInUp 1.2s ease forwards !important;
}

/* INTRO */
.intro-section-wp {
  padding: 80px 30px !important;
  background: linear-gradient(to bottom, #FFF8E1, #FFFFFF) !important;
}

.intro-card-wp {
  background: #fff !important;
  border-radius: 16px !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
  padding: 50px !important;
  border: 1px solid #F5E6A3 !important;
}

.intro-title-wp {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #333 !important;
  margin-bottom: 20px !important;
  text-align: center !important;
  animation: fadeInUp 1s ease forwards !important;
}

.title-divider-wp {
  width: 96px !important;
  height: 4px !important;
  background: linear-gradient(to right, #D4AF37, #FFD700) !important;
  margin: 0 auto 40px auto !important;
  border-radius: 2px !important;
}

.intro-text-wp {
  font-size: 18px !important;
  color: #555 !important;
  line-height: 1.8 !important;
  margin-bottom: 25px !important;
}

.first-paragraph-wp::first-letter {
  font-size: 56px !important;
  font-weight: 700 !important;
  color: #bfa046; !important;
  float: left !important;
  margin-right: 8px !important;
  margin-top: 4px !important;
  line-height: 1 !important;
}

/* SECTIONS COMMUNES */
.services-section-wp,
.travelers-section-wp,
.why-choose-section-wp {
  padding: 80px 30px !important;
}

.services-container-wp,
.travelers-container-wp,
.why-choose-container-wp {
  max-width: 1400px !important;
  margin: 0 auto !important;
}

.services-grid-wp,
.travelers-grid-wp,
.why-choose-grid-wp {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 50px !important;
  align-items: center !important;
}

/* TITRES SUR TOUTE LA LARGEUR AVEC ANIMATION */
.services-title-wp,
.travelers-title-wp,
.why-choose-title-wp,
.stats-title-wp,
.testimonial-title-wp {
  grid-column: 1 / -1 !important;
  text-align: center !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #333 !important;
  margin-bottom: 30px !important;
  animation: fadeInUp 1s ease forwards !important;
}

.services-list-wp,
.travelers-list-wp,
.why-choose-list-wp {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.service-item-wp,
.traveler-item-wp,
.why-choose-item-wp {
  display: flex !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
  gap: 15px !important;
}

.check-icon-wp {
  width: 24px !important;
  height: 24px !important;
  background: linear-gradient(135deg, #D4AF37, #FFD700) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: white !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  flex-shrink: 0 !important;
}

.service-text-wp {
  font-size: 18px !important;
  color: #555 !important;
  line-height: 1.6 !important;
}

.services-image-wp,
.travelers-image-wp,
.why-choose-image-wp {
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.services-image-wp img,
.travelers-image-wp img,
.why-choose-image-wp img {
  width: 100% !important;
  height: 400px !important;
  object-fit: cover !important;
  transition: transform 0.3s ease !important;
}

.services-image-wp:hover img,
.travelers-image-wp:hover img,
.why-choose-image-wp:hover img {
  transform: scale(1.08) !important;
}

.services-image-wp:hover,
.travelers-image-wp:hover,
.why-choose-image-wp:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25) !important;
}

/* CTA BUTTON */
.cta-button-wp {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: linear-gradient(135deg, #D4AF37, #FFD700) !important;
  color: white !important;
  padding: 16px 32px !important;
  border-radius: 12px !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3) !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
}

.cta-button-wp:hover {
  transform: translateY(-2px) scale(1.05) !important;
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.4) !important;
}

.cta-button-wp .button-arrow-wp {
  transition: transform 0.3s ease !important;
}

.cta-button-wp:hover .button-arrow-wp {
  transform: translateX(4px) !important;
}

/* STATS SECTION */
.stats-section-wp {
  padding: 80px 30px !important;
  background: linear-gradient(135deg, #1a1a1a, #2d2d2d) !important;
  color: white !important;
  text-align: center !important;
}

.stats-divider-wp {
  width: 96px !important;
  height: 4px !important;
  background: linear-gradient(to right, #D4AF37, #FFD700) !important;
  margin: 0 auto 60px auto !important;
  border-radius: 2px !important;
}

.stats-grid-wp {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  gap: 30px !important;
}

.stat-card-wp {
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(10px) !important;
  border-radius: 16px !important;
  padding: 40px 25px !important;
  transition: all 0.3s ease !important;
}

.stat-card-wp:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  transform: translateY(-5px) scale(1.03) !important;
}

.stat-number-wp {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #FFD700 !important;
  margin-bottom: 10px !important;
}

.stat-description-wp {
  font-size: 16px !important;
  color: #ccc !important;
}

/* TESTIMONIALS */
.testimonial-section-wp {
  padding: 80px 30px !important;
  background: linear-gradient(to bottom, #FFF8E1, #FFFFFF) !important;
  text-align: center !important;
}

.testimonial-card-wp {
  background: white !important;
  border-radius: 16px !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
  padding: 50px !important;
  border: 1px solid #F5E6A3 !important;
}

.stars-wp {
  display: flex !important;
  justify-content: center !important;
  gap: 4px !important;
  margin-bottom: 25px !important;
}

.star-wp {
  color: #FFD700 !important;
  font-size: 24px !important;
}

.testimonial-quote-wp {
  font-size: 22px !important;
  color: #555 !important;
  margin-bottom: 25px !important;
  line-height: 1.6 !important;
}

.testimonial-author-wp {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #333 !important;
}

/* RESPONSIVE OPTIMISÉ */
@media (max-width: 992px) {
  .services-grid-wp,
  .travelers-grid-wp,
  .why-choose-grid-wp {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .main-title-wp {
    font-size: 36px !important;
  }

  .intro-title-wp,
  .services-title-wp,
  .travelers-title-wp,
  .why-choose-title-wp,
  .stats-title-wp,
  .testimonial-title-wp {
    font-size: 28px !important;
  }
}

@media (max-width: 576px) {
  .header-section-wp,
  .intro-section-wp,
  .services-section-wp,
  .travelers-section-wp,
  .why-choose-section-wp,
  .stats-section-wp,
  .testimonial-section-wp {
    padding: 50px 20px !important;
  }

  .main-title-wp {
    font-size: 28px !important;
  }

  .main-subtitle-wp {
    font-size: 16px !important;
  }

  .intro-text-wp,
  .service-text-wp {
    font-size: 16px !important;
  }

  .services-image-wp img,
  .travelers-image-wp img,
  .why-choose-image-wp img {
    height: auto !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c3cbe26 */.conciergerie-cannes {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
}

/* Header Section */
.header-section {
  background: linear-gradient(135deg, #D4AF37 0%, #FFD700 50%, #B8860B 100%);
  position: relative;
  overflow: hidden;
  padding: 4rem 1.5rem;
  text-align: center;
}

.header-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
}

.header-content {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
}

.main-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #000;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
}

.main-subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  max-width: 800px;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
  line-height: 1.5;
}

/* Introduction Section */
.intro-section {
  padding: 5rem 1.5rem;
  background: linear-gradient(to bottom, #FFF8E1, #FFFFFF);
}

.intro-container {
  max-width: 1200px;
  margin: 0 auto;
}

.intro-card {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  padding: 3rem;
  border: 1px solid #F5E6A3;
}

.intro-header {
  text-align: center;
  margin-bottom: 2rem;
}

.intro-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
}

.title-divider {
  width: 6rem;
  height: 4px;
  background: linear-gradient(to right, #D4AF37, #FFD700);
  margin: 0 auto;
  border-radius: 2px;
}

.intro-content {
  max-width: none;
  color: #555;
  line-height: 1.8;
}

.intro-text {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.first-paragraph {
  position: relative;
}

.first-paragraph::first-letter {
  font-size: 3.5rem;
  font-weight: 700;
  color: #D4AF37;
  float: left;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  line-height: 1;
}

/* Services Section */
.services-section {
  padding: 5rem 1.5rem;
}

.services-container {
  max-width: 1400px;
  margin: 0 auto;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.services-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #333;
  margin-bottom: 2rem;
}

.services-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.service-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  gap: 0.75rem;
}

.check-icon {
  width: 1.5rem;
  height: 1.5rem;
  background: linear-gradient(135deg, #D4AF37, #FFD700);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 0.9rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.service-item span {
  font-size: 1.1rem;
  color: #555;
}

.services-image {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.services-image img {
  width: 100%;
  height: 24rem;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.services-image:hover img {
  transform: scale(1.05);
}

/* Travelers Section */
.travelers-section {
  padding: 5rem 1.5rem;
  background: linear-gradient(to bottom, #FFF8E1, #FFFBF0);
}

.travelers-container {
  max-width: 1400px;
  margin: 0 auto;
}

.travelers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.travelers-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #333;
  margin-bottom: 2rem;
}

.travelers-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.traveler-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  gap: 0.75rem;
}

.traveler-item span {
  font-size: 1.1rem;
  color: #555;
}

.travelers-image {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.travelers-image img {
  width: 100%;
  height: 24rem;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.travelers-image:hover img {
  transform: scale(1.05);
}

/* Why Choose Section */
.why-choose-section {
  padding: 5rem 1.5rem;
}

.why-choose-container {
  max-width: 1400px;
  margin: 0 auto;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.why-choose-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #333;
  margin-bottom: 2rem;
}

.why-choose-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.why-choose-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  gap: 0.75rem;
}

.why-choose-item span {
  font-size: 1.1rem;
  color: #555;
}

.why-choose-image {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.why-choose-image img {
  width: 100%;
  height: 24rem;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.why-choose-image:hover img {
  transform: scale(1.05);
}

/* CTA Button */
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #D4AF37, #FFD700);
  color: white;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
  transition: all 0.3s ease;
  text-decoration: none;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.4);
}

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

.cta-button:hover .button-arrow {
  transform: translateX(0.25rem);
}

/* Statistics Section */
.stats-section {
  padding: 5rem 1.5rem;
  background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
  color: white;
  text-align: center;
}

.stats-container {
  max-width: 1200px;
  margin: 0 auto;
}

.stats-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

.stats-divider {
  width: 6rem;
  height: 4px;
  background: linear-gradient(to right, #D4AF37, #FFD700);
  margin: 0 auto 4rem auto;
  border-radius: 2px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.stat-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-card:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
}

.stat-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #FFD700;
  margin-bottom: 0.5rem;
}

.stat-description {
  font-size: 0.9rem;
  color: #ccc;
  line-height: 1.4;
}

/* Testimonial Section */
.testimonial-section {
  padding: 5rem 1.5rem;
  background: linear-gradient(to bottom, #FFF8E1, #FFFFFF);
  text-align: center;
}

.testimonial-container {
  max-width: 1000px;
  margin: 0 auto;
}

.testimonial-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #333;
  margin-bottom: 3rem;
}

.testimonial-card {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  padding: 3rem;
  border: 1px solid #F5E6A3;
}

.stars {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  margin-bottom: 1.5rem;
}

.star {
  color: #FFD700;
  font-size: 1.5rem;
}

.testimonial-quote {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  color: #555;
  font-style: italic;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.testimonial-author {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  font-style: normal;
}

/* Responsive Design */
@media (max-width: 768px) {
  .services-grid,
  .travelers-grid,
  .why-choose-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .travelers-grid .travelers-image {
    order: -1;
  }
  
  .intro-card {
    padding: 2rem;
  }
  
  .first-paragraph::first-letter {
    font-size: 2.5rem;
  }
  
  .stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
  }
  
  .testimonial-card {
    padding: 2rem;
  }
}

@media (max-width: 480px) {
  .header-section {
    padding: 3rem 1rem;
  }
  
  .intro-section,
  .services-section,
  .travelers-section,
  .why-choose-section,
  .stats-section,
  .testimonial-section {
    padding: 3rem 1rem;
  }
  
  .intro-card,
  .testimonial-card {
    padding: 1.5rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f2cd1a *//* =================================================================== */
/* CORRECTIF GLOBAL POLICE                                             */
/* Règle pour forcer un style de police normal et éviter les conflits. */
/* =================================================================== */
body,
body * {
  font-style: normal !important;
}

/* Réinitialisation et styles de base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Section des avis */
.reviews-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.reviews-header {
  text-align: center;
  margin-bottom: 60px;
}

.reviews-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 40px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Résumé des notes */
.rating-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.rating-badge {
  background: linear-gradient(135deg, #27ae60, #2ecc71);
  color: white;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(46, 204, 113, 0.3);
  transform: translateY(0);
  transition: all 0.3s ease;
}

.rating-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(46, 204, 113, 0.4);
}

.stars-container {
  margin: 10px 0;
}

.stars {
  display: flex;
  gap: 5px;
}

.star {
  color: #ffd700;
  font-size: 2rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  animation: starGlow 2s ease-in-out infinite alternate;
}

.rating-info {
  color: #666;
  font-size: 1rem;
  margin-bottom: 15px;
}

.google-logo img {
  height: 30px;
  opacity: 0.8;
}

/* Grille des avis */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.review-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  animation: slideInUp 0.6s ease forwards;
}

.review-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #3498db, #2ecc71, #f39c12);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.review-card:hover::before {
  opacity: 1;
}

.review-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.reviewer-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.review-card:hover .reviewer-avatar {
  transform: scale(1.1);
}

.reviewer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviewer-info {
  flex: 1;
}

.reviewer-name {
  font-weight: 600;
  font-size: 1.1rem;
  color: #2c3e50;
  margin-bottom: 5px;
}

.review-meta {
  color: #666;
  font-size: 0.9rem;
}

.google-icon {
  width: 30px;
  height: 30px;
  background: #4285f4;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(66, 133, 244, 0.3);
  transition: transform 0.5s ease;
}

.review-card:hover .google-icon {
  transform: rotate(360deg);
}

.review-rating {
  margin-bottom: 15px;
}

.review-rating .star {
  color: #ffd700;
  font-size: 1.2rem;
  margin-right: 2px;
}

.review-text {
  color: #555;
  line-height: 1.7;
  font-size: 1rem;
  text-align: left;
}

/* Animations */
@keyframes starGlow {
  0% {
    filter: brightness(1);
  }
  100% {
    filter: brightness(1.2);
  }
}

.star:nth-child(1) { animation-delay: 0s; }
.star:nth-child(2) { animation-delay: 0.2s; }
.star:nth-child(3) { animation-delay: 0.4s; }
.star:nth-child(4) { animation-delay: 0.6s; }
.star:nth-child(5) { animation-delay: 0.8s; }

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.review-card:nth-child(1) { animation-delay: 0.1s; }
.review-card:nth-child(2) { animation-delay: 0.2s; }
.review-card:nth-child(3) { animation-delay: 0.3s; }
.review-card:nth-child(4) { animation-delay: 0.4s; }
.review-card:nth-child(5) { animation-delay: 0.5s; }
.review-card:nth-child(6) { animation-delay: 0.6s; }
.review-card:nth-child(7) { animation-delay: 0.7s; }
.review-card:nth-child(8) { animation-delay: 0.8s; }


/* Barre de défilement personnalisée */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #3498db, #2ecc71);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #2980b9, #27ae60);
}

/* Responsive */
@media (max-width: 768px) {
  .reviews-section {
    padding: 50px 0;
  }
  .reviews-title {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .review-card {
    padding: 25px;
  }
  .container {
    padding: 0 15px;
  }
  .rating-badge {
    padding: 10px 25px;
    font-size: 1rem;
  }
  .star {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .reviews-title {
    font-size: 1.8rem;
  }
  .review-card {
    padding: 20px;
  }
  .reviewer-avatar {
    width: 40px;
    height: 40px;
  }
  .reviewer-name {
    font-size: 1rem;
  }
  .review-text {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS *//* CSS personnalisé pour Elementor WordPress */

/* Sélecteurs spécifiques Elementor */
.elementor-section .reviews-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.elementor-container .reviews-header {
    text-align: center;
    margin-bottom: 60px;
}

/* Styles pour les widgets Elementor */
.elementor-widget-container .reviews-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 40px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Responsive pour Elementor */
@media (max-width: 1024px) {
    .elementor-section .reviews-section {
        padding: 60px 0;
    }
    
    .elementor-widget-container .reviews-title {
        font-size: 2.4rem;
    }
}

@media (max-width: 767px) {
    .elementor-section .reviews-section {
        padding: 40px 0;
    }
    
    .elementor-widget-container .reviews-title {
        font-size: 2rem;
    }
    
    .elementor-container .reviews-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Overrides pour les thèmes WordPress */
.elementor-section .review-card * {
    box-sizing: border-box;
}

/* Compatibilité avec les thèmes WordPress populaires */
.elementor-widget-container .review-card {
    margin-bottom: 0 !important;
}

.elementor-widget-container .review-card p {
    margin-bottom: 0 !important;
}

/* Animation spécifique pour Elementor */
.elementor-invisible .review-card {
    opacity: 0;
    transform: translateY(30px);
}

.elementor-animated .review-card {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s ease;
}/* End custom CSS */