@charset "UTF-8";
@import url(main.css);
.error { display: none !important; }

a.nav-link.fs-6.dropdown-toggle.px-0.text-color-secondary.text-center { color: #bb6d61 !important; }

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

.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 { border: 2px solid #dbb470; border-radius: 20px !important; box-shadow: none !important; transition: 0.3s  ease; }

.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 { border: 2px solid #dbb470; border-radius: 20px !important; box-shadow: none !important; transition: 0.3s  ease; }

.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 { border: 2px solid #dbb470; border-radius: 20px !important; box-shadow: none !important; transition: 0.3s  ease; }

/* 🟢 Force le texte à gauche dans tout le bloc du slider */
.bloc-slider-homepage.text-center { text-align: left !important; }

/* 🟢 Supprime le centrage automatique du logo */
.sliderLogoContainer.mx-auto { margin: 0 !important; }

/* 🟢 Force les titres à gauche aussi */
.titleText.text-white.text-center.fs-2.mb-4.mt-lg-5.titles { text-align: left !important; }

/* 🟢 Bonus : si Bootstrap réapplique .text-center, tu peux écraser globalement */
.bloc-slider-homepage .text-center, .titleText.text-center { text-align: left !important; }

div#fullHeight { height: 85vh; }

.sliderLogoContainer { width: 20vw !important; }

.sliderLogoContainer.mx-auto { margin-bottom: -60px !important; }

/*------------------- CTA ACCUEIL --------------------------*/
a#phone-analytics-tag-video-bloc { display: inline-block; padding: 12px 32px; border-radius: 10px 10px 0px 10px; color: #ffffff !important; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; text-decoration: none; background-color: #bb6d61 !important; border: none !important; transform: translateY(0) scale(1); transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease; }

/* Hover */
a#phone-analytics-tag-video-bloc:hover { background-color: #c97b6f !important; transform: translateY(-4px) scale(1.06); box-shadow: 0 8px 22px rgba(187, 109, 97, 0.35); }

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

/* Hover */
a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone:hover { background-color: #c97b6f !important; transform: translateY(-4px) scale(1.06); box-shadow: 0 8px 22px rgba(187, 109, 97, 0.35); }

/*------------------- CTA SERVICES --------------------------*/
a.button_homepageDoubleScreen.ctaLinks-button.text-color-fourth.p-3.fs-6.fw-bold.m-2 { display: inline-block; margin-top: 14px; padding: 10px 28px; border-radius: 10px 10px 0px 10px; font-weight: 600; font-size: 15px; color: #ffffff !important; text-decoration: none !important; background-color: #bb6d61 !important; border: none; transform: translateY(0) scale(1); transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease; }

/* Hover */
a.button_homepageDoubleScreen.ctaLinks-button.text-color-fourth.p-3.fs-6.fw-bold.m-2:hover { background-color: #c97b6f !important; transform: translateY(-4px) scale(1.06); box-shadow: 0 8px 20px rgba(187, 109, 97, 0.35); }

.carousel-inner-homepage .carousel-item-homepage > img { animation: none !important; -webkit-animation: none !important; -o-animation: none !important; }

/*----------------------------------------------------------------------------------------- Services --------------------------------------------------------------------------------------------*/
/* ===================================================================================== SERVICE BARBE — Section prestations (OPTIMISÉ PERFORMANCE) CSS isolé, clair, structuré, responsive ===================================================================================== */
/* ========================= SECTION ========================= */
.service-barbe { padding: 100px 80px; background-color: #f1ece4; }

/* ========================= HEADER ========================= */
.service-barbe-header { max-width: 850px; margin: 0 auto 80px; text-align: center; }

.service-barbe-label { display: inline-block; font-size: 13px; letter-spacing: 2px; color: #bb6d61; font-weight: 600; }

.service-barbe-title { font-size: 52px; margin: 20px 0; color: #2b2b2b; }

.service-barbe-intro { font-size: 18px; color: #6d6d6d; line-height: 1.6; margin: 0; }

/* ========================= GRID ========================= */
.service-barbe-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }

/* ========================= CARD ========================= */
.service-barbe-card { position: relative; height: 300px; border-radius: 24px; overflow: hidden; display: block; text-decoration: none; /* OPTIMISATION: Force l'accélération GPU */ will-change: transform; transform: translateZ(0); }

/* Image */
.service-barbe-image { position: absolute; inset: 0; background-size: cover; background-position: center; /* OPTIMISATION: transform au lieu de scale seul */ transform: scale(1) translateZ(0); transition: transform 0.4s ease-out; /* OPTIMISATION: Force l'accélération GPU */ will-change: transform; backface-visibility: hidden; }

.service-barbe-card:hover .service-barbe-image { transform: scale(1.08) translateZ(0); }

/* ========================= OVERLAY (filtre permanent) ========================= */
.service-barbe-overlay { position: absolute; inset: 0; padding: 40px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(to top, rgba(62, 29, 6, 0.75), rgba(120, 85, 60, 0.35), rgba(120, 85, 60, 0)); color: #ffffff; /* OPTIMISATION: Isolation du layer */ pointer-events: none; }

.service-barbe-overlay * { pointer-events: auto; }

.service-barbe-overlay h3 { font-size: 30px; margin: 0 0 10px; font-weight: 700 !important; }

.service-barbe-overlay p { font-size: 19px; max-width: 420px; margin: 0 0 18px; line-height: 1.5; }

/* ========================= CTA CARTE (hover isolé) ========================= */
.service-barbe-overlay span { display: inline-flex; align-items: center; gap: 6px; font-size: 17px; font-weight: 500; color: #f1c27d; /* OPTIMISATION: transition plus courte */ transform: scale(1) translateZ(0); transition: transform 0.2s ease-out; cursor: pointer; will-change: transform; }

.service-barbe-overlay span:hover { transform: scale(1.08) translateZ(0); }

.service-barbe-overlay span::after { content: "→"; display: inline-block; /* OPTIMISATION: transform au lieu de translateY seul */ transform: translateY(0) translateZ(0); transition: transform 0.2s ease-out; }

.service-barbe-overlay span:hover::after { transform: translateY(-3px) translateZ(0); }

/* ========================= CTA BAS — FORÇAGE CMS ========================= */
.service-barbe-footer { margin-top: 70px; text-align: center; }

.service-barbe-footer a { font-size: 19px; color: #bb6d61; text-decoration: none; font-weight: 500; }

/* ========================= PATCH COMPATIBILITÉ CMS ========================= */
.service-barbe-image { min-height: 100%; }

.service-barbe-card { color: inherit; }

.service-barbe-card:visited, .service-barbe-card:focus, .service-barbe-card:active { color: inherit; outline: none; }

.service-barbe-grid { width: 100%; }

.service-barbe-overlay span { display: inline-flex !important; }

/* OPTIMISATION: Hover uniquement sur desktop */
@media (hover: hover) and (pointer: fine) { .service-barbe-card:hover .service-barbe-image { transform: scale(1.08) translateZ(0); } }

/* OPTIMISATION MOBILE: Désactiver animations complexes */
@media (hover: none) { .service-barbe-image { transition: none; } .service-barbe-card, .service-barbe-image, .service-barbe-overlay span { will-change: auto; } }

/* ===================================================================================== RESPONSIVE — UNIQUEMENT AJUSTEMENTS (desktop intact) ===================================================================================== */
/* ---------- Tablette ---------- */
@media (max-width: 1024px) { .service-barbe { padding: 80px 40px; } .service-barbe-header { margin-bottom: 60px; } .service-barbe-title { font-size: 44px; } .service-barbe-grid { gap: 26px; } .service-barbe-card { height: 320px; } .service-barbe-overlay { padding: 32px; } .service-barbe-overlay h3 { font-size: 26px; } }

/* ---------- Mobile ---------- */
@media (max-width: 768px) { .service-barbe { padding: 70px 22px; } .service-barbe-header { margin-bottom: 50px; } .service-barbe-title { font-size: 36px; } .service-barbe-intro { font-size: 16px; } .service-barbe-grid { grid-template-columns: 1fr; gap: 22px; } .service-barbe-card { height: 300px; border-radius: 22px; } .service-barbe-overlay { padding: 26px; } .service-barbe-overlay h3 { font-size: 24px; } .service-barbe-overlay p { font-size: 15px; margin-bottom: 14px; max-width: 100%; } .service-barbe-footer { margin-top: 60px; } }

/* ---------- Petit mobile ---------- */
@media (max-width: 480px) { .service-barbe { padding: 60px 16px; } .service-barbe-title { font-size: 30px; } .service-barbe-card { height: 270px; border-radius: 20px; } .service-barbe-overlay { padding: 22px; } .service-barbe-overlay h3 { font-size: 22px; } .service-barbe-overlay span { font-size: 14px; } }

/*----------------------------------------------------------------------------------------- Présentation--------------------------------------------------------------------------------------------*/
/* ===================================================================================== ABOUT BARBE — Section À propos ===================================================================================== */
.about-barbe { padding: 100px 80px; background-color: #fbfaf9; }

.about-barbe-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }

/* ========================= IMAGE AVEC PNG GÉANT (NON COUPÉ) ========================= */
.about-barbe-image { position: relative; height: 620px; overflow: visible; }

/* PNG décoratif */
.about-barbe-image::before { content: ""; position: absolute; inset: 0; background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2F7WNV9xuvGnPP9UdvJKhprQxaLUc2%2Fimages%2FDesign_sans_titre_-_2025-12-16T162222218_sggu.webp"); background-repeat: no-repeat; background-position: center; background-size: contain; transform: scale(1.35); transform-origin: center; z-index: 1; pointer-events: none; }

/* Image principale */
.about-barbe-image img { position: absolute; top: 0; left: 0; width: calc(100% - 60px); height: calc(100% - 60px); object-fit: cover; border-radius: 200px 200px 200px 200px; transform: translate(30px, 30px); z-index: 2; }

/* ========================= CONTENU ========================= */
.about-barbe-content { max-width: 620px; }

.about-barbe-label { display: inline-block; margin-bottom: 1px; font-size: 19px; letter-spacing: 2px; font-weight: 600; color: #bb6d61; }

.about-barbe-title { font-size: 48px; color: #2b2b2b; margin-bottom: 24px; }

.about-barbe-content p { font-size: 19px; line-height: 1.7; color: #6d6d6d; margin-bottom: 18px; }

/* ========================= LISTE ========================= */
.about-barbe-list { margin-top: 32px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 30px; }

.about-barbe-item { position: relative; padding-left: 34px; font-size: 15px; color: #2b2b2b; }

.about-barbe-item::before { content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; border-radius: 50%; background-color: #f1c27d; color: #ffffff; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: bold; }

/* ===================================================================================== RESPONSIVE — OPTIMISATION UNIQUEMENT ===================================================================================== */
/* ---------- Tablette ---------- */
@media (max-width: 1024px) { .about-barbe { padding: 80px 40px; } .about-barbe-wrapper { gap: 60px; } .about-barbe-title { font-size: 42px; } .about-barbe-image { height: 560px; } .about-barbe-image::before { transform: scale(1.25); /* PNG légèrement réduit */ } .about-barbe-image img { width: calc(100% - 50px); height: calc(100% - 50px); transform: translate(25px, 25px); } }

/* ---------- Mobile ---------- */
@media (max-width: 768px) { .about-barbe { padding: 70px 22px; } .about-barbe-wrapper { grid-template-columns: 1fr; gap: 50px; } .about-barbe-image { height: 440px; } .about-barbe-image::before { transform: scale(1.15); /* PNG encore visible mais maîtrisé */ } .about-barbe-image img { width: calc(100% - 36px); height: calc(100% - 36px); transform: translate(18px, 18px); border-radius: 20px 20px 0 90px; } .about-barbe-title { font-size: 34px; } .about-barbe-list { grid-template-columns: 1fr; } }

/* ---------- Petit mobile ---------- */
@media (max-width: 480px) { .about-barbe { padding: 60px 16px; } .about-barbe-image { height: 380px; } .about-barbe-image::before { transform: scale(1.05); /* évite débordement excessif */ } .about-barbe-image img { width: calc(100% - 28px); height: calc(100% - 28px); transform: translate(14px, 14px); border-radius: 18px 18px 0 70px; } .about-barbe-title { font-size: 30px; } }

/*----------------------------------------------------------------------------------------- Réalisations--------------------------------------------------------------------------------------------*/
/* ===================================================================================== TRAVEL SLIDER BARBE — Slider horizontal ===================================================================================== */
.travel-slider-barbe { padding: 100px 80px; background-color: #fbfaf9; }

.travel-slider-wrapper { display: grid; grid-template-columns: 1fr 1.6fr; gap: 80px; align-items: center; }

/* ========================= TEXTE ========================= */
.travel-slider-left h2 { font-size: 46px; margin-bottom: 20px; }

.travel-slider-left p { font-size: 17px; line-height: 1.6; color: #6d6d6d; margin-bottom: 30px; }

.travel-slider-cta { display: inline-block; padding: 12px 28px; background-color: #bb6d61; color: #ffffff; text-decoration: none; border-radius: 10px 10px 0 10px; font-weight: 600; }

/* ========================= SLIDER ========================= */
.travel-slider-right { position: relative; overflow: hidden; }

/* Piste */
.travel-slider-track { display: flex; gap: 40px; transition: transform 0.5s ease; }

/* Cartes (AGRANDIES) */
.travel-slider-card { flex: 0 0 320px; height: 460px; overflow: hidden; border-radius: 22px; }

/* Image */
.travel-slider-card img { width: 100%; height: 100%; object-fit: cover; }

/* ========================= NAVIGATION FLÈCHES ========================= */
.travel-slider-nav { position: absolute; bottom: 20px; right: 20px; display: flex; gap: 10px; z-index: 10; }

.travel-slider-prev, .travel-slider-next { width: 50px; height: 50px; background-color: rgba(255, 255, 255, 0.9); border: none; border-radius: 50%; font-size: 28px; color: #bb6d61; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

.travel-slider-prev:hover, .travel-slider-next:hover { background-color: #bb6d61; color: #ffffff; transform: scale(1.1); }

.travel-slider-prev:active, .travel-slider-next:active { transform: scale(0.95); }

/* ===================================================================================== RESPONSIVE — AJUSTEMENTS UNIQUEMENT ===================================================================================== */
/* ---------- Tablette ---------- */
@media (max-width: 1024px) { .travel-slider-barbe { padding: 80px 40px; } .travel-slider-wrapper { grid-template-columns: 1fr; gap: 50px; } .travel-slider-track { gap: 32px; } .travel-slider-card { flex: 0 0 280px; height: 400px; } }

/* ---------- Mobile ---------- */
@media (max-width: 768px) { .travel-slider-barbe { padding: 60px 22px; } .travel-slider-left h2 { font-size: 34px; } .travel-slider-left p { font-size: 16px; } .travel-slider-track { gap: 24px; } .travel-slider-card { flex: 0 0 240px; height: 340px; } .travel-slider-nav { display: none; } }

/* ---------- Petit mobile ---------- */
@media (max-width: 480px) { .travel-slider-barbe { padding: 50px 16px; } .travel-slider-card { flex: 0 0 210px; height: 300px; } }

/*----------------------------------------------------------------------------------------- Réseaux--------------------------------------------------------------------------------------------*/
/* ============================================================================= RÉSEAUX BARBE — Section réseaux sociaux CSS isolé, propre, CMS-friendly ============================================================================= */
/* ========================= SECTION ========================= */
.reseaux-barbe { background: #f1ece4; padding: 80px 20px; text-align: center; }

/* ========================= HEADER ========================= */
.reseaux-barbe-top { color: #dbb470; font-size: 1.3rem; font-weight: 700; letter-spacing: 1px; margin-bottom: 6px; }

.reseaux-barbe h2 { font-size: 2.6rem; font-weight: 800; color: #131B26; margin-bottom: 10px; }

.reseaux-barbe p { font-size: 1.1rem; color: #555; margin-bottom: 50px; }

/* ========================= ICONES ========================= */
.reseaux-barbe-icons { display: flex; justify-content: center; gap: 60px; flex-wrap: wrap; }

.reseaux-barbe-item { text-decoration: none; color: #131B26; text-align: center; transition: 0.3s ease; }

/* ========================= CERCLE + IMAGE DECORATIVE ========================= */
.reseaux-barbe-icon { width: 150px; height: 150px; border-radius: 50%; border: 3px solid #dbb470; background: #ffffff; display: flex; justify-content: center; align-items: center; position: relative; z-index: 2; transition: transform 0.3s ease, box-shadow 0.3s ease; }

/* Image décorative derrière le cercle */
.reseaux-barbe-icon::before { content: ""; position: absolute; width: 190px; height: 190px; background-image: url("https://firebasestorage.googleapis.com/v0/b/refpro-app-ca244.appspot.com/o/customers%2F7WNV9xuvGnPP9UdvJKhprQxaLUc2%2Fimages%2FDesign_sans_titre_-_2025-12-16T162222218_sggu.webp?alt=media&token=69a66efd-12bf-4e53-9869-0703668f7b14"); background-repeat: no-repeat; background-size: contain; background-position: center; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; pointer-events: none; }

/* ========================= ICONES FACEBOOK ========================= */
.reseaux-barbe-icon .icon-default { width: 100px; height: 100px; object-fit: contain; transition: opacity 0.3s ease; }

.reseaux-barbe-icon .icon-hover { width: 110px; height: 110px; object-fit: contain; position: absolute; inset: 0; margin: auto; opacity: 0; transition: opacity 0.3s ease; }

/* ========================= HOVER ========================= */
.reseaux-barbe-item:hover .icon-default { opacity: 0; }

.reseaux-barbe-item:hover .icon-hover { opacity: 1; }

.reseaux-barbe-item:hover .reseaux-barbe-icon { transform: scale(1.08); box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15); }

.reseaux-barbe-item:hover span { color: #dbb470; }

/* ========================= TEXTE ========================= */
.reseaux-barbe-item span { display: block; margin-top: 14px; font-size: 1.4rem; font-weight: 600; transition: color 0.3s ease; }

/* ============================================================================= RESPONSIVE ============================================================================= */
/* Tablette */
@media (max-width: 768px) { .reseaux-barbe-icons { gap: 40px; } .reseaux-barbe-icon { width: 130px; height: 130px; } .reseaux-barbe-icon::before { width: 170px; height: 170px; } .reseaux-barbe-icon .icon-default { width: 85px; height: 85px; } .reseaux-barbe-icon .icon-hover { width: 95px; height: 95px; } .reseaux-barbe-item span { font-size: 1.2rem; } }

/* Mobile */
@media (max-width: 480px) { .reseaux-barbe { padding: 60px 16px; } .reseaux-barbe h2 { font-size: 2.1rem; } .reseaux-barbe-icon { width: 120px; height: 120px; } .reseaux-barbe-icon::before { width: 155px; height: 155px; } }

/*----------------------------------------------------------------------------------------- Image à gauche--------------------------------------------------------------------------------------------*/
/* ============================================================================= SERVICE DETAIL BARBE — Visuel type fiche prestation ============================================================================= */
.service-detail-barbe { padding: 100px 80px; background-color: #fbfaf9; }

.service-detail-barbe-wrapper { display: grid; grid-template-columns: 1.1fr 1fr; gap: 90px; align-items: center; }

/* ========================= IMAGE PRINCIPALE + PNG DERRIÈRE ========================= */
.service-detail-barbe-image { position: relative; overflow: visible; }

/* PNG décoratif derrière (entier, non coupé) */
.service-detail-barbe-image::before { content: ""; position: absolute; width: 150%; height: 150%; background-image: url("https://firebasestorage.googleapis.com/v0/b/refpro-app-ca244.appspot.com/o/customers%2F7WNV9xuvGnPP9UdvJKhprQxaLUc2%2Fimages%2FDesign_sans_titre_-_2025-12-16T162222218_sggu.webp?alt=media&token=69a66efd-12bf-4e53-9869-0703668f7b14"); background-repeat: no-repeat; background-size: contain; background-position: center; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 0; pointer-events: none; }

/* Image principale (légèrement réduite) */
.service-detail-barbe-image img { position: relative; z-index: 1; width: 82%; /* ← image rétrécie */ height: 620px; object-fit: cover; border-radius: 200px 200px 200px 200px; display: block; }

/* ========================= RESPONSIVE IMAGE ========================= */
@media (max-width: 1024px) { .service-detail-barbe-image img { height: 460px; width: 94%; } .service-detail-barbe-image::before { width: 112%; height: 112%; } }

@media (max-width: 768px) { .service-detail-barbe-image img { height: 490px; width: 100%; } .service-detail-barbe-image::before { width: 105%; height: 105%; } }

@media (max-width: 480px) { .service-detail-barbe-image img { height: 490px; } }

/* ========================= CONTENU ========================= */
.service-detail-barbe-content h2 { font-size: 42px; font-weight: 700; color: #1e1e1e; margin-bottom: 22px; }

.service-detail-barbe-text { font-size: 18px; line-height: 1.7; color: #6d6d6d; margin-bottom: 28px; }

/* ========================= LISTE ========================= */
.service-detail-barbe-list { list-style: none; padding: 0; margin: 0 0 32px 0; }

.service-detail-barbe-list li { position: relative; padding-left: 26px; margin-bottom: 14px; font-size: 17px; color: #2b2b2b; }

.service-detail-barbe-list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; background-color: #dbb470; border-radius: 50%; }

/* ========================= CTA ========================= */
.service-detail-barbe-cta { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 600; color: #dbb470; text-decoration: none; margin-top: 18px; transition: gap 0.3s ease; }

.service-detail-barbe-cta span { transition: transform 0.3s ease; }

.service-detail-barbe-cta:hover { gap: 14px; }

.service-detail-barbe-cta:hover span { transform: translateX(4px); }

/* ============================================================================= RESPONSIVE ============================================================================= */
@media (max-width: 1024px) { .service-detail-barbe { padding: 80px 40px; } .service-detail-barbe-wrapper { gap: 60px; } .service-detail-barbe-image img { height: 460px; } }

@media (max-width: 768px) { .service-detail-barbe { padding: 70px 22px; } .service-detail-barbe-wrapper { grid-template-columns: 1fr; gap: 50px; } .service-detail-barbe-image img { height: 380px; } .service-detail-barbe-content h2 { font-size: 34px; } }

@media (max-width: 480px) { .service-detail-barbe-image img { height: 320px; } .service-detail-barbe-content h2 { font-size: 30px; } }

/*----------------------------------------------------------------------------------------- Image à droite--------------------------------------------------------------------------------------------*/
/* ============================================================================= IMAGE DROITE — Visuel type fiche prestation ============================================================================= */
.image-droite { padding: 100px 80px; background-color: #f1ece4; }

.image-droite-wrapper { display: grid; grid-template-columns: 1fr 1.1fr; /* texte gauche / image droite */ gap: 90px; align-items: center; }

/* ========================= CONTENU (GAUCHE) ========================= */
.image-droite-content h2 { font-size: 42px; font-weight: 700; color: #1e1e1e; margin-bottom: 22px; }

.image-droite-text { font-size: 18px; line-height: 1.7; color: #6d6d6d; margin-bottom: 28px; }

/* ========================= LISTE ========================= */
.image-droite-list { list-style: none; padding: 0; margin: 0 0 32px 0; }

.image-droite-list li { position: relative; padding-left: 26px; margin-bottom: 14px; font-size: 17px; color: #2b2b2b; }

.image-droite-list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; background-color: #dbb470; border-radius: 50%; }

/* ========================= CTA ========================= */
.image-droite-cta { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 600; color: #dbb470; text-decoration: none; margin-top: 18px; transition: gap 0.3s ease; }

.image-droite-cta span { transition: transform 0.3s ease; }

.image-droite-cta:hover { gap: 14px; }

.image-droite-cta:hover span { transform: translateX(4px); }

/* ========================= IMAGE PRINCIPALE + PNG DERRIÈRE (DROITE) ========================= */
.image-droite-image { position: relative; overflow: visible; }

/* PNG décoratif derrière (entier, non coupé) */
.image-droite-image::before { content: ""; position: absolute; width: 150%; height: 150%; background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2F7WNV9xuvGnPP9UdvJKhprQxaLUc2%2Fimages%2FDesign_sans_titre_-_2025-12-17T111222909_itc1.webp"); background-repeat: no-repeat; background-size: contain; background-position: center; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 0; pointer-events: none; }

/* Image principale */
.image-droite-image img { position: relative; z-index: 1; width: 82%; height: 620px; object-fit: cover; /* angle inversé par rapport à la version gauche */ border-radius: 200px 200px 200px 200px; display: block; }

/* ========================= RESPONSIVE IMAGE ========================= */
@media (max-width: 1024px) { .image-droite-image img { height: 460px; width: 94%; border-radius: 200px 200px 200px 200px; } .image-droite-image::before { width: 112%; height: 112%; } }

@media (max-width: 768px) { .image-droite { padding: 70px 22px; } .image-droite-wrapper { grid-template-columns: 1fr; gap: 50px; } .image-droite-image img { height: 480px; width: 100%; border-radius: 200px 200px 200px 200px; } .image-droite-image::before { width: 105%; height: 105%; } .image-droite-content h2 { font-size: 34px; } }

@media (max-width: 480px) { .image-droite-image img { height: 490px; border-radius: 200px 200px 200px 200px; } .image-droite-content h2 { font-size: 30px; } }

/*----------------------------------------------------------------------------------------- Liens--------------------------------------------------------------------------------------------*/
/* ============================================================================= SERVICES SIMPLE V1 — BARBE Visuel minimaliste, clair, responsive ============================================================================= */
/* ========================= SECTION ========================= */
.services-simple-v1 { padding: 80px 20px; text-align: center; background: #fbfaf9; }

/* ========================= TITRE ========================= */
.ssv1-title { font-size: 36px; font-weight: 800; text-transform: uppercase; color: #dbb470; margin-bottom: 50px; letter-spacing: 1px; }

/* ========================= GRID ========================= */
.ssv1-grid { max-width: 1200px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }

/* ========================= ITEM (carte) ========================= */
.ssv1-item { display: flex; align-items: center; justify-content: center; padding: 10px 14px; height: 85px; background: #ffffff; color: #2b2b2b; font-size: 18px; font-weight: 600; text-decoration: none; text-align: center; border-radius: 2px; position: relative; border-top: 2px solid rgba(219, 180, 112, 0.45); border-bottom: 2px solid rgba(219, 180, 112, 0.45); transition: 0.25s ease; }

/* ========================= HOVER ========================= */
.ssv1-item:hover { background: #f5f1e6; border-top-color: #dbb470; border-bottom-color: #dbb470; color: #8f6a2a; }

/* ============================================================================= RESPONSIVE ============================================================================= */
@media (max-width: 800px) { .ssv1-grid { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 550px) { .ssv1-grid { grid-template-columns: 1fr; } .ssv1-item { height: 78px; font-size: 17px; } }

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

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

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

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

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

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

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

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

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

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

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

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

#nextButton:hover { opacity: 0.7; }

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

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

#prevButton:hover { opacity: 0.7; }

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

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

#exitButton:hover { opacity: 0.7; }

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

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

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