body {
    font-family: Arial, sans-serif;
    background-color: #f8f3e8; /* Crème */
    color: #4a4a4a; /* Gris foncé pour le texte */
    margin: 0;
    padding: 0;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #fde2e4; /* Rose pâle */
}

nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline;
}

nav ul li a {
    text-decoration: none;
    color: #d88c9a; /* Rose plus soutenu */
    font-weight: bold;
}

h1, h2, h3 {
    color: #b56576; /* Rose foncé */
}

.produit-container {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 20px;
    background-color: #fff5e1; /* Nude */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#engagements {
    background-color: #fff5e1; /* Nude */
    padding: 40px 20px;
    border-radius: 10px;
    margin: 30px auto;
    max-width: 1000px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#engagements h2 {
    font-size: 2rem;
    color: #b56576; /* Rose foncé */
    text-align: center;
    margin-bottom: 20px;
}

#engagements ul {
    list-style: none;
    padding: 0;
}

#engagements ul li {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #4a4a4a; /* Gris foncé */
}

#engagements ul li strong {
    color: #d88c9a; /* Rose plus soutenu */
}

#salade-description {
    background-color: #fff5e1; /* Nude */
    padding: 40px 20px;
    border-radius: 10px;
    margin: 30px auto;
    max-width: 1000px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#salade-description h2 {
    font-size: 2rem;
    color: #b56576; /* Rose foncé */
    text-align: center;
    margin-bottom: 20px;
}

#salade-description h3 {
    font-size: 1.5rem;
    color: #d88c9a; /* Rose plus soutenu */
    margin-top: 20px;
}

#salade-description p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #4a4a4a; /* Gris foncé */
}

#salade-composition {
    background-color: #fff5e1; /* Nude */
    padding: 40px 20px;
    border-radius: 10px;
    margin: 30px auto;
    max-width: 1000px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#salade-composition h2 {
    font-size: 2rem;
    color: #b56576; /* Rose foncé */
    text-align: center;
    margin-bottom: 20px;
}

#salade-composition h3 {
    font-size: 1.5rem;
    color: #d88c9a; /* Rose plus soutenu */
    margin-top: 20px;
}

#salade-composition ul {
    list-style-type: square;
    margin-left: 20px;
}

#salade-composition ul li {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #4a4a4a; /* Gris foncé */
}

#salade-composition p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-top: 20px;
    color: #4a4a4a;
}
#nos-valeurs {
    background-color: #fff5e1; /* Nude */
    padding: 40px 20px;
    border-radius: 10px;
    margin: 30px auto;
    max-width: 1000px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#nos-valeurs h2 {
    font-size: 2rem;
    color: #b56576; /* Rose foncé */
    text-align: center;
    margin-bottom: 20px;
}

#nos-valeurs h3 {
    font-size: 1.5rem;
    color: #d88c9a; /* Rose plus soutenu */
    margin-top: 20px;
}

#nos-valeurs p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #4a4a4a; /* Gris foncé */
}

#nos-valeurs p:last-child {
    margin-bottom: 0;
}


footer {
    background-color: #fde2e4; /* Rose pâle */
    padding: 20px;
    text-align: center;
}

.social-icons img {
    width: 30px;
    margin: 0 10px;
}

#etude-marche-vegetal {
    background-color: #fff5e1; /* Nude */
    padding: 40px 20px;
    border-radius: 10px;
    margin: 30px auto;
    max-width: 1000px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#etude-marche-vegetal h2 {
    font-size: 2rem;
    color: #b56576; /* Rose foncé */
    text-align: center;
    margin-bottom: 20px;
}

#etude-marche-vegetal h3 {
    font-size: 1.5rem;
    color: #d88c9a; /* Rose plus soutenu */
    margin-top: 20px;
}

#etude-marche-vegetal ul {
    list-style-type: disc;
    margin-left: 20px;
}

#etude-marche-vegetal li {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #4a4a4a; /* Gris foncé */
}

#etude-marche-vegetal p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #4a4a4a;
}

/* Styles pour l'image */
.image-container {
    text-align: center;
    margin: 20px 0;
}

.btn-aller-page2 {
    display: inline-block;
    padding: 10px 20px;
    background-color: #b56576; /* Rose foncé */
    color: white;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 5px;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.btn-aller-page2:hover {
    background-color: #d88c9a; /* Rose plus clair au survol */
}

.image-etude {
    width: 80%;
    max-width: 800px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.btn-retour {
    display: inline-block;
    padding: 10px 20px;
    background-color: #b56576; /* Rose foncé */
    color: white;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 5px;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.btn-retour:hover {
    background-color: #d88c9a; /* Rose plus clair au survol */
}

#etude-marche-vegetal {
    background-color: #fff5e1; /* Nude */
    padding: 40px 20px;
    border-radius: 10px;
    margin: 30px auto;
    max-width: 1000px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#etude-marche-vegetal h2 {
    font-size: 2rem;
    color: #b56576; /* Rose foncé */
    text-align: center;
    margin-bottom: 20px;
}

#etude-marche-vegetal h3 {
    font-size: 1.5rem;
    color: #d88c9a; /* Rose plus soutenu */
    margin-top: 20px;
}

#etude-marche-vegetal ul {
    list-style-type: disc;
    margin-left: 20px;
}

#etude-marche-vegetal li {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #4a4a4a; /* Gris foncé */
}

#etude-marche-vegetal p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #4a4a4a;
}

/* Styles pour l'image */
.image-container {
    text-align: center;
    margin: 20px 0;
}

.image-etude {
    width: 80%;
    max-width: 800px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-aller-page2 {
    display: inline-block;
    padding: 10px 20px;
    background-color: #b56576; /* Rose foncé */
    color: white;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 5px;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.btn-aller-page2:hover {
    background-color: #d88c9a; /* Rose plus clair au survol */
}

