
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); 
    z-index: -1;
}


.about-section {
    background-color: black; 
    color: white; 
    padding: 60px 20px;
    text-align: center;
    padding-top: 150px;
}

.about-container {
    max-width: 800px;
    margin: auto;
    font-size: 0.9em;
    color: black;
    border: 2px solid #f2b139; 
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(255, 215, 0, 0.3); /* Légère lueur dorée */
    padding: 30px 20px;
    text-align: center;
    padding-top: 20px;
    background-color: rgba(249, 249, 250, 0.827);
}

.about-container h2 {
    font-size: 2em;
    /* color: #f29100;   */
    color: black;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-container p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Effet au survol */
/* .about-container:hover {
    transform: scale(1.02);
    transition: transform 0.3s ease-in-out;
    box-shadow: 0px 0px 20px rgba(255, 215, 0, 0.5);   
} */



/* Section présentation */
.about-section2, .partners-section {
    background-color: #fff;
    padding: 50px 20px;
    margin: 40px auto;
    border-radius: 10px;
    text-align: center;
    max-width: 80%;
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.1);
}

.about-section2 h1, .partners-section h1 {
    font-size: 3em;
    color: #333;
    margin-bottom: 15px;
}

.about-section2 h2, .partners-section h2 {
    font-size: 2em;
    color: #333;
    margin-bottom: 15px;
}

.about-section2 p {
    font-size: 1.2em;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
}