@charset "UTF-8";
@import url(main.css);
/************************************************ MODIFS GLOBALES ************************************************/
.spacer { display: none; }

*, *:hover, *:focus, *:active { cursor: none !important; }

::selection { color: #C5A762; background: #FEFEFE; }

::-moz-selection { color: #C5A762; background: #FEFEFE; }

div#termsfeed-com---nb { z-index: 999 !important; border-radius: 0; background: rgba(1, 1, 1, 0.6); backdrop-filter: blur(4px); border: 1px solid #FEFEFE; right: 1rem; bottom: 1rem; }

div#termsfeed-com---nb p { color: #FEFEFE !important; }

div#termsfeed-com---nb button { background: #C5A762 !important; color: #010101; border-radius: 0 !important; border: 1px solid #C5A762; padding: 12px 30px !important; font-family: 'Playfair Display',serif; font-size: 16px !important; font-weight: 700 !important; text-transform: uppercase; text-decoration: none; transition: all 0.3s; }

.cc-nb-text-container p#cc-nb-text { font-family: 'Elms Sans', sans-serif; }

p#cc-nb-title { font-family: 'Playfair Display', serif; }

div#termsfeed-com---nb button.cc-nb-changep { background: transparent !important; color: #C5A762 !important; }

div#termsfeed-com---nb button:hover { background: #F2F2F2 !important; color: #010101 !important; border-color: #F2F2F2 !important; }

div#termsfeed-com---nb button.cc-nb-changep:hover { background: transparent !important; color: #F2F2F2 !important; border-color: #F2F2F2 !important; }

h1.display-4.fw-bold.bandeauTitre.titles.text-color-seventh { margin-top: 25% !important; }

/************************* CURSEUR *************************/
.hero-to-cursor { position: fixed; height: 10px; aspect-ratio: cos(30deg); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); background: #FEFEFE; pointer-events: none; z-index: 9999; transform: scale(1); mix-blend-mode: difference; }

@media screen and (max-width: 992px) { .hero-to-cursor { display: none; } }

/************************* FOOTER *************************/
footer span.link-body-emphasis.obftrucs, footer a.link-body-emphasis { transition: all 0.3s ease; }

footer span.link-body-emphasis.obftrucs:hover, footer a.link-body-emphasis:hover { color: #C5A762; }

.col-8.col-md-2.mb-3.text-color-third .d-flex.flex-column.flex-lg-row i.bi-geo-alt::before { content: '\F32F'; font-family: "Bootstrap Icons"; }

.col-8.col-md-2.mb-3.text-color-third .d-flex.flex-column.flex-lg-row i.bi-geo-alt + p { text-indent: -9999px; line-height: 0; }

.col-8.col-md-2.mb-3.text-color-third .d-flex.flex-column.flex-lg-row i.bi-geo-alt + p::after { content: "contact@helyor.fr"; text-indent: 0; display: block; line-height: initial; }

/************************* BOUTONS *************************/
button, input[type="button"], input[type="submit"], input[type="reset"], a[class*="btn"], a[class*="button"] { background: #C5A762; color: #010101; border-radius: 0 !important; border: 1px solid #C5A762; padding: 12px 30px !important; font-family: 'Playfair Display', serif; font-size: 16px !important; font-weight: 700 !important; text-transform: uppercase; text-decoration: none; transition: all 0.3s; }

button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, a[class*="btn"]:hover, a[class*="button"]:hover { background: #F2F2F2; color: #010101; border-color: #F2F2F2; }

/************************* NAVBAR *************************/
a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone:nth-child(2) { color: rgba(197, 167, 98, 0.7) !important; border: 1px solid rgba(197, 167, 98, 0.7) !important; background: transparent !important; }

a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone:nth-child(2):hover { color: #F2F2F2 !important; border-color: #F2F2F2 !important; }

.navbar .container-fluid { padding: 0 2rem; }

#navigation-bar-hide { opacity: 1 !important; top: 0 !important; }

.navbar { transition: background .3s ease; }

.navbar.scrolled { background: rgba(1, 1, 1, 0.9) !important; backdrop-filter: blur(4px); }

.navbar .animated-border-button::after { background: #FEFEFE !important; }

.navbar .animated-border-button { font-size: 16px !important; }

.navbar:has(.navbar-collapse.collapse.show) { background: rgba(1, 1, 1, 0.9) !important; }

/************************************************ PAGE D'ACCUEIL ************************************************/
/************************* HERO *************************/
.hero-to-wrapper { height: 100vh; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; padding: 80px 80px 100px; background: #0c0c0c; color: #FEFEFE; font-family: 'Elms Sans',sans-serif; border-bottom: 1px solid #C5A762; }

.hero-to-video-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }

.hero-to-video-bg::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(1, 1, 1, 0.5); }

.hero-to-video-bg video { width: 100%; height: 100%; object-fit: cover; opacity: 1; }

.hero-to-grid { position: absolute; inset: 0; pointer-events: none; z-index: 1; }

.hero-to-grid::before { content: ''; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: rgba(220, 221, 221, 0.03); }

@keyframes hero-to-fadein { from { opacity: 0; }
  to { opacity: 1; } }

.hero-to-noise { position: absolute; inset: 0; pointer-events: none; z-index: 200; opacity: 0.028; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E"); background-size: 200px; }

.hero-to-content { position: relative; z-index: 10; max-width: 620px; padding-left: 32px; opacity: 0; animation: hero-to-slidein 1s 0.2s cubic-bezier(0.16, 1, 0.3, 1) forwards; }

@keyframes hero-to-slidein { from { opacity: 0;
    transform: translateX(-30px); }
  to { opacity: 1;
    transform: translateX(0); } }

.hero-to-eyebrow { display: flex; align-items: center; gap: 12px; }

.hero-to-eyebrow-line { width: 28px; height: 1px; background: #C5A762; flex-shrink: 0; }

.hero-to-eyebrow-text { font-size: 12px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #C5A762; }

.hero-to-title { font-family: 'Playfair Display',serif; font-size: clamp(72px, 8.5vw, 130px); letter-spacing: -0.01em; color: #FEFEFE; margin: 2.5rem 0; }

.hero-to-title-outline { font-family: 'Playfair Display'; font-size: clamp(48px, 5vw, 60px); line-height: 1; color: #F2F2F2; display: block; }

.hero-to-desc { font-size: 16px; font-weight: 300; color: rgba(242, 242, 242, 0.8); line-height: 1.8; max-width: 400px; margin-bottom: 48px; letter-spacing: 0.01em; }

.hero-to-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }

.hero-to-btn-ghost { color: rgba(197, 167, 98, 0.7) !important; border: 1px solid rgba(197, 167, 98, 0.7) !important; background: transparent !important; }

.hero-to-btn-ghost:hover { color: #F2F2F2 !important; border-color: #F2F2F2 !important; }

@media screen and (max-width: 768px) { .hero-to-wrapper { padding: 80px 2rem 100px; } .hero-to-content { padding: 0; } }

/************************* PRÉSENTATION *************************/
#pres { padding: 5rem 2rem !important; }

#pres .background-image-div-opacity { background-attachment: scroll !important; }

#pres .background-image-div-opacity::after { content: ''; width: 100%; height: 100%; background: linear-gradient(#010101, rgba(1, 1, 1, 0.02), #010101); position: absolute; top: 0; left: 0; }

#pres h2 { display: flex; flex-direction: column; color: #FEFEFE; font-size: clamp(42px, 5.5vw, 72px); }

#pres h2 span { font-size: clamp(36px, 3vw, 42px); color: #F2F2F2; font-weight: 200; }

#pres .titles p { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 600; letter-spacing: 0.22em; color: #C5A762; justify-content: center; font-family: 'Playfair Display',serif; }

#pres .titles p::before, #pres .titles p::after { content: ''; width: 28px; height: 1px; background: #C5A762; }

#pres p { color: rgba(242, 242, 242, 0.8); font-size: 1.1rem; }

#pres .content { max-width: 1200px; }

/************************* PRESTATIONS *************************/
.prestations-wrapper { background: #010101; padding: 100px 80px; font-family: 'Elms Sans',sans-serif; color: #FEFEFE; position: relative; overflow: hidden; }

.prestations-header { position: relative; z-index: 1; margin-bottom: 56px; }

.prestations-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }

.prestations-eyebrow-line { width: 28px; height: 1px; background: #C5A762; flex-shrink: 0; }

.prestations-eyebrow-text { font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #C5A762; }

.prestations-title h2 { display: flex; flex-direction: column; color: #FEFEFE; font-size: clamp(42px, 5.5vw, 72px); }

.prestations-title h2 span { font-size: clamp(36px, 3vw, 42px); color: #F2F2F2; font-weight: 200; }

.prestations-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }

.prestations-card { position: relative; height: 580px; overflow: hidden; display: block; text-decoration: none; color: #FFF; }

.prestations-card-img { position: absolute; inset: 0; background-size: cover !important; background-position: center !important; transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 1s ease; filter: brightness(0.65) saturate(0.85); }

.prestations-card:hover .prestations-card-img { transform: scale(1.05); filter: brightness(0.45) saturate(1); }

.prestations-card-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(1, 1, 1, 0) 0%, rgba(1, 1, 1, 0) 30%, rgba(1, 1, 1, 0.75) 60%, rgba(1, 1, 1, 0.97) 100%); z-index: 1; }

.prestations-card-overlay::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(1, 1, 1, 0.1) 0%, rgba(1, 1, 1, 0.4) 30%, rgba(1, 1, 1, 0.75) 60%, rgba(1, 1, 1, 0.97) 100%); opacity: 0; transition: opacity 0.8s ease; }

.prestations-card:hover .prestations-card-overlay::after { opacity: 1; }

.prestations-card-content { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding: 36px 32px; }

.prestations-card-num { font-size: 12px; letter-spacing: 0.25em; color: #C5A762; display: block; margin-bottom: 10px; transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.04s; }

.prestations-card:hover .prestations-card-num { font-size: 3rem; font-weight: 700; letter-spacing: 0.05em; }

.prestations-card-title p { font-size: 21px; text-transform: uppercase; color: #FEFEFE; line-height: 1.1; letter-spacing: 0.02em; margin-bottom: 0; transform: translateY(0); transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.prestations-card:hover .prestations-card-title p { transform: translateY(-6px); }

.prestations-card-text p { font-size: 16px; font-weight: 300; color: rgba(242, 242, 242, 0.72); line-height: 1.5; margin-top: 12px; overflow: hidden; max-height: 0; opacity: 0; transition: max-height 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.08s, opacity 0.6s ease 0.12s; }

.prestations-card:hover .prestations-card-text p { max-height: 150px; opacity: 1; }

.prestations-card-arrow { display: block; margin-top: 20px; overflow: hidden; height: 20px; opacity: 0; transform: translateY(6px); transition: opacity 0.5s ease 0.15s, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s; }

.prestations-card:hover .prestations-card-arrow { opacity: 1; transform: translateY(0); }

.prestations-card-arrow-inner { display: flex; align-items: center; gap: 0; }

.long-arrow-right { width: 5px; height: 5px; border-top: 2px solid #C5A762; border-left: 2px solid #C5A762; transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s; transform: rotate(135deg) translate(-6px, -6px) scale(0.2); }

.long-arrow-right::after { content: ""; display: block; width: 2px; height: 45px; background-color: #C5A762; transform: rotate(-45deg) translate(15px, 4px); left: 0; top: 0; }

.prestations-card:hover .long-arrow-right { transform: rotate(135deg) translate(-28px, -28px) scale(1); }

.prestations-bottom { position: relative; z-index: 1; margin-top: 2px; height: 1px; background: linear-gradient(to right, rgba(197, 167, 98, 0.5) 0%, rgba(197, 167, 98, 0.1) 40%, transparent 60%); }

@media (max-width: 1100px) { .prestations-grid { grid-template-columns: repeat(2, 1fr); } .prestations-card { height: 460px; } .prestations-wrapper { padding: 80px 40px; } }

@media (max-width: 640px) { .prestations-grid { grid-template-columns: 1fr; } .prestations-card { height: 380px; } .prestations-wrapper { padding: 60px 24px; } .prestations-card-text p { max-height: 100px; opacity: 1; } .prestations-card-arrow { opacity: 1; transform: translateY(0); } .long-arrow-right { transform: rotate(135deg) translate(-28px, -28px) scale(1); } }

/************************* ENGAGEMENT *************************/
#engagement .background-image-div-opacity, #avantages .background-image-div-opacity { background-attachment: scroll !important; }

#engagement .engagement-overlay, #avantages .engagement-overlay { background: linear-gradient(#010101, rgba(42, 42, 42, 0.5), #010101); }

#engagement h2, #avantages h2 { display: flex; flex-direction: column; color: #FEFEFE; font-size: clamp(42px, 5.5vw, 72px); }

#engagement h2 span, #avantages h2 span { font-size: clamp(36px, 3vw, 42px); color: #F2F2F2; font-weight: 200; }

#engagement .engagement-main-title p, #avantages .engagement-main-title p { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #C5A762; justify-content: center; font-family: 'Elms Sans',sans-serif; }

#engagement .engagement-main-title p::before, #engagement .engagement-main-title p::after, #avantages .engagement-main-title p::before, #avantages .engagement-main-title p::after { content: ''; width: 28px; height: 1px; background: #C5A762; }

#engagement .col.engagement-col { width: 50%; }

#avantages .col.engagement-col { width: 33%; }

#engagement .row { max-width: 1000px; margin: auto; }

#avantages .row { max-width: 1400px; margin: auto; }

div#engagement-card-id { border-radius: 0 !important; background: transparent !important; border: 1px solid rgba(197, 167, 98, 0.2) !important; padding: 1rem 2rem !important; transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

#engagement img, #avantages img { margin: 1rem auto 2rem !important; opacity: 0.7; transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

#engagement-card-id .titles p { font-family: 'Elms Sans',sans-serif; font-size: 21px; text-transform: uppercase; color: #FEFEFE; line-height: 1.1; letter-spacing: 0.02em; }

#engagement-card-id .contenu p { font-size: 16px; font-weight: 300; color: rgba(242, 242, 242, 0.72); line-height: 1.5; transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.col.engagement-col:hover #engagement-card-id { border-color: rgba(197, 167, 98, 0.7) !important; }

.col.engagement-col:hover img { opacity: 1 !important; }

.col.engagement-col:hover #engagement-card-id .contenu p { color: #f2f2f2; }

@media screen and (max-width: 768px) { .col.engagement-col { width: 100%; } }

#avantages ul { margin-left: 0; }

#avantages li { text-align: left; }

#avantages .row.row-cols-1.row-cols-md-2.row-cols-lg-3.g-4.px-3.mb-5.justify-content-center.engagement-list { align-items: stretch; }

/************************* RÉSEAUX SOCIAUX *************************/
.helyor-social-section { background: #010101; padding: 100px 80px; font-family: 'Elms Sans',sans-serif; color: #FEFEFE; position: relative; overflow: hidden; }

.helyor-social-container { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; gap: 80px; }

.helyor-social-content { flex: 1; max-width: 50%; }

.helyor-social-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }

.helyor-social-eyebrow-line { width: 28px; height: 1px; background: #C5A762; flex-shrink: 0; }

.helyor-social-eyebrow-text { font-size: 12px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #C5A762; }

.helyor-social-title { font-family: 'Playfair Display',serif; font-size: clamp(42px, 5.5vw, 72px); letter-spacing: -0.01em; color: #FEFEFE; margin: 0 0 32px 0; display: flex; flex-direction: column; }

.helyor-social-title-outline { font-family: 'Playfair Display'; font-size: clamp(36px, 3vw, 42px); font-weight: 200; line-height: 1.1; color: #F2F2F2; display: block; margin-top: 12px; }

.helyor-social-desc { font-size: 16px; font-weight: 300; color: rgba(242, 242, 242, 0.72); line-height: 1.7; margin: 0; }

.helyor-social-cards { flex: 0 0 auto; display: flex; gap: 24px; }

.helyor-social-card { display: flex; flex-direction: column; align-items: center; padding: 40px 36px; background: transparent; border: 1px solid rgba(197, 167, 98, 0.2); text-decoration: none; color: #FEFEFE; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); min-width: 300px; position: relative; overflow: hidden; }

.helyor-social-card::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(197, 167, 98, 0.05), transparent); transition: left 1s ease; }

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

.helyor-social-card:hover { border-color: rgba(197, 167, 98, 0.6); transform: translateY(-4px); background-color: rgba(197, 167, 98, 0.1); }

.helyor-social-card-icon { margin-bottom: 20px; color: #C5A762; opacity: 0.8; transition: all 0.4s ease; }

.helyor-social-card:hover .helyor-social-card-icon { opacity: 1; transform: scale(1.1); }

.helyor-social-card-name { font-family: 'Elms Sans',sans-serif; font-size: 20px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #FEFEFE; margin: 0 0 8px 0; }

.helyor-social-card-cta { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #C5A762; }

.helyor-social-card-arrow { display: inline-block; transition: transform 0.3s ease; }

.helyor-social-card:hover .helyor-social-card-arrow { transform: translateX(4px); }

@media (max-width: 991px) { .helyor-social-container { flex-direction: column; align-items: flex-start; gap: 48px; } .helyor-social-content { max-width: 100%; } .helyor-social-cards { width: 100%; flex-direction: column; } .helyor-social-card { min-width: 100%; width: 100%; } }

@media (max-width: 640px) { .helyor-social-section { padding: 60px 2rem; } .helyor-social-card { padding: 32px 28px; background-color: rgba(197, 167, 98, 0.1); } }

/************************* CARTE *************************/
.helyor-map-section { background: #010101; padding: 5rem 2rem; font-family: 'Elms Sans',sans-serif; color: #FEFEFE; position: relative; overflow: hidden; }

.helyor-map-header { text-align: center; max-width: 800px; margin: 0 auto 60px; }

.helyor-map-eyebrow { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 24px; }

.helyor-map-eyebrow-line { width: 28px; height: 1px; background: #C5A762; flex-shrink: 0; }

.helyor-map-eyebrow-text { font-size: 12px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #C5A762; }

.helyor-map-title h2 { display: flex; flex-direction: column; color: #FEFEFE; font-size: clamp(42px, 5.5vw, 72px); }

.helyor-map-title h2 span { font-size: clamp(36px, 3vw, 42px); color: #F2F2F2; font-weight: 200; margin-bottom: 1rem; }

.helyor-map-desc { font-size: 16px; font-weight: 300; color: rgba(242, 242, 242, 0.72); line-height: 1.7; margin: 0; }

.helyor-map-container { position: relative; width: 100%; max-width: 1400px; height: auto; margin: 0 auto; }

.helyor-map { object-fit: contain; max-width: 100%; box-shadow: 0 0 5rem rgba(197, 167, 98, 0.15); }

@media (max-width: 991px) { .helyor-map-section { padding: 80px 40px 100px; } }

@media (max-width: 640px) { .helyor-map-section { padding: 60px 24px 80px; } .helyor-map-header { margin-bottom: 40px; } }

/************************* CTA *************************/
#cta { border-top: 1px solid rgba(197, 167, 98, 0.6); border-bottom: 1px solid rgba(197, 167, 98, 0.6); box-shadow: 0 0 1rem rgba(197, 167, 98, 0.4); padding: 5rem 2rem !important; transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

#cta:hover { box-shadow: 0 0 2rem rgba(197, 167, 98, 0.5); border-color: #c5a762; }

#cta::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(#010101, rgba(42, 42, 42, 0.6), #010101); }

#cta p { color: rgba(242, 242, 242, 0.8); }

#cta h2 { color: #FEFEFE; display: flex; flex-direction: column; align-items: center; font-size: clamp(48px, 3vw, 60px); }

#cta h2 span:nth-child(2) { font-size: clamp(24px, 2.5vw, 36px); color: #C5A762; }

#cta .content { max-width: 1400px; }

/************************* FAQ *************************/
section.faq-section.position-relative.py-5.bg-primaryColor.text-color-primary { background: linear-gradient(#2a2a2a, #010101); }

.faq-main-title h3 { color: #FEFEFE; display: flex; flex-direction: column; align-items: center; font-size: clamp(48px, 3vw, 60px); }

.faq-main-title h3 span { font-size: clamp(24px, 2.5vw, 36px); }

.faq-main-title p { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 600; letter-spacing: 0.22em; color: #C5A762; justify-content: center; font-family: 'Elms Sans',sans-serif; text-transform: uppercase; }

.faq-main-title p::before, .faq-main-title p::after { content: ''; width: 28px; height: 1px; background: #C5A762; }

.faq-item.faq-card.mb-3.border.rounded-2 { border-radius: 0 !important; border-color: rgba(242, 242, 242, 0) !important; }

.faq-question-text.faq-title p { margin-bottom: 0; color: #FEFEFE; font-weight: 300; font-size: 1.1rem; transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.faq-icon svg { color: #FEFEFE; transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

button.faq-question.faq-button.w-100.text-start.d-flex.justify-content-between.align-items-center.p-3 { transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important; }

button.faq-question.faq-button.w-100.text-start.d-flex.justify-content-between.align-items-center.p-3[aria-expanded="true"] .faq-question-text.faq-title p { font-weight: 600 !important; }

button.faq-question.faq-button.w-100.text-start.d-flex.justify-content-between.align-items-center.p-3:hover { background: #F2F2F2 !important; }

button.faq-question.faq-button.w-100.text-start.d-flex.justify-content-between.align-items-center.p-3:hover .faq-question-text.faq-title p { color: #010101; font-weight: 600 !important; }

button.faq-question.faq-button.w-100.text-start.d-flex.justify-content-between.align-items-center.p-3:hover .faq-icon svg { color: #010101; }

/************************* BLOC SEO *************************/
.seo-bloc .shadow-lg { box-shadow: none !important; }

.seo-bloc .rounded-4 { border-radius: 0 !important; }

.seo-bloc .card { background-size: 110% auto !important; border: 1px solid #C5A762; }

.seo-bloc .card h3 { text-decoration: none !important; font-family: 'Playfair Display',serif; text-transform: uppercase; font-weight: 300 !important; color: #F2F2F2; transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important; }

.seo-bloc .card h3:hover { font-weight: 500 !important; color: #C5A762; }

.seo-bloc .titles { margin-bottom: 1rem !important; }

.seo-bloc .titles h3 { font-size: clamp(24px, 2.5vw, 36px); font-family: 'Playfair Display',sans-serif; }

.seo-bloc p { color: rgba(242, 242, 242, 0.8); }

/************************************************ PAGES SECONDAIRES ************************************************/
/************************* HERO SECONDAIRE *************************/
.hero-sec-wrapper { height: 60vh; min-height: 420px; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; overflow: hidden; padding: 80px 40px 100px; background: #0c0c0c; color: #FEFEFE; font-family: 'Elms Sans',sans-serif; border-bottom: 1px solid #C5A762; text-align: center; }

.hero-sec-photo-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }

.hero-sec-photo-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 1; }

.hero-sec-photo-bg::after { content: ''; position: absolute; inset: 0; background: rgba(1, 1, 1, 0.4); }

#real .hero-sec-photo-bg::after { background: rgba(1, 1, 1, 0.6); }

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

.hero-sec-content { position: relative; z-index: 10; display: flex; flex-direction: column; align-items: center; opacity: 0; animation: hero-sec-fadein 1s 0.2s cubic-bezier(0.16, 1, 0.3, 1) forwards; }

.hero-sec-eyebrow { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 2rem; }

.hero-sec-eyebrow-line { width: 28px; height: 1px; background: #C5A762; flex-shrink: 0; }

.hero-sec-eyebrow-text { font-size: 12px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #C5A762; }

.hero-sec-title h1 { font-family: 'Playfair Display',serif; font-size: clamp(40px, 6vw, 90px); color: #FEFEFE; margin: 0 0 1.5rem; display: flex; flex-direction: column; }

.hero-sec-title h1 span { font-size: clamp(48px, 3vw, 60px); color: #F2F2F2; font-weight: 200; }

.hero-sec-desc { font-size: 15px; font-weight: 300; color: rgba(242, 242, 242, 0.75); line-height: 1.8; max-width: 480px; margin: 0 auto 2.5rem; letter-spacing: 0.01em; }

.hero-sec-actions { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }

.hero-sec-btn { color: rgba(197, 167, 98, 0.85) !important; border: 1px solid rgba(197, 167, 98, 0.6) !important; background: transparent !important; white-space: nowrap; }

.hero-sec-btn p { margin-bottom: 0 !important; }

.hero-sec-btn:hover { color: #F2F2F2 !important; border-color: #F2F2F2 !important; background: rgba(255, 255, 255, 0.04) !important; }

@media screen and (max-width: 768px) { .hero-sec-wrapper { padding: 80px 1.5rem 80px; height: auto; min-height: 500px; } .hero-sec-actions { gap: 10px; } .hero-sec-btn { padding: 12px 18px; font-size: 10px; } }

@media screen and (max-width: 480px) { .hero-sec-actions { flex-direction: column; align-items: stretch; } .hero-sec-btn { justify-content: center; } }

/************************* SERVICES *************************/
.row.align-items-center.g-5.py-2.px-4.mt-5.position-relative.z-1 { align-items: center !important; gap: 4rem; }

.row.align-items-center.g-5.py-2.px-4.mt-5.position-relative.z-1 h2 { display: flex; flex-direction: column; color: #FEFEFE; font-size: clamp(42px, 4.5vw, 54px); }

.row.align-items-center.g-5.py-2.px-4.mt-5.position-relative.z-1 h2 span { font-size: clamp(24px, 2.5vw, 36px); color: #C5A762; font-weight: 200; }

.row.align-items-center.g-5.py-2.px-4.mt-5.position-relative.z-1 p { font-size: 1rem !important; }

.row.align-items-center.g-5.py-2.px-4.mt-5.position-relative.z-1 .titles { margin-bottom: 1.5rem !important; }

.row { align-items: start; }

.col-12.col-sm-8.col-lg-5 { padding: 0; align-self: stretch; width: 40%; position: relative !important; }

.col-12.col-sm-8.col-lg-5 img { width: 100%; height: 100%; object-fit: cover; display: block; }

.flex-lg-row-reverse img { clip-path: polygon(0 0, 80% 0, 100% 20%, 100% 100%, 20% 100%, 0 80%); }

.flex-lg-row-reverse .col-12.col-sm-8.col-lg-5::before { content: ''; position: absolute; top: -2px; left: -2px; width: calc(100% + 4px); height: calc(100% + 4px); background: rgba(197, 167, 98, 0.5); clip-path: polygon(0 0, 80% 0, 100% 20%, 100% 100%, 20% 100%, 0 80%); }

.flex-lg-row img { clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 20%); }

.flex-lg-row .col-12.col-sm-8.col-lg-5::before { content: ''; position: absolute; top: -2px; left: -2px; width: calc(100% + 4px); height: calc(100% + 4px); background: rgba(197, 167, 98, 0.5); clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 20%); }

.col-lg-7 { width: 55% !important; }

#interieur, #exterieur, #formule, #detailing, #a-propos { max-width: 1400px; }

#formule .row { margin-bottom: 48px; }

#none { display: none; }

#fondateur { max-width: 1200px; margin-bottom: 5rem !important; }

#fondateur .col-12.col-sm-8.col-lg-5 { width: 35%; }

@media screen and (max-width: 992px) { .col-lg-7 { width: 100% !important; } .col-12.col-sm-8.col-lg-5 { width: 100%; } }

/************************* CITATION *************************/
.quote { position: relative; width: 80%; margin: 5rem auto; padding: 5rem 2rem; background-size: cover !important; z-index: 1; }

.quote::after { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; background: linear-gradient(90deg, #010101, rgba(1, 1, 1, 0.5) 40%, rgba(1, 1, 1, 0.5) 60%, #010101); }

.quote::before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: linear-gradient(90deg, rgba(197, 167, 98, 0), rgba(197, 167, 98, 0.3) 40%, rgba(197, 167, 98, 0.3) 60%, rgba(197, 167, 98, 0)); border-top: 1px solid rgba(197, 167, 98, 0.5); border-bottom: 1px solid rgba(197, 167, 98, 0.5); z-index: 2; transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); opacity: 0.4; }

.quote:hover::before { opacity: 0.6; }

.quote-text { position: relative; max-width: 1400px; margin: auto; font-family: 'Playfair Display', serif; font-size: 2rem; color: #C5A762; font-style: italic; text-align: center; z-index: 3; }

/************************* AVANT/APRÈS *************************/
div#avant-apres { max-width: 1400px; margin: 5rem auto !important; padding: 2rem; }

#avant-apres .row { gap: 2rem !important; }

.col.before-after-images-column.my-0.my-lg-2 { width: 30%; overflow: hidden; padding: 0; margin: 0 !important; border: 1px solid #C5A762; }

.slider-before-after-images { border-radius: 0; background: transparent; border: none; box-shadow: none; }

.d-flex.justify-content-center.align-items-center.before-after-slider-button { width: 100%; height: auto; aspect-ratio: cos(30deg); background: #C5A762; clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.slider-before-after-images::before, .slider-before-after-images::after { width: 2px !important; margin-left: -1px !important; background: #C5A762; transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

span.left-arrow-before ::before, span.right-arrow-before ::before { color: #F2F2F2 !important; transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.slider-before-after-images:hover .d-flex.justify-content-center.align-items-center.before-after-slider-button { background: #F2F2F2; }

.slider-before-after-images:hover::before, .slider-before-after-images:hover::after { background: #F2F2F2; }

.slider-before-after-images:hover span.left-arrow-before ::before, .slider-before-after-images:hover span.right-arrow-before ::before { color: #010101 !important; }

.helyor-map-desc.realisations { margin-bottom: 2rem !important; }

.image-before-after-container, .image-before-after-container *, .slider-before-after-images, .slider-before-after-images * { cursor: ew-resize !important; }

/************************************************ PAGE CONTACT ************************************************/
#contact h1 { font-family: 'Playfair Display',sans-serif; font-size: clamp(40px, 6vw, 90px); color: #FEFEFE; margin: 0 0 1.5rem; display: flex; flex-direction: column; }

#contact h1 span { font-size: clamp(48px, 3vw, 60px); color: #F2F2F2; font-weight: 200; }

#contact p:nth-child(1) { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #C5A762; font-family: 'Elms Sans',sans-serif; }

#contact p:nth-child(1)::before { content: ''; width: 28px; height: 1px; background: #C5A762; }

#contact .background-image-div-opacity { background-attachment: scroll !important; }

#contact .background-image-div-opacity::after { content: ''; position: absolute; inset: 0; background: linear-gradient(rgba(1, 1, 1, 0.6) 40%, #010101); }

div#contact { min-height: 100vh; padding-top: 10vh !important; }

#contact .col-lg-6.text-center.text-color-sixth { padding-left: 6rem; text-align: left !important; }

#contact p a { text-decoration: none; color: #C5A762; transition: all 0.3s ease; }

/* SI IL Y A DES LIENS DANS LE TEXTE */
#contact p a:hover { font-weight: 700 !important; color: #FEFEFE; }

#contact p { line-height: 150% !important; font-size: 1.1rem; color: rgba(242, 242, 242, 0.8); font-family: 'Elms Sans', sans-serif; }

@media screen and (max-width: 992px) { #contact .col-lg-6.text-center.text-color-sixth { padding-left: 2rem; } }

form#formContact { border-radius: 0 !important; }

.form-floating input, #formContact textarea { border-radius: 0; }

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