body {
    font-family: 'Montserrat', Arial, sans-serif;
    margin: 0;
    background: #f6f5f0;
    color: #2e3d2c;
}
header {
    background: linear-gradient(90deg, #7bbf6a 0%, #b7e4c7 100%);
    padding: 24px 0 12px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}
.logo {
    height: 64px;
    width: auto;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    background: #fff;
    padding: 6px;
}
header h1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
    color: #2e3d2c;
    letter-spacing: 2px;
}
nav ul {
    display: flex;
    justify-content: center;
    gap: 32px;
    list-style: none;
    padding: 0;
    margin: 18px 0 0 0;
}
nav a {
    text-decoration: none;
    color: #2e3d2c;
    font-weight: 600;
    font-size: 1.1rem;
    transition: color 0.2s;
}
nav a:hover {
    color: #7bbf6a;
}
.hero {
    margin: 40px auto 28px auto;
    max-width: 1100px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(123,191,106,0.08);
    padding: 32px 24px;
}
.hero h2 {
    font-size: 2rem;
    margin-bottom: 16px;
    color: #2e3d2c;
}
.hero-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
}
.hero-img {
    flex: 0 0 500px;
    display: flex;
    justify-content: flex-start;
}
.hero-img .section-img {
    max-width: 500px;
    min-width: 300px;
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(123,191,106,0.10);
}
.hero-texte {
    flex: 1 1 0;
    min-width: 220px;
    text-align: left;
}
.cta {
    display: inline-block;
    margin-top: 18px;
    padding: 12px 32px;
    background: #7bbf6a;
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(123,191,106,0.12);
    transition: background 0.2s;
}
.cta:hover {
    background: #2e3d2c;
}
section {
    margin: 40px auto;
    max-width: 1100px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(123,191,106,0.07);
    padding: 32px 24px;
}
section h2 {
    color: #7bbf6a;
    font-size: 1.5rem;
    margin-bottom: 18px;
}
.services-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    list-style: none;
    padding: 0;
}
.services-list li {
    background: #e9f5e1;
    padding: 12px;
    border-radius: 8px;
    font-weight: 500;
    color: #2e3d2c;
    box-shadow: 0 1px 4px rgba(123,191,106,0.06);
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.contact-form input,
.contact-form textarea {
    padding: 10px;
    border: 1px solid #b7e4c7;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
    background: #f6f5f0;
}
.contact-form button {
    background: #7bbf6a;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
}
.contact-form button:hover {
    background: #2e3d2c;
}
footer {
    text-align: center;
    padding: 24px 0;
    background: #b7e4c7;
    color: #2e3d2c;
    border-radius: 0 0 14px 14px;
    margin-top: 40px;
}
.section-img {
    display: block;
    margin: 24px auto;
    max-width: 420px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(123,191,106,0.10);
}
.subtitle {
    font-size: 1.2rem;
    color: #7bbf6a;
    margin-bottom: 12px;
}
.seconde-vie, .offre, .vide-maison, .bibliotheque {
    margin: 40px auto;
    max-width: 1100px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(123,191,106,0.08);
    padding: 32px 24px;
}
.seconde-vie h3, .offre h3, .vide-maison h3, .bibliotheque h3 {
    color: #7bbf6a;
    font-size: 1.3rem;
    margin-bottom: 18px;
}
.seconde-vie-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.seconde-vie-texte {
    flex: 1 1 0;
    min-width: 220px;
}
.seconde-vie-img {
    flex: 0 0 320px;
    display: flex;
    justify-content: flex-end;
}
.seconde-vie-img .section-img {
    max-width: 500px;
    min-width: 400px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(123,191,106,0.10);
}
.offre-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.offre-img {
    flex: 0 0 420px;
    display: flex;
    justify-content: flex-start;
}
.offre-img .section-img {
    max-width: 420px;
    min-width: 220px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(123,191,106,0.10);
}
.offre-texte {
    flex: 1 1 0;
    min-width: 220px;
}
.vide-maison-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.vide-maison-texte {
    flex: 1 1 0;
    min-width: 220px;
}
.vide-maison-img {
    flex: 0 0 420px;
    display: flex;
    justify-content: flex-end;
}
.vide-maison-img .section-img {
    max-width: 420px;
    min-width: 220px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(123,191,106,0.10);
}
.bibliotheque-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.bibliotheque-img {
    flex: 0 0 420px;
    display: flex;
    justify-content: flex-start;
}
.bibliotheque-img .section-img {
    max-width: 420px;
    min-width: 220px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(123,191,106,0.10);
}
.bibliotheque-texte {
    flex: 1 1 0;
    min-width: 220px;
}
.navbar-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    background: linear-gradient(90deg, #7bbf6a 0%, #b7e4c7 100%);
    min-height: 80px;
}
.navbar-logo-left, .navbar-logo-right {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}
.navbar-logo-left {
    justify-content: flex-start;
    margin-left: 250px;
}
.navbar-logo-right {
    justify-content: flex-end;
    margin-right: 250px;
}
.navbar-logo-left .logo, .navbar-logo-right .logo {
    height: 150px;
    width: auto;
    border-radius: 14px;
    box-shadow: none;
    margin: 0;
    background: none;
    padding: 0;
}
.navbar-links {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.navbar-links li a {
    text-decoration: none;
    color: #2e3d2c;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 8px 18px;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
}
.navbar-links li a:hover, .navbar-links li a:focus {
    background: #7bbf6a;
    color: #fff;
    outline: none;
}
@media (max-width: 600px) {
    .hero, section {
        padding: 18px 8px;
        max-width: 98vw;
    }
    nav ul {
        gap: 12px;
    }
    .services-list {
        grid-template-columns: 1fr;
    }
    .logo {
        height: 44px;
    }
    .section-img {
        max-width: 98vw;
    }
    .seconde-vie, .offre, .vide-maison, .bibliotheque {
        padding: 18px 8px;
        max-width: 98vw;
    }
}
@media (max-width: 900px) {
    .navbar-flex {
        flex-direction: column;
        gap: 8px;
        padding: 0 8px;
    }
    .navbar-links {
        gap: 12px;
        flex-wrap: wrap;
    }
    .navbar-logo-left .logo, .navbar-logo-right .logo {
        height: 70px;
        margin: 0 4px;
    }
    .seconde-vie-flex {
        flex-direction: column;
        gap: 18px;
    }
    .seconde-vie-img {
        justify-content: center;
    }
    .offre-flex {
        flex-direction: column;
        gap: 18px;
    }
    .offre-img {
        justify-content: center;
    }
    .vide-maison-flex {
        flex-direction: column;
        gap: 18px;
    }
    .vide-maison-img {
        justify-content: center;
    }
    .bibliotheque-flex {
        flex-direction: column;
        gap: 18px;
    }
    .bibliotheque-img {
        justify-content: center;
    }
}
@media (max-width: 1100px) {
    main {
        max-width: 98vw;
        padding: 0 8px;
    }
    .hero,
    section,
    .seconde-vie, .offre, .vide-maison, .bibliotheque {
        max-width: 98vw;
        padding: 18px 8px;
        margin: 24px auto;
    }
    .hero-flex, .seconde-vie-flex, .offre-flex, .vide-maison-flex, .bibliotheque-flex {
        flex-direction: column;
        gap: 18px;
    }
    .hero-img, .seconde-vie-img, .offre-img, .vide-maison-img, .bibliotheque-img {
        justify-content: center;
        width: 100%;
        max-width: 98vw;
    }
    .section-img {
        max-width: 98vw;
        min-width: 0;
        width: 100%;
    }
    .hero-texte, .seconde-vie-texte, .offre-texte, .vide-maison-texte, .bibliotheque-texte {
        text-align: center;
        min-width: 0;
    }
}
@media (max-width: 600px) {
    nav ul {
        gap: 8px;
        flex-wrap: wrap;
    }
    .logo {
        height: 36px;
    }
    .subtitle {
        font-size: 1rem;
    }
    .hero h2, section h2, section h3 {
        font-size: 1.1rem;
    }
}
@media (max-width: 1300px) {
    main {
        max-width: 98vw;
    }
}
