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

h1.display-4.fw-bold.bandeauTitre.titles.text-color-seventh { color: #000 !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: 1px solid #6a4420 !important; border-radius: 10px !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: 1px solid #6a4420 !important; border-radius: 10px !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: 1px solid #6a4420 !important; border-radius: 10px !important; box-shadow: none !important; transition: 0.3s ease; }

img.fondDegradeLogo { margin-bottom: 20px; }

p.text-color-third { font-size: 20px !important; }

i.bi.bi-geo-alt { color: #6a4420; }

i.bi.bi-telephone { color: #6a4420; }

ul.list-unstyled.d-flex.justify-content-center.justify-content-lg-start.gap-2.m-0 { color: #6a4420; }

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

@media (max-width: 991px) { .sliderLogoContainer.mx-auto { width: 40vw !important; } }

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

a.button_homepageDoubleScreen.ctaLinks-button.text-color-fourth.p-3.fs-6.fw-bold.m-2 { display: inline-block; background: transparent; color: #ffffff; border: 2px solid #ffffff; padding: 12px 28px; text-decoration: none; transition: all 0.3s ease; }

a.button_homepageDoubleScreen.ctaLinks-button.text-color-fourth.p-3.fs-6.fw-bold.m-2:hover { background: #ffffff; color: #000000 !important; }

.d-flex.align-items-center.justify-content-center.px-4.py-5.text-center.cta_banner.bg-sixthColor.position-relative { padding-top: 5rem !important; padding-bottom: 5rem !important; }

div#fullHeight { height: 75vh; }

.sliderLogoContainer { width: 15vw !important; }

.carousel-item-homepage img { filter: brightness(100%) !important; }

/*-------------------------------------------------------------------------------------ICONES--------------------------------------------------------------------------------------------*/
/* =============================== FEATURES BEIGE SECTION =================================*/
.features-beige { background: #e7e1d7; padding: 70px 40px; }

.features-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; }

.feature-item { display: flex; align-items: flex-start; gap: 20px; }

.feature-icon { display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }

.feature-icon img { width: 70px; height: 70px; object-fit: contain; display: block; }

.feature-content h4 { font-size: 18px; font-weight: 600; margin-bottom: 8px; color: #6a4420; }

.feature-content p { font-size: 20px; color: #3a3128; line-height: 1.6; max-width: 260px; }

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) { .features-container { grid-template-columns: 1fr; gap: 40px; } .feature-item { justify-content: center; text-align: center; flex-direction: column; align-items: center; } .feature-content p { max-width: 100%; } }

/*-------------------------------------------------------------------------------------INTRO--------------------------------------------------------------------------------------------*/
.intro-menuis { background-color: #e7e1d7; padding: 80px 6vw; border-top: 1px solid #d6cec3; border-bottom: 1px solid #d6cec3; }

.intro-menuis__container { display: flex; justify-content: space-between; align-items: flex-start; gap: 60px; max-width: 1350px; margin: 0 auto; }

/* EXPERIENCE */
.intro-menuis__experience { display: flex; align-items: center; gap: 20px; margin-top: 40px; }

.intro-menuis__experience-box { border-left: 2px solid #6a4420; border-right: 2px solid #6a4420; padding: 14px 24px; }

.intro-menuis__experience-number { font-size: 80px; line-height: 1; color: #6a4420; }

.intro-menuis__experience-text { display: flex; flex-direction: column; font-size: 11px; letter-spacing: 2px; color: #6a4420; }

/* TITRE */
.intro-menuis__content { max-width: 480px; }

.intro-menuis__label { display: block; font-size: 18px; letter-spacing: 3px; margin-bottom: 20px; color: #7c6f62; }

.intro-menuis__title { font-size: 34px; /* réduit */ line-height: 1.4; color: #6a4420; font-weight: 500; }

/* DESCRIPTION */
.intro-menuis__description { max-width: 520px; padding-left: 50px; font-size: 19px; border-left: 1px solid #cfc6ba; }

.intro-menuis__description p { font-size: 25px; line-height: 1.8; margin-bottom: 22px; color: #3a3128; }

.intro-menuis__button { display: inline-block; font-size: 15px; letter-spacing: 2px; text-decoration: none; color: #2e261f; border-bottom: 1px solid #2e261f; padding-bottom: 4px; transition: 0.3s ease; }

.intro-menuis__button:hover { opacity: 0.7; }

/* RESPONSIVE */
@media (max-width: 1100px) { .intro-menuis { padding: 60px 7vw; } .intro-menuis__container { flex-direction: column; align-items: center; text-align: center; gap: 40px; } .intro-menuis__experience { margin-top: 0; justify-content: center; } .intro-menuis__description { border-left: none; padding-left: 0; border-top: 1px solid #cfc6ba; padding-top: 30px; max-width: 600px; } }

/*-------------------------------------------------------------------------------------PRESTATIONS--------------------------------------------------------------------------------------------*/
.prestations-menuiserie { background: #e7e1d7; padding: 90px 6vw; }

.prestations-menuiserie__container { max-width: 1300px; margin: 0 auto; }

/* HEADER */
.prestations-menuiserie__top { text-align: center; max-width: 750px; margin: 0 auto 60px auto; }

.prestations-menuiserie__label { display: block; font-size: 12px; letter-spacing: 3px; margin-bottom: 16px; color: #b9a98e; }

.prestations-menuiserie__title { font-size: 34px; line-height: 1.35; margin-bottom: 20px; color: #6a4420; }

.prestations-menuiserie__text { font-size: 25px; line-height: 1.8; color: #3a3128; }

/* GRID */
.prestations-menuiserie__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }

/* CARD */
.prestations-menuiserie__card { position: relative; overflow: hidden; text-decoration: none; display: block; border-radius: 20px; }

/* IMAGE */
.prestations-menuiserie__card img { width: 100%; height: 380px; object-fit: cover; display: block; border-radius: 20px; transition: transform 0.6s ease; }

/* OVERLAY FIXE (NE CHANGE JAMAIS) */
.prestations-menuiserie__card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.15)); border-radius: 20px; z-index: 1; }

/* TEXTE */
.prestations-menuiserie__overlay { position: absolute; bottom: 35px; left: 35px; right: 35px; color: #fff; z-index: 2; }

.prestations-menuiserie__overlay h3 { font-size: 25px; margin-bottom: 12px; }

.prestations-menuiserie__overlay span { font-size: 18px; line-height: 1.6; opacity: 0.95; }

/* ============================= */
/* HOVER DESKTOP UNIQUEMENT     */
/* ============================= */
@media (min-width: 1025px) { .prestations-menuiserie__card:hover img { transform: scale(1.05); } }

/* ============================= */
/* RESPONSIVE                   */
/* ============================= */
@media (max-width: 1024px) { .prestations-menuiserie__grid { grid-template-columns: 1fr; gap: 30px; } .prestations-menuiserie__card img { height: 320px; } }

@media (max-width: 600px) { .prestations-menuiserie { padding: 70px 6vw; } .prestations-menuiserie__title { font-size: 26px; } .prestations-menuiserie__text { font-size: 15px; } .prestations-menuiserie__card img { height: 250px; } .prestations-menuiserie__overlay { bottom: 25px; left: 25px; right: 25px; } }

/*-------------------------------------------------------------------------------------RESEAUX--------------------------------------------------------------------------------------------*/
.resauc-menuis, .resauc-menuis * { box-sizing: border-box; }

.resauc-menuis { position: relative; background: #e7e1d7; padding: 90px 6vw; text-align: center; border-top: 1px solid #e8e0d4; }

.resauc-menuis__header { margin-bottom: 60px; }

.resauc-menuis__top { display: inline-block; font-size: 16px; letter-spacing: 3.5px; text-transform: uppercase; color: #a89070; font-weight: 600; margin-bottom: 16px; }

.resauc-menuis__title { font-size: 42px; font-weight: 400; color: #6a4420; margin-bottom: 16px; line-height: 1.25; }

.resauc-menuis__sep { width: 44px; height: 2px; background: #c4a97d; margin: 0 auto 18px; }

.resauc-menuis__text { font-size: 25px; color: #8a7560; font-weight: 300; line-height: 1.8; max-width: 400px; margin: 0 auto; }

.resauc-menuis__icons { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; }

.resauc-menuis__item { text-decoration: none; color: #2b1f12; display: flex; flex-direction: column; align-items: center; gap: 18px; transition: transform 0.3s ease; }

.resauc-menuis__item:hover { transform: translateY(-6px); }

.resauc-menuis__icon-wrap { position: relative; width: 160px; height: 160px; }

.resauc-menuis__icon-wrap:before { content: ""; position: absolute; top: -8px; right: -8px; bottom: -8px; left: -8px; border-radius: 50%; border: 2px solid #c4a97d; opacity: 0; transition: opacity 0.3s ease, top 0.3s ease, right 0.3s ease, bottom 0.3s ease, left 0.3s ease; }

.resauc-menuis__item:hover .resauc-menuis__icon-wrap:before { opacity: 1; top: -12px; right: -12px; bottom: -12px; left: -12px; }

.resauc-menuis__icon { width: 160px; height: 160px; border-radius: 50%; overflow: hidden; background: #ede8df; box-shadow: 0 8px 36px rgba(60, 40, 10, 0.12); display: flex; align-items: center; justify-content: center; }

.resauc-menuis__icon img { width: 75%; height: 75%; object-fit: contain; transition: transform 0.5s ease; }

.resauc-menuis__item:hover .resauc-menuis__icon img { transform: scale(1.1); }

.resauc-menuis__label { font-size: 12px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 600; color: #2b1f12; }

.resauc-menuis__sub { font-size: 12px; color: #a89070; font-weight: 300; margin-top: -10px; }

@media (max-width: 600px) { .resauc-menuis { padding: 70px 24px; } .resauc-menuis__icons { gap: 36px; } .resauc-menuis__icon, .resauc-menuis__icon-wrap { width: 82px; height: 82px; } .resauc-menuis__title { font-size: 30px; } .resauc-menuis__text { font-size: 16px; } }

/*-------------------------------------------------------------------------------------REALISATIONS--------------------------------------------------------------------------------------------*/
.realisation-menui { padding: 90px 20px; background: #e7e1d7; }

.realisation-menui-header { max-width: 1200px; margin: 0 auto 35px; display: flex; justify-content: space-between; align-items: center; }

.realisation-menui-eyebrow { font-size: 0.9rem; letter-spacing: 3px; text-transform: uppercase; color: #6a4420; display: block; margin-bottom: 8px; }

.realisation-menui-title { font-size: 2.8rem; font-weight: 400; color: #6a4420; margin: 0; }

.realisation-menui-cta { background: transparent; color: #6a4420; border: 2px solid #6a4420; border-radius: 10px; padding: 14px 26px; text-decoration: none; font-weight: 600; letter-spacing: 1px; transition: all 0.3s ease; display: inline-block; }

.realisation-menui-cta:hover { background: #6a4420; color: #ffffff; }

.realisation-menui-gallery { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1.6fr; gap: 16px; }

.realisation-menui-main img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; display: block; }

.realisation-menui-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }

.realisation-menui-grid img { width: 100%; height: 180px; object-fit: cover; display: block; }

@media (max-width: 900px) { .realisation-menui-header { flex-direction: column; align-items: center; text-align: center; gap: 22px; } .realisation-menui-title { font-size: 2.2rem; } .realisation-menui-cta { margin-top: 10px; } .realisation-menui-gallery { grid-template-columns: 1fr; } .realisation-menui-main img { min-height: 300px; } }

/*-------------------------------------------------------------------------------------PRESTA MENUISERIE--------------------------------------------------------------------------------------------*/
.presta-menuis { background: #6a4420d1; padding: 80px 5vw 70px; }

.presta-menuis__heading { text-align: center; margin-bottom: 56px; }

.presta-menuis__heading h2 { font-size: 36px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: #f5ede2; line-height: 1.35; }

.presta-menuis__heading h2 em { font-style: italic; font-weight: 400; letter-spacing: 2px; }

.presta-menuis__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 1px solid rgba(245, 237, 226, 0.25); }

.presta-menuis__card { padding: 36px 40px 40px; border-right: 1px solid rgba(245, 237, 226, 0.25); display: flex; flex-direction: column; }

.presta-menuis__card:last-child { border-right: none; }

.presta-menuis__num { font-size: 25px; letter-spacing: 3px; text-transform: uppercase; color: rgba(245, 237, 226, 0.45); font-weight: 600; margin-bottom: 24px; display: block; }

.presta-menuis__img { width: 100%; height: 220px; /* remplace aspect-ratio */ border-radius: 10px; overflow: hidden; margin-bottom: 28px; background: rgba(0, 0, 0, 0.2); }

.presta-menuis__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.55s ease; }

.presta-menuis__card:hover .presta-menuis__img img { transform: scale(1.05); }

.presta-menuis__card h3 { font-size: 21px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #f5ede2; line-height: 1.35; margin-bottom: 16px; }

.presta-menuis__card p { font-size: 25px; color: rgba(245, 237, 226, 0.6); line-height: 1.85; font-weight: 300; margin-bottom: 24px; }

@media (max-width: 900px) { .presta-menuis__grid { grid-template-columns: 1fr; border-top: none; } .presta-menuis__card { border-right: none; border-top: 1px solid rgba(245, 237, 226, 0.25); padding: 36px 24px; } }

@media (max-width: 480px) { .presta-menuis { padding: 60px 20px; } .presta-menuis__heading h2 { font-size: 22px; } }

/*-------------------------------------------------------------------------------------INTRO PAGE MENUISERIE--------------------------------------------------------------------------------------------*/
.intro-page { background: #e7e1d7; padding: 90px 6vw 80px; text-align: center; border-bottom: 1px solid #e8e0d4; }

.intro-page__logo { width: 150px; height: auto; margin-bottom: 28px; display: block; margin-left: auto; margin-right: auto; }

.intro-page__title { font-size: 50px; font-weight: 400; color: #6a4420; letter-spacing: 6px; text-transform: uppercase; line-height: 1; margin-bottom: 48px; }

.intro-page__rule { display: flex; align-items: center; justify-content: center; margin-bottom: 48px; }

.intro-page__rule-line { width: 300px; height: 1px; background: #c8bfaf; }

.intro-page__rule-dot { width: 5px; height: 5px; border-radius: 50%; background: #c4a97d; margin: 0 14px; }

.intro-page__cols { display: grid; grid-template-columns: 1fr 1fr 1fr; margin-bottom: 44px; text-align: left; }

.intro-page__col { padding: 0 40px; border-right: 1px solid #e8e0d4; }

.intro-page__col:last-child { border-right: none; }

.intro-page__col-label { font-size: 21px; letter-spacing: 3px; text-transform: uppercase; color: #a89070; font-weight: 600; margin-bottom: 12px; display: block; }

.intro-page__col p { font-size: 22px; color: #7a6a55; line-height: 1.85; font-weight: 300; }

.intro-page__btn-wrap { display: flex; justify-content: center; margin-top: 12px; }

.intro-page__btn { display: inline-block; background: transparent; color: #6a4420; border: 1.5px solid #6a4420; padding: 12px 32px; border-radius: 30px; text-decoration: none; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 600; transition: 0.25s; }

.intro-page__btn:hover { background: #6a4420; color: #fff; }

@media (max-width: 860px) { .intro-page__cols { grid-template-columns: 1fr; text-align: center; } .intro-page__col { border-right: none; border-bottom: 1px solid #e8e0d4; padding: 28px 0; } .intro-page__col:last-child { border-bottom: none; } }

@media (max-width: 480px) { .intro-page { padding: 60px 24px; } .intro-page__title { font-size: 34px; letter-spacing: 3px; } }

/*-------------------------------------------------------------------------------------CARTE--------------------------------------------------------------------------------------------*/
.carte-menuis { background: #e7e1d7; padding: clamp(90px, 11vw, 170px) clamp(30px, 7vw, 120px); border-top: 1px solid #e8e0d4; }

.carte-menuis__inner { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: clamp(70px, 8vw, 140px); align-items: center; }

.carte-menuis__title { font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: 400; color: #6a4420; line-height: 1.2; margin-bottom: 8px; }

.carte-menuis__text { font-size: 25px; color: #8a7560; line-height: 1.9; margin-bottom: 32px; max-width: 600px; }

.carte-menuis__cities { margin-bottom: 40px; padding: 26px 30px; background: #f7f0e6; border-radius: 12px; border-left: 3px solid #c4a97d; font-size: 1rem; color: #4a3520; line-height: 1.8; }

.carte-menuis__cta { display: inline-block; background: #6a4420; color: #fff; padding: 15px 38px; border-radius: 30px; text-decoration: none; font-size: 0.75rem; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 600; transition: opacity 0.25s; }

.carte-menuis__cta:hover { opacity: 0.90; color: #fff; }

/* ── CARTE MAP CORRIGÉE ── */
.carte-menuis__map-wrap { display: flex; justify-content: center; }

.carte-menuis__map { width: 480px; /* PLUS GRANDE */ height: 480px; /* PARFAITEMENT CARRÉE */ border-radius: 18px; overflow: hidden; box-shadow: 0 18px 60px rgba(60, 35, 10, 0.18); border: 1.5px solid rgba(196, 169, 125, 0.35); }

.carte-menuis__map iframe { width: 100%; height: 100%; border: 0; }

@media (max-width: 960px) { .carte-menuis__inner { grid-template-columns: 1fr; text-align: center; } .carte-menuis__map { width: 340px; height: 340px; margin: 0 auto; } }

/*-------------------------------------------------------------------------------------INTRO PAGE EBENISTERIE--------------------------------------------------------------------------------------------*/
.page-ebenist { background: #6a4420d1; padding: 90px 6vw 80px; text-align: center; border-bottom: 1px solid #e8e0d4; }

.page-ebenist__logo { width: 150px; margin-bottom: 28px; }

.page-ebenist__title { font-size: 48px; font-weight: 400; color: #fff; letter-spacing: 6px; text-transform: uppercase; line-height: 1; margin-bottom: 48px; }

.page-ebenist__rule { display: flex; align-items: center; justify-content: center; margin-bottom: 48px; }

.page-ebenist__rule-line { width: 300px; height: 1px; background: #fff; }

.page-ebenist__rule-dot { width: 5px; height: 5px; border-radius: 50%; background: #fff; margin: 0 14px; }

.page-ebenist__cols { display: grid; grid-template-columns: 1fr 1fr 1fr; margin-bottom: 44px; text-align: left; }

.page-ebenist__col { padding: 0 40px; border-right: 1px solid #fff; }

.page-ebenist__col:last-child { border-right: none; }

/* ✅ AJOUT DES TITRES */
.page-ebenist__col-label { display: block; font-size: 19px; letter-spacing: 3px; text-transform: uppercase; color: #fff; font-weight: 600; margin-bottom: 14px; }

.page-ebenist__col p { font-size: 22px; color: #fff; line-height: 1.85; font-weight: 300; }

.page-ebenist__btn-wrap { display: flex; justify-content: center; margin-top: 12px; }

.page-ebenist__btn { display: inline-block; background: transparent; color: #fff; border: 1.5px solid #fff; padding: 12px 32px; border-radius: 30px; text-decoration: none; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 600; transition: 0.25s; }

.page-ebenist__btn:hover { background: #fff; }

@media (max-width: 860px) { .page-ebenist__cols { grid-template-columns: 1fr; text-align: center; } .page-ebenist__col { border-right: none; border-bottom: 1px solid #e8e0d4; padding: 28px 0; } .page-ebenist__col:last-child { border-bottom: none; } }

@media (max-width: 480px) { .page-ebenist { padding: 60px 24px; } .page-ebenist__title { font-size: 34px; letter-spacing: 3px; } }

/*-------------------------------------------------------------------------------------PRESTA EBENISTERIE--------------------------------------------------------------------------------------------*/
.presta-ebenist { background: #e7e1d7; padding: 80px 5vw 70px; }

/* ── TITRE ── */
.presta-ebenist__heading { text-align: center; margin-bottom: 56px; }

.presta-ebenist__heading h2 { font-size: 36px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: #6a4420; line-height: 1.35; }

/* ── GRILLE ── */
.presta-ebenist__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 1px solid rgba(0, 0, 0, 0.18); }

/* ── CARTE ── */
.presta-ebenist__card { padding: 36px 40px 40px; border-right: 1px solid rgba(0, 0, 0, 0.18); display: flex; flex-direction: column; gap: 0; }

.presta-ebenist__card:last-child { border-right: none; }

/* Numéro */
.presta-ebenist__num { font-size: 25px; letter-spacing: 3px; text-transform: uppercase; color: rgba(0, 0, 0, 0.45); font-weight: 600; margin-bottom: 24px; display: block; }

/* Image */
.presta-ebenist__img { width: 100%; height: 220px; border-radius: 10px; overflow: hidden; margin-bottom: 28px; background: rgba(0, 0, 0, 0.06); }

.presta-ebenist__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.55s ease; }

.presta-ebenist__card:hover .presta-ebenist__img img { transform: scale(1.05); }

/* Titre carte */
.presta-ebenist__card h3 { font-size: 21px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #000; line-height: 1.35; margin-bottom: 16px; }

/* Texte */
.presta-ebenist__card p { font-size: 25px; color: rgba(0, 0, 0, 0.75); line-height: 1.85; font-weight: 300; margin-bottom: 24px; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) { .presta-ebenist__grid { grid-template-columns: 1fr; border-top: none; } .presta-ebenist__card { border-right: none; border-top: 1px solid rgba(0, 0, 0, 0.18); padding: 36px 24px; } }

@media (max-width: 480px) { .presta-ebenist { padding: 60px 20px; } .presta-ebenist__heading h2 { font-size: 22px; } }

/*-------------------------------------------------------------------------------------CARTE MARRON--------------------------------------------------------------------------------------------*/
.carte-marron { background: #6a4420d1; padding: clamp(90px, 11vw, 170px) clamp(30px, 7vw, 120px); border-top: 1px solid rgba(255, 255, 255, 0.25); }

.carte-marron__inner { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: clamp(70px, 8vw, 140px); align-items: center; }

.carte-marron__title { font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: 400; color: #ffffff; line-height: 1.2; margin-bottom: 8px; }

.carte-marron__text { font-size: 25px; color: rgba(255, 255, 255, 0.85); line-height: 1.9; margin-bottom: 32px; max-width: 600px; }

.carte-marron__cities { margin-bottom: 40px; padding: 26px 30px; background: rgba(255, 255, 255, 0.08); border-radius: 12px; border-left: 3px solid rgba(255, 255, 255, 0.6); font-size: 1rem; color: rgba(255, 255, 255, 0.9); line-height: 1.8; }

.carte-marron__cta { display: inline-block; background: rgba(255, 255, 255, 0.12); color: #ffffff; padding: 15px 38px; border-radius: 30px; text-decoration: none; font-size: 0.75rem; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 600; transition: opacity 0.25s; border: 1px solid rgba(255, 255, 255, 0.35); }

.carte-marron__cta:hover { opacity: 0.75; }

.carte-marron__map-wrap { display: flex; justify-content: center; }

.carte-marron__map { width: 480px; height: 480px; border-radius: 18px; overflow: hidden; box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22); border: 1.5px solid rgba(255, 255, 255, 0.35); background: rgba(255, 255, 255, 0.06); }

.carte-marron__map iframe { width: 100%; height: 100%; border: 0; display: block; }

@media (max-width: 960px) { .carte-marron__inner { grid-template-columns: 1fr; text-align: center; } .carte-marron__map { width: 340px; height: 340px; margin: 0 auto; } }

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

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

#custom-gallery .image { height: 300px !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 */