@charset "UTF-8";
@import url(main.css);
/* ----------------------------------------------------------------------------- fond tally ----------------------------------------------------------------------------- */
.background-image-div-opacity { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.35) 15%, #000000 25%, #000000 75%, rgba(0, 0, 0, 0.35) 85%, transparent 100%); mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.35) 15%, #000000 25%, #000000 75%, rgba(0, 0, 0, 0.35) 85%, transparent 100%); }

/* ----------------------------------------------------------------------------- bloc counter % ----------------------------------------------------------------------------- */
.counter-item.counters-number.titles.mb-2.text-color-sixth { font-family: "Oswald",sans-serif !important; font-weight: 700 !important; font-size: 64px !important; color: #F6A810 !important; }

/* ----------------------------------------------------------------------------- CUSTOM HEADER BAUD'ELEC ----------------------------------------------------------------------------- */
.custom-header { position: fixed; top: 0; right: 0; left: 0; z-index: 9999; width: 100%; margin: 0; padding: 0 !important; background: transparent !important; border: none; box-shadow: none; --bs-navbar-padding-y: 0; --bs-navbar-padding-x: 0; transition: top 0.4s ease; }

/* --- CONTENEUR PRINCIPAL --- */
.custom-header .container-fluid { margin: 0; padding: 18px 24px; background-color: #111827 !important; border: 1px solid rgba(255, 252, 246, 0.1); border-radius: 0; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); transition: margin 0.4s ease, padding 0.4s ease, border-radius 0.4s ease, box-shadow 0.4s ease, backdrop-filter 0.4s ease, -webkit-backdrop-filter 0.4s ease, border-color 0.4s ease, background-color 0.4s ease; }

/* --- HEADER AU SCROLL --- */
.custom-header.scrolled { top: 14px; }

.custom-header.scrolled .container-fluid { margin-right: 20px; margin-left: 20px; padding: 12px 24px; background-color: rgba(17, 24, 39, 0.95) !important; border: 1px solid rgba(255, 144, 48, 0.55); border-radius: 3px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }

/* --- LOGO --- */
.custom-header .navbar-brand { display: flex; align-items: center; flex-shrink: 0; margin-right: 20px; padding: 0; }

.custom-header .logo_nav { display: block; width: 160px !important; min-width: 160px !important; max-width: none !important; height: auto !important; max-height: none !important; object-fit: contain; flex-shrink: 0; transition: width 0.4s ease, min-width 0.4s ease; }

.custom-header.scrolled .logo_nav { width: 140px !important; min-width: 140px !important; }

/* --- NAVIGATION --- */
.custom-header .navbar-nav { gap: 0; }

/* --- LIENS DU MENU --- */
.custom-header .nav-link, .custom-header .navbar-nav .nav-link { color: #FFFCF6 !important; font-family: "Oswald", sans-serif !important; transition: color 0.3s ease; }

/* --- HOVER / ACTIF --- */
.custom-header .nav-link:hover, .custom-header .navbar-nav .nav-link:hover, .custom-header .nav-link.active, .custom-header .navbar-nav .nav-link.active { color: #FF9030 !important; }

/* --- BOUTONS ANIMÉS DU MENU --- */
.custom-header .animated-border-button { color: #FFFCF6 !important; background-color: transparent !important; cursor: pointer; transition: color 0.3s ease; }

.custom-header .animated-border-button span { color: #FFFCF6 !important; font-family: "Oswald", sans-serif !important; transition: color 0.3s ease, opacity 0.3s ease; }

.custom-header .animated-border-button:hover, .custom-header .animated-border-button:hover span { color: #FF9030 !important; }

/* --- SOULIGNEMENT ANIMÉ --- */
.custom-header .animated-border-button::after { background-color: #FF9030 !important; }

/* --- BURGER --- */
.custom-header .navbar-toggler { padding: 8px 10px; background-color: transparent !important; border: 1px solid rgba(255, 252, 246, 0.34); border-radius: 3px; box-shadow: none !important; transition: border-color 0.3s ease, background-color 0.3s ease; }

.custom-header .navbar-toggler:hover, .custom-header .navbar-toggler:focus, .custom-header .navbar-toggler:active { background-color: rgba(255, 144, 48, 0.1) !important; border-color: #FF9030; box-shadow: none !important; }

.custom-header .navbar-toggler-icon { filter: invert(1); }

/* --- TABLETTE ET MOBILE --- */
@media (max-width: 991px) { .custom-header .container-fluid { padding: 12px 14px; background-color: rgba(17, 24, 39, 0.94) !important; border: 1px solid rgba(255, 252, 246, 0.1); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); } .custom-header.scrolled { top: 8px; } .custom-header.scrolled .container-fluid { margin-right: 10px; margin-left: 10px; padding: 10px 14px; background-color: rgba(17, 24, 39, 0.97) !important; border: 1px solid rgba(255, 144, 48, 0.5); border-radius: 3px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); } .custom-header .navbar-brand { flex-shrink: 0; margin-right: 0; } .custom-header .logo_nav { width: 135px !important; min-width: 135px !important; max-width: none !important; height: auto !important; max-height: none !important; flex-shrink: 0; } .custom-header.scrolled .logo_nav { width: 120px !important; min-width: 120px !important; } /* --- MENU DÉROULANT MOBILE --- */ .custom-header .navbar-collapse { margin-top: 12px; padding: 18px; background-color: rgba(17, 24, 39, 0.99) !important; border: 1px solid rgba(255, 144, 48, 0.34); border-radius: 3px; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); } .custom-header .navbar-nav { width: 100%; } .custom-header .custom-nav-list { width: 100%; margin: 0; padding: 0; list-style: none; text-align: center; } /* --- LIENS MOBILE --- */ .custom-header .nav-link, .custom-header .navbar-nav .nav-link, .custom-header .animated-border-button, .custom-header .animated-border-button span { color: #FFFCF6 !important; font-family: "Oswald", sans-serif !important; } .custom-header .nav-link:hover, .custom-header .navbar-nav .nav-link:hover, .custom-header .nav-link.active, .custom-header .navbar-nav .nav-link.active, .custom-header .animated-border-button:hover, .custom-header .animated-border-button:hover span { color: #FF9030 !important; } .custom-header .custom-header-phone-wrap { display: flex; justify-content: center; width: 100%; margin-top: 10px; } }

/* --- PETIT MOBILE --- */
@media (max-width: 575px) { .custom-header .container-fluid { padding: 10px 12px; background-color: rgba(17, 24, 39, 0.96) !important; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); } .custom-header.scrolled .container-fluid { margin-right: 8px; margin-left: 8px; padding: 10px 12px; background-color: rgba(17, 24, 39, 0.98) !important; border: 1px solid rgba(255, 144, 48, 0.46); border-radius: 3px; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); } .custom-header .logo_nav { width: 110px !important; min-width: 110px !important; max-width: none !important; height: auto !important; max-height: none !important; } .custom-header.scrolled .logo_nav { width: 100px !important; min-width: 100px !important; } .custom-header .navbar-collapse { margin-top: 10px; padding: 14px; background-color: rgba(17, 24, 39, 0.99) !important; border: 1px solid rgba(255, 144, 48, 0.38); border-radius: 3px; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); } }

/* --- TRÈS PETIT MOBILE --- */
@media (max-width: 390px) { .custom-header .logo_nav { width: 125px !important; min-width: 125px !important; } .custom-header.scrolled .logo_nav { width: 115px !important; min-width: 115px !important; } }

/* --- PETIT MOBILE / HAUTEUR LOGO --- */
@media (max-width: 575px) { .custom-header .logo_nav { height: 62px; } .custom-header.scrolled .logo_nav { height: 56px; } }

/* ----------------------------------------------------------------------------- image fixe formulaire ----------------------------------------------------------------------------- */
.background-image-div-opacity { background-attachment: scroll; }

/* ----------------------------------------------------------------------------- padding bloc avant/après ----------------------------------------------------------------------------- */
.photoTitleText.text-color-sixth { padding: 3%; }

/* ----------------------------------------------------------------------------- space page secondaire ----------------------------------------------------------------------------- */
.spacer { display: none; }

/* ----------------------------------------------------------------------------- formulaire de contact ----------------------------------------------------------------------------- */
form#formContact { font-family: "Lato",sans-serif !important; }

/* ----------------------------------------------------------------------------- augmentation header ----------------------------------------------------------------------------- */
.navbar-brand { height: 10vh !important; width: 14vw !important; }

.logo_nav { height: 10vh !important; }

/* ----------------------------------------------------------------------------- enlever recherche fréquente ----------------------------------------------------------------------------- */
a.nav-link.fs-6.dropdown-toggle.px-0.text-color-secondary.text-center { display: none !important; }

/* ----------------------------------------------------------------------------- Bloc maps ----------------------------------------------------------------------------- */
.maps-section .content { color: #111827 !important; font-family: "Lato",sans-serif !important; }

.maps-section .map-content { padding: 50px; }

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

.item-content.mx-5 { color: #111827 !important; font-family: "Lato",sans-serif !important; }

/* ----------------------------------------------------------------------------- ancre bloc qui suis-je ----------------------------------------------------------------------------- */
#decouvrir { scroll-margin-top: 90px; }

/* ----------------------------------------------------------------------------- ancre bloc presta accueil ----------------------------------------------------------------------------- */
#presta { scroll-margin-top: 60px; }

/* ----------------------------------------------------------------------------- ancre bloc real accueil ----------------------------------------------------------------------------- */
#realisation { scroll-margin-top: 90px; }

/* ----------------------------------------------------------------------------- ancre bloc cta accueil ----------------------------------------------------------------------------- */
#contact { scroll-margin-top: 90px; }

/* ----------------------------------------------------------------------------- texte footer ----------------------------------------------------------------------------- */
footer, footer p, footer a, footer li, footer ul, footer i { color: #FFFCF6 !important; font-family: "Lato",sans-serif !important; font-size: 1rem; }

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 { color: #FF9030 !important; font-family: "Oswald",sans-serif !important; font-weight: 700 !important; }

footer h5 { font-size: 1.25rem; }

.text-color-third { color: #FFFCF6 !important; font-family: "Lato",sans-serif !important; font-size: 1rem; text-align: left; hyphens: auto; }

/* ----------------------------------------------------------------------------- ombre ----------------------------------------------------------------------------- */
div.shadow-lg { box-shadow: none !important; }

/* ----------------------------------------------------------------------------- surlignement header ----------------------------------------------------------------------------- */
.animated-border-button:after { background-color: #FF9030 !important; }

.animated-border-button span { transition: color 0.3s ease; }

.animated-border-button:hover span { color: #FF9030 !important; }

/* ----------------------------------------------------------------------------- Bouton header ----------------------------------------------------------------------------- */
.button-header-telephone { position: relative; display: inline-block; margin: 15px; padding: 8px 15px; text-align: center; font-weight: 700 !important; font-size: 18px; font-family: "Lato",sans-serif !important; letter-spacing: 1px; text-decoration: none; color: #FFFCF6 !important; background: transparent; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #FFFCF6; box-shadow: inset 0 0 0 0 #FFFCF6; }

.button-header-telephone:hover { color: #FFFCF6 !important; box-shadow: inset 0 -100px 0 0 #FF9030 !important; border-color: #FF9030 !important; transform: scale(0.95) !important; }

.button-header-telephone:active { transform: scale(0.9); }

a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.my-2.my-lg-1.p-2.rounded-pill.text-decoration-none.button-header-telephone { border-radius: 3px !important; }

/* ----------------------------------------------------------------------------- Bouton first impression ----------------------------------------------------------------------------- */
.button_homepageFirstScreen { position: relative; display: inline-block; padding: 15px 30px; text-align: center; font-weight: 700 !important; font-size: 18px; font-family: "Lato",sans-serif !important; letter-spacing: 1px; text-decoration: none; color: #111827 !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #111827 !important; border-radius: 3px !important; box-shadow: inset 0 0 0 0 #111827; }

.button_homepageFirstScreen:hover { color: #FFFCF6 !important; box-shadow: inset 0 -100px 0 0 #FF9030 !important; border-color: #FF9030 !important; transform: scale(0.95) !important; }

.button_homepageFirstScreen:active { transform: scale(0.9); }

/* ----------------------------------------------------------------------------- Bouton simple ----------------------------------------------------------------------------- */
.button_homepageDoubleScreen { position: relative; display: inline-block; padding: 15px 30px; text-align: center; font-weight: 700 !important; font-size: 18px; font-family: "Lato",sans-serif !important; letter-spacing: 1px; text-decoration: none; color: #111827 !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #111827 !important; border-radius: 3px !important; box-shadow: inset 0 0 0 0 #111827; }

.button_homepageDoubleScreen:hover { color: #FFFCF6 !important; box-shadow: inset 0 -100px 0 0 #FF9030 !important; border-color: #FF9030 !important; transform: scale(0.95) !important; }

.button_homepageDoubleScreen:active { transform: scale(0.9); }

/* ----------------------------------------------------------------------------- Bouton cta ----------------------------------------------------------------------------- */
.button_ctaDoubleScreen { position: relative; display: inline-block; padding: 15px 30px; text-align: center; font-weight: 700 !important; font-size: 18px; font-family: "Lato",sans-serif !important; letter-spacing: 1px; text-decoration: none; color: #111827 !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #111827 !important; border-radius: 3px !important; box-shadow: inset 0 0 0 0 #111827; }

.button_ctaDoubleScreen:hover { color: #FFFCF6 !important; box-shadow: inset 0 -100px 0 0 #FF9030 !important; border-color: #FF9030 !important; transform: scale(0.95) !important; }

.button_ctaDoubleScreen:active { transform: scale(0.9); }

/* ----------------------------------------------------------------------------- Bouton presta ----------------------------------------------------------------------------- */
.button_prestaDoubleScreen { position: relative; display: inline-block; padding: 10px 20px; text-align: center; font-weight: 700 !important; font-size: 16px; font-family: "Lato",sans-serif !important; letter-spacing: 1px; text-decoration: none; color: #FFFCF6 !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #FFFCF6 !important; border-radius: 3px !important; box-shadow: inset 0 0 0 0 #FFFCF6; }

.button_prestaDoubleScreen:hover { color: #FFFCF6 !important; box-shadow: inset 0 -100px 0 0 #FF9030 !important; border-color: #FF9030 !important; transform: scale(0.95) !important; }

.button_prestaDoubleScreen:active { transform: scale(0.9); }

/* ----------------------------------------------------------------------------- Bouton en-tête ----------------------------------------------------------------------------- */
.button_secondepageDoubleScreen { position: relative; display: inline-block; padding: 15px 30px; text-align: center; font-weight: 700 !important; font-size: 18px; font-family: "Lato",sans-serif !important; letter-spacing: 1px; text-decoration: none; color: #FFFCF6 !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #FFFCF6 !important; border-radius: 3px !important; box-shadow: inset 0 0 0 0 #FFFCF6; }

.button_secondepageDoubleScreen:hover { color: #FFFCF6 !important; box-shadow: inset 0 -100px 0 0 #FF9030 !important; border-color: #FF9030 !important; transform: scale(0.95) !important; }

.button_secondepageDoubleScreen:active { transform: scale(0.9); }

/* ----------------------------------------------------------------------------- Bouton seo ----------------------------------------------------------------------------- */
.all-activities-button { position: relative; display: inline-block; margin: 15px; padding: 15px 30px; text-align: center; font-weight: 700 !important; font-size: 18px; font-family: "Lato",sans-serif !important; letter-spacing: 1px; text-decoration: none; color: #111827 !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #111827 !important; border-radius: 3px; box-shadow: inset 0 0 0 0 #111827; }

.all-activities-button:hover { color: #FFFCF6 !important; box-shadow: inset 0 -100px 0 0 #FF9030 !important; border-color: #FF9030 !important; transform: scale(0.95) !important; }

.all-activities-button:active { transform: scale(0.9); }

/* ----------------------------------------------------------------------------- bloc seo ----------------------------------------------------------------------------- */
.first-activity-div, .second-activity-div, .third-activity-div { border: #FF9030; }

.fs-6 { font-family: "Lato",sans-serif !important; font-weight: 400 !important; }

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

/* ----------------------------------------------------------------------------- Bouton avis ----------------------------------------------------------------------------- */
.button_homepageScreen { position: relative; display: inline-block; margin: 15px; padding: 12px 16px !important; text-align: center; font-weight: 700 !important; font-size: 18px; font-family: "Lato",sans-serif !important; letter-spacing: 1px; text-decoration: none; color: #111827 !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #111827 !important; border-radius: 3px !important; box-shadow: inset 0 0 0 0 #111827; }

.button_homepageScreen:hover { color: #FFFCF6 !important; box-shadow: inset 0 -100px 0 0 #FF9030 !important; border-color: #FF9030 !important; transform: scale(0.95) !important; }

.button_homepageScreen:active { transform: scale(0.9); }

/* ----------------------------------------------------------------------------- Flèche retour en haut ----------------------------------------------------------------------------- */
#back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 9999; display: flex; align-items: center; justify-content: center; min-width: 48px; min-height: 48px; padding: 14px 18px; background-color: #111827; color: #FFFCF6 !important; border: 2px solid #FFFDF9; border-radius: 100%; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); font-size: 20px; font-weight: 700; line-height: 1; text-align: center; text-decoration: none; cursor: pointer; opacity: 0; pointer-events: none; transform: scale(0.9); transition: opacity .3s ease,transform .3s ease,background-color .3s ease; }

#back-to-top.show { opacity: 1; pointer-events: auto; transform: scale(1); }

@media (hover: hover) and (pointer: fine) { #back-to-top:hover { background-color: #FF9030; color: #FFFCF6 !important; transform: translateY(-3px); } }

html { scroll-behavior: smooth; }

/* -----------------------------------------------------------------------------  HERO BAUD'ELEC  ----------------------------------------------------------------------------- */
.first-baud-elec { position: relative; display: flex; align-items: center; width: 100%; height: 100vh; min-height: 720px; overflow: hidden; background-color: #111827; }

/* -----------------------------------------------------------------------------  VIDÉO ----------------------------------------------------------------------------- */
.first-baud-elec-video { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }

/* -----------------------------------------------------------------------------  OVERLAY ----------------------------------------------------------------------------- */
.first-baud-elec::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(255, 252, 246, 0.98) 0%, rgba(255, 252, 246, 0.94) 26%, rgba(255, 252, 246, 0.82) 46%, rgba(255, 252, 246, 0.4) 68%, rgba(17, 24, 39, 0.16) 100%); pointer-events: none; }

/* -----------------------------------------------------------------------------  HALO ----------------------------------------------------------------------------- */
.first-baud-elec::before { content: ""; position: absolute; right: -180px; bottom: -260px; z-index: 2; width: 650px; height: 650px; background-color: rgba(255, 144, 48, 0.16); border-radius: 50%; filter: blur(120px); pointer-events: none; }

/* -----------------------------------------------------------------------------  CONTENEUR ----------------------------------------------------------------------------- */
.first-baud-elec-container { position: relative; z-index: 3; width: 90%; max-width: 1380px; margin: 0 auto; }

/* -----------------------------------------------------------------------------  CONTENU ----------------------------------------------------------------------------- */
.first-baud-elec-text { position: relative; max-width: 900px; color: #111827; }

/* -----------------------------------------------------------------------------  SURTITRE ----------------------------------------------------------------------------- */
.first-baud-elec-tagline { position: relative; display: inline-block; padding-left: 62px; color: #FF9030; font-family: "Lato", sans-serif; font-size: 15px; font-weight: 700 !important; line-height: 1.5; letter-spacing: 2.5px; text-transform: uppercase; }

.first-baud-elec-tagline::before { content: ""; position: absolute; top: 50%; left: 0; width: 42px; height: 3px; background-color: #FF9030; transform: translateY(-50%); }

/* -----------------------------------------------------------------------------  TITRE ----------------------------------------------------------------------------- */
.first-baud-elec-text h1 { max-width: 900px; margin: 18px 0 24px; color: #111827; font-family: "Oswald", sans-serif; font-size: clamp(48px, 4.8vw, 68px); font-weight: 600 !important; line-height: 1.02; letter-spacing: -0.8px; text-transform: uppercase; }

.first-baud-elec-text h1 span { display: block; margin-top: 8px; font-size: 0.62em; line-height: 1.15; letter-spacing: 0; }

.first-baud-elec-text h1::after { content: ""; display: block; width: 92px; height: 4px; margin-top: 26px; background-color: #FF9030; }

/* -----------------------------------------------------------------------------  TEXTE ----------------------------------------------------------------------------- */
.first-baud-elec-text p { max-width: 680px; margin: 0 0 38px; color: rgba(17, 24, 39, 0.84); font-family: "Lato", sans-serif; font-size: 18px; font-weight: 400 !important; line-height: 1.75; }

/* -----------------------------------------------------------------------------  DÉTAIL GRAPHIQUE ----------------------------------------------------------------------------- */
.first-baud-elec-text::before { content: ""; position: absolute; top: -55px; left: -30px; width: 1px; height: 120px; background: linear-gradient(to bottom, transparent, rgba(255, 144, 48, 0.65), transparent); }

/* -----------------------------------------------------------------------------  TABLETTE ----------------------------------------------------------------------------- */
@media (max-width: 900px) { .first-baud-elec { min-height: 700px; text-align: center; } .first-baud-elec-video { object-position: center; } .first-baud-elec::after { background: linear-gradient(180deg, rgba(17, 24, 39, 0.1) 0%, rgba(255, 252, 246, 0.55) 34%, rgba(255, 252, 246, 0.9) 61%, rgba(255, 252, 246, 0.99) 100%); } .first-baud-elec::before { right: -250px; bottom: -280px; width: 600px; height: 600px; } .first-baud-elec-container { width: 88%; padding: 150px 0 95px; } .first-baud-elec-text { max-width: 760px; margin: auto auto 0; } .first-baud-elec-text::before { display: none; } .first-baud-elec-tagline { padding-top: 20px; padding-left: 0; font-size: 12px; } .first-baud-elec-tagline::before { top: 0; left: 50%; width: 42px; transform: translateX(-50%); } .first-baud-elec-text h1 { max-width: 760px; margin-top: 22px; font-size: clamp(44px, 7vw, 58px); line-height: 1.02; letter-spacing: 0; } .first-baud-elec-text h1 span { margin-top: 8px; font-size: 0.62em; line-height: 1.15; } .first-baud-elec-text h1::after { width: 74px; margin-right: auto; margin-left: auto; } .first-baud-elec-text p { margin-right: auto; margin-left: auto; font-size: 17px; } }

/* -----------------------------------------------------------------------------  MOBILE 1080 x 1920 ----------------------------------------------------------------------------- */
@media (max-width: 767px) { .first-baud-elec { min-height: 100svh; align-items: flex-end; } .first-baud-elec-video { object-position: center center; } .first-baud-elec::after { background: linear-gradient(180deg, rgba(17, 24, 39, 0.05) 0%, rgba(17, 24, 39, 0.12) 24%, rgba(255, 252, 246, 0.62) 48%, rgba(255, 252, 246, 0.94) 68%, #fffcf6 100%); } .first-baud-elec-container { width: 90%; padding: 150px 0 65px; } .first-baud-elec-text { margin: auto auto 0; } .first-baud-elec-text h1 { max-width: 100%; font-size: clamp(38px, 9vw, 50px); line-height: 1.04; } .first-baud-elec-text h1 span { margin-top: 8px; font-size: 0.60em; line-height: 1.18; } }

/* -----------------------------------------------------------------------------  PETIT MOBILE ----------------------------------------------------------------------------- */
@media (max-width: 576px) { .first-baud-elec-tagline { font-size: 10px; letter-spacing: 1.5px; } .first-baud-elec-text h1 { margin-bottom: 20px; font-size: 40px; line-height: 1.05; } .first-baud-elec-text h1 span { margin-top: 7px; font-size: 0.62em; line-height: 1.18; } .first-baud-elec-text h1::after { width: 58px; height: 3px; margin-top: 20px; } .first-baud-elec-text p { margin-bottom: 30px; font-size: 16px; line-height: 1.65; } .first-baud-elec .button_homepageFirstScreen { width: 100%; max-width: 330px; min-height: 54px; padding: 12px 18px; font-size: 15px; } }

/* ----------------------------------------------------------------------------- BAUD'ELEC - PRÉSENTATION ----------------------------------------------------------------------------- */
.qns-baud-elec-section { position: relative; overflow: hidden; padding: 110px 24px; background-color: #FFFCF6; font-family: "Lato", sans-serif; }

/* --- DÉCORATION DE FOND --- */
.qns-baud-elec-section::before { content: ""; position: absolute; top: -230px; right: -180px; width: 500px; height: 500px; background-color: rgba(255, 144, 48, 0.055); border-radius: 50%; pointer-events: none; }

.qns-baud-elec-section::after { content: ""; position: absolute; bottom: -270px; left: -210px; width: 540px; height: 540px; border: 1px solid rgba(17, 24, 39, 0.055); border-radius: 50%; pointer-events: none; }

/* --- CONTENEUR --- */
.qns-baud-elec-wrap { position: relative; z-index: 2; display: grid; grid-template-columns: 0.94fr 1fr; align-items: center; gap: 88px; max-width: 1240px; margin: 0 auto; }

/* --- IMAGE --- */
.qns-baud-elec-media { position: relative; padding: 0 0 32px 32px; }

/* --- BLOC DÉCORATIF --- */
.qns-baud-elec-media-decor { position: absolute; bottom: 0; left: 0; width: 74%; height: 78%; background-color: #FF9030; border-radius: 5px; transition: background-color 0.35s ease, transform 0.35s ease; }

/* --- CADRE IMAGE --- */
.qns-baud-elec-media-frame { position: relative; z-index: 1; overflow: hidden; background-color: #111827; border-radius: 5px; box-shadow: 0 28px 60px rgba(17, 24, 39, 0.14); transition: transform 0.4s ease, box-shadow 0.4s ease; }

/* --- TRAIT DÉCORATIF --- */
.qns-baud-elec-media-frame::before { content: ""; position: absolute; top: 0; left: 0; z-index: 3; width: 105px; height: 5px; background-color: #FF9030; transition: width 0.4s ease; }

/* --- DÉGRADÉ PHOTO --- */
.qns-baud-elec-media-frame::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, rgba(17, 24, 39, 0) 48%, rgba(17, 24, 39, 0.38) 100%); pointer-events: none; }

.qns-baud-elec-media-frame img { display: block; width: 100%; height: 510px; object-fit: cover; transition: transform 0.65s ease; }

/* --- BADGE --- */
.qns-baud-elec-media-badge { position: absolute; right: -30px; bottom: 0; z-index: 4; display: flex; align-items: center; gap: 15px; max-width: 325px; padding: 19px 22px; background-color: #111827; border: 1px solid rgba(255, 252, 246, 0.12); border-radius: 5px; box-shadow: 0 18px 40px rgba(17, 24, 39, 0.23); transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease; }

/* --- ICÔNE BADGE --- */
.qns-baud-elec-media-badge-icon { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 50px; height: 50px; background-color: rgba(255, 144, 48, 0.12); border: 1px solid rgba(255, 144, 48, 0.3); border-radius: 4px; transition: background-color 0.35s ease, border-color 0.35s ease, transform 0.35s ease; }

.qns-baud-elec-media-badge-icon svg { width: 25px; height: 25px; fill: none; stroke: #FF9030; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: stroke 0.35s ease; }

/* --- TEXTE BADGE --- */
.qns-baud-elec-media-badge-text strong { display: block; margin-bottom: 3px; color: #FF9030; font-family: "Oswald", sans-serif; font-size: 18px; font-weight: 600 !important; letter-spacing: 0.3px; }

.qns-baud-elec-media-badge-text span { display: block; color: rgba(255, 252, 246, 0.74); font-family: "Lato", sans-serif; font-size: 12.5px; line-height: 1.45; }

/* --- CONTENU --- */
.qns-baud-elec-content { padding-left: 6px; }

/* --- SURTITRE --- */
.qns-baud-elec-pill { display: inline-flex; align-items: center; justify-content: center; gap: 9px; margin-bottom: 22px; padding: 7px 15px; color: #FF9030; background-color: rgba(255, 144, 48, 0.065); border: 1px solid rgba(255, 144, 48, 0.28); border-radius: 4px; font-family: "Lato", sans-serif; font-size: 12px; font-weight: 700 !important; letter-spacing: 1.4px; text-transform: uppercase; transition: background-color 0.3s ease, border-color 0.3s ease; }

.qns-baud-elec-pill-dot { display: inline-block; flex-shrink: 0; width: 7px; height: 7px; background-color: #FF9030; border-radius: 50%; box-shadow: 0 0 0 4px rgba(255, 144, 48, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; }

.qns-baud-elec-pill:hover .qns-baud-elec-pill-dot { transform: scale(1.2); box-shadow: 0 0 0 6px rgba(255, 144, 48, 0.12); }

/* --- TITRE --- */
.qns-baud-elec-title { max-width: 680px; margin: 0 0 24px; color: #111827; font-family: "Oswald", sans-serif; font-size: 46px; font-weight: 600 !important; line-height: 1.12; letter-spacing: -0.4px; }

.qns-baud-elec-title span { display: block; color: #FF9030; }

/* --- NOM --- */
.qns-baud-elec-name { position: relative; margin: 0 0 22px; padding-left: 18px; color: #111827; font-family: "Oswald", sans-serif; font-size: 19px; font-weight: 600 !important; letter-spacing: 0.3px; }

.qns-baud-elec-name::before { content: ""; position: absolute; top: 3px; bottom: 3px; left: 0; width: 3px; background-color: #FF9030; }

/* --- TEXTE --- */
.qns-baud-elec-text { max-width: 680px; color: rgba(17, 24, 39, 0.84); font-family: "Lato", sans-serif; font-size: 15.5px; font-weight: 400; line-height: 1.8; }

.qns-baud-elec-text p { margin: 0 0 17px; }

.qns-baud-elec-text p:last-child { margin-bottom: 0; }

/* --- TAGS --- */
.qns-baud-elec-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }

.qns-baud-elec-tag { display: inline-flex; align-items: center; padding: 9px 15px; color: #111827; background-color: transparent; border: 1px solid rgba(17, 24, 39, 0.17); border-radius: 4px; font-family: "Lato", sans-serif; font-size: 12.5px; font-weight: 700 !important; letter-spacing: 0.3px; transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease; }

/* --- REPÈRE --- */
.qns-baud-elec-tag::before { content: ""; flex-shrink: 0; width: 5px; height: 5px; margin-right: 8px; background-color: #FF9030; border-radius: 50%; transition: transform 0.3s ease; }

/* --- TABLETTE --- */
@media (max-width: 880px) { .qns-baud-elec-section { padding: 80px 24px; } .qns-baud-elec-wrap { grid-template-columns: 1fr; gap: 62px; } .qns-baud-elec-media { max-width: 650px; margin: 0 auto; padding-left: 22px; } .qns-baud-elec-media-frame img { height: 420px; } .qns-baud-elec-media-badge { right: 16px; } .qns-baud-elec-content { padding-left: 0; } .qns-baud-elec-title { max-width: 680px; font-size: 38px; } .qns-baud-elec-text { max-width: none; } }

/* --- MOBILE --- */
@media (max-width: 480px) { .qns-baud-elec-section { padding: 65px 18px; } .qns-baud-elec-wrap { gap: 42px; } .qns-baud-elec-media { padding: 0 0 15px 15px; } .qns-baud-elec-media-decor { width: 70%; height: 72%; border-radius: 3px; } .qns-baud-elec-media-frame { border-radius: 3px; } .qns-baud-elec-media-frame img { height: 310px; } .qns-baud-elec-media-badge { display: none; } .qns-baud-elec-pill { margin-bottom: 18px; padding: 6px 11px; font-size: 10.5px; letter-spacing: 1px; } .qns-baud-elec-pill-dot { width: 6px; height: 6px; } .qns-baud-elec-title { margin-bottom: 20px; font-size: 32px; line-height: 1.16; } .qns-baud-elec-name { font-size: 18px; } .qns-baud-elec-text { font-size: 15px; line-height: 1.72; } .qns-baud-elec-tags { gap: 7px; margin-top: 25px; } .qns-baud-elec-tag { padding: 8px 11px; font-size: 12px; } }

/* ----------------------------------------------------------------------------- ÉTAPES BAUD'ELEC ----------------------------------------------------------------------------- */
.etape-baud-elec { position: relative; box-sizing: border-box; overflow: hidden; max-width: 1260px; margin: 0 auto; padding: 95px 40px; background-color: #FFFCF6; font-family: "Lato", sans-serif; text-align: center; }

/* --- DÉCORATION DE FOND --- */
.etape-baud-elec::before { content: ""; position: absolute; top: 100px; left: 50%; width: 900px; height: 300px; background: radial-gradient(ellipse at center, rgba(255, 144, 48, 0.07) 0%, rgba(255, 144, 48, 0.025) 42%, transparent 72%); transform: translateX(-50%); pointer-events: none; }

/* --- HEADER --- */
.etape-baud-elec-header { position: relative; z-index: 2; max-width: 780px; margin: 0 auto 52px; }

/* --- SURTITRE --- */
.etape-baud-elec-badge { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; padding: 7px 15px; color: #FF9030; background-color: rgba(255, 144, 48, 0.06); border: 1px solid rgba(255, 144, 48, 0.28); border-radius: 4px; font-family: "Lato", sans-serif; font-size: 12.5px; font-weight: 700 !important; letter-spacing: 1.2px; text-transform: uppercase; }

/* --- POINT --- */
.etape-baud-elec-dot { display: inline-block; flex-shrink: 0; width: 7px; height: 7px; background-color: #FF9030; border-radius: 50%; box-shadow: 0 0 0 4px rgba(255, 144, 48, 0.1); }

/* --- TITRE --- */
.etape-baud-elec-title { margin: 0 0 18px; color: #111827; font-family: "Oswald", sans-serif; font-size: 46px; font-weight: 600 !important; line-height: 1.14; letter-spacing: -0.4px; }

.etape-baud-elec-title span { color: #FF9030; }

/* --- INTRO --- */
.etape-baud-elec-intro { max-width: 650px; margin: 0 auto; color: rgba(17, 24, 39, 0.7); font-family: "Lato", sans-serif; font-size: 15.5px; font-weight: 400 !important; line-height: 1.7; }

/* --- GRILLE --- */
.etape-baud-elec-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: left; }

/* --- LIGNE ENTRE LES ÉTAPES --- */
.etape-baud-elec-grid::before { content: ""; position: absolute; top: 61px; right: 15%; left: 15%; z-index: -1; height: 1px; background: linear-gradient(90deg, transparent, rgba(255, 144, 48, 0.32), rgba(17, 24, 39, 0.12), rgba(255, 144, 48, 0.32), transparent); }

/* --- CARTE --- */
.etape-baud-elec-card { position: relative; box-sizing: border-box; overflow: hidden; min-height: 320px; padding: 34px 30px 32px; background-color: rgba(255, 252, 246, 0.96); border: 1px solid rgba(17, 24, 39, 0.12); border-radius: 6px; box-shadow: 0 18px 45px -35px rgba(17, 24, 39, 0.42); }

/* --- BARRE SUPÉRIEURE --- */
.etape-baud-elec-line { position: absolute; top: 0; left: 0; width: 64px; height: 4px; background-color: #FF9030; }

/* --- HAUT DE CARTE --- */
.etape-baud-elec-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 26px; }

/* --- NUMÉRO --- */
.etape-baud-elec-num { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 56px; height: 56px; color: #FFFCF6; background-color: #111827; border: 1px solid #111827; border-radius: 5px; font-family: "Oswald", sans-serif; font-size: 18px; font-weight: 600 !important; }

/* --- NOM DE L'ÉTAPE --- */
.etape-baud-elec-step { color: rgba(17, 24, 39, 0.46); font-family: "Lato", sans-serif; font-size: 10.5px; font-weight: 700 !important; letter-spacing: 1.5px; text-transform: uppercase; }

/* --- TITRE CARTE --- */
.etape-baud-elec-card-title { position: relative; margin: 0 0 14px; color: #111827; font-family: "Oswald", sans-serif; font-size: 23px; font-weight: 600 !important; line-height: 1.3; }

/* --- TEXTE CARTE --- */
.etape-baud-elec-card-text { margin: 0; color: rgba(17, 24, 39, 0.7); font-family: "Lato", sans-serif; font-size: 15px; font-weight: 400 !important; line-height: 1.72; }

/* --- DÉTAIL TECHNIQUE --- */
.etape-baud-elec-card::after { content: ""; position: absolute; right: -45px; bottom: -45px; width: 110px; height: 110px; border: 1px solid rgba(255, 144, 48, 0.11); border-radius: 50%; box-shadow: 0 0 0 18px rgba(255, 144, 48, 0.025), 0 0 0 36px rgba(255, 144, 48, 0.018); pointer-events: none; }

/* --- TABLETTE --- */
@media (max-width: 991px) { .etape-baud-elec { padding: 70px 24px; } .etape-baud-elec-header { margin-bottom: 38px; } .etape-baud-elec-title { font-size: 38px; } .etape-baud-elec-grid { grid-template-columns: 1fr; gap: 15px; max-width: 720px; margin: 0 auto; } .etape-baud-elec-grid::before { display: none; } .etape-baud-elec-card { min-height: auto; padding: 29px 26px; } .etape-baud-elec-top { margin-bottom: 21px; } }

/* --- MOBILE --- */
@media (max-width: 576px) { .etape-baud-elec { padding: 55px 16px; } .etape-baud-elec-header { margin-bottom: 30px; } .etape-baud-elec-badge { margin-bottom: 17px; padding: 6px 11px; font-size: 11px; } .etape-baud-elec-title { margin-bottom: 15px; font-size: 31px; line-height: 1.2; } .etape-baud-elec-intro { font-size: 14.5px; line-height: 1.65; } .etape-baud-elec-grid { gap: 12px; } .etape-baud-elec-card { padding: 25px 20px 26px; border-radius: 4px; } .etape-baud-elec-line { width: 52px; height: 3px; } .etape-baud-elec-top { margin-bottom: 19px; } .etape-baud-elec-num { width: 48px; height: 48px; font-size: 16px; } .etape-baud-elec-step { font-size: 9.5px; letter-spacing: 1.2px; } .etape-baud-elec-card-title { margin-bottom: 11px; font-size: 20px; } .etape-baud-elec-card-text { font-size: 14px; line-height: 1.65; } }

/* ----------------------------------------------------------------------------- PRESTATIONS BAUD'ELEC ----------------------------------------------------------------------------- */
.presta-baud-elec, .presta-baud-elec *, .presta-baud-elec *::before, .presta-baud-elec *::after { box-sizing: border-box; }

/* --- SECTION --- */
.presta-baud-elec { position: relative; display: flex; align-items: center; justify-content: center; min-height: 100vh; padding: 110px 24px 100px; overflow: hidden; font-family: "Lato", sans-serif; }

/* --- IMAGE DE FOND --- */
.presta-baud-elec-bg { position: absolute; inset: 0; z-index: 0; background-position: center; background-repeat: no-repeat; background-size: cover; transform: scale(1.02); }

/* --- OVERLAY --- */
.presta-baud-elec-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(135deg, rgba(17, 24, 39, 0.97) 0%, rgba(17, 24, 39, 0.94) 43%, rgba(17, 24, 39, 0.88) 72%, rgba(38, 42, 49, 0.84) 100%); }

/* --- HALO ORANGE --- */
.presta-baud-elec::before { content: ""; position: absolute; right: -260px; bottom: -350px; z-index: 2; width: 760px; height: 760px; background-color: rgba(255, 144, 48, 0.16); border-radius: 50%; filter: blur(130px); pointer-events: none; }

/* --- CERCLE DÉCORATIF --- */
.presta-baud-elec::after { content: ""; position: absolute; top: 100px; left: -160px; z-index: 2; width: 350px; height: 350px; border: 1px solid rgba(255, 252, 246, 0.07); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255, 252, 246, 0.018), 0 0 0 90px rgba(255, 252, 246, 0.012); pointer-events: none; }

/* --- CONTENU --- */
.presta-baud-elec-content { position: relative; z-index: 3; width: 100%; max-width: 1240px; margin: 0 auto; text-align: center; }

/* --- BADGE --- */
.presta-baud-elec-badge { display: inline-flex; align-items: center; justify-content: center; gap: 9px; margin-bottom: 22px; padding: 7px 15px; color: #FF9030; background-color: rgba(255, 252, 246, 0.045); border: 1px solid rgba(255, 252, 246, 0.16); border-radius: 4px; font-family: "Lato", sans-serif; font-size: 12.5px; font-weight: 700 !important; letter-spacing: 1.3px; text-transform: uppercase; }

.presta-baud-elec-badge-dot { display: inline-block; flex-shrink: 0; width: 7px; height: 7px; background-color: #FF9030; border-radius: 50%; box-shadow: 0 0 0 4px rgba(255, 144, 48, 0.12); }

/* --- TITRE --- */
.presta-baud-elec-title { max-width: 870px; margin: 0 auto 18px; color: #FFFCF6; font-family: "Oswald", sans-serif; font-size: 50px; font-weight: 600 !important; line-height: 1.12; letter-spacing: -0.4px; }

.presta-baud-elec-title span { display: block; color: #FF9030; }

/* --- INTRODUCTION --- */
.presta-baud-elec-subtitle { max-width: 790px; margin: 0 auto 55px; color: rgba(255, 252, 246, 0.74); font-family: "Lato", sans-serif; font-size: 16px; font-weight: 400 !important; line-height: 1.75; }

/* --- GRILLE --- */
.presta-baud-elec-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; width: 100%; max-width: 1180px; margin: 0 auto; }

/* --- CARTES --- */
.presta-baud-elec-card { position: relative; display: flex; flex-direction: column; align-items: center; grid-column: span 2; min-width: 0; min-height: 400px; padding: 34px 28px 28px; overflow: hidden; color: #FFFCF6; background-color: rgba(255, 252, 246, 0.055); border: 1px solid rgba(255, 252, 246, 0.14); border-radius: 5px; box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16); text-align: center; text-decoration: none; cursor: pointer; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease; }

/* --- CENTRAGE DES 2 DERNIÈRES --- */
.presta-baud-elec-card:nth-child(4) { grid-column: 2 / span 2; }

.presta-baud-elec-card:nth-child(5) { grid-column: 4 / span 2; }

/* --- TRAIT SUPÉRIEUR --- */
.presta-baud-elec-card::before { content: ""; position: absolute; top: 0; left: 0; width: 65px; height: 4px; background-color: #FF9030; transition: width 0.4s ease; }

/* --- DÉCORATION TECHNIQUE --- */
.presta-baud-elec-card::after { content: ""; position: absolute; right: -65px; bottom: -65px; width: 145px; height: 145px; border: 1px solid rgba(255, 144, 48, 0.1); border-radius: 50%; box-shadow: 0 0 0 22px rgba(255, 144, 48, 0.025), 0 0 0 44px rgba(255, 144, 48, 0.015); pointer-events: none; }

/* --- ICÔNE --- */
.presta-baud-elec-icon { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 62px; height: 62px; margin-bottom: 11px; color: #FF9030; background-color: rgba(255, 144, 48, 0.09); border: 1px solid rgba(255, 144, 48, 0.27); border-radius: 5px; transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease, transform 0.35s ease; }

.presta-baud-elec-icon svg { width: 29px; height: 29px; }

/* --- TITRE CARTE --- */
.presta-baud-elec-card-title { margin: 13px 0; color: #FFFCF6; font-family: "Oswald", sans-serif; font-size: 23px; font-weight: 600 !important; line-height: 1.25; transition: color 0.35s ease; }

/* --- DESCRIPTION --- */
.presta-baud-elec-card-desc { margin: 0 0 27px; color: rgba(255, 252, 246, 0.68); font-family: "Lato", sans-serif; font-size: 14.5px; font-weight: 400 !important; line-height: 1.65; }

/* --- SERVICES --- */
.presta-baud-elec-services { display: grid; grid-template-columns: 1fr; gap: 11px; width: 100%; text-align: left; }

.presta-baud-elec-service { position: relative; display: flex; align-items: flex-start; padding-left: 23px; color: rgba(255, 252, 246, 0.91); font-family: "Lato", sans-serif; font-size: 16px; font-weight: 600 !important; line-height: 1.4; }

.presta-baud-elec-service::before { content: ""; position: absolute; top: 6px; left: 4px; width: 6px; height: 6px; background-color: #FF9030; transform: rotate(45deg); transition: transform 0.35s ease; }

/* --- LIEN BAS --- */
.presta-baud-elec-card-link { display: inline-flex; align-items: center; justify-content: center; gap: 9px; margin-top: auto; padding-top: 30px; color: #FF9030; font-family: "Lato", sans-serif; font-size: 14px; font-weight: 700 !important; }

.presta-baud-elec-card-link svg { width: 19px; height: 19px; transition: transform 0.3s ease; }

/* --- HOVER PC --- */
@media (hover: hover) and (pointer: fine) { .presta-baud-elec-card:hover { color: #FFFCF6; background-color: rgba(255, 144, 48, 0.09); border-color: #FF9030; box-shadow: 0 28px 58px rgba(0, 0, 0, 0.28); text-decoration: none; transform: translateY(-7px); } .presta-baud-elec-card:hover::before { width: 100%; } .presta-baud-elec-card:hover .presta-baud-elec-icon { color: #111827; background-color: #FF9030; border-color: #FF9030; transform: translateY(-4px); } .presta-baud-elec-card:hover .presta-baud-elec-card-title { color: #FF9030; } .presta-baud-elec-card:hover .presta-baud-elec-service::before { transform: rotate(135deg); } .presta-baud-elec-card:hover .presta-baud-elec-card-link svg { transform: translateY(6px); } }

/* --- FOCUS --- */
.presta-baud-elec-card:focus-visible { outline: 3px solid #FF9030; outline-offset: 4px; }

/* --- TABLETTE --- */
@media (max-width: 991px) { .presta-baud-elec { padding: 80px 24px; } .presta-baud-elec-title { font-size: 40px; } .presta-baud-elec-grid { grid-template-columns: repeat(2, 1fr); max-width: 820px; } .presta-baud-elec-card, .presta-baud-elec-card:nth-child(4), .presta-baud-elec-card:nth-child(5) { grid-column: auto; } .presta-baud-elec-card:last-child { grid-column: 1 / -1; width: 50%; min-width: 360px; justify-self: center; } .presta-baud-elec-card { min-height: 500px; } }

/* --- BIG MOBILE --- */
@media (max-width: 650px) { .presta-baud-elec { padding: 68px 20px; } .presta-baud-elec-overlay { background: linear-gradient(180deg, rgba(17, 24, 39, 0.94) 0%, rgba(17, 24, 39, 0.97) 55%, rgba(17, 24, 39, 0.95) 100%); } .presta-baud-elec-title { font-size: 34px; line-height: 1.18; } .presta-baud-elec-subtitle { max-width: 560px; margin-bottom: 40px; font-size: 15px; line-height: 1.65; } .presta-baud-elec-grid { grid-template-columns: 1fr; max-width: 520px; } .presta-baud-elec-card, .presta-baud-elec-card:nth-child(4), .presta-baud-elec-card:nth-child(5), .presta-baud-elec-card:last-child { grid-column: auto; width: 100%; min-width: 0; min-height: auto; padding: 30px 24px 27px; } .presta-baud-elec-services { display: none; } .presta-baud-elec-card-link { padding-top: 24px; } }

/* --- MOBILE --- */
@media (max-width: 576px) { .presta-baud-elec { padding: 60px 16px; } .presta-baud-elec-badge { margin-bottom: 18px; padding: 6px 11px; font-size: 11px; letter-spacing: 1px; } .presta-baud-elec-badge-dot { width: 6px; height: 6px; } .presta-baud-elec-title { font-size: 30px; line-height: 1.2; } .presta-baud-elec-subtitle { margin-bottom: 35px; } .presta-baud-elec-card { padding: 27px 20px 24px; } .presta-baud-elec-icon { width: 56px; height: 56px; margin-bottom: 19px; } .presta-baud-elec-icon svg { width: 26px; height: 26px; } .presta-baud-elec-card-title { font-size: 21px; } .presta-baud-elec-card-desc { font-size: 14px; line-height: 1.6; } .presta-baud-elec-card-link { padding-top: 22px; } }

/* ----------------------------------------------------------------------------- DÉTAIL PRESTATIONS BAUD'ELEC ----------------------------------------------------------------------------- */
/* --- BASE --- */
.texte-presta-baud-elec, .texte-presta-baud-elec *, .texte-presta-baud-elec *::before, .texte-presta-baud-elec *::after { box-sizing: border-box; }

/* --- SECTION --- */
.texte-presta-baud-elec { position: relative; padding: 110px 24px; overflow: hidden; background-color: #111827; font-family: "Lato", sans-serif; }

/* --- IMAGE DE FOND --- */
.texte-presta-baud-elec-bg { position: absolute; inset: 0; z-index: 0; background-position: center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; transform: scale(1.03); }

/* --- OVERLAY --- */
.texte-presta-baud-elec-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(135deg, rgba(17, 24, 39, 0.97) 0%, rgba(17, 24, 39, 0.95) 38%, rgba(17, 24, 39, 0.92) 68%, rgba(17, 24, 39, 0.86) 100%); }

/* --- HALO ORANGE --- */
.texte-presta-baud-elec::before { content: ""; position: absolute; right: -280px; bottom: -330px; z-index: 2; width: 720px; height: 720px; background-color: rgba(255, 144, 48, 0.13); border-radius: 50%; filter: blur(135px); pointer-events: none; }

/* --- DÉCORATION --- */
.texte-presta-baud-elec::after { content: ""; position: absolute; top: 120px; left: -180px; z-index: 2; width: 370px; height: 370px; border: 1px solid rgba(255, 252, 246, 0.07); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255, 252, 246, 0.015), 0 0 0 110px rgba(255, 252, 246, 0.008); pointer-events: none; }

/* --- CONTENEUR --- */
.texte-presta-baud-elec-container { position: relative; z-index: 3; width: 100%; max-width: 1200px; margin: 0 auto; }

/* --- HEADER --- */
.texte-presta-baud-elec-header { max-width: 820px; margin-bottom: 75px; }

/* --- SURTITRE --- */
.texte-presta-baud-elec-eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; color: #FF9030; font-size: 12px; font-weight: 700 !important; line-height: 1.4; letter-spacing: 1.8px; text-transform: uppercase; }

.texte-presta-baud-elec-eyebrow::before { content: ""; flex-shrink: 0; width: 38px; height: 3px; background-color: #FF9030; }

/* --- TITRE --- */
.texte-presta-baud-elec-header h2 { margin: 0 0 21px; color: #FFFCF6; font-family: "Oswald", sans-serif !important; font-size: 48px; font-weight: 600 !important; line-height: 1.12; }

.texte-presta-baud-elec-header h2 span { display: block; color: #FF9030; }

/* --- INTRO --- */
.texte-presta-baud-elec-header > p { max-width: 730px; margin: 0 !important; color: rgba(255, 252, 246, 0.7) !important; font-family: "Lato", sans-serif !important; font-size: 16px !important; font-weight: 400 !important; line-height: 1.75; }

/* --- LISTE --- */
.texte-presta-baud-elec-list { display: flex; flex-direction: column; gap: 0; }

/* --- ITEM --- */
.texte-presta-baud-elec-item { position: relative; display: grid; grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr); align-items: center; gap: 70px; padding: 66px 0; border-top: 1px solid rgba(255, 252, 246, 0.11); scroll-margin-top: 130px; }

.texte-presta-baud-elec-item:last-child { border-bottom: 1px solid rgba(255, 252, 246, 0.11); }

/* --- ALTERNANCE --- */
.texte-presta-baud-elec-item:nth-child(even) { grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr); }

.texte-presta-baud-elec-item:nth-child(even) .texte-presta-baud-elec-image { order: 2; }

.texte-presta-baud-elec-item:nth-child(even) .texte-presta-baud-elec-content { order: 1; }

/* --- IMAGE --- */
.texte-presta-baud-elec-image { position: relative; width: 100%; padding: 7px; overflow: hidden; background-color: rgba(255, 252, 246, 0.035); border: 1px solid rgba(255, 252, 246, 0.14); border-radius: 5px; box-shadow: 0 22px 48px rgba(0, 0, 0, 0.2); }

/* --- TRAIT IMAGE --- */
.texte-presta-baud-elec-image::before { content: ""; position: absolute; top: 0; left: 0; z-index: 3; width: 68px; height: 4px; background-color: #FF9030; }

/* --- DÉCORATION IMAGE --- */
.texte-presta-baud-elec-image::after { content: ""; position: absolute; right: -70px; bottom: -70px; z-index: 2; width: 155px; height: 155px; border: 1px solid rgba(255, 144, 48, 0.22); border-radius: 50%; box-shadow: 0 0 0 24px rgba(255, 144, 48, 0.04), 0 0 0 48px rgba(255, 144, 48, 0.02); pointer-events: none; }

/* --- PHOTO --- */
.texte-presta-baud-elec-image img { display: block; width: 100%; height: 340px; object-fit: cover; border-radius: 3px; filter: saturate(0.96) contrast(1.03); }

/* --- CONTENU --- */
.texte-presta-baud-elec-content { width: 100%; max-width: 660px; }

/* --- NUMÉRO --- */
.texte-presta-baud-elec-number { display: block; margin-bottom: 16px; color: #FF9030; font-family: "Oswald", sans-serif; font-size: 17.5px; font-weight: 600 !important; line-height: 1; letter-spacing: 2px; }

/* --- TITRE --- */
.texte-presta-baud-elec-content h3 { position: relative; margin: 0 0 20px; padding-left: 25px; color: #FFFCF6; font-family: "Oswald", sans-serif !important; font-size: 33px; font-weight: 600 !important; line-height: 1.22; }

/* --- LOSANGE --- */
.texte-presta-baud-elec-content h3::before { content: ""; position: absolute; top: 50%; left: 1px; width: 9px; height: 9px; background-color: #FF9030; transform: translateY(-50%) rotate(45deg); }

/* --- TEXTE --- */
.texte-presta-baud-elec-content p { margin: 0 0 13px !important; color: rgba(255, 252, 246, 0.7) !important; font-family: "Lato", sans-serif !important; font-size: 16px !important; font-weight: 400 !important; line-height: 1.75; }

.texte-presta-baud-elec-content p:last-of-type { margin-bottom: 0 !important; }

/* --- TAGS --- */
.texte-presta-baud-elec-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }

.texte-presta-baud-elec-tags span { display: inline-flex; align-items: center; padding: 7px 11px; color: rgba(255, 252, 246, 0.82); background-color: rgba(255, 252, 246, 0.045); border: 1px solid rgba(255, 252, 246, 0.13); border-radius: 3px; font-size: 11.5px; font-weight: 600 !important; letter-spacing: 0.3px; }

/* --- TABLETTE --- */
@media (max-width: 991px) { .texte-presta-baud-elec { padding: 85px 22px; } .texte-presta-baud-elec-bg { background-attachment: scroll; } .texte-presta-baud-elec-header { margin-bottom: 52px; } .texte-presta-baud-elec-header h2 { font-size: 40px; } .texte-presta-baud-elec-item { grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr); gap: 42px; padding: 50px 0; } .texte-presta-baud-elec-item:nth-child(even) { grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr); } .texte-presta-baud-elec-image img { height: 300px; } .texte-presta-baud-elec-content h3 { font-size: 28px; } .texte-presta-baud-elec-content p { font-size: 15px !important; } }

/* --- BIG MOBILE --- */
@media (max-width: 650px) { .texte-presta-baud-elec { padding: 70px 18px; } .texte-presta-baud-elec-bg { background-position: center; } .texte-presta-baud-elec-overlay { background: linear-gradient(180deg, rgba(17, 24, 39, 0.96) 0%, rgba(17, 24, 39, 0.97) 50%, rgba(17, 24, 39, 0.98) 100%); } .texte-presta-baud-elec-header { margin-bottom: 38px; text-align: center; } .texte-presta-baud-elec-eyebrow { justify-content: center; } .texte-presta-baud-elec-header h2 { font-size: 35px; } .texte-presta-baud-elec-header > p { margin-right: auto !important; margin-left: auto !important; font-size: 15px !important; } .texte-presta-baud-elec-item, .texte-presta-baud-elec-item:nth-child(even) { grid-template-columns: 1fr; gap: 28px; padding: 42px 0; } .texte-presta-baud-elec-item:nth-child(even) .texte-presta-baud-elec-image, .texte-presta-baud-elec-item:nth-child(even) .texte-presta-baud-elec-content { order: initial; } .texte-presta-baud-elec-image img { height: 310px; } .texte-presta-baud-elec-content { max-width: 100%; } }

/* --- MOBILE --- */
@media (max-width: 575px) { .texte-presta-baud-elec { padding: 60px 15px; } .texte-presta-baud-elec-header { margin-bottom: 32px; } .texte-presta-baud-elec-eyebrow { font-size: 10.5px; letter-spacing: 1.5px; } .texte-presta-baud-elec-eyebrow::before { width: 28px; } .texte-presta-baud-elec-header h2 { margin-bottom: 15px; font-size: 30px; line-height: 1.18; } .texte-presta-baud-elec-header > p { font-size: 14.5px !important; line-height: 1.65; } .texte-presta-baud-elec-item, .texte-presta-baud-elec-item:nth-child(even) { gap: 23px; padding: 35px 0; } .texte-presta-baud-elec-image { padding: 5px; } .texte-presta-baud-elec-image img { height: 250px; } .texte-presta-baud-elec-content h3 { padding-left: 21px; font-size: 24px; } .texte-presta-baud-elec-content h3::before { width: 7px; height: 7px; } .texte-presta-baud-elec-content p { font-size: 14.5px !important; line-height: 1.7; } .texte-presta-baud-elec-tags { gap: 6px; margin-top: 20px; } .texte-presta-baud-elec-tags span { padding: 6px 9px; font-size: 10.5px; } }

/* --- PETIT MOBILE --- */
@media (max-width: 390px) { .texte-presta-baud-elec-image img { height: 220px; } .texte-presta-baud-elec-content h3 { font-size: 22px; } }

/* ----------------------------------------------------------------------------- GALERIE BAUD'ELEC ----------------------------------------------------------------------------- */
/* --- BASE --- */
.gallery-baud-elec-section, .gallery-baud-elec-section *, .gallery-baud-elec-section *::before, .gallery-baud-elec-section *::after { box-sizing: border-box; }

/* --- SECTION --- */
.gallery-baud-elec-section { position: relative; width: 100%; overflow: hidden; background-color: #FFFCF6; font-family: "Lato", sans-serif; }

/* --- DÉCORATION DE FOND --- */
.gallery-baud-elec-section::before { content: ""; position: absolute; top: 100px; right: -250px; width: 520px; height: 520px; border: 1px solid rgba(17, 24, 39, 0.05); border-radius: 50%; pointer-events: none; }

.gallery-baud-elec-section::after { content: ""; position: absolute; top: 220px; left: -260px; width: 580px; height: 580px; background: radial-gradient(circle, rgba(255, 144, 48, 0.08) 0%, rgba(255, 144, 48, 0.025) 42%, transparent 72%); border-radius: 50%; pointer-events: none; }

/* --- HEADER GALERIE --- */
.gallery-baud-elec-header { position: relative; z-index: 2; max-width: 850px; margin: 0 auto; padding: 160px 20px 20px; text-align: center; }

/* --- LABEL --- */
.gallery-baud-elec-label { display: inline-flex; align-items: center; justify-content: center; gap: 9px; margin-bottom: 20px; padding: 7px 15px; color: #FF9030; background-color: rgba(255, 144, 48, 0.06); border: 1px solid rgba(255, 144, 48, 0.28); border-radius: 4px; font-size: 12px; font-weight: 700 !important; letter-spacing: 1.3px; text-transform: uppercase; }

.gallery-baud-elec-label-dot { display: inline-block; flex-shrink: 0; width: 7px; height: 7px; background-color: #FF9030; border-radius: 50%; box-shadow: 0 0 0 4px rgba(255, 144, 48, 0.1); }

/* --- TITRE --- */
.gallery-baud-elec-header h2 { margin: 0; color: #111827; font-family: "Oswald", sans-serif; font-size: 48px; font-weight: 600 !important; line-height: 1.15; letter-spacing: -0.4px; }

/* --- SÉPARATEUR --- */
.gallery-baud-elec-divider { width: 60px; height: 4px; margin: 20px auto 22px; background-color: #FF9030; border-radius: 2px; }

/* --- INTRO --- */
.gallery-baud-elec-intro { max-width: 680px; margin: 0 auto; color: rgba(17, 24, 39, 0.68); font-size: 15.5px; font-weight: 400 !important; line-height: 1.7; }

/* --- CONTENEUR --- */
.gallery-baud-elec-container { position: relative; z-index: 2; width: 100%; max-width: 1420px; margin: 0 auto; padding: 0 30px 90px; }

/* --- GRILLE --- */
.gallery-baud-elec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

/* --- ITEM --- */
.gallery-baud-elec-item { position: relative; overflow: hidden; aspect-ratio: 1 / 1; background-color: #111827; border: 1px solid rgba(17, 24, 39, 0.11); border-radius: 7px; box-shadow: 0 18px 38px -28px rgba(17, 24, 39, 0.5); cursor: pointer; outline: none; transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease; }

/* --- TRAIT --- */
.gallery-baud-elec-item::before { content: ""; position: absolute; top: 0; left: 0; z-index: 4; width: 55px; height: 4px; background-color: #FF9030; transition: width 0.35s ease; }

/* --- FOCUS --- */
.gallery-baud-elec-item:focus-visible { outline: 3px solid #FF9030; outline-offset: 4px; }

/* --- PHOTO --- */
.gallery-baud-elec-item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: filter 0.5s ease, transform 0.55s ease; }

/* --- OVERLAY --- */
.gallery-baud-elec-overlay { position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 20px; color: #FFFCF6; background: linear-gradient(145deg, rgba(17, 24, 39, 0.84) 0%, rgba(17, 24, 39, 0.72) 55%, rgba(255, 144, 48, 0.54) 100%); opacity: 0; transition: opacity 0.35s ease; }

/* --- ICÔNE OVERLAY --- */
.gallery-baud-elec-overlay-icon { display: flex; align-items: center; justify-content: center; width: 54px; height: 54px; color: #111827; background-color: #FF9030; border-radius: 50%; box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22); transform: translateY(8px); transition: transform 0.35s ease; }

.gallery-baud-elec-overlay-icon svg { width: 25px; height: 25px; }

.gallery-baud-elec-overlay > span { font-size: 12px; font-weight: 700 !important; letter-spacing: 1px; text-transform: uppercase; transform: translateY(8px); transition: transform 0.35s ease; }

/* --- HOVER --- */
@media (hover: hover) and (pointer: fine) { .gallery-baud-elec-item:hover { border-color: #FF9030; box-shadow: 0 25px 50px -28px rgba(17, 24, 39, 0.6); transform: translateY(-5px); } .gallery-baud-elec-item:hover::before { width: 100%; } .gallery-baud-elec-item:hover img { filter: saturate(1.08) contrast(1.03); transform: scale(1.065); } .gallery-baud-elec-item:hover .gallery-baud-elec-overlay { opacity: 1; } .gallery-baud-elec-item:hover .gallery-baud-elec-overlay-icon, .gallery-baud-elec-item:hover .gallery-baud-elec-overlay > span { transform: translateY(0); } }

.gallery-baud-elec-item:focus-visible .gallery-baud-elec-overlay { opacity: 1; }

/* ----------------------------------------------------------------------------- LIGHTBOX ----------------------------------------------------------------------------- */
/* --- FOND --- */
.gallery-baud-elec-lightbox { position: fixed !important; inset: 0 !important; z-index: 2147483647 !important; display: none; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; padding: 70px 20px 30px; background: radial-gradient(circle at 82% 85%, rgba(255, 144, 48, 0.12), transparent 32%), linear-gradient(145deg, rgba(7, 12, 22, 0.995) 0%, rgba(17, 24, 39, 0.995) 58%, rgba(28, 31, 40, 0.99) 100%); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }

.gallery-baud-elec-lightbox.active { display: flex; }

/* --- INNER --- */
.gallery-baud-elec-lightbox-inner { position: relative; display: flex; align-items: center; justify-content: center; width: 94%; max-width: 1200px; }

/* --- WRAP IMAGE --- */
.gallery-baud-elec-lightbox-image-wrap { position: relative; display: flex; flex: 1; align-items: center; justify-content: center; min-width: 0; }

/* --- IMAGE --- */
.gallery-baud-elec-lightbox-image { display: block; max-width: 82%; max-height: 76vh; object-fit: contain; background-color: #111827; border: 1px solid rgba(255, 144, 48, 0.55); border-radius: 7px; box-shadow: 0 28px 80px rgba(0, 0, 0, 0.58); }

/* --- BOUTONS --- */
.gallery-baud-elec-lightbox-btn, .gallery-baud-elec-lightbox-close { display: flex; align-items: center; justify-content: center; padding: 0; color: #FFFCF6; background-color: rgba(255, 252, 246, 0.08); border: 1px solid rgba(255, 252, 246, 0.25); border-radius: 50%; font-family: "Lato", sans-serif; line-height: 1; cursor: pointer; transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease; }

/* --- FLÈCHES --- */
.gallery-baud-elec-lightbox-btn { flex-shrink: 0; width: 48px; height: 48px; margin: 0 12px; font-size: 38px; font-weight: 300 !important; }

/* --- FERMER --- */
.gallery-baud-elec-lightbox-close { position: absolute; top: -54px; right: 8%; z-index: 3; width: 42px; height: 42px; font-size: 30px; font-weight: 300 !important; }

.gallery-baud-elec-lightbox-btn span, .gallery-baud-elec-lightbox-close span { display: block; line-height: 1; transform: translateY(-2px); }

/* --- HOVER BOUTONS --- */
.gallery-baud-elec-lightbox-btn:hover, .gallery-baud-elec-lightbox-close:hover { color: #111827; background-color: #FF9030; border-color: #FF9030; transform: scale(1.07); }

/* --- FOCUS --- */
.gallery-baud-elec-lightbox-btn:focus-visible, .gallery-baud-elec-lightbox-close:focus-visible { outline: 3px solid #FF9030; outline-offset: 4px; }

/* --- COMPTEUR --- */
.gallery-baud-elec-lightbox-counter { margin-top: 18px; color: rgba(255, 252, 246, 0.72); font-size: 12px; font-weight: 700 !important; letter-spacing: 0.12em; }

/* ----------------------------------------------------------------------------- ANIMATION DÉFILEMENT ----------------------------------------------------------------------------- */
.gallery-baud-elec-lightbox-image { animation-duration: 0.32s; animation-timing-function: ease; }

.gallery-baud-elec-image-next { animation-name: gallery-baud-elec-next; }

.gallery-baud-elec-image-prev { animation-name: gallery-baud-elec-prev; }

@keyframes gallery-baud-elec-next { 0% { opacity: 0;
    transform: translateX(35px); }
  100% { opacity: 1;
    transform: translateX(0); } }

@keyframes gallery-baud-elec-prev { 0% { opacity: 0;
    transform: translateX(-35px); }
  100% { opacity: 1;
    transform: translateX(0); } }

/* ----------------------------------------------------------------------------- HEADER DERRIÈRE LA LIGHTBOX ----------------------------------------------------------------------------- */
body.gallery-baud-elec-open .custom-header { z-index: 0 !important; pointer-events: none !important; }

/* Si la navbar possède un parent avec son propre z-index */
body.gallery-baud-elec-open header, body.gallery-baud-elec-open nav { pointer-events: none; }

/* ----------------------------------------------------------------------------- RESPONSIVE ----------------------------------------------------------------------------- */
/* --- TABLETTE --- */
@media screen and (max-width: 1024px) { .gallery-baud-elec-grid { grid-template-columns: repeat(3, 1fr); gap: 13px; } }

/* --- TABLETTE PORTRAIT --- */
@media screen and (max-width: 768px) { .gallery-baud-elec-header { padding: 85px 18px 40px; } .gallery-baud-elec-header h2 { font-size: 38px; } .gallery-baud-elec-container { padding: 0 18px 65px; } .gallery-baud-elec-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } .gallery-baud-elec-overlay { justify-content: flex-end; padding-bottom: 18px; background: linear-gradient(180deg, transparent 45%, rgba(17, 24, 39, 0.72) 100%); opacity: 1; } .gallery-baud-elec-overlay-icon { display: none; } .gallery-baud-elec-overlay > span { font-size: 10px; transform: none; } .gallery-baud-elec-lightbox-image { max-width: 78%; } }

/* --- PETITS ÉCRANS --- */
@media screen and (max-width: 600px) { .gallery-baud-elec-lightbox { padding: 65px 8px 25px; } .gallery-baud-elec-lightbox-inner { width: 100%; max-width: 100%; } .gallery-baud-elec-lightbox-image { max-width: calc(100% - 90px); max-height: 70vh; } .gallery-baud-elec-lightbox-btn { width: 38px; height: 38px; margin: 0 4px; font-size: 30px; } .gallery-baud-elec-lightbox-close { top: -48px; right: 42px; width: 36px; height: 36px; font-size: 28px; } }

/* --- MOBILE --- */
@media screen and (max-width: 480px) { .gallery-baud-elec-header { padding: 70px 16px 32px; } .gallery-baud-elec-label { margin-bottom: 17px; padding: 6px 11px; font-size: 10.5px; letter-spacing: 1px; } .gallery-baud-elec-label-dot { width: 6px; height: 6px; } .gallery-baud-elec-header h2 { font-size: 30px; } .gallery-baud-elec-divider { width: 48px; height: 3px; margin-top: 16px; } .gallery-baud-elec-intro { font-size: 14px; line-height: 1.65; } .gallery-baud-elec-container { padding: 0 12px 55px; } .gallery-baud-elec-grid { gap: 8px; } .gallery-baud-elec-item { border-radius: 5px; } .gallery-baud-elec-lightbox-image { max-width: calc(100% - 78px); } .gallery-baud-elec-lightbox-btn { width: 34px; height: 34px; margin: 0 3px; font-size: 28px; } }

/* --- ACCESSIBILITÉ --- */
@media (prefers-reduced-motion: reduce) { .gallery-baud-elec-item, .gallery-baud-elec-item::before, .gallery-baud-elec-item img, .gallery-baud-elec-overlay, .gallery-baud-elec-overlay-icon, .gallery-baud-elec-overlay > span, .gallery-baud-elec-lightbox-btn, .gallery-baud-elec-lightbox-close, .gallery-baud-elec-lightbox-image { transition: none; animation: none; } }

/* ----------------------------------------------------------------------------- AVIS BAUD'ELEC ----------------------------------------------------------------------------- */
/* --- BASE --- */
.avis-baud-elec, .avis-baud-elec *, .avis-baud-elec *::before, .avis-baud-elec *::after { box-sizing: border-box; }

/* --- SECTION --- */
.avis-baud-elec { position: relative; width: 100%; padding: 105px 0 90px; overflow: hidden; background-color: #FFFCF6; font-family: "Lato", sans-serif; }

/* --- DÉCORATIONS --- */
.avis-baud-elec-decor { position: absolute; border-radius: 50%; pointer-events: none; }

.avis-baud-elec-decor-one { top: -270px; right: -220px; width: 590px; height: 590px; background-color: rgba(255, 144, 48, 0.09); filter: blur(35px); }

.avis-baud-elec-decor-two { bottom: -330px; left: -260px; width: 620px; height: 620px; border: 1px solid rgba(17, 24, 39, 0.05); box-shadow: 0 0 0 65px rgba(17, 24, 39, 0.012), 0 0 0 130px rgba(17, 24, 39, 0.008); }

/* --- HEADER --- */
.avis-baud-elec-header { position: relative; z-index: 2; width: 90%; max-width: 850px; margin: 0 auto 50px; text-align: center; }

/* --- BADGE --- */
.avis-baud-elec-eyebrow { display: inline-flex; align-items: center; justify-content: center; gap: 9px; margin-bottom: 21px; padding: 7px 15px; color: #FF9030; background-color: rgba(255, 144, 48, 0.065); border: 1px solid rgba(255, 144, 48, 0.28); border-radius: 4px; font-size: 12px; font-weight: 700 !important; letter-spacing: 1.3px; text-transform: uppercase; }

.avis-baud-elec-eyebrow-dot { display: inline-block; flex-shrink: 0; width: 7px; height: 7px; background-color: #FF9030; border-radius: 50%; box-shadow: 0 0 0 4px rgba(255, 144, 48, 0.1); }

/* --- TITRE --- */
.avis-baud-elec-title { margin: 0 0 18px; color: #111827; font-family: "Oswald", sans-serif; font-size: 47px; font-weight: 600 !important; line-height: 1.14; letter-spacing: -0.4px; }

.avis-baud-elec-title span { display: block; color: #FF9030; }

/* --- INTRODUCTION --- */
.avis-baud-elec-intro { max-width: 700px; margin: 0 auto; color: rgba(17, 24, 39, 0.68); font-size: 16px; font-weight: 400 !important; line-height: 1.72; }

/* --- SLIDER --- */
.avis-baud-elec-slider { position: relative; z-index: 2; width: 100%; overflow: hidden; padding: 12px 0 22px; }

/* --- MASQUES LATÉRAUX --- */
.avis-baud-elec-slider::before, .avis-baud-elec-slider::after { content: ""; position: absolute; top: 0; bottom: 0; z-index: 5; width: 120px; pointer-events: none; }

.avis-baud-elec-slider::before { left: 0; background: linear-gradient(90deg, #fffcf6 0%, rgba(255, 252, 246, 0.78) 45%, rgba(255, 252, 246, 0) 100%); }

.avis-baud-elec-slider::after { right: 0; background: linear-gradient(270deg, #fffcf6 0%, rgba(255, 252, 246, 0.78) 45%, rgba(255, 252, 246, 0) 100%); }

/* --- TRACK --- */
.avis-baud-elec-track { display: flex; width: max-content; animation: avisBaudElecScroll 72s linear infinite; }

/* --- GROUPE --- */
.avis-baud-elec-group { display: flex; align-items: stretch; flex-shrink: 0; gap: 20px; padding-right: 20px; }

/* --- CARTE --- */
.avis-baud-elec-card { position: relative; display: flex; flex: 0 0 370px; flex-direction: column; min-height: 360px; padding: 30px 27px 25px; overflow: hidden; background-color: rgba(255, 255, 255, 0.66); border: 1px solid rgba(17, 24, 39, 0.1); border-radius: 5px; box-shadow: 0 18px 42px -30px rgba(17, 24, 39, 0.32); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }

/* --- TRAIT HAUT --- */
.avis-baud-elec-card::before { content: ""; position: absolute; top: 0; left: 0; width: 60px; height: 4px; background-color: #FF9030; }

/* --- DÉCORATION CARTE --- */
.avis-baud-elec-card::after { content: ""; position: absolute; right: -95px; bottom: -105px; width: 200px; height: 200px; border: 1px solid rgba(255, 144, 48, 0.1); border-radius: 50%; box-shadow: 0 0 0 24px rgba(255, 144, 48, 0.025), 0 0 0 48px rgba(255, 144, 48, 0.012); pointer-events: none; }

/* --- ÉTOILES --- */
.avis-baud-elec-stars { position: relative; z-index: 2; margin-bottom: 23px; color: #FF9030; font-family: Arial, sans-serif; font-size: 17px; line-height: 1; letter-spacing: 2px; }

/* --- TEXTE AVIS --- */
.avis-baud-elec-review { position: relative; z-index: 2; flex: 1; margin: 0 0 28px; color: rgba(17, 24, 39, 0.74); font-size: 14.5px; font-weight: 400 !important; line-height: 1.7; }

/* --- CLIENT --- */
.avis-baud-elec-client { position: relative; z-index: 2; display: flex; align-items: center; gap: 12px; }

/* --- AVATAR --- */
.avis-baud-elec-avatar { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 43px; height: 43px; color: #FFFCF6; background-color: #111827; border: 2px solid #FF9030; border-radius: 50%; font-family: "Oswald", sans-serif; font-size: 14px; font-weight: 600 !important; }

/* --- NOM --- */
.avis-baud-elec-client strong { display: block; color: #111827; font-family: "Oswald", sans-serif; font-size: 15.5px; font-weight: 600 !important; line-height: 1.3; }

/* --- TYPE --- */
.avis-baud-elec-client small { display: block; margin-top: 3px; color: rgba(17, 24, 39, 0.5); font-size: 12px; font-weight: 400 !important; line-height: 1.35; }

/* --- CTA --- */
.avis-baud-elec-cta { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; width: 90%; max-width: 1200px; margin: 45px auto 0; text-align: center; }

/* --- ANIMATION --- */
@keyframes avisBaudElecScroll { from { transform: translateX(0); }
  to { transform: translateX(-50%); } }

/* --- TABLETTE --- */
@media (max-width: 991px) { .avis-baud-elec { padding: 82px 0 75px; } .avis-baud-elec-header { margin-bottom: 40px; } .avis-baud-elec-title { font-size: 39px; } .avis-baud-elec-card { flex-basis: 340px; min-height: 375px; } .avis-baud-elec-slider::before, .avis-baud-elec-slider::after { width: 65px; } }

/* --- MOBILE --- */
@media (max-width: 650px) { .avis-baud-elec { padding: 68px 0; } .avis-baud-elec-header { width: 88%; margin-bottom: 34px; } .avis-baud-elec-eyebrow { margin-bottom: 17px; padding: 6px 11px; font-size: 11px; letter-spacing: 1px; } .avis-baud-elec-eyebrow-dot { width: 6px; height: 6px; } .avis-baud-elec-title { font-size: 32px; } .avis-baud-elec-intro { font-size: 15px; } .avis-baud-elec-card { flex-basis: 300px; min-height: 390px; padding: 26px 22px 22px; } .avis-baud-elec-review { font-size: 14px; line-height: 1.65; } .avis-baud-elec-slider::before, .avis-baud-elec-slider::after { width: 28px; } .avis-baud-elec-cta { margin-top: 36px; } .avis-baud-elec .button_homepageFirstScreen { width: 100%; max-width: 315px; } }

/* --- PETIT MOBILE --- */
@media (max-width: 480px) { .avis-baud-elec { padding: 58px 0; } .avis-baud-elec-title { font-size: 29px; } .avis-baud-elec-intro { font-size: 14px; line-height: 1.65; } .avis-baud-elec-group { gap: 14px; padding-right: 14px; } .avis-baud-elec-card { flex-basis: 275px; min-height: 400px; padding: 24px 19px 20px; } .avis-baud-elec-avatar { width: 39px; height: 39px; font-size: 13px; } .avis-baud-elec-client strong { font-size: 14px; } .avis-baud-elec-client small { font-size: 11.5px; } }

/* --- ACCESSIBILITÉ --- */
@media (prefers-reduced-motion: reduce) { .avis-baud-elec-track { animation: none; } }

/* ----------------------------------------------------------------------------- HORAIRES & RÉSEAUX SOCIAUX BAUD'ELEC ----------------------------------------------------------------------------- */
/* --- BASE --- */
.rs-horaire-baud-elec-section, .rs-horaire-baud-elec-section *, .rs-horaire-baud-elec-section *::before, .rs-horaire-baud-elec-section *::after { box-sizing: border-box; }

/* --- SECTION --- */
.rs-horaire-baud-elec-section { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; min-height: 680px; padding: 100px 24px; overflow: hidden; background-color: #111827; font-family: "Lato", sans-serif; }

/* --- IMAGE DE FOND --- */
.rs-horaire-baud-elec-bg { position: absolute; inset: 0; z-index: 0; }

.rs-horaire-baud-elec-bg img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }

/* --- OVERLAY --- */
.rs-horaire-baud-elec-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(135deg, rgba(17, 24, 39, 0.985) 0%, rgba(17, 24, 39, 0.955) 48%, rgba(17, 24, 39, 0.88) 100%); }

/* --- DÉCORATION --- */
.rs-horaire-baud-elec-section::before { content: ""; position: absolute; top: -260px; right: -220px; z-index: 2; width: 610px; height: 610px; background-color: rgba(255, 144, 48, 0.12); border-radius: 50%; filter: blur(100px); pointer-events: none; }

.rs-horaire-baud-elec-section::after { content: ""; position: absolute; bottom: -320px; left: -260px; z-index: 2; width: 630px; height: 630px; border: 1px solid rgba(255, 252, 246, 0.05); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255, 252, 246, 0.012), 0 0 0 130px rgba(255, 252, 246, 0.007); pointer-events: none; }

/* --- CONTENEUR --- */
.rs-horaire-baud-elec-wrapper { position: relative; z-index: 3; display: grid; grid-template-columns: 520px 1fr; align-items: center; gap: 82px; width: 100%; max-width: 1230px; margin: 0 auto; }

/* ----------------------------------------------------------------------------- HORAIRES ----------------------------------------------------------------------------- */
/* --- CARTE --- */
.rs-horaire-baud-elec-horaire { position: relative; width: 100%; padding: 32px; overflow: hidden; background-color: #FFFCF6; border: 1px solid rgba(255, 144, 48, 0.18); border-radius: 5px; box-shadow: 0 28px 65px rgba(0, 0, 0, 0.34); }

/* --- TRAIT SUPÉRIEUR --- */
.rs-horaire-baud-elec-horaire::before { content: ""; position: absolute; top: 0; left: 0; width: 74px; height: 4px; background-color: #FF9030; }

/* --- HEADER --- */
.rs-horaire-baud-elec-header { display: flex; align-items: center; gap: 15px; margin-bottom: 26px; }

/* --- HORLOGE --- */
.rs-horaire-baud-elec-icon-wrapper { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 54px; height: 54px; color: #FF9030; background-color: rgba(255, 144, 48, 0.09); border: 1px solid rgba(255, 144, 48, 0.3); border-radius: 4px; }

.rs-horaire-baud-elec-icon { width: 25px; height: 25px; color: #FF9030; }

/* --- PETIT TEXTE --- */
.rs-horaire-baud-elec-header-label { display: block; margin-bottom: 2px; color: #FF9030; font-size: 11px; font-weight: 700 !important; letter-spacing: 1.2px; text-transform: uppercase; }

/* --- TITRE --- */
.rs-horaire-baud-elec-horaire h2 { margin: 0; color: #111827; font-family: "Oswald", sans-serif; font-size: 30px; font-weight: 600 !important; line-height: 1.2; }

/* --- LISTE --- */
.rs-horaire-baud-elec-schedule { display: flex; flex-direction: column; gap: 6px; }

/* --- JOUR --- */
.rs-horaire-baud-elec-day-row { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 46px; padding: 8px 10px 8px 15px; overflow: hidden; background-color: transparent; border: 1px solid transparent; border-radius: 4px; }

/* --- REPÈRE GAUCHE --- */
.rs-horaire-baud-elec-day-row::before { content: ""; position: absolute; top: 50%; left: 0; width: 3px; height: 0; background-color: #FF9030; transform: translateY(-50%); }

/* --- JOUR ACTUEL --- */
.rs-horaire-baud-elec-day-row.today { background-color: rgba(255, 144, 48, 0.075); border-color: rgba(255, 144, 48, 0.22); }

.rs-horaire-baud-elec-day-row.today::before { height: 65%; }

/* --- NOM JOUR --- */
.rs-horaire-baud-elec-day-name { color: rgba(17, 24, 39, 0.78); font-size: 15px; font-weight: 600 !important; }

/* --- AUJOURD'HUI --- */
.rs-horaire-baud-elec-today-badge { display: inline-block; margin-left: 8px; color: #FF9030; font-size: 10px; font-weight: 700 !important; letter-spacing: 0.3px; }

/* --- HEURES --- */
.rs-horaire-baud-elec-hours { flex-shrink: 0; padding: 5px 10px; color: #111827; background-color: rgba(255, 144, 48, 0.07); border: 1px solid rgba(255, 144, 48, 0.18); border-radius: 4px; font-family: "Oswald", sans-serif; font-size: 13px; font-weight: 500 !important; font-variant-numeric: tabular-nums; text-align: right; }

/* --- JOUR FERMÉ --- */
.rs-horaire-baud-elec-day-closed { opacity: 0.48; }

/* --- STATUT --- */
.rs-horaire-baud-elec-status { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 20px; padding: 13px 16px; color: #FFFCF6; background-color: #111827; border: 1px solid #111827; border-radius: 4px; font-size: 14px; font-weight: 700 !important; line-height: 1.4; text-align: center; }

/* --- STATUT OUVERT --- */
.rs-horaire-baud-elec-status.is-open { color: #111827; background-color: #FF9030; border-color: #FF9030; }

/* --- POINT --- */
.rs-horaire-baud-elec-status-dot { display: inline-block; flex-shrink: 0; width: 8px; height: 8px; background-color: #FFFCF6; border-radius: 50%; }

.rs-horaire-baud-elec-status.is-open .rs-horaire-baud-elec-status-dot { background-color: #111827; animation: rsHoraireBaudElecPulse 1.8s infinite; }

/* --- ANIMATION STATUT --- */
@keyframes rsHoraireBaudElecPulse { 0% { box-shadow: 0 0 0 0 rgba(17, 24, 39, 0.5); }
  70% { box-shadow: 0 0 0 9px rgba(17, 24, 39, 0); }
  100% { box-shadow: 0 0 0 0 rgba(17, 24, 39, 0); } }

/* ----------------------------------------------------------------------------- RÉSEAUX SOCIAUX ----------------------------------------------------------------------------- */
/* --- BLOC --- */
.rs-horaire-baud-elec-rs { width: 100%; max-width: 620px; margin: 0 auto; text-align: left; }

/* --- SURTITRE --- */
.rs-horaire-baud-elec-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; padding: 7px 15px; color: #FF9030; background-color: rgba(255, 144, 48, 0.08); border: 1px solid rgba(255, 144, 48, 0.3); border-radius: 3px; font-size: 12px; font-weight: 700 !important; letter-spacing: 1.1px; text-transform: uppercase; }

.rs-horaire-baud-elec-eyebrow span { display: block; flex-shrink: 0; width: 7px; height: 7px; background-color: #FF9030; border-radius: 50%; }

/* --- TITRE --- */
.rs-horaire-baud-elec-rs h2 { margin: 0 0 21px; color: #FFFCF6; font-family: "Oswald", sans-serif; font-size: 45px; font-weight: 600 !important; line-height: 1.12; }

.rs-horaire-baud-elec-rs h2 span { display: block; color: #FF9030; }

/* --- TEXTE --- */
.rs-horaire-baud-elec-rs > p { max-width: 570px; margin: 0 0 30px; color: rgba(255, 252, 246, 0.72); font-size: 16px; font-weight: 400 !important; line-height: 1.72; }

/* --- GRILLE --- */
.rs-horaire-baud-elec-socials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }

/* --- CARTE CLIQUABLE --- */
.rs-horaire-baud-elec-social { position: relative; display: flex; flex-direction: column; align-items: flex-start; min-width: 0; min-height: 165px; padding: 16px; overflow: hidden; color: #FFFCF6; background-color: rgba(255, 252, 246, 0.065); border: 1px solid rgba(255, 252, 246, 0.14); border-radius: 4px; text-decoration: none !important; backdrop-filter: blur(9px); -webkit-backdrop-filter: blur(9px); transition: background-color 0.35s ease, border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease; }

/* --- TRAIT --- */
.rs-horaire-baud-elec-social::before { content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background-color: #FF9030; transition: width 0.4s ease; }

/* --- HOVER UNIQUEMENT SUR ÉLÉMENTS CLIQUABLES --- */
@media (hover: hover) and (pointer: fine) { .rs-horaire-baud-elec-social:hover { color: #FFFCF6; background-color: rgba(255, 144, 48, 0.1); border-color: rgba(255, 144, 48, 0.62); box-shadow: 0 20px 38px -20px rgba(0, 0, 0, 0.7); text-decoration: none !important; transform: translateY(-5px); } .rs-horaire-baud-elec-social:hover::before { width: 100%; } .rs-horaire-baud-elec-social:hover .rs-horaire-baud-elec-social-icon { border-color: #FF9030; transform: scale(1.06); } .rs-horaire-baud-elec-social:hover .rs-horaire-baud-elec-social-arrow { color: #FFFCF6; transform: translate(3px, -3px); } }

/* --- ICÔNE --- */
.rs-horaire-baud-elec-social-icon { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 48px; height: 48px; margin-bottom: 20px; padding: 9px; background-color: #FFFCF6; border: 1px solid rgba(255, 144, 48, 0.28); border-radius: 4px; transition: border-color 0.35s ease, transform 0.35s ease; }

.rs-horaire-baud-elec-social-icon img { display: block; width: 100%; height: 100%; object-fit: contain; }

/* --- TEXTE --- */
.rs-horaire-baud-elec-social-content { min-width: 0; flex: 1; }

.rs-horaire-baud-elec-social-content span { display: block; margin-bottom: 3px; color: rgba(255, 252, 246, 0.54); font-size: 10.5px; line-height: 1.3; }

.rs-horaire-baud-elec-social-content strong { display: block; color: #FFFCF6; font-family: "Oswald", sans-serif; font-size: 17px; font-weight: 500 !important; line-height: 1.2; }

/* --- FLÈCHE --- */
.rs-horaire-baud-elec-social-arrow { position: absolute; right: 13px; bottom: 13px; display: flex; align-items: center; justify-content: center; width: 27px; height: 27px; color: #FF9030; transition: color 0.35s ease, transform 0.35s ease; }

.rs-horaire-baud-elec-social-arrow svg { width: 18px; height: 18px; }

/* ----------------------------------------------------------------------------- RESPONSIVE ----------------------------------------------------------------------------- */
/* --- TABLETTE --- */
@media (max-width: 950px) { .rs-horaire-baud-elec-section { padding: 78px 24px; } .rs-horaire-baud-elec-wrapper { grid-template-columns: 1fr; gap: 60px; max-width: 650px; } .rs-horaire-baud-elec-rs { max-width: 650px; text-align: center; } .rs-horaire-baud-elec-rs > p { margin-right: auto; margin-left: auto; } .rs-horaire-baud-elec-rs h2 { font-size: 38px; } }

/* --- MOBILE --- */
@media (max-width: 576px) { .rs-horaire-baud-elec-section { padding: 60px 16px; } .rs-horaire-baud-elec-overlay { background: linear-gradient(180deg, rgba(17, 24, 39, 0.99) 0%, rgba(17, 24, 39, 0.97) 55%, rgba(17, 24, 39, 0.93) 100%); } .rs-horaire-baud-elec-wrapper { gap: 46px; } .rs-horaire-baud-elec-horaire { padding: 24px 18px; } .rs-horaire-baud-elec-header { align-items: flex-start; } .rs-horaire-baud-elec-icon-wrapper { width: 46px; height: 46px; } .rs-horaire-baud-elec-horaire h2 { font-size: 25px; } .rs-horaire-baud-elec-day-row { min-height: 44px; padding: 7px 7px 7px 11px; } .rs-horaire-baud-elec-day-name { font-size: 13px; } .rs-horaire-baud-elec-hours { padding: 4px 7px; font-size: 11.5px; } .rs-horaire-baud-elec-today-badge { display: block; margin-top: 2px; margin-left: 0; } .rs-horaire-baud-elec-status { align-items: flex-start; padding: 12px; font-size: 13px; } .rs-horaire-baud-elec-status-dot { margin-top: 5px; } .rs-horaire-baud-elec-rs h2 { font-size: 31px; } .rs-horaire-baud-elec-rs > p { font-size: 14.5px; } .rs-horaire-baud-elec-socials { grid-template-columns: 1fr; gap: 10px; max-width: 400px; margin: 0 auto; } .rs-horaire-baud-elec-social { flex-direction: row; align-items: center; min-height: 80px; padding: 13px; text-align: left; } .rs-horaire-baud-elec-social-icon { width: 52px; height: 52px; margin: 0 10px 0 0; } .rs-horaire-baud-elec-social-arrow { position: static; flex-shrink: 0; margin-left: auto; } }

/* --- ACCESSIBILITÉ --- */
@media (prefers-reduced-motion: reduce) { .rs-horaire-baud-elec-status-dot { animation: none; } .rs-horaire-baud-elec-social, .rs-horaire-baud-elec-social::before, .rs-horaire-baud-elec-social-icon, .rs-horaire-baud-elec-social-arrow { transition: none; } }

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