
.box1-home
{
    height: 80vh;
    flex-wrap: wrap;
    background-image: url("./front/images/serpent.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    animation-name: backgroundHome;
    animation-duration:  20s ;
    animation-iteration-count:  infinite ;
    animation-timing-function: ease-in-out;
}
@keyframes backgroundHome
{
    0%{ background-image: url("./front/images/serpent.jpg");}
    25%{ background-image: url("./front/images/cameleon.jpg");}
    50%{ background-image: url("./front/images/lezard.jpg");}
    75%{ background-image: url("./front/images/lezard2.jpg");}
}
.box1-home>.conteneur
{
    padding-top: 50px;
    flex-direction: column;
    align-items: top;
    justify-content: top;
}
.box1-home>div>*
{
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    /* border: 2px solid red; */
    margin: 10px;
}
.btncontactEtAboutUs>a
{
    margin-left: 10px;
}
.box2-home
{
    padding-bottom: 10px;
    padding-top: 10px;
    min-height: 600px;
    max-height: max-content;
    flex-wrap: wrap;
    background-image: url("./front/images/plante-verte1.png");
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}
.img-rond-moyen
{
    width: 80px;
    height: 80px;
    padding: 0px;
    border-radius: 100px;
    margin: 5px;
}
.img-icone-moyen
{
    width: 80px;
    padding: 0px;
    margin: 10px;
}
.listDesDomainDaction
{
    width: 500px;
}
.box2-home>.conteneur
{
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.domainDaction
{
    flex-direction: row !important;
    align-items: center;
    margin-bottom: 10px;
}
.imageGrenouille
{
    display: flex;
    width: 40%;
    min-height: 600px;
    background-image: url("./front/images/grenouille2.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.box3-home
{
    min-height  : 400px;
    max-height: fit-content;
    flex-wrap: wrap;
    background-image: url("./front/images/RSCN9570.jpg");
    background-size: 100%;
    background-position: left;
    background-repeat: no-repeat;
}

.box3-home>div
{
    justify-content: center;
    align-items: center;
}
.box3-home>div>div
{
    max-width: 600px;
    align-items: center;
    justify-content: center;
}
.box3-home>div>div>*
{
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
}
.box4-home
{
    min-height: 400px;
    flex-wrap: wrap;
}
.box4-home>div
{
    padding-top: 20px;
    padding-bottom: 20px;
    /* display: grid;
    gap: 20px;
    grid-template-columns: 1fr 3fr; */
    /* flex-direction: row !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; */
}
.aboutTargetArea
{
    width: 100% !important;
    display: grid;
    gap: 50px 40px;
    /* Crée autant de colonnes que possible. */
    /* Chaque colonne aura une taille MINIMALE de 200px et MAXIMALE de 1fr */
    grid-template-columns: repeat(auto-fit, minmax(400px, 300px));
    align-items: center;
    justify-content: center;
    /* border: 2px solid red; */
}
.aboutTargetAreaItem
{
    /* width: 200px; */
    /* margin-left: 40px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 10px; */
    /* border: 2px solid red; */
}
.aboutTargetAreaItem>p
{
    text-align: center !important;
}
.aboutTargetAreaItem>div>img
{
    width: 100%;
}
.imageAboutTargetArea
{
    width: 100%;
    height: 200px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.box5-home
{
    min-height: 300px;
    flex-wrap: wrap;
}
.logo-bailleur
{
    margin: 20px;
}
.box6-home
{
    /* min-height: 500px !important; */
    /* height: max-content !important; */
    background-image: url("./front/images/stroke-small-biodiversity-HERP-CAMEROON.png");
    background-size: 1000px;
    background-position: center;

}
.liste_derniers_articles
{
    display: grid;
    /* border: 2px solid red; */
    gap: 20px;
    /* Crée autant de colonnes que possible. */
    /* Chaque colonne aura une taille MINIMALE de 200px et MAXIMALE de 1fr */
    grid-template-columns: repeat(auto-fit, minmax(250px, 250px));
    align-items: start;
    justify-content: start;
}
.box-article
{
    padding: 5px;
    border-radius: 5px;
    max-width: fit-content;
    /* border: 2px solid red; */
    flex-wrap: wrap;
}
.box-article *
{
    /* border: 2px solid red; */
    text-align: center !important;
    max-width: 240px;
    flex-wrap: wrap;
}
.box-article>form
{
    /* background-color: blue; */
    padding: 0px;
}
.imageArticleMini
{
    /* width: 240px; */
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
}
.descriptionCourteDeLarticle
{
    text-align: center;
}
.imageArticleMiniMeme
{
    max-width: 240px;
}
@media (max-width : 1000px)
{
    p
    {
        text-align: center;
        align-items: center;
    }
    .box1-home
    {
        min-height: 40vh;
        height: fit-content;
    }
    .box
    {
        background-size: cover;
        background-position: top;
    }
    /* .box *
    {
        border: 2px solid red;
    } */
    .conteneur
    {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .btncontactEtAboutUs
    {
        width: 90%;
    }
    .imageGrenouille
    {
        width: 100%;
    }
    .box3-home
    {
        height: max-content;
        flex-wrap: wrap;
        background-image: url("./front/images/grenouille3.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .box4-home>div
    {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr;
    }
    .targetArea
    {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 50px;
    }
    .aboutTargetArea
    {
        width: 100% !important;
        display: grid;
        gap: 50px 40px;
        /* Crée autant de colonnes que possible. */
        /* Chaque colonne aura une taille MINIMALE de 200px et MAXIMALE de 1fr */
        grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
        align-items: center;
        justify-content: center;
        /* border: 2px solid red; */
    }
    
    .targetArea>ul
    {
        align-items: center;
        text-align: center;
        margin: 10px;
    }
    .aboutTargetAreaItem
    {
        /* width: 90%; */
        align-items: center;
        margin: 0px;
        display: grid;
    }
    .infosDomaineDaction
    {
        align-items: flex-start;
    }
    .domainDaction
    {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
}