@charset "UTF-8";
@import url(main.css);
a:visited { color: white !important; }

a:visited:hover { color: #205bad !important; }

form#formContact { border-radius: 0px !important; }

footer > div.row.justify-content-center.justify-content-lg-around.text-center.text-lg-start > div:nth-child(3) { display: none; }

.background-image-div-opacity { background-attachment: scroll !important; }

/* ====================== CUSTOM HEADER ===================================*/
.animated-border-button:after { background-color: #205bad; }

a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone { background-color: #205bad !important; border-radius: 0px !important; font-weight: 550; padding: 12px 30px !important; color: white !important; font-size: 1rem; cursor: default; }

a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone:hover { transition: none !important; transform: none !important; }

/* ====================== CUSTOM BLOC COOKIES ===================================*/
div#termsfeed-com---nb { border-radius: 0px !important; background-color: white; }

button.cc-nb-okagree { border-radius: 0px !important; background-color: #205bad !important; }

button.cc-nb-reject { border-radius: 0px !important; background-color: #205bad !important; }

button.cc-nb-changep { border-radius: 0px !important; background-color: white !important; }

/* ====================== CUSTOM BLOC SEO ===================================*/
.mx-auto.first-activity-div.col-lg-11.px-4.py-4.mb-5.mt-5.bg-primaryColor.text-color-primary.rounded-3.shadow-lg.position-relative { border-radius: 0px !important; box-shadow: none !important; }

.mx-auto.second-activity-div.col-lg-11.px-4.py-4.mb-5.mt-5.rounded-3.shadow-lg.bg-primaryColor.text-color-primary.position-relative { border-radius: 0px !important; box-shadow: none !important; }

.mx-auto.third-activity-div.col-lg-11.px-4.py-4.mb-4.mt-5.bg-primaryColor.text-color-primary.rounded-3.shadow-lg.position-relative { border-radius: 0px !important; box-shadow: none !important; margin-bottom: 100px !important; }

.black-screen { opacity: 0.1; }

.card.card-cover.h-100.overflow-hidden.rounded-4.shadow-lg { border-radius: 0px !important; }

.card.card-cover.h-100.overflow-hidden.rounded-4.shadow-lg { background-color: #333; }

/* ====================== CUSTOM AVIS GOOGLE ===================================*/
.card.p-2.rounded-3.shadow-lg.px-4.border-0.d-flex.justify-content-lg-between { border-radius: 0px !important; background-color: #333; box-shadow: none !important; }

a#maps-url { border-radius: 0px; text-transform: uppercase; font-size: 14px !important; font-weight: 700; padding: 14px 20px; border: 2px solid #205bad !important; letter-spacing: 1px; }

a#maps-url:hover { color: #205bad !important; border: 2px solid #205bad !important; }

.d-lg-flex.align-items-center.justify-content-lg-between.text-center.text-lg-start.p-lg-4 { background-color: white; }

img.card-img-top.avatar-google-place.rounded-circle.d-lg-flex.align-items-lg-center.justify-content-center.m-2 { background-color: #333 !important; border-radius: 0px !important; }

.card.rounded-3.shadow-lg.mx-4.mb-4 { border-radius: 0px !important; }

/*============================================================== HERO D'ACCUEIL ==========================================================================*/
.hero-garage { position: relative; height: 100vh; width: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center; font-family: 'Arial', sans-serif; }

.hero-garage-video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translate(-50%, -50%); z-index: 0; }

.hero-garage-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 1; }

.hero-garage-content { position: relative; z-index: 2; text-align: center; color: white; padding: 20px; }

div.hero-garage-content > p { color: #205bad !important; font-weight: 700 !important; }

.hero-garage-logo-container { margin-bottom: 10px; animation: fadeInDown 1s ease-out; }

.hero-garage-logo { width: 350px; height: auto; filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3)); margin-bottom: 20px; }

.hero-garage-tagline { font-size: 14px; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 20px; opacity: 0.9; animation: fadeInDown 1s ease-out 0.2s both; }

.hero-garage-title { font-size: 72px; font-weight: 700; text-transform: uppercase; margin-bottom: 40px; line-height: 1.2; animation: fadeInUp 1s ease-out 0.4s both; margin: 0 0 40px 0; }

.hero-garage-title-highlight { font-weight: 900; }

.hero-garage-button { display: inline-block; padding: 18px 45px; background-color: #205bad; color: white; text-decoration: none; text-transform: uppercase; font-weight: 700; letter-spacing: 2px; font-size: 14px; transition: all 0.3s ease; animation: fadeInUp 1s ease-out 0.6s both; border: none; cursor: pointer; }

.hero-garage-button:hover { background-color: white; transform: translateY(-2px); box-shadow: 0 10px 30px rgba(32, 91, 173, 0.3); color: #205bad; }

.hero-garage-scroll { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 2; animation: bounce 2s infinite; }

.hero-garage-scroll-icon { font-size: 60px; color: white; opacity: 0.7; display: flex; flex-direction: column; line-height: 0.5; transform: rotate(90deg); align-items: center; }

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

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

@keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
  40% { transform: translateX(-50%) translateY(-10px); }
  60% { transform: translateX(-50%) translateY(-5px); } }

@media (max-width: 768px) { .hero-garage-title { font-size: 42px; } .hero-garage-tagline { font-size: 12px; letter-spacing: 2px; } .hero-garage-button { padding: 15px 35px; font-size: 12px; } .hero-garage-logo { width: 100px; } }

/*=========================================================================== PRESENTATION ===================================================================*/
.presentation-container { width: 100%; min-height: 100vh; position: relative; overflow: hidden; background: #333; display: flex; align-items: center; padding: 80px 0; font-family: 'Arial', sans-serif; background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FbrtgMu7bnbUXkzESQeMA9mzGE4o1%2Fimages%2FIdentite_visuelle_Groupe_Le_Dorze_5_jtij.webp"); background-size: cover; background-position: center; background-repeat: no-repeat; }

.presentation-wrapper { max-width: 1400px; margin: 0 auto; padding: 0 40px; width: 100%; }

.presentation-content { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

.presentation-text { opacity: 0; transform: translateX(-50px); animation: slideInLeft 1s ease-out forwards; animation-delay: 0.3s; }

.presentation-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; background: rgba(32, 91, 173, 0.1); border-radius: 20px; font-size: 14px; font-weight: 600; color: #205BAD; margin-bottom: 20px; opacity: 0; animation: fadeIn 0.8s ease-out forwards; animation-delay: 0.2s; text-transform: uppercase; }

.presentation-badge::before { content: ""; width: 8px; height: 8px; background: #205BAD; border-radius: 50%; }

.presentation-title { font-size: 48px; font-weight: 700 !important; color: #fff; margin-bottom: 24px; line-height: 1.2; text-transform: uppercase; }

.presentation-title-highlight { color: #205BAD; position: relative; display: inline-block; }

.presentation-title-highlight::after { content: ""; position: absolute; bottom: -5px; left: 0; width: 0; height: 3px; background: #205BAD; animation: expandWidth 0.8s ease-out forwards; animation-delay: 0.8s; }

.presentation-description { font-size: 18px; line-height: 1.8; color: #fff; margin-bottom: 30px; }

.presentation-features { display: flex; flex-direction: column; gap: 16px; margin-bottom: 40px; }

.presentation-feature { display: flex; align-items: center; gap: 12px; font-size: 16px; color: #fff; opacity: 0; transform: translateX(-20px); }

.presentation-feature:nth-child(1) { animation: slideInLeft 0.6s ease-out forwards; animation-delay: 1s; }

.presentation-feature:nth-child(2) { animation: slideInLeft 0.6s ease-out forwards; animation-delay: 1.2s; }

.presentation-feature:nth-child(3) { animation: slideInLeft 0.6s ease-out forwards; animation-delay: 1.4s; }

.presentation-feature-icon { width: 24px; height: 24px; background: #205BAD; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

.presentation-feature-icon::after { content: "✓"; color: white; font-size: 14px; font-weight: bold; }

.presentation-images { position: relative; height: 600px; opacity: 0; transform: translateX(50px); animation: slideInRight 1s ease-out forwards; animation-delay: 0.5s; }

.presentation-image-main { position: absolute; top: 0; right: 0; width: 70%; height: 70%; background-size: cover; background-position: center; z-index: 2; opacity: 0; transform: scale(0.9); animation: zoomIn 0.8s ease-out forwards; animation-delay: 0.8s; }

.presentation-image-secondary { position: absolute; bottom: 0; left: 0; width: 60%; height: 55%; background-size: cover; background-position: center; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); z-index: 1; opacity: 0; transform: scale(0.9); animation: zoomIn 0.8s ease-out forwards; animation-delay: 1.1s; }

.presentation-image-accent { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 150px; height: 150px; background: #205BAD; border-radius: 50%; opacity: 0.1; z-index: 0; animation: pulse 3s ease-in-out infinite; }

@keyframes slideInLeft { to { opacity: 1;
    transform: translateX(0); } }

@keyframes slideInRight { to { opacity: 1;
    transform: translateX(0); } }

@keyframes fadeIn { to { opacity: 1; } }

@keyframes fadeInUp { to { opacity: 1;
    transform: translateY(0); } }

@keyframes expandWidth { to { width: 100%; } }

@keyframes zoomIn { to { opacity: 1;
    transform: scale(1); } }

@keyframes pulse { 0%, 100% { transform: translate(-50%, -50%) scale(1);
    opacity: 0.1; }
  50% { transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.15; } }

@media (max-width: 968px) { .presentation-content { grid-template-columns: 1fr; gap: 40px; } .presentation-images { height: 400px; } .presentation-title { font-size: 36px; } .presentation-wrapper { padding: 0 20px; } }

@media (max-width: 768px) { .presentation-container { padding: 60px 0; } .presentation-title { font-size: 32px; } .presentation-description { font-size: 16px; } .presentation-images { height: 350px; } .presentation-image-main { width: 75%; height: 65%; } .presentation-image-secondary { width: 65%; height: 50%; } }

/*=========================================================================== LES GARAGES ===================================================================*/
.services-garage-container { width: 100%; height: 100vh; position: relative; overflow: hidden; margin: 0 auto; }

.services-garage-header { position: absolute; top: 20px; left: 20px; color: #205BAD; font-size: 14px; font-weight: 700; display: flex; align-items: center; gap: 8px; z-index: 10; text-transform: uppercase; }

.services-garage-header::before { content: ""; width: 6px; height: 6px; background: #205BAD; border-radius: 50%; }

.services-garage-slider { display: flex; height: 100%; position: relative; }

.services-garage-slide { flex: 1; position: relative; cursor: pointer; background-size: cover; background-position: center; background-repeat: no-repeat; transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1); overflow: hidden; filter: grayscale(0.6) brightness(1); }

.services-garage-slide:hover { filter: grayscale(0.2) brightness(1.05) saturate(1.15); transform: scale(1.015); }

.services-garage-slide.active { flex: 2.5; filter: grayscale(0) brightness(1.1); }

.services-garage-slide::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 80%); }

.services-garage-content { position: absolute; bottom: 30px; left: 30px; right: 30px; color: white; z-index: 2; }

.services-garage-slide.active .services-garage-content { bottom: 80px; transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s; }

.services-garage-number { font-size: 64px; font-weight: 300; color: rgba(255, 255, 255, 0.6); line-height: 1; position: absolute; bottom: 30px; left: 30px; transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1); }

.services-garage-slide.active .services-garage-number { bottom: auto; top: -50px; font-size: 48px; left: 0; }

.services-garage-type { font-size: 16px; font-weight: 600; color: rgba(255, 255, 255, 0.8); margin-bottom: 5px; transform: rotate(-90deg); transform-origin: left bottom; position: absolute; bottom: 100px; left: 30px; white-space: nowrap; transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1); }

.services-garage-slide.active .services-garage-type { transform: rotate(0deg); position: static; transform-origin: unset; }

.services-garage-name { font-size: 28px; font-weight: 700; margin-bottom: 8px; opacity: 0; transform: translateY(30px); transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); transition-delay: 0s; }

.services-garage-slide.active .services-garage-name { opacity: 1; transform: translateY(0); transition-delay: 0.3s; }

.services-garage-subtitle { font-size: 16px; color: rgba(255, 255, 255, 0.8); margin-bottom: 20px; opacity: 0; transform: translateY(30px); transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); transition-delay: 0s; }

.services-garage-slide.active .services-garage-subtitle { opacity: 1; transform: translateY(0); transition-delay: 0.4s; }

.services-garage-info { opacity: 0; transform: translateY(30px); transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); transition-delay: 0s; }

.services-garage-slide.active .services-garage-info { opacity: 1; transform: translateY(0); transition-delay: 0.5s; }

.services-garage-row { display: flex; justify-content: space-between; margin-bottom: 6px; font-size: 14px; opacity: 0; transform: translateX(-20px); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

.services-garage-slide.active .services-garage-row { opacity: 1; transform: translateX(0); }

.services-garage-slide.active .services-garage-row:nth-child(1) { transition-delay: 0.6s; }

.services-garage-slide.active .services-garage-row:nth-child(2) { transition-delay: 0.65s; }

.services-garage-slide.active .services-garage-row:nth-child(3) { transition-delay: 0.7s; }

.services-garage-label { color: rgba(255, 255, 255, 0.7); }

.services-garage-value { color: white; font-weight: 600; }

.services-garage-badges { display: flex; gap: 12px; margin-top: 15px; opacity: 0; transform: translateY(30px); transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); transition-delay: 0s; flex-wrap: wrap; }

.services-garage-slide.active .services-garage-badges { opacity: 1; transform: translateY(0); transition-delay: 0.8s; }

.services-garage-badge { display: flex; align-items: center; gap: 6px; padding: 6px 12px; background: rgba(255, 255, 255, 0.1); border-radius: 12px; font-size: 12px; font-weight: 500; opacity: 0; transform: scale(0.8); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.services-garage-slide.active .services-garage-badge { opacity: 1; transform: scale(1); }

.services-garage-slide.active .services-garage-badge:nth-child(1) { transition-delay: 0.85s; }

.services-garage-slide.active .services-garage-badge:nth-child(2) { transition-delay: 0.9s; }

.services-garage-slide.active .services-garage-badge:nth-child(3) { transition-delay: 0.95s; }

.services-garage-action-button { position: absolute; bottom: 30px; right: 30px; padding: 12px 24px; background: #205BAD; border: none; border-radius: 0px; color: white; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.4s ease; z-index: 3; opacity: 0; transform: translateY(20px); text-decoration: none; text-transform: uppercase; display: inline-flex; align-items: center; gap: 8px; }

.services-garage-action-button:hover { background: white; color: #205BAD; transform: translateY(18px); }

.services-garage-slide.active .services-garage-action-button { opacity: 1; transform: translateY(0); transition-delay: 1s; }

.services-garage-navigation { position: absolute; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; background: white; border: none; border-radius: 0px; color: #205bad; cursor: pointer; font-size: 20px; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; z-index: 4; backdrop-filter: blur(10px); }

.services-garage-nav-prev { left: 20px; }

.services-garage-nav-next { right: 20px; }

.services-garage-navigation:hover { background: #205bad; color: white; }

@media (max-width: 768px) { .services-garage-slider { flex-direction: column; } .services-garage-slide { flex: 1; min-height: 80px; } .services-garage-slide.active { flex: 2; } .services-garage-number { font-size: 32px; } .services-garage-type { transform: none; position: static; } }

/*=========================================================================== CITATIONS ===================================================================*/
.citation-abc-container { width: 100%; padding: 100px 0; background: #333; position: relative; overflow: hidden; background-size: cover; background-position: center; background-repeat: no-repeat; font-family: 'Arial', sans-serif; }

.citation-abc-container::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0); z-index: 1; }

.citation-abc-wrapper { max-width: 1000px; margin: 0 auto; padding: 0 40px; position: relative; z-index: 2; }

.citation-abc-content { text-align: center; opacity: 0; transform: translateY(30px); animation: fadeInUp 1s ease-out forwards; animation-delay: 0.3s; }

.citation-abc-text { font-size: 28px; line-height: 1.6; color: white; font-weight: 300; margin-bottom: 40px; font-style: italic; position: relative; border: none; /* Ajouté */ border-left: none; /* Ajouté */ padding-left: 0; /* Ajouté */ margin-left: 0; }

.citation-abc-text::before, .citation-abc-text::after { color: #205BAD; font-size: 48px; font-weight: bold; line-height: 0; position: relative; }

.citation-abc-text::before { content: '"'; margin-right: 10px; }

.citation-abc-text::after { content: '"'; margin-left: 10px; }

.citation-abc-author { display: flex; align-items: center; justify-content: center; gap: 20px; opacity: 0; transform: translateY(20px); animation: fadeInUp 0.8s ease-out forwards; animation-delay: 0.6s; }

.citation-abc-author-line { width: 40px; height: 2px; background: #205BAD; }

.citation-abc-author-name { font-size: 16px; font-weight: 900 !important; color: #205BAD; text-transform: uppercase; letter-spacing: 1px; }

@keyframes fadeInUp { to { opacity: 1;
    transform: translateY(0); } }

@keyframes fadeIn { to { opacity: 1; } }

@media (max-width: 768px) { .citation-abc-container { padding: 80px 0; } .citation-abc-wrapper { padding: 0 20px; } .citation-abc-text { font-size: 22px; } .citation-abc-text::before, .citation-abc-text::after { font-size: 36px; } .citation-abc-author-line { width: 30px; } }

/*=========================================================================== REALISATIONS ===================================================================*/
.galerie-container { width: 100%; padding: 80px 0; background: #333; position: relative; }

.galerie-wrapper { max-width: 1400px; margin: 0 auto; padding: 0 40px; }

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

.galerie-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700 !important; color: #205BAD; text-transform: uppercase; letter-spacing: 1px; }

.galerie-badge::before { content: ""; width: 8px; height: 8px; background: #205BAD; border-radius: 50%; }

.galerie-slider-container { position: relative; overflow: hidden; border-radius: 0; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); }

.galerie-slider { display: flex; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }

.galerie-slide { min-width: 100%; height: 600px; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; }

.galerie-slide::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%); }

.galerie-navigation { position: absolute; top: 50%; transform: translateY(-50%); width: 60px; height: 60px; background: rgba(255, 255, 255, 0.9); border: none; color: #205BAD; cursor: pointer; font-size: 24px; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; z-index: 10; }

.galerie-navigation:hover { background: #205BAD; color: white; }

.galerie-nav-prev { left: 20px; }

.galerie-nav-next { right: 20px; }

.galerie-indicators { display: flex; justify-content: center; gap: 10px; margin-top: 30px; }

.galerie-indicator { width: 12px; height: 12px; border-radius: 50%; background: #d0d0d0; cursor: pointer; transition: all 0.3s ease; border: none; padding: 0; }

.galerie-indicator.active { background: #205BAD; width: 40px; border-radius: 6px; }

.galerie-cta-container { text-align: center; margin-top: 50px; }

.galerie-cta { display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; background: #205BAD; color: white; text-decoration: none; font-size: 14px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; transition: all 0.3s ease; }

.galerie-cta:hover { background: white; color: #1a4a8f; transform: translateY(-2px); box-shadow: 0 10px 30px rgba(32, 91, 173, 0.3); }

@media (max-width: 768px) { .galerie-container { padding: 60px 0; } .galerie-wrapper { padding: 0 20px; } .galerie-slide { height: 400px; } .galerie-navigation { width: 50px; height: 50px; font-size: 20px; } .galerie-nav-prev { left: 10px; } .galerie-nav-next { right: 10px; } .galerie-header { margin-bottom: 40px; } .galerie-cta-container { margin-top: 40px; } }

/*=========================================================================== EN TETE GARAGES ===================================================================*/
.garage-header { position: relative; width: 100%; min-height: 60vh; background-size: cover; background-position: center; background-repeat: no-repeat; overflow: hidden; display: flex; align-items: center; }

.garage-header::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%); }

.garage-header-content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 80px 40px; width: 100%; }

.header-subtitle { color: #4285f4; font-size: 14px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }

.header-subtitle::before { content: ''; width: 8px; height: 8px; background: #4285f4; border-radius: 50%; }

.header-title { font-size: 48px; font-weight: 700 !important; color: #fff; margin-bottom: 24px; line-height: 1.2; text-transform: uppercase; }

.header-title .highlight { color: #4285f4; background: transparent; }

.header-description { font-size: 18px; color: #e0e0e0; max-width: 700px; line-height: 1.6; margin-bottom: 30px; }

.cta-button { display: inline-block; padding: 18px 45px; background-color: #205bad; color: white; text-decoration: none; text-transform: uppercase; font-weight: 700; letter-spacing: 2px; font-size: 14px; transition: all 0.3s ease; animation: fadeInUp 1s ease-out 0.6s both; border: none; cursor: pointer; }

.cta-button:hover { background-color: white; transform: translateY(-2px); box-shadow: 0 10px 30px rgba(32, 91, 173, 0.3); color: #205bad; }

.decorative-elements { position: absolute; top: 50%; right: 10%; transform: translateY(-50%); width: 300px; height: 300px; opacity: 0.1; }

.circle { position: absolute; border: 2px solid #4285f4; border-radius: 50%; animation: pulse 3s ease-in-out infinite; }

.circle:nth-child(1) { width: 300px; height: 300px; top: 0; left: 0; }

.circle:nth-child(2) { width: 200px; height: 200px; top: 50px; left: 50px; animation-delay: 0.5s; }

.circle:nth-child(3) { width: 100px; height: 100px; top: 100px; left: 100px; animation-delay: 1s; }

@keyframes pulse { 0%, 100% { transform: scale(1);
    opacity: 0.1; }
  50% { transform: scale(1.05);
    opacity: 0.2; } }

@media (max-width: 768px) { .garage-header { min-height: 450px; } .garage-header-content { padding: 60px 20px; } .header-title { font-size: 36px; } .header-description { font-size: 16px; } .decorative-elements { display: none; } .cta-button { padding: 14px 30px; font-size: 14px; } }

/*=========================================================================== PICTOS ===================================================================*/
.savoirfaire-section { background: #333; color: white; width: 100%; padding: 100px 0; overflow: hidden; position: relative; }

.savoirfaire-background-shape { position: absolute; width: 300px; height: 300px; background: rgba(32, 91, 173, 0.05); border-radius: 50%; pointer-events: none; }

.savoirfaire-background-shape:nth-child(1) { top: -100px; left: -100px; }

.savoirfaire-background-shape:nth-child(2) { bottom: -150px; right: -100px; width: 400px; height: 400px; }

.savoirfaire-container { max-width: 1400px; margin: 0 auto; padding: 0 40px; position: relative; z-index: 2; }

.savoirfaire-header { text-align: center; margin-bottom: 80px; }

.savoirfaire-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: #205BAD; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; opacity: 0; animation: fadeIn 0.8s ease-out forwards; animation-delay: 0.2s; }

.savoirfaire-badge::before { content: ""; width: 8px; height: 8px; background: #205BAD; border-radius: 50%; }

.savoirfaire-title { font-size: 48px; font-weight: 700 !important; color: #fff; margin-bottom: 24px; line-height: 1.2; text-transform: uppercase; transform: translateY(20px); animation: fadeInUp 0.8s ease-out forwards; animation-delay: 0.4s; }

.savoirfaire-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; position: relative; }

.savoirfaire-item { text-align: center; padding: 40px 30px; position: relative; background: black; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); opacity: 0; transform: translateY(30px); }

.savoirfaire-item:nth-child(1) { animation: fadeInUp 0.8s ease-out forwards; animation-delay: 0.6s; }

.savoirfaire-item:nth-child(2) { animation: fadeInUp 0.8s ease-out forwards; animation-delay: 0.8s; }

.savoirfaire-item:nth-child(3) { animation: fadeInUp 0.8s ease-out forwards; animation-delay: 1s; }

.savoirfaire-item::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: #205BAD; transform: scaleX(0); transform-origin: left; transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

.savoirfaire-item:hover { background: rgba(32, 91, 173, 0.05); transform: translateY(-10px); }

.savoirfaire-item:hover::before { transform: scaleX(1); }

.savoirfaire-icon { width: 80px; height: 80px; margin: 0 auto 30px; background: rgba(32, 91, 173, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; }

.savoirfaire-icon::after { content: ""; position: absolute; width: 100%; height: 100%; border: 2px solid #205BAD; border-radius: 50%; opacity: 0; transform: scale(1.2); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

.savoirfaire-item:hover .savoirfaire-icon { background: #205BAD; transform: scale(1.1); }

.savoirfaire-item:hover .savoirfaire-icon::after { opacity: 1; transform: scale(1.3); }

.savoirfaire-icon img { width: 45px; height: 45px; object-fit: contain; filter: brightness(0) invert(1); transition: all 0.4s ease; }

.savoirfaire-item:hover .savoirfaire-icon img { filter: brightness(0) invert(1); transform: scale(1.1); }

.savoirfaire-item h3 { font-size: 22px; font-weight: 700 !important; color: white; text-transform: uppercase; margin-bottom: 15px; letter-spacing: 0.5px; transition: color 0.3s ease; }

.savoirfaire-item:hover h3 { color: #205BAD; }

.savoirfaire-item p { color: rgba(255, 255, 255, 0.8); font-size: 16px; line-height: 1.7; margin: 0; max-width: 350px; margin: 0 auto; }

.savoirfaire-number { position: absolute; top: 20px; right: 20px; font-size: 48px; font-weight: 700; color: rgba(32, 91, 173, 0.1); transition: all 0.4s ease; }

.savoirfaire-item:hover .savoirfaire-number { color: rgba(32, 91, 173, 0.3); transform: scale(1.2); }

@keyframes fadeIn { to { opacity: 1; } }

@keyframes fadeInUp { to { opacity: 1;
    transform: translateY(0); } }

@media (max-width: 1024px) { .savoirfaire-grid { grid-template-columns: 1fr; gap: 40px; } .savoirfaire-section { padding: 80px 0; } .savoirfaire-container { padding: 0 20px; } .savoirfaire-title { font-size: 32px; } .savoirfaire-item { padding: 50px 30px; } }

/*=========================================================================== HISTOIRE ===================================================================*/
.histoire-f-presentation { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; position: relative; }

.histoire-f-content { display: flex; flex-direction: column; justify-content: center; padding: 80px 60px; background: #333; position: relative; z-index: 2; background-size: cover; background-position: center; background-repeat: no-repeat; }

.histoire-f-content::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; }

.histoire-f-image-wrapper { position: relative; overflow: hidden; }

.histoire-f-image { width: 100%; height: 100%; object-fit: cover; display: block; }

.histoire-f-label { color: #205BAD; font-size: 14px; font-weight: 600 !important; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.8s ease-out forwards; animation-delay: 0.2s; }

.histoire-f-label::before { content: ''; width: 8px; height: 8px; background: #205BAD; border-radius: 50%; }

.histoire-f-title { font-size: 48px; font-weight: 700 !important; color: #fff; margin-bottom: 24px; line-height: 1.2; text-transform: uppercase; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.8s ease-out forwards; animation-delay: 0.4s; }

.histoire-f-description { font-size: 16px; color: rgba(255, 255, 255, 0.9); line-height: 1.8; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.8s ease-out forwards; animation-delay: 0.6s; }

.histoire-f-prestations { list-style: disc; padding-left: 20px; margin-top: 20px; color: rgba(255, 255, 255, 0.9); font-size: 16px; line-height: 1.8; opacity: 0; transform: translateX(-20px); animation: slideInLeft 0.8s ease-out forwards; animation-delay: 0.8s; /* déclenche après la description */ }

.histoire-f-prestations li { margin-bottom: 10px; }

.histoire-f-prestations li strong { color: #205bad; }

@keyframes slideInLeft { to { opacity: 1;
    transform: translateX(0); } }

@media (max-width: 968px) { .histoire-f-presentation { grid-template-columns: 1fr; min-height: auto; } .histoire-f-image-wrapper { min-height: 400px; order: -1; } .histoire-f-content { padding: 60px 20px; } .histoire-f-title { font-size: 32px; } }

/*=========================================================================== MAPS X3 ===================================================================*/
.maps-section { width: 100%; padding: 100px 0; background: #333; }

.maps-wrapper { max-width: 1400px; margin: 0 auto; padding: 0 40px; }

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

.maps-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600 !important; color: #205BAD; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; opacity: 0; animation: fadeIn 0.8s ease-out forwards; animation-delay: 0.2s; }

.maps-badge::before { content: ""; width: 8px; height: 8px; background: #205BAD; border-radius: 50%; }

.maps-title { font-size: 42px; font-weight: 700 !important; color: #fff; margin: 0; opacity: 0; transform: translateY(20px); animation: fadeInUp 0.8s ease-out forwards; animation-delay: 0.4s; text-transform: uppercase; }

.maps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }

.map-card { background: white; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); opacity: 0; transform: translateY(30px); }

.map-card:nth-child(1) { animation: fadeInUp 0.8s ease-out forwards; animation-delay: 0.6s; }

.map-card:nth-child(2) { animation: fadeInUp 0.8s ease-out forwards; animation-delay: 0.8s; }

.map-card:nth-child(3) { animation: fadeInUp 0.8s ease-out forwards; animation-delay: 1s; }

.map-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(32, 91, 173, 0.2); }

.map-container { position: relative; width: 100%; height: 300px; overflow: hidden; background: #333; }

.map-container iframe { width: 100%; height: 100%; border: none; filter: grayscale(0.3); transition: filter 0.4s ease; }

.map-card:hover .map-container iframe { filter: grayscale(0); }

.map-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%); pointer-events: none; }

.map-info { padding: 30px; position: relative; }

.map-info::before { content: ""; position: absolute; top: 0; left: 30px; right: 30px; height: 3px; background: #205BAD; transform: scaleX(0); transform-origin: left; transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

.map-card:hover .map-info::before { transform: scaleX(1); }

.map-type { font-size: 12px; font-weight: 600; color: #205BAD; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }

.map-name { font-size: 22px; font-weight: 700 !important; color: #333; margin-bottom: 15px; }

.map-address { font-size: 14px; color: #666; line-height: 1.6; margin-bottom: 8px; display: flex; align-items: flex-start; gap: 8px; }

.map-address::before { content: "📍"; font-size: 16px; }

.map-phone { font-size: 14px; color: #666; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }

.map-phone::before { content: "📞"; font-size: 16px; }

.map-hours { font-size: 14px; color: #666; display: flex; align-items: center; gap: 8px; }

.map-hours::before { content: "🕐"; font-size: 16px; }

.map-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; padding: 12px 20px; border: 2px solid #205BAD; background: #205BAD; color: white; text-decoration: none; font-size: 14px; font-weight: 600; text-transform: uppercase; transition: all 0.3s ease; }

.map-link:hover { background: #fff; color: #205BAD; gap: 12px; border: 2px solid #205BAD; }

@keyframes fadeIn { to { opacity: 1; } }

@keyframes fadeInUp { to { opacity: 1;
    transform: translateY(0); } }

@media (max-width: 1024px) { .maps-grid { grid-template-columns: 1fr; gap: 40px; } .maps-section { padding: 80px 0; } .maps-wrapper { padding: 0 20px; } .maps-title { font-size: 32px; } .map-container { height: 350px; } }

/*=========================================================================== MAPS X1 ===================================================================*/
.localisation-section { width: 100%; padding: 100px 0; background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FbrtgMu7bnbUXkzESQeMA9mzGE4o1%2Fimages%2FFond_services_n13t.webp"); background-size: cover; background-position: center; padding: 120px 0; position: relative; z-index: 1; background-color: #333; }

.localisation-wrapper { max-width: 1200px; margin: 0 auto; padding: 0 40px; }

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

.localisation-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600 !important; color: #205BAD; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; opacity: 0; animation: fadeIn 0.8s ease-out forwards; animation-delay: 0.2s; }

.localisation-badge::before { content: ""; width: 8px; height: 8px; background: #205BAD; border-radius: 50%; }

.localisation-title { font-size: 42px; font-weight: 700 !important; color: white; margin: 0 0 15px 0; opacity: 0; text-transform: uppercase; transform: translateY(20px); animation: fadeInUp 0.8s ease-out forwards; animation-delay: 0.4s; }

.localisation-map-wrapper { position: relative; width: 100%; height: 600px; overflow: hidden; opacity: 0; transform: translateY(30px); animation: fadeInUp 0.8s ease-out forwards; animation-delay: 0.8s; }

.localisation-map-wrapper iframe { width: 100%; height: 100%; border: none; filter: grayscale(0.5) brightness(0.9); transition: all 0.5s ease; }

.localisation-map-wrapper:hover iframe { filter: grayscale(0) brightness(1); }

.localisation-info-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.95) 60%); padding: 60px 50px 40px; transform: translateY(0); transition: all 0.4s ease; }

.localisation-info-content { max-width: 800px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }

.localisation-detail { text-align: center; }

.localisation-detail-icon { font-size: 32px; margin-bottom: 15px; display: block; }

.localisation-detail-label { font-size: 12px; font-weight: 600 !important; color: #205BAD; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; display: block; }

.localisation-detail-value { font-size: 16px; color: white; font-weight: 500; line-height: 1.5; }

.localisation-cta { text-align: center; margin-top: 40px; opacity: 0; animation: fadeIn 0.8s ease-out forwards; animation-delay: 1s; }

@keyframes fadeIn { to { opacity: 1; } }

@keyframes fadeInUp { to { opacity: 1;
    transform: translateY(0); } }

@media (max-width: 1024px) { .localisation-section { padding: 80px 0; } .localisation-wrapper { padding: 0 20px; } .localisation-title { font-size: 32px; } .localisation-map-wrapper { height: 500px; } .localisation-info-content { grid-template-columns: 1fr; gap: 30px; } .localisation-info-overlay { padding: 40px 30px 30px; } }

/*=========================================================================== GALERIE D'IMAGES ===================================================================*/
.vehicules-section { background-color: #0a0a0a; padding: 80px 40px; font-family: 'Arial', sans-serif; }

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

.vehicules-header { text-align: center; margin-bottom: 50px; }

.vehicules-label { color: #4285f4; font-size: 14px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 15px; display: inline-flex; align-items: center; gap: 10px; }

.vehicules-label::before { content: ''; width: 8px; height: 8px; background: #4285f4; border-radius: 50%; }

.vehicules-title { font-size: 42px; font-weight: 700 !important; color: #fff; margin-top: 10px; text-transform: uppercase; }

/* ----- LISTE DES VÉHICULES ----- */
.vehicule-item { background: #1a1a1a; border-radius: 8px; margin-bottom: 20px; overflow: hidden; transition: all 0.3s ease; }

.vehicule-header { padding: 25px 30px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%); transition: background 0.3s ease; }

.vehicule-header:hover { background: linear-gradient(135deg, #252525 0%, #1a1a1a 100%); }

.vehicule-header-left { display: flex; align-items: center; gap: 20px; }

.vehicule-thumbnail { width: 80px; height: 80px; object-fit: cover; border-radius: 6px; border: 2px solid #4285f4; }

.vehicule-info h3 { color: #fff; font-size: 22px; font-weight: 700; margin-bottom: 5px; }

.vehicule-info p { color: #888; font-size: 14px; }

.vehicule-toggle { color: #4285f4; font-size: 24px; transition: transform 0.3s ease; }

.vehicule-item.active .vehicule-toggle { transform: rotate(180deg); }

/* ----- CONTENU DÉPLIABLE ----- */
.vehicule-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }

.vehicule-item.active .vehicule-content { max-height: 5000px; }

.vehicule-gallery { padding: 30px; background: #0f0f0f; }

/* ----- AVANT/APRÈS SLIDER ----- */
.before-after-container { position: relative; width: 100%; max-width: 800px; margin: 0 auto 30px; overflow: hidden; border-radius: 8px; }

.before-after-slider { position: relative; width: 100%; height: 500px; }

.before-after-slider img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }

.before-image { z-index: 1; }

.after-image { z-index: 2; clip-path: inset(0 50% 0 0); }

.slider-handle { position: absolute; top: 0; left: 50%; width: 4px; height: 100%; background: #4285f4; cursor: ew-resize; z-index: 3; transform: translateX(-50%); }

.slider-button { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 50px; height: 50px; background: #4285f4; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 24px; box-shadow: 0 4px 15px rgba(66, 133, 244, 0.5); }

.before-after-labels { position: absolute; top: 20px; width: calc(100% - 40px); left: 20px; right: 20px; display: flex; justify-content: space-between; z-index: 4; pointer-events: none; }

.label-before, .label-after { background: rgba(0, 0, 0, 0.7); color: #fff; padding: 8px 16px; border-radius: 4px; font-size: 14px; font-weight: 600; text-transform: uppercase; }

/* ----- GRILLE PHOTOS SUPPLÉMENTAIRES ----- */
.additional-photos { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; margin-top: 20px; }

.additional-photos img { width: 100%; height: 250px; object-fit: cover; border-radius: 6px; cursor: pointer; transition: transform 0.3s ease, box-shadow 0.3s ease; }

.additional-photos img:hover { transform: scale(1.05); box-shadow: 0 8px 25px rgba(66, 133, 244, 0.4); }

/* ----- LIGHTBOX ----- */
.vehicules-lightbox { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.95); z-index: 9999; justify-content: center; align-items: center; padding: 20px; }

.vehicules-lightbox.active { display: flex; }

.vehicules-lightbox-content { max-width: 90%; max-height: 90vh; position: relative; }

.vehicules-lightbox img { max-width: 100%; max-height: 90vh; object-fit: contain; border-radius: 8px; }

.vehicules-lightbox-close { position: absolute; top: -50px; right: 0; background: transparent; border: none; color: #fff; font-size: 40px; cursor: pointer; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; transition: color 0.3s ease; }

.vehicules-lightbox-close:hover { color: #4285f4; }

/* ----- RESPONSIVE ----- */
@media (max-width: 768px) { .vehicules-section { padding: 60px 20px; } .vehicules-title { font-size: 32px; } .vehicule-header { padding: 20px; } .vehicule-header-left { gap: 15px; } .vehicule-thumbnail { width: 60px; height: 60px; } .vehicule-info h3 { font-size: 18px; } .before-after-slider { height: 300px; } .additional-photos { grid-template-columns: 1fr; } }

/*=================================================================== CONTACT PAR GARAGES ===================================================================*/
.garages-section { width: 100%; min-height: 100vh; background: #333; padding: 100px 40px; }

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

.garages-header { text-align: center; margin-bottom: 80px; }

.garages-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: #205BAD; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; opacity: 0; animation: fadeIn 0.8s ease-out forwards; animation-delay: 0.2s; }

.garages-badge::before { content: ""; width: 8px; height: 8px; background: #205BAD; border-radius: 50%; }

.garages-title { font-size: 48px; font-weight: 700 !important; color: white; margin: 0 0 20px 0; text-transform: uppercase; letter-spacing: 2px; opacity: 0; transform: translateY(20px); animation: fadeInUp 0.8s ease-out forwards; animation-delay: 0.4s; }

.garages-divider { width: 100px; height: 3px; background: #205BAD; margin: 0 auto 30px; opacity: 0; animation: expandWidth 0.8s ease-out forwards; animation-delay: 0.6s; }

.garages-subtitle { font-size: 16px; color: rgba(255, 255, 255, 0.7); max-width: 700px; margin: 0 auto; line-height: 1.8; opacity: 0; animation: fadeIn 0.8s ease-out forwards; animation-delay: 0.8s; }

.garages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 60px; }

.garage-card { background: white; border: 2px solid rgba(255, 255, 255, 0.1); overflow: hidden; display: flex; flex-direction: column; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); cursor: pointer; text-decoration: none; opacity: 0; transform: translateY(30px); position: relative; }

.garage-card:nth-child(1) { animation: fadeInUp 0.8s ease-out forwards; animation-delay: 1s; }

.garage-card:nth-child(2) { animation: fadeInUp 0.8s ease-out forwards; animation-delay: 1.2s; }

.garage-card:nth-child(3) { animation: fadeInUp 0.8s ease-out forwards; animation-delay: 1.4s; }

.garage-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: #205BAD; transform: scaleX(0); transform-origin: left; transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

.garage-card:hover { transform: translateY(-10px); border-color: #205BAD; background: white; box-shadow: 0 20px 60px rgba(32, 91, 173, 0.3); }

.garage-card:hover::before { transform: scaleX(1); }

.garage-image-wrapper { width: 100%; height: 300px; overflow: hidden; position: relative; }

.garage-image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); filter: grayscale(0.3); }

.garage-card:hover .garage-image { transform: scale(1.1); filter: grayscale(0); }

.garage-image-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.6) 100%); }

.garage-info { padding: 40px 30px; text-align: center; flex: 1; display: flex; flex-direction: column; justify-content: space-between; }

.garage-type { font-size: 12px; font-weight: 600; color: #205BAD; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; }

.garage-name { font-size: 28px; font-weight: 700 !important; color: #333; margin: 0 0 20px 0; text-transform: uppercase; letter-spacing: 1px; }

.garage-address { font-size: 15px; color: #666; line-height: 1.6; margin: 0 0 15px 0; }

.garage-phone { font-size: 16px; color: #205BAD; font-weight: 600; margin: 0 0 30px 0; }

.garage-cta { display: inline-block; padding: 14px 28px; background: transparent; color: #205BAD; border: 2px solid #205BAD; text-decoration: none; font-weight: 600; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s ease; margin: 0 auto; }

.garage-card:hover .garage-cta { background: #205BAD; color: white; transform: translateY(-2px); }

@keyframes fadeIn { to { opacity: 1; } }

@keyframes fadeInUp { to { opacity: 1;
    transform: translateY(0); } }

@keyframes expandWidth { to { opacity: 1;
    width: 100px; } }

@media (max-width: 1024px) { .garages-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; } .garages-title { font-size: 36px; } }

@media (max-width: 768px) { .garages-section { padding: 80px 30px; } .garages-grid { grid-template-columns: 1fr; gap: 30px; max-width: 500px; margin-left: auto; margin-right: auto; } .garages-title { font-size: 32px; } .garages-subtitle { font-size: 15px; } .garage-name { font-size: 24px; } }

@media (max-width: 480px) { .garages-section { padding: 60px 20px; } .garages-title { font-size: 28px; letter-spacing: 1px; } .garages-divider { width: 80px; } .garage-image-wrapper { height: 250px; } .garage-info { padding: 30px 20px; } }

/*=================================================================== SHOWROOM DEFILANT ====================================================================*/
.showroom-section { background: #333; padding: 60px 0; overflow: hidden; position: relative; }

.showroom-gallery-wrapper { display: flex; width: 100%; }

.showroom-gallery { display: flex; gap: 20px; animation: scroll 40s linear infinite; will-change: transform; }

.showroom-gallery:hover { animation-play-state: paused; }

.showroom-item { width: 350px; height: 350px; flex-shrink: 0; border-radius: 0px; overflow: hidden; position: relative; cursor: pointer; transition: transform 0.3s ease; }

.showroom-item:hover { transform: scale(1.05); }

.showroom-item img { width: 100%; height: 100%; object-fit: cover; display: block; }

.showroom-item::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%); opacity: 0; transition: opacity 0.3s ease; }

.showroom-item:hover::after { opacity: 1; }

.showroom-lightbox { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.95); z-index: 9999; justify-content: center; align-items: center; padding: 20px; }

.showroom-lightbox.active { display: flex; }

.showroom-lightbox-content { max-width: 90%; max-height: 90vh; position: relative; }

.showroom-lightbox img { max-width: 100%; max-height: 90vh; object-fit: contain; border-radius: 8px; }

.showroom-lightbox-close { position: absolute; top: -50px; right: 0; background: transparent; border: none; color: #fff; font-size: 40px; cursor: pointer; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; transition: color 0.3s ease; }

.showroom-lightbox-close:hover { color: #4285f4; }

@keyframes scroll { 0% { transform: translateX(0); }
  100% { transform: translateX(calc(-370px * 10)); } }

@media (max-width: 768px) { .showroom-section { padding: 40px 0; } .showroom-item { width: 280px; height: 280px; } .showroom-gallery { gap: 15px; } @keyframes scroll { 0% { transform: translateX(0); }
    100% { transform: translateX(calc(-295px * 10)); } } }

/*================================================================== REPARATION JANTES =======================================================================*/
.jantes-section { width: 100%; background: #333; padding: 100px 0; position: relative; background-size: cover; background-position: center; background-repeat: no-repeat; }

.jantes-section::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 1; }

.jantes-wrapper { max-width: 1400px; margin: 0 auto; padding: 0 40px; position: relative; z-index: 2; }

.jantes-content { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

.jantes-video-container { position: relative; width: 100%; padding-bottom: 56.25%; /* 16:9 Aspect Ratio */ overflow: hidden; background: #1a1a1a; opacity: 0; transform: translateX(-50px); animation: slideInLeft 1s ease-out forwards; animation-delay: 0.3s; }

.jantes-video-container iframe, .jantes-video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.jantes-video-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 3px solid #205BAD; pointer-events: none; opacity: 0; transition: opacity 0.4s ease; }

.jantes-video-container:hover .jantes-video-overlay { opacity: 1; }

.jantes-text-container { opacity: 0; transform: translateX(50px); animation: slideInRight 1s ease-out forwards; animation-delay: 0.5s; }

.jantes-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: #205BAD; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; }

.jantes-badge::before { content: ""; width: 8px; height: 8px; background: #205BAD; border-radius: 50%; }

.jantes-title { font-size: 42px; font-weight: 700 !important; color: white; margin: 0 0 30px 0; line-height: 1.2; text-transform: uppercase; }

.jantes-title-highlight { color: #205BAD; }

.jantes-intro { font-size: 16px; color: rgba(255, 255, 255, 0.8); line-height: 1.8; margin-bottom: 30px; }

.jantes-list { list-style: none; padding: 0; margin: 0 0 30px 0; }

.jantes-list-item { font-size: 16px; color: rgba(255, 255, 255, 0.9); line-height: 1.8; margin-bottom: 15px; padding-left: 35px; position: relative; opacity: 0; transform: translateX(-20px); }

.jantes-list-item:nth-child(1) { animation: slideInLeft 0.6s ease-out forwards; animation-delay: 1s; }

.jantes-list-item:nth-child(2) { animation: slideInLeft 0.6s ease-out forwards; animation-delay: 1.15s; }

.jantes-list-item:nth-child(3) { animation: slideInLeft 0.6s ease-out forwards; animation-delay: 1.3s; }

.jantes-list-item:nth-child(4) { animation: slideInLeft 0.6s ease-out forwards; animation-delay: 1.45s; }

.jantes-list-item::before { content: ""; position: absolute; left: 0; top: 10px; width: 20px; height: 2px; background: #205BAD; }

.jantes-conclusion { font-size: 16px; color: rgba(255, 255, 255, 0.8); line-height: 1.8; padding: 25px; background: rgba(32, 91, 173, 0.1); border-left: 4px solid #205BAD; margin-top: 30px; }

.jantes-conclusion strong { color: #205BAD; font-weight: 600; }

@keyframes slideInLeft { to { opacity: 1;
    transform: translateX(0); } }

@keyframes slideInRight { to { opacity: 1;
    transform: translateX(0); } }

@media (max-width: 968px) { .jantes-content { grid-template-columns: 1fr; gap: 40px; } .jantes-section { padding: 80px 0; } .jantes-wrapper { padding: 0 20px; } .jantes-title { font-size: 32px; } .jantes-video-container { order: -1; } }

@media (max-width: 480px) { .jantes-title { font-size: 28px; } .jantes-intro, .jantes-list-item, .jantes-conclusion { font-size: 15px; } .jantes-conclusion { padding: 20px; } }

/*================================================================= REPARATION VITRES =======================================================================*/
.vitrages-section { width: 100%; background: #333; padding: 100px 0; position: relative; background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; }

.vitrages-section::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.85); z-index: 1; }

.vitrages-wrapper { max-width: 1000px; margin: 0 auto; padding: 0 40px; position: relative; z-index: 2; text-align: center; }

.vitrages-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: #205BAD; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; opacity: 0; animation: fadeIn 0.8s ease-out forwards; animation-delay: 0.2s; }

.vitrages-badge::before { content: ""; width: 8px; height: 8px; background: #205BAD; border-radius: 50%; }

.vitrages-title { font-size: 48px; font-weight: 700 !important; color: white; margin: 0 0 30px 0; line-height: 1.2; opacity: 0; transform: translateY(20px); animation: fadeInUp 0.8s ease-out forwards; animation-delay: 0.4s; text-transform: uppercase; }

.vitrages-title-highlight { color: #205BAD; }

.vitrages-intro { font-size: 18px; color: rgba(255, 255, 255, 0.9); line-height: 1.8; margin-bottom: 40px; font-weight: 500; opacity: 0; transform: translateY(20px); animation: fadeInUp 0.8s ease-out forwards; animation-delay: 0.6s; }

.vitrages-content { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(32, 91, 173, 0.3); padding: 50px 40px; margin-bottom: 40px; position: relative; opacity: 0; transform: translateY(30px); animation: fadeInUp 0.8s ease-out forwards; animation-delay: 0.8s; }

.vitrages-content::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: #205BAD; }

.vitrages-description { font-size: 16px; color: rgba(255, 255, 255, 0.8); line-height: 1.8; margin-bottom: 25px; text-align: left; }

.vitrages-highlight { background: rgba(32, 91, 173, 0.15); border-left: 4px solid #205BAD; padding: 25px 30px; margin: 30px 0; font-size: 16px; color: rgba(255, 255, 255, 0.9); line-height: 1.8; text-align: left; }

.vitrages-highlight strong { color: #205BAD; font-weight: 600; }

.vitrages-process { background: rgba(255, 255, 255, 0.05); padding: 25px 30px; margin: 30px 0; border-radius: 8px; text-align: left; }

.vitrages-process-title { font-size: 18px; font-weight: 600; color: #205BAD; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; }

.vitrages-process-title::before { content: "⚙️"; font-size: 24px; }

.vitrages-process-text { font-size: 16px; color: rgba(255, 255, 255, 0.8); line-height: 1.8; }

.vitrages-alert { background: rgba(32, 91, 173, 0.1); border: 2px solid #205BAD; padding: 30px; margin-top: 30px; position: relative; text-align: left; }

.vitrages-alert::before { content: "⚠️"; position: absolute; top: -20px; left: 30px; font-size: 40px; background: #333; padding: 0 10px; }

.vitrages-alert-text { font-size: 17px; color: white; line-height: 1.8; font-weight: 500; }

.vitrages-alert-text strong { color: #205BAD; }

.vitrages-cta-container { opacity: 0; animation: fadeInUp 0.8s ease-out forwards; animation-delay: 1s; }

.vitrages-cta { display: inline-flex; align-items: center; gap: 12px; padding: 20px 40px; background: #205BAD; color: white; text-decoration: none; font-size: 18px; font-weight: 600; text-transform: uppercase; transition: all 0.4s ease; letter-spacing: 1px; box-shadow: 0 10px 30px rgba(32, 91, 173, 0.3); }

.vitrages-cta:hover { background: #1a4a8f; transform: translateY(-5px); box-shadow: 0 15px 40px rgba(32, 91, 173, 0.5); gap: 18px; color: white; }

@keyframes fadeIn { to { opacity: 1; } }

@keyframes fadeInUp { to { opacity: 1;
    transform: translateY(0); } }

@media (max-width: 768px) { .vitrages-section { padding: 80px 0; } .vitrages-wrapper { padding: 0 20px; } .vitrages-title { font-size: 32px; } .vitrages-intro { font-size: 16px; } .vitrages-content { padding: 40px 25px; } .vitrages-description, .vitrages-highlight, .vitrages-process-text, .vitrages-alert-text { font-size: 15px; } .vitrages-cta { padding: 18px 35px; font-size: 16px; } }

/*=================================================================== LOGOS ASSURANCES =====================================================================*/
.partenaires-section { position: relative; padding: 100px 40px; background: #333; overflow: hidden; }

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

.partenaires-header { text-align: center; max-width: 800px; margin: 0 auto 60px; }

.partenaires-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: #205BAD; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; opacity: 0; animation: fadeIn 0.8s ease-out forwards; animation-delay: 0.2s; }

.partenaires-badge::before { content: ""; width: 8px; height: 8px; background: #205BAD; border-radius: 50%; }

.partenaires-title { font-size: 42px; font-weight: 700 !important; color: white; margin: 0; line-height: 1.3; opacity: 0; transform: translateY(20px); animation: fadeInUp 0.8s ease-out forwards; animation-delay: 0.4s; text-transform: uppercase; }

.partenaires-logos-wrapper { overflow: hidden; position: relative; width: 100%; padding: 40px 0; opacity: 0; animation: fadeIn 0.8s ease-out forwards; animation-delay: 0.6s; }

.partenaires-logos-slider { display: flex; align-items: center; width: fit-content; animation: partenaires-scroll 90s linear infinite; }

.partenaires-logos-slider:hover { animation-play-state: paused; }

.partenaires-logo-item { flex: 0 0 auto; width: 200px; height: 120px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); display: flex; align-items: center; justify-content: center; margin: 0 20px; padding: 25px; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; }

.partenaires-logo-item::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: #205BAD; transform: scaleX(0); transform-origin: left; transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

.partenaires-logo-item img { max-width: 150px; max-height: 70px; object-fit: contain; filter: grayscale(100%) brightness(2); opacity: 0.6; transition: all 0.4s ease; }

.partenaires-logo-item:hover { transform: translateY(-8px); background: rgba(32, 91, 173, 0.1); border-color: #205BAD; box-shadow: 0 15px 40px rgba(32, 91, 173, 0.3); }

.partenaires-logo-item:hover::before { transform: scaleX(1); }

.partenaires-logo-item:hover img { filter: grayscale(0%) brightness(1); opacity: 1; transform: scale(1.05); }

@keyframes partenaires-scroll { 0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } }

@keyframes fadeIn { to { opacity: 1; } }

@keyframes fadeInUp { to { opacity: 1;
    transform: translateY(0); } }

@media (max-width: 1024px) { .partenaires-title { font-size: 32px; } .partenaires-logo-item { width: 180px; height: 110px; margin: 0 16px; } }

@media (max-width: 768px) { .partenaires-section { padding: 80px 25px; } .partenaires-title { font-size: 28px; } .partenaires-logo-item { width: 160px; height: 100px; margin: 0 12px; padding: 20px; } .partenaires-logo-item img { max-width: 120px; max-height: 60px; } }

/*# sourceMappingURL=custom.css.map */