:root {
    --paper: #f4efe4;
    --paper-strong: #ece3d2;
    --ink: #1d2f2c;
    --muted: #5f6c67;
    --teal: #3f8f84;
    --teal-deep: #255851;
    --sage: #dbe8de;
    --coral: #ec8f73;
    --coral-soft: #f7c8b9;
    --gold: #d2ab4c;
    --white: #fffdf8;
    --line: rgba(29, 47, 44, 0.12);
    --shadow-soft: 0 18px 45px rgba(37, 88, 81, 0.12);
    --shadow-card: 0 28px 60px rgba(29, 47, 44, 0.12);
    --radius-sm: 16px;
    --radius-md: 28px;
    --radius-lg: 40px;
    --font-body: "Albert Sans", sans-serif;
    --font-display: "Fraunces", serif;
    --nav-height: 104px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    color: var(--ink);
    background:
        radial-gradient(circle at top left, rgba(236, 143, 115, 0.18), transparent 32%),
        radial-gradient(circle at top right, rgba(63, 143, 132, 0.16), transparent 28%),
        linear-gradient(180deg, #f9f5ec 0%, var(--paper) 100%);
    letter-spacing: 0.01em;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(29, 47, 44, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(29, 47, 44, 0.03) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), transparent 70%);
    z-index: 0;
}

main,
footer,
header,
section {
    position: relative;
}

nav {
    position: relative;
}

p,
li,
td,
th,
label,
input,
textarea {
    font-family: var(--font-body);
}

a {
    color: var(--teal);
    text-decoration-thickness: 2px;
    text-underline-offset: 0.18em;
    transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover {
    color: var(--teal-deep);
}

.fa-solid,
.fa-regular,
.fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-solid,
.fa-regular {
    font-family: "Font Awesome 5 Free";
}

.fa-solid {
    font-weight: 900;
}

.fa-regular {
    font-weight: 400;
}

.fa-brands {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar,
.btn,
.section-heading,
.custom-title {
    font-family: var(--font-body);
}

h1,
h2,
h3,
.section-heading,
.intro-heading,
.pitch-wordmark {
    letter-spacing: -0.04em;
}

.section-heading,
.page-section h1.section-heading,
.page-section h2.section-heading {
    margin-bottom: 1rem;
    color: var(--ink);
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    font-weight: 800;
    line-height: 0.92;
}

.section-subheading,
.page-section h3.section-subheading {
    margin: 0 auto 2.5rem;
    max-width: 62rem;
    color: var(--muted) !important;
    font-family: var(--font-display);
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    font-style: normal;
    font-weight: 350;
    line-height: 1.6;
}

.page-section {
    padding: clamp(3.75rem, 7vw, 5.75rem) 0;
}

.page-section .container {
    position: relative;
    max-width: 1180px;
}

.page-section .container::before {
    content: "";
    display: block;
    width: 92px;
    height: 14px;
    margin-bottom: 1.5rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--coral) 0%, var(--gold) 55%, rgba(210, 171, 76, 0) 100%);
}

.section-values .container,
.section-themes .container,
.section-methodes .container,
.section-itineraire .container,
.section-team .container,
.section-verbatim .container,
.section-contact .container {
    max-width: 1100px;
}

.section-pitch .container {
    max-width: 1040px;
}

.page-section.bg-light,
.logo-band,
.section-itineraire,
.section-verbatim {
    background: transparent !important;
}

.skip-link {
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 2000;
    padding: 0.85rem 1.1rem;
    border-radius: 999px;
    background: var(--ink);
    color: var(--white);
    box-shadow: var(--shadow-soft);
    transform: translateY(-140%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.skip-link:focus {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    color: var(--white);
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 3px solid var(--coral);
    outline-offset: 3px;
}

#mainNav.site-nav {
    padding: 1rem 0;
    background: rgba(29, 47, 44, 0.84);
    backdrop-filter: blur(18px);
    box-shadow: 0 12px 40px rgba(29, 47, 44, 0.18);
}

.page-inner #mainNav.site-nav {
    background: rgba(29, 47, 44, 0.96);
}

#mainNav.site-nav.navbar-shrink {
    background: rgba(29, 47, 44, 0.92);
}

#mainNav.site-nav .navbar-brand img {
    height: 68px;
    width: auto;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.2));
}

#mainNav.site-nav .navbar-nav .nav-item .nav-link {
    margin-left: 0.9rem;
    padding: 0.55rem 0 0.3rem;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 253, 248, 0.92);
    border-bottom: 2px solid transparent;
}

.page-inner #mainNav.site-nav .navbar-nav .nav-item .nav-link {
    color: rgba(255, 253, 248, 0.96);
}

#mainNav.site-nav .navbar-nav .nav-item .nav-link:hover,
#mainNav.site-nav .navbar-nav .nav-item .nav-link:focus {
    color: var(--white);
    border-bottom-color: var(--coral);
}

.page-inner #mainNav.site-nav .navbar-brand img {
    opacity: 1;
}

#mainNav.site-nav .navbar-toggler {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
}

#mainNav.site-nav .navbar-toggler .fa-bars {
    font-size: 0.9em;
}

.editorial-hero {
    min-height: 100vh;
    padding: clamp(8rem, 16vw, 11rem) 0 5rem;
    background:
        linear-gradient(115deg, rgba(29, 47, 44, 0.72), rgba(37, 88, 81, 0.42)),
        radial-gradient(circle at 18% 24%, rgba(236, 143, 115, 0.16), transparent 28%),
        url("/assets/img/header-bg.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
}

.editorial-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 130px;
    background:
        linear-gradient(180deg, rgba(244, 239, 228, 0), rgba(244, 239, 228, 0.96)),
        linear-gradient(90deg, rgba(63, 143, 132, 0.12), rgba(236, 143, 115, 0.12));
}

header.masthead .container {
    max-width: 1200px;
}

header.masthead .intro-text {
    padding: 0;
    text-align: left;
}

.hero-layout {
    display: block;
}

.hero-copy {
    max-width: 760px;
    padding: clamp(1.6rem, 3vw, 2.4rem);
    border: 1px solid rgba(255, 253, 248, 0.12);
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(29, 47, 44, 0.32), rgba(29, 47, 44, 0.22));
    box-shadow: 0 24px 50px rgba(10, 23, 21, 0.16);
    backdrop-filter: blur(8px);
}

.intro-lead-in {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    justify-content: center;
    margin-top: -0.2rem;
    margin-bottom: 1.2rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.14);
    color: rgba(255, 253, 248, 0.92);
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-align: center;
    text-transform: uppercase;
}

.intro-lead-in p,
.intro-heading p {
    margin: 0;
}

.intro-lead-in p {
    display: block;
    line-height: 1;
}

.intro-heading {
    margin-bottom: 1.2rem;
    color: var(--white);
    font-size: clamp(3.1rem, 8vw, 5.8rem);
    font-weight: 800;
    line-height: 0.9;
}

.hero-body {
    max-width: 34rem;
    margin-bottom: 1.4rem;
    color: rgba(255, 253, 248, 0.94);
    font-size: clamp(1.02rem, 1.7vw, 1.18rem);
    line-height: 1.68;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.hero-secondary-link {
    display: inline-flex;
    align-items: center;
    padding: 0.9rem 1.1rem;
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.18);
    color: var(--white);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
}

.hero-secondary-link:hover,
.hero-secondary-link:focus {
    color: var(--ink);
    background: rgba(255, 253, 248, 0.92);
}

.header-btn,
.contact-btn,
.team-btn,
.btn-primary,
.btn-xl {
    position: static;
}

.btn {
    border-radius: 999px;
    border-width: 2px;
    padding: 1rem 1.6rem;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.btn-primary {
    border-color: var(--coral);
    background: var(--coral);
    color: var(--ink);
    box-shadow: 0 16px 36px rgba(236, 143, 115, 0.3);
    text-decoration: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border-color: var(--gold) !important;
    background: var(--gold) !important;
    color: var(--ink) !important;
    box-shadow: 0 18px 36px rgba(210, 171, 76, 0.32) !important;
    text-decoration: none !important;
}

.home-main {
    overflow: clip;
}

@supports (content-visibility: auto) {
    .home-main > section:nth-of-type(n + 4) {
        content-visibility: auto;
        contain-intrinsic-size: 960px;
    }
}

.section-pitch {
    padding-top: 0;
}

.section-pitch .container::before {
    display: none;
}

.pitch-shell {
    margin-top: -4.5rem;
    padding: 0 0 1rem;
}

.section-pitch .row {
    justify-content: center;
}

.section-pitch .col-md-12 {
    max-width: 920px;
    padding: clamp(2rem, 4vw, 3rem) clamp(1.6rem, 4vw, 3.4rem);
    border: 1px solid rgba(29, 47, 44, 0.08);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(248, 241, 230, 0.98));
    box-shadow: var(--shadow-card);
}

.pitch-kicker {
    margin-bottom: 0.55rem;
    color: var(--teal);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.pitch-wordmark {
    margin-bottom: 0.15rem;
    font-size: clamp(3.1rem, 6vw, 4.8rem);
    font-weight: 900;
    line-height: 0.95;
}

.pitch-phonetic {
    margin-bottom: 1.25rem;
    color: var(--coral);
    font-family: var(--font-display);
    font-size: clamp(1.45rem, 2.4vw, 2.2rem);
    font-style: italic;
}

.pitch-link {
    margin-top: 0;
    margin-bottom: 0.9rem;
}

.pitch-text {
    max-width: 40rem;
    margin-bottom: 0;
    font-size: clamp(1.02rem, 1.8vw, 1.22rem);
    line-height: 1.7;
}

.pitch-text strong {
    display: inline;
    margin-top: 1rem;
    padding: 0.2rem 0.55rem;
    background: linear-gradient(180deg, transparent 18%, rgba(236, 143, 115, 0.35) 18%, rgba(236, 143, 115, 0.35) 86%, transparent 86%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.section-values .values-grid,
.methods-grid {
    row-gap: 1.5rem;
    justify-content: center;
}

.value-column,
.methods-grid > div {
    display: flex;
}

.methods-grid {
    margin-left: 0;
    margin-right: 0;
    max-width: 1120px;
    margin-inline: auto;
}

.methods-grid > div {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.value-card,
.method-card {
    width: 100%;
    padding: 2rem 1.4rem 1.6rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: rgba(255, 253, 248, 0.74);
    box-shadow: var(--shadow-soft);
}

.value-card .fa-stack,
.method-card .fa-stack,
.value-icon,
.method-icon {
    margin-bottom: 1rem;
}

.method-icon,
.value-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    box-shadow: 0 12px 24px rgba(43, 149, 138, 0.22);
}

.method-icon {
    font-size: 2rem;
}

.method-icon-glyph,
.value-icon-glyph {
    display: inline-block;
    line-height: 1;
}

.method-icon-users .method-icon-glyph {
    position: relative;
    width: 1.5rem;
    height: 1.05rem;
    color: transparent;
}

.method-icon-users .method-icon-glyph::before,
.method-icon-users .method-icon-glyph::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 999px;
    color: #fff;
}

.method-icon-users .method-icon-glyph::before {
    top: -0.2rem;
    width: 0.82rem;
    height: 0.82rem;
    background: #fff;
    box-shadow: -0.95rem 0.18rem 0 -0.12rem #fff, 0.95rem 0.18rem 0 -0.12rem #fff;
}

.method-icon-users .method-icon-glyph::after {
    bottom: -0.08rem;
    width: 1.5rem;
    height: 0.8rem;
    background: #fff;
    box-shadow: -0.92rem 0.08rem 0 -0.23rem #fff, 0.92rem 0.08rem 0 -0.23rem #fff;
}

.method-icon-sliders .method-icon-glyph {
    position: relative;
    width: 1.55rem;
    height: 1.2rem;
    color: transparent;
}

.method-icon-sliders .method-icon-glyph::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(#fff, #fff) left top / 100% 0.12rem no-repeat,
        linear-gradient(#fff, #fff) left center / 100% 0.12rem no-repeat,
        linear-gradient(#fff, #fff) left bottom / 100% 0.12rem no-repeat,
        radial-gradient(circle, #fff 0.18rem, transparent 0.19rem) 0.17rem top / 0.36rem 0.36rem no-repeat,
        radial-gradient(circle, #fff 0.18rem, transparent 0.19rem) 1rem center / 0.36rem 0.36rem no-repeat,
        radial-gradient(circle, #fff 0.18rem, transparent 0.19rem) 0.6rem bottom / 0.36rem 0.36rem no-repeat;
}

.value-icon {
    font-size: 2rem;
}

.value-icon-3 .value-icon-glyph {
    font-size: 1.85rem;
}

.value-icon-4 .value-icon-glyph {
    font-size: 1.8rem;
}

.text-primary {
    color: var(--teal) !important;
}

.service-heading,
.methode-heading,
.portfolio-caption h4,
.team-member h4,
.itineraire .itineraire-heading h4,
.timeline-heading h4.subheading {
    margin-bottom: 0.7rem;
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--ink);
}

.value-card .text-muted,
.method-card .text-muted,
.team-member p,
.team-subtext,
.contact-info,
.description,
.timeline-body,
.itineraire .itineraire-body {
    color: var(--muted) !important;
}

.value-card .text-muted p,
.team-subtext p {
    margin-bottom: 0;
}

.section-themes {
    position: relative;
}

.section-themes::before,
.section-itineraire::before,
.section-verbatim::before,
.page-inner .page-section::before {
    content: "";
    position: absolute;
    inset: 1.2rem;
    border-radius: 36px;
    background: rgba(255, 253, 248, 0.74);
    box-shadow: var(--shadow-soft);
    z-index: -1;
}

.section-themes,
.section-team,
.section-verbatim,
.section-contact {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.section-themes .row:last-child,
.section-team .row.d-flex,
.page-outils .row:last-child {
    justify-content: center;
}

.themes-subheading p:last-child,
.themes-subheading {
    margin-bottom: 0;
}

.themes-closer-link,
.closer-link {
    margin-top: 1rem;
    margin-bottom: 1.4rem;
    font-size: 1rem;
    font-weight: 600;
}

.themes-closer-link a,
.closer-link a {
    display: inline-block;
    margin: 0 0.2rem;
    padding: 0.1rem 0.2rem;
    color: var(--teal);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.18em;
}

.themes-closer-link a:hover,
.themes-closer-link a:focus,
.closer-link a:hover,
.closer-link a:focus {
    color: var(--coral);
}

.portfolio-item {
    margin-bottom: 1.5rem;
}

.section-themes .portfolio-item,
.page-outils .portfolio-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.portfolio-link {
    overflow: hidden;
    border-radius: 28px;
    box-shadow: var(--shadow-soft);
}

.portfolio-link img {
    width: 100%;
    aspect-ratio: 1.18 / 1;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.portfolio-link:hover img,
.portfolio-link:focus img {
    transform: scale(1.05);
}

.portfolio-hover {
    background: linear-gradient(180deg, rgba(29, 47, 44, 0.08), rgba(29, 47, 44, 0.58));
}

.portfolio-plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: #fff;
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1;
}

.portfolio-caption {
    min-height: 152px;
    margin-top: 1rem;
    padding: 1.25rem 1.2rem 1.15rem;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 253, 248, 0.92);
}

.section-themes .section-subheading,
.section-verbatim .section-subheading,
.section-contact .section-subheading,
.page-outils .section-subheading {
    max-width: 50rem;
}

.section-team .section-subheading,
.section-methodes .section-subheading,
.section-itineraire .section-subheading {
    max-width: 46rem;
}

.portfolio-caption p {
    margin-bottom: 0;
}

.section-methodes .container::before,
.page-section-methodes .container::before {
    background: linear-gradient(90deg, var(--teal) 0%, var(--sage) 100%);
}

.section-methodes {
    padding-bottom: 4.5rem;
}

.section-methodes .mb-5,
.page-section-methodes .mb-5 {
    margin-bottom: 1.25rem !important;
}

.text-parle {
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 2vw, 1.7rem);
    font-style: italic;
    line-height: 1.55;
}

.text-parle a {
    color: var(--ink);
    text-decoration: none;
}

.text-parle a:hover {
    color: var(--teal);
}

.section-itineraire .container::before {
    background: linear-gradient(90deg, var(--gold) 0%, var(--coral) 100%);
}

.itineraire {
    position: relative;
    padding: 0;
    list-style: none;
}

.itineraire::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    content: "";
    background: linear-gradient(180deg, rgba(63, 143, 132, 0), rgba(63, 143, 132, 0.5), rgba(236, 143, 115, 0.45), rgba(63, 143, 132, 0));
}

.itineraire > li {
    position: relative;
    min-height: 88px;
    margin-bottom: 3rem;
}

.itineraire > li::before,
.itineraire > li::after {
    display: table;
    content: " ";
}

.itineraire > li::after {
    clear: both;
}

.itineraire .itineraire-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 1.5rem 1.5rem 1.5rem 6rem;
    border: 1px solid rgba(29, 47, 44, 0.08);
    border-radius: 28px;
    background: rgba(255, 253, 248, 0.95);
    box-shadow: var(--shadow-soft);
}

.itineraire .itineraire-image {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 80px;
    height: 80px;
    border: 6px solid rgba(255, 253, 248, 0.9);
    border-radius: 50%;
    background: linear-gradient(180deg, var(--coral-soft), rgba(255, 253, 248, 0.9));
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(29, 47, 44, 0.15);
}

.itineraire .itineraire-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.itineraire .itineraire-heading p {
    margin-bottom: 0.8rem;
    color: var(--teal-deep);
}

.itineraire .itineraire-body > p:last-child,
.itineraire .itineraire-body > ul:last-child {
    margin-bottom: 0;
}

.section-team .team-member {
    padding: 2rem 1.25rem;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(255, 253, 248, 0.82);
    box-shadow: var(--shadow-soft);
}

.section-team .row.d-flex {
    row-gap: 1.25rem;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.section-team .team-subtext {
    margin-top: 0.75rem;
    margin-bottom: 1.25rem;
}

.team-member img {
    width: 180px;
    height: 180px;
    border: 6px solid rgba(236, 143, 115, 0.18);
    object-fit: cover;
}

.team-subtext {
    margin-top: 1.2rem;
    margin-bottom: 1.8rem;
    font-size: 1.08rem;
    line-height: 1.75;
}

.social-glyph {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.35rem;
    min-height: 1.35rem;
    font-weight: 800;
    font-size: 0.88rem;
    line-height: 1;
    letter-spacing: -0.05em;
    text-transform: lowercase;
}

.social-glyph-facebook {
    font-size: 1rem;
}

.social-glyph-github,
.social-glyph-instagram {
    font-size: 0.72rem;
    letter-spacing: 0;
}

.logo-band .container::before,
.section-contact .container::before {
    background: linear-gradient(90deg, var(--teal) 0%, var(--coral) 100%);
}

.title-container {
    margin-bottom: 2rem;
    text-align: center;
}

.custom-title {
    color: var(--ink);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1;
}

.logo-band {
    padding: 0 0 1.25rem;
}

.logo-band .container {
    max-width: 1120px;
    padding: 2rem clamp(1rem, 3vw, 2rem);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: rgba(255, 253, 248, 0.84);
    box-shadow: var(--shadow-soft);
}

.logo-band .container::before {
    margin-left: auto;
    margin-right: auto;
}

.logo-band .col-md-3,
.logo-band .col-sm-6 {
    margin-bottom: 1rem;
}

.logo-band img {
    max-height: 88px !important;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.78;
    transition: opacity 0.2s ease, filter 0.2s ease, transform 0.2s ease;
}

.logo-band a:hover img,
.logo-band a:focus img {
    filter: grayscale(0);
    opacity: 1;
    transform: translateY(-2px);
}

.section-verbatim .content-slider {
    margin: 0;
    width: 100%;
    height: auto;
}

.section-verbatim .slider {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}

.section-verbatim .mask,
.section-verbatim .slider li {
    min-height: 320px;
}

.section-verbatim .slider ul {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-verbatim .slider li {
    grid-area: 1 / 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.9s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.6rem 2rem;
    border: 1px solid var(--line);
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 253, 248, 0.95), rgba(244, 239, 228, 0.95));
    box-shadow: var(--shadow-soft);
}

.section-verbatim .slider li.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1;
}

.slider .quote {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 2.8vw, 2.3rem);
    line-height: 1.45;
}

.slider .source {
    margin-top: 1.25rem;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--teal-deep);
}

.section-contact .container {
    max-width: 1020px;
    padding: clamp(1.75rem, 4vw, 2.5rem);
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(29, 47, 44, 0.95), rgba(37, 88, 81, 0.92));
    box-shadow: var(--shadow-card);
}

.section-contact .container::before {
    background: linear-gradient(90deg, rgba(255, 253, 248, 0.9), rgba(236, 143, 115, 0.95));
}

.section-contact .section-heading,
.section-contact .section-subheading,
.section-contact .title-contact {
    color: var(--white) !important;
}

.section-contact .section-subheading {
    max-width: 48rem;
}

.title-contact span {
    text-transform: none !important;
}

.form-group input,
.form-group textarea {
    min-height: 62px;
    border: 1px solid rgba(255, 253, 248, 0.18);
    border-radius: 18px;
    background: rgba(255, 253, 248, 0.14);
    color: rgba(255, 253, 248, 0.96);
    box-shadow: none;
}

.form-group textarea {
    min-height: 214px;
    resize: vertical;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 253, 248, 0.74);
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: rgba(236, 143, 115, 0.9);
    background: rgba(255, 253, 248, 0.22);
    color: var(--white);
    caret-color: var(--white);
}

.form-group input:not(:placeholder-shown),
.form-group textarea:not(:placeholder-shown) {
    color: var(--white);
}

.help-block.text-danger,
#success {
    color: #ffd4d9 !important;
    text-align: left;
}

.close-modal {
    position: static;
    display: grid;
    place-items: center;
    width: 75px;
    height: 75px;
    z-index: 1060;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal .lr {
    width: 1px;
    height: 48px;
    margin-left: 0;
}

.portfolio-modal .close-modal .lr .rl {
    width: 1px;
    height: 48px;
}

.portfolio-modal {
    z-index: 1055;
}

.portfolio-modal.show {
    display: block;
}

.modal-backdrop {
    z-index: 1050;
}

.modal-content {
    border: 0;
    border-radius: 36px;
    background: rgba(255, 253, 248, 0.98);
    box-shadow: var(--shadow-card);
    overflow: hidden;
}

.modal-body {
    overflow-wrap: break-word;
}

.modal-header-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 75px;
    align-items: start;
    column-gap: 1rem;
    margin-bottom: 1.5rem;
}

.modal-heading {
    min-width: 0;
}

.portfolio-modal .modal-body h2 {
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 0.96;
    margin-bottom: 0;
    margin-right: 0;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.portfolio-modal .modal-heading .item-intro {
    margin: 0.9rem 0 0;
}

.modal-body img {
    border-radius: 24px;
}

@media (max-width: 575.98px) {
    .portfolio-modal .modal-dialog {
        margin: 0.75rem;
    }

    .portfolio-modal .modal-content {
        padding: 3rem 0 3rem;
        border-radius: 28px;
    }

    .portfolio-modal .container {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }

    .portfolio-modal .col-lg-8.mx-auto {
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }

    .modal-header-row {
        grid-template-columns: minmax(0, 1fr) 52px;
        column-gap: 0.5rem;
        margin-bottom: 1.1rem;
    }

    .close-modal {
        width: 52px;
        height: 52px;
    }

    .portfolio-modal .close-modal .lr {
        height: 34px;
    }

    .portfolio-modal .close-modal .lr .rl {
        height: 34px;
    }

    .portfolio-modal .modal-body h2 {
        font-size: clamp(0.96rem, 4.4vw, 1.22rem);
        line-height: 1.08;
        letter-spacing: -0.015em;
        text-align: left;
        text-wrap: pretty;
    }

    .portfolio-modal .modal-heading .item-intro {
        margin-top: 0.7rem;
        text-align: left;
    }

    .modal-body .item-intro {
        margin-top: 0.9rem;
    }
}

.site-footer {
    padding: 2rem 0 2.5rem;
    background: transparent;
}

.site-footer .container {
    padding: 1.6rem 1.4rem;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 253, 248, 0.74);
}

.site-footer a,
.site-footer span {
    color: var(--ink);
}

.site-footer .quicklinks a {
    font-weight: 700;
}

.site-footer .social-buttons,
.site-footer .quicklinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
}

.site-footer .quicklinks {
    gap: 0.9rem 1.2rem;
}

.site-footer .list-inline-item {
    margin: 0 !important;
}

.site-footer .col-md-4 {
    text-align: center;
}

.page-main {
    padding-top: calc(var(--nav-height) + 2rem);
    padding-bottom: 2rem;
}

.page-container {
    width: min(1140px, calc(100% - 2rem));
    margin: 0 auto;
    min-height: 70vh;
}

.page-container > *:not(section) {
    margin-left: auto;
    margin-right: auto;
}

.page-inner .page-section {
    padding: clamp(3.5rem, 8vw, 6rem) 0;
}

.page-inner .page-section:first-child {
    padding-top: 2rem;
}

.page-main .page-section-formats .container,
.page-main .page-section-methodes .container,
.page-main .page-outils .section-themes .container,
.page-main .page-404 .container,
.page-main .page-statuts .container,
.page-main .page-mentions-legales .container,
.page-main .page-nous .container {
    position: relative;
}

.page-main .page-section-formats .container,
.page-main .page-section-methodes .container,
.page-main .page-outils .section-themes .container,
.page-main .page-404 .container,
.page-main .page-statuts .container,
.page-main .page-mentions-legales .container,
.page-main .page-nous .container,
.page-main .posture-section .container {
    max-width: 1080px;
    padding: clamp(2rem, 4vw, 3rem);
    border-radius: var(--radius-lg);
    background: rgba(255, 253, 248, 0.84);
    box-shadow: var(--shadow-soft);
}

.formats-table-shell {
    overflow-x: auto;
}

.formats-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 28px;
    background: var(--white);
    box-shadow: var(--shadow-soft);
}

.page-main .page-outils .container,
.page-main .page-formats .container,
.page-main .page-methodesplus .container {
    max-width: 1080px;
}

.page-budget .budget-intro .container {
    max-width: 920px;
    padding: clamp(1.8rem, 4vw, 2.6rem);
}

.budget-visual {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.budget-image {
    display: block;
    width: min(100%, 860px);
    height: auto;
    border-radius: 28px;
    box-shadow: var(--shadow-soft);
}

.page-statuts .statuts-intro .container {
    max-width: 880px;
    padding: clamp(1.8rem, 4vw, 2.6rem);
}

.page-statuts #pagecontainer > h2,
.page-statuts #pagecontainer > h3,
.page-statuts #pagecontainer > p,
.page-statuts #pagecontainer > ul,
.page-statuts #pagecontainer > ol {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.page-statuts #pagecontainer > h2 {
    margin-top: 2.25rem;
}

.page-statuts #pagecontainer > p,
.page-statuts #pagecontainer > li,
.page-statuts #pagecontainer > ul,
.page-statuts #pagecontainer > ol {
    line-height: 1.82;
}

table {
    font-family: var(--font-body);
}

th,
td {
    padding: 1rem;
    border: 1px solid rgba(29, 47, 44, 0.08);
    text-align: center;
}

th {
    background: rgba(63, 143, 132, 0.1);
    color: var(--ink);
    font-weight: 800;
}

td {
    background: rgba(255, 253, 248, 0.82);
}

tr:nth-child(even) td,
tr:nth-child(even) th[scope="row"] {
    background: rgba(244, 239, 228, 0.88);
}

tr:hover td,
tr:hover th[scope="row"] {
    background: rgba(236, 143, 115, 0.12);
}

td.left {
    text-align: left;
}

.table-container th:nth-child(1),
.table-container td:nth-child(1) {
    width: 14rem;
}

.table-container th:nth-child(2),
.table-container td:nth-child(2),
.table-container th:nth-child(3),
.table-container td:nth-child(3),
.table-container th:nth-child(4),
.table-container td:nth-child(4),
.table-container th:nth-child(5),
.table-container td:nth-child(5) {
    width: 17%;
}

.nous-section {
    min-height: 72vh;
    padding: 0;
    background:
        linear-gradient(115deg, rgba(29, 47, 44, 0.74), rgba(37, 88, 81, 0.3)),
        url('/assets/img/nous_3.jpg') center/cover no-repeat;
    border-radius: 42px;
    overflow: hidden;
}

.nous-section::before,
.nous-section::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: var(--white);
    font-family: var(--font-body);
}

.nous-section::before {
    content: "COANIMA,";
    top: 40%;
    font-size: clamp(3rem, 8vw, 6.2rem);
    font-weight: 800;
    letter-spacing: -0.05em;
}

.nous-section::after {
    content: "c'est nous";
    top: 57%;
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-style: italic;
}

.flex-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    margin: 3rem 0;
}

.flex-container-nous {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.flex-item {
    padding: 2rem;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(255, 253, 248, 0.84);
    box-shadow: var(--shadow-soft);
}

.flex-item h2 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 800;
}

.logo {
    width: min(100%, 240px);
    display: block;
    margin: 0 auto 1rem;
}

.flex-item-logo .logo {
    margin-bottom: 1.5rem;
}

.flex-item-logo p:last-child {
    margin-top: 1.5rem;
}

.page-nous h2 {
    margin-top: 0;
    margin-bottom: 1.2rem;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
}

.profile-section {
    margin: 3rem 0 4rem;
    padding: 1.8rem 1.4rem 1.2rem;
    border-top: 1px solid rgba(29, 47, 44, 0.12);
}

.profile-section:first-of-type {
    margin-top: 1.5rem;
}

.profile-meta {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    margin-bottom: 1.2rem;
}

.photo-equipe {
    width: 130px;
    height: 130px;
    margin-right: 0;
    border-radius: 50%;
    border: 5px solid rgba(63, 143, 132, 0.16);
    object-fit: cover;
    flex: 0 0 130px;
}

.contact-info {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 1rem 1.2rem;
    border-radius: 20px;
    background: rgba(63, 143, 132, 0.1);
}

.description {
    clear: both;
    text-align: justify;
    line-height: 1.82;
}

.ce-que-j-apporte,
.mes-forces {
    margin: 2rem 0 3rem;
    padding: 1.5rem;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 253, 248, 0.76);
}

.ce-que-j-apporte h5,
.mes-forces h5 {
    margin-bottom: 1rem;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.force-icon {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    min-width: 120px;
    margin: 0.5rem 1.2rem;
    color: var(--teal);
}

.force-icon span {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--ink);
}

.timeline-body p {
    margin-top: 10px;
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    content: "";
    background: linear-gradient(180deg, rgba(63, 143, 132, 0), rgba(63, 143, 132, 0.5), rgba(236, 143, 115, 0.45), rgba(63, 143, 132, 0));
}

.timeline > li {
    position: relative;
    min-height: 88px;
    margin-bottom: 3rem;
}

.timeline > li::before,
.timeline > li::after {
    display: table;
    content: " ";
}

.timeline > li::after {
    clear: both;
}

.timeline > li > .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 1.5rem 1.5rem 1.5rem 6rem;
    text-align: left;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(255, 253, 248, 0.9);
    box-shadow: var(--shadow-soft);
}

.timeline > li > .timeline-image {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    overflow: hidden;
    border: 8px solid rgba(255, 253, 248, 0.9);
    border-radius: 50%;
    box-shadow: 0 12px 30px rgba(29, 47, 44, 0.14);
}

.timeline > li > .timeline-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.timeline .timeline-heading {
    padding-top: 0.55rem;
}

.timeline .timeline-heading h4:first-child {
    margin-bottom: 0.85rem;
}

.timeline > li:last-child > .timeline-panel {
    text-align: left;
    float: none;
    padding: 1.5rem 1.5rem 1.5rem 6rem;
    margin: 0;
}

.posture-section .section-subheading,
.posture-section .large {
    text-align: center !important;
}

ul.left-align {
    text-align: left !important;
}

.page-404 img.centered-image {
    max-width: min(380px, 100%);
    margin-top: 1.5rem;
    border-radius: 32px;
    box-shadow: var(--shadow-soft);
}

@media (max-width: 991px) {
    :root {
        --nav-height: 92px;
    }

    .site-nav {
        padding: 0.8rem 0;
    }

    .site-nav .navbar-brand img {
        height: 56px;
    }

    header.masthead .intro-text {
        text-align: center;
    }

    .hero-layout {
        display: block;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-copy {
        margin: 0 auto;
    }

    .editorial-hero {
        min-height: auto;
        padding-top: 8.5rem;
        padding-bottom: 4rem;
    }

    .pitch-shell {
        margin-top: -2rem;
    }

    .flex-container {
        grid-template-columns: 1fr;
    }

    .photo-equipe,
    .contact-info {
        float: none;
    }

    .profile-meta {
        display: block;
        margin-bottom: 1rem;
    }

    .photo-equipe {
        margin-bottom: 1rem;
    }

    .contact-info {
        display: inline-block;
        margin-bottom: 1rem;
    }

    .description {
        margin-top: 1rem;
    }

    .section-verbatim .slider,
    .section-verbatim .mask,
    .section-verbatim .slider li {
        min-height: 340px;
    }
}

@media (min-width: 992px) {
    #mainNav.site-nav .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767px) {
    .page-section {
        padding: 3.25rem 0;
    }

    #mainNav.site-nav .container {
        padding-left: 1.15rem;
        padding-right: 1.15rem;
    }

    #mainNav.site-nav .navbar-toggler {
        margin-right: 0.2rem;
    }

    .page-section .container::before {
        width: 72px;
        height: 12px;
    }

    .section-themes .container,
    .section-pitch .container,
    .section-methodes .container,
    .section-itineraire .container,
    .section-team .container,
    .section-verbatim .container,
    .section-contact .container {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }

    .section-themes::before,
    .section-itineraire::before,
    .section-verbatim::before,
    .page-inner .page-section::before {
        inset: 0.75rem;
    }

    .section-themes .section-subheading,
    .section-themes .themes-closer-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .site-footer {
        padding-top: 1.25rem;
        padding-bottom: 2rem;
    }

    .site-footer .container {
        padding: 1.35rem 1rem;
    }

    .site-footer .row {
        row-gap: 1rem;
    }

    .site-footer .licence {
        display: block;
        max-width: 16rem;
        margin: 0 auto;
        line-height: 1.5;
    }

    .site-footer .social-buttons {
        gap: 0.6rem;
    }

    .site-footer .quicklinks {
        gap: 0.7rem 1rem;
    }

    .site-footer .quicklinks a {
        display: inline-block;
        line-height: 1.35;
    }

    .intro-heading {
        font-size: clamp(2.7rem, 14vw, 4.2rem);
    }

    .pitch-wordmark {
        font-size: clamp(2.8rem, 12vw, 4.5rem);
    }

    .portfolio-caption {
        min-height: auto;
    }

    .section-verbatim .slider,
    .section-verbatim .mask,
    .section-verbatim .slider li {
        min-height: 380px;
    }

    .slider .quote {
        font-size: 1.35rem;
    }

    .slider .source {
        font-size: 0.85rem;
    }

    .itineraire::before {
        left: 32px;
    }

    .itineraire .itineraire-image {
        width: 64px;
        height: 64px;
    }

    .itineraire .itineraire-panel {
        padding-left: 5rem;
    }

    .force-icon {
        min-width: 92px;
        margin: 0.5rem;
    }
}

@media (max-width: 600px) {
    .table-container {
        overflow-x: auto;
    }

    th,
    td {
        min-width: 132px;
        padding: 0.8rem;
        font-size: 0.9rem;
        white-space: normal;
    }

    th:first-child,
    td:first-child {
        position: sticky;
        left: 0;
        z-index: 1;
        min-width: 180px;
        background: var(--paper-strong);
    }

    tr:nth-child(even) th:first-child,
    tr:nth-child(even) td:first-child,
    tr:hover th:first-child,
    tr:hover td:first-child {
        background: var(--paper-strong);
    }
}

@media (max-width: 767.98px) {
    .timeline::before {
        left: 32px;
    }

    .timeline > li > .timeline-image {
        width: 64px;
        height: 64px;
    }

    .timeline > li > .timeline-panel,
    .timeline > li:last-child > .timeline-panel {
        padding-left: 5rem;
    }
}

@media (min-width: 768px) {
    .timeline::before {
        left: 50%;
    }

    .timeline > li {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 110px minmax(0, 1fr);
        align-items: start;
        column-gap: 2rem;
        margin-bottom: 4rem;
    }

    .timeline > li > .timeline-panel {
        display: block;
        align-self: start;
        float: none;
        width: auto;
        padding: 2.35rem 1.8rem 1.8rem;
        margin: 0;
        text-align: left;
        grid-column: 1;
    }

    .timeline > li.timeline-regular > .timeline-panel {
        transform: translateY(-7rem);
    }

    .timeline > li > .timeline-image {
        position: relative;
        left: auto;
        width: 110px;
        height: 110px;
        margin-left: 0;
        align-self: start;
        justify-self: center;
        grid-column: 2;
    }

    .timeline > li.timeline-inverted > .timeline-panel,
    .timeline > li.timeline-inverted > .timeline-panel {
        grid-column: 3;
        padding: 2.35rem 1.8rem 1.8rem;
        text-align: left;
        transform: translateY(1.2rem);
    }

    .itineraire::before {
        left: 50%;
    }

    .itineraire > li {
        min-height: 130px;
        margin-bottom: 4rem;
    }

    .itineraire .itineraire-panel {
        float: left;
        width: 42%;
        padding: 1.8rem;
    }

    .itineraire .itineraire-image {
        left: 50%;
        width: 110px;
        height: 110px;
        margin-left: -55px;
    }

    .itineraire .itineraire-inverted > .itineraire-panel {
        float: right;
    }
}

@media (min-width: 992px) {
    .timeline > li {
        grid-template-columns: minmax(0, 1fr) 132px minmax(0, 1fr);
    }

    .timeline > li > .timeline-image {
        width: 132px;
        height: 132px;
    }

    .itineraire > li {
        min-height: 150px;
    }

    .itineraire .itineraire-image {
        width: 132px;
        height: 132px;
        margin-left: -66px;
    }
}
