
/* ELEMENT */

.box1>.conteneur
{
    padding-top: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.box1
{
    min-height: 300px;
    flex-wrap: wrap;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    color: #0E400C;
    background-image: url("../front/images/HERP-CAMEROON-TEAM.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.box1 .titre h1
{
    /* border: 2px solid red; */
    width: 100%;
    margin: 0px;
}
.box2
{
    min-height: 500px;
}
.listMembreEquipe
{
    /* border:  2px solid red; */
    padding: 10px;
    align-items: center;
    width: 100%;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 250px));
}
.cadre-img-project-member
{
    width: 200px;
    height: 200px;
    border-radius: 500px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #0E400C;
}

.cadre-img-project-member>img
{
    height: 110%;
}
/* FOOTER */

.box7-home
{
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-image: url("./front/images/grenouille-sur-plante.png");
}
.box8-home
{
    color: white;
    min-height: 400px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-elt
{
    max-width: 300px;
    margin: 30px;
    flex-wrap: wrap;
    color: white;
}
.our-history-text-1
{
    min-width: 300px;
}
.box4 img
{
    margin: 20px;
}
@media (max-width: 1000px)
{
    .box * * * *
    {
        flex-direction: column;
    }
}