/*
 Theme Name:   Senot Paysage
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Thème enfant astra
 Author:       SLWD
 Author URI:   http://www.slwd.fr
 Template:     astra
 Version:      1.0.0
*/


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter';
}

li,
ul,
a,
p {
    font-family: 'Inter';
    color: #374151;
    ;
}

a:focus {
    outline: unset !important;
}

.site-main article {
    padding: 0 !important;
}


/* Masquer les titres uniquement sur les pages */
.page .entry-title {
    display: none;
}

/* Base Layout */
.container-header,
.navbar {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

body {
    margin: auto;
}


/*** TOP BAR ****/

.topbar {
    background-color: #2C5530;
    font-size: 14px;
    padding: 8px 0;
}

.topbar-container {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topbar-left {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.topbar-left a,
.topbar-right a {
    margin-right: 15px;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    transition: 0.3s;
}

.topbar-left a:hover,
.topbar-right a:hover {
    color: #e2872d;
}

.topbar-left a i,
.topbar-right a i {
    margin-right: 6px;
}


/***** HEADER ****/

.ast-page-builder-template .entry-header {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.logo_header img {
    width: 80px;
    /* Adjust based on your actual logo size */
    height: auto;
    padding: 10px 0;
}

.logo_header a {
    margin-bottom: 0;
}

.menu-button {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.button-reservation a {
    background-color: #2C5530;
    color: #fff;
    padding: 8px 20px;
    border-radius: 8px;
    border: 1px solid #2C5530;
    transition: 0.3s;
}

.button-reservation a:hover {
    background-color: #e2872d;
    border: 1px solid #e2872d;
    color: #000;
}

.button-reservation .fa-solid {
    font-size: 16px !important;
    width: auto !important;
    height: auto !important;
}

/* Navbar Menu */
nav {
    width: 100%;
    margin: 0 auto;
    position: sticky;
    top: 0px;

    ul {
        list-style-type: none;
        display: contents;
    }

    ul li {
        float: left;
        text-align: center;
        position: relative;
        gap: 30px;
    }

    ul::after {
        content: "";
        display: table;
        clear: both;
    }

    a {
        font-family: 'Inter' !important;
        font-size: 16px;
        display: block;
        text-decoration: none;
        font-weight: 500;
        color: #2C5530;
    }

    .collapse a:hover {
        color: #e2872d;
    }

    .collapse .current-menu-item>a {
        color: #e2872d;
    }
}


.deroulant li {
    list-style: none;
}

.sub-menu {
    display: none;
    box-shadow: 0px 1px 2px #CCC;
    background-color: white;
    position: absolute;
    width: max-content;
    z-index: 1000;
    padding-left: 0;

    li {
        float: none;
        width: 100%;
        text-align: left;
    }

    a {
        font-size: 13px;
        font-weight: 500;
        padding: 10px;
        border-bottom: none;
        transition: 0.3s;
        transition: none !important;
    }

    a:hover,
    .current-menu-item>a {
        border-bottom: none !important;
        background-color: RGBa(200, 200, 200, 0.1);
        color: #FDA503;
        transform: none !important;
    }

}

ul li:hover .sub-menu {
    display: block;
}

.deroulant>a::after {
    content: "\f078";
    /* Unicode for Font Awesome chevron-down */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    margin-left: 5px;
}

/* Hamburger menu styles for mobile view */
.hamburger {
    display: none;
    cursor: pointer;
    font-size: 24px;
    /* Adjust size as needed */
    background: none;
    border: none;
}

/* Collapsible Menu for Mobile */
.collapse {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.collapse.show {
    display: block;
}

/* Styles de base */
.hamburger {
    display: none;
    /* Le bouton hamburger est caché par défaut et s'affichera sur les mobiles */
    cursor: pointer;
    font-size: 30px;
    /* Taille du bouton hamburger */
}

#menu-toggle {
    display: none;
    /* La checkbox est cachée */
}

/******* ACCUEIL *******/

.hero-home {

    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        /* Le filtre noir (0.5 = 50%) */
        url('/wp-content/uploads/2025/12/img-hero.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.hero-home h1 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
}

.hero-home p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.green-button a {
    background-color: #2C5530 !important;
    color: #fff !important;
    border-radius: 8px;
    font-weight: 600 !important;
    border: 2px solid #2C5530 !important;
    transition: 0.3s;
}

.green-button a:hover {
    background-color: rgba(44, 85, 48, 0) !important;
    border: 2px solid #fff !important;
}

.section2-home,
.section3-home .services,
.section-about,
.section-engagement,
.section-realisations,
.contact-home,
.section-fondateur,
.service1,
.service3,
.container-tableau,
.avis-services {
    width: 1140px;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.section2-home .bloc {
    background-color: rgb(226, 135, 45, 0.05);
    border-radius: 16px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.section2-home h2 {
    font-size: 28px;
    color: #2C5530;
}

.section2-home p {
    font-size: 16px;
}


.fa-solid,
.fa-brands {
    display: inline-grid !important;
    place-items: center !important;
    width: 50px !important;
    height: 50px !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 28px !important;
    line-height: 1 !important;
    box-sizing: border-box !important;
}

.fa-solid::before {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.fa-leaf,
.fa-euro-sign,
.fa-medal,
.fa-ban,
.fa-bolt,
.fa-location-dot,
.contact-home .fa-phone,
.fa-envelope,
.section-fondateur .fa-certificate,
.fa-pagelines,
.fa-recycle,
.fa-trowel-bricks {
    background-color: #2C5530 !important;
    color: #fff;
    border-radius: 50px;
}

.section3-home {
    background: linear-gradient(to bottom, #fff, rgb(226, 135, 45, 0.05));
    padding-bottom: 80px !important;
}

.section3-home .service-column {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.10);
}

.section3-home h2,
.section-about h2,
.section-avis-home h2,
.section-engagement h2,
.section-realisations h2,
.section-faq h2,
.projet-phare-section h2,
.section-fondateur h2,
.section-valeurs h2,
.section-partenaires h2,
.service1 h2,
.service2 h2,
.service3 h2,
.section-tableau h2,
.avis-services h2 {
    font-size: 42px;
    color: #2C5530;
    font-weight: bold;
}

.service-column img {
    border-radius: 10px 10px 0 0;
}

.service-column h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2C5530;
    padding: 0 20px;
}

.service-column p {
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
}

.service-column .button-service {
    padding: 0 20px 20px 20px;
}

.button-service .wp-block-button__link::after,
.btn-lire-plus::after {
    content: "\f061";
    /* C'est le code Unicode de la fa-arrow-right */
    font-family: "Font Awesome 6 Free";
    /* Indispensable pour afficher l'icône */
    font-weight: 900;
    /* Indispensable pour les icônes "Solid" */
    margin-left: 10px;
    /* Espace entre le texte et la flèche */
    display: inline-block;
}

.service-column .button-service a,
.btn-lire-plus {
    background-color: #ffffff00 !important;
    color: #2C5530 !important;
    font-weight: 600 !important;
    border: none;
    border-radius: none;
    box-shadow: none;
    transition: 0.3s;
    padding: 0;
}

.service-column .button-service a:hover,
.btn-lire-plus:hover {
    color: #e2872d !important;
}

.section-about {
    margin-top: 40px;
    margin-bottom: 40px !important;
}

.section-about img {
    border-radius: 10px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.10);
}

.section-about p {
    font-size: 16px;
    font-weight: 400;
}

.section-about .signature {
    color: #2C5530;
    font-size: 20px;
    font-weight: 600;
}

.section-about .fa-solid {
    font-size: 24px !important;
    width: auto !important;
}

.section-about .fa-solid::before {
    margin-right: 10px !important;
}

.section-about .fa-certificate,
.section-about .fa-shield-halved,
.section-about .fa-star {
    color: #2C5530;
    font-size: 20px !important;
}

.section-avis-home,
.section-contact-home,
.section-formulaire,
.section-valeur,
.service2,
.section-tableau,
.container-actu {
    background-color: rgb(226, 135, 45, 0.05);
}

.section-engagement .bloc {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    margin-bottom: 60px;
}

.section-engagement h3 {
    font-size: 24px;
    color: #2C5530;
    font-weight: 600;
}

.green-button2 a {
    background-color: #2C5530 !important;
    color: #fff !important;
    border-radius: 8px;
    border: 2px solid #2C5530 !important;
    font-weight: 600 !important;
    transition: 0.3s;
}

.green-button2 a:hover {
    background-color: rgba(44, 85, 48, 0) !important;
    border: 2px solid #e2872d !important;
    color: #e2872d !important;
}

.section-devis {
    background-color: #2C5530;
    padding: 60px 0;
}

.section-devis h2,
.section-devis2 h2 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}

.section-devis .column,
.section-devis2 .column {
    width: 800px;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.section-devis .column div,
.section-devis2 .column div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-devis p,
.section-devis2 p {
    color: #fff;
    margin-bottom: 0;
}

.white-button a {
    background-color: #fff !important;
    color: #2C5530 !important;
    border-radius: 8px;
    border: 2px solid #fff !important;
    transition: 0.3s;
    font-weight: 600 !important;
}

.white-button a:hover {
    background-color: rgba(44, 85, 48, 0) !important;
    border: 2px solid #fff !important;
    color: #fff !important;
}

.section-devis .telephone,
.section-devis2 .telephone {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none !important;
}

.section-faq {
    width: 800px;
    margin: 0 auto 40px auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.faq h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2C5530;
}

.faq button:hover,
.faq button::before {
    text-decoration: none !important;
}

.faq .accordeon {
    background-color: rgb(226, 135, 45, 0.05);
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.05);
}

.faq button {
    box-shadow: none !important
}

.contact-home {
    padding: 40px 0;
}

.contact-home h2 {
    font-size: 36px;
    color: #2C5530;
    font-weight: bold;
}

.contact-item {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.contact-text {
    display: flex;
    flex-direction: column;
}

.formulaire {
    width: 800px;
    margin: 0 auto;
}

.forminator-ui {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.10);
}

.contact-home .fa-solid {
    font-size: 20px !important;
}

.contact-label {
    color: #2C5530;
    font-weight: bold;
}

.contact-value a {
    font-weight: 400;
    color: #374151;
    text-decoration: none !important;
}

.forminator-field label,
.forminator-description {
    font-size: 12px;
    font-weight: 700;
}

.forminator-row {
    margin-bottom: 15px !important;
}

.forminator-button-submit {
    background-color: #2C5530;
    width: 100%;
    font-weight: bold;
    color: #fff;
    border: 2px solid #2C5530 !important;
    border-radius: 6px;
    transition: 0.3s;
}

.forminator-button-submit:hover {
    background-color: #fff;
    color: #2C5530;
}

.nous-trouver {
    width: 1140px;
    margin: 0 auto;
}


/********* A PROPOS ************/

.hero-about {

    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        /* Le filtre noir (0.5 = 50%) */
        url('/wp-content/uploads/2025/12/flowers-7221191_1920.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.hero-about h1,
.hero-services h1 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
}

.hero-about p,
.hero-services p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.citation {
    color: #fff;
    font-size: 14px !important;
    background-color: rgb(255, 255, 255, 0.25);
    border-radius: 10px;
    border-left: 5px solid #2C5530;
    padding: 10px 15px;
}

.badge,
.post-category-pill {
    background-color: rgb(44, 85, 48, 0.25);
    color: #2C5530;
    font-weight: 500 !important;
    padding: 4px 12px;
    border-radius: 25px;
    width: fit-content;
}

.section-valeurs .bloc {
    background-color: #fff;
    align-items: flex-start;
}

.valeurs {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.valeurs .badge {
    margin-bottom: 0;
}

.section-partenaires {
    width: 900px;
    margin: 0 auto;
}

.section-partenaires .bloc {
    background-color: rgb(226, 135, 45, 0.05);
    border-radius: 16px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.section-partenaires h3 {
    font-size: 20px;
    color: #2C5530;
}

.section-partenaires p {
    font-size: 16px;
}

.col-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.citation-green {
    color: #2C5530;
    font-size: 14px !important;
    background-color: rgb(44, 85, 48, 0.05);
    border-radius: 10px;
    border-left: 5px solid #2C5530;
    padding: 15px 20px;
    margin: 40px 0 !important;
}


/********* SERVICES ***********/

.hero-services {

    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        /* Le filtre noir (0.5 = 50%) */
        url('/wp-content/uploads/2025/12/service.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.sous-titre {
    font-size: 20px !important;
    color: rgb(44, 85, 48, 0.5);
    font-weight: 500;
    margin: 10px 0 0 0 !important;
}

.liste-check p {
    margin-bottom: 5px;
}

.liste-check .fa-circle-check,
.fa-piggy-bank {
    color: #2C5530;
    font-size: 18px !important;
}

.liste-check .fa-solid {
    width: 0 !important;
    height: 0 !important;
    padding: 0 25px 0 0 !important;
}

.citation-titre {
    font-weight: 600 !important;
    color: #2C5530 !important;
    margin-bottom: 0 !important;
}

.service2 .citation-green {
    margin: 10px 0 !important;
}

.citation-green p {
    margin-top: 0 !important;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.service-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.10);
    padding: 15px;
}

.service-card .fa-scissors,
.service-card .fa-leaf,
.service-card .fa-seedling,
.service-card .fa-broom,
.service-card .fa-droplet,
.service-card .fa-spa,
.service3 .fa-shield-halved,
.service3 .fa-stethoscope,
.service3 .fa-tree,
.service3 .fa-truck,
.service3 .fa-file-contract {
    color: #2C5530 !important;
    font-size: 20px !important;
}

.service-card .fa-solid,
.service3 .fa-solid {
    width: 0 !important;
    height: 0 !important;
    padding: 0 30px 0 0 !important;
}

.service-card span {
    font-size: 18px;
    color: #2C5530;
    font-weight: 600;
}

.liste-check span {
    font-weight: 600;
}

.service3 .liste-check p {
    margin-bottom: 10px;
}

.citation-orange {
    color: #2C5530;
    font-size: 14px !important;
    background-color: rgb(226, 135, 45, 0.05);
    border-radius: 10px;
    border-left: 5px solid #e2872d;
    padding: 15px 20px;
    margin: 40px 0 !important;
}

.citation-orange p {
    margin-top: 0 !important;
    font-size: 16px !important;
}

.citation-orange .citation-titre {
    font-weight: 600;
}

.service3 .fa-triangle-exclamation {
    color: #e2872d !important;
    font-size: 20px !important;
}

.service3 .fa-solid {
    width: 0 !important;
    height: 0 !important;
    padding: 0 30px 0 0 !important;
}

.is-style-regular {
    border-radius: 12px;
    /* Arrondi des coins du tableau */
    overflow: hidden;
    /* Indispensable pour que l'entête ne dépasse pas */
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.10);
    border: none !important;
    /* On enlève les bordures par défaut */
}

.is-style-regular table {
    margin-bottom: 0 !important;
}

.container-tableau thead {
    background-color: #2C5530;
    color: #fff;
}

.wp-block-table thead {
    border: none !important;
}

.wp-block-table th {
    border: none !important
}

tbody {
    background-color: #fff;
}

tbody td {
    border-bottom: 1px solid #eeeeee !important;
    /* Le trait gris clair entre les lignes */
}


/********* REALISATIONS ************/

.hero-realisations {
    background-image: linear-gradient(rgb(44, 85, 48, 0.5), rgb(44, 85, 48, 0.5)),
        /* Le filtre noir (0.5 = 50%) */
        url('/wp-content/uploads/2025/12/garden-2179095_1280.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.hero-realisations h1 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
}

.hero-realisations p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.container-realisations {
    background-color: rgb(226, 135, 45, 0.05);
    padding: 60px 0;
}

.grid-realisations {
    width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.card-realisation {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.10);
}

.card-realisation img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 200px !important;
    object-fit: cover;
    object-position: center;
}

.card-realisation .card-content {
    padding: 15px;
}

.card-realisation h3 {
    font-size: 20px;
    color: #2C5530;
    font-weight: 600;
}

.card-realisation p {
    font-size: 14px;
    color: #374151;
    font-weight: 300;
    margin-bottom: 10px;
}

.card-content span {
    background-color: rgb(44, 85, 48, 0.2);
    padding: 4px 16px;
    border-radius: 25px;
    color: #2C5530;
    font-weight: 500;
}

.container-projet-phare {
    width: 1140px;
    margin: 60px auto;
}

.phare-projet {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding-top: 40px;
}

.phare-main-img img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.10);
}

.phare-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 15px;
}

.phare-content h3 {
    font-size: 30px;
    color: #2C5530;
    font-weight: 600;
    margin-bottom: 20px;
}

.projet-phare-section h2,
.intro-phare {
    text-align: center;
}

.projet-phare-section p {
    font-size: 16px;
    font-weight: 400px;
    color: #374151;
}

.section-devis2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        /* Le filtre noir (0.5 = 50%) */
        url('/wp-content/uploads/2025/12/feuilles.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    color: #fff;
}


/******** CONTACT *********/

.hero-contact {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        /* Le filtre noir (0.5 = 50%) */
        url('/wp-content/uploads/2025/12/contact.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 65vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.hero-contact h1 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
}

.hero-contact p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.button-green-icon .wp-block-button__link::before,
.button-white-icon .wp-block-button__link::before {
    font-family: "Font Awesome 6 Free";
    /* Indispensable pour afficher l'icône */
    font-weight: 900;
    /* Indispensable pour les icônes "Solid" */
    margin-right: 10px;
    /* Espace entre le texte et la flèche */
    display: inline-block;
}

.button-green-icon a {
    background-color: #2C5530 !important;
    color: #fff !important;
    font-weight: 600 !important;
    border: 2px solid #2C5530 !important;
    border-radius: none;
    box-shadow: none;
    transition: 0.3s;
    padding: 0;
}

.button-white-icon a {
    background-color: #fff !important;
    color: #2C5530 !important;
    font-weight: 600 !important;
    border: 2px solid #fff !important;
    border-radius: none;
    box-shadow: none;
    transition: 0.3s;
    padding: 0;
}


.button-green-icon a:hover {
    background-color: #fff !important;
    color: #2C5530 !important;
    border: 2px solid #fff !important;
}

.button-white-icon a:hover {
    background-color: #2C5530 !important;
    color: #fff !important;
    border: 2px solid #2C5530 !important;
}

.hero-contact .button-green-icon .wp-block-button__link::before {
    content: "\f095";
}

.hero-contact .button-white-icon .wp-block-button__link::before {
    content: "\f0e0";
}

.section2-contact .bloc {
    background-color: rgb(226, 135, 45, 0.05);
    border-radius: 16px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.section2-contact h3,
.section-valeurs h3 {
    font-size: 18px;
    color: #2C5530;
    margin-top: 5px;
}

.section2-contact p,
.section-valeurs p {
    font-size: 16px;
    margin-top: 5px;
}

.section2-contact .fa-solid,
.section2-contact .fa-brands,
.section-valeurs .fa-solid {
    font-size: 18px !important;
    width: 35px !important;
    height: 35px !important;
    place-items: left !important;
    display: inline-grid !important;
    place-items: left !important;
}

.fa-solid::before,
.section2-contact .fa-brands::before,
.section-valeurs .fa-solid::before {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.section2-contact .fa-phone,
.fa-instagram,
.section-valeurs .fa-leaf,
.section-valeurs .fa-hammer,
.section-valeurs .fa-handshake,
.section-valeurs .fa-house-chimney {
    background-color: #2C5530 !important;
    color: #fff;
    border-radius: 50px;
}

.section-valeurs .badge p {
    text-align: center;
}




/******* REALISATION HOME *********/

.projects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.project-card {
    height: 300px;
    /* Hauteur obligatoire pour qu'on voie le background */
    border-radius: 15px;
    overflow: hidden;
    /* Important pour arrondir l'image */
    position: relative;
}

.project-bg {
    width: 100%;
    height: 100%;

    /* C'est ici que la magie opère */
    background-size: cover;
    /* Remplit tout l'espace sans déformer */
    background-position: center;
    /* Centre l'image */
    background-repeat: no-repeat;

    transition: transform 0.5s ease;
    /* Pour l'effet zoom au survol */
}

/* Le filtre noir par dessus l'image */
.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
}

/* Texte par dessus */
.project-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 10;
    /* Pour passer au dessus de l'image */
}

.project-badge {
    background-color: #2C5530;
    color: #fff;
    padding: 4px 12px;
    border-radius: 25px;
}

.project-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px;
}

/* Zoom au survol */
.project-card:hover .project-bg {
    transform: scale(1.1);
}



/********* PAGE ACTUALITES ********/

.actualites-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    width: 1140px;
    padding: 60px 0;
    margin: 0 auto;
}

.post-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.post-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.post-info {
    padding: 20px;

}

.post-info h2 {
    font-size: 24px;
    color: #2C5530;
    line-height: 1;
    margin-bottom: 10px;
}

.post-info p {
    font-size: 14px;
    color: #374151;
    font-weight: 300;
}



.post-card a {
    text-decoration: none !important;
}


/******** PAGE POST SINGLE *********/

.site-main-post {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding: 60px 0;
}

.single-meta-top,
.single-content,
.single-title {
    width: 900px;
    margin: 0 auto !important;
}

.single-meta-top {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.post-category-pill {
    font-size: 14px;
}

.post-date::before {
    content: "\f133";
    /* C'est le code Unicode de la fa-arrow-right */
    font-family: "Font Awesome 6 Free";
    /* Indispensable pour afficher l'icône */
    font-weight: 900;
    /* Indispensable pour les icônes "Solid" */
    margin-right: 5px;
    /* Espace entre le texte et la flèche */
    display: inline-block;
}

.post-date {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.single-title h1 {
    font-size: 38px;
    font-weight: 600;
    color: #2C5530;
    margin: 15px 0;
}

.single-featured-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
}

.introduction {
    color: #2C5530;
    font-size: 16px !important;
    background-color: rgb(44, 85, 48, 0.05);
    border-radius: 10px;
    border-left: 5px solid #2C5530;
    padding: 15px 20px;
    margin: 40px 0 !important;
}

.single-content h2,
.related-title {
    font-size: 28px;
    font-weight: 600;
    color: #2C5530;
}

.single-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2C5530;
}

.single-content h4,
.post-title {
    font-size: 20px;
    font-weight: 600;
    color: #2C5530;
}

.single-cta-section {
    background-color: #2C5530;
}

.single-cta-section .container,
.related-posts-section {
    width: 1140px;
    margin: 0 auto;
    padding: 40px 0;
}

.cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.cta-content h2 {
    font-size: 32px;
    color: #fff !important;
    font-weight: 600;
}

.cta-content p {
    font-size: 16px;
    color: #fff;
}

.cta-contact-info {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.cta-contact-info .fa-phone,
.cta-contact-info .fa-envelope,
.read-more .fa-arrow-right {
    font-size: 16px !important;
}

.fa-solid {
    width: 0 !important;
    height: 0 !important;
    padding-right: 15px !important;
    margin: 0 !important;
}

.btn-cta-white {
    background-color: #fff !important;
    color: #2C5530 !important;
    font-weight: 600 !important;
    border: 2px solid #fff !important;
    border-radius: 10px;
    box-shadow: none;
    transition: 0.3s;
    padding: 8px 20px;
    margin-top: 15px;
}


.btn-cta-white:hover {
    background-color: #fff !important;
    color: #2C5530 !important;
    border: 2px solid #fff !important;
}

.btn-cta-white:hover {
    background-color: #2C5530 !important;
    color: #fff !important;
    border: 2px solid #2C5530 !important;
}

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

.related-grid .post-card {
    margin-top: 40px;
}

.news-badge {
    background-color: rgb(44, 85, 48, 0.25);
    color: #2C5530;
    font-size: 12px;
    font-weight: 500 !important;
    padding: 4px 12px;
    border-radius: 25px;
    width: fit-content;
}

.news-meta {
    margin-bottom: 8px;
}

.post-excerpt {
    font-size: 14px;
    font-weight: 300;
    color: #374151;
    margin: 10px 0;
}

.read-more {
    color: #2C5530;
    font-weight: 500;
    font-size: 14px;
}



/******** FOOTER ********/


footer {
    background-color: #2C5530;

    .footer-columns {
        width: 1140px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-wrap: nowrap !important;
        padding: 30px 0;
    }

    .footer-column {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        width: calc(25%);

        .reseaux {
            display: flex;
            gap: 20px;
        }

        p {
            font-size: 14px;
            font-weight: 300;
            color: #FEFCF7;
        }
    }

    h3 {
        color: #FEFCF7;
        font-size: 18px;
        font-weight: 400;
    }

    ul {
        list-style: none;
        padding: 0;
        line-height: 30px;
        margin: 0;
    }

    p {
        color: #FEFCF7;
        font-size: 14px;
        font-weight: 300;
    }

    a {
        color: #FEFCF7;
        font-size: 14px;
        font-weight: 300;
        transition: all .3;
        text-decoration: none !important;
    }

    a:hover {
        color: #E0E0E0;
    }

    .fa-solid {
        color: #fff;
    }

    .logo-footer {
        padding-top: 10px;
        width: 160px;
        height: auto;
    }
}

.bas-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #E0E0E0;

    div {
        margin: 0 30px;
    }

    p,
    a {
        margin: 0;
        color: #fff;
        text-align: center;
        padding: 10px 0;
        font-size: 12px;
        font-weight: 400;
    }

}








/***************************************************/
/********* RESPONSIVE MOBILE ***********************/
/***************************************************/



@media (max-width: 768px) {

    /** HEADER **/

    .container-header {
        justify-content: flex-start;
    }

    .logo_header {
        padding-left: 5px;
    }

    .hamburger {
        display: block;
        /* Le bouton hamburger s'affiche sur les mobiles */
        position: absolute;
        font-size: 30px;
        right: 20px;
        /* Positionnement à droite */
        top: 30px;
        /* Positionnement en haut */
        z-index: 2;
        /* S'assure que le hamburger est cliquable */
    }

    .navbar {
        padding: 0;
        width: auto;
    }

    .navbar-collapse.collapse {
        max-height: 0;
        /* Menu caché initialement */
        overflow: hidden;
        opacity: 0;
        transform: translateY(-20px);
        /* Menu légèrement décalé vers le haut */
        transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
        /* Transition fluide pour l'apparition */
        position: absolute;
        top: 105px;
        /* Ajuster pour positionner sous la barre de navigation */
        width: 100%;
        background-color: #fff;
        z-index: 1;

    }



    #menu-toggle:checked~.navbar-collapse.collapse {
        display: block;
        /* Affiche le menu lorsque la checkbox est cochée */
    }

    .navbar-collapse.collapse.show {
        transform: translateY(0);
        opacity: 1;
        max-height: none;
        top: 98px;
    }

    .navbar-collapse.collapse .nav_menu li {
        display: block;
        /* Affiche les éléments du menu en bloc pour une disposition verticale */
        text-align: left;

        /* Centre le texte des éléments du menu */
        a {
            padding-left: 10px;
        }

        a:hover {
            transform: none;
        }

    }


    .nav_menu ul {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: transform 0.5s ease-in-out, max-height 0.5s ease-in-out;
        /* Transition fluide pour l'apparition */
    }

    .nav_menu ul.open {
        transform: translateY(0);
        opacity: 1;
        max-height: none;
    }


    .nav_menu {
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 0;
        gap: 0;
        align-items: flex-start;
        padding: 0;
        margin-top: 0;

    }

    .nav_menu li {
        margin: 0;
        padding: 5px 0;
        border-top: 1px solid black;
        width: 100%;
    }

    header .container {
        width: 100%;
        height: auto;
        margin-top: 5px;
    }

    .thumbnail-home {
        display: none;
    }

    .nav_menu>li {
        position: relative;
        /* S'assurer que chaque élément de menu est en position relative */
    }

    .nav_menu>li ul {
        position: relative;
        /* Changer de absolute à relative */
        display: none;
        /* Masquer les sous-menus par défaut */
        width: 100%;
        /* S'assurer que le sous-menu occupe toute la largeur disponible */
        overflow: hidden;
        height: 0;
        /* Par défaut, le sous-menu est caché */
    }

    .nav_menu>li:hover ul,
    .nav_menu>li:focus-within ul {
        display: block;
        /* Afficher les sous-menus au survol ou au focus */
        overflow: hidden;
        /* Cacher tout débordement */
    }

    .nav_menu>li ul li {
        width: 100%;
        /* S'assurer que chaque élément du sous-menu prend toute la largeur */
        border-top: 1px solid black;
        /* Ajouter une bordure pour séparer les éléments */
    }

    .nav_menu>li ul li a {
        display: block;
        padding-left: 20px !important;
    }

    .hamburger+.navbar-collapse {
        position: relative;
        z-index: 1;
    }

    .nav_menu>li ul.open {
        height: auto;
        /* Le sous-menu prend sa hauteur naturelle */
    }


    /**** FOOTER ***/

    footer {

        .footer-columns {
            width: auto !important;
            display: flex;
            flex-wrap: wrap;
            margin: 0 10px;
        }

        h3 {
            font-size: 18px !important;
        }

        .footer-column {
            width: 50%;
            text-align: center;
        }

        .logo-footer {
            width: 50%;
        }

        .reseaux {
            justify-content: center;
        }

        li a {
            font-size: 12px !important;
        }

        .bas-footer {
            display: flex;
            flex-direction: column-reverse;

            .infos-legales {
                display: flex;
                flex-direction: row;
                gap: 50px;

                p {
                    padding-bottom: 0;
                }
            }

            .copyright p {
                padding-top: 0;
            }
        }


    }


}