/*!
Theme Name: theme-inpulse
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theme-inpulse
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

theme-inpulse is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
    --bg-dark: #050a18;
    --neon-green: #2ee6a6;
    --text-muted: #a0a0a0;
}

*{
    font-family: raleway;
}

#start {
    font-family: 'Montserrat', sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
    background: linear-gradient(180deg, rgb(18, 19, 29), rgb(67, 86, 255));
}

.fw-extrabold { font-weight: 900; }

.text-neon {
    color: var(--neon-green);
}

#links {
    z-index: 9999;
}

#links a:hover{
    color: var(--neon-green);
    cursor: pointer;
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.text-secondary-custom {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 500px;
}

.navbar-brand { letter-spacing: 2px; }
.logo-icon { color: var(--neon-green); margin-right: 5px; }
.nav-link { font-size: 0.85rem; color: white !important; }

.hero-section {
    min-height: calc(100vh - 100px);
    margin-bottom: 35px;
}

.card-selection {
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid var(--neon-green);
    border-radius: 25px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.card-selection:hover {
    box-shadow: 0 0 20px rgba(0, 255, 170, 0.2);
    transform: translateY(-5px);
}

.card-selection p{
    color: "white";
}

.neon-icon {
    filter: invert(65%) sepia(90%) saturate(1000%) hue-rotate(120deg);
}

.navbar-brand {
    letter-spacing: 4px; 
    font-size: 1.5rem !important;
}

.nav-custom-link {
    font-size: 0.9rem;
    text-transform: uppercase; 
    letter-spacing: 1.5px;
    font-weight: 400;
    transition: color 0.3s ease;
    position: relative;
}

.nav-custom-link:hover {
    color: var(--neon-green) !important;
}

@media (min-width: 992px) {
    .navbar-nav {
        margin-right: 2rem; 
    }
}


.bg-darker {
    background-color: #030712;
}

.text-neon-dark {
    color: #00cc88; 
}

.img-frame {
    position: relative;
    padding-left: 20px;
    border-left: 5px solid var(--neon-green);
}

.section-agency {
    background: linear-gradient(rgba(5, 10, 24, 0.8), rgba(5, 10, 24, 0.8)), url('./images/fond-handball.jpg');
    min-height:60vh;
    background-size: cover;
    background-position: center;
}

#notre-histoire {
    background: linear-gradient(to top, rgb(6, 22, 94), rgb(1, 33, 104), rgb(0, 0, 0));
    h2 {
        font-size: xx-large;
    }
}

#links a:hover {
    color: var(--neon-green);
    cursor: pointer;
    transform: scale(1.1);
}


html {
    scroll-behavior: smooth;
}

.hero {
    min-height: 50vh;
    background-color: #7EF0C8; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero h1 {
    color: #0B2C5D;
    font-weight: 700;
    letter-spacing: 1px;
}

.hero p {
    color: #0B2C5D;
    opacity: 0.8;
    margin-top: 15px;
    margin-bottom: 30px;
}

.btn-custom {
    background-color: #0B2C5D;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 500;
}

.btn-custom:hover {
    background-color: #091f42;
    color: #fff;
}

.header-section {
    background-color: #fff;
    padding: 60px 0 40px;
    border-bottom: 1px solid #eaeaea;
}
.page-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}
.page-subtitle {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.6;
}
.separator {
    width: 80px;
    height: 3px;
    background-color: #007bff;
    margin: 0 auto 40px;
}
.projects-section {
    padding: 60px 0;
}
.project-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    border-left: 4px solid #007bff;
}
.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.project-category {
    font-size: 0.9rem;
    font-weight: 600;
    color: #007bff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.project-description {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.5;
}
.project-link {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
}
.project-link:hover {
    color: #0056b3;
    text-decoration: underline;
}
.project-link::after {
    content: "→";
    margin-left: 5px;
    transition: transform 0.2s;
}
.project-link:hover::after {
    transform: translateX(3px);
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
@media (max-width: 992px) {
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .projects-grid {
        grid-template-columns: 1fr;
    }
    .page-title {
        font-size: 2.2rem;
    }
    .page-subtitle {
        font-size: 1rem;
        padding: 0 20px;
    }
}

:root {
    --primary-blue: #1a2b56;
}

.service-title {
    color: var(--primary-blue);
    font-size: 2.25rem;
    letter-spacing: -0.02em;
}

.custom-list li {
    font-weight: 500;
    color: #2c3e50;
}

.bullet {
    width: 6px;
    height: 6px;
    background-color: var(--primary-blue);
    border-radius: 50%;
    display: inline-block;
}

@media (max-width: 991.98px) {
    .service-title {
        font-size: 1.75rem;
    }
}

.img-fluid:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease-in-out;
}

.clients-list {
    /*display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;*/
    overflow-x: hidden;
}


:root {
    --deep-blue: #1a2b56;
    --emerald: #00f2a1;
}

.text-emerald { color: var(--emerald); }
.bg-deep-blue { background-color: var(--deep-blue); }

.icon-box {
    background-color: var(--emerald);
    color: white;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 1.2rem;
}

.opening-hours {
    background-color: var(--deep-blue);
    font-size: 0.95rem;
}

.form-container {
    background-color: var(--deep-blue);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.form-control, .form-select {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 12px 15px;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-control:focus, .form-select:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: var(--emerald);
    box-shadow: none;
    color: white;
}

.btn-emerald {
    background-color: var(--emerald);
    color: var(--deep-blue);
    border: none;
    transition: all 0.3s ease;
}

.btn-emerald:hover {
    background-color: #00d990;
    transform: translateY(-2px);
}

.img-map {
    height: 300px;
    object-fit: cover;
}

h2 {
  margin-bottom: 20px;
}

.carousel {
  overflow: hidden;
  cursor: grab;
}

.carousel:active {
  cursor: grabbing;
}

.carousel-track {
  display: flex;
  gap: 20px;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
}

.carousel-track::-webkit-scrollbar {
  display: none; /* Chrome */
}

.carousel-track img {
  width: 250px;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  user-select: none;
  pointer-events: none;
}



















/* --- VARIABLES & RESET --- */
        :root {
            --blue: #1B3083;
            --green: #11DD9E;
            --text-dark: #1a1a1a;
            --text-light: #ffffff;
            --bg-light: #F5F7FA;
        }

        a {
            text-decoration: none;
            color: inherit;
            transition: 0.3s;
        }

        ul {
            list-style: none;
        }

        img {
            max-width: 100%;
            display: block;
        }

        /* --- TYPOGRAPHIE --- */
        /* Application de Vito Wide sur les titres, avec fallback Montserrat */
        h1,
        h2,
        h3,
        h4,
        .btn,
        .nav-link,
        .badge {
            font-family: 'Vito Wide', 'Montserrat', sans-serif;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* --- HEADER --- */
        header {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 100;
            padding: 25px 0;
        }

        header .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            height: 35px;
            width: auto;
        }

        nav ul#primary-menu {
            display: flex;
            gap: 40px;
            background:yellow;
        }

        nav a {
            color: var(--text-light);
            font-size: 0.85rem;
            font-weight: 600;
            text-transform: uppercase;
            opacity: 0.9;
        }

        nav a:hover,
        nav a.active {
            opacity: 1;
            color: var(--green);
        }

        nav a.active {
            border-bottom: 2px solid var(--green);
            padding-bottom: 5px;
        }

        /* --- HERO SECTION --- */
        #hero {
            /* Dégradé Bleu vers Vert */
            background: linear-gradient(180deg, rgba(1, 13, 59, 1), rgba(27, 48, 131, 1));
            padding-top: 140px;
            padding-bottom: 60px;
            text-align: center;
            color: var(--text-light);
            position: relative;
        }

        /* Overlay optionnel pour texture si l'image hero-clients-bg est présente */
        #hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.15;
            pointer-events: none;
        }

        .hero-content {
            position: relative;
            z-index: 1;
        }

        #hero h1 {
            font-size: 3.5rem;
            font-weight: 900;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        #hero p {
            max-width: 700px;
            margin: 0 auto 50px;
            font-size: 1rem;
            opacity: 0.95;
            font-weight: 400;
        }

        /* Bandeau Logos */
        .logos-row {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 40px;
            flex-wrap: wrap;
            padding: 0 20px;
        }

        .client-logo {
            height: 55px;
            width: auto;
            filter: brightness(0) invert(1);
            /* Rend les logos blancs */
            opacity: 0.9;
            transition: opacity 0.3s;
        }

        .client-logo:hover {
            opacity: 1;
        }

        /* --- GRILLE PROJETS --- */
        #projects {
            padding: 80px 0;
            background-color: #fff;
        }

        .projects-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            /* Desktop: 3 colonnes */
            gap: 30px;
        }

        .project-card {
            background: #fff;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            display: flex;
            flex-direction: column;
            transition: transform 0.3s ease;
            height: 100%;
        }

        .project-card:hover {
            transform: translateY(-5px);
        }

        .card-img-wrapper {
            position: relative;
            height: 240px;
            width: 100%;
        }

        .card-img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background-color: var(--green);
            color: #1a1a1a;
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 800;
            text-transform: uppercase;
        }

        .card-content {
            padding: 25px;
            flex-grow: 1;
        }

        .card-content p {
            font-size: 0.95rem;
            color: #333;
            line-height: 1.6;
            font-weight: 500;
        }

        /* --- CTA BANDEAU --- */
        #cta {
            background: linear-gradient(135deg, #A8EED8 0%, #8AE6C7 100%);
            padding: 80px 20px;
            text-align: center;
        }

        #cta h2 {
            color: var(--blue);
            font-size: 2.2rem;
            font-weight: 900;
            margin-bottom: 10px;
            text-transform: uppercase;
            line-height: 1.2;
        }

        #cta p {
            color: var(--blue);
            margin-bottom: 30px;
            font-weight: 600;
            font-size: 1.05rem;
        }

        .btn {
            display: inline-block;
            padding: 15px 40px;
            border-radius: 50px;
            font-weight: 800;
            text-transform: uppercase;
            font-size: 0.9rem;
            background-color: var(--blue);
            color: #fff;
            border: none;
            cursor: pointer;
        }

        .btn:hover {
            transform: scale(1.05);
        }

        /* --- FOOTER --- */
        footer {
            background-color: var(--blue);
            color: var(--text-light);
            padding: 70px 0 20px;
            font-size: 0.9rem;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 1.5fr 1fr 1fr 1fr;
            gap: 40px;
            margin-bottom: 50px;
            align-items: flex-start;
        }

        .footer-col h4 {
            font-size: 1.1rem;
            margin-bottom: 25px;
            font-weight: 800;
            text-transform: uppercase;
        }

        .footer-col ul li {
            margin-bottom: 12px;
        }

        .footer-col ul li a {
            opacity: 0.8;
            font-weight: 400;
        }

        .footer-col ul li a:hover {
            opacity: 1;
            color: var(--green);
        }

        .copyright {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 25px;
            text-align: center;
            font-size: 0.85rem;
            opacity: 0.7;
        }

        /* --- RESPONSIVE --- */
        @media (max-width: 1024px) {

            /* Tablette */
            .projects-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            #hero h1 {
                font-size: 2.8rem;
            }

            .logos-row {
                gap: 25px;
            }
        }

        @media (max-width: 768px) {

            /* Mobile */
            nav {
                display: none;
            }

            /* Menu burger simplifié */
            header {
                padding: 20px 0;
            }

            .projects-grid {
                grid-template-columns: 1fr;
            }

            .footer-grid {
                grid-template-columns: 1fr;
                text-align: center;
            }

            #hero h1 {
                font-size: 2.2rem;
            }

            #hero p {
                font-size: 0.9rem;
                padding: 0 10px;
            }
        }
        
         /* --- RESET & VARIABLES --- */
        :root {
            --primary-blue: #1B3083;
            --accent-green: #11dd9e;
            --text-dark: #1a1a1a;
            --text-light: #ffffff;
            --gray-bg: #f9f9f9;
        }

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

        body {
            /* Priorité à Vito Wide, fallback sur Montserrat */
            font-family: 'Vito Wide', 'Montserrat', sans-serif;
            color: var(--text-dark);
            line-height: 1.6;
            overflow-x: hidden;
        }

        a {
            text-decoration: none;
            color: inherit;
            transition: 0.3s;
        }

        ul {
            list-style: none;
        }

        img {
            max-width: 100%;
            display: block;
        }

        /* --- UTILITIES --- */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .text-center {
            text-align: center;
        }

        .text-green {
            color: var(--accent-green);
        }

        .text-blue {
            color: var(--primary-blue);
        }

        .text-white {
            color: var(--text-light);
        }

        .uppercase {
            text-transform: uppercase;
        }

        .bold {
            font-weight: 700;
        }

        /* Titres de section (NOS SERVICES, etc.) */
        .section-title {
            font-size: 2rem;
            font-weight: 900;
            margin-bottom: 3rem;
            text-transform: uppercase;
            letter-spacing: -0.5px;
        }

        .btn {
            display: inline-block;
            padding: 12px 30px;
            border-radius: 50px;
            font-weight: 700;
            cursor: pointer;
            transition: transform 0.2s;
            text-transform: uppercase;
            font-size: 0.9rem;
        }

        .btn:hover {
            transform: scale(1.05);
        }

        .btn-green {
            background-color: var(--accent-green);
            color: var(--primary-blue);
            border: none;
        }

        /* --- HEADER --- */
        header {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            padding: 25px 0;
        }

        header .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            height: 40px;
        }

        nav ul {
            display: flex;
            gap: 30px;
        }

        nav a {
            color: var(--text-light);
            font-size: 0.9rem;
            font-weight: 600;
            text-transform: uppercase;
        }

        nav a:hover {
            color: var(--accent-green);
        }

        nav a:hover,
        nav a.active {
            opacity: 1;
            color: var(--accent-green);
        }

        nav a.active {
            border-bottom: 2px solid var(--accent-green);
            padding-bottom: 5px;
        }

        /* --- HERO SECTION --- */
        #hero {
            height: 100vh;
            min-height: 600px;
            /* Assurez-vous que hero-bg.jpg est dans le dossier */
            background-image: linear-gradient(rgba(27, 48, 131, 0.75), rgba(27, 48, 131, 0.5)), url('hero-bg.jpg');
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: var(--text-light);
            padding-top: 80px;
        }

        #hero h1 {
            font-size: 3.8rem;
            line-height: 1.1;
            margin-bottom: 25px;
            font-weight: 900;
            text-transform: uppercase;
        }

        #hero p {
            max-width: 800px;
            margin: 0 auto 35px;
            font-size: 1rem;
            font-weight: 500;
            opacity: 0.9;
        }

        /* --- SERVICES SECTION --- */
        #services {
            padding: 100px 0;
            background-color: #fff;
        }

        #services .section-title {
            color: var(--primary-blue);
            text-align: center;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 50px;
            text-align: center;
        }

        .service-item {
            padding: 20px;
            width:30px;
        }

        /* Style pour les SVG intégrés */
        .service-icon-svg {
            height: 65px;
            width: auto;
            margin-bottom: 25px;
            display: inline-block;
            /* Couleur verte pour les services */
            fill: var(--accent-green);
        }

        .service-item h3 {
            color: var(--primary-blue);
            font-size: 1.25rem;
            margin-bottom: 15px;
            font-weight: 800;
        }

        .service-item p {
            font-size: 0.9rem;
            color: #666;
            line-height: 1.5;
            font-weight: 500;
        }

        /* --- HISTOIRE SECTION --- */
        #histoire {
            background-color: var(--primary-blue);
            color: var(--text-light);
            overflow: hidden;
        }

        .histoire-wrapper {
            display: flex;
            flex-wrap: wrap;
        }

        .histoire-img-col {
            flex: 1;
            min-width: 300px;
            position: relative;
            min-height: 400px;
        }

        .histoire-img-col img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
        }

        .histoire-text-col {
            flex: 1;
            padding: 100px 60px;
            min-width: 300px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .histoire-text-col h2 {
            margin-bottom: 40px;
            font-size: 2.2rem;
            font-weight: 900;
            text-transform: uppercase;
        }

        .histoire-text-col p {
            margin-bottom: 25px;
            font-size: 1rem;
            opacity: 0.9;
            font-weight: 500;
        }

        /* --- CHIFFRES SECTION --- */
        #chiffres {
            background-color: var(--primary-blue);
            color: var(--text-light);
            padding: 50px 0 100px 0;
            text-align: center;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            /* Légère séparation visuelle */
        }

        #chiffres .section-title {
            margin-bottom: 60px;
        }

        .chiffres-grid {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            gap: 30px;
            max-width: 1000px;
            margin: 0 auto;
        }

        .chiffre-item h3 {
            font-size: 4rem;
            font-weight: 900;
            color: var(--accent-green);
            margin-bottom: 5px;
            line-height: 1;
        }

        .chiffre-item p {
            font-size: 1rem;
            font-weight: 600;
            text-transform: uppercase;
        }

        /* --- OBJECTIFS SECTION --- */
        #objectifs {
            padding: 100px 0;
            background-color: #fff;
        }

        .objectifs-wrapper {
            display: flex;
            align-items: center;
            gap: 80px;
        }

        .objectifs-content {
            flex: 1;
        }

        .objectifs-content .section-title {
            color: var(--primary-blue);
            text-align: left;
            margin-bottom: 50px;
        }

        .objectif-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 40px;
        }

        .objectif-icon-svg {
            width: 50px;
            height: 50px;
            margin-right: 25px;
            flex-shrink: 0;
            /* Couleur bleue pour les objectifs, comme sur la maquette (contours) */
            fill: var(--primary-blue);
        }

        .objectif-text h3 {
            color: var(--primary-blue);
            font-size: 1.25rem;
            margin-bottom: 8px;
            font-weight: 800;
        }

        .objectif-text p {
            font-size: 0.95rem;
            color: #666;
            font-weight: 500;
        }

        .objectifs-image {
            flex: 1;
        }

        .objectifs-image img {
            border-radius: 25px;
            width: 100%;
            height: auto;
            box-shadow: 0 10px 30px rgba(27, 48, 131, 0.1);
        }

        /* --- CTA BANDEAU --- */
        #cta {
            /* Dégradé vert turquoise style maquette */
            background: linear-gradient(to right, #9FF0D3, #7CE2C1);
            padding: 70px 20px;
            text-align: center;
        }

        #cta h2 {
            color: var(--primary-blue);
            font-size: 2.2rem;
            font-weight: 900;
            margin-bottom: 15px;
            text-transform: uppercase;
            line-height: 1.2;
        }

        #cta p {
            color: var(--primary-blue);
            margin-bottom: 35px;
            font-weight: 600;
            font-size: 1.1rem;
        }

        #cta .btn {
            background-color: var(--primary-blue);
            color: white;
            padding: 15px 40px;
        }

        /* --- FOOTER --- */
        footer {
            background-color: var(--primary-blue);
            color: var(--text-light);
            padding: 80px 0 30px;
            font-size: 0.9rem;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
            gap: 40px;
            margin-bottom: 60px;
            align-items: flex-start;
        }

        .footer-col h4 {
            font-size: 1.1rem;
            margin-bottom: 25px;
            font-weight: 800;
            text-transform: uppercase;
        }

        .footer-col ul li {
            margin-bottom: 12px;
        }

        .footer-col ul li a {
            opacity: 0.8;
            font-size: 0.9rem;
            font-weight: 500;
        }

        .footer-col ul li a:hover {
            opacity: 1;
            color: var(--accent-green);
        }

        .copyright {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 30px;
            text-align: center;
            font-size: 0.85rem;
            opacity: 0.7;
            font-weight: 500;
        }

        /* --- RESPONSIVE --- */
        @media (max-width: 1024px) {

            /* Tablette paysage / petits desktops */
            .services-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            #hero h1 {
                font-size: 3rem;
            }

            .chiffre-item h3 {
                font-size: 3rem;
            }

            .footer-grid {
                grid-template-columns: 1fr 1fr 1fr 1fr;
                /* Le logo passe au dessus */
            }

            .footer-grid>div:first-child {
                grid-column: span 4;
                text-align: center;
            }
        }

        @media (max-width: 768px) {

            /* Tablette portrait / gros mobiles */
            nav {
                display: none;
                /* Menu burger à implémenter si besoin */
            }

            header {
                padding: 15px 0;
            }

            #hero h1 {
                font-size: 2.2rem;
            }

            .histoire-wrapper {
                flex-direction: column;
            }

            .histoire-img-col {
                height: 300px;
            }

            .histoire-text-col {
                padding: 50px 30px;
            }

            .objectifs-wrapper {
                flex-direction: column;
                gap: 40px;
            }

            .objectifs-image {
                order: -1;
                /* Image au dessus sur mobile */
            }

            .footer-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .footer-grid>div:first-child {
                grid-column: span 2;
            }
        }

        @media (max-width: 480px) {

            /* Mobile standard */
            .services-grid {
                grid-template-columns: 1fr;
            }

            .chiffres-grid {
                flex-direction: column;
                gap: 40px;
            }

            .footer-grid {
                grid-template-columns: 1fr;
                text-align: center;
            }

            .footer-grid>div:first-child {
                grid-column: span 1;
            }

            #hero {
                padding-top: 60px;
            }

            .section-title {
                font-size: 1.6rem;
            }
        }