.box1-our-activity, .box2-our-activity
{
    padding-bottom: 10px;
    padding-top: 10px;
}
.box1
{
    /* min-height: 400px; */
    flex-wrap: wrap;
}
.appecu-image
{
    max-height: 300px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
h3
{
    text-align: left !important;
}
.appecu-image>img
{
    width: 100%;
}
@media (max-width : 1000px) 
{
    
    .box1
    {
        min-height: min-content;
        /* border: 2px solid red; */
    }
    .box2>.conteneur>div
    {
        flex-direction: column;
        margin-bottom: 50px;
    }
    .box1 img
    {
        visibility: hidden;
        display: none;
    }
    .box1>.conteneur>*
    {
        width: 90%;
    }
    .box2>.conteneur>div>*
    {
        width: 90%;
    }
}