/* Section "À Propos" */
.about-section {
    padding: 40px 20px;
    background: white;
}

.container {
    max-width: 800px;
    margin: auto;
    text-align: left;
}

.about-btn {
    background: #e0b78f;
    color: #1e2a57;
    font-family: "lovelo Black";
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 20px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;

    /* Aligner à droite */
    margin-left: auto;
    margin-right: 0;
}


.about-btn:hover {
    background: #d19b6f;
}
.intro {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    font-family: "Futura";
}

.into-about h1 {
    font-weight: bold;
    color: #1e2a57;
    text-align: center;
}

.into-about p {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    font-family: "Futura";
}