/* Style général */
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    background-color: #f5f0e6;
    color: #3a4a44;
    line-height: 1.8;
}

/* Bannière */
.banniere {
    width: 100%;
    height: 300px;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
                url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=1350&q=80') center/cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
}

.titre-banniere {
    font-family: 'EB Garamond', serif;
    font-size: 2.8rem;
    margin: 0;
}

.back-button {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 6px;
    background: rgba(125, 164, 146, 0.8);
    border: 1px solid rgba(255,255,255,0.3);
    transition: background 0.3s ease;
}

.back-button:hover {
    background: rgba(255,255,255,0.2);
}

/* Contenu principal */
.contenu {
    max-width: 900px;
    margin: 50px auto;
    background: #fff;
    padding: 40px 50px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    border-radius: 15px;
    border: 1px solid #d7e2dd;
    color: #4a5a52;
}

/* Titres */
h1 {
    text-align: center;
    margin-bottom: 30px;
    color: #7da492;
    font-family: 'EB Garamond', serif;
    font-size: 2.2rem;
    font-weight: 600;
}

/* Paragraphes */
p {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

/* Responsive */
@media (max-width: 700px) {
    .banniere {
        height: 200px;
        font-size: 2rem;
    }

    .contenu {
        padding: 25px 20px;
        margin: 20px 15px;
    }

    h1 {
        font-size: 1.7rem;
    }
}
/* Style général */
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    background-color: #f5f0e6;
    color: #3a4a44;
    line-height: 1.8;
}

/* Bannière */
.banniere {
    width: 100%;
    height: 300px;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
                url('fond4.jpg') center/cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
}

.titre-banniere {
    font-family: 'EB Garamond', serif;
    font-size: 2.8rem;
    margin: 0;
}

.back-button {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 6px;
    background: rgba(125, 164, 146, 0.8);
    border: 1px solid rgba(255,255,255,0.3);
    transition: background 0.3s ease;
}

.back-button:hover {
    background: rgba(255,255,255,0.2);
}

/* Contenu principal */
.contenu {
    max-width: 900px;
    margin: 50px auto;
    background: #fff;
    padding: 40px 50px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    border-radius: 15px;
    border: 1px solid #d7e2dd;
    color: #4a5a52;
}

/* Titres */
h1 {
    text-align: center;
    margin-bottom: 30px;
    color: #7da492;
    font-family: 'EB Garamond', serif;
    font-size: 2.2rem;
    font-weight: 600;
}

/* Paragraphes */
p {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

/* Responsive */
@media (max-width: 700px) {
    .banniere {
        height: 200px;
        font-size: 2rem;
    }

    .contenu {
        padding: 25px 20px;
        margin: 20px 15px;
    }

    h1 {
        font-size: 1.7rem;
    }
}
.contenu {
    background: linear-gradient(145deg, #fffdf7, #f7f4ec);
}
