
/* ELEMENT */

.box1>.conteneur
{
    padding-top: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.box1
{
    min-height: 80vh;
    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: top;
    background-attachment: fixed;
    padding-top: 100px;
}

.box2
{
    min-height: 500px;
}
.box2, .box3, .box4, .box5
{
    padding-bottom: 20px;
    padding-top: 20px;
}
/* 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;
    }
}