@charset "UTF-8";
@import url(main.css);
h2.display-6.fw-bold.p-3.pt-lg-3.m-0.titles { color: #03321d; }

/*=============== CUSTOM PARTIE SEO ==================*/
a.button_homepageDoubleScreen.ctaLinks-button.text-color-fourth.p-3.fs-6.fw-bold.m-2, a.button_homepageDoubleScreen.first-banner-seo-page-button.text-color-fourth.p-3.fs-6.fw-bold.m-2, a.fw-light.grow.button_header.text-color-fourth.rounded-pill.p-2.text-decoration-none.all-activities-button { border-radius: 5px !important; padding: 12px 20px !important; font-family: "sora"; font-weight: 700 !important; text-transform: uppercase; }

div.wrapper > div > div.maps-section.position-relative.bg-primaryColor > div > div > div.col-sm-12.col-lg-6.col-xl-4.py-5.content.text-color-primary > div.mb-4.text-center.display-6.titles > p > span { color: black !important; }

/*=============== CUSTOM FORMULAIRE DE CONTACT ==================*/
div#contact { padding: 80px 0px !important; }

.display-5.fw-bold.lh-1.text-body-emphasis.mb-3.titles { margin-left: 50px; text-transform: uppercase; }

@media (max-width: 991px) { .display-5.fw-bold.lh-1.text-body-emphasis.mb-3.titles { margin-left: 0px; padding: 10px; } }

/*=============== CUSTOM BLOC SEO ==================*/
.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, .mx-auto.second-activity-div.col-lg-11.px-4.py-4.mb-5.mt-5.rounded-3.shadow-lg.bg-primaryColor.text-color-primary.position-relative, .mx-auto.first-activity-div.col-lg-11.px-4.py-4.mb-5.mt-5.bg-primaryColor.text-color-primary.rounded-3.shadow-lg.position-relative { padding: 60px 40px !important; margin-top: 100px !important; margin-bottom: 100px !important; border-radius: 10px !important; }

.black-screen { display: none; }

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

.fs-6.lead { color: #a4826b; }

/*=============== CUSTOM BLOC MAPS ==================*/
.maps-section .map-content { padding: 30px; }

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

/*=============== CUSTOM COOKIES ==================*/
div#termsfeed-com---nb { border-radius: 10px; margin: 10px; }

/*=============== CUSTOM AVIS GOOGLE ==================*/
.mb-5.googleReviews-div { padding: 50px 20px; }

.owl-stage { padding: 40px; }

img.card-img-top.avatar-google-place.rounded-circle.d-lg-flex.align-items-lg-center.justify-content-center.m-2 { background-color: #a4826b; border-radius: 0px !important; }

a#maps-url { border-radius: 5px; background-color: transparent !important; border: 2px solid #126b42; color: #126b42 !important; }

a#maps-url:hover { background-color: #126b42 !important; color: #f0f5f1 !important; }

.card.rounded-3.shadow-lg.mx-4.mb-4 { border: none; }

/*=============== CUSTOM FOOTER ==================*/
p.text-color-third, h5.mb-4, h5.mb-3 { color: #f0f5f1 !important; }

.col-8.col-md-2.mb-3.text-color-third { color: #f0f5f1 !important; }

.d-flex.flex-column.flex-sm-row.justify-content-between.pt-4.my-2.border-top.text-center.text-color-third { color: #f0f5f1 !important; }

/*=============== CUSTOM NAVBAR ==================*/
a.nav-link.fs-6.dropdown-toggle.px-0.text-color-secondary.text-center { color: white !important; text-transform: uppercase; font-weight: 600; font-family: "sora"; }

.animated-border-button:after { background-color: #a4826b; }

.navbar { transition: all 0.3s ease; }

.navbar.scrolled { background-color: rgba(164, 130, 107, 0.5) !important; backdrop-filter: blur(1rem); }

.navbar-brand { height: 9vh !important; width: 11vw !important; }

.logo_nav { height: 8vh !important; }

/* 📱 Responsive : navbar TOUJOURS visible */
@media (max-width: 991px) { .navbar { background-color: rgba(164, 130, 107, 0.5) !important; backdrop-filter: blur(1rem); } }

.spacer { display: none; }

/*=================================================================== HERO D'ACCUEIL ==========================================================================*/
.accueil-yris { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; background: linear-gradient(135deg, #03321d 0%, #126b42 100%); }

/* Video Background */
.accueil-yris-video-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0; }

.accueil-yris-video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translate(-50%, -50%); object-fit: cover; }

/* Overlay image on top of video */
.accueil-yris-overlay-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 1; object-fit: cover; pointer-events: none; }

/* Dark overlay for better text readability */
.accueil-yris-video-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(3, 50, 29, 0.65) 0%, rgba(18, 107, 66, 0.55) 100%); z-index: 1; }

.accueil-yris::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: radial-gradient(circle at 20% 80%, rgba(164, 130, 107, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(91, 56, 33, 0.15) 0%, transparent 50%); pointer-events: none; z-index: 2; }

.accueil-yris-container { width: 100%; max-width: 1200px; padding: 0 2rem; margin: 0 auto; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; z-index: 3; }

/* Content */
.accueil-yris-content { color: #f0f5f1; display: flex; flex-direction: column; align-items: center; }

.accueil-yris-logo { width: 300px; height: auto; animation: fadeInDown 0.8s ease-out 0s both; }

.accueil-yris-title { font-family: 'Sora', sans-serif; font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 700 !important; line-height: 1.1; text-transform: uppercase; margin-top: 2rem; animation: fadeInUp 0.8s ease-out 0.2s both; }

.accueil-yris-title span { display: block; background: linear-gradient(135deg, #f0f5f1 0%, #a4826b 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.accueil-yris-description { font-family: 'DM Sans', sans-serif; font-size: 1.125rem; line-height: 1.7; color: rgba(255, 255, 255, 0.85); margin-top: 1rem; max-width: 640px; animation: fadeInUp 0.8s ease-out 0.4s both; }

.accueil-yris-cta { display: flex; gap: 1rem; margin-top: 2.5rem; animation: fadeInUp 0.8s ease-out 0.6s both; justify-content: center; }

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

a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone, .accueil-yris-btn { font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 600 !important; padding: 1.2rem 2.2rem; border-radius: 5px !important; text-decoration: none; transition: all 0.3s ease; cursor: pointer; border: none; display: inline-flex; align-items: center; gap: 0.5rem; text-transform: uppercase; }

a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone, .accueil-yris-btn-primary { background: #a4826b; color: #f0f5f1; box-shadow: 0 10px 30px rgba(164, 130, 107, 0.3); }

a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone:hover, .accueil-yris-btn-primary:hover { background: #5b3821; transform: translateY(-2px); box-shadow: 0 15px 40px rgba(164, 130, 107, 0.4); }

.accueil-yris-btn-secondary { background: rgba(255, 255, 255, 0.1); color: #f0f5f1; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); }

.accueil-yris-btn-secondary:hover { background: rgba(255, 255, 255, 0.2); transform: translateY(-2px); }

/* Visual section - masquée */
.accueil-yris-visual { display: none; }

.accueil-yris-decorative-elements { position: absolute; width: 100%; height: 100%; pointer-events: none; }

.accueil-yris-circle { position: absolute; border-radius: 50%; background: rgba(164, 130, 107, 0.1); animation: float 8s ease-in-out infinite; }

.accueil-yris-circle-1 { width: 150px; height: 150px; top: -50px; left: -50px; animation-delay: 0s; }

.accueil-yris-circle-2 { width: 100px; height: 100px; bottom: 100px; left: 50px; animation-delay: 2s; }

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

@keyframes fadeInUp { from { opacity: 0;
    transform: translateY(20px); }
  to { opacity: 1;
    transform: translateY(0); } }

@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes float { 0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); } }

/* Responsive */
@media (max-width: 1666px) { .accueil-yris-logo { width: 250px; margin-bottom: 1rem; } .accueil-yris-title { font-size: 3.7rem; line-height: 1.2; } }

@media (max-width: 968px) { .accueil-yris-container { padding: 4rem 2rem; } .accueil-yris-cta { flex-direction: column; width: 100%; max-width: 400px; } .accueil-yris-btn { width: 100%; justify-content: center; } }

@media (max-width: 768px) { .accueil-yris { min-height: 100vh; min-height: 100dvh; padding: 100px 1.5rem 60px; /* espace header + respiration */ } .accueil-yris-container { padding: 0; } .accueil-yris-logo { width: 200px; margin-bottom: 1rem; } .accueil-yris-title { font-size: 2rem; line-height: 1.2; } .accueil-yris-description { font-size: 0.95rem; line-height: 1.6; margin-top: 0.8rem; } .accueil-yris-cta { margin-top: 1.8rem; gap: 0.8rem; } .accueil-yris-btn { font-size: 0.9rem; padding: 0.9rem 1.2rem; } /* On réduit aussi les éléments décoratifs */ .accueil-yris-circle-1 { width: 80px; height: 80px; } .accueil-yris-circle-2 { width: 60px; height: 60px; } }

/*======================================================================== PRESENTATION ACCUEIL ================================================================*/
.presentation-yris { position: relative; padding: 6rem 2rem; background: #f0f5f1; overflow: hidden; }

.presentation-yris::before { content: ''; position: absolute; top: 0; right: 0; width: 40%; height: 100%; background: linear-gradient(135deg, rgba(18, 107, 66, 0.03) 0%, rgba(3, 50, 29, 0.05) 100%); pointer-events: none; }

.presentation-yris-container { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; position: relative; z-index: 1; }

/* Left Side - Images */
.presentation-yris-visual { position: relative; height: 600px; }

.presentation-yris-image { position: absolute; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15); }

.presentation-yris-image img { width: 100%; height: 100%; object-fit: cover; display: block; }

.presentation-yris-image-main { width: 70%; height: 450px; top: 0; left: 0; z-index: 2; }

.presentation-yris-image-secondary { width: 55%; height: 320px; bottom: 0; right: 0; z-index: 1; }

/* Right Side - Content */
.presentation-yris-content { padding-left: 2rem; }

.presentation-yris-subtitle { font-family: 'DM Sans', sans-serif; font-size: 0.875rem; font-weight: 600 !important; color: #126b42; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1rem; }

.presentation-yris-title { font-family: 'Sora', sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 700 !important; color: #03321d; line-height: 1.2; margin-bottom: 1.5rem; text-transform: uppercase; }

.presentation-yris-title span { color: #a4826b; }

.presentation-yris-description { font-family: 'DM Sans', sans-serif; font-size: 1.125rem; line-height: 1.8; color: #5b3821; margin-bottom: 2rem; }

.presentation-yris-features { display: grid; gap: 1.5rem; margin-bottom: 2.5rem; }

.presentation-yris-feature { display: flex; gap: 1rem; align-items: flex-start; }

.presentation-yris-feature-icon { width: 48px; height: 48px; background: linear-gradient(135deg, #126b42 0%, #03321d 100%); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

.presentation-yris-feature-icon svg { width: 24px; height: 24px; stroke: #f0f5f1; }

.presentation-yris-feature-content h3 { font-family: 'Sora', sans-serif; font-size: 1.125rem; font-weight: 600 !important; color: #03321d; margin-bottom: 0.5rem; }

.presentation-yris-feature-content p { font-family: 'DM Sans', sans-serif; font-size: 0.938rem; line-height: 1.6; color: #5b3821; opacity: 0.85; }

.presentation-yris-cta { display: inline-flex; align-items: center; gap: 0.75rem; font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 600 !important; color: #126b42; text-decoration: none; padding: 1rem 2.2rem; border: 2px solid #126b42; border-radius: 10px; transition: all 0.3s ease; text-transform: uppercase; }

.presentation-yris-cta:hover { background: #126b42; color: #f0f5f1; transform: translateX(5px); }

.presentation-yris-cta svg { width: 20px; height: 20px; transition: transform 0.3s ease; }

.presentation-yris-cta:hover svg { transform: translateX(5px); }

/* Decorative Elements */
.presentation-yris-decoration { position: absolute; border-radius: 50%; background: rgba(164, 130, 107, 0.08); pointer-events: none; }

.presentation-yris-decoration-1 { width: 200px; height: 200px; top: -50px; right: 10%; }

.presentation-yris-decoration-2 { width: 120px; height: 120px; bottom: 50px; left: 5%; }

/* Responsive */
@media (max-width: 968px) { .presentation-yris { padding: 4rem 2rem; } .presentation-yris-container { grid-template-columns: 1fr; gap: 4rem; } .presentation-yris-visual { max-width: 500px; margin: 0 auto; height: 500px; } .presentation-yris-content { padding-left: 0; } }

@media (max-width: 768px) { .presentation-yris-visual { position: relative; height: auto; display: flex; flex-direction: column; gap: 1.5rem; } .presentation-yris-image { position: relative; /* 🔥 on enlève absolute */ width: 100%; height: auto; } .presentation-yris-image img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; } .presentation-yris-image-main, .presentation-yris-image-secondary { width: 100%; height: auto; top: auto; left: auto; right: auto; bottom: auto; } .presentation-yris-image-secondary { border: none; } }

@media (max-width: 640px) { .presentation-yris-visual { height: 450px; } .presentation-yris-image-main { height: 350px; } .presentation-yris-image-secondary { height: 250px; } .presentation-yris-features { gap: 1.25rem; } }

/*======================================================================= NOS SERVICES =========================================================================*/
.services-yris { position: relative; padding: 9rem 2rem; /* Image de fond */ background: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FPDyMh6DfGfbfi2bVJPmD6qzZUmS2%2Fimages%2FIdentite_visuelle_YRIS_Paysage_4_8whb.webp"); background-size: cover; background-position: center; background-repeat: no-repeat; }

.services-yris-container { max-width: 1400px; margin: 0 auto; }

/* Header */
.services-yris-header { text-align: center; margin-bottom: 4rem; }

.services-yris-subtitle { font-family: 'DM Sans', sans-serif; font-size: 0.875rem; font-weight: 600; color: #126b42; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1rem; }

.services-yris-title { font-family: 'Sora', sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 700 !important; color: #03321d; line-height: 1.2; text-transform: uppercase; }

.services-yris-title span { color: #a4826b; }

/* Grid */
.services-yris-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }

/* Card */
.services-yris-card { position: relative; background: #f0f5f1; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: all 0.4s ease; display: flex; flex-direction: column; height: 100%; text-decoration: none; color: inherit; }

.services-yris-card:hover { transform: translateY(-10px); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15); }

.services-yris-card-image { position: relative; width: 100%; height: 280px; overflow: hidden; }

.services-yris-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }

.services-yris-card:hover .services-yris-card-image img { transform: scale(1.1); }

/* Green overlay on hover */
.services-yris-card-overlay { position: absolute; top: 50%; left: 50%; width: 0; height: 0; background: radial-gradient(circle, rgba(18, 107, 66, 0.85) 0%, rgba(3, 50, 29, 0.9) 100%); border-radius: 50%; transform: translate(-50%, -50%); transition: all 0.9s ease; }

.services-yris-card:hover .services-yris-card-overlay { width: 200%; height: 200%; }

.services-yris-card-content { padding: 2rem; display: flex; flex-direction: column; flex-grow: 1; }

.services-yris-card-title { font-family: 'Sora', sans-serif; font-size: 1.25rem; font-weight: 600 !important; color: #03321d; margin-bottom: 1rem; line-height: 1.4; /* Réserve 2 lignes pile */ height: calc(1.4em * 2); overflow: hidden; text-overflow: clip; /* pas de ... */ display: block; /* important */ }

.services-yris-card-description { font-family: 'DM Sans', sans-serif; font-size: 0.938rem; line-height: 1.7; color: #5b3821; opacity: 0.85; margin-bottom: 1.5rem; /* Réserve 4 lignes pile (ajuste 3/4/5 selon ton design) */ height: calc(1.7em * 4); overflow: hidden; text-overflow: clip; /* pas de ... */ }

.services-yris-card-link { display: inline-flex; align-items: center; gap: 0.5rem; font-family: 'DM Sans', sans-serif; font-size: 0.938rem; font-weight: 600; color: #126b42; text-decoration: none; transition: all 0.3s ease; margin-top: auto; text-transform: uppercase; }

.services-yris-card-link svg { width: 18px; height: 18px; transition: transform 0.3s ease; }

.services-yris-card:hover .services-yris-card-link { color: #03321d; }

.services-yris-card:hover .services-yris-card-link svg { transform: translateX(5px); }

/* Responsive */
@media (max-width: 1200px) { .services-yris-grid { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 768px) { .services-yris { padding: 4rem 2rem; } .services-yris-header { margin-bottom: 3rem; } .services-yris-grid { grid-template-columns: 1fr; gap: 2rem; } .services-yris-card-title { min-height: auto; } .services-yris-card-description { min-height: auto; } }

/*========================================================================= LES REALISATIONS ====================================================================*/
.yris-gallery-image { position: relative; padding: 6rem 0; background-color: #03321D; overflow: hidden; }

.yris-gallery-image::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; pointer-events: none; }

.yris-gallery-image-container { position: relative; z-index: 1; }

/* Header */
.yris-gallery-image-header { text-align: center; margin-bottom: 4rem; padding: 0 2rem; }

.yris-gallery-image-subtitle { font-family: 'DM Sans', sans-serif; font-size: 0.875rem; font-weight: 600 !important; color: #a4826b; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1rem; }

.yris-gallery-image-title { font-family: 'Sora', sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 700 !important; color: #f0f5f1; line-height: 1.2; margin-bottom: 1.5rem; text-transform: uppercase; }

.yris-gallery-image-description { font-family: 'DM Sans', sans-serif; font-size: 1.125rem; line-height: 1.8; color: rgba(255, 255, 255, 0.85); max-width: 700px; margin: 0 auto; }

/* Scrolling Gallery */
.yris-gallery-image-scroll { position: relative; width: 100%; overflow: hidden; padding: 4rem 0; margin-bottom: 4rem; }

.yris-gallery-image-track { display: flex; gap: 2rem; width: fit-content; }

.yris-gallery-image-item { position: relative; width: 400px; height: 300px; flex-shrink: 0; border-radius: 10px; overflow: hidden; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3); }

.yris-gallery-image-item img { width: 100%; height: 100%; object-fit: cover; }

/* CTA */
.yris-gallery-image-cta { text-align: center; padding: 0 2rem; }

.yris-gallery-image-btn { display: inline-flex; align-items: center; gap: 0.75rem; font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 600; color: #03321d; background: #f0f5f1; padding: 1.25rem 3rem; border-radius: 5px; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); text-transform: uppercase; }

.yris-gallery-image-btn:hover { background: #a4826b; color: #f0f5f1; transform: translateY(-3px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3); }

.yris-gallery-image-btn svg { width: 20px; height: 20px; transition: transform 0.3s ease; }

.yris-gallery-image-btn:hover svg { transform: translateX(5px); }

/* Responsive */
@media (max-width: 768px) { .yris-gallery-image { padding: 4rem 0; } .yris-gallery-image-header { margin-bottom: 3rem; } .yris-gallery-image-scroll { padding: 3rem 0; margin-bottom: 3rem; } .yris-gallery-image-item { width: 300px; height: 250px; } }

/*=========================================================================== CTA ============================================================================*/
.bloc-fixe-top-yris { height: 150px; background-color: #03321D; }

/* ================================ SECTION PARALLAX =================================== */
.cta-bloc-yris { background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FPDyMh6DfGfbfi2bVJPmD6qzZUmS2%2Fimages%2FBackground_image_CTA_4_spak.webp"); background-size: cover; background-position: center; background-attachment: fixed; padding: 120px 0; position: relative; z-index: 1; }

/* Overlay vert */
.cta-bloc-yris::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(3, 50, 29, 0.35); z-index: -1; }

/* ================================ CONTENEUR FLEXIBLE =================================== */
.bloc-fixe-container-yris { width: 90%; max-width: 1300px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }

/* ================================ BLOC TEXTE (blanc) =================================== */
.cta-texte-yris { background: #f0f5f1; padding: 60px 70px; color: #03321d; border-radius: 0px; /* chevauchement sous le haut */ margin-top: -200px; position: relative; z-index: 10; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1); border-radius: 10px; }

.cta-surtitre-yris { font-family: 'DM Sans', sans-serif; font-size: 0.875rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #126b42; margin-bottom: 1rem; }

.cta-texte-yris h2 { font-family: 'Sora', sans-serif; font-size: 2.6rem; margin: 15px 0 25px; color: #03321d; line-height: 1.2; font-weight: 700 !important; text-transform: uppercase; }

.cta-texte-yris p { font-family: 'DM Sans', sans-serif; line-height: 1.7; margin-bottom: 25px; font-size: 1.1rem; color: #5b3821; opacity: 0.85; }

/* ================================ BLOC IMAGE =================================== */
.cta-image-yris { background-image: url("cta-image-yris.jpg"); background-size: cover; background-position: center; border-radius: 0 0 20px 0; }

.cta-texte-yris { position: relative; padding-bottom: 100px; }

.cta-btn-yris { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); background: #a4826b; color: #f0f5f1; padding: 1.2rem 2.2rem; text-decoration: none; font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 600; border-radius: 5px; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); text-transform: uppercase; }

.cta-btn-yris:hover { background: #5b3821; transform: translateX(-50%) translateY(-3px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3); color: #f0f5f1; }

/* ================================ RESPONSIVE =================================== */
@media (max-width: 900px) { .bloc-fixe-container-yris { grid-template-columns: 1fr; position: relative; z-index: 10; } .bloc-fixe-top-yris { height: 140px; } .cta-texte-yris { margin-top: -100px; padding: 40px 30px; padding-bottom: 40px; position: relative; z-index: 20; } .cta-image-yris { height: 260px; border-radius: 0 0 20px 20px; } .cta-btn-yris { position: relative; bottom: auto; left: auto; transform: none; display: inline-block; margin-top: 20px; } }

@media (max-width: 600px) { .bloc-fixe-top-yris { height: 100px; } .cta-texte-yris h2 { font-size: 2rem; } .cta-btn-yris { left: 50%; transform: translateX(-50%); } }

/* ====================================================================== HEADER IMAGE – YRIS PAYSAGE ============================================================== */
.header-image-yris { position: relative; width: 100%; height: 52vh; min-height: 380px; overflow: hidden; background-color: #03321d; }

/* Image de fond */
.header-image-bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; z-index: 0; }

/* Overlay naturel vert profond */
.header-image-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(3, 50, 29, 0.85) 0%, rgba(18, 107, 66, 0.75) 60%, rgba(91, 56, 33, 0.65) 100%); z-index: 1; }

/* Container */
.header-image-container { position: relative; z-index: 2; max-width: 1200px; height: 100%; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 2fr; align-items: center; gap: 60px; }

/* Logo */
.header-image-logo { display: flex; align-items: center; justify-content: flex-start; }

.header-image-logo img { max-width: 320px; width: 100%; height: auto; }

/* Texte + trait */
.header-image-text-lined { display: flex; align-items: stretch; gap: 75px; }

/* Trait vertical naturel */
.header-image-line { width: 4px; background-color: #a4826b; border-radius: 2px; flex-shrink: 0; }

/* Titre */
.header-image-text-content h1 { font-family: 'Sora', sans-serif; font-weight: 700; font-size: clamp(30px, 5vw, 52px); color: #f0f5f1; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 1.5rem; line-height: 1.1; }

/* Description */
.header-image-text-content p { font-family: 'DM Sans', sans-serif; font-size: clamp(15px, 2vw, 18px); color: #f2f2f2; max-width: 520px; line-height: 1.6; margin: 0; }

/* ============================== RESPONSIVE ============================== */
/* Tablettes */
@media (max-width: 900px) { .header-image-container { grid-template-columns: 1fr; gap: 30px; padding: 40px 30px; justify-items: center; text-align: center; } .header-image-logo { justify-content: center; margin-top: 40px; } .header-image-logo img { max-width: 180px; } .header-image-text-lined { justify-content: center; gap: 20px; } .header-image-text-content { display: flex; flex-direction: column; align-items: center; } .header-image-text-content p { max-width: 100%; } }

/* Mobiles */
@media (max-width: 600px) { .header-image-yris { height: auto; min-height: 500px; padding: 60px 0; } .header-image-container { padding: 30px 20px; gap: 25px; } .header-image-logo img { max-width: 150px; } .header-image-text-lined { flex-direction: column; align-items: center; gap: 15px; } /* Trait horizontal mobile */ .header-image-line { width: 60px; height: 4px; margin: 0; } .header-image-text-content h1 { margin-bottom: 1rem; letter-spacing: 1px; } }

/* Très petits écrans */
@media (max-width: 400px) { .header-image-yris { min-height: 450px; } .header-image-logo img { max-width: 130px; } .header-image-container { padding: 20px 15px; } }

/*======================================================================= PRESENTATION PAGE ENTREPRISE ==============================================================*/
.entreprise-yris-secondaire { background: #f0f5f1; display: flex; align-items: center; min-height: 520px; overflow: hidden; position: relative; padding: 70px 20px; }

.entreprise-yris-secondaire-inner { display: flex; align-items: center; width: 100%; max-width: 1200px; margin: 0 auto; padding: 60px 3rem; gap: 4rem; }

/* Image gauche */
.entreprise-yris-secondaire-image-wrapper { flex: 0 0 420px; position: relative; display: flex; align-items: center; justify-content: center; padding: 2rem; }

/* Grand cercle derrière */
.entreprise-yris-secondaire-image-wrapper::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 340px; height: 340px; border-radius: 50%; background: rgba(18, 107, 66, 0.09); z-index: 0; }

/* Petit cercle décalé */
.entreprise-yris-secondaire-image-wrapper::after { content: ''; position: absolute; top: 10px; right: 20px; width: 140px; height: 140px; border-radius: 50%; background: rgba(164, 130, 107, 0.12); z-index: 0; }

/* Cercle supplémentaire en bas gauche */
.entreprise-yris-secondaire-circle-extra { position: absolute; bottom: 15px; left: 15px; width: 80px; height: 80px; border-radius: 50%; border: 2px solid rgba(18, 107, 66, 0.15); background: transparent; z-index: 0; pointer-events: none; }

.entreprise-yris-secondaire-img { position: relative; z-index: 1; width: 100%; max-width: 380px; height: auto; object-fit: cover; display: block; border-radius: 10px; box-shadow: 0 16px 40px rgba(3, 50, 29, 0.15); }

/* Contenu droite */
.entreprise-yris-secondaire-content { flex: 1; display: flex; flex-direction: column; gap: 1.4rem; }

.entreprise-yris-secondaire-eyebrow { display: inline-flex; align-items: center; gap: 0.6rem; font-family: 'DM Sans', sans-serif; font-size: 0.75rem; font-weight: 600 !important; letter-spacing: 0.16em; text-transform: uppercase; color: #126b42; }

.entreprise-yris-secondaire-title { font-family: 'Sora', sans-serif; font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 700 !important; line-height: 1.2; color: #03321d; text-transform: uppercase; }

.entreprise-yris-secondaire-title em { font-style: normal; color: #a4826b; }

.entreprise-yris-secondaire-description { font-family: 'DM Sans', sans-serif; font-size: 1.05rem; line-height: 1.8; color: #4a5a4e; max-width: 560px; }

.entreprise-yris-secondaire-localisation { display: inline-flex; align-items: center; gap: 0.5rem; font-family: 'DM Sans', sans-serif; font-size: 0.88rem; color: #5b3821; font-weight: 500; background: rgba(91, 56, 33, 0.06); padding: 0.5rem 1rem; border-radius: 100px; border: 1px solid rgba(91, 56, 33, 0.14); width: fit-content; }

.entreprise-yris-secondaire-localisation svg { flex-shrink: 0; color: #a4826b; }

/* Responsive */
@media (max-width: 860px) { .entreprise-yris-secondaire-inner { flex-direction: column; padding: 50px 2rem; gap: 2rem; text-align: center; } .entreprise-yris-secondaire-image-wrapper { flex: none; width: 100%; max-width: 320px; } .entreprise-yris-secondaire-eyebrow { justify-content: center; } .entreprise-yris-secondaire-description { max-width: 100%; } .entreprise-yris-secondaire-localisation { margin: 0 auto; } }

@media (max-width: 480px) { .entreprise-yris-secondaire-inner { padding: 40px 1.5rem; } .entreprise-yris-secondaire-image-wrapper { max-width: 240px; } }

/*======================================================================== ENGAGEMENTS & VALEURS ================================================================*/
.engagements-yris { background: #03321D; position: relative; overflow: hidden; padding: 100px 3rem; }

/* Cercles décoratifs en fond */
.engagements-yris::before { content: ''; position: absolute; top: -120px; right: -120px; width: 500px; height: 500px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.04); pointer-events: none; }

.engagements-yris::after { content: ''; position: absolute; bottom: -80px; left: -80px; width: 350px; height: 350px; border-radius: 50%; background: radial-gradient(circle, rgba(18, 107, 66, 0.3) 0%, transparent 70%); pointer-events: none; }

.engagements-yris-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 2; }

/* En-tête */
.engagements-yris-header { text-align: center; margin-bottom: 60px; }

.engagements-yris-eyebrow { display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 0.75rem; font-weight: 600 !important; letter-spacing: 0.2em; text-transform: uppercase; color: #a4826b; margin-bottom: 1rem; }

.engagements-yris-title { font-family: 'Sora', sans-serif; font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 700 !important; color: #f0f5f1; line-height: 1.2; margin-bottom: 1rem; text-transform: uppercase; }

.engagements-yris-title em { font-style: normal; color: #f0f5f1; }

.engagements-yris-subtitle { font-family: 'DM Sans', sans-serif; font-size: 1.05rem; color: rgba(255, 255, 255, 0.55); max-width: 520px; margin: 0 auto; line-height: 1.7; }

/* Grille de cartes */
.engagements-yris-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }

.engagements-yris-card { background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 16px; padding: 2rem 1.8rem; display: flex; flex-direction: column; gap: 1rem; transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease; position: relative; overflow: hidden; }

.engagements-yris-card::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, #126b42, #a4826b); transform: scaleX(0); transform-origin: left; transition: transform 0.35s ease; border-radius: 0 0 16px 16px; }

.engagements-yris-card:hover { background: rgba(255, 255, 255, 0.07); border-color: rgba(164, 130, 107, 0.25); transform: translateY(-4px); }

/* Carte mise en avant (dernière) centrée */
.engagements-yris-card--featured { background: linear-gradient(135deg, rgba(18, 107, 66, 0.25), rgba(164, 130, 107, 0.1)); border-color: rgba(164, 130, 107, 0.3); }

.engagements-yris-card-icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(18, 107, 66, 0.35); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 0.3s ease; padding: 10px; }

.engagements-yris-card-icon-img { width: 100%; height: 100%; object-fit: contain; display: block; filter: brightness(0) invert(1); }

.engagements-yris-card:hover .engagements-yris-card-icon { background: rgba(18, 107, 66, 0.55); }

.engagements-yris-card-title { font-family: 'Sora', sans-serif; font-size: 1.05rem; font-weight: 700; color: #f0f5f1; line-height: 1.3; }

.engagements-yris-card-text { font-family: 'DM Sans', sans-serif; font-size: 0.92rem; line-height: 1.7; color: rgba(255, 255, 255, 0.6); flex: 1; }

/* Ligne de séparation décorative entre eyebrow et titre */
.engagements-yris-divider { width: 48px; height: 3px; background: linear-gradient(90deg, #126b42, #a4826b); border-radius: 2px; margin: 0 auto 1.5rem; }

/* Responsive */
@media (max-width: 860px) { .engagements-yris { padding: 70px 2rem; } .engagements-yris-grid { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 560px) { .engagements-yris { padding: 60px 1.5rem; } .engagements-yris-grid { grid-template-columns: 1fr; } }

/* Animation entrée */
.engagements-yris-animate { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }

.engagements-yris-animate.visible { opacity: 1; transform: none; }

.engagements-yris-card:nth-child(1) { transition-delay: 0.05s; }

.engagements-yris-card:nth-child(2) { transition-delay: 0.15s; }

.engagements-yris-card:nth-child(3) { transition-delay: 0.25s; }

.engagements-yris-card:nth-child(4) { transition-delay: 0.35s; }

.engagements-yris-card:nth-child(5) { transition-delay: 0.45s; }

/*======================================================================= RESEAUX SOCIAUX ====================================================================*/
.reseaux-yris { background: #f0f5f1; padding: 170px 3rem; text-align: center; position: relative; overflow: hidden; }

.reseaux-yris::before { content: ''; position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(18, 107, 66, 0.06) 0%, transparent 70%); pointer-events: none; }

/* Bulles décoratives */
.reseaux-yris-bulle { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; }

.reseaux-yris-bulle--1 { width: 180px; height: 180px; top: -40px; left: -50px; background: rgba(18, 107, 66, 0.07); }

.reseaux-yris-bulle--2 { width: 90px; height: 90px; top: 20px; left: 80px; border: 2px solid rgba(18, 107, 66, 0.1); background: transparent; }

.reseaux-yris-bulle--3 { width: 260px; height: 260px; bottom: -80px; right: -80px; background: rgba(164, 130, 107, 0.08); }

.reseaux-yris-bulle--4 { width: 110px; height: 110px; bottom: 30px; right: 100px; border: 2px solid rgba(164, 130, 107, 0.12); background: transparent; }

.reseaux-yris-bulle--5 { width: 50px; height: 50px; top: 50%; left: 5%; background: rgba(18, 107, 66, 0.09); }

.reseaux-yris-bulle--6 { width: 70px; height: 70px; top: 30%; right: 6%; border: 1.5px solid rgba(18, 107, 66, 0.1); background: transparent; }

.reseaux-yris-bulle--7 { width: 30px; height: 30px; bottom: 20%; left: 18%; background: rgba(164, 130, 107, 0.15); }

.reseaux-yris-inner { max-width: 700px; margin: 0 auto; position: relative; z-index: 2; }

.reseaux-yris-eyebrow { font-family: 'DM Sans', sans-serif; font-size: 0.85rem; font-weight: 600 !important; color: #126b42; letter-spacing: 0.05em; margin-bottom: 0.8rem; display: block; text-transform: uppercase; }

.reseaux-yris-title { font-family: 'Sora', sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 700 !important; color: #03321d; line-height: 1.2; margin-bottom: 1rem; text-transform: uppercase; }

.reseaux-yris-description { font-family: 'DM Sans', sans-serif; font-size: 1rem; color: #5a6b60; line-height: 1.7; max-width: 520px; margin: 0 auto 3rem; }

/* Icônes réseaux */
.reseaux-yris-icons { display: flex; justify-content: center; gap: 3rem; }

.reseaux-yris-link { display: flex; flex-direction: column; align-items: center; gap: 0.8rem; text-decoration: none; transition: transform 0.3s ease; }

.reseaux-yris-link:hover { transform: translateY(-5px); }

.reseaux-yris-icon-circle { width: 72px; height: 72px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background 0.3s ease, box-shadow 0.3s ease; }

.reseaux-yris-icon-circle--instagram { background: rgba(18, 107, 66, 0.12); }

.reseaux-yris-icon-circle--facebook { background: rgba(18, 107, 66, 0.2); }

.reseaux-yris-link:hover .reseaux-yris-icon-circle--instagram { background: rgba(18, 107, 66, 0.22); box-shadow: 0 8px 24px rgba(18, 107, 66, 0.15); }

.reseaux-yris-link:hover .reseaux-yris-icon-circle--facebook { background: rgba(18, 107, 66, 0.32); box-shadow: 0 8px 24px rgba(18, 107, 66, 0.2); }

.reseaux-yris-icon-circle svg { width: 36px; height: 36px; color: #126b42; }

.reseaux-yris-label { font-family: 'DM Sans', sans-serif; font-size: 0.95rem; font-weight: 600; color: #03321d; }

@media (max-width: 480px) { .reseaux-yris { padding: 70px 1.5rem; } .reseaux-yris-icons { gap: 2rem; } }

/*========================================================================= EXPLICATIONS DU SERVICES ============================================================*/
.amenagement-yris { position: relative; padding: 9rem 2rem; /* Image de fond */ background: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FPDyMh6DfGfbfi2bVJPmD6qzZUmS2%2Fimages%2FIdentite_visuelle_YRIS_Paysage_5_6ca9.webp"); background-size: cover; background-position: center; background-repeat: no-repeat; }

.amenagement-yris::before { content: ''; position: absolute; top: -120px; right: -120px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(18, 107, 66, 0.06) 0%, transparent 70%); pointer-events: none; }

.amenagement-yris::after { content: ''; position: absolute; bottom: -80px; left: -80px; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(164, 130, 107, 0.07) 0%, transparent 70%); pointer-events: none; }

.amenagement-yris-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 2; }

/* ── En-tête ── */
.amenagement-yris-header { text-align: center; margin-bottom: 3.5rem; }

.amenagement-yris-eyebrow { display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 0.75rem; font-weight: 600 !important; letter-spacing: 0.2em; text-transform: uppercase; color: #126b42; margin-bottom: 0.8rem; }

.amenagement-yris-main-title { font-family: 'Sora', sans-serif; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700 !important; color: #03321d; line-height: 1.2; text-transform: uppercase; }

.amenagement-yris-main-title em { font-style: normal; color: #a4826b; }

/* ── Onglets nav ── */
.amenagement-yris-tabs-nav { display: flex; justify-content: center; gap: 0.5rem; margin-bottom: 3rem; flex-wrap: wrap; }

.amenagement-yris-tab-btn { font-family: 'DM Sans', sans-serif; font-size: 0.92rem; font-weight: 500; padding: 0.75rem 1.6rem; border-radius: 10px; border: 1.5px solid rgba(18, 107, 66, 0.2); background: transparent; color: #4a6b55; cursor: pointer; transition: all 0.25s ease; white-space: nowrap; }

.amenagement-yris-tab-btn:hover { border-color: #126b42; color: #126b42; background: rgba(18, 107, 66, 0.05); }

.amenagement-yris-tab-btn.active { background: #03321d; color: #f0f5f1; border-color: #03321d; box-shadow: 0 6px 20px rgba(3, 50, 29, 0.2); }

/* ── Contenu des onglets ── */
.amenagement-yris-tabs-content { position: relative; }

.amenagement-yris-tab-panel { display: none; animation: amenagementFadeIn 0.4s ease; }

.amenagement-yris-tab-panel.active { display: block; }

@keyframes amenagementFadeIn { from { opacity: 0;
    transform: translateY(12px); }
  to { opacity: 1;
    transform: translateY(0); } }

/* ── Panel 1 : Présentation ── */
.amenagement-yris-panel-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }

.amenagement-yris-panel-title { font-family: 'Sora', sans-serif; font-size: 1.6rem; font-weight: 700 !important; color: #03321d; margin-bottom: 1.2rem; line-height: 1.3; text-transform: uppercase; }

.amenagement-yris-panel-desc { font-family: 'DM Sans', sans-serif; font-size: 1rem; line-height: 1.85; color: #4a5a4e; }

.amenagement-yris-panel-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.8rem; }

.amenagement-yris-panel-tag { font-family: 'DM Sans', sans-serif; font-size: 0.8rem; font-weight: 500; padding: 0.35rem 0.9rem; border-radius: 100px; border: 1.5px solid rgba(18, 107, 66, 0.25); color: #126b42; background: rgba(18, 107, 66, 0.05); }

.amenagement-yris-panel-image { border-radius: 16px; overflow: hidden; background: rgba(18, 107, 66, 0.08); aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; position: relative; }

.amenagement-yris-panel-image img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 16px; }

.amenagement-yris-panel-image-placeholder { font-family: 'DM Sans', sans-serif; font-size: 0.85rem; color: rgba(18, 107, 66, 0.4); text-align: center; padding: 2rem; }

/* ── Panel 2 : Approche ── */
.amenagement-yris-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.2rem; }

.amenagement-yris-step { background: #f0f5f1; border: 1px solid rgba(18, 107, 66, 0.1); border-radius: 14px; padding: 1.6rem 1.2rem; text-align: center; transition: transform 0.25s ease, box-shadow 0.25s ease; position: relative; }

.amenagement-yris-step:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(3, 50, 29, 0.08); }

.amenagement-yris-step-number { font-family: 'Sora', sans-serif; font-size: 2rem; font-weight: 700; color: rgba(18, 107, 66, 0.12); line-height: 1; margin-bottom: 0.8rem; }

.amenagement-yris-step-icon { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, #03321d, #126b42); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; padding: 10px; }

.amenagement-yris-step-icon-img { width: 100%; height: 100%; object-fit: contain; display: block; filter: brightness(0) invert(1); }

.amenagement-yris-step-title { font-family: 'Sora', sans-serif; font-size: 0.88rem; font-weight: 700; color: #03321d; margin-bottom: 0.5rem; line-height: 1.3; }

.amenagement-yris-step-text { font-family: 'DM Sans', sans-serif; font-size: 0.82rem; color: #6b7b6e; line-height: 1.6; }

/* Connecteur entre étapes */
.amenagement-yris-step:not(:last-child)::after { content: '→'; position: absolute; top: 50%; right: -14px; transform: translateY(-50%); color: rgba(18, 107, 66, 0.25); font-size: 1rem; z-index: 1; }

/* ── Panel 3 : Prestations ── */
.amenagement-yris-panel-3-header { text-align: center; margin-bottom: 2.5rem; }

.amenagement-yris-prestations-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }

.amenagement-yris-prestation-card { background: #f0f5f1; border: 1px solid rgba(18, 107, 66, 0.1); border-radius: 14px; padding: 1.8rem 1.6rem; display: flex; align-items: flex-start; gap: 1rem; transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease; position: relative; overflow: hidden; }

.amenagement-yris-prestation-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: linear-gradient(180deg, #126b42, #a4826b); transform: scaleY(0); transform-origin: top; transition: transform 0.3s ease; border-radius: 3px 0 0 3px; }

.amenagement-yris-prestation-card:hover { transform: translateY(-3px); border-color: rgba(18, 107, 66, 0.2); box-shadow: 0 10px 28px rgba(3, 50, 29, 0.07); }

.amenagement-yris-prestation-card:hover::before { transform: scaleY(1); }

.amenagement-yris-prestation-icon { width: 42px; height: 42px; border-radius: 10px; background: rgba(18, 107, 66, 0.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0; padding: 9px; }

.amenagement-yris-prestation-icon-img { width: 100%; height: 100%; object-fit: contain; display: block; filter: brightness(0) saturate(100%) invert(28%) sepia(50%) saturate(600%) hue-rotate(110deg); }

.amenagement-yris-prestation-title { font-family: 'Sora', sans-serif; font-size: 0.95rem; font-weight: 700; color: #03321d; margin-bottom: 0.3rem; }

.amenagement-yris-prestation-text { font-family: 'DM Sans', sans-serif; font-size: 0.85rem; color: #6b7b6e; line-height: 1.6; }

/* ── Responsive ── */
@media (max-width: 900px) { .amenagement-yris-panel-intro { grid-template-columns: 1fr; gap: 2rem; } .amenagement-yris-steps { grid-template-columns: repeat(2, 1fr); } .amenagement-yris-step:not(:last-child)::after { display: none; } .amenagement-yris-prestations-grid { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 580px) { .amenagement-yris { padding: 60px 1.5rem; } .amenagement-yris-steps { grid-template-columns: 1fr; } .amenagement-yris-prestations-grid { grid-template-columns: 1fr; } .amenagement-yris-tabs-nav { gap: 0.4rem; } .amenagement-yris-tab-btn { font-size: 0.82rem; padding: 0.6rem 1.1rem; } }

/*======================================================================== LES REALISATIONS ==================================================================*/
.realisations-yris { background: #f6f9f6; padding: 100px 3rem; position: relative; overflow: hidden; }

.realisations-yris::before { content: ''; position: absolute; top: -80px; right: -80px; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(18, 107, 66, 0.06) 0%, transparent 70%); pointer-events: none; }

.realisations-yris-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; }

/* ── En-tête ── */
.realisations-yris-header { text-align: center; margin-bottom: 3rem; }

.realisations-yris-eyebrow { display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 0.75rem; font-weight: 600 !important; letter-spacing: 0.2em; text-transform: uppercase; color: #126b42; margin-bottom: 1.5rem; }

.realisations-yris-title { font-family: 'Sora', sans-serif; font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 700 !important; color: #03321d; line-height: 1.2; margin-bottom: 0.8rem; text-transform: uppercase; }

.realisations-yris-title em { font-style: normal; color: #a4826b; }

.realisations-yris-subtitle { font-family: 'DM Sans', sans-serif; font-size: 1rem; color: #5a6b60; max-width: 500px; margin: 0 auto; line-height: 1.7; }

/* ── Filtres ── */
.realisations-yris-filters { display: flex; justify-content: center; gap: 0.5rem; margin-bottom: 2.5rem; flex-wrap: wrap; }

.realisations-yris-filter-btn { font-family: 'DM Sans', sans-serif; font-size: 0.9rem; font-weight: 600 !important; padding: 0.85rem 1.6rem; border-radius: 10px; border: 1.5px solid rgba(18, 107, 66, 0.2); background: transparent; color: #4a6b55; cursor: pointer; transition: all 0.25s ease; white-space: nowrap; text-transform: uppercase; }

.realisations-yris-filter-btn:hover { border-color: #126b42; color: #126b42; background: rgba(18, 107, 66, 0.05); }

.realisations-yris-filter-btn.active { background: #03321d; color: #fff; border-color: #03321d; box-shadow: 0 4px 16px rgba(3, 50, 29, 0.18); }

/* ── Grille photos ── */
.realisations-yris-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }

.realisations-yris-item { border-radius: 12px; overflow: hidden; position: relative; aspect-ratio: 4/3; cursor: pointer; background: rgba(18, 107, 66, 0.08); transition: transform 0.3s ease, opacity 0.3s ease; }

.realisations-yris-item.hidden { display: none; }

.realisations-yris-item.fade-out { opacity: 0; transform: scale(0.97); }

.realisations-yris-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }

.realisations-yris-item:hover img { transform: scale(1.06); }

/* Overlay au hover */
.realisations-yris-item-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(3, 50, 29, 0.85) 100%); opacity: 0; transition: opacity 0.3s ease; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.4rem; }

.realisations-yris-item:hover .realisations-yris-item-overlay { opacity: 1; }

.realisations-yris-item-label { font-family: 'DM Sans', sans-serif; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: #a4826b; margin-bottom: 0.3rem; }

.realisations-yris-item-title { font-family: 'Sora', sans-serif; font-size: 1rem; font-weight: 600; color: #fff; line-height: 1.3; }

/* Placeholder si pas d'image */
.realisations-yris-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.5rem; color: rgba(18, 107, 66, 0.3); font-family: 'DM Sans', sans-serif; font-size: 0.8rem; }

/* Grande carte (première de chaque catégorie) */
.realisations-yris-item--large { grid-column: span 2; aspect-ratio: 16/9; }

/* Message vide */
.realisations-yris-empty { display: none; text-align: center; padding: 4rem 2rem; font-family: 'DM Sans', sans-serif; color: #7a8a7e; font-size: 1rem; grid-column: 1 / -1; }

/* ── Responsive ── */
@media (max-width: 860px) { .realisations-yris-grid { grid-template-columns: repeat(2, 1fr); } .realisations-yris-item--large { grid-column: span 2; } }

@media (max-width: 560px) { .realisations-yris { padding: 60px 1.5rem; } .realisations-yris-grid { grid-template-columns: 1fr; } .realisations-yris-item--large { grid-column: span 1; aspect-ratio: 4/3; } }

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