.elementor-376 .elementor-element.elementor-element-ed2fa36{--display:flex;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-376 .elementor-element.elementor-element-3c076ff{text-align:center;}@media(max-width:1024px){.elementor-widget-theme-post-content{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-theme-post-content{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for theme-post-content, class: .elementor-element-3c076ff *//* ------------------------------
   PALETTE MAXI CARWASH – DARK MODE
--------------------------------*/
:root {
  --maxi-blue: #4DA3FF;
  --maxi-blue-strong: #0080FF;
  --maxi-white: #FFFFFF;
  --maxi-black: #0A0A0A;
  --maxi-dark: #111111;
  --maxi-dark-light: #1A1A1A;
  --maxi-grey-text: #CCCCCC;
  --maxi-neon: #00A8FF;
}

/* ------------------------------
   GLOBAL BACKGROUND
--------------------------------*/
body, .elementor, .elementor-section {
  background: var(--maxi-black) !important;
}

/* ------------------------------
   HEADER GLOBAL
--------------------------------*/
.header-maxi {
  background: var(--maxi-dark);
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.header-maxi .elementor-nav-menu a {
  color: var(--maxi-white) !important;
  font-weight: 600;
  transition: 0.3s ease;
}

.header-maxi .elementor-nav-menu a:hover {
  color: var(--maxi-blue) !important;
}

.header-maxi .elementor-nav-menu--main .elementor-item:after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background: var(--maxi-blue);
  transition: 0.3s ease;
}

.header-maxi .elementor-nav-menu--main .elementor-item:hover:after {
  width: 100%;
}

/* ------------------------------
   FOOTER GLOBAL
--------------------------------*/
.footer-maxi {
  background: var(--maxi-dark-light);
  padding: 40px 20px;
  border-top: 2px solid var(--maxi-neon);
}

.footer-maxi p, .footer-maxi a {
  color: var(--maxi-grey-text) !important;
}

.footer-maxi a:hover {
  color: var(--maxi-blue) !important;
}

/* ------------------------------
   TITRES
--------------------------------*/
h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: var(--maxi-white);
  letter-spacing: -0.5px;
}

h1 { font-size: 48px; }
h2 { font-size: 36px; margin-bottom: 20px; }
h3 { font-size: 24px; }

/* ------------------------------
   TEXTES
--------------------------------*/
body, p, .elementor-widget-text-editor {
  font-family: 'Inter', sans-serif;
  color: var(--maxi-grey-text);
  line-height: 1.6;
}

/* ------------------------------
   BOUTONS
--------------------------------*/
.elementor-button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  border-radius: 8px;
  padding: 14px 28px;
  transition: 0.25s ease;
}

/* Bouton bleu */
.elementor-button--blue {
  background: var(--maxi-blue);
  color: var(--maxi-black);
}

.elementor-button--blue:hover {
  background: var(--maxi-blue-strong);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 128, 255, 0.4);
}

/* Bouton blanc */
.elementor-button--white {
  background: var(--maxi-white);
  color: var(--maxi-black);
}

.elementor-button--white:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255,255,255,0.2);
}

/* ------------------------------
   CARTES SERVICES
--------------------------------*/
.service-card {
  background: var(--maxi-dark-light);
  border-radius: 10px;
  padding: 30px;
  transition: 0.3s ease;
  box-shadow: 0 4px 20px rgba(255,255,255,0.05);
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(255,255,255,0.12);
}

/* ------------------------------
   AVIS CLIENTS
--------------------------------*/
.review-card {
  background: var(--maxi-dark-light);
  border-radius: 10px;
  padding: 25px;
  border-left: 4px solid var(--maxi-blue);
  transition: 0.3s ease;
}

.review-card:hover {
  transform: translateX(6px);
}

/* ------------------------------
   GALERIE
--------------------------------*/
.elementor-gallery-item__overlay {
  background: rgba(0, 128, 255, 0.4) !important;
}

.elementor-gallery-item:hover img {
  transform: scale(1.05);
  transition: 0.4s ease;
}

/* ------------------------------
   ANIMATIONS PREMIUM
--------------------------------*/
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-left {
  opacity: 0;
  transform: translateX(-20px);
  animation: slideLeft 0.8s ease forwards;
}

@keyframes slideLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slide-right {
  opacity: 0;
  transform: translateX(20px);
  animation: slideRight 0.8s ease forwards;
}

@keyframes slideRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Effet néon */
.neon {
  text-shadow: 0 0 8px var(--maxi-neon), 0 0 16px var(--maxi-neon);
}

/* ------------------------------
   RESPONSIVE
--------------------------------*/
@media (max-width: 768px) {
  h1 { font-size: 34px; }
  h2 { font-size: 28px; }
  .service-card { margin-bottom: 20px; }
  .review-card { margin-bottom: 20px; }
}/* End custom CSS */