body {
    font-family: 'Merriweather', serif;
    background-color: #f2f2f2;
    color: #333;
}

h1 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 20px;
    text-align: center;
}

.about-text {
    border: 2px solid #4CAF50;
    border-radius: 10px;
    padding: 25px;
    margin: 20px 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    text-align: justify;
    line-height: 1.8;
}

.about-text ul {
    list-style-type: square;
    padding-left: 20px;
}

.mission-vision-valeurs {
    border: 2px solid #4CAF50;
    border-radius: 10px;
    padding: 20px;
    margin: 10px 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.mission-vision-valeurs h3 {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    margin-bottom: 15px;
    color: #2c3e50;
}

.mission-vision-valeurs p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.mission-vision-valeurs h3 {
    margin-bottom: 15px;
}

.text-center img {
    border-radius: 10px;
    border: 2px solid #4CAF50;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

footer {
    background-color:000;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
    margin-top: 40px;
}