/* style-apropos.css */
.section-presentation {
    padding: 60px 8%;
}

.titre-page {
    font-size: 32px;
    color: #0d1b2a;
    text-align: center;
    margin-bottom: 40px;
}

.conteneur-presentation {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

.texte-presentation {
    flex: 1;
    min-width: 300px;
}

.texte-presentation h3 {
    font-size: 24px;
    color: #e76f51;
    margin-bottom: 15px;
}

.texte-presentation p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: justify;
}

.bloc-image {
    flex: 1;
    min-width: 300px;
}

.image-presentation {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}