@charset "UTF-8";
@import url(main.css);
h1.display-4.fw-bold.bandeauTitre.titles.text-color-seventh { color: black !important; }

h2.display-6.fw-bold.p-3.pt-lg-3.m-0.titles { color: black; }

.fondDegradeLogo { width: 100%; }

.logo-footer > .logo_nav { height: 23vh !important; }

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

.b-bloc-divider { border: none !important; border-width: none !important; box-shadow: none !important; background-color: #efefef !important; }

#inverse > .flex-lg-row-reverse { flex-direction: row !important; }

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

.mx-auto.col-lg-11.px-4.py-4.mb-5.mt-5.text-color-primary.rounded-3.shadow-lg.bg-primaryColor.position-relative { margin: 0 !important; width: 100%; margin-bottom: 4rem !important; }

.mx-auto.col-lg-11.px-4.py-4.mb-5.mt-5.text-color-primary.rounded-3.shadow-lg.bg-primaryColor.position-relative { margin: 0 !important; width: 100%; margin-bottom: 4rem !important; }

.py-5 { padding-top: 6rem !important; padding-bottom: 6rem !important; }

.sliderLogoContainer { width: 25vw !important; }

div#fullHeight { height: 85vh; }

lottie-player.lottie-scroll { display: none !important; }

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

/*------------------- CTA ACCUEIL --------------------------*/
a#phone-analytics-tag-video-bloc { display: inline-block; border-radius: 10px 0px 10px 0px; padding: 12px 32px; color: #fff !important; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; text-decoration: none; transition: 0.3s ease; background: #eeb900 !important; border: none !important; }

/* Hover */
a#phone-analytics-tag-video-bloc:hover { filter: brightness(1.12); box-shadow: 0 6px 20px rgba(238, 185, 0, 0.35); }

/*------------------- CTA NAVBAR --------------------------*/
a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone { display: inline-block; border-radius: 10px 0px 10px 0px !important; padding: 10px 28px; color: #fff !important; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; text-decoration: none !important; background: #eeb900 !important; border: none !important; transition: 0.3s ease; }

/* Hover */
a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone:hover { filter: brightness(1.12); box-shadow: 0 6px 20px rgba(238, 185, 0, 0.35); }

/*------------------- CTA SERVICES --------------------------*/
.ssr4-cta { display: inline-block; margin-top: 14px; padding: 10px 28px; border-radius: 10px 0px 10px 0px; font-weight: 600; font-size: 15px; color: #fff !important; text-decoration: none !important; transition: 0.3s ease; background: #eeb900 !important; border: none; }

/* Hover */
.ssr4-cta:hover { filter: brightness(1.15); box-shadow: 0 6px 18px rgba(238, 185, 0, 0.35); }

/* ====================================================== SECTION SERVICES ====================================================== */
/* ====================================================== SECTION SERVICES ====================================================== */
.services { padding: 100px 40px; background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FbW837PnRiAcRM5vfcdVuNZsJ5ji1%2Fimages%2FDesign_sans_titre_-_2025-12-12T121508720_3wcy.webp"); background-size: cover; background-position: center; background-repeat: no-repeat; }

/* ====================================================== HEADER ====================================================== */
.services-header { text-align: center; margin-bottom: 70px; }

.services-label { display: block; font-size: 14px; letter-spacing: 3px; text-transform: uppercase; color: #ffcc00; margin-bottom: 12px; }

.services-title { font-size: 48px; font-weight: 700; color: #003b57; margin: 0; }

/* ====================================================== GRILLE ====================================================== */
.services-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); /* 🔥 4 cartes côte à côte */ gap: 20px; }

/* ====================================================== CARTE ====================================================== */
.service-card { position: relative; height: 520px; overflow: hidden; border-radius: 0px; background-color: #000; }

/* Image */
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }

/* Overlay */
.service-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.2)); display: flex; align-items: flex-end; padding: 40px; opacity: 0; transition: opacity 0.4s ease; }

/* Contenu */
.service-content h3 { font-size: 26px; font-weight: 700; color: #ffffff; margin-bottom: 12px; }

.service-content p { font-size: 15px; line-height: 1.6; color: rgba(255, 255, 255, 0.9); margin-bottom: 22px; max-width: 90%; }

.service-content a { font-size: 13px; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; color: #ffffff; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, 0.5); padding-bottom: 4px; transition: opacity 0.3s ease; }

.service-content a:hover { opacity: 0.75; }

/* Hover */
.service-card:hover img { transform: scale(1.12); }

.service-card:hover .service-overlay { opacity: 1; }

/* ====================================================== RESPONSIVE ====================================================== */
@media (max-width: 1400px) { .services-grid { max-width: 1200px; } }

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

@media (max-width: 900px) { .services-grid { grid-template-columns: repeat(2, 1fr); max-width: 100%; } .service-card { min-height: 400px; } }

@media (max-width: 600px) { .services-grid { grid-template-columns: 1fr; } .service-card { min-height: 360px; } .services-title { font-size: 32px; } }

/* ----------------------------------------------------------------------------------------Avantages------------------------------------------------------------------------------------------*/
/* ---------------------------------------------------------- */
/* AVANTAGES SECTION */
/* ---------------------------------------------------------- */
.advantages-section { position: relative; width: 100%; padding: 120px 0; background: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FbW837PnRiAcRM5vfcdVuNZsJ5ji1%2Fimages%2FDesign_sans_titre_51_0qvg.webp") center/cover no-repeat; text-align: center; color: #ffffff; }

.advantages-overlay { position: absolute; inset: 0; background: rgba(76, 76, 76, 0.3); /* Overlay semi-transparent */ z-index: 1; }

.advantages-content { position: relative; z-index: 2; width: 90%; max-width: 1100px; margin: 0 auto; }

/* TITRES & TEXTE */
.av-subtitle { text-transform: uppercase; letter-spacing: 3px; font-size: 14px; opacity: 0.9; color: #ffffff; /* Texte en blanc */ }

.av-title { font-size: 46px; margin: 15px 0 20px; text-align: center; /* Centrer le titre */ color: #ffffff; /* Titre en blanc */ }

.av-text { font-size: 16px; max-width: 700px; margin: 0 auto 60px; line-height: 1.7; color: #ffffff; /* Texte en blanc */ }

/* GRID DES AVANTAGES */
.av-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 50px; margin-top: 40px; }

.av-item { text-align: center; display: flex; flex-direction: column; align-items: center; }

/* ICÔNES */
.av-icon { width: 70px; height: 70px; background: rgba(255, 255, 255, 0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: all 0.3s ease; }

.av-item:hover .av-icon { background: rgba(255, 255, 255, 0.25); transform: translateY(-5px); }

.av-icon svg { width: 35px; height: 35px; stroke: #ffffff; fill: none; stroke-width: 2; }

.av-label { font-size: 15px; opacity: 0.9; line-height: 1.5; color: #ffffff; /* Texte en blanc */ }

/* RESPONSIVE */
@media (max-width: 900px) { .av-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 20px; } }

@media (max-width: 480px) { .av-title { font-size: 32px; } .av-grid { grid-template-columns: 1fr; } }

/* ----------------------------------------------------------------------------------------Photovoltaïque------------------------------------------------------------------------------------------*/
.photovoltaic-section { width: 100%; margin: 0; padding: 0; }

.photovoltaic-section * { margin: 0; padding: 0; box-sizing: border-box; }

.photovoltaic-section .pv-container { background: linear-gradient(135deg, #0a4b5e 0%, #1a5c73 100%); min-height: 100vh; width: 100%; padding: 80px 60px; color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }

.photovoltaic-section .pv-left-section { padding-right: 40px; }

.photovoltaic-section .pv-tag { color: #fdb714; font-size: 14px; font-weight: 600; letter-spacing: 1px; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }

.photovoltaic-section .pv-tag::before { content: ''; width: 40px; height: 2px; background: #fdb714; }

.photovoltaic-section .pv-title { font-size: 52px; font-weight: 300; line-height: 1.2; margin-bottom: 30px; }

.photovoltaic-section .pv-title .pv-highlight { color: #fdb714; font-weight: 600; }

.photovoltaic-section .pv-description { font-size: 20px; line-height: 1.7; color: rgba(255, 255, 255, 0.85); margin-bottom: 50px; }

.photovoltaic-section .pv-features { display: flex; flex-direction: column; gap: 20px; }

.photovoltaic-section .pv-feature-item { display: flex; align-items: center; gap: 15px; font-size: 20px; }

.photovoltaic-section .pv-check-icon { width: 24px; height: 24px; border: 2px solid #fdb714; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

.photovoltaic-section .pv-check-icon::after { content: '✓'; color: #fdb714; font-size: 14px; font-weight: bold; }

.photovoltaic-section .pv-right-section { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }

.photovoltaic-section .pv-service-card { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; padding: 40px 30px; transition: all 0.3s ease; }

.photovoltaic-section .pv-service-card:hover { background: rgba(255, 255, 255, 0.08); transform: translateY(-5px); }

.photovoltaic-section .pv-service-icon { width: 50px; height: 50px; background: rgba(93, 188, 210, 0.15); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 25px; }

.photovoltaic-section .pv-service-icon svg { width: 28px; height: 28px; stroke: #5dbcd2; fill: none; stroke-width: 2; }

.photovoltaic-section .pv-service-title { font-size: 20px; font-weight: 600; margin-bottom: 15px; }

.photovoltaic-section .pv-service-description { font-size: 15px; line-height: 1.6; color: rgba(255, 255, 255, 0.75); }

@media (max-width: 1200px) { .photovoltaic-section .pv-container { grid-template-columns: 1fr; gap: 80px; } .photovoltaic-section .pv-right-section { max-width: 800px; } }

@media (max-width: 768px) { .photovoltaic-section .pv-container { padding: 40px 20px; } .photovoltaic-section .pv-title { font-size: 36px; } .photovoltaic-section .pv-right-section { grid-template-columns: 1fr; } }

/* ----------------------------------------------------------------------------------------Autoconsommation------------------------------------------------------------------------------------------*/
.auto-bloc { width: 100%; }

.auto-bloc * { box-sizing: border-box; margin: 0; padding: 0; }

.auto-bloc-container { background: linear-gradient(135deg, #0a4b5e 0%, #1a5c73 100%); min-height: 100vh; padding: 80px 60px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; color: #ffffff; }

/* TAG */
.auto-bloc-tag { color: #fdb714; font-size: 14px; font-weight: 600; letter-spacing: 1px; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }

.auto-bloc-tag::before { content: ""; width: 40px; height: 2px; background: #fdb714; }

/* TITRE */
.auto-bloc-title { font-size: 50px; font-weight: 300; line-height: 1.2; margin-bottom: 30px; }

.auto-bloc-highlight { color: #fdb714; font-weight: 600; }

/* TEXTE */
.auto-bloc-description { font-size: 18px; line-height: 1.7; color: rgba(255, 255, 255, 0.9); margin-bottom: 40px; }

/* AVANTAGES */
.auto-bloc-features { display: flex; flex-direction: column; gap: 18px; }

.auto-bloc-feature { display: flex; align-items: center; gap: 14px; font-size: 16px; }

.auto-bloc-check { width: 22px; height: 22px; border: 2px solid #fdb714; border-radius: 50%; display: flex; align-items: center; justify-content: center; }

.auto-bloc-check::after { content: "✓"; font-size: 13px; color: #fdb714; font-weight: bold; }

/* CARTES */
.auto-bloc-right { display: grid; grid-template-columns: 1fr; gap: 30px; }

.auto-bloc-card { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 14px; padding: 36px 30px; transition: transform 0.3s ease, background 0.3s ease; }

.auto-bloc-card:hover { background: rgba(255, 255, 255, 0.1); transform: translateY(-4px); }

.auto-bloc-icon { width: 48px; height: 48px; background: rgba(253, 183, 20, 0.15); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; }

.auto-bloc-icon svg { width: 26px; height: 26px; stroke: #fdb714; fill: none; stroke-width: 2; }

.auto-bloc-card-title { font-size: 22px; font-weight: 600; margin-bottom: 14px; }

.auto-bloc-card-text { font-size: 15px; line-height: 1.6; color: rgba(255, 255, 255, 0.8); }

/* RESPONSIVE */
@media (max-width: 1024px) { .auto-bloc-container { grid-template-columns: 1fr; gap: 70px; } .auto-bloc-title { font-size: 38px; } }

@media (max-width: 768px) { .auto-bloc-container { padding: 40px 20px; } .auto-bloc-title { font-size: 32px; } }

/* ----------------------------------------------------------------------------------------Carte------------------------------------------------------------------------------------------*/
/* =================================== SECTION LOCALISATION — LOCA OPEN =================================== */
.loca-open { position: relative; display: flex; flex-direction: row-reverse; align-items: center; justify-content: space-between; gap: 110px; padding: 90px 80px; /* Image de fond */ background-image: url("https://firebasestorage.googleapis.com/v0/b/refpro-app-ca244.appspot.com/o/customers%2FbW837PnRiAcRM5vfcdVuNZsJ5ji1%2Fimages%2FDesign_sans_titre_-_2025-12-12T150058076_5ts5.webp?alt=media&token=59f900f1-b2eb-4321-a271-193516acb00c"); background-size: cover; background-position: center right; background-repeat: no-repeat; overflow: hidden; }

/* Option : léger voile pour la lisibilité */
.loca-open::before { content: ""; position: absolute; inset: 0; background: rgba(255, 255, 255, 0.55); z-index: 0; }

/* Tout le contenu au-dessus du fond */
.loca-open > * { position: relative; z-index: 1; }

/* =================================== COLONNE TEXTE =================================== */
.loca-open-left { flex: 1; max-width: 540px; }

.loca-open-left h2 { font-size: 2.6rem; font-weight: 800; color: #12212e; margin-bottom: 16px; }

.loca-open-separator { width: 120px; height: 4px; background-color: #eeb900; border-radius: 10px; margin-bottom: 28px; }

.loca-open-left p { font-size: 1.13rem; line-height: 1.65; color: #3d3d3d; margin-bottom: 38px; }

/* =================================== INFOS LOCALISATION =================================== */
.loca-open-item { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; font-size: 1.1rem; font-weight: 500; color: #12212e; }

.loca-open-item img { width: 28px; height: 28px; filter: invert(20%) sepia(96%) saturate(1532%) hue-rotate(182deg) brightness(90%) contrast(95%); }

/* =================================== CTA =================================== */
.loca-open-cta { display: inline-block; margin-top: 30px; padding: 17px 32px; border-radius: 10px 0 10px 0; background-color: #eeb900; color: #ffffff; font-weight: 600; text-transform: uppercase; letter-spacing: 0.6px; text-decoration: none; transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease; }

.loca-open-cta:hover { transform: scale(1.08); filter: brightness(1.1); box-shadow: 0 12px 32px rgba(238, 185, 0, 0.45); }

/* =================================== COLONNE IMAGE =================================== */
.loca-open-right { flex: 1; display: flex; justify-content: flex-end; padding-right: 110px; }

.loca-open-right img { width: 90%; max-width: 840px; border-radius: 18px; display: block; transform: translateX(-80px); }

/* =================================== RESPONSIVE =================================== */
@media (max-width: 1100px) { .loca-open { gap: 90px; padding: 70px 50px; } .loca-open-right { padding-right: 60px; } .loca-open-right img { transform: translateX(-50px); width: 80%; } }

@media (max-width: 900px) { .loca-open { flex-direction: column; text-align: center; gap: 50px; padding: 55px 30px; } .loca-open::before { background: rgba(255, 255, 255, 0.92); } .loca-open-right { padding-right: 0; justify-content: center; } .loca-open-right img { transform: none; width: 85%; margin: 0 auto; } .loca-open-item { justify-content: center; } }

@media (max-width: 500px) { .loca-open-left h2 { font-size: 2.1rem; } .loca-open-left p { font-size: 1.05rem; } .loca-open-cta { padding: 15px 26px; font-size: 0.95rem; } }

/*-------------------Galerie Custom--------------------------*/
#custom-gallery { padding-top: 40px; }

@media screen and (min-width: 991px) { #custom-gallery { padding: 60px 30px 0 30px; } }

#custom-gallery .image { height: 400px !important; margin: 20px 0; }

.img-wrapper { position: relative; height: 100%; margin-top: 15px; }

.img-wrapper img { width: 100%; }

.img-overlay { background: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; opacity: 0; }

.img-overlay i { color: #fff; font-size: 3em; }

#overlay { background: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; position: fixed; top: 0; left: 0; display: flex; justify-content: center; align-items: center; z-index: 999; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

#overlay img { margin: 0; width: 80%; height: auto; object-fit: contain; padding: 5%; }

@media screen and (min-width: 768px) { #overlay img { width: 60%; } }

@media screen and (min-width: 1200px) { #overlay img { width: 50%; } }

#nextButton { color: #fff; font-size: 2em; transition: opacity 0.8s; }

#nextButton:hover { opacity: 0.7; }

@media screen and (min-width: 768px) { #nextButton { font-size: 3em; } }

#prevButton { color: #fff; font-size: 2em; transition: opacity 0.8s; }

#prevButton:hover { opacity: 0.7; }

@media screen and (min-width: 768px) { #prevButton { font-size: 3em; } }

#exitButton { color: #fff; font-size: 2em; transition: opacity 0.8s; position: absolute; top: 15px; right: 15px; }

#exitButton:hover { opacity: 0.7; }

@media screen and (min-width: 768px) { #exitButton { font-size: 3em; } }

.img-responsive { height: 100% !important; object-fit: cover !important; }

/* ----------------------------------------------------------------------------------------Icones------------------------------------------------------------------------------------------*/
/* =========================== ICONES SOURCE =========================== */
.icones-source { padding: 100px 20px; text-align: center; /* IMAGE DE FOND */ background-image: url("https://firebasestorage.googleapis.com/v0/b/refpro-app-ca244.appspot.com/o/customers%2FbW837PnRiAcRM5vfcdVuNZsJ5ji1%2Fimages%2FDesign_sans_titre_47_tmdq.webp?alt=media&token=51e748dc-f025-4faf-891a-dbf909a70dad"); background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; }

.icones-source > * { position: relative; z-index: 1; }

/* =========================== HEADER =========================== */
.icones-source-top { color: #ffffff; font-size: 0.9rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; }

.icones-source-title { font-size: 2.4rem; font-weight: 800; color: #ffffff; margin-bottom: 16px; }

.icones-source-intro { max-width: 980px; margin: 0 auto 52px; font-size: 1.1rem; line-height: 1.7; color: rgba(255, 255, 255, 0.9); }

/* =========================== LISTE =========================== */
.icones-source-items { display: flex; justify-content: center; gap: 56px; flex-wrap: wrap; }

/* ITEM */
.icones-source-item { width: 190px; text-align: center; opacity: 0; transform: translateY(24px); animation: fadeUp 0.6s ease forwards; }

/* Cascade */
.icones-source-item:nth-child(1) { animation-delay: 0.1s; }

.icones-source-item:nth-child(2) { animation-delay: 0.25s; }

.icones-source-item:nth-child(3) { animation-delay: 0.4s; }

.icones-source-item:nth-child(4) { animation-delay: 0.55s; }

.icones-source-item:nth-child(5) { animation-delay: 0.7s; }

/* =========================== CERCLE BLANC =========================== */
.icones-source-circle { width: 150px; height: 150px; margin: 0 auto 16px; border-radius: 50%; background: rgba(255, 255, 255, 0.02); border: 2px solid rgba(255, 255, 255, 0.9); display: flex; align-items: center; justify-content: center; overflow: hidden; box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25); }

.icones-source-circle img { width: 60%; height: 60%; object-fit: cover; }

/* TEXTE */
.icones-source-item span { display: block; font-size: 1rem; line-height: 1.35; font-weight: 600; color: #ffffff; }

/* =========================== ANIMATION =========================== */
@keyframes fadeUp { from { opacity: 0;
    transform: translateY(24px); }
  to { opacity: 1;
    transform: translateY(0); } }

/* =========================== RESPONSIVE =========================== */
@media (max-width: 1024px) { .icones-source-items { gap: 44px; } .icones-source-item { width: 170px; } .icones-source-circle { width: 130px; height: 130px; } }

@media (max-width: 768px) { .icones-source { padding: 80px 20px; } .icones-source-title { font-size: 2rem; } .icones-source-items { gap: 36px; } .icones-source-item { width: 160px; } .icones-source-circle { width: 120px; height: 120px; } .icones-source-item span { font-size: 0.95rem; } }

/* =========================== ACCESSIBILITÉ =========================== */
@media (prefers-reduced-motion: reduce) { .icones-source-item { animation: none; opacity: 1; transform: none; } }

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