:root {
    --vert-foret: #0b4f2e;
    --vert-mousse: #305f29;
    --kiwi-jaune: #dec706;
    --beige: #f5f0e8;
    --brun: #6b4226;
    --texte: #1c1c1c;
}

html,
body {
    overflow-x: clip;
}

body {
    font-family: "Kulim Park", sans-serif;
    color: var(--texte);
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
}

.section-label,
.hero-badge,
.section-title + p,
.certif-badge,
.ref-chip,
.service-card p,
.avis-card p,
.contact-info-item p,
.contact-info-item h6,
small,
.small {
    font-family: "Spectral SC", serif;
}

/* NAV */
.navbar {
    background: #0d0d0d !important;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255%2C255%2C255%2C0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-logo {
    height: 60px;
    width: auto;
}
.navbar .nav-link {
    --bs-navbar-nav-link-padding-x: 1.5rem;
    color: #fffc !important;
    font-weight: 600;
    transition: color 0.2s;
    font-size: 1.1em;
}
.navbar .nav-link:hover {
    color: #fff !important;
}
.navbar .dropdown-menu {
    background: var(--vert-foret);
    border: none;
    border-radius: 8px;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    min-width: 220px;
}
.navbar .dropdown-item {
    color: rgba(255,255,255,0.85);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.6rem 1.4rem;
}
.navbar .dropdown-item:hover {
    background: rgba(255,255,255,0.1);
    color: #fff;
}
.nav-phone {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: rgba(255, 255, 255, 0.75) !important;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    border: 1.5px solid var(--kiwi-jaune);
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    transition:
        background 0.2s,
        color 0.2s;
}
.nav-phone i {
    font-size: 1rem;
    color: var(--kiwi-jaune);
}
.nav-phone:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.05);
}

.btn-devis {
    background: #0d0d0d;
    color: var(--kiwi-jaune);
    font-weight: 600;
    border: 1.5px solid var(--kiwi-jaune);
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    text-decoration: none;
    outline: none;
    transition:
        background 0.2s,
        color 0.2s;
    display: inline-block;
}
.btn-devis:hover,
.btn-devis:focus,
.btn-devis:active {
    background: var(--kiwi-jaune);
    color: #0d0d0d;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

/* HERO */
.hero {
    background: var(--vert-foret);
    min-height: 88vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.hero-visual {
    position: absolute;
    inset: 0px 0 0 44%;
    background-image: url("/assets/img/hero.webp");
    background-size: cover;
    background-position: center;
}
.hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        var(--vert-foret) 0%,
        rgba(11, 79, 46, 0.6) 50%,
        rgba(11, 79, 46, 0.15) 100%
    );
}
@media (max-width: 991px) {
    .hero-visual {
        display: none;
    }
    .nav-phone {
        display: inline-flex;
    }
}
.hero-badge {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
}
.hero .hero-slogan {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    font-family: "Montserrat", sans-serif;
    margin: 0;
}
.hero-slogan span {
    color: #fff;
}
.hero p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.15rem;
    max-width: 540px;
}
.btn-hero-primary {
    background: var(--kiwi-jaune);
    color: var(--vert-foret);
    padding: 0.85rem 2rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.05rem;
    border: none;
    transition: all 0.2s;
    text-decoration: none;
}
.btn-hero-primary:hover {
    background: #c9b405;
    color: var(--vert-foret);
    transform: translateY(-1px);
}
.btn-hero-secondary {
    background: transparent;
    color: #fff;
    padding: 0.85rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.05rem;
    border: 2px solid rgba(255, 255, 255, 0.4);
    transition: all 0.2s;
    text-decoration: none;
}
.btn-hero-secondary:hover {
    border-color: #fff;
    color: #fff;
}
.hero-stats {
    display: flex;
    gap: 2.5rem;
    margin-top: 3rem;
    flex-wrap: wrap;
}
.hero-stat strong {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--kiwi-jaune);
    font-family: "Montserrat", sans-serif;
}
.hero-stat span {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.65);
}

/* SECTIONS */
section {
    padding: 5rem 0;
}
.section-label {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--vert-mousse);
    margin-bottom: 0.5rem;
}
.section-title {
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    font-weight: 800;
    color: var(--vert-foret);
    line-height: 1.2;
}

/* SERVICES CARDS */
.service-card {
    position: relative;
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition:
        transform 0.3s,
        box-shadow 0.3s;
    overflow: visible;
}
.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.2);
    color: #fff;
}
/* Image */
.sc-img {
    height: 200px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    position: relative;
}
.sc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}
.service-card:hover .sc-img img {
    transform: scale(1.05);
}
/* Icône à cheval image/body */
.sc-icon {
    position: absolute;
    top: calc(200px - 26px);
    left: 1.4rem;
    width: 52px;
    height: 52px;
    background: #f3f1ec;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.sc-icon i {
    font-size: 1.4rem;
    color: var(--vert-foret);
    line-height: 1;
}
/* Corps */
.sc-body {
    background: var(--vert-foret);
    border-radius: 0 0 12px 12px;
    padding: 2.2rem 1.4rem 1.6rem;
    flex: 1;
}
.service-card h3 {
    font-size: 1.08rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.6rem;
}
.service-card p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

/* ABOUT */
.travaux-section {
    background: var(--beige);
}
.about-section {
    background: #fff;
}
.about-img-wrap {
    border-radius: 16px;
    overflow: hidden;
}
.about-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
}
.certif-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--vert-foret);
    margin: 0.3rem;
}
.certif-badge svg {
    flex-shrink: 0;
}
.about-checks {
    list-style: none;
    padding: 0;
    margin: 0;
}
.about-checks li {
    padding: 0.4rem 0 0.4rem 2rem;
    position: relative;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--vert-foret);
}
.about-checks li::before {
    content: "\eb7b";
    font-family: "remixicon";
    position: absolute;
    left: 0;
    top: 0.35rem;
    font-size: 1.1rem;
    color: var(--kiwi-jaune);
    font-weight: 400;
}

/* TRAVAUX */
.travaux-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.2rem;
}
.travaux-card {
    border-radius: 12px;
    overflow: hidden;
    background: var(--vert-foret);
    aspect-ratio: 4/3;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    transition: transform 0.2s;
    position: relative;
}
.travaux-card:hover {
    transform: scale(1.02);
}
.travaux-card-img {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--vert-mousse), var(--vert-foret));
    background-size: cover;
    background-position: center;
}
.travaux-card-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.7) 100%);
}
.travaux-card-body {
    position: relative;
    padding: 1.2rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    width: 100%;
}
.travaux-card-body h4 {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0;
}
.travaux-card-body small {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.8rem;
}

/* ZONE INTERVENTION */
.zone-section {
    background-color: var(--vert-foret);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}
.zone-map-bg {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    width: 420px;
    height: 420px;
    background: url("/assets/img/43.png") no-repeat center / contain;
    opacity: 0.1;
    pointer-events: none;
}
.zone-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}
.zone-list span {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    border-radius: 6px;
    padding: 0.35rem 0.9rem;
    font-size: 0.9rem;
    font-weight: 600;
}

/* REFERENCES */
.refs-section {
    background-color: var(--vert-foret);
    position: relative;
    overflow: hidden;
}
@media (max-width: 767px) {
    .refs-section::before,
    .refs-section::after { display: none; }
}
.refs-section::before,
.refs-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 460px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    opacity: 0.25;
    pointer-events: none;
    z-index: 0;
}
.refs-section::before {
    left: 0;
    background-image: url("/assets/img/forest-left.svg");
    background-position: bottom left;
}
.refs-section::after {
    right: 0;
    background-image: url("/assets/img/forest-right.svg");
    background-position: bottom right;
}
.refs-section .container {
    position: relative;
    z-index: 1;
}
.refs-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
    margin-top: 1rem;
}
.refs-logos img {
    max-height: 70px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.85;
    transition: opacity 0.2s;
}
.refs-logos img:hover {
    opacity: 1;
}
.ref-chip {
    display: inline-block;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    padding: 0.5rem 1.2rem;
    border-radius: 50px;
    font-size: 0.9rem;
    margin: 0.3rem;
}

/* TEMOIGNAGES */
.avis-card {
    background: var(--beige);
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
}
.avis-card p {
    font-style: italic;
    color: #444;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 0.8rem;
    text-align: left;
}
.avis-card .stars,
.avis-card strong {
    text-align: center;
    display: block;
}
.avis-card strong {
    font-size: 0.85rem;
    color: var(--vert-foret);
    margin-top: 0.3rem;
}
.stars {
    color: #f5a623;
    font-size: 1.1rem;
}
.avis-control {
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--vert-foret);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}
#avisDesktop .carousel-control-prev { left: -3rem; }
#avisDesktop .carousel-control-next { right: -3rem; }
.avis-control:hover {
    background-color: var(--kiwi-jaune);
    opacity: 1;
}
.avis-control .carousel-control-prev-icon,
.avis-control .carousel-control-next-icon {
    width: 1rem;
    height: 1rem;
}
.avis-indicators {
    position: static;
    margin-top: 1.5rem;
}
.avis-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    opacity: 1;
    transition: background 0.3s;
}
.avis-indicators .active {
    background: var(--vert-foret);
    opacity: 1;
}

/* FAQ */
.faq-section {
    padding: 5rem 0;
}
.faq-cta-card {
    background: var(--vert-foret);
    border-radius: 14px;
    padding: 2rem 1.8rem;
    color: #fff;
    margin-top: 1rem;
}
.faq-cta-icon {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
    color: var(--kiwi-jaune);
}
.faq-cta-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    color: #fff;
}
.faq-cta-card p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.4rem;
    line-height: 1.6;
}
.faq-cta-btn {
    display: inline-block;
    background: var(--kiwi-jaune);
    color: var(--vert-foret);
    font-weight: 700;
    padding: 0.75rem 1.4rem;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.9rem;
    transition: background 0.2s;
}
.faq-cta-btn:hover {
    background: #c9b405;
    color: var(--vert-foret);
}
.faq-section .accordion-item {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    background: transparent;
}
.faq-section .accordion-button {
    background: transparent;
    color: var(--vert-foret);
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    padding: 1.2rem 0;
    box-shadow: none;
}
.faq-section .accordion-button:not(.collapsed) {
    color: var(--vert-foret);
    background: transparent;
    box-shadow: none;
}
.faq-section .accordion-button::after {
    filter: invert(20%) sepia(60%) saturate(400%) hue-rotate(100deg);
}
.faq-section .accordion-body {
    padding: 0 2rem 1.2rem 0;
    color: #444;
    font-size: 0.95rem;
    line-height: 1.7;
}

/* BLOG */
.temoignages-section {
    background: var(--beige);
}
.blog-section {
    background: #fff;
}
.blog-card {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: var(--texte);
    background: #fff;
    height: 100%;
    transition:
        transform 0.3s,
        box-shadow 0.3s;
}
.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
    color: var(--texte);
}
.blog-card-img {
    height: 190px;
    background-size: cover;
    background-position: center;
}
.blog-card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex: 1;
}
.blog-card-cat {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--vert-foret);
    font-family: "Spectral SC", serif;
}
.blog-card-body h3 {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}
.blog-card-body p {
    font-size: 0.9rem;
    color: #555;
    margin: 0;
    flex: 1;
    font-family: "Spectral SC", serif;
}
.blog-card-link {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--vert-foret);
    display: flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.5rem;
}
.blog-card:hover .blog-card-link {
    color: var(--vert-mousse);
}

/* CONTACT */
.contact-section {
    background: var(--beige);
}
.contact-card {
    background: #fff;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.contact-info-icon {
    width: 44px;
    height: 44px;
    background: #f3f1ec;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--vert-foret);
    flex-shrink: 0;
}
.contact-info-item h6 {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
    margin-bottom: 0.2rem;
}
.contact-info-item p {
    margin: 0;
    font-weight: 600;
    color: var(--vert-foret);
}
.contact-info-item a {
    color: var(--vert-foret);
    text-decoration: none;
}
.contact-info-item a:hover {
    color: var(--kiwi-jaune);
}
.form-control:focus {
    border-color: var(--kiwi-jaune);
    box-shadow: 0 0 0 3px rgba(82, 183, 136, 0.2);
}
.btn-submit {
    background: var(--vert-foret);
    color: #fff;
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    width: 100%;
    transition: background 0.2s;
}
.btn-submit:hover {
    background: var(--vert-mousse);
}

/* FOOTER */
footer {
    background-color: #0d0d0d;
    background-image: url("/assets/img/background/footer/bg-6.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: rgba(255, 255, 255, 0.55);
}
.footer-main {
    padding: 3.5rem 0 2.5rem;
}
.footer-brand img {
    height: 65px;
    width: auto;
    margin-bottom: 1.4rem;
}
.footer-phone {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--kiwi-jaune);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.6rem;
    letter-spacing: 0.02em;
}
.footer-phone i {
    font-size: 1.2rem;
    font-weight: 400;
}
.footer-phone:hover {
    color: #fff;
}
.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
}
.footer-contact-item i {
    font-size: 1.2rem;
    color: var(--kiwi-jaune);
    margin-top: 0.1rem;
    flex-shrink: 0;
}
.footer-contact-item:hover {
    color: #fff;
}
.footer-social {
    display: flex;
    gap: 0.8rem;
    margin-top: 1.2rem;
}
.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition:
        background 0.2s,
        border-color 0.2s,
        color 0.2s;
    font-size: 1rem;
}
.footer-social a:hover {
    background: var(--kiwi-jaune);
    border-color: var(--kiwi-jaune);
    color: var(--vert-foret);
}
.footer-col-title {
    font-family: "Spectral SC", serif;
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 1.1rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 0.45rem;
}
.footer-links a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.footer-links a::before {
    content: "";
    width: 14px;
    height: 1px;
    background: var(--kiwi-jaune);
    display: inline-block;
    flex-shrink: 0;
    transition: width 0.2s;
}
.footer-links a:hover {
    color: #fff;
}
.footer-links a:hover::before {
    width: 20px;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1rem 0;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.3);
}
.footer-bottom a {
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
}
.footer-bottom a:hover {
    color: var(--kiwi-jaune);
}

/* ALERT */
.alert-success-custom {
    background: #d1fae5;
    border: 1px solid var(--kiwi-jaune);
    color: var(--vert-foret);
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .hero-stats {
        gap: 1.5rem;
    }
    section {
        padding: 3.5rem 0;
    }
}

/* PAGE À PROPOS */
.apropos-highlight-section {
    padding: 5rem 0;
    background: var(--beige);
}
.apropos-highlight-section p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    max-width: 680px;
    margin: 0 auto;
}
.apropos-conference-img {
    width: 100%;
    max-width: 400px;
    border-radius: 12px;
}

/* PAGE SERVICE */
.service-content-section {
    padding: 5rem 0;
}
.service-content-section .btn-hero-secondary {
    color: var(--vert-foret);
    border-color: var(--vert-foret);
}
.service-content-section .btn-hero-secondary:hover {
    background: var(--vert-foret);
    color: #fff;
    border-color: var(--vert-foret);
}
.service-accroche {
    font-size: 1.15rem;
    color: #555;
    line-height: 1.65;
}
.service-description p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 1rem;
}
.article-body h2 {
    color: var(--vert-foret);
}
.article-body p,
.article-body li {
    font-size: 1.05rem;
    line-height: 1.85;
}
.bento-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0.75rem;
    height: 440px;
}
.bento-item {
    overflow: hidden;
    border-radius: 12px;
}
.bento-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.bento-large {
    grid-row: span 2;
}
@media (max-width: 576px) {
    .bento-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 200px 200px;
        height: auto;
    }
    .bento-large {
        grid-column: span 2;
        grid-row: span 1;
    }
}

/* MENTIONS LÉGALES */
.mentions-section {
    padding: 4rem 0 6rem;
}
.mentions-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    color: var(--vert-foret);
    margin-bottom: 3rem;
}
.mentions-block {
    max-width: 760px;
    margin-bottom: 2.5rem;
}
.mentions-block h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--vert-foret);
    border-bottom: 2px solid var(--kiwi-jaune);
    padding-bottom: 0.4rem;
    margin-bottom: 1rem;
}
.mentions-block p {
    color: #444;
    line-height: 1.75;
    margin-bottom: 0.75rem;
}
.mentions-block a {
    color: var(--vert-foret);
    font-weight: 600;
    text-decoration: underline;
}
