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

body {
    font-family: 'Open Sans', sans-serif;
}

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

@media screen and (max-width: 768px) {
    .container {
        width:90%;
    }
}

/* Top Header */
.top-header {
    background-color: #edebe8;
    padding: 10px 0;
}

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

.top-header p {
    font-size: 14px;
}

.top-nav ul {
    display: flex;
    list-style: none;
    gap: 30px;
}

.top-nav a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.top-nav a:hover {
    color: rgb(41, 142, 85);
}

/* Main Header */
.main-header {
    background-color: #ffffff;
    padding: 20px 0;
}

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

.logo img {
    height: 50px;
}

.contact-button {
    background-color: rgb(41, 142, 85);
    color: white;
    text-decoration: none;
    padding: 12px 24px;
    font-family: 'Sora', sans-serif;
    font-size: 14px;
}

/* Hero Section */
.hero {
    position: relative;
    background-image: url('./images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    height: 600px;
    display: flex;
    align-items: center;
    color: white;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.hero-content {
    position: relative;
    margin: 0;
    padding: 0 100px;
    text-align: left;
    padding-left: 200px;
}

.hero h1 {
    font-family: 'Sora', sans-serif;
    font-size: 42px;
    margin-bottom: 30px;
    line-height: 1.3;
}

.hero p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 800px;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}

.btn {
    padding: 12px 24px;
    text-decoration: none;
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    transition: all 0.3s ease;
    font-weight: bold;
}

.btn-primary {
    background-color: rgb(41, 142, 85);
    color: white;
}

.btn-secondary {
    background-color: #ffffff;
    color: rgb(19, 90, 56);
}

/* Services Navigation */
.services-nav {
    background-color: #424242;
    display: flex;
    justify-content: center;
}

.services-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 1200px;
}

.services-nav li {
    flex: 0 1 auto;
}

.services-nav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    padding: 15px 25px;
    transition: all 0.3s ease;
    display: block;
    text-align: center;
    white-space: nowrap;
}

.services-nav a:hover {
    background-color: #ffffff;
    color: rgb(41, 142, 85);
}

/* Mobile Menu Styles */
.mobile-header {
    display: none;
    padding: 15px 20px;
    background: white;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.mobile-header .logo img {
    height: 40px;
}

.burger-menu {
    border: none;
    background: none;
    padding: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 30px;
}

.burger-menu span {
    display: block;
    width: 100%;
    height: 2px;
    background: rgb(41, 142, 85);
    transition: all 0.3s ease;
}

.burger-menu.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.burger-menu.active span:nth-child(2) {
    opacity: 0;
}

.burger-menu.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 999;
    overflow-y: auto;
}

.mobile-menu.active {
    display: block;
}

.mobile-address {
    background: #edebe8;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.mobile-address p {
    font-size: 14px;
    color: #333;
}

.mobile-menu nav ul {
    list-style: none;
    padding: 0 20px;
}

.mobile-menu nav li {
    margin-bottom: 5px;
}

.mobile-menu nav .divider {
    height: 1px;
    background: #eee;
    margin: 20px 0;
}

.mobile-menu nav a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Sora', sans-serif;
    display: block;
    padding: 12px 0;
}

.mobile-menu nav a.highlight {
    color: rgb(41, 142, 85);
    font-weight: bold;
}

/* Media Queries */
@media screen and (max-width: 768px) {
    body {
        padding-top: 70px;
    }

    .top-header,
    .main-header,
    .services-nav {
        display: none;
    }

    .mobile-header {
        display: flex;
    }

    .hero {
        min-height: calc(100vh - 70px);
        height: auto;
        padding: 40px 0;
        background-position: center 20%;
    }

    .hero::before {
        background: rgba(0, 0, 0, 0.5); /* Plus sombre sur mobile */
    }

    .hero-content {
        padding: 20px;
        margin: 0 auto;
        max-width: 90%;
        text-align: left; /* Gardons l'alignement à gauche */
    }

    .hero h1 {
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 25px;
    }

    .hero p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 30px;
        opacity: 0.9;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: stretch; /* Pour que les boutons prennent toute la largeur */
    }

    .btn {
        padding: 15px 20px;
        text-align: left;
        position: relative;
    }

    .top-header .container {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        padding: 10px;
    }

    .top-nav ul {
        gap: 15px;
        justify-content: center;
    }

    .main-header .container {
        flex-direction: column;
        gap: 20px;
        padding: 15px;
    }

    .logo img {
        height: 40px;
    }

    .services-nav ul {
        flex-direction: column;
        width: 100%;
    }

    .services-nav a {
        padding: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

/* Pour les tablettes */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .hero-content {
        padding: 0 50px;
    }

    .hero h1 {
        font-size: 36px;
    }

    .services-nav a {
        padding: 15px 15px;
        font-size: 13px;
    }
}

/* Pour les très petits écrans */
@media screen and (max-width: 360px) {
    .top-nav ul {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .hero-content {
        padding: 15px;
    }

    .hero h1 {
        font-size: 24px;
    }
}

/* Expertise Section */
.expertise {
    background-color: #f9fafb;
    padding: 100px 0;
}

.expertise-content {
    display: flex;
    gap: 80px;
    align-items: center;
}

.expertise-text {
    flex: 1;
}

.expertise h2 {
    font-family: 'Sora', sans-serif;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: rgb(17, 24, 39);
}

.expertise-paragraphs {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.expertise-paragraphs p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

.expertise-image {
    flex: 1;
}

.expertise-image img {
    width: 100%;
    height: auto;
}

/* Media Queries */
@media screen and (max-width: 768px) {
    .expertise {
        padding: 60px 0;
    }

    .expertise-content {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .expertise h2 {
        font-size: 28px;
        margin-bottom: 30px;
        text-align: left;
    }

    .expertise-paragraphs {
        gap: 20px;
    }

    .expertise-paragraphs p {
        font-size: 15px;
    }

    .expertise-image img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .expertise {
        padding: 80px 0;
    }

    .expertise-content {
        gap: 40px;
    }

    .expertise h2 {
        font-size: 36px;
    }
}

/* Key Points Section */
.key-points {
    padding: 60px 0;
    background-color: white;
}

.key-points h2 {
    font-family: 'Sora', sans-serif;
    font-size: 30px;
    text-align: left;
    margin-bottom: 20px;
    color: rgb(17, 24, 39);
}

.points-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 400px));
    gap: 20px;
    margin-bottom: 30px;
    justify-content: center;
}

.point-card {
    background: #edebe8;
    padding: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 160px;
    justify-content: center;
}

.counter {
    font-family: 'Sora', sans-serif;
    font-size: 36px;
    color: #298e55;
    font-weight: bold;
    margin-bottom: 12px;
}

.icon {
    width: 35px;
    height: 35px;
    fill: #298e55;
    margin-bottom: 12px;
}

.point-card p {
    font-size: 15px;
    line-height: 1.4;
    color: rgb(17, 24, 39);
}

.key-points-footer {
    text-align: left;
    font-size: 16px;
    color: rgb(17, 24, 39);
    margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
    .points-grid {
        grid-template-columns: repeat(3, 1fr);
        margin: 0 20px 30px 20px;
    }
}

@media screen and (max-width: 900px) {
    .points-grid {
        grid-template-columns: repeat(2, minmax(0, 400px));
    }
}

@media screen and (max-width: 768px) {
    .key-points {
        padding: 40px 0;
    }

    .key-points h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .points-grid {
        grid-template-columns: minmax(0, 400px);
        gap: 15px;
        margin: 0 20px 30px 20px;
    }

    .point-card {
        padding: 30px 20px;
    }

    .counter {
        font-size: 32px;
    }
}

@media screen and (max-width: 480px) {
    .points-grid {
        margin: 0 15px 25px 15px;
    }

    .point-card {
        padding: 25px 15px;
    }
}

/* Expertise Sectors Section */
.expertise-sectors {
    padding: 80px 0;
    background-color: #f9fafb;
}

.section-header {
    text-align: left;
    margin-bottom: 60px;
    padding: 0 20px;
    max-width: 800px;
}

.section-header .subtitle, .key-points .subtitle {
    color: #298e55;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.section-header h2 {
    font-family: 'Sora', sans-serif;
    font-size: 30px;
    color: rgb(17, 24, 39);
    margin-bottom: 20px;
}

.section-intro {
    color: rgb(17, 24, 39);
    font-size: 16px;
    line-height: 1.6;
}

/* Ajustement du container pour aligner avec les cards */
.expertise-sectors .container {
    max-width: 1240px; /* Ajuster selon vos besoins */
    padding: 0;
}

.sectors-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0 20px;
}

.sector-card {
    background: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.icon-circle {
    width: 56px;
    height: 56px;
    background: #298e55;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
}

.sector-icon {
    width: 100%;
    height: 100%;
    fill: white;
    display: block;
}

.sector-card h3 {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: rgb(17, 24, 39);
    margin: 0;
}

.sector-card p {
    font-size: 15px;
    line-height: 1.5;
    color: rgb(62, 70, 82);
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .sectors-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .expertise-sectors {
        padding: 60px 0;
    }

    .section-header {
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .section-header h2 {
        font-size: 26px;
    }

    .sectors-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .sector-card {
        padding: 25px;
    }
}

/* References Section */
.references {
    padding: 30px 0 80px 0;
    background-color: #ffffff;
}

.references-header {
    text-align: center;
    margin-bottom: 50px;
}

.references-header h2 {
    font-family: 'Sora', sans-serif;
    font-size: 36px;
    color: rgb(17, 24, 39);
    margin-bottom: 15px;
}

.references-intro {
    color: rgb(62, 70, 82);
    font-size: 18px;
}

.filters {
    margin-bottom: 40px;
}

.filters-wrapper {
    width: 100%;
    overflow-x: hidden;
    padding: 1rem 0;
}

.filter-categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    width: 100%;
    padding: 0 1rem;
}

.filter-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 18px;
    background: white;
    border: 1px solid #eee;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 200px;
    justify-content: center;
}

.filter-btn .icon-circle {
    width: 32px;
    height: 32px;
    background: #298e55;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.filter-btn .filter-icon {
    width: 100%;
    height: 100%;
    fill: white;
}

.filter-btn img.filter-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.filter-btn:hover .icon-circle {
    background: #1e6e3d;
}

.filter-btn.active .icon-circle {
    background: white;
}

.filter-btn.active .filter-icon {
    fill: #298e55;
}

.filter-count {
    display: none;
}

.filter-btn.active .filter-count {
    background: rgba(255,255,255,0.2);
}

@media (max-width: 1200px) {
    .filter-categories {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .filter-categories {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
    }

    .filter-btn {
        width: 100%;
        padding: 0.8rem;
        font-size: 0.9rem;
    }

    .icon-circle {
        width: 50px;
        height: 50px;
    }

    .filter-icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .filter-categories {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }

    .filter-btn {
        padding: 0.6rem;
        font-size: 0.8rem;
    }

    /*.icon-circle {
        width: 35px;
        height: 35px;
    }

    .filter-icon {
        width: 18px;
        height: 18px;
    }*/
}

.references-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.reference-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    border: 1px solid #eee;
}

.reference-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.reference-image {
    height: 140px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.reference-image img {
    max-width: 80%;
    max-height: 100px;
    object-fit: contain;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.reference-card:hover .reference-image img {
    filter: grayscale(0%);
    opacity: 1;
}

.reference-content {
    padding: 30px;
}

.reference-content h3 {
    font-family: 'Sora', sans-serif;
    font-size: 22px;
    color: rgb(17, 24, 39);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgb(41, 142, 85);
}

.reference-content ul {
    list-style: none;
    padding: 0;
}

.reference-content li {
    color: rgb(62, 70, 82);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    padding-left: 24px;
    position: relative;
}

.reference-content li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: rgb(41, 142, 85);
    font-weight: bold;
}

.reference-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.reference-tag {
    background: #f5f5f5;
    color: rgb(41, 142, 85);
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .references {
        padding: 40px 0;
    }

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

/* Engagement Section */
.engagement {
    background-color: #f9fafb;
    padding: 80px 0;
}

.engagement .section-header {
    text-align: left;
    margin-bottom: 60px;
    padding: 0 20px;
    max-width: 800px;
}

.engagement .container {
    max-width: 1240px;
    padding: 0;
}

.engagement-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 0 20px;
}

.engagement-card {
    background: #f5f5f5;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    border-radius: 4px;
}

.engagement-card .icon-circle {
    width: 56px;
    height: 56px;
    background: #298e5500;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
}

.engagement-card .engagement-icon {
    width: 120%;
    height: 120%;
    fill: #298e55;
    display: block;
}

.engagement-card h3 {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: rgb(17, 24, 39);
    margin: 0;
}

.engagement-card p {
    font-size: 15px;
    line-height: 1.5;
    color: rgb(62, 70, 82);
    margin: 0;
}

@media screen and (max-width: 768px) {
    .engagement {
        padding: 60px 0;
    }

    .engagement-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .engagement-card {
        padding: 25px;
    }
}

/* Contact Section */
.contact {
    background-color: #edebe8;
    padding: 80px 0;
}

.contact-content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.contact-info {
    flex: 1;
}

.contact .section-header {
    text-align: left;
    margin-bottom: 40px;
    padding:0;
}

.contact h2 {
    font-family: 'Sora', sans-serif;
    font-size: 30px;
    color: rgb(17, 24, 39);
    margin-bottom: 20px;
}

.contact .section-intro {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(62, 70, 82);
}

.address-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-logo {
    height: 60px;
    width: 240px;
}

.address {
    margin: 20px 0;
}

.address p {
    margin: 5px 0;
    color: rgb(62, 70, 82);
}

.address .company {
    font-weight: 600;
    color: rgb(17, 24, 39);
}

.contact-map {
    flex: 1;
    position: relative;
    min-height: 400px; /* Hauteur minimale */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Ombre portée subtile */
    border-radius: 8px;
    overflow: hidden; /* Pour que le border-radius s'applique à l'iframe */
}

.contact-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    filter: contrast(1.1) saturate(1.2); /* Rend la carte un peu plus contrastée */
}

.contact-content .btn {
    width: 200px;
}

@media screen and (max-width: 768px) {
    .contact {
        padding: 60px 0;
    }

    .contact-content {
        flex-direction: column;
        gap: 40px;
    }

    .contact-map {
        order: -1; /* Remettre cette propriété pour afficher la carte en premier */
        min-height: 300px;
        margin: 0 20px;
        width: calc(100% - 40px); /* S'assurer que la largeur est correcte avec les marges */
    }

    .contact-info {
        padding: 0 20px; /* Ajouter du padding pour aligner avec la carte */
    }

    /* Assurer que l'iframe reste bien visible */
    .contact-map iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1; /* S'assurer que l'iframe est au-dessus */
    }
}

/* Footer */
.footer {
    background-color: #424242;
    padding: 60px 0 30px;
    color: #ffffff;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.footer-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
}

.footer-tagline {
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #ffffff;
}

.footer-address {
    font-size: 14px;
    color: #ffffff99;
}

.footer-nav ul {
    list-style: none;
    display: flex;
    gap: 40px;
}

.footer-nav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-nav a:hover {
    color: rgb(41, 142, 85);
}

.footer-bottom {
    padding-top: 30px;
    border-top: 1px solid #ffffff33;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    font-size: 12px;
    color: #ffffff99;
}

.legal {
    font-size: 12px;
    color: #ffffff99;
    text-decoration: none;
    transition: color 0.3s ease;
}

.legal:hover {
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .footer {
        padding: 40px 0 20px;
    }

    .footer-content {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        text-align: center;
    }

    .footer-nav ul {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .footer-info {
        max-width: 100%;
        text-align: center;
    }
    
    .footer-tagline {
        font-size: 14px;
    }
} 

/* Hero 2 */
.hero-2 {
    background-color: #edebe8;
    padding: 80px 0;
    text-align: center;
}

.hero2-container h2 {
    font-family: 'Sora', sans-serif;
    font-size: 40px;
    color: rgb(17, 24, 39);
    margin-bottom: 20px;
}

.hero2-container p {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(62, 70, 82);
    width: 30%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .hero-2 {
        padding: 60px 0;
    }

    .hero2-container h2 {
        font-size: 30px;
    }

    .hero2-container p {
        width: 80%;
    }
}

/* Methodology Section */
.methodology {
    padding: 80px 0;
    background-color: #f9fafb;
}

.methodology-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    gap: 100px;
    position: relative;
    padding-bottom: 40px;
}

.methodology-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgb(41, 142, 85);
}

.methodology-title {
    flex: 1;
}

.methodology-title h2 {
    font-family: 'Sora', sans-serif;
    font-size: 32px;
    color: rgb(17, 24, 39);
    line-height: 1.3;
}

.methodology-intro {
    flex: 1;
    font-size: 16px;
    line-height: 1.6;
    color: rgb(62, 70, 82);
}

.methodology-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.methodology-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 4px;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.methodology-card h3 {
    font-family: 'Sora', sans-serif;
    font-size: 22px;
    color: rgb(17, 24, 39);
}

.methodology-card p {
    font-size: 16px;
    line-height: 1.8;
    color: rgb(62, 70, 82);
}

.methodology-cta {
    text-align: center;
    margin-top: 40px;
}

.methodology-cta .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.methodology-icon {
    fill: #FFF !important;
}

.methodology-cta .btn::after {
    content: '→';
}

@media screen and (max-width: 1024px) {
    .methodology-header {
        gap: 60px;
    }

    .methodology-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        padding: 0 20px;
    }

    .methodology-card {
        min-height: 380px;
    }
}

@media screen and (max-width: 768px) {
    .methodology {
        padding: 60px 0;
    }

    .methodology-header {
        flex-direction: column;
        gap: 30px;
        padding-bottom: 30px;
        margin-bottom: 40px;
    }

    .methodology-title h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .methodology-intro {
        font-size: 15px;
    }

    .methodology-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .methodology-card {
        padding: 30px;
        min-height: auto;
    }

    .methodology-card h3 {
        font-size: 20px;
    }

    .methodology-card p {
        font-size: 15px;
        line-height: 1.7;
    }

    .methodology-cta {
        margin-top: 30px;
        padding: 0 20px;
    }

    .methodology-cta .btn {
        width: 100%;
        justify-content: space-between;
        padding: 15px 20px;
    }

    .methodology-icon {
        fill: #FFF !important;
    width: 24px;
    height: 24px;
    display: inline-block;
    }

}

@media screen and (max-width: 480px) {
    .methodology {
        padding: 40px 0;
    }

    .methodology-header {
        padding: 0 15px 30px 15px;
    }

    .methodology-title h2 {
        font-size: 26px;
    }

    .methodology-cards {
        gap: 15px;
        padding: 0 15px;
    }

    .methodology-card {
        padding: 25px;
    }
}


/* Stats 2 Section */
.stats-2 {
    padding: 30px 0;
    background-color: #ffffff;
}

.stats-2 .stats-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 60px 20px;
    position: relative;
}

.stats-2 .stats-container::before,
.stats-2 .stats-container::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.8);
}

.stats-2 .stats-container::before {
    top: 30px;
}

.stats-2 .stats-container::after {
    bottom: 30px;
}

.stats-2 .stats-item {
    text-align: center;
}

.stats-2 .stat-number {
    font-family: 'Sora', sans-serif;
    font-size: 42px;
    font-weight: 600;
    color: rgb(17, 24, 39);
    margin-bottom: 10px;
}

.stats-2 .counter {
    color: #000;
}

.stats-2 .stats-item p {
    font-size: 16px;
    color: rgb(55, 65, 81);
}

@media screen and (max-width: 768px) {
    .stats-2 .stats-container {
        flex-direction: column;
        gap: 40px;
        padding: 40px 20px;
    }

    .stats-2 .stat-number {
        font-size: 36px;
    }

    .stats-2 .stats-item p {
        font-size: 15px;
    }
}

.contact-2 {
    background-color: #f5f5f5;
    padding: 80px 0;
}

.contact-2-content {
    display: flex;
    gap: 40px;
}

.contact-2-form {
    flex: 2;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.contact-2-info {
    flex: 1;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.form-header {
    margin-bottom: 30px;
}

.form-header h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.form-header p {
    color: #666;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: inherit;
}

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

.hp-name {
    display: none;
}

.contact-2-info h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.info-subtitle {
    color: #666;
    margin-bottom: 30px;
}

.info-block {
    margin-bottom: 25px;
}

.info-block h3 {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600;
}

.info-block p {
    color: #444;
}

@media (max-width: 768px) {
    .contact-2-content {
        flex-direction: column;
    }
    
    .form-row {
        flex-direction: column;
        gap: 15px;
    }
}

.btn-submit {
    background-color: rgb(41, 142, 85);
    color: white;
    border: none;
    padding: 15px 30px;
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    max-width: 200px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-submit:hover {
    background-color: rgb(35, 121, 72);
}

.expertise-secteurs {
    padding: 80px 0;
    background-color: #ffffff;
}

.secteurs-box {
    background-color: #f5f5f5;
    padding: 40px;
    border-radius: 4px;
    margin-bottom: 60px;
}

.secteurs-box h2 {
    font-family: 'Sora', sans-serif;
    font-size: 30px;
    color: rgb(17, 24, 39);
    margin-bottom: 20px;
}

.secteurs-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.secteurs-content p {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(62, 70, 82);
}

.histoire-valeurs {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.histoire-image {
    flex: 1;
}

.histoire-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.histoire-content {
    flex: 1;
}

.histoire-content h2 {
    font-family: 'Sora', sans-serif;
    font-size: 30px;
    color: rgb(17, 24, 39);
    margin-bottom: 20px;
}

.histoire-paragraphs {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.histoire-paragraphs p {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(62, 70, 82);
}

@media screen and (max-width: 768px) {
    .expertise-secteurs {
        padding: 40px 0;
    }

    .secteurs-box {
        padding: 30px;
        margin-bottom: 40px;
    }

    .histoire-valeurs {
        flex-direction: column;
        gap: 30px;
    }

    .secteurs-box h2,
    .histoire-content h2 {
        font-size: 26px;
    }
}

.legal-content {
    padding: 80px 0;
    background-color: #ffffff;
}

.legal-sections {
    max-width: 800px;
    margin: 0 auto;
}

.legal-section {
    margin-bottom: 60px;
}

.legal-section h2 {
    font-family: 'Sora', sans-serif;
    font-size: 24px;
    color: rgb(17, 24, 39);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.legal-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: rgb(41, 142, 85);
}

.legal-box {
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 4px;
}

.legal-box h3 {
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    color: rgb(41, 142, 85);
    margin-bottom: 15px;
}

.legal-box ul {
    list-style: none;
    padding: 0;
}

.legal-box li {
    margin-bottom: 10px;
    color: rgb(62, 70, 82);
    line-height: 1.6;
}

.legal-box p {
    color: rgb(62, 70, 82);
    line-height: 1.6;
    margin: 0;
}

.legal-box a {
    color: rgb(41, 142, 85);
    text-decoration: none;
    transition: color 0.3s ease;
}

.legal-box a:hover {
    color: rgb(35, 121, 72);
}

@media screen and (max-width: 768px) {
    .legal-content {
        padding: 40px 20px;
    }

    .legal-section {
        margin-bottom: 40px;
    }

    .legal-box {
        padding: 20px;
    }

    .legal-section h2 {
        font-size: 22px;
    }
}

/* Modification de l'affichage des filtres sur mobile */
@media screen and (max-width: 768px) {
    .filters {
        margin: 20px;
        padding: 20px 0;
    }

    .filters-wrapper {
        padding: 15px 0;
        background: transparent;
    }

    .filter-categories {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0 15px;
        gap: 10px;
        flex-wrap: nowrap;
        justify-content: flex-start;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .filter-categories::-webkit-scrollbar {
        display: none;
    }

    .filter-btn {
        min-width: auto;
        padding: 6px 12px;
        white-space: nowrap;
        scroll-snap-align: start;
        background: #f8f8f8;
    }

    .filter-btn .icon-circle {
        width: 24px;
        height: 24px;
        padding: 4px;
    }
}

/* Pour les très petits écrans */
@media screen and (max-width: 360px) {
    .filter-categories.active {
        padding: 0 10px;
    }

    .filter-categories .filter-btn {
        padding: 8px;
    }
}

/* Ajustement du filtre par domaine */
.filter-categories .filter-btn {
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-categories .filter-text {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Ajustement pour les villes sur mobile */
@media screen and (max-width: 768px) {
    .cities-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .cities-list .filter-btn {
        padding: 10px;
        font-size: 12px;
    }

    /* Limiter le nombre de villes affichées sur mobile */
    .cities-list .filter-btn:nth-child(n+9) {
        display: none;
    }

    /* Ajouter un bouton "Voir plus" pour les villes */
    .cities-list::after {
        content: "Voir plus de villes...";
        grid-column: 1 / -1;
        text-align: center;
        color: rgb(41, 142, 85);
        padding: 10px;
        cursor: pointer;
        font-size: 14px;
        margin-top: 10px;
    }

    .cities-list.expanded::after {
        display: none;
    }

    .cities-list.expanded .filter-btn {
        display: flex !important;
    }
}

/* Gestion des slides de références */
.slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide img {
    width: 100%;
    height: 300px; /* Hauteur fixe pour tous les slides */
    object-fit: cover; /* Garde les proportions en remplissant l'espace */
    object-position: center; /* Centre l'image */
    border-radius: 8px; /* Coins arrondis */
}

/* Ajustement pour mobile */
@media screen and (max-width: 768px) {
    .slide img {
        height: 200px; /* Hauteur réduite sur mobile */
    }
}

/* Carousel de références */
.references-carousel {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.carousel-container {
    display: flex;
    animation: scroll 30s linear infinite;
}

.carousel-slide {
    flex: 0 0 200px;
    padding: 20px;
    margin-right: 30px;
}

.carousel-slide img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.carousel-slide:hover img {
    opacity: 1;
}

.references .references-cta {
    margin-top:20px;
    text-align: center;
    display:flex;
    justify-content: center;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-230px * 5)); /* (largeur slide + margin) * nombre de slides/2 */
    }
}

/* Pause animation on hover */
.references-carousel:hover .carousel-container {
    animation-play-state: paused;
}

h2 {
    color:#000 !important;
}

.expertise-secteurs .container {
    max-width:1280px;
}

.icon-circle.toutes {
    background-color: #ffffff;
}

.icon-circle.toutes:hover {
    background-color: #ffffff !important;
}

.tout-div {
    margin:30px auto;
    display:flex;
    justify-content: center;
}

@media screen and (max-width:1200px) {
    .container {
        padding:1.5rem;
    }
}

.sector-icon {
    width: 100px;
    height: 100px;
}