:root {
    --gold: #c9a84c;
    --gold-lt: #e8c97a;
    --navy: #0d1f38;
    --navy-lt: #1a3356;
    --white: #ffffff;
    --cream: #faf8f4;
    --bg: #f5f5f5;
    --text: #1c2333;
    --muted: #666;
    --border: #e0e0e0;
    --teal: #2a7f74;
    --teal-lt: #e4f4f2;
    --red: #c94c4c;
    --r: 8px;
    --sh: 0 2px 12px rgba(0, 0, 0, .08);
    --sh-md: 0 6px 28px rgba(0, 0, 0, .13);
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Nunito', sans-serif;
    color: var(--text);
    background: var(--white);
    font-size: 15px;
    line-height: 1.6
}


.bc {
    background: var(--bg);
    border-bottom: 1px solid var(--border);
    padding: 10px 5%;
    font-size: .8rem;
    color: var(--muted)
}

.bc a {
    color: var(--navy-lt);
    text-decoration: none;
    font-weight: 600
}

.bc a:hover {
    text-decoration: underline
}

.bc span {
    margin: 0 7px;
    opacity: .5
}

/* HERO */
.hero {
    position: relative;
    height: 500px;
    overflow: hidden
}

.hero-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 45%;
    display: block
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(13, 31, 56, .7) 0%, rgba(13, 31, 56, .38) 55%, rgba(13, 31, 56, .18) 100%)
}

.hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 5% 44px;
    max-width: 1200px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%
}

.hero-title-block {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.hero-label {
    display: inline-block;
    font-size: .72rem;
    font-weight: 700;
    color: var(--gold-lt);
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 6px
}

.hero h1 {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 900;
    color: var(--white);
    line-height: 1.15;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .3)
}

.coord-card {
    background: var(--white);
    border-radius: 12px;
    padding: 22px 26px;
    min-width: 280px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .18);
    flex-shrink: 0
}

.cc-label-gold {
    font-size: .72rem;
    font-weight: 800;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 8px
}

.cc-title {
    font-size: 1.05rem;
    font-weight: 900;
    color: var(--navy);
    margin-bottom: 14px;
    line-height: 1.25;
    font-family: 'Nunito', sans-serif
}

.cc-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px
}

.cc-row:last-of-type {
    margin-bottom: 0
}

.cc-icon {
    width: 28px;
    height: 28px;
    background: var(--bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: .78rem;
    font-weight: 700;
    color: var(--navy)
}

.cc-row a,
.cc-row span {
    font-size: .87rem;
    font-weight: 600;
    color: var(--navy);
    text-decoration: none
}

.cc-row a:hover {
    color: var(--teal)
}

.cc-orias {
    font-size: .78rem;
    color: var(--muted);
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--border)
}

.specialites-nav {
    background: var(--navy);
    overflow-x: auto;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.specialites-nav-inner {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%
}

.specialites-nav a {
    display: block;
    color: rgba(255, 255, 255, .72);
    text-decoration: none;
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 16px 20px;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
    transition: .15s
}

.specialites-nav a:hover {
    color: var(--white);
    border-bottom-color: rgba(201, 168, 76, .5)
}

.specialites-nav a.active {
    color: var(--gold-lt);
    border-bottom-color: var(--gold)
}

.section {
    padding: 60px 5%
}

.section-bg {
    background: var(--bg)
}

.section-navy {
    background: var(--navy)
}

.inner {
    max-width: 1100px;
    margin: 0 auto
}

h2 {
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
    font-weight: 800;
    color: var(--navy);
    line-height: 1.25;
    margin-bottom: 14px
}

.on-navy h2 {
    color: var(--white)
}

.h2-gold {
    color: var(--gold)
}

h3 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 8px
}

h6 {
    font-size: .72rem;
    font-weight: 800;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: 10px
}

p {
    color: var(--muted);
    line-height: 1.72;
    margin-bottom: 12px;
    font-size: .94rem
}

.lead {
    font-size: 1rem;
    color: var(--muted);
    max-width: 700px;
    margin-bottom: 36px;
    line-height: 1.72
}

.on-navy p,
.on-navy .lead {
    color: rgba(255, 255, 255, .78)
}

.editorial {
    font-size: .94rem;
    color: var(--muted);
    line-height: 1.82;
    margin-bottom: 14px;
    max-width: 820px
}

.editorial strong {
    color: var(--text);
    font-weight: 700
}

.kw {
    background: rgba(201, 168, 76, .1);
    border-bottom: 1.5px solid var(--gold);
    padding: 0 2px;
    font-weight: 700;
    color: var(--navy)
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start
}

.intro-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 4px
}

.intro-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: .9rem;
    color: var(--muted);
    line-height: 1.55
}

.intro-list li::before {
    content: '—';
    color: var(--gold);
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px
}

.encart {
    margin-top: 20px;
    padding: 16px 18px;
    background: var(--bg);
    border-radius: var(--r);
    border-left: 3px solid var(--gold)
}

.encart-titre {
    font-size: .88rem;
    color: var(--navy);
    font-weight: 800;
    margin-bottom: 6px
}

.encart p {
    font-size: .84rem;
    color: var(--muted);
    margin: 0
}

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

.chiffre-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-top: 3px solid var(--gold);
    border-radius: var(--r);
    padding: 22px 18px;
    text-align: center;
    box-shadow: var(--sh)
}

.c-num {
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--navy);
    line-height: 1;
    margin-bottom: 6px
}

.c-lbl {
    font-size: .8rem;
    color: var(--muted);
    line-height: 1.4
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.expertise-bloc {
    background: var(--white);
    border: 1px solid var(--border);
    border-top: 3px solid var(--gold);
    border-radius: var(--r);
    padding: 24px 20px;
    box-shadow: var(--sh)
}

.expertise-bloc h6 {
    font-size: .7rem
}

.expertise-bloc h3 {
    font-size: .95rem;
    margin-bottom: 12px
}

.expertise-bloc ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.expertise-bloc ul li {
    font-size: .84rem;
    color: var(--muted);
    padding-left: 14px;
    position: relative;
    line-height: 1.5
}

.expertise-bloc ul li::before {
    content: '–';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-weight: 700
}

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

.garantie {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r);
    padding: 24px 20px;
    box-shadow: var(--sh);
    position: relative;
    overflow: hidden;
    transition: transform .2s, box-shadow .2s
}

.garantie::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: var(--gold)
}

.garantie:hover {
    transform: translateY(-3px);
    box-shadow: var(--sh-md)
}

.g-num {
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--border);
    line-height: 1;
    margin-bottom: 8px
}

.garantie h3 {
    font-size: .92rem;
    margin-bottom: 7px
}

.garantie p {
    font-size: .84rem;
    margin: 0
}

.g-note {
    font-size: .75rem;
    color: var(--teal);
    font-weight: 700;
    margin-top: 8px;
    display: block
}

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

.profile {
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: var(--r);
    padding: 22px 18px;
    background: rgba(255, 255, 255, .06);
    transition: .2s
}

.profile:hover {
    background: rgba(255, 255, 255, .12);
    border-color: rgba(201, 168, 76, .4)
}

.profile h3 {
    color: var(--gold-lt);
    font-size: .92rem;
    margin-bottom: 8px
}

.profile p {
    font-size: .83rem;
    color: rgba(255, 255, 255, .68);
    margin: 0 0 10px
}

.profile ul {
    list-style: none
}

.profile ul li {
    font-size: .81rem;
    color: rgba(255, 255, 255, .6);
    padding: 3px 0 3px 15px;
    position: relative
}

.profile ul li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-weight: 700
}

.erreurs-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 820px
}

.erreur-item {
    display: flex;
    gap: 16px;
    background: var(--white);
    border: 1px solid var(--border);
    border-left: 4px solid var(--red);
    border-radius: var(--r);
    padding: 18px;
    box-shadow: var(--sh)
}

.err-num {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: var(--red);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: .88rem;
    margin-top: 1px
}

.err-body h3 {
    font-size: .91rem;
    color: var(--navy);
    margin-bottom: 5px
}

.err-body p {
    font-size: .84rem;
    margin: 0
}

.err-fix {
    display: inline-block;
    margin-top: 7px;
    font-size: .77rem;
    font-weight: 700;
    color: var(--teal);
    background: var(--teal-lt);
    padding: 2px 10px;
    border-radius: 10px
}

.methode-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative
}

.methode-steps::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 12.5%;
    right: 12.5%;
    height: 1px;
    background: linear-gradient(90deg, var(--gold), var(--teal));
    z-index: 0
}

.ms {
    text-align: center;
    padding: 0 12px;
    position: relative;
    z-index: 1
}

.ms-num-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--white);
    border: 2px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--navy);
    box-shadow: 0 0 0 8px var(--bg)
}

.ms h3 {
    font-size: .88rem;
    margin-bottom: 6px
}

.ms p {
    font-size: .8rem;
    color: var(--muted);
    margin: 0;
    line-height: 1.5
}

.faq-wrap {
    max-width: 820px
}

.faq-item {
    border: 1px solid var(--border);
    border-radius: var(--r);
    margin-bottom: 8px;
    overflow: hidden
}

.faq-q {
    width: 100%;
    background: var(--white);
    border: none;
    padding: 16px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    text-align: left;
    cursor: pointer;
    transition: background .15s;
    font-family: 'Nunito', sans-serif;
    font-size: .92rem;
    font-weight: 700;
    color: var(--navy)
}

.faq-q:hover {
    background: var(--bg)
}

.faq-plus {
    color: var(--gold);
    font-size: 1.2rem;
    font-weight: 900;
    flex-shrink: 0;
    transition: transform .3s;
    line-height: 1
}

.faq-a {
    display: none;
    padding: 0 18px 14px;
    font-size: .88rem;
    color: var(--muted);
    line-height: 1.72;
    background: var(--white)
}

.faq-item.open .faq-q {
    background: var(--bg)
}

.faq-item.open .faq-a {
    display: block
}

.faq-item.open .faq-plus {
    transform: rotate(45deg)
}

.cta-band {
    padding: 52px 5%;
    text-align: center;
    background: linear-gradient(135deg, var(--navy) 0%, #1a3a6e 100%)
}

.cta-band h2 {
    color: var(--white);
    margin-bottom: 10px
}

.cta-band p {
    color: rgba(255, 255, 255, .85);
    max-width: 540px;
    margin: 0 auto 24px
}

.cta-row {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap
}

.btn-primary {
    display: inline-block;
    background: var(--gold);
    color: var(--navy);
    font-weight: 800;
    font-size: .92rem;
    padding: 12px 26px;
    border-radius: 24px;
    text-decoration: none;
    transition: .2s;
    box-shadow: 0 4px 16px rgba(201, 168, 76, .35)
}

.btn-primary:hover {
    background: var(--gold-lt);
    transform: translateY(-1px)
}

.btn-outline {
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, .5);
    color: var(--white);
    font-weight: 700;
    font-size: .9rem;
    padding: 11px 22px;
    border-radius: 24px;
    text-decoration: none;
    transition: .2s
}

.btn-outline:hover {
    border-color: var(--white);
    background: rgba(255, 255, 255, .08)
}

.zones-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px
}

.zone-pill {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 6px 14px;
    font-size: .82rem;
    font-weight: 600;
    color: var(--navy);
    transition: .15s
}

.zone-pill:hover {
    background: var(--teal-lt);
    border-color: var(--teal);
    color: var(--teal)
}

.links-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 9px
}

.link-pill {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .82);
    text-decoration: none;
    font-size: .82rem;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 20px;
    transition: .2s;
    display: flex;
    flex-direction: column
}

.link-pill small {
    font-size: .67rem;
    opacity: .55;
    font-weight: 500
}

.link-pill:hover {
    background: rgba(201, 168, 76, .18);
    border-color: var(--gold);
    color: var(--gold-lt)
}

.contact-section {
    background: var(--bg);
    border-top: 1px solid var(--border)
}

.contact-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 60px;
    align-items: start
}

.contact-left h2 {
    margin-bottom: 12px
}

.contact-left p {
    font-size: .93rem;
    line-height: 1.72;
    margin-bottom: 14px
}

.infos-pratiques {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r);
    padding: 20px;
    margin-top: 20px
}

.ip-titre {
    font-size: .72rem;
    font-weight: 800;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: 12px
}

.ip-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: .88rem;
    color: var(--muted)
}

.ip-row:last-child {
    margin-bottom: 0
}

.ip-row strong {
    color: var(--navy);
    font-weight: 700;
    min-width: 80px
}

.ip-row a {
    color: var(--navy-lt);
    text-decoration: none;
    font-weight: 600
}

.ip-row a:hover {
    color: var(--teal)
}

.contact-form-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r);
    padding: 28px 24px;
    box-shadow: var(--sh-md)
}

.cf-titre {
    font-size: .72rem;
    font-weight: 800;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: 16px
}

.cf-head {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 4px
}

.cf-sub {
    font-size: .8rem;
    color: var(--muted);
    margin-bottom: 18px
}

.ff {
    margin-bottom: 12px
}

.ff label {
    display: block;
    font-size: .77rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: .2px
}

.ff input,
.ff select,
.ff textarea {
    width: 100%;
    padding: 10px 13px;
    border: 1.5px solid var(--border);
    border-radius: 6px;
    font-family: 'Nunito', sans-serif;
    font-size: .87rem;
    color: var(--text);
    background: var(--bg);
    transition: border-color .15s;
    -webkit-appearance: none;
    appearance: none
}

.ff input:focus,
.ff select:focus,
.ff textarea:focus {
    outline: none;
    border-color: var(--navy);
    background: var(--white)
}

.ff textarea {
    resize: vertical;
    min-height: 80px
}

.btn-submit {
    width: 100%;
    background: var(--navy);
    color: var(--white);
    font-weight: 800;
    font-size: .92rem;
    padding: 12px;
    border-radius: 24px;
    border: none;
    cursor: pointer;
    transition: .2s;
    font-family: 'Nunito', sans-serif
}

.btn-submit:hover {
    background: var(--navy-lt);
    transform: translateY(-1px)
}

.form-rea {
    text-align: center;
    font-size: .72rem;
    color: var(--muted);
    margin-top: 8px
}



.sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: var(--navy);
    border-top: 2px solid var(--gold);
    padding: 11px 5%;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.sticky-cta p {
    color: rgba(255, 255, 255, .85);
    font-size: .8rem;
    font-weight: 700;
    margin: 0
}

.sticky-cta a {
    background: var(--gold);
    color: var(--navy);
    font-weight: 800;
    font-size: .85rem;
    padding: 9px 18px;
    border-radius: 22px;
    text-decoration: none;
    white-space: nowrap
}

.fi {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .5s ease, transform .5s ease
}

.fi.vis {
    opacity: 1;
    transform: none
}

@media(prefers-reduced-motion:reduce) {
    .fi {
        opacity: 1;
        transform: none;
        transition: none
    }
}

@media(max-width:1024px) {
    .contact-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .ft-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:960px) {
    .hero {
        height: 420px
    }

    .hero-content {
        flex-direction: column;
        justify-content: flex-end;
        gap: 16px;
        align-items: flex-start
    }

    .coord-card {
        min-width: 0;
        width: 100%;
        max-width: 340px
    }

    .expertise-grid,
    .garanties-grid,
    .profiles-grid {
        grid-template-columns: 1fr 1fr
    }

    .methode-steps {
        grid-template-columns: 1fr 1fr
    }

    .methode-steps::before {
        display: none
    }

    .chiffres-grid {
        grid-template-columns: 1fr 1fr
    }

    
}

@media(max-width:640px) {

    .expertise-grid,
    .garanties-grid,
    .profiles-grid,
    .chiffres-grid {
        grid-template-columns: 1fr
    }

    .methode-steps {
        grid-template-columns: 1fr
    }

    .intro-grid {
        grid-template-columns: 1fr
    }

    .ft-grid {
        grid-template-columns: 1fr
    }

    .section {
        padding: 44px 5%
    }

    .sticky-cta {
        display: flex
    }

    body {
        padding-bottom: 62px
    }
}