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

.spacer { display: none; }

div#termsfeed-com---nb { border-radius: 10px; }

.image-before-after-container { border-radius: 20px; }

/*===================== CUSTOM NAV BAR / HEADER (+bouton avis google) ====================*/
.animated-border-button:after { background-color: #557bad; }

@media (max-width: 1537px) { .navbar-brand { height: 8vh !important; width: 8vw !important; } }

.navbar { transition: all 0.3s ease; }

.navbar.scrolled { background-color: rgba(61, 23, 14, 0.7) !important; backdrop-filter: blur(1rem); }

button.w-100.btn.btn-outline-dark, a#maps-url, a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone { font-family: 'Inter', sans-serif; padding: 16px 36px; font-size: 1rem; font-weight: 600; text-decoration: none; border-radius: 6px !important; transition: all 0.3s ease; display: inline-block; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); cursor: pointer; background: #d66931; color: #FFF !important; border: 2px solid #d66931; }

button.w-100.btn.btn-outline-dark:hover, a#maps-url:hover, a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone:hover { background: #c25a28; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(214, 105, 49, 0.4); color: #FFF; }

/*===================== CUSTOM AVIS GOOGLE ====================*/
div.mb-5.googleReviews-div > div.container.m-4.mx-auto > div > div > div.d-lg-flex.align-items-lg-center > div > h3 { color: #3d170e !important; }

.owl-stage { padding: 50px 20px; }

.card.rounded-3.shadow-lg.mx-4.mb-4 { border: 2px solid #d66931; }

img.card-img-top.avatar-google-place.rounded-circle.d-lg-flex.align-items-lg-center.justify-content-center.m-2 { background-color: #3d170e; }

/*===================== CUSTOM BLOC MAPS ====================*/
.maps-section .map-content { padding: 50px; }

\
.maps-section iframe { border-radius: 20px !important; }

/*===================== CUSTOM BLOC SEO ====================*/
.black-screen { display: none; }

.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, .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, .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 { padding: 50px 30px !important; }

.card.card-cover.h-100.overflow-hidden.rounded-4.shadow-lg { background-color: white; border-radius: 20px !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 { margin-bottom: 100px !important; }

/*===================== CUSTOM FORMULAIRE DE CONTACT ====================*/
div#contact { padding: 50px 0 !important; }

#contact .background-image-div-opacity::after { content: ''; position: absolute; width: 100%; height: 100%; background: repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(214, 105, 49, 0.03) 2px, rgba(214, 105, 49, 0.03) 4px), repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(61, 23, 14, 0.03) 2px, rgba(61, 23, 14, 0.03) 4px), linear-gradient(135deg, rgba(61, 23, 14, 0.95) 0%, rgba(85, 123, 173, 0.85) 100%); z-index: 2; }

span.display-4.fw-bold.lh-1.text-body-emphasis.mb-3.titles { font-size: 2.5rem; }

/*=================================================================== HERO D'ACCUEIL ============================================================================*/
.hero-bmg { position: relative; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; background-image: linear-gradient(135deg, rgba(61, 23, 14, 0.75) 0%, rgba(85, 123, 173, 0.65) 100%), url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FXZd3q0NnGNhR2g0jmruQAfGeaFI2%2Fimages%2FFond_hero_daccueil_yzuz.webp"); background-size: cover; background-position: center; padding: 80px 20px 40px; overflow: hidden; }

.hero-bmg::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(214, 105, 49, 0.03) 2px, rgba(214, 105, 49, 0.03) 4px), repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(61, 23, 14, 0.03) 2px, rgba(61, 23, 14, 0.03) 4px); pointer-events: none; }

.hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(ellipse at center, transparent 0%, rgba(61, 23, 14, 0.3) 100%); }

.hero-content { position: relative; z-index: 2; text-align: center; max-width: 900px; padding: 0 20px; }

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

.hero-scroll svg { width: 32px; height: 32px; stroke: #FFF; filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3)); }

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

.hero-logo { margin-bottom: 30px; animation: fadeInDown 0.8s ease-out; }

.logo-img { max-width: 180px; height: auto; filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3)); }

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

.hero-title { font-family: 'Cinzel', serif; font-weight: 700; font-size: clamp(2.5rem, 5vw, 4rem); color: #FFF; margin: 0 0 20px; text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.4); line-height: 1.2; letter-spacing: 1px; }

.hero-subtitle { font-family: 'Inter', sans-serif; font-size: clamp(1.1rem, 2vw, 1.4rem); color: #FFF; margin: 0 0 40px; text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3); font-weight: 300; letter-spacing: 0.5px; }

.hero-cta { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-bottom: 60px; }

.btn-primary, .btn-secondary { font-family: 'Inter', sans-serif; padding: 16px 36px; font-size: 1rem; font-weight: 600; text-decoration: none; border-radius: 6px; transition: all 0.3s ease; display: inline-block; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); cursor: pointer; }

.btn-primary { background: #d66931; color: #FFF; border: 2px solid #d66931; }

.btn-primary:hover { background: #c25a28; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(214, 105, 49, 0.4); color: #FFF; }

.btn-secondary { background: transparent; color: #FFF; border: 2px solid #FFF; }

.btn-secondary:hover { background: rgba(255, 255, 255, 0.15); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2); color: #FFF; }

.hero-features { position: relative; z-index: 2; display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; padding: 30px; background: rgba(255, 255, 255, 0.95); border-radius: 12px; max-width: 800px; backdrop-filter: blur(10px); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); }

.feature-item { display: flex; align-items: center; gap: 12px; font-family: 'Inter', sans-serif; }

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

.feature-icon svg { width: 24px; height: 24px; fill: #FFF; }

.feature-text { font-size: 0.95rem; color: #3d170e; font-weight: 500; white-space: nowrap; }

@media (max-width: 768px) { .hero-bmg { min-height: 500px; padding: 60px 15px 30px; } .hero-cta { flex-direction: column; align-items: stretch; gap: 15px; } .btn-primary, .btn-secondary { width: 100%; text-align: center; } .hero-features { flex-direction: column; gap: 20px; padding: 20px; } .feature-item { justify-content: center; } }

/*================================================================ PRESENTATION DE L'ENTREPRISE ================================================================*/
.presentation-section { position: relative; background: #FFF; padding: 100px 20px; overflow: hidden; }

.presentation-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }

.presentation-content { position: relative; z-index: 2; }

.section-tag { display: inline-block; font-family: 'Inter', sans-serif; font-size: 0.875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: #d66931; margin-bottom: 20px; padding: 8px 16px; background: rgba(214, 105, 49, 0.1); border-radius: 4px; }

.presentation-title { font-family: 'Cinzel', serif; font-weight: 700; font-size: clamp(2rem, 4vw, 3rem); color: #3d170e; margin-bottom: 30px; line-height: 1.3; }

.presentation-text { font-family: 'Inter', sans-serif; font-size: 1.1rem; line-height: 1.8; color: #3d170e; margin-bottom: 20px; font-weight: 300; }

.presentation-text strong { font-weight: 600; color: #d66931; }

.presentation-highlight { background: rgba(214, 105, 49, 0.1); border-left: 4px solid #d66931; padding: 25px; margin: 30px 0; border-radius: 0 8px 8px 0; }

.presentation-highlight p { font-size: 1.05rem; color: #3d170e; line-height: 1.7; margin: 0; font-weight: 400; }

.presentation-image { position: relative; height: 600px; border-radius: 12px; overflow: hidden; box-shadow: 0 20px 60px rgba(61, 23, 14, 0.2); }

.presentation-image::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(214, 105, 49, 0.1) 0%, rgba(85, 123, 173, 0.1) 100%); z-index: 1; }

.presentation-image img { width: 100%; height: 100%; object-fit: cover; }

.wood-texture { position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: repeating-linear-gradient(90deg, rgba(214, 105, 49, 0.03) 0px, rgba(214, 105, 49, 0.03) 2px, transparent 2px, transparent 10px), repeating-linear-gradient(0deg, rgba(61, 23, 14, 0.02) 0px, rgba(61, 23, 14, 0.02) 2px, transparent 2px, transparent 10px); opacity: 0.5; pointer-events: none; }

.zone-intervention p { font-family: 'Inter', sans-serif; font-size: 1rem; line-height: 1.7; color: #3d170e; font-weight: 400; }

@media (max-width: 968px) { .presentation-container { grid-template-columns: 1fr; gap: 50px; } .presentation-image { height: 400px; order: -1; } .presentation-stats { grid-template-columns: 1fr; } .presentation-stats { grid-template-columns: 1fr; } .presentation-section { padding: 60px 20px; } }

/*==================================================================== NOS SERVICES ====================================================================*/
.services-section { position: relative; background: #FFF; padding: 50px 20px; overflow: hidden; }

.services-header { max-width: 1200px; margin: 0 auto 80px; text-align: center; }

.section-tag { display: inline-block; font-family: 'Inter', sans-serif; font-size: 0.875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: #d66931; margin-bottom: 20px; padding: 8px 16px; background: rgba(214, 105, 49, 0.1); border-radius: 4px; }

.services-title { font-family: 'Cinzel', serif; font-weight: 700; font-size: clamp(2rem, 4vw, 3rem); color: #3d170e; margin-bottom: 20px; line-height: 1.3; }

.services-subtitle { font-family: 'Inter', sans-serif; font-size: 1.1rem; line-height: 1.8; color: #3d170e; font-weight: 300; max-width: 700px; margin: 0 auto; }

.services-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }

.service-card { position: relative; background: #FFF; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 40px rgba(61, 23, 14, 0.1); display: flex; flex-direction: column; }

.service-image { position: relative; height: 280px; overflow: hidden; flex-shrink: 0; }

.service-image::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, transparent 0%, rgba(61, 23, 14, 0.6) 100%); z-index: 1; }

.service-image img { width: 100%; height: 100%; object-fit: cover; }

.service-icon { position: absolute; top: 20px; right: 20px; width: 60px; height: 60px; background: rgba(214, 105, 49, 0.95); border-radius: 12px; display: flex; align-items: center; justify-content: center; z-index: 2; box-shadow: 0 4px 20px rgba(214, 105, 49, 0.4); }

.service-icon svg { width: 30px; height: 30px; stroke: #FFF; fill: none; stroke-width: 2; }

.service-content { padding: 35px 30px; background: #FFF; display: flex; flex-direction: column; flex-grow: 1; }

.service-title { font-family: 'Cinzel', serif; font-weight: 600; font-size: 1.5rem; color: #3d170e; margin-bottom: 15px; line-height: 1.3; min-height: 60px; }

.service-description { font-family: 'Inter', sans-serif; font-size: 0.95rem; line-height: 1.7; color: #3d170e; margin-bottom: 30px; font-weight: 300; flex-grow: 1; }

.service-link { font-family: 'Inter', sans-serif; padding: 16px 36px; font-size: 1rem; font-weight: 600; text-decoration: none; border-radius: 6px; transition: all 0.3s ease; display: inline-block; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); cursor: pointer; background: #d66931; color: #FFF; border: 2px solid #d66931; align-self: flex-start; }

.service-link:hover { background: #c25a28; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(214, 105, 49, 0.4); color: #FFF; }

.wood-texture-bg { position: absolute; bottom: 0; left: 0; width: 400px; height: 400px; background: repeating-linear-gradient(90deg, rgba(214, 105, 49, 0.03) 0px, rgba(214, 105, 49, 0.03) 2px, transparent 2px, transparent 10px), repeating-linear-gradient(0deg, rgba(61, 23, 14, 0.02) 0px, rgba(61, 23, 14, 0.02) 2px, transparent 2px, transparent 10px); opacity: 0.5; pointer-events: none; }

@media (max-width: 1200px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 768px) { .services-section { padding: 60px 20px; } .services-header { margin-bottom: 50px; } .services-grid { grid-template-columns: 1fr; gap: 30px; } .service-image { height: 220px; } .service-content { padding: 25px 20px; } }

/*================================================================= SAVOIR FAIRE ================================================================================*/
.savoir-faire-section { position: relative; padding: 200px 20px; overflow: hidden; background: linear-gradient(135deg, rgba(61, 23, 14, 0.95) 0%, rgba(85, 123, 173, 0.85) 100%); }

/* TRANSITIONS */
.gradient-transition { position: absolute; left: 0; right: 0; height: 250px; z-index: 1; pointer-events: none; background: linear-gradient(180deg, #ffffff 10%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.1) 80%, transparent 100%); }

.gradient-top { top: 0; }

.gradient-bottom { bottom: 0; transform: rotate(180deg); }

/* TEXTURE BOIS */
.wood-background { position: absolute; inset: 0; background-image: repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(214, 105, 49, 0.03) 2px, rgba(214, 105, 49, 0.03) 4px), repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(61, 23, 14, 0.03) 2px, rgba(61, 23, 14, 0.03) 4px); pointer-events: none; }

/* CONTENU */
.savoir-faire-container { max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; }

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

.section-tag { display: inline-block; font-family: 'Inter', sans-serif; font-size: 0.875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: #d66931; margin-bottom: 20px; padding: 8px 16px; background: rgba(214, 105, 49, 0.1); border-radius: 4px; }

.savoir-faire-title { font-family: 'Cinzel', serif; font-weight: 700; font-size: clamp(2rem, 4vw, 3rem); color: #ffffff; margin-bottom: 20px; }

.savoir-faire-subtitle { font-family: 'Inter', sans-serif; font-size: 1.1rem; line-height: 1.8; color: #ffffff; font-weight: 300; max-width: 720px; margin: 0 auto; }

/* GRID */
.expertise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }

.expertise-item { text-align: center; }

/* ICONES */
.expertise-icon { width: 100px; height: 100px; margin: 0 auto 30px; background: #ffffff; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 40px rgba(61, 23, 14, 0.15); position: relative; }

.expertise-icon::before { content: ''; position: absolute; inset: -3px; border-radius: 50%; background: linear-gradient(135deg, #d66931 0%, #557bad 100%); z-index: -1; }

.expertise-icon svg { width: 50px; height: 50px; stroke: #d66931; fill: none; stroke-width: 2; }

/* TEXTES */
.expertise-number { font-family: 'Cinzel', serif; font-size: 3.5rem; font-weight: 700; color: #ffffff; margin-bottom: 10px; }

.expertise-label { font-family: 'Cinzel', serif; font-size: 1.3rem; font-weight: 600; color: #ffffff; margin-bottom: 15px; }

.expertise-description { font-family: 'Inter', sans-serif; font-size: 0.95rem; line-height: 1.7; color: #ffffff; font-weight: 300; }

/* RESPONSIVE */
@media (max-width: 968px) { .savoir-faire-section { padding: 80px 20px; } .expertise-grid { grid-template-columns: 1fr; gap: 40px; } .gradient-transition { height: 100px; } .expertise-number { font-size: 3rem; } }

/* ===================================================================== RÉALISATIONS – BMG ==================================================================== */
.bmg-realisations { position: relative; background: #FFF; padding: 100px 20px; overflow: hidden; }

/* HEADER */
.bmg-realisations-header { text-align: center; margin-bottom: 60px; }

.bmg-realisations-title { font-family: 'Cinzel', serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: #3d170e; }

/* FILTRES */
.bmg-realisations-filtres { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 60px; position: relative; z-index: 2; }

.bmg-filtre-btn { font-family: 'Inter', sans-serif; font-size: 0.85rem; font-weight: 600; padding: 14px 28px; border-radius: 6px; border: 2px solid #d66931; background: transparent; color: #d66931; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; transition: all 0.3s ease; }

.bmg-filtre-btn:hover, .bmg-filtre-btn.active { background: #d66931; color: #FFF; box-shadow: 0 6px 20px rgba(214, 105, 49, 0.4); transform: translateY(-2px); }

/* GRID */
.bmg-realisations-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 30px; }

/* CARD */
.bmg-realisation-card { border-radius: 12px; overflow: hidden; cursor: zoom-in; box-shadow: 0 10px 40px rgba(61, 23, 14, 0.15); transition: transform 0.4s ease, box-shadow 0.4s ease; }

.bmg-realisation-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 0.5s ease; }

.bmg-realisation-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(61, 23, 14, 0.3); }

.bmg-realisation-card:hover img { transform: scale(1.08); }

.bmg-realisation-card.hidden { display: none; }

/* NO RESULTS */
.bmg-no-results { display: none; text-align: center; margin-top: 50px; }

.bmg-no-results.show { display: block; }

.bmg-no-results p { font-family: 'Inter', sans-serif; font-size: 1rem; color: #3d170e; }

/* TEXTURE BOIS */
.wood-texture-bg { position: absolute; bottom: 0; left: 0; width: 400px; height: 400px; background: repeating-linear-gradient(90deg, rgba(214, 105, 49, 0.03) 0px, rgba(214, 105, 49, 0.03) 2px, transparent 2px, transparent 10px), repeating-linear-gradient(0deg, rgba(61, 23, 14, 0.02) 0px, rgba(61, 23, 14, 0.02) 2px, transparent 2px, transparent 10px); opacity: 0.5; pointer-events: none; /* 🔑 */ }

/* LIGHTBOX */
.bmg-lightbox { position: fixed; inset: 0; background: rgba(61, 23, 14, 0.95); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity 0.3s ease; z-index: 9999; }

.bmg-lightbox.active { opacity: 1; visibility: visible; }

.bmg-lightbox-img { max-width: 90%; max-height: 85%; border-radius: 12px; }

.bmg-lightbox-close { position: absolute; top: 30px; right: 40px; font-size: 3rem; color: #FFF; cursor: pointer; }

/*====================================================================== RESEAUX SOCIAUX ====================================================================*/
.social-section { position: relative; background-color: white; padding: 150px 20px; overflow: hidden; }

.social-container { max-width: 1000px; margin: 0 auto; position: relative; z-index: 2; }

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

.social-title { font-family: 'Cinzel', serif; font-weight: 700; font-size: clamp(1.8rem, 4vw, 2.5rem); color: #3d170e; margin-bottom: 15px; line-height: 1.3; text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3); text-transform: uppercase; }

.social-subtitle { font-family: 'Inter', sans-serif; font-size: 1.1rem; color: rgba(255, 255, 255, 0.9); max-width: 600px; margin: 0 auto; line-height: 1.6; font-weight: 300; }

.social-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }

.social-card { position: relative; background: #3d170e; border-radius: 12px; padding: 40px 30px; text-align: center; transition: all 0.4s ease; cursor: pointer; overflow: hidden; backdrop-filter: blur(10px); }

.social-card::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(214, 105, 49, 0.1), transparent); transition: left 0.6s ease; }

.social-card:hover::before { left: 100%; }

.social-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); }

.social-icon-wrapper { width: 80px; height: 80px; margin: 0 auto 25px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.4s ease; position: relative; }

.social-card:hover .social-icon-wrapper { transform: scale(1.1) rotate(5deg); }

.instagram .social-icon-wrapper { background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }

.facebook .social-icon-wrapper { background: #1877f2; }

.social-icon-wrapper svg { width: 40px; height: 40px; fill: #FFF; }

.social-name { font-family: 'Cinzel', serif; font-weight: 700; font-size: 1.5rem; color: #fff; margin-bottom: 10px; }

.social-handle { font-family: 'Inter', sans-serif; font-size: 0.95rem; color: #fff; margin-bottom: 20px; font-weight: 500; }

.social-description { font-family: 'Inter', sans-serif; font-size: 0.95rem; line-height: 1.6; color: #fff; margin-bottom: 25px; font-weight: 300; }

.social-btn { display: inline-flex; align-items: center; gap: 10px; padding: 12px 28px; font-family: 'Inter', sans-serif; font-size: 0.9rem; font-weight: 600; text-decoration: none; border-radius: 6px; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 1px; color: #FFF; }

.instagram .social-btn { background: linear-gradient(135deg, #f09433 0%, #dc2743 50%, #bc1888 100%); box-shadow: 0 4px 15px rgba(188, 24, 136, 0.3); }

.facebook .social-btn { background: #1877f2; box-shadow: 0 4px 15px rgba(24, 119, 242, 0.3); }

.facebook .social-btn:hover { box-shadow: 0 6px 25px rgba(24, 119, 242, 0.5); transform: translateY(-2px); }

.social-btn svg { width: 18px; height: 18px; fill: #FFF; }

@media (max-width: 768px) { .social-section { padding: 60px 20px; } .social-header { margin-bottom: 30px; } .social-cards { grid-template-columns: 1fr; } }

/*====================================================================== EN TETE SERVICES ====================================================================*/
.service-header { position: relative; min-height: 400px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 100px 20px 60px; overflow: hidden; }

.service-header-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }

.service-header-gradient { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(61, 23, 14, 0.85) 0%, rgba(85, 123, 173, 0.75) 100%); z-index: 1; }

.service-header::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(214, 105, 49, 0.03) 2px, rgba(214, 105, 49, 0.03) 4px), repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(61, 23, 14, 0.03) 2px, rgba(61, 23, 14, 0.03) 4px); pointer-events: none; z-index: 2; }

.service-header-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(ellipse at center, transparent 0%, rgba(61, 23, 14, 0.3) 100%); z-index: 2; }

.service-header-content { position: relative; z-index: 3; text-align: center; max-width: 900px; padding: 0 20px; }

.service-icon-header { width: 80px; height: 80px; margin: 0 auto 30px; background: #d66931; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3); animation: fadeInScale 0.6s ease-out; }

.service-icon-header svg { width: 40px; height: 40px; stroke: #FFF; background-color: #d66931; }

.service-title-main { font-family: 'Cinzel', serif; font-weight: 700 !important; font-size: clamp(2.5rem, 5vw, 3.5rem); color: #FFF; margin-bottom: 20px; text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.4); line-height: 1.2; letter-spacing: 1px; animation: fadeInUp 0.8s ease-out; }

.service-subtitle-main { font-family: 'Inter', sans-serif; font-size: clamp(1rem, 2vw, 1.2rem); color: #FFF; max-width: 700px; margin: 0 auto; text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3); font-weight: 300; letter-spacing: 0.5px; line-height: 1.6; animation: fadeInUp 0.8s ease-out 0.2s both; }

.service-cta { margin-top: 35px; animation: fadeInUp 0.8s ease-out 0.4s both; }

.btn-contact { font-family: 'Inter', sans-serif; padding: 16px 36px; font-size: 1rem; font-weight: 600; text-decoration: none; border-radius: 6px; transition: all 0.3s ease; display: inline-block; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); background: #d66931; color: #FFF; border: 2px solid #d66931; }

.btn-contact:hover { background: #c25a28; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(214, 105, 49, 0.4); color: white; }

@keyframes fadeInScale { from { opacity: 0;
    transform: scale(0.8); }
  to { opacity: 1;
    transform: scale(1); } }

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

@media (max-width: 768px) { .service-header { min-height: 350px; padding: 80px 15px 50px; } .service-icon-header { width: 60px; height: 60px; margin-bottom: 20px; } .service-icon-header svg { width: 30px; height: 30px; } .service-cta { margin-top: 25px; } }

/*================================================================ SERVICES INTRODUCTION =====================================================================*/
.service-intro-section { position: relative; background: #FFF; padding: 60px 20px; overflow: hidden; }

.service-intro-container { max-width: 1200px; margin: 0 auto; text-align: center; }

.service-intro-title { font-family: 'Cinzel', serif; font-weight: 700; font-size: clamp(2rem, 4vw, 3rem); color: #3d170e; margin-bottom: 40px; line-height: 1.3; }

.service-intro-questions { margin-bottom: 40px; }

.service-intro-question { font-family: 'Inter', sans-serif; font-size: 1.15rem; line-height: 1.8; color: #3d170e; margin-bottom: 20px; font-weight: 400; font-style: italic; }

.service-intro-answer { font-family: 'Inter', sans-serif; font-size: 1.05rem; line-height: 1.9; color: #3d170e; margin-bottom: 20px; font-weight: 300; }

.service-intro-answer strong { font-weight: 600; color: #d66931; }

.service-intro-highlight { background: rgba(214, 105, 49, 0.05); border-radius: 8px; padding: 35px; margin-top: 40px; }

.service-intro-highlight p { font-family: 'Inter', sans-serif; font-size: 1.05rem; line-height: 1.9; color: #3d170e; font-weight: 300; margin: 0; }

.service-intro-highlight strong { font-weight: 600; color: #d66931; }

.wood-texture { position: absolute; bottom: 0; left: 0; width: 250px; height: 250px; background: repeating-linear-gradient(90deg, rgba(214, 105, 49, 0.03) 0px, rgba(214, 105, 49, 0.03) 2px, transparent 2px, transparent 10px), repeating-linear-gradient(0deg, rgba(61, 23, 14, 0.02) 0px, rgba(61, 23, 14, 0.02) 2px, transparent 2px, transparent 10px); opacity: 0.5; pointer-events: none; }

@media (max-width: 768px) { .service-intro-section { padding: 60px 20px; } .service-intro-question { font-size: 1.05rem; } .service-intro-answer { font-size: 1rem; } .service-intro-highlight { padding: 25px; } }

/*=================================================================== PRESENTATIONS DU SERVICES ================================================================*/
.service-detail-section { position: relative; background: #FFF; padding: 100px 20px; overflow: hidden; }

.service-detail-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }

.service-detail-content { position: relative; z-index: 2; }

.section-tag { display: inline-block; font-family: 'Inter', sans-serif; font-size: 0.875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: #d66931; margin-bottom: 20px; padding: 8px 16px; background: rgba(214, 105, 49, 0.1); border-radius: 4px; }

.service-detail-title { font-family: 'Cinzel', serif; font-weight: 700; font-size: clamp(2rem, 4vw, 3rem); color: #3d170e; margin-bottom: 30px; line-height: 1.3; }

.service-detail-intro { font-family: 'Inter', sans-serif; font-size: 1.1rem; line-height: 1.8; color: #3d170e; margin-bottom: 25px; font-weight: 400; }

.service-detail-text { font-family: 'Inter', sans-serif; font-size: 1rem; line-height: 1.8; color: #3d170e; margin-bottom: 30px; font-weight: 300; }

.service-detail-list { display: grid; list-style: none; padding-left: 0; margin-left: 0; grid-template-columns: repeat(2, 1fr); gap: 12px 20px; margin-bottom: 35px; }

.service-detail-list li { font-family: 'Inter', sans-serif; font-size: 0.95rem; color: #3d170e; padding-left: 25px; position: relative; line-height: 1.6; font-weight: 400; }

.service-detail-list li::before { content: ''; position: absolute; left: 0; top: 10px; width: 12px; height: 2px; background: #d66931; top: 50%; transform: translateY(-50%); }

.service-detail-button { font-family: 'Inter', sans-serif; padding: 16px 36px; font-size: 1rem; font-weight: 600; text-decoration: none; border-radius: 6px; transition: all 0.3s ease; display: inline-block; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); cursor: pointer; background: #d66931; color: #FFF; border: 2px solid #d66931; }

.service-detail-button:hover { background: #c25a28; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(214, 105, 49, 0.4); color: #FFF; }

.service-detail-image { position: relative; height: 600px; border-radius: 12px; overflow: hidden; box-shadow: 0 20px 60px rgba(61, 23, 14, 0.2); }

.service-detail-image::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(214, 105, 49, 0.1) 0%, rgba(85, 123, 173, 0.1) 100%); z-index: 1; }

.service-detail-image img { width: 100%; height: 100%; object-fit: cover; }

.wood-texture { position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: repeating-linear-gradient(90deg, rgba(214, 105, 49, 0.03) 0px, rgba(214, 105, 49, 0.03) 2px, transparent 2px, transparent 10px), repeating-linear-gradient(0deg, rgba(61, 23, 14, 0.02) 0px, rgba(61, 23, 14, 0.02) 2px, transparent 2px, transparent 10px); opacity: 0.5; pointer-events: none; }

@media (max-width: 968px) { .service-detail-container { grid-template-columns: 1fr; gap: 50px; } .service-detail-image { height: 400px; order: -1; } .service-detail-list { grid-template-columns: 1fr; } .service-detail-section { padding: 60px 20px; } }

/*================================================================== LOGOS PARTENAIRES ========================================================================*/
.bmg-partners { position: relative; background: #ffffff; padding: 100px 20px; overflow: hidden; }

.bmg-partners-container { max-width: 1700px; margin: 0 auto; position: relative; z-index: 2; }

/* HEADER */
.bmg-partners-header { text-align: center; max-width: none; margin: 0 auto 70px; }

.bmg-partners-title { font-family: 'Cinzel', serif; font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 700; color: #3d170e; margin-top: 20px; }

/* WRAPPER */
.bmg-partners-logos-wrapper { overflow: hidden; position: relative; width: 100%; padding: 60px 10px; }

/* SLIDER */
.bmg-partners-logos-slider { display: flex; align-items: center; width: fit-content; animation: bmg-partners-scroll 60s linear infinite; }

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

/* LOGO CARD */
.bmg-partner-logo-item { flex: 0 0 auto; width: 180px; height: 100px; background: #ffffff; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0 22px; padding: 20px; box-shadow: 0 10px 40px rgba(61, 23, 14, 0.1); transition: transform 0.35s ease, box-shadow 0.35s ease; }

.bmg-partner-logo-item img { max-width: 140px; max-height: 60px; object-fit: contain; filter: grayscale(100%); opacity: 0.75; transition: filter 0.35s ease, opacity 0.35s ease; }

.bmg-partner-logo-item:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(214, 105, 49, 0.25); }

.bmg-partner-logo-item:hover img { filter: grayscale(0%); opacity: 1; }

/* ANIMATION */
@keyframes bmg-partners-scroll { 0% { transform: translateX(0); }
  100% { transform: translateX(-70%); } }

/* RESPONSIVE */
@media (max-width: 768px) { .bmg-partners { padding: 70px 20px; } .bmg-partner-logo-item { width: 160px; height: 90px; margin: 0 16px; } }

@media (max-width: 480px) { .bmg-partner-logo-item { width: 140px; height: 80px; margin: 0 12px; } }

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