@import url('https://fonts.googleapis.com/css2?family=Anton+SC&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    background-color: #000;
}

header {
    background-color: transparent;
}

header nav{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5%;
    flex-wrap: wrap;
    background-color: rgba(255, 253, 253, 0.85);
}

header nav h1 {
    text-transform: uppercase;
    margin: 0;
    width: 100%;
}

/* ── numeros téléphone ── */
.nav-left {
    display: flex;
    flex-wrap: wrap;
}

.nav-left p {
    font-size: 1.5rem;
    font-weight: 500;
    cursor: pointer;
}


.nav-left a {
    color: #000000;
    text-decoration: none;
}

.nav-left a:hover {
    color: #f3f5f4;
}

.nav-sub {
    width: auto;
    margin: 0 10px 0 0px;
    font-size: 0.85rem;
    color: #555;
}

/* ── liens de navigation ── */
header nav .right {
    display: flex;
    align-items: center;
}

header nav .right a {
    text-decoration: none;
    color: inherit;
}

header nav .right p {
    color: #000000;
    margin-left: 20px;
    font-weight: 500;
    font-size: 1.3rem;
    cursor: pointer;
}

.burger {
    display: none;
}

.mobile-menu {
    display: none;
}

.espacesverts {
    background: url("images/espacevertBG.png") ;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    padding-top: 120px;
    box-sizing: border-box;
}



.presentation {
    display: flex;
    flex-direction: column;
}

.verts {
    margin: 10px;
    width: 700px;
    max-width: 100%;
}

.textverts i,
.fa-square-check {
    color: #119e44 !important;
    text-shadow: none;
}

.textverts {
    font-family: 'Anton SC', sans-serif;
    padding: 20px 0px 0px 150px;
    color: #ffffff;
    font-size: 2rem;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-text-stroke: 1px black;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.textverts p {
    margin: 4px 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 4px 10px;
    border-radius: 20px;
    display: inline-block;
}

.route {
    font-family: 'Anton SC', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px auto 0;
    color: #ffffff;
    font-size: 2rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-text-stroke: 1px black;
    background: rgba(0, 0, 0, 0.7);
    padding: 4px 10px;
    border-radius: 20px;
    width: fit-content;
}

/* ── debarras ── */

.textdeb i,
.fa-square-check {
    color: #119e44 !important;
    text-shadow: none;
}

.textdeb {
    font-family: 'Anton SC', sans-serif;
    padding: 20px 0px 0px 150px;
    color: #ffffff;
    font-size: 2rem;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-text-stroke: 1px black;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.textdeb p {
    margin: 4px 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 4px 10px;
    border-radius: 20px;
    display: inline-block;
}

.debarras {
    background: url("images/grenierBG.png") ;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    padding-top: 120px;
    box-sizing: border-box;
    scroll-margin-top: -60px;
    display: flex;
    flex-direction: column;
}

.deba {
    margin: 10px;
    width: 1000px;
    max-width: 100%;
}

.route2 {
    font-family: 'Anton SC', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto auto 30px;
    color: #ffffff;
    font-size: 2rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-text-stroke: 1px black;
    background: rgba(0, 0, 0, 0.7);
    padding: 4px 10px;
    border-radius: 20px;
    width: fit-content;
}

.footer-gautier {
    background-color: rgba(255, 253, 253, 0.9);
    padding: 20px 5%;
    text-align: center;
}

.footer-gautier .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #333;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-links a {
    color: #333;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.legal-main {
    padding-top: 100px;
    min-height: calc(100vh - 120px);
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 5% 60px;
    color: #ffffff;
    font-size: 0.95rem;
    line-height: 1.7;
}

.legal-content h1 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 40px;
}

.legal-content h2 {
    font-size: 1.1rem;
    margin-top: 30px;
    margin-bottom: 10px;
}

.legal-content a {
    color: #ffffff;
}

@media (max-width: 768px) {
    header nav {
        flex-wrap: wrap;
        align-items: center;
        position: fixed;
        padding: 10px 5%;
    }

    .nav-left {
        flex: 1;
    }

    .nav-left p {
        font-size: 0.85rem;
    }

    header nav h1 {
        font-size: 1.1rem;
        width: 100%;
    }

    .nav-sub {
        margin: 0 4px 0 0;
        font-size: 0.75rem;
    }

    header nav .right {
        display: none;
    }

    .burger {
        display: block;
        background: transparent;
        border: none;
        font-size: 1.6rem;
        cursor: pointer;
        color: #000;
        padding: 0;
    }

    .mobile-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #fff;
        padding: 10px 0;
        border-top: 1px solid #eee;
    }

    .mobile-menu.open {
        display: flex;
    }

    .mobile-menu a {
        text-decoration: none;
        color: inherit;
    }

    .mobile-menu p {
        margin: 0;
        padding: 10px 20px;
        font-weight: 500;
        cursor: pointer;
    }

    .mobile-menu p:hover {
        background: #f5f5f5;
    }

    .espacesverts {
        padding-top: 75px;
    }

    .verts {
        width: 100%;
        margin: 0;
    }

    .textverts {
        padding: 120px 10px 0 15px;
        font-size: 1.3rem;
    }

    .textverts p {
        font-size: 1.6rem;
    }

    .route {
        font-size: 1.2rem;
        margin: 50px;
        text-align: center;
    }

    .route2 {
        font-size: 1.2rem;
        margin: 50px;
        text-align: center;
    }

    .debarras {
        padding-top: 120px;
    }

    .deba {
        width: 100%;
        margin: 0;
    }

    .textdeb {
        padding: 20px 10px 0 15px;
        font-size: 1.3rem;
    }

    .textdeb p {
        font-size: 1.6rem;
    }

}