.image-work{
    width: 40%;
    height: 40%;
    margin-top: 2rem;
}
.bloc-news{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem;
}


section{
   
    /* border: 0.1rem solid black; */
    /* box-shadow: 0rem 0rem 0.1rem black; */
    width: 24rem;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.date{
    background-color: aquamarine;
    width: fit-content;
    padding: 0.5rem;
    margin-left: auto;
    font-weight: bold;
}

.type{
    background-color: cadetblue;
    width: fit-content;
    padding: 0.5rem;
    font-weight: bold;
}


section a{
    text-decoration: none;
    color: cadetblue;
    margin: auto;
 
}

section img{
    height:100%;
    width: 100%;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
   
}
