@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: "Bitter",serif !important; font-weight: 700 !important; font-size: 64px !important; color: #04782E !important; }

/* ----------------------------------------------------------------------------- CUSTOM HEADER PROLAME ----------------------------------------------------------------------------- */
/* --- BASE --- */
.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 .4s ease; }

/* --- CONTENEUR PRINCIPAL --- */
.custom-header .container-fluid { margin: 0; padding: 18px 24px; background-color: #F6FFFA !important; border: 1px solid rgba(0, 19, 7, 0.1); border-radius: 0; box-shadow: 0 8px 30px rgba(0, 19, 7, 0.08); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); transition: margin .4s ease, padding .4s ease, border-radius .4s ease, box-shadow .4s ease, border-color .4s ease, background-color .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(246, 255, 250, 0.96) !important; border: 1px solid rgba(4, 120, 46, 0.35); border-radius: 3px; box-shadow: 0 10px 30px rgba(0, 19, 7, 0.12); 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 .4s ease, min-width .4s ease; }

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

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

/* --- LIENS --- */
.custom-header .nav-link, .custom-header .navbar-nav .nav-link { color: #001307 !important; font-family: "Lato",sans-serif !important; transition: color .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: #04782E !important; }

/* --- BOUTONS MENU --- */
.custom-header .animated-border-button { color: #001307 !important; background-color: transparent !important; cursor: pointer; transition: color .3s ease; }

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

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

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

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

.custom-header .navbar-toggler:hover, .custom-header .navbar-toggler:focus, .custom-header .navbar-toggler:active { background-color: rgba(4, 120, 46, 0.08) !important; border-color: #04782E; }

.custom-header .navbar-toggler-icon { filter: invert(9%) sepia(31%) saturate(1032%) hue-rotate(94deg) brightness(92%) contrast(105%); }

/* --- TABLETTE --- */
@media (max-width: 991px) { .custom-header .container-fluid { padding: 12px 14px; background-color: rgba(246, 255, 250, 0.96) !important; border: 1px solid rgba(0, 19, 7, 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(246, 255, 250, 0.98) !important; border: 1px solid rgba(4, 120, 46, 0.35); border-radius: 3px; } .custom-header .navbar-brand { margin-right: 0; } .custom-header .logo_nav { width: 135px !important; min-width: 135px !important; } .custom-header.scrolled .logo_nav { width: 120px !important; min-width: 120px !important; } .custom-header .navbar-collapse { margin-top: 12px; padding: 18px; background-color: rgba(246, 255, 250, 0.99) !important; border: 1px solid rgba(4, 120, 46, 0.25); border-radius: 3px; box-shadow: 0 12px 30px rgba(0, 19, 7, 0.12); } .custom-header .nav-link, .custom-header .navbar-nav .nav-link, .custom-header .animated-border-button, .custom-header .animated-border-button span { color: #001307 !important; } .custom-header .nav-link:hover, .custom-header .nav-link.active, .custom-header .animated-border-button:hover, .custom-header .animated-border-button:hover span { color: #04782E !important; } }

/* --- MOBILE --- */
@media (max-width: 575px) { .custom-header .container-fluid { padding: 10px 12px; background-color: rgba(246, 255, 250, 0.97) !important; } .custom-header.scrolled .container-fluid { margin-right: 8px; margin-left: 8px; padding: 10px 12px; background-color: rgba(246, 255, 250, 0.99) !important; border-color: rgba(4, 120, 46, 0.35); } .custom-header .logo_nav { width: 110px !important; min-width: 110px !important; } .custom-header.scrolled .logo_nav { width: 100px !important; min-width: 100px !important; } }

/* --- 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; } }

/* --- 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; }

/* ----------------------------------------------------------------------------- Bloc maps ----------------------------------------------------------------------------- */
.maps-section .content { color: #F6FFFA !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: #F6FFFA !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: #001307 !important; font-family: "Lato",sans-serif !important; font-size: 1rem; }

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 { color: #04782E !important; font-family: "Bitter",serif !important; font-weight: 700 !important; }

footer h5 { font-size: 1.25rem; }

.text-color-third { color: #001307 !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: #04782E !important; }

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

.animated-border-button:hover span { color: #04782E !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: #001307 !important; background: transparent; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #001307; box-shadow: inset 0 0 0 0 #001307; }

.button-header-telephone:hover { color: #F6FFFA !important; box-shadow: inset 0 -100px 0 0 #04782E !important; border-color: #04782E !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; }

a.nav-link.fs-6.dropdown-toggle.px-0.text-color-secondary.text-center { font-family: Bitter !important; font-weight: 700 !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: #F6FFFA !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #F6FFFA !important; border-radius: 3px !important; box-shadow: inset 0 0 0 0 #F6FFFA; }

.button_homepageFirstScreen:hover { color: #F6FFFA !important; box-shadow: inset 0 -100px 0 0 #04782E !important; border-color: #04782E !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: #001307 !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #001307 !important; border-radius: 3px !important; box-shadow: inset 0 0 0 0 #001307; }

.button_homepageDoubleScreen:hover { color: #F6FFFA !important; box-shadow: inset 0 -100px 0 0 #04782E !important; border-color: #04782E !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: #001307 !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #001307 !important; border-radius: 3px !important; box-shadow: inset 0 0 0 0 #001307; }

.button_ctaDoubleScreen:hover { color: #F6FFFA !important; box-shadow: inset 0 -100px 0 0 #04782E !important; border-color: #04782E !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: #F6FFFA !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #F6FFFA !important; border-radius: 3px !important; box-shadow: inset 0 0 0 0 #F6FFFA; }

.button_prestaDoubleScreen:hover { color: #F6FFFA !important; box-shadow: inset 0 -100px 0 0 #04782E !important; border-color: #04782E !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: #F6FFFA !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #F6FFFA !important; border-radius: 3px !important; box-shadow: inset 0 0 0 0 #F6FFFA; }

.button_secondepageDoubleScreen:hover { color: #F6FFFA !important; box-shadow: inset 0 -100px 0 0 #04782E !important; border-color: #04782E !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: #001307 !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #001307 !important; border-radius: 3px; box-shadow: inset 0 0 0 0 #001307; }

.all-activities-button:hover { color: #F6FFFA !important; box-shadow: inset 0 -100px 0 0 #04782E !important; border-color: #04782E !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: #04782E; }

.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: #001307 !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #001307 !important; border-radius: 3px !important; box-shadow: inset 0 0 0 0 #001307; }

.button_homepageScreen:hover { color: #F6FFFA !important; box-shadow: inset 0 -100px 0 0 #04782E !important; border-color: #04782E !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: #001307; color: #F6FFFA !important; border: 2px solid #F6FFFA; 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: #04782E; color: #F6FFFA !important; transform: translateY(-3px); } }

html { scroll-behavior: smooth; }

/* -----------------------------------------------------------------------------HERO PROLAME----------------------------------------------------------------------------- */
.first-prolame { position: relative; display: flex; align-items: center; width: 100%; height: 100vh; min-height: 720px; overflow: hidden; background-color: #001307; background-position: center; background-repeat: no-repeat; background-size: cover; }

/* --- OVERLAY VERT PROFOND --- */
.first-prolame::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(0, 19, 7, 0.98) 0%, rgba(0, 19, 7, 0.92) 35%, rgba(0, 19, 7, 0.64) 66%, rgba(0, 19, 7, 0.18) 100%); }

/* --- HALO VERT DÉCORATIF --- */
.first-prolame::before { content: ""; position: absolute; right: -150px; bottom: -240px; z-index: 2; width: 650px; height: 650px; background-color: rgba(4, 120, 46, 0.24); border-radius: 50%; filter: blur(100px); pointer-events: none; }

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

/* --- CONTENU --- */
.first-prolame-text { max-width: 800px; color: #F6FFFA; text-shadow: 0 3px 22px rgba(0, 19, 7, 0.28); }

/* --- SURTITRE --- */
.first-prolame-tagline { display: inline-block; color: #6DDB91; font-family: "Lato", sans-serif; font-size: 14px; font-weight: 700 !important; line-height: 1.5; letter-spacing: 2.4px; text-transform: uppercase; }

/* --- TITRE --- */
.first-prolame-text h1 { margin: 20px 0 24px; color: #F6FFFA; font-family: "Bitter", serif; font-size: 74px; font-weight: 600 !important; line-height: 1.08; letter-spacing: -1px; }

.first-prolame-text h1::after { content: ""; display: block; width: 82px; height: 3px; margin-top: 25px; background-color: #04782E; }

/* --- TEXTE --- */
.first-prolame-text p, .first-prolame-description { max-width: 700px; margin: 0 0 36px; color: rgba(246, 255, 250, 0.9); font-family: "Lato", sans-serif !important; font-size: 19px; font-weight: 400 !important; line-height: 1.75; }

/* ----------------------------------------------------------------------------- TABLETTE ----------------------------------------------------------------------------- */
@media (max-width: 900px) { .first-prolame { height: auto; min-height: 700px; background-position: center; text-align: center; } .first-prolame::after { background: linear-gradient(180deg, rgba(0, 19, 7, 0.35) 0%, rgba(0, 19, 7, 0.74) 48%, rgba(0, 19, 7, 0.98) 100%); } .first-prolame::before { right: -250px; bottom: -280px; width: 580px; height: 580px; } .first-prolame-container { width: 88%; padding: 145px 0 95px; } .first-prolame-text { margin: 0 auto; } .first-prolame-tagline { font-size: 13px; } .first-prolame-text h1 { margin-top: 22px; font-size: 56px; letter-spacing: -0.5px; } .first-prolame-text h1::after { width: 70px; margin-right: auto; margin-left: auto; } .first-prolame-text p, .first-prolame-description { margin-right: auto; margin-left: auto; font-size: 18px; } }

/* ----------------------------------------------------------------------------- MOBILE ----------------------------------------------------------------------------- */
@media (max-width: 576px) { .first-prolame { min-height: 660px; background-position: center; } .first-prolame-container { width: 90%; padding: 125px 0 75px; } .first-prolame-tagline { font-size: 11px; letter-spacing: 1.6px; } .first-prolame-text h1 { margin-bottom: 20px; font-size: 42px; line-height: 1.12; } .first-prolame-text h1::after { width: 58px; height: 3px; margin-top: 18px; } .first-prolame-text p, .first-prolame-description { margin-bottom: 30px; font-size: 17px; line-height: 1.65; } .first-prolame .button_homepageFirstScreen { width: 100%; max-width: 310px; min-height: 54px; padding: 0 20px; font-size: 16px; } }

/* -----------------------------------------------------------------------------PROLAME - À PROPOS----------------------------------------------------------------------------- */
/* --- SECTION --- */
.qsn-prolame-section { position: relative; overflow: hidden; padding: 110px 24px; background-color: #F6FFFA; font-family: "Lato", sans-serif; }

/* --- DÉCORATIONS DE FOND --- */
.qsn-prolame-section::before { content: ""; position: absolute; top: -210px; right: -170px; width: 470px; height: 470px; background-color: rgba(4, 120, 46, 0.07); border-radius: 50%; pointer-events: none; }

.qsn-prolame-section::after { content: ""; position: absolute; bottom: -280px; left: -220px; width: 540px; height: 540px; background-color: rgba(0, 19, 7, 0.035); border-radius: 50%; pointer-events: none; }

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

/* ----------------------------------------------------------------------------- IMAGE ----------------------------------------------------------------------------- */
.qsn-prolame-media { position: relative; padding: 0 0 38px 32px; }

/* --- DÉCORATION ARRIÈRE --- */
.qsn-prolame-media-decor { position: absolute; bottom: 0; left: 0; width: 72%; height: 79%; background-color: #001307; border-radius: 4px; }

/* --- CADRE IMAGE --- */
.qsn-prolame-media-frame { position: relative; z-index: 1; overflow: hidden; background-color: #001307; border-radius: 4px; box-shadow: 0 28px 58px rgba(0, 19, 7, 0.18); }

.qsn-prolame-media-frame::before { content: ""; position: absolute; top: 0; left: 0; z-index: 3; width: 110px; height: 4px; background-color: #04782E; }

.qsn-prolame-media-frame::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, transparent 48%, rgba(0, 19, 7, 0.38) 100%); pointer-events: none; }

.qsn-prolame-media-frame > img { display: block; width: 100%; height: 520px; object-fit: cover; }

/* ----------------------------------------------------------------------------- SERVICES À LA PERSONNE - VERSION TEXTE ----------------------------------------------------------------------------- */
.qsn-prolame-sap { position: absolute; top: 20px; right: 20px; z-index: 5; display: flex; align-items: center; gap: 12px; max-width: 245px; padding: 14px 16px; background-color: rgba(246, 255, 250, 0.97); border: 1px solid rgba(4, 120, 46, 0.22); border-radius: 4px; box-shadow: 0 14px 30px rgba(0, 19, 7, 0.18); }

.qsn-prolame-sap::before { content: ""; position: absolute; top: 0; left: 0; width: 48px; height: 3px; background-color: #04782E; }

/* --- ICÔNE --- */
.qsn-prolame-sap-icon { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 42px; height: 42px; background-color: rgba(4, 120, 46, 0.08); border-radius: 3px; }

.qsn-prolame-sap-icon svg { width: 23px; height: 23px; fill: none; stroke: #04782E; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

/* --- TEXTE --- */
.qsn-prolame-sap-content span { display: block; margin-bottom: 3px; color: rgba(0, 19, 7, 0.68); font-family: "Lato", sans-serif; font-size: 11px; font-weight: 700 !important; letter-spacing: 0.7px; text-transform: uppercase; }

.qsn-prolame-sap-content strong { display: block; color: #001307; font-family: "Bitter", serif; font-size: 15px; font-weight: 600 !important; line-height: 1.3; }

/* ----------------------------------------------------------------------------- SERVICES À LA PERSONNE - VERSION IMAGE ----------------------------------------------------------------------------- */
.qsn-prolame-sap-photo { position: absolute; top: 20px; right: 20px; z-index: 5; width: 245px; height: 150px; overflow: hidden; padding: 7px; background-color: #F6FFFA; border: 1px solid rgba(4, 120, 46, 0.22); border-radius: 4px; box-shadow: 0 14px 30px rgba(0, 19, 7, 0.18); }

.qsn-prolame-sap-photo::before { content: ""; position: absolute; top: 0; left: 0; z-index: 2; width: 48px; height: 3px; background-color: #04782E; }

.qsn-prolame-sap-photo img { display: block; width: 100%; height: 100%; object-fit: contain; border-radius: 2px; }

/* ----------------------------------------------------------------------------- BADGE BAS IMAGE ----------------------------------------------------------------------------- */
.qsn-prolame-media-badge { position: absolute; right: -25px; bottom: 0; z-index: 4; display: flex; align-items: center; gap: 15px; max-width: 335px; padding: 19px 23px; background-color: #001307; border: 1px solid rgba(4, 120, 46, 0.55); border-radius: 4px; box-shadow: 0 18px 38px rgba(0, 19, 7, 0.28); }

/* --- ICÔNE BADGE --- */
.qsn-prolame-media-badge-icon { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 48px; height: 48px; background-color: rgba(4, 120, 46, 0.12); border: 1px solid rgba(246, 255, 250, 0.16); border-radius: 3px; }

.qsn-prolame-media-badge-icon svg { width: 25px; height: 25px; fill: none; stroke: #F6FFFA; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

/* --- TEXTE BADGE --- */
.qsn-prolame-media-badge-text strong { display: block; margin-bottom: 4px; color: #F6FFFA; font-family: "Bitter", serif; font-size: 17px; font-weight: 600 !important; }

.qsn-prolame-media-badge-text span { display: block; color: rgba(246, 255, 250, 0.7); font-family: "Lato", sans-serif; font-size: 12.5px; line-height: 1.45; }

/* ----------------------------------------------------------------------------- CONTENU ----------------------------------------------------------------------------- */
.qsn-prolame-content { padding-left: 6px; }

/* --- PETIT LABEL --- */
.qsn-prolame-pill { display: inline-flex; align-items: center; justify-content: center; gap: 9px; margin-bottom: 22px; padding: 7px 15px; color: #001307; background-color: rgba(4, 120, 46, 0.055); border: 1px solid rgba(4, 120, 46, 0.22); border-radius: 3px; font-family: "Lato", sans-serif; font-size: 12.5px; font-weight: 700 !important; letter-spacing: 1.2px; text-transform: uppercase; }

.qsn-prolame-pill-dot { display: inline-block; flex-shrink: 0; width: 7px; height: 7px; background-color: #04782E; border-radius: 50%; }

/* --- TITRE --- */
.qsn-prolame-title { max-width: 650px; margin: 0 0 24px; color: #001307; font-family: "Bitter", serif; font-size: 43px; font-weight: 600 !important; line-height: 1.16; }

.qsn-prolame-title span { display: block; color: #04782E; }

/* --- NOM --- */
.qsn-prolame-name { position: relative; margin: 0 0 21px; padding-left: 17px; color: #001307; font-family: "Bitter", serif; font-size: 19px; font-weight: 600 !important; text-transform: uppercase; letter-spacing: 0.5px; }

.qsn-prolame-name::before { content: ""; position: absolute; top: 3px; bottom: 3px; left: 0; width: 3px; background-color: #04782E; }

/* --- TEXTE --- */
.qsn-prolame-text { max-width: 670px; color: #001307; font-family: "Lato", sans-serif; font-size: 16px; font-weight: 400; line-height: 1.82; }

.qsn-prolame-text p { margin: 0 0 17px; }

.qsn-prolame-text p:last-child { margin-bottom: 0; }

.qsn-prolame-text strong { color: #04782E; font-weight: 700 !important; }

/* ----------------------------------------------------------------------------- TAGS ----------------------------------------------------------------------------- */
.qsn-prolame-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }

.qsn-prolame-tag { display: inline-flex; align-items: center; padding: 9px 15px; color: #001307; background-color: rgba(4, 120, 46, 0.035); border: 1px solid rgba(0, 19, 7, 0.14); border-radius: 3px; font-family: "Lato", sans-serif; font-size: 12.5px; font-weight: 600 !important; letter-spacing: 0.3px; }

.qsn-prolame-tag::before { content: ""; flex-shrink: 0; width: 5px; height: 5px; margin-right: 8px; background-color: #04782E; }

/* --- NOTE FISCALE --- */
.qsn-prolame-fiscal-note { max-width: 620px; margin: 18px 0 0; color: rgba(0, 19, 7, 0.55); font-family: "Lato", sans-serif; font-size: 11px; font-style: italic; line-height: 1.5; }

/* ----------------------------------------------------------------------------- TABLETTE ----------------------------------------------------------------------------- */
@media (max-width: 880px) { .qsn-prolame-section { padding: 85px 24px; } .qsn-prolame-wrap { grid-template-columns: 1fr; gap: 65px; } .qsn-prolame-media { width: 100%; max-width: 650px; margin: 0 auto; padding-left: 22px; } .qsn-prolame-media-frame > img { height: 430px; } .qsn-prolame-media-badge { right: 15px; } .qsn-prolame-content { padding-left: 0; } .qsn-prolame-title { max-width: 650px; font-size: 37px; } .qsn-prolame-text { max-width: none; } }

/* ----------------------------------------------------------------------------- BIG MOBILE ----------------------------------------------------------------------------- */
@media (max-width: 650px) { .qsn-prolame-section { padding: 72px 20px; } .qsn-prolame-wrap { gap: 50px; } .qsn-prolame-media { padding: 0 0 22px 18px; } .qsn-prolame-media-frame > img { height: 360px; } .qsn-prolame-sap { top: 14px; right: 14px; max-width: 220px; } .qsn-prolame-sap-photo { top: 14px; right: 14px; width: 210px; height: 130px; } .qsn-prolame-media-badge { right: 10px; max-width: 295px; padding: 16px 18px; } .qsn-prolame-media-badge-icon { width: 43px; height: 43px; } .qsn-prolame-title { font-size: 33px; } .qsn-prolame-text { font-size: 15.5px; line-height: 1.75; } }

/* ----------------------------------------------------------------------------- MOBILE ----------------------------------------------------------------------------- */
@media (max-width: 480px) { .qsn-prolame-section { padding: 65px 18px; } .qsn-prolame-wrap { gap: 43px; } .qsn-prolame-media { padding: 0 0 15px 15px; } .qsn-prolame-media-decor { width: 70%; height: 72%; } .qsn-prolame-media-frame > img { height: 315px; } .qsn-prolame-sap { top: 10px; right: 10px; max-width: 205px; padding: 10px 11px; } .qsn-prolame-sap-icon { width: 34px; height: 34px; } .qsn-prolame-sap-content span { font-size: 9px; } .qsn-prolame-sap-content strong { font-size: 12px; } .qsn-prolame-sap-photo { top: 10px; right: 10px; width: 185px; height: 115px; padding: 6px; } .qsn-prolame-media-badge { display: none; } .qsn-prolame-pill { margin-bottom: 18px; padding: 6px 11px; font-size: 11px; letter-spacing: 1px; } .qsn-prolame-title { margin-bottom: 20px; font-size: 29px; line-height: 1.2; } .qsn-prolame-name { font-size: 17px; } .qsn-prolame-text { font-size: 15px; line-height: 1.72; } .qsn-prolame-tags { gap: 7px; margin-top: 25px; } .qsn-prolame-tag { padding: 8px 11px; font-size: 12px; } .qsn-prolame-fiscal-note { font-size: 10px; } }

/* ----------------------------------------------------------------------------- ÉTAPES PROLAME ----------------------------------------------------------------------------- */
/* --- SECTION --- */
.etape-prolame { position: relative; box-sizing: border-box; max-width: 1200px; margin: 0 auto; padding: 95px 40px; background-color: #F6FFFA; font-family: "Lato", sans-serif; text-align: center; }

/* --- DÉCORATION DE FOND --- */
.etape-prolame::before { content: ""; position: absolute; top: 40px; left: 50%; width: 82%; height: 1px; background: linear-gradient(90deg, transparent, rgba(4, 120, 46, 0.16), transparent); transform: translateX(-50%); pointer-events: none; }

/* --- HEADER --- */
.etape-prolame-header { position: relative; z-index: 2; max-width: 790px; margin: 0 auto; }

/* --- BADGE --- */
.etape-prolame-badge { display: inline-flex; align-items: center; justify-content: center; gap: 9px; margin-bottom: 22px; padding: 7px 15px; color: #001307; background-color: rgba(4, 120, 46, 0.055); border: 1px solid rgba(4, 120, 46, 0.22); border-radius: 3px; font-family: "Lato", sans-serif; font-size: 12.5px; font-weight: 700 !important; letter-spacing: 1.2px; text-transform: uppercase; }

.etape-prolame-dot { display: inline-block; flex-shrink: 0; width: 7px; height: 7px; background-color: #04782E; border-radius: 50%; }

/* --- TITRE --- */
.etape-prolame-title { margin: 0 0 18px; color: #001307; font-family: "Bitter", serif; font-size: 43px; font-weight: 600 !important; line-height: 1.18; }

.etape-prolame-title span { color: #04782E; }

/* --- INTRO --- */
.etape-prolame-intro { max-width: 700px; margin: 0 auto 50px; color: rgba(0, 19, 7, 0.68); font-family: "Lato", sans-serif; font-size: 17px; line-height: 1.75; }

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

/* --- LIGNE ENTRE LES CARTES --- */
.etape-prolame-grid::before { content: ""; position: absolute; top: 62px; right: 13%; left: 13%; z-index: 0; height: 1px; background-color: rgba(4, 120, 46, 0.16); }

/* ----------------------------------------------------------------------------- CARTES ----------------------------------------------------------------------------- */
.etape-prolame-card { position: relative; z-index: 1; box-sizing: border-box; overflow: hidden; min-height: 310px; padding: 35px 30px; background-color: #FFFFFF; border: 1px solid rgba(0, 19, 7, 0.11); border-radius: 4px; box-shadow: 0 18px 42px -32px rgba(0, 19, 7, 0.38); }

/* --- TRAIT VERT --- */
.etape-prolame-card::before { content: ""; position: absolute; top: 0; left: 0; width: 66px; height: 3px; background-color: #04782E; }

/* --- DÉCORATION CARTE --- */
.etape-prolame-card::after { content: ""; position: absolute; right: -45px; bottom: -55px; width: 120px; height: 120px; background-color: rgba(4, 120, 46, 0.035); border-radius: 50%; pointer-events: none; }

/* --- NUMÉRO --- */
.etape-prolame-num { position: relative; z-index: 2; display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; margin-bottom: 24px; color: #F6FFFA; background-color: #001307; border: 1px solid #001307; border-radius: 3px; font-family: "Bitter", serif; font-size: 17px; font-weight: 600 !important; }

/* --- TITRE CARTE --- */
.etape-prolame-card-title { position: relative; z-index: 2; margin: 0 0 13px; color: #001307; font-family: "Bitter", serif; font-size: 20px; font-weight: 600 !important; line-height: 1.3; }

/* --- TEXTE CARTE --- */
.etape-prolame-card-text { position: relative; z-index: 2; margin: 0; color: rgba(0, 19, 7, 0.67); font-family: "Lato", sans-serif; font-size: 16px; font-weight: 400 !important; line-height: 1.75; }

/* ----------------------------------------------------------------------------- TABLETTE ----------------------------------------------------------------------------- */
@media (max-width: 991px) { .etape-prolame { padding: 70px 24px; } .etape-prolame-title { font-size: 37px; } .etape-prolame-intro { margin-bottom: 38px; } .etape-prolame-grid { grid-template-columns: 1fr; gap: 15px; } .etape-prolame-grid::before { display: none; } .etape-prolame-card { min-height: auto; padding: 28px 25px; } }

/* ----------------------------------------------------------------------------- MOBILE ----------------------------------------------------------------------------- */
@media (max-width: 576px) { .etape-prolame { padding: 55px 16px; } .etape-prolame::before { top: 25px; } .etape-prolame-badge { margin-bottom: 17px; padding: 6px 11px; font-size: 11px; letter-spacing: 1px; } .etape-prolame-title { margin-bottom: 16px; font-size: 30px; line-height: 1.22; } .etape-prolame-title span { display: block; } .etape-prolame-intro { margin-bottom: 32px; font-size: 16px; line-height: 1.65; } .etape-prolame-card { padding: 25px 21px; } .etape-prolame-num { width: 47px; height: 47px; margin-bottom: 18px; font-size: 15px; } .etape-prolame-card-title { font-size: 19px; } .etape-prolame-card-text { font-size: 15px; line-height: 1.65; } }

/* ----------------------------------------------------------------------------- PRESTATIONS PROLAME ----------------------------------------------------------------------------- */
/* --- BASE --- */
.presta-prolame, .presta-prolame *, .presta-prolame *::before, .presta-prolame *::after { box-sizing: border-box; }

/* --- SECTION --- */
.presta-prolame { position: relative; display: flex; align-items: center; justify-content: center; min-height: 100vh; padding: 105px 24px 95px; overflow: hidden; background-color: #001307; font-family: "Lato", sans-serif; }

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

/* --- OVERLAY VERT PROFOND --- */
.presta-prolame-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(135deg, rgba(0, 19, 7, 0.97) 0%, rgba(0, 19, 7, 0.94) 47%, rgba(0, 19, 7, 0.88) 100%); }

/* --- HALO VERT --- */
.presta-prolame::before { content: ""; position: absolute; right: -220px; bottom: -300px; z-index: 2; width: 700px; height: 700px; background-color: rgba(4, 120, 46, 0.2); border-radius: 50%; filter: blur(110px); pointer-events: none; }

/* --- HALO SECONDAIRE --- */
.presta-prolame::after { content: ""; position: absolute; top: -320px; left: -250px; z-index: 2; width: 620px; height: 620px; background-color: rgba(246, 255, 250, 0.035); border-radius: 50%; filter: blur(90px); pointer-events: none; }

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

/* ----------------------------------------------------------------------------- BADGE ----------------------------------------------------------------------------- */
.presta-prolame-badge { display: inline-flex; align-items: center; justify-content: center; gap: 9px; margin-bottom: 22px; padding: 7px 15px; color: #F6FFFA; background-color: rgba(4, 120, 46, 0.15); border: 1px solid rgba(246, 255, 250, 0.18); border-radius: 3px; font-family: "Lato", sans-serif; font-size: 12.5px; font-weight: 700 !important; letter-spacing: 1.2px; text-transform: uppercase; }

.presta-prolame-badge-dot { display: inline-block; flex-shrink: 0; width: 7px; height: 7px; background-color: #04782E; border: 1px solid rgba(246, 255, 250, 0.65); border-radius: 50%; }

/* ----------------------------------------------------------------------------- TITRE ----------------------------------------------------------------------------- */
.presta-prolame-title { max-width: 870px; margin: 0 auto 18px; color: #F6FFFA; font-family: "Bitter", serif; font-size: 48px; font-weight: 600 !important; line-height: 1.16; }

.presta-prolame-title span { display: block; color: #6DDB91; }

/* --- INTRODUCTION --- */
.presta-prolame-subtitle { max-width: 780px; margin: 0 auto 54px; color: rgba(246, 255, 250, 0.72); font-family: "Lato", sans-serif; font-size: 16px; font-weight: 400 !important; line-height: 1.75; }

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

/* --- 3 CARTES SUR LA PREMIÈRE LIGNE --- */
.presta-prolame-card { grid-column: span 2; }

/* --- 2 CARTES CENTRÉES SUR LA DEUXIÈME LIGNE --- */
.presta-prolame-card:nth-child(4) { grid-column: 2 / span 2; }

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

/* ----------------------------------------------------------------------------- CARTES ----------------------------------------------------------------------------- */
.presta-prolame-card { position: relative; display: flex; flex-direction: column; align-items: center; min-width: 0; min-height: 550px; padding: 35px 28px 29px; overflow: hidden; color: #F6FFFA; background-color: rgba(246, 255, 250, 0.055); border: 1px solid rgba(246, 255, 250, 0.14); border-radius: 4px; 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; }

/* --- LIGNE VERTE SUPÉRIEURE --- */
.presta-prolame-card::before { content: ""; position: absolute; top: 0; left: 0; width: 68px; height: 3px; background-color: #04782E; transition: width 0.4s ease; }

/* --- DÉCORATION DISCRÈTE --- */
.presta-prolame-card::after { content: ""; position: absolute; right: -70px; bottom: -80px; width: 180px; height: 180px; background-color: rgba(4, 120, 46, 0.07); border-radius: 50%; pointer-events: none; }

/* ----------------------------------------------------------------------------- ICÔNE ----------------------------------------------------------------------------- */
.presta-prolame-icon { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 62px; height: 62px; margin-bottom: 10px; color: #6DDB91; background-color: rgba(4, 120, 46, 0.14); border: 1px solid rgba(109, 219, 145, 0.32); border-radius: 4px; transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease, transform 0.35s ease; }

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

/* ----------------------------------------------------------------------------- TITRE CARTE ----------------------------------------------------------------------------- */
.presta-prolame-card-title { position: relative; z-index: 2; margin: 13px 0 13px; color: #F6FFFA; font-family: "Bitter", serif; font-size: 21px; font-weight: 600 !important; line-height: 1.3; }

/* ----------------------------------------------------------------------------- DESCRIPTION ----------------------------------------------------------------------------- */
.presta-prolame-card-desc { position: relative; z-index: 2; margin: 0 0 27px; color: rgba(246, 255, 250, 0.68); font-family: "Lato", sans-serif; font-size: 15px; font-weight: 400 !important; line-height: 1.65; }

/* ----------------------------------------------------------------------------- LISTE DES SERVICES ----------------------------------------------------------------------------- */
.presta-prolame-services { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr; gap: 10px; width: 100%; text-align: left; }

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

/* --- PETIT LOSANGE --- */
.presta-prolame-service::before { content: ""; position: absolute; top: 6px; left: 4px; width: 6px; height: 6px; background-color: #04782E; transform: rotate(45deg); transition: background-color 0.35s ease, transform 0.35s ease; }

/* ----------------------------------------------------------------------------- LIEN BAS ----------------------------------------------------------------------------- */
.presta-prolame-card-link { position: relative; z-index: 2; display: inline-flex; align-items: center; justify-content: center; gap: 9px; margin-top: auto; padding-top: 28px; color: #6DDB91; font-family: "Lato", sans-serif; font-size: 14px; font-weight: 700 !important; }

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

/* ----------------------------------------------------------------------------- HOVER DES CARTES ----------------------------------------------------------------------------- */
@media (hover: hover) and (pointer: fine) { .presta-prolame-card:hover { color: #F6FFFA; background-color: rgba(4, 120, 46, 0.18); border-color: rgba(109, 219, 145, 0.52); box-shadow: 0 28px 55px rgba(0, 0, 0, 0.27); text-decoration: none; transform: translateY(-6px); } .presta-prolame-card:hover::before { width: 100%; } .presta-prolame-card:hover .presta-prolame-icon { color: #001307; background-color: #F6FFFA; border-color: #F6FFFA; transform: translateY(-3px); } .presta-prolame-card:hover .presta-prolame-service::before { background-color: #6DDB91; transform: rotate(135deg); } .presta-prolame-card:hover .presta-prolame-card-link svg { transform: translateX(5px); } }

/* --- FOCUS CLAVIER --- */
.presta-prolame-card:focus-visible { outline: 3px solid #6DDB91; outline-offset: 4px; }

/* ----------------------------------------------------------------------------- TABLETTE ----------------------------------------------------------------------------- */
@media (max-width: 991px) { .presta-prolame { padding: 80px 24px; } .presta-prolame-title { font-size: 39px; } .presta-prolame-grid { grid-template-columns: repeat(2, 1fr); max-width: 800px; } .presta-prolame-card, .presta-prolame-card:nth-child(4), .presta-prolame-card:nth-child(5) { grid-column: auto; } .presta-prolame-card { min-height: 540px; } .presta-prolame-card:last-child { grid-column: 1 / -1; width: calc(50% - 10px); margin: 0 auto; } }

/* ----------------------------------------------------------------------------- BIG MOBILE ----------------------------------------------------------------------------- */
@media (max-width: 650px) { .presta-prolame { padding: 68px 20px; } .presta-prolame-overlay { background: linear-gradient(180deg, rgba(0, 19, 7, 0.92) 0%, rgba(0, 19, 7, 0.97) 50%, rgba(0, 19, 7, 0.99) 100%); } .presta-prolame-content { width: 100%; } .presta-prolame-title { font-size: 33px; line-height: 1.2; } .presta-prolame-subtitle { max-width: 560px; margin-bottom: 40px; font-size: 15px; line-height: 1.65; } .presta-prolame-grid { grid-template-columns: 1fr; max-width: 520px; margin-right: auto; margin-left: auto; } .presta-prolame-card, .presta-prolame-card:nth-child(4), .presta-prolame-card:nth-child(5), .presta-prolame-card:last-child { grid-column: auto; width: 100%; margin: 0; } .presta-prolame-card { min-height: auto; padding: 31px 24px 27px; } .presta-prolame-services { display: none; } .presta-prolame-card-link { padding-top: 24px; } }

/* ----------------------------------------------------------------------------- MOBILE ----------------------------------------------------------------------------- */
@media (max-width: 576px) { .presta-prolame { padding: 62px 16px; } .presta-prolame-badge { margin-bottom: 18px; padding: 6px 11px; font-size: 11px; letter-spacing: 1px; } .presta-prolame-badge-dot { width: 6px; height: 6px; } .presta-prolame-title { font-size: 29px; line-height: 1.22; } .presta-prolame-subtitle { margin-bottom: 35px; } .presta-prolame-grid { max-width: 100%; } .presta-prolame-card { padding: 28px 20px 24px; } .presta-prolame-icon { width: 56px; height: 56px; margin-bottom: 18px; } .presta-prolame-icon svg { width: 26px; height: 26px; } .presta-prolame-card-title { margin-top: 8px; font-size: 20px; } .presta-prolame-card-desc { margin-bottom: 0; font-size: 14px; line-height: 1.65; } .presta-prolame-card-link { padding-top: 22px; } }

/* ----------------------------------------------------------------------------- RÉALISATIONS AVANT / APRÈS - PROLAME ----------------------------------------------------------------------------- */
.reali-av-ap-prolame, .reali-av-ap-prolame *, .reali-av-ap-prolame *::before, .reali-av-ap-prolame *::after { box-sizing: border-box; }

/* --- SECTION --- */
.reali-av-ap-prolame { position: relative; width: 100%; padding: 105px 24px; overflow: hidden; background-color: #F6FFFA; font-family: "Lato", sans-serif; }

/* ----------------------------------------------------------------------------- DÉCORATIONS ----------------------------------------------------------------------------- */
.reali-av-ap-prolame::before { content: ""; position: absolute; top: -230px; right: -180px; width: 500px; height: 500px; background-color: rgba(4, 120, 46, 0.07); border-radius: 50%; pointer-events: none; }

.reali-av-ap-prolame::after { content: ""; position: absolute; bottom: -270px; left: -220px; width: 530px; height: 530px; background-color: rgba(0, 19, 7, 0.04); border-radius: 50%; pointer-events: none; }

/* ----------------------------------------------------------------------------- HEADER ----------------------------------------------------------------------------- */
.reali-av-ap-prolame-header { position: relative; z-index: 2; width: 90%; max-width: 820px; margin: 0 auto 52px; text-align: center; }

/* --- SURTITRE --- */
.reali-av-ap-prolame-subtitle { display: inline-flex; align-items: center; justify-content: center; gap: 9px; margin-bottom: 21px; padding: 7px 15px; color: #001307; background-color: rgba(4, 120, 46, 0.055); border: 1px solid rgba(4, 120, 46, 0.22); border-radius: 3px; font-family: "Lato", sans-serif; font-size: 12.5px; font-weight: 700 !important; letter-spacing: 1.2px; text-transform: uppercase; }

.reali-av-ap-prolame-subtitle-dot { flex-shrink: 0; width: 7px; height: 7px; background-color: #04782E; border-radius: 50%; }

/* --- TITRE --- */
.reali-av-ap-prolame-title { max-width: 800px; margin: 0 auto 17px; color: #001307; font-family: "Bitter", serif; font-size: 46px; font-weight: 600 !important; line-height: 1.14; letter-spacing: -0.4px; }

.reali-av-ap-prolame-title span { color: #04782E; }

/* --- INTRO --- */
.reali-av-ap-prolame-intro { max-width: 690px; margin: 0 auto; color: rgba(0, 19, 7, 0.68); font-family: "Lato", sans-serif; font-size: 16px; line-height: 1.75; }

/* --- TRAIT --- */
.reali-av-ap-prolame-divider { width: 55px; height: 3px; margin: 24px auto 0; background-color: #04782E; border-radius: 3px; }

/* ----------------------------------------------------------------------------- CONTENEUR ----------------------------------------------------------------------------- */
.reali-av-ap-prolame-container { position: relative; z-index: 2; width: 100%; max-width: 1240px; margin: 0 auto; }

/* ----------------------------------------------------------------------------- GRILLE ----------------------------------------------------------------------------- */
.reali-av-ap-prolame-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

/* ----------------------------------------------------------------------------- CARTE ----------------------------------------------------------------------------- */
.reali-av-ap-prolame-card { position: relative; min-width: 0; overflow: hidden; background-color: #001307; border: 1px solid rgba(0, 19, 7, 0.12); border-radius: 4px; box-shadow: 0 22px 45px -30px rgba(0, 19, 7, 0.52); transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease; }

/* --- TRAIT GRAPHIQUE --- */
.reali-av-ap-prolame-card::before { content: ""; position: absolute; top: 0; left: 0; z-index: 9; width: 58px; height: 3px; background-color: #04782E; transition: width 0.4s ease; }

/* ----------------------------------------------------------------------------- COMPARATEUR ----------------------------------------------------------------------------- */
.reali-av-ap-prolame-comparison { position: relative; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; background-color: #001307; user-select: none; -webkit-user-select: none; touch-action: pan-y; }

/* ----------------------------------------------------------------------------- IMAGES ----------------------------------------------------------------------------- */
.reali-av-ap-prolame-image { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; pointer-events: none; }

.reali-av-ap-prolame-image-after { z-index: 1; }

/* --- IMAGE AVANT --- */
.reali-av-ap-prolame-before-wrap { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; overflow: hidden; clip-path: inset(0 50% 0 0); -webkit-clip-path: inset(0 50% 0 0); pointer-events: none; }

.reali-av-ap-prolame-image-before { width: 100%; height: 100%; object-fit: cover; }

/* --- LÉGER FILTRE SUR AVANT --- */
.reali-av-ap-prolame-before-filter { position: absolute; inset: 0; z-index: 3; background-color: rgba(0, 19, 7, 0.1); pointer-events: none; }

/* ----------------------------------------------------------------------------- LABELS AVANT / APRÈS ----------------------------------------------------------------------------- */
.reali-av-ap-prolame-label { position: absolute; top: 16px; z-index: 7; padding: 7px 11px; font-family: "Lato", sans-serif; font-size: 10px; font-weight: 700 !important; line-height: 1; letter-spacing: 1.2px; text-transform: uppercase; border-radius: 3px; pointer-events: none; }

/* --- AVANT --- */
.reali-av-ap-prolame-label-before { left: 16px; color: #F6FFFA; background-color: rgba(0, 19, 7, 0.88); border: 1px solid rgba(246, 255, 250, 0.2); }

/* --- APRÈS --- */
.reali-av-ap-prolame-label-after { right: 16px; color: #001307; background-color: rgba(246, 255, 250, 0.94); border: 1px solid rgba(0, 19, 7, 0.12); }

/* ----------------------------------------------------------------------------- TYPE D'INTERVENTION ----------------------------------------------------------------------------- */
.reali-av-ap-prolame-service { position: absolute; bottom: 16px; left: 16px; z-index: 7; max-width: calc(100% - 32px); padding: 8px 13px; color: #F6FFFA; background-color: rgba(4, 120, 46, 0.92); border: 1px solid rgba(246, 255, 250, 0.2); border-radius: 3px; box-shadow: 0 7px 20px rgba(0, 19, 7, 0.22); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); font-family: "Lato", sans-serif; font-size: 11px; font-weight: 700 !important; line-height: 1.2; letter-spacing: 0.7px; text-transform: uppercase; pointer-events: none; }

.reali-av-ap-prolame-service p { margin: 0 !important; padding: 0 !important; color: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; }

/* ----------------------------------------------------------------------------- CURSEUR ----------------------------------------------------------------------------- */
.reali-av-ap-prolame-handle { position: absolute; top: 0; bottom: 0; left: 50%; z-index: 6; width: 2px; background-color: #F6FFFA; box-shadow: 0 0 12px rgba(0, 19, 7, 0.35); transform: translateX(-50%); pointer-events: none; }

/* --- BOUTON CENTRAL --- */
.reali-av-ap-prolame-handle-button { position: absolute; top: 50%; left: 50%; display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; color: #F6FFFA; background-color: #04782E; border: 3px solid #F6FFFA; border-radius: 50%; box-shadow: 0 8px 25px rgba(0, 19, 7, 0.32); transform: translate(-50%, -50%); }

.reali-av-ap-prolame-handle-button svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ----------------------------------------------------------------------------- RANGE INVISIBLE ----------------------------------------------------------------------------- */
.reali-av-ap-prolame-range { position: absolute; inset: 0; z-index: 10; width: 100%; height: 100%; margin: 0; padding: 0; opacity: 0; cursor: ew-resize; }

/* ----------------------------------------------------------------------------- CTA ----------------------------------------------------------------------------- */
.reali-av-ap-prolame-cta { display: flex; align-items: center; justify-content: center; margin-top: 44px; }

/* ----------------------------------------------------------------------------- HOVER DES CARTES ----------------------------------------------------------------------------- */
@media (hover: hover) and (pointer: fine) { .reali-av-ap-prolame-card:hover { border-color: rgba(4, 120, 46, 0.58); box-shadow: 0 28px 54px -28px rgba(0, 19, 7, 0.52); transform: translateY(-5px); } .reali-av-ap-prolame-card:hover::before { width: 100%; } }

/* ============================================================================= TABLETTE ============================================================================= */
@media (max-width: 991px) { .reali-av-ap-prolame { padding: 82px 24px; } .reali-av-ap-prolame-header { margin-bottom: 42px; } .reali-av-ap-prolame-title { font-size: 38px; } .reali-av-ap-prolame-grid { grid-template-columns: repeat(2, 1fr); max-width: 800px; margin: 0 auto; } .reali-av-ap-prolame-card:nth-child(3) { grid-column: 1 / -1; width: calc(50% - 11px); justify-self: center; } }

/* ============================================================================= MOBILE ============================================================================= */
@media (max-width: 650px) { .reali-av-ap-prolame { padding: 68px 16px; } .reali-av-ap-prolame-header { width: 92%; margin-bottom: 36px; } .reali-av-ap-prolame-title { font-size: 32px; } .reali-av-ap-prolame-intro { font-size: 15px; line-height: 1.68; } .reali-av-ap-prolame-grid { grid-template-columns: 1fr; max-width: 520px; gap: 17px; } .reali-av-ap-prolame-card:nth-child(3) { grid-column: auto; width: 100%; } .reali-av-ap-prolame-cta { margin-top: 34px; } .reali-av-ap-prolame .button_homepageDoubleScreen { width: 100%; max-width: 310px; } }

/* ============================================================================= PETIT MOBILE ============================================================================= */
@media (max-width: 480px) { .reali-av-ap-prolame { padding: 58px 14px; } .reali-av-ap-prolame-subtitle { padding: 6px 11px; font-size: 10.5px; } .reali-av-ap-prolame-subtitle-dot { width: 6px; height: 6px; } .reali-av-ap-prolame-title { font-size: 28px; line-height: 1.2; } .reali-av-ap-prolame-title span { display: block; } .reali-av-ap-prolame-intro { font-size: 14px; line-height: 1.65; } .reali-av-ap-prolame-label { top: 12px; padding: 6px 8px; font-size: 9px; } .reali-av-ap-prolame-label-before { left: 12px; } .reali-av-ap-prolame-label-after { right: 12px; } .reali-av-ap-prolame-service { bottom: 12px; left: 12px; max-width: calc(100% - 24px); padding: 7px 10px; font-size: 10px; } .reali-av-ap-prolame-handle-button { width: 42px; height: 42px; border-width: 2px; } .reali-av-ap-prolame-handle-button svg { width: 20px; height: 20px; } }

/* ============================================================================= AVIS CLIENTS - PROLAME ============================================================================= */
.avis-prolame, .avis-prolame *, .avis-prolame *::before, .avis-prolame *::after { box-sizing: border-box; }

/* --- SECTION --- */
.avis-prolame { position: relative; width: 100%; padding: 105px 0 95px; overflow: hidden; background-color: #001307; background-position: center; background-repeat: no-repeat; background-size: cover; font-family: "Lato", sans-serif; }

/* ============================================================================= OVERLAY ============================================================================= */
.avis-prolame-overlay { position: absolute; inset: 0; z-index: 0; background: linear-gradient(135deg, rgba(0, 19, 7, 0.995) 0%, rgba(0, 31, 12, 0.97) 48%, rgba(4, 75, 29, 0.91) 100%); }

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

/* ============================================================================= DÉCORATIONS ============================================================================= */
.avis-prolame-decor { position: absolute; z-index: 1; border-radius: 50%; pointer-events: none; }

.avis-prolame-decor-one { top: -250px; right: -190px; width: 540px; height: 540px; background-color: rgba(4, 120, 46, 0.18); filter: blur(35px); }

.avis-prolame-decor-two { bottom: -290px; left: -220px; width: 560px; height: 560px; background-color: rgba(246, 255, 250, 0.045); filter: blur(30px); }

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

/* --- BADGE --- */
.avis-prolame-eyebrow { display: inline-flex; align-items: center; justify-content: center; gap: 9px; margin-bottom: 21px; padding: 7px 15px; color: #F6FFFA; background-color: rgba(4, 120, 46, 0.15); border: 1px solid rgba(246, 255, 250, 0.18); border-radius: 3px; font-family: "Lato", sans-serif; font-size: 12.5px; font-weight: 700 !important; letter-spacing: 1.2px; text-transform: uppercase; }

.avis-prolame-eyebrow-dot { display: inline-block; flex-shrink: 0; width: 7px; height: 7px; background-color: #04782E; border: 1px solid rgba(246, 255, 250, 0.65); border-radius: 50%; }

/* ============================================================================= TITRE ============================================================================= */
.avis-prolame-title { margin: 0 0 17px; color: #F6FFFA; font-family: "Bitter", serif; font-size: 46px; font-weight: 600 !important; line-height: 1.13; letter-spacing: -0.5px; }

.avis-prolame-title span { display: block; color: #6DDB91; }

/* ============================================================================= INTRO ============================================================================= */
.avis-prolame-intro { max-width: 700px; margin: 0 auto; color: rgba(246, 255, 250, 0.72); font-family: "Lato", sans-serif; font-size: 16px; font-weight: 400 !important; line-height: 1.75; }

/* ============================================================================= SLIDER ============================================================================= */
.avis-prolame-slider { position: relative; z-index: 2; width: 100%; overflow: hidden; padding: 10px 0 20px; }

/* --- FONDU LATÉRAL --- */
.avis-prolame-slider::before, .avis-prolame-slider::after { content: ""; position: absolute; top: 0; bottom: 0; z-index: 5; width: 110px; pointer-events: none; }

.avis-prolame-slider::before { left: 0; background: linear-gradient(90deg, rgba(0, 19, 7, 0.99) 0%, rgba(0, 19, 7, 0.7) 46%, rgba(0, 19, 7, 0) 100%); }

.avis-prolame-slider::after { right: 0; background: linear-gradient(270deg, rgba(3, 66, 25, 0.94) 0%, rgba(2, 50, 19, 0.68) 46%, rgba(0, 19, 7, 0) 100%); }

/* ============================================================================= TRACK ============================================================================= */
.avis-prolame-track { display: flex; width: max-content; animation: avisProlameScroll 75s linear infinite; }

.avis-prolame-slider:hover .avis-prolame-track { animation-play-state: paused; }

.avis-prolame-group { display: flex; align-items: stretch; flex-shrink: 0; gap: 20px; padding-right: 20px; }

/* ============================================================================= CARTE ============================================================================= */
.avis-prolame-card { position: relative; display: flex; flex: 0 0 360px; flex-direction: column; min-height: 340px; padding: 28px 26px 24px; overflow: hidden; background-color: rgba(246, 255, 250, 0.065); border: 1px solid rgba(246, 255, 250, 0.14); border-radius: 4px; box-shadow: 0 20px 42px -26px rgba(0, 0, 0, 0.48); backdrop-filter: blur(13px); -webkit-backdrop-filter: blur(13px); }

/* --- TRAIT VERT --- */
.avis-prolame-card::before { content: ""; position: absolute; top: 0; left: 0; width: 58px; height: 3px; background-color: #04782E; }

/* --- HALO INTERNE --- */
.avis-prolame-card::after { content: ""; position: absolute; right: -85px; bottom: -100px; width: 190px; height: 190px; background-color: rgba(4, 120, 46, 0.09); border-radius: 50%; pointer-events: none; }

/* ============================================================================= ÉTOILES ============================================================================= */
.avis-prolame-stars { position: relative; z-index: 2; margin-bottom: 22px; color: #6DDB91; font-family: Arial, sans-serif; font-size: 17px; line-height: 1; letter-spacing: 2px; }

/* ============================================================================= TEXTE AVIS ============================================================================= */
.avis-prolame-review { position: relative; z-index: 2; flex: 1; margin: 0 0 26px; color: rgba(246, 255, 250, 0.79); font-family: "Lato", sans-serif; font-size: 14.5px; font-weight: 400 !important; line-height: 1.72; }

/* ============================================================================= CLIENT ============================================================================= */
.avis-prolame-client { position: relative; z-index: 2; display: flex; align-items: center; gap: 13px; }

/* --- AVATAR --- */
.avis-prolame-avatar { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 43px; height: 43px; color: #F6FFFA; background-color: #001307; border: 2px solid #04782E; border-radius: 50%; font-family: "Bitter", serif; font-size: 14px; font-weight: 600 !important; }

/* --- NOM --- */
.avis-prolame-client strong { display: block; color: #F6FFFA; font-family: "Bitter", serif; font-size: 14px; font-weight: 600 !important; line-height: 1.3; }

/* --- TYPE D'INTERVENTION --- */
.avis-prolame-client small { display: block; margin-top: 3px; color: rgba(246, 255, 250, 0.51); font-family: "Lato", sans-serif; font-size: 12px; line-height: 1.35; }

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

/* --- BOUTON SPÉCIFIQUE PROLAME --- */
.avis-prolame .button_homepageFirstScreen { position: relative; display: inline-flex; align-items: center; justify-content: center; padding: 15px 30px; color: #F6FFFA !important; background-color: transparent !important; border: 2px solid #F6FFFA !important; border-radius: 3px !important; font-family: "Lato", sans-serif !important; font-size: 17px; font-weight: 700 !important; text-decoration: none; box-shadow: inset 0 0 0 0 #04782E; transition: color 0.35s ease, border-color 0.35s ease, box-shadow 0.45s ease, transform 0.35s ease; }

.avis-prolame .button_homepageFirstScreen:hover { color: #F6FFFA !important; border-color: #04782E !important; box-shadow: inset 0 -100px 0 0 #04782E !important; transform: translateY(-2px); }

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

/* ============================================================================= TABLETTE ============================================================================= */
@media (max-width: 991px) { .avis-prolame { padding: 82px 0 78px; } .avis-prolame-header { margin-bottom: 40px; } .avis-prolame-title { font-size: 38px; } .avis-prolame-card { flex-basis: 330px; min-height: 350px; } .avis-prolame-slider::before, .avis-prolame-slider::after { width: 60px; } }

/* ============================================================================= MOBILE ============================================================================= */
@media (max-width: 650px) { .avis-prolame { padding: 68px 0; } .avis-prolame-header { width: 88%; margin-bottom: 34px; } .avis-prolame-eyebrow { margin-bottom: 17px; padding: 6px 11px; font-size: 11px; letter-spacing: 1px; } .avis-prolame-eyebrow-dot { width: 6px; height: 6px; } .avis-prolame-title { font-size: 31px; } .avis-prolame-intro { font-size: 15px; } .avis-prolame-card { flex-basis: 290px; min-height: 355px; padding: 25px 22px 22px; } .avis-prolame-review { font-size: 14px; line-height: 1.65; } .avis-prolame-slider::before, .avis-prolame-slider::after { width: 25px; } .avis-prolame-cta { margin-top: 36px; } .avis-prolame .button_homepageFirstScreen { width: 100%; max-width: 310px; } }

/* ============================================================================= PETIT MOBILE ============================================================================= */
@media (max-width: 480px) { .avis-prolame { padding: 58px 0; } .avis-prolame-title { font-size: 28px; } .avis-prolame-title span { display: block; } .avis-prolame-intro { font-size: 14px; line-height: 1.65; } .avis-prolame-group { gap: 14px; padding-right: 14px; } .avis-prolame-card { flex-basis: 270px; min-height: 360px; padding: 23px 20px 21px; } .avis-prolame-avatar { width: 39px; height: 39px; font-size: 13px; } .avis-prolame-client strong { font-size: 13px; } .avis-prolame-client small { font-size: 11.5px; } }

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

/* ==========================================================================
HORAIRES & RÉSEAUX SOCIAUX - PROLAME
========================================================================== */
.rs-horaire-prolame-section, .rs-horaire-prolame-section *, .rs-horaire-prolame-section *::before, .rs-horaire-prolame-section *::after { box-sizing: border-box; }

.rs-horaire-prolame-section { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; min-height: 650px; padding: 90px 24px; overflow: hidden; font-family: "Lato",sans-serif; }

/* IMAGE */
.rs-horaire-prolame-bg { position: absolute; inset: 0; z-index: 0; }

.rs-horaire-prolame-bg img { width: 100%; height: 100%; object-fit: cover; }

/* OVERLAY */
.rs-horaire-prolame-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(135deg, rgba(0, 19, 7, 0.98) 0%, rgba(0, 19, 7, 0.94) 50%, rgba(4, 120, 46, 0.82) 100%); }

/* DÉCOR */
.rs-horaire-prolame-section::before { content: ""; position: absolute; z-index: 2; top: -250px; right: -200px; width: 560px; height: 560px; background-color: rgba(107, 191, 89, 0.14); border-radius: 50%; filter: blur(90px); }

/* CONTENEUR */
.rs-horaire-prolame-wrapper { position: relative; z-index: 3; display: grid; grid-template-columns: 520px 1fr; align-items: center; gap: 80px; width: 100%; max-width: 1220px; }

/* CARTE HORAIRES */
.rs-horaire-prolame-horaire { position: relative; padding: 32px; background: #F6FFFA; border-radius: 5px; box-shadow: 0 25px 60px rgba(0, 19, 7, 0.35); }

.rs-horaire-prolame-horaire::before { content: ""; position: absolute; top: 0; left: 0; width: 75px; height: 3px; background: #04782E; }

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

.rs-horaire-prolame-icon-wrapper { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; background: rgba(4, 120, 46, 0.1); border: 1px solid rgba(4, 120, 46, 0.25); border-radius: 4px; }

.rs-horaire-prolame-icon { width: 25px; height: 25px; color: #04782E; }

.rs-horaire-prolame-label { display: block; margin-bottom: 3px; color: #04782E; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }

.rs-horaire-prolame-header h2 { margin: 0; color: #001307; font-family: "Bitter",serif; font-size: 30px; }

/* HORAIRES */
.rs-horaire-prolame-schedule { display: flex; flex-direction: column; gap: 7px; }

.rs-horaire-prolame-day { position: relative; display: flex; justify-content: space-between; align-items: center; padding: 10px 12px; border-radius: 4px; border: 1px solid transparent; transition: .3s ease; }

.rs-horaire-prolame-day:hover { background: rgba(4, 120, 46, 0.08); border-color: rgba(4, 120, 46, 0.2); }

.rs-horaire-prolame-day span { color: rgba(0, 19, 7, 0.75); font-size: 15px; font-weight: 600; }

.rs-horaire-prolame-day strong { padding: 5px 10px; color: #001307; background: rgba(4, 120, 46, 0.08); border: 1px solid rgba(4, 120, 46, 0.2); border-radius: 4px; font-family: "Bitter",serif; font-size: 13px; }

.rs-horaire-prolame-day.today { background: rgba(107, 191, 89, 0.12); border-color: rgba(4, 120, 46, 0.35); }

.rs-horaire-prolame-day.closed { opacity: .5; }

.rs-horaire-prolame-today { display: block; margin-top: 3px; color: #04782E; font-size: 10px; font-weight: 700; }

/* STATUT */
.rs-horaire-prolame-status { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 22px; padding: 13px 15px; color: #F6FFFA; background: #001307; border-radius: 4px; font-size: 14px; font-weight: 700; }

.rs-horaire-prolame-status.is-open { color: #001307; background: #6BBF59; }

.rs-horaire-prolame-status-dot { width: 8px; height: 8px; background: #F6FFFA; border-radius: 50%; }

.rs-horaire-prolame-status.is-open .rs-horaire-prolame-status-dot { background: #001307; }

/* RÉSEAUX */
.rs-horaire-prolame-rs { max-width: 590px; }

.rs-horaire-prolame-rs h2 { margin: 0 0 20px; color: #F6FFFA; font-family: "Bitter",serif !important; font-size: 45px; font-weight: 700 !important; line-height: 1.12; }

.rs-horaire-prolame-rs h2 span { display: block; color: #6BBF59; }

.rs-horaire-prolame-rs p { margin: 0 0 30px; color: rgba(246, 255, 250, 0.75); font-size: 16px; line-height: 1.7; }

/* SOCIAL */
.rs-horaire-prolame-socials { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }

.rs-horaire-prolame-social { display: flex; align-items: center; gap: 14px; padding: 15px; color: #F6FFFA; background: rgba(246, 255, 250, 0.08); border: 1px solid rgba(246, 255, 250, 0.15); border-radius: 4px; text-decoration: none; transition: .3s ease; }

.rs-horaire-prolame-social:hover { background: rgba(4, 120, 46, 0.25); border-color: #6BBF59; transform: translateY(-4px); }

.rs-horaire-prolame-social-icon { display: flex; align-items: center; justify-content: center; width: 55px; height: 55px; padding: 10px; background: #F6FFFA; border-radius: 4px; }

.rs-horaire-prolame-social-icon img { width: 100%; height: 100%; object-fit: contain; }

.rs-horaire-prolame-social-content span { display: block; color: rgba(246, 255, 250, 0.6); font-size: 11px; }

.rs-horaire-prolame-social-content strong { color: #F6FFFA; font-family: "Bitter",serif; font-size: 17px; }

.rs-horaire-prolame-arrow { margin-left: auto; color: #6BBF59; font-size: 22px; }

/* TABLETTE */
@media (max-width: 950px) { .rs-horaire-prolame-wrapper { grid-template-columns: 1fr; gap: 55px; max-width: 650px; } .rs-horaire-prolame-rs { max-width: none; text-align: center; } }

/* MOBILE */
@media (max-width: 600px) { .rs-horaire-prolame-section { padding: 60px 16px; } .rs-horaire-prolame-horaire { padding: 24px 18px; } .rs-horaire-prolame-day { padding: 8px; } .rs-horaire-prolame-day span { font-size: 13px; } .rs-horaire-prolame-day strong { font-size: 11px; } .rs-horaire-prolame-rs h2 { font-size: 32px; } .rs-horaire-prolame-socials { grid-template-columns: 1fr; } }

/* ---------------------------------------------------------------------------- PROLAME - GALERIE RÉALISATIONS FILTRABLE ---------------------------------------------------------------------------- */
/* --- BASE --- */
.reali-page-prolame, .reali-page-prolame *, .reali-page-prolame *::before, .reali-page-prolame *::after, .reali-page-prolame-modal, .reali-page-prolame-modal *, .reali-page-prolame-modal *::before, .reali-page-prolame-modal *::after { box-sizing: border-box; }

/* --- SECTION --- */
.reali-page-prolame { position: relative; width: 100%; padding: 140px 28px 75px; overflow: hidden; background: #F6FFFA; font-family: "Lato", Arial, sans-serif !important; scroll-margin-top: 80px; }

/* --- DÉCORATION --- */
.reali-page-prolame::before { content: ""; position: absolute; top: -230px; right: -170px; width: 500px; height: 500px; background: rgba(4, 120, 46, 0.06); border-radius: 50%; pointer-events: none; }

.reali-page-prolame::after { content: ""; position: absolute; bottom: -260px; left: -210px; width: 520px; height: 520px; background: rgba(0, 19, 7, 0.035); border-radius: 50%; pointer-events: none; }

.reali-page-prolame-container { position: relative; z-index: 2; width: 100%; max-width: 1300px; margin: 0 auto; }

/* --- EN-TÊTE --- */
.reali-page-prolame-header { max-width: 880px; margin: 0 auto 44px; text-align: center; }

/* --- SOUS-TITRE --- */
.reali-page-prolame-subtitle { display: inline-flex; align-items: center; justify-content: center; gap: 9px; margin-bottom: 22px; padding: 7px 15px; color: #001307; background: rgba(4, 120, 46, 0.06); border: 1px solid rgba(0, 19, 7, 0.2); border-radius: 3px; font-family: "Lato", Arial, sans-serif !important; font-size: 12.5px; font-weight: 700 !important; letter-spacing: 1.2px; text-transform: uppercase; }

.reali-page-prolame-subtitle span { display: block; flex-shrink: 0; width: 7px; height: 7px; background: #04782E; border-radius: 50%; }

/* --- TITRE --- */
.reali-page-prolame-title { max-width: 850px; margin: 0 auto; color: #001307; font-family: "Bitter", Georgia, serif !important; font-size: 50px; font-weight: 700 !important; line-height: 1.15; }

.reali-page-prolame-title span { display: block; color: #04782E; }

/* --- INTRODUCTION --- */
.reali-page-prolame-intro { max-width: 720px; margin: 20px auto 0; color: rgba(0, 19, 7, 0.68); font-family: "Lato", Arial, sans-serif !important; font-size: 16px; font-weight: 400 !important; line-height: 1.7; }

/* --- FILTRES --- */
.reali-page-prolame-filters { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 9px; width: 100%; }

.reali-page-prolame-filters-top { margin-bottom: 38px; scroll-margin-top: 20px; }

.reali-page-prolame-filters-bottom { margin-top: 44px; }

/* --- BOUTONS FILTRES --- */
.reali-page-prolame-filter { appearance: none; display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 9px 15px 9px 18px; cursor: pointer; background: rgba(246, 255, 250, 0.7); border: 1px solid rgba(0, 19, 7, 0.22); border-radius: 3px; color: #001307; font-family: "Lato", Arial, sans-serif !important; font-size: 13px; font-weight: 700 !important; letter-spacing: .25px; transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease; }

/* --- COMPTEUR --- */
.reali-page-prolame-filter-count { display: flex; align-items: center; justify-content: center; min-width: 24px; height: 22px; padding: 0 6px; background: rgba(0, 19, 7, 0.07); border-radius: 50px; color: rgba(0, 19, 7, 0.65); font-size: 11px; font-weight: 700; line-height: 1; transition: background-color .25s ease, color .25s ease; }

/* --- FILTRE ACTIF --- */
.reali-page-prolame-filter.active { background: #001307; border-color: #001307; color: #F6FFFA; box-shadow: 0 8px 22px rgba(0, 19, 7, 0.16); }

.reali-page-prolame-filter.active::before { content: ""; flex-shrink: 0; width: 7px; height: 7px; background: #04782E; border-radius: 50%; }

.reali-page-prolame-filter.active .reali-page-prolame-filter-count { background: rgba(246, 255, 250, 0.14); color: #F6FFFA; }

/* --- HOVER FILTRES --- */
@media (hover: hover) and (pointer: fine) { .reali-page-prolame-filter:hover { background: #04782E; border-color: #04782E; color: #F6FFFA; transform: translateY(-2px); } .reali-page-prolame-filter:hover .reali-page-prolame-filter-count { background: rgba(246, 255, 250, 0.16); color: #F6FFFA; } .reali-page-prolame-filter.active:hover { background: #04782E; border-color: #04782E; } }

/* --- GRILLE --- */
.reali-page-prolame-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; width: 100%; }

/* --- CARTES --- */
.reali-page-prolame-card { position: relative; width: 100%; height: 325px; overflow: hidden; background: #001307; border: 1px solid rgba(0, 19, 7, 0.12); border-radius: 4px; box-shadow: 0 14px 35px rgba(0, 19, 7, 0.1); }

.reali-page-prolame-card::before { content: ""; position: absolute; top: 0; left: 0; z-index: 4; width: 64px; height: 3px; background: #04782E; transition: width .4s ease; }

.reali-page-prolame-card.hidden { display: none !important; }

/* --- IMAGE --- */
.reali-page-prolame-card img { display: block; width: 100%; height: 100%; cursor: pointer; object-fit: cover; object-position: center; transition: transform 0.6s cubic-bezier(0.2, 0.65, 0.3, 1), filter 0.5s ease; }

/* --- OVERLAY --- */
.reali-page-prolame-card-overlay { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; pointer-events: none; background: rgba(0, 19, 7, 0); transition: background-color .35s ease; }

/* --- ICÔNE ZOOM --- */
.reali-page-prolame-card-zoom { display: flex; align-items: center; justify-content: center; width: 54px; height: 54px; background: #F6FFFA; border: 1px solid rgba(246, 255, 250, 0.5); border-radius: 50%; color: #001307; opacity: 0; transform: scale(0.72); box-shadow: 0 10px 28px rgba(0, 19, 7, 0.2); transition: opacity .3s ease, transform .3s ease; }

.reali-page-prolame-card-zoom svg { width: 23px; height: 23px; }

/* --- HOVER GALERIE --- */
@media (hover: hover) and (pointer: fine) { .reali-page-prolame-card:hover::before { width: 100%; } .reali-page-prolame-card:hover img { transform: scale(1.055); filter: brightness(0.67) saturate(0.92); } .reali-page-prolame-card:hover .reali-page-prolame-card-overlay { background: rgba(0, 19, 7, 0.28); } .reali-page-prolame-card:hover .reali-page-prolame-card-zoom { opacity: 1; transform: scale(1); } }

/* --- ANIMATION FILTRE --- */
.reali-page-prolame-card.reali-page-prolame-animate { animation: reali-page-prolame-show .42s ease both; }

@keyframes reali-page-prolame-show { from { opacity: 0;
    transform: translateY(12px); }
  to { opacity: 1;
    transform: translateY(0); } }

/* ------------------------------------------------------------------------- MODALE ------------------------------------------------------------------------- */
.reali-page-prolame-modal { position: fixed; inset: 0; z-index: 99999; display: flex; align-items: center; justify-content: center; padding: 80px 90px 30px; background: rgba(0, 19, 7, 0.96); opacity: 0; visibility: hidden; backdrop-filter: blur(3px); transition: opacity .25s ease, visibility .25s ease; }

.reali-page-prolame-modal.is-open { opacity: 1; visibility: visible; }

/* --- IMAGE MODALE --- */
.reali-page-prolame-modal-content { display: block; width: auto; height: auto; max-width: 82vw; max-height: 82vh; object-fit: contain; border-radius: 4px; box-shadow: 0 25px 65px rgba(0, 0, 0, 0.45); }

/* --- FERMETURE --- */
.reali-page-prolame-modal-close { position: absolute; top: 90px; right: 35px; z-index: 4; display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; padding: 0; cursor: pointer; background: #F6FFFA; border: 1px solid #F6FFFA; border-radius: 50%; color: #001307; font-family: Arial,sans-serif; font-size: 32px; font-weight: 400; line-height: 1; transition: transform .25s ease, background-color .25s ease, border-color .25s ease, color .25s ease; }

@media (hover: hover) and (pointer: fine) { .reali-page-prolame-modal-close:hover { background: #04782E; border-color: #04782E; color: #F6FFFA; transform: rotate(90deg); } }

/* --- NAVIGATION MODALE --- */
.reali-page-prolame-modal-nav { position: absolute; top: 50%; z-index: 4; display: flex; align-items: center; justify-content: center; width: 54px; height: 54px; padding: 0; cursor: pointer; background: #F6FFFA; border: 1px solid #F6FFFA; border-radius: 50%; color: #001307; transform: translateY(-50%); transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s ease; }

.reali-page-prolame-modal-nav svg { width: 25px; height: 25px; }

.reali-page-prolame-modal-prev { left: 32px; }

.reali-page-prolame-modal-next { right: 32px; }

@media (hover: hover) and (pointer: fine) { .reali-page-prolame-modal-nav:hover { background: #04782E; border-color: #04782E; color: #F6FFFA; } .reali-page-prolame-modal-prev:hover { transform: translateY(-50%) translateX(-4px); } .reali-page-prolame-modal-next:hover { transform: translateY(-50%) translateX(4px); } }

/* ------------------------------------------------------------------------- TABLETTE ------------------------------------------------------------------------- */
@media (max-width: 991px) { .reali-page-prolame { padding: 85px 22px 80px; } .reali-page-prolame-title { font-size: 42px; } .reali-page-prolame-grid { grid-template-columns: repeat(2, 1fr); } .reali-page-prolame-card { height: 285px; } .reali-page-prolame-modal { padding-left: 75px; padding-right: 75px; } .reali-page-prolame-modal-content { max-width: 84vw; } .reali-page-prolame-modal-nav { width: 48px; height: 48px; } .reali-page-prolame-modal-prev { left: 18px; } .reali-page-prolame-modal-next { right: 18px; } }

/* ------------------------------------------------------------------------- MOBILE ------------------------------------------------------------------------- */
@media (max-width: 650px) { .reali-page-prolame { padding: 65px 16px 65px; } .reali-page-prolame-header { margin-bottom: 32px; } .reali-page-prolame-subtitle { margin-bottom: 17px; padding: 6px 11px; font-size: 11px; letter-spacing: 1px; } .reali-page-prolame-subtitle span { width: 6px; height: 6px; } .reali-page-prolame-title { font-size: 32px; line-height: 1.2; } .reali-page-prolame-intro { margin-top: 16px; font-size: 15px; } /* Scroll horizontal filtres */ .reali-page-prolame-filters { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 7px; scrollbar-width: none; -webkit-overflow-scrolling: touch; } .reali-page-prolame-filters::-webkit-scrollbar { display: none; } .reali-page-prolame-filter { flex: 0 0 auto; min-height: 40px; padding: 8px 13px 8px 15px; white-space: nowrap; font-size: 12px; } .reali-page-prolame-filter-count { min-width: 22px; height: 20px; font-size: 10px; } .reali-page-prolame-filters-top { margin-bottom: 28px; } .reali-page-prolame-filters-bottom { margin-top: 30px; } /* Galerie */ .reali-page-prolame-grid { grid-template-columns: 1fr; gap: 12px; } .reali-page-prolame-card { height: 265px; } /* Modale */ .reali-page-prolame-modal { align-items: center; justify-content: center; padding: 70px 15px 95px; } .reali-page-prolame-modal-content { width: auto; height: auto; max-width: 95vw; max-height: calc(100vh - 190px); } .reali-page-prolame-modal-close { top: 18px; right: 18px; width: 40px; height: 40px; font-size: 28px; } .reali-page-prolame-modal-nav { top: auto; bottom: 24px; width: 44px; height: 44px; transform: none; } .reali-page-prolame-modal-nav svg { width: 21px; height: 21px; } .reali-page-prolame-modal-prev { left: calc(50% - 54px); right: auto; } .reali-page-prolame-modal-next { left: calc(50% + 10px); right: auto; } .reali-page-prolame-modal-prev:hover, .reali-page-prolame-modal-next:hover { transform: none; } }

/* ------------------------------------------------------------------------- TRÈS PETITS ÉCRANS ------------------------------------------------------------------------- */
@media (max-width: 400px) { .reali-page-prolame { padding-left: 12px; padding-right: 12px; } .reali-page-prolame-title { font-size: 29px; } .reali-page-prolame-card { height: 240px; } .reali-page-prolame-modal { padding-left: 10px; padding-right: 10px; } .reali-page-prolame-modal-content { max-width: 96vw; max-height: calc(100vh - 180px); } .reali-page-prolame-modal-nav { bottom: 20px; width: 42px; height: 42px; } .reali-page-prolame-modal-prev { left: calc(50% - 51px); } .reali-page-prolame-modal-next { left: calc(50% + 9px); } }

/* ----------------------------------------------------------------------------- BLOC EN-TÊTE - PROLAME ----------------------------------------------------------------------------- */
/* --- BASE --- */
.en-tete-prolame, .en-tete-prolame *, .en-tete-prolame *::before, .en-tete-prolame *::after { box-sizing: border-box; }

/* --- SECTION --- */
.en-tete-prolame { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr); align-items: center; gap: 72px; min-height: 72vh; padding: 190px 6% 90px; overflow: hidden; background-color: #001307; font-family: "Lato",sans-serif; }

/* --- IMAGE DE FOND --- */
.en-tete-prolame-bg { position: absolute; inset: 0; z-index: 0; background-position: center; background-repeat: no-repeat; background-size: cover; filter: saturate(0.85) contrast(1.04); transform: scale(1.03); }

/* --- OVERLAY --- */
.en-tete-prolame-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(105deg, rgba(0, 19, 7, 0.99) 0%, rgba(0, 19, 7, 0.97) 40%, rgba(0, 19, 7, 0.93) 66%, rgba(0, 19, 7, 0.82) 100%); }

/* --- DÉCORATIONS --- */
.en-tete-prolame::before { content: ""; position: absolute; top: 8%; right: -130px; z-index: 1; width: 350px; height: 350px; border: 1px solid rgba(4, 120, 46, 0.38); border-radius: 50%; pointer-events: none; }

.en-tete-prolame::after { content: ""; position: absolute; right: 40px; bottom: -230px; z-index: 1; width: 470px; height: 470px; background: radial-gradient(circle, rgba(4, 120, 46, 0.24) 0%, rgba(4, 120, 46, 0.09) 45%, rgba(4, 120, 46, 0) 72%); border-radius: 50%; pointer-events: none; }

.en-tete-prolame-decoration { position: absolute; top: 26%; right: 7%; z-index: 1; width: 110px; height: 110px; border-top: 2px solid rgba(4, 120, 46, 0.55); border-right: 2px solid rgba(4, 120, 46, 0.55); pointer-events: none; }

/* --- CONTENU --- */
.en-tete-prolame-content { position: relative; z-index: 2; display: flex; align-items: flex-start; flex-direction: column; width: 100%; max-width: 730px; }

/* --- BADGE --- */
.en-tete-prolame-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 20px; padding: 7px 15px; color: #F6FFFA; background-color: rgba(246, 255, 250, 0.055); border: 1px solid rgba(246, 255, 250, 0.17); border-radius: 4px; font-family: "Lato",sans-serif; font-size: 12.5px; font-weight: 700 !important; letter-spacing: 1.2px; text-transform: uppercase; }

.en-tete-prolame-eyebrow-dot { display: inline-block; flex-shrink: 0; width: 7px; height: 7px; background-color: #04782E; border-radius: 50%; }

/* --- TITRE --- */
.en-tete-prolame-content h1 { max-width: 800px; margin: 0 0 23px; color: #F6FFFA; font-family: "Bitter",sans-serif !important; font-size: 57px; font-weight: 600 !important; line-height: 1.08; letter-spacing: -.8px; }

.en-tete-prolame-content h1 span { display: block; color: #38A85F; }

/* --- DESCRIPTION --- */
.en-tete-prolame-description { max-width: 625px; margin: 0 0 25px !important; color: rgba(246, 255, 250, 0.78) !important; font-family: "Lato",sans-serif !important; font-size: 17px !important; font-weight: 400 !important; line-height: 1.75; }

/* --- TAGS --- */
.en-tete-prolame-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 32px; }

.en-tete-prolame-tags span { position: relative; display: inline-flex; align-items: center; min-height: 34px; padding: 7px 13px 7px 29px; color: rgba(246, 255, 250, 0.9); background-color: rgba(246, 255, 250, 0.055); border: 1px solid rgba(246, 255, 250, 0.15); border-radius: 4px; font-family: "Lato",sans-serif; font-size: 12px; font-weight: 600 !important; line-height: 1.3; letter-spacing: .3px; }

.en-tete-prolame-tags span::before { content: ""; position: absolute; left: 12px; width: 7px; height: 7px; background-color: #04782E; transform: rotate(45deg); }

/* --- IMAGE --- */
.en-tete-prolame-image { position: relative; z-index: 2; width: 100%; max-width: 620px; justify-self: end; }

.en-tete-prolame-image-wrapper { position: relative; padding: 8px; background-color: rgba(246, 255, 250, 0.05); border: 1px solid rgba(246, 255, 250, 0.16); border-radius: 5px; box-shadow: 0 28px 75px rgba(0, 12, 4, 0.55), inset 0 1px 0 rgba(246, 255, 250, 0.08); }

/* --- TRAIT SUPÉRIEUR --- */
.en-tete-prolame-image-wrapper::before { content: ""; position: absolute; top: -1px; left: 0; z-index: 3; width: 82px; height: 4px; background-color: #04782E; }

/* --- ANGLE DÉCORATIF --- */
.en-tete-prolame-image-wrapper::after { content: ""; position: absolute; right: -15px; bottom: -15px; z-index: -1; width: 42%; height: 46%; border-right: 2px solid #04782E; border-bottom: 2px solid #04782E; border-radius: 0 0 5px 0; }

/* --- PHOTO --- */
.en-tete-prolame-image img { display: block; width: 100%; height: 445px; object-fit: cover; border-radius: 3px; }

/* --- BADGE IMAGE --- */
.en-tete-prolame-image-badge { position: absolute; bottom: 28px; left: -24px; z-index: 4; display: flex; align-items: flex-start; flex-direction: column; min-width: 215px; max-width: 285px; padding: 15px 19px; background-color: #F6FFFA; border-left: 4px solid #04782E; border-radius: 4px; box-shadow: 0 16px 35px rgba(0, 19, 7, 0.32); }

.en-tete-prolame-image-badge strong { margin-bottom: 3px; color: #001307; font-family: "Bitter",sans-serif; font-size: 18px; font-weight: 600 !important; line-height: 1.2; }

.en-tete-prolame-image-badge span { color: rgba(0, 19, 7, 0.65); font-family: "Lato",sans-serif; font-size: 12px; font-weight: 600 !important; line-height: 1.4; }

/* --- TABLETTE --- */
@media (max-width: 1050px) { .en-tete-prolame { grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr); gap: 42px; padding-right: 4%; padding-left: 4%; } .en-tete-prolame-content h1 { font-size: 48px; } .en-tete-prolame-image img { height: 400px; } }

/* --- TABLETTE VERTICALE --- */
@media (max-width: 900px) { .en-tete-prolame { grid-template-columns: 1fr; gap: 48px; min-height: auto; padding: 155px 24px 75px; } .en-tete-prolame-overlay { background: linear-gradient(180deg, rgba(0, 19, 7, 0.96) 0%, rgba(0, 19, 7, 0.97) 52%, rgba(0, 19, 7, 0.99) 100%); } .en-tete-prolame-content { align-items: center; max-width: 760px; margin: 0 auto; text-align: center; } .en-tete-prolame-content h1 { font-size: 43px; } .en-tete-prolame-description { max-width: 650px; } .en-tete-prolame-tags { justify-content: center; } .en-tete-prolame-image { max-width: 680px; margin: 0 auto; justify-self: center; } .en-tete-prolame-image img { height: 390px; } .en-tete-prolame-decoration { display: none; } }

/* --- MOBILE --- */
@media (max-width: 575px) { .en-tete-prolame { gap: 38px; padding: 135px 16px 58px; } .en-tete-prolame-eyebrow { margin-bottom: 17px; padding: 6px 11px; font-size: 11px; letter-spacing: 1px; } .en-tete-prolame-eyebrow-dot { width: 6px; height: 6px; } .en-tete-prolame-content h1 { margin-bottom: 18px; font-size: 34px; line-height: 1.12; letter-spacing: -.4px; } .en-tete-prolame-description { margin-bottom: 21px !important; font-size: 15px !important; line-height: 1.65; } .en-tete-prolame-tags { justify-content: center; gap: 7px; margin-bottom: 27px; } .en-tete-prolame-tags span { min-height: 31px; padding: 6px 10px 6px 26px; font-size: 11px; } .en-tete-prolame-tags span::before { left: 11px; width: 6px; height: 6px; } .en-tete-prolame-image-wrapper { padding: 6px; } .en-tete-prolame-image img { height: 285px; } .en-tete-prolame-image-badge { bottom: 18px; left: 14px; min-width: 175px; max-width: 230px; padding: 12px 15px; } .en-tete-prolame-image-badge strong { font-size: 16px; } .en-tete-prolame-image-wrapper::after { right: -8px; bottom: -8px; } }

/* ----------------------------------------------------------------------------- SOUS-PRESTATIONS PROLAME ----------------------------------------------------------------------------- */
/* --- BASE --- */
.step-prolame, .step-prolame *, .step-prolame *::before, .step-prolame *::after { box-sizing: border-box; }

/* --- SECTION --- */
.step-prolame { position: relative; display: grid; grid-template-columns: 370px minmax(0, 1fr); align-items: center; gap: 55px; padding: 105px 5% 190px; overflow: hidden; background-color: #F6FFFA; font-family: "Lato",sans-serif !important; }

/* --- DÉCORATIONS --- */
.step-prolame::before { content: ""; position: absolute; top: -175px; left: -175px; width: 410px; height: 410px; border: 1px solid rgba(0, 19, 7, 0.09); border-radius: 50%; pointer-events: none; }

.step-prolame::after { content: ""; position: absolute; right: -190px; bottom: -210px; width: 470px; height: 470px; background: radial-gradient(circle, rgba(4, 120, 46, 0.1) 0%, rgba(4, 120, 46, 0.04) 45%, rgba(4, 120, 46, 0) 72%); border-radius: 50%; pointer-events: none; }

/* --- INTRODUCTION --- */
.step-prolame-intro { position: relative; z-index: 2; }

/* --- TITRE --- */
.step-prolame-intro h2 { margin: 0 0 24px; color: #001307; font-family: "Oswald",sans-serif !important; font-size: 47px; font-weight: 600 !important; line-height: 1.1; letter-spacing: -.5px; }

.step-prolame-intro h2 span { display: block; color: #04782E; }

/* --- DESCRIPTION --- */
.step-prolame-intro > p { max-width: 350px; margin: 0; color: rgba(0, 19, 7, 0.67); font-family: "Lato",sans-serif !important; font-size: 17px; font-weight: 400 !important; line-height: 1.8; }

/* ------------------------------------------------------------------------- TIMELINE ------------------------------------------------------------------------- */
.step-prolame-timeline { position: relative; z-index: 2; width: 100%; aspect-ratio: 900 / 520; }

.step-prolame-svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }

/* --- HALO --- */
.step-prolame-halo { fill: none; stroke: rgba(4, 120, 46, 0.1); stroke-width: 30; stroke-linecap: round; }

/* --- LIGNE --- */
.step-prolame-path { fill: none; stroke: #04782E; stroke-width: 3; stroke-linecap: round; }

/* --- POINTS CLIQUABLES --- */
.step-prolame-dot-link { display: block; cursor: pointer; outline: none; }

.step-prolame-dot-svg { fill: #001307; transform-box: fill-box; transform-origin: center; transition: fill .3s ease, opacity .3s ease, filter .3s ease, transform .3s ease; }

.step-prolame-dot-link:hover .step-prolame-dot-svg, .step-prolame-dot-link:focus-visible .step-prolame-dot-svg { fill: #04782E; opacity: 1; filter: drop-shadow(0 0 10px rgba(4, 120, 46, 0.5)); transform: scale(1.8); }

/* ------------------------------------------------------------------------- ÉTAPES ------------------------------------------------------------------------- */
.step-prolame-step { position: absolute; z-index: 3; }

/* --- NUMÉROS --- */
.step-prolame-number { position: absolute; top: 3px; color: rgba(0, 19, 7, 0.065); font-family: "Oswald",sans-serif !important; font-size: 90px; font-weight: 700 !important; line-height: 1; pointer-events: none; white-space: nowrap; transition: color .3s ease; }

/* --- CONTENU --- */
.step-prolame-content { position: absolute; top: 27px; width: 205px; }

/* --- LIEN CLIQUABLE --- */
.step-prolame-content-link { position: relative; display: block; padding: 14px; color: inherit; text-decoration: none !important; background-color: transparent; border: 1px solid transparent; border-radius: 5px; transform-origin: center; transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease, transform .3s ease; }

.step-prolame-content-link::before { content: ""; position: absolute; top: 0; left: 14px; width: 28px; height: 3px; background-color: #04782E; opacity: 0; transition: opacity .3s ease, width .35s ease; }

/* --- HOVER LIEN --- */
.step-prolame-content-link:hover { background-color: #FFFFFF; border-color: rgba(4, 120, 46, 0.35); box-shadow: 0 18px 42px -28px rgba(0, 19, 7, 0.35); transform: translateY(-5px); }

.step-prolame-content-link:hover::before { width: 55px; opacity: 1; }

/* --- TITRES ÉTAPES --- */
.step-prolame-content h3 { margin: 0 0 9px; color: #001307; font-family: "Oswald",sans-serif !important; font-size: 21px; font-weight: 600 !important; line-height: 1.22; transition: color .3s ease; }

.step-prolame-content p { margin: 0; color: rgba(0, 19, 7, 0.61); font-family: "Lato",sans-serif !important; font-size: 13.5px; font-weight: 400 !important; line-height: 1.65; transition: color .3s ease; }

.step-prolame-content-link:hover h3 { color: #04782E; }

.step-prolame-content-link:hover p { color: #001307; }

/* --- NUMÉRO ACTIF AU HOVER --- */
.step-prolame-step:has(.step-prolame-content-link:hover) .step-prolame-number { color: rgba(4, 120, 46, 0.14); }

/* ------------------------------------------------------------------------- POSITION DES ÉTAPES ------------------------------------------------------------------------- */
.step-prolame-step-1 { top: 14%; left: -2%; }

.step-prolame-step-2 { top: 36%; left: 27%; transform: translateX(-50%); }

.step-prolame-step-3 { top: 58%; left: 50%; transform: translateX(-50%); }

.step-prolame-step-4 { top: 78%; left: 73%; transform: translateX(-50%); }

.step-prolame-step-5 { top: 96%; right: 0; }

/* --- ÉTAPE 1 --- */
.step-prolame-step-1 .step-prolame-number, .step-prolame-step-1 .step-prolame-content { left: 0; }

/* --- ÉTAPES CENTRALES --- */
.step-prolame-step-2 .step-prolame-number, .step-prolame-step-2 .step-prolame-content, .step-prolame-step-3 .step-prolame-number, .step-prolame-step-3 .step-prolame-content, .step-prolame-step-4 .step-prolame-number, .step-prolame-step-4 .step-prolame-content { left: 50%; text-align: center; transform: translateX(-50%); }

/* --- DERNIÈRE ÉTAPE --- */
.step-prolame-step-5 .step-prolame-number, .step-prolame-step-5 .step-prolame-content { right: 0; text-align: right; }

/* ------------------------------------------------------------------------- TABLETTE ------------------------------------------------------------------------- */
@media (max-width: 1235px) { .step-prolame { grid-template-columns: 1fr; gap: 42px; padding: 85px 24px 180px; } .step-prolame-intro { max-width: 780px; margin: 0 auto; text-align: center; } .step-prolame-intro > p { max-width: 680px; margin-right: auto; margin-left: auto; } .step-prolame-timeline { max-width: 1050px; margin: 0 auto; aspect-ratio: 900 / 560; } .step-prolame-content { width: 190px; } .step-prolame-content h3 { font-size: 20px; } }

/* ------------------------------------------------------------------------- MOBILE ------------------------------------------------------------------------- */
@media (max-width: 710px) { .step-prolame { grid-template-columns: 1fr; gap: 38px; padding: 70px 20px; } .step-prolame-intro h2 { font-size: 36px; } .step-prolame-svg { display: none; } .step-prolame-timeline { display: flex; flex-direction: column; gap: 15px; aspect-ratio: auto; } .step-prolame .step-prolame-step { position: relative !important; inset: auto !important; display: grid !important; grid-template-columns: 58px minmax(0, 1fr) !important; align-items: flex-start !important; column-gap: 12px !important; padding: 18px 14px; background-color: rgba(0, 19, 7, 0.025); border: 1px solid rgba(0, 19, 7, 0.1); border-left: 3px solid #04782E; border-radius: 5px; transform: none !important; } .step-prolame .step-prolame-number { position: relative !important; inset: auto !important; grid-column: 1 !important; display: block !important; width: 58px !important; min-width: 58px !important; max-width: 58px !important; color: rgba(0, 19, 7, 0.12); font-size: 39px !important; line-height: 1 !important; text-align: left !important; transform: none !important; } .step-prolame .step-prolame-content { position: relative !important; inset: auto !important; grid-column: 2 !important; width: auto !important; text-align: left !important; transform: none !important; } .step-prolame-content-link { padding: 0 5px 0 0; } .step-prolame-content-link::before { display: none; } .step-prolame-content-link:hover { background-color: transparent; border-color: transparent; box-shadow: none; transform: none; } .step-prolame-content-link:hover h3 { color: #04782E; } .step-prolame-content h3 { font-size: 19px; } .step-prolame-content p { font-size: 14px; } }

/* ------------------------------------------------------------------------- PETIT MOBILE ------------------------------------------------------------------------- */
@media (max-width: 480px) { .step-prolame { padding: 58px 16px; } .step-prolame-intro h2 { font-size: 30px; } .step-prolame-intro > p { font-size: 15px; line-height: 1.7; } .step-prolame-content h3 { font-size: 18px; } }

/* ------------------------------------------------------------------------- ANIMATION AU SCROLL ------------------------------------------------------------------------- */
.step-prolame.is-scroll-ready .step-prolame-path { stroke-dasharray: var(--step-prolame-path-length); stroke-dashoffset: var(--step-prolame-path-length); transition: none !important; }

.step-prolame.is-scroll-ready .step-prolame-halo { opacity: .2; transition: opacity .4s ease; }

/* --- APPARITION --- */
.step-prolame.is-scroll-ready .step-prolame-step { opacity: 0; filter: none !important; transition: opacity .45s ease, transform .45s ease; }

.step-prolame.is-scroll-ready .step-prolame-step-1 { transform: translateY(32px); }

.step-prolame.is-scroll-ready .step-prolame-step-2, .step-prolame.is-scroll-ready .step-prolame-step-3, .step-prolame.is-scroll-ready .step-prolame-step-4 { transform: translateX(-50%) translateY(32px); }

.step-prolame.is-scroll-ready .step-prolame-step-5 { transform: translateY(32px); }

.step-prolame.is-scroll-ready .step-prolame-step.is-visible { opacity: 1; filter: none !important; }

.step-prolame.is-scroll-ready .step-prolame-step-1.is-visible, .step-prolame.is-scroll-ready .step-prolame-step-5.is-visible { transform: translateY(0); }

.step-prolame.is-scroll-ready .step-prolame-step-2.is-visible, .step-prolame.is-scroll-ready .step-prolame-step-3.is-visible, .step-prolame.is-scroll-ready .step-prolame-step-4.is-visible { transform: translateX(-50%) translateY(0); }

/* --- POINTS ACTIFS --- */
.step-prolame.is-scroll-ready .step-prolame-dot-svg { fill: #001307; opacity: .25; }

.step-prolame.is-scroll-ready .step-prolame-dot-link.is-active .step-prolame-dot-svg { fill: #04782E; opacity: 1; filter: drop-shadow(0 0 9px rgba(4, 120, 46, 0.5)); transform: scale(1.4); }

.step-prolame.is-scroll-ready .step-prolame-dot-link:hover .step-prolame-dot-svg, .step-prolame.is-scroll-ready .step-prolame-dot-link:focus-visible .step-prolame-dot-svg { fill: #04782E; opacity: 1; filter: drop-shadow(0 0 12px rgba(4, 120, 46, 0.65)); transform: scale(1.8); }

/* --- ANIMATION NUMÉROS --- */
.step-prolame.is-scroll-ready .step-prolame-step.is-visible .step-prolame-number { animation: stepProlameNumberReveal .7s ease both; }

@keyframes stepProlameNumberReveal { 0% { opacity: 0;
    transform: scale(0.72); }
  65% { opacity: 1;
    transform: scale(1.08); }
  100% { opacity: 1;
    transform: scale(1); } }

/* --- ANIMATION MOBILE --- */
@media (max-width: 710px) { .step-prolame.is-scroll-ready .step-prolame-step { transform: translateY(25px) !important; } .step-prolame.is-scroll-ready .step-prolame-step.is-visible { transform: translateY(0) !important; } }

/* ------------------------------------------------------------------------- ACCESSIBILITÉ ------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) { .step-prolame.is-scroll-ready .step-prolame-path { stroke-dashoffset: 0 !important; } .step-prolame.is-scroll-ready .step-prolame-step { opacity: 1 !important; filter: none !important; animation: none !important; } .step-prolame-dot-svg, .step-prolame-content-link { transition: none !important; } }

/* ----------------------------------------------------------------------------- DÉTAIL SOUS-PRESTATIONS PROLAME ----------------------------------------------------------------------------- */
/* --- BASE --- */
.detait-sous-presta-prolame, .detait-sous-presta-prolame *, .detait-sous-presta-prolame *::before, .detait-sous-presta-prolame *::after { box-sizing: border-box; }

/* --- SECTION --- */
.detait-sous-presta-prolame { position: relative; padding: 105px 24px; overflow: hidden; background-color: #001307; font-family: "Lato", sans-serif; }

/* --- DÉCORATION --- */
.detait-sous-presta-prolame::before { content: ""; position: absolute; top: -230px; right: -190px; width: 520px; height: 520px; border: 1px solid rgba(4, 120, 46, 0.55); border-radius: 50%; pointer-events: none; }

.detait-sous-presta-prolame::after { content: ""; position: absolute; bottom: -270px; left: -190px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(4, 120, 46, 0.34) 0%, rgba(4, 120, 46, 0.12) 42%, rgba(4, 120, 46, 0) 72%); border-radius: 50%; pointer-events: none; }

/* --- CONTENEUR --- */
.detait-sous-presta-prolame-container { position: relative; z-index: 2; width: 100%; max-width: 1200px; margin: 0 auto; }

/* --- EN-TÊTE --- */
.detait-sous-presta-prolame-header { max-width: 820px; margin-bottom: 72px; }

/* --- TITRE --- */
.detait-sous-presta-prolame-header h2 { margin: 0 0 20px; color: #F6FFFA; font-family: "Bitter", serif !important; font-size: 47px; font-weight: 600 !important; line-height: 1.12; }

.detait-sous-presta-prolame-header h2 span { display: block; color: #04782E; }

/* --- INTRODUCTION --- */
.detait-sous-presta-prolame-header > p { max-width: 740px; margin: 0 !important; color: rgba(246, 255, 250, 0.72) !important; font-family: "Lato", sans-serif !important; font-size: 16px !important; font-weight: 400 !important; line-height: 1.75; }

/* --- LISTE --- */
.detait-sous-presta-prolame-list { display: flex; flex-direction: column; gap: 0; }

/* --- ITEM --- */
.detait-sous-presta-prolame-item { position: relative; display: grid; grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1.12fr); align-items: center; gap: 68px; padding: 62px 0; border-top: 1px solid rgba(246, 255, 250, 0.11); scroll-margin-top: 0; }

.detait-sous-presta-prolame-item:last-child { border-bottom: 1px solid rgba(246, 255, 250, 0.11); }

/* --- ALTERNANCE --- */
.detait-sous-presta-prolame-item:nth-child(even) { grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr); }

.detait-sous-presta-prolame-item:nth-child(even) .detait-sous-presta-prolame-image { order: 2; }

.detait-sous-presta-prolame-item:nth-child(even) .detait-sous-presta-prolame-content { order: 1; }

/* --- IMAGE --- */
.detait-sous-presta-prolame-image { position: relative; width: 100%; padding: 7px; overflow: hidden; background-color: rgba(246, 255, 250, 0.035); border: 1px solid rgba(246, 255, 250, 0.14); border-radius: 4px; box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22); transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease; }

/* --- TRAIT IMAGE --- */
.detait-sous-presta-prolame-image::before { content: ""; position: absolute; top: 0; left: 0; z-index: 3; width: 65px; height: 4px; background-color: #04782E; transition: width 0.4s ease, background-color 0.35s ease; }

/* --- DÉCORATION IMAGE --- */
.detait-sous-presta-prolame-image::after { content: ""; position: absolute; right: -65px; bottom: -65px; z-index: 2; width: 145px; height: 145px; background-color: rgba(4, 120, 46, 0.24); border-radius: 50%; pointer-events: none; transition: background-color 0.35s ease, transform 0.45s ease; }

/* --- PHOTO --- */
.detait-sous-presta-prolame-image img { display: block; width: 100%; height: 330px; object-fit: cover; border-radius: 2px; filter: saturate(0.92) contrast(1.02); transition: transform 0.55s ease, filter 0.45s ease; }

/* --- CONTENU --- */
.detait-sous-presta-prolame-content { width: 100%; max-width: 650px; }

/* --- NUMÉRO --- */
.detait-sous-presta-prolame-number { display: block; margin-bottom: 15px; color: #04782E; font-family: "Bitter", serif; font-size: 14px; font-weight: 700 !important; line-height: 1; letter-spacing: 2px; transition: letter-spacing 0.35s ease, transform 0.35s ease; }

/* --- TITRE --- */
.detait-sous-presta-prolame-content h3 { position: relative; margin: 0 0 20px; padding-left: 25px; color: #F6FFFA; font-family: "Bitter", serif !important; font-size: 32px; font-weight: 600 !important; line-height: 1.22; transition: color 0.35s ease; }

/* --- LOSANGE --- */
.detait-sous-presta-prolame-content h3::before { content: ""; position: absolute; top: 50%; left: 1px; width: 9px; height: 9px; background-color: #04782E; transform: translateY(-50%) rotate(45deg); transition: background-color 0.35s ease, transform 0.35s ease; }

/* --- TEXTE --- */
.detait-sous-presta-prolame-content p { margin: 0 0 13px !important; color: rgba(246, 255, 250, 0.68) !important; font-family: "Lato", sans-serif !important; font-size: 16px !important; font-weight: 400 !important; line-height: 1.75; transition: color 0.35s ease; }

.detait-sous-presta-prolame-content p:last-child { margin-bottom: 0 !important; }

/* --- HOVER --- */
@media (hover: hover) and (pointer: fine) { .detait-sous-presta-prolame-item:hover .detait-sous-presta-prolame-image { border-color: rgba(4, 120, 46, 0.7); box-shadow: 0 27px 55px rgba(0, 0, 0, 0.34); transform: translateY(-4px); } .detait-sous-presta-prolame-item:hover .detait-sous-presta-prolame-image::before { width: 100%; background-color: #04782E; } .detait-sous-presta-prolame-item:hover .detait-sous-presta-prolame-image::after { background-color: rgba(4, 120, 46, 0.13); transform: scale(1.15); } .detait-sous-presta-prolame-item:hover .detait-sous-presta-prolame-image img { filter: saturate(1.07) contrast(1.04); transform: scale(1.03); } .detait-sous-presta-prolame-item:hover .detait-sous-presta-prolame-number { letter-spacing: 3px; transform: translateX(4px); } .detait-sous-presta-prolame-item:hover .detait-sous-presta-prolame-content h3 { color: #04782E; } .detait-sous-presta-prolame-item:hover .detait-sous-presta-prolame-content h3::before { background-color: #04782E; transform: translateY(-50%) rotate(135deg); } .detait-sous-presta-prolame-item:hover .detait-sous-presta-prolame-content p { color: rgba(246, 255, 250, 0.84) !important; } }

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

/* --- BIG MOBILE --- */
@media (max-width: 650px) { .detait-sous-presta-prolame { padding: 70px 18px; } .detait-sous-presta-prolame-header { margin-bottom: 38px; text-align: center; } .detait-sous-presta-prolame-header h2 { font-size: 35px; } .detait-sous-presta-prolame-header > p { margin-right: auto !important; margin-left: auto !important; font-size: 15px !important; } .detait-sous-presta-prolame-item, .detait-sous-presta-prolame-item:nth-child(even) { grid-template-columns: 1fr; gap: 27px; padding: 40px 0; } .detait-sous-presta-prolame-item:nth-child(even) .detait-sous-presta-prolame-image, .detait-sous-presta-prolame-item:nth-child(even) .detait-sous-presta-prolame-content { order: initial; } .detait-sous-presta-prolame-image img { height: 310px; } .detait-sous-presta-prolame-content { max-width: 100%; } .detait-sous-presta-prolame-number { margin-bottom: 13px; } .detait-sous-presta-prolame-content h3 { margin-bottom: 17px; font-size: 26px; } }

/* --- MOBILE --- */
@media (max-width: 575px) { .detait-sous-presta-prolame { padding: 60px 15px; } .detait-sous-presta-prolame-header { margin-bottom: 32px; } .detait-sous-presta-prolame-header h2 { margin-bottom: 15px; font-size: 30px; line-height: 1.18; } .detait-sous-presta-prolame-header > p { font-size: 14.5px !important; line-height: 1.65; } .detait-sous-presta-prolame-item, .detait-sous-presta-prolame-item:nth-child(even) { gap: 23px; padding: 34px 0; } .detait-sous-presta-prolame-image { padding: 5px; } .detait-sous-presta-prolame-image img { height: 250px; } .detait-sous-presta-prolame-content h3 { padding-left: 21px; font-size: 24px; } .detait-sous-presta-prolame-content h3::before { width: 7px; height: 7px; } .detait-sous-presta-prolame-content p { font-size: 14.5px !important; line-height: 1.7; } }

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

/* --- ACCESSIBILITÉ --- */
@media (prefers-reduced-motion: reduce) { .detait-sous-presta-prolame-image, .detait-sous-presta-prolame-image::before, .detait-sous-presta-prolame-image::after, .detait-sous-presta-prolame-image img, .detait-sous-presta-prolame-number, .detait-sous-presta-prolame-content h3, .detait-sous-presta-prolame-content h3::before, .detait-sous-presta-prolame-content p { transition: none; } }

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