/* ========== FONTS : MADE TOMMY ========== */
@font-face {
    font-family: 'MADE TOMMY';
    src: url('fonts/MADE TOMMY Thin_PERSONAL USE.otf') format('opentype');
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: 'MADE TOMMY';
    src: url('fonts/MADE TOMMY Light_PERSONAL USE.otf') format('opentype');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'MADE TOMMY';
    src: url('fonts/MADE TOMMY Regular_PERSONAL USE.otf') format('opentype');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'MADE TOMMY';
    src: url('fonts/MADE TOMMY Medium_PERSONAL USE.otf') format('opentype');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'MADE TOMMY';
    src: url('fonts/MADE TOMMY Bold_PERSONAL USE.otf') format('opentype');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'MADE TOMMY';
    src: url('fonts/MADE TOMMY ExtraBold_PERSONAL USE.otf') format('opentype');
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: 'MADE TOMMY';
    src: url('fonts/MADE TOMMY Black_PERSONAL USE.otf') format('opentype');
    font-weight: 900;
    font-display: swap;
}

/* ========== RESET & BASE ========== */
* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --green-dark: #1b4332;
    --green-mint: #78c19c;
    --green-pale: #edf7f2;
    --gold: #c8b67b;
    --teal: #43b3a5;
    --teal-light: #deefef;
    --blue: #7182c0;
    --blue-light: #dbe3f4;
    --gold-icon: #e0b24a;
    --gold-light: #fff0d2;
    --pink: #e07da3;
    --pink-light: #fbddeb;
    --beige: #f0ece2;
    --text-dark: #1f1f1f;
    --text-body: #3d3d3d;
    --white: #fff;
}

html { scroll-behavior: auto; }

body {
    font-family: 'MADE TOMMY', 'Poppins', -apple-system, sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    background: var(--white);
    overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ========== HEADER ========== */
.site-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    background: var(--white);
    border-bottom: 4px solid var(--green-mint);
    transition: box-shadow 0.3s;
}
.site-header.scrolled { box-shadow: 0 2px 15px rgba(0,0,0,0.08); }

.header-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 88px;
}

.logo { display: flex; align-items: center; }
.logo svg { width: 168px; height: auto; display: block; }

.main-nav { display: flex; align-items: center; gap: 22px; }

.main-nav a {
    display: flex; align-items: center; gap: 9px;
    padding: 8px 10px; font-size: 14px; font-weight: 500;
    color: var(--text-dark); text-transform: uppercase; letter-spacing: 0.3px;
    transition: color 0.2s;
}
.main-nav a:hover { color: var(--green-dark); }
.main-nav a .chevron { color: var(--green-mint); font-size: 13px; font-weight: 700; line-height: 1; }

.btn-devis-header {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 10px 20px;
    margin-left: 8px;
    background: var(--green-mint);
    color: var(--white) !important;
    font-size: 12.5px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.4px;
    border-radius: 5px; line-height: 1.3; text-align: center;
    transition: background 0.2s, transform 0.2s;
}
.btn-devis-header:hover { background: var(--green-dark); transform: translateY(-1px); }

/* Mobile */
.mobile-menu-btn { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.mobile-menu-btn span { display: block; width: 24px; height: 2px; background: var(--green-dark); margin: 5px 0; transition: 0.3s; }

.mobile-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--white); border-bottom: 3px solid var(--green-mint);
    padding: 20px 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.mobile-nav.active { display: block; }
.mobile-nav a { display: block; padding: 12px 0; font-size: 14px; font-weight: 500; color: var(--text-dark); text-transform: uppercase; border-bottom: 1px solid #eee; }
.mobile-nav a:last-child { border-bottom: none; }

/* ========== HERO ========== */
.hero {
    margin-top: 88px;
    position: relative;
    height: 400px;
    overflow: hidden;
}
.hero-bg {
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
}

/* ========== HOME MAIN (intro + actus + décor) ========== */
.home-main { position: relative; }

.decor-logo-coupe {
    position: absolute;
    right: 0;
    top: 145px;
    width: 130px;
    z-index: 1;
    pointer-events: none;
}
.decor-perso {
    position: absolute;
    right: 25px;
    bottom: 0;
    width: 128px;
    z-index: 2;
    pointer-events: none;
}

/* Hero text block */
.hero-text {
    max-width: 1300px;
    margin: 0 auto;
    padding: 45px 40px 5px;
    text-align: justify;
    font-size: 17.5px;
    font-weight: 400;
    color: var(--text-body);
    line-height: 1.55;
}

/* ========== SECTION DIVIDERS ========== */
.section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px 30px;
    background: var(--green-dark);
    cursor: pointer;
    transition: background 0.2s;
    position: relative;
    z-index: 3;
}
.section-divider:hover { background: #224f3d; }

.section-divider .divider-icon { width: 30px; height: 30px; }
.section-divider span { font-size: 15px; font-weight: 400; text-transform: uppercase; letter-spacing: 1.5px; color: var(--white); }
.section-divider .chevron-down { width: 15px; height: 15px; color: var(--white); transition: transform 0.3s; }

/* ========== ACTUALITÉS ========== */
.actualites {
    padding: 35px 40px 30px;
    max-width: 1230px;
    margin: 0 auto;
}

.section-title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.section-title .line { width: 75px; height: 3px; background: var(--green-mint); }
.section-title h2 { font-size: 32px; color: var(--text-dark); font-weight: 400; letter-spacing: 0.3px; }
.section-title h2 span { font-weight: 800; text-transform: uppercase; }

.actus-carousel { position: relative; max-width: 1010px; margin: 0 auto; }

.carousel-arrow {
    position: absolute;
    top: 100px;
    width: 36px; height: 36px;
    border: none; background: none; padding: 0;
    cursor: pointer;
    z-index: 5;
    transition: transform 0.2s;
}
.carousel-arrow:hover { transform: scale(1.1); }
.carousel-arrow.prev { left: -18px; }
.carousel-arrow.next { right: -18px; }
.carousel-arrow img { width: 100%; }

.actus-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

/* Card */
.actu-card { cursor: pointer; }

.actu-card-visual { position: relative; }

.actu-card-img {
    width: 100%; height: 230px;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease;
}

/* Date badge : pastille verte pleine, à cheval sur le bas de l'image */
.actu-date {
    position: absolute;
    bottom: -32px;
    left: 13px;
    width: 47px;
    background: var(--green-mint);
    color: var(--white);
    padding: 13px 0 11px;
    border-radius: 24px;
    text-align: center;
    line-height: 1;
    z-index: 2;
}
.actu-date .day { font-size: 17px; font-weight: 700; display: block; line-height: 1; }
.actu-date .month { font-size: 8px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; display: block; margin-top: 3px; }
.actu-date .year { font-size: 8px; font-weight: 500; display: block; margin-top: 2px; }

/* Card info : ligne verticale verte à gauche */
.actu-info {
    margin-left: 35px;
    border-left: 2px solid var(--green-mint);
    padding: 48px 2px 6px 15px;
}
.actu-info .theme-label { font-size: 11px; font-weight: 400; color: var(--green-mint); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 7px; line-height: 1; }
.actu-info h3 { font-size: 13.5px; font-weight: 800; color: var(--text-dark); margin-bottom: 9px; line-height: 1.3; }
.actu-info p { font-size: 12px; font-weight: 300; color: var(--text-body); line-height: 1.45; text-align: justify; }

.actus-link { text-align: center; padding: 30px 0 10px; }
.actus-link a {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 11px 20px;
    border: 1px solid var(--green-mint);
    border-radius: 4px;
    background: var(--white);
    font-size: 11.5px; font-weight: 700; color: var(--green-mint);
    text-transform: uppercase; letter-spacing: 1px;
    transition: background 0.2s;
}
.actus-link a .arrow { color: var(--green-dark); font-size: 15px; font-weight: 700; line-height: 1; }
.actus-link a:hover { background: #f3faf6; }

/* ========== NOS PROPOSITIONS ========== */
.prestations-section {
    padding: 55px 40px 25px;
    max-width: 1230px;
    margin: 0 auto;
}

.prestations-content {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
    align-items: start;
}

.prestations-text h2 { font-size: 32px; color: var(--text-dark); margin-bottom: 22px; font-weight: 400; }
.prestations-text h2 strong { font-weight: 800; }

.prestations-text p {
    font-size: 16px; font-weight: 400; color: var(--text-body); line-height: 1.6;
    text-align: justify; margin-bottom: 38px;
}

/* Green filled button */
.btn-green {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 32px;
    background: var(--green-mint);
    color: var(--white);
    font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;
    border-radius: 6px;
    transition: background 0.2s, transform 0.2s;
}
.btn-green:hover { background: var(--green-dark); transform: translateY(-1px); }

.prestations-image {
    border-radius: 22px;
    overflow: hidden;
    height: 395px;
}
.prestations-image-bg {
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
}

/* Services 2x2 grid : cartes blanches, barre colorée à gauche */
.services-grid {
    max-width: 1230px;
    margin: 20px auto 0;
    padding: 0 40px 65px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px 30px;
}

.service-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 13px 22px;
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.18);
}
.service-item::before {
    content: '';
    position: absolute;
    left: -6px; top: 7px; bottom: 7px;
    width: 6px;
    border-radius: 6px 0 0 6px;
}
.service-item.service-re::before { background: var(--teal); }
.service-item.service-audit::before { background: var(--gold-icon); }
.service-item.service-besoins::before { background: var(--blue); }
.service-item.service-fluides::before { background: var(--pink); }

.service-item img { width: 33px; height: 33px; flex-shrink: 0; }
.service-item span { font-size: 15.5px; font-weight: 400; color: var(--text-dark); }

/* ========== DEVIS FORM ========== */
.devis-section {
    padding: 50px 20px 75px;
    max-width: 760px;
    margin: 0 auto;
}

.devis-section h2 { font-size: 30px; color: var(--text-dark); margin-bottom: 28px; font-weight: 400; }
.devis-section h2 strong { font-weight: 800; }

/* Bloc vert plein */
.form-block-highlight {
    background: var(--green-mint);
    border-radius: 8px;
    padding: 30px 50px 34px;
    margin-bottom: 32px;
    color: var(--white);
}
.form-block-highlight > label { display: block; font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 14px; }
.form-block-highlight .radio-group label { color: var(--white); }
.form-block-highlight input[type="radio"] { accent-color: var(--white); }

/* Champs alignés sur le padding interne du bloc vert */
.form-fields { padding: 0 50px; }

.form-block { margin-bottom: 30px; }
.form-block > label { font-size: 16px; font-weight: 700; color: var(--text-dark); margin-bottom: 12px; display: block; }

.radio-group { display: flex; flex-direction: column; gap: 12px; }
.radio-group label { display: flex; align-items: center; gap: 10px; font-weight: 400; font-size: 16px; color: var(--text-body); cursor: pointer; margin-bottom: 0; }
.radio-group input[type="radio"] { accent-color: var(--green-mint); width: 18px; height: 18px; flex-shrink: 0; }

.form-subtitle { font-size: 16px; font-weight: 700; color: var(--text-dark); margin-bottom: 24px; margin-top: 34px; }

.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 15px; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; }
.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1.5px solid var(--green-mint);
    border-radius: 12px;
    font-size: 15px; font-family: inherit;
    color: var(--text-dark);
    background: var(--white);
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}
.form-group input:focus,
.form-group textarea:focus { border-color: var(--green-dark); box-shadow: 0 0 0 3px rgba(120,193,156,0.2); }
.form-group textarea { resize: vertical; min-height: 100px; height: auto; padding: 12px 16px; }

.btn-submit {
    display: block;
    width: 210px;
    margin: 35px auto 0;
    padding: 13px 0;
    background: var(--green-mint);
    color: var(--white);
    font-size: 18px; font-weight: 800; font-family: inherit;
    text-transform: uppercase; letter-spacing: 0.5px;
    border: none; border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}
.btn-submit:hover { background: var(--green-dark); transform: translateY(-1px); }

/* ========== FOOTER ========== */
.site-footer {
    background: var(--green-dark);
    color: var(--white);
    padding: 55px 40px;
}

.footer-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 70px;
    align-items: center;
}

.footer-logo { padding-left: 110px; }
.footer-logo svg { width: 118px; height: auto; display: block; }

.footer-contact { display: flex; flex-direction: column; gap: 26px; }
.footer-contact-item { display: flex; align-items: center; gap: 13px; font-size: 13px; font-weight: 500; line-height: 1.45; color: var(--white); }
.footer-contact-item img { width: 34px; height: 34px; flex-shrink: 0; }
.footer-contact-item strong { font-weight: 700; }

.footer-right { padding-right: 60px; }
.footer-social { display: flex; gap: 12px; margin-bottom: 30px; }
.footer-social a { display: block; width: 36px; height: 36px; transition: transform 0.2s; }
.footer-social a:hover { transform: scale(1.1); }
.footer-social a img { width: 100%; height: 100%; }

.footer-brochure { font-size: 14.5px; font-weight: 700; margin-bottom: 12px; }
.btn-brochure {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 9px 18px;
    border: 1px solid var(--white);
    border-radius: 6px;
    font-size: 13.5px; font-weight: 700;
    color: var(--white);
    transition: all 0.2s;
}
.btn-brochure img { width: 19px; height: 19px; }
.btn-brochure:hover { background: rgba(255,255,255,0.1); }

/* Bande beige sous le footer */
.footer-strip {
    background: var(--beige);
    padding: 36px 20px;
    text-align: center;
    font-size: 11px;
    color: #9b9486;
}

/* ========== PAGE SPECIFICS ========== */
.page-hero {
    margin-top: 88px;
    background: var(--green-dark);
    padding: 55px 30px;
    text-align: center;
}
.page-hero h1 { font-size: 30px; font-weight: 800; color: var(--white); text-transform: uppercase; letter-spacing: 2px; }
.page-hero .breadcrumb { margin-top: 10px; font-size: 13px; color: rgba(255,255,255,0.5); }
.page-hero .breadcrumb a { color: rgba(255,255,255,0.5); transition: color 0.2s; }
.page-hero .breadcrumb a:hover { color: var(--white); }

.page-content { max-width: 900px; margin: 0 auto; padding: 45px 30px; }
.page-content p { font-size: 15px; color: var(--text-body); line-height: 1.8; text-align: justify; margin-bottom: 18px; }
.page-content h3 { font-size: 20px; color: var(--green-dark); margin: 30px 0 12px; font-weight: 700; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; max-width: 1000px; margin: 0 auto; padding: 45px 30px; }
.contact-info-block { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 22px; }
.contact-info-block .icon-circle {
    width: 42px; height: 42px;
    flex-shrink: 0;
}
.contact-info-block .icon-circle img { width: 100%; height: 100%; }
.contact-info-block h4 { font-size: 14px; font-weight: 700; color: var(--text-dark); margin-bottom: 3px; }
.contact-info-block p { font-size: 14px; color: var(--text-body); line-height: 1.5; }
.contact-map { width: 100%; height: 280px; background: #eee; border-radius: 8px; overflow: hidden; margin-top: 18px; }
.contact-map iframe { width: 100%; height: 100%; border: 0; }

/* ========== SKIP LINK ========== */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--green-dark);
    color: var(--white);
    padding: 8px 16px;
    z-index: 999;
    font-size: 13px;
    font-weight: 700;
    transition: top 0.2s;
}
.skip-link:focus { top: 0; }

/* ========== ACTU CARDS CLICKABLE ========== */
.actu-card {
    display: block;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border-radius: 4px;
    overflow: hidden;
}
.actu-card:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(0,0,0,0.13); }
.actu-card:hover .actu-card-img { transform: scale(1.04); }
.actu-card-img { overflow: hidden; }

/* ========== ACTUALITÉS LISTING PAGE ========== */
.actus-listing {
    max-width: 1200px;
    margin: 0 auto;
    padding: 55px 40px 70px;
}
.actus-listing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.actu-listing-card {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,0.10);
    transition: transform 0.25s, box-shadow 0.25s;
    background: var(--white);
    color: inherit;
}
.actu-listing-card:hover { transform: translateY(-5px); box-shadow: 0 12px 32px rgba(0,0,0,0.16); }
.actu-listing-img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
.actu-listing-body { padding: 28px 28px 32px; }
.actu-listing-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.actu-listing-category {
    display: inline-block;
    background: var(--green-mint);
    color: var(--white);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 3px;
}
.actu-listing-date { font-size: 12px; color: #888; font-weight: 400; }
.actu-listing-body h2 { font-size: 18px; font-weight: 800; color: var(--text-dark); margin-bottom: 10px; line-height: 1.35; }
.actu-listing-body p { font-size: 14px; color: var(--text-body); line-height: 1.7; text-align: justify; margin-bottom: 18px; }
.actu-listing-readmore {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: var(--green-mint);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.actu-listing-readmore::after { content: '→'; }

/* ========== ARTICLE PAGE ========== */
.article-page-hero {
    margin-top: 88px;
    background: var(--green-dark);
    padding: 50px 30px 40px;
    text-align: center;
}
.article-page-hero .article-category-badge {
    display: inline-block;
    background: var(--green-mint);
    color: var(--white);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 3px;
    margin-bottom: 18px;
}
.article-page-hero h1 {
    font-size: 28px;
    font-weight: 800;
    color: var(--white);
    max-width: 780px;
    margin: 0 auto 14px;
    line-height: 1.3;
}
.article-page-hero .breadcrumb { font-size: 13px; color: rgba(255,255,255,0.5); }
.article-page-hero .breadcrumb a { color: rgba(255,255,255,0.5); transition: color 0.2s; }
.article-page-hero .breadcrumb a:hover { color: var(--white); }

.article-wrapper {
    max-width: 820px;
    margin: 0 auto;
    padding: 50px 30px 60px;
}
.article-meta-bar {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--green-pale);
    font-size: 13px;
    color: #888;
}
.article-meta-bar .meta-date { font-weight: 600; color: var(--green-dark); }
.article-meta-bar .meta-read { display: flex; align-items: center; gap: 5px; }
.article-cover {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    margin-bottom: 40px;
}
.article-body h2 {
    font-size: 22px;
    font-weight: 800;
    color: var(--green-dark);
    margin: 38px 0 14px;
    line-height: 1.3;
}
.article-body h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 28px 0 10px;
}
.article-body p {
    font-size: 16px;
    color: var(--text-body);
    line-height: 1.85;
    text-align: justify;
    margin-bottom: 18px;
}
.article-body ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
.article-body ul li {
    font-size: 16px;
    color: var(--text-body);
    line-height: 1.7;
    padding: 6px 0 6px 22px;
    position: relative;
}
.article-body ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green-mint);
}
.article-body blockquote {
    border-left: 4px solid var(--green-mint);
    background: var(--green-pale);
    padding: 20px 24px;
    border-radius: 0 8px 8px 0;
    margin: 28px 0;
    font-size: 16px;
    color: var(--green-dark);
    font-style: italic;
    line-height: 1.7;
}
.article-cta-box {
    background: var(--green-dark);
    border-radius: 10px;
    padding: 36px 40px;
    text-align: center;
    margin-top: 50px;
}
.article-cta-box p { font-size: 17px; color: rgba(255,255,255,0.88); margin-bottom: 22px; text-align: center; }
.article-cta-box h3 { font-size: 22px; font-weight: 800; color: var(--white); margin-bottom: 10px; }

.article-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 820px;
    margin: 0 auto;
    padding: 0 30px 40px;
    gap: 20px;
}
.article-nav a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: var(--green-mint);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.2s;
}
.article-nav a:hover { color: var(--green-dark); }

/* Related articles */
.related-articles {
    background: var(--beige);
    padding: 55px 40px 65px;
}
.related-articles .section-title { max-width: 1150px; margin: 0 auto 35px; }
.related-grid {
    max-width: 1150px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.related-card {
    display: block;
    background: var(--white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0,0,0,0.09);
    transition: transform 0.2s, box-shadow 0.2s;
    color: inherit;
}
.related-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.14); }
.related-card-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}
.related-card-body { padding: 18px 18px 22px; }
.related-card-body .rc-cat { font-size: 10px; font-weight: 700; color: var(--green-mint); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 7px; }
.related-card-body h3 { font-size: 14px; font-weight: 800; color: var(--text-dark); line-height: 1.4; margin-bottom: 8px; }
.related-card-body p { font-size: 12px; color: var(--text-body); line-height: 1.5; }

/* ========== RESPONSIVE ========== */
@media (max-width: 1280px) {
    .decor-logo-coupe, .decor-perso { display: none; }
}

@media (max-width: 1024px) {
    .main-nav { display: none; }
    .mobile-menu-btn { display: block; }
    .actus-grid { grid-template-columns: repeat(2, 1fr); }
    .carousel-arrow.prev { left: -10px; }
    .carousel-arrow.next { right: -10px; }
    .prestations-content { grid-template-columns: 1fr; }
    .prestations-image { height: 300px; }
    .services-grid { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr; gap: 35px; }
    .footer-logo { padding-left: 0; }
    .footer-right { padding-right: 0; }
    .contact-grid { grid-template-columns: 1fr; }
    .actus-listing-grid { grid-template-columns: 1fr; }
    .related-grid { grid-template-columns: repeat(2, 1fr); }
    .article-page-hero { margin-top: 88px; }
}

@media (max-width: 640px) {
    .header-inner { height: 66px; padding: 0 20px; }
    .logo svg { width: 130px; }
    .hero { margin-top: 66px; height: 250px; }
    .hero-text { padding: 25px 20px 5px; font-size: 15px; }
    .actus-grid { grid-template-columns: 1fr; }
    .actualites { padding: 30px 20px; }
    .section-title h2 { font-size: 24px; }
    .section-title .line { width: 45px; }
    .page-hero { margin-top: 66px; padding: 35px 20px; }
    .page-hero h1 { font-size: 22px; }
    .devis-section { padding: 35px 15px 50px; }
    .form-block-highlight { padding: 24px 25px; }
    .form-fields { padding: 0; }
    .prestations-section { padding: 40px 20px 20px; }
    .services-grid { padding: 0 20px 45px; }
    .actus-listing { padding: 30px 20px 50px; }
    .article-wrapper { padding: 35px 20px 50px; }
    .article-cover { height: 220px; }
    .article-page-hero { margin-top: 66px; padding: 35px 20px 28px; }
    .article-page-hero h1 { font-size: 20px; }
    .article-cta-box { padding: 28px 22px; }
    .related-grid { grid-template-columns: 1fr; }
    .related-articles { padding: 40px 20px 50px; }
    .article-nav { padding: 0 20px 30px; flex-direction: column; align-items: flex-start; }
}
