.about, .art-tradition, .litterature, .peuple-langue {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #113c64;
}

.more-information {
background: linear-gradient(to top left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(197, 207, 233) 50%, rgb(234, 255, 249) 100%);
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; 
}

.about-content, .about-content2 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 2rem;
    width: 1100px;
    max-width: 100%;
    padding: 1.5rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin: 2rem 1rem;
    background: white;
    border-radius: 25px;
    justify-content: center;
    gap: 1rem;
}

.about-gabon-img {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.about-gabon-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.about-text {
    flex: 1;
    padding: 1rem;
}

.about-text .first-paragraph {
    background-color: #eeeeee;
    padding: 1rem 2rem;
    border-radius: 8px;
    text-align: justify;
    align-items: center;
    justify-items: center;
}

.about-content p {
    font-weight: 400;
    width: 100%;
    max-width: 100%;
    line-height: 1.8em;
    padding: 0;
    margin-bottom: 1rem;
    text-align: justify;
    align-items: center;
    justify-items: center;
}

@media screen and (max-width: 870px) {
    .about-content {
        flex-direction: column;
        width: 90%;
        padding: 1rem;
    }

    .about-gabon-img {
        max-height: 300px;
        width: 100%;
    }

    #nav-menu-about {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        background-color: white;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        box-shadow: 0 8px 16px rgba(0,0,0,0.2);
        z-index: 1000;
    }

    #nav-menu-about.show-nav {
        display: flex;
    }

    .about-content2 {
        flex-direction: column;
        width: 90%;
        min-height: auto;
    }

    #nav-menu-about a {
        padding: 1rem;
        text-align: center;
        width: 100%;
        border-bottom: 1px solid #f1f1f1;
    }

    #decouvert-btn-about {
        display: block;
    }

    .nav-bar-title {
        display: none;
    }

    .mobile-only-title {
        display: block;
        color: #0b73b6;
        padding: 1rem;
        font-size: 1.5rem;
        text-align: center;
    }

    #nav-bar-menu {
        width: 100%;
        justify-content: flex-end;
    }
}

h3.title {
    font-size: 2rem;
    color: #0b73b6; /* تم التغيير هنا */
    margin-bottom: 1rem;
}

.info-about {
    border-left: 5px solid #0b73b6; /* تم التغيير هنا */
    padding-left: 1rem;
    margin-top: 40px;
    margin-bottom: 10px;
}