.preSentation {
    font-size: 50px;
    color:#75c7edae;
    text-align: center;
    margin: 2%;
  
}


/* Presentation Section */
.preSentation h1, .preSentation h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 10px;
}

.ttt {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 70px;
}

.tRait1, .tRait2, .tRait3 {
    width: 30%;
    height: 25px;
    border-radius: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.tRait1 {
    background-color: rgb(244, 204, 204);
}

.tRait2 {
    background-color: rgb(207, 226, 243);
}

.tRait3 {
    background-color: rgb(255, 242, 204);
}

/* Content Styles for "Mot Directrice" */
.motDirectrice {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    padding: 10px;
}

.motDirectrice h3 {
    font-family: "Chela One", cursive;
    font-size: 1.7rem;
    color: #75c7edae;
    font-weight: 400;
    line-height: 40.64px;
    margin-bottom: 40px;
    text-align: center;
}

.motDirectrice .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 100px;
}

.motDirectrice .section {
    width: 33%;
    padding: 20px;
    text-align: left;
    box-sizing: border-box;
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.motDirectrice .section:nth-child(1) {
    margin-right: 5%;
}

.motDirectrice .section:nth-child(2) {
    margin-left: 5%;
    margin-right: 5%;
}

.motDirectrice .section:nth-child(3) {
    margin-left: 5%;
}


/* Responsiveness */
@media (max-width: 768px) {
    .carrousel {
        max-width: 90%;
    }
    .imagee {
        width: 150px;
        height: 80px;
        margin: 0 10px;
    }

    .motDirectrice .content {
        flex-direction: column;
        align-items: center;
    }

    .motDirectrice .section {
        width: 80%;
        margin-bottom: 30px;
    }
    .imLogo {
        display: none;
        visibility: hidden;
    }
}

@media (max-width: 480px) {
    .carrousel {
        max-width: 100%;
    }
    .imagee {
        width: 120px;
        height: 60px;
        margin: 0 5px;
    }

    .motDirectrice .content {
        flex-direction: column;
        align-items: center;
    }

    .motDirectrice .section {
        width: 100%;
        margin-bottom: 20px;
        font-size: 16px;
    }
}