@charset "UTF-8";
@import url(main.css);
/*-----------------------------------------------------------------------------bloc counter %-------------------------------------------------------------------------------*/
.counter-item.counters-number.titles.mb-2.text-color-sixth { font-family: 'Outfit', sans-serif; font-weight: 700 !important; font-size: 64px !important; color: #E39F2A !important; }

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

.custom-header .container-fluid { margin: 0; padding: 18px 24px; border-radius: 0; /* 👉 nouveau fond principal */ background: #FCF0DC; transition: margin 0.4s ease, padding 0.4s ease, background 0.4s ease, border-radius 0.4s ease, box-shadow 0.4s ease, backdrop-filter 0.4s ease, -webkit-backdrop-filter 0.4s ease, border 0.4s ease; }

.custom-header.scrolled { top: 14px; }

.custom-header.scrolled .container-fluid { margin-left: 20px; margin-right: 20px; padding: 12px 24px; background: rgba(252, 240, 220, 0.9); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(217, 122, 30, 0.32); border-radius: 22px; box-shadow: 0 10px 30px rgba(201, 101, 18, 0.16); }

.custom-header .logo_nav { height: 72px; transition: height 0.4s ease; }

.custom-header.scrolled .logo_nav { height: 56px; }

@media (max-width: 991px) { .custom-header .container-fluid { padding: 12px 14px; background: #FCF0DC; } .custom-header.scrolled { top: 8px; } .custom-header.scrolled .container-fluid { margin-left: 10px; margin-right: 10px; padding: 10px 14px; background: rgba(252, 240, 220, 0.92); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-radius: 18px; border: 1px solid rgba(217, 122, 30, 0.28); box-shadow: 0 8px 24px rgba(201, 101, 18, 0.14); } .custom-header .logo_nav, .custom-header.scrolled .logo_nav { height: 52px; } }

.custom-header .animated-border-button { background-color: transparent !important; }

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

.logo_nav { height: 10vh !important; }

/*-------------------------------------------------------------------------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: 'Outfit', sans-serif; }

/*----------------------------------------------------------------------------Bloc maps-------------------------------------------------------------------------------------*/
.maps-section .content { color: #FEFAF4 !important; }

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

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

.item-content.mx-5 { color: #FEFAF4 !important; font-family: 'Outfit', sans-serif; }

/*-----------------------------------------------------------------------------ancre etape-----------------------------------------------------------------------------------*/
#etape { scroll-margin-top: 95px; }

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

/*----------------------------------------------------------------------------texte footer------------------------------------------------------------------------------------*/
footer, footer p, footer a, footer li, footer ul, footer i { color: #040A1A !important; font-family: 'Outfit', sans-serif; font-size: 1rem; }

footer h5 { color: #E39F2A !important; font-family: 'Figtree', sans-serif; font-weight: 700 !important; font-size: 1.25rem; /* légèrement plus grand pour se démarquer */ }

.text-color-third { color: #040A1A !important; font-family: 'Outfit', sans-serif; font-size: 1rem; text-align: left; hyphens: auto; }

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

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

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

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

/* ---------------------------------------------------------------------bouton contact envoyer------------------------------------------------------------------------------ */
button.btn-outline-dark { --bs-btn-color: #FEFAF4; --bs-btn-border-color: #1F2A4A; --bs-btn-hover-color: #FEFAF4; --bs-btn-hover-bg: #E39F2A; --bs-btn-hover-border-color: #E39F2A; --bs-btn-bg: #1F2A4A; --bs-gradient: none; background-color: var(--bs-btn-bg); color: var(--bs-btn-color); }

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

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

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

/*---------------------------------------------------------------------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: 'Figtree', sans-serif; letter-spacing: 1px; text-decoration: none; color: #FFFFFF !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #FFFFFF !important; border-radius: 30px !important; box-shadow: inset 0 0 0 0 #FFFFFF; }

.button_homepageFirstScreen:hover { color: #FFFFFF !important; box-shadow: inset 0 -100px 0 0 #E39F2A !important; border-color: #E39F2A !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: 'Figtree', sans-serif; letter-spacing: 1px; text-decoration: none; color: #1F2A4A !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #1F2A4A !important; border-radius: 30px !important; box-shadow: inset 0 0 0 0 #1F2A4A; }

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

.button_homepageDoubleScreen: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: 'Figtree', sans-serif; letter-spacing: 1px; text-decoration: none; color: #FFFFFF !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #FFFFFF !important; border-radius: 30px !important; box-shadow: inset 0 0 0 0 #FFFFFF; }

.button_secondepageDoubleScreen:hover { color: #FFFFFF !important; box-shadow: inset 0 -100px 0 0 #E39F2A !important; border-color: #E39F2A !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: 'Figtree', sans-serif; letter-spacing: 1px; text-decoration: none; color: #1F2A4A !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #1F2A4A !important; border-radius: 30px; box-shadow: inset 0 0 0 0 #1F2A4A; }

.all-activities-button:hover { color: #FFFFFF !important; box-shadow: inset 0 -100px 0 0 #E39F2A !important; border-color: #E39F2A !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: 1px solid #1F2A4A; }

/*----------------------------------------------------------------------------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: 'Figtree', sans-serif; letter-spacing: 1px; text-decoration: none; color: #1F2A4A !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #1F2A4A !important; border-radius: 30px !important; box-shadow: inset 0 0 0 0 #1F2A4A; }

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

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

/*-----------------------------------------------------------------------------bloc avis--------------------------------------------------------------------------------------*/
.d-lg-flex.align-items-lg-center { font-family: 'Outfit', sans-serif; }

p.lead.fs-6 { font-family: 'Outfit', sans-serif; }

.mx-2 { font-family: 'Figtree', sans-serif; }

.d-lg-flex.align-items-center.justify-content-lg-between.text-center.text-lg-start.p-lg-4 { background: #ffffff !important; border-radius: 30px !important; }

.card.p-2.rounded-3.shadow-lg.px-4.border-0.d-flex.justify-content-lg-between { background: #ffffff !important; }

/* ----------------------------------------------------------------------Flèche retour en haut------------------------------------------------------------------------------- */
/* Bouton Retour en haut */
#back-to-top { position: fixed; bottom: 24px; right: 24px; background-color: #1F2A4A; color: #FFFFFF !important; font-size: 20px; font-weight: 700 !important; line-height: 1; text-align: center; padding: 14px 18px; border-radius: 100%; border: 2px solid #FFFFFF; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); cursor: pointer; text-decoration: none; opacity: 0; pointer-events: none; z-index: 9999; min-width: 48px; /* 👈 meilleure accessibilité mobile */ min-height: 48px; /* 👈 idem */ transform: scale(0.9); /* 👈 effet “pop” à l’apparition */ transition: opacity .3s ease, transform .3s ease, background-color .3s ease; }

/* Visible après le défilement */
#back-to-top.show { opacity: 1; pointer-events: auto; transform: scale(1); }

/* Effet au survol */
#back-to-top:hover { background-color: #E39F2A; border: 2px solid #FFFFFF; color: #FFFFFF !important; transform: translateY(-3px); }

/* Défilement fluide global (même sans JS) */
html { scroll-behavior: smooth; }

/* -----------------------------------------------------------------------bloc first impression------------------------------------------------------------------------------- */
.first-impression-hgn-renovation { height: 100vh; width: 100%; display: flex; align-items: center; position: relative; overflow: hidden; }

/* IMAGE BACKGROUND + ZOOM */
.first-impression-hgn-renovation::before { content: ""; position: absolute; inset: 0; background: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FVxyJzVQVuJdl552BNZ5tRwSoNgD2%2Fimages%2FDesign_sans_titre_-_2026-04-08T165826897_tf5g.webp") center center/cover no-repeat; transform: scale(1); animation: zoomHero 15s ease-in-out infinite alternate; z-index: 0; }

.first-impression-hgn-renovation::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(4, 10, 26, 0.25) 0%, rgba(4, 10, 26, 0.45) 100%); }

/* CONTENU */
.first-impression-hgn-renovation-container { width: 90%; max-width: 1200px; margin: auto; position: relative; z-index: 2; }

.first-impression-hgn-renovation-text { max-width: 520px; color: #1F2A4A; text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35); }

.first-impression-hgn-renovation .tagline { color: #FEFAF4; font-weight: 600; font-family: 'Outfit', sans-serif; letter-spacing: 2px; font-size: 16px; }

.first-impression-hgn-renovation-text h1 { font-size: 72px; font-weight: 800; font-family: 'Figtree', sans-serif; color: #FEFAF4; line-height: 1.1; margin: 15px 0; }

.first-impression-hgn-renovation-text p { font-size: 18px; font-family: 'Outfit', sans-serif; margin-bottom: 30px; color: #FEFAF4; line-height: 1.6; }

/* LOGO */
.first-impression-hgn-renovation-logo { margin-bottom: 40px; }

.first-impression-hgn-renovation-logo img { height: 70px; width: auto; }

/* ANIMATION ZOOM */
@keyframes zoomHero { from { transform: scale(1); }
  to { transform: scale(1.15); } }

/* MOBILE */
@media (max-width: 900px) { .first-impression-hgn-renovation::before { background: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FVxyJzVQVuJdl552BNZ5tRwSoNgD2%2Fimages%2FDesign_sans_titre_-_2026-04-09T095618785_eua4.webp") center center/cover no-repeat; } .first-impression-hgn-renovation-text h1 { font-size: 46px; } .first-impression-hgn-renovation { text-align: center; } .first-impression-hgn-renovation-text { margin: auto; } .first-impression-hgn-renovation-logo { text-align: center; margin-bottom: 30px; } .first-impression-hgn-renovation-logo img { height: 55px; } }

/* ---------------------------------------------------------------------------bloc etape------------------------------------------------------------------------------------- */
.etape-hgn-renovation-section { font-family: 'Outfit', sans-serif; background: #FEFAF4; padding: 60px 40px; max-width: 1200px; margin: 0 auto; text-align: center; box-sizing: border-box; }

.etape-hgn-renovation-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(31, 42, 74, 0.08); border-radius: 999px; padding: 6px 14px; font-size: 13px; font-weight: 500; color: #040A1A; margin-bottom: 18px; }

.etape-hgn-renovation-badge .dot { width: 8px; height: 8px; background: #E39F2A; border-radius: 50%; display: inline-block; flex-shrink: 0; }

.etape-hgn-renovation-title { font-family: 'Figtree', sans-serif; font-size: clamp(26px, 4.5vw, 48px); font-weight: 700 !important; color: #040A1A; margin: 0 0 40px; line-height: 1.15; }

.etape-hgn-renovation-highlight { color: #E39F2A; }

.etape-hgn-renovation-grid { display: grid; grid-template-columns: repeat(3, 1fr); text-align: left; border-top: 1px solid rgba(31, 42, 74, 0.12); border-bottom: 1px solid rgba(31, 42, 74, 0.12); }

.etape-hgn-renovation-card { padding: 28px; border-right: 1px solid rgba(31, 42, 74, 0.12); box-sizing: border-box; }

.etape-hgn-renovation-card--last { border-right: none; }

.etape-hgn-renovation-num { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; background: #E39F2A; border-radius: 50%; font-family: 'Figtree', sans-serif; font-weight: 800; font-size: 15px; color: #FEFAF4; margin-bottom: 14px; }

.etape-hgn-renovation-card-title { font-family: 'Figtree', sans-serif; font-weight: 700 !important; font-size: 18px; color: #040A1A; margin: 0 0 10px; line-height: 1.3; }

.etape-hgn-renovation-card-text { font-size: 14px; color: #040A1A; line-height: 1.6; margin: 0; }

/* Tablette */
@media (max-width: 991px) { .etape-hgn-renovation-section { padding: 50px 24px; } .etape-hgn-renovation-grid { grid-template-columns: 1fr; border-bottom: none; } .etape-hgn-renovation-card { border-right: none; border-bottom: 1px solid rgba(31, 42, 74, 0.12); padding: 24px 20px; } .etape-hgn-renovation-card--last { border-bottom: none; } .etape-hgn-renovation-title { margin-bottom: 30px; } }

/* Mobile */
@media (max-width: 576px) { .etape-hgn-renovation-section { padding: 40px 16px; } .etape-hgn-renovation-badge { font-size: 12px; padding: 6px 12px; } .etape-hgn-renovation-title { font-size: 28px; line-height: 1.2; margin-bottom: 24px; } .etape-hgn-renovation-card { padding: 20px 16px; } .etape-hgn-renovation-num { width: 42px; height: 42px; font-size: 14px; margin-bottom: 12px; } .etape-hgn-renovation-card-title { font-size: 17px; } .etape-hgn-renovation-card-text { font-size: 14px; line-height: 1.5; } }

/* ----------------------------------------------------------------------------- bloc presta --------------------------------------------------------------------------------- */
/* ----- Section ----- */
.presta-hgn-renovation-section { position: relative; width: 100%; min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 5rem 1.5rem; font-family: 'Outfit', sans-serif; overflow: hidden; background: #1F2A4A; }

/* ----- Photo de fond ----- */
.presta-hgn-renovation-bg { position: absolute; inset: 0; background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FVxyJzVQVuJdl552BNZ5tRwSoNgD2%2Fimages%2F4_g6zd.webp"); background-size: cover; background-position: center; background-repeat: no-repeat; z-index: 0; }

/* ----- Overlay ----- */
.presta-hgn-renovation-overlay { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(31, 42, 74, 0.96) 0%, rgba(31, 42, 74, 0.86) 50%, rgba(4, 10, 26, 0.96) 100%); z-index: 1; }

/* ----- Contenu ----- */
.presta-hgn-renovation-content { position: relative; z-index: 2; width: 100%; max-width: 1100px; display: flex; flex-direction: column; align-items: center; text-align: center; }

/* ----- Surtitre ----- */
.presta-hgn-renovation-eyebrow { font-family: 'Figtree', sans-serif; font-size: 11px; font-weight: 700 !important; letter-spacing: 0.22em; text-transform: uppercase; color: #E39F2A; margin-bottom: 0.8rem; }

/* ----- Titre ----- */
.presta-hgn-renovation-title { font-family: 'Figtree', sans-serif; font-size: clamp(26px, 4.5vw, 48px); font-weight: 700 !important; color: #FEFAF4; line-height: 1.18; margin-bottom: 0.8rem; }

.presta-hgn-renovation-title span { color: #E39F2A; }

/* ----- Sous-titre ----- */
.presta-hgn-renovation-subtitle { font-size: 15px; font-weight: 300; color: rgba(255, 255, 255, 0.82); max-width: 620px; line-height: 1.75; margin-bottom: 3rem; }

/* ----- Lignes de cartes ----- */
.presta-hgn-renovation-row { display: flex; justify-content: center; gap: 16px; width: 100%; }

.presta-hgn-renovation-row--top { margin-bottom: 16px; }

/* ----- Même taille pour toutes les cartes ----- */
.presta-hgn-renovation-row--top .presta-hgn-renovation-card, .presta-hgn-renovation-row--bottom .presta-hgn-renovation-card { flex: 0 1 calc(33.333% - 11px); max-width: calc(33.333% - 11px); }

/* ----- Carte ----- */
.presta-hgn-renovation-card { background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(227, 159, 42, 0.28); border-radius: 16px; padding: 1.6rem 1.2rem 1.3rem; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 11px; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); position: relative; overflow: hidden; transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease; cursor: pointer; text-decoration: none; }

.presta-hgn-renovation-card::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 42%; height: 3px; background: var(--card-accent); border-radius: 0 0 4px 4px; }

.presta-hgn-renovation-card:hover { transform: translateY(-6px); background: rgba(255, 255, 255, 0.14); border-color: rgba(227, 159, 42, 0.7); box-shadow: 0 14px 35px rgba(4, 10, 26, 0.35); }

.presta-hgn-renovation-card:active { transform: translateY(-2px); }

.presta-hgn-renovation-card:focus-visible { outline: 2px solid #E39F2A; outline-offset: 3px; }

/* ----- Icône ----- */
.presta-hgn-renovation-icon { width: 50px; height: 50px; border-radius: 13px; background: var(--card-icon-bg); border: 1px solid var(--card-icon-border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--card-accent); }

.presta-hgn-renovation-icon svg { width: 22px; height: 22px; }

/* ----- Textes ----- */
.presta-hgn-renovation-card-title { font-family: 'Figtree', sans-serif; font-size: 20px; font-weight: 700; color: #FEFAF4; line-height: 1.35; }

.presta-hgn-renovation-card-desc { font-size: 15px; font-weight: 300; color: rgba(255, 255, 255, 0.84); line-height: 1.65; flex: 1; }

/* ----- Badge ----- */
.presta-hgn-renovation-tag { display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: 0.07em; padding: 4px 10px; border-radius: 20px; background: var(--card-tag-bg); color: var(--card-tag-color); border: 1px solid rgba(227, 159, 42, 0.3); margin-top: 2px; }

/* ----- Variante unique ----- */
.presta-hgn-renovation-card--bleu { --card-accent:      #E39F2A; --card-icon-bg:     rgba(227, 159, 42, 0.12); --card-icon-border: rgba(227, 159, 42, 0.35); --card-tag-bg:      rgba(227, 159, 42, 0.14); --card-tag-color:   #E39F2A; }

/* ============================================= RESPONSIVE ============================================= */
@media (max-width: 768px) { .presta-hgn-renovation-row { flex-wrap: wrap; } .presta-hgn-renovation-row--top .presta-hgn-renovation-card, .presta-hgn-renovation-row--bottom .presta-hgn-renovation-card { flex: 0 1 calc(50% - 8px); max-width: calc(50% - 8px); } }

@media (max-width: 480px) { .presta-hgn-renovation-row--top .presta-hgn-renovation-card, .presta-hgn-renovation-row--bottom .presta-hgn-renovation-card { flex: 0 1 100%; max-width: 100%; } .presta-hgn-renovation-section { padding: 3.5rem 1rem; } .presta-hgn-renovation-subtitle { margin-bottom: 2.2rem; } }

/* --------------------------------------------------------------------------Bloc réseaux sociaux--------------------------------------------------------------------------- */
.rs-hgn-renovation { padding: 60px 20px; text-align: center; background: #1F2A4A; }

.rs-hgn-renovation h2 { margin-bottom: 60px; font-weight: 700 !important; font-size: clamp(26px, 4.5vw, 48px); color: #FEFAF4; font-family: 'Figtree', sans-serif; }

.rs-hgn-renovation h2 span { color: #E39F2A; }

/* Conteneur */
.rs-hgn-renovation-buttons { display: flex; justify-content: center; gap: 60px; flex-wrap: wrap; }

/* Lien */
.rs-hgn-renovation-link { display: flex; flex-direction: column; align-items: center; text-decoration: none; }

/* Image */
.rs-hgn-renovation-link img { width: 100px; height: 100px; object-fit: contain; transition: transform 0.3s ease, filter 0.3s ease; }

/* Hover */
.rs-hgn-renovation-link:hover img { transform: translateY(-6px) scale(1.08); }

/* --------------------------------------------------------------------------Bloc horaire------------------------------------------------------------------------------------ */
.horaire-hgn-renovation { background: #FFFFFF; border-radius: 16px; border: 2px solid rgba(31, 42, 74, 0.12); box-shadow: 0 10px 30px rgba(4, 10, 26, 0.08); padding: 32px; max-width: 550px; width: 100%; margin: 0 auto; font-family: sans-serif; transition: box-shadow 0.3s ease, transform 0.25s ease, border-color 0.25s ease; }

.horaire-hgn-renovation:hover { transform: translateY(-6px); box-shadow: 0 18px 45px rgba(4, 10, 26, 0.15); border-color: #E39F2A; }

/* HEADER */
.horaire-hgn-renovation .header { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }

.horaire-hgn-renovation .icon-wrapper { background: rgba(227, 159, 42, 0.14); padding: 10px; border-radius: 10px; }

.horaire-hgn-renovation .icon { width: 24px; height: 24px; color: #1F2A4A; }

.horaire-hgn-renovation h2 { font-size: 24px; font-weight: 700 !important; font-family: 'Figtree', sans-serif; color: #1F2A4A; margin: 0; }

/* SCHEDULE */
.horaire-hgn-renovation .schedule { display: flex; flex-direction: column; gap: 8px; }

.horaire-hgn-renovation .day-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; border-radius: 8px; transition: 0.2s ease; }

.horaire-hgn-renovation .day-row:hover { background: rgba(227, 159, 42, 0.08); }

.horaire-hgn-renovation .day-row.today { background: rgba(227, 159, 42, 0.12); border-left: 4px solid #E39F2A; font-weight: 600; }

.horaire-hgn-renovation .day-name { font-size: 16px; font-family: 'Outfit', sans-serif; color: #040A1A; }

.horaire-hgn-renovation .today-badge { font-size: 12px; color: #E39F2A; margin-left: 8px; }

.horaire-hgn-renovation .hours { font-size: 16px; font-weight: 500; font-family: 'Outfit', sans-serif; color: #1F2A4A; font-variant-numeric: tabular-nums; }

.horaire-hgn-renovation .hours.closed { color: #E39F2A; }

/* OPEN STATUS */
.horaire-hgn-renovation .open-status { margin-top: 16px; padding: 12px; border-radius: 8px; font-family: 'Outfit', sans-serif; text-align: center; font-weight: 600; font-size: 14px; }

.horaire-hgn-renovation .open-status.open { background: rgba(227, 159, 42, 0.12); color: #1F2A4A; border: 1px solid #E39F2A; }

.horaire-hgn-renovation .open-status.closed { background: #1F2A4A; color: #FFFFFF; }

/* RESPONSIVE */
@media (max-width: 480px) { .horaire-hgn-renovation { padding: 24px; } .horaire-hgn-renovation h2 { font-size: 20px; } .horaire-hgn-renovation .day-row { padding: 10px 12px; } .horaire-hgn-renovation .day-name, .horaire-hgn-renovation .hours { font-size: 14px; } }

/*----------------------------------------------------------------------------bloc en-tete-----------------------------------------------------------------------------------*/
/* SECTION */
.en-tete-hgn-renovation-section { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 170px 60px 80px 60px; gap: 48px; flex-wrap: wrap; min-height: 70vh; overflow: hidden; }

/* BACKGROUND */
.en-tete-hgn-renovation-bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; z-index: 0; }

/* OVERLAY */
.en-tete-hgn-renovation-overlay { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(31, 42, 74, 0.9) 0%, rgba(31, 42, 74, 0.82) 55%, rgba(4, 10, 26, 0.92) 100%); z-index: 1; }

/* CONTENU */
.en-tete-hgn-renovation-content { position: relative; z-index: 2; flex: 1; min-width: 300px; max-width: 50%; display: flex; flex-direction: column; align-items: flex-start; }

/* EYEBROW */
.en-tete-hgn-renovation-eyebrow { font-family: 'Figtree', sans-serif; font-size: 11px; font-weight: 700 !important; letter-spacing: 0.22em; text-transform: uppercase; color: #E39F2A; margin-bottom: 0.8rem; }

/* TITLE */
.en-tete-hgn-renovation-content h1 { font-family: 'Figtree', sans-serif; font-size: clamp(26px, 4.5vw, 48px); font-weight: 700 !important; line-height: 1.18; margin-bottom: 1.2rem; color: #FFFFFF; }

.en-tete-hgn-renovation-content h1 span { color: #E39F2A; }

/* TEXT */
.en-tete-hgn-renovation-content p { font-size: 15px; font-family: 'Outfit', sans-serif; font-weight: 300; color: rgba(255, 255, 255, 0.82); max-width: 480px; line-height: 1.75; margin-bottom: 2rem; }

/* IMAGE */
.en-tete-hgn-renovation-image { position: relative; z-index: 2; flex: 1; min-width: 300px; max-width: 48%; }

.en-tete-hgn-renovation-image-wrapper { position: relative; border-radius: 20px; overflow: hidden; border: 1px solid rgba(227, 159, 42, 0.28); backdrop-filter: blur(6px); box-shadow: 0 24px 60px rgba(4, 10, 26, 0.55); }

/* Accent line */
.en-tete-hgn-renovation-image-wrapper::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 42%; height: 2px; background: #E39F2A; border-radius: 0 0 4px 4px; z-index: 3; }

.en-tete-hgn-renovation-image img { width: 100%; display: block; }

/* REFLET */
.en-tete-hgn-renovation-image-wrapper::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 40%; background: linear-gradient(to top, rgba(4, 10, 26, 0.45), transparent); }

/* RESPONSIVE */
@media (max-width: 900px) { .en-tete-hgn-renovation-section { flex-direction: column; padding: 120px 24px 60px 24px; } .en-tete-hgn-renovation-content, .en-tete-hgn-renovation-image { max-width: 100%; width: 100%; text-align: center; align-items: center; } }

@media (max-width: 480px) { .en-tete-hgn-renovation-section { padding: 110px 16px 48px 16px; } .en-tete-hgn-renovation-content h1 { font-size: 1.8rem; } }

/*------------------------------------------------------------------------------bloc step-3----------------------------------------------------------------------------------*/
.step-hgn-renovation-3 { display: grid; grid-template-columns: 360px 1fr; gap: 40px; align-items: center; padding: 80px 50px 160px 50px; background: #ffffff; overflow: hidden; box-sizing: border-box; }

/* INTRO */
.step-hgn-renovation-3__intro { position: relative; z-index: 2; }

.step-hgn-renovation-3__intro h2 { margin: 0 0 24px; font-size: clamp(30px, 4vw, 48px); font-family: 'Figtree', sans-serif; line-height: 1.05; font-weight: 700 !important; color: #040A1A; }

.step-hgn-renovation-3__intro p { max-width: 300px; font-family: 'Outfit', sans-serif; margin: 0; font-size: 16px; line-height: 1.8; color: #040A1A; }

/* TIMELINE */
.step-hgn-renovation-3__timeline { position: relative; width: 100%; aspect-ratio: 800 / 400; }

.step-hgn-renovation-3__svg { position: absolute; inset: 0; width: 100%; height: 100%; }

.step-hgn-renovation-3__halo { fill: none; stroke: rgba(227, 159, 42, 0.2); /* orange léger */ stroke-width: 28; stroke-linecap: round; }

.step-hgn-renovation-3__path { fill: none; stroke: #E39F2A; /* orange principal */ stroke-width: 3; stroke-linecap: round; }

.step-hgn-renovation-3__dot-svg { fill: #1F2A4A; /* bleu */ }

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

/* étape 1 */
.step-hgn-renovation-3__step--1 { left: 5%; top: 20%; }

.step-hgn-renovation-3__step--1 .step-hgn-renovation-3__number { left: 0; top: 8px; }

.step-hgn-renovation-3__step--1 .step-hgn-renovation-3__content { left: 0; top: 26px; }

/* étape 2 */
.step-hgn-renovation-3__step--2 { left: 50%; top: 55%; transform: translateX(-50%); }

.step-hgn-renovation-3__step--2 .step-hgn-renovation-3__number { left: 50%; top: 8px; transform: translateX(-50%); }

.step-hgn-renovation-3__step--2 .step-hgn-renovation-3__content { left: 50%; top: 26px; transform: translateX(-50%); text-align: center; }

/* étape 3 */
.step-hgn-renovation-3__step--3 { right: 6%; top: 95%; }

.step-hgn-renovation-3__step--3 .step-hgn-renovation-3__number { right: 0; top: 8px; left: auto; }

.step-hgn-renovation-3__step--3 .step-hgn-renovation-3__content { right: 0; top: 26px; left: auto; text-align: right; }

/* NUMÉROS */
.step-hgn-renovation-3__number { position: absolute; font-size: clamp(60px, 10vw, 120px); line-height: 1; font-weight: 800; color: rgba(4, 10, 26, 0.05); pointer-events: none; white-space: nowrap; }

/* CONTENU */
.step-hgn-renovation-3__content { position: absolute; width: 220px; }

.step-hgn-renovation-3__content h3 { margin: 0 0 8px; font-size: clamp(14px, 1.8vw, 20px); line-height: 1.2; font-weight: 700 !important; color: #040A1A; white-space: nowrap; }

.step-hgn-renovation-3__content p { margin: 0; font-size: clamp(12px, 1.2vw, 14px); line-height: 1.7; font-family: 'Outfit', sans-serif; color: #040A1A; }

/* TABLET */
@media (max-width: 1080px) { .step-hgn-renovation-3 { grid-template-columns: 1fr; gap: 30px; padding: 80px 24px 160px 24px; } .step-hgn-renovation-3__intro p { max-width: 100%; } .step-hgn-renovation-3__timeline { aspect-ratio: 800 / 480; } .step-hgn-renovation-3__content { width: 180px; } .step-hgn-renovation-3__content h3 { white-space: normal; } }

/* MOBILE */
@media (max-width: 590px) { .step-hgn-renovation-3 { grid-template-columns: 1fr; gap: 30px; padding: 80px 24px; } .step-hgn-renovation-3__svg { display: none; } .step-hgn-renovation-3__timeline { aspect-ratio: auto; display: flex; flex-direction: column; gap: 36px; } .step-hgn-renovation-3__step { position: relative; left: auto !important; right: auto !important; top: auto !important; transform: none !important; display: flex; align-items: flex-start; gap: 16px; padding-left: 14px; border-left: 3px solid #E39F2A; } .step-hgn-renovation-3__number { position: relative; top: auto !important; left: auto !important; right: auto !important; transform: none !important; font-size: 48px; color: rgba(4, 10, 26, 0.08); flex-shrink: 0; } .step-hgn-renovation-3__content { position: relative; top: auto !important; left: auto !important; right: auto !important; transform: none !important; width: auto; text-align: left !important; } .step-hgn-renovation-3__content h3 { white-space: normal; font-size: 16px; } .step-hgn-renovation-3__content p { font-size: 14px; } }

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

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

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

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

.img-wrapper img { border-radius: 30px; 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; border-radius: 30px; }

.img-overlay i { color: #E39F2A; 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: 80%; 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, #prevButton, #exitButton { background-color: #1F2A4A; color: #FFF; font-size: 1.2em; transition: background-color 0.3s; border: 2px solid #FFFFFF; border-radius: 50%; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; cursor: pointer; }

#nextButton:hover, #prevButton:hover, #exitButton:hover { background-color: #E39F2A; color: #fff; border: 2px solid #FFFFFF; }

@media screen and (min-width: 768px) { #nextButton, #prevButton, #exitButton { font-size: 1.6em; width: 50px; height: 50px; } }

#exitButton { position: absolute; top: 130px; right: 15px; }

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

/*------------------------------------------------------------------------bloc texte presta-----------------------------------------------------------------------------------*/
.texte-photo-hgn-renovation { position: relative; padding: 120px 80px; overflow: hidden; background: #1F2A4A; }

.texte-photo-hgn-renovation .texte-photo-hgn-renovation-bg { position: absolute; inset: 0; z-index: 0; }

.texte-photo-hgn-renovation .texte-photo-hgn-renovation-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }

.texte-photo-hgn-renovation::before { content: ""; position: absolute; inset: 0; background: rgba(31, 42, 74, 0.88); z-index: 1; }

.texte-photo-hgn-renovation .overlay { position: relative; z-index: 2; }

.texte-photo-hgn-renovation .row { display: flex; align-items: center; justify-content: space-between; gap: 80px; margin-bottom: 100px; }

.texte-photo-hgn-renovation .row:last-child { margin-bottom: 0; }

.texte-photo-hgn-renovation .row.reverse { flex-direction: row-reverse; }

.texte-photo-hgn-renovation .image { flex: 0 0 38%; display: flex; }

.texte-photo-hgn-renovation .row:not(.reverse) .image { justify-content: flex-start; }

.texte-photo-hgn-renovation .row.reverse .image { justify-content: flex-end; }

.texte-photo-hgn-renovation .image img { display: block; width: 100%; height: auto; border-radius: 25px; border: 1px solid rgba(227, 159, 42, 0.28); box-shadow: 0 20px 50px rgba(4, 10, 26, 0.3); }

.texte-photo-hgn-renovation .text { flex: 0 0 55%; max-width: none; color: #FFFFFF; }

.texte-photo-hgn-renovation .row:not(.reverse) .text { text-align: left; }

.texte-photo-hgn-renovation .row.reverse .text { text-align: left; margin-left: 0; }

.texte-photo-hgn-renovation .text h2 { margin: 0 0 24px; font-size: 32px; line-height: 1.1; color: #E39F2A; text-align: center; font-family: 'Figtree', sans-serif; font-weight: 700 !important; }

.texte-photo-hgn-renovation .text p { margin: 0; font-size: 16px; font-family: 'Outfit', sans-serif; line-height: 1.7; max-width: 900px; color: rgba(255, 255, 255, 0.88); }

@media (max-width: 1024px) { .texte-photo-hgn-renovation { padding: 90px 40px; } .texte-photo-hgn-renovation .row, .texte-photo-hgn-renovation .row.reverse { flex-direction: column; align-items: flex-start; gap: 40px; margin-bottom: 80px; } .texte-photo-hgn-renovation .image, .texte-photo-hgn-renovation .text { flex: 1 1 100%; width: 100%; } .texte-photo-hgn-renovation .row.reverse .image { justify-content: flex-start; } .texte-photo-hgn-renovation .image img { max-width: 100%; } .texte-photo-hgn-renovation .text h2 { font-size: 46px; } .texte-photo-hgn-renovation .text p { font-size: 20px; max-width: 100%; } }

@media (max-width: 767px) { .texte-photo-hgn-renovation { padding: 70px 20px; } .texte-photo-hgn-renovation .text h2 { font-size: 34px; text-align: left; } .texte-photo-hgn-renovation .text p { font-size: 18px; line-height: 1.6; } }

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