
#main-page-content {
    max-width: 70%;
}

.who-are-we-container, .archi-secmar-ac-container, 
.archi-yaounde-container, .equipe-cresmac {
    text-align: justify;
    margin: 30px 0;
    padding: 0px 10px;
}

.more {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.hidetext {
    display: none;
}

.plus {
    color: #09637E;
    cursor: pointer;
    font-style: italic;
}
  

.grand-titre-about {
    background-color: #09637E;
    color: white;
    min-height: 50px;
    padding-top: 10px;
    padding-left: 5px;
    margin-top: 20px;
}



.cresmac-centre {
    float: right;
    max-height: 400px;
    max-width: 500px;
    padding-right: 20px;
    /* margin-top: -100px;
    padding-top: -200px;  */
    font-size: smaller;
    font-style: italic;
}

.cresmac-centre img {
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.personnel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
}

.personnel>img {
    height: 100px;
    width: 80px;
    border-radius: 50%;
    aspect-ratio: 16 / 9;
}

.description-personnel {
    padding: 20px 20px;
    text-align: justify;
    max-width: 80%;
}

.drapeau-personnel {
    height: 20px;
    width: 30px;
}

.ay-figure {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.ay-figure > img {
    max-width: 80%;
}

@media screen and (max-width: 768px) {
    .personnel {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 5px;
    }
}